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.1.
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.1'
274 PACKAGE_STRING
='wxWidgets 2.6.1'
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_MSDOS_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.1 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.1:";;
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.1
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.1, 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
=1
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
1685 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1691 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1697 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1699 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1701 DEFAULT_wxUSE_COCOA
=0
1705 DEFAULT_wxUSE_MICROWIN
=0
1706 DEFAULT_wxUSE_MOTIF
=0
1711 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1712 DEFAULT_DEFAULT_wxUSE_GTK
=0
1713 DEFAULT_DEFAULT_wxUSE_MAC
=0
1714 DEFAULT_DEFAULT_wxUSE_MGL
=0
1715 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1716 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1717 DEFAULT_DEFAULT_wxUSE_MSW
=0
1718 DEFAULT_DEFAULT_wxUSE_PM
=0
1719 DEFAULT_DEFAULT_wxUSE_X11
=0
1724 SAMPLES_RPATH_POSTLINK
=
1726 DEFAULT_STD_FLAG
=yes
1731 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1732 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1734 cat >>confdefs.h
<<\_ACEOF
1741 cat >>confdefs.h
<<\_ACEOF
1746 if test "x$TMP" = "xalpha"; then
1748 cat >>confdefs.h
<<\_ACEOF
1753 DEFAULT_DEFAULT_wxUSE_GTK
=1
1755 *-*-gnu* | *-*-k*bsd
*-gnu )
1758 if test "x$TMP" = "xalpha"; then
1760 cat >>confdefs.h
<<\_ACEOF
1765 DEFAULT_DEFAULT_wxUSE_GTK
=1
1767 *-*-irix5* | *-*-irix6* )
1770 cat >>confdefs.h
<<\_ACEOF
1774 cat >>confdefs.h
<<\_ACEOF
1778 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1784 cat >>confdefs.h
<<\_ACEOF
1788 cat >>confdefs.h
<<\_ACEOF
1789 #define __SOLARIS__ 1
1792 cat >>confdefs.h
<<\_ACEOF
1796 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1797 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1803 cat >>confdefs.h
<<\_ACEOF
1807 cat >>confdefs.h
<<\_ACEOF
1811 cat >>confdefs.h
<<\_ACEOF
1815 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1820 cat >>confdefs.h
<<\_ACEOF
1821 #define __FREEBSD__ 1
1824 cat >>confdefs.h
<<\_ACEOF
1828 DEFAULT_DEFAULT_wxUSE_GTK
=1
1833 cat >>confdefs.h
<<\_ACEOF
1834 #define __OPENBSD__ 1
1837 cat >>confdefs.h
<<\_ACEOF
1841 DEFAULT_DEFAULT_wxUSE_GTK
=1
1846 cat >>confdefs.h
<<\_ACEOF
1847 #define __NETBSD__ 1
1850 cat >>confdefs.h
<<\_ACEOF
1854 DEFAULT_DEFAULT_wxUSE_GTK
=1
1859 cat >>confdefs.h
<<\_ACEOF
1863 cat >>confdefs.h
<<\_ACEOF
1867 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1868 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1873 cat >>confdefs.h
<<\_ACEOF
1877 cat >>confdefs.h
<<\_ACEOF
1881 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1886 cat >>confdefs.h
<<\_ACEOF
1890 cat >>confdefs.h
<<\_ACEOF
1894 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1901 cat >>confdefs.h
<<\_ACEOF
1905 cat >>confdefs.h
<<\_ACEOF
1909 cat >>confdefs.h
<<\_ACEOF
1913 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1920 cat >>confdefs.h
<<\_ACEOF
1921 #define __UNIXWARE__ 1
1926 *-*-cygwin* | *-*-mingw32* )
1930 DEFAULT_DEFAULT_wxUSE_MSW
=1
1937 cat >>confdefs.h
<<\_ACEOF
1942 DEFAULT_DEFAULT_wxUSE_MGL
=1
1945 *-pc-os2_emx | *-pc-os2-emx )
1946 cat >>confdefs.h
<<\_ACEOF
1951 cat >>confdefs.h
<<\_ACEOF
1956 DEFAULT_DEFAULT_wxUSE_PM
=1
1958 LDFLAGS
="$LDFLAGS -Zcrtdll"
1959 ac_executable_extensions
=".exe"
1960 export ac_executable_extensions
1964 for ac_dir
in $PATH; do
1966 if test -z "$ac_TEMP_PATH"; then
1967 ac_TEMP_PATH
="$ac_dir"
1969 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
1972 export PATH
="$ac_TEMP_PATH"
1981 cat >>confdefs.h
<<\_ACEOF
1985 cat >>confdefs.h
<<\_ACEOF
1986 #define __DARWIN__ 1
1989 cat >>confdefs.h
<<\_ACEOF
1990 #define TARGET_CARBON 1
1993 DEFAULT_DEFAULT_wxUSE_MAC
=1
1996 powerpc
-apple-macos* )
1998 ac_cv_c_bigendian
=yes
2000 DEFAULT_DEFAULT_wxUSE_MAC
=1
2006 cat >>confdefs.h
<<\_ACEOF
2013 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2014 echo "$as_me: error: unknown system type ${host}." >&2;}
2015 { (exit 1); exit 1; }; }
2021 wx_arg_cache_file
="configarg.cache"
2022 echo "loading argument cache $wx_arg_cache_file"
2023 rm -f ${wx_arg_cache_file}.tmp
2024 touch ${wx_arg_cache_file}.tmp
2025 touch ${wx_arg_cache_file}
2029 if test $DEBUG_CONFIGURE = 1; then
2030 DEFAULT_wxUSE_UNIVERSAL
=no
2031 DEFAULT_wxUSE_STL
=no
2033 DEFAULT_wxUSE_NANOX
=no
2035 DEFAULT_wxUSE_THREADS
=yes
2037 DEFAULT_wxUSE_SHARED
=yes
2038 DEFAULT_wxUSE_OPTIMISE
=no
2039 DEFAULT_wxUSE_PROFILE
=no
2040 DEFAULT_wxUSE_NO_DEPS
=no
2041 DEFAULT_wxUSE_NO_RTTI
=no
2042 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2043 DEFAULT_wxUSE_RPATH
=yes
2044 DEFAULT_wxUSE_PERMISSIVE
=no
2045 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2046 DEFAULT_wxUSE_DEBUG_INFO
=yes
2047 DEFAULT_wxUSE_DEBUG_GDB
=yes
2048 DEFAULT_wxUSE_MEM_TRACING
=no
2049 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2050 DEFAULT_wxUSE_DMALLOC
=no
2051 DEFAULT_wxUSE_APPLE_IEEE
=no
2053 DEFAULT_wxUSE_EXCEPTIONS
=no
2054 DEFAULT_wxUSE_LOG
=yes
2055 DEFAULT_wxUSE_LOGWINDOW
=no
2056 DEFAULT_wxUSE_LOGGUI
=no
2057 DEFAULT_wxUSE_LOGDIALOG
=no
2059 DEFAULT_wxUSE_GUI
=yes
2060 DEFAULT_wxUSE_CONTROLS
=no
2062 DEFAULT_wxUSE_REGEX
=no
2063 DEFAULT_wxUSE_XML
=no
2064 DEFAULT_wxUSE_EXPAT
=no
2065 DEFAULT_wxUSE_ZLIB
=no
2066 DEFAULT_wxUSE_LIBPNG
=no
2067 DEFAULT_wxUSE_LIBJPEG
=no
2068 DEFAULT_wxUSE_LIBTIFF
=no
2069 DEFAULT_wxUSE_LIBXPM
=no
2070 DEFAULT_wxUSE_LIBMSPACK
=no
2071 DEFAULT_wxUSE_LIBSDL
=no
2072 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2073 DEFAULT_wxUSE_ODBC
=no
2074 DEFAULT_wxUSE_OPENGL
=no
2076 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2077 DEFAULT_wxUSE_STACKWALKER
=no
2078 DEFAULT_wxUSE_DEBUGREPORT
=no
2079 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2080 DEFAULT_wxUSE_STD_IOSTREAM
=no
2081 DEFAULT_wxUSE_STD_STRING
=no
2082 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2083 DEFAULT_wxUSE_DATETIME
=no
2084 DEFAULT_wxUSE_TIMER
=no
2085 DEFAULT_wxUSE_STOPWATCH
=no
2086 DEFAULT_wxUSE_FILE
=no
2087 DEFAULT_wxUSE_FFILE
=no
2088 DEFAULT_wxUSE_STDPATHS
=no
2089 DEFAULT_wxUSE_TEXTBUFFER
=no
2090 DEFAULT_wxUSE_TEXTFILE
=no
2091 DEFAULT_wxUSE_SOUND
=no
2092 DEFAULT_wxUSE_MEDIACTRL
=no
2093 DEFAULT_wxUSE_INTL
=no
2094 DEFAULT_wxUSE_CONFIG
=no
2095 DEFAULT_wxUSE_FONTMAP
=no
2096 DEFAULT_wxUSE_STREAMS
=no
2097 DEFAULT_wxUSE_SOCKETS
=no
2098 DEFAULT_wxUSE_OLE
=no
2099 DEFAULT_wxUSE_DATAOBJ
=no
2100 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2101 DEFAULT_wxUSE_JOYSTICK
=no
2102 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2103 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2104 DEFAULT_wxUSE_LONGLONG
=no
2105 DEFAULT_wxUSE_GEOMETRY
=no
2107 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2108 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2109 DEFAULT_wxUSE_POSTSCRIPT
=no
2111 DEFAULT_wxUSE_CLIPBOARD
=no
2112 DEFAULT_wxUSE_TOOLTIPS
=no
2113 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2114 DEFAULT_wxUSE_DRAGIMAGE
=no
2115 DEFAULT_wxUSE_SPLINES
=no
2116 DEFAULT_wxUSE_MOUSEWHEEL
=no
2118 DEFAULT_wxUSE_MDI
=no
2119 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2120 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2121 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2123 DEFAULT_wxUSE_RESOURCES
=no
2124 DEFAULT_wxUSE_CONSTRAINTS
=no
2125 DEFAULT_wxUSE_IPC
=no
2126 DEFAULT_wxUSE_HELP
=no
2127 DEFAULT_wxUSE_MS_HTML_HELP
=no
2128 DEFAULT_wxUSE_WXHTML_HELP
=no
2129 DEFAULT_wxUSE_TREELAYOUT
=no
2130 DEFAULT_wxUSE_METAFILE
=no
2131 DEFAULT_wxUSE_MIMETYPE
=no
2132 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2133 DEFAULT_wxUSE_PROTOCOL
=no
2134 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2135 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2136 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2137 DEFAULT_wxUSE_URL
=no
2139 DEFAULT_wxUSE_COMMONDLGS
=no
2140 DEFAULT_wxUSE_CHOICEDLG
=no
2141 DEFAULT_wxUSE_COLOURDLG
=no
2142 DEFAULT_wxUSE_DIRDLG
=no
2143 DEFAULT_wxUSE_FILEDLG
=no
2144 DEFAULT_wxUSE_FINDREPLDLG
=no
2145 DEFAULT_wxUSE_FONTDLG
=no
2146 DEFAULT_wxUSE_MSGDLG
=no
2147 DEFAULT_wxUSE_NUMBERDLG
=no
2148 DEFAULT_wxUSE_TEXTDLG
=no
2149 DEFAULT_wxUSE_SPLASH
=no
2150 DEFAULT_wxUSE_STARTUP_TIPS
=no
2151 DEFAULT_wxUSE_PROGRESSDLG
=no
2152 DEFAULT_wxUSE_WIZARDDLG
=no
2154 DEFAULT_wxUSE_MENUS
=no
2155 DEFAULT_wxUSE_MINIFRAME
=no
2156 DEFAULT_wxUSE_HTML
=no
2157 DEFAULT_wxUSE_XRC
=no
2158 DEFAULT_wxUSE_WEBKIT
=no
2159 DEFAULT_wxUSE_FILESYSTEM
=no
2160 DEFAULT_wxUSE_FS_INET
=no
2161 DEFAULT_wxUSE_FS_ZIP
=no
2162 DEFAULT_wxUSE_BUSYINFO
=no
2163 DEFAULT_wxUSE_ARCHIVE_STREAMS
=no
2164 DEFAULT_wxUSE_ZIPSTREAM
=no
2165 DEFAULT_wxUSE_VALIDATORS
=no
2167 DEFAULT_wxUSE_ACCEL
=no
2168 DEFAULT_wxUSE_BUTTON
=no
2169 DEFAULT_wxUSE_BMPBUTTON
=no
2170 DEFAULT_wxUSE_CALCTRL
=no
2171 DEFAULT_wxUSE_CARET
=no
2172 DEFAULT_wxUSE_CHECKBOX
=no
2173 DEFAULT_wxUSE_CHECKLST
=no
2174 DEFAULT_wxUSE_CHOICE
=no
2175 DEFAULT_wxUSE_CHOICEBOOK
=no
2176 DEFAULT_wxUSE_COMBOBOX
=no
2177 DEFAULT_wxUSE_DATEPICKCTRL
=no
2178 DEFAULT_wxUSE_DISPLAY
=no
2179 DEFAULT_wxUSE_GAUGE
=no
2180 DEFAULT_wxUSE_GRID
=no
2181 DEFAULT_wxUSE_IMAGLIST
=no
2182 DEFAULT_wxUSE_LISTBOOK
=no
2183 DEFAULT_wxUSE_LISTBOX
=no
2184 DEFAULT_wxUSE_LISTCTRL
=no
2185 DEFAULT_wxUSE_NOTEBOOK
=no
2186 DEFAULT_wxUSE_RADIOBOX
=no
2187 DEFAULT_wxUSE_RADIOBTN
=no
2188 DEFAULT_wxUSE_SASH
=no
2189 DEFAULT_wxUSE_SCROLLBAR
=no
2190 DEFAULT_wxUSE_SLIDER
=no
2191 DEFAULT_wxUSE_SPINBTN
=no
2192 DEFAULT_wxUSE_SPINCTRL
=no
2193 DEFAULT_wxUSE_SPLITTER
=no
2194 DEFAULT_wxUSE_STATBMP
=no
2195 DEFAULT_wxUSE_STATBOX
=no
2196 DEFAULT_wxUSE_STATLINE
=no
2197 DEFAULT_wxUSE_STATTEXT
=no
2198 DEFAULT_wxUSE_STATUSBAR
=yes
2199 DEFAULT_wxUSE_TABDIALOG
=no
2200 DEFAULT_wxUSE_TEXTCTRL
=no
2201 DEFAULT_wxUSE_TOGGLEBTN
=no
2202 DEFAULT_wxUSE_TOOLBAR
=no
2203 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2204 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2205 DEFAULT_wxUSE_TREECTRL
=no
2206 DEFAULT_wxUSE_POPUPWIN
=no
2207 DEFAULT_wxUSE_TIPWINDOW
=no
2209 DEFAULT_wxUSE_UNICODE
=no
2210 DEFAULT_wxUSE_UNICODE_MSLU
=no
2211 DEFAULT_wxUSE_WCSRTOMBS
=no
2213 DEFAULT_wxUSE_PALETTE
=no
2214 DEFAULT_wxUSE_IMAGE
=no
2215 DEFAULT_wxUSE_GIF
=no
2216 DEFAULT_wxUSE_PCX
=no
2217 DEFAULT_wxUSE_PNM
=no
2218 DEFAULT_wxUSE_IFF
=no
2219 DEFAULT_wxUSE_XPM
=no
2220 DEFAULT_wxUSE_ICO_CUR
=no
2221 DEFAULT_wxUSE_ACCESSIBILITY
=no
2223 DEFAULT_wxUSE_MONOLITHIC
=no
2224 DEFAULT_wxUSE_PLUGINS
=no
2225 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2227 DEFAULT_wxUSE_UNIVERSAL
=no
2228 DEFAULT_wxUSE_STL
=no
2230 DEFAULT_wxUSE_NANOX
=no
2232 DEFAULT_wxUSE_THREADS
=yes
2234 DEFAULT_wxUSE_SHARED
=yes
2235 DEFAULT_wxUSE_OPTIMISE
=yes
2236 DEFAULT_wxUSE_PROFILE
=no
2237 DEFAULT_wxUSE_NO_DEPS
=no
2238 DEFAULT_wxUSE_NO_RTTI
=no
2239 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2240 DEFAULT_wxUSE_RPATH
=yes
2241 DEFAULT_wxUSE_PERMISSIVE
=no
2242 DEFAULT_wxUSE_DEBUG_FLAG
=no
2243 DEFAULT_wxUSE_DEBUG_INFO
=no
2244 DEFAULT_wxUSE_DEBUG_GDB
=no
2245 DEFAULT_wxUSE_MEM_TRACING
=no
2246 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2247 DEFAULT_wxUSE_DMALLOC
=no
2248 DEFAULT_wxUSE_APPLE_IEEE
=yes
2250 DEFAULT_wxUSE_EXCEPTIONS
=yes
2251 DEFAULT_wxUSE_LOG
=yes
2252 DEFAULT_wxUSE_LOGWINDOW
=yes
2253 DEFAULT_wxUSE_LOGGUI
=yes
2254 DEFAULT_wxUSE_LOGDIALOG
=yes
2256 DEFAULT_wxUSE_GUI
=yes
2258 DEFAULT_wxUSE_REGEX
=yes
2259 DEFAULT_wxUSE_XML
=yes
2260 DEFAULT_wxUSE_EXPAT
=yes
2261 DEFAULT_wxUSE_ZLIB
=yes
2262 DEFAULT_wxUSE_LIBPNG
=yes
2263 DEFAULT_wxUSE_LIBJPEG
=yes
2264 DEFAULT_wxUSE_LIBTIFF
=yes
2265 DEFAULT_wxUSE_LIBXPM
=yes
2266 DEFAULT_wxUSE_LIBMSPACK
=yes
2267 DEFAULT_wxUSE_LIBSDL
=no
2268 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2269 DEFAULT_wxUSE_ODBC
=no
2270 DEFAULT_wxUSE_OPENGL
=no
2272 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2273 DEFAULT_wxUSE_STACKWALKER
=yes
2274 DEFAULT_wxUSE_DEBUGREPORT
=yes
2275 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2276 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2277 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2278 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2279 DEFAULT_wxUSE_DATETIME
=yes
2280 DEFAULT_wxUSE_TIMER
=yes
2281 DEFAULT_wxUSE_STOPWATCH
=yes
2282 DEFAULT_wxUSE_FILE
=yes
2283 DEFAULT_wxUSE_FFILE
=yes
2284 DEFAULT_wxUSE_STDPATHS
=yes
2285 DEFAULT_wxUSE_TEXTBUFFER
=yes
2286 DEFAULT_wxUSE_TEXTFILE
=yes
2287 DEFAULT_wxUSE_SOUND
=yes
2288 DEFAULT_wxUSE_MEDIACTRL
=no
2289 DEFAULT_wxUSE_INTL
=yes
2290 DEFAULT_wxUSE_CONFIG
=yes
2291 DEFAULT_wxUSE_FONTMAP
=yes
2292 DEFAULT_wxUSE_STREAMS
=yes
2293 DEFAULT_wxUSE_SOCKETS
=yes
2294 DEFAULT_wxUSE_OLE
=yes
2295 DEFAULT_wxUSE_DATAOBJ
=yes
2296 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2297 DEFAULT_wxUSE_JOYSTICK
=yes
2298 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2299 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2300 DEFAULT_wxUSE_LONGLONG
=yes
2301 DEFAULT_wxUSE_GEOMETRY
=yes
2303 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2304 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2305 DEFAULT_wxUSE_POSTSCRIPT
=yes
2307 DEFAULT_wxUSE_CLIPBOARD
=yes
2308 DEFAULT_wxUSE_TOOLTIPS
=yes
2309 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2310 DEFAULT_wxUSE_DRAGIMAGE
=yes
2311 DEFAULT_wxUSE_SPLINES
=yes
2312 DEFAULT_wxUSE_MOUSEWHEEL
=yes
2314 DEFAULT_wxUSE_MDI
=yes
2315 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2316 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2317 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2319 DEFAULT_wxUSE_RESOURCES
=no
2320 DEFAULT_wxUSE_CONSTRAINTS
=yes
2321 DEFAULT_wxUSE_IPC
=yes
2322 DEFAULT_wxUSE_HELP
=yes
2323 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2324 DEFAULT_wxUSE_WXHTML_HELP
=yes
2325 DEFAULT_wxUSE_TREELAYOUT
=yes
2326 DEFAULT_wxUSE_METAFILE
=yes
2327 DEFAULT_wxUSE_MIMETYPE
=yes
2328 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2329 DEFAULT_wxUSE_PROTOCOL
=yes
2330 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2331 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2332 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2333 DEFAULT_wxUSE_URL
=yes
2335 DEFAULT_wxUSE_COMMONDLGS
=yes
2336 DEFAULT_wxUSE_CHOICEDLG
=yes
2337 DEFAULT_wxUSE_COLOURDLG
=yes
2338 DEFAULT_wxUSE_DIRDLG
=yes
2339 DEFAULT_wxUSE_FILEDLG
=yes
2340 DEFAULT_wxUSE_FINDREPLDLG
=yes
2341 DEFAULT_wxUSE_FONTDLG
=yes
2342 DEFAULT_wxUSE_MSGDLG
=yes
2343 DEFAULT_wxUSE_NUMBERDLG
=yes
2344 DEFAULT_wxUSE_TEXTDLG
=yes
2345 DEFAULT_wxUSE_SPLASH
=yes
2346 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2347 DEFAULT_wxUSE_PROGRESSDLG
=yes
2348 DEFAULT_wxUSE_WIZARDDLG
=yes
2350 DEFAULT_wxUSE_MENUS
=yes
2351 DEFAULT_wxUSE_MINIFRAME
=yes
2352 DEFAULT_wxUSE_HTML
=yes
2353 DEFAULT_wxUSE_XRC
=yes
2354 DEFAULT_wxUSE_WEBKIT
=yes
2355 DEFAULT_wxUSE_FILESYSTEM
=yes
2356 DEFAULT_wxUSE_FS_INET
=yes
2357 DEFAULT_wxUSE_FS_ZIP
=yes
2358 DEFAULT_wxUSE_BUSYINFO
=yes
2359 DEFAULT_wxUSE_ARCHIVE_STREAMS
=yes
2360 DEFAULT_wxUSE_ZIPSTREAM
=yes
2361 DEFAULT_wxUSE_VALIDATORS
=yes
2363 DEFAULT_wxUSE_ACCEL
=yes
2364 DEFAULT_wxUSE_BUTTON
=yes
2365 DEFAULT_wxUSE_BMPBUTTON
=yes
2366 DEFAULT_wxUSE_CALCTRL
=yes
2367 DEFAULT_wxUSE_CARET
=yes
2368 DEFAULT_wxUSE_CHECKBOX
=yes
2369 DEFAULT_wxUSE_CHECKLST
=yes
2370 DEFAULT_wxUSE_CHOICE
=yes
2371 DEFAULT_wxUSE_CHOICEBOOK
=yes
2372 DEFAULT_wxUSE_COMBOBOX
=yes
2373 DEFAULT_wxUSE_DATEPICKCTRL
=yes
2374 DEFAULT_wxUSE_DISPLAY
=yes
2375 DEFAULT_wxUSE_GAUGE
=yes
2376 DEFAULT_wxUSE_GRID
=yes
2377 DEFAULT_wxUSE_IMAGLIST
=yes
2378 DEFAULT_wxUSE_LISTBOOK
=yes
2379 DEFAULT_wxUSE_LISTBOX
=yes
2380 DEFAULT_wxUSE_LISTCTRL
=yes
2381 DEFAULT_wxUSE_NOTEBOOK
=yes
2382 DEFAULT_wxUSE_RADIOBOX
=yes
2383 DEFAULT_wxUSE_RADIOBTN
=yes
2384 DEFAULT_wxUSE_SASH
=yes
2385 DEFAULT_wxUSE_SCROLLBAR
=yes
2386 DEFAULT_wxUSE_SLIDER
=yes
2387 DEFAULT_wxUSE_SPINBTN
=yes
2388 DEFAULT_wxUSE_SPINCTRL
=yes
2389 DEFAULT_wxUSE_SPLITTER
=yes
2390 DEFAULT_wxUSE_STATBMP
=yes
2391 DEFAULT_wxUSE_STATBOX
=yes
2392 DEFAULT_wxUSE_STATLINE
=yes
2393 DEFAULT_wxUSE_STATTEXT
=yes
2394 DEFAULT_wxUSE_STATUSBAR
=yes
2395 DEFAULT_wxUSE_TABDIALOG
=no
2396 DEFAULT_wxUSE_TEXTCTRL
=yes
2397 DEFAULT_wxUSE_TOGGLEBTN
=yes
2398 DEFAULT_wxUSE_TOOLBAR
=yes
2399 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2400 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2401 DEFAULT_wxUSE_TREECTRL
=yes
2402 DEFAULT_wxUSE_POPUPWIN
=yes
2403 DEFAULT_wxUSE_TIPWINDOW
=yes
2405 DEFAULT_wxUSE_UNICODE
=no
2406 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2407 DEFAULT_wxUSE_WCSRTOMBS
=no
2409 DEFAULT_wxUSE_PALETTE
=yes
2410 DEFAULT_wxUSE_IMAGE
=yes
2411 DEFAULT_wxUSE_GIF
=yes
2412 DEFAULT_wxUSE_PCX
=yes
2413 DEFAULT_wxUSE_IFF
=no
2414 DEFAULT_wxUSE_PNM
=yes
2415 DEFAULT_wxUSE_XPM
=yes
2416 DEFAULT_wxUSE_ICO_CUR
=yes
2417 DEFAULT_wxUSE_ACCESSIBILITY
=no
2419 DEFAULT_wxUSE_MONOLITHIC
=no
2420 DEFAULT_wxUSE_PLUGINS
=no
2421 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2423 DEFAULT_wxUSE_GTK2
=yes
2429 for toolkit
in `echo $ALL_TOOLKITS`; do
2430 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2431 if test "x$LINE" != "x" ; then
2432 has_toolkit_in_cache
=1
2433 eval "DEFAULT_$LINE"
2434 eval "CACHE_$toolkit=1"
2436 LINE
=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2437 if test "x$LINE" != "x" ; then
2438 eval "DEFAULT_$LINE"
2446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2447 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2449 # Check whether --enable-gui or --disable-gui was given.
2450 if test "${enable_gui+set}" = set; then
2451 enableval
="$enable_gui"
2453 if test "$enableval" = yes; then
2454 ac_cv_use_gui
='wxUSE_GUI=yes'
2456 ac_cv_use_gui
='wxUSE_GUI=no'
2461 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2462 if test "x$LINE" != x
; then
2463 eval "DEFAULT_$LINE"
2468 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2472 eval "$ac_cv_use_gui"
2473 if test "$no_cache" != 1; then
2474 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2477 if test "$wxUSE_GUI" = yes; then
2478 echo "$as_me:$LINENO: result: yes" >&5
2479 echo "${ECHO_T}yes" >&6
2481 echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2490 # Check whether --enable-monolithic or --disable-monolithic was given.
2491 if test "${enable_monolithic+set}" = set; then
2492 enableval
="$enable_monolithic"
2494 if test "$enableval" = yes; then
2495 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2497 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2502 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x
; then
2504 eval "DEFAULT_$LINE"
2509 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2513 eval "$ac_cv_use_monolithic"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2518 if test "$wxUSE_MONOLITHIC" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2522 echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2529 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2531 # Check whether --enable-plugins or --disable-plugins was given.
2532 if test "${enable_plugins+set}" = set; then
2533 enableval
="$enable_plugins"
2535 if test "$enableval" = yes; then
2536 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2538 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2543 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2544 if test "x$LINE" != x
; then
2545 eval "DEFAULT_$LINE"
2550 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2554 eval "$ac_cv_use_plugins"
2555 if test "$no_cache" != 1; then
2556 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2559 if test "$wxUSE_PLUGINS" = yes; then
2560 echo "$as_me:$LINENO: result: yes" >&5
2561 echo "${ECHO_T}yes" >&6
2563 echo "$as_me:$LINENO: result: no" >&5
2564 echo "${ECHO_T}no" >&6
2568 if test "$wxUSE_GUI" = "yes"; then
2572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2573 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2575 # Check whether --enable-universal or --disable-universal was given.
2576 if test "${enable_universal+set}" = set; then
2577 enableval
="$enable_universal"
2579 if test "$enableval" = yes; then
2580 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2582 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2587 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2588 if test "x$LINE" != x
; then
2589 eval "DEFAULT_$LINE"
2594 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2598 eval "$ac_cv_use_universal"
2599 if test "$no_cache" != 1; then
2600 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2603 if test "$wxUSE_UNIVERSAL" = yes; then
2604 echo "$as_me:$LINENO: result: yes" >&5
2605 echo "${ECHO_T}yes" >&6
2607 echo "$as_me:$LINENO: result: no" >&5
2608 echo "${ECHO_T}no" >&6
2612 # Check whether --with-gtk or --without-gtk was given.
2613 if test "${with_gtk+set}" = set; then
2615 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2618 # Check whether --with-motif or --without-motif was given.
2619 if test "${with_motif+set}" = set; then
2620 withval
="$with_motif"
2621 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2624 # Check whether --with-mac or --without-mac was given.
2625 if test "${with_mac+set}" = set; then
2627 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2630 # Check whether --with-cocoa or --without-cocoa was given.
2631 if test "${with_cocoa+set}" = set; then
2632 withval
="$with_cocoa"
2633 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2636 # Check whether --with-wine or --without-wine was given.
2637 if test "${with_wine+set}" = set; then
2638 withval
="$with_wine"
2639 wxUSE_WINE
="$withval" CACHE_WINE
=1
2642 # Check whether --with-msw or --without-msw was given.
2643 if test "${with_msw+set}" = set; then
2645 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2648 # Check whether --with-pm or --without-pm was given.
2649 if test "${with_pm+set}" = set; then
2651 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2654 # Check whether --with-mgl or --without-mgl was given.
2655 if test "${with_mgl+set}" = set; then
2657 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2660 # Check whether --with-microwin or --without-microwin was given.
2661 if test "${with_microwin+set}" = set; then
2662 withval
="$with_microwin"
2663 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2666 # Check whether --with-x11 or --without-x11 was given.
2667 if test "${with_x11+set}" = set; then
2669 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2674 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2676 # Check whether --enable-nanox or --disable-nanox was given.
2677 if test "${enable_nanox+set}" = set; then
2678 enableval
="$enable_nanox"
2680 if test "$enableval" = yes; then
2681 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2683 ac_cv_use_nanox
='wxUSE_NANOX=no'
2688 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2689 if test "x$LINE" != x
; then
2690 eval "DEFAULT_$LINE"
2695 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2699 eval "$ac_cv_use_nanox"
2700 if test "$no_cache" != 1; then
2701 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2704 if test "$wxUSE_NANOX" = yes; then
2705 echo "$as_me:$LINENO: result: yes" >&5
2706 echo "${ECHO_T}yes" >&6
2708 echo "$as_me:$LINENO: result: no" >&5
2709 echo "${ECHO_T}no" >&6
2713 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2714 if test "${enable_gtk2+set}" = set; then
2715 enableval
="$enable_gtk2"
2716 wxUSE_GTK2
="$enableval"
2720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2721 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2723 # Check whether --enable-gpe or --disable-gpe was given.
2724 if test "${enable_gpe+set}" = set; then
2725 enableval
="$enable_gpe"
2727 if test "$enableval" = yes; then
2728 ac_cv_use_gpe
='wxUSE_GPE=yes'
2730 ac_cv_use_gpe
='wxUSE_GPE=no'
2735 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x
; then
2737 eval "DEFAULT_$LINE"
2742 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2746 eval "$ac_cv_use_gpe"
2747 if test "$no_cache" != 1; then
2748 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2751 if test "$wxUSE_GPE" = yes; then
2752 echo "$as_me:$LINENO: result: yes" >&5
2753 echo "${ECHO_T}yes" >&6
2755 echo "$as_me:$LINENO: result: no" >&5
2756 echo "${ECHO_T}no" >&6
2761 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2762 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2765 # Check whether --with-libpng or --without-libpng was given.
2766 if test "${with_libpng+set}" = set; then
2767 withval
="$with_libpng"
2769 if test "$withval" = yes; then
2770 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2771 elif test "$withval" = no
; then
2772 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2773 elif test "$withval" = sys
; then
2774 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2775 elif test "$withval" = builtin; then
2776 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2778 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2779 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2780 { (exit 1); exit 1; }; }
2785 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x
; then
2787 eval "DEFAULT_$LINE"
2792 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2796 eval "$ac_cv_use_libpng"
2797 if test "$no_cache" != 1; then
2798 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2801 if test "$wxUSE_LIBPNG" = yes; then
2802 echo "$as_me:$LINENO: result: yes" >&5
2803 echo "${ECHO_T}yes" >&6
2804 elif test "$wxUSE_LIBPNG" = no
; then
2805 echo "$as_me:$LINENO: result: no" >&5
2806 echo "${ECHO_T}no" >&6
2807 elif test "$wxUSE_LIBPNG" = sys
; then
2808 echo "$as_me:$LINENO: result: system version" >&5
2809 echo "${ECHO_T}system version" >&6
2810 elif test "$wxUSE_LIBPNG" = builtin; then
2811 echo "$as_me:$LINENO: result: builtin version" >&5
2812 echo "${ECHO_T}builtin version" >&6
2814 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2815 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2816 { (exit 1); exit 1; }; }
2820 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2821 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2824 # Check whether --with-libjpeg or --without-libjpeg was given.
2825 if test "${with_libjpeg+set}" = set; then
2826 withval
="$with_libjpeg"
2828 if test "$withval" = yes; then
2829 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2830 elif test "$withval" = no
; then
2831 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2832 elif test "$withval" = sys
; then
2833 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2834 elif test "$withval" = builtin; then
2835 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2837 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2838 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2839 { (exit 1); exit 1; }; }
2844 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x
; then
2846 eval "DEFAULT_$LINE"
2851 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2855 eval "$ac_cv_use_libjpeg"
2856 if test "$no_cache" != 1; then
2857 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2860 if test "$wxUSE_LIBJPEG" = yes; then
2861 echo "$as_me:$LINENO: result: yes" >&5
2862 echo "${ECHO_T}yes" >&6
2863 elif test "$wxUSE_LIBJPEG" = no
; then
2864 echo "$as_me:$LINENO: result: no" >&5
2865 echo "${ECHO_T}no" >&6
2866 elif test "$wxUSE_LIBJPEG" = sys
; then
2867 echo "$as_me:$LINENO: result: system version" >&5
2868 echo "${ECHO_T}system version" >&6
2869 elif test "$wxUSE_LIBJPEG" = builtin; then
2870 echo "$as_me:$LINENO: result: builtin version" >&5
2871 echo "${ECHO_T}builtin version" >&6
2873 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2874 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2875 { (exit 1); exit 1; }; }
2879 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2880 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2883 # Check whether --with-libtiff or --without-libtiff was given.
2884 if test "${with_libtiff+set}" = set; then
2885 withval
="$with_libtiff"
2887 if test "$withval" = yes; then
2888 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2889 elif test "$withval" = no
; then
2890 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2891 elif test "$withval" = sys
; then
2892 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2893 elif test "$withval" = builtin; then
2894 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2896 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2897 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2898 { (exit 1); exit 1; }; }
2903 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2904 if test "x$LINE" != x
; then
2905 eval "DEFAULT_$LINE"
2910 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2914 eval "$ac_cv_use_libtiff"
2915 if test "$no_cache" != 1; then
2916 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2919 if test "$wxUSE_LIBTIFF" = yes; then
2920 echo "$as_me:$LINENO: result: yes" >&5
2921 echo "${ECHO_T}yes" >&6
2922 elif test "$wxUSE_LIBTIFF" = no
; then
2923 echo "$as_me:$LINENO: result: no" >&5
2924 echo "${ECHO_T}no" >&6
2925 elif test "$wxUSE_LIBTIFF" = sys
; then
2926 echo "$as_me:$LINENO: result: system version" >&5
2927 echo "${ECHO_T}system version" >&6
2928 elif test "$wxUSE_LIBTIFF" = builtin; then
2929 echo "$as_me:$LINENO: result: builtin version" >&5
2930 echo "${ECHO_T}builtin version" >&6
2932 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2933 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2934 { (exit 1); exit 1; }; }
2938 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2939 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2942 # Check whether --with-libxpm or --without-libxpm was given.
2943 if test "${with_libxpm+set}" = set; then
2944 withval
="$with_libxpm"
2946 if test "$withval" = yes; then
2947 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
2948 elif test "$withval" = no
; then
2949 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
2950 elif test "$withval" = sys
; then
2951 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
2952 elif test "$withval" = builtin; then
2953 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
2955 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2956 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2957 { (exit 1); exit 1; }; }
2962 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2963 if test "x$LINE" != x
; then
2964 eval "DEFAULT_$LINE"
2969 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2973 eval "$ac_cv_use_libxpm"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2978 if test "$wxUSE_LIBXPM" = yes; then
2979 echo "$as_me:$LINENO: result: yes" >&5
2980 echo "${ECHO_T}yes" >&6
2981 elif test "$wxUSE_LIBXPM" = no
; then
2982 echo "$as_me:$LINENO: result: no" >&5
2983 echo "${ECHO_T}no" >&6
2984 elif test "$wxUSE_LIBXPM" = sys
; then
2985 echo "$as_me:$LINENO: result: system version" >&5
2986 echo "${ECHO_T}system version" >&6
2987 elif test "$wxUSE_LIBXPM" = builtin; then
2988 echo "$as_me:$LINENO: result: builtin version" >&5
2989 echo "${ECHO_T}builtin version" >&6
2991 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2992 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2993 { (exit 1); exit 1; }; }
2997 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2998 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3001 # Check whether --with-libmspack or --without-libmspack was given.
3002 if test "${with_libmspack+set}" = set; then
3003 withval
="$with_libmspack"
3005 if test "$withval" = yes; then
3006 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3008 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3013 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x
; then
3015 eval "DEFAULT_$LINE"
3020 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3024 eval "$ac_cv_use_libmspack"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3029 if test "$wxUSE_LIBMSPACK" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3038 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3039 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3042 # Check whether --with-sdl or --without-sdl was given.
3043 if test "${with_sdl+set}" = set; then
3046 if test "$withval" = yes; then
3047 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3049 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3054 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3055 if test "x$LINE" != x
; then
3056 eval "DEFAULT_$LINE"
3061 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3065 eval "$ac_cv_use_sdl"
3066 if test "$no_cache" != 1; then
3067 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3070 if test "$wxUSE_LIBSDL" = yes; then
3071 echo "$as_me:$LINENO: result: yes" >&5
3072 echo "${ECHO_T}yes" >&6
3074 echo "$as_me:$LINENO: result: no" >&5
3075 echo "${ECHO_T}no" >&6
3079 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3080 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3083 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3084 if test "${with_gnomeprint+set}" = set; then
3085 withval
="$with_gnomeprint"
3087 if test "$withval" = yes; then
3088 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3090 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3095 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3096 if test "x$LINE" != x
; then
3097 eval "DEFAULT_$LINE"
3102 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3106 eval "$ac_cv_use_gnomeprint"
3107 if test "$no_cache" != 1; then
3108 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3111 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3112 echo "$as_me:$LINENO: result: yes" >&5
3113 echo "${ECHO_T}yes" >&6
3115 echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6
3120 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3121 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3124 # Check whether --with-opengl or --without-opengl was given.
3125 if test "${with_opengl+set}" = set; then
3126 withval
="$with_opengl"
3128 if test "$withval" = yes; then
3129 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3131 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3136 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3137 if test "x$LINE" != x
; then
3138 eval "DEFAULT_$LINE"
3143 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3147 eval "$ac_cv_use_opengl"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3152 if test "$wxUSE_OPENGL" = yes; then
3153 echo "$as_me:$LINENO: result: yes" >&5
3154 echo "${ECHO_T}yes" >&6
3156 echo "$as_me:$LINENO: result: no" >&5
3157 echo "${ECHO_T}no" >&6
3164 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3165 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3168 # Check whether --with-dmalloc or --without-dmalloc was given.
3169 if test "${with_dmalloc+set}" = set; then
3170 withval
="$with_dmalloc"
3172 if test "$withval" = yes; then
3173 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3175 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3180 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x
; then
3182 eval "DEFAULT_$LINE"
3187 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3191 eval "$ac_cv_use_dmalloc"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3196 if test "$wxUSE_DMALLOC" = yes; then
3197 echo "$as_me:$LINENO: result: yes" >&5
3198 echo "${ECHO_T}yes" >&6
3200 echo "$as_me:$LINENO: result: no" >&5
3201 echo "${ECHO_T}no" >&6
3205 echo "$as_me:$LINENO: checking for --with-regex" >&5
3206 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3209 # Check whether --with-regex or --without-regex was given.
3210 if test "${with_regex+set}" = set; then
3211 withval
="$with_regex"
3213 if test "$withval" = yes; then
3214 ac_cv_use_regex
='wxUSE_REGEX=yes'
3215 elif test "$withval" = no
; then
3216 ac_cv_use_regex
='wxUSE_REGEX=no'
3217 elif test "$withval" = sys
; then
3218 ac_cv_use_regex
='wxUSE_REGEX=sys'
3219 elif test "$withval" = builtin; then
3220 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3222 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3223 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3224 { (exit 1); exit 1; }; }
3229 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x
; then
3231 eval "DEFAULT_$LINE"
3236 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3240 eval "$ac_cv_use_regex"
3241 if test "$no_cache" != 1; then
3242 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3245 if test "$wxUSE_REGEX" = yes; then
3246 echo "$as_me:$LINENO: result: yes" >&5
3247 echo "${ECHO_T}yes" >&6
3248 elif test "$wxUSE_REGEX" = no
; then
3249 echo "$as_me:$LINENO: result: no" >&5
3250 echo "${ECHO_T}no" >&6
3251 elif test "$wxUSE_REGEX" = sys
; then
3252 echo "$as_me:$LINENO: result: system version" >&5
3253 echo "${ECHO_T}system version" >&6
3254 elif test "$wxUSE_REGEX" = builtin; then
3255 echo "$as_me:$LINENO: result: builtin version" >&5
3256 echo "${ECHO_T}builtin version" >&6
3258 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3259 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3260 { (exit 1); exit 1; }; }
3264 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3265 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3268 # Check whether --with-zlib or --without-zlib was given.
3269 if test "${with_zlib+set}" = set; then
3270 withval
="$with_zlib"
3272 if test "$withval" = yes; then
3273 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3274 elif test "$withval" = no
; then
3275 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3276 elif test "$withval" = sys
; then
3277 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3278 elif test "$withval" = builtin; then
3279 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3281 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3282 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3283 { (exit 1); exit 1; }; }
3288 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3289 if test "x$LINE" != x
; then
3290 eval "DEFAULT_$LINE"
3295 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3299 eval "$ac_cv_use_zlib"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3304 if test "$wxUSE_ZLIB" = yes; then
3305 echo "$as_me:$LINENO: result: yes" >&5
3306 echo "${ECHO_T}yes" >&6
3307 elif test "$wxUSE_ZLIB" = no
; then
3308 echo "$as_me:$LINENO: result: no" >&5
3309 echo "${ECHO_T}no" >&6
3310 elif test "$wxUSE_ZLIB" = sys
; then
3311 echo "$as_me:$LINENO: result: system version" >&5
3312 echo "${ECHO_T}system version" >&6
3313 elif test "$wxUSE_ZLIB" = builtin; then
3314 echo "$as_me:$LINENO: result: builtin version" >&5
3315 echo "${ECHO_T}builtin version" >&6
3317 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3318 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3319 { (exit 1); exit 1; }; }
3323 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3324 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3327 # Check whether --with-odbc or --without-odbc was given.
3328 if test "${with_odbc+set}" = set; then
3329 withval
="$with_odbc"
3331 if test "$withval" = yes; then
3332 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3333 elif test "$withval" = no
; then
3334 ac_cv_use_odbc
='wxUSE_ODBC=no'
3335 elif test "$withval" = sys
; then
3336 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3337 elif test "$withval" = builtin; then
3338 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3340 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3341 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3342 { (exit 1); exit 1; }; }
3347 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x
; then
3349 eval "DEFAULT_$LINE"
3354 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3358 eval "$ac_cv_use_odbc"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3363 if test "$wxUSE_ODBC" = yes; then
3364 echo "$as_me:$LINENO: result: yes" >&5
3365 echo "${ECHO_T}yes" >&6
3366 elif test "$wxUSE_ODBC" = no
; then
3367 echo "$as_me:$LINENO: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3369 elif test "$wxUSE_ODBC" = sys
; then
3370 echo "$as_me:$LINENO: result: system version" >&5
3371 echo "${ECHO_T}system version" >&6
3372 elif test "$wxUSE_ODBC" = builtin; then
3373 echo "$as_me:$LINENO: result: builtin version" >&5
3374 echo "${ECHO_T}builtin version" >&6
3376 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3377 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3378 { (exit 1); exit 1; }; }
3382 echo "$as_me:$LINENO: checking for --with-expat" >&5
3383 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3386 # Check whether --with-expat or --without-expat was given.
3387 if test "${with_expat+set}" = set; then
3388 withval
="$with_expat"
3390 if test "$withval" = yes; then
3391 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3392 elif test "$withval" = no
; then
3393 ac_cv_use_expat
='wxUSE_EXPAT=no'
3394 elif test "$withval" = sys
; then
3395 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3396 elif test "$withval" = builtin; then
3397 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3399 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3400 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3401 { (exit 1); exit 1; }; }
3406 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x
; then
3408 eval "DEFAULT_$LINE"
3413 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3417 eval "$ac_cv_use_expat"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3422 if test "$wxUSE_EXPAT" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424 echo "${ECHO_T}yes" >&6
3425 elif test "$wxUSE_EXPAT" = no
; then
3426 echo "$as_me:$LINENO: result: no" >&5
3427 echo "${ECHO_T}no" >&6
3428 elif test "$wxUSE_EXPAT" = sys
; then
3429 echo "$as_me:$LINENO: result: system version" >&5
3430 echo "${ECHO_T}system version" >&6
3431 elif test "$wxUSE_EXPAT" = builtin; then
3432 echo "$as_me:$LINENO: result: builtin version" >&5
3433 echo "${ECHO_T}builtin version" >&6
3435 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3436 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3437 { (exit 1); exit 1; }; }
3444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3445 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3447 # Check whether --enable-shared or --disable-shared was given.
3448 if test "${enable_shared+set}" = set; then
3449 enableval
="$enable_shared"
3451 if test "$enableval" = yes; then
3452 ac_cv_use_shared
='wxUSE_SHARED=yes'
3454 ac_cv_use_shared
='wxUSE_SHARED=no'
3459 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3460 if test "x$LINE" != x
; then
3461 eval "DEFAULT_$LINE"
3466 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3470 eval "$ac_cv_use_shared"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3475 if test "$wxUSE_SHARED" = yes; then
3476 echo "$as_me:$LINENO: result: yes" >&5
3477 echo "${ECHO_T}yes" >&6
3479 echo "$as_me:$LINENO: result: no" >&5
3480 echo "${ECHO_T}no" >&6
3485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3486 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3488 # Check whether --enable-optimise or --disable-optimise was given.
3489 if test "${enable_optimise+set}" = set; then
3490 enableval
="$enable_optimise"
3492 if test "$enableval" = yes; then
3493 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3495 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3500 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3501 if test "x$LINE" != x
; then
3502 eval "DEFAULT_$LINE"
3507 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3511 eval "$ac_cv_use_optimise"
3512 if test "$no_cache" != 1; then
3513 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3516 if test "$wxUSE_OPTIMISE" = yes; then
3517 echo "$as_me:$LINENO: result: yes" >&5
3518 echo "${ECHO_T}yes" >&6
3520 echo "$as_me:$LINENO: result: no" >&5
3521 echo "${ECHO_T}no" >&6
3526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3527 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3529 # Check whether --enable-debug or --disable-debug was given.
3530 if test "${enable_debug+set}" = set; then
3531 enableval
="$enable_debug"
3533 if test "$enableval" = yes; then
3534 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3536 ac_cv_use_debug
='wxUSE_DEBUG=no'
3541 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3542 if test "x$LINE" != x
; then
3543 eval "DEFAULT_$LINE"
3548 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3552 eval "$ac_cv_use_debug"
3553 if test "$no_cache" != 1; then
3554 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3557 if test "$wxUSE_DEBUG" = yes; then
3558 echo "$as_me:$LINENO: result: yes" >&5
3559 echo "${ECHO_T}yes" >&6
3561 echo "$as_me:$LINENO: result: no" >&5
3562 echo "${ECHO_T}no" >&6
3567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3568 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3570 # Check whether --enable-stl or --disable-stl was given.
3571 if test "${enable_stl+set}" = set; then
3572 enableval
="$enable_stl"
3574 if test "$enableval" = yes; then
3575 ac_cv_use_stl
='wxUSE_STL=yes'
3577 ac_cv_use_stl
='wxUSE_STL=no'
3582 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3583 if test "x$LINE" != x
; then
3584 eval "DEFAULT_$LINE"
3589 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3593 eval "$ac_cv_use_stl"
3594 if test "$no_cache" != 1; then
3595 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3598 if test "$wxUSE_STL" = yes; then
3599 echo "$as_me:$LINENO: result: yes" >&5
3600 echo "${ECHO_T}yes" >&6
3602 echo "$as_me:$LINENO: result: no" >&5
3603 echo "${ECHO_T}no" >&6
3606 if test "$USE_OS2" = "1"; then
3607 DEFAULT_wxUSE_OMF
=no
3610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3611 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3613 # Check whether --enable-omf or --disable-omf was given.
3614 if test "${enable_omf+set}" = set; then
3615 enableval
="$enable_omf"
3617 if test "$enableval" = yes; then
3618 ac_cv_use_omf
='wxUSE_OMF=yes'
3620 ac_cv_use_omf
='wxUSE_OMF=no'
3625 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3626 if test "x$LINE" != x
; then
3627 eval "DEFAULT_$LINE"
3632 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3636 eval "$ac_cv_use_omf"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3641 if test "$wxUSE_OMF" = yes; then
3642 echo "$as_me:$LINENO: result: yes" >&5
3643 echo "${ECHO_T}yes" >&6
3645 echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6
3651 if test "$wxUSE_DEBUG" = "yes"; then
3652 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3653 DEFAULT_wxUSE_DEBUG_INFO
=yes
3655 elif test "$wxUSE_DEBUG" = "no"; then
3656 DEFAULT_wxUSE_DEBUG_FLAG
=no
3657 DEFAULT_wxUSE_DEBUG_INFO
=no
3663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3664 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3666 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3667 if test "${enable_debug_flag+set}" = set; then
3668 enableval
="$enable_debug_flag"
3670 if test "$enableval" = yes; then
3671 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3673 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3678 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3679 if test "x$LINE" != x
; then
3680 eval "DEFAULT_$LINE"
3685 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3689 eval "$ac_cv_use_debug_flag"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3694 if test "$wxUSE_DEBUG_FLAG" = yes; then
3695 echo "$as_me:$LINENO: result: yes" >&5
3696 echo "${ECHO_T}yes" >&6
3698 echo "$as_me:$LINENO: result: no" >&5
3699 echo "${ECHO_T}no" >&6
3704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3705 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3707 # Check whether --enable-debug_info or --disable-debug_info was given.
3708 if test "${enable_debug_info+set}" = set; then
3709 enableval
="$enable_debug_info"
3711 if test "$enableval" = yes; then
3712 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3714 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3719 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3720 if test "x$LINE" != x
; then
3721 eval "DEFAULT_$LINE"
3726 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3730 eval "$ac_cv_use_debug_info"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3735 if test "$wxUSE_DEBUG_INFO" = yes; then
3736 echo "$as_me:$LINENO: result: yes" >&5
3737 echo "${ECHO_T}yes" >&6
3739 echo "$as_me:$LINENO: result: no" >&5
3740 echo "${ECHO_T}no" >&6
3745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3746 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3748 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3749 if test "${enable_debug_gdb+set}" = set; then
3750 enableval
="$enable_debug_gdb"
3752 if test "$enableval" = yes; then
3753 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3755 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3760 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x
; then
3762 eval "DEFAULT_$LINE"
3767 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3771 eval "$ac_cv_use_debug_gdb"
3772 if test "$no_cache" != 1; then
3773 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3776 if test "$wxUSE_DEBUG_GDB" = yes; then
3777 echo "$as_me:$LINENO: result: yes" >&5
3778 echo "${ECHO_T}yes" >&6
3780 echo "$as_me:$LINENO: result: no" >&5
3781 echo "${ECHO_T}no" >&6
3786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3787 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3789 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3790 if test "${enable_debug_cntxt+set}" = set; then
3791 enableval
="$enable_debug_cntxt"
3793 if test "$enableval" = yes; then
3794 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3796 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3801 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3802 if test "x$LINE" != x
; then
3803 eval "DEFAULT_$LINE"
3808 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3812 eval "$ac_cv_use_debug_cntxt"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3817 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3818 echo "$as_me:$LINENO: result: yes" >&5
3819 echo "${ECHO_T}yes" >&6
3821 echo "$as_me:$LINENO: result: no" >&5
3822 echo "${ECHO_T}no" >&6
3827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3828 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3830 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3831 if test "${enable_mem_tracing+set}" = set; then
3832 enableval
="$enable_mem_tracing"
3834 if test "$enableval" = yes; then
3835 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3837 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3842 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3843 if test "x$LINE" != x
; then
3844 eval "DEFAULT_$LINE"
3849 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3853 eval "$ac_cv_use_mem_tracing"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3858 if test "$wxUSE_MEM_TRACING" = yes; then
3859 echo "$as_me:$LINENO: result: yes" >&5
3860 echo "${ECHO_T}yes" >&6
3862 echo "$as_me:$LINENO: result: no" >&5
3863 echo "${ECHO_T}no" >&6
3868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3869 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3871 # Check whether --enable-profile or --disable-profile was given.
3872 if test "${enable_profile+set}" = set; then
3873 enableval
="$enable_profile"
3875 if test "$enableval" = yes; then
3876 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3878 ac_cv_use_profile
='wxUSE_PROFILE=no'
3883 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3884 if test "x$LINE" != x
; then
3885 eval "DEFAULT_$LINE"
3890 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3894 eval "$ac_cv_use_profile"
3895 if test "$no_cache" != 1; then
3896 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3899 if test "$wxUSE_PROFILE" = yes; then
3900 echo "$as_me:$LINENO: result: yes" >&5
3901 echo "${ECHO_T}yes" >&6
3903 echo "$as_me:$LINENO: result: no" >&5
3904 echo "${ECHO_T}no" >&6
3909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3910 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3912 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3913 if test "${enable_no_rtti+set}" = set; then
3914 enableval
="$enable_no_rtti"
3916 if test "$enableval" = yes; then
3917 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3919 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3924 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3925 if test "x$LINE" != x
; then
3926 eval "DEFAULT_$LINE"
3931 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3935 eval "$ac_cv_use_no_rtti"
3936 if test "$no_cache" != 1; then
3937 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3940 if test "$wxUSE_NO_RTTI" = yes; then
3941 echo "$as_me:$LINENO: result: yes" >&5
3942 echo "${ECHO_T}yes" >&6
3944 echo "$as_me:$LINENO: result: no" >&5
3945 echo "${ECHO_T}no" >&6
3950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3951 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3953 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3954 if test "${enable_no_exceptions+set}" = set; then
3955 enableval
="$enable_no_exceptions"
3957 if test "$enableval" = yes; then
3958 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3960 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3965 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x
; then
3967 eval "DEFAULT_$LINE"
3972 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3976 eval "$ac_cv_use_no_exceptions"
3977 if test "$no_cache" != 1; then
3978 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3981 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3982 echo "$as_me:$LINENO: result: yes" >&5
3983 echo "${ECHO_T}yes" >&6
3985 echo "$as_me:$LINENO: result: no" >&5
3986 echo "${ECHO_T}no" >&6
3991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3992 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3994 # Check whether --enable-permissive or --disable-permissive was given.
3995 if test "${enable_permissive+set}" = set; then
3996 enableval
="$enable_permissive"
3998 if test "$enableval" = yes; then
3999 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4001 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4006 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4007 if test "x$LINE" != x
; then
4008 eval "DEFAULT_$LINE"
4013 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4017 eval "$ac_cv_use_permissive"
4018 if test "$no_cache" != 1; then
4019 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4022 if test "$wxUSE_PERMISSIVE" = yes; then
4023 echo "$as_me:$LINENO: result: yes" >&5
4024 echo "${ECHO_T}yes" >&6
4026 echo "$as_me:$LINENO: result: no" >&5
4027 echo "${ECHO_T}no" >&6
4032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4033 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4035 # Check whether --enable-no_deps or --disable-no_deps was given.
4036 if test "${enable_no_deps+set}" = set; then
4037 enableval
="$enable_no_deps"
4039 if test "$enableval" = yes; then
4040 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4042 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4047 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4048 if test "x$LINE" != x
; then
4049 eval "DEFAULT_$LINE"
4054 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4058 eval "$ac_cv_use_no_deps"
4059 if test "$no_cache" != 1; then
4060 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4063 if test "$wxUSE_NO_DEPS" = yes; then
4064 echo "$as_me:$LINENO: result: yes" >&5
4065 echo "${ECHO_T}yes" >&6
4067 echo "$as_me:$LINENO: result: no" >&5
4068 echo "${ECHO_T}no" >&6
4074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4075 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4077 # Check whether --enable-compat22 or --disable-compat22 was given.
4078 if test "${enable_compat22+set}" = set; then
4079 enableval
="$enable_compat22"
4081 if test "$enableval" = yes; then
4082 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
4084 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
4089 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4090 if test "x$LINE" != x
; then
4091 eval "DEFAULT_$LINE"
4096 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4100 eval "$ac_cv_use_compat22"
4101 if test "$no_cache" != 1; then
4102 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4105 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4106 echo "$as_me:$LINENO: result: yes" >&5
4107 echo "${ECHO_T}yes" >&6
4109 echo "$as_me:$LINENO: result: no" >&5
4110 echo "${ECHO_T}no" >&6
4114 enablestring
=disable
4115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4116 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4118 # Check whether --enable-compat24 or --disable-compat24 was given.
4119 if test "${enable_compat24+set}" = set; then
4120 enableval
="$enable_compat24"
4122 if test "$enableval" = yes; then
4123 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4125 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4130 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4131 if test "x$LINE" != x
; then
4132 eval "DEFAULT_$LINE"
4137 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4141 eval "$ac_cv_use_compat24"
4142 if test "$no_cache" != 1; then
4143 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4146 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4147 echo "$as_me:$LINENO: result: yes" >&5
4148 echo "${ECHO_T}yes" >&6
4150 echo "$as_me:$LINENO: result: no" >&5
4151 echo "${ECHO_T}no" >&6
4157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4158 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4160 # Check whether --enable-rpath or --disable-rpath was given.
4161 if test "${enable_rpath+set}" = set; then
4162 enableval
="$enable_rpath"
4164 if test "$enableval" = yes; then
4165 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4167 ac_cv_use_rpath
='wxUSE_RPATH=no'
4172 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x
; then
4174 eval "DEFAULT_$LINE"
4179 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4183 eval "$ac_cv_use_rpath"
4184 if test "$no_cache" != 1; then
4185 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4188 if test "$wxUSE_RPATH" = yes; then
4189 echo "$as_me:$LINENO: result: yes" >&5
4190 echo "${ECHO_T}yes" >&6
4192 echo "$as_me:$LINENO: result: no" >&5
4193 echo "${ECHO_T}no" >&6
4201 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4202 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4204 # Check whether --enable-intl or --disable-intl was given.
4205 if test "${enable_intl+set}" = set; then
4206 enableval
="$enable_intl"
4208 if test "$enableval" = yes; then
4209 ac_cv_use_intl
='wxUSE_INTL=yes'
4211 ac_cv_use_intl
='wxUSE_INTL=no'
4216 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4217 if test "x$LINE" != x
; then
4218 eval "DEFAULT_$LINE"
4223 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4227 eval "$ac_cv_use_intl"
4228 if test "$no_cache" != 1; then
4229 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4232 if test "$wxUSE_INTL" = yes; then
4233 echo "$as_me:$LINENO: result: yes" >&5
4234 echo "${ECHO_T}yes" >&6
4236 echo "$as_me:$LINENO: result: no" >&5
4237 echo "${ECHO_T}no" >&6
4242 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4243 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4245 # Check whether --enable-config or --disable-config was given.
4246 if test "${enable_config+set}" = set; then
4247 enableval
="$enable_config"
4249 if test "$enableval" = yes; then
4250 ac_cv_use_config
='wxUSE_CONFIG=yes'
4252 ac_cv_use_config
='wxUSE_CONFIG=no'
4257 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4258 if test "x$LINE" != x
; then
4259 eval "DEFAULT_$LINE"
4264 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4268 eval "$ac_cv_use_config"
4269 if test "$no_cache" != 1; then
4270 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4273 if test "$wxUSE_CONFIG" = yes; then
4274 echo "$as_me:$LINENO: result: yes" >&5
4275 echo "${ECHO_T}yes" >&6
4277 echo "$as_me:$LINENO: result: no" >&5
4278 echo "${ECHO_T}no" >&6
4284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4285 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4287 # Check whether --enable-protocols or --disable-protocols was given.
4288 if test "${enable_protocols+set}" = set; then
4289 enableval
="$enable_protocols"
4291 if test "$enableval" = yes; then
4292 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4294 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4299 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4300 if test "x$LINE" != x
; then
4301 eval "DEFAULT_$LINE"
4306 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4310 eval "$ac_cv_use_protocols"
4311 if test "$no_cache" != 1; then
4312 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4315 if test "$wxUSE_PROTOCOL" = yes; then
4316 echo "$as_me:$LINENO: result: yes" >&5
4317 echo "${ECHO_T}yes" >&6
4319 echo "$as_me:$LINENO: result: no" >&5
4320 echo "${ECHO_T}no" >&6
4325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4326 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4328 # Check whether --enable-ftp or --disable-ftp was given.
4329 if test "${enable_ftp+set}" = set; then
4330 enableval
="$enable_ftp"
4332 if test "$enableval" = yes; then
4333 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4335 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4340 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4341 if test "x$LINE" != x
; then
4342 eval "DEFAULT_$LINE"
4347 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4351 eval "$ac_cv_use_ftp"
4352 if test "$no_cache" != 1; then
4353 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4356 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4357 echo "$as_me:$LINENO: result: yes" >&5
4358 echo "${ECHO_T}yes" >&6
4360 echo "$as_me:$LINENO: result: no" >&5
4361 echo "${ECHO_T}no" >&6
4366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4367 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4369 # Check whether --enable-http or --disable-http was given.
4370 if test "${enable_http+set}" = set; then
4371 enableval
="$enable_http"
4373 if test "$enableval" = yes; then
4374 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4376 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4381 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4382 if test "x$LINE" != x
; then
4383 eval "DEFAULT_$LINE"
4388 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4392 eval "$ac_cv_use_http"
4393 if test "$no_cache" != 1; then
4394 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4397 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4398 echo "$as_me:$LINENO: result: yes" >&5
4399 echo "${ECHO_T}yes" >&6
4401 echo "$as_me:$LINENO: result: no" >&5
4402 echo "${ECHO_T}no" >&6
4407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4408 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4410 # Check whether --enable-fileproto or --disable-fileproto was given.
4411 if test "${enable_fileproto+set}" = set; then
4412 enableval
="$enable_fileproto"
4414 if test "$enableval" = yes; then
4415 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4417 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4422 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4423 if test "x$LINE" != x
; then
4424 eval "DEFAULT_$LINE"
4429 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4433 eval "$ac_cv_use_fileproto"
4434 if test "$no_cache" != 1; then
4435 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4438 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4439 echo "$as_me:$LINENO: result: yes" >&5
4440 echo "${ECHO_T}yes" >&6
4442 echo "$as_me:$LINENO: result: no" >&5
4443 echo "${ECHO_T}no" >&6
4448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4449 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4451 # Check whether --enable-sockets or --disable-sockets was given.
4452 if test "${enable_sockets+set}" = set; then
4453 enableval
="$enable_sockets"
4455 if test "$enableval" = yes; then
4456 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4458 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4463 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4464 if test "x$LINE" != x
; then
4465 eval "DEFAULT_$LINE"
4470 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4474 eval "$ac_cv_use_sockets"
4475 if test "$no_cache" != 1; then
4476 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4479 if test "$wxUSE_SOCKETS" = yes; then
4480 echo "$as_me:$LINENO: result: yes" >&5
4481 echo "${ECHO_T}yes" >&6
4483 echo "$as_me:$LINENO: result: no" >&5
4484 echo "${ECHO_T}no" >&6
4489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4490 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4492 # Check whether --enable-ole or --disable-ole was given.
4493 if test "${enable_ole+set}" = set; then
4494 enableval
="$enable_ole"
4496 if test "$enableval" = yes; then
4497 ac_cv_use_ole
='wxUSE_OLE=yes'
4499 ac_cv_use_ole
='wxUSE_OLE=no'
4504 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x
; then
4506 eval "DEFAULT_$LINE"
4511 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4515 eval "$ac_cv_use_ole"
4516 if test "$no_cache" != 1; then
4517 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4520 if test "$wxUSE_OLE" = yes; then
4521 echo "$as_me:$LINENO: result: yes" >&5
4522 echo "${ECHO_T}yes" >&6
4524 echo "$as_me:$LINENO: result: no" >&5
4525 echo "${ECHO_T}no" >&6
4530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4531 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4533 # Check whether --enable-dataobj or --disable-dataobj was given.
4534 if test "${enable_dataobj+set}" = set; then
4535 enableval
="$enable_dataobj"
4537 if test "$enableval" = yes; then
4538 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4540 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4545 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x
; then
4547 eval "DEFAULT_$LINE"
4552 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4556 eval "$ac_cv_use_dataobj"
4557 if test "$no_cache" != 1; then
4558 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4561 if test "$wxUSE_DATAOBJ" = yes; then
4562 echo "$as_me:$LINENO: result: yes" >&5
4563 echo "${ECHO_T}yes" >&6
4565 echo "$as_me:$LINENO: result: no" >&5
4566 echo "${ECHO_T}no" >&6
4572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4573 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4575 # Check whether --enable-ipc or --disable-ipc was given.
4576 if test "${enable_ipc+set}" = set; then
4577 enableval
="$enable_ipc"
4579 if test "$enableval" = yes; then
4580 ac_cv_use_ipc
='wxUSE_IPC=yes'
4582 ac_cv_use_ipc
='wxUSE_IPC=no'
4587 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4588 if test "x$LINE" != x
; then
4589 eval "DEFAULT_$LINE"
4594 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4598 eval "$ac_cv_use_ipc"
4599 if test "$no_cache" != 1; then
4600 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4603 if test "$wxUSE_IPC" = yes; then
4604 echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6
4607 echo "$as_me:$LINENO: result: no" >&5
4608 echo "${ECHO_T}no" >&6
4614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4615 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4617 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4618 if test "${enable_apple_ieee+set}" = set; then
4619 enableval
="$enable_apple_ieee"
4621 if test "$enableval" = yes; then
4622 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4624 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4629 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x
; then
4631 eval "DEFAULT_$LINE"
4636 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4640 eval "$ac_cv_use_apple_ieee"
4641 if test "$no_cache" != 1; then
4642 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4645 if test "$wxUSE_APPLE_IEEE" = yes; then
4646 echo "$as_me:$LINENO: result: yes" >&5
4647 echo "${ECHO_T}yes" >&6
4649 echo "$as_me:$LINENO: result: no" >&5
4650 echo "${ECHO_T}no" >&6
4655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4656 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4658 # Check whether --enable-arcstream or --disable-arcstream was given.
4659 if test "${enable_arcstream+set}" = set; then
4660 enableval
="$enable_arcstream"
4662 if test "$enableval" = yes; then
4663 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
4665 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
4670 LINE
=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4671 if test "x$LINE" != x
; then
4672 eval "DEFAULT_$LINE"
4677 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4681 eval "$ac_cv_use_arcstream"
4682 if test "$no_cache" != 1; then
4683 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4686 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4687 echo "$as_me:$LINENO: result: yes" >&5
4688 echo "${ECHO_T}yes" >&6
4690 echo "$as_me:$LINENO: result: no" >&5
4691 echo "${ECHO_T}no" >&6
4696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4697 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4699 # Check whether --enable-backtrace or --disable-backtrace was given.
4700 if test "${enable_backtrace+set}" = set; then
4701 enableval
="$enable_backtrace"
4703 if test "$enableval" = yes; then
4704 ac_cv_use_backtrace
='wxUSE_STACKWALKER=yes'
4706 ac_cv_use_backtrace
='wxUSE_STACKWALKER=no'
4711 LINE
=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4712 if test "x$LINE" != x
; then
4713 eval "DEFAULT_$LINE"
4718 ac_cv_use_backtrace
='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4722 eval "$ac_cv_use_backtrace"
4723 if test "$no_cache" != 1; then
4724 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4727 if test "$wxUSE_STACKWALKER" = yes; then
4728 echo "$as_me:$LINENO: result: yes" >&5
4729 echo "${ECHO_T}yes" >&6
4731 echo "$as_me:$LINENO: result: no" >&5
4732 echo "${ECHO_T}no" >&6
4737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4738 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4740 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4741 if test "${enable_catch_segvs+set}" = set; then
4742 enableval
="$enable_catch_segvs"
4744 if test "$enableval" = yes; then
4745 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4747 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4752 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4753 if test "x$LINE" != x
; then
4754 eval "DEFAULT_$LINE"
4759 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4763 eval "$ac_cv_use_catch_segvs"
4764 if test "$no_cache" != 1; then
4765 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4768 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4769 echo "$as_me:$LINENO: result: yes" >&5
4770 echo "${ECHO_T}yes" >&6
4772 echo "$as_me:$LINENO: result: no" >&5
4773 echo "${ECHO_T}no" >&6
4778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4779 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4781 # Check whether --enable-cmdline or --disable-cmdline was given.
4782 if test "${enable_cmdline+set}" = set; then
4783 enableval
="$enable_cmdline"
4785 if test "$enableval" = yes; then
4786 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4788 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4793 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4794 if test "x$LINE" != x
; then
4795 eval "DEFAULT_$LINE"
4800 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4804 eval "$ac_cv_use_cmdline"
4805 if test "$no_cache" != 1; then
4806 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4809 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4810 echo "$as_me:$LINENO: result: yes" >&5
4811 echo "${ECHO_T}yes" >&6
4813 echo "$as_me:$LINENO: result: no" >&5
4814 echo "${ECHO_T}no" >&6
4819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4820 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4822 # Check whether --enable-datetime or --disable-datetime was given.
4823 if test "${enable_datetime+set}" = set; then
4824 enableval
="$enable_datetime"
4826 if test "$enableval" = yes; then
4827 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4829 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4834 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4835 if test "x$LINE" != x
; then
4836 eval "DEFAULT_$LINE"
4841 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4845 eval "$ac_cv_use_datetime"
4846 if test "$no_cache" != 1; then
4847 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4850 if test "$wxUSE_DATETIME" = yes; then
4851 echo "$as_me:$LINENO: result: yes" >&5
4852 echo "${ECHO_T}yes" >&6
4854 echo "$as_me:$LINENO: result: no" >&5
4855 echo "${ECHO_T}no" >&6
4860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4861 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4863 # Check whether --enable-debugreport or --disable-debugreport was given.
4864 if test "${enable_debugreport+set}" = set; then
4865 enableval
="$enable_debugreport"
4867 if test "$enableval" = yes; then
4868 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
4870 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
4875 LINE
=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4876 if test "x$LINE" != x
; then
4877 eval "DEFAULT_$LINE"
4882 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4886 eval "$ac_cv_use_debugreport"
4887 if test "$no_cache" != 1; then
4888 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4891 if test "$wxUSE_DEBUGREPORT" = yes; then
4892 echo "$as_me:$LINENO: result: yes" >&5
4893 echo "${ECHO_T}yes" >&6
4895 echo "$as_me:$LINENO: result: no" >&5
4896 echo "${ECHO_T}no" >&6
4901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4902 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4904 # Check whether --enable-dialupman or --disable-dialupman was given.
4905 if test "${enable_dialupman+set}" = set; then
4906 enableval
="$enable_dialupman"
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4911 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4916 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x
; then
4918 eval "DEFAULT_$LINE"
4923 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4927 eval "$ac_cv_use_dialupman"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4932 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934 echo "${ECHO_T}yes" >&6
4936 echo "$as_me:$LINENO: result: no" >&5
4937 echo "${ECHO_T}no" >&6
4942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4943 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4945 # Check whether --enable-dynlib or --disable-dynlib was given.
4946 if test "${enable_dynlib+set}" = set; then
4947 enableval
="$enable_dynlib"
4949 if test "$enableval" = yes; then
4950 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4952 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4957 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x
; then
4959 eval "DEFAULT_$LINE"
4964 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4968 eval "$ac_cv_use_dynlib"
4969 if test "$no_cache" != 1; then
4970 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4973 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4974 echo "$as_me:$LINENO: result: yes" >&5
4975 echo "${ECHO_T}yes" >&6
4977 echo "$as_me:$LINENO: result: no" >&5
4978 echo "${ECHO_T}no" >&6
4983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4984 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4986 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4987 if test "${enable_dynamicloader+set}" = set; then
4988 enableval
="$enable_dynamicloader"
4990 if test "$enableval" = yes; then
4991 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4993 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4998 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x
; then
5000 eval "DEFAULT_$LINE"
5005 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5009 eval "$ac_cv_use_dynamicloader"
5010 if test "$no_cache" != 1; then
5011 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5014 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5015 echo "$as_me:$LINENO: result: yes" >&5
5016 echo "${ECHO_T}yes" >&6
5018 echo "$as_me:$LINENO: result: no" >&5
5019 echo "${ECHO_T}no" >&6
5024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5025 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5027 # Check whether --enable-exceptions or --disable-exceptions was given.
5028 if test "${enable_exceptions+set}" = set; then
5029 enableval
="$enable_exceptions"
5031 if test "$enableval" = yes; then
5032 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
5034 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
5039 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5040 if test "x$LINE" != x
; then
5041 eval "DEFAULT_$LINE"
5046 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5050 eval "$ac_cv_use_exceptions"
5051 if test "$no_cache" != 1; then
5052 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5055 if test "$wxUSE_EXCEPTIONS" = yes; then
5056 echo "$as_me:$LINENO: result: yes" >&5
5057 echo "${ECHO_T}yes" >&6
5059 echo "$as_me:$LINENO: result: no" >&5
5060 echo "${ECHO_T}no" >&6
5065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5066 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5068 # Check whether --enable-ffile or --disable-ffile was given.
5069 if test "${enable_ffile+set}" = set; then
5070 enableval
="$enable_ffile"
5072 if test "$enableval" = yes; then
5073 ac_cv_use_ffile
='wxUSE_FFILE=yes'
5075 ac_cv_use_ffile
='wxUSE_FFILE=no'
5080 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5081 if test "x$LINE" != x
; then
5082 eval "DEFAULT_$LINE"
5087 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5091 eval "$ac_cv_use_ffile"
5092 if test "$no_cache" != 1; then
5093 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5096 if test "$wxUSE_FFILE" = yes; then
5097 echo "$as_me:$LINENO: result: yes" >&5
5098 echo "${ECHO_T}yes" >&6
5100 echo "$as_me:$LINENO: result: no" >&5
5101 echo "${ECHO_T}no" >&6
5106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5107 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5109 # Check whether --enable-file or --disable-file was given.
5110 if test "${enable_file+set}" = set; then
5111 enableval
="$enable_file"
5113 if test "$enableval" = yes; then
5114 ac_cv_use_file
='wxUSE_FILE=yes'
5116 ac_cv_use_file
='wxUSE_FILE=no'
5121 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5122 if test "x$LINE" != x
; then
5123 eval "DEFAULT_$LINE"
5128 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5132 eval "$ac_cv_use_file"
5133 if test "$no_cache" != 1; then
5134 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5137 if test "$wxUSE_FILE" = yes; then
5138 echo "$as_me:$LINENO: result: yes" >&5
5139 echo "${ECHO_T}yes" >&6
5141 echo "$as_me:$LINENO: result: no" >&5
5142 echo "${ECHO_T}no" >&6
5147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5148 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5150 # Check whether --enable-filesystem or --disable-filesystem was given.
5151 if test "${enable_filesystem+set}" = set; then
5152 enableval
="$enable_filesystem"
5154 if test "$enableval" = yes; then
5155 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5157 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5162 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5163 if test "x$LINE" != x
; then
5164 eval "DEFAULT_$LINE"
5169 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5173 eval "$ac_cv_use_filesystem"
5174 if test "$no_cache" != 1; then
5175 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5178 if test "$wxUSE_FILESYSTEM" = yes; then
5179 echo "$as_me:$LINENO: result: yes" >&5
5180 echo "${ECHO_T}yes" >&6
5182 echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6
5188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5189 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5191 # Check whether --enable-fontmap or --disable-fontmap was given.
5192 if test "${enable_fontmap+set}" = set; then
5193 enableval
="$enable_fontmap"
5195 if test "$enableval" = yes; then
5196 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5198 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5203 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5204 if test "x$LINE" != x
; then
5205 eval "DEFAULT_$LINE"
5210 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5214 eval "$ac_cv_use_fontmap"
5215 if test "$no_cache" != 1; then
5216 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5219 if test "$wxUSE_FONTMAP" = yes; then
5220 echo "$as_me:$LINENO: result: yes" >&5
5221 echo "${ECHO_T}yes" >&6
5223 echo "$as_me:$LINENO: result: no" >&5
5224 echo "${ECHO_T}no" >&6
5229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5230 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5232 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5233 if test "${enable_fs_inet+set}" = set; then
5234 enableval
="$enable_fs_inet"
5236 if test "$enableval" = yes; then
5237 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5239 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5244 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5245 if test "x$LINE" != x
; then
5246 eval "DEFAULT_$LINE"
5251 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5255 eval "$ac_cv_use_fs_inet"
5256 if test "$no_cache" != 1; then
5257 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5260 if test "$wxUSE_FS_INET" = yes; then
5261 echo "$as_me:$LINENO: result: yes" >&5
5262 echo "${ECHO_T}yes" >&6
5264 echo "$as_me:$LINENO: result: no" >&5
5265 echo "${ECHO_T}no" >&6
5270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5271 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5273 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5274 if test "${enable_fs_zip+set}" = set; then
5275 enableval
="$enable_fs_zip"
5277 if test "$enableval" = yes; then
5278 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5280 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5285 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5286 if test "x$LINE" != x
; then
5287 eval "DEFAULT_$LINE"
5292 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5296 eval "$ac_cv_use_fs_zip"
5297 if test "$no_cache" != 1; then
5298 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5301 if test "$wxUSE_FS_ZIP" = yes; then
5302 echo "$as_me:$LINENO: result: yes" >&5
5303 echo "${ECHO_T}yes" >&6
5305 echo "$as_me:$LINENO: result: no" >&5
5306 echo "${ECHO_T}no" >&6
5311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5312 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5314 # Check whether --enable-geometry or --disable-geometry was given.
5315 if test "${enable_geometry+set}" = set; then
5316 enableval
="$enable_geometry"
5318 if test "$enableval" = yes; then
5319 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5321 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5326 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5327 if test "x$LINE" != x
; then
5328 eval "DEFAULT_$LINE"
5333 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5337 eval "$ac_cv_use_geometry"
5338 if test "$no_cache" != 1; then
5339 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5342 if test "$wxUSE_GEOMETRY" = yes; then
5343 echo "$as_me:$LINENO: result: yes" >&5
5344 echo "${ECHO_T}yes" >&6
5346 echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6
5352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5353 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5355 # Check whether --enable-log or --disable-log was given.
5356 if test "${enable_log+set}" = set; then
5357 enableval
="$enable_log"
5359 if test "$enableval" = yes; then
5360 ac_cv_use_log
='wxUSE_LOG=yes'
5362 ac_cv_use_log
='wxUSE_LOG=no'
5367 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5368 if test "x$LINE" != x
; then
5369 eval "DEFAULT_$LINE"
5374 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5378 eval "$ac_cv_use_log"
5379 if test "$no_cache" != 1; then
5380 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5383 if test "$wxUSE_LOG" = yes; then
5384 echo "$as_me:$LINENO: result: yes" >&5
5385 echo "${ECHO_T}yes" >&6
5387 echo "$as_me:$LINENO: result: no" >&5
5388 echo "${ECHO_T}no" >&6
5393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5394 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5396 # Check whether --enable-longlong or --disable-longlong was given.
5397 if test "${enable_longlong+set}" = set; then
5398 enableval
="$enable_longlong"
5400 if test "$enableval" = yes; then
5401 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5403 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5408 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5409 if test "x$LINE" != x
; then
5410 eval "DEFAULT_$LINE"
5415 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5419 eval "$ac_cv_use_longlong"
5420 if test "$no_cache" != 1; then
5421 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5424 if test "$wxUSE_LONGLONG" = yes; then
5425 echo "$as_me:$LINENO: result: yes" >&5
5426 echo "${ECHO_T}yes" >&6
5428 echo "$as_me:$LINENO: result: no" >&5
5429 echo "${ECHO_T}no" >&6
5434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5435 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5437 # Check whether --enable-mimetype or --disable-mimetype was given.
5438 if test "${enable_mimetype+set}" = set; then
5439 enableval
="$enable_mimetype"
5441 if test "$enableval" = yes; then
5442 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5444 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5449 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5450 if test "x$LINE" != x
; then
5451 eval "DEFAULT_$LINE"
5456 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5460 eval "$ac_cv_use_mimetype"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5465 if test "$wxUSE_MIMETYPE" = yes; then
5466 echo "$as_me:$LINENO: result: yes" >&5
5467 echo "${ECHO_T}yes" >&6
5469 echo "$as_me:$LINENO: result: no" >&5
5470 echo "${ECHO_T}no" >&6
5475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5476 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5478 # Check whether --enable-mslu or --disable-mslu was given.
5479 if test "${enable_mslu+set}" = set; then
5480 enableval
="$enable_mslu"
5482 if test "$enableval" = yes; then
5483 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5485 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5490 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x
; then
5492 eval "DEFAULT_$LINE"
5497 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5501 eval "$ac_cv_use_mslu"
5502 if test "$no_cache" != 1; then
5503 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5506 if test "$wxUSE_UNICODE_MSLU" = yes; then
5507 echo "$as_me:$LINENO: result: yes" >&5
5508 echo "${ECHO_T}yes" >&6
5510 echo "$as_me:$LINENO: result: no" >&5
5511 echo "${ECHO_T}no" >&6
5516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5517 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5519 # Check whether --enable-snglinst or --disable-snglinst was given.
5520 if test "${enable_snglinst+set}" = set; then
5521 enableval
="$enable_snglinst"
5523 if test "$enableval" = yes; then
5524 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5526 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5531 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5532 if test "x$LINE" != x
; then
5533 eval "DEFAULT_$LINE"
5538 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5542 eval "$ac_cv_use_snglinst"
5543 if test "$no_cache" != 1; then
5544 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5547 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5548 echo "$as_me:$LINENO: result: yes" >&5
5549 echo "${ECHO_T}yes" >&6
5551 echo "$as_me:$LINENO: result: no" >&5
5552 echo "${ECHO_T}no" >&6
5557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5558 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5560 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5561 if test "${enable_std_iostreams+set}" = set; then
5562 enableval
="$enable_std_iostreams"
5564 if test "$enableval" = yes; then
5565 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5567 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5572 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5573 if test "x$LINE" != x
; then
5574 eval "DEFAULT_$LINE"
5579 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5583 eval "$ac_cv_use_std_iostreams"
5584 if test "$no_cache" != 1; then
5585 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5588 if test "$wxUSE_STD_IOSTREAM" = yes; then
5589 echo "$as_me:$LINENO: result: yes" >&5
5590 echo "${ECHO_T}yes" >&6
5592 echo "$as_me:$LINENO: result: no" >&5
5593 echo "${ECHO_T}no" >&6
5598 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5599 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5601 # Check whether --enable-std_string or --disable-std_string was given.
5602 if test "${enable_std_string+set}" = set; then
5603 enableval
="$enable_std_string"
5605 if test "$enableval" = yes; then
5606 ac_cv_use_std_string
='wxUSE_STD_STRING=yes'
5608 ac_cv_use_std_string
='wxUSE_STD_STRING=no'
5613 LINE
=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x
; then
5615 eval "DEFAULT_$LINE"
5620 ac_cv_use_std_string
='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5624 eval "$ac_cv_use_std_string"
5625 if test "$no_cache" != 1; then
5626 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5629 if test "$wxUSE_STD_STRING" = yes; then
5630 echo "$as_me:$LINENO: result: yes" >&5
5631 echo "${ECHO_T}yes" >&6
5633 echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6
5639 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5640 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5642 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5643 if test "${enable_stdpaths+set}" = set; then
5644 enableval
="$enable_stdpaths"
5646 if test "$enableval" = yes; then
5647 ac_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
5649 ac_cv_use_stdpaths
='wxUSE_STDPATHS=no'
5654 LINE
=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5655 if test "x$LINE" != x
; then
5656 eval "DEFAULT_$LINE"
5661 ac_cv_use_stdpaths
='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5665 eval "$ac_cv_use_stdpaths"
5666 if test "$no_cache" != 1; then
5667 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5670 if test "$wxUSE_STDPATHS" = yes; then
5671 echo "$as_me:$LINENO: result: yes" >&5
5672 echo "${ECHO_T}yes" >&6
5674 echo "$as_me:$LINENO: result: no" >&5
5675 echo "${ECHO_T}no" >&6
5680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5681 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5683 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5684 if test "${enable_stopwatch+set}" = set; then
5685 enableval
="$enable_stopwatch"
5687 if test "$enableval" = yes; then
5688 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
5690 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
5695 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x
; then
5697 eval "DEFAULT_$LINE"
5702 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5706 eval "$ac_cv_use_stopwatch"
5707 if test "$no_cache" != 1; then
5708 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5711 if test "$wxUSE_STOPWATCH" = yes; then
5712 echo "$as_me:$LINENO: result: yes" >&5
5713 echo "${ECHO_T}yes" >&6
5715 echo "$as_me:$LINENO: result: no" >&5
5716 echo "${ECHO_T}no" >&6
5721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5722 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5724 # Check whether --enable-streams or --disable-streams was given.
5725 if test "${enable_streams+set}" = set; then
5726 enableval
="$enable_streams"
5728 if test "$enableval" = yes; then
5729 ac_cv_use_streams
='wxUSE_STREAMS=yes'
5731 ac_cv_use_streams
='wxUSE_STREAMS=no'
5736 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5737 if test "x$LINE" != x
; then
5738 eval "DEFAULT_$LINE"
5743 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5747 eval "$ac_cv_use_streams"
5748 if test "$no_cache" != 1; then
5749 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5752 if test "$wxUSE_STREAMS" = yes; then
5753 echo "$as_me:$LINENO: result: yes" >&5
5754 echo "${ECHO_T}yes" >&6
5756 echo "$as_me:$LINENO: result: no" >&5
5757 echo "${ECHO_T}no" >&6
5762 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5763 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5765 # Check whether --enable-system_options or --disable-system_options was given.
5766 if test "${enable_system_options+set}" = set; then
5767 enableval
="$enable_system_options"
5769 if test "$enableval" = yes; then
5770 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5772 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5777 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5778 if test "x$LINE" != x
; then
5779 eval "DEFAULT_$LINE"
5784 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5788 eval "$ac_cv_use_system_options"
5789 if test "$no_cache" != 1; then
5790 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5793 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5794 echo "$as_me:$LINENO: result: yes" >&5
5795 echo "${ECHO_T}yes" >&6
5797 echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6
5803 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5804 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5806 # Check whether --enable-textbuf or --disable-textbuf was given.
5807 if test "${enable_textbuf+set}" = set; then
5808 enableval
="$enable_textbuf"
5810 if test "$enableval" = yes; then
5811 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
5813 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
5818 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5819 if test "x$LINE" != x
; then
5820 eval "DEFAULT_$LINE"
5825 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5829 eval "$ac_cv_use_textbuf"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5834 if test "$wxUSE_TEXTBUFFER" = yes; then
5835 echo "$as_me:$LINENO: result: yes" >&5
5836 echo "${ECHO_T}yes" >&6
5838 echo "$as_me:$LINENO: result: no" >&5
5839 echo "${ECHO_T}no" >&6
5844 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5845 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5847 # Check whether --enable-textfile or --disable-textfile was given.
5848 if test "${enable_textfile+set}" = set; then
5849 enableval
="$enable_textfile"
5851 if test "$enableval" = yes; then
5852 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
5854 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
5859 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5860 if test "x$LINE" != x
; then
5861 eval "DEFAULT_$LINE"
5866 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5870 eval "$ac_cv_use_textfile"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5875 if test "$wxUSE_TEXTFILE" = yes; then
5876 echo "$as_me:$LINENO: result: yes" >&5
5877 echo "${ECHO_T}yes" >&6
5879 echo "$as_me:$LINENO: result: no" >&5
5880 echo "${ECHO_T}no" >&6
5885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5886 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5888 # Check whether --enable-timer or --disable-timer was given.
5889 if test "${enable_timer+set}" = set; then
5890 enableval
="$enable_timer"
5892 if test "$enableval" = yes; then
5893 ac_cv_use_timer
='wxUSE_TIMER=yes'
5895 ac_cv_use_timer
='wxUSE_TIMER=no'
5900 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5901 if test "x$LINE" != x
; then
5902 eval "DEFAULT_$LINE"
5907 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5911 eval "$ac_cv_use_timer"
5912 if test "$no_cache" != 1; then
5913 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5916 if test "$wxUSE_TIMER" = yes; then
5917 echo "$as_me:$LINENO: result: yes" >&5
5918 echo "${ECHO_T}yes" >&6
5920 echo "$as_me:$LINENO: result: no" >&5
5921 echo "${ECHO_T}no" >&6
5926 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5927 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5929 # Check whether --enable-unicode or --disable-unicode was given.
5930 if test "${enable_unicode+set}" = set; then
5931 enableval
="$enable_unicode"
5933 if test "$enableval" = yes; then
5934 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
5936 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5941 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5942 if test "x$LINE" != x
; then
5943 eval "DEFAULT_$LINE"
5948 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5952 eval "$ac_cv_use_unicode"
5953 if test "$no_cache" != 1; then
5954 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5957 if test "$wxUSE_UNICODE" = yes; then
5958 echo "$as_me:$LINENO: result: yes" >&5
5959 echo "${ECHO_T}yes" >&6
5961 echo "$as_me:$LINENO: result: no" >&5
5962 echo "${ECHO_T}no" >&6
5967 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5968 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5970 # Check whether --enable-sound or --disable-sound was given.
5971 if test "${enable_sound+set}" = set; then
5972 enableval
="$enable_sound"
5974 if test "$enableval" = yes; then
5975 ac_cv_use_sound
='wxUSE_SOUND=yes'
5977 ac_cv_use_sound
='wxUSE_SOUND=no'
5982 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5983 if test "x$LINE" != x
; then
5984 eval "DEFAULT_$LINE"
5989 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5993 eval "$ac_cv_use_sound"
5994 if test "$no_cache" != 1; then
5995 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5998 if test "$wxUSE_SOUND" = yes; then
5999 echo "$as_me:$LINENO: result: yes" >&5
6000 echo "${ECHO_T}yes" >&6
6002 echo "$as_me:$LINENO: result: no" >&5
6003 echo "${ECHO_T}no" >&6
6008 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6009 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6011 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6012 if test "${enable_mediactrl+set}" = set; then
6013 enableval
="$enable_mediactrl"
6015 if test "$enableval" = yes; then
6016 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
6018 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
6023 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6024 if test "x$LINE" != x
; then
6025 eval "DEFAULT_$LINE"
6030 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6034 eval "$ac_cv_use_mediactrl"
6035 if test "$no_cache" != 1; then
6036 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6039 if test "$wxUSE_MEDIACTRL" = yes; then
6040 echo "$as_me:$LINENO: result: yes" >&5
6041 echo "${ECHO_T}yes" >&6
6043 echo "$as_me:$LINENO: result: no" >&5
6044 echo "${ECHO_T}no" >&6
6049 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6050 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6052 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6053 if test "${enable_wxprintfv+set}" = set; then
6054 enableval
="$enable_wxprintfv"
6056 if test "$enableval" = yes; then
6057 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
6059 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
6064 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x
; then
6066 eval "DEFAULT_$LINE"
6071 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6075 eval "$ac_cv_use_wxprintfv"
6076 if test "$no_cache" != 1; then
6077 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6080 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6081 echo "$as_me:$LINENO: result: yes" >&5
6082 echo "${ECHO_T}yes" >&6
6084 echo "$as_me:$LINENO: result: no" >&5
6085 echo "${ECHO_T}no" >&6
6090 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6091 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6093 # Check whether --enable-zipstream or --disable-zipstream was given.
6094 if test "${enable_zipstream+set}" = set; then
6095 enableval
="$enable_zipstream"
6097 if test "$enableval" = yes; then
6098 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
6100 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
6105 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6106 if test "x$LINE" != x
; then
6107 eval "DEFAULT_$LINE"
6112 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6116 eval "$ac_cv_use_zipstream"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6121 if test "$wxUSE_ZIPSTREAM" = yes; then
6122 echo "$as_me:$LINENO: result: yes" >&5
6123 echo "${ECHO_T}yes" >&6
6125 echo "$as_me:$LINENO: result: no" >&5
6126 echo "${ECHO_T}no" >&6
6132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6133 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6135 # Check whether --enable-url or --disable-url was given.
6136 if test "${enable_url+set}" = set; then
6137 enableval
="$enable_url"
6139 if test "$enableval" = yes; then
6140 ac_cv_use_url
='wxUSE_URL=yes'
6142 ac_cv_use_url
='wxUSE_URL=no'
6147 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6148 if test "x$LINE" != x
; then
6149 eval "DEFAULT_$LINE"
6154 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
6158 eval "$ac_cv_use_url"
6159 if test "$no_cache" != 1; then
6160 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6163 if test "$wxUSE_URL" = yes; then
6164 echo "$as_me:$LINENO: result: yes" >&5
6165 echo "${ECHO_T}yes" >&6
6167 echo "$as_me:$LINENO: result: no" >&5
6168 echo "${ECHO_T}no" >&6
6173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6174 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6176 # Check whether --enable-protocol or --disable-protocol was given.
6177 if test "${enable_protocol+set}" = set; then
6178 enableval
="$enable_protocol"
6180 if test "$enableval" = yes; then
6181 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
6183 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
6188 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6189 if test "x$LINE" != x
; then
6190 eval "DEFAULT_$LINE"
6195 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6199 eval "$ac_cv_use_protocol"
6200 if test "$no_cache" != 1; then
6201 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6204 if test "$wxUSE_PROTOCOL" = yes; then
6205 echo "$as_me:$LINENO: result: yes" >&5
6206 echo "${ECHO_T}yes" >&6
6208 echo "$as_me:$LINENO: result: no" >&5
6209 echo "${ECHO_T}no" >&6
6214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6215 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6217 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6218 if test "${enable_protocol_http+set}" = set; then
6219 enableval
="$enable_protocol_http"
6221 if test "$enableval" = yes; then
6222 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6224 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6229 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6230 if test "x$LINE" != x
; then
6231 eval "DEFAULT_$LINE"
6236 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6240 eval "$ac_cv_use_protocol_http"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6245 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6246 echo "$as_me:$LINENO: result: yes" >&5
6247 echo "${ECHO_T}yes" >&6
6249 echo "$as_me:$LINENO: result: no" >&5
6250 echo "${ECHO_T}no" >&6
6255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6256 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6258 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6259 if test "${enable_protocol_ftp+set}" = set; then
6260 enableval
="$enable_protocol_ftp"
6262 if test "$enableval" = yes; then
6263 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6265 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6270 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x
; then
6272 eval "DEFAULT_$LINE"
6277 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6281 eval "$ac_cv_use_protocol_ftp"
6282 if test "$no_cache" != 1; then
6283 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6286 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6287 echo "$as_me:$LINENO: result: yes" >&5
6288 echo "${ECHO_T}yes" >&6
6290 echo "$as_me:$LINENO: result: no" >&5
6291 echo "${ECHO_T}no" >&6
6296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6297 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6299 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6300 if test "${enable_protocol_file+set}" = set; then
6301 enableval
="$enable_protocol_file"
6303 if test "$enableval" = yes; then
6304 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6306 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6311 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x
; then
6313 eval "DEFAULT_$LINE"
6318 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6322 eval "$ac_cv_use_protocol_file"
6323 if test "$no_cache" != 1; then
6324 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6327 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6328 echo "$as_me:$LINENO: result: yes" >&5
6329 echo "${ECHO_T}yes" >&6
6331 echo "$as_me:$LINENO: result: no" >&5
6332 echo "${ECHO_T}no" >&6
6340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6341 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6343 # Check whether --enable-threads or --disable-threads was given.
6344 if test "${enable_threads+set}" = set; then
6345 enableval
="$enable_threads"
6347 if test "$enableval" = yes; then
6348 ac_cv_use_threads
='wxUSE_THREADS=yes'
6350 ac_cv_use_threads
='wxUSE_THREADS=no'
6355 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6356 if test "x$LINE" != x
; then
6357 eval "DEFAULT_$LINE"
6362 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6366 eval "$ac_cv_use_threads"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6371 if test "$wxUSE_THREADS" = yes; then
6372 echo "$as_me:$LINENO: result: yes" >&5
6373 echo "${ECHO_T}yes" >&6
6375 echo "$as_me:$LINENO: result: no" >&5
6376 echo "${ECHO_T}no" >&6
6380 if test "$wxUSE_GUI" = "yes"; then
6385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6386 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6388 # Check whether --enable-docview or --disable-docview was given.
6389 if test "${enable_docview+set}" = set; then
6390 enableval
="$enable_docview"
6392 if test "$enableval" = yes; then
6393 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6395 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6400 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6401 if test "x$LINE" != x
; then
6402 eval "DEFAULT_$LINE"
6407 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6411 eval "$ac_cv_use_docview"
6412 if test "$no_cache" != 1; then
6413 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6416 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6417 echo "$as_me:$LINENO: result: yes" >&5
6418 echo "${ECHO_T}yes" >&6
6420 echo "$as_me:$LINENO: result: no" >&5
6421 echo "${ECHO_T}no" >&6
6426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6427 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6429 # Check whether --enable-help or --disable-help was given.
6430 if test "${enable_help+set}" = set; then
6431 enableval
="$enable_help"
6433 if test "$enableval" = yes; then
6434 ac_cv_use_help
='wxUSE_HELP=yes'
6436 ac_cv_use_help
='wxUSE_HELP=no'
6441 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x
; then
6443 eval "DEFAULT_$LINE"
6448 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6452 eval "$ac_cv_use_help"
6453 if test "$no_cache" != 1; then
6454 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6457 if test "$wxUSE_HELP" = yes; then
6458 echo "$as_me:$LINENO: result: yes" >&5
6459 echo "${ECHO_T}yes" >&6
6461 echo "$as_me:$LINENO: result: no" >&5
6462 echo "${ECHO_T}no" >&6
6467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6468 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6470 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6471 if test "${enable_mshtmlhelp+set}" = set; then
6472 enableval
="$enable_mshtmlhelp"
6474 if test "$enableval" = yes; then
6475 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
6477 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
6482 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6483 if test "x$LINE" != x
; then
6484 eval "DEFAULT_$LINE"
6489 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6493 eval "$ac_cv_use_mshtmlhelp"
6494 if test "$no_cache" != 1; then
6495 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6498 if test "$wxUSE_MS_HTML_HELP" = yes; then
6499 echo "$as_me:$LINENO: result: yes" >&5
6500 echo "${ECHO_T}yes" >&6
6502 echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6
6508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6509 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6511 # Check whether --enable-html or --disable-html was given.
6512 if test "${enable_html+set}" = set; then
6513 enableval
="$enable_html"
6515 if test "$enableval" = yes; then
6516 ac_cv_use_html
='wxUSE_HTML=yes'
6518 ac_cv_use_html
='wxUSE_HTML=no'
6523 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6524 if test "x$LINE" != x
; then
6525 eval "DEFAULT_$LINE"
6530 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6534 eval "$ac_cv_use_html"
6535 if test "$no_cache" != 1; then
6536 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6539 if test "$wxUSE_HTML" = yes; then
6540 echo "$as_me:$LINENO: result: yes" >&5
6541 echo "${ECHO_T}yes" >&6
6543 echo "$as_me:$LINENO: result: no" >&5
6544 echo "${ECHO_T}no" >&6
6549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6550 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6552 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6553 if test "${enable_htmlhelp+set}" = set; then
6554 enableval
="$enable_htmlhelp"
6556 if test "$enableval" = yes; then
6557 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
6559 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
6564 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6565 if test "x$LINE" != x
; then
6566 eval "DEFAULT_$LINE"
6571 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6575 eval "$ac_cv_use_htmlhelp"
6576 if test "$no_cache" != 1; then
6577 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6580 if test "$wxUSE_WXHTML_HELP" = yes; then
6581 echo "$as_me:$LINENO: result: yes" >&5
6582 echo "${ECHO_T}yes" >&6
6584 echo "$as_me:$LINENO: result: no" >&5
6585 echo "${ECHO_T}no" >&6
6590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6591 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6593 # Check whether --enable-xrc or --disable-xrc was given.
6594 if test "${enable_xrc+set}" = set; then
6595 enableval
="$enable_xrc"
6597 if test "$enableval" = yes; then
6598 ac_cv_use_xrc
='wxUSE_XRC=yes'
6600 ac_cv_use_xrc
='wxUSE_XRC=no'
6605 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6606 if test "x$LINE" != x
; then
6607 eval "DEFAULT_$LINE"
6612 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6616 eval "$ac_cv_use_xrc"
6617 if test "$no_cache" != 1; then
6618 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6621 if test "$wxUSE_XRC" = yes; then
6622 echo "$as_me:$LINENO: result: yes" >&5
6623 echo "${ECHO_T}yes" >&6
6625 echo "$as_me:$LINENO: result: no" >&5
6626 echo "${ECHO_T}no" >&6
6631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6632 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6634 # Check whether --enable-constraints or --disable-constraints was given.
6635 if test "${enable_constraints+set}" = set; then
6636 enableval
="$enable_constraints"
6638 if test "$enableval" = yes; then
6639 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
6641 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
6646 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6647 if test "x$LINE" != x
; then
6648 eval "DEFAULT_$LINE"
6653 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6657 eval "$ac_cv_use_constraints"
6658 if test "$no_cache" != 1; then
6659 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6662 if test "$wxUSE_CONSTRAINTS" = yes; then
6663 echo "$as_me:$LINENO: result: yes" >&5
6664 echo "${ECHO_T}yes" >&6
6666 echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6
6672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6673 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6675 # Check whether --enable-printarch or --disable-printarch was given.
6676 if test "${enable_printarch+set}" = set; then
6677 enableval
="$enable_printarch"
6679 if test "$enableval" = yes; then
6680 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
6682 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
6687 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6688 if test "x$LINE" != x
; then
6689 eval "DEFAULT_$LINE"
6694 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6698 eval "$ac_cv_use_printarch"
6699 if test "$no_cache" != 1; then
6700 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6703 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6704 echo "$as_me:$LINENO: result: yes" >&5
6705 echo "${ECHO_T}yes" >&6
6707 echo "$as_me:$LINENO: result: no" >&5
6708 echo "${ECHO_T}no" >&6
6713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6714 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6716 # Check whether --enable-mdi or --disable-mdi was given.
6717 if test "${enable_mdi+set}" = set; then
6718 enableval
="$enable_mdi"
6720 if test "$enableval" = yes; then
6721 ac_cv_use_mdi
='wxUSE_MDI=yes'
6723 ac_cv_use_mdi
='wxUSE_MDI=no'
6728 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6729 if test "x$LINE" != x
; then
6730 eval "DEFAULT_$LINE"
6735 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6739 eval "$ac_cv_use_mdi"
6740 if test "$no_cache" != 1; then
6741 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6744 if test "$wxUSE_MDI" = yes; then
6745 echo "$as_me:$LINENO: result: yes" >&5
6746 echo "${ECHO_T}yes" >&6
6748 echo "$as_me:$LINENO: result: no" >&5
6749 echo "${ECHO_T}no" >&6
6754 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6755 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6757 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6758 if test "${enable_mdidoc+set}" = set; then
6759 enableval
="$enable_mdidoc"
6761 if test "$enableval" = yes; then
6762 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
6764 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
6769 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6770 if test "x$LINE" != x
; then
6771 eval "DEFAULT_$LINE"
6776 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6780 eval "$ac_cv_use_mdidoc"
6781 if test "$no_cache" != 1; then
6782 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6785 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6786 echo "$as_me:$LINENO: result: yes" >&5
6787 echo "${ECHO_T}yes" >&6
6789 echo "$as_me:$LINENO: result: no" >&5
6790 echo "${ECHO_T}no" >&6
6795 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6796 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6798 # Check whether --enable-loggui or --disable-loggui was given.
6799 if test "${enable_loggui+set}" = set; then
6800 enableval
="$enable_loggui"
6802 if test "$enableval" = yes; then
6803 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6805 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6810 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6811 if test "x$LINE" != x
; then
6812 eval "DEFAULT_$LINE"
6817 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6821 eval "$ac_cv_use_loggui"
6822 if test "$no_cache" != 1; then
6823 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6826 if test "$wxUSE_LOGGUI" = yes; then
6827 echo "$as_me:$LINENO: result: yes" >&5
6828 echo "${ECHO_T}yes" >&6
6830 echo "$as_me:$LINENO: result: no" >&5
6831 echo "${ECHO_T}no" >&6
6836 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6837 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6839 # Check whether --enable-logwin or --disable-logwin was given.
6840 if test "${enable_logwin+set}" = set; then
6841 enableval
="$enable_logwin"
6843 if test "$enableval" = yes; then
6844 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6846 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6851 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6852 if test "x$LINE" != x
; then
6853 eval "DEFAULT_$LINE"
6858 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6862 eval "$ac_cv_use_logwin"
6863 if test "$no_cache" != 1; then
6864 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6867 if test "$wxUSE_LOGWINDOW" = yes; then
6868 echo "$as_me:$LINENO: result: yes" >&5
6869 echo "${ECHO_T}yes" >&6
6871 echo "$as_me:$LINENO: result: no" >&5
6872 echo "${ECHO_T}no" >&6
6877 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6878 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6880 # Check whether --enable-logdialog or --disable-logdialog was given.
6881 if test "${enable_logdialog+set}" = set; then
6882 enableval
="$enable_logdialog"
6884 if test "$enableval" = yes; then
6885 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6887 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6892 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6893 if test "x$LINE" != x
; then
6894 eval "DEFAULT_$LINE"
6899 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6903 eval "$ac_cv_use_logdialog"
6904 if test "$no_cache" != 1; then
6905 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6908 if test "$wxUSE_LOGDIALOG" = yes; then
6909 echo "$as_me:$LINENO: result: yes" >&5
6910 echo "${ECHO_T}yes" >&6
6912 echo "$as_me:$LINENO: result: no" >&5
6913 echo "${ECHO_T}no" >&6
6918 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6919 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6921 # Check whether --enable-webkit or --disable-webkit was given.
6922 if test "${enable_webkit+set}" = set; then
6923 enableval
="$enable_webkit"
6925 if test "$enableval" = yes; then
6926 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
6928 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
6933 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6934 if test "x$LINE" != x
; then
6935 eval "DEFAULT_$LINE"
6940 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6944 eval "$ac_cv_use_webkit"
6945 if test "$no_cache" != 1; then
6946 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6949 if test "$wxUSE_WEBKIT" = yes; then
6950 echo "$as_me:$LINENO: result: yes" >&5
6951 echo "${ECHO_T}yes" >&6
6953 echo "$as_me:$LINENO: result: no" >&5
6954 echo "${ECHO_T}no" >&6
6960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6961 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6963 # Check whether --enable-postscript or --disable-postscript was given.
6964 if test "${enable_postscript+set}" = set; then
6965 enableval
="$enable_postscript"
6967 if test "$enableval" = yes; then
6968 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6970 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6975 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6976 if test "x$LINE" != x
; then
6977 eval "DEFAULT_$LINE"
6982 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6986 eval "$ac_cv_use_postscript"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6991 if test "$wxUSE_POSTSCRIPT" = yes; then
6992 echo "$as_me:$LINENO: result: yes" >&5
6993 echo "${ECHO_T}yes" >&6
6995 echo "$as_me:$LINENO: result: no" >&5
6996 echo "${ECHO_T}no" >&6
7004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7005 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7007 # Check whether --enable-prologio or --disable-prologio was given.
7008 if test "${enable_prologio+set}" = set; then
7009 enableval
="$enable_prologio"
7011 if test "$enableval" = yes; then
7012 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
7014 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
7019 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7020 if test "x$LINE" != x
; then
7021 eval "DEFAULT_$LINE"
7026 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7030 eval "$ac_cv_use_prologio"
7031 if test "$no_cache" != 1; then
7032 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7035 if test "$wxUSE_PROLOGIO" = yes; then
7036 echo "$as_me:$LINENO: result: yes" >&5
7037 echo "${ECHO_T}yes" >&6
7039 echo "$as_me:$LINENO: result: no" >&5
7040 echo "${ECHO_T}no" >&6
7045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7046 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7048 # Check whether --enable-resources or --disable-resources was given.
7049 if test "${enable_resources+set}" = set; then
7050 enableval
="$enable_resources"
7052 if test "$enableval" = yes; then
7053 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
7055 ac_cv_use_resources
='wxUSE_RESOURCES=no'
7060 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x
; then
7062 eval "DEFAULT_$LINE"
7067 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7071 eval "$ac_cv_use_resources"
7072 if test "$no_cache" != 1; then
7073 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7076 if test "$wxUSE_RESOURCES" = yes; then
7077 echo "$as_me:$LINENO: result: yes" >&5
7078 echo "${ECHO_T}yes" >&6
7080 echo "$as_me:$LINENO: result: no" >&5
7081 echo "${ECHO_T}no" >&6
7088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7089 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7091 # Check whether --enable-clipboard or --disable-clipboard was given.
7092 if test "${enable_clipboard+set}" = set; then
7093 enableval
="$enable_clipboard"
7095 if test "$enableval" = yes; then
7096 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
7098 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
7103 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7104 if test "x$LINE" != x
; then
7105 eval "DEFAULT_$LINE"
7110 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7114 eval "$ac_cv_use_clipboard"
7115 if test "$no_cache" != 1; then
7116 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7119 if test "$wxUSE_CLIPBOARD" = yes; then
7120 echo "$as_me:$LINENO: result: yes" >&5
7121 echo "${ECHO_T}yes" >&6
7123 echo "$as_me:$LINENO: result: no" >&5
7124 echo "${ECHO_T}no" >&6
7129 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7130 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7132 # Check whether --enable-dnd or --disable-dnd was given.
7133 if test "${enable_dnd+set}" = set; then
7134 enableval
="$enable_dnd"
7136 if test "$enableval" = yes; then
7137 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
7139 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
7144 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x
; then
7146 eval "DEFAULT_$LINE"
7151 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7155 eval "$ac_cv_use_dnd"
7156 if test "$no_cache" != 1; then
7157 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7160 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7161 echo "$as_me:$LINENO: result: yes" >&5
7162 echo "${ECHO_T}yes" >&6
7164 echo "$as_me:$LINENO: result: no" >&5
7165 echo "${ECHO_T}no" >&6
7170 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7171 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7173 # Check whether --enable-metafile or --disable-metafile was given.
7174 if test "${enable_metafile+set}" = set; then
7175 enableval
="$enable_metafile"
7177 if test "$enableval" = yes; then
7178 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7180 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7185 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7186 if test "x$LINE" != x
; then
7187 eval "DEFAULT_$LINE"
7192 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7196 eval "$ac_cv_use_metafile"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7201 if test "$wxUSE_METAFILE" = yes; then
7202 echo "$as_me:$LINENO: result: yes" >&5
7203 echo "${ECHO_T}yes" >&6
7205 echo "$as_me:$LINENO: result: no" >&5
7206 echo "${ECHO_T}no" >&6
7214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7215 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7217 # Check whether --enable-controls or --disable-controls was given.
7218 if test "${enable_controls+set}" = set; then
7219 enableval
="$enable_controls"
7221 if test "$enableval" = yes; then
7222 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7224 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7229 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7230 if test "x$LINE" != x
; then
7231 eval "DEFAULT_$LINE"
7236 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7240 eval "$ac_cv_use_controls"
7241 if test "$no_cache" != 1; then
7242 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7245 if test "$wxUSE_CONTROLS" = yes; then
7246 echo "$as_me:$LINENO: result: yes" >&5
7247 echo "${ECHO_T}yes" >&6
7249 echo "$as_me:$LINENO: result: no" >&5
7250 echo "${ECHO_T}no" >&6
7254 if test "$wxUSE_CONTROLS" = "yes"; then
7255 DEFAULT_wxUSE_ACCEL
=yes
7256 DEFAULT_wxUSE_BMPBUTTON
=yes
7257 DEFAULT_wxUSE_BUTTON
=yes
7258 DEFAULT_wxUSE_CALCTRL
=yes
7259 DEFAULT_wxUSE_CARET
=yes
7260 DEFAULT_wxUSE_COMBOBOX
=yes
7261 DEFAULT_wxUSE_CHECKBOX
=yes
7262 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7263 DEFAULT_wxUSE_CHOICE
=yes
7264 DEFAULT_wxUSE_CHOICEBOOK
=yes
7265 DEFAULT_wxUSE_DATEPICKCTRL
=yes
7266 DEFAULT_wxUSE_GAUGE
=yes
7267 DEFAULT_wxUSE_GRID
=yes
7268 DEFAULT_wxUSE_IMAGLIST
=yes
7269 DEFAULT_wxUSE_LISTBOOK
=yes
7270 DEFAULT_wxUSE_LISTBOX
=yes
7271 DEFAULT_wxUSE_LISTCTRL
=yes
7272 DEFAULT_wxUSE_NOTEBOOK
=yes
7273 DEFAULT_wxUSE_RADIOBOX
=yes
7274 DEFAULT_wxUSE_RADIOBTN
=yes
7275 DEFAULT_wxUSE_SASH
=yes
7276 DEFAULT_wxUSE_SCROLLBAR
=yes
7277 DEFAULT_wxUSE_SLIDER
=yes
7278 DEFAULT_wxUSE_SPINBTN
=yes
7279 DEFAULT_wxUSE_SPINCTRL
=yes
7280 DEFAULT_wxUSE_SPLITTER
=yes
7281 DEFAULT_wxUSE_STATBMP
=yes
7282 DEFAULT_wxUSE_STATBOX
=yes
7283 DEFAULT_wxUSE_STATLINE
=yes
7284 DEFAULT_wxUSE_STATUSBAR
=yes
7285 DEFAULT_wxUSE_TAB_DIALOG
=yes
7286 DEFAULT_wxUSE_TOGGLEBTN
=yes
7287 DEFAULT_wxUSE_TOOLBAR
=yes
7288 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7289 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
7290 DEFAULT_wxUSE_TOOLTIPS
=yes
7291 DEFAULT_wxUSE_TREECTRL
=yes
7292 DEFAULT_wxUSE_POPUPWIN
=yes
7293 DEFAULT_wxUSE_TIPWINDOW
=yes
7294 elif test "$wxUSE_CONTROLS" = "no"; then
7295 DEFAULT_wxUSE_ACCEL
=no
7296 DEFAULT_wxUSE_BMPBUTTON
=no
7297 DEFAULT_wxUSE_BUTTON
=no
7298 DEFAULT_wxUSE_CALCTRL
=no
7299 DEFAULT_wxUSE_CARET
=no
7300 DEFAULT_wxUSE_COMBOBOX
=no
7301 DEFAULT_wxUSE_CHECKBOX
=no
7302 DEFAULT_wxUSE_CHECKLISTBOX
=no
7303 DEFAULT_wxUSE_CHOICE
=no
7304 DEFAULT_wxUSE_CHOICEBOOK
=no
7305 DEFAULT_wxUSE_DATEPICKCTRL
=no
7306 DEFAULT_wxUSE_GAUGE
=no
7307 DEFAULT_wxUSE_GRID
=no
7308 DEFAULT_wxUSE_IMAGLIST
=no
7309 DEFAULT_wxUSE_LISTBOOK
=no
7310 DEFAULT_wxUSE_LISTBOX
=no
7311 DEFAULT_wxUSE_LISTCTRL
=no
7312 DEFAULT_wxUSE_NOTEBOOK
=no
7313 DEFAULT_wxUSE_RADIOBOX
=no
7314 DEFAULT_wxUSE_RADIOBTN
=no
7315 DEFAULT_wxUSE_SASH
=no
7316 DEFAULT_wxUSE_SCROLLBAR
=no
7317 DEFAULT_wxUSE_SLIDER
=no
7318 DEFAULT_wxUSE_SPINBTN
=no
7319 DEFAULT_wxUSE_SPINCTRL
=no
7320 DEFAULT_wxUSE_SPLITTER
=no
7321 DEFAULT_wxUSE_STATBMP
=no
7322 DEFAULT_wxUSE_STATBOX
=no
7323 DEFAULT_wxUSE_STATLINE
=no
7324 DEFAULT_wxUSE_STATUSBAR
=no
7325 DEFAULT_wxUSE_TAB_DIALOG
=no
7326 DEFAULT_wxUSE_TOGGLEBTN
=no
7327 DEFAULT_wxUSE_TOOLBAR
=no
7328 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
7329 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
7330 DEFAULT_wxUSE_TOOLTIPS
=no
7331 DEFAULT_wxUSE_TREECTRL
=no
7332 DEFAULT_wxUSE_POPUPWIN
=no
7333 DEFAULT_wxUSE_TIPWINDOW
=no
7338 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7339 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7341 # Check whether --enable-accel or --disable-accel was given.
7342 if test "${enable_accel+set}" = set; then
7343 enableval
="$enable_accel"
7345 if test "$enableval" = yes; then
7346 ac_cv_use_accel
='wxUSE_ACCEL=yes'
7348 ac_cv_use_accel
='wxUSE_ACCEL=no'
7353 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7354 if test "x$LINE" != x
; then
7355 eval "DEFAULT_$LINE"
7360 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7364 eval "$ac_cv_use_accel"
7365 if test "$no_cache" != 1; then
7366 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7369 if test "$wxUSE_ACCEL" = yes; then
7370 echo "$as_me:$LINENO: result: yes" >&5
7371 echo "${ECHO_T}yes" >&6
7373 echo "$as_me:$LINENO: result: no" >&5
7374 echo "${ECHO_T}no" >&6
7379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7380 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7382 # Check whether --enable-button or --disable-button was given.
7383 if test "${enable_button+set}" = set; then
7384 enableval
="$enable_button"
7386 if test "$enableval" = yes; then
7387 ac_cv_use_button
='wxUSE_BUTTON=yes'
7389 ac_cv_use_button
='wxUSE_BUTTON=no'
7394 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7395 if test "x$LINE" != x
; then
7396 eval "DEFAULT_$LINE"
7401 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7405 eval "$ac_cv_use_button"
7406 if test "$no_cache" != 1; then
7407 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7410 if test "$wxUSE_BUTTON" = yes; then
7411 echo "$as_me:$LINENO: result: yes" >&5
7412 echo "${ECHO_T}yes" >&6
7414 echo "$as_me:$LINENO: result: no" >&5
7415 echo "${ECHO_T}no" >&6
7420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7421 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7423 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7424 if test "${enable_bmpbutton+set}" = set; then
7425 enableval
="$enable_bmpbutton"
7427 if test "$enableval" = yes; then
7428 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
7430 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
7435 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7436 if test "x$LINE" != x
; then
7437 eval "DEFAULT_$LINE"
7442 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7446 eval "$ac_cv_use_bmpbutton"
7447 if test "$no_cache" != 1; then
7448 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7451 if test "$wxUSE_BMPBUTTON" = yes; then
7452 echo "$as_me:$LINENO: result: yes" >&5
7453 echo "${ECHO_T}yes" >&6
7455 echo "$as_me:$LINENO: result: no" >&5
7456 echo "${ECHO_T}no" >&6
7461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7462 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7464 # Check whether --enable-calendar or --disable-calendar was given.
7465 if test "${enable_calendar+set}" = set; then
7466 enableval
="$enable_calendar"
7468 if test "$enableval" = yes; then
7469 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
7471 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
7476 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7477 if test "x$LINE" != x
; then
7478 eval "DEFAULT_$LINE"
7483 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7487 eval "$ac_cv_use_calendar"
7488 if test "$no_cache" != 1; then
7489 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7492 if test "$wxUSE_CALCTRL" = yes; then
7493 echo "$as_me:$LINENO: result: yes" >&5
7494 echo "${ECHO_T}yes" >&6
7496 echo "$as_me:$LINENO: result: no" >&5
7497 echo "${ECHO_T}no" >&6
7502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7503 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7505 # Check whether --enable-caret or --disable-caret was given.
7506 if test "${enable_caret+set}" = set; then
7507 enableval
="$enable_caret"
7509 if test "$enableval" = yes; then
7510 ac_cv_use_caret
='wxUSE_CARET=yes'
7512 ac_cv_use_caret
='wxUSE_CARET=no'
7517 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7518 if test "x$LINE" != x
; then
7519 eval "DEFAULT_$LINE"
7524 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7528 eval "$ac_cv_use_caret"
7529 if test "$no_cache" != 1; then
7530 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7533 if test "$wxUSE_CARET" = yes; then
7534 echo "$as_me:$LINENO: result: yes" >&5
7535 echo "${ECHO_T}yes" >&6
7537 echo "$as_me:$LINENO: result: no" >&5
7538 echo "${ECHO_T}no" >&6
7543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7544 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7546 # Check whether --enable-checkbox or --disable-checkbox was given.
7547 if test "${enable_checkbox+set}" = set; then
7548 enableval
="$enable_checkbox"
7550 if test "$enableval" = yes; then
7551 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
7553 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
7558 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7559 if test "x$LINE" != x
; then
7560 eval "DEFAULT_$LINE"
7565 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7569 eval "$ac_cv_use_checkbox"
7570 if test "$no_cache" != 1; then
7571 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7574 if test "$wxUSE_CHECKBOX" = yes; then
7575 echo "$as_me:$LINENO: result: yes" >&5
7576 echo "${ECHO_T}yes" >&6
7578 echo "$as_me:$LINENO: result: no" >&5
7579 echo "${ECHO_T}no" >&6
7584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7585 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7587 # Check whether --enable-checklst or --disable-checklst was given.
7588 if test "${enable_checklst+set}" = set; then
7589 enableval
="$enable_checklst"
7591 if test "$enableval" = yes; then
7592 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
7594 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
7599 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7600 if test "x$LINE" != x
; then
7601 eval "DEFAULT_$LINE"
7606 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7610 eval "$ac_cv_use_checklst"
7611 if test "$no_cache" != 1; then
7612 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7615 if test "$wxUSE_CHECKLST" = yes; then
7616 echo "$as_me:$LINENO: result: yes" >&5
7617 echo "${ECHO_T}yes" >&6
7619 echo "$as_me:$LINENO: result: no" >&5
7620 echo "${ECHO_T}no" >&6
7625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7626 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7628 # Check whether --enable-choice or --disable-choice was given.
7629 if test "${enable_choice+set}" = set; then
7630 enableval
="$enable_choice"
7632 if test "$enableval" = yes; then
7633 ac_cv_use_choice
='wxUSE_CHOICE=yes'
7635 ac_cv_use_choice
='wxUSE_CHOICE=no'
7640 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7641 if test "x$LINE" != x
; then
7642 eval "DEFAULT_$LINE"
7647 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7651 eval "$ac_cv_use_choice"
7652 if test "$no_cache" != 1; then
7653 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7656 if test "$wxUSE_CHOICE" = yes; then
7657 echo "$as_me:$LINENO: result: yes" >&5
7658 echo "${ECHO_T}yes" >&6
7660 echo "$as_me:$LINENO: result: no" >&5
7661 echo "${ECHO_T}no" >&6
7666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7667 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7669 # Check whether --enable-choicebook or --disable-choicebook was given.
7670 if test "${enable_choicebook+set}" = set; then
7671 enableval
="$enable_choicebook"
7673 if test "$enableval" = yes; then
7674 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
7676 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
7681 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7682 if test "x$LINE" != x
; then
7683 eval "DEFAULT_$LINE"
7688 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7692 eval "$ac_cv_use_choicebook"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7697 if test "$wxUSE_CHOICEBOOK" = yes; then
7698 echo "$as_me:$LINENO: result: yes" >&5
7699 echo "${ECHO_T}yes" >&6
7701 echo "$as_me:$LINENO: result: no" >&5
7702 echo "${ECHO_T}no" >&6
7707 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7708 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7710 # Check whether --enable-combobox or --disable-combobox was given.
7711 if test "${enable_combobox+set}" = set; then
7712 enableval
="$enable_combobox"
7714 if test "$enableval" = yes; then
7715 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
7717 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
7722 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7723 if test "x$LINE" != x
; then
7724 eval "DEFAULT_$LINE"
7729 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7733 eval "$ac_cv_use_combobox"
7734 if test "$no_cache" != 1; then
7735 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7738 if test "$wxUSE_COMBOBOX" = yes; then
7739 echo "$as_me:$LINENO: result: yes" >&5
7740 echo "${ECHO_T}yes" >&6
7742 echo "$as_me:$LINENO: result: no" >&5
7743 echo "${ECHO_T}no" >&6
7748 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7749 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7751 # Check whether --enable-datepick or --disable-datepick was given.
7752 if test "${enable_datepick+set}" = set; then
7753 enableval
="$enable_datepick"
7755 if test "$enableval" = yes; then
7756 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=yes'
7758 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=no'
7763 LINE
=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7764 if test "x$LINE" != x
; then
7765 eval "DEFAULT_$LINE"
7770 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7774 eval "$ac_cv_use_datepick"
7775 if test "$no_cache" != 1; then
7776 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7779 if test "$wxUSE_DATEPICKCTRL" = yes; then
7780 echo "$as_me:$LINENO: result: yes" >&5
7781 echo "${ECHO_T}yes" >&6
7783 echo "$as_me:$LINENO: result: no" >&5
7784 echo "${ECHO_T}no" >&6
7789 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7790 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7792 # Check whether --enable-display or --disable-display was given.
7793 if test "${enable_display+set}" = set; then
7794 enableval
="$enable_display"
7796 if test "$enableval" = yes; then
7797 ac_cv_use_display
='wxUSE_DISPLAY=yes'
7799 ac_cv_use_display
='wxUSE_DISPLAY=no'
7804 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7805 if test "x$LINE" != x
; then
7806 eval "DEFAULT_$LINE"
7811 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7815 eval "$ac_cv_use_display"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7820 if test "$wxUSE_DISPLAY" = yes; then
7821 echo "$as_me:$LINENO: result: yes" >&5
7822 echo "${ECHO_T}yes" >&6
7824 echo "$as_me:$LINENO: result: no" >&5
7825 echo "${ECHO_T}no" >&6
7830 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7831 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7833 # Check whether --enable-gauge or --disable-gauge was given.
7834 if test "${enable_gauge+set}" = set; then
7835 enableval
="$enable_gauge"
7837 if test "$enableval" = yes; then
7838 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
7840 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7845 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7846 if test "x$LINE" != x
; then
7847 eval "DEFAULT_$LINE"
7852 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7856 eval "$ac_cv_use_gauge"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7861 if test "$wxUSE_GAUGE" = yes; then
7862 echo "$as_me:$LINENO: result: yes" >&5
7863 echo "${ECHO_T}yes" >&6
7865 echo "$as_me:$LINENO: result: no" >&5
7866 echo "${ECHO_T}no" >&6
7871 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7872 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7874 # Check whether --enable-grid or --disable-grid was given.
7875 if test "${enable_grid+set}" = set; then
7876 enableval
="$enable_grid"
7878 if test "$enableval" = yes; then
7879 ac_cv_use_grid
='wxUSE_GRID=yes'
7881 ac_cv_use_grid
='wxUSE_GRID=no'
7886 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7887 if test "x$LINE" != x
; then
7888 eval "DEFAULT_$LINE"
7893 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7897 eval "$ac_cv_use_grid"
7898 if test "$no_cache" != 1; then
7899 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7902 if test "$wxUSE_GRID" = yes; then
7903 echo "$as_me:$LINENO: result: yes" >&5
7904 echo "${ECHO_T}yes" >&6
7906 echo "$as_me:$LINENO: result: no" >&5
7907 echo "${ECHO_T}no" >&6
7912 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7913 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7915 # Check whether --enable-imaglist or --disable-imaglist was given.
7916 if test "${enable_imaglist+set}" = set; then
7917 enableval
="$enable_imaglist"
7919 if test "$enableval" = yes; then
7920 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7922 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7927 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7928 if test "x$LINE" != x
; then
7929 eval "DEFAULT_$LINE"
7934 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7938 eval "$ac_cv_use_imaglist"
7939 if test "$no_cache" != 1; then
7940 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7943 if test "$wxUSE_IMAGLIST" = yes; then
7944 echo "$as_me:$LINENO: result: yes" >&5
7945 echo "${ECHO_T}yes" >&6
7947 echo "$as_me:$LINENO: result: no" >&5
7948 echo "${ECHO_T}no" >&6
7953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7954 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7956 # Check whether --enable-listbook or --disable-listbook was given.
7957 if test "${enable_listbook+set}" = set; then
7958 enableval
="$enable_listbook"
7960 if test "$enableval" = yes; then
7961 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
7963 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
7968 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7969 if test "x$LINE" != x
; then
7970 eval "DEFAULT_$LINE"
7975 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7979 eval "$ac_cv_use_listbook"
7980 if test "$no_cache" != 1; then
7981 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7984 if test "$wxUSE_LISTBOOK" = yes; then
7985 echo "$as_me:$LINENO: result: yes" >&5
7986 echo "${ECHO_T}yes" >&6
7988 echo "$as_me:$LINENO: result: no" >&5
7989 echo "${ECHO_T}no" >&6
7994 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7995 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7997 # Check whether --enable-listbox or --disable-listbox was given.
7998 if test "${enable_listbox+set}" = set; then
7999 enableval
="$enable_listbox"
8001 if test "$enableval" = yes; then
8002 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
8004 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
8009 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8010 if test "x$LINE" != x
; then
8011 eval "DEFAULT_$LINE"
8016 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8020 eval "$ac_cv_use_listbox"
8021 if test "$no_cache" != 1; then
8022 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8025 if test "$wxUSE_LISTBOX" = yes; then
8026 echo "$as_me:$LINENO: result: yes" >&5
8027 echo "${ECHO_T}yes" >&6
8029 echo "$as_me:$LINENO: result: no" >&5
8030 echo "${ECHO_T}no" >&6
8035 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8036 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8038 # Check whether --enable-listctrl or --disable-listctrl was given.
8039 if test "${enable_listctrl+set}" = set; then
8040 enableval
="$enable_listctrl"
8042 if test "$enableval" = yes; then
8043 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
8045 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
8050 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8051 if test "x$LINE" != x
; then
8052 eval "DEFAULT_$LINE"
8057 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8061 eval "$ac_cv_use_listctrl"
8062 if test "$no_cache" != 1; then
8063 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8066 if test "$wxUSE_LISTCTRL" = yes; then
8067 echo "$as_me:$LINENO: result: yes" >&5
8068 echo "${ECHO_T}yes" >&6
8070 echo "$as_me:$LINENO: result: no" >&5
8071 echo "${ECHO_T}no" >&6
8076 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8077 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8079 # Check whether --enable-notebook or --disable-notebook was given.
8080 if test "${enable_notebook+set}" = set; then
8081 enableval
="$enable_notebook"
8083 if test "$enableval" = yes; then
8084 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
8086 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
8091 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8092 if test "x$LINE" != x
; then
8093 eval "DEFAULT_$LINE"
8098 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8102 eval "$ac_cv_use_notebook"
8103 if test "$no_cache" != 1; then
8104 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8107 if test "$wxUSE_NOTEBOOK" = yes; then
8108 echo "$as_me:$LINENO: result: yes" >&5
8109 echo "${ECHO_T}yes" >&6
8111 echo "$as_me:$LINENO: result: no" >&5
8112 echo "${ECHO_T}no" >&6
8117 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8118 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8120 # Check whether --enable-radiobox or --disable-radiobox was given.
8121 if test "${enable_radiobox+set}" = set; then
8122 enableval
="$enable_radiobox"
8124 if test "$enableval" = yes; then
8125 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
8127 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
8132 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8133 if test "x$LINE" != x
; then
8134 eval "DEFAULT_$LINE"
8139 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8143 eval "$ac_cv_use_radiobox"
8144 if test "$no_cache" != 1; then
8145 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8148 if test "$wxUSE_RADIOBOX" = yes; then
8149 echo "$as_me:$LINENO: result: yes" >&5
8150 echo "${ECHO_T}yes" >&6
8152 echo "$as_me:$LINENO: result: no" >&5
8153 echo "${ECHO_T}no" >&6
8158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8159 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8161 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8162 if test "${enable_radiobtn+set}" = set; then
8163 enableval
="$enable_radiobtn"
8165 if test "$enableval" = yes; then
8166 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
8168 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
8173 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8174 if test "x$LINE" != x
; then
8175 eval "DEFAULT_$LINE"
8180 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8184 eval "$ac_cv_use_radiobtn"
8185 if test "$no_cache" != 1; then
8186 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8189 if test "$wxUSE_RADIOBTN" = yes; then
8190 echo "$as_me:$LINENO: result: yes" >&5
8191 echo "${ECHO_T}yes" >&6
8193 echo "$as_me:$LINENO: result: no" >&5
8194 echo "${ECHO_T}no" >&6
8199 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8200 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8202 # Check whether --enable-sash or --disable-sash was given.
8203 if test "${enable_sash+set}" = set; then
8204 enableval
="$enable_sash"
8206 if test "$enableval" = yes; then
8207 ac_cv_use_sash
='wxUSE_SASH=yes'
8209 ac_cv_use_sash
='wxUSE_SASH=no'
8214 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8215 if test "x$LINE" != x
; then
8216 eval "DEFAULT_$LINE"
8221 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8225 eval "$ac_cv_use_sash"
8226 if test "$no_cache" != 1; then
8227 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8230 if test "$wxUSE_SASH" = yes; then
8231 echo "$as_me:$LINENO: result: yes" >&5
8232 echo "${ECHO_T}yes" >&6
8234 echo "$as_me:$LINENO: result: no" >&5
8235 echo "${ECHO_T}no" >&6
8240 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8241 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8243 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8244 if test "${enable_scrollbar+set}" = set; then
8245 enableval
="$enable_scrollbar"
8247 if test "$enableval" = yes; then
8248 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
8250 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
8255 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8256 if test "x$LINE" != x
; then
8257 eval "DEFAULT_$LINE"
8262 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8266 eval "$ac_cv_use_scrollbar"
8267 if test "$no_cache" != 1; then
8268 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8271 if test "$wxUSE_SCROLLBAR" = yes; then
8272 echo "$as_me:$LINENO: result: yes" >&5
8273 echo "${ECHO_T}yes" >&6
8275 echo "$as_me:$LINENO: result: no" >&5
8276 echo "${ECHO_T}no" >&6
8281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8282 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8284 # Check whether --enable-slider or --disable-slider was given.
8285 if test "${enable_slider+set}" = set; then
8286 enableval
="$enable_slider"
8288 if test "$enableval" = yes; then
8289 ac_cv_use_slider
='wxUSE_SLIDER=yes'
8291 ac_cv_use_slider
='wxUSE_SLIDER=no'
8296 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8297 if test "x$LINE" != x
; then
8298 eval "DEFAULT_$LINE"
8303 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8307 eval "$ac_cv_use_slider"
8308 if test "$no_cache" != 1; then
8309 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8312 if test "$wxUSE_SLIDER" = yes; then
8313 echo "$as_me:$LINENO: result: yes" >&5
8314 echo "${ECHO_T}yes" >&6
8316 echo "$as_me:$LINENO: result: no" >&5
8317 echo "${ECHO_T}no" >&6
8322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8323 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8325 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8326 if test "${enable_spinbtn+set}" = set; then
8327 enableval
="$enable_spinbtn"
8329 if test "$enableval" = yes; then
8330 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
8332 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
8337 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8338 if test "x$LINE" != x
; then
8339 eval "DEFAULT_$LINE"
8344 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8348 eval "$ac_cv_use_spinbtn"
8349 if test "$no_cache" != 1; then
8350 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8353 if test "$wxUSE_SPINBTN" = yes; then
8354 echo "$as_me:$LINENO: result: yes" >&5
8355 echo "${ECHO_T}yes" >&6
8357 echo "$as_me:$LINENO: result: no" >&5
8358 echo "${ECHO_T}no" >&6
8363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8366 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8367 if test "${enable_spinctrl+set}" = set; then
8368 enableval
="$enable_spinctrl"
8370 if test "$enableval" = yes; then
8371 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
8373 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
8378 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8379 if test "x$LINE" != x
; then
8380 eval "DEFAULT_$LINE"
8385 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8389 eval "$ac_cv_use_spinctrl"
8390 if test "$no_cache" != 1; then
8391 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8394 if test "$wxUSE_SPINCTRL" = yes; then
8395 echo "$as_me:$LINENO: result: yes" >&5
8396 echo "${ECHO_T}yes" >&6
8398 echo "$as_me:$LINENO: result: no" >&5
8399 echo "${ECHO_T}no" >&6
8404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8405 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8407 # Check whether --enable-splitter or --disable-splitter was given.
8408 if test "${enable_splitter+set}" = set; then
8409 enableval
="$enable_splitter"
8411 if test "$enableval" = yes; then
8412 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
8414 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
8419 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8420 if test "x$LINE" != x
; then
8421 eval "DEFAULT_$LINE"
8426 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8430 eval "$ac_cv_use_splitter"
8431 if test "$no_cache" != 1; then
8432 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8435 if test "$wxUSE_SPLITTER" = yes; then
8436 echo "$as_me:$LINENO: result: yes" >&5
8437 echo "${ECHO_T}yes" >&6
8439 echo "$as_me:$LINENO: result: no" >&5
8440 echo "${ECHO_T}no" >&6
8445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8446 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8448 # Check whether --enable-statbmp or --disable-statbmp was given.
8449 if test "${enable_statbmp+set}" = set; then
8450 enableval
="$enable_statbmp"
8452 if test "$enableval" = yes; then
8453 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
8455 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
8460 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8461 if test "x$LINE" != x
; then
8462 eval "DEFAULT_$LINE"
8467 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8471 eval "$ac_cv_use_statbmp"
8472 if test "$no_cache" != 1; then
8473 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8476 if test "$wxUSE_STATBMP" = yes; then
8477 echo "$as_me:$LINENO: result: yes" >&5
8478 echo "${ECHO_T}yes" >&6
8480 echo "$as_me:$LINENO: result: no" >&5
8481 echo "${ECHO_T}no" >&6
8486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8487 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8489 # Check whether --enable-statbox or --disable-statbox was given.
8490 if test "${enable_statbox+set}" = set; then
8491 enableval
="$enable_statbox"
8493 if test "$enableval" = yes; then
8494 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
8496 ac_cv_use_statbox
='wxUSE_STATBOX=no'
8501 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8502 if test "x$LINE" != x
; then
8503 eval "DEFAULT_$LINE"
8508 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8512 eval "$ac_cv_use_statbox"
8513 if test "$no_cache" != 1; then
8514 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8517 if test "$wxUSE_STATBOX" = yes; then
8518 echo "$as_me:$LINENO: result: yes" >&5
8519 echo "${ECHO_T}yes" >&6
8521 echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6
8527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8528 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8530 # Check whether --enable-statline or --disable-statline was given.
8531 if test "${enable_statline+set}" = set; then
8532 enableval
="$enable_statline"
8534 if test "$enableval" = yes; then
8535 ac_cv_use_statline
='wxUSE_STATLINE=yes'
8537 ac_cv_use_statline
='wxUSE_STATLINE=no'
8542 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8543 if test "x$LINE" != x
; then
8544 eval "DEFAULT_$LINE"
8549 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8553 eval "$ac_cv_use_statline"
8554 if test "$no_cache" != 1; then
8555 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8558 if test "$wxUSE_STATLINE" = yes; then
8559 echo "$as_me:$LINENO: result: yes" >&5
8560 echo "${ECHO_T}yes" >&6
8562 echo "$as_me:$LINENO: result: no" >&5
8563 echo "${ECHO_T}no" >&6
8568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8569 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8571 # Check whether --enable-stattext or --disable-stattext was given.
8572 if test "${enable_stattext+set}" = set; then
8573 enableval
="$enable_stattext"
8575 if test "$enableval" = yes; then
8576 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
8578 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
8583 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8584 if test "x$LINE" != x
; then
8585 eval "DEFAULT_$LINE"
8590 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8594 eval "$ac_cv_use_stattext"
8595 if test "$no_cache" != 1; then
8596 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8599 if test "$wxUSE_STATTEXT" = yes; then
8600 echo "$as_me:$LINENO: result: yes" >&5
8601 echo "${ECHO_T}yes" >&6
8603 echo "$as_me:$LINENO: result: no" >&5
8604 echo "${ECHO_T}no" >&6
8609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8610 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8612 # Check whether --enable-statusbar or --disable-statusbar was given.
8613 if test "${enable_statusbar+set}" = set; then
8614 enableval
="$enable_statusbar"
8616 if test "$enableval" = yes; then
8617 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
8619 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
8624 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8625 if test "x$LINE" != x
; then
8626 eval "DEFAULT_$LINE"
8631 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8635 eval "$ac_cv_use_statusbar"
8636 if test "$no_cache" != 1; then
8637 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8640 if test "$wxUSE_STATUSBAR" = yes; then
8641 echo "$as_me:$LINENO: result: yes" >&5
8642 echo "${ECHO_T}yes" >&6
8644 echo "$as_me:$LINENO: result: no" >&5
8645 echo "${ECHO_T}no" >&6
8650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8651 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8653 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8654 if test "${enable_tabdialog+set}" = set; then
8655 enableval
="$enable_tabdialog"
8657 if test "$enableval" = yes; then
8658 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
8660 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
8665 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8666 if test "x$LINE" != x
; then
8667 eval "DEFAULT_$LINE"
8672 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8676 eval "$ac_cv_use_tabdialog"
8677 if test "$no_cache" != 1; then
8678 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8681 if test "$wxUSE_TABDIALOG" = yes; then
8682 echo "$as_me:$LINENO: result: yes" >&5
8683 echo "${ECHO_T}yes" >&6
8685 echo "$as_me:$LINENO: result: no" >&5
8686 echo "${ECHO_T}no" >&6
8691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8692 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8694 # Check whether --enable-textctrl or --disable-textctrl was given.
8695 if test "${enable_textctrl+set}" = set; then
8696 enableval
="$enable_textctrl"
8698 if test "$enableval" = yes; then
8699 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
8701 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
8706 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8707 if test "x$LINE" != x
; then
8708 eval "DEFAULT_$LINE"
8713 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8717 eval "$ac_cv_use_textctrl"
8718 if test "$no_cache" != 1; then
8719 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8722 if test "$wxUSE_TEXTCTRL" = yes; then
8723 echo "$as_me:$LINENO: result: yes" >&5
8724 echo "${ECHO_T}yes" >&6
8726 echo "$as_me:$LINENO: result: no" >&5
8727 echo "${ECHO_T}no" >&6
8732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8733 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8735 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8736 if test "${enable_togglebtn+set}" = set; then
8737 enableval
="$enable_togglebtn"
8739 if test "$enableval" = yes; then
8740 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
8742 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
8747 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8748 if test "x$LINE" != x
; then
8749 eval "DEFAULT_$LINE"
8754 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8758 eval "$ac_cv_use_togglebtn"
8759 if test "$no_cache" != 1; then
8760 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8763 if test "$wxUSE_TOGGLEBTN" = yes; then
8764 echo "$as_me:$LINENO: result: yes" >&5
8765 echo "${ECHO_T}yes" >&6
8767 echo "$as_me:$LINENO: result: no" >&5
8768 echo "${ECHO_T}no" >&6
8773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8774 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8776 # Check whether --enable-toolbar or --disable-toolbar was given.
8777 if test "${enable_toolbar+set}" = set; then
8778 enableval
="$enable_toolbar"
8780 if test "$enableval" = yes; then
8781 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
8783 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
8788 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8789 if test "x$LINE" != x
; then
8790 eval "DEFAULT_$LINE"
8795 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8799 eval "$ac_cv_use_toolbar"
8800 if test "$no_cache" != 1; then
8801 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8804 if test "$wxUSE_TOOLBAR" = yes; then
8805 echo "$as_me:$LINENO: result: yes" >&5
8806 echo "${ECHO_T}yes" >&6
8808 echo "$as_me:$LINENO: result: no" >&5
8809 echo "${ECHO_T}no" >&6
8814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8815 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8817 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8818 if test "${enable_tbarnative+set}" = set; then
8819 enableval
="$enable_tbarnative"
8821 if test "$enableval" = yes; then
8822 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
8824 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
8829 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8830 if test "x$LINE" != x
; then
8831 eval "DEFAULT_$LINE"
8836 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8840 eval "$ac_cv_use_tbarnative"
8841 if test "$no_cache" != 1; then
8842 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8845 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8846 echo "$as_me:$LINENO: result: yes" >&5
8847 echo "${ECHO_T}yes" >&6
8849 echo "$as_me:$LINENO: result: no" >&5
8850 echo "${ECHO_T}no" >&6
8855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8856 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8858 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8859 if test "${enable_tbarsmpl+set}" = set; then
8860 enableval
="$enable_tbarsmpl"
8862 if test "$enableval" = yes; then
8863 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
8865 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
8870 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8871 if test "x$LINE" != x
; then
8872 eval "DEFAULT_$LINE"
8877 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8881 eval "$ac_cv_use_tbarsmpl"
8882 if test "$no_cache" != 1; then
8883 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8886 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8887 echo "$as_me:$LINENO: result: yes" >&5
8888 echo "${ECHO_T}yes" >&6
8890 echo "$as_me:$LINENO: result: no" >&5
8891 echo "${ECHO_T}no" >&6
8896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8897 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8899 # Check whether --enable-treectrl or --disable-treectrl was given.
8900 if test "${enable_treectrl+set}" = set; then
8901 enableval
="$enable_treectrl"
8903 if test "$enableval" = yes; then
8904 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8906 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8911 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8912 if test "x$LINE" != x
; then
8913 eval "DEFAULT_$LINE"
8918 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8922 eval "$ac_cv_use_treectrl"
8923 if test "$no_cache" != 1; then
8924 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8927 if test "$wxUSE_TREECTRL" = yes; then
8928 echo "$as_me:$LINENO: result: yes" >&5
8929 echo "${ECHO_T}yes" >&6
8931 echo "$as_me:$LINENO: result: no" >&5
8932 echo "${ECHO_T}no" >&6
8937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8938 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8940 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8941 if test "${enable_tipwindow+set}" = set; then
8942 enableval
="$enable_tipwindow"
8944 if test "$enableval" = yes; then
8945 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8947 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8952 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8953 if test "x$LINE" != x
; then
8954 eval "DEFAULT_$LINE"
8959 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8963 eval "$ac_cv_use_tipwindow"
8964 if test "$no_cache" != 1; then
8965 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8968 if test "$wxUSE_TIPWINDOW" = yes; then
8969 echo "$as_me:$LINENO: result: yes" >&5
8970 echo "${ECHO_T}yes" >&6
8972 echo "$as_me:$LINENO: result: no" >&5
8973 echo "${ECHO_T}no" >&6
8978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8979 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8981 # Check whether --enable-popupwin or --disable-popupwin was given.
8982 if test "${enable_popupwin+set}" = set; then
8983 enableval
="$enable_popupwin"
8985 if test "$enableval" = yes; then
8986 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8988 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8993 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8994 if test "x$LINE" != x
; then
8995 eval "DEFAULT_$LINE"
9000 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9004 eval "$ac_cv_use_popupwin"
9005 if test "$no_cache" != 1; then
9006 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9009 if test "$wxUSE_POPUPWIN" = yes; then
9010 echo "$as_me:$LINENO: result: yes" >&5
9011 echo "${ECHO_T}yes" >&6
9013 echo "$as_me:$LINENO: result: no" >&5
9014 echo "${ECHO_T}no" >&6
9021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9022 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9024 # Check whether --enable-commondlg or --disable-commondlg was given.
9025 if test "${enable_commondlg+set}" = set; then
9026 enableval
="$enable_commondlg"
9028 if test "$enableval" = yes; then
9029 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
9031 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
9036 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9037 if test "x$LINE" != x
; then
9038 eval "DEFAULT_$LINE"
9043 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9047 eval "$ac_cv_use_commondlg"
9048 if test "$no_cache" != 1; then
9049 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9052 if test "$wxUSE_COMMONDLGS" = yes; then
9053 echo "$as_me:$LINENO: result: yes" >&5
9054 echo "${ECHO_T}yes" >&6
9056 echo "$as_me:$LINENO: result: no" >&5
9057 echo "${ECHO_T}no" >&6
9062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9063 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9065 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9066 if test "${enable_choicedlg+set}" = set; then
9067 enableval
="$enable_choicedlg"
9069 if test "$enableval" = yes; then
9070 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
9072 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
9077 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9078 if test "x$LINE" != x
; then
9079 eval "DEFAULT_$LINE"
9084 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9088 eval "$ac_cv_use_choicedlg"
9089 if test "$no_cache" != 1; then
9090 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9093 if test "$wxUSE_CHOICEDLG" = yes; then
9094 echo "$as_me:$LINENO: result: yes" >&5
9095 echo "${ECHO_T}yes" >&6
9097 echo "$as_me:$LINENO: result: no" >&5
9098 echo "${ECHO_T}no" >&6
9103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9104 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9106 # Check whether --enable-coldlg or --disable-coldlg was given.
9107 if test "${enable_coldlg+set}" = set; then
9108 enableval
="$enable_coldlg"
9110 if test "$enableval" = yes; then
9111 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
9113 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
9118 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9119 if test "x$LINE" != x
; then
9120 eval "DEFAULT_$LINE"
9125 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9129 eval "$ac_cv_use_coldlg"
9130 if test "$no_cache" != 1; then
9131 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9134 if test "$wxUSE_COLOURDLG" = yes; then
9135 echo "$as_me:$LINENO: result: yes" >&5
9136 echo "${ECHO_T}yes" >&6
9138 echo "$as_me:$LINENO: result: no" >&5
9139 echo "${ECHO_T}no" >&6
9144 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9145 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9147 # Check whether --enable-filedlg or --disable-filedlg was given.
9148 if test "${enable_filedlg+set}" = set; then
9149 enableval
="$enable_filedlg"
9151 if test "$enableval" = yes; then
9152 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
9154 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
9159 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9160 if test "x$LINE" != x
; then
9161 eval "DEFAULT_$LINE"
9166 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9170 eval "$ac_cv_use_filedlg"
9171 if test "$no_cache" != 1; then
9172 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9175 if test "$wxUSE_FILEDLG" = yes; then
9176 echo "$as_me:$LINENO: result: yes" >&5
9177 echo "${ECHO_T}yes" >&6
9179 echo "$as_me:$LINENO: result: no" >&5
9180 echo "${ECHO_T}no" >&6
9185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9186 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9188 # Check whether --enable-finddlg or --disable-finddlg was given.
9189 if test "${enable_finddlg+set}" = set; then
9190 enableval
="$enable_finddlg"
9192 if test "$enableval" = yes; then
9193 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
9195 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
9200 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9201 if test "x$LINE" != x
; then
9202 eval "DEFAULT_$LINE"
9207 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9211 eval "$ac_cv_use_finddlg"
9212 if test "$no_cache" != 1; then
9213 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9216 if test "$wxUSE_FINDREPLDLG" = yes; then
9217 echo "$as_me:$LINENO: result: yes" >&5
9218 echo "${ECHO_T}yes" >&6
9220 echo "$as_me:$LINENO: result: no" >&5
9221 echo "${ECHO_T}no" >&6
9226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9227 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9229 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9230 if test "${enable_fontdlg+set}" = set; then
9231 enableval
="$enable_fontdlg"
9233 if test "$enableval" = yes; then
9234 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
9236 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
9241 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9242 if test "x$LINE" != x
; then
9243 eval "DEFAULT_$LINE"
9248 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9252 eval "$ac_cv_use_fontdlg"
9253 if test "$no_cache" != 1; then
9254 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9257 if test "$wxUSE_FONTDLG" = yes; then
9258 echo "$as_me:$LINENO: result: yes" >&5
9259 echo "${ECHO_T}yes" >&6
9261 echo "$as_me:$LINENO: result: no" >&5
9262 echo "${ECHO_T}no" >&6
9267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9268 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9270 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9271 if test "${enable_dirdlg+set}" = set; then
9272 enableval
="$enable_dirdlg"
9274 if test "$enableval" = yes; then
9275 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
9277 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
9282 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9283 if test "x$LINE" != x
; then
9284 eval "DEFAULT_$LINE"
9289 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9293 eval "$ac_cv_use_dirdlg"
9294 if test "$no_cache" != 1; then
9295 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9298 if test "$wxUSE_DIRDLG" = yes; then
9299 echo "$as_me:$LINENO: result: yes" >&5
9300 echo "${ECHO_T}yes" >&6
9302 echo "$as_me:$LINENO: result: no" >&5
9303 echo "${ECHO_T}no" >&6
9308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9309 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9311 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9312 if test "${enable_msgdlg+set}" = set; then
9313 enableval
="$enable_msgdlg"
9315 if test "$enableval" = yes; then
9316 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
9318 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
9323 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9324 if test "x$LINE" != x
; then
9325 eval "DEFAULT_$LINE"
9330 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9334 eval "$ac_cv_use_msgdlg"
9335 if test "$no_cache" != 1; then
9336 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9339 if test "$wxUSE_MSGDLG" = yes; then
9340 echo "$as_me:$LINENO: result: yes" >&5
9341 echo "${ECHO_T}yes" >&6
9343 echo "$as_me:$LINENO: result: no" >&5
9344 echo "${ECHO_T}no" >&6
9349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9350 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9352 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9353 if test "${enable_numberdlg+set}" = set; then
9354 enableval
="$enable_numberdlg"
9356 if test "$enableval" = yes; then
9357 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
9359 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
9364 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9365 if test "x$LINE" != x
; then
9366 eval "DEFAULT_$LINE"
9371 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9375 eval "$ac_cv_use_numberdlg"
9376 if test "$no_cache" != 1; then
9377 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9380 if test "$wxUSE_NUMBERDLG" = yes; then
9381 echo "$as_me:$LINENO: result: yes" >&5
9382 echo "${ECHO_T}yes" >&6
9384 echo "$as_me:$LINENO: result: no" >&5
9385 echo "${ECHO_T}no" >&6
9390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9391 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9393 # Check whether --enable-splash or --disable-splash was given.
9394 if test "${enable_splash+set}" = set; then
9395 enableval
="$enable_splash"
9397 if test "$enableval" = yes; then
9398 ac_cv_use_splash
='wxUSE_SPLASH=yes'
9400 ac_cv_use_splash
='wxUSE_SPLASH=no'
9405 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9406 if test "x$LINE" != x
; then
9407 eval "DEFAULT_$LINE"
9412 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9416 eval "$ac_cv_use_splash"
9417 if test "$no_cache" != 1; then
9418 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9421 if test "$wxUSE_SPLASH" = yes; then
9422 echo "$as_me:$LINENO: result: yes" >&5
9423 echo "${ECHO_T}yes" >&6
9425 echo "$as_me:$LINENO: result: no" >&5
9426 echo "${ECHO_T}no" >&6
9431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9432 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9434 # Check whether --enable-textdlg or --disable-textdlg was given.
9435 if test "${enable_textdlg+set}" = set; then
9436 enableval
="$enable_textdlg"
9438 if test "$enableval" = yes; then
9439 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
9441 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
9446 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9447 if test "x$LINE" != x
; then
9448 eval "DEFAULT_$LINE"
9453 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9457 eval "$ac_cv_use_textdlg"
9458 if test "$no_cache" != 1; then
9459 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9462 if test "$wxUSE_TEXTDLG" = yes; then
9463 echo "$as_me:$LINENO: result: yes" >&5
9464 echo "${ECHO_T}yes" >&6
9466 echo "$as_me:$LINENO: result: no" >&5
9467 echo "${ECHO_T}no" >&6
9472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9473 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9475 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9476 if test "${enable_tipdlg+set}" = set; then
9477 enableval
="$enable_tipdlg"
9479 if test "$enableval" = yes; then
9480 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
9482 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
9487 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9488 if test "x$LINE" != x
; then
9489 eval "DEFAULT_$LINE"
9494 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9498 eval "$ac_cv_use_tipdlg"
9499 if test "$no_cache" != 1; then
9500 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9503 if test "$wxUSE_STARTUP_TIPS" = yes; then
9504 echo "$as_me:$LINENO: result: yes" >&5
9505 echo "${ECHO_T}yes" >&6
9507 echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6
9513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9514 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9516 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9517 if test "${enable_progressdlg+set}" = set; then
9518 enableval
="$enable_progressdlg"
9520 if test "$enableval" = yes; then
9521 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
9523 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
9528 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9529 if test "x$LINE" != x
; then
9530 eval "DEFAULT_$LINE"
9535 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9539 eval "$ac_cv_use_progressdlg"
9540 if test "$no_cache" != 1; then
9541 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9544 if test "$wxUSE_PROGRESSDLG" = yes; then
9545 echo "$as_me:$LINENO: result: yes" >&5
9546 echo "${ECHO_T}yes" >&6
9548 echo "$as_me:$LINENO: result: no" >&5
9549 echo "${ECHO_T}no" >&6
9554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9555 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9557 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9558 if test "${enable_wizarddlg+set}" = set; then
9559 enableval
="$enable_wizarddlg"
9561 if test "$enableval" = yes; then
9562 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
9564 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
9569 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9570 if test "x$LINE" != x
; then
9571 eval "DEFAULT_$LINE"
9576 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9580 eval "$ac_cv_use_wizarddlg"
9581 if test "$no_cache" != 1; then
9582 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9585 if test "$wxUSE_WIZARDDLG" = yes; then
9586 echo "$as_me:$LINENO: result: yes" >&5
9587 echo "${ECHO_T}yes" >&6
9589 echo "$as_me:$LINENO: result: no" >&5
9590 echo "${ECHO_T}no" >&6
9597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9598 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9600 # Check whether --enable-menus or --disable-menus was given.
9601 if test "${enable_menus+set}" = set; then
9602 enableval
="$enable_menus"
9604 if test "$enableval" = yes; then
9605 ac_cv_use_menus
='wxUSE_MENUS=yes'
9607 ac_cv_use_menus
='wxUSE_MENUS=no'
9612 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9613 if test "x$LINE" != x
; then
9614 eval "DEFAULT_$LINE"
9619 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9623 eval "$ac_cv_use_menus"
9624 if test "$no_cache" != 1; then
9625 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9628 if test "$wxUSE_MENUS" = yes; then
9629 echo "$as_me:$LINENO: result: yes" >&5
9630 echo "${ECHO_T}yes" >&6
9632 echo "$as_me:$LINENO: result: no" >&5
9633 echo "${ECHO_T}no" >&6
9638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9639 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9641 # Check whether --enable-miniframe or --disable-miniframe was given.
9642 if test "${enable_miniframe+set}" = set; then
9643 enableval
="$enable_miniframe"
9645 if test "$enableval" = yes; then
9646 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
9648 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
9653 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9654 if test "x$LINE" != x
; then
9655 eval "DEFAULT_$LINE"
9660 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9664 eval "$ac_cv_use_miniframe"
9665 if test "$no_cache" != 1; then
9666 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9669 if test "$wxUSE_MINIFRAME" = yes; then
9670 echo "$as_me:$LINENO: result: yes" >&5
9671 echo "${ECHO_T}yes" >&6
9673 echo "$as_me:$LINENO: result: no" >&5
9674 echo "${ECHO_T}no" >&6
9679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9680 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9682 # Check whether --enable-tooltips or --disable-tooltips was given.
9683 if test "${enable_tooltips+set}" = set; then
9684 enableval
="$enable_tooltips"
9686 if test "$enableval" = yes; then
9687 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
9689 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
9694 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9695 if test "x$LINE" != x
; then
9696 eval "DEFAULT_$LINE"
9701 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9705 eval "$ac_cv_use_tooltips"
9706 if test "$no_cache" != 1; then
9707 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9710 if test "$wxUSE_TOOLTIPS" = yes; then
9711 echo "$as_me:$LINENO: result: yes" >&5
9712 echo "${ECHO_T}yes" >&6
9714 echo "$as_me:$LINENO: result: no" >&5
9715 echo "${ECHO_T}no" >&6
9720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9721 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9723 # Check whether --enable-splines or --disable-splines was given.
9724 if test "${enable_splines+set}" = set; then
9725 enableval
="$enable_splines"
9727 if test "$enableval" = yes; then
9728 ac_cv_use_splines
='wxUSE_SPLINES=yes'
9730 ac_cv_use_splines
='wxUSE_SPLINES=no'
9735 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9736 if test "x$LINE" != x
; then
9737 eval "DEFAULT_$LINE"
9742 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9746 eval "$ac_cv_use_splines"
9747 if test "$no_cache" != 1; then
9748 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9751 if test "$wxUSE_SPLINES" = yes; then
9752 echo "$as_me:$LINENO: result: yes" >&5
9753 echo "${ECHO_T}yes" >&6
9755 echo "$as_me:$LINENO: result: no" >&5
9756 echo "${ECHO_T}no" >&6
9761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9762 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9764 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9765 if test "${enable_mousewheel+set}" = set; then
9766 enableval
="$enable_mousewheel"
9768 if test "$enableval" = yes; then
9769 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=yes'
9771 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=no'
9776 LINE
=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9777 if test "x$LINE" != x
; then
9778 eval "DEFAULT_$LINE"
9783 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9787 eval "$ac_cv_use_mousewheel"
9788 if test "$no_cache" != 1; then
9789 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9792 if test "$wxUSE_MOUSEWHEEL" = yes; then
9793 echo "$as_me:$LINENO: result: yes" >&5
9794 echo "${ECHO_T}yes" >&6
9796 echo "$as_me:$LINENO: result: no" >&5
9797 echo "${ECHO_T}no" >&6
9802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9803 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9805 # Check whether --enable-validators or --disable-validators was given.
9806 if test "${enable_validators+set}" = set; then
9807 enableval
="$enable_validators"
9809 if test "$enableval" = yes; then
9810 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
9812 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
9817 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9818 if test "x$LINE" != x
; then
9819 eval "DEFAULT_$LINE"
9824 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9828 eval "$ac_cv_use_validators"
9829 if test "$no_cache" != 1; then
9830 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9833 if test "$wxUSE_VALIDATORS" = yes; then
9834 echo "$as_me:$LINENO: result: yes" >&5
9835 echo "${ECHO_T}yes" >&6
9837 echo "$as_me:$LINENO: result: no" >&5
9838 echo "${ECHO_T}no" >&6
9843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9844 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9846 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9847 if test "${enable_busyinfo+set}" = set; then
9848 enableval
="$enable_busyinfo"
9850 if test "$enableval" = yes; then
9851 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
9853 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
9858 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9859 if test "x$LINE" != x
; then
9860 eval "DEFAULT_$LINE"
9865 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9869 eval "$ac_cv_use_busyinfo"
9870 if test "$no_cache" != 1; then
9871 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9874 if test "$wxUSE_BUSYINFO" = yes; then
9875 echo "$as_me:$LINENO: result: yes" >&5
9876 echo "${ECHO_T}yes" >&6
9878 echo "$as_me:$LINENO: result: no" >&5
9879 echo "${ECHO_T}no" >&6
9884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9885 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9887 # Check whether --enable-joystick or --disable-joystick was given.
9888 if test "${enable_joystick+set}" = set; then
9889 enableval
="$enable_joystick"
9891 if test "$enableval" = yes; then
9892 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
9894 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
9899 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9900 if test "x$LINE" != x
; then
9901 eval "DEFAULT_$LINE"
9906 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9910 eval "$ac_cv_use_joystick"
9911 if test "$no_cache" != 1; then
9912 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9915 if test "$wxUSE_JOYSTICK" = yes; then
9916 echo "$as_me:$LINENO: result: yes" >&5
9917 echo "${ECHO_T}yes" >&6
9919 echo "$as_me:$LINENO: result: no" >&5
9920 echo "${ECHO_T}no" >&6
9925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9926 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9928 # Check whether --enable-metafile or --disable-metafile was given.
9929 if test "${enable_metafile+set}" = set; then
9930 enableval
="$enable_metafile"
9932 if test "$enableval" = yes; then
9933 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9935 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9940 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9941 if test "x$LINE" != x
; then
9942 eval "DEFAULT_$LINE"
9947 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9951 eval "$ac_cv_use_metafile"
9952 if test "$no_cache" != 1; then
9953 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9956 if test "$wxUSE_METAFILE" = yes; then
9957 echo "$as_me:$LINENO: result: yes" >&5
9958 echo "${ECHO_T}yes" >&6
9960 echo "$as_me:$LINENO: result: no" >&5
9961 echo "${ECHO_T}no" >&6
9966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9967 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9969 # Check whether --enable-dragimage or --disable-dragimage was given.
9970 if test "${enable_dragimage+set}" = set; then
9971 enableval
="$enable_dragimage"
9973 if test "$enableval" = yes; then
9974 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9976 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9981 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9982 if test "x$LINE" != x
; then
9983 eval "DEFAULT_$LINE"
9988 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9992 eval "$ac_cv_use_dragimage"
9993 if test "$no_cache" != 1; then
9994 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9997 if test "$wxUSE_DRAGIMAGE" = yes; then
9998 echo "$as_me:$LINENO: result: yes" >&5
9999 echo "${ECHO_T}yes" >&6
10001 echo "$as_me:$LINENO: result: no" >&5
10002 echo "${ECHO_T}no" >&6
10007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10008 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10010 # Check whether --enable-accessibility or --disable-accessibility was given.
10011 if test "${enable_accessibility+set}" = set; then
10012 enableval
="$enable_accessibility"
10014 if test "$enableval" = yes; then
10015 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
10017 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
10022 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10023 if test "x$LINE" != x
; then
10024 eval "DEFAULT_$LINE"
10029 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10033 eval "$ac_cv_use_accessibility"
10034 if test "$no_cache" != 1; then
10035 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10038 if test "$wxUSE_ACCESSIBILITY" = yes; then
10039 echo "$as_me:$LINENO: result: yes" >&5
10040 echo "${ECHO_T}yes" >&6
10042 echo "$as_me:$LINENO: result: no" >&5
10043 echo "${ECHO_T}no" >&6
10050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10051 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10053 # Check whether --enable-palette or --disable-palette was given.
10054 if test "${enable_palette+set}" = set; then
10055 enableval
="$enable_palette"
10057 if test "$enableval" = yes; then
10058 ac_cv_use_palette
='wxUSE_PALETTE=yes'
10060 ac_cv_use_palette
='wxUSE_PALETTE=no'
10065 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10066 if test "x$LINE" != x
; then
10067 eval "DEFAULT_$LINE"
10072 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10076 eval "$ac_cv_use_palette"
10077 if test "$no_cache" != 1; then
10078 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10081 if test "$wxUSE_PALETTE" = yes; then
10082 echo "$as_me:$LINENO: result: yes" >&5
10083 echo "${ECHO_T}yes" >&6
10085 echo "$as_me:$LINENO: result: no" >&5
10086 echo "${ECHO_T}no" >&6
10091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10092 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10094 # Check whether --enable-image or --disable-image was given.
10095 if test "${enable_image+set}" = set; then
10096 enableval
="$enable_image"
10098 if test "$enableval" = yes; then
10099 ac_cv_use_image
='wxUSE_IMAGE=yes'
10101 ac_cv_use_image
='wxUSE_IMAGE=no'
10106 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10107 if test "x$LINE" != x
; then
10108 eval "DEFAULT_$LINE"
10113 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10117 eval "$ac_cv_use_image"
10118 if test "$no_cache" != 1; then
10119 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10122 if test "$wxUSE_IMAGE" = yes; then
10123 echo "$as_me:$LINENO: result: yes" >&5
10124 echo "${ECHO_T}yes" >&6
10126 echo "$as_me:$LINENO: result: no" >&5
10127 echo "${ECHO_T}no" >&6
10132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10133 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10135 # Check whether --enable-gif or --disable-gif was given.
10136 if test "${enable_gif+set}" = set; then
10137 enableval
="$enable_gif"
10139 if test "$enableval" = yes; then
10140 ac_cv_use_gif
='wxUSE_GIF=yes'
10142 ac_cv_use_gif
='wxUSE_GIF=no'
10147 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10148 if test "x$LINE" != x
; then
10149 eval "DEFAULT_$LINE"
10154 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10158 eval "$ac_cv_use_gif"
10159 if test "$no_cache" != 1; then
10160 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10163 if test "$wxUSE_GIF" = yes; then
10164 echo "$as_me:$LINENO: result: yes" >&5
10165 echo "${ECHO_T}yes" >&6
10167 echo "$as_me:$LINENO: result: no" >&5
10168 echo "${ECHO_T}no" >&6
10173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10174 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10176 # Check whether --enable-pcx or --disable-pcx was given.
10177 if test "${enable_pcx+set}" = set; then
10178 enableval
="$enable_pcx"
10180 if test "$enableval" = yes; then
10181 ac_cv_use_pcx
='wxUSE_PCX=yes'
10183 ac_cv_use_pcx
='wxUSE_PCX=no'
10188 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10189 if test "x$LINE" != x
; then
10190 eval "DEFAULT_$LINE"
10195 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10199 eval "$ac_cv_use_pcx"
10200 if test "$no_cache" != 1; then
10201 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10204 if test "$wxUSE_PCX" = yes; then
10205 echo "$as_me:$LINENO: result: yes" >&5
10206 echo "${ECHO_T}yes" >&6
10208 echo "$as_me:$LINENO: result: no" >&5
10209 echo "${ECHO_T}no" >&6
10214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10215 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10217 # Check whether --enable-iff or --disable-iff was given.
10218 if test "${enable_iff+set}" = set; then
10219 enableval
="$enable_iff"
10221 if test "$enableval" = yes; then
10222 ac_cv_use_iff
='wxUSE_IFF=yes'
10224 ac_cv_use_iff
='wxUSE_IFF=no'
10229 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10230 if test "x$LINE" != x
; then
10231 eval "DEFAULT_$LINE"
10236 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10240 eval "$ac_cv_use_iff"
10241 if test "$no_cache" != 1; then
10242 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10245 if test "$wxUSE_IFF" = yes; then
10246 echo "$as_me:$LINENO: result: yes" >&5
10247 echo "${ECHO_T}yes" >&6
10249 echo "$as_me:$LINENO: result: no" >&5
10250 echo "${ECHO_T}no" >&6
10255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10256 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10258 # Check whether --enable-pnm or --disable-pnm was given.
10259 if test "${enable_pnm+set}" = set; then
10260 enableval
="$enable_pnm"
10262 if test "$enableval" = yes; then
10263 ac_cv_use_pnm
='wxUSE_PNM=yes'
10265 ac_cv_use_pnm
='wxUSE_PNM=no'
10270 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10271 if test "x$LINE" != x
; then
10272 eval "DEFAULT_$LINE"
10277 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10281 eval "$ac_cv_use_pnm"
10282 if test "$no_cache" != 1; then
10283 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10286 if test "$wxUSE_PNM" = yes; then
10287 echo "$as_me:$LINENO: result: yes" >&5
10288 echo "${ECHO_T}yes" >&6
10290 echo "$as_me:$LINENO: result: no" >&5
10291 echo "${ECHO_T}no" >&6
10296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10297 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10299 # Check whether --enable-xpm or --disable-xpm was given.
10300 if test "${enable_xpm+set}" = set; then
10301 enableval
="$enable_xpm"
10303 if test "$enableval" = yes; then
10304 ac_cv_use_xpm
='wxUSE_XPM=yes'
10306 ac_cv_use_xpm
='wxUSE_XPM=no'
10311 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10312 if test "x$LINE" != x
; then
10313 eval "DEFAULT_$LINE"
10318 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10322 eval "$ac_cv_use_xpm"
10323 if test "$no_cache" != 1; then
10324 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10327 if test "$wxUSE_XPM" = yes; then
10328 echo "$as_me:$LINENO: result: yes" >&5
10329 echo "${ECHO_T}yes" >&6
10331 echo "$as_me:$LINENO: result: no" >&5
10332 echo "${ECHO_T}no" >&6
10337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10338 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10340 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10341 if test "${enable_ico_cur+set}" = set; then
10342 enableval
="$enable_ico_cur"
10344 if test "$enableval" = yes; then
10345 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
10347 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
10352 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10353 if test "x$LINE" != x
; then
10354 eval "DEFAULT_$LINE"
10359 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10363 eval "$ac_cv_use_ico_cur"
10364 if test "$no_cache" != 1; then
10365 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10368 if test "$wxUSE_ICO_CUR" = yes; then
10369 echo "$as_me:$LINENO: result: yes" >&5
10370 echo "${ECHO_T}yes" >&6
10372 echo "$as_me:$LINENO: result: no" >&5
10373 echo "${ECHO_T}no" >&6
10381 # Check whether --with-flavour or --without-flavour was given.
10382 if test "${with_flavour+set}" = set; then
10383 withval
="$with_flavour"
10384 WX_FLAVOUR
="$withval"
10390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10391 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10393 # Check whether --enable-official_build or --disable-official_build was given.
10394 if test "${enable_official_build+set}" = set; then
10395 enableval
="$enable_official_build"
10397 if test "$enableval" = yes; then
10398 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
10400 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
10405 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10406 if test "x$LINE" != x
; then
10407 eval "DEFAULT_$LINE"
10412 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10416 eval "$ac_cv_use_official_build"
10417 if test "$no_cache" != 1; then
10418 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10421 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10422 echo "$as_me:$LINENO: result: yes" >&5
10423 echo "${ECHO_T}yes" >&6
10425 echo "$as_me:$LINENO: result: no" >&5
10426 echo "${ECHO_T}no" >&6
10429 # Check whether --enable-vendor or --disable-vendor was given.
10430 if test "${enable_vendor+set}" = set; then
10431 enableval
="$enable_vendor"
10432 VENDOR
="$enableval"
10434 if test "x$VENDOR" = "x"; then
10441 echo "saving argument cache $wx_arg_cache_file"
10442 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
10446 echo "$as_me:$LINENO: checking for toolkit" >&5
10447 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10449 # In Wine, we need to default to MSW, not GTK or MOTIF
10450 if test "$wxUSE_WINE" = "yes"; then
10451 DEFAULT_DEFAULT_wxUSE_GTK
=0
10452 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
10453 DEFAULT_DEFAULT_wxUSE_MSW
=1
10458 if test "$wxUSE_GUI" = "yes"; then
10460 if test "$USE_BEOS" = 1; then
10461 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10462 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10463 { (exit 1); exit 1; }; }
10466 if test "$TOOLKIT_GIVEN" = 1; then
10467 for toolkit
in `echo $ALL_TOOLKITS`; do
10469 eval "value=\$${var}"
10470 if test "x$value" = "xno"; then
10472 elif test "x$value" != "x"; then
10476 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10477 eval "wx${toolkit}_VERSION=$value"
10481 for toolkit
in `echo $ALL_TOOLKITS`; do
10482 if test "$has_toolkit_in_cache" != 1; then
10483 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
10485 var
=DEFAULT_wxUSE_
$toolkit
10487 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10488 if test "x$version" != "x"; then
10489 eval "wx${toolkit}_VERSION=$version"
10492 eval "wxUSE_$toolkit=\$${var}"
10496 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10497 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10498 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10501 *-pc-os2_emx | *-pc-os2-emx )
10502 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10505 case "$NUM_TOOLKITS" in
10509 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10510 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10511 { (exit 1); exit 1; }; }
10514 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10515 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10516 { (exit 1); exit 1; }; }
10519 # to be removed when --disable-gtk2 isn't needed
10520 if test "x$wxUSE_GTK2" = "xyes"; then
10522 elif test "x$wxUSE_GTK2" = "xno"; then
10526 for toolkit
in `echo $ALL_TOOLKITS`; do
10528 eval "value=\$${var}"
10529 if test "x$value" != x
; then
10530 cache_var
=CACHE_
$toolkit
10531 eval "cache=\$${cache_var}"
10532 if test "$cache" = 1; then
10533 echo "$var=$value" >> ${wx_arg_cache_file}
10534 eval "version=\$wx${toolkit}_VERSION"
10535 if test "x$version" != "x"; then
10536 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10539 if test "$value" = 1; then
10540 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10541 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10542 echo "${ECHO_T}$toolkit_echo" >&6
10547 if test "x$host_alias" != "x"; then
10548 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10549 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10551 echo "$as_me:$LINENO: result: base only" >&5
10552 echo "${ECHO_T}base only" >&6
10557 doesnt_want_win32
=0
10560 if test "$wxUSE_MSW" = 1 ; then
10562 BAKEFILE_FORCE_PLATFORM
=win32
10564 doesnt_want_win32
=1
10572 if test "$wxUSE_WINE" = "yes"; then
10577 LDFLAGS_GUI
="-mwindows"
10580 if test "$wants_win32" = 1 ; then
10583 cat >>confdefs.h
<<\_ACEOF
10584 #define __WIN32__ 1
10587 cat >>confdefs.h
<<\_ACEOF
10588 #define __WIN95__ 1
10591 cat >>confdefs.h
<<\_ACEOF
10592 #define __WINDOWS__ 1
10595 cat >>confdefs.h
<<\_ACEOF
10596 #define __GNUWIN32__ 1
10599 cat >>confdefs.h
<<\_ACEOF
10603 cat >>confdefs.h
<<\_ACEOF
10604 #define WINVER 0x0400
10608 if test "$doesnt_want_win32" = 1 ; then
10613 if test "$USE_UNIX" = 1 ; then
10615 cat >>confdefs.h
<<\_ACEOF
10622 cat >confcache
<<\_ACEOF
10623 # This file is a shell script that caches the results of configure
10624 # tests run on this system so they can be shared between configure
10625 # scripts and configure runs, see configure's option --config-cache.
10626 # It is not useful on other systems. If it contains results you don't
10627 # want to keep, you may remove or edit it.
10629 # config.status only pays attention to the cache file if you give it
10630 # the --recheck option to rerun configure.
10632 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10633 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10634 # following values.
10638 # The following way of writing the cache mishandles newlines in values,
10639 # but we know of no workaround that is simple, portable, and efficient.
10640 # So, don't put newlines in cache variables' values.
10641 # Ultrix sh set writes to stderr and can't be redirected directly,
10642 # and sets the high bit in the cache file unless we assign to the vars.
10645 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10647 # `set' does not quote correctly, so add quotes (double-quote
10648 # substitution turns \\\\ into \\, and sed turns \\ into \).
10651 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10654 # `set' quotes correctly as required by POSIX, so do not add quotes.
10656 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10663 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10665 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10667 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10668 if test -w $cache_file; then
10669 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10670 cat confcache
>$cache_file
10672 echo "not updating unwritable cache $cache_file"
10677 if test "$build" != "$host" ; then
10678 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10680 CXX
=$host_alias-c++
10682 RANLIB
=$host_alias-ranlib
10683 DLLTOOL
=$host_alias-dlltool
10684 RESCOMP
=$host_alias-windres
10685 STRIP
=$host_alias-strip
10686 elif test "x$CC" '!=' "x"; then
10687 echo "You set CC, I assume you know what you are doing."
10689 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10690 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10691 { (exit 1); exit 1; }; }
10699 ac_cpp
='$CPP $CPPFLAGS'
10700 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10701 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10702 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10703 if test -n "$ac_tool_prefix"; then
10704 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10705 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10706 echo "$as_me:$LINENO: checking for $ac_word" >&5
10707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10708 if test "${ac_cv_prog_CC+set}" = set; then
10709 echo $ECHO_N "(cached) $ECHO_C" >&6
10711 if test -n "$CC"; then
10712 ac_cv_prog_CC
="$CC" # Let the user override the test.
10714 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10715 for as_dir
in $PATH
10718 test -z "$as_dir" && as_dir
=.
10719 for ac_exec_ext
in '' $ac_executable_extensions; do
10720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10721 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10731 if test -n "$CC"; then
10732 echo "$as_me:$LINENO: result: $CC" >&5
10733 echo "${ECHO_T}$CC" >&6
10735 echo "$as_me:$LINENO: result: no" >&5
10736 echo "${ECHO_T}no" >&6
10740 if test -z "$ac_cv_prog_CC"; then
10742 # Extract the first word of "gcc", so it can be a program name with args.
10743 set dummy gcc
; ac_word
=$2
10744 echo "$as_me:$LINENO: checking for $ac_word" >&5
10745 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10746 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10747 echo $ECHO_N "(cached) $ECHO_C" >&6
10749 if test -n "$ac_ct_CC"; then
10750 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10752 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10753 for as_dir
in $PATH
10756 test -z "$as_dir" && as_dir
=.
10757 for ac_exec_ext
in '' $ac_executable_extensions; do
10758 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10759 ac_cv_prog_ac_ct_CC
="gcc"
10760 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10768 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10769 if test -n "$ac_ct_CC"; then
10770 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10771 echo "${ECHO_T}$ac_ct_CC" >&6
10773 echo "$as_me:$LINENO: result: no" >&5
10774 echo "${ECHO_T}no" >&6
10779 CC
="$ac_cv_prog_CC"
10782 if test -z "$CC"; then
10783 if test -n "$ac_tool_prefix"; then
10784 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10785 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10786 echo "$as_me:$LINENO: checking for $ac_word" >&5
10787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10788 if test "${ac_cv_prog_CC+set}" = set; then
10789 echo $ECHO_N "(cached) $ECHO_C" >&6
10791 if test -n "$CC"; then
10792 ac_cv_prog_CC
="$CC" # Let the user override the test.
10794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10795 for as_dir
in $PATH
10798 test -z "$as_dir" && as_dir
=.
10799 for ac_exec_ext
in '' $ac_executable_extensions; do
10800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10801 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10811 if test -n "$CC"; then
10812 echo "$as_me:$LINENO: result: $CC" >&5
10813 echo "${ECHO_T}$CC" >&6
10815 echo "$as_me:$LINENO: result: no" >&5
10816 echo "${ECHO_T}no" >&6
10820 if test -z "$ac_cv_prog_CC"; then
10822 # Extract the first word of "cc", so it can be a program name with args.
10823 set dummy cc
; ac_word
=$2
10824 echo "$as_me:$LINENO: checking for $ac_word" >&5
10825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10826 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10827 echo $ECHO_N "(cached) $ECHO_C" >&6
10829 if test -n "$ac_ct_CC"; then
10830 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10833 for as_dir
in $PATH
10836 test -z "$as_dir" && as_dir
=.
10837 for ac_exec_ext
in '' $ac_executable_extensions; do
10838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10839 ac_cv_prog_ac_ct_CC
="cc"
10840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10848 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10849 if test -n "$ac_ct_CC"; then
10850 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10851 echo "${ECHO_T}$ac_ct_CC" >&6
10853 echo "$as_me:$LINENO: result: no" >&5
10854 echo "${ECHO_T}no" >&6
10859 CC
="$ac_cv_prog_CC"
10863 if test -z "$CC"; then
10864 # Extract the first word of "cc", so it can be a program name with args.
10865 set dummy cc
; ac_word
=$2
10866 echo "$as_me:$LINENO: checking for $ac_word" >&5
10867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10868 if test "${ac_cv_prog_CC+set}" = set; then
10869 echo $ECHO_N "(cached) $ECHO_C" >&6
10871 if test -n "$CC"; then
10872 ac_cv_prog_CC
="$CC" # Let the user override the test.
10874 ac_prog_rejected
=no
10875 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10876 for as_dir
in $PATH
10879 test -z "$as_dir" && as_dir
=.
10880 for ac_exec_ext
in '' $ac_executable_extensions; do
10881 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10882 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10883 ac_prog_rejected
=yes
10887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10893 if test $ac_prog_rejected = yes; then
10894 # We found a bogon in the path, so make sure we never use it.
10895 set dummy
$ac_cv_prog_CC
10897 if test $# != 0; then
10898 # We chose a different compiler from the bogus one.
10899 # However, it has the same basename, so the bogon will be chosen
10900 # first if we set CC to just the basename; use the full file name.
10902 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10908 if test -n "$CC"; then
10909 echo "$as_me:$LINENO: result: $CC" >&5
10910 echo "${ECHO_T}$CC" >&6
10912 echo "$as_me:$LINENO: result: no" >&5
10913 echo "${ECHO_T}no" >&6
10917 if test -z "$CC"; then
10918 if test -n "$ac_tool_prefix"; then
10921 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10922 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10923 echo "$as_me:$LINENO: checking for $ac_word" >&5
10924 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10925 if test "${ac_cv_prog_CC+set}" = set; then
10926 echo $ECHO_N "(cached) $ECHO_C" >&6
10928 if test -n "$CC"; then
10929 ac_cv_prog_CC
="$CC" # Let the user override the test.
10931 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10932 for as_dir
in $PATH
10935 test -z "$as_dir" && as_dir
=.
10936 for ac_exec_ext
in '' $ac_executable_extensions; do
10937 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10938 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10939 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10948 if test -n "$CC"; then
10949 echo "$as_me:$LINENO: result: $CC" >&5
10950 echo "${ECHO_T}$CC" >&6
10952 echo "$as_me:$LINENO: result: no" >&5
10953 echo "${ECHO_T}no" >&6
10956 test -n "$CC" && break
10959 if test -z "$CC"; then
10963 # Extract the first word of "$ac_prog", so it can be a program name with args.
10964 set dummy
$ac_prog; ac_word
=$2
10965 echo "$as_me:$LINENO: checking for $ac_word" >&5
10966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10967 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10968 echo $ECHO_N "(cached) $ECHO_C" >&6
10970 if test -n "$ac_ct_CC"; then
10971 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10973 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10974 for as_dir
in $PATH
10977 test -z "$as_dir" && as_dir
=.
10978 for ac_exec_ext
in '' $ac_executable_extensions; do
10979 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10980 ac_cv_prog_ac_ct_CC
="$ac_prog"
10981 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10989 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10990 if test -n "$ac_ct_CC"; then
10991 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10992 echo "${ECHO_T}$ac_ct_CC" >&6
10994 echo "$as_me:$LINENO: result: no" >&5
10995 echo "${ECHO_T}no" >&6
10998 test -n "$ac_ct_CC" && break
11007 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11008 See \`config.log' for more details." >&5
11009 echo "$as_me: error: no acceptable C compiler found in \$PATH
11010 See \`config.log' for more details." >&2;}
11011 { (exit 1); exit 1; }; }
11013 # Provide some information about the compiler.
11014 echo "$as_me:$LINENO:" \
11015 "checking for C compiler version" >&5
11016 ac_compiler
=`set X $ac_compile; echo $2`
11017 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11018 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11021 (exit $ac_status); }
11022 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11023 (eval $ac_compiler -v </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); }
11033 cat >conftest.
$ac_ext <<_ACEOF
11036 cat confdefs.h
>>conftest.
$ac_ext
11037 cat >>conftest.
$ac_ext <<_ACEOF
11038 /* end confdefs.h. */
11048 ac_clean_files_save
=$ac_clean_files
11049 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
11050 # Try to create an executable without -o first, disregard a.out.
11051 # It will help us diagnose broken compilers, and finding out an intuition
11053 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11054 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11055 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11056 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11057 (eval $ac_link_default) 2>&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); }; then
11061 # Find the output, starting from the most likely. This scheme is
11062 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11065 # Be careful to initialize this variable, since it used to be cached.
11066 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11068 # b.out is created by i960 compilers.
11069 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
11071 test -f "$ac_file" || continue
11073 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
11076 # This is the source file.
11079 # We found the default executable, but exeext='' is most
11083 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11084 # FIXME: I believe we export ac_cv_exeext for Libtool,
11085 # but it would be cool to find out if it's true. Does anybody
11086 # maintain Libtool? --akim.
11087 export ac_cv_exeext
11094 echo "$as_me: failed program was:" >&5
11095 sed 's/^/| /' conftest.
$ac_ext >&5
11097 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11098 See \`config.log' for more details." >&5
11099 echo "$as_me: error: C compiler cannot create executables
11100 See \`config.log' for more details." >&2;}
11101 { (exit 77); exit 77; }; }
11104 ac_exeext
=$ac_cv_exeext
11105 echo "$as_me:$LINENO: result: $ac_file" >&5
11106 echo "${ECHO_T}$ac_file" >&6
11108 # Check the compiler produces executables we can run. If not, either
11109 # the compiler is broken, or we cross compile.
11110 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11111 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11112 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11113 # If not cross compiling, check that we can run a simple program.
11114 if test "$cross_compiling" != yes; then
11115 if { ac_try
='./$ac_file'
11116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11117 (eval $ac_try) 2>&5
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); }; }; then
11123 if test "$cross_compiling" = maybe
; then
11124 cross_compiling
=yes
11126 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11127 If you meant to cross compile, use \`--host'.
11128 See \`config.log' for more details." >&5
11129 echo "$as_me: error: cannot run C compiled programs.
11130 If you meant to cross compile, use \`--host'.
11131 See \`config.log' for more details." >&2;}
11132 { (exit 1); exit 1; }; }
11136 echo "$as_me:$LINENO: result: yes" >&5
11137 echo "${ECHO_T}yes" >&6
11139 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
11140 ac_clean_files
=$ac_clean_files_save
11141 # Check the compiler produces executables we can run. If not, either
11142 # the compiler is broken, or we cross compile.
11143 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11144 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11145 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11146 echo "${ECHO_T}$cross_compiling" >&6
11148 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11149 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11150 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11151 (eval $ac_link) 2>&5
11153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11154 (exit $ac_status); }; then
11155 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11156 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11157 # work properly (i.e., refer to `conftest.exe'), while it won't with
11159 for ac_file
in conftest.exe conftest conftest.
*; do
11160 test -f "$ac_file" || continue
11162 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
11163 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11164 export ac_cv_exeext
11170 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11171 See \`config.log' for more details." >&5
11172 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11173 See \`config.log' for more details." >&2;}
11174 { (exit 1); exit 1; }; }
11177 rm -f conftest
$ac_cv_exeext
11178 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11179 echo "${ECHO_T}$ac_cv_exeext" >&6
11181 rm -f conftest.
$ac_ext
11182 EXEEXT
=$ac_cv_exeext
11184 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11185 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11186 if test "${ac_cv_objext+set}" = set; then
11187 echo $ECHO_N "(cached) $ECHO_C" >&6
11189 cat >conftest.
$ac_ext <<_ACEOF
11192 cat confdefs.h
>>conftest.
$ac_ext
11193 cat >>conftest.
$ac_ext <<_ACEOF
11194 /* end confdefs.h. */
11204 rm -f conftest.o conftest.obj
11205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11206 (eval $ac_compile) 2>&5
11208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11209 (exit $ac_status); }; then
11210 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11212 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
11213 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
11218 echo "$as_me: failed program was:" >&5
11219 sed 's/^/| /' conftest.
$ac_ext >&5
11221 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11222 See \`config.log' for more details." >&5
11223 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11224 See \`config.log' for more details." >&2;}
11225 { (exit 1); exit 1; }; }
11228 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
11230 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11231 echo "${ECHO_T}$ac_cv_objext" >&6
11232 OBJEXT
=$ac_cv_objext
11234 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11235 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11236 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11237 echo $ECHO_N "(cached) $ECHO_C" >&6
11239 cat >conftest.
$ac_ext <<_ACEOF
11242 cat confdefs.h
>>conftest.
$ac_ext
11243 cat >>conftest.
$ac_ext <<_ACEOF
11244 /* end confdefs.h. */
11257 rm -f conftest.
$ac_objext
11258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11259 (eval $ac_compile) 2>conftest.er1
11261 grep -v '^ *+' conftest.er1
>conftest.err
11263 cat conftest.err
>&5
11264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11265 (exit $ac_status); } &&
11266 { ac_try
='test -z "$ac_c_werror_flag"
11267 || test ! -s conftest.err'
11268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11269 (eval $ac_try) 2>&5
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); }; } &&
11273 { ac_try
='test -s conftest.$ac_objext'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; }; then
11279 ac_compiler_gnu
=yes
11281 echo "$as_me: failed program was:" >&5
11282 sed 's/^/| /' conftest.
$ac_ext >&5
11286 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11287 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
11290 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11291 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11292 GCC
=`test $ac_compiler_gnu = yes && echo yes`
11293 ac_test_CFLAGS
=${CFLAGS+set}
11294 ac_save_CFLAGS
=$CFLAGS
11296 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11297 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11298 if test "${ac_cv_prog_cc_g+set}" = set; then
11299 echo $ECHO_N "(cached) $ECHO_C" >&6
11301 cat >conftest.
$ac_ext <<_ACEOF
11304 cat confdefs.h
>>conftest.
$ac_ext
11305 cat >>conftest.
$ac_ext <<_ACEOF
11306 /* end confdefs.h. */
11316 rm -f conftest.
$ac_objext
11317 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11318 (eval $ac_compile) 2>conftest.er1
11320 grep -v '^ *+' conftest.er1
>conftest.err
11322 cat conftest.err
>&5
11323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324 (exit $ac_status); } &&
11325 { ac_try
='test -z "$ac_c_werror_flag"
11326 || test ! -s conftest.err'
11327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11328 (eval $ac_try) 2>&5
11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); }; } &&
11332 { ac_try
='test -s conftest.$ac_objext'
11333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11334 (eval $ac_try) 2>&5
11336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337 (exit $ac_status); }; }; then
11338 ac_cv_prog_cc_g
=yes
11340 echo "$as_me: failed program was:" >&5
11341 sed 's/^/| /' conftest.
$ac_ext >&5
11345 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11347 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11348 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11349 if test "$ac_test_CFLAGS" = set; then
11350 CFLAGS
=$ac_save_CFLAGS
11351 elif test $ac_cv_prog_cc_g = yes; then
11352 if test "$GCC" = yes; then
11358 if test "$GCC" = yes; then
11364 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11365 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11366 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11367 echo $ECHO_N "(cached) $ECHO_C" >&6
11369 ac_cv_prog_cc_stdc
=no
11371 cat >conftest.
$ac_ext <<_ACEOF
11374 cat confdefs.h
>>conftest.
$ac_ext
11375 cat >>conftest.
$ac_ext <<_ACEOF
11376 /* end confdefs.h. */
11377 #include <stdarg.h>
11379 #include <sys/types.h>
11380 #include <sys/stat.h>
11381 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11382 struct buf { int x; };
11383 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11384 static char *e (p, i)
11390 static char *f (char * (*g) (char **, int), char **p, ...)
11395 s = g (p, va_arg (v,int));
11400 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11401 function prototypes and stuff, but not '\xHH' hex character constants.
11402 These don't provoke an error unfortunately, instead are silently treated
11403 as 'x'. The following induces an error, until -std1 is added to get
11404 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11405 array size at least. It's necessary to write '\x00'==0 to get something
11406 that's true only with -std1. */
11407 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11409 int test (int i, double x);
11410 struct s1 {int (*f) (int a);};
11411 struct s2 {int (*f) (double a);};
11412 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11418 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11423 # Don't try gcc -ansi; that turns off useful extensions and
11424 # breaks some systems' header files.
11425 # AIX -qlanglvl=ansi
11426 # Ultrix and OSF/1 -std1
11427 # HP-UX 10.20 and later -Ae
11428 # HP-UX older versions -Aa -D_HPUX_SOURCE
11429 # SVR4 -Xc -D__EXTENSIONS__
11430 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11432 CC
="$ac_save_CC $ac_arg"
11433 rm -f conftest.
$ac_objext
11434 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11435 (eval $ac_compile) 2>conftest.er1
11437 grep -v '^ *+' conftest.er1
>conftest.err
11439 cat conftest.err
>&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } &&
11442 { ac_try
='test -z "$ac_c_werror_flag"
11443 || test ! -s conftest.err'
11444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11445 (eval $ac_try) 2>&5
11447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11448 (exit $ac_status); }; } &&
11449 { ac_try
='test -s conftest.$ac_objext'
11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11451 (eval $ac_try) 2>&5
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); }; }; then
11455 ac_cv_prog_cc_stdc
=$ac_arg
11458 echo "$as_me: failed program was:" >&5
11459 sed 's/^/| /' conftest.
$ac_ext >&5
11462 rm -f conftest.err conftest.
$ac_objext
11464 rm -f conftest.
$ac_ext conftest.
$ac_objext
11469 case "x$ac_cv_prog_cc_stdc" in
11471 echo "$as_me:$LINENO: result: none needed" >&5
11472 echo "${ECHO_T}none needed" >&6 ;;
11474 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11475 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11476 CC
="$CC $ac_cv_prog_cc_stdc" ;;
11479 # Some people use a C++ compiler to compile C. Since we use `exit',
11480 # in C++ we need to declare it. In case someone uses the same compiler
11481 # for both compiling C and C++ we need to have the C++ compiler decide
11482 # the declaration of exit, since it's the most demanding environment.
11483 cat >conftest.
$ac_ext <<_ACEOF
11484 #ifndef __cplusplus
11488 rm -f conftest.
$ac_objext
11489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11490 (eval $ac_compile) 2>conftest.er1
11492 grep -v '^ *+' conftest.er1
>conftest.err
11494 cat conftest.err
>&5
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } &&
11497 { ac_try
='test -z "$ac_c_werror_flag"
11498 || test ! -s conftest.err'
11499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11500 (eval $ac_try) 2>&5
11502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11503 (exit $ac_status); }; } &&
11504 { ac_try
='test -s conftest.$ac_objext'
11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11506 (eval $ac_try) 2>&5
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); }; }; then
11510 for ac_declaration
in \
11512 'extern "C" void std::exit (int) throw (); using std::exit;' \
11513 'extern "C" void std::exit (int); using std::exit;' \
11514 'extern "C" void exit (int) throw ();' \
11515 'extern "C" void exit (int);' \
11518 cat >conftest.
$ac_ext <<_ACEOF
11521 cat confdefs.h
>>conftest.
$ac_ext
11522 cat >>conftest.
$ac_ext <<_ACEOF
11523 /* end confdefs.h. */
11525 #include <stdlib.h>
11534 rm -f conftest.
$ac_objext
11535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11536 (eval $ac_compile) 2>conftest.er1
11538 grep -v '^ *+' conftest.er1
>conftest.err
11540 cat conftest.err
>&5
11541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11542 (exit $ac_status); } &&
11543 { ac_try
='test -z "$ac_c_werror_flag"
11544 || 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"
11589 || test ! -s conftest.err'
11590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11591 (eval $ac_try) 2>&5
11593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11594 (exit $ac_status); }; } &&
11595 { ac_try
='test -s conftest.$ac_objext'
11596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11597 (eval $ac_try) 2>&5
11599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11600 (exit $ac_status); }; }; then
11603 echo "$as_me: failed program was:" >&5
11604 sed 's/^/| /' conftest.
$ac_ext >&5
11607 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11610 if test -n "$ac_declaration"; then
11611 echo '#ifdef __cplusplus' >>confdefs.h
11612 echo $ac_declaration >>confdefs.h
11613 echo '#endif' >>confdefs.h
11617 echo "$as_me: failed program was:" >&5
11618 sed 's/^/| /' conftest.
$ac_ext >&5
11621 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11623 ac_cpp
='$CPP $CPPFLAGS'
11624 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11625 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11626 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11628 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11629 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11630 if test "${wx_cv_c_exto+set}" = set; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11633 cat >conftest.
$ac_ext <<_ACEOF
11636 cat confdefs.h
>>conftest.
$ac_ext
11637 cat >>conftest.
$ac_ext <<_ACEOF
11638 /* end confdefs.h. */
11648 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
11649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11650 (eval $ac_compile) 2>&5
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); }; then
11654 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
11656 conftest.
$ac_ext.o
)
11657 wx_cv_c_exto
="-ext o"
11664 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11665 See \`config.log' for more details." >&5
11666 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11667 See \`config.log' for more details." >&2;}
11668 { (exit 1); exit 1; }; }
11672 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
11675 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11676 echo "${ECHO_T}$wx_cv_c_exto" >&6
11677 if test "x$wx_cv_c_exto" '!=' "x"; then
11678 if test "c" = "c"; then
11679 CFLAGS
="$wx_cv_c_exto $CFLAGS"
11681 if test "c" = "cxx"; then
11682 CXXFLAGS
="$wx_cv_c_exto $CXXFLAGS"
11686 if test "x$wx_cv_c_exto" '!=' "x"; then
11687 unset ac_cv_prog_cc_g
11688 ac_test_CFLAGS
=${CFLAGS+set}
11689 ac_save_CFLAGS
=$CFLAGS
11691 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11692 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11693 if test "${ac_cv_prog_cc_g+set}" = set; then
11694 echo $ECHO_N "(cached) $ECHO_C" >&6
11696 cat >conftest.
$ac_ext <<_ACEOF
11699 cat confdefs.h
>>conftest.
$ac_ext
11700 cat >>conftest.
$ac_ext <<_ACEOF
11701 /* end confdefs.h. */
11711 rm -f conftest.
$ac_objext
11712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11713 (eval $ac_compile) 2>conftest.er1
11715 grep -v '^ *+' conftest.er1
>conftest.err
11717 cat conftest.err
>&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } &&
11720 { ac_try
='test -z "$ac_c_werror_flag"
11721 || test ! -s conftest.err'
11722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723 (eval $ac_try) 2>&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); }; } &&
11727 { ac_try
='test -s conftest.$ac_objext'
11728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 (eval $ac_try) 2>&5
11731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); }; }; then
11733 ac_cv_prog_cc_g
=yes
11735 echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.
$ac_ext >&5
11740 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11742 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11743 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11744 if test "$ac_test_CFLAGS" = set; then
11745 CFLAGS
=$ac_save_CFLAGS
11746 elif test $ac_cv_prog_cc_g = yes; then
11747 if test "$GCC" = yes; then
11753 if test "$GCC" = yes; then
11761 ac_cpp
='$CPP $CPPFLAGS'
11762 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11763 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11764 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11766 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11767 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11768 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11769 echo $ECHO_N "(cached) $ECHO_C" >&6
11771 cat >conftest.
$ac_ext <<_ACEOF
11774 cat confdefs.h
>>conftest.
$ac_ext
11775 cat >>conftest.
$ac_ext <<_ACEOF
11776 /* end confdefs.h. */
11789 rm -f conftest.
$ac_objext
11790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11791 (eval $ac_compile) 2>conftest.er1
11793 grep -v '^ *+' conftest.er1
>conftest.err
11795 cat conftest.err
>&5
11796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11797 (exit $ac_status); } &&
11798 { ac_try
='test -z "$ac_c_werror_flag"
11799 || test ! -s conftest.err'
11800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11801 (eval $ac_try) 2>&5
11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); }; } &&
11805 { ac_try
='test -s conftest.$ac_objext'
11806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11807 (eval $ac_try) 2>&5
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); }; }; then
11811 bakefile_compiler_mwerks
=yes
11813 echo "$as_me: failed program was:" >&5
11814 sed 's/^/| /' conftest.
$ac_ext >&5
11816 bakefile_compiler_mwerks
=no
11818 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11819 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
11822 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11823 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11825 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11827 ac_cpp
='$CPP $CPPFLAGS'
11828 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11829 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11830 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11834 ac_cpp
='$CPP $CPPFLAGS'
11835 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11836 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11837 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11839 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11840 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11841 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11842 echo $ECHO_N "(cached) $ECHO_C" >&6
11844 cat >conftest.
$ac_ext <<_ACEOF
11847 cat confdefs.h
>>conftest.
$ac_ext
11848 cat >>conftest.
$ac_ext <<_ACEOF
11849 /* end confdefs.h. */
11862 rm -f conftest.
$ac_objext
11863 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11864 (eval $ac_compile) 2>conftest.er1
11866 grep -v '^ *+' conftest.er1
>conftest.err
11868 cat conftest.err
>&5
11869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11870 (exit $ac_status); } &&
11871 { ac_try
='test -z "$ac_c_werror_flag"
11872 || test ! -s conftest.err'
11873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11874 (eval $ac_try) 2>&5
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); }; } &&
11878 { ac_try
='test -s conftest.$ac_objext'
11879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11880 (eval $ac_try) 2>&5
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); }; }; then
11884 wx_compiler_xlc
=yes
11886 echo "$as_me: failed program was:" >&5
11887 sed 's/^/| /' conftest.
$ac_ext >&5
11891 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11892 wx_cv_c_compiler_xlc
=$wx_compiler_xlc
11895 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11896 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11898 XLCC
=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11900 ac_cpp
='$CPP $CPPFLAGS'
11901 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11909 ac_cpp
='$CPP $CPPFLAGS'
11910 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11911 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11912 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11914 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
11915 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
11916 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 cat >conftest.
$ac_ext <<_ACEOF
11922 cat confdefs.h
>>conftest.
$ac_ext
11923 cat >>conftest.
$ac_ext <<_ACEOF
11924 /* end confdefs.h. */
11938 rm -f conftest.
$ac_objext
11939 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11940 (eval $ac_compile) 2>conftest.er1
11942 grep -v '^ *+' conftest.er1
>conftest.err
11944 cat conftest.err
>&5
11945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11946 (exit $ac_status); } &&
11947 { ac_try
='test -z "$ac_c_werror_flag"
11948 || test ! -s conftest.err'
11949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11950 (eval $ac_try) 2>&5
11952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11953 (exit $ac_status); }; } &&
11954 { ac_try
='test -s conftest.$ac_objext'
11955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11956 (eval $ac_try) 2>&5
11958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11959 (exit $ac_status); }; }; then
11960 bakefile_cv_c_compiler___SUNPRO_C
=yes
11962 echo "$as_me: failed program was:" >&5
11963 sed 's/^/| /' conftest.
$ac_ext >&5
11965 bakefile_cv_c_compiler___SUNPRO_C
=no
11968 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11972 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
11973 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
11975 ac_cpp
='$CPP $CPPFLAGS'
11976 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11977 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11978 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11980 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
11990 ac_cpp
='$CPP $CPPFLAGS'
11991 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11992 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11993 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11994 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11995 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11996 # On Suns, sometimes $CPP names a directory.
11997 if test -n "$CPP" && test -d "$CPP"; then
12000 if test -z "$CPP"; then
12001 if test "${ac_cv_prog_CPP+set}" = set; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12004 # Double quotes because CPP needs to be expanded
12005 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12007 ac_preproc_ok
=false
12008 for ac_c_preproc_warn_flag
in '' yes
12010 # Use a header file that comes with gcc, so configuring glibc
12011 # with a fresh cross-compiler works.
12012 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12013 # <limits.h> exists even on freestanding compilers.
12014 # On the NeXT, cc -E runs the code through the compiler's parser,
12015 # not just through cpp. "Syntax error" is here to catch this case.
12016 cat >conftest.
$ac_ext <<_ACEOF
12019 cat confdefs.h
>>conftest.
$ac_ext
12020 cat >>conftest.
$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12023 # include <limits.h>
12025 # include <assert.h>
12029 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12030 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12032 grep -v '^ *+' conftest.er1
>conftest.err
12034 cat conftest.err
>&5
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); } >/dev
/null
; then
12037 if test -s conftest.err
; then
12038 ac_cpp_err
=$ac_c_preproc_warn_flag
12039 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12046 if test -z "$ac_cpp_err"; then
12049 echo "$as_me: failed program was:" >&5
12050 sed 's/^/| /' conftest.
$ac_ext >&5
12052 # Broken: fails on valid input.
12055 rm -f conftest.err conftest.
$ac_ext
12057 # OK, works on sane cases. Now check whether non-existent headers
12058 # can be detected and how.
12059 cat >conftest.
$ac_ext <<_ACEOF
12062 cat confdefs.h
>>conftest.
$ac_ext
12063 cat >>conftest.
$ac_ext <<_ACEOF
12064 /* end confdefs.h. */
12065 #include <ac_nonexistent.h>
12067 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12068 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12070 grep -v '^ *+' conftest.er1
>conftest.err
12072 cat conftest.err
>&5
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); } >/dev
/null
; then
12075 if test -s conftest.err
; then
12076 ac_cpp_err
=$ac_c_preproc_warn_flag
12077 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12084 if test -z "$ac_cpp_err"; then
12085 # Broken: success on invalid input.
12088 echo "$as_me: failed program was:" >&5
12089 sed 's/^/| /' conftest.
$ac_ext >&5
12091 # Passes both tests.
12095 rm -f conftest.err conftest.
$ac_ext
12098 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12099 rm -f conftest.err conftest.
$ac_ext
12100 if $ac_preproc_ok; then
12105 ac_cv_prog_CPP
=$CPP
12108 CPP
=$ac_cv_prog_CPP
12110 ac_cv_prog_CPP
=$CPP
12112 echo "$as_me:$LINENO: result: $CPP" >&5
12113 echo "${ECHO_T}$CPP" >&6
12114 ac_preproc_ok
=false
12115 for ac_c_preproc_warn_flag
in '' yes
12117 # Use a header file that comes with gcc, so configuring glibc
12118 # with a fresh cross-compiler works.
12119 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12120 # <limits.h> exists even on freestanding compilers.
12121 # On the NeXT, cc -E runs the code through the compiler's parser,
12122 # not just through cpp. "Syntax error" is here to catch this case.
12123 cat >conftest.
$ac_ext <<_ACEOF
12126 cat confdefs.h
>>conftest.
$ac_ext
12127 cat >>conftest.
$ac_ext <<_ACEOF
12128 /* end confdefs.h. */
12130 # include <limits.h>
12132 # include <assert.h>
12136 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12137 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12139 grep -v '^ *+' conftest.er1
>conftest.err
12141 cat conftest.err
>&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } >/dev
/null
; then
12144 if test -s conftest.err
; then
12145 ac_cpp_err
=$ac_c_preproc_warn_flag
12146 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12153 if test -z "$ac_cpp_err"; then
12156 echo "$as_me: failed program was:" >&5
12157 sed 's/^/| /' conftest.
$ac_ext >&5
12159 # Broken: fails on valid input.
12162 rm -f conftest.err conftest.
$ac_ext
12164 # OK, works on sane cases. Now check whether non-existent headers
12165 # can be detected and how.
12166 cat >conftest.
$ac_ext <<_ACEOF
12169 cat confdefs.h
>>conftest.
$ac_ext
12170 cat >>conftest.
$ac_ext <<_ACEOF
12171 /* end confdefs.h. */
12172 #include <ac_nonexistent.h>
12174 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12175 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12177 grep -v '^ *+' conftest.er1
>conftest.err
12179 cat conftest.err
>&5
12180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181 (exit $ac_status); } >/dev
/null
; then
12182 if test -s conftest.err
; then
12183 ac_cpp_err
=$ac_c_preproc_warn_flag
12184 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12191 if test -z "$ac_cpp_err"; then
12192 # Broken: success on invalid input.
12195 echo "$as_me: failed program was:" >&5
12196 sed 's/^/| /' conftest.
$ac_ext >&5
12198 # Passes both tests.
12202 rm -f conftest.err conftest.
$ac_ext
12205 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12206 rm -f conftest.err conftest.
$ac_ext
12207 if $ac_preproc_ok; then
12210 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12211 See \`config.log' for more details." >&5
12212 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12213 See \`config.log' for more details." >&2;}
12214 { (exit 1); exit 1; }; }
12218 ac_cpp
='$CPP $CPPFLAGS'
12219 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12220 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12221 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12224 echo "$as_me:$LINENO: checking for egrep" >&5
12225 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12226 if test "${ac_cv_prog_egrep+set}" = set; then
12227 echo $ECHO_N "(cached) $ECHO_C" >&6
12229 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
12230 then ac_cv_prog_egrep
='grep -E'
12231 else ac_cv_prog_egrep
='egrep'
12234 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12235 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12236 EGREP
=$ac_cv_prog_egrep
12239 if test $ac_cv_c_compiler_gnu = yes; then
12240 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12241 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12242 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12243 echo $ECHO_N "(cached) $ECHO_C" >&6
12245 ac_pattern
="Autoconf.*'x'"
12246 cat >conftest.
$ac_ext <<_ACEOF
12249 cat confdefs.h
>>conftest.
$ac_ext
12250 cat >>conftest.
$ac_ext <<_ACEOF
12251 /* end confdefs.h. */
12255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12256 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12257 ac_cv_prog_gcc_traditional
=yes
12259 ac_cv_prog_gcc_traditional
=no
12264 if test $ac_cv_prog_gcc_traditional = no
; then
12265 cat >conftest.
$ac_ext <<_ACEOF
12268 cat confdefs.h
>>conftest.
$ac_ext
12269 cat >>conftest.
$ac_ext <<_ACEOF
12270 /* end confdefs.h. */
12271 #include <termio.h>
12274 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12275 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12276 ac_cv_prog_gcc_traditional
=yes
12282 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12283 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12284 if test $ac_cv_prog_gcc_traditional = yes; then
12285 CC
="$CC -traditional"
12293 ac_cpp
='$CXXCPP $CPPFLAGS'
12294 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12295 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12296 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12299 CXXFLAGS
=${CXXFLAGS:=}
12303 ac_cpp
='$CXXCPP $CPPFLAGS'
12304 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12305 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12306 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12307 if test -n "$ac_tool_prefix"; then
12308 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12310 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12311 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12312 echo "$as_me:$LINENO: checking for $ac_word" >&5
12313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12314 if test "${ac_cv_prog_CXX+set}" = set; then
12315 echo $ECHO_N "(cached) $ECHO_C" >&6
12317 if test -n "$CXX"; then
12318 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
12320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12321 for as_dir
in $PATH
12324 test -z "$as_dir" && as_dir
=.
12325 for ac_exec_ext
in '' $ac_executable_extensions; do
12326 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12327 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
12328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12336 CXX
=$ac_cv_prog_CXX
12337 if test -n "$CXX"; then
12338 echo "$as_me:$LINENO: result: $CXX" >&5
12339 echo "${ECHO_T}$CXX" >&6
12341 echo "$as_me:$LINENO: result: no" >&5
12342 echo "${ECHO_T}no" >&6
12345 test -n "$CXX" && break
12348 if test -z "$CXX"; then
12350 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12352 # Extract the first word of "$ac_prog", so it can be a program name with args.
12353 set dummy
$ac_prog; ac_word
=$2
12354 echo "$as_me:$LINENO: checking for $ac_word" >&5
12355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12356 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12357 echo $ECHO_N "(cached) $ECHO_C" >&6
12359 if test -n "$ac_ct_CXX"; then
12360 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
12362 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12363 for as_dir
in $PATH
12366 test -z "$as_dir" && as_dir
=.
12367 for ac_exec_ext
in '' $ac_executable_extensions; do
12368 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12369 ac_cv_prog_ac_ct_CXX
="$ac_prog"
12370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12378 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
12379 if test -n "$ac_ct_CXX"; then
12380 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12381 echo "${ECHO_T}$ac_ct_CXX" >&6
12383 echo "$as_me:$LINENO: result: no" >&5
12384 echo "${ECHO_T}no" >&6
12387 test -n "$ac_ct_CXX" && break
12389 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
12395 # Provide some information about the compiler.
12396 echo "$as_me:$LINENO:" \
12397 "checking for C++ compiler version" >&5
12398 ac_compiler
=`set X $ac_compile; echo $2`
12399 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12400 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403 (exit $ac_status); }
12404 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12405 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12408 (exit $ac_status); }
12409 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12410 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413 (exit $ac_status); }
12415 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12416 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12417 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12418 echo $ECHO_N "(cached) $ECHO_C" >&6
12420 cat >conftest.
$ac_ext <<_ACEOF
12423 cat confdefs.h
>>conftest.
$ac_ext
12424 cat >>conftest.
$ac_ext <<_ACEOF
12425 /* end confdefs.h. */
12438 rm -f conftest.
$ac_objext
12439 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12440 (eval $ac_compile) 2>conftest.er1
12442 grep -v '^ *+' conftest.er1
>conftest.err
12444 cat conftest.err
>&5
12445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12446 (exit $ac_status); } &&
12447 { ac_try
='test -z "$ac_cxx_werror_flag"
12448 || test ! -s conftest.err'
12449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12450 (eval $ac_try) 2>&5
12452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12453 (exit $ac_status); }; } &&
12454 { ac_try
='test -s conftest.$ac_objext'
12455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12456 (eval $ac_try) 2>&5
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); }; }; then
12460 ac_compiler_gnu
=yes
12462 echo "$as_me: failed program was:" >&5
12463 sed 's/^/| /' conftest.
$ac_ext >&5
12467 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12468 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
12471 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12472 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12473 GXX
=`test $ac_compiler_gnu = yes && echo yes`
12474 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12475 ac_save_CXXFLAGS
=$CXXFLAGS
12477 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12478 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12479 if test "${ac_cv_prog_cxx_g+set}" = set; then
12480 echo $ECHO_N "(cached) $ECHO_C" >&6
12482 cat >conftest.
$ac_ext <<_ACEOF
12485 cat confdefs.h
>>conftest.
$ac_ext
12486 cat >>conftest.
$ac_ext <<_ACEOF
12487 /* end confdefs.h. */
12497 rm -f conftest.
$ac_objext
12498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12499 (eval $ac_compile) 2>conftest.er1
12501 grep -v '^ *+' conftest.er1
>conftest.err
12503 cat conftest.err
>&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } &&
12506 { ac_try
='test -z "$ac_cxx_werror_flag"
12507 || test ! -s conftest.err'
12508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12509 (eval $ac_try) 2>&5
12511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12512 (exit $ac_status); }; } &&
12513 { ac_try
='test -s conftest.$ac_objext'
12514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12515 (eval $ac_try) 2>&5
12517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12518 (exit $ac_status); }; }; then
12519 ac_cv_prog_cxx_g
=yes
12521 echo "$as_me: failed program was:" >&5
12522 sed 's/^/| /' conftest.
$ac_ext >&5
12524 ac_cv_prog_cxx_g
=no
12526 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12528 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12529 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12530 if test "$ac_test_CXXFLAGS" = set; then
12531 CXXFLAGS
=$ac_save_CXXFLAGS
12532 elif test $ac_cv_prog_cxx_g = yes; then
12533 if test "$GXX" = yes; then
12539 if test "$GXX" = yes; then
12545 for ac_declaration
in \
12547 'extern "C" void std::exit (int) throw (); using std::exit;' \
12548 'extern "C" void std::exit (int); using std::exit;' \
12549 'extern "C" void exit (int) throw ();' \
12550 'extern "C" void exit (int);' \
12553 cat >conftest.
$ac_ext <<_ACEOF
12556 cat confdefs.h
>>conftest.
$ac_ext
12557 cat >>conftest.
$ac_ext <<_ACEOF
12558 /* end confdefs.h. */
12560 #include <stdlib.h>
12569 rm -f conftest.
$ac_objext
12570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12571 (eval $ac_compile) 2>conftest.er1
12573 grep -v '^ *+' conftest.er1
>conftest.err
12575 cat conftest.err
>&5
12576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12577 (exit $ac_status); } &&
12578 { ac_try
='test -z "$ac_cxx_werror_flag"
12579 || test ! -s conftest.err'
12580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12581 (eval $ac_try) 2>&5
12583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12584 (exit $ac_status); }; } &&
12585 { ac_try
='test -s conftest.$ac_objext'
12586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12587 (eval $ac_try) 2>&5
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); }; }; then
12593 echo "$as_me: failed program was:" >&5
12594 sed 's/^/| /' conftest.
$ac_ext >&5
12598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12599 cat >conftest.
$ac_ext <<_ACEOF
12602 cat confdefs.h
>>conftest.
$ac_ext
12603 cat >>conftest.
$ac_ext <<_ACEOF
12604 /* end confdefs.h. */
12614 rm -f conftest.
$ac_objext
12615 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12616 (eval $ac_compile) 2>conftest.er1
12618 grep -v '^ *+' conftest.er1
>conftest.err
12620 cat conftest.err
>&5
12621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622 (exit $ac_status); } &&
12623 { ac_try
='test -z "$ac_cxx_werror_flag"
12624 || test ! -s conftest.err'
12625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12626 (eval $ac_try) 2>&5
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); }; } &&
12630 { ac_try
='test -s conftest.$ac_objext'
12631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12632 (eval $ac_try) 2>&5
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 (exit $ac_status); }; }; then
12638 echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.
$ac_ext >&5
12642 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12645 if test -n "$ac_declaration"; then
12646 echo '#ifdef __cplusplus' >>confdefs.h
12647 echo $ac_declaration >>confdefs.h
12648 echo '#endif' >>confdefs.h
12652 ac_cpp
='$CXXCPP $CPPFLAGS'
12653 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12654 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12655 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12657 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12658 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12659 if test "${wx_cv_cxx_exto+set}" = set; then
12660 echo $ECHO_N "(cached) $ECHO_C" >&6
12662 cat >conftest.
$ac_ext <<_ACEOF
12665 cat confdefs.h
>>conftest.
$ac_ext
12666 cat >>conftest.
$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12677 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
12678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12679 (eval $ac_compile) 2>&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; then
12683 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
12685 conftest.
$ac_ext.o
)
12686 wx_cv_cxx_exto
="-ext o"
12693 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12694 See \`config.log' for more details." >&5
12695 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12696 See \`config.log' for more details." >&2;}
12697 { (exit 1); exit 1; }; }
12701 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
12704 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12705 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12706 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12707 if test "cxx" = "c"; then
12708 CFLAGS
="$wx_cv_cxx_exto $CFLAGS"
12710 if test "cxx" = "cxx"; then
12711 CXXFLAGS
="$wx_cv_cxx_exto $CXXFLAGS"
12715 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12716 unset ac_cv_prog_cxx_g
12717 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12718 ac_save_CXXFLAGS
=$CXXFLAGS
12720 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12721 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12722 if test "${ac_cv_prog_cxx_g+set}" = set; then
12723 echo $ECHO_N "(cached) $ECHO_C" >&6
12725 cat >conftest.
$ac_ext <<_ACEOF
12728 cat confdefs.h
>>conftest.
$ac_ext
12729 cat >>conftest.
$ac_ext <<_ACEOF
12730 /* end confdefs.h. */
12740 rm -f conftest.
$ac_objext
12741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12742 (eval $ac_compile) 2>conftest.er1
12744 grep -v '^ *+' conftest.er1
>conftest.err
12746 cat conftest.err
>&5
12747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12748 (exit $ac_status); } &&
12749 { ac_try
='test -z "$ac_cxx_werror_flag"
12750 || test ! -s conftest.err'
12751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12752 (eval $ac_try) 2>&5
12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12755 (exit $ac_status); }; } &&
12756 { ac_try
='test -s conftest.$ac_objext'
12757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12758 (eval $ac_try) 2>&5
12760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12761 (exit $ac_status); }; }; then
12762 ac_cv_prog_cxx_g
=yes
12764 echo "$as_me: failed program was:" >&5
12765 sed 's/^/| /' conftest.
$ac_ext >&5
12767 ac_cv_prog_cxx_g
=no
12769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12771 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12772 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12773 if test "$ac_test_CXXFLAGS" = set; then
12774 CXXFLAGS
=$ac_save_CXXFLAGS
12775 elif test $ac_cv_prog_cxx_g = yes; then
12776 if test "$GXX" = yes; then
12782 if test "$GXX" = yes; then
12790 ac_cpp
='$CXXCPP $CPPFLAGS'
12791 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12792 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12793 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12795 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12796 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12797 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12798 echo $ECHO_N "(cached) $ECHO_C" >&6
12800 cat >conftest.
$ac_ext <<_ACEOF
12803 cat confdefs.h
>>conftest.
$ac_ext
12804 cat >>conftest.
$ac_ext <<_ACEOF
12805 /* end confdefs.h. */
12818 rm -f conftest.
$ac_objext
12819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12820 (eval $ac_compile) 2>conftest.er1
12822 grep -v '^ *+' conftest.er1
>conftest.err
12824 cat conftest.err
>&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } &&
12827 { ac_try
='test -z "$ac_cxx_werror_flag"
12828 || test ! -s conftest.err'
12829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12830 (eval $ac_try) 2>&5
12832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833 (exit $ac_status); }; } &&
12834 { ac_try
='test -s conftest.$ac_objext'
12835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12836 (eval $ac_try) 2>&5
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); }; }; then
12840 bakefile_compiler_mwerks
=yes
12842 echo "$as_me: failed program was:" >&5
12843 sed 's/^/| /' conftest.
$ac_ext >&5
12845 bakefile_compiler_mwerks
=no
12847 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12848 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
12851 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12852 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12854 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12856 ac_cpp
='$CXXCPP $CPPFLAGS'
12857 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12858 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12859 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12863 ac_cpp
='$CXXCPP $CPPFLAGS'
12864 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12865 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12866 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12868 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12869 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12870 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12871 echo $ECHO_N "(cached) $ECHO_C" >&6
12873 cat >conftest.
$ac_ext <<_ACEOF
12876 cat confdefs.h
>>conftest.
$ac_ext
12877 cat >>conftest.
$ac_ext <<_ACEOF
12878 /* end confdefs.h. */
12891 rm -f conftest.
$ac_objext
12892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12893 (eval $ac_compile) 2>conftest.er1
12895 grep -v '^ *+' conftest.er1
>conftest.err
12897 cat conftest.err
>&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } &&
12900 { ac_try
='test -z "$ac_cxx_werror_flag"
12901 || test ! -s conftest.err'
12902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903 (eval $ac_try) 2>&5
12905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906 (exit $ac_status); }; } &&
12907 { ac_try
='test -s conftest.$ac_objext'
12908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12909 (eval $ac_try) 2>&5
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); }; }; then
12913 wx_compiler_xlc
=yes
12915 echo "$as_me: failed program was:" >&5
12916 sed 's/^/| /' conftest.
$ac_ext >&5
12920 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12921 wx_cv_cxx_compiler_xlc
=$wx_compiler_xlc
12924 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
12925 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
12927 XLCXX
=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
12929 ac_cpp
='$CXXCPP $CPPFLAGS'
12930 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12931 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12932 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12938 ac_cpp
='$CXXCPP $CPPFLAGS'
12939 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12940 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12941 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12943 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
12944 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
12945 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
12946 echo $ECHO_N "(cached) $ECHO_C" >&6
12948 cat >conftest.
$ac_ext <<_ACEOF
12951 cat confdefs.h
>>conftest.
$ac_ext
12952 cat >>conftest.
$ac_ext <<_ACEOF
12953 /* end confdefs.h. */
12959 #ifndef __SUNPRO_CC
12967 rm -f conftest.
$ac_objext
12968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12969 (eval $ac_compile) 2>conftest.er1
12971 grep -v '^ *+' conftest.er1
>conftest.err
12973 cat conftest.err
>&5
12974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12975 (exit $ac_status); } &&
12976 { ac_try
='test -z "$ac_cxx_werror_flag"
12977 || test ! -s conftest.err'
12978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12979 (eval $ac_try) 2>&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); }; } &&
12983 { ac_try
='test -s conftest.$ac_objext'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); }; }; then
12989 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.
$ac_ext >&5
12994 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
12997 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13001 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13002 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13004 ac_cpp
='$CXXCPP $CPPFLAGS'
13005 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13006 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13007 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13009 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13019 ac_cpp
='$CPP $CPPFLAGS'
13020 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13021 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13022 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13025 if test -n "$ac_tool_prefix"; then
13026 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13027 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
13028 echo "$as_me:$LINENO: checking for $ac_word" >&5
13029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13030 if test "${ac_cv_prog_RANLIB+set}" = set; then
13031 echo $ECHO_N "(cached) $ECHO_C" >&6
13033 if test -n "$RANLIB"; then
13034 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
13036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13037 for as_dir
in $PATH
13040 test -z "$as_dir" && as_dir
=.
13041 for ac_exec_ext
in '' $ac_executable_extensions; do
13042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13043 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
13044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13052 RANLIB
=$ac_cv_prog_RANLIB
13053 if test -n "$RANLIB"; then
13054 echo "$as_me:$LINENO: result: $RANLIB" >&5
13055 echo "${ECHO_T}$RANLIB" >&6
13057 echo "$as_me:$LINENO: result: no" >&5
13058 echo "${ECHO_T}no" >&6
13062 if test -z "$ac_cv_prog_RANLIB"; then
13063 ac_ct_RANLIB
=$RANLIB
13064 # Extract the first word of "ranlib", so it can be a program name with args.
13065 set dummy ranlib
; ac_word
=$2
13066 echo "$as_me:$LINENO: checking for $ac_word" >&5
13067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13068 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13069 echo $ECHO_N "(cached) $ECHO_C" >&6
13071 if test -n "$ac_ct_RANLIB"; then
13072 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
13074 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13075 for as_dir
in $PATH
13078 test -z "$as_dir" && as_dir
=.
13079 for ac_exec_ext
in '' $ac_executable_extensions; do
13080 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13081 ac_cv_prog_ac_ct_RANLIB
="ranlib"
13082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13088 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
13091 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
13092 if test -n "$ac_ct_RANLIB"; then
13093 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13094 echo "${ECHO_T}$ac_ct_RANLIB" >&6
13096 echo "$as_me:$LINENO: result: no" >&5
13097 echo "${ECHO_T}no" >&6
13100 RANLIB
=$ac_ct_RANLIB
13102 RANLIB
="$ac_cv_prog_RANLIB"
13106 # Extract the first word of "ar", so it can be a program name with args.
13107 set dummy
ar; ac_word
=$2
13108 echo "$as_me:$LINENO: checking for $ac_word" >&5
13109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13110 if test "${ac_cv_prog_AR+set}" = set; then
13111 echo $ECHO_N "(cached) $ECHO_C" >&6
13113 if test -n "$AR"; then
13114 ac_cv_prog_AR
="$AR" # Let the user override the test.
13116 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13117 for as_dir
in $PATH
13120 test -z "$as_dir" && as_dir
=.
13121 for ac_exec_ext
in '' $ac_executable_extensions; do
13122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13133 if test -n "$AR"; then
13134 echo "$as_me:$LINENO: result: $AR" >&5
13135 echo "${ECHO_T}$AR" >&6
13137 echo "$as_me:$LINENO: result: no" >&5
13138 echo "${ECHO_T}no" >&6
13141 if test "x$AR" = "x" ; then
13142 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13143 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
13144 { (exit 1); exit 1; }; }
13147 # Find a good install program. We prefer a C program (faster),
13148 # so one script is as good as another. But avoid the broken or
13149 # incompatible versions:
13150 # SysV /etc/install, /usr/sbin/install
13151 # SunOS /usr/etc/install
13152 # IRIX /sbin/install
13154 # AmigaOS /C/install, which installs bootblocks on floppy discs
13155 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13156 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
13157 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
13158 # OS/2's system install, which has a completely different semantic
13159 # ./install, which can be erroneously created by make from ./install.sh.
13160 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13161 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13162 if test -z "$INSTALL"; then
13163 if test "${ac_cv_path_install+set}" = set; then
13164 echo $ECHO_N "(cached) $ECHO_C" >&6
13166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13167 for as_dir
in $PATH
13170 test -z "$as_dir" && as_dir
=.
13171 # Account for people who put trailing slashes in PATH elements.
13173 .
/ | .
// | /cC
/* | \
13174 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
13175 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
13178 # OSF1 and SCO ODT 3.0 have their own names for install.
13179 # Don't use installbsd from OSF since it installs stuff as root
13181 for ac_prog
in ginstall scoinst
install; do
13182 for ac_exec_ext
in '' $ac_executable_extensions; do
13183 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13184 if test $ac_prog = install &&
13185 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13186 # AIX install. It has an incompatible calling convention.
13188 elif test $ac_prog = install &&
13189 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13190 # program-specific install script used by HP pwplus--don't use.
13193 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
13205 if test "${ac_cv_path_install+set}" = set; then
13206 INSTALL
=$ac_cv_path_install
13208 # As a last resort, use the slow shell script. We don't cache a
13209 # path for INSTALL within a source directory, because that will
13210 # break other packages using the cache if that directory is
13211 # removed, or if the path is relative.
13212 INSTALL
=$ac_install_sh
13215 echo "$as_me:$LINENO: result: $INSTALL" >&5
13216 echo "${ECHO_T}$INSTALL" >&6
13218 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13219 # It thinks the first close brace ends the variable substitution.
13220 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
13222 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
13224 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
13230 ?
:* ) # Drive letter, considered as absolute.
13233 INSTALL
=`pwd`/${INSTALL} ;;
13239 powerpc
-*-darwin* )
13240 INSTALL_PROGRAM
="cp -fp"
13241 INSTALL_DATA
="cp -fp"
13247 # Extract the first word of "strip", so it can be a program name with args.
13248 set dummy strip
; ac_word
=$2
13249 echo "$as_me:$LINENO: checking for $ac_word" >&5
13250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13251 if test "${ac_cv_prog_STRIP+set}" = set; then
13252 echo $ECHO_N "(cached) $ECHO_C" >&6
13254 if test -n "$STRIP"; then
13255 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
13257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13258 for as_dir
in $PATH
13261 test -z "$as_dir" && as_dir
=.
13262 for ac_exec_ext
in '' $ac_executable_extensions; do
13263 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13264 ac_cv_prog_STRIP
="strip"
13265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13271 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
13274 STRIP
=$ac_cv_prog_STRIP
13275 if test -n "$STRIP"; then
13276 echo "$as_me:$LINENO: result: $STRIP" >&5
13277 echo "${ECHO_T}$STRIP" >&6
13279 echo "$as_me:$LINENO: result: no" >&5
13280 echo "${ECHO_T}no" >&6
13284 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13285 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13286 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13287 echo $ECHO_N "(cached) $ECHO_C" >&6
13290 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
13291 egrep -s GNU
> /dev
/null
); then
13292 wx_cv_prog_makeisgnu
="yes"
13294 wx_cv_prog_makeisgnu
="no"
13298 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13299 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13301 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13309 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13310 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13311 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13312 if test "${wx_cv_prog_makevpath+set}" = set; then
13313 echo $ECHO_N "(cached) $ECHO_C" >&6
13316 cat - << EOF > confMake
13322 if test ! -d sub
; then
13325 echo dummy
> sub
/file
13326 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
13328 rm -f sub
/file check final_file confMake
13330 if test "$RESULT" = 0; then
13331 wx_cv_prog_makevpath
="yes"
13333 wx_cv_prog_makevpath
="no"
13337 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13338 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13340 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13341 { { echo "$as_me:$LINENO: error:
13342 You need a make-utility that is able to use the variable
13344 If your version of make does not support VPATH correctly,
13345 please install GNU-make (possibly as gmake), and start
13346 configure with the following command:
13347 export MAKE=gmake; ./configure for sh-type shells
13348 setenv MAKE gmake; ./configure for csh-type shells
13349 Also please do remember to use gmake in this case every time
13350 you are trying to compile.
13352 echo "$as_me: error:
13353 You need a make-utility that is able to use the variable
13355 If your version of make does not support VPATH correctly,
13356 please install GNU-make (possibly as gmake), and start
13357 configure with the following command:
13358 export MAKE=gmake; ./configure for sh-type shells
13359 setenv MAKE gmake; ./configure for csh-type shells
13360 Also please do remember to use gmake in this case every time
13361 you are trying to compile.
13363 { (exit 1); exit 1; }; }
13365 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13366 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13368 if test "$LN_S" = "ln -s"; then
13369 echo "$as_me:$LINENO: result: yes" >&5
13370 echo "${ECHO_T}yes" >&6
13372 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13373 echo "${ECHO_T}no, using $LN_S" >&6
13378 if test "x$XLCXX" = "xyes"; then
13379 CXXFLAGS
="$CXXFLAGS -qunique"
13384 powerpc
-*-darwin* )
13385 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13386 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13387 cat >conftest.
$ac_ext <<_ACEOF
13390 cat confdefs.h
>>conftest.
$ac_ext
13391 cat >>conftest.
$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13397 #ifndef __POWERPC__
13398 choke me for lack of PowerPC
13405 rm -f conftest.
$ac_objext
13406 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13407 (eval $ac_compile) 2>conftest.er1
13409 grep -v '^ *+' conftest.er1
>conftest.err
13411 cat conftest.err
>&5
13412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413 (exit $ac_status); } &&
13414 { ac_try
='test -z "$ac_c_werror_flag"
13415 || test ! -s conftest.err'
13416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13417 (eval $ac_try) 2>&5
13419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13420 (exit $ac_status); }; } &&
13421 { ac_try
='test -s conftest.$ac_objext'
13422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13423 (eval $ac_try) 2>&5
13425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13426 (exit $ac_status); }; }; then
13427 echo "$as_me:$LINENO: result: yes" >&5
13428 echo "${ECHO_T}yes" >&6
13430 echo "$as_me: failed program was:" >&5
13431 sed 's/^/| /' conftest.
$ac_ext >&5
13433 echo "$as_me:$LINENO: result: no" >&5
13434 echo "${ECHO_T}no" >&6
13435 cat >>confdefs.h
<<\_ACEOF
13436 #define __POWERPC__ 1
13441 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13442 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13443 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13444 cat >conftest.
$ac_ext <<_ACEOF
13447 cat confdefs.h
>>conftest.
$ac_ext
13448 cat >>conftest.
$ac_ext <<_ACEOF
13449 /* end confdefs.h. */
13450 #include <CoreFoundation/CFBase.h>
13460 rm -f conftest.
$ac_objext
13461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13462 (eval $ac_compile) 2>conftest.er1
13464 grep -v '^ *+' conftest.er1
>conftest.err
13466 cat conftest.err
>&5
13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } &&
13469 { ac_try
='test -z "$ac_c_werror_flag"
13470 || test ! -s conftest.err'
13471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13472 (eval $ac_try) 2>&5
13474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13475 (exit $ac_status); }; } &&
13476 { ac_try
='test -s conftest.$ac_objext'
13477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13478 (eval $ac_try) 2>&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); }; }; then
13482 echo "$as_me:$LINENO: result: yes" >&5
13483 echo "${ECHO_T}yes" >&6
13485 echo "$as_me: failed program was:" >&5
13486 sed 's/^/| /' conftest.
$ac_ext >&5
13488 echo "$as_me:$LINENO: result: no" >&5
13489 echo "${ECHO_T}no" >&6
13490 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13491 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13492 cat >conftest.
$ac_ext <<_ACEOF
13495 cat confdefs.h
>>conftest.
$ac_ext
13496 cat >>conftest.
$ac_ext <<_ACEOF
13497 /* end confdefs.h. */
13498 #define __CF_USE_FRAMEWORK_INCLUDES__
13499 #include <CoreFoundation/CFBase.h>
13509 rm -f conftest.
$ac_objext
13510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13511 (eval $ac_compile) 2>conftest.er1
13513 grep -v '^ *+' conftest.er1
>conftest.err
13515 cat conftest.err
>&5
13516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13517 (exit $ac_status); } &&
13518 { ac_try
='test -z "$ac_c_werror_flag"
13519 || test ! -s conftest.err'
13520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13521 (eval $ac_try) 2>&5
13523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13524 (exit $ac_status); }; } &&
13525 { ac_try
='test -s conftest.$ac_objext'
13526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13527 (eval $ac_try) 2>&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); }; }; then
13531 echo "$as_me:$LINENO: result: yes" >&5
13532 echo "${ECHO_T}yes" >&6
13533 CPPFLAGS
="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
13535 echo "$as_me: failed program was:" >&5
13536 sed 's/^/| /' conftest.
$ac_ext >&5
13538 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
13539 See \`config.log' for more details." >&5
13540 echo "$as_me: error: no. CoreFoundation not available.
13541 See \`config.log' for more details." >&2;}
13542 { (exit 1); exit 1; }; }
13545 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13549 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13554 *-pc-os2_emx | *-pc-os2-emx )
13555 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
13556 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
13557 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
13558 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
13559 echo $ECHO_N "(cached) $ECHO_C" >&6
13561 ac_check_lib_save_LIBS
=$LIBS
13562 LIBS
="-lcExt $LIBS"
13563 cat >conftest.
$ac_ext <<_ACEOF
13566 cat confdefs.h
>>conftest.
$ac_ext
13567 cat >>conftest.
$ac_ext <<_ACEOF
13568 /* end confdefs.h. */
13570 /* Override any gcc2 internal prototype to avoid an error. */
13574 /* We use char because int might match the return type of a gcc2
13575 builtin and then its argument prototype would still apply. */
13585 rm -f conftest.
$ac_objext conftest
$ac_exeext
13586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13587 (eval $ac_link) 2>conftest.er1
13589 grep -v '^ *+' conftest.er1
>conftest.err
13591 cat conftest.err
>&5
13592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13593 (exit $ac_status); } &&
13594 { ac_try
='test -z "$ac_c_werror_flag"
13595 || test ! -s conftest.err'
13596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13597 (eval $ac_try) 2>&5
13599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600 (exit $ac_status); }; } &&
13601 { ac_try
='test -s conftest$ac_exeext'
13602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13603 (eval $ac_try) 2>&5
13605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13606 (exit $ac_status); }; }; then
13607 ac_cv_lib_cExt_drand48
=yes
13609 echo "$as_me: failed program was:" >&5
13610 sed 's/^/| /' conftest.
$ac_ext >&5
13612 ac_cv_lib_cExt_drand48
=no
13614 rm -f conftest.err conftest.
$ac_objext \
13615 conftest
$ac_exeext conftest.
$ac_ext
13616 LIBS
=$ac_check_lib_save_LIBS
13618 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
13619 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
13620 if test $ac_cv_lib_cExt_drand48 = yes; then
13621 LIBS
="$LIBS -lcExt"
13625 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
13627 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
13628 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
13629 if test "${wx_cv_gccversion+set}" = set; then
13630 echo $ECHO_N "(cached) $ECHO_C" >&6
13633 if test "$cross_compiling" = yes; then
13634 wx_cv_gccversion
="EMX2"
13637 cat >conftest.
$ac_ext <<_ACEOF
13640 cat confdefs.h
>>conftest.
$ac_ext
13641 cat >>conftest.
$ac_ext <<_ACEOF
13642 /* end confdefs.h. */
13648 FILE *f=fopen("conftestval", "w");
13653 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
13655 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
13665 rm -f conftest
$ac_exeext
13666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13667 (eval $ac_link) 2>&5
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13670 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
13671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13672 (eval $ac_try) 2>&5
13674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13675 (exit $ac_status); }; }; then
13676 wx_cv_gccversion
=`cat conftestval`
13678 echo "$as_me: program exited with status $ac_status" >&5
13679 echo "$as_me: failed program was:" >&5
13680 sed 's/^/| /' conftest.
$ac_ext >&5
13682 ( exit $ac_status )
13683 wx_cv_gccversion
="EMX2"
13685 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
13689 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
13690 echo "${ECHO_T}$wx_cv_gccversion" >&6
13691 if test "$wx_cv_gccversion" = "EMX2"; then
13692 LIBS
="$LIBS -lstdcpp"
13693 LDFLAGS
="$LDFLAGS -Zsysv-signals"
13695 if test "$wx_cv_gccversion" = "EMX3"; then
13696 LIBS
="$LIBS -lstdcxx -lgcc"
13697 LDFLAGS
="$LDFLAGS -Zsysv-signals"
13699 LIBS
="$LIBS -lstdc++"
13702 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
13703 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
13704 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
13714 ac_cpp
='$CXXCPP $CPPFLAGS'
13715 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13716 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13717 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13720 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
13721 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
13722 if test "${ac_cv_string_strcasecmp+set}" = set; then
13723 echo $ECHO_N "(cached) $ECHO_C" >&6
13726 cat >conftest.
$ac_ext <<_ACEOF
13729 cat confdefs.h
>>conftest.
$ac_ext
13730 cat >>conftest.
$ac_ext <<_ACEOF
13731 /* end confdefs.h. */
13733 #include <string.h>
13739 strcasecmp("foo", "bar");
13745 rm -f conftest.
$ac_objext conftest
$ac_exeext
13746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13747 (eval $ac_link) 2>conftest.er1
13749 grep -v '^ *+' conftest.er1
>conftest.err
13751 cat conftest.err
>&5
13752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13753 (exit $ac_status); } &&
13754 { ac_try
='test -z "$ac_cxx_werror_flag"
13755 || test ! -s conftest.err'
13756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13757 (eval $ac_try) 2>&5
13759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13760 (exit $ac_status); }; } &&
13761 { ac_try
='test -s conftest$ac_exeext'
13762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13763 (eval $ac_try) 2>&5
13765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766 (exit $ac_status); }; }; then
13767 ac_cv_string_strcasecmp
=yes
13769 echo "$as_me: failed program was:" >&5
13770 sed 's/^/| /' conftest.
$ac_ext >&5
13772 ac_cv_string_strcasecmp
=no
13775 rm -f conftest.err conftest.
$ac_objext \
13776 conftest
$ac_exeext conftest.
$ac_ext
13779 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
13780 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
13782 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
13783 cat >>confdefs.h
<<\_ACEOF
13784 #define HAVE_STRCASECMP_IN_STRING_H 1
13788 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
13789 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
13790 if test "${ac_cv_strings_strcasecmp+set}" = set; then
13791 echo $ECHO_N "(cached) $ECHO_C" >&6
13794 cat >conftest.
$ac_ext <<_ACEOF
13797 cat confdefs.h
>>conftest.
$ac_ext
13798 cat >>conftest.
$ac_ext <<_ACEOF
13799 /* end confdefs.h. */
13801 #include <strings.h>
13807 strcasecmp("foo", "bar");
13813 rm -f conftest.
$ac_objext conftest
$ac_exeext
13814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13815 (eval $ac_link) 2>conftest.er1
13817 grep -v '^ *+' conftest.er1
>conftest.err
13819 cat conftest.err
>&5
13820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13821 (exit $ac_status); } &&
13822 { ac_try
='test -z "$ac_cxx_werror_flag"
13823 || test ! -s conftest.err'
13824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13825 (eval $ac_try) 2>&5
13827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13828 (exit $ac_status); }; } &&
13829 { ac_try
='test -s 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
13835 ac_cv_strings_strcasecmp
=yes
13837 echo "$as_me: failed program was:" >&5
13838 sed 's/^/| /' conftest.
$ac_ext >&5
13840 ac_cv_strings_strcasecmp
=no
13843 rm -f conftest.err conftest.
$ac_objext \
13844 conftest
$ac_exeext conftest.
$ac_ext
13847 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
13848 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
13850 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
13851 cat >>confdefs.h
<<\_ACEOF
13852 #define HAVE_STRCASECMP_IN_STRINGS_H 1
13856 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
13857 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
13858 { (exit 1); exit 1; }; }
13863 ac_cpp
='$CPP $CPPFLAGS'
13864 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13865 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13866 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13872 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
13873 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
13874 if test "${ac_cv_header_stdc+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 #include <stdlib.h>
13884 #include <stdarg.h>
13885 #include <string.h>
13896 rm -f conftest.
$ac_objext
13897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13898 (eval $ac_compile) 2>conftest.er1
13900 grep -v '^ *+' conftest.er1
>conftest.err
13902 cat conftest.err
>&5
13903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13904 (exit $ac_status); } &&
13905 { ac_try
='test -z "$ac_c_werror_flag"
13906 || test ! -s conftest.err'
13907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13908 (eval $ac_try) 2>&5
13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); }; } &&
13912 { ac_try
='test -s conftest.$ac_objext'
13913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13914 (eval $ac_try) 2>&5
13916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13917 (exit $ac_status); }; }; then
13918 ac_cv_header_stdc
=yes
13920 echo "$as_me: failed program was:" >&5
13921 sed 's/^/| /' conftest.
$ac_ext >&5
13923 ac_cv_header_stdc
=no
13925 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13927 if test $ac_cv_header_stdc = yes; then
13928 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
13929 cat >conftest.
$ac_ext <<_ACEOF
13932 cat confdefs.h
>>conftest.
$ac_ext
13933 cat >>conftest.
$ac_ext <<_ACEOF
13934 /* end confdefs.h. */
13935 #include <string.h>
13938 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13939 $EGREP "memchr" >/dev
/null
2>&1; then
13942 ac_cv_header_stdc
=no
13948 if test $ac_cv_header_stdc = yes; then
13949 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
13950 cat >conftest.
$ac_ext <<_ACEOF
13953 cat confdefs.h
>>conftest.
$ac_ext
13954 cat >>conftest.
$ac_ext <<_ACEOF
13955 /* end confdefs.h. */
13956 #include <stdlib.h>
13959 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13960 $EGREP "free" >/dev
/null
2>&1; then
13963 ac_cv_header_stdc
=no
13969 if test $ac_cv_header_stdc = yes; then
13970 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
13971 if test "$cross_compiling" = yes; then
13974 cat >conftest.
$ac_ext <<_ACEOF
13977 cat confdefs.h
>>conftest.
$ac_ext
13978 cat >>conftest.
$ac_ext <<_ACEOF
13979 /* end confdefs.h. */
13981 #if ((' ' & 0x0FF) == 0x020)
13982 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13983 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13985 # define ISLOWER(c) \
13986 (('a' <= (c) && (c) <= 'i') \
13987 || ('j' <= (c) && (c) <= 'r') \
13988 || ('s' <= (c) && (c) <= 'z'))
13989 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13992 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
13997 for (i = 0; i < 256; i++)
13998 if (XOR (islower (i), ISLOWER (i))
13999 || toupper (i) != TOUPPER (i))
14004 rm -f conftest
$ac_exeext
14005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14006 (eval $ac_link) 2>&5
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14011 (eval $ac_try) 2>&5
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); }; }; then
14017 echo "$as_me: program exited with status $ac_status" >&5
14018 echo "$as_me: failed program was:" >&5
14019 sed 's/^/| /' conftest.
$ac_ext >&5
14021 ( exit $ac_status )
14022 ac_cv_header_stdc
=no
14024 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14028 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14029 echo "${ECHO_T}$ac_cv_header_stdc" >&6
14030 if test $ac_cv_header_stdc = yes; then
14032 cat >>confdefs.h
<<\_ACEOF
14033 #define STDC_HEADERS 1
14038 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
14048 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
14049 inttypes.h stdint.h unistd.h
14051 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14052 echo "$as_me:$LINENO: checking for $ac_header" >&5
14053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14054 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14055 echo $ECHO_N "(cached) $ECHO_C" >&6
14057 cat >conftest.
$ac_ext <<_ACEOF
14060 cat confdefs.h
>>conftest.
$ac_ext
14061 cat >>conftest.
$ac_ext <<_ACEOF
14062 /* end confdefs.h. */
14063 $ac_includes_default
14065 #include <$ac_header>
14067 rm -f conftest.
$ac_objext
14068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14069 (eval $ac_compile) 2>conftest.er1
14071 grep -v '^ *+' conftest.er1
>conftest.err
14073 cat conftest.err
>&5
14074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14075 (exit $ac_status); } &&
14076 { ac_try
='test -z "$ac_c_werror_flag"
14077 || test ! -s conftest.err'
14078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14079 (eval $ac_try) 2>&5
14081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); }; } &&
14083 { ac_try
='test -s conftest.$ac_objext'
14084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14085 (eval $ac_try) 2>&5
14087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14088 (exit $ac_status); }; }; then
14089 eval "$as_ac_Header=yes"
14091 echo "$as_me: failed program was:" >&5
14092 sed 's/^/| /' conftest.
$ac_ext >&5
14094 eval "$as_ac_Header=no"
14096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14098 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14099 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14101 cat >>confdefs.h
<<_ACEOF
14102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14111 for ac_header
in stdlib.h
14113 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14114 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14115 echo "$as_me:$LINENO: checking for $ac_header" >&5
14116 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14117 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14118 echo $ECHO_N "(cached) $ECHO_C" >&6
14120 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14121 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14123 # Is the header compilable?
14124 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14125 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14126 cat >conftest.
$ac_ext <<_ACEOF
14129 cat confdefs.h
>>conftest.
$ac_ext
14130 cat >>conftest.
$ac_ext <<_ACEOF
14131 /* end confdefs.h. */
14132 $ac_includes_default
14133 #include <$ac_header>
14135 rm -f conftest.
$ac_objext
14136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14137 (eval $ac_compile) 2>conftest.er1
14139 grep -v '^ *+' conftest.er1
>conftest.err
14141 cat conftest.err
>&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } &&
14144 { ac_try
='test -z "$ac_c_werror_flag"
14145 || test ! -s conftest.err'
14146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14147 (eval $ac_try) 2>&5
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); }; } &&
14151 { ac_try
='test -s conftest.$ac_objext'
14152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14153 (eval $ac_try) 2>&5
14155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14156 (exit $ac_status); }; }; then
14157 ac_header_compiler
=yes
14159 echo "$as_me: failed program was:" >&5
14160 sed 's/^/| /' conftest.
$ac_ext >&5
14162 ac_header_compiler
=no
14164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14165 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14166 echo "${ECHO_T}$ac_header_compiler" >&6
14168 # Is the header present?
14169 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14170 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14171 cat >conftest.
$ac_ext <<_ACEOF
14174 cat confdefs.h
>>conftest.
$ac_ext
14175 cat >>conftest.
$ac_ext <<_ACEOF
14176 /* end confdefs.h. */
14177 #include <$ac_header>
14179 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14180 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14182 grep -v '^ *+' conftest.er1
>conftest.err
14184 cat conftest.err
>&5
14185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186 (exit $ac_status); } >/dev
/null
; then
14187 if test -s conftest.err
; then
14188 ac_cpp_err
=$ac_c_preproc_warn_flag
14189 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14196 if test -z "$ac_cpp_err"; then
14197 ac_header_preproc
=yes
14199 echo "$as_me: failed program was:" >&5
14200 sed 's/^/| /' conftest.
$ac_ext >&5
14202 ac_header_preproc
=no
14204 rm -f conftest.err conftest.
$ac_ext
14205 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14206 echo "${ECHO_T}$ac_header_preproc" >&6
14208 # So? What about this header?
14209 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14211 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14212 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14213 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14214 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14215 ac_header_preproc
=yes
14218 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14219 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14220 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14221 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14222 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14223 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14224 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14225 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14226 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14227 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14228 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14229 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14232 ## ----------------------------------------- ##
14233 ## Report this to wx-dev@lists.wxwidgets.org ##
14234 ## ----------------------------------------- ##
14237 sed "s/^/$as_me: WARNING: /" >&2
14240 echo "$as_me:$LINENO: checking for $ac_header" >&5
14241 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14242 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14243 echo $ECHO_N "(cached) $ECHO_C" >&6
14245 eval "$as_ac_Header=\$ac_header_preproc"
14247 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14248 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14251 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14252 cat >>confdefs.h
<<_ACEOF
14253 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14261 for ac_header
in malloc.h
14263 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14264 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14265 echo "$as_me:$LINENO: checking for $ac_header" >&5
14266 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14267 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14271 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14273 # Is the header compilable?
14274 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14275 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14276 cat >conftest.
$ac_ext <<_ACEOF
14279 cat confdefs.h
>>conftest.
$ac_ext
14280 cat >>conftest.
$ac_ext <<_ACEOF
14281 /* end confdefs.h. */
14282 $ac_includes_default
14283 #include <$ac_header>
14285 rm -f conftest.
$ac_objext
14286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14287 (eval $ac_compile) 2>conftest.er1
14289 grep -v '^ *+' conftest.er1
>conftest.err
14291 cat conftest.err
>&5
14292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14293 (exit $ac_status); } &&
14294 { ac_try
='test -z "$ac_c_werror_flag"
14295 || test ! -s conftest.err'
14296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14297 (eval $ac_try) 2>&5
14299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14300 (exit $ac_status); }; } &&
14301 { ac_try
='test -s conftest.$ac_objext'
14302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14303 (eval $ac_try) 2>&5
14305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14306 (exit $ac_status); }; }; then
14307 ac_header_compiler
=yes
14309 echo "$as_me: failed program was:" >&5
14310 sed 's/^/| /' conftest.
$ac_ext >&5
14312 ac_header_compiler
=no
14314 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14315 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14316 echo "${ECHO_T}$ac_header_compiler" >&6
14318 # Is the header present?
14319 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14320 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14321 cat >conftest.
$ac_ext <<_ACEOF
14324 cat confdefs.h
>>conftest.
$ac_ext
14325 cat >>conftest.
$ac_ext <<_ACEOF
14326 /* end confdefs.h. */
14327 #include <$ac_header>
14329 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14330 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14332 grep -v '^ *+' conftest.er1
>conftest.err
14334 cat conftest.err
>&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } >/dev
/null
; then
14337 if test -s conftest.err
; then
14338 ac_cpp_err
=$ac_c_preproc_warn_flag
14339 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14346 if test -z "$ac_cpp_err"; then
14347 ac_header_preproc
=yes
14349 echo "$as_me: failed program was:" >&5
14350 sed 's/^/| /' conftest.
$ac_ext >&5
14352 ac_header_preproc
=no
14354 rm -f conftest.err conftest.
$ac_ext
14355 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14356 echo "${ECHO_T}$ac_header_preproc" >&6
14358 # So? What about this header?
14359 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14361 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14362 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14364 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14365 ac_header_preproc
=yes
14368 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14369 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14370 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14371 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14372 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14373 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14374 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14375 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14377 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14378 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14379 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14382 ## ----------------------------------------- ##
14383 ## Report this to wx-dev@lists.wxwidgets.org ##
14384 ## ----------------------------------------- ##
14387 sed "s/^/$as_me: WARNING: /" >&2
14390 echo "$as_me:$LINENO: checking for $ac_header" >&5
14391 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14392 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14393 echo $ECHO_N "(cached) $ECHO_C" >&6
14395 eval "$as_ac_Header=\$ac_header_preproc"
14397 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14398 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14401 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14402 cat >>confdefs.h
<<_ACEOF
14403 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14411 for ac_header
in unistd.h
14413 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14414 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14415 echo "$as_me:$LINENO: checking for $ac_header" >&5
14416 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14417 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14418 echo $ECHO_N "(cached) $ECHO_C" >&6
14420 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14421 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14423 # Is the header compilable?
14424 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14425 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14426 cat >conftest.
$ac_ext <<_ACEOF
14429 cat confdefs.h
>>conftest.
$ac_ext
14430 cat >>conftest.
$ac_ext <<_ACEOF
14431 /* end confdefs.h. */
14432 $ac_includes_default
14433 #include <$ac_header>
14435 rm -f conftest.
$ac_objext
14436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14437 (eval $ac_compile) 2>conftest.er1
14439 grep -v '^ *+' conftest.er1
>conftest.err
14441 cat conftest.err
>&5
14442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14443 (exit $ac_status); } &&
14444 { ac_try
='test -z "$ac_c_werror_flag"
14445 || test ! -s conftest.err'
14446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14447 (eval $ac_try) 2>&5
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; } &&
14451 { ac_try
='test -s conftest.$ac_objext'
14452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14453 (eval $ac_try) 2>&5
14455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14456 (exit $ac_status); }; }; then
14457 ac_header_compiler
=yes
14459 echo "$as_me: failed program was:" >&5
14460 sed 's/^/| /' conftest.
$ac_ext >&5
14462 ac_header_compiler
=no
14464 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14465 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14466 echo "${ECHO_T}$ac_header_compiler" >&6
14468 # Is the header present?
14469 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14470 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14471 cat >conftest.
$ac_ext <<_ACEOF
14474 cat confdefs.h
>>conftest.
$ac_ext
14475 cat >>conftest.
$ac_ext <<_ACEOF
14476 /* end confdefs.h. */
14477 #include <$ac_header>
14479 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14480 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14482 grep -v '^ *+' conftest.er1
>conftest.err
14484 cat conftest.err
>&5
14485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14486 (exit $ac_status); } >/dev
/null
; then
14487 if test -s conftest.err
; then
14488 ac_cpp_err
=$ac_c_preproc_warn_flag
14489 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14496 if test -z "$ac_cpp_err"; then
14497 ac_header_preproc
=yes
14499 echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.
$ac_ext >&5
14502 ac_header_preproc
=no
14504 rm -f conftest.err conftest.
$ac_ext
14505 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14506 echo "${ECHO_T}$ac_header_preproc" >&6
14508 # So? What about this header?
14509 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14511 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14512 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14514 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14515 ac_header_preproc
=yes
14518 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14519 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14520 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14521 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14522 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14523 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14524 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14525 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14527 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14528 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14529 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14532 ## ----------------------------------------- ##
14533 ## Report this to wx-dev@lists.wxwidgets.org ##
14534 ## ----------------------------------------- ##
14537 sed "s/^/$as_me: WARNING: /" >&2
14540 echo "$as_me:$LINENO: checking for $ac_header" >&5
14541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14542 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14543 echo $ECHO_N "(cached) $ECHO_C" >&6
14545 eval "$as_ac_Header=\$ac_header_preproc"
14547 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14548 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14551 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14552 cat >>confdefs.h
<<_ACEOF
14553 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14561 for ac_header
in wchar.h
14563 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14565 echo "$as_me:$LINENO: checking for $ac_header" >&5
14566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14567 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14568 echo $ECHO_N "(cached) $ECHO_C" >&6
14570 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14571 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14573 # Is the header compilable?
14574 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14575 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14576 cat >conftest.
$ac_ext <<_ACEOF
14579 cat confdefs.h
>>conftest.
$ac_ext
14580 cat >>conftest.
$ac_ext <<_ACEOF
14581 /* end confdefs.h. */
14582 $ac_includes_default
14583 #include <$ac_header>
14585 rm -f conftest.
$ac_objext
14586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14587 (eval $ac_compile) 2>conftest.er1
14589 grep -v '^ *+' conftest.er1
>conftest.err
14591 cat conftest.err
>&5
14592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14593 (exit $ac_status); } &&
14594 { ac_try
='test -z "$ac_c_werror_flag"
14595 || test ! -s conftest.err'
14596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14597 (eval $ac_try) 2>&5
14599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14600 (exit $ac_status); }; } &&
14601 { ac_try
='test -s conftest.$ac_objext'
14602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14603 (eval $ac_try) 2>&5
14605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606 (exit $ac_status); }; }; then
14607 ac_header_compiler
=yes
14609 echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.
$ac_ext >&5
14612 ac_header_compiler
=no
14614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14615 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14616 echo "${ECHO_T}$ac_header_compiler" >&6
14618 # Is the header present?
14619 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14620 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14621 cat >conftest.
$ac_ext <<_ACEOF
14624 cat confdefs.h
>>conftest.
$ac_ext
14625 cat >>conftest.
$ac_ext <<_ACEOF
14626 /* end confdefs.h. */
14627 #include <$ac_header>
14629 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14630 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14632 grep -v '^ *+' conftest.er1
>conftest.err
14634 cat conftest.err
>&5
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); } >/dev
/null
; then
14637 if test -s conftest.err
; then
14638 ac_cpp_err
=$ac_c_preproc_warn_flag
14639 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14646 if test -z "$ac_cpp_err"; then
14647 ac_header_preproc
=yes
14649 echo "$as_me: failed program was:" >&5
14650 sed 's/^/| /' conftest.
$ac_ext >&5
14652 ac_header_preproc
=no
14654 rm -f conftest.err conftest.
$ac_ext
14655 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14656 echo "${ECHO_T}$ac_header_preproc" >&6
14658 # So? What about this header?
14659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14661 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14662 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14663 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14664 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14665 ac_header_preproc
=yes
14668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14669 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14671 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14672 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14673 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14674 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14675 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14677 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14678 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14679 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14682 ## ----------------------------------------- ##
14683 ## Report this to wx-dev@lists.wxwidgets.org ##
14684 ## ----------------------------------------- ##
14687 sed "s/^/$as_me: WARNING: /" >&2
14690 echo "$as_me:$LINENO: checking for $ac_header" >&5
14691 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14692 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14693 echo $ECHO_N "(cached) $ECHO_C" >&6
14695 eval "$as_ac_Header=\$ac_header_preproc"
14697 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14698 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14701 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14702 cat >>confdefs.h
<<_ACEOF
14703 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14711 if test "$ac_cv_header_wchar_h" != "yes"; then
14713 for ac_header
in wcstr.h
14715 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14716 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14717 echo "$as_me:$LINENO: checking for $ac_header" >&5
14718 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14719 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14720 echo $ECHO_N "(cached) $ECHO_C" >&6
14722 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14723 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14725 # Is the header compilable?
14726 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14727 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14728 cat >conftest.
$ac_ext <<_ACEOF
14731 cat confdefs.h
>>conftest.
$ac_ext
14732 cat >>conftest.
$ac_ext <<_ACEOF
14733 /* end confdefs.h. */
14734 $ac_includes_default
14735 #include <$ac_header>
14737 rm -f conftest.
$ac_objext
14738 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14739 (eval $ac_compile) 2>conftest.er1
14741 grep -v '^ *+' conftest.er1
>conftest.err
14743 cat conftest.err
>&5
14744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14745 (exit $ac_status); } &&
14746 { ac_try
='test -z "$ac_c_werror_flag"
14747 || test ! -s conftest.err'
14748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14749 (eval $ac_try) 2>&5
14751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14752 (exit $ac_status); }; } &&
14753 { ac_try
='test -s conftest.$ac_objext'
14754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14755 (eval $ac_try) 2>&5
14757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); }; }; then
14759 ac_header_compiler
=yes
14761 echo "$as_me: failed program was:" >&5
14762 sed 's/^/| /' conftest.
$ac_ext >&5
14764 ac_header_compiler
=no
14766 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14767 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14768 echo "${ECHO_T}$ac_header_compiler" >&6
14770 # Is the header present?
14771 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14772 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14773 cat >conftest.
$ac_ext <<_ACEOF
14776 cat confdefs.h
>>conftest.
$ac_ext
14777 cat >>conftest.
$ac_ext <<_ACEOF
14778 /* end confdefs.h. */
14779 #include <$ac_header>
14781 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14782 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14784 grep -v '^ *+' conftest.er1
>conftest.err
14786 cat conftest.err
>&5
14787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14788 (exit $ac_status); } >/dev
/null
; then
14789 if test -s conftest.err
; then
14790 ac_cpp_err
=$ac_c_preproc_warn_flag
14791 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14798 if test -z "$ac_cpp_err"; then
14799 ac_header_preproc
=yes
14801 echo "$as_me: failed program was:" >&5
14802 sed 's/^/| /' conftest.
$ac_ext >&5
14804 ac_header_preproc
=no
14806 rm -f conftest.err conftest.
$ac_ext
14807 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14808 echo "${ECHO_T}$ac_header_preproc" >&6
14810 # So? What about this header?
14811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14813 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14814 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14815 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14816 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14817 ac_header_preproc
=yes
14820 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14821 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14822 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14823 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14824 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14825 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14826 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14827 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14829 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14830 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14831 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14834 ## ----------------------------------------- ##
14835 ## Report this to wx-dev@lists.wxwidgets.org ##
14836 ## ----------------------------------------- ##
14839 sed "s/^/$as_me: WARNING: /" >&2
14842 echo "$as_me:$LINENO: checking for $ac_header" >&5
14843 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14844 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14845 echo $ECHO_N "(cached) $ECHO_C" >&6
14847 eval "$as_ac_Header=\$ac_header_preproc"
14849 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14850 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14854 cat >>confdefs.h
<<_ACEOF
14855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14865 for ac_header
in fnmatch.h
14867 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14868 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14869 echo "$as_me:$LINENO: checking for $ac_header" >&5
14870 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14871 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14872 echo $ECHO_N "(cached) $ECHO_C" >&6
14874 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14875 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14877 # Is the header compilable?
14878 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14879 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14880 cat >conftest.
$ac_ext <<_ACEOF
14883 cat confdefs.h
>>conftest.
$ac_ext
14884 cat >>conftest.
$ac_ext <<_ACEOF
14885 /* end confdefs.h. */
14886 $ac_includes_default
14887 #include <$ac_header>
14889 rm -f conftest.
$ac_objext
14890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14891 (eval $ac_compile) 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"
14899 || test ! -s conftest.err'
14900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14901 (eval $ac_try) 2>&5
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); }; } &&
14905 { ac_try
='test -s conftest.$ac_objext'
14906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14907 (eval $ac_try) 2>&5
14909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14910 (exit $ac_status); }; }; then
14911 ac_header_compiler
=yes
14913 echo "$as_me: failed program was:" >&5
14914 sed 's/^/| /' conftest.
$ac_ext >&5
14916 ac_header_compiler
=no
14918 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14919 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14920 echo "${ECHO_T}$ac_header_compiler" >&6
14922 # Is the header present?
14923 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14924 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14925 cat >conftest.
$ac_ext <<_ACEOF
14928 cat confdefs.h
>>conftest.
$ac_ext
14929 cat >>conftest.
$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14931 #include <$ac_header>
14933 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14934 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14936 grep -v '^ *+' conftest.er1
>conftest.err
14938 cat conftest.err
>&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); } >/dev
/null
; then
14941 if test -s conftest.err
; then
14942 ac_cpp_err
=$ac_c_preproc_warn_flag
14943 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14950 if test -z "$ac_cpp_err"; then
14951 ac_header_preproc
=yes
14953 echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.
$ac_ext >&5
14956 ac_header_preproc
=no
14958 rm -f conftest.err conftest.
$ac_ext
14959 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14960 echo "${ECHO_T}$ac_header_preproc" >&6
14962 # So? What about this header?
14963 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14965 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14966 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14967 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14968 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14969 ac_header_preproc
=yes
14972 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14973 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14974 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14975 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14976 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14977 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14978 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14979 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14981 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14982 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14983 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14986 ## ----------------------------------------- ##
14987 ## Report this to wx-dev@lists.wxwidgets.org ##
14988 ## ----------------------------------------- ##
14991 sed "s/^/$as_me: WARNING: /" >&2
14994 echo "$as_me:$LINENO: checking for $ac_header" >&5
14995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14996 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14997 echo $ECHO_N "(cached) $ECHO_C" >&6
14999 eval "$as_ac_Header=\$ac_header_preproc"
15001 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15002 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15005 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15006 cat >>confdefs.h
<<_ACEOF
15007 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15015 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
15017 for ac_func
in fnmatch
15019 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15020 echo "$as_me:$LINENO: checking for $ac_func" >&5
15021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
15022 if eval "test \"\${$as_ac_var+set}\" = set"; then
15023 echo $ECHO_N "(cached) $ECHO_C" >&6
15025 cat >conftest.
$ac_ext <<_ACEOF
15028 cat confdefs.h
>>conftest.
$ac_ext
15029 cat >>conftest.
$ac_ext <<_ACEOF
15030 /* end confdefs.h. */
15031 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15033 #define $ac_func innocuous_$ac_func
15035 /* System header to define __stub macros and hopefully few prototypes,
15036 which can conflict with char $ac_func (); below.
15037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15038 <limits.h> exists even on freestanding compilers. */
15041 # include <limits.h>
15043 # include <assert.h>
15048 /* Override any gcc2 internal prototype to avoid an error. */
15053 /* We use char because int might match the return type of a gcc2
15054 builtin and then its argument prototype would still apply. */
15056 /* The GNU C library defines this for functions which it implements
15057 to always fail with ENOSYS. Some functions are actually named
15058 something starting with __ and the normal name is an alias. */
15059 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15062 char (*f) () = $ac_func;
15071 return f != $ac_func;
15076 rm -f conftest.
$ac_objext conftest
$ac_exeext
15077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15078 (eval $ac_link) 2>conftest.er1
15080 grep -v '^ *+' conftest.er1
>conftest.err
15082 cat conftest.err
>&5
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); } &&
15085 { ac_try
='test -z "$ac_c_werror_flag"
15086 || test ! -s conftest.err'
15087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15088 (eval $ac_try) 2>&5
15090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091 (exit $ac_status); }; } &&
15092 { ac_try
='test -s conftest$ac_exeext'
15093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15094 (eval $ac_try) 2>&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); }; }; then
15098 eval "$as_ac_var=yes"
15100 echo "$as_me: failed program was:" >&5
15101 sed 's/^/| /' conftest.
$ac_ext >&5
15103 eval "$as_ac_var=no"
15105 rm -f conftest.err conftest.
$ac_objext \
15106 conftest
$ac_exeext conftest.
$ac_ext
15108 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15109 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
15110 if test `eval echo '${'$as_ac_var'}'` = yes; then
15111 cat >>confdefs.h
<<_ACEOF
15112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15121 for ac_header
in langinfo.h
15123 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15124 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15125 echo "$as_me:$LINENO: checking for $ac_header" >&5
15126 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15127 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15128 echo $ECHO_N "(cached) $ECHO_C" >&6
15130 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15131 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15133 # Is the header compilable?
15134 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15135 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15136 cat >conftest.
$ac_ext <<_ACEOF
15139 cat confdefs.h
>>conftest.
$ac_ext
15140 cat >>conftest.
$ac_ext <<_ACEOF
15141 /* end confdefs.h. */
15142 $ac_includes_default
15143 #include <$ac_header>
15145 rm -f conftest.
$ac_objext
15146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15147 (eval $ac_compile) 2>conftest.er1
15149 grep -v '^ *+' conftest.er1
>conftest.err
15151 cat conftest.err
>&5
15152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15153 (exit $ac_status); } &&
15154 { ac_try
='test -z "$ac_c_werror_flag"
15155 || test ! -s conftest.err'
15156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15157 (eval $ac_try) 2>&5
15159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15160 (exit $ac_status); }; } &&
15161 { ac_try
='test -s conftest.$ac_objext'
15162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15163 (eval $ac_try) 2>&5
15165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); }; }; then
15167 ac_header_compiler
=yes
15169 echo "$as_me: failed program was:" >&5
15170 sed 's/^/| /' conftest.
$ac_ext >&5
15172 ac_header_compiler
=no
15174 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15175 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15176 echo "${ECHO_T}$ac_header_compiler" >&6
15178 # Is the header present?
15179 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15180 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15181 cat >conftest.
$ac_ext <<_ACEOF
15184 cat confdefs.h
>>conftest.
$ac_ext
15185 cat >>conftest.
$ac_ext <<_ACEOF
15186 /* end confdefs.h. */
15187 #include <$ac_header>
15189 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15190 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15192 grep -v '^ *+' conftest.er1
>conftest.err
15194 cat conftest.err
>&5
15195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196 (exit $ac_status); } >/dev
/null
; then
15197 if test -s conftest.err
; then
15198 ac_cpp_err
=$ac_c_preproc_warn_flag
15199 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15206 if test -z "$ac_cpp_err"; then
15207 ac_header_preproc
=yes
15209 echo "$as_me: failed program was:" >&5
15210 sed 's/^/| /' conftest.
$ac_ext >&5
15212 ac_header_preproc
=no
15214 rm -f conftest.err conftest.
$ac_ext
15215 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15216 echo "${ECHO_T}$ac_header_preproc" >&6
15218 # So? What about this header?
15219 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15221 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15222 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15223 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15224 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15225 ac_header_preproc
=yes
15228 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15229 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15230 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15231 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15232 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15233 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15235 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15237 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15238 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15239 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15242 ## ----------------------------------------- ##
15243 ## Report this to wx-dev@lists.wxwidgets.org ##
15244 ## ----------------------------------------- ##
15247 sed "s/^/$as_me: WARNING: /" >&2
15250 echo "$as_me:$LINENO: checking for $ac_header" >&5
15251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15252 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15253 echo $ECHO_N "(cached) $ECHO_C" >&6
15255 eval "$as_ac_Header=\$ac_header_preproc"
15257 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15258 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15261 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15262 cat >>confdefs.h
<<_ACEOF
15263 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15272 *-pc-os2_emx | *-pc-os2-emx )
15273 if test $ac_cv_header_langinfo_h = "yes" \
15274 -a \
( "$wx_cv_gccversion" = "EMX2" \
15275 -o "$wx_cv_gccversion" = "EMX3" \
15276 -o "$wx_cv_gccversion" = "Innotek5" \
); then
15277 LIBS
="$LIBS -lintl"
15282 if test "$wxUSE_GUI" = "yes"; then
15283 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
15285 for ac_header
in X
11/Xlib.h
15287 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15288 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15289 echo "$as_me:$LINENO: checking for $ac_header" >&5
15290 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15291 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15292 echo $ECHO_N "(cached) $ECHO_C" >&6
15294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15295 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15297 # Is the header compilable?
15298 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15299 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15300 cat >conftest.
$ac_ext <<_ACEOF
15303 cat confdefs.h
>>conftest.
$ac_ext
15304 cat >>conftest.
$ac_ext <<_ACEOF
15305 /* end confdefs.h. */
15306 $ac_includes_default
15307 #include <$ac_header>
15309 rm -f conftest.
$ac_objext
15310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15311 (eval $ac_compile) 2>conftest.er1
15313 grep -v '^ *+' conftest.er1
>conftest.err
15315 cat conftest.err
>&5
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } &&
15318 { ac_try
='test -z "$ac_c_werror_flag"
15319 || test ! -s conftest.err'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try
='test -s conftest.$ac_objext'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); }; }; then
15331 ac_header_compiler
=yes
15333 echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.
$ac_ext >&5
15336 ac_header_compiler
=no
15338 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15339 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15340 echo "${ECHO_T}$ac_header_compiler" >&6
15342 # Is the header present?
15343 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15344 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15345 cat >conftest.
$ac_ext <<_ACEOF
15348 cat confdefs.h
>>conftest.
$ac_ext
15349 cat >>conftest.
$ac_ext <<_ACEOF
15350 /* end confdefs.h. */
15351 #include <$ac_header>
15353 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15354 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15356 grep -v '^ *+' conftest.er1
>conftest.err
15358 cat conftest.err
>&5
15359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15360 (exit $ac_status); } >/dev
/null
; then
15361 if test -s conftest.err
; then
15362 ac_cpp_err
=$ac_c_preproc_warn_flag
15363 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15370 if test -z "$ac_cpp_err"; then
15371 ac_header_preproc
=yes
15373 echo "$as_me: failed program was:" >&5
15374 sed 's/^/| /' conftest.
$ac_ext >&5
15376 ac_header_preproc
=no
15378 rm -f conftest.err conftest.
$ac_ext
15379 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15380 echo "${ECHO_T}$ac_header_preproc" >&6
15382 # So? What about this header?
15383 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15386 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15388 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15389 ac_header_preproc
=yes
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15393 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15395 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15397 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15399 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15401 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15403 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15406 ## ----------------------------------------- ##
15407 ## Report this to wx-dev@lists.wxwidgets.org ##
15408 ## ----------------------------------------- ##
15411 sed "s/^/$as_me: WARNING: /" >&2
15414 echo "$as_me:$LINENO: checking for $ac_header" >&5
15415 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15416 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15417 echo $ECHO_N "(cached) $ECHO_C" >&6
15419 eval "$as_ac_Header=\$ac_header_preproc"
15421 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15422 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15425 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15426 cat >>confdefs.h
<<_ACEOF
15427 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15435 for ac_header
in X
11/XKBlib.h
15437 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15438 echo "$as_me:$LINENO: checking for $ac_header" >&5
15439 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15440 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15441 echo $ECHO_N "(cached) $ECHO_C" >&6
15443 cat >conftest.
$ac_ext <<_ACEOF
15446 cat confdefs.h
>>conftest.
$ac_ext
15447 cat >>conftest.
$ac_ext <<_ACEOF
15448 /* end confdefs.h. */
15450 #if HAVE_X11_XLIB_H
15451 #include <X11/Xlib.h>
15455 #include <$ac_header>
15457 rm -f conftest.
$ac_objext
15458 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15459 (eval $ac_compile) 2>conftest.er1
15461 grep -v '^ *+' conftest.er1
>conftest.err
15463 cat conftest.err
>&5
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); } &&
15466 { ac_try
='test -z "$ac_c_werror_flag"
15467 || test ! -s conftest.err'
15468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15469 (eval $ac_try) 2>&5
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); }; } &&
15473 { ac_try
='test -s conftest.$ac_objext'
15474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15475 (eval $ac_try) 2>&5
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); }; }; then
15479 eval "$as_ac_Header=yes"
15481 echo "$as_me: failed program was:" >&5
15482 sed 's/^/| /' conftest.
$ac_ext >&5
15484 eval "$as_ac_Header=no"
15486 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15489 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15490 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15491 cat >>confdefs.h
<<_ACEOF
15492 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15503 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15504 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15505 if test "${ac_cv_c_const+set}" = set; then
15506 echo $ECHO_N "(cached) $ECHO_C" >&6
15508 cat >conftest.
$ac_ext <<_ACEOF
15511 cat confdefs.h
>>conftest.
$ac_ext
15512 cat >>conftest.
$ac_ext <<_ACEOF
15513 /* end confdefs.h. */
15518 /* FIXME: Include the comments suggested by Paul. */
15519 #ifndef __cplusplus
15520 /* Ultrix mips cc rejects this. */
15521 typedef int charset[2];
15523 /* SunOS 4.1.1 cc rejects this. */
15524 char const *const *ccp;
15526 /* NEC SVR4.0.2 mips cc rejects this. */
15527 struct point {int x, y;};
15528 static struct point const zero = {0,0};
15529 /* AIX XL C 1.02.0.0 rejects this.
15530 It does not let you subtract one const X* pointer from another in
15531 an arm of an if-expression whose if-part is not a constant
15533 const char *g = "string";
15534 ccp = &g + (g ? g-g : 0);
15535 /* HPUX 7.0 cc rejects these. */
15538 ccp = (char const *const *) p;
15539 { /* SCO 3.2v4 cc rejects this. */
15541 char const *s = 0 ? (char *) 0 : (char const *) 0;
15545 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15546 int x[] = {25, 17};
15547 const int *foo = &x[0];
15550 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15551 typedef const int *iptr;
15555 { /* AIX XL C 1.02.0.0 rejects this saying
15556 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15557 struct s { int j; const int *ap[3]; };
15558 struct s *b; b->j = 5;
15560 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15561 const int foo = 10;
15569 rm -f conftest.
$ac_objext
15570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15571 (eval $ac_compile) 2>conftest.er1
15573 grep -v '^ *+' conftest.er1
>conftest.err
15575 cat conftest.err
>&5
15576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15577 (exit $ac_status); } &&
15578 { ac_try
='test -z "$ac_c_werror_flag"
15579 || test ! -s conftest.err'
15580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15581 (eval $ac_try) 2>&5
15583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15584 (exit $ac_status); }; } &&
15585 { ac_try
='test -s conftest.$ac_objext'
15586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15587 (eval $ac_try) 2>&5
15589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15590 (exit $ac_status); }; }; then
15593 echo "$as_me: failed program was:" >&5
15594 sed 's/^/| /' conftest.
$ac_ext >&5
15598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15600 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15601 echo "${ECHO_T}$ac_cv_c_const" >&6
15602 if test $ac_cv_c_const = no
; then
15604 cat >>confdefs.h
<<\_ACEOF
15610 echo "$as_me:$LINENO: checking for inline" >&5
15611 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15612 if test "${ac_cv_c_inline+set}" = set; then
15613 echo $ECHO_N "(cached) $ECHO_C" >&6
15616 for ac_kw
in inline __inline__ __inline
; do
15617 cat >conftest.
$ac_ext <<_ACEOF
15620 cat confdefs.h
>>conftest.
$ac_ext
15621 cat >>conftest.
$ac_ext <<_ACEOF
15622 /* end confdefs.h. */
15623 #ifndef __cplusplus
15625 static $ac_kw foo_t static_foo () {return 0; }
15626 $ac_kw foo_t foo () {return 0; }
15630 rm -f conftest.
$ac_objext
15631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15632 (eval $ac_compile) 2>conftest.er1
15634 grep -v '^ *+' conftest.er1
>conftest.err
15636 cat conftest.err
>&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } &&
15639 { ac_try
='test -z "$ac_c_werror_flag"
15640 || test ! -s conftest.err'
15641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15642 (eval $ac_try) 2>&5
15644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15645 (exit $ac_status); }; } &&
15646 { ac_try
='test -s conftest.$ac_objext'
15647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15648 (eval $ac_try) 2>&5
15650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15651 (exit $ac_status); }; }; then
15652 ac_cv_c_inline
=$ac_kw; break
15654 echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.
$ac_ext >&5
15658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15662 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15663 echo "${ECHO_T}$ac_cv_c_inline" >&6
15666 case $ac_cv_c_inline in
15669 case $ac_cv_c_inline in
15671 *) ac_val
=$ac_cv_c_inline;;
15673 cat >>confdefs.h
<<_ACEOF
15674 #ifndef __cplusplus
15675 #define inline $ac_val
15682 echo "$as_me:$LINENO: checking for char" >&5
15683 echo $ECHO_N "checking for char... $ECHO_C" >&6
15684 if test "${ac_cv_type_char+set}" = set; then
15685 echo $ECHO_N "(cached) $ECHO_C" >&6
15687 cat >conftest.
$ac_ext <<_ACEOF
15690 cat confdefs.h
>>conftest.
$ac_ext
15691 cat >>conftest.
$ac_ext <<_ACEOF
15692 /* end confdefs.h. */
15693 $ac_includes_default
15705 rm -f conftest.
$ac_objext
15706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15707 (eval $ac_compile) 2>conftest.er1
15709 grep -v '^ *+' conftest.er1
>conftest.err
15711 cat conftest.err
>&5
15712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } &&
15714 { ac_try
='test -z "$ac_c_werror_flag"
15715 || test ! -s conftest.err'
15716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15717 (eval $ac_try) 2>&5
15719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); }; } &&
15721 { ac_try
='test -s conftest.$ac_objext'
15722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15723 (eval $ac_try) 2>&5
15725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15726 (exit $ac_status); }; }; then
15727 ac_cv_type_char
=yes
15729 echo "$as_me: failed program was:" >&5
15730 sed 's/^/| /' conftest.
$ac_ext >&5
15734 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15736 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15737 echo "${ECHO_T}$ac_cv_type_char" >&6
15739 echo "$as_me:$LINENO: checking size of char" >&5
15740 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15741 if test "${ac_cv_sizeof_char+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15744 if test "$ac_cv_type_char" = yes; then
15745 # The cast to unsigned long works around a bug in the HP C Compiler
15746 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15747 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15748 # This bug is HP SR number 8606223364.
15749 if test "$cross_compiling" = yes; then
15750 # Depending upon the size, compute the lo and hi bounds.
15751 cat >conftest.
$ac_ext <<_ACEOF
15754 cat confdefs.h
>>conftest.
$ac_ext
15755 cat >>conftest.
$ac_ext <<_ACEOF
15756 /* end confdefs.h. */
15757 $ac_includes_default
15761 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15768 rm -f conftest.
$ac_objext
15769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15770 (eval $ac_compile) 2>conftest.er1
15772 grep -v '^ *+' conftest.er1
>conftest.err
15774 cat conftest.err
>&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } &&
15777 { ac_try
='test -z "$ac_c_werror_flag"
15778 || test ! -s conftest.err'
15779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15780 (eval $ac_try) 2>&5
15782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15783 (exit $ac_status); }; } &&
15784 { ac_try
='test -s conftest.$ac_objext'
15785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15786 (eval $ac_try) 2>&5
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); }; }; then
15792 cat >conftest.
$ac_ext <<_ACEOF
15795 cat confdefs.h
>>conftest.
$ac_ext
15796 cat >>conftest.
$ac_ext <<_ACEOF
15797 /* end confdefs.h. */
15798 $ac_includes_default
15802 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15809 rm -f conftest.
$ac_objext
15810 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15811 (eval $ac_compile) 2>conftest.er1
15813 grep -v '^ *+' conftest.er1
>conftest.err
15815 cat conftest.err
>&5
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } &&
15818 { ac_try
='test -z "$ac_c_werror_flag"
15819 || test ! -s conftest.err'
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; } &&
15825 { ac_try
='test -s conftest.$ac_objext'
15826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15827 (eval $ac_try) 2>&5
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); }; }; then
15831 ac_hi
=$ac_mid; break
15833 echo "$as_me: failed program was:" >&5
15834 sed 's/^/| /' conftest.
$ac_ext >&5
15836 ac_lo
=`expr $ac_mid + 1`
15837 if test $ac_lo -le $ac_mid; then
15841 ac_mid
=`expr 2 '*' $ac_mid + 1`
15843 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15846 echo "$as_me: failed program was:" >&5
15847 sed 's/^/| /' conftest.
$ac_ext >&5
15849 cat >conftest.
$ac_ext <<_ACEOF
15852 cat confdefs.h
>>conftest.
$ac_ext
15853 cat >>conftest.
$ac_ext <<_ACEOF
15854 /* end confdefs.h. */
15855 $ac_includes_default
15859 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
15866 rm -f conftest.
$ac_objext
15867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15868 (eval $ac_compile) 2>conftest.er1
15870 grep -v '^ *+' conftest.er1
>conftest.err
15872 cat conftest.err
>&5
15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15874 (exit $ac_status); } &&
15875 { ac_try
='test -z "$ac_c_werror_flag"
15876 || test ! -s conftest.err'
15877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15878 (eval $ac_try) 2>&5
15880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); }; } &&
15882 { ac_try
='test -s conftest.$ac_objext'
15883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15884 (eval $ac_try) 2>&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); }; }; then
15890 cat >conftest.
$ac_ext <<_ACEOF
15893 cat confdefs.h
>>conftest.
$ac_ext
15894 cat >>conftest.
$ac_ext <<_ACEOF
15895 /* end confdefs.h. */
15896 $ac_includes_default
15900 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
15907 rm -f conftest.
$ac_objext
15908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15909 (eval $ac_compile) 2>conftest.er1
15911 grep -v '^ *+' conftest.er1
>conftest.err
15913 cat conftest.err
>&5
15914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15915 (exit $ac_status); } &&
15916 { ac_try
='test -z "$ac_c_werror_flag"
15917 || test ! -s conftest.err'
15918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15919 (eval $ac_try) 2>&5
15921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); }; } &&
15923 { ac_try
='test -s conftest.$ac_objext'
15924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15925 (eval $ac_try) 2>&5
15927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15928 (exit $ac_status); }; }; then
15929 ac_lo
=$ac_mid; break
15931 echo "$as_me: failed program was:" >&5
15932 sed 's/^/| /' conftest.
$ac_ext >&5
15934 ac_hi
=`expr '(' $ac_mid ')' - 1`
15935 if test $ac_mid -le $ac_hi; then
15939 ac_mid
=`expr 2 '*' $ac_mid`
15941 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.
$ac_ext >&5
15949 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15951 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15952 # Binary search between lo and hi bounds.
15953 while test "x$ac_lo" != "x$ac_hi"; do
15954 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15955 cat >conftest.
$ac_ext <<_ACEOF
15958 cat confdefs.h
>>conftest.
$ac_ext
15959 cat >>conftest.
$ac_ext <<_ACEOF
15960 /* end confdefs.h. */
15961 $ac_includes_default
15965 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15972 rm -f conftest.
$ac_objext
15973 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15974 (eval $ac_compile) 2>conftest.er1
15976 grep -v '^ *+' conftest.er1
>conftest.err
15978 cat conftest.err
>&5
15979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15980 (exit $ac_status); } &&
15981 { ac_try
='test -z "$ac_c_werror_flag"
15982 || test ! -s conftest.err'
15983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15984 (eval $ac_try) 2>&5
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); }; } &&
15988 { ac_try
='test -s conftest.$ac_objext'
15989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15990 (eval $ac_try) 2>&5
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); }; }; then
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.
$ac_ext >&5
15999 ac_lo
=`expr '(' $ac_mid ')' + 1`
16001 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16004 ?
*) ac_cv_sizeof_char
=$ac_lo;;
16005 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16006 See \`config.log' for more details." >&5
16007 echo "$as_me: error: cannot compute sizeof (char), 77
16008 See \`config.log' for more details." >&2;}
16009 { (exit 1); exit 1; }; } ;;
16012 if test "$cross_compiling" = yes; then
16013 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16014 See \`config.log' for more details." >&5
16015 echo "$as_me: error: cannot run test program while cross compiling
16016 See \`config.log' for more details." >&2;}
16017 { (exit 1); exit 1; }; }
16019 cat >conftest.
$ac_ext <<_ACEOF
16022 cat confdefs.h
>>conftest.
$ac_ext
16023 cat >>conftest.
$ac_ext <<_ACEOF
16024 /* end confdefs.h. */
16025 $ac_includes_default
16026 long longval () { return (long) (sizeof (char)); }
16027 unsigned long ulongval () { return (long) (sizeof (char)); }
16029 #include <stdlib.h>
16034 FILE *f = fopen ("conftest.val", "w");
16037 if (((long) (sizeof (char))) < 0)
16039 long i = longval ();
16040 if (i != ((long) (sizeof (char))))
16042 fprintf (f, "%ld\n", i);
16046 unsigned long i = ulongval ();
16047 if (i != ((long) (sizeof (char))))
16049 fprintf (f, "%lu\n", i);
16051 exit (ferror (f) || fclose (f) != 0);
16057 rm -f conftest
$ac_exeext
16058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16059 (eval $ac_link) 2>&5
16061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16062 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16064 (eval $ac_try) 2>&5
16066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); }; }; then
16068 ac_cv_sizeof_char
=`cat conftest.val`
16070 echo "$as_me: program exited with status $ac_status" >&5
16071 echo "$as_me: failed program was:" >&5
16072 sed 's/^/| /' conftest.
$ac_ext >&5
16074 ( exit $ac_status )
16075 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16076 See \`config.log' for more details." >&5
16077 echo "$as_me: error: cannot compute sizeof (char), 77
16078 See \`config.log' for more details." >&2;}
16079 { (exit 1); exit 1; }; }
16081 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16086 ac_cv_sizeof_char
=0
16089 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16090 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16091 cat >>confdefs.h
<<_ACEOF
16092 #define SIZEOF_CHAR $ac_cv_sizeof_char
16096 echo "$as_me:$LINENO: checking for short" >&5
16097 echo $ECHO_N "checking for short... $ECHO_C" >&6
16098 if test "${ac_cv_type_short+set}" = set; then
16099 echo $ECHO_N "(cached) $ECHO_C" >&6
16101 cat >conftest.
$ac_ext <<_ACEOF
16104 cat confdefs.h
>>conftest.
$ac_ext
16105 cat >>conftest.
$ac_ext <<_ACEOF
16106 /* end confdefs.h. */
16107 $ac_includes_default
16113 if (sizeof (short))
16119 rm -f conftest.
$ac_objext
16120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16121 (eval $ac_compile) 2>conftest.er1
16123 grep -v '^ *+' conftest.er1
>conftest.err
16125 cat conftest.err
>&5
16126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16127 (exit $ac_status); } &&
16128 { ac_try
='test -z "$ac_c_werror_flag"
16129 || test ! -s conftest.err'
16130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16131 (eval $ac_try) 2>&5
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); }; } &&
16135 { ac_try
='test -s conftest.$ac_objext'
16136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16137 (eval $ac_try) 2>&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); }; }; then
16141 ac_cv_type_short
=yes
16143 echo "$as_me: failed program was:" >&5
16144 sed 's/^/| /' conftest.
$ac_ext >&5
16146 ac_cv_type_short
=no
16148 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16150 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16151 echo "${ECHO_T}$ac_cv_type_short" >&6
16153 echo "$as_me:$LINENO: checking size of short" >&5
16154 echo $ECHO_N "checking size of short... $ECHO_C" >&6
16155 if test "${ac_cv_sizeof_short+set}" = set; then
16156 echo $ECHO_N "(cached) $ECHO_C" >&6
16158 if test "$ac_cv_type_short" = yes; then
16159 # The cast to unsigned long works around a bug in the HP C Compiler
16160 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16161 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16162 # This bug is HP SR number 8606223364.
16163 if test "$cross_compiling" = yes; then
16164 # Depending upon the size, compute the lo and hi bounds.
16165 cat >conftest.
$ac_ext <<_ACEOF
16168 cat confdefs.h
>>conftest.
$ac_ext
16169 cat >>conftest.
$ac_ext <<_ACEOF
16170 /* end confdefs.h. */
16171 $ac_includes_default
16175 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16182 rm -f conftest.
$ac_objext
16183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16184 (eval $ac_compile) 2>conftest.er1
16186 grep -v '^ *+' conftest.er1
>conftest.err
16188 cat conftest.err
>&5
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } &&
16191 { ac_try
='test -z "$ac_c_werror_flag"
16192 || test ! -s conftest.err'
16193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16194 (eval $ac_try) 2>&5
16196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16197 (exit $ac_status); }; } &&
16198 { ac_try
='test -s conftest.$ac_objext'
16199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16200 (eval $ac_try) 2>&5
16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203 (exit $ac_status); }; }; then
16206 cat >conftest.
$ac_ext <<_ACEOF
16209 cat confdefs.h
>>conftest.
$ac_ext
16210 cat >>conftest.
$ac_ext <<_ACEOF
16211 /* end confdefs.h. */
16212 $ac_includes_default
16216 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16223 rm -f conftest.
$ac_objext
16224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16225 (eval $ac_compile) 2>conftest.er1
16227 grep -v '^ *+' conftest.er1
>conftest.err
16229 cat conftest.err
>&5
16230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16231 (exit $ac_status); } &&
16232 { ac_try
='test -z "$ac_c_werror_flag"
16233 || test ! -s conftest.err'
16234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16235 (eval $ac_try) 2>&5
16237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16238 (exit $ac_status); }; } &&
16239 { ac_try
='test -s conftest.$ac_objext'
16240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16241 (eval $ac_try) 2>&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); }; }; then
16245 ac_hi
=$ac_mid; break
16247 echo "$as_me: failed program was:" >&5
16248 sed 's/^/| /' conftest.
$ac_ext >&5
16250 ac_lo
=`expr $ac_mid + 1`
16251 if test $ac_lo -le $ac_mid; then
16255 ac_mid
=`expr 2 '*' $ac_mid + 1`
16257 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16260 echo "$as_me: failed program was:" >&5
16261 sed 's/^/| /' conftest.
$ac_ext >&5
16263 cat >conftest.
$ac_ext <<_ACEOF
16266 cat confdefs.h
>>conftest.
$ac_ext
16267 cat >>conftest.
$ac_ext <<_ACEOF
16268 /* end confdefs.h. */
16269 $ac_includes_default
16273 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16280 rm -f conftest.
$ac_objext
16281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16282 (eval $ac_compile) 2>conftest.er1
16284 grep -v '^ *+' conftest.er1
>conftest.err
16286 cat conftest.err
>&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } &&
16289 { ac_try
='test -z "$ac_c_werror_flag"
16290 || test ! -s conftest.err'
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; } &&
16296 { ac_try
='test -s conftest.$ac_objext'
16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298 (eval $ac_try) 2>&5
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); }; }; then
16304 cat >conftest.
$ac_ext <<_ACEOF
16307 cat confdefs.h
>>conftest.
$ac_ext
16308 cat >>conftest.
$ac_ext <<_ACEOF
16309 /* end confdefs.h. */
16310 $ac_includes_default
16314 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16321 rm -f conftest.
$ac_objext
16322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16323 (eval $ac_compile) 2>conftest.er1
16325 grep -v '^ *+' conftest.er1
>conftest.err
16327 cat conftest.err
>&5
16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16329 (exit $ac_status); } &&
16330 { ac_try
='test -z "$ac_c_werror_flag"
16331 || test ! -s conftest.err'
16332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16333 (eval $ac_try) 2>&5
16335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16336 (exit $ac_status); }; } &&
16337 { ac_try
='test -s conftest.$ac_objext'
16338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16339 (eval $ac_try) 2>&5
16341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); }; }; then
16343 ac_lo
=$ac_mid; break
16345 echo "$as_me: failed program was:" >&5
16346 sed 's/^/| /' conftest.
$ac_ext >&5
16348 ac_hi
=`expr '(' $ac_mid ')' - 1`
16349 if test $ac_mid -le $ac_hi; then
16353 ac_mid
=`expr 2 '*' $ac_mid`
16355 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16358 echo "$as_me: failed program was:" >&5
16359 sed 's/^/| /' conftest.
$ac_ext >&5
16363 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16366 # Binary search between lo and hi bounds.
16367 while test "x$ac_lo" != "x$ac_hi"; do
16368 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
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 (short))) <= $ac_mid)];
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"
16396 || test ! -s conftest.err'
16397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16398 (eval $ac_try) 2>&5
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); }; } &&
16402 { ac_try
='test -s conftest.$ac_objext'
16403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16404 (eval $ac_try) 2>&5
16406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); }; }; then
16410 echo "$as_me: failed program was:" >&5
16411 sed 's/^/| /' conftest.
$ac_ext >&5
16413 ac_lo
=`expr '(' $ac_mid ')' + 1`
16415 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16418 ?
*) ac_cv_sizeof_short
=$ac_lo;;
16419 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16420 See \`config.log' for more details." >&5
16421 echo "$as_me: error: cannot compute sizeof (short), 77
16422 See \`config.log' for more details." >&2;}
16423 { (exit 1); exit 1; }; } ;;
16426 if test "$cross_compiling" = yes; then
16427 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16428 See \`config.log' for more details." >&5
16429 echo "$as_me: error: cannot run test program while cross compiling
16430 See \`config.log' for more details." >&2;}
16431 { (exit 1); exit 1; }; }
16433 cat >conftest.
$ac_ext <<_ACEOF
16436 cat confdefs.h
>>conftest.
$ac_ext
16437 cat >>conftest.
$ac_ext <<_ACEOF
16438 /* end confdefs.h. */
16439 $ac_includes_default
16440 long longval () { return (long) (sizeof (short)); }
16441 unsigned long ulongval () { return (long) (sizeof (short)); }
16443 #include <stdlib.h>
16448 FILE *f = fopen ("conftest.val", "w");
16451 if (((long) (sizeof (short))) < 0)
16453 long i = longval ();
16454 if (i != ((long) (sizeof (short))))
16456 fprintf (f, "%ld\n", i);
16460 unsigned long i = ulongval ();
16461 if (i != ((long) (sizeof (short))))
16463 fprintf (f, "%lu\n", i);
16465 exit (ferror (f) || fclose (f) != 0);
16471 rm -f conftest
$ac_exeext
16472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16473 (eval $ac_link) 2>&5
16475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16478 (eval $ac_try) 2>&5
16480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16481 (exit $ac_status); }; }; then
16482 ac_cv_sizeof_short
=`cat conftest.val`
16484 echo "$as_me: program exited with status $ac_status" >&5
16485 echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.
$ac_ext >&5
16488 ( exit $ac_status )
16489 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16490 See \`config.log' for more details." >&5
16491 echo "$as_me: error: cannot compute sizeof (short), 77
16492 See \`config.log' for more details." >&2;}
16493 { (exit 1); exit 1; }; }
16495 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16500 ac_cv_sizeof_short
=0
16503 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16504 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16505 cat >>confdefs.h
<<_ACEOF
16506 #define SIZEOF_SHORT $ac_cv_sizeof_short
16510 echo "$as_me:$LINENO: checking for void *" >&5
16511 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16512 if test "${ac_cv_type_void_p+set}" = set; then
16513 echo $ECHO_N "(cached) $ECHO_C" >&6
16515 cat >conftest.
$ac_ext <<_ACEOF
16518 cat confdefs.h
>>conftest.
$ac_ext
16519 cat >>conftest.
$ac_ext <<_ACEOF
16520 /* end confdefs.h. */
16521 $ac_includes_default
16527 if (sizeof (void *))
16533 rm -f conftest.
$ac_objext
16534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16535 (eval $ac_compile) 2>conftest.er1
16537 grep -v '^ *+' conftest.er1
>conftest.err
16539 cat conftest.err
>&5
16540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16541 (exit $ac_status); } &&
16542 { ac_try
='test -z "$ac_c_werror_flag"
16543 || test ! -s conftest.err'
16544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16545 (eval $ac_try) 2>&5
16547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); }; } &&
16549 { ac_try
='test -s conftest.$ac_objext'
16550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16551 (eval $ac_try) 2>&5
16553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16554 (exit $ac_status); }; }; then
16555 ac_cv_type_void_p
=yes
16557 echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.
$ac_ext >&5
16560 ac_cv_type_void_p
=no
16562 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16564 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16565 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16567 echo "$as_me:$LINENO: checking size of void *" >&5
16568 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16569 if test "${ac_cv_sizeof_void_p+set}" = set; then
16570 echo $ECHO_N "(cached) $ECHO_C" >&6
16572 if test "$ac_cv_type_void_p" = yes; then
16573 # The cast to unsigned long works around a bug in the HP C Compiler
16574 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16575 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16576 # This bug is HP SR number 8606223364.
16577 if test "$cross_compiling" = yes; then
16578 # Depending upon the size, compute the lo and hi bounds.
16579 cat >conftest.
$ac_ext <<_ACEOF
16582 cat confdefs.h
>>conftest.
$ac_ext
16583 cat >>conftest.
$ac_ext <<_ACEOF
16584 /* end confdefs.h. */
16585 $ac_includes_default
16589 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16596 rm -f conftest.
$ac_objext
16597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16598 (eval $ac_compile) 2>conftest.er1
16600 grep -v '^ *+' conftest.er1
>conftest.err
16602 cat conftest.err
>&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } &&
16605 { ac_try
='test -z "$ac_c_werror_flag"
16606 || test ! -s conftest.err'
16607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16608 (eval $ac_try) 2>&5
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); }; } &&
16612 { ac_try
='test -s conftest.$ac_objext'
16613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16614 (eval $ac_try) 2>&5
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); }; }; then
16620 cat >conftest.
$ac_ext <<_ACEOF
16623 cat confdefs.h
>>conftest.
$ac_ext
16624 cat >>conftest.
$ac_ext <<_ACEOF
16625 /* end confdefs.h. */
16626 $ac_includes_default
16630 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16637 rm -f conftest.
$ac_objext
16638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16639 (eval $ac_compile) 2>conftest.er1
16641 grep -v '^ *+' conftest.er1
>conftest.err
16643 cat conftest.err
>&5
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); } &&
16646 { ac_try
='test -z "$ac_c_werror_flag"
16647 || test ! -s conftest.err'
16648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16649 (eval $ac_try) 2>&5
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); }; } &&
16653 { ac_try
='test -s conftest.$ac_objext'
16654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16655 (eval $ac_try) 2>&5
16657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); }; }; then
16659 ac_hi
=$ac_mid; break
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.
$ac_ext >&5
16664 ac_lo
=`expr $ac_mid + 1`
16665 if test $ac_lo -le $ac_mid; then
16669 ac_mid
=`expr 2 '*' $ac_mid + 1`
16671 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.
$ac_ext >&5
16677 cat >conftest.
$ac_ext <<_ACEOF
16680 cat confdefs.h
>>conftest.
$ac_ext
16681 cat >>conftest.
$ac_ext <<_ACEOF
16682 /* end confdefs.h. */
16683 $ac_includes_default
16687 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16694 rm -f conftest.
$ac_objext
16695 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16696 (eval $ac_compile) 2>conftest.er1
16698 grep -v '^ *+' conftest.er1
>conftest.err
16700 cat conftest.err
>&5
16701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16702 (exit $ac_status); } &&
16703 { ac_try
='test -z "$ac_c_werror_flag"
16704 || test ! -s conftest.err'
16705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16706 (eval $ac_try) 2>&5
16708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16709 (exit $ac_status); }; } &&
16710 { ac_try
='test -s conftest.$ac_objext'
16711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16712 (eval $ac_try) 2>&5
16714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16715 (exit $ac_status); }; }; then
16718 cat >conftest.
$ac_ext <<_ACEOF
16721 cat confdefs.h
>>conftest.
$ac_ext
16722 cat >>conftest.
$ac_ext <<_ACEOF
16723 /* end confdefs.h. */
16724 $ac_includes_default
16728 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16735 rm -f conftest.
$ac_objext
16736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16737 (eval $ac_compile) 2>conftest.er1
16739 grep -v '^ *+' conftest.er1
>conftest.err
16741 cat conftest.err
>&5
16742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743 (exit $ac_status); } &&
16744 { ac_try
='test -z "$ac_c_werror_flag"
16745 || test ! -s conftest.err'
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); }; } &&
16751 { ac_try
='test -s conftest.$ac_objext'
16752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16753 (eval $ac_try) 2>&5
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); }; }; then
16757 ac_lo
=$ac_mid; break
16759 echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.
$ac_ext >&5
16762 ac_hi
=`expr '(' $ac_mid ')' - 1`
16763 if test $ac_mid -le $ac_hi; then
16767 ac_mid
=`expr 2 '*' $ac_mid`
16769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16772 echo "$as_me: failed program was:" >&5
16773 sed 's/^/| /' conftest.
$ac_ext >&5
16777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16779 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16780 # Binary search between lo and hi bounds.
16781 while test "x$ac_lo" != "x$ac_hi"; do
16782 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16783 cat >conftest.
$ac_ext <<_ACEOF
16786 cat confdefs.h
>>conftest.
$ac_ext
16787 cat >>conftest.
$ac_ext <<_ACEOF
16788 /* end confdefs.h. */
16789 $ac_includes_default
16793 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16800 rm -f conftest.
$ac_objext
16801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16802 (eval $ac_compile) 2>conftest.er1
16804 grep -v '^ *+' conftest.er1
>conftest.err
16806 cat conftest.err
>&5
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); } &&
16809 { ac_try
='test -z "$ac_c_werror_flag"
16810 || test ! -s conftest.err'
16811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16812 (eval $ac_try) 2>&5
16814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16815 (exit $ac_status); }; } &&
16816 { ac_try
='test -s conftest.$ac_objext'
16817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16818 (eval $ac_try) 2>&5
16820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16821 (exit $ac_status); }; }; then
16824 echo "$as_me: failed program was:" >&5
16825 sed 's/^/| /' conftest.
$ac_ext >&5
16827 ac_lo
=`expr '(' $ac_mid ')' + 1`
16829 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16832 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
16833 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16834 See \`config.log' for more details." >&5
16835 echo "$as_me: error: cannot compute sizeof (void *), 77
16836 See \`config.log' for more details." >&2;}
16837 { (exit 1); exit 1; }; } ;;
16840 if test "$cross_compiling" = yes; then
16841 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16842 See \`config.log' for more details." >&5
16843 echo "$as_me: error: cannot run test program while cross compiling
16844 See \`config.log' for more details." >&2;}
16845 { (exit 1); exit 1; }; }
16847 cat >conftest.
$ac_ext <<_ACEOF
16850 cat confdefs.h
>>conftest.
$ac_ext
16851 cat >>conftest.
$ac_ext <<_ACEOF
16852 /* end confdefs.h. */
16853 $ac_includes_default
16854 long longval () { return (long) (sizeof (void *)); }
16855 unsigned long ulongval () { return (long) (sizeof (void *)); }
16857 #include <stdlib.h>
16862 FILE *f = fopen ("conftest.val", "w");
16865 if (((long) (sizeof (void *))) < 0)
16867 long i = longval ();
16868 if (i != ((long) (sizeof (void *))))
16870 fprintf (f, "%ld\n", i);
16874 unsigned long i = ulongval ();
16875 if (i != ((long) (sizeof (void *))))
16877 fprintf (f, "%lu\n", i);
16879 exit (ferror (f) || fclose (f) != 0);
16885 rm -f conftest
$ac_exeext
16886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16887 (eval $ac_link) 2>&5
16889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16890 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16892 (eval $ac_try) 2>&5
16894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16895 (exit $ac_status); }; }; then
16896 ac_cv_sizeof_void_p
=`cat conftest.val`
16898 echo "$as_me: program exited with status $ac_status" >&5
16899 echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.
$ac_ext >&5
16902 ( exit $ac_status )
16903 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16904 See \`config.log' for more details." >&5
16905 echo "$as_me: error: cannot compute sizeof (void *), 77
16906 See \`config.log' for more details." >&2;}
16907 { (exit 1); exit 1; }; }
16909 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16914 ac_cv_sizeof_void_p
=0
16917 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16918 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16919 cat >>confdefs.h
<<_ACEOF
16920 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16924 echo "$as_me:$LINENO: checking for int" >&5
16925 echo $ECHO_N "checking for int... $ECHO_C" >&6
16926 if test "${ac_cv_type_int+set}" = set; then
16927 echo $ECHO_N "(cached) $ECHO_C" >&6
16929 cat >conftest.
$ac_ext <<_ACEOF
16932 cat confdefs.h
>>conftest.
$ac_ext
16933 cat >>conftest.
$ac_ext <<_ACEOF
16934 /* end confdefs.h. */
16935 $ac_includes_default
16947 rm -f conftest.
$ac_objext
16948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16949 (eval $ac_compile) 2>conftest.er1
16951 grep -v '^ *+' conftest.er1
>conftest.err
16953 cat conftest.err
>&5
16954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16955 (exit $ac_status); } &&
16956 { ac_try
='test -z "$ac_c_werror_flag"
16957 || test ! -s conftest.err'
16958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16959 (eval $ac_try) 2>&5
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); }; } &&
16963 { ac_try
='test -s conftest.$ac_objext'
16964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16965 (eval $ac_try) 2>&5
16967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16968 (exit $ac_status); }; }; then
16971 echo "$as_me: failed program was:" >&5
16972 sed 's/^/| /' conftest.
$ac_ext >&5
16976 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16978 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
16979 echo "${ECHO_T}$ac_cv_type_int" >&6
16981 echo "$as_me:$LINENO: checking size of int" >&5
16982 echo $ECHO_N "checking size of int... $ECHO_C" >&6
16983 if test "${ac_cv_sizeof_int+set}" = set; then
16984 echo $ECHO_N "(cached) $ECHO_C" >&6
16986 if test "$ac_cv_type_int" = yes; then
16987 # The cast to unsigned long works around a bug in the HP C Compiler
16988 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16989 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16990 # This bug is HP SR number 8606223364.
16991 if test "$cross_compiling" = yes; then
16992 # Depending upon the size, compute the lo and hi bounds.
16993 cat >conftest.
$ac_ext <<_ACEOF
16996 cat confdefs.h
>>conftest.
$ac_ext
16997 cat >>conftest.
$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
16999 $ac_includes_default
17003 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17010 rm -f conftest.
$ac_objext
17011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17012 (eval $ac_compile) 2>conftest.er1
17014 grep -v '^ *+' conftest.er1
>conftest.err
17016 cat conftest.err
>&5
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } &&
17019 { ac_try
='test -z "$ac_c_werror_flag"
17020 || test ! -s conftest.err'
17021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17022 (eval $ac_try) 2>&5
17024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025 (exit $ac_status); }; } &&
17026 { ac_try
='test -s conftest.$ac_objext'
17027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17028 (eval $ac_try) 2>&5
17030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17031 (exit $ac_status); }; }; then
17034 cat >conftest.
$ac_ext <<_ACEOF
17037 cat confdefs.h
>>conftest.
$ac_ext
17038 cat >>conftest.
$ac_ext <<_ACEOF
17039 /* end confdefs.h. */
17040 $ac_includes_default
17044 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17051 rm -f conftest.
$ac_objext
17052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17053 (eval $ac_compile) 2>conftest.er1
17055 grep -v '^ *+' conftest.er1
>conftest.err
17057 cat conftest.err
>&5
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); } &&
17060 { ac_try
='test -z "$ac_c_werror_flag"
17061 || test ! -s conftest.err'
17062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17063 (eval $ac_try) 2>&5
17065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17066 (exit $ac_status); }; } &&
17067 { ac_try
='test -s conftest.$ac_objext'
17068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17069 (eval $ac_try) 2>&5
17071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17072 (exit $ac_status); }; }; then
17073 ac_hi
=$ac_mid; break
17075 echo "$as_me: failed program was:" >&5
17076 sed 's/^/| /' conftest.
$ac_ext >&5
17078 ac_lo
=`expr $ac_mid + 1`
17079 if test $ac_lo -le $ac_mid; then
17083 ac_mid
=`expr 2 '*' $ac_mid + 1`
17085 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17088 echo "$as_me: failed program was:" >&5
17089 sed 's/^/| /' conftest.
$ac_ext >&5
17091 cat >conftest.
$ac_ext <<_ACEOF
17094 cat confdefs.h
>>conftest.
$ac_ext
17095 cat >>conftest.
$ac_ext <<_ACEOF
17096 /* end confdefs.h. */
17097 $ac_includes_default
17101 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17108 rm -f conftest.
$ac_objext
17109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17110 (eval $ac_compile) 2>conftest.er1
17112 grep -v '^ *+' conftest.er1
>conftest.err
17114 cat conftest.err
>&5
17115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17116 (exit $ac_status); } &&
17117 { ac_try
='test -z "$ac_c_werror_flag"
17118 || test ! -s conftest.err'
17119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17120 (eval $ac_try) 2>&5
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); }; } &&
17124 { ac_try
='test -s conftest.$ac_objext'
17125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17126 (eval $ac_try) 2>&5
17128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17129 (exit $ac_status); }; }; then
17132 cat >conftest.
$ac_ext <<_ACEOF
17135 cat confdefs.h
>>conftest.
$ac_ext
17136 cat >>conftest.
$ac_ext <<_ACEOF
17137 /* end confdefs.h. */
17138 $ac_includes_default
17142 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17149 rm -f conftest.
$ac_objext
17150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17151 (eval $ac_compile) 2>conftest.er1
17153 grep -v '^ *+' conftest.er1
>conftest.err
17155 cat conftest.err
>&5
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); } &&
17158 { ac_try
='test -z "$ac_c_werror_flag"
17159 || test ! -s conftest.err'
17160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17161 (eval $ac_try) 2>&5
17163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); }; } &&
17165 { ac_try
='test -s conftest.$ac_objext'
17166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17167 (eval $ac_try) 2>&5
17169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170 (exit $ac_status); }; }; then
17171 ac_lo
=$ac_mid; break
17173 echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.
$ac_ext >&5
17176 ac_hi
=`expr '(' $ac_mid ')' - 1`
17177 if test $ac_mid -le $ac_hi; then
17181 ac_mid
=`expr 2 '*' $ac_mid`
17183 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17186 echo "$as_me: failed program was:" >&5
17187 sed 's/^/| /' conftest.
$ac_ext >&5
17191 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17193 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17194 # Binary search between lo and hi bounds.
17195 while test "x$ac_lo" != "x$ac_hi"; do
17196 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17197 cat >conftest.
$ac_ext <<_ACEOF
17200 cat confdefs.h
>>conftest.
$ac_ext
17201 cat >>conftest.
$ac_ext <<_ACEOF
17202 /* end confdefs.h. */
17203 $ac_includes_default
17207 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17214 rm -f conftest.
$ac_objext
17215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17216 (eval $ac_compile) 2>conftest.er1
17218 grep -v '^ *+' conftest.er1
>conftest.err
17220 cat conftest.err
>&5
17221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); } &&
17223 { ac_try
='test -z "$ac_c_werror_flag"
17224 || test ! -s conftest.err'
17225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17226 (eval $ac_try) 2>&5
17228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); }; } &&
17230 { ac_try
='test -s conftest.$ac_objext'
17231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17232 (eval $ac_try) 2>&5
17234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235 (exit $ac_status); }; }; then
17238 echo "$as_me: failed program was:" >&5
17239 sed 's/^/| /' conftest.
$ac_ext >&5
17241 ac_lo
=`expr '(' $ac_mid ')' + 1`
17243 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17246 ?
*) ac_cv_sizeof_int
=$ac_lo;;
17247 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17248 See \`config.log' for more details." >&5
17249 echo "$as_me: error: cannot compute sizeof (int), 77
17250 See \`config.log' for more details." >&2;}
17251 { (exit 1); exit 1; }; } ;;
17254 if test "$cross_compiling" = yes; then
17255 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17256 See \`config.log' for more details." >&5
17257 echo "$as_me: error: cannot run test program while cross compiling
17258 See \`config.log' for more details." >&2;}
17259 { (exit 1); exit 1; }; }
17261 cat >conftest.
$ac_ext <<_ACEOF
17264 cat confdefs.h
>>conftest.
$ac_ext
17265 cat >>conftest.
$ac_ext <<_ACEOF
17266 /* end confdefs.h. */
17267 $ac_includes_default
17268 long longval () { return (long) (sizeof (int)); }
17269 unsigned long ulongval () { return (long) (sizeof (int)); }
17271 #include <stdlib.h>
17276 FILE *f = fopen ("conftest.val", "w");
17279 if (((long) (sizeof (int))) < 0)
17281 long i = longval ();
17282 if (i != ((long) (sizeof (int))))
17284 fprintf (f, "%ld\n", i);
17288 unsigned long i = ulongval ();
17289 if (i != ((long) (sizeof (int))))
17291 fprintf (f, "%lu\n", i);
17293 exit (ferror (f) || fclose (f) != 0);
17299 rm -f conftest
$ac_exeext
17300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17301 (eval $ac_link) 2>&5
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17306 (eval $ac_try) 2>&5
17308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17309 (exit $ac_status); }; }; then
17310 ac_cv_sizeof_int
=`cat conftest.val`
17312 echo "$as_me: program exited with status $ac_status" >&5
17313 echo "$as_me: failed program was:" >&5
17314 sed 's/^/| /' conftest.
$ac_ext >&5
17316 ( exit $ac_status )
17317 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17318 See \`config.log' for more details." >&5
17319 echo "$as_me: error: cannot compute sizeof (int), 77
17320 See \`config.log' for more details." >&2;}
17321 { (exit 1); exit 1; }; }
17323 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17331 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17332 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17333 cat >>confdefs.h
<<_ACEOF
17334 #define SIZEOF_INT $ac_cv_sizeof_int
17338 echo "$as_me:$LINENO: checking for long" >&5
17339 echo $ECHO_N "checking for long... $ECHO_C" >&6
17340 if test "${ac_cv_type_long+set}" = set; then
17341 echo $ECHO_N "(cached) $ECHO_C" >&6
17343 cat >conftest.
$ac_ext <<_ACEOF
17346 cat confdefs.h
>>conftest.
$ac_ext
17347 cat >>conftest.
$ac_ext <<_ACEOF
17348 /* end confdefs.h. */
17349 $ac_includes_default
17361 rm -f conftest.
$ac_objext
17362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17363 (eval $ac_compile) 2>conftest.er1
17365 grep -v '^ *+' conftest.er1
>conftest.err
17367 cat conftest.err
>&5
17368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } &&
17370 { ac_try
='test -z "$ac_c_werror_flag"
17371 || test ! -s conftest.err'
17372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17373 (eval $ac_try) 2>&5
17375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17376 (exit $ac_status); }; } &&
17377 { ac_try
='test -s conftest.$ac_objext'
17378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17379 (eval $ac_try) 2>&5
17381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17382 (exit $ac_status); }; }; then
17383 ac_cv_type_long
=yes
17385 echo "$as_me: failed program was:" >&5
17386 sed 's/^/| /' conftest.
$ac_ext >&5
17390 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17392 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17393 echo "${ECHO_T}$ac_cv_type_long" >&6
17395 echo "$as_me:$LINENO: checking size of long" >&5
17396 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17397 if test "${ac_cv_sizeof_long+set}" = set; then
17398 echo $ECHO_N "(cached) $ECHO_C" >&6
17400 if test "$ac_cv_type_long" = yes; then
17401 # The cast to unsigned long works around a bug in the HP C Compiler
17402 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17403 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17404 # This bug is HP SR number 8606223364.
17405 if test "$cross_compiling" = yes; then
17406 # Depending upon the size, compute the lo and hi bounds.
17407 cat >conftest.
$ac_ext <<_ACEOF
17410 cat confdefs.h
>>conftest.
$ac_ext
17411 cat >>conftest.
$ac_ext <<_ACEOF
17412 /* end confdefs.h. */
17413 $ac_includes_default
17417 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17424 rm -f conftest.
$ac_objext
17425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17426 (eval $ac_compile) 2>conftest.er1
17428 grep -v '^ *+' conftest.er1
>conftest.err
17430 cat conftest.err
>&5
17431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17432 (exit $ac_status); } &&
17433 { ac_try
='test -z "$ac_c_werror_flag"
17434 || test ! -s conftest.err'
17435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17436 (eval $ac_try) 2>&5
17438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439 (exit $ac_status); }; } &&
17440 { ac_try
='test -s conftest.$ac_objext'
17441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17442 (eval $ac_try) 2>&5
17444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445 (exit $ac_status); }; }; then
17448 cat >conftest.
$ac_ext <<_ACEOF
17451 cat confdefs.h
>>conftest.
$ac_ext
17452 cat >>conftest.
$ac_ext <<_ACEOF
17453 /* end confdefs.h. */
17454 $ac_includes_default
17458 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17465 rm -f conftest.
$ac_objext
17466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17467 (eval $ac_compile) 2>conftest.er1
17469 grep -v '^ *+' conftest.er1
>conftest.err
17471 cat conftest.err
>&5
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); } &&
17474 { ac_try
='test -z "$ac_c_werror_flag"
17475 || test ! -s conftest.err'
17476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17477 (eval $ac_try) 2>&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); }; } &&
17481 { ac_try
='test -s conftest.$ac_objext'
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; }; then
17487 ac_hi
=$ac_mid; break
17489 echo "$as_me: failed program was:" >&5
17490 sed 's/^/| /' conftest.
$ac_ext >&5
17492 ac_lo
=`expr $ac_mid + 1`
17493 if test $ac_lo -le $ac_mid; then
17497 ac_mid
=`expr 2 '*' $ac_mid + 1`
17499 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17502 echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.
$ac_ext >&5
17505 cat >conftest.
$ac_ext <<_ACEOF
17508 cat confdefs.h
>>conftest.
$ac_ext
17509 cat >>conftest.
$ac_ext <<_ACEOF
17510 /* end confdefs.h. */
17511 $ac_includes_default
17515 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17522 rm -f conftest.
$ac_objext
17523 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17524 (eval $ac_compile) 2>conftest.er1
17526 grep -v '^ *+' conftest.er1
>conftest.err
17528 cat conftest.err
>&5
17529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530 (exit $ac_status); } &&
17531 { ac_try
='test -z "$ac_c_werror_flag"
17532 || test ! -s conftest.err'
17533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17534 (eval $ac_try) 2>&5
17536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537 (exit $ac_status); }; } &&
17538 { ac_try
='test -s conftest.$ac_objext'
17539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17540 (eval $ac_try) 2>&5
17542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17543 (exit $ac_status); }; }; then
17546 cat >conftest.
$ac_ext <<_ACEOF
17549 cat confdefs.h
>>conftest.
$ac_ext
17550 cat >>conftest.
$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17552 $ac_includes_default
17556 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17563 rm -f conftest.
$ac_objext
17564 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17565 (eval $ac_compile) 2>conftest.er1
17567 grep -v '^ *+' conftest.er1
>conftest.err
17569 cat conftest.err
>&5
17570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17571 (exit $ac_status); } &&
17572 { ac_try
='test -z "$ac_c_werror_flag"
17573 || test ! -s conftest.err'
17574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17575 (eval $ac_try) 2>&5
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); }; } &&
17579 { ac_try
='test -s conftest.$ac_objext'
17580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17581 (eval $ac_try) 2>&5
17583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17584 (exit $ac_status); }; }; then
17585 ac_lo
=$ac_mid; break
17587 echo "$as_me: failed program was:" >&5
17588 sed 's/^/| /' conftest.
$ac_ext >&5
17590 ac_hi
=`expr '(' $ac_mid ')' - 1`
17591 if test $ac_mid -le $ac_hi; then
17595 ac_mid
=`expr 2 '*' $ac_mid`
17597 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17600 echo "$as_me: failed program was:" >&5
17601 sed 's/^/| /' conftest.
$ac_ext >&5
17605 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17607 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17608 # Binary search between lo and hi bounds.
17609 while test "x$ac_lo" != "x$ac_hi"; do
17610 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17611 cat >conftest.
$ac_ext <<_ACEOF
17614 cat confdefs.h
>>conftest.
$ac_ext
17615 cat >>conftest.
$ac_ext <<_ACEOF
17616 /* end confdefs.h. */
17617 $ac_includes_default
17621 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17628 rm -f conftest.
$ac_objext
17629 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17630 (eval $ac_compile) 2>conftest.er1
17632 grep -v '^ *+' conftest.er1
>conftest.err
17634 cat conftest.err
>&5
17635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17636 (exit $ac_status); } &&
17637 { ac_try
='test -z "$ac_c_werror_flag"
17638 || test ! -s conftest.err'
17639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17640 (eval $ac_try) 2>&5
17642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17643 (exit $ac_status); }; } &&
17644 { ac_try
='test -s conftest.$ac_objext'
17645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17646 (eval $ac_try) 2>&5
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); }; }; then
17652 echo "$as_me: failed program was:" >&5
17653 sed 's/^/| /' conftest.
$ac_ext >&5
17655 ac_lo
=`expr '(' $ac_mid ')' + 1`
17657 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17660 ?
*) ac_cv_sizeof_long
=$ac_lo;;
17661 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17662 See \`config.log' for more details." >&5
17663 echo "$as_me: error: cannot compute sizeof (long), 77
17664 See \`config.log' for more details." >&2;}
17665 { (exit 1); exit 1; }; } ;;
17668 if test "$cross_compiling" = yes; then
17669 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17670 See \`config.log' for more details." >&5
17671 echo "$as_me: error: cannot run test program while cross compiling
17672 See \`config.log' for more details." >&2;}
17673 { (exit 1); exit 1; }; }
17675 cat >conftest.
$ac_ext <<_ACEOF
17678 cat confdefs.h
>>conftest.
$ac_ext
17679 cat >>conftest.
$ac_ext <<_ACEOF
17680 /* end confdefs.h. */
17681 $ac_includes_default
17682 long longval () { return (long) (sizeof (long)); }
17683 unsigned long ulongval () { return (long) (sizeof (long)); }
17685 #include <stdlib.h>
17690 FILE *f = fopen ("conftest.val", "w");
17693 if (((long) (sizeof (long))) < 0)
17695 long i = longval ();
17696 if (i != ((long) (sizeof (long))))
17698 fprintf (f, "%ld\n", i);
17702 unsigned long i = ulongval ();
17703 if (i != ((long) (sizeof (long))))
17705 fprintf (f, "%lu\n", i);
17707 exit (ferror (f) || fclose (f) != 0);
17713 rm -f conftest
$ac_exeext
17714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17715 (eval $ac_link) 2>&5
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17720 (eval $ac_try) 2>&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); }; }; then
17724 ac_cv_sizeof_long
=`cat conftest.val`
17726 echo "$as_me: program exited with status $ac_status" >&5
17727 echo "$as_me: failed program was:" >&5
17728 sed 's/^/| /' conftest.
$ac_ext >&5
17730 ( exit $ac_status )
17731 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17732 See \`config.log' for more details." >&5
17733 echo "$as_me: error: cannot compute sizeof (long), 77
17734 See \`config.log' for more details." >&2;}
17735 { (exit 1); exit 1; }; }
17737 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17742 ac_cv_sizeof_long
=0
17745 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17746 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17747 cat >>confdefs.h
<<_ACEOF
17748 #define SIZEOF_LONG $ac_cv_sizeof_long
17752 echo "$as_me:$LINENO: checking for size_t" >&5
17753 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17754 if test "${ac_cv_type_size_t+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17757 cat >conftest.
$ac_ext <<_ACEOF
17760 cat confdefs.h
>>conftest.
$ac_ext
17761 cat >>conftest.
$ac_ext <<_ACEOF
17762 /* end confdefs.h. */
17763 $ac_includes_default
17769 if (sizeof (size_t))
17775 rm -f conftest.
$ac_objext
17776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17777 (eval $ac_compile) 2>conftest.er1
17779 grep -v '^ *+' conftest.er1
>conftest.err
17781 cat conftest.err
>&5
17782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17783 (exit $ac_status); } &&
17784 { ac_try
='test -z "$ac_c_werror_flag"
17785 || test ! -s conftest.err'
17786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17787 (eval $ac_try) 2>&5
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); }; } &&
17791 { ac_try
='test -s conftest.$ac_objext'
17792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17793 (eval $ac_try) 2>&5
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); }; }; then
17797 ac_cv_type_size_t
=yes
17799 echo "$as_me: failed program was:" >&5
17800 sed 's/^/| /' conftest.
$ac_ext >&5
17802 ac_cv_type_size_t
=no
17804 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17806 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17807 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17809 echo "$as_me:$LINENO: checking size of size_t" >&5
17810 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17811 if test "${ac_cv_sizeof_size_t+set}" = set; then
17812 echo $ECHO_N "(cached) $ECHO_C" >&6
17814 if test "$ac_cv_type_size_t" = yes; then
17815 # The cast to unsigned long works around a bug in the HP C Compiler
17816 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17817 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17818 # This bug is HP SR number 8606223364.
17819 if test "$cross_compiling" = yes; then
17820 # Depending upon the size, compute the lo and hi bounds.
17821 cat >conftest.
$ac_ext <<_ACEOF
17824 cat confdefs.h
>>conftest.
$ac_ext
17825 cat >>conftest.
$ac_ext <<_ACEOF
17826 /* end confdefs.h. */
17827 $ac_includes_default
17831 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17838 rm -f conftest.
$ac_objext
17839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17840 (eval $ac_compile) 2>conftest.er1
17842 grep -v '^ *+' conftest.er1
>conftest.err
17844 cat conftest.err
>&5
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); } &&
17847 { ac_try
='test -z "$ac_c_werror_flag"
17848 || test ! -s conftest.err'
17849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17850 (eval $ac_try) 2>&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); }; } &&
17854 { ac_try
='test -s conftest.$ac_objext'
17855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17856 (eval $ac_try) 2>&5
17858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17859 (exit $ac_status); }; }; then
17862 cat >conftest.
$ac_ext <<_ACEOF
17865 cat confdefs.h
>>conftest.
$ac_ext
17866 cat >>conftest.
$ac_ext <<_ACEOF
17867 /* end confdefs.h. */
17868 $ac_includes_default
17872 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
17879 rm -f conftest.
$ac_objext
17880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17881 (eval $ac_compile) 2>conftest.er1
17883 grep -v '^ *+' conftest.er1
>conftest.err
17885 cat conftest.err
>&5
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); } &&
17888 { ac_try
='test -z "$ac_c_werror_flag"
17889 || test ! -s conftest.err'
17890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891 (eval $ac_try) 2>&5
17893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894 (exit $ac_status); }; } &&
17895 { ac_try
='test -s conftest.$ac_objext'
17896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17897 (eval $ac_try) 2>&5
17899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900 (exit $ac_status); }; }; then
17901 ac_hi
=$ac_mid; break
17903 echo "$as_me: failed program was:" >&5
17904 sed 's/^/| /' conftest.
$ac_ext >&5
17906 ac_lo
=`expr $ac_mid + 1`
17907 if test $ac_lo -le $ac_mid; then
17911 ac_mid
=`expr 2 '*' $ac_mid + 1`
17913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17916 echo "$as_me: failed program was:" >&5
17917 sed 's/^/| /' conftest.
$ac_ext >&5
17919 cat >conftest.
$ac_ext <<_ACEOF
17922 cat confdefs.h
>>conftest.
$ac_ext
17923 cat >>conftest.
$ac_ext <<_ACEOF
17924 /* end confdefs.h. */
17925 $ac_includes_default
17929 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
17936 rm -f conftest.
$ac_objext
17937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17938 (eval $ac_compile) 2>conftest.er1
17940 grep -v '^ *+' conftest.er1
>conftest.err
17942 cat conftest.err
>&5
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); } &&
17945 { ac_try
='test -z "$ac_c_werror_flag"
17946 || test ! -s conftest.err'
17947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17948 (eval $ac_try) 2>&5
17950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951 (exit $ac_status); }; } &&
17952 { ac_try
='test -s conftest.$ac_objext'
17953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17954 (eval $ac_try) 2>&5
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); }; }; then
17960 cat >conftest.
$ac_ext <<_ACEOF
17963 cat confdefs.h
>>conftest.
$ac_ext
17964 cat >>conftest.
$ac_ext <<_ACEOF
17965 /* end confdefs.h. */
17966 $ac_includes_default
17970 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
17977 rm -f conftest.
$ac_objext
17978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17979 (eval $ac_compile) 2>conftest.er1
17981 grep -v '^ *+' conftest.er1
>conftest.err
17983 cat conftest.err
>&5
17984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17985 (exit $ac_status); } &&
17986 { ac_try
='test -z "$ac_c_werror_flag"
17987 || test ! -s conftest.err'
17988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17989 (eval $ac_try) 2>&5
17991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17992 (exit $ac_status); }; } &&
17993 { ac_try
='test -s conftest.$ac_objext'
17994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17995 (eval $ac_try) 2>&5
17997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17998 (exit $ac_status); }; }; then
17999 ac_lo
=$ac_mid; break
18001 echo "$as_me: failed program was:" >&5
18002 sed 's/^/| /' conftest.
$ac_ext >&5
18004 ac_hi
=`expr '(' $ac_mid ')' - 1`
18005 if test $ac_mid -le $ac_hi; then
18009 ac_mid
=`expr 2 '*' $ac_mid`
18011 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18014 echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.
$ac_ext >&5
18019 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18021 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18022 # Binary search between lo and hi bounds.
18023 while test "x$ac_lo" != "x$ac_hi"; do
18024 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18025 cat >conftest.
$ac_ext <<_ACEOF
18028 cat confdefs.h
>>conftest.
$ac_ext
18029 cat >>conftest.
$ac_ext <<_ACEOF
18030 /* end confdefs.h. */
18031 $ac_includes_default
18035 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18042 rm -f conftest.
$ac_objext
18043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18044 (eval $ac_compile) 2>conftest.er1
18046 grep -v '^ *+' conftest.er1
>conftest.err
18048 cat conftest.err
>&5
18049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050 (exit $ac_status); } &&
18051 { ac_try
='test -z "$ac_c_werror_flag"
18052 || test ! -s conftest.err'
18053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18054 (eval $ac_try) 2>&5
18056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); }; } &&
18058 { ac_try
='test -s conftest.$ac_objext'
18059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18060 (eval $ac_try) 2>&5
18062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063 (exit $ac_status); }; }; then
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.
$ac_ext >&5
18069 ac_lo
=`expr '(' $ac_mid ')' + 1`
18071 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18074 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
18075 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18076 See \`config.log' for more details." >&5
18077 echo "$as_me: error: cannot compute sizeof (size_t), 77
18078 See \`config.log' for more details." >&2;}
18079 { (exit 1); exit 1; }; } ;;
18082 if test "$cross_compiling" = yes; then
18083 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18084 See \`config.log' for more details." >&5
18085 echo "$as_me: error: cannot run test program while cross compiling
18086 See \`config.log' for more details." >&2;}
18087 { (exit 1); exit 1; }; }
18089 cat >conftest.
$ac_ext <<_ACEOF
18092 cat confdefs.h
>>conftest.
$ac_ext
18093 cat >>conftest.
$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18095 $ac_includes_default
18096 long longval () { return (long) (sizeof (size_t)); }
18097 unsigned long ulongval () { return (long) (sizeof (size_t)); }
18099 #include <stdlib.h>
18104 FILE *f = fopen ("conftest.val", "w");
18107 if (((long) (sizeof (size_t))) < 0)
18109 long i = longval ();
18110 if (i != ((long) (sizeof (size_t))))
18112 fprintf (f, "%ld\n", i);
18116 unsigned long i = ulongval ();
18117 if (i != ((long) (sizeof (size_t))))
18119 fprintf (f, "%lu\n", i);
18121 exit (ferror (f) || fclose (f) != 0);
18127 rm -f conftest
$ac_exeext
18128 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18129 (eval $ac_link) 2>&5
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18134 (eval $ac_try) 2>&5
18136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18137 (exit $ac_status); }; }; then
18138 ac_cv_sizeof_size_t
=`cat conftest.val`
18140 echo "$as_me: program exited with status $ac_status" >&5
18141 echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.
$ac_ext >&5
18144 ( exit $ac_status )
18145 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18146 See \`config.log' for more details." >&5
18147 echo "$as_me: error: cannot compute sizeof (size_t), 77
18148 See \`config.log' for more details." >&2;}
18149 { (exit 1); exit 1; }; }
18151 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18156 ac_cv_sizeof_size_t
=0
18159 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18160 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18161 cat >>confdefs.h
<<_ACEOF
18162 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18169 echo "$as_me:$LINENO: checking for long long" >&5
18170 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18171 if test "${ac_cv_type_long_long+set}" = set; then
18172 echo $ECHO_N "(cached) $ECHO_C" >&6
18174 cat >conftest.
$ac_ext <<_ACEOF
18177 cat confdefs.h
>>conftest.
$ac_ext
18178 cat >>conftest.
$ac_ext <<_ACEOF
18179 /* end confdefs.h. */
18180 $ac_includes_default
18184 if ((long long *) 0)
18186 if (sizeof (long long))
18192 rm -f conftest.
$ac_objext
18193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18194 (eval $ac_compile) 2>conftest.er1
18196 grep -v '^ *+' conftest.er1
>conftest.err
18198 cat conftest.err
>&5
18199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18200 (exit $ac_status); } &&
18201 { ac_try
='test -z "$ac_c_werror_flag"
18202 || test ! -s conftest.err'
18203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18204 (eval $ac_try) 2>&5
18206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18207 (exit $ac_status); }; } &&
18208 { ac_try
='test -s conftest.$ac_objext'
18209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18210 (eval $ac_try) 2>&5
18212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18213 (exit $ac_status); }; }; then
18214 ac_cv_type_long_long
=yes
18216 echo "$as_me: failed program was:" >&5
18217 sed 's/^/| /' conftest.
$ac_ext >&5
18219 ac_cv_type_long_long
=no
18221 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18223 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18224 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18226 echo "$as_me:$LINENO: checking size of long long" >&5
18227 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18228 if test "${ac_cv_sizeof_long_long+set}" = set; then
18229 echo $ECHO_N "(cached) $ECHO_C" >&6
18231 if test "$ac_cv_type_long_long" = yes; then
18232 # The cast to unsigned long works around a bug in the HP C Compiler
18233 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18234 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18235 # This bug is HP SR number 8606223364.
18236 if test "$cross_compiling" = yes; then
18237 # Depending upon the size, compute the lo and hi bounds.
18238 cat >conftest.
$ac_ext <<_ACEOF
18241 cat confdefs.h
>>conftest.
$ac_ext
18242 cat >>conftest.
$ac_ext <<_ACEOF
18243 /* end confdefs.h. */
18244 $ac_includes_default
18248 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18255 rm -f conftest.
$ac_objext
18256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18257 (eval $ac_compile) 2>conftest.er1
18259 grep -v '^ *+' conftest.er1
>conftest.err
18261 cat conftest.err
>&5
18262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18263 (exit $ac_status); } &&
18264 { ac_try
='test -z "$ac_c_werror_flag"
18265 || test ! -s conftest.err'
18266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18267 (eval $ac_try) 2>&5
18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); }; } &&
18271 { ac_try
='test -s conftest.$ac_objext'
18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18273 (eval $ac_try) 2>&5
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); }; }; then
18279 cat >conftest.
$ac_ext <<_ACEOF
18282 cat confdefs.h
>>conftest.
$ac_ext
18283 cat >>conftest.
$ac_ext <<_ACEOF
18284 /* end confdefs.h. */
18285 $ac_includes_default
18289 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18296 rm -f conftest.
$ac_objext
18297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18298 (eval $ac_compile) 2>conftest.er1
18300 grep -v '^ *+' conftest.er1
>conftest.err
18302 cat conftest.err
>&5
18303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18304 (exit $ac_status); } &&
18305 { ac_try
='test -z "$ac_c_werror_flag"
18306 || test ! -s conftest.err'
18307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18308 (eval $ac_try) 2>&5
18310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18311 (exit $ac_status); }; } &&
18312 { ac_try
='test -s conftest.$ac_objext'
18313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18314 (eval $ac_try) 2>&5
18316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); }; }; then
18318 ac_hi
=$ac_mid; break
18320 echo "$as_me: failed program was:" >&5
18321 sed 's/^/| /' conftest.
$ac_ext >&5
18323 ac_lo
=`expr $ac_mid + 1`
18324 if test $ac_lo -le $ac_mid; then
18328 ac_mid
=`expr 2 '*' $ac_mid + 1`
18330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18333 echo "$as_me: failed program was:" >&5
18334 sed 's/^/| /' conftest.
$ac_ext >&5
18336 cat >conftest.
$ac_ext <<_ACEOF
18339 cat confdefs.h
>>conftest.
$ac_ext
18340 cat >>conftest.
$ac_ext <<_ACEOF
18341 /* end confdefs.h. */
18342 $ac_includes_default
18346 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18353 rm -f conftest.
$ac_objext
18354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18355 (eval $ac_compile) 2>conftest.er1
18357 grep -v '^ *+' conftest.er1
>conftest.err
18359 cat conftest.err
>&5
18360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18361 (exit $ac_status); } &&
18362 { ac_try
='test -z "$ac_c_werror_flag"
18363 || test ! -s conftest.err'
18364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18365 (eval $ac_try) 2>&5
18367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18368 (exit $ac_status); }; } &&
18369 { ac_try
='test -s conftest.$ac_objext'
18370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18371 (eval $ac_try) 2>&5
18373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18374 (exit $ac_status); }; }; then
18377 cat >conftest.
$ac_ext <<_ACEOF
18380 cat confdefs.h
>>conftest.
$ac_ext
18381 cat >>conftest.
$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18383 $ac_includes_default
18387 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18394 rm -f conftest.
$ac_objext
18395 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18396 (eval $ac_compile) 2>conftest.er1
18398 grep -v '^ *+' conftest.er1
>conftest.err
18400 cat conftest.err
>&5
18401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18402 (exit $ac_status); } &&
18403 { ac_try
='test -z "$ac_c_werror_flag"
18404 || test ! -s conftest.err'
18405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18406 (eval $ac_try) 2>&5
18408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18409 (exit $ac_status); }; } &&
18410 { ac_try
='test -s conftest.$ac_objext'
18411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18412 (eval $ac_try) 2>&5
18414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18415 (exit $ac_status); }; }; then
18416 ac_lo
=$ac_mid; break
18418 echo "$as_me: failed program was:" >&5
18419 sed 's/^/| /' conftest.
$ac_ext >&5
18421 ac_hi
=`expr '(' $ac_mid ')' - 1`
18422 if test $ac_mid -le $ac_hi; then
18426 ac_mid
=`expr 2 '*' $ac_mid`
18428 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18431 echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.
$ac_ext >&5
18436 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18438 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18439 # Binary search between lo and hi bounds.
18440 while test "x$ac_lo" != "x$ac_hi"; do
18441 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18442 cat >conftest.
$ac_ext <<_ACEOF
18445 cat confdefs.h
>>conftest.
$ac_ext
18446 cat >>conftest.
$ac_ext <<_ACEOF
18447 /* end confdefs.h. */
18448 $ac_includes_default
18452 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18459 rm -f conftest.
$ac_objext
18460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18461 (eval $ac_compile) 2>conftest.er1
18463 grep -v '^ *+' conftest.er1
>conftest.err
18465 cat conftest.err
>&5
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } &&
18468 { ac_try
='test -z "$ac_c_werror_flag"
18469 || test ! -s conftest.err'
18470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18471 (eval $ac_try) 2>&5
18473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474 (exit $ac_status); }; } &&
18475 { ac_try
='test -s conftest.$ac_objext'
18476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18477 (eval $ac_try) 2>&5
18479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); }; }; then
18483 echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.
$ac_ext >&5
18486 ac_lo
=`expr '(' $ac_mid ')' + 1`
18488 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18491 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
18492 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18493 See \`config.log' for more details." >&5
18494 echo "$as_me: error: cannot compute sizeof (long long), 77
18495 See \`config.log' for more details." >&2;}
18496 { (exit 1); exit 1; }; } ;;
18499 if test "$cross_compiling" = yes; then
18500 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18501 See \`config.log' for more details." >&5
18502 echo "$as_me: error: cannot run test program while cross compiling
18503 See \`config.log' for more details." >&2;}
18504 { (exit 1); exit 1; }; }
18506 cat >conftest.
$ac_ext <<_ACEOF
18509 cat confdefs.h
>>conftest.
$ac_ext
18510 cat >>conftest.
$ac_ext <<_ACEOF
18511 /* end confdefs.h. */
18512 $ac_includes_default
18513 long longval () { return (long) (sizeof (long long)); }
18514 unsigned long ulongval () { return (long) (sizeof (long long)); }
18516 #include <stdlib.h>
18521 FILE *f = fopen ("conftest.val", "w");
18524 if (((long) (sizeof (long long))) < 0)
18526 long i = longval ();
18527 if (i != ((long) (sizeof (long long))))
18529 fprintf (f, "%ld\n", i);
18533 unsigned long i = ulongval ();
18534 if (i != ((long) (sizeof (long long))))
18536 fprintf (f, "%lu\n", i);
18538 exit (ferror (f) || fclose (f) != 0);
18544 rm -f conftest
$ac_exeext
18545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18546 (eval $ac_link) 2>&5
18548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18549 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18551 (eval $ac_try) 2>&5
18553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18554 (exit $ac_status); }; }; then
18555 ac_cv_sizeof_long_long
=`cat conftest.val`
18557 echo "$as_me: program exited with status $ac_status" >&5
18558 echo "$as_me: failed program was:" >&5
18559 sed 's/^/| /' conftest.
$ac_ext >&5
18561 ( exit $ac_status )
18562 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18563 See \`config.log' for more details." >&5
18564 echo "$as_me: error: cannot compute sizeof (long long), 77
18565 See \`config.log' for more details." >&2;}
18566 { (exit 1); exit 1; }; }
18568 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18573 ac_cv_sizeof_long_long
=0
18576 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18577 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18578 cat >>confdefs.h
<<_ACEOF
18579 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18585 echo "$as_me:$LINENO: checking for long long" >&5
18586 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18587 if test "${ac_cv_type_long_long+set}" = set; then
18588 echo $ECHO_N "(cached) $ECHO_C" >&6
18590 cat >conftest.
$ac_ext <<_ACEOF
18593 cat confdefs.h
>>conftest.
$ac_ext
18594 cat >>conftest.
$ac_ext <<_ACEOF
18595 /* end confdefs.h. */
18596 $ac_includes_default
18600 if ((long long *) 0)
18602 if (sizeof (long long))
18608 rm -f conftest.
$ac_objext
18609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18610 (eval $ac_compile) 2>conftest.er1
18612 grep -v '^ *+' conftest.er1
>conftest.err
18614 cat conftest.err
>&5
18615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616 (exit $ac_status); } &&
18617 { ac_try
='test -z "$ac_c_werror_flag"
18618 || test ! -s conftest.err'
18619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18620 (eval $ac_try) 2>&5
18622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18623 (exit $ac_status); }; } &&
18624 { ac_try
='test -s conftest.$ac_objext'
18625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18626 (eval $ac_try) 2>&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); }; }; then
18630 ac_cv_type_long_long
=yes
18632 echo "$as_me: failed program was:" >&5
18633 sed 's/^/| /' conftest.
$ac_ext >&5
18635 ac_cv_type_long_long
=no
18637 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18639 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18640 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18642 echo "$as_me:$LINENO: checking size of long long" >&5
18643 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18644 if test "${ac_cv_sizeof_long_long+set}" = set; then
18645 echo $ECHO_N "(cached) $ECHO_C" >&6
18647 if test "$ac_cv_type_long_long" = yes; then
18648 # The cast to unsigned long works around a bug in the HP C Compiler
18649 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18650 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18651 # This bug is HP SR number 8606223364.
18652 if test "$cross_compiling" = yes; then
18653 # Depending upon the size, compute the lo and hi bounds.
18654 cat >conftest.
$ac_ext <<_ACEOF
18657 cat confdefs.h
>>conftest.
$ac_ext
18658 cat >>conftest.
$ac_ext <<_ACEOF
18659 /* end confdefs.h. */
18660 $ac_includes_default
18664 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18671 rm -f conftest.
$ac_objext
18672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18673 (eval $ac_compile) 2>conftest.er1
18675 grep -v '^ *+' conftest.er1
>conftest.err
18677 cat conftest.err
>&5
18678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679 (exit $ac_status); } &&
18680 { ac_try
='test -z "$ac_c_werror_flag"
18681 || test ! -s conftest.err'
18682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18683 (eval $ac_try) 2>&5
18685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); }; } &&
18687 { ac_try
='test -s conftest.$ac_objext'
18688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18689 (eval $ac_try) 2>&5
18691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692 (exit $ac_status); }; }; then
18695 cat >conftest.
$ac_ext <<_ACEOF
18698 cat confdefs.h
>>conftest.
$ac_ext
18699 cat >>conftest.
$ac_ext <<_ACEOF
18700 /* end confdefs.h. */
18701 $ac_includes_default
18705 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18712 rm -f conftest.
$ac_objext
18713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18714 (eval $ac_compile) 2>conftest.er1
18716 grep -v '^ *+' conftest.er1
>conftest.err
18718 cat conftest.err
>&5
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); } &&
18721 { ac_try
='test -z "$ac_c_werror_flag"
18722 || test ! -s conftest.err'
18723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18724 (eval $ac_try) 2>&5
18726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18727 (exit $ac_status); }; } &&
18728 { ac_try
='test -s conftest.$ac_objext'
18729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18730 (eval $ac_try) 2>&5
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); }; }; then
18734 ac_hi
=$ac_mid; break
18736 echo "$as_me: failed program was:" >&5
18737 sed 's/^/| /' conftest.
$ac_ext >&5
18739 ac_lo
=`expr $ac_mid + 1`
18740 if test $ac_lo -le $ac_mid; then
18744 ac_mid
=`expr 2 '*' $ac_mid + 1`
18746 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18749 echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.
$ac_ext >&5
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 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18769 rm -f conftest.
$ac_objext
18770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18771 (eval $ac_compile) 2>conftest.er1
18773 grep -v '^ *+' conftest.er1
>conftest.err
18775 cat conftest.err
>&5
18776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18777 (exit $ac_status); } &&
18778 { ac_try
='test -z "$ac_c_werror_flag"
18779 || 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
18793 cat >conftest.
$ac_ext <<_ACEOF
18796 cat confdefs.h
>>conftest.
$ac_ext
18797 cat >>conftest.
$ac_ext <<_ACEOF
18798 /* end confdefs.h. */
18799 $ac_includes_default
18803 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18810 rm -f conftest.
$ac_objext
18811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18812 (eval $ac_compile) 2>conftest.er1
18814 grep -v '^ *+' conftest.er1
>conftest.err
18816 cat conftest.err
>&5
18817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818 (exit $ac_status); } &&
18819 { ac_try
='test -z "$ac_c_werror_flag"
18820 || test ! -s conftest.err'
18821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18822 (eval $ac_try) 2>&5
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); }; } &&
18826 { ac_try
='test -s conftest.$ac_objext'
18827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18828 (eval $ac_try) 2>&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); }; }; then
18832 ac_lo
=$ac_mid; break
18834 echo "$as_me: failed program was:" >&5
18835 sed 's/^/| /' conftest.
$ac_ext >&5
18837 ac_hi
=`expr '(' $ac_mid ')' - 1`
18838 if test $ac_mid -le $ac_hi; then
18842 ac_mid
=`expr 2 '*' $ac_mid`
18844 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18847 echo "$as_me: failed program was:" >&5
18848 sed 's/^/| /' conftest.
$ac_ext >&5
18852 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18854 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18855 # Binary search between lo and hi bounds.
18856 while test "x$ac_lo" != "x$ac_hi"; do
18857 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18858 cat >conftest.
$ac_ext <<_ACEOF
18861 cat confdefs.h
>>conftest.
$ac_ext
18862 cat >>conftest.
$ac_ext <<_ACEOF
18863 /* end confdefs.h. */
18864 $ac_includes_default
18868 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18875 rm -f conftest.
$ac_objext
18876 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18877 (eval $ac_compile) 2>conftest.er1
18879 grep -v '^ *+' conftest.er1
>conftest.err
18881 cat conftest.err
>&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } &&
18884 { ac_try
='test -z "$ac_c_werror_flag"
18885 || test ! -s conftest.err'
18886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18887 (eval $ac_try) 2>&5
18889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18890 (exit $ac_status); }; } &&
18891 { ac_try
='test -s conftest.$ac_objext'
18892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18893 (eval $ac_try) 2>&5
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); }; }; then
18899 echo "$as_me: failed program was:" >&5
18900 sed 's/^/| /' conftest.
$ac_ext >&5
18902 ac_lo
=`expr '(' $ac_mid ')' + 1`
18904 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18907 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
18908 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18909 See \`config.log' for more details." >&5
18910 echo "$as_me: error: cannot compute sizeof (long long), 77
18911 See \`config.log' for more details." >&2;}
18912 { (exit 1); exit 1; }; } ;;
18915 if test "$cross_compiling" = yes; then
18916 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18917 See \`config.log' for more details." >&5
18918 echo "$as_me: error: cannot run test program while cross compiling
18919 See \`config.log' for more details." >&2;}
18920 { (exit 1); exit 1; }; }
18922 cat >conftest.
$ac_ext <<_ACEOF
18925 cat confdefs.h
>>conftest.
$ac_ext
18926 cat >>conftest.
$ac_ext <<_ACEOF
18927 /* end confdefs.h. */
18928 $ac_includes_default
18929 long longval () { return (long) (sizeof (long long)); }
18930 unsigned long ulongval () { return (long) (sizeof (long long)); }
18932 #include <stdlib.h>
18937 FILE *f = fopen ("conftest.val", "w");
18940 if (((long) (sizeof (long long))) < 0)
18942 long i = longval ();
18943 if (i != ((long) (sizeof (long long))))
18945 fprintf (f, "%ld\n", i);
18949 unsigned long i = ulongval ();
18950 if (i != ((long) (sizeof (long long))))
18952 fprintf (f, "%lu\n", i);
18954 exit (ferror (f) || fclose (f) != 0);
18960 rm -f conftest
$ac_exeext
18961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18962 (eval $ac_link) 2>&5
18964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18965 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18967 (eval $ac_try) 2>&5
18969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18970 (exit $ac_status); }; }; then
18971 ac_cv_sizeof_long_long
=`cat conftest.val`
18973 echo "$as_me: program exited with status $ac_status" >&5
18974 echo "$as_me: failed program was:" >&5
18975 sed 's/^/| /' conftest.
$ac_ext >&5
18977 ( exit $ac_status )
18978 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18979 See \`config.log' for more details." >&5
18980 echo "$as_me: error: cannot compute sizeof (long long), 77
18981 See \`config.log' for more details." >&2;}
18982 { (exit 1); exit 1; }; }
18984 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18989 ac_cv_sizeof_long_long
=0
18992 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18993 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18994 cat >>confdefs.h
<<_ACEOF
18995 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18999 if test "$ac_cv_sizeof_long_long" != "0"; then
19000 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
19004 echo "$as_me:$LINENO: checking for long long" >&5
19005 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19006 if test "${ac_cv_type_long_long+set}" = set; then
19007 echo $ECHO_N "(cached) $ECHO_C" >&6
19009 cat >conftest.
$ac_ext <<_ACEOF
19012 cat confdefs.h
>>conftest.
$ac_ext
19013 cat >>conftest.
$ac_ext <<_ACEOF
19014 /* end confdefs.h. */
19015 $ac_includes_default
19019 if ((long long *) 0)
19021 if (sizeof (long long))
19027 rm -f conftest.
$ac_objext
19028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19029 (eval $ac_compile) 2>conftest.er1
19031 grep -v '^ *+' conftest.er1
>conftest.err
19033 cat conftest.err
>&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); } &&
19036 { ac_try
='test -z "$ac_c_werror_flag"
19037 || test ! -s conftest.err'
19038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19039 (eval $ac_try) 2>&5
19041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19042 (exit $ac_status); }; } &&
19043 { ac_try
='test -s conftest.$ac_objext'
19044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19045 (eval $ac_try) 2>&5
19047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048 (exit $ac_status); }; }; then
19049 ac_cv_type_long_long
=yes
19051 echo "$as_me: failed program was:" >&5
19052 sed 's/^/| /' conftest.
$ac_ext >&5
19054 ac_cv_type_long_long
=no
19056 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19058 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19059 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19061 echo "$as_me:$LINENO: checking size of long long" >&5
19062 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19063 if test "${ac_cv_sizeof_long_long+set}" = set; then
19064 echo $ECHO_N "(cached) $ECHO_C" >&6
19066 if test "$ac_cv_type_long_long" = yes; then
19067 # The cast to unsigned long works around a bug in the HP C Compiler
19068 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19069 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19070 # This bug is HP SR number 8606223364.
19071 if test "$cross_compiling" = yes; then
19072 # Depending upon the size, compute the lo and hi bounds.
19073 cat >conftest.
$ac_ext <<_ACEOF
19076 cat confdefs.h
>>conftest.
$ac_ext
19077 cat >>conftest.
$ac_ext <<_ACEOF
19078 /* end confdefs.h. */
19079 $ac_includes_default
19083 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19090 rm -f conftest.
$ac_objext
19091 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19092 (eval $ac_compile) 2>conftest.er1
19094 grep -v '^ *+' conftest.er1
>conftest.err
19096 cat conftest.err
>&5
19097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); } &&
19099 { ac_try
='test -z "$ac_c_werror_flag"
19100 || test ! -s conftest.err'
19101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19102 (eval $ac_try) 2>&5
19104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19105 (exit $ac_status); }; } &&
19106 { ac_try
='test -s conftest.$ac_objext'
19107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19108 (eval $ac_try) 2>&5
19110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19111 (exit $ac_status); }; }; then
19114 cat >conftest.
$ac_ext <<_ACEOF
19117 cat confdefs.h
>>conftest.
$ac_ext
19118 cat >>conftest.
$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19120 $ac_includes_default
19124 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19131 rm -f conftest.
$ac_objext
19132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19133 (eval $ac_compile) 2>conftest.er1
19135 grep -v '^ *+' conftest.er1
>conftest.err
19137 cat conftest.err
>&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); } &&
19140 { ac_try
='test -z "$ac_c_werror_flag"
19141 || test ! -s conftest.err'
19142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19143 (eval $ac_try) 2>&5
19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); }; } &&
19147 { ac_try
='test -s conftest.$ac_objext'
19148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19149 (eval $ac_try) 2>&5
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); }; }; then
19153 ac_hi
=$ac_mid; break
19155 echo "$as_me: failed program was:" >&5
19156 sed 's/^/| /' conftest.
$ac_ext >&5
19158 ac_lo
=`expr $ac_mid + 1`
19159 if test $ac_lo -le $ac_mid; then
19163 ac_mid
=`expr 2 '*' $ac_mid + 1`
19165 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19168 echo "$as_me: failed program was:" >&5
19169 sed 's/^/| /' conftest.
$ac_ext >&5
19171 cat >conftest.
$ac_ext <<_ACEOF
19174 cat confdefs.h
>>conftest.
$ac_ext
19175 cat >>conftest.
$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19181 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19188 rm -f conftest.
$ac_objext
19189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19190 (eval $ac_compile) 2>conftest.er1
19192 grep -v '^ *+' conftest.er1
>conftest.err
19194 cat conftest.err
>&5
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); } &&
19197 { ac_try
='test -z "$ac_c_werror_flag"
19198 || test ! -s conftest.err'
19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19200 (eval $ac_try) 2>&5
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); }; } &&
19204 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
19212 cat >conftest.
$ac_ext <<_ACEOF
19215 cat confdefs.h
>>conftest.
$ac_ext
19216 cat >>conftest.
$ac_ext <<_ACEOF
19217 /* end confdefs.h. */
19218 $ac_includes_default
19222 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19229 rm -f conftest.
$ac_objext
19230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19231 (eval $ac_compile) 2>conftest.er1
19233 grep -v '^ *+' conftest.er1
>conftest.err
19235 cat conftest.err
>&5
19236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } &&
19238 { ac_try
='test -z "$ac_c_werror_flag"
19239 || test ! -s conftest.err'
19240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19241 (eval $ac_try) 2>&5
19243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19244 (exit $ac_status); }; } &&
19245 { ac_try
='test -s conftest.$ac_objext'
19246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19247 (eval $ac_try) 2>&5
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); }; }; then
19251 ac_lo
=$ac_mid; break
19253 echo "$as_me: failed program was:" >&5
19254 sed 's/^/| /' conftest.
$ac_ext >&5
19256 ac_hi
=`expr '(' $ac_mid ')' - 1`
19257 if test $ac_mid -le $ac_hi; then
19261 ac_mid
=`expr 2 '*' $ac_mid`
19263 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19266 echo "$as_me: failed program was:" >&5
19267 sed 's/^/| /' conftest.
$ac_ext >&5
19271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19273 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19274 # Binary search between lo and hi bounds.
19275 while test "x$ac_lo" != "x$ac_hi"; do
19276 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19277 cat >conftest.
$ac_ext <<_ACEOF
19280 cat confdefs.h
>>conftest.
$ac_ext
19281 cat >>conftest.
$ac_ext <<_ACEOF
19282 /* end confdefs.h. */
19283 $ac_includes_default
19287 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19294 rm -f conftest.
$ac_objext
19295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19296 (eval $ac_compile) 2>conftest.er1
19298 grep -v '^ *+' conftest.er1
>conftest.err
19300 cat conftest.err
>&5
19301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302 (exit $ac_status); } &&
19303 { ac_try
='test -z "$ac_c_werror_flag"
19304 || test ! -s conftest.err'
19305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19306 (eval $ac_try) 2>&5
19308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); }; } &&
19310 { ac_try
='test -s conftest.$ac_objext'
19311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19312 (eval $ac_try) 2>&5
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); }; }; then
19318 echo "$as_me: failed program was:" >&5
19319 sed 's/^/| /' conftest.
$ac_ext >&5
19321 ac_lo
=`expr '(' $ac_mid ')' + 1`
19323 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19326 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19327 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19328 See \`config.log' for more details." >&5
19329 echo "$as_me: error: cannot compute sizeof (long long), 77
19330 See \`config.log' for more details." >&2;}
19331 { (exit 1); exit 1; }; } ;;
19334 if test "$cross_compiling" = yes; then
19335 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19336 See \`config.log' for more details." >&5
19337 echo "$as_me: error: cannot run test program while cross compiling
19338 See \`config.log' for more details." >&2;}
19339 { (exit 1); exit 1; }; }
19341 cat >conftest.
$ac_ext <<_ACEOF
19344 cat confdefs.h
>>conftest.
$ac_ext
19345 cat >>conftest.
$ac_ext <<_ACEOF
19346 /* end confdefs.h. */
19347 $ac_includes_default
19348 long longval () { return (long) (sizeof (long long)); }
19349 unsigned long ulongval () { return (long) (sizeof (long long)); }
19351 #include <stdlib.h>
19356 FILE *f = fopen ("conftest.val", "w");
19359 if (((long) (sizeof (long long))) < 0)
19361 long i = longval ();
19362 if (i != ((long) (sizeof (long long))))
19364 fprintf (f, "%ld\n", i);
19368 unsigned long i = ulongval ();
19369 if (i != ((long) (sizeof (long long))))
19371 fprintf (f, "%lu\n", i);
19373 exit (ferror (f) || fclose (f) != 0);
19379 rm -f conftest
$ac_exeext
19380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19381 (eval $ac_link) 2>&5
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19386 (eval $ac_try) 2>&5
19388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19389 (exit $ac_status); }; }; then
19390 ac_cv_sizeof_long_long
=`cat conftest.val`
19392 echo "$as_me: program exited with status $ac_status" >&5
19393 echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.
$ac_ext >&5
19396 ( exit $ac_status )
19397 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19398 See \`config.log' for more details." >&5
19399 echo "$as_me: error: cannot compute sizeof (long long), 77
19400 See \`config.log' for more details." >&2;}
19401 { (exit 1); exit 1; }; }
19403 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19408 ac_cv_sizeof_long_long
=0
19411 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19412 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19413 cat >>confdefs.h
<<_ACEOF
19414 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19420 echo "$as_me:$LINENO: checking for wchar_t" >&5
19421 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19422 if test "${ac_cv_type_wchar_t+set}" = set; then
19423 echo $ECHO_N "(cached) $ECHO_C" >&6
19425 cat >conftest.
$ac_ext <<_ACEOF
19428 cat confdefs.h
>>conftest.
$ac_ext
19429 cat >>conftest.
$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19432 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19433 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19434 # error "fake wchar_t"
19436 #ifdef HAVE_WCHAR_H
19438 # include <stddef.h>
19440 # include <wchar.h>
19442 #ifdef HAVE_STDLIB_H
19443 # include <stdlib.h>
19454 if (sizeof (wchar_t))
19460 rm -f conftest.
$ac_objext
19461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19462 (eval $ac_compile) 2>conftest.er1
19464 grep -v '^ *+' conftest.er1
>conftest.err
19466 cat conftest.err
>&5
19467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19468 (exit $ac_status); } &&
19469 { ac_try
='test -z "$ac_c_werror_flag"
19470 || 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_cv_type_wchar_t
=yes
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.
$ac_ext >&5
19487 ac_cv_type_wchar_t
=no
19489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19491 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19492 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19494 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19495 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19496 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19497 echo $ECHO_N "(cached) $ECHO_C" >&6
19499 if test "$ac_cv_type_wchar_t" = yes; then
19500 # The cast to unsigned long works around a bug in the HP C Compiler
19501 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19502 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19503 # This bug is HP SR number 8606223364.
19504 if test "$cross_compiling" = yes; then
19505 # Depending upon the size, compute the lo and hi bounds.
19506 cat >conftest.
$ac_ext <<_ACEOF
19509 cat confdefs.h
>>conftest.
$ac_ext
19510 cat >>conftest.
$ac_ext <<_ACEOF
19511 /* end confdefs.h. */
19513 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19514 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19515 # error "fake wchar_t"
19517 #ifdef HAVE_WCHAR_H
19519 # include <stddef.h>
19521 # include <wchar.h>
19523 #ifdef HAVE_STDLIB_H
19524 # include <stdlib.h>
19533 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19540 rm -f conftest.
$ac_objext
19541 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19542 (eval $ac_compile) 2>conftest.er1
19544 grep -v '^ *+' conftest.er1
>conftest.err
19546 cat conftest.err
>&5
19547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } &&
19549 { ac_try
='test -z "$ac_c_werror_flag"
19550 || test ! -s conftest.err'
19551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19552 (eval $ac_try) 2>&5
19554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); }; } &&
19556 { ac_try
='test -s conftest.$ac_objext'
19557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19558 (eval $ac_try) 2>&5
19560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); }; }; then
19564 cat >conftest.
$ac_ext <<_ACEOF
19567 cat confdefs.h
>>conftest.
$ac_ext
19568 cat >>conftest.
$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19571 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19572 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19573 # error "fake wchar_t"
19575 #ifdef HAVE_WCHAR_H
19577 # include <stddef.h>
19579 # include <wchar.h>
19581 #ifdef HAVE_STDLIB_H
19582 # include <stdlib.h>
19591 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19598 rm -f conftest.
$ac_objext
19599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19600 (eval $ac_compile) 2>conftest.er1
19602 grep -v '^ *+' conftest.er1
>conftest.err
19604 cat conftest.err
>&5
19605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19606 (exit $ac_status); } &&
19607 { ac_try
='test -z "$ac_c_werror_flag"
19608 || test ! -s conftest.err'
19609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19610 (eval $ac_try) 2>&5
19612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19613 (exit $ac_status); }; } &&
19614 { ac_try
='test -s conftest.$ac_objext'
19615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19616 (eval $ac_try) 2>&5
19618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19619 (exit $ac_status); }; }; then
19620 ac_hi
=$ac_mid; break
19622 echo "$as_me: failed program was:" >&5
19623 sed 's/^/| /' conftest.
$ac_ext >&5
19625 ac_lo
=`expr $ac_mid + 1`
19626 if test $ac_lo -le $ac_mid; then
19630 ac_mid
=`expr 2 '*' $ac_mid + 1`
19632 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19635 echo "$as_me: failed program was:" >&5
19636 sed 's/^/| /' conftest.
$ac_ext >&5
19638 cat >conftest.
$ac_ext <<_ACEOF
19641 cat confdefs.h
>>conftest.
$ac_ext
19642 cat >>conftest.
$ac_ext <<_ACEOF
19643 /* end confdefs.h. */
19645 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19646 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19647 # error "fake wchar_t"
19649 #ifdef HAVE_WCHAR_H
19651 # include <stddef.h>
19653 # include <wchar.h>
19655 #ifdef HAVE_STDLIB_H
19656 # include <stdlib.h>
19665 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19672 rm -f conftest.
$ac_objext
19673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19674 (eval $ac_compile) 2>conftest.er1
19676 grep -v '^ *+' conftest.er1
>conftest.err
19678 cat conftest.err
>&5
19679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19680 (exit $ac_status); } &&
19681 { ac_try
='test -z "$ac_c_werror_flag"
19682 || test ! -s conftest.err'
19683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19684 (eval $ac_try) 2>&5
19686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19687 (exit $ac_status); }; } &&
19688 { ac_try
='test -s conftest.$ac_objext'
19689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19690 (eval $ac_try) 2>&5
19692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19693 (exit $ac_status); }; }; then
19696 cat >conftest.
$ac_ext <<_ACEOF
19699 cat confdefs.h
>>conftest.
$ac_ext
19700 cat >>conftest.
$ac_ext <<_ACEOF
19701 /* end confdefs.h. */
19703 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19704 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19705 # error "fake wchar_t"
19707 #ifdef HAVE_WCHAR_H
19709 # include <stddef.h>
19711 # include <wchar.h>
19713 #ifdef HAVE_STDLIB_H
19714 # include <stdlib.h>
19723 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19730 rm -f conftest.
$ac_objext
19731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19732 (eval $ac_compile) 2>conftest.er1
19734 grep -v '^ *+' conftest.er1
>conftest.err
19736 cat conftest.err
>&5
19737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738 (exit $ac_status); } &&
19739 { ac_try
='test -z "$ac_c_werror_flag"
19740 || test ! -s conftest.err'
19741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19742 (eval $ac_try) 2>&5
19744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19745 (exit $ac_status); }; } &&
19746 { ac_try
='test -s conftest.$ac_objext'
19747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19748 (eval $ac_try) 2>&5
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); }; }; then
19752 ac_lo
=$ac_mid; break
19754 echo "$as_me: failed program was:" >&5
19755 sed 's/^/| /' conftest.
$ac_ext >&5
19757 ac_hi
=`expr '(' $ac_mid ')' - 1`
19758 if test $ac_mid -le $ac_hi; then
19762 ac_mid
=`expr 2 '*' $ac_mid`
19764 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19767 echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.
$ac_ext >&5
19772 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19774 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19775 # Binary search between lo and hi bounds.
19776 while test "x$ac_lo" != "x$ac_hi"; do
19777 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19778 cat >conftest.
$ac_ext <<_ACEOF
19781 cat confdefs.h
>>conftest.
$ac_ext
19782 cat >>conftest.
$ac_ext <<_ACEOF
19783 /* end confdefs.h. */
19785 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19786 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19787 # error "fake wchar_t"
19789 #ifdef HAVE_WCHAR_H
19791 # include <stddef.h>
19793 # include <wchar.h>
19795 #ifdef HAVE_STDLIB_H
19796 # include <stdlib.h>
19805 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19812 rm -f conftest.
$ac_objext
19813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19814 (eval $ac_compile) 2>conftest.er1
19816 grep -v '^ *+' conftest.er1
>conftest.err
19818 cat conftest.err
>&5
19819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19820 (exit $ac_status); } &&
19821 { ac_try
='test -z "$ac_c_werror_flag"
19822 || test ! -s conftest.err'
19823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19824 (eval $ac_try) 2>&5
19826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19827 (exit $ac_status); }; } &&
19828 { ac_try
='test -s conftest.$ac_objext'
19829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19830 (eval $ac_try) 2>&5
19832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19833 (exit $ac_status); }; }; then
19836 echo "$as_me: failed program was:" >&5
19837 sed 's/^/| /' conftest.
$ac_ext >&5
19839 ac_lo
=`expr '(' $ac_mid ')' + 1`
19841 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19844 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
19845 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19846 See \`config.log' for more details." >&5
19847 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19848 See \`config.log' for more details." >&2;}
19849 { (exit 1); exit 1; }; } ;;
19852 if test "$cross_compiling" = yes; then
19853 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
19854 See \`config.log' for more details." >&5
19855 echo "$as_me: error: cannot run test program while cross compiling
19856 See \`config.log' for more details." >&2;}
19857 { (exit 1); exit 1; }; }
19859 cat >conftest.
$ac_ext <<_ACEOF
19862 cat confdefs.h
>>conftest.
$ac_ext
19863 cat >>conftest.
$ac_ext <<_ACEOF
19864 /* end confdefs.h. */
19866 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19867 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19868 # error "fake wchar_t"
19870 #ifdef HAVE_WCHAR_H
19872 # include <stddef.h>
19874 # include <wchar.h>
19876 #ifdef HAVE_STDLIB_H
19877 # include <stdlib.h>
19883 long longval () { return (long) (sizeof (wchar_t)); }
19884 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19886 #include <stdlib.h>
19891 FILE *f = fopen ("conftest.val", "w");
19894 if (((long) (sizeof (wchar_t))) < 0)
19896 long i = longval ();
19897 if (i != ((long) (sizeof (wchar_t))))
19899 fprintf (f, "%ld\n", i);
19903 unsigned long i = ulongval ();
19904 if (i != ((long) (sizeof (wchar_t))))
19906 fprintf (f, "%lu\n", i);
19908 exit (ferror (f) || fclose (f) != 0);
19914 rm -f conftest
$ac_exeext
19915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19916 (eval $ac_link) 2>&5
19918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19921 (eval $ac_try) 2>&5
19923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19924 (exit $ac_status); }; }; then
19925 ac_cv_sizeof_wchar_t
=`cat conftest.val`
19927 echo "$as_me: program exited with status $ac_status" >&5
19928 echo "$as_me: failed program was:" >&5
19929 sed 's/^/| /' conftest.
$ac_ext >&5
19931 ( exit $ac_status )
19932 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19933 See \`config.log' for more details." >&5
19934 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19935 See \`config.log' for more details." >&2;}
19936 { (exit 1); exit 1; }; }
19938 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19943 ac_cv_sizeof_wchar_t
=0
19946 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
19947 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
19948 cat >>confdefs.h
<<_ACEOF
19949 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
19953 if test "$ac_cv_sizeof_wchar_t" != "0"; then
19959 echo "$as_me:$LINENO: checking for va_copy" >&5
19960 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
19961 if test "${wx_cv_func_va_copy+set}" = set; then
19962 echo $ECHO_N "(cached) $ECHO_C" >&6
19965 cat >conftest.
$ac_ext <<_ACEOF
19967 #include <stdarg.h>
19968 void foo(char *f, ...)
19982 rm -f conftest.
$ac_objext conftest
$ac_exeext
19983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19984 (eval $ac_link) 2>conftest.er1
19986 grep -v '^ *+' conftest.er1
>conftest.err
19988 cat conftest.err
>&5
19989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19990 (exit $ac_status); } &&
19991 { ac_try
='test -z "$ac_c_werror_flag"
19992 || test ! -s conftest.err'
19993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19994 (eval $ac_try) 2>&5
19996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19997 (exit $ac_status); }; } &&
19998 { ac_try
='test -s conftest$ac_exeext'
19999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20000 (eval $ac_try) 2>&5
20002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); }; }; then
20004 wx_cv_func_va_copy
=yes
20006 echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.
$ac_ext >&5
20009 wx_cv_func_va_copy
=no
20012 rm -f conftest.err conftest.
$ac_objext \
20013 conftest
$ac_exeext conftest.
$ac_ext
20017 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20018 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20020 if test $wx_cv_func_va_copy = "yes"; then
20021 cat >>confdefs.h
<<\_ACEOF
20022 #define HAVE_VA_COPY 1
20026 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20027 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20028 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20029 echo $ECHO_N "(cached) $ECHO_C" >&6
20032 if test "$cross_compiling" = yes; then
20033 wx_cv_type_va_list_lvalue
=yes
20036 cat >conftest.
$ac_ext <<_ACEOF
20038 #include <stdarg.h>
20039 int foo(char *f, ...)
20044 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20052 return foo("hi", 17);
20055 rm -f conftest
$ac_exeext
20056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20057 (eval $ac_link) 2>&5
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
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 wx_cv_type_va_list_lvalue
=yes
20068 echo "$as_me: program exited with status $ac_status" >&5
20069 echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.
$ac_ext >&5
20072 ( exit $ac_status )
20073 wx_cv_type_va_list_lvalue
=no
20075 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20080 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20081 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20083 if test $wx_cv_type_va_list_lvalue != "yes"; then
20084 cat >>confdefs.h
<<\_ACEOF
20085 #define VA_LIST_IS_ARRAY 1
20091 # Check whether --enable-largefile or --disable-largefile was given.
20092 if test "${enable_largefile+set}" = set; then
20093 enableval
="$enable_largefile"
20096 if test "$enable_largefile" != no
; then
20099 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20100 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20101 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20102 echo $ECHO_N "(cached) $ECHO_C" >&6
20105 cat >conftest.
$ac_ext <<_ACEOF
20108 cat confdefs.h
>>conftest.
$ac_ext
20109 cat >>conftest.
$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 #define _FILE_OFFSET_BITS 64
20112 #include <sys/types.h>
20117 unsigned int field: sizeof(off_t) == 8;
20124 rm -f conftest.
$ac_objext
20125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20126 (eval $ac_compile) 2>conftest.er1
20128 grep -v '^ *+' conftest.er1
>conftest.err
20130 cat conftest.err
>&5
20131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20132 (exit $ac_status); } &&
20133 { ac_try
='test -z "$ac_c_werror_flag"
20134 || test ! -s conftest.err'
20135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20136 (eval $ac_try) 2>&5
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); }; } &&
20140 { ac_try
='test -s conftest.$ac_objext'
20141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20142 (eval $ac_try) 2>&5
20144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20145 (exit $ac_status); }; }; then
20146 ac_cv_sys_file_offset_bits
=64
20148 echo "$as_me: failed program was:" >&5
20149 sed 's/^/| /' conftest.
$ac_ext >&5
20151 ac_cv_sys_file_offset_bits
=no
20153 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20157 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20158 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20160 if test "$ac_cv_sys_file_offset_bits" != no
; then
20162 cat >>confdefs.h
<<_ACEOF
20163 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20168 if test "x$wx_largefile" != "xyes"; then
20170 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20171 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20172 if test "${ac_cv_sys_large_files+set}" = set; then
20173 echo $ECHO_N "(cached) $ECHO_C" >&6
20176 cat >conftest.
$ac_ext <<_ACEOF
20179 cat confdefs.h
>>conftest.
$ac_ext
20180 cat >>conftest.
$ac_ext <<_ACEOF
20181 /* end confdefs.h. */
20182 #define _LARGE_FILES 1
20183 #include <sys/types.h>
20188 unsigned int field: sizeof(off_t) == 8;
20195 rm -f conftest.
$ac_objext
20196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20197 (eval $ac_compile) 2>conftest.er1
20199 grep -v '^ *+' conftest.er1
>conftest.err
20201 cat conftest.err
>&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } &&
20204 { ac_try
='test -z "$ac_c_werror_flag"
20205 || test ! -s conftest.err'
20206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20207 (eval $ac_try) 2>&5
20209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20210 (exit $ac_status); }; } &&
20211 { ac_try
='test -s conftest.$ac_objext'
20212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20213 (eval $ac_try) 2>&5
20215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216 (exit $ac_status); }; }; then
20217 ac_cv_sys_large_files
=1
20219 echo "$as_me: failed program was:" >&5
20220 sed 's/^/| /' conftest.
$ac_ext >&5
20222 ac_cv_sys_large_files
=no
20224 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20228 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20229 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20231 if test "$ac_cv_sys_large_files" != no
; then
20233 cat >>confdefs.h
<<_ACEOF
20234 #define _LARGE_FILES $ac_cv_sys_large_files
20241 echo "$as_me:$LINENO: checking if large file support is available" >&5
20242 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20243 if test "x$wx_largefile" = "xyes"; then
20244 cat >>confdefs.h
<<\_ACEOF
20245 #define HAVE_LARGEFILE_SUPPORT 1
20249 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20250 echo "${ECHO_T}$wx_largefile" >&6
20254 if test "x$wx_largefile" = "xyes"; then
20255 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20256 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20258 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
20260 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20261 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20262 if test "${ac_cv_sys_largefile_source+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20266 ac_cv_sys_largefile_source
=no
20267 cat >conftest.
$ac_ext <<_ACEOF
20270 cat confdefs.h
>>conftest.
$ac_ext
20271 cat >>conftest.
$ac_ext <<_ACEOF
20272 /* end confdefs.h. */
20282 rm -f conftest.
$ac_objext
20283 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20284 (eval $ac_compile) 2>conftest.er1
20286 grep -v '^ *+' conftest.er1
>conftest.err
20288 cat conftest.err
>&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); } &&
20291 { ac_try
='test -z "$ac_c_werror_flag"
20292 || test ! -s conftest.err'
20293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20294 (eval $ac_try) 2>&5
20296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20297 (exit $ac_status); }; } &&
20298 { ac_try
='test -s conftest.$ac_objext'
20299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20300 (eval $ac_try) 2>&5
20302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303 (exit $ac_status); }; }; then
20306 echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.
$ac_ext >&5
20310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20311 cat >conftest.
$ac_ext <<_ACEOF
20314 cat confdefs.h
>>conftest.
$ac_ext
20315 cat >>conftest.
$ac_ext <<_ACEOF
20316 /* end confdefs.h. */
20317 #define _LARGEFILE_SOURCE 1
20327 rm -f conftest.
$ac_objext
20328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20329 (eval $ac_compile) 2>conftest.er1
20331 grep -v '^ *+' conftest.er1
>conftest.err
20333 cat conftest.err
>&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } &&
20336 { ac_try
='test -z "$ac_c_werror_flag"
20337 || test ! -s conftest.err'
20338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20339 (eval $ac_try) 2>&5
20341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342 (exit $ac_status); }; } &&
20343 { ac_try
='test -s conftest.$ac_objext'
20344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20345 (eval $ac_try) 2>&5
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); }; }; then
20349 ac_cv_sys_largefile_source
=1; break
20351 echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.
$ac_ext >&5
20355 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20359 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20360 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20361 if test "$ac_cv_sys_largefile_source" != no
; then
20363 cat >>confdefs.h
<<_ACEOF
20364 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20370 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20371 # in glibc 2.1.3, but that breaks too many other things.
20372 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20373 echo "$as_me:$LINENO: checking for fseeko" >&5
20374 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20375 if test "${ac_cv_func_fseeko+set}" = set; then
20376 echo $ECHO_N "(cached) $ECHO_C" >&6
20378 cat >conftest.
$ac_ext <<_ACEOF
20381 cat confdefs.h
>>conftest.
$ac_ext
20382 cat >>conftest.
$ac_ext <<_ACEOF
20383 /* end confdefs.h. */
20388 return fseeko && fseeko (stdin, 0, 0);
20393 rm -f conftest.
$ac_objext conftest
$ac_exeext
20394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20395 (eval $ac_link) 2>conftest.er1
20397 grep -v '^ *+' conftest.er1
>conftest.err
20399 cat conftest.err
>&5
20400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20401 (exit $ac_status); } &&
20402 { ac_try
='test -z "$ac_c_werror_flag"
20403 || test ! -s conftest.err'
20404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20405 (eval $ac_try) 2>&5
20407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20408 (exit $ac_status); }; } &&
20409 { ac_try
='test -s conftest$ac_exeext'
20410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20411 (eval $ac_try) 2>&5
20413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20414 (exit $ac_status); }; }; then
20415 ac_cv_func_fseeko
=yes
20417 echo "$as_me: failed program was:" >&5
20418 sed 's/^/| /' conftest.
$ac_ext >&5
20420 ac_cv_func_fseeko
=no
20422 rm -f conftest.err conftest.
$ac_objext \
20423 conftest
$ac_exeext conftest.
$ac_ext
20425 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20426 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20427 if test $ac_cv_func_fseeko = yes; then
20429 cat >>confdefs.h
<<\_ACEOF
20430 #define HAVE_FSEEKO 1
20435 if test "$ac_cv_sys_largefile_source" != no
; then
20436 WX_LARGEFILE_FLAGS
="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20438 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20441 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20442 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20443 if test "${ac_cv_c_bigendian+set}" = set; then
20444 echo $ECHO_N "(cached) $ECHO_C" >&6
20446 ac_cv_c_bigendian
=unknown
20447 # See if sys/param.h defines the BYTE_ORDER macro.
20448 cat >conftest.
$ac_ext <<_ACEOF
20451 cat confdefs.h
>>conftest.
$ac_ext
20452 cat >>conftest.
$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 #include <sys/types.h>
20455 #include <sys/param.h>
20460 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20461 bogus endian macros
20467 rm -f conftest.
$ac_objext
20468 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20469 (eval $ac_compile) 2>conftest.er1
20471 grep -v '^ *+' conftest.er1
>conftest.err
20473 cat conftest.err
>&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } &&
20476 { ac_try
='test -z "$ac_c_werror_flag"
20477 || test ! -s conftest.err'
20478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20479 (eval $ac_try) 2>&5
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); }; } &&
20483 { ac_try
='test -s conftest.$ac_objext'
20484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20485 (eval $ac_try) 2>&5
20487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20488 (exit $ac_status); }; }; then
20489 # It does; now see whether it defined to BIG_ENDIAN or not.
20490 cat >conftest.
$ac_ext <<_ACEOF
20493 cat confdefs.h
>>conftest.
$ac_ext
20494 cat >>conftest.
$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20496 #include <sys/types.h>
20497 #include <sys/param.h>
20502 #if BYTE_ORDER != BIG_ENDIAN
20509 rm -f conftest.
$ac_objext
20510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20511 (eval $ac_compile) 2>conftest.er1
20513 grep -v '^ *+' conftest.er1
>conftest.err
20515 cat conftest.err
>&5
20516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } &&
20518 { ac_try
='test -z "$ac_c_werror_flag"
20519 || test ! -s conftest.err'
20520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20521 (eval $ac_try) 2>&5
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); }; } &&
20525 { ac_try
='test -s conftest.$ac_objext'
20526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20527 (eval $ac_try) 2>&5
20529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20530 (exit $ac_status); }; }; then
20531 ac_cv_c_bigendian
=yes
20533 echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.
$ac_ext >&5
20536 ac_cv_c_bigendian
=no
20538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20540 echo "$as_me: failed program was:" >&5
20541 sed 's/^/| /' conftest.
$ac_ext >&5
20544 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20545 if test $ac_cv_c_bigendian = unknown
; then
20546 if test "$cross_compiling" = yes; then
20547 ac_cv_c_bigendian
=unknown
20549 cat >conftest.
$ac_ext <<_ACEOF
20552 cat confdefs.h
>>conftest.
$ac_ext
20553 cat >>conftest.
$ac_ext <<_ACEOF
20554 /* end confdefs.h. */
20556 /* Are we little or big endian? From Harbison&Steele. */
20560 char c[sizeof (long)];
20563 exit (u.c[sizeof (long) - 1] == 1);
20566 rm -f conftest
$ac_exeext
20567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20568 (eval $ac_link) 2>&5
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20573 (eval $ac_try) 2>&5
20575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20576 (exit $ac_status); }; }; then
20577 ac_cv_c_bigendian
=no
20579 echo "$as_me: program exited with status $ac_status" >&5
20580 echo "$as_me: failed program was:" >&5
20581 sed 's/^/| /' conftest.
$ac_ext >&5
20583 ( exit $ac_status )
20584 ac_cv_c_bigendian
=yes
20586 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20590 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20591 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20592 if test $ac_cv_c_bigendian = unknown
; then
20593 { 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
20594 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;}
20596 if test $ac_cv_c_bigendian = yes; then
20597 cat >>confdefs.h
<<\_ACEOF
20598 #define WORDS_BIGENDIAN 1
20605 ac_cpp
='$CXXCPP $CPPFLAGS'
20606 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20607 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20608 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20609 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20610 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20611 if test -z "$CXXCPP"; then
20612 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20613 echo $ECHO_N "(cached) $ECHO_C" >&6
20615 # Double quotes because CXXCPP needs to be expanded
20616 for CXXCPP
in "$CXX -E" "/lib/cpp"
20618 ac_preproc_ok
=false
20619 for ac_cxx_preproc_warn_flag
in '' yes
20621 # Use a header file that comes with gcc, so configuring glibc
20622 # with a fresh cross-compiler works.
20623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20624 # <limits.h> exists even on freestanding compilers.
20625 # On the NeXT, cc -E runs the code through the compiler's parser,
20626 # not just through cpp. "Syntax error" is here to catch this case.
20627 cat >conftest.
$ac_ext <<_ACEOF
20630 cat confdefs.h
>>conftest.
$ac_ext
20631 cat >>conftest.
$ac_ext <<_ACEOF
20632 /* end confdefs.h. */
20634 # include <limits.h>
20636 # include <assert.h>
20640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20641 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20643 grep -v '^ *+' conftest.er1
>conftest.err
20645 cat conftest.err
>&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } >/dev
/null
; then
20648 if test -s conftest.err
; then
20649 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20650 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20657 if test -z "$ac_cpp_err"; then
20660 echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.
$ac_ext >&5
20663 # Broken: fails on valid input.
20666 rm -f conftest.err conftest.
$ac_ext
20668 # OK, works on sane cases. Now check whether non-existent headers
20669 # can be detected and how.
20670 cat >conftest.
$ac_ext <<_ACEOF
20673 cat confdefs.h
>>conftest.
$ac_ext
20674 cat >>conftest.
$ac_ext <<_ACEOF
20675 /* end confdefs.h. */
20676 #include <ac_nonexistent.h>
20678 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20679 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20681 grep -v '^ *+' conftest.er1
>conftest.err
20683 cat conftest.err
>&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); } >/dev
/null
; then
20686 if test -s conftest.err
; then
20687 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20688 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20695 if test -z "$ac_cpp_err"; then
20696 # Broken: success on invalid input.
20699 echo "$as_me: failed program was:" >&5
20700 sed 's/^/| /' conftest.
$ac_ext >&5
20702 # Passes both tests.
20706 rm -f conftest.err conftest.
$ac_ext
20709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20710 rm -f conftest.err conftest.
$ac_ext
20711 if $ac_preproc_ok; then
20716 ac_cv_prog_CXXCPP
=$CXXCPP
20719 CXXCPP
=$ac_cv_prog_CXXCPP
20721 ac_cv_prog_CXXCPP
=$CXXCPP
20723 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20724 echo "${ECHO_T}$CXXCPP" >&6
20725 ac_preproc_ok
=false
20726 for ac_cxx_preproc_warn_flag
in '' yes
20728 # Use a header file that comes with gcc, so configuring glibc
20729 # with a fresh cross-compiler works.
20730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20731 # <limits.h> exists even on freestanding compilers.
20732 # On the NeXT, cc -E runs the code through the compiler's parser,
20733 # not just through cpp. "Syntax error" is here to catch this case.
20734 cat >conftest.
$ac_ext <<_ACEOF
20737 cat confdefs.h
>>conftest.
$ac_ext
20738 cat >>conftest.
$ac_ext <<_ACEOF
20739 /* end confdefs.h. */
20741 # include <limits.h>
20743 # include <assert.h>
20747 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20748 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20750 grep -v '^ *+' conftest.er1
>conftest.err
20752 cat conftest.err
>&5
20753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20754 (exit $ac_status); } >/dev
/null
; then
20755 if test -s conftest.err
; then
20756 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20757 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20764 if test -z "$ac_cpp_err"; then
20767 echo "$as_me: failed program was:" >&5
20768 sed 's/^/| /' conftest.
$ac_ext >&5
20770 # Broken: fails on valid input.
20773 rm -f conftest.err conftest.
$ac_ext
20775 # OK, works on sane cases. Now check whether non-existent headers
20776 # can be detected and how.
20777 cat >conftest.
$ac_ext <<_ACEOF
20780 cat confdefs.h
>>conftest.
$ac_ext
20781 cat >>conftest.
$ac_ext <<_ACEOF
20782 /* end confdefs.h. */
20783 #include <ac_nonexistent.h>
20785 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20786 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20788 grep -v '^ *+' conftest.er1
>conftest.err
20790 cat conftest.err
>&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); } >/dev
/null
; then
20793 if test -s conftest.err
; then
20794 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20795 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20802 if test -z "$ac_cpp_err"; then
20803 # Broken: success on invalid input.
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.
$ac_ext >&5
20809 # Passes both tests.
20813 rm -f conftest.err conftest.
$ac_ext
20816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20817 rm -f conftest.err conftest.
$ac_ext
20818 if $ac_preproc_ok; then
20821 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20822 See \`config.log' for more details." >&5
20823 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20824 See \`config.log' for more details." >&2;}
20825 { (exit 1); exit 1; }; }
20829 ac_cpp
='$CXXCPP $CPPFLAGS'
20830 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20831 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20832 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20839 ac_cpp
='$CXXCPP $CPPFLAGS'
20840 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20841 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20842 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20846 for ac_header
in iostream
20848 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20849 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20850 echo "$as_me:$LINENO: checking for $ac_header" >&5
20851 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20852 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20853 echo $ECHO_N "(cached) $ECHO_C" >&6
20855 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20856 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20858 # Is the header compilable?
20859 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20860 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20861 cat >conftest.
$ac_ext <<_ACEOF
20864 cat confdefs.h
>>conftest.
$ac_ext
20865 cat >>conftest.
$ac_ext <<_ACEOF
20866 /* end confdefs.h. */
20867 $ac_includes_default
20868 #include <$ac_header>
20870 rm -f conftest.
$ac_objext
20871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20872 (eval $ac_compile) 2>conftest.er1
20874 grep -v '^ *+' conftest.er1
>conftest.err
20876 cat conftest.err
>&5
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); } &&
20879 { ac_try
='test -z "$ac_cxx_werror_flag"
20880 || test ! -s conftest.err'
20881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20882 (eval $ac_try) 2>&5
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); }; } &&
20886 { ac_try
='test -s conftest.$ac_objext'
20887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20888 (eval $ac_try) 2>&5
20890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); }; }; then
20892 ac_header_compiler
=yes
20894 echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.
$ac_ext >&5
20897 ac_header_compiler
=no
20899 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20900 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20901 echo "${ECHO_T}$ac_header_compiler" >&6
20903 # Is the header present?
20904 echo "$as_me:$LINENO: checking $ac_header presence" >&5
20905 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20906 cat >conftest.
$ac_ext <<_ACEOF
20909 cat confdefs.h
>>conftest.
$ac_ext
20910 cat >>conftest.
$ac_ext <<_ACEOF
20911 /* end confdefs.h. */
20912 #include <$ac_header>
20914 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20915 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20917 grep -v '^ *+' conftest.er1
>conftest.err
20919 cat conftest.err
>&5
20920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20921 (exit $ac_status); } >/dev
/null
; then
20922 if test -s conftest.err
; then
20923 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20924 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20931 if test -z "$ac_cpp_err"; then
20932 ac_header_preproc
=yes
20934 echo "$as_me: failed program was:" >&5
20935 sed 's/^/| /' conftest.
$ac_ext >&5
20937 ac_header_preproc
=no
20939 rm -f conftest.err conftest.
$ac_ext
20940 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20941 echo "${ECHO_T}$ac_header_preproc" >&6
20943 # So? What about this header?
20944 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20946 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20947 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20948 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20949 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20950 ac_header_preproc
=yes
20953 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20954 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20955 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20956 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20957 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20958 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20959 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20960 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20962 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20963 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20964 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20967 ## ----------------------------------------- ##
20968 ## Report this to wx-dev@lists.wxwidgets.org ##
20969 ## ----------------------------------------- ##
20972 sed "s/^/$as_me: WARNING: /" >&2
20975 echo "$as_me:$LINENO: checking for $ac_header" >&5
20976 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20977 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20978 echo $ECHO_N "(cached) $ECHO_C" >&6
20980 eval "$as_ac_Header=\$ac_header_preproc"
20982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20983 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20986 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20987 cat >>confdefs.h
<<_ACEOF
20988 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20996 if test "$ac_cv_header_iostream" = "yes" ; then
20999 cat >>confdefs.h
<<\_ACEOF
21000 #define wxUSE_IOSTREAMH 1
21006 ac_cpp
='$CPP $CPPFLAGS'
21007 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21008 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21009 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21014 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21015 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21016 if test "${wx_cv_cpp_bool+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21023 ac_cpp
='$CXXCPP $CPPFLAGS'
21024 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21025 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21026 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21029 cat >conftest.
$ac_ext <<_ACEOF
21032 cat confdefs.h
>>conftest.
$ac_ext
21033 cat >>conftest.
$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21049 rm -f conftest.
$ac_objext
21050 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21051 (eval $ac_compile) 2>conftest.er1
21053 grep -v '^ *+' conftest.er1
>conftest.err
21055 cat conftest.err
>&5
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); } &&
21058 { ac_try
='test -z "$ac_cxx_werror_flag"
21059 || test ! -s conftest.err'
21060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21061 (eval $ac_try) 2>&5
21063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); }; } &&
21065 { ac_try
='test -s conftest.$ac_objext'
21066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21067 (eval $ac_try) 2>&5
21069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); }; }; then
21075 echo "$as_me: failed program was:" >&5
21076 sed 's/^/| /' conftest.
$ac_ext >&5
21083 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21086 ac_cpp
='$CPP $CPPFLAGS'
21087 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21088 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21089 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21093 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21094 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21096 if test "$wx_cv_cpp_bool" = "yes"; then
21097 cat >>confdefs.h
<<\_ACEOF
21098 #define HAVE_BOOL 1
21105 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21106 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21107 if test "${wx_cv_explicit+set}" = set; then
21108 echo $ECHO_N "(cached) $ECHO_C" >&6
21114 ac_cpp
='$CXXCPP $CPPFLAGS'
21115 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21116 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21117 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21120 cat >conftest.
$ac_ext <<_ACEOF
21123 cat confdefs.h
>>conftest.
$ac_ext
21124 cat >>conftest.
$ac_ext <<_ACEOF
21125 /* end confdefs.h. */
21127 class Foo { public: explicit Foo(int) {} };
21139 rm -f conftest.
$ac_objext
21140 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21141 (eval $ac_compile) 2>conftest.er1
21143 grep -v '^ *+' conftest.er1
>conftest.err
21145 cat conftest.err
>&5
21146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21147 (exit $ac_status); } &&
21148 { ac_try
='test -z "$ac_cxx_werror_flag"
21149 || 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
21162 cat >conftest.
$ac_ext <<_ACEOF
21165 cat confdefs.h
>>conftest.
$ac_ext
21166 cat >>conftest.
$ac_ext <<_ACEOF
21167 /* end confdefs.h. */
21169 class Foo { public: explicit Foo(int) {} };
21170 static void TakeFoo(const Foo& foo) { }
21183 rm -f conftest.
$ac_objext
21184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21185 (eval $ac_compile) 2>conftest.er1
21187 grep -v '^ *+' conftest.er1
>conftest.err
21189 cat conftest.err
>&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } &&
21192 { ac_try
='test -z "$ac_cxx_werror_flag"
21193 || test ! -s conftest.err'
21194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21195 (eval $ac_try) 2>&5
21197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21198 (exit $ac_status); }; } &&
21199 { ac_try
='test -s conftest.$ac_objext'
21200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21201 (eval $ac_try) 2>&5
21203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21204 (exit $ac_status); }; }; then
21207 echo "$as_me: failed program was:" >&5
21208 sed 's/^/| /' conftest.
$ac_ext >&5
21213 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.
$ac_ext >&5
21222 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21225 ac_cpp
='$CPP $CPPFLAGS'
21226 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21227 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21228 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21232 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21233 echo "${ECHO_T}$wx_cv_explicit" >&6
21235 if test "$wx_cv_explicit" = "yes"; then
21236 cat >>confdefs.h
<<\_ACEOF
21237 #define HAVE_EXPLICIT 1
21243 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21244 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21245 if test "${ac_cv_cxx_const_cast+set}" = set; then
21246 echo $ECHO_N "(cached) $ECHO_C" >&6
21251 ac_cpp
='$CXXCPP $CPPFLAGS'
21252 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21253 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21254 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21256 cat >conftest.
$ac_ext <<_ACEOF
21259 cat confdefs.h
>>conftest.
$ac_ext
21260 cat >>conftest.
$ac_ext <<_ACEOF
21261 /* end confdefs.h. */
21266 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21271 rm -f conftest.
$ac_objext
21272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21273 (eval $ac_compile) 2>conftest.er1
21275 grep -v '^ *+' conftest.er1
>conftest.err
21277 cat conftest.err
>&5
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279 (exit $ac_status); } &&
21280 { ac_try
='test -z "$ac_cxx_werror_flag"
21281 || test ! -s conftest.err'
21282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21283 (eval $ac_try) 2>&5
21285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286 (exit $ac_status); }; } &&
21287 { ac_try
='test -s conftest.$ac_objext'
21288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21289 (eval $ac_try) 2>&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); }; }; then
21293 ac_cv_cxx_const_cast
=yes
21295 echo "$as_me: failed program was:" >&5
21296 sed 's/^/| /' conftest.
$ac_ext >&5
21298 ac_cv_cxx_const_cast
=no
21300 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21302 ac_cpp
='$CPP $CPPFLAGS'
21303 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21304 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21305 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21309 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21310 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21311 if test "$ac_cv_cxx_const_cast" = yes; then
21313 cat >>confdefs.h
<<\_ACEOF
21314 #define HAVE_CONST_CAST
21319 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21320 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21321 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21322 echo $ECHO_N "(cached) $ECHO_C" >&6
21327 ac_cpp
='$CXXCPP $CPPFLAGS'
21328 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21329 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21330 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21332 cat >conftest.
$ac_ext <<_ACEOF
21335 cat confdefs.h
>>conftest.
$ac_ext
21336 cat >>conftest.
$ac_ext <<_ACEOF
21337 /* end confdefs.h. */
21338 #include <typeinfo>
21339 class Base { public : Base () {} virtual void f () = 0;};
21340 class Derived : public Base { public : Derived () {} virtual void f () {} };
21341 class Unrelated { public : Unrelated () {} };
21342 int g (Unrelated&) { return 0; }
21347 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21352 rm -f conftest.
$ac_objext
21353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21354 (eval $ac_compile) 2>conftest.er1
21356 grep -v '^ *+' conftest.er1
>conftest.err
21358 cat conftest.err
>&5
21359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21360 (exit $ac_status); } &&
21361 { ac_try
='test -z "$ac_cxx_werror_flag"
21362 || test ! -s conftest.err'
21363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21364 (eval $ac_try) 2>&5
21366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21367 (exit $ac_status); }; } &&
21368 { ac_try
='test -s conftest.$ac_objext'
21369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21370 (eval $ac_try) 2>&5
21372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21373 (exit $ac_status); }; }; then
21374 ac_cv_cxx_reinterpret_cast
=yes
21376 echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.
$ac_ext >&5
21379 ac_cv_cxx_reinterpret_cast
=no
21381 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21383 ac_cpp
='$CPP $CPPFLAGS'
21384 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21385 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21386 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21390 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21391 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21392 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21394 cat >>confdefs.h
<<\_ACEOF
21395 #define HAVE_REINTERPRET_CAST
21400 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21401 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21402 if test "${ac_cv_cxx_static_cast+set}" = set; then
21403 echo $ECHO_N "(cached) $ECHO_C" >&6
21408 ac_cpp
='$CXXCPP $CPPFLAGS'
21409 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21410 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21411 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21413 cat >conftest.
$ac_ext <<_ACEOF
21416 cat confdefs.h
>>conftest.
$ac_ext
21417 cat >>conftest.
$ac_ext <<_ACEOF
21418 /* end confdefs.h. */
21419 #include <typeinfo>
21420 class Base { public : Base () {} virtual void f () = 0; };
21421 class Derived : public Base { public : Derived () {} virtual void f () {} };
21422 int g (Derived&) { return 0; }
21427 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21432 rm -f conftest.
$ac_objext
21433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21434 (eval $ac_compile) 2>conftest.er1
21436 grep -v '^ *+' conftest.er1
>conftest.err
21438 cat conftest.err
>&5
21439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440 (exit $ac_status); } &&
21441 { ac_try
='test -z "$ac_cxx_werror_flag"
21442 || test ! -s conftest.err'
21443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21444 (eval $ac_try) 2>&5
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); }; } &&
21448 { ac_try
='test -s conftest.$ac_objext'
21449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21450 (eval $ac_try) 2>&5
21452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21453 (exit $ac_status); }; }; then
21454 ac_cv_cxx_static_cast
=yes
21456 echo "$as_me: failed program was:" >&5
21457 sed 's/^/| /' conftest.
$ac_ext >&5
21459 ac_cv_cxx_static_cast
=no
21461 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21463 ac_cpp
='$CPP $CPPFLAGS'
21464 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21465 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21466 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21470 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21471 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21472 if test "$ac_cv_cxx_static_cast" = yes; then
21474 cat >>confdefs.h
<<\_ACEOF
21475 #define HAVE_STATIC_CAST
21481 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21483 ac_cpp
='$CXXCPP $CPPFLAGS'
21484 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21485 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21486 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21489 if test "$wxUSE_UNICODE" = "yes"; then
21490 std_string
="std::wstring"
21491 char_type
="wchar_t"
21493 std_string
="std::string"
21497 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21498 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
21499 cat >conftest.
$ac_ext <<_ACEOF
21502 cat confdefs.h
>>conftest.
$ac_ext
21503 cat >>conftest.
$ac_ext <<_ACEOF
21504 /* end confdefs.h. */
21514 rm -f conftest.
$ac_objext
21515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21516 (eval $ac_compile) 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); } &&
21523 { ac_try
='test -z "$ac_cxx_werror_flag"
21524 || test ! -s conftest.err'
21525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21526 (eval $ac_try) 2>&5
21528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21529 (exit $ac_status); }; } &&
21530 { ac_try
='test -s conftest.$ac_objext'
21531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21532 (eval $ac_try) 2>&5
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); }; }; then
21536 echo "$as_me:$LINENO: result: yes" >&5
21537 echo "${ECHO_T}yes" >&6
21538 cat >>confdefs.h
<<\_ACEOF
21539 #define HAVE_STD_WSTRING 1
21543 echo "$as_me: failed program was:" >&5
21544 sed 's/^/| /' conftest.
$ac_ext >&5
21546 echo "$as_me:$LINENO: result: no" >&5
21547 echo "${ECHO_T}no" >&6
21548 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21549 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
21550 cat >conftest.
$ac_ext <<_ACEOF
21553 cat confdefs.h
>>conftest.
$ac_ext
21554 cat >>conftest.
$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21557 #ifdef HAVE_WCHAR_H
21559 # include <stddef.h>
21561 # include <wchar.h>
21563 #ifdef HAVE_STDLIB_H
21564 # include <stdlib.h>
21572 std::basic_string<$char_type> foo;
21573 const $char_type* dummy = foo.c_str();
21578 rm -f conftest.
$ac_objext
21579 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21580 (eval $ac_compile) 2>conftest.er1
21582 grep -v '^ *+' conftest.er1
>conftest.err
21584 cat conftest.err
>&5
21585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21586 (exit $ac_status); } &&
21587 { ac_try
='test -z "$ac_cxx_werror_flag"
21588 || test ! -s conftest.err'
21589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21590 (eval $ac_try) 2>&5
21592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); }; } &&
21594 { ac_try
='test -s conftest.$ac_objext'
21595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21596 (eval $ac_try) 2>&5
21598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21599 (exit $ac_status); }; }; then
21600 echo "$as_me:$LINENO: result: yes" >&5
21601 echo "${ECHO_T}yes" >&6
21603 echo "$as_me: failed program was:" >&5
21604 sed 's/^/| /' conftest.
$ac_ext >&5
21606 echo "$as_me:$LINENO: result: no" >&5
21607 echo "${ECHO_T}no" >&6
21608 if test "$wxUSE_STL" = "yes"; then
21609 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21610 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21611 { (exit 1); exit 1; }; }
21612 elif grep wxUSE_STD_STRING
$wx_arg_cache_file >/dev
/null
; then
21613 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21614 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
21615 { (exit 1); exit 1; }; }
21617 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21618 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21619 wxUSE_STD_STRING
=no
21624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21630 ac_cpp
='$CPP $CPPFLAGS'
21631 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21632 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21633 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21637 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21639 ac_cpp
='$CXXCPP $CPPFLAGS'
21640 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21641 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21642 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21645 echo "$as_me:$LINENO: checking for std::istream" >&5
21646 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21647 if test "${ac_cv_type_std__istream+set}" = set; then
21648 echo $ECHO_N "(cached) $ECHO_C" >&6
21650 cat >conftest.
$ac_ext <<_ACEOF
21653 cat confdefs.h
>>conftest.
$ac_ext
21654 cat >>conftest.
$ac_ext <<_ACEOF
21655 /* end confdefs.h. */
21656 #include <iostream>
21661 if ((std::istream *) 0)
21663 if (sizeof (std::istream))
21669 rm -f conftest.
$ac_objext
21670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21671 (eval $ac_compile) 2>conftest.er1
21673 grep -v '^ *+' conftest.er1
>conftest.err
21675 cat conftest.err
>&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } &&
21678 { ac_try
='test -z "$ac_cxx_werror_flag"
21679 || test ! -s conftest.err'
21680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21681 (eval $ac_try) 2>&5
21683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684 (exit $ac_status); }; } &&
21685 { ac_try
='test -s conftest.$ac_objext'
21686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21687 (eval $ac_try) 2>&5
21689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21690 (exit $ac_status); }; }; then
21691 ac_cv_type_std__istream
=yes
21693 echo "$as_me: failed program was:" >&5
21694 sed 's/^/| /' conftest.
$ac_ext >&5
21696 ac_cv_type_std__istream
=no
21698 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21700 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21701 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21702 if test $ac_cv_type_std__istream = yes; then
21704 cat >>confdefs.h
<<_ACEOF
21705 #define HAVE_STD__ISTREAM 1
21710 wxUSE_STD_IOSTREAM
=no
21712 echo "$as_me:$LINENO: checking for std::ostream" >&5
21713 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21714 if test "${ac_cv_type_std__ostream+set}" = set; then
21715 echo $ECHO_N "(cached) $ECHO_C" >&6
21717 cat >conftest.
$ac_ext <<_ACEOF
21720 cat confdefs.h
>>conftest.
$ac_ext
21721 cat >>conftest.
$ac_ext <<_ACEOF
21722 /* end confdefs.h. */
21723 #include <iostream>
21728 if ((std::ostream *) 0)
21730 if (sizeof (std::ostream))
21736 rm -f conftest.
$ac_objext
21737 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21738 (eval $ac_compile) 2>conftest.er1
21740 grep -v '^ *+' conftest.er1
>conftest.err
21742 cat conftest.err
>&5
21743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21744 (exit $ac_status); } &&
21745 { ac_try
='test -z "$ac_cxx_werror_flag"
21746 || test ! -s conftest.err'
21747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21748 (eval $ac_try) 2>&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); }; } &&
21752 { ac_try
='test -s conftest.$ac_objext'
21753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21754 (eval $ac_try) 2>&5
21756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); }; }; then
21758 ac_cv_type_std__ostream
=yes
21760 echo "$as_me: failed program was:" >&5
21761 sed 's/^/| /' conftest.
$ac_ext >&5
21763 ac_cv_type_std__ostream
=no
21765 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21767 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21768 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21769 if test $ac_cv_type_std__ostream = yes; then
21771 cat >>confdefs.h
<<_ACEOF
21772 #define HAVE_STD__OSTREAM 1
21777 wxUSE_STD_IOSTREAM
=no
21781 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21782 if grep wxUSE_STD_IOSTREAM
$wx_arg_cache_file >/dev
/null
; then
21783 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21784 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21785 { (exit 1); exit 1; }; }
21787 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21788 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21793 ac_cpp
='$CPP $CPPFLAGS'
21794 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21795 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21796 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21800 if test "$wxUSE_STL" = "yes"; then
21802 ac_cpp
='$CXXCPP $CPPFLAGS'
21803 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21804 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21805 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21808 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21809 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21810 cat >conftest.
$ac_ext <<_ACEOF
21813 cat confdefs.h
>>conftest.
$ac_ext
21814 cat >>conftest.
$ac_ext <<_ACEOF
21815 /* end confdefs.h. */
21817 #include <functional>
21818 #include <algorithm>
21824 std::vector<int> moo;
21825 std::list<int> foo;
21826 std::vector<int>::iterator it =
21827 std::find_if(moo.begin(), moo.end(),
21828 std::bind2nd(std::less<int>(), 3));
21833 rm -f conftest.
$ac_objext
21834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21835 (eval $ac_compile) 2>conftest.er1
21837 grep -v '^ *+' conftest.er1
>conftest.err
21839 cat conftest.err
>&5
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } &&
21842 { ac_try
='test -z "$ac_cxx_werror_flag"
21843 || test ! -s conftest.err'
21844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21845 (eval $ac_try) 2>&5
21847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); }; } &&
21849 { ac_try
='test -s conftest.$ac_objext'
21850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21851 (eval $ac_try) 2>&5
21853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21854 (exit $ac_status); }; }; then
21855 echo "$as_me:$LINENO: result: yes" >&5
21856 echo "${ECHO_T}yes" >&6
21858 echo "$as_me: failed program was:" >&5
21859 sed 's/^/| /' conftest.
$ac_ext >&5
21861 echo "$as_me:$LINENO: result: no" >&5
21862 echo "${ECHO_T}no" >&6
21863 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
21864 echo "$as_me: error: Basic STL functionality missing" >&2;}
21865 { (exit 1); exit 1; }; }
21867 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21869 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
21870 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
21871 cat >conftest.
$ac_ext <<_ACEOF
21874 cat confdefs.h
>>conftest.
$ac_ext
21875 cat >>conftest.
$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21881 std::string foo, bar;
21883 foo.compare(1, 1, bar);
21884 foo.compare(1, 1, bar, 1, 1);
21886 foo.compare(1, 1, "");
21887 foo.compare(1, 1, "", 2);
21892 rm -f conftest.
$ac_objext
21893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21894 (eval $ac_compile) 2>conftest.er1
21896 grep -v '^ *+' conftest.er1
>conftest.err
21898 cat conftest.err
>&5
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); } &&
21901 { ac_try
='test -z "$ac_cxx_werror_flag"
21902 || test ! -s conftest.err'
21903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21904 (eval $ac_try) 2>&5
21906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21907 (exit $ac_status); }; } &&
21908 { ac_try
='test -s conftest.$ac_objext'
21909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21910 (eval $ac_try) 2>&5
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); }; }; then
21914 echo "$as_me:$LINENO: result: yes" >&5
21915 echo "${ECHO_T}yes" >&6
21916 cat >>confdefs.h
<<\_ACEOF
21917 #define HAVE_STD_STRING_COMPARE 1
21921 echo "$as_me: failed program was:" >&5
21922 sed 's/^/| /' conftest.
$ac_ext >&5
21924 echo "$as_me:$LINENO: result: no" >&5
21925 echo "${ECHO_T}no" >&6
21927 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21929 if test "${ac_cv_header_hash_map+set}" = set; then
21930 echo "$as_me:$LINENO: checking for hash_map" >&5
21931 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
21932 if test "${ac_cv_header_hash_map+set}" = set; then
21933 echo $ECHO_N "(cached) $ECHO_C" >&6
21935 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
21936 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
21938 # Is the header compilable?
21939 echo "$as_me:$LINENO: checking hash_map usability" >&5
21940 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
21941 cat >conftest.
$ac_ext <<_ACEOF
21944 cat confdefs.h
>>conftest.
$ac_ext
21945 cat >>conftest.
$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 $ac_includes_default
21948 #include <hash_map>
21950 rm -f conftest.
$ac_objext
21951 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21952 (eval $ac_compile) 2>conftest.er1
21954 grep -v '^ *+' conftest.er1
>conftest.err
21956 cat conftest.err
>&5
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } &&
21959 { ac_try
='test -z "$ac_cxx_werror_flag"
21960 || test ! -s conftest.err'
21961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21962 (eval $ac_try) 2>&5
21964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21965 (exit $ac_status); }; } &&
21966 { ac_try
='test -s conftest.$ac_objext'
21967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21968 (eval $ac_try) 2>&5
21970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21971 (exit $ac_status); }; }; then
21972 ac_header_compiler
=yes
21974 echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.
$ac_ext >&5
21977 ac_header_compiler
=no
21979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21980 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21981 echo "${ECHO_T}$ac_header_compiler" >&6
21983 # Is the header present?
21984 echo "$as_me:$LINENO: checking hash_map presence" >&5
21985 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
21986 cat >conftest.
$ac_ext <<_ACEOF
21989 cat confdefs.h
>>conftest.
$ac_ext
21990 cat >>conftest.
$ac_ext <<_ACEOF
21991 /* end confdefs.h. */
21992 #include <hash_map>
21994 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21995 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21997 grep -v '^ *+' conftest.er1
>conftest.err
21999 cat conftest.err
>&5
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } >/dev
/null
; then
22002 if test -s conftest.err
; then
22003 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22004 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22011 if test -z "$ac_cpp_err"; then
22012 ac_header_preproc
=yes
22014 echo "$as_me: failed program was:" >&5
22015 sed 's/^/| /' conftest.
$ac_ext >&5
22017 ac_header_preproc
=no
22019 rm -f conftest.err conftest.
$ac_ext
22020 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22021 echo "${ECHO_T}$ac_header_preproc" >&6
22023 # So? What about this header?
22024 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22026 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22027 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22028 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22029 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22030 ac_header_preproc
=yes
22033 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22034 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
22035 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22036 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22037 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22038 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22039 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22040 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22041 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22042 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
22043 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22044 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
22047 ## ----------------------------------------- ##
22048 ## Report this to wx-dev@lists.wxwidgets.org ##
22049 ## ----------------------------------------- ##
22052 sed "s/^/$as_me: WARNING: /" >&2
22055 echo "$as_me:$LINENO: checking for hash_map" >&5
22056 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22057 if test "${ac_cv_header_hash_map+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22060 ac_cv_header_hash_map
=$ac_header_preproc
22062 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22063 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22066 if test $ac_cv_header_hash_map = yes; then
22067 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22068 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22069 cat >conftest.
$ac_ext <<_ACEOF
22072 cat confdefs.h
>>conftest.
$ac_ext
22073 cat >>conftest.
$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 #include <hash_map>
22076 #include <hash_set>
22080 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22081 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22086 rm -f conftest.
$ac_objext
22087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22088 (eval $ac_compile) 2>conftest.er1
22090 grep -v '^ *+' conftest.er1
>conftest.err
22092 cat conftest.err
>&5
22093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094 (exit $ac_status); } &&
22095 { ac_try
='test -z "$ac_cxx_werror_flag"
22096 || test ! -s conftest.err'
22097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22098 (eval $ac_try) 2>&5
22100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22101 (exit $ac_status); }; } &&
22102 { ac_try
='test -s conftest.$ac_objext'
22103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22104 (eval $ac_try) 2>&5
22106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22107 (exit $ac_status); }; }; then
22108 echo "$as_me:$LINENO: result: yes" >&5
22109 echo "${ECHO_T}yes" >&6
22110 cat >>confdefs.h
<<\_ACEOF
22111 #define HAVE_HASH_MAP 1
22114 cat >>confdefs.h
<<\_ACEOF
22115 #define HAVE_STD_HASH_MAP 1
22119 echo "$as_me: failed program was:" >&5
22120 sed 's/^/| /' conftest.
$ac_ext >&5
22122 echo "$as_me:$LINENO: result: no" >&5
22123 echo "${ECHO_T}no" >&6
22125 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22131 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22132 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22133 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22134 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22135 echo $ECHO_N "(cached) $ECHO_C" >&6
22137 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22138 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22140 # Is the header compilable?
22141 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22142 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22143 cat >conftest.
$ac_ext <<_ACEOF
22146 cat confdefs.h
>>conftest.
$ac_ext
22147 cat >>conftest.
$ac_ext <<_ACEOF
22148 /* end confdefs.h. */
22149 $ac_includes_default
22150 #include <ext/hash_map>
22152 rm -f conftest.
$ac_objext
22153 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22154 (eval $ac_compile) 2>conftest.er1
22156 grep -v '^ *+' conftest.er1
>conftest.err
22158 cat conftest.err
>&5
22159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22160 (exit $ac_status); } &&
22161 { ac_try
='test -z "$ac_cxx_werror_flag"
22162 || test ! -s conftest.err'
22163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22164 (eval $ac_try) 2>&5
22166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22167 (exit $ac_status); }; } &&
22168 { ac_try
='test -s conftest.$ac_objext'
22169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22170 (eval $ac_try) 2>&5
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); }; }; then
22174 ac_header_compiler
=yes
22176 echo "$as_me: failed program was:" >&5
22177 sed 's/^/| /' conftest.
$ac_ext >&5
22179 ac_header_compiler
=no
22181 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22182 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22183 echo "${ECHO_T}$ac_header_compiler" >&6
22185 # Is the header present?
22186 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22187 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22188 cat >conftest.
$ac_ext <<_ACEOF
22191 cat confdefs.h
>>conftest.
$ac_ext
22192 cat >>conftest.
$ac_ext <<_ACEOF
22193 /* end confdefs.h. */
22194 #include <ext/hash_map>
22196 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22197 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22199 grep -v '^ *+' conftest.er1
>conftest.err
22201 cat conftest.err
>&5
22202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22203 (exit $ac_status); } >/dev
/null
; then
22204 if test -s conftest.err
; then
22205 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22206 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22213 if test -z "$ac_cpp_err"; then
22214 ac_header_preproc
=yes
22216 echo "$as_me: failed program was:" >&5
22217 sed 's/^/| /' conftest.
$ac_ext >&5
22219 ac_header_preproc
=no
22221 rm -f conftest.err conftest.
$ac_ext
22222 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22223 echo "${ECHO_T}$ac_header_preproc" >&6
22225 # So? What about this header?
22226 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22228 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22229 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22230 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22231 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22232 ac_header_preproc
=yes
22235 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22236 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
22237 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22238 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22239 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22240 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22241 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22242 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22243 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22244 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
22245 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22246 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
22249 ## ----------------------------------------- ##
22250 ## Report this to wx-dev@lists.wxwidgets.org ##
22251 ## ----------------------------------------- ##
22254 sed "s/^/$as_me: WARNING: /" >&2
22257 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22258 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22259 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22260 echo $ECHO_N "(cached) $ECHO_C" >&6
22262 ac_cv_header_ext_hash_map
=$ac_header_preproc
22264 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22265 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22268 if test $ac_cv_header_ext_hash_map = yes; then
22269 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22270 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22271 cat >conftest.
$ac_ext <<_ACEOF
22274 cat confdefs.h
>>conftest.
$ac_ext
22275 cat >>conftest.
$ac_ext <<_ACEOF
22276 /* end confdefs.h. */
22277 #include <ext/hash_map>
22278 #include <ext/hash_set>
22282 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22283 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22288 rm -f conftest.
$ac_objext
22289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22290 (eval $ac_compile) 2>conftest.er1
22292 grep -v '^ *+' conftest.er1
>conftest.err
22294 cat conftest.err
>&5
22295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296 (exit $ac_status); } &&
22297 { ac_try
='test -z "$ac_cxx_werror_flag"
22298 || test ! -s conftest.err'
22299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22300 (eval $ac_try) 2>&5
22302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22303 (exit $ac_status); }; } &&
22304 { ac_try
='test -s conftest.$ac_objext'
22305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22306 (eval $ac_try) 2>&5
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); }; }; then
22310 echo "$as_me:$LINENO: result: yes" >&5
22311 echo "${ECHO_T}yes" >&6
22312 cat >>confdefs.h
<<\_ACEOF
22313 #define HAVE_EXT_HASH_MAP 1
22316 cat >>confdefs.h
<<\_ACEOF
22317 #define HAVE_GNU_CXX_HASH_MAP 1
22321 echo "$as_me: failed program was:" >&5
22322 sed 's/^/| /' conftest.
$ac_ext >&5
22324 echo "$as_me:$LINENO: result: no" >&5
22325 echo "${ECHO_T}no" >&6
22327 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22334 ac_cpp
='$CPP $CPPFLAGS'
22335 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22336 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22337 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22343 /usr/local/include \
22345 /usr/Motif-2.1/include \
22346 /usr/Motif-1.2/include \
22347 /usr/include/Motif1.2 \
22348 /opt/xpm/include/X11 \
22349 /opt/GBxpm/include/ \
22350 /opt/GBxpm/X11/include/ \
22353 /usr/openwin/include \
22357 /usr/X11R6/include \
22358 /usr/X11R6.4/include \
22359 /usr/X11R5/include \
22360 /usr/X11R4/include \
22362 /usr/include/X11R6 \
22363 /usr/include/X11R5 \
22364 /usr/include/X11R4 \
22366 /usr/local/X11R6/include \
22367 /usr/local/X11R5/include \
22368 /usr/local/X11R4/include \
22370 /usr/local/include/X11R6 \
22371 /usr/local/include/X11R5 \
22372 /usr/local/include/X11R4 \
22376 /usr/local/X11/include \
22377 /usr/local/include/X11 \
22379 /usr/X386/include \
22380 /usr/x386/include \
22381 /usr/XFree86/include/X11 \
22383 X:/XFree86/include \
22384 X:/XFree86/include/X11 \
22387 /usr/local/include/gtk \
22388 /usr/include/glib \
22389 /usr/local/include/glib \
22392 /usr/local/include/qt \
22394 /usr/local/arm/3.3.2/include \
22396 /usr/include/windows \
22397 /usr/include/wine \
22398 /usr/local/include/wine \
22400 /usr/unsupported/include \
22401 /usr/athena/include \
22402 /usr/local/x11r5/include \
22403 /usr/lpp/Xamples/include \
22405 /usr/openwin/share/include"
22407 SEARCH_LIB
="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`"
22410 cat >confcache
<<\_ACEOF
22411 # This file is a shell script that caches the results of configure
22412 # tests run on this system so they can be shared between configure
22413 # scripts and configure runs, see configure's option --config-cache.
22414 # It is not useful on other systems. If it contains results you don't
22415 # want to keep, you may remove or edit it.
22417 # config.status only pays attention to the cache file if you give it
22418 # the --recheck option to rerun configure.
22420 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22421 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22422 # following values.
22426 # The following way of writing the cache mishandles newlines in values,
22427 # but we know of no workaround that is simple, portable, and efficient.
22428 # So, don't put newlines in cache variables' values.
22429 # Ultrix sh set writes to stderr and can't be redirected directly,
22430 # and sets the high bit in the cache file unless we assign to the vars.
22433 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22435 # `set' does not quote correctly, so add quotes (double-quote
22436 # substitution turns \\\\ into \\, and sed turns \\ into \).
22439 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22442 # `set' quotes correctly as required by POSIX, so do not add quotes.
22444 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22451 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22453 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22455 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
22456 if test -w $cache_file; then
22457 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22458 cat confcache
>$cache_file
22460 echo "not updating unwritable cache $cache_file"
22465 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22466 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22467 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22468 if test "${wx_cv_lib_glibc21+set}" = set; then
22469 echo $ECHO_N "(cached) $ECHO_C" >&6
22472 cat >conftest.
$ac_ext <<_ACEOF
22475 cat confdefs.h
>>conftest.
$ac_ext
22476 cat >>conftest.
$ac_ext <<_ACEOF
22477 /* end confdefs.h. */
22478 #include <features.h>
22483 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22484 #error not glibc2.1
22491 rm -f conftest.
$ac_objext
22492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22493 (eval $ac_compile) 2>conftest.er1
22495 grep -v '^ *+' conftest.er1
>conftest.err
22497 cat conftest.err
>&5
22498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22499 (exit $ac_status); } &&
22500 { ac_try
='test -z "$ac_c_werror_flag"
22501 || test ! -s conftest.err'
22502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22503 (eval $ac_try) 2>&5
22505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22506 (exit $ac_status); }; } &&
22507 { ac_try
='test -s conftest.$ac_objext'
22508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22509 (eval $ac_try) 2>&5
22511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22512 (exit $ac_status); }; }; then
22514 wx_cv_lib_glibc21
=yes
22517 echo "$as_me: failed program was:" >&5
22518 sed 's/^/| /' conftest.
$ac_ext >&5
22521 wx_cv_lib_glibc21
=no
22525 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22528 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22529 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22530 if test "$wx_cv_lib_glibc21" = "yes"; then
22531 cat >>confdefs.h
<<\_ACEOF
22532 #define wxHAVE_GLIBC2 1
22538 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22539 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22540 cat >>confdefs.h
<<\_ACEOF
22541 #define _GNU_SOURCE 1
22549 if test "$wxUSE_REGEX" != "no"; then
22550 cat >>confdefs.h
<<\_ACEOF
22551 #define wxUSE_REGEX 1
22555 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22556 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22557 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22558 wxUSE_REGEX
=builtin
22561 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22562 if test "${ac_cv_header_regex_h+set}" = set; then
22563 echo "$as_me:$LINENO: checking for regex.h" >&5
22564 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22565 if test "${ac_cv_header_regex_h+set}" = set; then
22566 echo $ECHO_N "(cached) $ECHO_C" >&6
22568 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22569 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22571 # Is the header compilable?
22572 echo "$as_me:$LINENO: checking regex.h usability" >&5
22573 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22574 cat >conftest.
$ac_ext <<_ACEOF
22577 cat confdefs.h
>>conftest.
$ac_ext
22578 cat >>conftest.
$ac_ext <<_ACEOF
22579 /* end confdefs.h. */
22580 $ac_includes_default
22583 rm -f conftest.
$ac_objext
22584 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22585 (eval $ac_compile) 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"
22593 || test ! -s conftest.err'
22594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22595 (eval $ac_try) 2>&5
22597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22598 (exit $ac_status); }; } &&
22599 { ac_try
='test -s conftest.$ac_objext'
22600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22601 (eval $ac_try) 2>&5
22603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22604 (exit $ac_status); }; }; then
22605 ac_header_compiler
=yes
22607 echo "$as_me: failed program was:" >&5
22608 sed 's/^/| /' conftest.
$ac_ext >&5
22610 ac_header_compiler
=no
22612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22613 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22614 echo "${ECHO_T}$ac_header_compiler" >&6
22616 # Is the header present?
22617 echo "$as_me:$LINENO: checking regex.h presence" >&5
22618 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22619 cat >conftest.
$ac_ext <<_ACEOF
22622 cat confdefs.h
>>conftest.
$ac_ext
22623 cat >>conftest.
$ac_ext <<_ACEOF
22624 /* end confdefs.h. */
22627 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22628 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22630 grep -v '^ *+' conftest.er1
>conftest.err
22632 cat conftest.err
>&5
22633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634 (exit $ac_status); } >/dev
/null
; then
22635 if test -s conftest.err
; then
22636 ac_cpp_err
=$ac_c_preproc_warn_flag
22637 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22644 if test -z "$ac_cpp_err"; then
22645 ac_header_preproc
=yes
22647 echo "$as_me: failed program was:" >&5
22648 sed 's/^/| /' conftest.
$ac_ext >&5
22650 ac_header_preproc
=no
22652 rm -f conftest.err conftest.
$ac_ext
22653 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22654 echo "${ECHO_T}$ac_header_preproc" >&6
22656 # So? What about this header?
22657 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22659 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22660 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22661 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22662 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22663 ac_header_preproc
=yes
22666 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22667 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22668 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22669 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22670 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22671 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22672 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22673 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22674 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22675 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22676 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22677 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22680 ## ----------------------------------------- ##
22681 ## Report this to wx-dev@lists.wxwidgets.org ##
22682 ## ----------------------------------------- ##
22685 sed "s/^/$as_me: WARNING: /" >&2
22688 echo "$as_me:$LINENO: checking for regex.h" >&5
22689 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22690 if test "${ac_cv_header_regex_h+set}" = set; then
22691 echo $ECHO_N "(cached) $ECHO_C" >&6
22693 ac_cv_header_regex_h
=$ac_header_preproc
22695 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22696 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22699 if test $ac_cv_header_regex_h = yes; then
22701 for ac_func
in regcomp
22703 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22704 echo "$as_me:$LINENO: checking for $ac_func" >&5
22705 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22706 if eval "test \"\${$as_ac_var+set}\" = set"; then
22707 echo $ECHO_N "(cached) $ECHO_C" >&6
22709 cat >conftest.
$ac_ext <<_ACEOF
22712 cat confdefs.h
>>conftest.
$ac_ext
22713 cat >>conftest.
$ac_ext <<_ACEOF
22714 /* end confdefs.h. */
22715 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22716 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22717 #define $ac_func innocuous_$ac_func
22719 /* System header to define __stub macros and hopefully few prototypes,
22720 which can conflict with char $ac_func (); below.
22721 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22722 <limits.h> exists even on freestanding compilers. */
22725 # include <limits.h>
22727 # include <assert.h>
22732 /* Override any gcc2 internal prototype to avoid an error. */
22737 /* We use char because int might match the return type of a gcc2
22738 builtin and then its argument prototype would still apply. */
22740 /* The GNU C library defines this for functions which it implements
22741 to always fail with ENOSYS. Some functions are actually named
22742 something starting with __ and the normal name is an alias. */
22743 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22746 char (*f) () = $ac_func;
22755 return f != $ac_func;
22760 rm -f conftest.
$ac_objext conftest
$ac_exeext
22761 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22762 (eval $ac_link) 2>conftest.er1
22764 grep -v '^ *+' conftest.er1
>conftest.err
22766 cat conftest.err
>&5
22767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22768 (exit $ac_status); } &&
22769 { ac_try
='test -z "$ac_c_werror_flag"
22770 || test ! -s conftest.err'
22771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22772 (eval $ac_try) 2>&5
22774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22775 (exit $ac_status); }; } &&
22776 { ac_try
='test -s conftest$ac_exeext'
22777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22778 (eval $ac_try) 2>&5
22780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22781 (exit $ac_status); }; }; then
22782 eval "$as_ac_var=yes"
22784 echo "$as_me: failed program was:" >&5
22785 sed 's/^/| /' conftest.
$ac_ext >&5
22787 eval "$as_ac_var=no"
22789 rm -f conftest.err conftest.
$ac_objext \
22790 conftest
$ac_exeext conftest.
$ac_ext
22792 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22793 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22794 if test `eval echo '${'$as_ac_var'}'` = yes; then
22795 cat >>confdefs.h
<<_ACEOF
22796 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22806 if test "x$ac_cv_func_regcomp" != "xyes"; then
22807 if test "$wxUSE_REGEX" = "sys" ; then
22808 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
22809 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
22810 { (exit 1); exit 1; }; }
22812 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
22813 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
22814 wxUSE_REGEX
=builtin
22818 cat >>confdefs.h
<<\_ACEOF
22819 #define WX_NO_REGEX_ADVANCED 1
22828 if test "$wxUSE_ZLIB" != "no" ; then
22829 cat >>confdefs.h
<<\_ACEOF
22830 #define wxUSE_ZLIB 1
22834 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
22835 if test "$USE_DARWIN" = 1; then
22836 system_zlib_h_ok
="yes"
22838 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
22839 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
22840 if test "${ac_cv_header_zlib_h+set}" = set; then
22841 echo $ECHO_N "(cached) $ECHO_C" >&6
22843 if test "$cross_compiling" = yes; then
22844 unset ac_cv_header_zlib_h
22847 cat >conftest.
$ac_ext <<_ACEOF
22850 cat confdefs.h
>>conftest.
$ac_ext
22851 cat >>conftest.
$ac_ext <<_ACEOF
22852 /* end confdefs.h. */
22859 FILE *f=fopen("conftestval", "w");
22862 ZLIB_VERSION[0] == '1' &&
22863 (ZLIB_VERSION[2] > '1' ||
22864 (ZLIB_VERSION[2] == '1' &&
22865 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
22870 rm -f conftest
$ac_exeext
22871 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22872 (eval $ac_link) 2>&5
22874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22875 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22877 (eval $ac_try) 2>&5
22879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22880 (exit $ac_status); }; }; then
22881 ac_cv_header_zlib_h
=`cat conftestval`
22883 echo "$as_me: program exited with status $ac_status" >&5
22884 echo "$as_me: failed program was:" >&5
22885 sed 's/^/| /' conftest.
$ac_ext >&5
22887 ( exit $ac_status )
22888 ac_cv_header_zlib_h
=no
22890 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22894 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22895 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22896 if test "${ac_cv_header_zlib_h+set}" = set; then
22897 echo "$as_me:$LINENO: checking for zlib.h" >&5
22898 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
22899 if test "${ac_cv_header_zlib_h+set}" = set; then
22900 echo $ECHO_N "(cached) $ECHO_C" >&6
22902 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
22903 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
22905 # Is the header compilable?
22906 echo "$as_me:$LINENO: checking zlib.h usability" >&5
22907 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
22908 cat >conftest.
$ac_ext <<_ACEOF
22911 cat confdefs.h
>>conftest.
$ac_ext
22912 cat >>conftest.
$ac_ext <<_ACEOF
22913 /* end confdefs.h. */
22914 $ac_includes_default
22917 rm -f conftest.
$ac_objext
22918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22919 (eval $ac_compile) 2>conftest.er1
22921 grep -v '^ *+' conftest.er1
>conftest.err
22923 cat conftest.err
>&5
22924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22925 (exit $ac_status); } &&
22926 { ac_try
='test -z "$ac_c_werror_flag"
22927 || test ! -s conftest.err'
22928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22929 (eval $ac_try) 2>&5
22931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); }; } &&
22933 { ac_try
='test -s conftest.$ac_objext'
22934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22935 (eval $ac_try) 2>&5
22937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22938 (exit $ac_status); }; }; then
22939 ac_header_compiler
=yes
22941 echo "$as_me: failed program was:" >&5
22942 sed 's/^/| /' conftest.
$ac_ext >&5
22944 ac_header_compiler
=no
22946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22947 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22948 echo "${ECHO_T}$ac_header_compiler" >&6
22950 # Is the header present?
22951 echo "$as_me:$LINENO: checking zlib.h presence" >&5
22952 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
22953 cat >conftest.
$ac_ext <<_ACEOF
22956 cat confdefs.h
>>conftest.
$ac_ext
22957 cat >>conftest.
$ac_ext <<_ACEOF
22958 /* end confdefs.h. */
22961 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22962 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22964 grep -v '^ *+' conftest.er1
>conftest.err
22966 cat conftest.err
>&5
22967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22968 (exit $ac_status); } >/dev
/null
; then
22969 if test -s conftest.err
; then
22970 ac_cpp_err
=$ac_c_preproc_warn_flag
22971 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22978 if test -z "$ac_cpp_err"; then
22979 ac_header_preproc
=yes
22981 echo "$as_me: failed program was:" >&5
22982 sed 's/^/| /' conftest.
$ac_ext >&5
22984 ac_header_preproc
=no
22986 rm -f conftest.err conftest.
$ac_ext
22987 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22988 echo "${ECHO_T}$ac_header_preproc" >&6
22990 # So? What about this header?
22991 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22993 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
22994 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22995 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
22996 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
22997 ac_header_preproc
=yes
23000 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23001 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
23002 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23003 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23004 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23005 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23006 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23007 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
23008 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23009 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
23010 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23011 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
23014 ## ----------------------------------------- ##
23015 ## Report this to wx-dev@lists.wxwidgets.org ##
23016 ## ----------------------------------------- ##
23019 sed "s/^/$as_me: WARNING: /" >&2
23022 echo "$as_me:$LINENO: checking for zlib.h" >&5
23023 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23024 if test "${ac_cv_header_zlib_h+set}" = set; then
23025 echo $ECHO_N "(cached) $ECHO_C" >&6
23027 ac_cv_header_zlib_h
=$ac_header_preproc
23029 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23030 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23036 system_zlib_h_ok
=$ac_cv_header_zlib_h
23039 if test "$system_zlib_h_ok" = "yes"; then
23040 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23041 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23042 if test "${ac_cv_lib_z_deflate+set}" = set; then
23043 echo $ECHO_N "(cached) $ECHO_C" >&6
23045 ac_check_lib_save_LIBS
=$LIBS
23047 cat >conftest.
$ac_ext <<_ACEOF
23050 cat confdefs.h
>>conftest.
$ac_ext
23051 cat >>conftest.
$ac_ext <<_ACEOF
23052 /* end confdefs.h. */
23054 /* Override any gcc2 internal prototype to avoid an error. */
23058 /* We use char because int might match the return type of a gcc2
23059 builtin and then its argument prototype would still apply. */
23069 rm -f conftest.
$ac_objext conftest
$ac_exeext
23070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23071 (eval $ac_link) 2>conftest.er1
23073 grep -v '^ *+' conftest.er1
>conftest.err
23075 cat conftest.err
>&5
23076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077 (exit $ac_status); } &&
23078 { ac_try
='test -z "$ac_c_werror_flag"
23079 || test ! -s conftest.err'
23080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23081 (eval $ac_try) 2>&5
23083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); }; } &&
23085 { ac_try
='test -s conftest$ac_exeext'
23086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23087 (eval $ac_try) 2>&5
23089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23090 (exit $ac_status); }; }; then
23091 ac_cv_lib_z_deflate
=yes
23093 echo "$as_me: failed program was:" >&5
23094 sed 's/^/| /' conftest.
$ac_ext >&5
23096 ac_cv_lib_z_deflate
=no
23098 rm -f conftest.err conftest.
$ac_objext \
23099 conftest
$ac_exeext conftest.
$ac_ext
23100 LIBS
=$ac_check_lib_save_LIBS
23102 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23103 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23104 if test $ac_cv_lib_z_deflate = yes; then
23110 if test "x$ZLIB_LINK" = "x" ; then
23111 if test "$wxUSE_ZLIB" = "sys" ; then
23112 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23113 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23114 { (exit 1); exit 1; }; }
23116 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23117 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23128 if test "$wxUSE_LIBPNG" != "no" ; then
23129 cat >>confdefs.h
<<\_ACEOF
23130 #define wxUSE_LIBPNG 1
23134 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23135 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23136 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23140 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23141 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23142 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23143 wxUSE_LIBPNG
=builtin
23146 if test "$wxUSE_MGL" != 1 ; then
23147 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23148 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23149 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23150 if test "${ac_cv_header_png_h+set}" = set; then
23151 echo $ECHO_N "(cached) $ECHO_C" >&6
23153 if test "$cross_compiling" = yes; then
23154 unset ac_cv_header_png_h
23157 cat >conftest.
$ac_ext <<_ACEOF
23160 cat confdefs.h
>>conftest.
$ac_ext
23161 cat >>conftest.
$ac_ext <<_ACEOF
23162 /* end confdefs.h. */
23169 FILE *f=fopen("conftestval", "w");
23172 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23177 rm -f conftest
$ac_exeext
23178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23179 (eval $ac_link) 2>&5
23181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23182 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23184 (eval $ac_try) 2>&5
23186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23187 (exit $ac_status); }; }; then
23188 ac_cv_header_png_h
=`cat conftestval`
23190 echo "$as_me: program exited with status $ac_status" >&5
23191 echo "$as_me: failed program was:" >&5
23192 sed 's/^/| /' conftest.
$ac_ext >&5
23194 ( exit $ac_status )
23195 ac_cv_header_png_h
=no
23197 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23201 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23202 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23203 if test "${ac_cv_header_png_h+set}" = set; then
23204 echo "$as_me:$LINENO: checking for png.h" >&5
23205 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23206 if test "${ac_cv_header_png_h+set}" = set; then
23207 echo $ECHO_N "(cached) $ECHO_C" >&6
23209 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23210 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23212 # Is the header compilable?
23213 echo "$as_me:$LINENO: checking png.h usability" >&5
23214 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23215 cat >conftest.
$ac_ext <<_ACEOF
23218 cat confdefs.h
>>conftest.
$ac_ext
23219 cat >>conftest.
$ac_ext <<_ACEOF
23220 /* end confdefs.h. */
23221 $ac_includes_default
23224 rm -f conftest.
$ac_objext
23225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23226 (eval $ac_compile) 2>conftest.er1
23228 grep -v '^ *+' conftest.er1
>conftest.err
23230 cat conftest.err
>&5
23231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23232 (exit $ac_status); } &&
23233 { ac_try
='test -z "$ac_c_werror_flag"
23234 || test ! -s conftest.err'
23235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23236 (eval $ac_try) 2>&5
23238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); }; } &&
23240 { ac_try
='test -s conftest.$ac_objext'
23241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23242 (eval $ac_try) 2>&5
23244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23245 (exit $ac_status); }; }; then
23246 ac_header_compiler
=yes
23248 echo "$as_me: failed program was:" >&5
23249 sed 's/^/| /' conftest.
$ac_ext >&5
23251 ac_header_compiler
=no
23253 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23254 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23255 echo "${ECHO_T}$ac_header_compiler" >&6
23257 # Is the header present?
23258 echo "$as_me:$LINENO: checking png.h presence" >&5
23259 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23260 cat >conftest.
$ac_ext <<_ACEOF
23263 cat confdefs.h
>>conftest.
$ac_ext
23264 cat >>conftest.
$ac_ext <<_ACEOF
23265 /* end confdefs.h. */
23268 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23269 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23271 grep -v '^ *+' conftest.er1
>conftest.err
23273 cat conftest.err
>&5
23274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23275 (exit $ac_status); } >/dev
/null
; then
23276 if test -s conftest.err
; then
23277 ac_cpp_err
=$ac_c_preproc_warn_flag
23278 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23285 if test -z "$ac_cpp_err"; then
23286 ac_header_preproc
=yes
23288 echo "$as_me: failed program was:" >&5
23289 sed 's/^/| /' conftest.
$ac_ext >&5
23291 ac_header_preproc
=no
23293 rm -f conftest.err conftest.
$ac_ext
23294 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23295 echo "${ECHO_T}$ac_header_preproc" >&6
23297 # So? What about this header?
23298 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23300 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23301 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23302 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23303 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23304 ac_header_preproc
=yes
23307 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23308 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
23309 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23310 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23311 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23312 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23313 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23314 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
23315 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23316 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
23317 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23318 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
23321 ## ----------------------------------------- ##
23322 ## Report this to wx-dev@lists.wxwidgets.org ##
23323 ## ----------------------------------------- ##
23326 sed "s/^/$as_me: WARNING: /" >&2
23329 echo "$as_me:$LINENO: checking for png.h" >&5
23330 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23331 if test "${ac_cv_header_png_h+set}" = set; then
23332 echo $ECHO_N "(cached) $ECHO_C" >&6
23334 ac_cv_header_png_h
=$ac_header_preproc
23336 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23337 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23343 if test "$ac_cv_header_png_h" = "yes"; then
23344 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23345 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23346 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23347 echo $ECHO_N "(cached) $ECHO_C" >&6
23349 ac_check_lib_save_LIBS
=$LIBS
23350 LIBS
="-lpng -lz -lm $LIBS"
23351 cat >conftest.
$ac_ext <<_ACEOF
23354 cat confdefs.h
>>conftest.
$ac_ext
23355 cat >>conftest.
$ac_ext <<_ACEOF
23356 /* end confdefs.h. */
23358 /* Override any gcc2 internal prototype to avoid an error. */
23362 /* We use char because int might match the return type of a gcc2
23363 builtin and then its argument prototype would still apply. */
23364 char png_check_sig ();
23373 rm -f conftest.
$ac_objext conftest
$ac_exeext
23374 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23375 (eval $ac_link) 2>conftest.er1
23377 grep -v '^ *+' conftest.er1
>conftest.err
23379 cat conftest.err
>&5
23380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23381 (exit $ac_status); } &&
23382 { ac_try
='test -z "$ac_c_werror_flag"
23383 || test ! -s conftest.err'
23384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23385 (eval $ac_try) 2>&5
23387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23388 (exit $ac_status); }; } &&
23389 { ac_try
='test -s conftest$ac_exeext'
23390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23391 (eval $ac_try) 2>&5
23393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23394 (exit $ac_status); }; }; then
23395 ac_cv_lib_png_png_check_sig
=yes
23397 echo "$as_me: failed program was:" >&5
23398 sed 's/^/| /' conftest.
$ac_ext >&5
23400 ac_cv_lib_png_png_check_sig
=no
23402 rm -f conftest.err conftest.
$ac_objext \
23403 conftest
$ac_exeext conftest.
$ac_ext
23404 LIBS
=$ac_check_lib_save_LIBS
23406 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23407 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23408 if test $ac_cv_lib_png_png_check_sig = yes; then
23409 PNG_LINK
=" -lpng -lz"
23414 if test "x$PNG_LINK" = "x" ; then
23415 if test "$wxUSE_LIBPNG" = "sys" ; then
23416 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23417 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23418 { (exit 1); exit 1; }; }
23420 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23421 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23422 wxUSE_LIBPNG
=builtin
23430 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
23435 if test "$wxUSE_LIBJPEG" != "no" ; then
23436 cat >>confdefs.h
<<\_ACEOF
23437 #define wxUSE_LIBJPEG 1
23441 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23442 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23443 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23447 if test "$wxUSE_MGL" != 1 ; then
23448 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23449 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23450 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23451 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23452 echo $ECHO_N "(cached) $ECHO_C" >&6
23454 cat >conftest.
$ac_ext <<_ACEOF
23457 cat confdefs.h
>>conftest.
$ac_ext
23458 cat >>conftest.
$ac_ext <<_ACEOF
23459 /* end confdefs.h. */
23461 #undef HAVE_STDLIB_H
23463 #include <jpeglib.h>
23474 rm -f conftest.
$ac_objext
23475 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23476 (eval $ac_compile) 2>conftest.er1
23478 grep -v '^ *+' conftest.er1
>conftest.err
23480 cat conftest.err
>&5
23481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23482 (exit $ac_status); } &&
23483 { ac_try
='test -z "$ac_c_werror_flag"
23484 || test ! -s conftest.err'
23485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23486 (eval $ac_try) 2>&5
23488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23489 (exit $ac_status); }; } &&
23490 { ac_try
='test -s conftest.$ac_objext'
23491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23492 (eval $ac_try) 2>&5
23494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23495 (exit $ac_status); }; }; then
23496 ac_cv_header_jpeglib_h
=yes
23498 echo "$as_me: failed program was:" >&5
23499 sed 's/^/| /' conftest.
$ac_ext >&5
23501 ac_cv_header_jpeglib_h
=no
23504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23508 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23509 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23511 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23512 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23513 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23514 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23515 echo $ECHO_N "(cached) $ECHO_C" >&6
23517 ac_check_lib_save_LIBS
=$LIBS
23518 LIBS
="-ljpeg $LIBS"
23519 cat >conftest.
$ac_ext <<_ACEOF
23522 cat confdefs.h
>>conftest.
$ac_ext
23523 cat >>conftest.
$ac_ext <<_ACEOF
23524 /* end confdefs.h. */
23526 /* Override any gcc2 internal prototype to avoid an error. */
23530 /* We use char because int might match the return type of a gcc2
23531 builtin and then its argument prototype would still apply. */
23532 char jpeg_read_header ();
23536 jpeg_read_header ();
23541 rm -f conftest.
$ac_objext conftest
$ac_exeext
23542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23543 (eval $ac_link) 2>conftest.er1
23545 grep -v '^ *+' conftest.er1
>conftest.err
23547 cat conftest.err
>&5
23548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23549 (exit $ac_status); } &&
23550 { ac_try
='test -z "$ac_c_werror_flag"
23551 || test ! -s conftest.err'
23552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23553 (eval $ac_try) 2>&5
23555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23556 (exit $ac_status); }; } &&
23557 { ac_try
='test -s conftest$ac_exeext'
23558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23559 (eval $ac_try) 2>&5
23561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23562 (exit $ac_status); }; }; then
23563 ac_cv_lib_jpeg_jpeg_read_header
=yes
23565 echo "$as_me: failed program was:" >&5
23566 sed 's/^/| /' conftest.
$ac_ext >&5
23568 ac_cv_lib_jpeg_jpeg_read_header
=no
23570 rm -f conftest.err conftest.
$ac_objext \
23571 conftest
$ac_exeext conftest.
$ac_ext
23572 LIBS
=$ac_check_lib_save_LIBS
23574 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23575 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23576 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23577 JPEG_LINK
=" -ljpeg"
23582 if test "x$JPEG_LINK" = "x" ; then
23583 if test "$wxUSE_LIBJPEG" = "sys" ; then
23584 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23585 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23586 { (exit 1); exit 1; }; }
23588 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23589 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23590 wxUSE_LIBJPEG
=builtin
23601 TIFF_PREREQ_LINKS
=-lm
23602 if test "$wxUSE_LIBTIFF" != "no" ; then
23603 cat >>confdefs.h
<<\_ACEOF
23604 #define wxUSE_LIBTIFF 1
23608 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23609 if test "$wxUSE_LIBJPEG" = "sys"; then
23610 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
23612 if test "$wxUSE_ZLIB" = "sys"; then
23613 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23615 if test "${ac_cv_header_tiffio_h+set}" = set; then
23616 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23617 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23618 if test "${ac_cv_header_tiffio_h+set}" = set; then
23619 echo $ECHO_N "(cached) $ECHO_C" >&6
23621 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23622 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23624 # Is the header compilable?
23625 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23626 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23627 cat >conftest.
$ac_ext <<_ACEOF
23630 cat confdefs.h
>>conftest.
$ac_ext
23631 cat >>conftest.
$ac_ext <<_ACEOF
23632 /* end confdefs.h. */
23633 $ac_includes_default
23634 #include <tiffio.h>
23636 rm -f conftest.
$ac_objext
23637 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23638 (eval $ac_compile) 2>conftest.er1
23640 grep -v '^ *+' conftest.er1
>conftest.err
23642 cat conftest.err
>&5
23643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23644 (exit $ac_status); } &&
23645 { ac_try
='test -z "$ac_c_werror_flag"
23646 || test ! -s conftest.err'
23647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23648 (eval $ac_try) 2>&5
23650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23651 (exit $ac_status); }; } &&
23652 { ac_try
='test -s conftest.$ac_objext'
23653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23654 (eval $ac_try) 2>&5
23656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23657 (exit $ac_status); }; }; then
23658 ac_header_compiler
=yes
23660 echo "$as_me: failed program was:" >&5
23661 sed 's/^/| /' conftest.
$ac_ext >&5
23663 ac_header_compiler
=no
23665 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23666 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23667 echo "${ECHO_T}$ac_header_compiler" >&6
23669 # Is the header present?
23670 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23671 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23672 cat >conftest.
$ac_ext <<_ACEOF
23675 cat confdefs.h
>>conftest.
$ac_ext
23676 cat >>conftest.
$ac_ext <<_ACEOF
23677 /* end confdefs.h. */
23678 #include <tiffio.h>
23680 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23681 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23683 grep -v '^ *+' conftest.er1
>conftest.err
23685 cat conftest.err
>&5
23686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23687 (exit $ac_status); } >/dev
/null
; then
23688 if test -s conftest.err
; then
23689 ac_cpp_err
=$ac_c_preproc_warn_flag
23690 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23697 if test -z "$ac_cpp_err"; then
23698 ac_header_preproc
=yes
23700 echo "$as_me: failed program was:" >&5
23701 sed 's/^/| /' conftest.
$ac_ext >&5
23703 ac_header_preproc
=no
23705 rm -f conftest.err conftest.
$ac_ext
23706 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23707 echo "${ECHO_T}$ac_header_preproc" >&6
23709 # So? What about this header?
23710 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23712 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23713 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23714 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23715 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23716 ac_header_preproc
=yes
23719 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23720 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23721 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23722 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23723 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23724 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23725 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23726 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23727 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23728 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23729 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23730 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23733 ## ----------------------------------------- ##
23734 ## Report this to wx-dev@lists.wxwidgets.org ##
23735 ## ----------------------------------------- ##
23738 sed "s/^/$as_me: WARNING: /" >&2
23741 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23742 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23743 if test "${ac_cv_header_tiffio_h+set}" = set; then
23744 echo $ECHO_N "(cached) $ECHO_C" >&6
23746 ac_cv_header_tiffio_h
=$ac_header_preproc
23748 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23749 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23752 if test $ac_cv_header_tiffio_h = yes; then
23754 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23755 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23756 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23757 echo $ECHO_N "(cached) $ECHO_C" >&6
23759 ac_check_lib_save_LIBS
=$LIBS
23760 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
23761 cat >conftest.
$ac_ext <<_ACEOF
23764 cat confdefs.h
>>conftest.
$ac_ext
23765 cat >>conftest.
$ac_ext <<_ACEOF
23766 /* end confdefs.h. */
23768 /* Override any gcc2 internal prototype to avoid an error. */
23772 /* We use char because int might match the return type of a gcc2
23773 builtin and then its argument prototype would still apply. */
23783 rm -f conftest.
$ac_objext conftest
$ac_exeext
23784 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23785 (eval $ac_link) 2>conftest.er1
23787 grep -v '^ *+' conftest.er1
>conftest.err
23789 cat conftest.err
>&5
23790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23791 (exit $ac_status); } &&
23792 { ac_try
='test -z "$ac_c_werror_flag"
23793 || test ! -s conftest.err'
23794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23795 (eval $ac_try) 2>&5
23797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23798 (exit $ac_status); }; } &&
23799 { ac_try
='test -s conftest$ac_exeext'
23800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23801 (eval $ac_try) 2>&5
23803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804 (exit $ac_status); }; }; then
23805 ac_cv_lib_tiff_TIFFError
=yes
23807 echo "$as_me: failed program was:" >&5
23808 sed 's/^/| /' conftest.
$ac_ext >&5
23810 ac_cv_lib_tiff_TIFFError
=no
23812 rm -f conftest.err conftest.
$ac_objext \
23813 conftest
$ac_exeext conftest.
$ac_ext
23814 LIBS
=$ac_check_lib_save_LIBS
23816 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
23817 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
23818 if test $ac_cv_lib_tiff_TIFFError = yes; then
23819 TIFF_LINK
=" -ltiff"
23828 if test "x$TIFF_LINK" = "x" ; then
23829 if test "$wxUSE_LIBTIFF" = "sys" ; then
23830 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
23831 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
23832 { (exit 1); exit 1; }; }
23834 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
23835 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
23836 wxUSE_LIBTIFF
=builtin
23845 if test "$wxUSE_WCHAR_T" != "yes"; then
23846 if test "$wxUSE_EXPAT" != "no"; then
23847 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
23848 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
23851 if test "$wxUSE_XML" != "no"; then
23852 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
23853 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
23858 if test "$wxUSE_EXPAT" != "no"; then
23860 cat >>confdefs.h
<<\_ACEOF
23861 #define wxUSE_EXPAT 1
23864 cat >>confdefs.h
<<\_ACEOF
23865 #define wxUSE_XML 1
23869 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
23870 if test "${ac_cv_header_expat_h+set}" = set; then
23871 echo "$as_me:$LINENO: checking for expat.h" >&5
23872 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23873 if test "${ac_cv_header_expat_h+set}" = set; then
23874 echo $ECHO_N "(cached) $ECHO_C" >&6
23876 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
23877 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
23879 # Is the header compilable?
23880 echo "$as_me:$LINENO: checking expat.h usability" >&5
23881 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
23882 cat >conftest.
$ac_ext <<_ACEOF
23885 cat confdefs.h
>>conftest.
$ac_ext
23886 cat >>conftest.
$ac_ext <<_ACEOF
23887 /* end confdefs.h. */
23888 $ac_includes_default
23891 rm -f conftest.
$ac_objext
23892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23893 (eval $ac_compile) 2>conftest.er1
23895 grep -v '^ *+' conftest.er1
>conftest.err
23897 cat conftest.err
>&5
23898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23899 (exit $ac_status); } &&
23900 { ac_try
='test -z "$ac_c_werror_flag"
23901 || test ! -s conftest.err'
23902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23903 (eval $ac_try) 2>&5
23905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23906 (exit $ac_status); }; } &&
23907 { ac_try
='test -s conftest.$ac_objext'
23908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23909 (eval $ac_try) 2>&5
23911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23912 (exit $ac_status); }; }; then
23913 ac_header_compiler
=yes
23915 echo "$as_me: failed program was:" >&5
23916 sed 's/^/| /' conftest.
$ac_ext >&5
23918 ac_header_compiler
=no
23920 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23921 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23922 echo "${ECHO_T}$ac_header_compiler" >&6
23924 # Is the header present?
23925 echo "$as_me:$LINENO: checking expat.h presence" >&5
23926 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
23927 cat >conftest.
$ac_ext <<_ACEOF
23930 cat confdefs.h
>>conftest.
$ac_ext
23931 cat >>conftest.
$ac_ext <<_ACEOF
23932 /* end confdefs.h. */
23935 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23936 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23938 grep -v '^ *+' conftest.er1
>conftest.err
23940 cat conftest.err
>&5
23941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23942 (exit $ac_status); } >/dev
/null
; then
23943 if test -s conftest.err
; then
23944 ac_cpp_err
=$ac_c_preproc_warn_flag
23945 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23952 if test -z "$ac_cpp_err"; then
23953 ac_header_preproc
=yes
23955 echo "$as_me: failed program was:" >&5
23956 sed 's/^/| /' conftest.
$ac_ext >&5
23958 ac_header_preproc
=no
23960 rm -f conftest.err conftest.
$ac_ext
23961 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23962 echo "${ECHO_T}$ac_header_preproc" >&6
23964 # So? What about this header?
23965 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23967 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
23968 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23969 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
23970 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
23971 ac_header_preproc
=yes
23974 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
23975 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
23976 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
23977 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
23978 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
23979 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
23980 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
23981 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
23982 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
23983 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
23984 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
23985 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
23988 ## ----------------------------------------- ##
23989 ## Report this to wx-dev@lists.wxwidgets.org ##
23990 ## ----------------------------------------- ##
23993 sed "s/^/$as_me: WARNING: /" >&2
23996 echo "$as_me:$LINENO: checking for expat.h" >&5
23997 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
23998 if test "${ac_cv_header_expat_h+set}" = set; then
23999 echo $ECHO_N "(cached) $ECHO_C" >&6
24001 ac_cv_header_expat_h
=$ac_header_preproc
24003 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24004 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24007 if test $ac_cv_header_expat_h = yes; then
24012 if test "x$found_expat_h" = "x1"; then
24013 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24014 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24015 if test "${wx_cv_expat_is_not_broken+set}" = set; then
24016 echo $ECHO_N "(cached) $ECHO_C" >&6
24022 ac_cpp
='$CXXCPP $CPPFLAGS'
24023 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24024 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24025 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
24027 cat >conftest.
$ac_ext <<_ACEOF
24030 cat confdefs.h
>>conftest.
$ac_ext
24031 cat >>conftest.
$ac_ext <<_ACEOF
24032 /* end confdefs.h. */
24042 rm -f conftest.
$ac_objext
24043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24044 (eval $ac_compile) 2>conftest.er1
24046 grep -v '^ *+' conftest.er1
>conftest.err
24048 cat conftest.err
>&5
24049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24050 (exit $ac_status); } &&
24051 { ac_try
='test -z "$ac_cxx_werror_flag"
24052 || test ! -s conftest.err'
24053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24054 (eval $ac_try) 2>&5
24056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24057 (exit $ac_status); }; } &&
24058 { ac_try
='test -s conftest.$ac_objext'
24059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24060 (eval $ac_try) 2>&5
24062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24063 (exit $ac_status); }; }; then
24064 wx_cv_expat_is_not_broken
=yes
24066 echo "$as_me: failed program was:" >&5
24067 sed 's/^/| /' conftest.
$ac_ext >&5
24069 wx_cv_expat_is_not_broken
=no
24072 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24074 ac_cpp
='$CPP $CPPFLAGS'
24075 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24076 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24077 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
24082 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24083 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24084 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24085 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24086 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24087 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24088 echo $ECHO_N "(cached) $ECHO_C" >&6
24090 ac_check_lib_save_LIBS
=$LIBS
24091 LIBS
="-lexpat $LIBS"
24092 cat >conftest.
$ac_ext <<_ACEOF
24095 cat confdefs.h
>>conftest.
$ac_ext
24096 cat >>conftest.
$ac_ext <<_ACEOF
24097 /* end confdefs.h. */
24099 /* Override any gcc2 internal prototype to avoid an error. */
24103 /* We use char because int might match the return type of a gcc2
24104 builtin and then its argument prototype would still apply. */
24105 char XML_ParserCreate ();
24109 XML_ParserCreate ();
24114 rm -f conftest.
$ac_objext conftest
$ac_exeext
24115 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24116 (eval $ac_link) 2>conftest.er1
24118 grep -v '^ *+' conftest.er1
>conftest.err
24120 cat conftest.err
>&5
24121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24122 (exit $ac_status); } &&
24123 { ac_try
='test -z "$ac_c_werror_flag"
24124 || test ! -s conftest.err'
24125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24126 (eval $ac_try) 2>&5
24128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24129 (exit $ac_status); }; } &&
24130 { ac_try
='test -s conftest$ac_exeext'
24131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24132 (eval $ac_try) 2>&5
24134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24135 (exit $ac_status); }; }; then
24136 ac_cv_lib_expat_XML_ParserCreate
=yes
24138 echo "$as_me: failed program was:" >&5
24139 sed 's/^/| /' conftest.
$ac_ext >&5
24141 ac_cv_lib_expat_XML_ParserCreate
=no
24143 rm -f conftest.err conftest.
$ac_objext \
24144 conftest
$ac_exeext conftest.
$ac_ext
24145 LIBS
=$ac_check_lib_save_LIBS
24147 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24148 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24149 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24150 EXPAT_LINK
=" -lexpat"
24155 if test "x$EXPAT_LINK" = "x" ; then
24156 if test "$wxUSE_EXPAT" = "sys" ; then
24157 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24158 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24159 { (exit 1); exit 1; }; }
24161 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24162 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24163 wxUSE_EXPAT
=builtin
24169 if test "$wxUSE_EXPAT" = "builtin" ; then
24172 subdirs
="$subdirs src/expat"
24179 if test "$wxUSE_LIBMSPACK" != "no"; then
24180 if test "${ac_cv_header_mspack_h+set}" = set; then
24181 echo "$as_me:$LINENO: checking for mspack.h" >&5
24182 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24183 if test "${ac_cv_header_mspack_h+set}" = set; then
24184 echo $ECHO_N "(cached) $ECHO_C" >&6
24186 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24187 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24189 # Is the header compilable?
24190 echo "$as_me:$LINENO: checking mspack.h usability" >&5
24191 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24192 cat >conftest.
$ac_ext <<_ACEOF
24195 cat confdefs.h
>>conftest.
$ac_ext
24196 cat >>conftest.
$ac_ext <<_ACEOF
24197 /* end confdefs.h. */
24198 $ac_includes_default
24199 #include <mspack.h>
24201 rm -f conftest.
$ac_objext
24202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24203 (eval $ac_compile) 2>conftest.er1
24205 grep -v '^ *+' conftest.er1
>conftest.err
24207 cat conftest.err
>&5
24208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24209 (exit $ac_status); } &&
24210 { ac_try
='test -z "$ac_c_werror_flag"
24211 || test ! -s conftest.err'
24212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24213 (eval $ac_try) 2>&5
24215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24216 (exit $ac_status); }; } &&
24217 { ac_try
='test -s conftest.$ac_objext'
24218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24219 (eval $ac_try) 2>&5
24221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222 (exit $ac_status); }; }; then
24223 ac_header_compiler
=yes
24225 echo "$as_me: failed program was:" >&5
24226 sed 's/^/| /' conftest.
$ac_ext >&5
24228 ac_header_compiler
=no
24230 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24231 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24232 echo "${ECHO_T}$ac_header_compiler" >&6
24234 # Is the header present?
24235 echo "$as_me:$LINENO: checking mspack.h presence" >&5
24236 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24237 cat >conftest.
$ac_ext <<_ACEOF
24240 cat confdefs.h
>>conftest.
$ac_ext
24241 cat >>conftest.
$ac_ext <<_ACEOF
24242 /* end confdefs.h. */
24243 #include <mspack.h>
24245 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24246 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24248 grep -v '^ *+' conftest.er1
>conftest.err
24250 cat conftest.err
>&5
24251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24252 (exit $ac_status); } >/dev
/null
; then
24253 if test -s conftest.err
; then
24254 ac_cpp_err
=$ac_c_preproc_warn_flag
24255 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24262 if test -z "$ac_cpp_err"; then
24263 ac_header_preproc
=yes
24265 echo "$as_me: failed program was:" >&5
24266 sed 's/^/| /' conftest.
$ac_ext >&5
24268 ac_header_preproc
=no
24270 rm -f conftest.err conftest.
$ac_ext
24271 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24272 echo "${ECHO_T}$ac_header_preproc" >&6
24274 # So? What about this header?
24275 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24277 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24278 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24279 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24280 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24281 ac_header_preproc
=yes
24284 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24285 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
24286 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24287 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24288 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24289 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24290 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24291 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
24292 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24293 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
24294 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24295 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
24298 ## ----------------------------------------- ##
24299 ## Report this to wx-dev@lists.wxwidgets.org ##
24300 ## ----------------------------------------- ##
24303 sed "s/^/$as_me: WARNING: /" >&2
24306 echo "$as_me:$LINENO: checking for mspack.h" >&5
24307 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24308 if test "${ac_cv_header_mspack_h+set}" = set; then
24309 echo $ECHO_N "(cached) $ECHO_C" >&6
24311 ac_cv_header_mspack_h
=$ac_header_preproc
24313 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24314 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24317 if test $ac_cv_header_mspack_h = yes; then
24322 if test "x$found_mspack_h" = "x1"; then
24323 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24324 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24325 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24326 echo $ECHO_N "(cached) $ECHO_C" >&6
24328 ac_check_lib_save_LIBS
=$LIBS
24329 LIBS
="-lmspack $LIBS"
24330 cat >conftest.
$ac_ext <<_ACEOF
24333 cat confdefs.h
>>conftest.
$ac_ext
24334 cat >>conftest.
$ac_ext <<_ACEOF
24335 /* end confdefs.h. */
24337 /* Override any gcc2 internal prototype to avoid an error. */
24341 /* We use char because int might match the return type of a gcc2
24342 builtin and then its argument prototype would still apply. */
24343 char mspack_create_chm_decompressor ();
24347 mspack_create_chm_decompressor ();
24352 rm -f conftest.
$ac_objext conftest
$ac_exeext
24353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24354 (eval $ac_link) 2>conftest.er1
24356 grep -v '^ *+' conftest.er1
>conftest.err
24358 cat conftest.err
>&5
24359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24360 (exit $ac_status); } &&
24361 { ac_try
='test -z "$ac_c_werror_flag"
24362 || test ! -s conftest.err'
24363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24364 (eval $ac_try) 2>&5
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); }; } &&
24368 { ac_try
='test -s conftest$ac_exeext'
24369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24370 (eval $ac_try) 2>&5
24372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24373 (exit $ac_status); }; }; then
24374 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
24376 echo "$as_me: failed program was:" >&5
24377 sed 's/^/| /' conftest.
$ac_ext >&5
24379 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
24381 rm -f conftest.err conftest.
$ac_objext \
24382 conftest
$ac_exeext conftest.
$ac_ext
24383 LIBS
=$ac_check_lib_save_LIBS
24385 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24386 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24387 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24388 MSPACK_LINK
=" -lmspack"
24392 if test "x$MSPACK_LINK" = "x" ; then
24397 if test "$wxUSE_LIBMSPACK" != "no"; then
24398 cat >>confdefs.h
<<\_ACEOF
24399 #define wxUSE_LIBMSPACK 1
24413 if test "$USE_WIN32" = 1 ; then
24415 for ac_header
in w32api.h
24417 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24418 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24419 echo "$as_me:$LINENO: checking for $ac_header" >&5
24420 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24421 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24422 echo $ECHO_N "(cached) $ECHO_C" >&6
24424 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24425 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24427 # Is the header compilable?
24428 echo "$as_me:$LINENO: checking $ac_header usability" >&5
24429 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24430 cat >conftest.
$ac_ext <<_ACEOF
24433 cat confdefs.h
>>conftest.
$ac_ext
24434 cat >>conftest.
$ac_ext <<_ACEOF
24435 /* end confdefs.h. */
24436 $ac_includes_default
24437 #include <$ac_header>
24439 rm -f conftest.
$ac_objext
24440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24441 (eval $ac_compile) 2>conftest.er1
24443 grep -v '^ *+' conftest.er1
>conftest.err
24445 cat conftest.err
>&5
24446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24447 (exit $ac_status); } &&
24448 { ac_try
='test -z "$ac_c_werror_flag"
24449 || test ! -s conftest.err'
24450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24451 (eval $ac_try) 2>&5
24453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24454 (exit $ac_status); }; } &&
24455 { ac_try
='test -s conftest.$ac_objext'
24456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24457 (eval $ac_try) 2>&5
24459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24460 (exit $ac_status); }; }; then
24461 ac_header_compiler
=yes
24463 echo "$as_me: failed program was:" >&5
24464 sed 's/^/| /' conftest.
$ac_ext >&5
24466 ac_header_compiler
=no
24468 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24469 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24470 echo "${ECHO_T}$ac_header_compiler" >&6
24472 # Is the header present?
24473 echo "$as_me:$LINENO: checking $ac_header presence" >&5
24474 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24475 cat >conftest.
$ac_ext <<_ACEOF
24478 cat confdefs.h
>>conftest.
$ac_ext
24479 cat >>conftest.
$ac_ext <<_ACEOF
24480 /* end confdefs.h. */
24481 #include <$ac_header>
24483 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24484 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24486 grep -v '^ *+' conftest.er1
>conftest.err
24488 cat conftest.err
>&5
24489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24490 (exit $ac_status); } >/dev
/null
; then
24491 if test -s conftest.err
; then
24492 ac_cpp_err
=$ac_c_preproc_warn_flag
24493 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24500 if test -z "$ac_cpp_err"; then
24501 ac_header_preproc
=yes
24503 echo "$as_me: failed program was:" >&5
24504 sed 's/^/| /' conftest.
$ac_ext >&5
24506 ac_header_preproc
=no
24508 rm -f conftest.err conftest.
$ac_ext
24509 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24510 echo "${ECHO_T}$ac_header_preproc" >&6
24512 # So? What about this header?
24513 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24515 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24516 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24518 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24519 ac_header_preproc
=yes
24522 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24523 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24524 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24525 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24526 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24527 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24528 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24529 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24531 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24532 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24533 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24536 ## ----------------------------------------- ##
24537 ## Report this to wx-dev@lists.wxwidgets.org ##
24538 ## ----------------------------------------- ##
24541 sed "s/^/$as_me: WARNING: /" >&2
24544 echo "$as_me:$LINENO: checking for $ac_header" >&5
24545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24546 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24547 echo $ECHO_N "(cached) $ECHO_C" >&6
24549 eval "$as_ac_Header=\$ac_header_preproc"
24551 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24552 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24556 cat >>confdefs.h
<<_ACEOF
24557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24564 if test "${ac_cv_header_windows_h+set}" = set; then
24565 echo "$as_me:$LINENO: checking for windows.h" >&5
24566 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24567 if test "${ac_cv_header_windows_h+set}" = set; then
24568 echo $ECHO_N "(cached) $ECHO_C" >&6
24570 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24571 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24573 # Is the header compilable?
24574 echo "$as_me:$LINENO: checking windows.h usability" >&5
24575 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24576 cat >conftest.
$ac_ext <<_ACEOF
24579 cat confdefs.h
>>conftest.
$ac_ext
24580 cat >>conftest.
$ac_ext <<_ACEOF
24581 /* end confdefs.h. */
24582 $ac_includes_default
24583 #include <windows.h>
24585 rm -f conftest.
$ac_objext
24586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24587 (eval $ac_compile) 2>conftest.er1
24589 grep -v '^ *+' conftest.er1
>conftest.err
24591 cat conftest.err
>&5
24592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24593 (exit $ac_status); } &&
24594 { ac_try
='test -z "$ac_c_werror_flag"
24595 || test ! -s conftest.err'
24596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24597 (eval $ac_try) 2>&5
24599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24600 (exit $ac_status); }; } &&
24601 { ac_try
='test -s conftest.$ac_objext'
24602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24603 (eval $ac_try) 2>&5
24605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24606 (exit $ac_status); }; }; then
24607 ac_header_compiler
=yes
24609 echo "$as_me: failed program was:" >&5
24610 sed 's/^/| /' conftest.
$ac_ext >&5
24612 ac_header_compiler
=no
24614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24615 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24616 echo "${ECHO_T}$ac_header_compiler" >&6
24618 # Is the header present?
24619 echo "$as_me:$LINENO: checking windows.h presence" >&5
24620 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24621 cat >conftest.
$ac_ext <<_ACEOF
24624 cat confdefs.h
>>conftest.
$ac_ext
24625 cat >>conftest.
$ac_ext <<_ACEOF
24626 /* end confdefs.h. */
24627 #include <windows.h>
24629 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24630 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24632 grep -v '^ *+' conftest.er1
>conftest.err
24634 cat conftest.err
>&5
24635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24636 (exit $ac_status); } >/dev
/null
; then
24637 if test -s conftest.err
; then
24638 ac_cpp_err
=$ac_c_preproc_warn_flag
24639 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24646 if test -z "$ac_cpp_err"; then
24647 ac_header_preproc
=yes
24649 echo "$as_me: failed program was:" >&5
24650 sed 's/^/| /' conftest.
$ac_ext >&5
24652 ac_header_preproc
=no
24654 rm -f conftest.err conftest.
$ac_ext
24655 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24656 echo "${ECHO_T}$ac_header_preproc" >&6
24658 # So? What about this header?
24659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24661 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24662 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24663 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24664 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24665 ac_header_preproc
=yes
24668 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24669 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24670 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24671 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24672 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24673 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24674 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24675 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24676 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24677 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24678 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24679 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24682 ## ----------------------------------------- ##
24683 ## Report this to wx-dev@lists.wxwidgets.org ##
24684 ## ----------------------------------------- ##
24687 sed "s/^/$as_me: WARNING: /" >&2
24690 echo "$as_me:$LINENO: checking for windows.h" >&5
24691 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24692 if test "${ac_cv_header_windows_h+set}" = set; then
24693 echo $ECHO_N "(cached) $ECHO_C" >&6
24695 ac_cv_header_windows_h
=$ac_header_preproc
24697 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24698 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24701 if test $ac_cv_header_windows_h = yes; then
24705 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24706 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24707 { (exit 1); exit 1; }; }
24713 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24715 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24716 LIBS
="$LIBS -loleacc"
24721 LIBS
="$LIBS -lkernel32 -luser32"
24722 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
24725 if test "$wxUSE_ODBC" = "sys" ; then
24728 if test "$wxUSE_ODBC" = "yes" ; then
24729 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
24730 cat >>confdefs.h
<<\_ACEOF
24731 #define wxUSE_ODBC 1
24736 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24737 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
24739 WIN32INSTALL
=win32install
24742 if test "$wxUSE_GUI" = "yes"; then
24752 if test "$wxUSE_COCOA" = 1 ; then
24753 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24754 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24755 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24756 wxUSE_PRINTING_ARCHITECTURE
=no
24758 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24759 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24760 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24761 wxUSE_DRAG_AND_DROP
=no
24763 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24764 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24765 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
24770 if test "$wxUSE_MSW" = 1 ; then
24776 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
24780 if test "$wxUSE_GTK" = 1; then
24781 echo "$as_me:$LINENO: checking for GTK+ version" >&5
24782 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
24784 gtk_version_cached
=1
24785 if test "${wx_cv_lib_gtk+set}" = set; then
24786 echo $ECHO_N "(cached) $ECHO_C" >&6
24789 gtk_version_cached
=0
24790 echo "$as_me:$LINENO: result: " >&5
24791 echo "${ECHO_T}" >&6
24794 if test "$wxUSE_THREADS" = "yes"; then
24795 GTK_MODULES
=gthread
24799 if test "x$wxGTK_VERSION" != "x1"; then
24800 # Check whether --enable-gtktest or --disable-gtktest was given.
24801 if test "${enable_gtktest+set}" = set; then
24802 enableval
="$enable_gtktest"
24808 pkg_config_args
=gtk
+-2.0
24809 for module
in .
$GTK_MODULES
24813 pkg_config_args
="$pkg_config_args gthread-2.0"
24820 # Extract the first word of "pkg-config", so it can be a program name with args.
24821 set dummy pkg
-config; ac_word
=$2
24822 echo "$as_me:$LINENO: checking for $ac_word" >&5
24823 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24824 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24825 echo $ECHO_N "(cached) $ECHO_C" >&6
24827 case $PKG_CONFIG in
24829 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24833 for as_dir
in $PATH
24836 test -z "$as_dir" && as_dir
=.
24837 for ac_exec_ext
in '' $ac_executable_extensions; do
24838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24839 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24846 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24850 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24852 if test -n "$PKG_CONFIG"; then
24853 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24854 echo "${ECHO_T}$PKG_CONFIG" >&6
24856 echo "$as_me:$LINENO: result: no" >&5
24857 echo "${ECHO_T}no" >&6
24861 if test x
$PKG_CONFIG != xno
; then
24862 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
24865 echo "*** pkg-config too old; version 0.7 or better required."
24873 min_gtk_version
=2.0.0
24874 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
24875 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
24877 if test x
$PKG_CONFIG != xno
; then
24878 ## don't try to run the test against uninstalled libtool libs
24879 if $PKG_CONFIG --uninstalled $pkg_config_args; then
24880 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
24884 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
24891 if test x
"$no_gtk" = x
; then
24892 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
24893 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
24894 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24895 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
24896 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24897 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
24898 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
24899 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
24900 if test "x$enable_gtktest" = "xyes" ; then
24901 ac_save_CFLAGS
="$CFLAGS"
24902 ac_save_LIBS
="$LIBS"
24903 CFLAGS
="$CFLAGS $GTK_CFLAGS"
24904 LIBS
="$GTK_LIBS $LIBS"
24906 if test "$cross_compiling" = yes; then
24907 echo $ac_n "cross compiling; assumed OK... $ac_c"
24909 cat >conftest.
$ac_ext <<_ACEOF
24912 cat confdefs.h
>>conftest.
$ac_ext
24913 cat >>conftest.
$ac_ext <<_ACEOF
24914 /* end confdefs.h. */
24916 #include <gtk/gtk.h>
24918 #include <stdlib.h>
24923 int major, minor, micro;
24926 system ("touch conf.gtktest");
24928 /* HP/UX 9 (%@#!) writes to sscanf strings */
24929 tmp_version = g_strdup("$min_gtk_version");
24930 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
24931 printf("%s, bad version string\n", "$min_gtk_version");
24935 if ((gtk_major_version != $gtk_config_major_version) ||
24936 (gtk_minor_version != $gtk_config_minor_version) ||
24937 (gtk_micro_version != $gtk_config_micro_version))
24939 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
24940 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
24941 gtk_major_version, gtk_minor_version, gtk_micro_version);
24942 printf ("*** was found! If pkg-config was correct, then it is best\n");
24943 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
24944 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
24945 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
24946 printf("*** required on your system.\n");
24947 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
24948 printf("*** to point to the correct configuration files\n");
24950 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
24951 (gtk_minor_version != GTK_MINOR_VERSION) ||
24952 (gtk_micro_version != GTK_MICRO_VERSION))
24954 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
24955 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
24956 printf("*** library (version %d.%d.%d)\n",
24957 gtk_major_version, gtk_minor_version, gtk_micro_version);
24961 if ((gtk_major_version > major) ||
24962 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
24963 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
24969 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
24970 gtk_major_version, gtk_minor_version, gtk_micro_version);
24971 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
24972 major, minor, micro);
24973 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
24975 printf("*** If you have already installed a sufficiently new version, this error\n");
24976 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
24977 printf("*** being found. The easiest way to fix this is to remove the old version\n");
24978 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
24979 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
24980 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
24981 printf("*** so that the correct libraries are found at run-time))\n");
24988 rm -f conftest
$ac_exeext
24989 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24990 (eval $ac_link) 2>&5
24992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24993 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24995 (eval $ac_try) 2>&5
24997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24998 (exit $ac_status); }; }; then
25001 echo "$as_me: program exited with status $ac_status" >&5
25002 echo "$as_me: failed program was:" >&5
25003 sed 's/^/| /' conftest.
$ac_ext >&5
25005 ( exit $ac_status )
25008 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25010 CFLAGS
="$ac_save_CFLAGS"
25011 LIBS
="$ac_save_LIBS"
25014 if test "x$no_gtk" = x
; then
25015 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25016 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25019 echo "$as_me:$LINENO: result: no" >&5
25020 echo "${ECHO_T}no" >&6
25021 if test "$PKG_CONFIG" = "no" ; then
25022 echo "*** A new enough version of pkg-config was not found."
25023 echo "*** See http://pkgconfig.sourceforge.net"
25025 if test -f conf.gtktest
; then
25028 echo "*** Could not run GTK+ test program, checking why..."
25029 ac_save_CFLAGS
="$CFLAGS"
25030 ac_save_LIBS
="$LIBS"
25031 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25032 LIBS
="$LIBS $GTK_LIBS"
25033 cat >conftest.
$ac_ext <<_ACEOF
25036 cat confdefs.h
>>conftest.
$ac_ext
25037 cat >>conftest.
$ac_ext <<_ACEOF
25038 /* end confdefs.h. */
25040 #include <gtk/gtk.h>
25046 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25051 rm -f conftest.
$ac_objext conftest
$ac_exeext
25052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25053 (eval $ac_link) 2>conftest.er1
25055 grep -v '^ *+' conftest.er1
>conftest.err
25057 cat conftest.err
>&5
25058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25059 (exit $ac_status); } &&
25060 { ac_try
='test -z "$ac_c_werror_flag"
25061 || test ! -s conftest.err'
25062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25063 (eval $ac_try) 2>&5
25065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25066 (exit $ac_status); }; } &&
25067 { ac_try
='test -s conftest$ac_exeext'
25068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25069 (eval $ac_try) 2>&5
25071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25072 (exit $ac_status); }; }; then
25073 echo "*** The test program compiled, but did not run. This usually means"
25074 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25075 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25076 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25077 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25078 echo "*** is required on your system"
25080 echo "*** If you have an old version installed, it is best to remove it, although"
25081 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25083 echo "$as_me: failed program was:" >&5
25084 sed 's/^/| /' conftest.
$ac_ext >&5
25086 echo "*** The test program failed to compile or link. See the file config.log for the"
25087 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25089 rm -f conftest.err conftest.
$ac_objext \
25090 conftest
$ac_exeext conftest.
$ac_ext
25091 CFLAGS
="$ac_save_CFLAGS"
25092 LIBS
="$ac_save_LIBS"
25105 if test -z "$wx_cv_lib_gtk"; then
25106 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
25108 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25109 if test "${with_gtk_prefix+set}" = set; then
25110 withval
="$with_gtk_prefix"
25111 gtk_config_prefix
="$withval"
25113 gtk_config_prefix
=""
25116 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25117 if test "${with_gtk_exec_prefix+set}" = set; then
25118 withval
="$with_gtk_exec_prefix"
25119 gtk_config_exec_prefix
="$withval"
25121 gtk_config_exec_prefix
=""
25123 # Check whether --enable-gtktest or --disable-gtktest was given.
25124 if test "${enable_gtktest+set}" = set; then
25125 enableval
="$enable_gtktest"
25131 for module
in .
$GTK_MODULES
25135 gtk_config_args
="$gtk_config_args gthread"
25140 if test x
$gtk_config_exec_prefix != x
; then
25141 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25142 if test x
${GTK_CONFIG+set} != xset
; then
25143 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
25146 if test x
$gtk_config_prefix != x
; then
25147 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
25148 if test x
${GTK_CONFIG+set} != xset
; then
25149 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
25153 # Extract the first word of "gtk-config", so it can be a program name with args.
25154 set dummy gtk
-config; ac_word
=$2
25155 echo "$as_me:$LINENO: checking for $ac_word" >&5
25156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25157 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25158 echo $ECHO_N "(cached) $ECHO_C" >&6
25160 case $GTK_CONFIG in
25162 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
25165 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25166 for as_dir
in $PATH
25169 test -z "$as_dir" && as_dir
=.
25170 for ac_exec_ext
in '' $ac_executable_extensions; do
25171 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25172 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25173 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25179 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
25183 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
25185 if test -n "$GTK_CONFIG"; then
25186 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25187 echo "${ECHO_T}$GTK_CONFIG" >&6
25189 echo "$as_me:$LINENO: result: no" >&5
25190 echo "${ECHO_T}no" >&6
25193 min_gtk_version
=1.2.7
25194 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25195 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25197 if test "$GTK_CONFIG" = "no" ; then
25200 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
25201 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
25202 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
25203 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25204 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
25205 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25206 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
25207 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25208 if test "x$enable_gtktest" = "xyes" ; then
25209 ac_save_CFLAGS
="$CFLAGS"
25210 ac_save_LIBS
="$LIBS"
25211 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25212 LIBS
="$GTK_LIBS $LIBS"
25214 if test "$cross_compiling" = yes; then
25215 echo $ac_n "cross compiling; assumed OK... $ac_c"
25217 cat >conftest.
$ac_ext <<_ACEOF
25220 cat confdefs.h
>>conftest.
$ac_ext
25221 cat >>conftest.
$ac_ext <<_ACEOF
25222 /* end confdefs.h. */
25224 #include <gtk/gtk.h>
25226 #include <stdlib.h>
25231 int major, minor, micro;
25234 system ("touch conf.gtktest");
25236 /* HP/UX 9 (%@#!) writes to sscanf strings */
25237 tmp_version = g_strdup("$min_gtk_version");
25238 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25239 printf("%s, bad version string\n", "$min_gtk_version");
25243 if ((gtk_major_version != $gtk_config_major_version) ||
25244 (gtk_minor_version != $gtk_config_minor_version) ||
25245 (gtk_micro_version != $gtk_config_micro_version))
25247 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25248 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25249 gtk_major_version, gtk_minor_version, gtk_micro_version);
25250 printf ("*** was found! If gtk-config was correct, then it is best\n");
25251 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25252 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25253 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25254 printf("*** required on your system.\n");
25255 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25256 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25257 printf("*** before re-running configure\n");
25259 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25260 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25261 (gtk_minor_version != GTK_MINOR_VERSION) ||
25262 (gtk_micro_version != GTK_MICRO_VERSION))
25264 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25265 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25266 printf("*** library (version %d.%d.%d)\n",
25267 gtk_major_version, gtk_minor_version, gtk_micro_version);
25269 #endif /* defined (GTK_MAJOR_VERSION) ... */
25272 if ((gtk_major_version > major) ||
25273 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25274 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25280 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25281 gtk_major_version, gtk_minor_version, gtk_micro_version);
25282 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25283 major, minor, micro);
25284 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25286 printf("*** If you have already installed a sufficiently new version, this error\n");
25287 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25288 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25289 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25290 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25291 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25292 printf("*** so that the correct libraries are found at run-time))\n");
25299 rm -f conftest
$ac_exeext
25300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25301 (eval $ac_link) 2>&5
25303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25304 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25306 (eval $ac_try) 2>&5
25308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25309 (exit $ac_status); }; }; then
25312 echo "$as_me: program exited with status $ac_status" >&5
25313 echo "$as_me: failed program was:" >&5
25314 sed 's/^/| /' conftest.
$ac_ext >&5
25316 ( exit $ac_status )
25319 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25321 CFLAGS
="$ac_save_CFLAGS"
25322 LIBS
="$ac_save_LIBS"
25325 if test "x$no_gtk" = x
; then
25326 echo "$as_me:$LINENO: result: yes" >&5
25327 echo "${ECHO_T}yes" >&6
25328 wx_cv_lib_gtk
=1.2.7
25330 echo "$as_me:$LINENO: result: no" >&5
25331 echo "${ECHO_T}no" >&6
25332 if test "$GTK_CONFIG" = "no" ; then
25333 echo "*** The gtk-config script installed by GTK could not be found"
25334 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25335 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25336 echo "*** full path to gtk-config."
25338 if test -f conf.gtktest
; then
25341 echo "*** Could not run GTK test program, checking why..."
25342 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25343 LIBS
="$LIBS $GTK_LIBS"
25344 cat >conftest.
$ac_ext <<_ACEOF
25347 cat confdefs.h
>>conftest.
$ac_ext
25348 cat >>conftest.
$ac_ext <<_ACEOF
25349 /* end confdefs.h. */
25351 #include <gtk/gtk.h>
25357 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25362 rm -f conftest.
$ac_objext conftest
$ac_exeext
25363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25364 (eval $ac_link) 2>conftest.er1
25366 grep -v '^ *+' conftest.er1
>conftest.err
25368 cat conftest.err
>&5
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); } &&
25371 { ac_try
='test -z "$ac_c_werror_flag"
25372 || test ! -s conftest.err'
25373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25374 (eval $ac_try) 2>&5
25376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25377 (exit $ac_status); }; } &&
25378 { ac_try
='test -s conftest$ac_exeext'
25379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25380 (eval $ac_try) 2>&5
25382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25383 (exit $ac_status); }; }; then
25384 echo "*** The test program compiled, but did not run. This usually means"
25385 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25386 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25387 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25388 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25389 echo "*** is required on your system"
25391 echo "*** If you have an old version installed, it is best to remove it, although"
25392 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25394 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25395 echo "*** came with the system with the command"
25397 echo "*** rpm --erase --nodeps gtk gtk-devel"
25399 echo "$as_me: failed program was:" >&5
25400 sed 's/^/| /' conftest.
$ac_ext >&5
25402 echo "*** The test program failed to compile or link. See the file config.log for the"
25403 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25404 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25405 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25407 rm -f conftest.err conftest.
$ac_objext \
25408 conftest
$ac_exeext conftest.
$ac_ext
25409 CFLAGS
="$ac_save_CFLAGS"
25410 LIBS
="$ac_save_LIBS"
25422 if test -z "$wx_cv_lib_gtk"; then
25424 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25425 if test "${with_gtk_prefix+set}" = set; then
25426 withval
="$with_gtk_prefix"
25427 gtk_config_prefix
="$withval"
25429 gtk_config_prefix
=""
25432 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25433 if test "${with_gtk_exec_prefix+set}" = set; then
25434 withval
="$with_gtk_exec_prefix"
25435 gtk_config_exec_prefix
="$withval"
25437 gtk_config_exec_prefix
=""
25439 # Check whether --enable-gtktest or --disable-gtktest was given.
25440 if test "${enable_gtktest+set}" = set; then
25441 enableval
="$enable_gtktest"
25447 for module
in .
$GTK_MODULES
25451 gtk_config_args
="$gtk_config_args gthread"
25456 if test x
$gtk_config_exec_prefix != x
; then
25457 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25458 if test x
${GTK_CONFIG+set} != xset
; then
25459 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
25462 if test x
$gtk_config_prefix != x
; then
25463 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
25464 if test x
${GTK_CONFIG+set} != xset
; then
25465 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
25469 # Extract the first word of "gtk-config", so it can be a program name with args.
25470 set dummy gtk
-config; ac_word
=$2
25471 echo "$as_me:$LINENO: checking for $ac_word" >&5
25472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25473 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25474 echo $ECHO_N "(cached) $ECHO_C" >&6
25476 case $GTK_CONFIG in
25478 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
25481 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25482 for as_dir
in $PATH
25485 test -z "$as_dir" && as_dir
=.
25486 for ac_exec_ext
in '' $ac_executable_extensions; do
25487 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25488 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25495 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
25499 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
25501 if test -n "$GTK_CONFIG"; then
25502 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25503 echo "${ECHO_T}$GTK_CONFIG" >&6
25505 echo "$as_me:$LINENO: result: no" >&5
25506 echo "${ECHO_T}no" >&6
25509 min_gtk_version
=1.2.3
25510 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25511 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25513 if test "$GTK_CONFIG" = "no" ; then
25516 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
25517 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
25518 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
25519 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25520 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
25521 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25522 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
25523 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25524 if test "x$enable_gtktest" = "xyes" ; then
25525 ac_save_CFLAGS
="$CFLAGS"
25526 ac_save_LIBS
="$LIBS"
25527 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25528 LIBS
="$GTK_LIBS $LIBS"
25530 if test "$cross_compiling" = yes; then
25531 echo $ac_n "cross compiling; assumed OK... $ac_c"
25533 cat >conftest.
$ac_ext <<_ACEOF
25536 cat confdefs.h
>>conftest.
$ac_ext
25537 cat >>conftest.
$ac_ext <<_ACEOF
25538 /* end confdefs.h. */
25540 #include <gtk/gtk.h>
25542 #include <stdlib.h>
25547 int major, minor, micro;
25550 system ("touch conf.gtktest");
25552 /* HP/UX 9 (%@#!) writes to sscanf strings */
25553 tmp_version = g_strdup("$min_gtk_version");
25554 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25555 printf("%s, bad version string\n", "$min_gtk_version");
25559 if ((gtk_major_version != $gtk_config_major_version) ||
25560 (gtk_minor_version != $gtk_config_minor_version) ||
25561 (gtk_micro_version != $gtk_config_micro_version))
25563 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25564 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25565 gtk_major_version, gtk_minor_version, gtk_micro_version);
25566 printf ("*** was found! If gtk-config was correct, then it is best\n");
25567 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25568 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25569 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25570 printf("*** required on your system.\n");
25571 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25572 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25573 printf("*** before re-running configure\n");
25575 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25576 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25577 (gtk_minor_version != GTK_MINOR_VERSION) ||
25578 (gtk_micro_version != GTK_MICRO_VERSION))
25580 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25581 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25582 printf("*** library (version %d.%d.%d)\n",
25583 gtk_major_version, gtk_minor_version, gtk_micro_version);
25585 #endif /* defined (GTK_MAJOR_VERSION) ... */
25588 if ((gtk_major_version > major) ||
25589 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25590 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25596 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25597 gtk_major_version, gtk_minor_version, gtk_micro_version);
25598 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25599 major, minor, micro);
25600 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25602 printf("*** If you have already installed a sufficiently new version, this error\n");
25603 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25604 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25605 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25606 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25607 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25608 printf("*** so that the correct libraries are found at run-time))\n");
25615 rm -f conftest
$ac_exeext
25616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25617 (eval $ac_link) 2>&5
25619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25620 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25622 (eval $ac_try) 2>&5
25624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25625 (exit $ac_status); }; }; then
25628 echo "$as_me: program exited with status $ac_status" >&5
25629 echo "$as_me: failed program was:" >&5
25630 sed 's/^/| /' conftest.
$ac_ext >&5
25632 ( exit $ac_status )
25635 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25637 CFLAGS
="$ac_save_CFLAGS"
25638 LIBS
="$ac_save_LIBS"
25641 if test "x$no_gtk" = x
; then
25642 echo "$as_me:$LINENO: result: yes" >&5
25643 echo "${ECHO_T}yes" >&6
25644 wx_cv_lib_gtk
=1.2.3
25646 echo "$as_me:$LINENO: result: no" >&5
25647 echo "${ECHO_T}no" >&6
25648 if test "$GTK_CONFIG" = "no" ; then
25649 echo "*** The gtk-config script installed by GTK could not be found"
25650 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25651 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25652 echo "*** full path to gtk-config."
25654 if test -f conf.gtktest
; then
25657 echo "*** Could not run GTK test program, checking why..."
25658 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25659 LIBS
="$LIBS $GTK_LIBS"
25660 cat >conftest.
$ac_ext <<_ACEOF
25663 cat confdefs.h
>>conftest.
$ac_ext
25664 cat >>conftest.
$ac_ext <<_ACEOF
25665 /* end confdefs.h. */
25667 #include <gtk/gtk.h>
25673 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25678 rm -f conftest.
$ac_objext conftest
$ac_exeext
25679 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25680 (eval $ac_link) 2>conftest.er1
25682 grep -v '^ *+' conftest.er1
>conftest.err
25684 cat conftest.err
>&5
25685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25686 (exit $ac_status); } &&
25687 { ac_try
='test -z "$ac_c_werror_flag"
25688 || test ! -s conftest.err'
25689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25690 (eval $ac_try) 2>&5
25692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25693 (exit $ac_status); }; } &&
25694 { ac_try
='test -s conftest$ac_exeext'
25695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25696 (eval $ac_try) 2>&5
25698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25699 (exit $ac_status); }; }; then
25700 echo "*** The test program compiled, but did not run. This usually means"
25701 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25702 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25703 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25704 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25705 echo "*** is required on your system"
25707 echo "*** If you have an old version installed, it is best to remove it, although"
25708 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25710 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25711 echo "*** came with the system with the command"
25713 echo "*** rpm --erase --nodeps gtk gtk-devel"
25715 echo "$as_me: failed program was:" >&5
25716 sed 's/^/| /' conftest.
$ac_ext >&5
25718 echo "*** The test program failed to compile or link. See the file config.log for the"
25719 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25720 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25721 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25723 rm -f conftest.err conftest.
$ac_objext \
25724 conftest
$ac_exeext conftest.
$ac_ext
25725 CFLAGS
="$ac_save_CFLAGS"
25726 LIBS
="$ac_save_LIBS"
25741 if test -z "$wx_cv_lib_gtk"; then
25744 wx_cv_cflags_gtk
=$GTK_CFLAGS
25745 wx_cv_libs_gtk
=$GTK_LIBS
25752 if test "$gtk_version_cached" = 1; then
25753 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25754 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25757 case "$wx_cv_lib_gtk" in
25766 *) { { echo "$as_me:$LINENO: error:
25767 The development files for GTK+ were not found. For GTK+ 2, please
25768 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25769 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25770 and that the version is 1.2.3 or above. Also check that the
25771 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25772 --libs' are in the LD_LIBRARY_PATH or equivalent.
25774 echo "$as_me: error:
25775 The development files for GTK+ were not found. For GTK+ 2, please
25776 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25777 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25778 and that the version is 1.2.3 or above. Also check that the
25779 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
25780 --libs' are in the LD_LIBRARY_PATH or equivalent.
25782 { (exit 1); exit 1; }; }
25786 if test "$WXGTK20" = 1; then
25787 save_CFLAGS
="$CFLAGS"
25789 CFLAGS
="$CFLAGS $wx_cv_cflags_gtk"
25790 LIBS
="$LIBS $wx_cv_libs_gtk"
25793 for ac_func
in pango_font_family_is_monospace
25795 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25796 echo "$as_me:$LINENO: checking for $ac_func" >&5
25797 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25798 if eval "test \"\${$as_ac_var+set}\" = set"; then
25799 echo $ECHO_N "(cached) $ECHO_C" >&6
25801 cat >conftest.
$ac_ext <<_ACEOF
25804 cat confdefs.h
>>conftest.
$ac_ext
25805 cat >>conftest.
$ac_ext <<_ACEOF
25806 /* end confdefs.h. */
25807 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25808 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25809 #define $ac_func innocuous_$ac_func
25811 /* System header to define __stub macros and hopefully few prototypes,
25812 which can conflict with char $ac_func (); below.
25813 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25814 <limits.h> exists even on freestanding compilers. */
25817 # include <limits.h>
25819 # include <assert.h>
25824 /* Override any gcc2 internal prototype to avoid an error. */
25829 /* We use char because int might match the return type of a gcc2
25830 builtin and then its argument prototype would still apply. */
25832 /* The GNU C library defines this for functions which it implements
25833 to always fail with ENOSYS. Some functions are actually named
25834 something starting with __ and the normal name is an alias. */
25835 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25838 char (*f) () = $ac_func;
25847 return f != $ac_func;
25852 rm -f conftest.
$ac_objext conftest
$ac_exeext
25853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25854 (eval $ac_link) 2>conftest.er1
25856 grep -v '^ *+' conftest.er1
>conftest.err
25858 cat conftest.err
>&5
25859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25860 (exit $ac_status); } &&
25861 { ac_try
='test -z "$ac_c_werror_flag"
25862 || test ! -s conftest.err'
25863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25864 (eval $ac_try) 2>&5
25866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25867 (exit $ac_status); }; } &&
25868 { ac_try
='test -s conftest$ac_exeext'
25869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25870 (eval $ac_try) 2>&5
25872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25873 (exit $ac_status); }; }; then
25874 eval "$as_ac_var=yes"
25876 echo "$as_me: failed program was:" >&5
25877 sed 's/^/| /' conftest.
$ac_ext >&5
25879 eval "$as_ac_var=no"
25881 rm -f conftest.err conftest.
$ac_objext \
25882 conftest
$ac_exeext conftest.
$ac_ext
25884 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25885 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25886 if test `eval echo '${'$as_ac_var'}'` = yes; then
25887 cat >>confdefs.h
<<_ACEOF
25888 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25895 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
25896 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
25897 cat >conftest.
$ac_ext <<_ACEOF
25900 cat confdefs.h
>>conftest.
$ac_ext
25901 cat >>conftest.
$ac_ext <<_ACEOF
25902 /* end confdefs.h. */
25904 #include <gtk/gtk.h>
25910 void *f = gtk_icon_size_lookup;
25916 rm -f conftest.
$ac_objext
25917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25918 (eval $ac_compile) 2>conftest.er1
25920 grep -v '^ *+' conftest.er1
>conftest.err
25922 cat conftest.err
>&5
25923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25924 (exit $ac_status); } &&
25925 { ac_try
='test -z "$ac_c_werror_flag"
25926 || test ! -s conftest.err'
25927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25928 (eval $ac_try) 2>&5
25930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25931 (exit $ac_status); }; } &&
25932 { ac_try
='test -s conftest.$ac_objext'
25933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25934 (eval $ac_try) 2>&5
25936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25937 (exit $ac_status); }; }; then
25939 echo "$as_me:$LINENO: result: no" >&5
25940 echo "${ECHO_T}no" >&6
25943 echo "$as_me: failed program was:" >&5
25944 sed 's/^/| /' conftest.
$ac_ext >&5
25947 cat >>confdefs.h
<<\_ACEOF
25948 #define NEED_GTK_ICON_SIZE_LOOKUP 1
25951 echo "$as_me:$LINENO: result: yes" >&5
25952 echo "${ECHO_T}yes" >&6
25955 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25957 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
25958 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
25959 cat >conftest.
$ac_ext <<_ACEOF
25962 cat confdefs.h
>>conftest.
$ac_ext
25963 cat >>conftest.
$ac_ext <<_ACEOF
25964 /* end confdefs.h. */
25966 #include <gtk/gtk.h>
25972 #if !GTK_CHECK_VERSION(2,4,0)
25973 #error "Not GTK+ 2.4"
25980 rm -f conftest.
$ac_objext
25981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25982 (eval $ac_compile) 2>conftest.er1
25984 grep -v '^ *+' conftest.er1
>conftest.err
25986 cat conftest.err
>&5
25987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25988 (exit $ac_status); } &&
25989 { ac_try
='test -z "$ac_c_werror_flag"
25990 || test ! -s conftest.err'
25991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25992 (eval $ac_try) 2>&5
25994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25995 (exit $ac_status); }; } &&
25996 { ac_try
='test -s conftest.$ac_objext'
25997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25998 (eval $ac_try) 2>&5
26000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26001 (exit $ac_status); }; }; then
26003 cat >>confdefs.h
<<\_ACEOF
26004 #define __WXGTK24__ 1
26007 echo "$as_me:$LINENO: result: yes" >&5
26008 echo "${ECHO_T}yes" >&6
26011 echo "$as_me: failed program was:" >&5
26012 sed 's/^/| /' conftest.
$ac_ext >&5
26015 echo "$as_me:$LINENO: result: no" >&5
26016 echo "${ECHO_T}no" >&6
26019 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26021 CFLAGS
="$save_CFLAGS"
26024 if test "$wxUSE_UNICODE" = "yes"; then
26025 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26026 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26031 if test "$USE_DARWIN" != 1; then
26033 for ac_func
in poll
26035 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26036 echo "$as_me:$LINENO: checking for $ac_func" >&5
26037 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26038 if eval "test \"\${$as_ac_var+set}\" = set"; then
26039 echo $ECHO_N "(cached) $ECHO_C" >&6
26041 cat >conftest.
$ac_ext <<_ACEOF
26044 cat confdefs.h
>>conftest.
$ac_ext
26045 cat >>conftest.
$ac_ext <<_ACEOF
26046 /* end confdefs.h. */
26047 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26049 #define $ac_func innocuous_$ac_func
26051 /* System header to define __stub macros and hopefully few prototypes,
26052 which can conflict with char $ac_func (); below.
26053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26054 <limits.h> exists even on freestanding compilers. */
26057 # include <limits.h>
26059 # include <assert.h>
26064 /* Override any gcc2 internal prototype to avoid an error. */
26069 /* We use char because int might match the return type of a gcc2
26070 builtin and then its argument prototype would still apply. */
26072 /* The GNU C library defines this for functions which it implements
26073 to always fail with ENOSYS. Some functions are actually named
26074 something starting with __ and the normal name is an alias. */
26075 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26078 char (*f) () = $ac_func;
26087 return f != $ac_func;
26092 rm -f conftest.
$ac_objext conftest
$ac_exeext
26093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26094 (eval $ac_link) 2>conftest.er1
26096 grep -v '^ *+' conftest.er1
>conftest.err
26098 cat conftest.err
>&5
26099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26100 (exit $ac_status); } &&
26101 { ac_try
='test -z "$ac_c_werror_flag"
26102 || test ! -s conftest.err'
26103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26104 (eval $ac_try) 2>&5
26106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26107 (exit $ac_status); }; } &&
26108 { ac_try
='test -s conftest$ac_exeext'
26109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26110 (eval $ac_try) 2>&5
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); }; }; then
26114 eval "$as_ac_var=yes"
26116 echo "$as_me: failed program was:" >&5
26117 sed 's/^/| /' conftest.
$ac_ext >&5
26119 eval "$as_ac_var=no"
26121 rm -f conftest.err conftest.
$ac_objext \
26122 conftest
$ac_exeext conftest.
$ac_ext
26124 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26125 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26126 if test `eval echo '${'$as_ac_var'}'` = yes; then
26127 cat >>confdefs.h
<<_ACEOF
26128 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26136 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
26137 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26139 AFMINSTALL
=afminstall
26143 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26144 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26145 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26146 echo $ECHO_N "(cached) $ECHO_C" >&6
26148 ac_check_lib_save_LIBS
=$LIBS
26150 cat >conftest.
$ac_ext <<_ACEOF
26153 cat confdefs.h
>>conftest.
$ac_ext
26154 cat >>conftest.
$ac_ext <<_ACEOF
26155 /* end confdefs.h. */
26157 /* Override any gcc2 internal prototype to avoid an error. */
26161 /* We use char because int might match the return type of a gcc2
26162 builtin and then its argument prototype would still apply. */
26163 char gdk_im_open ();
26172 rm -f conftest.
$ac_objext conftest
$ac_exeext
26173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26174 (eval $ac_link) 2>conftest.er1
26176 grep -v '^ *+' conftest.er1
>conftest.err
26178 cat conftest.err
>&5
26179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26180 (exit $ac_status); } &&
26181 { ac_try
='test -z "$ac_c_werror_flag"
26182 || test ! -s conftest.err'
26183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26184 (eval $ac_try) 2>&5
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); }; } &&
26188 { ac_try
='test -s conftest$ac_exeext'
26189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26190 (eval $ac_try) 2>&5
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); }; }; then
26194 ac_cv_lib_gdk_gdk_im_open
=yes
26196 echo "$as_me: failed program was:" >&5
26197 sed 's/^/| /' conftest.
$ac_ext >&5
26199 ac_cv_lib_gdk_gdk_im_open
=no
26201 rm -f conftest.err conftest.
$ac_objext \
26202 conftest
$ac_exeext conftest.
$ac_ext
26203 LIBS
=$ac_check_lib_save_LIBS
26205 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26206 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26207 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26208 cat >>confdefs.h
<<\_ACEOF
26216 if test "$wxUSE_GPE" = "yes"; then
26217 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26218 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26221 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26223 for ac_extension
in a so sl dylib
; do
26224 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26225 ac_find_libraries
=$ac_dir
26231 if test "$ac_find_libraries" != "" ; then
26233 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26235 if test $result = 0; then
26238 ac_path_to_link
=" -L$ac_find_libraries"
26241 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26243 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26244 echo "${ECHO_T}found at $ac_find_libraries" >&6
26246 echo "$as_me:$LINENO: result: not found" >&5
26247 echo "${ECHO_T}not found" >&6
26253 if test "$wxUSE_MGL" = 1; then
26254 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26255 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26256 if test "x$MGL_ROOT" = x
; then
26257 echo "$as_me:$LINENO: result: not found" >&5
26258 echo "${ECHO_T}not found" >&6
26259 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26260 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26261 { (exit 1); exit 1; }; }
26263 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26264 echo "${ECHO_T}$MGL_ROOT" >&6
26267 echo "$as_me:$LINENO: checking for libmgl location" >&5
26268 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26271 if test "x$wxUSE_SHARED" = xyes
; then
26272 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26274 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26278 mgl_os_candidates
="dos32/dj2"
26281 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26282 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26283 { (exit 1); exit 1; }; }
26289 for mgl_os_i
in $mgl_os_candidates ; do
26290 if test "x$mgl_os" = x
; then
26291 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26292 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
26293 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
26298 if test "x$mgl_lib_type" = x
; then
26299 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
26300 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
26301 mgl_lib_type
=release
26308 if test "x$mgl_os" = x
; then
26309 echo "$as_me:$LINENO: result: not found" >&5
26310 echo "${ECHO_T}not found" >&6
26311 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26312 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26313 { (exit 1); exit 1; }; }
26315 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26316 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26318 wxUSE_UNIVERSAL
="yes"
26320 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
26321 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26323 AFMINSTALL
=afminstall
26328 if test "$wxUSE_MICROWIN" = 1; then
26329 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26330 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26331 if test "x$MICROWINDOWS" = x
; then
26332 echo "$as_me:$LINENO: result: not found" >&5
26333 echo "${ECHO_T}not found" >&6
26334 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26335 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26336 { (exit 1); exit 1; }; }
26338 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26339 echo "${ECHO_T}$MICROWINDOWS" >&6
26342 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
26343 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26344 echo "${ECHO_T}MicroWindows' libraries found." >&6
26346 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26347 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26348 { (exit 1); exit 1; }; }
26351 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
26352 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26354 wxUSE_UNIVERSAL
="yes"
26356 AFMINSTALL
=afminstall
26358 GUIDIST
=MICROWIN_DIST
26360 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26363 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26364 echo "$as_me:$LINENO: checking for X" >&5
26365 echo $ECHO_N "checking for X... $ECHO_C" >&6
26368 # Check whether --with-x or --without-x was given.
26369 if test "${with_x+set}" = set; then
26373 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26374 if test "x$with_x" = xno
; then
26375 # The user explicitly disabled X.
26378 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
26379 # Both variables are already set.
26382 if test "${ac_cv_have_x+set}" = set; then
26383 echo $ECHO_N "(cached) $ECHO_C" >&6
26385 # One or both of the vars are not set, and there is no cached value.
26386 ac_x_includes
=no ac_x_libraries
=no
26387 rm -fr conftest.dir
26388 if mkdir conftest.dir
; then
26390 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26391 cat >Imakefile
<<'_ACEOF'
26393 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26395 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
26396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26397 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26398 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26399 for ac_extension
in a so sl
; do
26400 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
26401 test -f $ac_im_libdir/libX11.
$ac_extension; then
26402 ac_im_usrlibdir
=$ac_im_libdir; break
26405 # Screen out bogus values from the imake configuration. They are
26406 # bogus both because they are the default anyway, and because
26407 # using them would break gcc on systems where it needs fixed includes.
26408 case $ac_im_incroot in
26410 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
26412 case $ac_im_usrlibdir in
26413 /usr
/lib
| /lib
) ;;
26414 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
26418 rm -fr conftest.dir
26421 # Standard set of common directories for X headers.
26422 # Check X11 before X11Rn because it is often a symlink to the current release.
26434 /usr/local/X11/include
26435 /usr/local/X11R6/include
26436 /usr/local/X11R5/include
26437 /usr/local/X11R4/include
26439 /usr/local/include/X11
26440 /usr/local/include/X11R6
26441 /usr/local/include/X11R5
26442 /usr/local/include/X11R4
26446 /usr/XFree86/include/X11
26450 /usr/unsupported/include
26451 /usr/athena/include
26452 /usr/local/x11r5/include
26453 /usr/lpp/Xamples/include
26455 /usr/openwin/include
26456 /usr/openwin/share/include'
26458 if test "$ac_x_includes" = no
; then
26459 # Guess where to find include files, by looking for Intrinsic.h.
26460 # First, try using that file with no special directory specified.
26461 cat >conftest.
$ac_ext <<_ACEOF
26464 cat confdefs.h
>>conftest.
$ac_ext
26465 cat >>conftest.
$ac_ext <<_ACEOF
26466 /* end confdefs.h. */
26467 #include <X11/Intrinsic.h>
26469 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26470 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26472 grep -v '^ *+' conftest.er1
>conftest.err
26474 cat conftest.err
>&5
26475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26476 (exit $ac_status); } >/dev
/null
; then
26477 if test -s conftest.err
; then
26478 ac_cpp_err
=$ac_c_preproc_warn_flag
26479 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26486 if test -z "$ac_cpp_err"; then
26487 # We can compile using X headers with no special include directory.
26490 echo "$as_me: failed program was:" >&5
26491 sed 's/^/| /' conftest.
$ac_ext >&5
26493 for ac_dir
in $ac_x_header_dirs; do
26494 if test -r "$ac_dir/X11/Intrinsic.h"; then
26495 ac_x_includes
=$ac_dir
26500 rm -f conftest.err conftest.
$ac_ext
26501 fi # $ac_x_includes = no
26503 if test "$ac_x_libraries" = no
; then
26504 # Check for the libraries.
26505 # See if we find them without any special options.
26506 # Don't add to $LIBS permanently.
26509 cat >conftest.
$ac_ext <<_ACEOF
26512 cat confdefs.h
>>conftest.
$ac_ext
26513 cat >>conftest.
$ac_ext <<_ACEOF
26514 /* end confdefs.h. */
26515 #include <X11/Intrinsic.h>
26524 rm -f conftest.
$ac_objext conftest
$ac_exeext
26525 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26526 (eval $ac_link) 2>conftest.er1
26528 grep -v '^ *+' conftest.er1
>conftest.err
26530 cat conftest.err
>&5
26531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26532 (exit $ac_status); } &&
26533 { ac_try
='test -z "$ac_c_werror_flag"
26534 || test ! -s conftest.err'
26535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26536 (eval $ac_try) 2>&5
26538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26539 (exit $ac_status); }; } &&
26540 { ac_try
='test -s conftest$ac_exeext'
26541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26542 (eval $ac_try) 2>&5
26544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26545 (exit $ac_status); }; }; then
26547 # We can link X programs with no special library path.
26550 echo "$as_me: failed program was:" >&5
26551 sed 's/^/| /' conftest.
$ac_ext >&5
26554 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26556 # Don't even attempt the hair of trying to link an X program!
26557 for ac_extension
in a so sl
; do
26558 if test -r $ac_dir/libXt.
$ac_extension; then
26559 ac_x_libraries
=$ac_dir
26565 rm -f conftest.err conftest.
$ac_objext \
26566 conftest
$ac_exeext conftest.
$ac_ext
26567 fi # $ac_x_libraries = no
26569 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
26570 # Didn't find X anywhere. Cache the known absence of X.
26571 ac_cv_have_x
="have_x=no"
26573 # Record where we found X for the cache.
26574 ac_cv_have_x
="have_x=yes \
26575 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26580 eval "$ac_cv_have_x"
26583 if test "$have_x" != yes; then
26584 echo "$as_me:$LINENO: result: $have_x" >&5
26585 echo "${ECHO_T}$have_x" >&6
26588 # If each of the values was on the command line, it overrides each guess.
26589 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
26590 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
26591 # Update the cache value to reflect the command line values.
26592 ac_cv_have_x
="have_x=yes \
26593 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26594 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
26595 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
26598 if test "$no_x" = yes; then
26599 # Not all programs may use this symbol, but it does not hurt to define it.
26601 cat >>confdefs.h
<<\_ACEOF
26602 #define X_DISPLAY_MISSING 1
26605 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
26607 if test -n "$x_includes"; then
26608 X_CFLAGS
="$X_CFLAGS -I$x_includes"
26611 # It would also be nice to do this for all -L options, not just this one.
26612 if test -n "$x_libraries"; then
26613 X_LIBS
="$X_LIBS -L$x_libraries"
26614 # For Solaris; some versions of Sun CC require a space after -R and
26615 # others require no space. Words are not sufficient . . . .
26616 case `(uname -sr) 2>/dev/null` in
26618 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26619 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26620 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
26621 cat >conftest.
$ac_ext <<_ACEOF
26624 cat confdefs.h
>>conftest.
$ac_ext
26625 cat >>conftest.
$ac_ext <<_ACEOF
26626 /* end confdefs.h. */
26636 rm -f conftest.
$ac_objext conftest
$ac_exeext
26637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26638 (eval $ac_link) 2>conftest.er1
26640 grep -v '^ *+' conftest.er1
>conftest.err
26642 cat conftest.err
>&5
26643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26644 (exit $ac_status); } &&
26645 { ac_try
='test -z "$ac_c_werror_flag"
26646 || test ! -s conftest.err'
26647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26648 (eval $ac_try) 2>&5
26650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26651 (exit $ac_status); }; } &&
26652 { ac_try
='test -s conftest$ac_exeext'
26653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26654 (eval $ac_try) 2>&5
26656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26657 (exit $ac_status); }; }; then
26660 echo "$as_me: failed program was:" >&5
26661 sed 's/^/| /' conftest.
$ac_ext >&5
26665 rm -f conftest.err conftest.
$ac_objext \
26666 conftest
$ac_exeext conftest.
$ac_ext
26667 if test $ac_R_nospace = yes; then
26668 echo "$as_me:$LINENO: result: no" >&5
26669 echo "${ECHO_T}no" >&6
26670 X_LIBS
="$X_LIBS -R$x_libraries"
26672 LIBS
="$ac_xsave_LIBS -R $x_libraries"
26673 cat >conftest.
$ac_ext <<_ACEOF
26676 cat confdefs.h
>>conftest.
$ac_ext
26677 cat >>conftest.
$ac_ext <<_ACEOF
26678 /* end confdefs.h. */
26688 rm -f conftest.
$ac_objext conftest
$ac_exeext
26689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26690 (eval $ac_link) 2>conftest.er1
26692 grep -v '^ *+' conftest.er1
>conftest.err
26694 cat conftest.err
>&5
26695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26696 (exit $ac_status); } &&
26697 { ac_try
='test -z "$ac_c_werror_flag"
26698 || test ! -s conftest.err'
26699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26700 (eval $ac_try) 2>&5
26702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26703 (exit $ac_status); }; } &&
26704 { ac_try
='test -s conftest$ac_exeext'
26705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26706 (eval $ac_try) 2>&5
26708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26709 (exit $ac_status); }; }; then
26712 echo "$as_me: failed program was:" >&5
26713 sed 's/^/| /' conftest.
$ac_ext >&5
26717 rm -f conftest.err conftest.
$ac_objext \
26718 conftest
$ac_exeext conftest.
$ac_ext
26719 if test $ac_R_space = yes; then
26720 echo "$as_me:$LINENO: result: yes" >&5
26721 echo "${ECHO_T}yes" >&6
26722 X_LIBS
="$X_LIBS -R $x_libraries"
26724 echo "$as_me:$LINENO: result: neither works" >&5
26725 echo "${ECHO_T}neither works" >&6
26728 LIBS
=$ac_xsave_LIBS
26732 # Check for system-dependent libraries X programs must link with.
26733 # Do this before checking for the system-independent R6 libraries
26734 # (-lICE), since we may need -lsocket or whatever for X linking.
26736 if test "$ISC" = yes; then
26737 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
26739 # Martyn Johnson says this is needed for Ultrix, if the X
26740 # libraries were built with DECnet support. And Karl Berry says
26741 # the Alpha needs dnet_stub (dnet does not exist).
26742 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
26743 cat >conftest.
$ac_ext <<_ACEOF
26746 cat confdefs.h
>>conftest.
$ac_ext
26747 cat >>conftest.
$ac_ext <<_ACEOF
26748 /* end confdefs.h. */
26750 /* Override any gcc2 internal prototype to avoid an error. */
26754 /* We use char because int might match the return type of a gcc2
26755 builtin and then its argument prototype would still apply. */
26756 char XOpenDisplay ();
26765 rm -f conftest.
$ac_objext conftest
$ac_exeext
26766 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26767 (eval $ac_link) 2>conftest.er1
26769 grep -v '^ *+' conftest.er1
>conftest.err
26771 cat conftest.err
>&5
26772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26773 (exit $ac_status); } &&
26774 { ac_try
='test -z "$ac_c_werror_flag"
26775 || test ! -s conftest.err'
26776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26777 (eval $ac_try) 2>&5
26779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26780 (exit $ac_status); }; } &&
26781 { ac_try
='test -s conftest$ac_exeext'
26782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26783 (eval $ac_try) 2>&5
26785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26786 (exit $ac_status); }; }; then
26789 echo "$as_me: failed program was:" >&5
26790 sed 's/^/| /' conftest.
$ac_ext >&5
26792 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26793 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26794 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26795 echo $ECHO_N "(cached) $ECHO_C" >&6
26797 ac_check_lib_save_LIBS
=$LIBS
26798 LIBS
="-ldnet $LIBS"
26799 cat >conftest.
$ac_ext <<_ACEOF
26802 cat confdefs.h
>>conftest.
$ac_ext
26803 cat >>conftest.
$ac_ext <<_ACEOF
26804 /* end confdefs.h. */
26806 /* Override any gcc2 internal prototype to avoid an error. */
26810 /* We use char because int might match the return type of a gcc2
26811 builtin and then its argument prototype would still apply. */
26821 rm -f conftest.
$ac_objext conftest
$ac_exeext
26822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26823 (eval $ac_link) 2>conftest.er1
26825 grep -v '^ *+' conftest.er1
>conftest.err
26827 cat conftest.err
>&5
26828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26829 (exit $ac_status); } &&
26830 { ac_try
='test -z "$ac_c_werror_flag"
26831 || test ! -s conftest.err'
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); }; } &&
26837 { ac_try
='test -s conftest$ac_exeext'
26838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26839 (eval $ac_try) 2>&5
26841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26842 (exit $ac_status); }; }; then
26843 ac_cv_lib_dnet_dnet_ntoa
=yes
26845 echo "$as_me: failed program was:" >&5
26846 sed 's/^/| /' conftest.
$ac_ext >&5
26848 ac_cv_lib_dnet_dnet_ntoa
=no
26850 rm -f conftest.err conftest.
$ac_objext \
26851 conftest
$ac_exeext conftest.
$ac_ext
26852 LIBS
=$ac_check_lib_save_LIBS
26854 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
26855 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
26856 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
26857 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
26860 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
26861 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
26862 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
26863 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
26864 echo $ECHO_N "(cached) $ECHO_C" >&6
26866 ac_check_lib_save_LIBS
=$LIBS
26867 LIBS
="-ldnet_stub $LIBS"
26868 cat >conftest.
$ac_ext <<_ACEOF
26871 cat confdefs.h
>>conftest.
$ac_ext
26872 cat >>conftest.
$ac_ext <<_ACEOF
26873 /* end confdefs.h. */
26875 /* Override any gcc2 internal prototype to avoid an error. */
26879 /* We use char because int might match the return type of a gcc2
26880 builtin and then its argument prototype would still apply. */
26890 rm -f conftest.
$ac_objext conftest
$ac_exeext
26891 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26892 (eval $ac_link) 2>conftest.er1
26894 grep -v '^ *+' conftest.er1
>conftest.err
26896 cat conftest.err
>&5
26897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26898 (exit $ac_status); } &&
26899 { ac_try
='test -z "$ac_c_werror_flag"
26900 || test ! -s conftest.err'
26901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26902 (eval $ac_try) 2>&5
26904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26905 (exit $ac_status); }; } &&
26906 { ac_try
='test -s conftest$ac_exeext'
26907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26908 (eval $ac_try) 2>&5
26910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26911 (exit $ac_status); }; }; then
26912 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
26914 echo "$as_me: failed program was:" >&5
26915 sed 's/^/| /' conftest.
$ac_ext >&5
26917 ac_cv_lib_dnet_stub_dnet_ntoa
=no
26919 rm -f conftest.err conftest.
$ac_objext \
26920 conftest
$ac_exeext conftest.
$ac_ext
26921 LIBS
=$ac_check_lib_save_LIBS
26923 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
26924 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
26925 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
26926 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
26931 rm -f conftest.err conftest.
$ac_objext \
26932 conftest
$ac_exeext conftest.
$ac_ext
26933 LIBS
="$ac_xsave_LIBS"
26935 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
26936 # to get the SysV transport functions.
26937 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
26939 # The nsl library prevents programs from opening the X display
26940 # on Irix 5.2, according to T.E. Dickey.
26941 # The functions gethostbyname, getservbyname, and inet_addr are
26942 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
26943 echo "$as_me:$LINENO: checking for gethostbyname" >&5
26944 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
26945 if test "${ac_cv_func_gethostbyname+set}" = set; then
26946 echo $ECHO_N "(cached) $ECHO_C" >&6
26948 cat >conftest.
$ac_ext <<_ACEOF
26951 cat confdefs.h
>>conftest.
$ac_ext
26952 cat >>conftest.
$ac_ext <<_ACEOF
26953 /* end confdefs.h. */
26954 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
26955 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26956 #define gethostbyname innocuous_gethostbyname
26958 /* System header to define __stub macros and hopefully few prototypes,
26959 which can conflict with char gethostbyname (); below.
26960 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26961 <limits.h> exists even on freestanding compilers. */
26964 # include <limits.h>
26966 # include <assert.h>
26969 #undef gethostbyname
26971 /* Override any gcc2 internal prototype to avoid an error. */
26976 /* We use char because int might match the return type of a gcc2
26977 builtin and then its argument prototype would still apply. */
26978 char gethostbyname ();
26979 /* The GNU C library defines this for functions which it implements
26980 to always fail with ENOSYS. Some functions are actually named
26981 something starting with __ and the normal name is an alias. */
26982 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
26985 char (*f) () = gethostbyname;
26994 return f != gethostbyname;
26999 rm -f conftest.
$ac_objext conftest
$ac_exeext
27000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27001 (eval $ac_link) 2>conftest.er1
27003 grep -v '^ *+' conftest.er1
>conftest.err
27005 cat conftest.err
>&5
27006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27007 (exit $ac_status); } &&
27008 { ac_try
='test -z "$ac_c_werror_flag"
27009 || test ! -s conftest.err'
27010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27011 (eval $ac_try) 2>&5
27013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27014 (exit $ac_status); }; } &&
27015 { ac_try
='test -s conftest$ac_exeext'
27016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27017 (eval $ac_try) 2>&5
27019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27020 (exit $ac_status); }; }; then
27021 ac_cv_func_gethostbyname
=yes
27023 echo "$as_me: failed program was:" >&5
27024 sed 's/^/| /' conftest.
$ac_ext >&5
27026 ac_cv_func_gethostbyname
=no
27028 rm -f conftest.err conftest.
$ac_objext \
27029 conftest
$ac_exeext conftest.
$ac_ext
27031 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27032 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27034 if test $ac_cv_func_gethostbyname = no
; then
27035 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27036 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27037 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27038 echo $ECHO_N "(cached) $ECHO_C" >&6
27040 ac_check_lib_save_LIBS
=$LIBS
27042 cat >conftest.
$ac_ext <<_ACEOF
27045 cat confdefs.h
>>conftest.
$ac_ext
27046 cat >>conftest.
$ac_ext <<_ACEOF
27047 /* end confdefs.h. */
27049 /* Override any gcc2 internal prototype to avoid an error. */
27053 /* We use char because int might match the return type of a gcc2
27054 builtin and then its argument prototype would still apply. */
27055 char gethostbyname ();
27064 rm -f conftest.
$ac_objext conftest
$ac_exeext
27065 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27066 (eval $ac_link) 2>conftest.er1
27068 grep -v '^ *+' conftest.er1
>conftest.err
27070 cat conftest.err
>&5
27071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27072 (exit $ac_status); } &&
27073 { ac_try
='test -z "$ac_c_werror_flag"
27074 || test ! -s conftest.err'
27075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27076 (eval $ac_try) 2>&5
27078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27079 (exit $ac_status); }; } &&
27080 { ac_try
='test -s conftest$ac_exeext'
27081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27082 (eval $ac_try) 2>&5
27084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27085 (exit $ac_status); }; }; then
27086 ac_cv_lib_nsl_gethostbyname
=yes
27088 echo "$as_me: failed program was:" >&5
27089 sed 's/^/| /' conftest.
$ac_ext >&5
27091 ac_cv_lib_nsl_gethostbyname
=no
27093 rm -f conftest.err conftest.
$ac_objext \
27094 conftest
$ac_exeext conftest.
$ac_ext
27095 LIBS
=$ac_check_lib_save_LIBS
27097 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
27098 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
27099 if test $ac_cv_lib_nsl_gethostbyname = yes; then
27100 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
27103 if test $ac_cv_lib_nsl_gethostbyname = no
; then
27104 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27105 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27106 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27107 echo $ECHO_N "(cached) $ECHO_C" >&6
27109 ac_check_lib_save_LIBS
=$LIBS
27111 cat >conftest.
$ac_ext <<_ACEOF
27114 cat confdefs.h
>>conftest.
$ac_ext
27115 cat >>conftest.
$ac_ext <<_ACEOF
27116 /* end confdefs.h. */
27118 /* Override any gcc2 internal prototype to avoid an error. */
27122 /* We use char because int might match the return type of a gcc2
27123 builtin and then its argument prototype would still apply. */
27124 char gethostbyname ();
27133 rm -f conftest.
$ac_objext conftest
$ac_exeext
27134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27135 (eval $ac_link) 2>conftest.er1
27137 grep -v '^ *+' conftest.er1
>conftest.err
27139 cat conftest.err
>&5
27140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27141 (exit $ac_status); } &&
27142 { ac_try
='test -z "$ac_c_werror_flag"
27143 || test ! -s conftest.err'
27144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27145 (eval $ac_try) 2>&5
27147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27148 (exit $ac_status); }; } &&
27149 { ac_try
='test -s conftest$ac_exeext'
27150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27151 (eval $ac_try) 2>&5
27153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27154 (exit $ac_status); }; }; then
27155 ac_cv_lib_bsd_gethostbyname
=yes
27157 echo "$as_me: failed program was:" >&5
27158 sed 's/^/| /' conftest.
$ac_ext >&5
27160 ac_cv_lib_bsd_gethostbyname
=no
27162 rm -f conftest.err conftest.
$ac_objext \
27163 conftest
$ac_exeext conftest.
$ac_ext
27164 LIBS
=$ac_check_lib_save_LIBS
27166 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27167 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27168 if test $ac_cv_lib_bsd_gethostbyname = yes; then
27169 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
27175 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27176 # socket/setsockopt and other routines are undefined under SCO ODT
27177 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27178 # on later versions), says Simon Leinen: it contains gethostby*
27179 # variants that don't use the name server (or something). -lsocket
27180 # must be given before -lnsl if both are needed. We assume that
27181 # if connect needs -lnsl, so does gethostbyname.
27182 echo "$as_me:$LINENO: checking for connect" >&5
27183 echo $ECHO_N "checking for connect... $ECHO_C" >&6
27184 if test "${ac_cv_func_connect+set}" = set; then
27185 echo $ECHO_N "(cached) $ECHO_C" >&6
27187 cat >conftest.
$ac_ext <<_ACEOF
27190 cat confdefs.h
>>conftest.
$ac_ext
27191 cat >>conftest.
$ac_ext <<_ACEOF
27192 /* end confdefs.h. */
27193 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
27194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27195 #define connect innocuous_connect
27197 /* System header to define __stub macros and hopefully few prototypes,
27198 which can conflict with char connect (); below.
27199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27200 <limits.h> exists even on freestanding compilers. */
27203 # include <limits.h>
27205 # include <assert.h>
27210 /* Override any gcc2 internal prototype to avoid an error. */
27215 /* We use char because int might match the return type of a gcc2
27216 builtin and then its argument prototype would still apply. */
27218 /* The GNU C library defines this for functions which it implements
27219 to always fail with ENOSYS. Some functions are actually named
27220 something starting with __ and the normal name is an alias. */
27221 #if defined (__stub_connect) || defined (__stub___connect)
27224 char (*f) () = connect;
27233 return f != connect;
27238 rm -f conftest.
$ac_objext conftest
$ac_exeext
27239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27240 (eval $ac_link) 2>conftest.er1
27242 grep -v '^ *+' conftest.er1
>conftest.err
27244 cat conftest.err
>&5
27245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27246 (exit $ac_status); } &&
27247 { ac_try
='test -z "$ac_c_werror_flag"
27248 || test ! -s conftest.err'
27249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27250 (eval $ac_try) 2>&5
27252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27253 (exit $ac_status); }; } &&
27254 { ac_try
='test -s conftest$ac_exeext'
27255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27256 (eval $ac_try) 2>&5
27258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27259 (exit $ac_status); }; }; then
27260 ac_cv_func_connect
=yes
27262 echo "$as_me: failed program was:" >&5
27263 sed 's/^/| /' conftest.
$ac_ext >&5
27265 ac_cv_func_connect
=no
27267 rm -f conftest.err conftest.
$ac_objext \
27268 conftest
$ac_exeext conftest.
$ac_ext
27270 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27271 echo "${ECHO_T}$ac_cv_func_connect" >&6
27273 if test $ac_cv_func_connect = no
; then
27274 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27275 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27276 if test "${ac_cv_lib_socket_connect+set}" = set; then
27277 echo $ECHO_N "(cached) $ECHO_C" >&6
27279 ac_check_lib_save_LIBS
=$LIBS
27280 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
27281 cat >conftest.
$ac_ext <<_ACEOF
27284 cat confdefs.h
>>conftest.
$ac_ext
27285 cat >>conftest.
$ac_ext <<_ACEOF
27286 /* end confdefs.h. */
27288 /* Override any gcc2 internal prototype to avoid an error. */
27292 /* We use char because int might match the return type of a gcc2
27293 builtin and then its argument prototype would still apply. */
27303 rm -f conftest.
$ac_objext conftest
$ac_exeext
27304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27305 (eval $ac_link) 2>conftest.er1
27307 grep -v '^ *+' conftest.er1
>conftest.err
27309 cat conftest.err
>&5
27310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27311 (exit $ac_status); } &&
27312 { ac_try
='test -z "$ac_c_werror_flag"
27313 || test ! -s conftest.err'
27314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27315 (eval $ac_try) 2>&5
27317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27318 (exit $ac_status); }; } &&
27319 { ac_try
='test -s conftest$ac_exeext'
27320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27321 (eval $ac_try) 2>&5
27323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27324 (exit $ac_status); }; }; then
27325 ac_cv_lib_socket_connect
=yes
27327 echo "$as_me: failed program was:" >&5
27328 sed 's/^/| /' conftest.
$ac_ext >&5
27330 ac_cv_lib_socket_connect
=no
27332 rm -f conftest.err conftest.
$ac_objext \
27333 conftest
$ac_exeext conftest.
$ac_ext
27334 LIBS
=$ac_check_lib_save_LIBS
27336 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27337 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27338 if test $ac_cv_lib_socket_connect = yes; then
27339 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
27344 # Guillermo Gomez says -lposix is necessary on A/UX.
27345 echo "$as_me:$LINENO: checking for remove" >&5
27346 echo $ECHO_N "checking for remove... $ECHO_C" >&6
27347 if test "${ac_cv_func_remove+set}" = set; then
27348 echo $ECHO_N "(cached) $ECHO_C" >&6
27350 cat >conftest.
$ac_ext <<_ACEOF
27353 cat confdefs.h
>>conftest.
$ac_ext
27354 cat >>conftest.
$ac_ext <<_ACEOF
27355 /* end confdefs.h. */
27356 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
27357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27358 #define remove innocuous_remove
27360 /* System header to define __stub macros and hopefully few prototypes,
27361 which can conflict with char remove (); below.
27362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27363 <limits.h> exists even on freestanding compilers. */
27366 # include <limits.h>
27368 # include <assert.h>
27373 /* Override any gcc2 internal prototype to avoid an error. */
27378 /* We use char because int might match the return type of a gcc2
27379 builtin and then its argument prototype would still apply. */
27381 /* The GNU C library defines this for functions which it implements
27382 to always fail with ENOSYS. Some functions are actually named
27383 something starting with __ and the normal name is an alias. */
27384 #if defined (__stub_remove) || defined (__stub___remove)
27387 char (*f) () = remove;
27396 return f != remove;
27401 rm -f conftest.
$ac_objext conftest
$ac_exeext
27402 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27403 (eval $ac_link) 2>conftest.er1
27405 grep -v '^ *+' conftest.er1
>conftest.err
27407 cat conftest.err
>&5
27408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27409 (exit $ac_status); } &&
27410 { ac_try
='test -z "$ac_c_werror_flag"
27411 || test ! -s conftest.err'
27412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27413 (eval $ac_try) 2>&5
27415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27416 (exit $ac_status); }; } &&
27417 { ac_try
='test -s conftest$ac_exeext'
27418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27419 (eval $ac_try) 2>&5
27421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27422 (exit $ac_status); }; }; then
27423 ac_cv_func_remove
=yes
27425 echo "$as_me: failed program was:" >&5
27426 sed 's/^/| /' conftest.
$ac_ext >&5
27428 ac_cv_func_remove
=no
27430 rm -f conftest.err conftest.
$ac_objext \
27431 conftest
$ac_exeext conftest.
$ac_ext
27433 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27434 echo "${ECHO_T}$ac_cv_func_remove" >&6
27436 if test $ac_cv_func_remove = no
; then
27437 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27438 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27439 if test "${ac_cv_lib_posix_remove+set}" = set; then
27440 echo $ECHO_N "(cached) $ECHO_C" >&6
27442 ac_check_lib_save_LIBS
=$LIBS
27443 LIBS
="-lposix $LIBS"
27444 cat >conftest.
$ac_ext <<_ACEOF
27447 cat confdefs.h
>>conftest.
$ac_ext
27448 cat >>conftest.
$ac_ext <<_ACEOF
27449 /* end confdefs.h. */
27451 /* Override any gcc2 internal prototype to avoid an error. */
27455 /* We use char because int might match the return type of a gcc2
27456 builtin and then its argument prototype would still apply. */
27466 rm -f conftest.
$ac_objext conftest
$ac_exeext
27467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27468 (eval $ac_link) 2>conftest.er1
27470 grep -v '^ *+' conftest.er1
>conftest.err
27472 cat conftest.err
>&5
27473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27474 (exit $ac_status); } &&
27475 { ac_try
='test -z "$ac_c_werror_flag"
27476 || test ! -s conftest.err'
27477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27478 (eval $ac_try) 2>&5
27480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27481 (exit $ac_status); }; } &&
27482 { ac_try
='test -s conftest$ac_exeext'
27483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27484 (eval $ac_try) 2>&5
27486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27487 (exit $ac_status); }; }; then
27488 ac_cv_lib_posix_remove
=yes
27490 echo "$as_me: failed program was:" >&5
27491 sed 's/^/| /' conftest.
$ac_ext >&5
27493 ac_cv_lib_posix_remove
=no
27495 rm -f conftest.err conftest.
$ac_objext \
27496 conftest
$ac_exeext conftest.
$ac_ext
27497 LIBS
=$ac_check_lib_save_LIBS
27499 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27500 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27501 if test $ac_cv_lib_posix_remove = yes; then
27502 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
27507 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27508 echo "$as_me:$LINENO: checking for shmat" >&5
27509 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27510 if test "${ac_cv_func_shmat+set}" = set; then
27511 echo $ECHO_N "(cached) $ECHO_C" >&6
27513 cat >conftest.
$ac_ext <<_ACEOF
27516 cat confdefs.h
>>conftest.
$ac_ext
27517 cat >>conftest.
$ac_ext <<_ACEOF
27518 /* end confdefs.h. */
27519 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27521 #define shmat innocuous_shmat
27523 /* System header to define __stub macros and hopefully few prototypes,
27524 which can conflict with char shmat (); below.
27525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27526 <limits.h> exists even on freestanding compilers. */
27529 # include <limits.h>
27531 # include <assert.h>
27536 /* Override any gcc2 internal prototype to avoid an error. */
27541 /* We use char because int might match the return type of a gcc2
27542 builtin and then its argument prototype would still apply. */
27544 /* The GNU C library defines this for functions which it implements
27545 to always fail with ENOSYS. Some functions are actually named
27546 something starting with __ and the normal name is an alias. */
27547 #if defined (__stub_shmat) || defined (__stub___shmat)
27550 char (*f) () = shmat;
27564 rm -f conftest.
$ac_objext conftest
$ac_exeext
27565 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27566 (eval $ac_link) 2>conftest.er1
27568 grep -v '^ *+' conftest.er1
>conftest.err
27570 cat conftest.err
>&5
27571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27572 (exit $ac_status); } &&
27573 { ac_try
='test -z "$ac_c_werror_flag"
27574 || test ! -s conftest.err'
27575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27576 (eval $ac_try) 2>&5
27578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27579 (exit $ac_status); }; } &&
27580 { ac_try
='test -s conftest$ac_exeext'
27581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27582 (eval $ac_try) 2>&5
27584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27585 (exit $ac_status); }; }; then
27586 ac_cv_func_shmat
=yes
27588 echo "$as_me: failed program was:" >&5
27589 sed 's/^/| /' conftest.
$ac_ext >&5
27591 ac_cv_func_shmat
=no
27593 rm -f conftest.err conftest.
$ac_objext \
27594 conftest
$ac_exeext conftest.
$ac_ext
27596 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27597 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27599 if test $ac_cv_func_shmat = no
; then
27600 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27601 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27602 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27603 echo $ECHO_N "(cached) $ECHO_C" >&6
27605 ac_check_lib_save_LIBS
=$LIBS
27607 cat >conftest.
$ac_ext <<_ACEOF
27610 cat confdefs.h
>>conftest.
$ac_ext
27611 cat >>conftest.
$ac_ext <<_ACEOF
27612 /* end confdefs.h. */
27614 /* Override any gcc2 internal prototype to avoid an error. */
27618 /* We use char because int might match the return type of a gcc2
27619 builtin and then its argument prototype would still apply. */
27629 rm -f conftest.
$ac_objext conftest
$ac_exeext
27630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27631 (eval $ac_link) 2>conftest.er1
27633 grep -v '^ *+' conftest.er1
>conftest.err
27635 cat conftest.err
>&5
27636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27637 (exit $ac_status); } &&
27638 { ac_try
='test -z "$ac_c_werror_flag"
27639 || test ! -s conftest.err'
27640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27641 (eval $ac_try) 2>&5
27643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27644 (exit $ac_status); }; } &&
27645 { ac_try
='test -s conftest$ac_exeext'
27646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27647 (eval $ac_try) 2>&5
27649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27650 (exit $ac_status); }; }; then
27651 ac_cv_lib_ipc_shmat
=yes
27653 echo "$as_me: failed program was:" >&5
27654 sed 's/^/| /' conftest.
$ac_ext >&5
27656 ac_cv_lib_ipc_shmat
=no
27658 rm -f conftest.err conftest.
$ac_objext \
27659 conftest
$ac_exeext conftest.
$ac_ext
27660 LIBS
=$ac_check_lib_save_LIBS
27662 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27663 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27664 if test $ac_cv_lib_ipc_shmat = yes; then
27665 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
27671 # Check for libraries that X11R6 Xt/Xaw programs need.
27672 ac_save_LDFLAGS
=$LDFLAGS
27673 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
27674 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27675 # check for ICE first), but we must link in the order -lSM -lICE or
27676 # we get undefined symbols. So assume we have SM if we have ICE.
27677 # These have to be linked with before -lX11, unlike the other
27678 # libraries we check for below, so use a different variable.
27679 # John Interrante, Karl Berry
27680 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27681 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27682 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27683 echo $ECHO_N "(cached) $ECHO_C" >&6
27685 ac_check_lib_save_LIBS
=$LIBS
27686 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
27687 cat >conftest.
$ac_ext <<_ACEOF
27690 cat confdefs.h
>>conftest.
$ac_ext
27691 cat >>conftest.
$ac_ext <<_ACEOF
27692 /* end confdefs.h. */
27694 /* Override any gcc2 internal prototype to avoid an error. */
27698 /* We use char because int might match the return type of a gcc2
27699 builtin and then its argument prototype would still apply. */
27700 char IceConnectionNumber ();
27704 IceConnectionNumber ();
27709 rm -f conftest.
$ac_objext conftest
$ac_exeext
27710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27711 (eval $ac_link) 2>conftest.er1
27713 grep -v '^ *+' conftest.er1
>conftest.err
27715 cat conftest.err
>&5
27716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27717 (exit $ac_status); } &&
27718 { ac_try
='test -z "$ac_c_werror_flag"
27719 || test ! -s conftest.err'
27720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27721 (eval $ac_try) 2>&5
27723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27724 (exit $ac_status); }; } &&
27725 { ac_try
='test -s conftest$ac_exeext'
27726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27727 (eval $ac_try) 2>&5
27729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27730 (exit $ac_status); }; }; then
27731 ac_cv_lib_ICE_IceConnectionNumber
=yes
27733 echo "$as_me: failed program was:" >&5
27734 sed 's/^/| /' conftest.
$ac_ext >&5
27736 ac_cv_lib_ICE_IceConnectionNumber
=no
27738 rm -f conftest.err conftest.
$ac_objext \
27739 conftest
$ac_exeext conftest.
$ac_ext
27740 LIBS
=$ac_check_lib_save_LIBS
27742 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27743 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27744 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27745 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
27748 LDFLAGS
=$ac_save_LDFLAGS
27753 if test "$no_x" = "yes"; then
27754 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27755 echo "$as_me: error: X11 not found" >&2;}
27756 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
27759 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27760 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
27761 AFMINSTALL
=afminstall
27762 COMPILED_X_PROGRAM
=0
27766 if test "$wxUSE_X11" = 1; then
27767 if test "$wxUSE_NANOX" = "yes"; then
27768 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27769 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27770 if test "x$MICROWIN" = x
; then
27771 echo "$as_me:$LINENO: result: not found" >&5
27772 echo "${ECHO_T}not found" >&6
27773 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27774 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27775 { (exit 1); exit 1; }; }
27777 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27778 echo "${ECHO_T}$MICROWIN" >&6
27779 cat >>confdefs.h
<<\_ACEOF
27780 #define wxUSE_NANOX 1
27786 if test "$wxUSE_UNICODE" = "yes"; then
27790 if test -z "$PKG_CONFIG"; then
27791 # Extract the first word of "pkg-config", so it can be a program name with args.
27792 set dummy pkg
-config; ac_word
=$2
27793 echo "$as_me:$LINENO: checking for $ac_word" >&5
27794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27795 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27796 echo $ECHO_N "(cached) $ECHO_C" >&6
27798 case $PKG_CONFIG in
27800 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27803 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27804 for as_dir
in $PATH
27807 test -z "$as_dir" && as_dir
=.
27808 for ac_exec_ext
in '' $ac_executable_extensions; do
27809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27810 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27811 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27817 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27821 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27823 if test -n "$PKG_CONFIG"; then
27824 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27825 echo "${ECHO_T}$PKG_CONFIG" >&6
27827 echo "$as_me:$LINENO: result: no" >&5
27828 echo "${ECHO_T}no" >&6
27833 if test "$PKG_CONFIG" = "no" ; then
27834 echo "*** The pkg-config script could not be found. Make sure it is"
27835 echo "*** in your path, or set the PKG_CONFIG environment variable"
27836 echo "*** to the full path to pkg-config."
27837 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27839 PKG_CONFIG_MIN_VERSION
=0.9.0
27840 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27841 echo "$as_me:$LINENO: checking for pangox" >&5
27842 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27844 if $PKG_CONFIG --exists "pangox" ; then
27845 echo "$as_me:$LINENO: result: yes" >&5
27846 echo "${ECHO_T}yes" >&6
27849 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27850 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27851 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
27852 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27853 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27855 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27856 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27857 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
27858 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27859 echo "${ECHO_T}$PANGOX_LIBS" >&6
27863 ## If we have a custom action on failure, don't print errors, but
27864 ## do set a variable so people can do so.
27865 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
27872 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27873 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27877 if test $succeeded = yes; then
27879 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
27880 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
27884 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
27885 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
27886 { (exit 1); exit 1; }; }
27894 if test -z "$PKG_CONFIG"; then
27895 # Extract the first word of "pkg-config", so it can be a program name with args.
27896 set dummy pkg
-config; ac_word
=$2
27897 echo "$as_me:$LINENO: checking for $ac_word" >&5
27898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27899 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27900 echo $ECHO_N "(cached) $ECHO_C" >&6
27902 case $PKG_CONFIG in
27904 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27908 for as_dir
in $PATH
27911 test -z "$as_dir" && as_dir
=.
27912 for ac_exec_ext
in '' $ac_executable_extensions; do
27913 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27914 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27921 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27925 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27927 if test -n "$PKG_CONFIG"; then
27928 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27929 echo "${ECHO_T}$PKG_CONFIG" >&6
27931 echo "$as_me:$LINENO: result: no" >&5
27932 echo "${ECHO_T}no" >&6
27937 if test "$PKG_CONFIG" = "no" ; then
27938 echo "*** The pkg-config script could not be found. Make sure it is"
27939 echo "*** in your path, or set the PKG_CONFIG environment variable"
27940 echo "*** to the full path to pkg-config."
27941 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27943 PKG_CONFIG_MIN_VERSION
=0.9.0
27944 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27945 echo "$as_me:$LINENO: checking for pangoft2" >&5
27946 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
27948 if $PKG_CONFIG --exists "pangoft2" ; then
27949 echo "$as_me:$LINENO: result: yes" >&5
27950 echo "${ECHO_T}yes" >&6
27953 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
27954 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
27955 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
27956 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
27957 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
27959 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
27960 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
27961 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
27962 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
27963 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
27967 ## If we have a custom action on failure, don't print errors, but
27968 ## do set a variable so people can do so.
27969 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
27976 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
27977 echo "*** See http://www.freedesktop.org/software/pkgconfig"
27981 if test $succeeded = yes; then
27983 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
27984 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
27988 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
27989 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
27990 wxUSE_PRINTING_ARCHITECTURE
="no"
27998 if test -z "$PKG_CONFIG"; then
27999 # Extract the first word of "pkg-config", so it can be a program name with args.
28000 set dummy pkg
-config; ac_word
=$2
28001 echo "$as_me:$LINENO: checking for $ac_word" >&5
28002 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28003 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28004 echo $ECHO_N "(cached) $ECHO_C" >&6
28006 case $PKG_CONFIG in
28008 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28011 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28012 for as_dir
in $PATH
28015 test -z "$as_dir" && as_dir
=.
28016 for ac_exec_ext
in '' $ac_executable_extensions; do
28017 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28018 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28025 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28029 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28031 if test -n "$PKG_CONFIG"; then
28032 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28033 echo "${ECHO_T}$PKG_CONFIG" >&6
28035 echo "$as_me:$LINENO: result: no" >&5
28036 echo "${ECHO_T}no" >&6
28041 if test "$PKG_CONFIG" = "no" ; then
28042 echo "*** The pkg-config script could not be found. Make sure it is"
28043 echo "*** in your path, or set the PKG_CONFIG environment variable"
28044 echo "*** to the full path to pkg-config."
28045 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28047 PKG_CONFIG_MIN_VERSION
=0.9.0
28048 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28049 echo "$as_me:$LINENO: checking for pangoxft" >&5
28050 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28052 if $PKG_CONFIG --exists "pangoxft" ; then
28053 echo "$as_me:$LINENO: result: yes" >&5
28054 echo "${ECHO_T}yes" >&6
28057 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28058 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28059 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
28060 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28061 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
28063 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
28064 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
28065 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
28066 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
28067 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
28071 ## If we have a custom action on failure, don't print errors, but
28072 ## do set a variable so people can do so.
28073 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
28080 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28081 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28085 if test $succeeded = yes; then
28087 cat >>confdefs.h
<<\_ACEOF
28088 #define HAVE_PANGO_XFT 1
28091 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
28092 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
28096 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
28097 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
28102 save_CFLAGS
="$CFLAGS"
28104 CFLAGS
="$CFLAGS $PANGOX_CFLAGS"
28105 LIBS
="$LIBS $PANGOX_LIBS"
28107 for ac_func
in pango_font_family_is_monospace
28109 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28110 echo "$as_me:$LINENO: checking for $ac_func" >&5
28111 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28112 if eval "test \"\${$as_ac_var+set}\" = set"; then
28113 echo $ECHO_N "(cached) $ECHO_C" >&6
28115 cat >conftest.
$ac_ext <<_ACEOF
28118 cat confdefs.h
>>conftest.
$ac_ext
28119 cat >>conftest.
$ac_ext <<_ACEOF
28120 /* end confdefs.h. */
28121 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28122 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28123 #define $ac_func innocuous_$ac_func
28125 /* System header to define __stub macros and hopefully few prototypes,
28126 which can conflict with char $ac_func (); below.
28127 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28128 <limits.h> exists even on freestanding compilers. */
28131 # include <limits.h>
28133 # include <assert.h>
28138 /* Override any gcc2 internal prototype to avoid an error. */
28143 /* We use char because int might match the return type of a gcc2
28144 builtin and then its argument prototype would still apply. */
28146 /* The GNU C library defines this for functions which it implements
28147 to always fail with ENOSYS. Some functions are actually named
28148 something starting with __ and the normal name is an alias. */
28149 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28152 char (*f) () = $ac_func;
28161 return f != $ac_func;
28166 rm -f conftest.
$ac_objext conftest
$ac_exeext
28167 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28168 (eval $ac_link) 2>conftest.er1
28170 grep -v '^ *+' conftest.er1
>conftest.err
28172 cat conftest.err
>&5
28173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28174 (exit $ac_status); } &&
28175 { ac_try
='test -z "$ac_c_werror_flag"
28176 || test ! -s conftest.err'
28177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28178 (eval $ac_try) 2>&5
28180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28181 (exit $ac_status); }; } &&
28182 { ac_try
='test -s conftest$ac_exeext'
28183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28184 (eval $ac_try) 2>&5
28186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28187 (exit $ac_status); }; }; then
28188 eval "$as_ac_var=yes"
28190 echo "$as_me: failed program was:" >&5
28191 sed 's/^/| /' conftest.
$ac_ext >&5
28193 eval "$as_ac_var=no"
28195 rm -f conftest.err conftest.
$ac_objext \
28196 conftest
$ac_exeext conftest.
$ac_ext
28198 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28199 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28200 if test `eval echo '${'$as_ac_var'}'` = yes; then
28201 cat >>confdefs.h
<<_ACEOF
28202 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28208 CFLAGS
="$save_CFLAGS"
28212 wxUSE_UNIVERSAL
="yes"
28214 if test "$wxUSE_NANOX" = "yes"; then
28215 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28216 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"
28217 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28219 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
28226 if test "$wxUSE_MOTIF" = 1; then
28227 if test "$wxUSE_UNICODE" = "yes"; then
28228 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28229 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28230 { (exit 1); exit 1; }; }
28233 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28234 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
28237 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
28239 if test -f "$ac_dir/Xm/Xm.h"; then
28240 ac_find_includes
=$ac_dir
28245 if test "$ac_find_includes" != "" ; then
28246 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28247 echo "${ECHO_T}found in $ac_find_includes" >&6
28249 if test "x$ac_find_includes" = "x/usr/include"; then
28250 ac_path_to_include
=""
28252 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
28254 if test $result = 0; then
28255 ac_path_to_include
=""
28257 ac_path_to_include
=" -I$ac_find_includes"
28261 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
28263 cat >conftest.
$ac_ext <<_ACEOF
28266 cat confdefs.h
>>conftest.
$ac_ext
28267 cat >>conftest.
$ac_ext <<_ACEOF
28268 /* end confdefs.h. */
28277 version = xmUseVersion;
28283 rm -f conftest.
$ac_objext
28284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28285 (eval $ac_compile) 2>conftest.er1
28287 grep -v '^ *+' conftest.er1
>conftest.err
28289 cat conftest.err
>&5
28290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28291 (exit $ac_status); } &&
28292 { ac_try
='test -z "$ac_c_werror_flag"
28293 || test ! -s conftest.err'
28294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28295 (eval $ac_try) 2>&5
28297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28298 (exit $ac_status); }; } &&
28299 { ac_try
='test -s conftest.$ac_objext'
28300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28301 (eval $ac_try) 2>&5
28303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28304 (exit $ac_status); }; }; then
28306 echo "$as_me:$LINENO: result: found in default search path" >&5
28307 echo "${ECHO_T}found in default search path" >&6
28308 COMPILED_X_PROGRAM
=1
28311 echo "$as_me: failed program was:" >&5
28312 sed 's/^/| /' conftest.
$ac_ext >&5
28315 echo "$as_me:$LINENO: result: no" >&5
28316 echo "${ECHO_T}no" >&6
28317 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
28318 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
28319 { (exit 1); exit 1; }; }
28323 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28326 if test "$COMPILED_X_PROGRAM" = 0; then
28327 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28328 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28331 for ac_dir
in $SEARCH_LIB /usr
/lib
;
28333 for ac_extension
in a so sl dylib
; do
28334 if test -f "$ac_dir/libXm.$ac_extension"; then
28335 ac_find_libraries
=$ac_dir
28341 if test "$ac_find_libraries" != "" ; then
28342 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28343 echo "${ECHO_T}found at $ac_find_libraries" >&6
28346 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28348 if test $result = 0; then
28351 ac_path_to_link
=" -L$ac_find_libraries"
28354 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
28356 save_CFLAGS
=$CFLAGS
28357 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28359 cat >conftest.
$ac_ext <<_ACEOF
28362 cat confdefs.h
>>conftest.
$ac_ext
28363 cat >>conftest.
$ac_ext <<_ACEOF
28364 /* end confdefs.h. */
28373 version = xmUseVersion;
28379 rm -f conftest.
$ac_objext
28380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28381 (eval $ac_compile) 2>conftest.er1
28383 grep -v '^ *+' conftest.er1
>conftest.err
28385 cat conftest.err
>&5
28386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28387 (exit $ac_status); } &&
28388 { ac_try
='test -z "$ac_c_werror_flag"
28389 || test ! -s conftest.err'
28390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28391 (eval $ac_try) 2>&5
28393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28394 (exit $ac_status); }; } &&
28395 { ac_try
='test -s conftest.$ac_objext'
28396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28397 (eval $ac_try) 2>&5
28399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28400 (exit $ac_status); }; }; then
28402 echo "$as_me:$LINENO: result: found in default search path" >&5
28403 echo "${ECHO_T}found in default search path" >&6
28404 COMPILED_X_PROGRAM
=1
28407 echo "$as_me: failed program was:" >&5
28408 sed 's/^/| /' conftest.
$ac_ext >&5
28411 echo "$as_me:$LINENO: result: no" >&5
28412 echo "${ECHO_T}no" >&6
28413 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28414 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28415 { (exit 1); exit 1; }; }
28419 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28421 CFLAGS
=$save_CFLAGS
28425 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28426 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28430 for libp
in "" " -lXp"; do
28431 if test "$libs_found" = "0"; then
28432 for libsm_ice
in "" " -lSM -lICE"; do
28433 if test "$libs_found" = "0"; then
28435 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28436 save_CFLAGS
=$CFLAGS
28437 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28439 cat >conftest.
$ac_ext <<_ACEOF
28442 cat confdefs.h
>>conftest.
$ac_ext
28443 cat >>conftest.
$ac_ext <<_ACEOF
28444 /* end confdefs.h. */
28447 #include <Xm/List.h>
28453 XmString string = NULL;
28456 XmListAddItem(w, string, position);
28462 rm -f conftest.
$ac_objext conftest
$ac_exeext
28463 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28464 (eval $ac_link) 2>conftest.er1
28466 grep -v '^ *+' conftest.er1
>conftest.err
28468 cat conftest.err
>&5
28469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28470 (exit $ac_status); } &&
28471 { ac_try
='test -z "$ac_c_werror_flag"
28472 || test ! -s conftest.err'
28473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28474 (eval $ac_try) 2>&5
28476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28477 (exit $ac_status); }; } &&
28478 { ac_try
='test -s conftest$ac_exeext'
28479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28480 (eval $ac_try) 2>&5
28482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28483 (exit $ac_status); }; }; then
28486 libsm_ice_link
="$libsm_ice"
28487 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28488 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28492 echo "$as_me: failed program was:" >&5
28493 sed 's/^/| /' conftest.
$ac_ext >&5
28498 rm -f conftest.err conftest.
$ac_objext \
28499 conftest
$ac_exeext conftest.
$ac_ext
28502 CFLAGS
=$save_CFLAGS
28508 if test "$libs_found" = "0"; then
28509 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28510 echo "${ECHO_T}can't find the right libraries" >&6
28511 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28512 echo "$as_me: error: can't link a simple motif program" >&2;}
28513 { (exit 1); exit 1; }; }
28516 save_CFLAGS
=$CFLAGS
28517 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28518 echo "$as_me:$LINENO: checking for Motif 2" >&5
28519 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28520 cat >conftest.
$ac_ext <<_ACEOF
28523 cat confdefs.h
>>conftest.
$ac_ext
28524 cat >>conftest.
$ac_ext <<_ACEOF
28525 /* end confdefs.h. */
28533 #if XmVersion < 2000
28534 #error "Not Motif 2"
28541 rm -f conftest.
$ac_objext
28542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28543 (eval $ac_compile) 2>conftest.er1
28545 grep -v '^ *+' conftest.er1
>conftest.err
28547 cat conftest.err
>&5
28548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28549 (exit $ac_status); } &&
28550 { ac_try
='test -z "$ac_c_werror_flag"
28551 || test ! -s conftest.err'
28552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28553 (eval $ac_try) 2>&5
28555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28556 (exit $ac_status); }; } &&
28557 { ac_try
='test -s conftest.$ac_objext'
28558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28559 (eval $ac_try) 2>&5
28561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28562 (exit $ac_status); }; }; then
28564 cat >>confdefs.h
<<\_ACEOF
28565 #define __WXMOTIF20__ 1
28568 echo "$as_me:$LINENO: result: found" >&5
28569 echo "${ECHO_T}found" >&6
28572 echo "$as_me: failed program was:" >&5
28573 sed 's/^/| /' conftest.
$ac_ext >&5
28576 cat >>confdefs.h
<<\_ACEOF
28577 #define __WXMOTIF20__ 0
28580 echo "$as_me:$LINENO: result: not found" >&5
28581 echo "${ECHO_T}not found" >&6
28584 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28585 CFLAGS
=$save_CFLAGS
28587 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
28592 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
28593 if test "$wxUSE_LIBXPM" = "sys"; then
28594 echo "$as_me:$LINENO: checking for Xpm library" >&5
28595 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28598 for ac_dir
in $SEARCH_LIB /usr
/lib
;
28600 for ac_extension
in a so sl dylib
; do
28601 if test -f "$ac_dir/libXpm.$ac_extension"; then
28602 ac_find_libraries
=$ac_dir
28608 if test "$ac_find_libraries" != "" ; then
28610 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28612 if test $result = 0; then
28615 ac_path_to_link
=" -L$ac_find_libraries"
28618 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
28619 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
28620 echo "${ECHO_T}found at $ac_find_libraries" >&6
28622 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28623 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28624 if test "${wx_cv_x11_xpm_h+set}" = set; then
28625 echo $ECHO_N "(cached) $ECHO_C" >&6
28628 save_CFLAGS
=$CFLAGS
28629 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28631 cat >conftest.
$ac_ext <<_ACEOF
28634 cat confdefs.h
>>conftest.
$ac_ext
28635 cat >>conftest.
$ac_ext <<_ACEOF
28636 /* end confdefs.h. */
28638 #include <X11/xpm.h>
28645 version = XpmLibraryVersion();
28651 rm -f conftest.
$ac_objext
28652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28653 (eval $ac_compile) 2>conftest.er1
28655 grep -v '^ *+' conftest.er1
>conftest.err
28657 cat conftest.err
>&5
28658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28659 (exit $ac_status); } &&
28660 { ac_try
='test -z "$ac_c_werror_flag"
28661 || test ! -s conftest.err'
28662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28663 (eval $ac_try) 2>&5
28665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28666 (exit $ac_status); }; } &&
28667 { ac_try
='test -s conftest.$ac_objext'
28668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28669 (eval $ac_try) 2>&5
28671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28672 (exit $ac_status); }; }; then
28673 wx_cv_x11_xpm_h
=yes
28675 echo "$as_me: failed program was:" >&5
28676 sed 's/^/| /' conftest.
$ac_ext >&5
28681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28683 CFLAGS
=$save_CFLAGS
28687 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
28688 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
28690 if test $wx_cv_x11_xpm_h = "yes"; then
28691 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
28692 cat >>confdefs.h
<<\_ACEOF
28693 #define wxHAVE_LIB_XPM 1
28697 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
28698 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
28704 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
28705 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
28706 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
28707 echo $ECHO_N "(cached) $ECHO_C" >&6
28709 ac_check_lib_save_LIBS
=$LIBS
28710 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
28711 cat >conftest.
$ac_ext <<_ACEOF
28714 cat confdefs.h
>>conftest.
$ac_ext
28715 cat >>conftest.
$ac_ext <<_ACEOF
28716 /* end confdefs.h. */
28718 /* Override any gcc2 internal prototype to avoid an error. */
28722 /* We use char because int might match the return type of a gcc2
28723 builtin and then its argument prototype would still apply. */
28724 char XShapeQueryExtension ();
28728 XShapeQueryExtension ();
28733 rm -f conftest.
$ac_objext conftest
$ac_exeext
28734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28735 (eval $ac_link) 2>conftest.er1
28737 grep -v '^ *+' conftest.er1
>conftest.err
28739 cat conftest.err
>&5
28740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28741 (exit $ac_status); } &&
28742 { ac_try
='test -z "$ac_c_werror_flag"
28743 || test ! -s conftest.err'
28744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28745 (eval $ac_try) 2>&5
28747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28748 (exit $ac_status); }; } &&
28749 { ac_try
='test -s conftest$ac_exeext'
28750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28751 (eval $ac_try) 2>&5
28753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28754 (exit $ac_status); }; }; then
28755 ac_cv_lib_Xext_XShapeQueryExtension
=yes
28757 echo "$as_me: failed program was:" >&5
28758 sed 's/^/| /' conftest.
$ac_ext >&5
28760 ac_cv_lib_Xext_XShapeQueryExtension
=no
28762 rm -f conftest.err conftest.
$ac_objext \
28763 conftest
$ac_exeext conftest.
$ac_ext
28764 LIBS
=$ac_check_lib_save_LIBS
28766 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
28767 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
28768 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
28770 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
28776 if test "$wxHAVE_XEXT_LIB" = 1; then
28777 save_CFLAGS
="$CFLAGS"
28778 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28780 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
28781 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
28782 cat >conftest.
$ac_ext <<_ACEOF
28785 cat confdefs.h
>>conftest.
$ac_ext
28786 cat >>conftest.
$ac_ext <<_ACEOF
28787 /* end confdefs.h. */
28789 #include <X11/Xlib.h>
28790 #include <X11/extensions/shape.h>
28796 int dummy1, dummy2;
28797 XShapeQueryExtension((Display*)NULL,
28798 (int*)NULL, (int*)NULL);
28804 rm -f conftest.
$ac_objext
28805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28806 (eval $ac_compile) 2>conftest.er1
28808 grep -v '^ *+' conftest.er1
>conftest.err
28810 cat conftest.err
>&5
28811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28812 (exit $ac_status); } &&
28813 { ac_try
='test -z "$ac_c_werror_flag"
28814 || test ! -s conftest.err'
28815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28816 (eval $ac_try) 2>&5
28818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28819 (exit $ac_status); }; } &&
28820 { ac_try
='test -s conftest.$ac_objext'
28821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28822 (eval $ac_try) 2>&5
28824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28825 (exit $ac_status); }; }; then
28827 cat >>confdefs.h
<<\_ACEOF
28828 #define HAVE_XSHAPE 1
28831 echo "$as_me:$LINENO: result: found" >&5
28832 echo "${ECHO_T}found" >&6
28835 echo "$as_me: failed program was:" >&5
28836 sed 's/^/| /' conftest.
$ac_ext >&5
28839 echo "$as_me:$LINENO: result: not found" >&5
28840 echo "${ECHO_T}not found" >&6
28843 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28844 CFLAGS
="$save_CFLAGS"
28849 if test "$wxUSE_MAC" = 1; then
28850 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
28851 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
28852 if test "$GCC" = yes; then
28853 echo "$as_me:$LINENO: result: gcc" >&5
28854 echo "${ECHO_T}gcc" >&6
28855 CPPFLAGS_PASCAL
="-fpascal-strings"
28856 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
28857 echo "$as_me:$LINENO: result: xlc" >&5
28858 echo "${ECHO_T}xlc" >&6
28859 CPPFLAGS_PASCAL
="-qmacpstr"
28861 echo "$as_me:$LINENO: result: none" >&5
28862 echo "${ECHO_T}none" >&6
28865 if test "x$wxUSE_UNIX" = "xyes"; then
28866 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
28868 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
28873 WXBASEPORT
="_carbon"
28876 if test "$wxUSE_COCOA" = 1; then
28881 if test "$wxUSE_PM" = 1; then
28884 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
28885 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
28886 if test "${wx_cv_spbcdata+set}" = set; then
28887 echo $ECHO_N "(cached) $ECHO_C" >&6
28890 cat >conftest.
$ac_ext <<_ACEOF
28893 cat confdefs.h
>>conftest.
$ac_ext
28894 cat >>conftest.
$ac_ext <<_ACEOF
28895 /* end confdefs.h. */
28910 rm -f conftest.
$ac_objext
28911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28912 (eval $ac_compile) 2>conftest.er1
28914 grep -v '^ *+' conftest.er1
>conftest.err
28916 cat conftest.err
>&5
28917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28918 (exit $ac_status); } &&
28919 { ac_try
='test -z "$ac_c_werror_flag"
28920 || test ! -s conftest.err'
28921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28922 (eval $ac_try) 2>&5
28924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28925 (exit $ac_status); }; } &&
28926 { ac_try
='test -s conftest.$ac_objext'
28927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28928 (eval $ac_try) 2>&5
28930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28931 (exit $ac_status); }; }; then
28934 echo "$as_me: failed program was:" >&5
28935 sed 's/^/| /' conftest.
$ac_ext >&5
28940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28944 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
28945 echo "${ECHO_T}$wx_cv_spbcdata" >&6
28947 if test $wx_cv_spbcdata = "yes"; then
28948 cat >>confdefs.h
<<\_ACEOF
28949 #define HAVE_SPBCDATA 1
28955 if test "$TOOLKIT" = "PM" ; then
28958 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
28961 if test "$wxUSE_UNIVERSAL" = "yes"; then
28962 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
28966 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
28967 DISTDIR
="wx\$(TOOLKIT)"
28973 if test "$USE_WIN32" = 1 ; then
28977 GUIDIST
="BASE_DIST"
28987 if test "$TOOLKIT" != "MSW" ; then
28989 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
28991 if test "${ac_cv_header_sql_h+set}" = set; then
28992 echo "$as_me:$LINENO: checking for sql.h" >&5
28993 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
28994 if test "${ac_cv_header_sql_h+set}" = set; then
28995 echo $ECHO_N "(cached) $ECHO_C" >&6
28997 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
28998 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29000 # Is the header compilable?
29001 echo "$as_me:$LINENO: checking sql.h usability" >&5
29002 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29003 cat >conftest.
$ac_ext <<_ACEOF
29006 cat confdefs.h
>>conftest.
$ac_ext
29007 cat >>conftest.
$ac_ext <<_ACEOF
29008 /* end confdefs.h. */
29009 $ac_includes_default
29012 rm -f conftest.
$ac_objext
29013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29014 (eval $ac_compile) 2>conftest.er1
29016 grep -v '^ *+' conftest.er1
>conftest.err
29018 cat conftest.err
>&5
29019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29020 (exit $ac_status); } &&
29021 { ac_try
='test -z "$ac_c_werror_flag"
29022 || test ! -s conftest.err'
29023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29024 (eval $ac_try) 2>&5
29026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29027 (exit $ac_status); }; } &&
29028 { ac_try
='test -s conftest.$ac_objext'
29029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29030 (eval $ac_try) 2>&5
29032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29033 (exit $ac_status); }; }; then
29034 ac_header_compiler
=yes
29036 echo "$as_me: failed program was:" >&5
29037 sed 's/^/| /' conftest.
$ac_ext >&5
29039 ac_header_compiler
=no
29041 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29042 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29043 echo "${ECHO_T}$ac_header_compiler" >&6
29045 # Is the header present?
29046 echo "$as_me:$LINENO: checking sql.h presence" >&5
29047 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29048 cat >conftest.
$ac_ext <<_ACEOF
29051 cat confdefs.h
>>conftest.
$ac_ext
29052 cat >>conftest.
$ac_ext <<_ACEOF
29053 /* end confdefs.h. */
29056 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29057 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29059 grep -v '^ *+' conftest.er1
>conftest.err
29061 cat conftest.err
>&5
29062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29063 (exit $ac_status); } >/dev
/null
; then
29064 if test -s conftest.err
; then
29065 ac_cpp_err
=$ac_c_preproc_warn_flag
29066 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29073 if test -z "$ac_cpp_err"; then
29074 ac_header_preproc
=yes
29076 echo "$as_me: failed program was:" >&5
29077 sed 's/^/| /' conftest.
$ac_ext >&5
29079 ac_header_preproc
=no
29081 rm -f conftest.err conftest.
$ac_ext
29082 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29083 echo "${ECHO_T}$ac_header_preproc" >&6
29085 # So? What about this header?
29086 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29088 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29089 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29090 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29091 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29092 ac_header_preproc
=yes
29095 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29096 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
29097 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29098 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29099 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29100 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29101 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29102 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
29103 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29104 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
29105 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29106 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
29109 ## ----------------------------------------- ##
29110 ## Report this to wx-dev@lists.wxwidgets.org ##
29111 ## ----------------------------------------- ##
29114 sed "s/^/$as_me: WARNING: /" >&2
29117 echo "$as_me:$LINENO: checking for sql.h" >&5
29118 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29119 if test "${ac_cv_header_sql_h+set}" = set; then
29120 echo $ECHO_N "(cached) $ECHO_C" >&6
29122 ac_cv_header_sql_h
=$ac_header_preproc
29124 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29125 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29128 if test $ac_cv_header_sql_h = yes; then
29133 if test "x$found_sql_h" = "x1" ; then
29134 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29135 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29136 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29137 echo $ECHO_N "(cached) $ECHO_C" >&6
29139 ac_check_lib_save_LIBS
=$LIBS
29140 LIBS
="-liodbc $LIBS"
29141 cat >conftest.
$ac_ext <<_ACEOF
29144 cat confdefs.h
>>conftest.
$ac_ext
29145 cat >>conftest.
$ac_ext <<_ACEOF
29146 /* end confdefs.h. */
29148 /* Override any gcc2 internal prototype to avoid an error. */
29152 /* We use char because int might match the return type of a gcc2
29153 builtin and then its argument prototype would still apply. */
29154 char SQLAllocEnv ();
29163 rm -f conftest.
$ac_objext conftest
$ac_exeext
29164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29165 (eval $ac_link) 2>conftest.er1
29167 grep -v '^ *+' conftest.er1
>conftest.err
29169 cat conftest.err
>&5
29170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29171 (exit $ac_status); } &&
29172 { ac_try
='test -z "$ac_c_werror_flag"
29173 || test ! -s conftest.err'
29174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29175 (eval $ac_try) 2>&5
29177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29178 (exit $ac_status); }; } &&
29179 { ac_try
='test -s conftest$ac_exeext'
29180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29181 (eval $ac_try) 2>&5
29183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29184 (exit $ac_status); }; }; then
29185 ac_cv_lib_iodbc_SQLAllocEnv
=yes
29187 echo "$as_me: failed program was:" >&5
29188 sed 's/^/| /' conftest.
$ac_ext >&5
29190 ac_cv_lib_iodbc_SQLAllocEnv
=no
29192 rm -f conftest.err conftest.
$ac_objext \
29193 conftest
$ac_exeext conftest.
$ac_ext
29194 LIBS
=$ac_check_lib_save_LIBS
29196 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29197 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29198 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29199 ODBC_LINK
=" -liodbc"
29202 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29203 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29204 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29205 echo $ECHO_N "(cached) $ECHO_C" >&6
29207 ac_check_lib_save_LIBS
=$LIBS
29208 LIBS
="-lunixodbc $LIBS"
29209 cat >conftest.
$ac_ext <<_ACEOF
29212 cat confdefs.h
>>conftest.
$ac_ext
29213 cat >>conftest.
$ac_ext <<_ACEOF
29214 /* end confdefs.h. */
29216 /* Override any gcc2 internal prototype to avoid an error. */
29220 /* We use char because int might match the return type of a gcc2
29221 builtin and then its argument prototype would still apply. */
29222 char SQLAllocEnv ();
29231 rm -f conftest.
$ac_objext conftest
$ac_exeext
29232 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29233 (eval $ac_link) 2>conftest.er1
29235 grep -v '^ *+' conftest.er1
>conftest.err
29237 cat conftest.err
>&5
29238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29239 (exit $ac_status); } &&
29240 { ac_try
='test -z "$ac_c_werror_flag"
29241 || test ! -s conftest.err'
29242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29243 (eval $ac_try) 2>&5
29245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29246 (exit $ac_status); }; } &&
29247 { ac_try
='test -s conftest$ac_exeext'
29248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29249 (eval $ac_try) 2>&5
29251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29252 (exit $ac_status); }; }; then
29253 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
29255 echo "$as_me: failed program was:" >&5
29256 sed 's/^/| /' conftest.
$ac_ext >&5
29258 ac_cv_lib_unixodbc_SQLAllocEnv
=no
29260 rm -f conftest.err conftest.
$ac_objext \
29261 conftest
$ac_exeext conftest.
$ac_ext
29262 LIBS
=$ac_check_lib_save_LIBS
29264 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29265 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29266 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29267 ODBC_LINK
=" -lunixodbc"
29270 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29271 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29272 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29273 echo $ECHO_N "(cached) $ECHO_C" >&6
29275 ac_check_lib_save_LIBS
=$LIBS
29276 LIBS
="-lodbc $LIBS"
29277 cat >conftest.
$ac_ext <<_ACEOF
29280 cat confdefs.h
>>conftest.
$ac_ext
29281 cat >>conftest.
$ac_ext <<_ACEOF
29282 /* end confdefs.h. */
29284 /* Override any gcc2 internal prototype to avoid an error. */
29288 /* We use char because int might match the return type of a gcc2
29289 builtin and then its argument prototype would still apply. */
29290 char SQLAllocEnv ();
29299 rm -f conftest.
$ac_objext conftest
$ac_exeext
29300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29301 (eval $ac_link) 2>conftest.er1
29303 grep -v '^ *+' conftest.er1
>conftest.err
29305 cat conftest.err
>&5
29306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29307 (exit $ac_status); } &&
29308 { ac_try
='test -z "$ac_c_werror_flag"
29309 || test ! -s conftest.err'
29310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29311 (eval $ac_try) 2>&5
29313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29314 (exit $ac_status); }; } &&
29315 { ac_try
='test -s conftest$ac_exeext'
29316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29317 (eval $ac_try) 2>&5
29319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29320 (exit $ac_status); }; }; then
29321 ac_cv_lib_odbc_SQLAllocEnv
=yes
29323 echo "$as_me: failed program was:" >&5
29324 sed 's/^/| /' conftest.
$ac_ext >&5
29326 ac_cv_lib_odbc_SQLAllocEnv
=no
29328 rm -f conftest.err conftest.
$ac_objext \
29329 conftest
$ac_exeext conftest.
$ac_ext
29330 LIBS
=$ac_check_lib_save_LIBS
29332 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29333 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29334 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29335 ODBC_LINK
=" -lodbc"
29345 if test "x$ODBC_LINK" = "x" ; then
29346 if test "$wxUSE_ODBC" = "sys" ; then
29347 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29348 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29349 { (exit 1); exit 1; }; }
29351 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29352 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29360 if test "$wxUSE_ODBC" = "builtin" ; then
29361 cat >>confdefs.h
<<\_ACEOF
29362 #define wxUSE_BUILTIN_IODBC 1
29368 if test "$wxUSE_ODBC" != "no" ; then
29369 cat >>confdefs.h
<<\_ACEOF
29370 #define wxUSE_ODBC 1
29373 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
29375 WXODBCFLAG
="-D_IODBC_"
29379 if test "$wxUSE_DISPLAY" = "yes"; then
29380 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
29381 echo "$as_me:$LINENO: checking for Xinerama" >&5
29382 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29385 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29387 for ac_extension
in a so sl dylib
; do
29388 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29389 ac_find_libraries
=$ac_dir
29395 if test "$ac_find_libraries" != "" ; then
29397 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29399 if test $result = 0; then
29402 ac_path_to_link
=" -L$ac_find_libraries"
29405 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29406 LDFLAGS
="$LDFLAGS $ac_path_to_link"
29408 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
29409 echo "$as_me:$LINENO: result: yes" >&5
29410 echo "${ECHO_T}yes" >&6
29412 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29413 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29416 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29418 for ac_extension
in a so sl dylib
; do
29419 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29420 ac_find_libraries
=$ac_dir
29426 if test "$ac_find_libraries" != "" ; then
29427 echo "$as_me:$LINENO: result: yes" >&5
29428 echo "${ECHO_T}yes" >&6
29430 for ac_header
in X
11/extensions
/xf86vmode.h
29432 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29433 echo "$as_me:$LINENO: checking for $ac_header" >&5
29434 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29435 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29436 echo $ECHO_N "(cached) $ECHO_C" >&6
29438 cat >conftest.
$ac_ext <<_ACEOF
29441 cat confdefs.h
>>conftest.
$ac_ext
29442 cat >>conftest.
$ac_ext <<_ACEOF
29443 /* end confdefs.h. */
29445 #if HAVE_X11_XLIB_H
29446 #include <X11/Xlib.h>
29450 #include <$ac_header>
29452 rm -f conftest.
$ac_objext
29453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29454 (eval $ac_compile) 2>conftest.er1
29456 grep -v '^ *+' conftest.er1
>conftest.err
29458 cat conftest.err
>&5
29459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29460 (exit $ac_status); } &&
29461 { ac_try
='test -z "$ac_c_werror_flag"
29462 || test ! -s conftest.err'
29463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29464 (eval $ac_try) 2>&5
29466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29467 (exit $ac_status); }; } &&
29468 { ac_try
='test -s conftest.$ac_objext'
29469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29470 (eval $ac_try) 2>&5
29472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29473 (exit $ac_status); }; }; then
29474 eval "$as_ac_Header=yes"
29476 echo "$as_me: failed program was:" >&5
29477 sed 's/^/| /' conftest.
$ac_ext >&5
29479 eval "$as_ac_Header=no"
29481 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29483 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29484 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29485 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29486 cat >>confdefs.h
<<_ACEOF
29487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29490 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
29497 echo "$as_me:$LINENO: result: no" >&5
29498 echo "${ECHO_T}no" >&6
29502 echo "$as_me:$LINENO: result: no" >&5
29503 echo "${ECHO_T}no" >&6
29504 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
29505 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
29508 elif test "$wxUSE_MSW" = 1; then
29511 for ac_header
in multimon.h ddraw.h
29513 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29514 echo "$as_me:$LINENO: checking for $ac_header" >&5
29515 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29516 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29517 echo $ECHO_N "(cached) $ECHO_C" >&6
29519 cat >conftest.
$ac_ext <<_ACEOF
29522 cat confdefs.h
>>conftest.
$ac_ext
29523 cat >>conftest.
$ac_ext <<_ACEOF
29524 /* end confdefs.h. */
29525 #include <windows.h>
29527 #include <$ac_header>
29529 rm -f conftest.
$ac_objext
29530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29531 (eval $ac_compile) 2>conftest.er1
29533 grep -v '^ *+' conftest.er1
>conftest.err
29535 cat conftest.err
>&5
29536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29537 (exit $ac_status); } &&
29538 { ac_try
='test -z "$ac_c_werror_flag"
29539 || test ! -s conftest.err'
29540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29541 (eval $ac_try) 2>&5
29543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29544 (exit $ac_status); }; } &&
29545 { ac_try
='test -s conftest.$ac_objext'
29546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29547 (eval $ac_try) 2>&5
29549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29550 (exit $ac_status); }; }; then
29551 eval "$as_ac_Header=yes"
29553 echo "$as_me: failed program was:" >&5
29554 sed 's/^/| /' conftest.
$ac_ext >&5
29556 eval "$as_ac_Header=no"
29558 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29560 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29561 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29562 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29563 cat >>confdefs.h
<<_ACEOF
29564 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29570 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
29571 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
29582 if test "$wxUSE_OPENGL" = "yes"; then
29583 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
29584 OPENGL_LIBS
="-framework OpenGL -framework AGL"
29585 elif test "$wxUSE_MSW" = 1; then
29586 OPENGL_LIBS
="-lopengl32 -lglu32"
29591 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
29593 if test -f "$ac_dir/GL/gl.h"; then
29594 ac_find_includes
=$ac_dir
29599 if test "$ac_find_includes" != "" ; then
29600 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
29601 echo "${ECHO_T}found in $ac_find_includes" >&6
29603 if test "x$ac_find_includes" = "x/usr/include"; then
29604 ac_path_to_include
=""
29606 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
29608 if test $result = 0; then
29609 ac_path_to_include
=""
29611 ac_path_to_include
=" -I$ac_find_includes"
29615 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
29618 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29619 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29620 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29621 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29622 echo $ECHO_N "(cached) $ECHO_C" >&6
29624 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29625 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29627 # Is the header compilable?
29628 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
29629 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
29630 cat >conftest.
$ac_ext <<_ACEOF
29633 cat confdefs.h
>>conftest.
$ac_ext
29634 cat >>conftest.
$ac_ext <<_ACEOF
29635 /* end confdefs.h. */
29636 $ac_includes_default
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"
29649 || test ! -s conftest.err'
29650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29651 (eval $ac_try) 2>&5
29653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29654 (exit $ac_status); }; } &&
29655 { ac_try
='test -s conftest.$ac_objext'
29656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29657 (eval $ac_try) 2>&5
29659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29660 (exit $ac_status); }; }; then
29661 ac_header_compiler
=yes
29663 echo "$as_me: failed program was:" >&5
29664 sed 's/^/| /' conftest.
$ac_ext >&5
29666 ac_header_compiler
=no
29668 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29669 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29670 echo "${ECHO_T}$ac_header_compiler" >&6
29672 # Is the header present?
29673 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
29674 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
29675 cat >conftest.
$ac_ext <<_ACEOF
29678 cat confdefs.h
>>conftest.
$ac_ext
29679 cat >>conftest.
$ac_ext <<_ACEOF
29680 /* end confdefs.h. */
29683 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29684 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29686 grep -v '^ *+' conftest.er1
>conftest.err
29688 cat conftest.err
>&5
29689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29690 (exit $ac_status); } >/dev
/null
; then
29691 if test -s conftest.err
; then
29692 ac_cpp_err
=$ac_c_preproc_warn_flag
29693 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29700 if test -z "$ac_cpp_err"; then
29701 ac_header_preproc
=yes
29703 echo "$as_me: failed program was:" >&5
29704 sed 's/^/| /' conftest.
$ac_ext >&5
29706 ac_header_preproc
=no
29708 rm -f conftest.err conftest.
$ac_ext
29709 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29710 echo "${ECHO_T}$ac_header_preproc" >&6
29712 # So? What about this header?
29713 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29715 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
29716 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29717 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
29718 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
29719 ac_header_preproc
=yes
29722 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
29723 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
29724 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
29725 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
29726 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
29727 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
29728 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
29729 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
29730 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
29731 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
29732 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
29733 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
29736 ## ----------------------------------------- ##
29737 ## Report this to wx-dev@lists.wxwidgets.org ##
29738 ## ----------------------------------------- ##
29741 sed "s/^/$as_me: WARNING: /" >&2
29744 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
29745 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
29746 if test "${ac_cv_header_GL_gl_h+set}" = set; then
29747 echo $ECHO_N "(cached) $ECHO_C" >&6
29749 ac_cv_header_GL_gl_h
=$ac_header_preproc
29751 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
29752 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
29755 if test $ac_cv_header_GL_gl_h = yes; then
29759 echo "$as_me:$LINENO: checking for -lGL" >&5
29760 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
29763 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29765 for ac_extension
in a so sl dylib
; do
29766 if test -f "$ac_dir/libGL.$ac_extension"; then
29767 ac_find_libraries
=$ac_dir
29773 if test "$ac_find_libraries" != "" ; then
29774 echo "$as_me:$LINENO: result: yes" >&5
29775 echo "${ECHO_T}yes" >&6
29778 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29780 if test $result = 0; then
29783 ac_path_to_link
=" -L$ac_find_libraries"
29786 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29787 LDFLAGS_GL
="$ac_path_to_link"
29790 echo "$as_me:$LINENO: checking for -lGLU" >&5
29791 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
29794 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29796 for ac_extension
in a so sl dylib
; do
29797 if test -f "$ac_dir/libGLU.$ac_extension"; then
29798 ac_find_libraries
=$ac_dir
29804 if test "$ac_find_libraries" != "" ; then
29806 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29808 if test $result = 0; then
29811 ac_path_to_link
=" -L$ac_find_libraries"
29814 if test "$ac_path_to_link" != " -L/usr/lib" -a \
29815 "$ac_path_to_link" != "$LDFLAGS_GL"; then
29816 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
29820 OPENGL_LIBS
="-lGL -lGLU"
29821 echo "$as_me:$LINENO: result: yes" >&5
29822 echo "${ECHO_T}yes" >&6
29824 echo "$as_me:$LINENO: result: no" >&5
29825 echo "${ECHO_T}no" >&6
29828 echo "$as_me:$LINENO: result: no" >&5
29829 echo "${ECHO_T}no" >&6
29832 if test "$found_gl" != 1; then
29833 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
29834 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
29837 for ac_dir
in $SEARCH_LIB /usr
/lib
;
29839 for ac_extension
in a so sl dylib
; do
29840 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
29841 ac_find_libraries
=$ac_dir
29847 if test "$ac_find_libraries" != "" ; then
29849 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29851 if test $result = 0; then
29854 ac_path_to_link
=" -L$ac_find_libraries"
29857 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
29858 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
29859 echo "$as_me:$LINENO: result: yes" >&5
29860 echo "${ECHO_T}yes" >&6
29862 echo "$as_me:$LINENO: result: no" >&5
29863 echo "${ECHO_T}no" >&6
29871 if test "x$OPENGL_LIBS" = "x"; then
29872 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
29873 echo "$as_me: error: OpenGL libraries not available" >&2;}
29874 { (exit 1); exit 1; }; }
29878 if test "$wxUSE_OPENGL" = "yes"; then
29880 cat >>confdefs.h
<<\_ACEOF
29881 #define wxUSE_OPENGL 1
29884 cat >>confdefs.h
<<\_ACEOF
29885 #define wxUSE_GLCANVAS 1
29888 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
29893 if test -n "$TOOLKIT" ; then
29894 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
29899 if test "$wxUSE_SHARED" = "yes"; then
29903 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
29904 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
29909 if test "$wxUSE_SHARED" = "yes"; then
29912 found_versioning
=no
29915 if test $found_versioning = no
; then
29916 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
29917 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
29918 if test "${wx_cv_version_script+set}" = set; then
29919 echo $ECHO_N "(cached) $ECHO_C" >&6
29922 echo "VER_1 { *; };" >conftest.sym
29923 echo "int main() { return 0; }" >conftest.cpp
29926 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29927 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
29928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29929 (eval $ac_try) 2>&5
29931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29932 (exit $ac_status); }; } ; then
29933 if test -s conftest.stderr
; then
29934 wx_cv_version_script
=no
29936 wx_cv_version_script
=yes
29939 wx_cv_version_script
=no
29942 if test $wx_cv_version_script = yes
29944 echo "struct B { virtual ~B() { } }; \
29945 struct D : public B { }; \
29946 void F() { D d; }" > conftest.cpp
29949 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29950 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
29951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29952 (eval $ac_try) 2>&5
29954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29955 (exit $ac_status); }; } &&
29957 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29958 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
29959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29960 (eval $ac_try) 2>&5
29962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29963 (exit $ac_status); }; }
29966 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
29967 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
29968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29969 (eval $ac_try) 2>&5
29971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29972 (exit $ac_status); }; }
29974 wx_cv_version_script
=yes
29976 wx_cv_version_script
=no
29981 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
29982 rm -f conftest1.output conftest2.output conftest3.output
29985 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
29986 echo "${ECHO_T}$wx_cv_version_script" >&6
29987 if test $wx_cv_version_script = yes ; then
29988 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
29994 *-*-linux* | *-*-gnu* )
29995 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
29996 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
30000 if test "$GCC" = yes ; then
30001 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
30003 saveLdflags
="$LDFLAGS"
30004 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
30005 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30006 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30007 cat >conftest.
$ac_ext <<_ACEOF
30010 cat confdefs.h
>>conftest.
$ac_ext
30011 cat >>conftest.
$ac_ext <<_ACEOF
30012 /* end confdefs.h. */
30022 rm -f conftest.
$ac_objext conftest
$ac_exeext
30023 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30024 (eval $ac_link) 2>conftest.er1
30026 grep -v '^ *+' conftest.er1
>conftest.err
30028 cat conftest.err
>&5
30029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30030 (exit $ac_status); } &&
30031 { ac_try
='test -z "$ac_c_werror_flag"
30032 || test ! -s conftest.err'
30033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30034 (eval $ac_try) 2>&5
30036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30037 (exit $ac_status); }; } &&
30038 { ac_try
='test -s conftest$ac_exeext'
30039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30040 (eval $ac_try) 2>&5
30042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30043 (exit $ac_status); }; }; then
30045 echo "$as_me:$LINENO: result: yes" >&5
30046 echo "${ECHO_T}yes" >&6
30047 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
30048 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
30051 echo "$as_me: failed program was:" >&5
30052 sed 's/^/| /' conftest.
$ac_ext >&5
30055 echo "$as_me:$LINENO: result: no" >&5
30056 echo "${ECHO_T}no" >&6
30057 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30058 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30059 LDFLAGS
="$saveLdflags -Wl,-R,/"
30060 cat >conftest.
$ac_ext <<_ACEOF
30063 cat confdefs.h
>>conftest.
$ac_ext
30064 cat >>conftest.
$ac_ext <<_ACEOF
30065 /* end confdefs.h. */
30075 rm -f conftest.
$ac_objext conftest
$ac_exeext
30076 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30077 (eval $ac_link) 2>conftest.er1
30079 grep -v '^ *+' conftest.er1
>conftest.err
30081 cat conftest.err
>&5
30082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30083 (exit $ac_status); } &&
30084 { ac_try
='test -z "$ac_c_werror_flag"
30085 || test ! -s conftest.err'
30086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30087 (eval $ac_try) 2>&5
30089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090 (exit $ac_status); }; } &&
30091 { ac_try
='test -s conftest$ac_exeext'
30092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093 (eval $ac_try) 2>&5
30095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096 (exit $ac_status); }; }; then
30098 echo "$as_me:$LINENO: result: yes" >&5
30099 echo "${ECHO_T}yes" >&6
30100 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
30101 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
30104 echo "$as_me: failed program was:" >&5
30105 sed 's/^/| /' conftest.
$ac_ext >&5
30108 echo "$as_me:$LINENO: result: no" >&5
30109 echo "${ECHO_T}no" >&6
30112 rm -f conftest.err conftest.
$ac_objext \
30113 conftest
$ac_exeext conftest.
$ac_ext
30116 rm -f conftest.err conftest.
$ac_objext \
30117 conftest
$ac_exeext conftest.
$ac_ext
30118 LDFLAGS
="$saveLdflags"
30120 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
30121 WXCONFIG_RPATH
="-R\$libdir"
30125 powerpc
-*-darwin* )
30126 install_name_tool
=`which install_name_tool`
30127 if test "$install_name_tool" -a -x "$install_name_tool"; then
30128 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30129 cat <<EOF >change-install-names
30131 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30132 inst_cmd="install_name_tool "
30133 for i in \${libnames} ; do
30134 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30138 chmod +x change
-install-names
30142 *-*-cygwin* | *-*-mingw32* )
30143 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30147 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(top_builddir)lib"
30148 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
30153 if test $wxUSE_RPATH = "no"; then
30154 SAMPLES_RPATH_FLAG
=''
30155 SAMPLES_RPATH_POSTLINK
=''
30163 config_linkage_component
="-static"
30170 lib_unicode_suffix
=
30172 if test "$wxUSE_UNICODE" = "yes"; then
30173 lib_unicode_suffix
=u
30174 WX_CHARTYPE
="unicode"
30179 WX_DEBUGTYPE
="release"
30181 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30183 WX_DEBUGTYPE
="debug"
30187 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
30188 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
30191 if test "$wxUSE_DEBUG_INFO" = "yes"; then
30195 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
30197 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
30199 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
30201 if test "$cross_compiling" = "yes"; then
30202 HOST_SUFFIX
="-$host_alias"
30203 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
30204 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
30207 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30208 if test "${TOOLKIT_DIR}" = "os2"; then
30209 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30211 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30216 if test "$wxUSE_COCOA" = 1; then
30220 ac_cpp
='$CPP $CPPFLAGS'
30221 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30222 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30223 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30227 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30228 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30229 cat >conftest.
$ac_ext <<_ACEOF
30232 cat confdefs.h
>>conftest.
$ac_ext
30233 cat >>conftest.
$ac_ext <<_ACEOF
30234 /* end confdefs.h. */
30235 #include <AppKit/NSEvent.h>
30236 #include <CoreFoundation/CoreFoundation.h>
30246 rm -f conftest.
$ac_objext
30247 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30248 (eval $ac_compile) 2>conftest.er1
30250 grep -v '^ *+' conftest.er1
>conftest.err
30252 cat conftest.err
>&5
30253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30254 (exit $ac_status); } &&
30255 { ac_try
='test -z "$ac_c_werror_flag"
30256 || test ! -s conftest.err'
30257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30258 (eval $ac_try) 2>&5
30260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30261 (exit $ac_status); }; } &&
30262 { ac_try
='test -s conftest.$ac_objext'
30263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30264 (eval $ac_try) 2>&5
30266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30267 (exit $ac_status); }; }; then
30268 echo "$as_me:$LINENO: result: no" >&5
30269 echo "${ECHO_T}no" >&6
30271 echo "$as_me: failed program was:" >&5
30272 sed 's/^/| /' conftest.
$ac_ext >&5
30274 echo "$as_me:$LINENO: result: yes" >&5
30275 echo "${ECHO_T}yes" >&6
30276 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30277 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30278 cat >conftest.
$ac_ext <<_ACEOF
30281 cat confdefs.h
>>conftest.
$ac_ext
30282 cat >>conftest.
$ac_ext <<_ACEOF
30283 /* end confdefs.h. */
30284 #define __Point__ 1
30285 #include <AppKit/NSEvent.h>
30286 #include <CoreFoundation/CoreFoundation.h>
30296 rm -f conftest.
$ac_objext
30297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30298 (eval $ac_compile) 2>conftest.er1
30300 grep -v '^ *+' conftest.er1
>conftest.err
30302 cat conftest.err
>&5
30303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30304 (exit $ac_status); } &&
30305 { ac_try
='test -z "$ac_c_werror_flag"
30306 || test ! -s conftest.err'
30307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30308 (eval $ac_try) 2>&5
30310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311 (exit $ac_status); }; } &&
30312 { ac_try
='test -s conftest.$ac_objext'
30313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30314 (eval $ac_try) 2>&5
30316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30317 (exit $ac_status); }; }; then
30318 echo "$as_me:$LINENO: result: yes" >&5
30319 echo "${ECHO_T}yes" >&6
30320 cat >>confdefs.h
<<\_ACEOF
30321 #define __Point__ 1
30326 echo "$as_me: failed program was:" >&5
30327 sed 's/^/| /' conftest.
$ac_ext >&5
30329 { { echo "$as_me:$LINENO: error: no
30330 See \`config.log' for more details." >&5
30331 echo "$as_me: error: no
30332 See \`config.log' for more details." >&2;}
30333 { (exit 1); exit 1; }; }
30336 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30339 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30341 ac_cpp
='$CPP $CPPFLAGS'
30342 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30343 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30344 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30348 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
30349 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30350 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
30352 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
30354 # Extract the first word of "Rez", so it can be a program name with args.
30355 set dummy Rez
; ac_word
=$2
30356 echo "$as_me:$LINENO: checking for $ac_word" >&5
30357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30358 if test "${ac_cv_prog_RESCOMP+set}" = set; then
30359 echo $ECHO_N "(cached) $ECHO_C" >&6
30361 if test -n "$RESCOMP"; then
30362 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
30364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
30365 for as_dir
in $PATH
30368 test -z "$as_dir" && as_dir
=.
30369 for ac_exec_ext
in '' $ac_executable_extensions; do
30370 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30371 ac_cv_prog_RESCOMP
="Rez"
30372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30378 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
30381 RESCOMP
=$ac_cv_prog_RESCOMP
30382 if test -n "$RESCOMP"; then
30383 echo "$as_me:$LINENO: result: $RESCOMP" >&5
30384 echo "${ECHO_T}$RESCOMP" >&6
30386 echo "$as_me:$LINENO: result: no" >&5
30387 echo "${ECHO_T}no" >&6
30390 # Extract the first word of "DeRez", so it can be a program name with args.
30391 set dummy DeRez
; ac_word
=$2
30392 echo "$as_me:$LINENO: checking for $ac_word" >&5
30393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30394 if test "${ac_cv_prog_DEREZ+set}" = set; then
30395 echo $ECHO_N "(cached) $ECHO_C" >&6
30397 if test -n "$DEREZ"; then
30398 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
30400 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
30401 for as_dir
in $PATH
30404 test -z "$as_dir" && as_dir
=.
30405 for ac_exec_ext
in '' $ac_executable_extensions; do
30406 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30407 ac_cv_prog_DEREZ
="DeRez"
30408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30414 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
30417 DEREZ
=$ac_cv_prog_DEREZ
30418 if test -n "$DEREZ"; then
30419 echo "$as_me:$LINENO: result: $DEREZ" >&5
30420 echo "${ECHO_T}$DEREZ" >&6
30422 echo "$as_me:$LINENO: result: no" >&5
30423 echo "${ECHO_T}no" >&6
30426 # Extract the first word of "SetFile", so it can be a program name with args.
30427 set dummy SetFile
; ac_word
=$2
30428 echo "$as_me:$LINENO: checking for $ac_word" >&5
30429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30430 if test "${ac_cv_prog_SETFILE+set}" = set; then
30431 echo $ECHO_N "(cached) $ECHO_C" >&6
30433 if test -n "$SETFILE"; then
30434 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
30436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
30437 for as_dir
in $PATH
30440 test -z "$as_dir" && as_dir
=.
30441 for ac_exec_ext
in '' $ac_executable_extensions; do
30442 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30443 ac_cv_prog_SETFILE
="SetFile"
30444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30450 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
30453 SETFILE
=$ac_cv_prog_SETFILE
30454 if test -n "$SETFILE"; then
30455 echo "$as_me:$LINENO: result: $SETFILE" >&5
30456 echo "${ECHO_T}$SETFILE" >&6
30458 echo "$as_me:$LINENO: result: no" >&5
30459 echo "${ECHO_T}no" >&6
30463 MACSETFILE
="\$(SETFILE)"
30465 if test "$wxUSE_MAC" = 1; then
30466 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
30468 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
30470 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
30471 MACRESWXCONFIG
="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
30475 MACRESWXCONFIG
="@true"
30477 if test "$wxUSE_PM" = 1; then
30478 MACRESCOMP
="emxbind -ep"
30486 echo "$as_me:$LINENO: checking for mode_t" >&5
30487 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
30488 if test "${ac_cv_type_mode_t+set}" = set; then
30489 echo $ECHO_N "(cached) $ECHO_C" >&6
30491 cat >conftest.
$ac_ext <<_ACEOF
30494 cat confdefs.h
>>conftest.
$ac_ext
30495 cat >>conftest.
$ac_ext <<_ACEOF
30496 /* end confdefs.h. */
30497 $ac_includes_default
30503 if (sizeof (mode_t))
30509 rm -f conftest.
$ac_objext
30510 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30511 (eval $ac_compile) 2>conftest.er1
30513 grep -v '^ *+' conftest.er1
>conftest.err
30515 cat conftest.err
>&5
30516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30517 (exit $ac_status); } &&
30518 { ac_try
='test -z "$ac_c_werror_flag"
30519 || test ! -s conftest.err'
30520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30521 (eval $ac_try) 2>&5
30523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524 (exit $ac_status); }; } &&
30525 { ac_try
='test -s conftest.$ac_objext'
30526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30527 (eval $ac_try) 2>&5
30529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30530 (exit $ac_status); }; }; then
30531 ac_cv_type_mode_t
=yes
30533 echo "$as_me: failed program was:" >&5
30534 sed 's/^/| /' conftest.
$ac_ext >&5
30536 ac_cv_type_mode_t
=no
30538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30540 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
30541 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
30542 if test $ac_cv_type_mode_t = yes; then
30546 cat >>confdefs.h
<<_ACEOF
30552 echo "$as_me:$LINENO: checking for off_t" >&5
30553 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
30554 if test "${ac_cv_type_off_t+set}" = set; then
30555 echo $ECHO_N "(cached) $ECHO_C" >&6
30557 cat >conftest.
$ac_ext <<_ACEOF
30560 cat confdefs.h
>>conftest.
$ac_ext
30561 cat >>conftest.
$ac_ext <<_ACEOF
30562 /* end confdefs.h. */
30563 $ac_includes_default
30569 if (sizeof (off_t))
30575 rm -f conftest.
$ac_objext
30576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30577 (eval $ac_compile) 2>conftest.er1
30579 grep -v '^ *+' conftest.er1
>conftest.err
30581 cat conftest.err
>&5
30582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30583 (exit $ac_status); } &&
30584 { ac_try
='test -z "$ac_c_werror_flag"
30585 || test ! -s conftest.err'
30586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30587 (eval $ac_try) 2>&5
30589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30590 (exit $ac_status); }; } &&
30591 { ac_try
='test -s conftest.$ac_objext'
30592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30593 (eval $ac_try) 2>&5
30595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30596 (exit $ac_status); }; }; then
30597 ac_cv_type_off_t
=yes
30599 echo "$as_me: failed program was:" >&5
30600 sed 's/^/| /' conftest.
$ac_ext >&5
30602 ac_cv_type_off_t
=no
30604 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30606 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
30607 echo "${ECHO_T}$ac_cv_type_off_t" >&6
30608 if test $ac_cv_type_off_t = yes; then
30612 cat >>confdefs.h
<<_ACEOF
30618 echo "$as_me:$LINENO: checking for pid_t" >&5
30619 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
30620 if test "${ac_cv_type_pid_t+set}" = set; then
30621 echo $ECHO_N "(cached) $ECHO_C" >&6
30623 cat >conftest.
$ac_ext <<_ACEOF
30626 cat confdefs.h
>>conftest.
$ac_ext
30627 cat >>conftest.
$ac_ext <<_ACEOF
30628 /* end confdefs.h. */
30629 $ac_includes_default
30635 if (sizeof (pid_t))
30641 rm -f conftest.
$ac_objext
30642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30643 (eval $ac_compile) 2>conftest.er1
30645 grep -v '^ *+' conftest.er1
>conftest.err
30647 cat conftest.err
>&5
30648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30649 (exit $ac_status); } &&
30650 { ac_try
='test -z "$ac_c_werror_flag"
30651 || test ! -s conftest.err'
30652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30653 (eval $ac_try) 2>&5
30655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30656 (exit $ac_status); }; } &&
30657 { ac_try
='test -s conftest.$ac_objext'
30658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30659 (eval $ac_try) 2>&5
30661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30662 (exit $ac_status); }; }; then
30663 ac_cv_type_pid_t
=yes
30665 echo "$as_me: failed program was:" >&5
30666 sed 's/^/| /' conftest.
$ac_ext >&5
30668 ac_cv_type_pid_t
=no
30670 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30672 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
30673 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
30674 if test $ac_cv_type_pid_t = yes; then
30678 cat >>confdefs.h
<<_ACEOF
30684 echo "$as_me:$LINENO: checking for size_t" >&5
30685 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
30686 if test "${ac_cv_type_size_t+set}" = set; then
30687 echo $ECHO_N "(cached) $ECHO_C" >&6
30689 cat >conftest.
$ac_ext <<_ACEOF
30692 cat confdefs.h
>>conftest.
$ac_ext
30693 cat >>conftest.
$ac_ext <<_ACEOF
30694 /* end confdefs.h. */
30695 $ac_includes_default
30701 if (sizeof (size_t))
30707 rm -f conftest.
$ac_objext
30708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30709 (eval $ac_compile) 2>conftest.er1
30711 grep -v '^ *+' conftest.er1
>conftest.err
30713 cat conftest.err
>&5
30714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30715 (exit $ac_status); } &&
30716 { ac_try
='test -z "$ac_c_werror_flag"
30717 || test ! -s conftest.err'
30718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30719 (eval $ac_try) 2>&5
30721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30722 (exit $ac_status); }; } &&
30723 { ac_try
='test -s conftest.$ac_objext'
30724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30725 (eval $ac_try) 2>&5
30727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30728 (exit $ac_status); }; }; then
30729 ac_cv_type_size_t
=yes
30731 echo "$as_me: failed program was:" >&5
30732 sed 's/^/| /' conftest.
$ac_ext >&5
30734 ac_cv_type_size_t
=no
30736 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30738 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
30739 echo "${ECHO_T}$ac_cv_type_size_t" >&6
30740 if test $ac_cv_type_size_t = yes; then
30744 cat >>confdefs.h
<<_ACEOF
30745 #define size_t unsigned
30750 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
30751 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
30752 if test "${ac_cv_type_uid_t+set}" = set; then
30753 echo $ECHO_N "(cached) $ECHO_C" >&6
30755 cat >conftest.
$ac_ext <<_ACEOF
30758 cat confdefs.h
>>conftest.
$ac_ext
30759 cat >>conftest.
$ac_ext <<_ACEOF
30760 /* end confdefs.h. */
30761 #include <sys/types.h>
30764 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
30765 $EGREP "uid_t" >/dev
/null
2>&1; then
30766 ac_cv_type_uid_t
=yes
30768 ac_cv_type_uid_t
=no
30773 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
30774 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
30775 if test $ac_cv_type_uid_t = no
; then
30777 cat >>confdefs.h
<<\_ACEOF
30782 cat >>confdefs.h
<<\_ACEOF
30789 echo "$as_me:$LINENO: checking for ssize_t" >&5
30790 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
30791 if test "${ac_cv_type_ssize_t+set}" = set; then
30792 echo $ECHO_N "(cached) $ECHO_C" >&6
30794 cat >conftest.
$ac_ext <<_ACEOF
30797 cat confdefs.h
>>conftest.
$ac_ext
30798 cat >>conftest.
$ac_ext <<_ACEOF
30799 /* end confdefs.h. */
30800 $ac_includes_default
30806 if (sizeof (ssize_t))
30812 rm -f conftest.
$ac_objext
30813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30814 (eval $ac_compile) 2>conftest.er1
30816 grep -v '^ *+' conftest.er1
>conftest.err
30818 cat conftest.err
>&5
30819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30820 (exit $ac_status); } &&
30821 { ac_try
='test -z "$ac_c_werror_flag"
30822 || test ! -s conftest.err'
30823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30824 (eval $ac_try) 2>&5
30826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30827 (exit $ac_status); }; } &&
30828 { ac_try
='test -s conftest.$ac_objext'
30829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30830 (eval $ac_try) 2>&5
30832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30833 (exit $ac_status); }; }; then
30834 ac_cv_type_ssize_t
=yes
30836 echo "$as_me: failed program was:" >&5
30837 sed 's/^/| /' conftest.
$ac_ext >&5
30839 ac_cv_type_ssize_t
=no
30841 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30843 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
30844 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
30845 if test $ac_cv_type_ssize_t = yes; then
30847 cat >>confdefs.h
<<_ACEOF
30848 #define HAVE_SSIZE_T 1
30858 ac_cpp
='$CXXCPP $CPPFLAGS'
30859 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30860 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30861 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30863 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
30864 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
30865 if test "${wx_cv_size_t_is_uint+set}" = set; then
30866 echo $ECHO_N "(cached) $ECHO_C" >&6
30869 cat >conftest.
$ac_ext <<_ACEOF
30872 cat confdefs.h
>>conftest.
$ac_ext
30873 cat >>conftest.
$ac_ext <<_ACEOF
30874 /* end confdefs.h. */
30875 #include <stddef.h>
30882 struct Foo { void foo(size_t); void foo(unsigned int); };
30890 rm -f conftest.
$ac_objext
30891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30892 (eval $ac_compile) 2>conftest.er1
30894 grep -v '^ *+' conftest.er1
>conftest.err
30896 cat conftest.err
>&5
30897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30898 (exit $ac_status); } &&
30899 { ac_try
='test -z "$ac_cxx_werror_flag"
30900 || test ! -s conftest.err'
30901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30902 (eval $ac_try) 2>&5
30904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30905 (exit $ac_status); }; } &&
30906 { ac_try
='test -s conftest.$ac_objext'
30907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30908 (eval $ac_try) 2>&5
30910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30911 (exit $ac_status); }; }; then
30912 wx_cv_size_t_is_uint
=no
30914 echo "$as_me: failed program was:" >&5
30915 sed 's/^/| /' conftest.
$ac_ext >&5
30917 wx_cv_size_t_is_uint
=yes
30920 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30924 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
30925 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
30927 if test "$wx_cv_size_t_is_uint" = "yes"; then
30928 cat >>confdefs.h
<<\_ACEOF
30929 #define wxSIZE_T_IS_UINT 1
30933 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
30934 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
30935 if test "${wx_cv_size_t_is_ulong+set}" = set; then
30936 echo $ECHO_N "(cached) $ECHO_C" >&6
30938 cat >conftest.
$ac_ext <<_ACEOF
30941 cat confdefs.h
>>conftest.
$ac_ext
30942 cat >>conftest.
$ac_ext <<_ACEOF
30943 /* end confdefs.h. */
30944 #include <stddef.h>
30951 struct Foo { void foo(size_t); void foo(unsigned long); };
30959 rm -f conftest.
$ac_objext
30960 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30961 (eval $ac_compile) 2>conftest.er1
30963 grep -v '^ *+' conftest.er1
>conftest.err
30965 cat conftest.err
>&5
30966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30967 (exit $ac_status); } &&
30968 { ac_try
='test -z "$ac_cxx_werror_flag"
30969 || test ! -s conftest.err'
30970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30971 (eval $ac_try) 2>&5
30973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30974 (exit $ac_status); }; } &&
30975 { ac_try
='test -s conftest.$ac_objext'
30976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30977 (eval $ac_try) 2>&5
30979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30980 (exit $ac_status); }; }; then
30981 wx_cv_size_t_is_ulong
=no
30983 echo "$as_me: failed program was:" >&5
30984 sed 's/^/| /' conftest.
$ac_ext >&5
30986 wx_cv_size_t_is_ulong
=yes
30989 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30992 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
30993 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
30995 if test "$wx_cv_size_t_is_ulong" = "yes"; then
30996 cat >>confdefs.h
<<\_ACEOF
30997 #define wxSIZE_T_IS_ULONG 1
31004 ac_cpp
='$CPP $CPPFLAGS'
31005 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31006 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31007 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31011 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31012 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31013 if test "${wx_cv_struct_pw_gecos+set}" = set; then
31014 echo $ECHO_N "(cached) $ECHO_C" >&6
31017 cat >conftest.
$ac_ext <<_ACEOF
31020 cat confdefs.h
>>conftest.
$ac_ext
31021 cat >>conftest.
$ac_ext <<_ACEOF
31022 /* end confdefs.h. */
31036 rm -f conftest.
$ac_objext
31037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31038 (eval $ac_compile) 2>conftest.er1
31040 grep -v '^ *+' conftest.er1
>conftest.err
31042 cat conftest.err
>&5
31043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31044 (exit $ac_status); } &&
31045 { ac_try
='test -z "$ac_c_werror_flag"
31046 || test ! -s conftest.err'
31047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31048 (eval $ac_try) 2>&5
31050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31051 (exit $ac_status); }; } &&
31052 { ac_try
='test -s conftest.$ac_objext'
31053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31054 (eval $ac_try) 2>&5
31056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31057 (exit $ac_status); }; }; then
31059 wx_cv_struct_pw_gecos
=yes
31062 echo "$as_me: failed program was:" >&5
31063 sed 's/^/| /' conftest.
$ac_ext >&5
31066 wx_cv_struct_pw_gecos
=no
31070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31074 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31075 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31077 if test "$wx_cv_struct_pw_gecos" = "yes"; then
31078 cat >>confdefs.h
<<\_ACEOF
31079 #define HAVE_PW_GECOS 1
31085 if test "$wxUSE_WCHAR_T" = "yes"; then
31086 cat >>confdefs.h
<<\_ACEOF
31087 #define wxUSE_WCHAR_T 1
31094 for ac_func
in wcslen
31096 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31097 echo "$as_me:$LINENO: checking for $ac_func" >&5
31098 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31099 if eval "test \"\${$as_ac_var+set}\" = set"; then
31100 echo $ECHO_N "(cached) $ECHO_C" >&6
31102 cat >conftest.
$ac_ext <<_ACEOF
31105 cat confdefs.h
>>conftest.
$ac_ext
31106 cat >>conftest.
$ac_ext <<_ACEOF
31107 /* end confdefs.h. */
31108 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31109 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31110 #define $ac_func innocuous_$ac_func
31112 /* System header to define __stub macros and hopefully few prototypes,
31113 which can conflict with char $ac_func (); below.
31114 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31115 <limits.h> exists even on freestanding compilers. */
31118 # include <limits.h>
31120 # include <assert.h>
31125 /* Override any gcc2 internal prototype to avoid an error. */
31130 /* We use char because int might match the return type of a gcc2
31131 builtin and then its argument prototype would still apply. */
31133 /* The GNU C library defines this for functions which it implements
31134 to always fail with ENOSYS. Some functions are actually named
31135 something starting with __ and the normal name is an alias. */
31136 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31139 char (*f) () = $ac_func;
31148 return f != $ac_func;
31153 rm -f conftest.
$ac_objext conftest
$ac_exeext
31154 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31155 (eval $ac_link) 2>conftest.er1
31157 grep -v '^ *+' conftest.er1
>conftest.err
31159 cat conftest.err
>&5
31160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31161 (exit $ac_status); } &&
31162 { ac_try
='test -z "$ac_c_werror_flag"
31163 || test ! -s conftest.err'
31164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31165 (eval $ac_try) 2>&5
31167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31168 (exit $ac_status); }; } &&
31169 { ac_try
='test -s conftest$ac_exeext'
31170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31171 (eval $ac_try) 2>&5
31173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31174 (exit $ac_status); }; }; then
31175 eval "$as_ac_var=yes"
31177 echo "$as_me: failed program was:" >&5
31178 sed 's/^/| /' conftest.
$ac_ext >&5
31180 eval "$as_ac_var=no"
31182 rm -f conftest.err conftest.
$ac_objext \
31183 conftest
$ac_exeext conftest.
$ac_ext
31185 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31186 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31187 if test `eval echo '${'$as_ac_var'}'` = yes; then
31188 cat >>confdefs.h
<<_ACEOF
31189 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31196 if test "$WCSLEN_FOUND" = 0; then
31197 if test "$TOOLKIT" = "MSW"; then
31198 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31199 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31200 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31201 echo $ECHO_N "(cached) $ECHO_C" >&6
31203 ac_check_lib_save_LIBS
=$LIBS
31204 LIBS
="-lmsvcrt $LIBS"
31205 cat >conftest.
$ac_ext <<_ACEOF
31208 cat confdefs.h
>>conftest.
$ac_ext
31209 cat >>conftest.
$ac_ext <<_ACEOF
31210 /* end confdefs.h. */
31212 /* Override any gcc2 internal prototype to avoid an error. */
31216 /* We use char because int might match the return type of a gcc2
31217 builtin and then its argument prototype would still apply. */
31227 rm -f conftest.
$ac_objext conftest
$ac_exeext
31228 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31229 (eval $ac_link) 2>conftest.er1
31231 grep -v '^ *+' conftest.er1
>conftest.err
31233 cat conftest.err
>&5
31234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31235 (exit $ac_status); } &&
31236 { ac_try
='test -z "$ac_c_werror_flag"
31237 || test ! -s conftest.err'
31238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31239 (eval $ac_try) 2>&5
31241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31242 (exit $ac_status); }; } &&
31243 { ac_try
='test -s conftest$ac_exeext'
31244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31245 (eval $ac_try) 2>&5
31247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31248 (exit $ac_status); }; }; then
31249 ac_cv_lib_msvcrt_wcslen
=yes
31251 echo "$as_me: failed program was:" >&5
31252 sed 's/^/| /' conftest.
$ac_ext >&5
31254 ac_cv_lib_msvcrt_wcslen
=no
31256 rm -f conftest.err conftest.
$ac_objext \
31257 conftest
$ac_exeext conftest.
$ac_ext
31258 LIBS
=$ac_check_lib_save_LIBS
31260 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31261 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31262 if test $ac_cv_lib_msvcrt_wcslen = yes; then
31267 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31268 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31269 if test "${ac_cv_lib_w_wcslen+set}" = set; then
31270 echo $ECHO_N "(cached) $ECHO_C" >&6
31272 ac_check_lib_save_LIBS
=$LIBS
31274 cat >conftest.
$ac_ext <<_ACEOF
31277 cat confdefs.h
>>conftest.
$ac_ext
31278 cat >>conftest.
$ac_ext <<_ACEOF
31279 /* end confdefs.h. */
31281 /* Override any gcc2 internal prototype to avoid an error. */
31285 /* We use char because int might match the return type of a gcc2
31286 builtin and then its argument prototype would still apply. */
31296 rm -f conftest.
$ac_objext conftest
$ac_exeext
31297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31298 (eval $ac_link) 2>conftest.er1
31300 grep -v '^ *+' conftest.er1
>conftest.err
31302 cat conftest.err
>&5
31303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31304 (exit $ac_status); } &&
31305 { ac_try
='test -z "$ac_c_werror_flag"
31306 || test ! -s conftest.err'
31307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31308 (eval $ac_try) 2>&5
31310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31311 (exit $ac_status); }; } &&
31312 { ac_try
='test -s conftest$ac_exeext'
31313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31314 (eval $ac_try) 2>&5
31316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31317 (exit $ac_status); }; }; then
31318 ac_cv_lib_w_wcslen
=yes
31320 echo "$as_me: failed program was:" >&5
31321 sed 's/^/| /' conftest.
$ac_ext >&5
31323 ac_cv_lib_w_wcslen
=no
31325 rm -f conftest.err conftest.
$ac_objext \
31326 conftest
$ac_exeext conftest.
$ac_ext
31327 LIBS
=$ac_check_lib_save_LIBS
31329 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31330 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31331 if test $ac_cv_lib_w_wcslen = yes; then
31341 if test "$WCSLEN_FOUND" = 1; then
31342 cat >>confdefs.h
<<\_ACEOF
31343 #define HAVE_WCSLEN 1
31348 if test "$USE_HPUX" = 1; then
31349 CPPFLAGS
="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31353 for ac_func
in wcsrtombs
31355 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31356 echo "$as_me:$LINENO: checking for $ac_func" >&5
31357 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31358 if eval "test \"\${$as_ac_var+set}\" = set"; then
31359 echo $ECHO_N "(cached) $ECHO_C" >&6
31361 cat >conftest.
$ac_ext <<_ACEOF
31364 cat confdefs.h
>>conftest.
$ac_ext
31365 cat >>conftest.
$ac_ext <<_ACEOF
31366 /* end confdefs.h. */
31367 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31368 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31369 #define $ac_func innocuous_$ac_func
31371 /* System header to define __stub macros and hopefully few prototypes,
31372 which can conflict with char $ac_func (); below.
31373 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31374 <limits.h> exists even on freestanding compilers. */
31377 # include <limits.h>
31379 # include <assert.h>
31384 /* Override any gcc2 internal prototype to avoid an error. */
31389 /* We use char because int might match the return type of a gcc2
31390 builtin and then its argument prototype would still apply. */
31392 /* The GNU C library defines this for functions which it implements
31393 to always fail with ENOSYS. Some functions are actually named
31394 something starting with __ and the normal name is an alias. */
31395 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31398 char (*f) () = $ac_func;
31407 return f != $ac_func;
31412 rm -f conftest.
$ac_objext conftest
$ac_exeext
31413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31414 (eval $ac_link) 2>conftest.er1
31416 grep -v '^ *+' conftest.er1
>conftest.err
31418 cat conftest.err
>&5
31419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31420 (exit $ac_status); } &&
31421 { ac_try
='test -z "$ac_c_werror_flag"
31422 || test ! -s conftest.err'
31423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31424 (eval $ac_try) 2>&5
31426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31427 (exit $ac_status); }; } &&
31428 { ac_try
='test -s conftest$ac_exeext'
31429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31430 (eval $ac_try) 2>&5
31432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31433 (exit $ac_status); }; }; then
31434 eval "$as_ac_var=yes"
31436 echo "$as_me: failed program was:" >&5
31437 sed 's/^/| /' conftest.
$ac_ext >&5
31439 eval "$as_ac_var=no"
31441 rm -f conftest.err conftest.
$ac_objext \
31442 conftest
$ac_exeext conftest.
$ac_ext
31444 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31445 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31446 if test `eval echo '${'$as_ac_var'}'` = yes; then
31447 cat >>confdefs.h
<<_ACEOF
31448 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31455 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
31456 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
31462 ac_cpp
='$CXXCPP $CPPFLAGS'
31463 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31464 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31465 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31469 for ac_func
in vsnprintf
31471 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31472 echo "$as_me:$LINENO: checking for $ac_func" >&5
31473 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31474 if eval "test \"\${$as_ac_var+set}\" = set"; then
31475 echo $ECHO_N "(cached) $ECHO_C" >&6
31477 cat >conftest.
$ac_ext <<_ACEOF
31480 cat confdefs.h
>>conftest.
$ac_ext
31481 cat >>conftest.
$ac_ext <<_ACEOF
31482 /* end confdefs.h. */
31483 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31484 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31485 #define $ac_func innocuous_$ac_func
31487 /* System header to define __stub macros and hopefully few prototypes,
31488 which can conflict with char $ac_func (); below.
31489 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31490 <limits.h> exists even on freestanding compilers. */
31493 # include <limits.h>
31495 # include <assert.h>
31500 /* Override any gcc2 internal prototype to avoid an error. */
31505 /* We use char because int might match the return type of a gcc2
31506 builtin and then its argument prototype would still apply. */
31508 /* The GNU C library defines this for functions which it implements
31509 to always fail with ENOSYS. Some functions are actually named
31510 something starting with __ and the normal name is an alias. */
31511 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31514 char (*f) () = $ac_func;
31523 return f != $ac_func;
31528 rm -f conftest.
$ac_objext conftest
$ac_exeext
31529 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31530 (eval $ac_link) 2>conftest.er1
31532 grep -v '^ *+' conftest.er1
>conftest.err
31534 cat conftest.err
>&5
31535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31536 (exit $ac_status); } &&
31537 { ac_try
='test -z "$ac_cxx_werror_flag"
31538 || test ! -s conftest.err'
31539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31540 (eval $ac_try) 2>&5
31542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31543 (exit $ac_status); }; } &&
31544 { ac_try
='test -s conftest$ac_exeext'
31545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31546 (eval $ac_try) 2>&5
31548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31549 (exit $ac_status); }; }; then
31550 eval "$as_ac_var=yes"
31552 echo "$as_me: failed program was:" >&5
31553 sed 's/^/| /' conftest.
$ac_ext >&5
31555 eval "$as_ac_var=no"
31557 rm -f conftest.err conftest.
$ac_objext \
31558 conftest
$ac_exeext conftest.
$ac_ext
31560 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31561 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31562 if test `eval echo '${'$as_ac_var'}'` = yes; then
31563 cat >>confdefs.h
<<_ACEOF
31564 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31571 if test "$ac_cv_func_vsnprintf" = "yes"; then
31572 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
31573 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
31574 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
31575 echo $ECHO_N "(cached) $ECHO_C" >&6
31578 cat >conftest.
$ac_ext <<_ACEOF
31581 cat confdefs.h
>>conftest.
$ac_ext
31582 cat >>conftest.
$ac_ext <<_ACEOF
31583 /* end confdefs.h. */
31586 #include <stdarg.h>
31594 vsnprintf(buf, 10u, "%s", ap);
31600 rm -f conftest.
$ac_objext
31601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31602 (eval $ac_compile) 2>conftest.er1
31604 grep -v '^ *+' conftest.er1
>conftest.err
31606 cat conftest.err
>&5
31607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31608 (exit $ac_status); } &&
31609 { ac_try
='test -z "$ac_cxx_werror_flag"
31610 || test ! -s conftest.err'
31611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31612 (eval $ac_try) 2>&5
31614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31615 (exit $ac_status); }; } &&
31616 { ac_try
='test -s conftest.$ac_objext'
31617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31618 (eval $ac_try) 2>&5
31620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31621 (exit $ac_status); }; }; then
31622 wx_cv_func_vsnprintf_decl
=yes
31624 echo "$as_me: failed program was:" >&5
31625 sed 's/^/| /' conftest.
$ac_ext >&5
31628 cat >conftest.
$ac_ext <<_ACEOF
31631 cat confdefs.h
>>conftest.
$ac_ext
31632 cat >>conftest.
$ac_ext <<_ACEOF
31633 /* end confdefs.h. */
31636 #include <stdarg.h>
31637 using namespace std;
31645 vsnprintf(buf, 10u, "%s", ap);
31651 rm -f conftest.
$ac_objext
31652 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31653 (eval $ac_compile) 2>conftest.er1
31655 grep -v '^ *+' conftest.er1
>conftest.err
31657 cat conftest.err
>&5
31658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31659 (exit $ac_status); } &&
31660 { ac_try
='test -z "$ac_cxx_werror_flag"
31661 || test ! -s conftest.err'
31662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31663 (eval $ac_try) 2>&5
31665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31666 (exit $ac_status); }; } &&
31667 { ac_try
='test -s conftest.$ac_objext'
31668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31669 (eval $ac_try) 2>&5
31671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31672 (exit $ac_status); }; }; then
31673 wx_cv_func_vsnprintf_decl
=yes
31675 echo "$as_me: failed program was:" >&5
31676 sed 's/^/| /' conftest.
$ac_ext >&5
31678 wx_cv_func_vsnprintf_decl
=no
31681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31685 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31689 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
31690 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
31692 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
31693 cat >>confdefs.h
<<\_ACEOF
31694 #define HAVE_VSNPRINTF_DECL 1
31700 if test "$wxUSE_UNICODE" = yes; then
31707 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
31709 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31710 echo "$as_me:$LINENO: checking for $ac_func" >&5
31711 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31712 if eval "test \"\${$as_ac_var+set}\" = set"; then
31713 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 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31722 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31723 #define $ac_func innocuous_$ac_func
31725 /* System header to define __stub macros and hopefully few prototypes,
31726 which can conflict with char $ac_func (); below.
31727 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31728 <limits.h> exists even on freestanding compilers. */
31731 # include <limits.h>
31733 # include <assert.h>
31738 /* Override any gcc2 internal prototype to avoid an error. */
31743 /* We use char because int might match the return type of a gcc2
31744 builtin and then its argument prototype would still apply. */
31746 /* The GNU C library defines this for functions which it implements
31747 to always fail with ENOSYS. Some functions are actually named
31748 something starting with __ and the normal name is an alias. */
31749 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31752 char (*f) () = $ac_func;
31761 return f != $ac_func;
31766 rm -f conftest.
$ac_objext conftest
$ac_exeext
31767 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31768 (eval $ac_link) 2>conftest.er1
31770 grep -v '^ *+' conftest.er1
>conftest.err
31772 cat conftest.err
>&5
31773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31774 (exit $ac_status); } &&
31775 { ac_try
='test -z "$ac_cxx_werror_flag"
31776 || test ! -s conftest.err'
31777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31778 (eval $ac_try) 2>&5
31780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31781 (exit $ac_status); }; } &&
31782 { ac_try
='test -s conftest$ac_exeext'
31783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31784 (eval $ac_try) 2>&5
31786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31787 (exit $ac_status); }; }; then
31788 eval "$as_ac_var=yes"
31790 echo "$as_me: failed program was:" >&5
31791 sed 's/^/| /' conftest.
$ac_ext >&5
31793 eval "$as_ac_var=no"
31795 rm -f conftest.err conftest.
$ac_objext \
31796 conftest
$ac_exeext conftest.
$ac_ext
31798 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31799 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31800 if test `eval echo '${'$as_ac_var'}'` = yes; then
31801 cat >>confdefs.h
<<_ACEOF
31802 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31809 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
31810 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
31811 cat >conftest.
$ac_ext <<_ACEOF
31814 cat confdefs.h
>>conftest.
$ac_ext
31815 cat >>conftest.
$ac_ext <<_ACEOF
31816 /* end confdefs.h. */
31826 rm -f conftest.
$ac_objext
31827 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31828 (eval $ac_compile) 2>conftest.er1
31830 grep -v '^ *+' conftest.er1
>conftest.err
31832 cat conftest.err
>&5
31833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31834 (exit $ac_status); } &&
31835 { ac_try
='test -z "$ac_cxx_werror_flag"
31836 || test ! -s conftest.err'
31837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31838 (eval $ac_try) 2>&5
31840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31841 (exit $ac_status); }; } &&
31842 { ac_try
='test -s conftest.$ac_objext'
31843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31844 (eval $ac_try) 2>&5
31846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31847 (exit $ac_status); }; }; then
31848 echo "$as_me:$LINENO: result: yes" >&5
31849 echo "${ECHO_T}yes" >&6
31850 cat >>confdefs.h
<<\_ACEOF
31851 #define HAVE__VSNWPRINTF 1
31855 echo "$as_me: failed program was:" >&5
31856 sed 's/^/| /' conftest.
$ac_ext >&5
31858 echo "$as_me:$LINENO: result: no" >&5
31859 echo "${ECHO_T}no" >&6
31861 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
31865 ac_cpp
='$CPP $CPPFLAGS'
31866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31873 if test "$TOOLKIT" != "MSW"; then
31879 ac_cpp
='$CXXCPP $CPPFLAGS'
31880 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31881 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31882 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31887 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
31888 if test "${with_libiconv_prefix+set}" = set; then
31889 withval
="$with_libiconv_prefix"
31891 for dir
in `echo "$withval" | tr : ' '`; do
31892 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
31893 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
31898 echo "$as_me:$LINENO: checking for iconv" >&5
31899 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
31900 if test "${am_cv_func_iconv+set}" = set; then
31901 echo $ECHO_N "(cached) $ECHO_C" >&6
31904 am_cv_func_iconv
="no, consider installing GNU libiconv"
31906 cat >conftest.
$ac_ext <<_ACEOF
31909 cat confdefs.h
>>conftest.
$ac_ext
31910 cat >>conftest.
$ac_ext <<_ACEOF
31911 /* end confdefs.h. */
31912 #include <stdlib.h>
31917 iconv_t cd = iconv_open("","");
31918 iconv(cd,NULL,NULL,NULL,NULL);
31924 rm -f conftest.
$ac_objext conftest
$ac_exeext
31925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31926 (eval $ac_link) 2>conftest.er1
31928 grep -v '^ *+' conftest.er1
>conftest.err
31930 cat conftest.err
>&5
31931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31932 (exit $ac_status); } &&
31933 { ac_try
='test -z "$ac_cxx_werror_flag"
31934 || test ! -s conftest.err'
31935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31936 (eval $ac_try) 2>&5
31938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31939 (exit $ac_status); }; } &&
31940 { ac_try
='test -s conftest$ac_exeext'
31941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31942 (eval $ac_try) 2>&5
31944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31945 (exit $ac_status); }; }; then
31946 am_cv_func_iconv
=yes
31948 echo "$as_me: failed program was:" >&5
31949 sed 's/^/| /' conftest.
$ac_ext >&5
31952 rm -f conftest.err conftest.
$ac_objext \
31953 conftest
$ac_exeext conftest.
$ac_ext
31954 if test "$am_cv_func_iconv" != yes; then
31955 am_save_LIBS
="$LIBS"
31956 LIBS
="$LIBS -liconv"
31957 cat >conftest.
$ac_ext <<_ACEOF
31960 cat confdefs.h
>>conftest.
$ac_ext
31961 cat >>conftest.
$ac_ext <<_ACEOF
31962 /* end confdefs.h. */
31963 #include <stdlib.h>
31968 iconv_t cd = iconv_open("","");
31969 iconv(cd,NULL,NULL,NULL,NULL);
31975 rm -f conftest.
$ac_objext conftest
$ac_exeext
31976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31977 (eval $ac_link) 2>conftest.er1
31979 grep -v '^ *+' conftest.er1
>conftest.err
31981 cat conftest.err
>&5
31982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31983 (exit $ac_status); } &&
31984 { ac_try
='test -z "$ac_cxx_werror_flag"
31985 || test ! -s conftest.err'
31986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31987 (eval $ac_try) 2>&5
31989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31990 (exit $ac_status); }; } &&
31991 { ac_try
='test -s conftest$ac_exeext'
31992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31993 (eval $ac_try) 2>&5
31995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31996 (exit $ac_status); }; }; then
31997 am_cv_lib_iconv
=yes
31998 am_cv_func_iconv
=yes
32000 echo "$as_me: failed program was:" >&5
32001 sed 's/^/| /' conftest.
$ac_ext >&5
32004 rm -f conftest.err conftest.
$ac_objext \
32005 conftest
$ac_exeext conftest.
$ac_ext
32006 LIBS
="$am_save_LIBS"
32010 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
32011 echo "${ECHO_T}$am_cv_func_iconv" >&6
32012 if test "$am_cv_func_iconv" = yes; then
32014 cat >>confdefs.h
<<\_ACEOF
32015 #define HAVE_ICONV 1
32018 echo "$as_me:$LINENO: checking if iconv needs const" >&5
32019 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
32020 if test "${wx_cv_func_iconv_const+set}" = set; then
32021 echo $ECHO_N "(cached) $ECHO_C" >&6
32023 cat >conftest.
$ac_ext <<_ACEOF
32026 cat confdefs.h
>>conftest.
$ac_ext
32027 cat >>conftest.
$ac_ext <<_ACEOF
32028 /* end confdefs.h. */
32030 #include <stdlib.h>
32036 #if defined(__STDC__) || defined(__cplusplus)
32037 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
32050 rm -f conftest.
$ac_objext
32051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32052 (eval $ac_compile) 2>conftest.er1
32054 grep -v '^ *+' conftest.er1
>conftest.err
32056 cat conftest.err
>&5
32057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32058 (exit $ac_status); } &&
32059 { ac_try
='test -z "$ac_cxx_werror_flag"
32060 || test ! -s conftest.err'
32061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32062 (eval $ac_try) 2>&5
32064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32065 (exit $ac_status); }; } &&
32066 { ac_try
='test -s conftest.$ac_objext'
32067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32068 (eval $ac_try) 2>&5
32070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32071 (exit $ac_status); }; }; then
32072 wx_cv_func_iconv_const
="no"
32074 echo "$as_me: failed program was:" >&5
32075 sed 's/^/| /' conftest.
$ac_ext >&5
32077 wx_cv_func_iconv_const
="yes"
32080 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32083 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
32084 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
32087 if test "x$wx_cv_func_iconv_const" = "xyes"; then
32088 iconv_const
="const"
32092 cat >>confdefs.h
<<_ACEOF
32093 #define ICONV_CONST $iconv_const
32098 if test "$am_cv_lib_iconv" = yes; then
32103 LIBS
="$LIBICONV $LIBS"
32105 ac_cpp
='$CPP $CPPFLAGS'
32106 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32107 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32108 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32111 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32113 for ac_func
in sigaction
32115 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32116 echo "$as_me:$LINENO: checking for $ac_func" >&5
32117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32118 if eval "test \"\${$as_ac_var+set}\" = set"; then
32119 echo $ECHO_N "(cached) $ECHO_C" >&6
32121 cat >conftest.
$ac_ext <<_ACEOF
32124 cat confdefs.h
>>conftest.
$ac_ext
32125 cat >>conftest.
$ac_ext <<_ACEOF
32126 /* end confdefs.h. */
32127 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32128 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32129 #define $ac_func innocuous_$ac_func
32131 /* System header to define __stub macros and hopefully few prototypes,
32132 which can conflict with char $ac_func (); below.
32133 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32134 <limits.h> exists even on freestanding compilers. */
32137 # include <limits.h>
32139 # include <assert.h>
32144 /* Override any gcc2 internal prototype to avoid an error. */
32149 /* We use char because int might match the return type of a gcc2
32150 builtin and then its argument prototype would still apply. */
32152 /* The GNU C library defines this for functions which it implements
32153 to always fail with ENOSYS. Some functions are actually named
32154 something starting with __ and the normal name is an alias. */
32155 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32158 char (*f) () = $ac_func;
32167 return f != $ac_func;
32172 rm -f conftest.
$ac_objext conftest
$ac_exeext
32173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32174 (eval $ac_link) 2>conftest.er1
32176 grep -v '^ *+' conftest.er1
>conftest.err
32178 cat conftest.err
>&5
32179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32180 (exit $ac_status); } &&
32181 { ac_try
='test -z "$ac_c_werror_flag"
32182 || test ! -s conftest.err'
32183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32184 (eval $ac_try) 2>&5
32186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32187 (exit $ac_status); }; } &&
32188 { ac_try
='test -s conftest$ac_exeext'
32189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32190 (eval $ac_try) 2>&5
32192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32193 (exit $ac_status); }; }; then
32194 eval "$as_ac_var=yes"
32196 echo "$as_me: failed program was:" >&5
32197 sed 's/^/| /' conftest.
$ac_ext >&5
32199 eval "$as_ac_var=no"
32201 rm -f conftest.err conftest.
$ac_objext \
32202 conftest
$ac_exeext conftest.
$ac_ext
32204 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32205 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32206 if test `eval echo '${'$as_ac_var'}'` = yes; then
32207 cat >>confdefs.h
<<_ACEOF
32208 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32215 if test "$ac_cv_func_sigaction" = "no"; then
32216 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
32217 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
32218 wxUSE_ON_FATAL_EXCEPTION
=no
32221 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
32225 ac_cpp
='$CXXCPP $CPPFLAGS'
32226 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32227 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32228 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32231 echo "$as_me:$LINENO: checking for sa_handler type" >&5
32232 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
32233 if test "${wx_cv_type_sa_handler+set}" = set; then
32234 echo $ECHO_N "(cached) $ECHO_C" >&6
32237 cat >conftest.
$ac_ext <<_ACEOF
32240 cat confdefs.h
>>conftest.
$ac_ext
32241 cat >>conftest.
$ac_ext <<_ACEOF
32242 /* end confdefs.h. */
32243 #include <signal.h>
32248 extern void testSigHandler(int);
32250 struct sigaction sa;
32251 sa.sa_handler = testSigHandler;
32257 rm -f conftest.
$ac_objext
32258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32259 (eval $ac_compile) 2>conftest.er1
32261 grep -v '^ *+' conftest.er1
>conftest.err
32263 cat conftest.err
>&5
32264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32265 (exit $ac_status); } &&
32266 { ac_try
='test -z "$ac_cxx_werror_flag"
32267 || test ! -s conftest.err'
32268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32269 (eval $ac_try) 2>&5
32271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32272 (exit $ac_status); }; } &&
32273 { ac_try
='test -s conftest.$ac_objext'
32274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32275 (eval $ac_try) 2>&5
32277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32278 (exit $ac_status); }; }; then
32280 wx_cv_type_sa_handler
=int
32283 echo "$as_me: failed program was:" >&5
32284 sed 's/^/| /' conftest.
$ac_ext >&5
32287 wx_cv_type_sa_handler
=void
32290 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32293 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
32294 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
32297 ac_cpp
='$CPP $CPPFLAGS'
32298 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32299 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32300 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32303 cat >>confdefs.h
<<_ACEOF
32304 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
32310 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
32314 ac_cpp
='$CXXCPP $CPPFLAGS'
32315 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32316 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32317 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32320 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
32321 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
32322 if test "${wx_cv_func_backtrace+set}" = set; then
32323 echo $ECHO_N "(cached) $ECHO_C" >&6
32326 cat >conftest.
$ac_ext <<_ACEOF
32329 cat confdefs.h
>>conftest.
$ac_ext
32330 cat >>conftest.
$ac_ext <<_ACEOF
32331 /* end confdefs.h. */
32332 #include <execinfo.h>
32340 backtrace(trace, 1);
32341 messages = backtrace_symbols(trace, 1);
32347 rm -f conftest.
$ac_objext
32348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32349 (eval $ac_compile) 2>conftest.er1
32351 grep -v '^ *+' conftest.er1
>conftest.err
32353 cat conftest.err
>&5
32354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32355 (exit $ac_status); } &&
32356 { ac_try
='test -z "$ac_cxx_werror_flag"
32357 || test ! -s conftest.err'
32358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32359 (eval $ac_try) 2>&5
32361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32362 (exit $ac_status); }; } &&
32363 { ac_try
='test -s conftest.$ac_objext'
32364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32365 (eval $ac_try) 2>&5
32367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32368 (exit $ac_status); }; }; then
32369 wx_cv_func_backtrace
=yes
32371 echo "$as_me: failed program was:" >&5
32372 sed 's/^/| /' conftest.
$ac_ext >&5
32374 wx_cv_func_backtrace
=no
32377 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32381 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
32382 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
32385 if test "$wx_cv_func_backtrace" = "no"; then
32386 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
32387 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
32388 wxUSE_STACKWALKER
=no
32390 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
32391 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
32392 if test "${wx_cv_func_cxa_demangle+set}" = set; then
32393 echo $ECHO_N "(cached) $ECHO_C" >&6
32396 cat >conftest.
$ac_ext <<_ACEOF
32399 cat confdefs.h
>>conftest.
$ac_ext
32400 cat >>conftest.
$ac_ext <<_ACEOF
32401 /* end confdefs.h. */
32402 #include <cxxabi.h>
32408 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
32414 rm -f conftest.
$ac_objext conftest
$ac_exeext
32415 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32416 (eval $ac_link) 2>conftest.er1
32418 grep -v '^ *+' conftest.er1
>conftest.err
32420 cat conftest.err
>&5
32421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32422 (exit $ac_status); } &&
32423 { ac_try
='test -z "$ac_cxx_werror_flag"
32424 || test ! -s conftest.err'
32425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32426 (eval $ac_try) 2>&5
32428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32429 (exit $ac_status); }; } &&
32430 { ac_try
='test -s conftest$ac_exeext'
32431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32432 (eval $ac_try) 2>&5
32434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32435 (exit $ac_status); }; }; then
32436 wx_cv_func_cxa_demangle
=yes
32438 echo "$as_me: failed program was:" >&5
32439 sed 's/^/| /' conftest.
$ac_ext >&5
32441 wx_cv_func_cxa_demangle
=no
32444 rm -f conftest.err conftest.
$ac_objext \
32445 conftest
$ac_exeext conftest.
$ac_ext
32449 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
32450 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
32452 if test "$wx_cv_func_cxa_demangle" = "yes"; then
32453 cat >>confdefs.h
<<\_ACEOF
32454 #define HAVE_CXA_DEMANGLE 1
32461 ac_cpp
='$CPP $CPPFLAGS'
32462 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32463 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32464 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32468 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
32469 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
32470 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
32471 wxUSE_STACKWALKER
=no
32477 for ac_func
in mkstemp mktemp
32479 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32480 echo "$as_me:$LINENO: checking for $ac_func" >&5
32481 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32482 if eval "test \"\${$as_ac_var+set}\" = set"; then
32483 echo $ECHO_N "(cached) $ECHO_C" >&6
32485 cat >conftest.
$ac_ext <<_ACEOF
32488 cat confdefs.h
>>conftest.
$ac_ext
32489 cat >>conftest.
$ac_ext <<_ACEOF
32490 /* end confdefs.h. */
32491 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32492 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32493 #define $ac_func innocuous_$ac_func
32495 /* System header to define __stub macros and hopefully few prototypes,
32496 which can conflict with char $ac_func (); below.
32497 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32498 <limits.h> exists even on freestanding compilers. */
32501 # include <limits.h>
32503 # include <assert.h>
32508 /* Override any gcc2 internal prototype to avoid an error. */
32513 /* We use char because int might match the return type of a gcc2
32514 builtin and then its argument prototype would still apply. */
32516 /* The GNU C library defines this for functions which it implements
32517 to always fail with ENOSYS. Some functions are actually named
32518 something starting with __ and the normal name is an alias. */
32519 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32522 char (*f) () = $ac_func;
32531 return f != $ac_func;
32536 rm -f conftest.
$ac_objext conftest
$ac_exeext
32537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32538 (eval $ac_link) 2>conftest.er1
32540 grep -v '^ *+' conftest.er1
>conftest.err
32542 cat conftest.err
>&5
32543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32544 (exit $ac_status); } &&
32545 { ac_try
='test -z "$ac_c_werror_flag"
32546 || test ! -s conftest.err'
32547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32548 (eval $ac_try) 2>&5
32550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32551 (exit $ac_status); }; } &&
32552 { ac_try
='test -s conftest$ac_exeext'
32553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32554 (eval $ac_try) 2>&5
32556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32557 (exit $ac_status); }; }; then
32558 eval "$as_ac_var=yes"
32560 echo "$as_me: failed program was:" >&5
32561 sed 's/^/| /' conftest.
$ac_ext >&5
32563 eval "$as_ac_var=no"
32565 rm -f conftest.err conftest.
$ac_objext \
32566 conftest
$ac_exeext conftest.
$ac_ext
32568 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32569 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32570 if test `eval echo '${'$as_ac_var'}'` = yes; then
32571 cat >>confdefs.h
<<_ACEOF
32572 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32579 echo "$as_me:$LINENO: checking for statfs" >&5
32580 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
32581 if test "${wx_cv_func_statfs+set}" = set; then
32582 echo $ECHO_N "(cached) $ECHO_C" >&6
32584 cat >conftest.
$ac_ext <<_ACEOF
32587 cat confdefs.h
>>conftest.
$ac_ext
32588 cat >>conftest.
$ac_ext <<_ACEOF
32589 /* end confdefs.h. */
32591 #if defined(__BSD__)
32592 #include <sys/param.h>
32593 #include <sys/mount.h>
32595 #include <sys/vfs.h>
32613 rm -f conftest.
$ac_objext
32614 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32615 (eval $ac_compile) 2>conftest.er1
32617 grep -v '^ *+' conftest.er1
>conftest.err
32619 cat conftest.err
>&5
32620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32621 (exit $ac_status); } &&
32622 { ac_try
='test -z "$ac_c_werror_flag"
32623 || test ! -s conftest.err'
32624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32625 (eval $ac_try) 2>&5
32627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32628 (exit $ac_status); }; } &&
32629 { ac_try
='test -s conftest.$ac_objext'
32630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32631 (eval $ac_try) 2>&5
32633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634 (exit $ac_status); }; }; then
32636 wx_cv_func_statfs
=yes
32639 echo "$as_me: failed program was:" >&5
32640 sed 's/^/| /' conftest.
$ac_ext >&5
32643 wx_cv_func_statfs
=no
32647 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32650 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
32651 echo "${ECHO_T}$wx_cv_func_statfs" >&6
32653 if test "$wx_cv_func_statfs" = "yes"; then
32654 wx_cv_type_statvfs_t
="struct statfs"
32655 cat >>confdefs.h
<<\_ACEOF
32656 #define HAVE_STATFS 1
32660 echo "$as_me:$LINENO: checking for statvfs" >&5
32661 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
32662 if test "${wx_cv_func_statvfs+set}" = set; then
32663 echo $ECHO_N "(cached) $ECHO_C" >&6
32665 cat >conftest.
$ac_ext <<_ACEOF
32668 cat confdefs.h
>>conftest.
$ac_ext
32669 cat >>conftest.
$ac_ext <<_ACEOF
32670 /* end confdefs.h. */
32672 #include <stddef.h>
32673 #include <sys/statvfs.h>
32679 statvfs("/", NULL);
32685 rm -f conftest.
$ac_objext
32686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32687 (eval $ac_compile) 2>conftest.er1
32689 grep -v '^ *+' conftest.er1
>conftest.err
32691 cat conftest.err
>&5
32692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32693 (exit $ac_status); } &&
32694 { ac_try
='test -z "$ac_c_werror_flag"
32695 || test ! -s conftest.err'
32696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32697 (eval $ac_try) 2>&5
32699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32700 (exit $ac_status); }; } &&
32701 { ac_try
='test -s conftest.$ac_objext'
32702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32703 (eval $ac_try) 2>&5
32705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32706 (exit $ac_status); }; }; then
32707 wx_cv_func_statvfs
=yes
32709 echo "$as_me: failed program was:" >&5
32710 sed 's/^/| /' conftest.
$ac_ext >&5
32712 wx_cv_func_statvfs
=no
32715 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32718 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
32719 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
32721 if test "$wx_cv_func_statvfs" = "yes"; then
32725 ac_cpp
='$CXXCPP $CPPFLAGS'
32726 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32727 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32728 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32731 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
32732 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
32733 if test "${wx_cv_type_statvfs_t+set}" = set; then
32734 echo $ECHO_N "(cached) $ECHO_C" >&6
32736 cat >conftest.
$ac_ext <<_ACEOF
32739 cat confdefs.h
>>conftest.
$ac_ext
32740 cat >>conftest.
$ac_ext <<_ACEOF
32741 /* end confdefs.h. */
32743 #include <sys/statvfs.h>
32760 rm -f conftest.
$ac_objext
32761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32762 (eval $ac_compile) 2>conftest.er1
32764 grep -v '^ *+' conftest.er1
>conftest.err
32766 cat conftest.err
>&5
32767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32768 (exit $ac_status); } &&
32769 { ac_try
='test -z "$ac_cxx_werror_flag"
32770 || test ! -s conftest.err'
32771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32772 (eval $ac_try) 2>&5
32774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32775 (exit $ac_status); }; } &&
32776 { ac_try
='test -s conftest.$ac_objext'
32777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32778 (eval $ac_try) 2>&5
32780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32781 (exit $ac_status); }; }; then
32782 wx_cv_type_statvfs_t
=statvfs_t
32784 echo "$as_me: failed program was:" >&5
32785 sed 's/^/| /' conftest.
$ac_ext >&5
32788 cat >conftest.
$ac_ext <<_ACEOF
32791 cat confdefs.h
>>conftest.
$ac_ext
32792 cat >>conftest.
$ac_ext <<_ACEOF
32793 /* end confdefs.h. */
32795 #include <sys/statvfs.h>
32812 rm -f conftest.
$ac_objext
32813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32814 (eval $ac_compile) 2>conftest.er1
32816 grep -v '^ *+' conftest.er1
>conftest.err
32818 cat conftest.err
>&5
32819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32820 (exit $ac_status); } &&
32821 { ac_try
='test -z "$ac_cxx_werror_flag"
32822 || test ! -s conftest.err'
32823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32824 (eval $ac_try) 2>&5
32826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32827 (exit $ac_status); }; } &&
32828 { ac_try
='test -s conftest.$ac_objext'
32829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32830 (eval $ac_try) 2>&5
32832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32833 (exit $ac_status); }; }; then
32834 wx_cv_type_statvfs_t
="struct statvfs"
32836 echo "$as_me: failed program was:" >&5
32837 sed 's/^/| /' conftest.
$ac_ext >&5
32839 wx_cv_type_statvfs_t
="unknown"
32842 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32846 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32849 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
32850 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
32853 ac_cpp
='$CPP $CPPFLAGS'
32854 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32855 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32856 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32859 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32860 cat >>confdefs.h
<<\_ACEOF
32861 #define HAVE_STATVFS 1
32866 wx_cv_type_statvfs_t
="unknown"
32870 if test "$wx_cv_type_statvfs_t" != "unknown"; then
32871 cat >>confdefs.h
<<_ACEOF
32872 #define WX_STATFS_T $wx_cv_type_statvfs_t
32876 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
32877 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
32880 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
32883 for ac_func
in fcntl flock
32885 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32886 echo "$as_me:$LINENO: checking for $ac_func" >&5
32887 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32888 if eval "test \"\${$as_ac_var+set}\" = set"; then
32889 echo $ECHO_N "(cached) $ECHO_C" >&6
32891 cat >conftest.
$ac_ext <<_ACEOF
32894 cat confdefs.h
>>conftest.
$ac_ext
32895 cat >>conftest.
$ac_ext <<_ACEOF
32896 /* end confdefs.h. */
32897 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32898 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32899 #define $ac_func innocuous_$ac_func
32901 /* System header to define __stub macros and hopefully few prototypes,
32902 which can conflict with char $ac_func (); below.
32903 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32904 <limits.h> exists even on freestanding compilers. */
32907 # include <limits.h>
32909 # include <assert.h>
32914 /* Override any gcc2 internal prototype to avoid an error. */
32919 /* We use char because int might match the return type of a gcc2
32920 builtin and then its argument prototype would still apply. */
32922 /* The GNU C library defines this for functions which it implements
32923 to always fail with ENOSYS. Some functions are actually named
32924 something starting with __ and the normal name is an alias. */
32925 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32928 char (*f) () = $ac_func;
32937 return f != $ac_func;
32942 rm -f conftest.
$ac_objext conftest
$ac_exeext
32943 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32944 (eval $ac_link) 2>conftest.er1
32946 grep -v '^ *+' conftest.er1
>conftest.err
32948 cat conftest.err
>&5
32949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32950 (exit $ac_status); } &&
32951 { ac_try
='test -z "$ac_c_werror_flag"
32952 || test ! -s conftest.err'
32953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32954 (eval $ac_try) 2>&5
32956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32957 (exit $ac_status); }; } &&
32958 { ac_try
='test -s conftest$ac_exeext'
32959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32960 (eval $ac_try) 2>&5
32962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32963 (exit $ac_status); }; }; then
32964 eval "$as_ac_var=yes"
32966 echo "$as_me: failed program was:" >&5
32967 sed 's/^/| /' conftest.
$ac_ext >&5
32969 eval "$as_ac_var=no"
32971 rm -f conftest.err conftest.
$ac_objext \
32972 conftest
$ac_exeext conftest.
$ac_ext
32974 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32975 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32976 if test `eval echo '${'$as_ac_var'}'` = yes; then
32977 cat >>confdefs.h
<<_ACEOF
32978 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32985 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
32986 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
32987 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
32988 wxUSE_SNGLINST_CHECKER
=no
32993 for ac_func
in timegm
32995 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32996 echo "$as_me:$LINENO: checking for $ac_func" >&5
32997 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32998 if eval "test \"\${$as_ac_var+set}\" = set"; then
32999 echo $ECHO_N "(cached) $ECHO_C" >&6
33001 cat >conftest.
$ac_ext <<_ACEOF
33004 cat confdefs.h
>>conftest.
$ac_ext
33005 cat >>conftest.
$ac_ext <<_ACEOF
33006 /* end confdefs.h. */
33007 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33009 #define $ac_func innocuous_$ac_func
33011 /* System header to define __stub macros and hopefully few prototypes,
33012 which can conflict with char $ac_func (); below.
33013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33014 <limits.h> exists even on freestanding compilers. */
33017 # include <limits.h>
33019 # include <assert.h>
33024 /* Override any gcc2 internal prototype to avoid an error. */
33029 /* We use char because int might match the return type of a gcc2
33030 builtin and then its argument prototype would still apply. */
33032 /* The GNU C library defines this for functions which it implements
33033 to always fail with ENOSYS. Some functions are actually named
33034 something starting with __ and the normal name is an alias. */
33035 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33038 char (*f) () = $ac_func;
33047 return f != $ac_func;
33052 rm -f conftest.
$ac_objext conftest
$ac_exeext
33053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33054 (eval $ac_link) 2>conftest.er1
33056 grep -v '^ *+' conftest.er1
>conftest.err
33058 cat conftest.err
>&5
33059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33060 (exit $ac_status); } &&
33061 { ac_try
='test -z "$ac_c_werror_flag"
33062 || test ! -s conftest.err'
33063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33064 (eval $ac_try) 2>&5
33066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33067 (exit $ac_status); }; } &&
33068 { ac_try
='test -s conftest$ac_exeext'
33069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33070 (eval $ac_try) 2>&5
33072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33073 (exit $ac_status); }; }; then
33074 eval "$as_ac_var=yes"
33076 echo "$as_me: failed program was:" >&5
33077 sed 's/^/| /' conftest.
$ac_ext >&5
33079 eval "$as_ac_var=no"
33081 rm -f conftest.err conftest.
$ac_objext \
33082 conftest
$ac_exeext conftest.
$ac_ext
33084 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33085 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33086 if test `eval echo '${'$as_ac_var'}'` = yes; then
33087 cat >>confdefs.h
<<_ACEOF
33088 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33097 for ac_func
in putenv setenv
33099 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33100 echo "$as_me:$LINENO: checking for $ac_func" >&5
33101 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33102 if eval "test \"\${$as_ac_var+set}\" = set"; then
33103 echo $ECHO_N "(cached) $ECHO_C" >&6
33105 cat >conftest.
$ac_ext <<_ACEOF
33108 cat confdefs.h
>>conftest.
$ac_ext
33109 cat >>conftest.
$ac_ext <<_ACEOF
33110 /* end confdefs.h. */
33111 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33113 #define $ac_func innocuous_$ac_func
33115 /* System header to define __stub macros and hopefully few prototypes,
33116 which can conflict with char $ac_func (); below.
33117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33118 <limits.h> exists even on freestanding compilers. */
33121 # include <limits.h>
33123 # include <assert.h>
33128 /* Override any gcc2 internal prototype to avoid an error. */
33133 /* We use char because int might match the return type of a gcc2
33134 builtin and then its argument prototype would still apply. */
33136 /* The GNU C library defines this for functions which it implements
33137 to always fail with ENOSYS. Some functions are actually named
33138 something starting with __ and the normal name is an alias. */
33139 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33142 char (*f) () = $ac_func;
33151 return f != $ac_func;
33156 rm -f conftest.
$ac_objext conftest
$ac_exeext
33157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33158 (eval $ac_link) 2>conftest.er1
33160 grep -v '^ *+' conftest.er1
>conftest.err
33162 cat conftest.err
>&5
33163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33164 (exit $ac_status); } &&
33165 { ac_try
='test -z "$ac_c_werror_flag"
33166 || test ! -s conftest.err'
33167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33168 (eval $ac_try) 2>&5
33170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33171 (exit $ac_status); }; } &&
33172 { ac_try
='test -s conftest$ac_exeext'
33173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33174 (eval $ac_try) 2>&5
33176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33177 (exit $ac_status); }; }; then
33178 eval "$as_ac_var=yes"
33180 echo "$as_me: failed program was:" >&5
33181 sed 's/^/| /' conftest.
$ac_ext >&5
33183 eval "$as_ac_var=no"
33185 rm -f conftest.err conftest.
$ac_objext \
33186 conftest
$ac_exeext conftest.
$ac_ext
33188 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33189 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33190 if test `eval echo '${'$as_ac_var'}'` = yes; then
33191 cat >>confdefs.h
<<_ACEOF
33192 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33199 HAVE_SOME_SLEEP_FUNC
=0
33200 if test "$USE_BEOS" = 1; then
33201 cat >>confdefs.h
<<\_ACEOF
33202 #define HAVE_SLEEP 1
33205 HAVE_SOME_SLEEP_FUNC
=1
33208 if test "$USE_DARWIN" = 1; then
33209 cat >>confdefs.h
<<\_ACEOF
33210 #define HAVE_USLEEP 1
33213 HAVE_SOME_SLEEP_FUNC
=1
33216 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
33219 for ac_func
in nanosleep
33221 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33222 echo "$as_me:$LINENO: checking for $ac_func" >&5
33223 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33224 if eval "test \"\${$as_ac_var+set}\" = set"; then
33225 echo $ECHO_N "(cached) $ECHO_C" >&6
33227 cat >conftest.
$ac_ext <<_ACEOF
33230 cat confdefs.h
>>conftest.
$ac_ext
33231 cat >>conftest.
$ac_ext <<_ACEOF
33232 /* end confdefs.h. */
33233 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33234 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33235 #define $ac_func innocuous_$ac_func
33237 /* System header to define __stub macros and hopefully few prototypes,
33238 which can conflict with char $ac_func (); below.
33239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33240 <limits.h> exists even on freestanding compilers. */
33243 # include <limits.h>
33245 # include <assert.h>
33250 /* Override any gcc2 internal prototype to avoid an error. */
33255 /* We use char because int might match the return type of a gcc2
33256 builtin and then its argument prototype would still apply. */
33258 /* The GNU C library defines this for functions which it implements
33259 to always fail with ENOSYS. Some functions are actually named
33260 something starting with __ and the normal name is an alias. */
33261 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33264 char (*f) () = $ac_func;
33273 return f != $ac_func;
33278 rm -f conftest.
$ac_objext conftest
$ac_exeext
33279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33280 (eval $ac_link) 2>conftest.er1
33282 grep -v '^ *+' conftest.er1
>conftest.err
33284 cat conftest.err
>&5
33285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33286 (exit $ac_status); } &&
33287 { ac_try
='test -z "$ac_c_werror_flag"
33288 || test ! -s conftest.err'
33289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33290 (eval $ac_try) 2>&5
33292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33293 (exit $ac_status); }; } &&
33294 { ac_try
='test -s conftest$ac_exeext'
33295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33296 (eval $ac_try) 2>&5
33298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33299 (exit $ac_status); }; }; then
33300 eval "$as_ac_var=yes"
33302 echo "$as_me: failed program was:" >&5
33303 sed 's/^/| /' conftest.
$ac_ext >&5
33305 eval "$as_ac_var=no"
33307 rm -f conftest.err conftest.
$ac_objext \
33308 conftest
$ac_exeext conftest.
$ac_ext
33310 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33311 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33312 if test `eval echo '${'$as_ac_var'}'` = yes; then
33313 cat >>confdefs.h
<<_ACEOF
33314 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33316 cat >>confdefs.h
<<\_ACEOF
33317 #define HAVE_NANOSLEEP 1
33322 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
33323 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
33324 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
33325 echo $ECHO_N "(cached) $ECHO_C" >&6
33327 ac_check_lib_save_LIBS
=$LIBS
33328 LIBS
="-lposix4 $LIBS"
33329 cat >conftest.
$ac_ext <<_ACEOF
33332 cat confdefs.h
>>conftest.
$ac_ext
33333 cat >>conftest.
$ac_ext <<_ACEOF
33334 /* end confdefs.h. */
33336 /* Override any gcc2 internal prototype to avoid an error. */
33340 /* We use char because int might match the return type of a gcc2
33341 builtin and then its argument prototype would still apply. */
33351 rm -f conftest.
$ac_objext conftest
$ac_exeext
33352 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33353 (eval $ac_link) 2>conftest.er1
33355 grep -v '^ *+' conftest.er1
>conftest.err
33357 cat conftest.err
>&5
33358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33359 (exit $ac_status); } &&
33360 { ac_try
='test -z "$ac_c_werror_flag"
33361 || test ! -s conftest.err'
33362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33363 (eval $ac_try) 2>&5
33365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33366 (exit $ac_status); }; } &&
33367 { ac_try
='test -s conftest$ac_exeext'
33368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33369 (eval $ac_try) 2>&5
33371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33372 (exit $ac_status); }; }; then
33373 ac_cv_lib_posix4_nanosleep
=yes
33375 echo "$as_me: failed program was:" >&5
33376 sed 's/^/| /' conftest.
$ac_ext >&5
33378 ac_cv_lib_posix4_nanosleep
=no
33380 rm -f conftest.err conftest.
$ac_objext \
33381 conftest
$ac_exeext conftest.
$ac_ext
33382 LIBS
=$ac_check_lib_save_LIBS
33384 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
33385 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
33386 if test $ac_cv_lib_posix4_nanosleep = yes; then
33388 cat >>confdefs.h
<<\_ACEOF
33389 #define HAVE_NANOSLEEP 1
33392 POSIX4_LINK
=" -lposix4"
33397 for ac_func
in usleep
33399 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33400 echo "$as_me:$LINENO: checking for $ac_func" >&5
33401 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33402 if eval "test \"\${$as_ac_var+set}\" = set"; then
33403 echo $ECHO_N "(cached) $ECHO_C" >&6
33405 cat >conftest.
$ac_ext <<_ACEOF
33408 cat confdefs.h
>>conftest.
$ac_ext
33409 cat >>conftest.
$ac_ext <<_ACEOF
33410 /* end confdefs.h. */
33411 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33412 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33413 #define $ac_func innocuous_$ac_func
33415 /* System header to define __stub macros and hopefully few prototypes,
33416 which can conflict with char $ac_func (); below.
33417 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33418 <limits.h> exists even on freestanding compilers. */
33421 # include <limits.h>
33423 # include <assert.h>
33428 /* Override any gcc2 internal prototype to avoid an error. */
33433 /* We use char because int might match the return type of a gcc2
33434 builtin and then its argument prototype would still apply. */
33436 /* The GNU C library defines this for functions which it implements
33437 to always fail with ENOSYS. Some functions are actually named
33438 something starting with __ and the normal name is an alias. */
33439 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33442 char (*f) () = $ac_func;
33451 return f != $ac_func;
33456 rm -f conftest.
$ac_objext conftest
$ac_exeext
33457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33458 (eval $ac_link) 2>conftest.er1
33460 grep -v '^ *+' conftest.er1
>conftest.err
33462 cat conftest.err
>&5
33463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33464 (exit $ac_status); } &&
33465 { ac_try
='test -z "$ac_c_werror_flag"
33466 || test ! -s conftest.err'
33467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33468 (eval $ac_try) 2>&5
33470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33471 (exit $ac_status); }; } &&
33472 { ac_try
='test -s conftest$ac_exeext'
33473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33474 (eval $ac_try) 2>&5
33476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33477 (exit $ac_status); }; }; then
33478 eval "$as_ac_var=yes"
33480 echo "$as_me: failed program was:" >&5
33481 sed 's/^/| /' conftest.
$ac_ext >&5
33483 eval "$as_ac_var=no"
33485 rm -f conftest.err conftest.
$ac_objext \
33486 conftest
$ac_exeext conftest.
$ac_ext
33488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33489 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33490 if test `eval echo '${'$as_ac_var'}'` = yes; then
33491 cat >>confdefs.h
<<_ACEOF
33492 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33494 cat >>confdefs.h
<<\_ACEOF
33495 #define HAVE_USLEEP 1
33499 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
33500 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
33518 for ac_func
in uname gethostname
33520 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33521 echo "$as_me:$LINENO: checking for $ac_func" >&5
33522 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33523 if eval "test \"\${$as_ac_var+set}\" = set"; then
33524 echo $ECHO_N "(cached) $ECHO_C" >&6
33526 cat >conftest.
$ac_ext <<_ACEOF
33529 cat confdefs.h
>>conftest.
$ac_ext
33530 cat >>conftest.
$ac_ext <<_ACEOF
33531 /* end confdefs.h. */
33532 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33534 #define $ac_func innocuous_$ac_func
33536 /* System header to define __stub macros and hopefully few prototypes,
33537 which can conflict with char $ac_func (); below.
33538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33539 <limits.h> exists even on freestanding compilers. */
33542 # include <limits.h>
33544 # include <assert.h>
33549 /* Override any gcc2 internal prototype to avoid an error. */
33554 /* We use char because int might match the return type of a gcc2
33555 builtin and then its argument prototype would still apply. */
33557 /* The GNU C library defines this for functions which it implements
33558 to always fail with ENOSYS. Some functions are actually named
33559 something starting with __ and the normal name is an alias. */
33560 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33563 char (*f) () = $ac_func;
33572 return f != $ac_func;
33577 rm -f conftest.
$ac_objext conftest
$ac_exeext
33578 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33579 (eval $ac_link) 2>conftest.er1
33581 grep -v '^ *+' conftest.er1
>conftest.err
33583 cat conftest.err
>&5
33584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33585 (exit $ac_status); } &&
33586 { ac_try
='test -z "$ac_c_werror_flag"
33587 || test ! -s conftest.err'
33588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33589 (eval $ac_try) 2>&5
33591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33592 (exit $ac_status); }; } &&
33593 { ac_try
='test -s conftest$ac_exeext'
33594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33595 (eval $ac_try) 2>&5
33597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33598 (exit $ac_status); }; }; then
33599 eval "$as_ac_var=yes"
33601 echo "$as_me: failed program was:" >&5
33602 sed 's/^/| /' conftest.
$ac_ext >&5
33604 eval "$as_ac_var=no"
33606 rm -f conftest.err conftest.
$ac_objext \
33607 conftest
$ac_exeext conftest.
$ac_ext
33609 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33610 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33611 if test `eval echo '${'$as_ac_var'}'` = yes; then
33612 cat >>confdefs.h
<<_ACEOF
33613 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33623 ac_cpp
='$CXXCPP $CPPFLAGS'
33624 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33625 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33626 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33630 for ac_func
in strtok_r
33632 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33633 echo "$as_me:$LINENO: checking for $ac_func" >&5
33634 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33635 if eval "test \"\${$as_ac_var+set}\" = set"; then
33636 echo $ECHO_N "(cached) $ECHO_C" >&6
33638 cat >conftest.
$ac_ext <<_ACEOF
33641 cat confdefs.h
>>conftest.
$ac_ext
33642 cat >>conftest.
$ac_ext <<_ACEOF
33643 /* end confdefs.h. */
33644 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33646 #define $ac_func innocuous_$ac_func
33648 /* System header to define __stub macros and hopefully few prototypes,
33649 which can conflict with char $ac_func (); below.
33650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33651 <limits.h> exists even on freestanding compilers. */
33654 # include <limits.h>
33656 # include <assert.h>
33661 /* Override any gcc2 internal prototype to avoid an error. */
33666 /* We use char because int might match the return type of a gcc2
33667 builtin and then its argument prototype would still apply. */
33669 /* The GNU C library defines this for functions which it implements
33670 to always fail with ENOSYS. Some functions are actually named
33671 something starting with __ and the normal name is an alias. */
33672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33675 char (*f) () = $ac_func;
33684 return f != $ac_func;
33689 rm -f conftest.
$ac_objext conftest
$ac_exeext
33690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33691 (eval $ac_link) 2>conftest.er1
33693 grep -v '^ *+' conftest.er1
>conftest.err
33695 cat conftest.err
>&5
33696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33697 (exit $ac_status); } &&
33698 { ac_try
='test -z "$ac_cxx_werror_flag"
33699 || test ! -s conftest.err'
33700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33701 (eval $ac_try) 2>&5
33703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33704 (exit $ac_status); }; } &&
33705 { ac_try
='test -s conftest$ac_exeext'
33706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33707 (eval $ac_try) 2>&5
33709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33710 (exit $ac_status); }; }; then
33711 eval "$as_ac_var=yes"
33713 echo "$as_me: failed program was:" >&5
33714 sed 's/^/| /' conftest.
$ac_ext >&5
33716 eval "$as_ac_var=no"
33718 rm -f conftest.err conftest.
$ac_objext \
33719 conftest
$ac_exeext conftest.
$ac_ext
33721 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33722 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33723 if test `eval echo '${'$as_ac_var'}'` = yes; then
33724 cat >>confdefs.h
<<_ACEOF
33725 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33733 ac_cpp
='$CPP $CPPFLAGS'
33734 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33735 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33736 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33741 for ac_func
in inet_addr
33743 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33744 echo "$as_me:$LINENO: checking for $ac_func" >&5
33745 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33746 if eval "test \"\${$as_ac_var+set}\" = set"; then
33747 echo $ECHO_N "(cached) $ECHO_C" >&6
33749 cat >conftest.
$ac_ext <<_ACEOF
33752 cat confdefs.h
>>conftest.
$ac_ext
33753 cat >>conftest.
$ac_ext <<_ACEOF
33754 /* end confdefs.h. */
33755 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33757 #define $ac_func innocuous_$ac_func
33759 /* System header to define __stub macros and hopefully few prototypes,
33760 which can conflict with char $ac_func (); below.
33761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33762 <limits.h> exists even on freestanding compilers. */
33765 # include <limits.h>
33767 # include <assert.h>
33772 /* Override any gcc2 internal prototype to avoid an error. */
33777 /* We use char because int might match the return type of a gcc2
33778 builtin and then its argument prototype would still apply. */
33780 /* The GNU C library defines this for functions which it implements
33781 to always fail with ENOSYS. Some functions are actually named
33782 something starting with __ and the normal name is an alias. */
33783 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33786 char (*f) () = $ac_func;
33795 return f != $ac_func;
33800 rm -f conftest.
$ac_objext conftest
$ac_exeext
33801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33802 (eval $ac_link) 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"
33810 || test ! -s conftest.err'
33811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33812 (eval $ac_try) 2>&5
33814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33815 (exit $ac_status); }; } &&
33816 { ac_try
='test -s conftest$ac_exeext'
33817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33818 (eval $ac_try) 2>&5
33820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821 (exit $ac_status); }; }; then
33822 eval "$as_ac_var=yes"
33824 echo "$as_me: failed program was:" >&5
33825 sed 's/^/| /' conftest.
$ac_ext >&5
33827 eval "$as_ac_var=no"
33829 rm -f conftest.err conftest.
$ac_objext \
33830 conftest
$ac_exeext conftest.
$ac_ext
33832 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33833 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33834 if test `eval echo '${'$as_ac_var'}'` = yes; then
33835 cat >>confdefs.h
<<_ACEOF
33836 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33838 cat >>confdefs.h
<<\_ACEOF
33839 #define HAVE_INET_ADDR 1
33844 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
33845 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
33846 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
33847 echo $ECHO_N "(cached) $ECHO_C" >&6
33849 ac_check_lib_save_LIBS
=$LIBS
33851 cat >conftest.
$ac_ext <<_ACEOF
33854 cat confdefs.h
>>conftest.
$ac_ext
33855 cat >>conftest.
$ac_ext <<_ACEOF
33856 /* end confdefs.h. */
33858 /* Override any gcc2 internal prototype to avoid an error. */
33862 /* We use char because int might match the return type of a gcc2
33863 builtin and then its argument prototype would still apply. */
33873 rm -f conftest.
$ac_objext conftest
$ac_exeext
33874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33875 (eval $ac_link) 2>conftest.er1
33877 grep -v '^ *+' conftest.er1
>conftest.err
33879 cat conftest.err
>&5
33880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33881 (exit $ac_status); } &&
33882 { ac_try
='test -z "$ac_c_werror_flag"
33883 || test ! -s conftest.err'
33884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33885 (eval $ac_try) 2>&5
33887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33888 (exit $ac_status); }; } &&
33889 { ac_try
='test -s conftest$ac_exeext'
33890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33891 (eval $ac_try) 2>&5
33893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33894 (exit $ac_status); }; }; then
33895 ac_cv_lib_nsl_inet_addr
=yes
33897 echo "$as_me: failed program was:" >&5
33898 sed 's/^/| /' conftest.
$ac_ext >&5
33900 ac_cv_lib_nsl_inet_addr
=no
33902 rm -f conftest.err conftest.
$ac_objext \
33903 conftest
$ac_exeext conftest.
$ac_ext
33904 LIBS
=$ac_check_lib_save_LIBS
33906 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
33907 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
33908 if test $ac_cv_lib_nsl_inet_addr = yes; then
33912 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
33913 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
33914 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
33915 echo $ECHO_N "(cached) $ECHO_C" >&6
33917 ac_check_lib_save_LIBS
=$LIBS
33918 LIBS
="-lresolv $LIBS"
33919 cat >conftest.
$ac_ext <<_ACEOF
33922 cat confdefs.h
>>conftest.
$ac_ext
33923 cat >>conftest.
$ac_ext <<_ACEOF
33924 /* end confdefs.h. */
33926 /* Override any gcc2 internal prototype to avoid an error. */
33930 /* We use char because int might match the return type of a gcc2
33931 builtin and then its argument prototype would still apply. */
33941 rm -f conftest.
$ac_objext conftest
$ac_exeext
33942 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33943 (eval $ac_link) 2>conftest.er1
33945 grep -v '^ *+' conftest.er1
>conftest.err
33947 cat conftest.err
>&5
33948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33949 (exit $ac_status); } &&
33950 { ac_try
='test -z "$ac_c_werror_flag"
33951 || test ! -s conftest.err'
33952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33953 (eval $ac_try) 2>&5
33955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33956 (exit $ac_status); }; } &&
33957 { ac_try
='test -s conftest$ac_exeext'
33958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33959 (eval $ac_try) 2>&5
33961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33962 (exit $ac_status); }; }; then
33963 ac_cv_lib_resolv_inet_addr
=yes
33965 echo "$as_me: failed program was:" >&5
33966 sed 's/^/| /' conftest.
$ac_ext >&5
33968 ac_cv_lib_resolv_inet_addr
=no
33970 rm -f conftest.err conftest.
$ac_objext \
33971 conftest
$ac_exeext conftest.
$ac_ext
33972 LIBS
=$ac_check_lib_save_LIBS
33974 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
33975 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
33976 if test $ac_cv_lib_resolv_inet_addr = yes; then
33980 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
33981 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
33982 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
33983 echo $ECHO_N "(cached) $ECHO_C" >&6
33985 ac_check_lib_save_LIBS
=$LIBS
33986 LIBS
="-lsocket $LIBS"
33987 cat >conftest.
$ac_ext <<_ACEOF
33990 cat confdefs.h
>>conftest.
$ac_ext
33991 cat >>conftest.
$ac_ext <<_ACEOF
33992 /* end confdefs.h. */
33994 /* Override any gcc2 internal prototype to avoid an error. */
33998 /* We use char because int might match the return type of a gcc2
33999 builtin and then its argument prototype would still apply. */
34009 rm -f conftest.
$ac_objext conftest
$ac_exeext
34010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34011 (eval $ac_link) 2>conftest.er1
34013 grep -v '^ *+' conftest.er1
>conftest.err
34015 cat conftest.err
>&5
34016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34017 (exit $ac_status); } &&
34018 { ac_try
='test -z "$ac_c_werror_flag"
34019 || test ! -s conftest.err'
34020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34021 (eval $ac_try) 2>&5
34023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34024 (exit $ac_status); }; } &&
34025 { ac_try
='test -s conftest$ac_exeext'
34026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34027 (eval $ac_try) 2>&5
34029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34030 (exit $ac_status); }; }; then
34031 ac_cv_lib_socket_inet_addr
=yes
34033 echo "$as_me: failed program was:" >&5
34034 sed 's/^/| /' conftest.
$ac_ext >&5
34036 ac_cv_lib_socket_inet_addr
=no
34038 rm -f conftest.err conftest.
$ac_objext \
34039 conftest
$ac_exeext conftest.
$ac_ext
34040 LIBS
=$ac_check_lib_save_LIBS
34042 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
34043 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
34044 if test $ac_cv_lib_socket_inet_addr = yes; then
34064 for ac_func
in inet_aton
34066 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34067 echo "$as_me:$LINENO: checking for $ac_func" >&5
34068 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34069 if eval "test \"\${$as_ac_var+set}\" = set"; then
34070 echo $ECHO_N "(cached) $ECHO_C" >&6
34072 cat >conftest.
$ac_ext <<_ACEOF
34075 cat confdefs.h
>>conftest.
$ac_ext
34076 cat >>conftest.
$ac_ext <<_ACEOF
34077 /* end confdefs.h. */
34078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34080 #define $ac_func innocuous_$ac_func
34082 /* System header to define __stub macros and hopefully few prototypes,
34083 which can conflict with char $ac_func (); below.
34084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34085 <limits.h> exists even on freestanding compilers. */
34088 # include <limits.h>
34090 # include <assert.h>
34095 /* Override any gcc2 internal prototype to avoid an error. */
34100 /* We use char because int might match the return type of a gcc2
34101 builtin and then its argument prototype would still apply. */
34103 /* The GNU C library defines this for functions which it implements
34104 to always fail with ENOSYS. Some functions are actually named
34105 something starting with __ and the normal name is an alias. */
34106 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34109 char (*f) () = $ac_func;
34118 return f != $ac_func;
34123 rm -f conftest.
$ac_objext conftest
$ac_exeext
34124 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34125 (eval $ac_link) 2>conftest.er1
34127 grep -v '^ *+' conftest.er1
>conftest.err
34129 cat conftest.err
>&5
34130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34131 (exit $ac_status); } &&
34132 { ac_try
='test -z "$ac_c_werror_flag"
34133 || test ! -s conftest.err'
34134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34135 (eval $ac_try) 2>&5
34137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34138 (exit $ac_status); }; } &&
34139 { ac_try
='test -s conftest$ac_exeext'
34140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34141 (eval $ac_try) 2>&5
34143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34144 (exit $ac_status); }; }; then
34145 eval "$as_ac_var=yes"
34147 echo "$as_me: failed program was:" >&5
34148 sed 's/^/| /' conftest.
$ac_ext >&5
34150 eval "$as_ac_var=no"
34152 rm -f conftest.err conftest.
$ac_objext \
34153 conftest
$ac_exeext conftest.
$ac_ext
34155 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34156 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34157 if test `eval echo '${'$as_ac_var'}'` = yes; then
34158 cat >>confdefs.h
<<_ACEOF
34159 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34161 cat >>confdefs.h
<<\_ACEOF
34162 #define HAVE_INET_ATON 1
34167 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
34168 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
34169 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
34170 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
34171 echo $ECHO_N "(cached) $ECHO_C" >&6
34173 ac_check_lib_save_LIBS
=$LIBS
34174 LIBS
="-l$INET_LINK $LIBS"
34175 cat >conftest.
$ac_ext <<_ACEOF
34178 cat confdefs.h
>>conftest.
$ac_ext
34179 cat >>conftest.
$ac_ext <<_ACEOF
34180 /* end confdefs.h. */
34182 /* Override any gcc2 internal prototype to avoid an error. */
34186 /* We use char because int might match the return type of a gcc2
34187 builtin and then its argument prototype would still apply. */
34197 rm -f conftest.
$ac_objext conftest
$ac_exeext
34198 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34199 (eval $ac_link) 2>conftest.er1
34201 grep -v '^ *+' conftest.er1
>conftest.err
34203 cat conftest.err
>&5
34204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34205 (exit $ac_status); } &&
34206 { ac_try
='test -z "$ac_c_werror_flag"
34207 || test ! -s conftest.err'
34208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34209 (eval $ac_try) 2>&5
34211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34212 (exit $ac_status); }; } &&
34213 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
34219 eval "$as_ac_Lib=yes"
34221 echo "$as_me: failed program was:" >&5
34222 sed 's/^/| /' conftest.
$ac_ext >&5
34224 eval "$as_ac_Lib=no"
34226 rm -f conftest.err conftest.
$ac_objext \
34227 conftest
$ac_exeext conftest.
$ac_ext
34228 LIBS
=$ac_check_lib_save_LIBS
34230 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
34231 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
34232 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
34233 cat >>confdefs.h
<<\_ACEOF
34234 #define HAVE_INET_ATON 1
34244 if test "x$INET_LINK" != "x"; then
34245 cat >>confdefs.h
<<\_ACEOF
34246 #define HAVE_INET_ADDR 1
34249 INET_LINK
=" -l$INET_LINK"
34257 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
34258 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
34259 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
34260 echo $ECHO_N "(cached) $ECHO_C" >&6
34262 ac_check_lib_save_LIBS
=$LIBS
34264 cat >conftest.
$ac_ext <<_ACEOF
34267 cat confdefs.h
>>conftest.
$ac_ext
34268 cat >>conftest.
$ac_ext <<_ACEOF
34269 /* end confdefs.h. */
34271 /* Override any gcc2 internal prototype to avoid an error. */
34275 /* We use char because int might match the return type of a gcc2
34276 builtin and then its argument prototype would still apply. */
34286 rm -f conftest.
$ac_objext conftest
$ac_exeext
34287 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34288 (eval $ac_link) 2>conftest.er1
34290 grep -v '^ *+' conftest.er1
>conftest.err
34292 cat conftest.err
>&5
34293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34294 (exit $ac_status); } &&
34295 { ac_try
='test -z "$ac_c_werror_flag"
34296 || test ! -s conftest.err'
34297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34298 (eval $ac_try) 2>&5
34300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34301 (exit $ac_status); }; } &&
34302 { ac_try
='test -s conftest$ac_exeext'
34303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34304 (eval $ac_try) 2>&5
34306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34307 (exit $ac_status); }; }; then
34308 ac_cv_lib_esd_esd_close
=yes
34310 echo "$as_me: failed program was:" >&5
34311 sed 's/^/| /' conftest.
$ac_ext >&5
34313 ac_cv_lib_esd_esd_close
=no
34315 rm -f conftest.err conftest.
$ac_objext \
34316 conftest
$ac_exeext conftest.
$ac_ext
34317 LIBS
=$ac_check_lib_save_LIBS
34319 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
34320 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
34321 if test $ac_cv_lib_esd_esd_close = yes; then
34324 for ac_header
in esd.h
34326 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34327 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34328 echo "$as_me:$LINENO: checking for $ac_header" >&5
34329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34330 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34331 echo $ECHO_N "(cached) $ECHO_C" >&6
34333 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34334 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34336 # Is the header compilable?
34337 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34339 cat >conftest.
$ac_ext <<_ACEOF
34342 cat confdefs.h
>>conftest.
$ac_ext
34343 cat >>conftest.
$ac_ext <<_ACEOF
34344 /* end confdefs.h. */
34345 $ac_includes_default
34346 #include <$ac_header>
34348 rm -f conftest.
$ac_objext
34349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34350 (eval $ac_compile) 2>conftest.er1
34352 grep -v '^ *+' conftest.er1
>conftest.err
34354 cat conftest.err
>&5
34355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34356 (exit $ac_status); } &&
34357 { ac_try
='test -z "$ac_c_werror_flag"
34358 || test ! -s conftest.err'
34359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34360 (eval $ac_try) 2>&5
34362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34363 (exit $ac_status); }; } &&
34364 { ac_try
='test -s conftest.$ac_objext'
34365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34366 (eval $ac_try) 2>&5
34368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34369 (exit $ac_status); }; }; then
34370 ac_header_compiler
=yes
34372 echo "$as_me: failed program was:" >&5
34373 sed 's/^/| /' conftest.
$ac_ext >&5
34375 ac_header_compiler
=no
34377 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34378 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34379 echo "${ECHO_T}$ac_header_compiler" >&6
34381 # Is the header present?
34382 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34383 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34384 cat >conftest.
$ac_ext <<_ACEOF
34387 cat confdefs.h
>>conftest.
$ac_ext
34388 cat >>conftest.
$ac_ext <<_ACEOF
34389 /* end confdefs.h. */
34390 #include <$ac_header>
34392 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34393 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
34395 grep -v '^ *+' conftest.er1
>conftest.err
34397 cat conftest.err
>&5
34398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34399 (exit $ac_status); } >/dev
/null
; then
34400 if test -s conftest.err
; then
34401 ac_cpp_err
=$ac_c_preproc_warn_flag
34402 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
34409 if test -z "$ac_cpp_err"; then
34410 ac_header_preproc
=yes
34412 echo "$as_me: failed program was:" >&5
34413 sed 's/^/| /' conftest.
$ac_ext >&5
34415 ac_header_preproc
=no
34417 rm -f conftest.err conftest.
$ac_ext
34418 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34419 echo "${ECHO_T}$ac_header_preproc" >&6
34421 # So? What about this header?
34422 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34424 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34425 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34426 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34427 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34428 ac_header_preproc
=yes
34431 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34432 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34433 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34434 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34435 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34436 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34437 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34438 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34439 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34440 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34441 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34442 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34445 ## ----------------------------------------- ##
34446 ## Report this to wx-dev@lists.wxwidgets.org ##
34447 ## ----------------------------------------- ##
34450 sed "s/^/$as_me: WARNING: /" >&2
34453 echo "$as_me:$LINENO: checking for $ac_header" >&5
34454 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34455 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34456 echo $ECHO_N "(cached) $ECHO_C" >&6
34458 eval "$as_ac_Header=\$ac_header_preproc"
34460 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34461 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34464 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34465 cat >>confdefs.h
<<_ACEOF
34466 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34469 EXTRALIBS_ESD
="-lesd"
34480 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
34481 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
34482 cat >conftest.
$ac_ext <<_ACEOF
34485 cat confdefs.h
>>conftest.
$ac_ext
34486 cat >>conftest.
$ac_ext <<_ACEOF
34487 /* end confdefs.h. */
34489 #include <linux/cdrom.h>
34492 #include <sys/cdio.h>
34498 struct cdrom_tocentry entry, old_entry;
34503 rm -f conftest.
$ac_objext
34504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34505 (eval $ac_compile) 2>conftest.er1
34507 grep -v '^ *+' conftest.er1
>conftest.err
34509 cat conftest.err
>&5
34510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34511 (exit $ac_status); } &&
34512 { ac_try
='test -z "$ac_c_werror_flag"
34513 || test ! -s conftest.err'
34514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34515 (eval $ac_try) 2>&5
34517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34518 (exit $ac_status); }; } &&
34519 { ac_try
='test -s conftest.$ac_objext'
34520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34521 (eval $ac_try) 2>&5
34523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34524 (exit $ac_status); }; }; then
34525 echo "$as_me:$LINENO: result: yes" >&5
34526 echo "${ECHO_T}yes" >&6
34527 cat >>confdefs.h
<<\_ACEOF
34528 #define HAVE_KNOWN_CDROM_INTERFACE 1
34532 echo "$as_me: failed program was:" >&5
34533 sed 's/^/| /' conftest.
$ac_ext >&5
34535 echo "$as_me:$LINENO: result: no" >&5
34536 echo "${ECHO_T}no" >&6
34538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34541 cat >confcache
<<\_ACEOF
34542 # This file is a shell script that caches the results of configure
34543 # tests run on this system so they can be shared between configure
34544 # scripts and configure runs, see configure's option --config-cache.
34545 # It is not useful on other systems. If it contains results you don't
34546 # want to keep, you may remove or edit it.
34548 # config.status only pays attention to the cache file if you give it
34549 # the --recheck option to rerun configure.
34551 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34552 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34553 # following values.
34557 # The following way of writing the cache mishandles newlines in values,
34558 # but we know of no workaround that is simple, portable, and efficient.
34559 # So, don't put newlines in cache variables' values.
34560 # Ultrix sh set writes to stderr and can't be redirected directly,
34561 # and sets the high bit in the cache file unless we assign to the vars.
34564 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34566 # `set' does not quote correctly, so add quotes (double-quote
34567 # substitution turns \\\\ into \\, and sed turns \\ into \).
34570 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34573 # `set' quotes correctly as required by POSIX, so do not add quotes.
34575 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34582 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34584 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34586 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
34587 if test -w $cache_file; then
34588 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34589 cat confcache
>$cache_file
34591 echo "not updating unwritable cache $cache_file"
34598 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
34604 if test "$wxUSE_THREADS" = "yes" ; then
34605 if test "$USE_BEOS" = 1; then
34606 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
34607 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
34612 if test "$wxUSE_THREADS" = "yes" ; then
34615 THREAD_OPTS
="-pthread"
34617 *-*-solaris2* | *-*-sunos4* )
34618 if test "x$GCC" = "xyes"; then
34619 THREAD_OPTS
="-pthreads $THREAD_OPTS"
34621 THREAD_OPTS
="-mt $THREAD_OPTS"
34625 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
34627 *-*-darwin* | *-*-cygwin* )
34631 THREAD_OPTS
="pthreads"
34634 if test "x$GCC" != "xyes"; then
34640 if test "x$GCC" = "xyes"; then
34646 if test "x$GCC" != "xyes"; then
34647 THREAD_OPTS
="-Ethread"
34652 THREAD_OPTS
="$THREAD_OPTS pthread none"
34655 for flag
in $THREAD_OPTS; do
34658 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
34659 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
34663 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
34664 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
34665 THREADS_CFLAGS
="$flag"
34669 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
34670 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
34671 THREADS_LINK
="-l$flag"
34676 save_CFLAGS
="$CFLAGS"
34677 LIBS
="$THREADS_LINK $LIBS"
34678 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
34680 cat >conftest.
$ac_ext <<_ACEOF
34683 cat confdefs.h
>>conftest.
$ac_ext
34684 cat >>conftest.
$ac_ext <<_ACEOF
34685 /* end confdefs.h. */
34686 #include <pthread.h>
34690 pthread_create(0,0,0,0);
34695 rm -f conftest.
$ac_objext conftest
$ac_exeext
34696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34697 (eval $ac_link) 2>conftest.er1
34699 grep -v '^ *+' conftest.er1
>conftest.err
34701 cat conftest.err
>&5
34702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34703 (exit $ac_status); } &&
34704 { ac_try
='test -z "$ac_c_werror_flag"
34705 || test ! -s conftest.err'
34706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34707 (eval $ac_try) 2>&5
34709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34710 (exit $ac_status); }; } &&
34711 { ac_try
='test -s conftest$ac_exeext'
34712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34713 (eval $ac_try) 2>&5
34715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34716 (exit $ac_status); }; }; then
34719 echo "$as_me: failed program was:" >&5
34720 sed 's/^/| /' conftest.
$ac_ext >&5
34723 rm -f conftest.err conftest.
$ac_objext \
34724 conftest
$ac_exeext conftest.
$ac_ext
34727 CFLAGS
="$save_CFLAGS"
34729 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
34730 echo "${ECHO_T}$THREADS_OK" >&6
34731 if test "x$THREADS_OK" = "xyes"; then
34739 if test "x$THREADS_OK" != "xyes"; then
34741 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
34742 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
34744 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
34745 LIBS
="$THREADS_LINK $LIBS"
34747 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
34748 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
34752 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
34753 flag
="-D_THREAD_SAFE"
34756 flag
="-D_THREAD_SAFE"
34759 flag
="-D_REENTRANT"
34760 if test "x$GCC" != "xyes"; then
34761 flag
="$flag -D_RWSTD_MULTI_THREAD"
34764 *solaris
* | alpha
*-osf*)
34765 flag
="-D_REENTRANT"
34768 echo "$as_me:$LINENO: result: ${flag}" >&5
34769 echo "${ECHO_T}${flag}" >&6
34770 if test "x$flag" != xno
; then
34771 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
34774 if test "x$THREADS_CFLAGS" != "x"; then
34775 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
34776 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
34781 if test "$wxUSE_THREADS" = "yes" ; then
34783 for ac_func
in thr_setconcurrency
34785 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34786 echo "$as_me:$LINENO: checking for $ac_func" >&5
34787 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34788 if eval "test \"\${$as_ac_var+set}\" = set"; then
34789 echo $ECHO_N "(cached) $ECHO_C" >&6
34791 cat >conftest.
$ac_ext <<_ACEOF
34794 cat confdefs.h
>>conftest.
$ac_ext
34795 cat >>conftest.
$ac_ext <<_ACEOF
34796 /* end confdefs.h. */
34797 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34798 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34799 #define $ac_func innocuous_$ac_func
34801 /* System header to define __stub macros and hopefully few prototypes,
34802 which can conflict with char $ac_func (); below.
34803 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34804 <limits.h> exists even on freestanding compilers. */
34807 # include <limits.h>
34809 # include <assert.h>
34814 /* Override any gcc2 internal prototype to avoid an error. */
34819 /* We use char because int might match the return type of a gcc2
34820 builtin and then its argument prototype would still apply. */
34822 /* The GNU C library defines this for functions which it implements
34823 to always fail with ENOSYS. Some functions are actually named
34824 something starting with __ and the normal name is an alias. */
34825 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34828 char (*f) () = $ac_func;
34837 return f != $ac_func;
34842 rm -f conftest.
$ac_objext conftest
$ac_exeext
34843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34844 (eval $ac_link) 2>conftest.er1
34846 grep -v '^ *+' conftest.er1
>conftest.err
34848 cat conftest.err
>&5
34849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34850 (exit $ac_status); } &&
34851 { ac_try
='test -z "$ac_c_werror_flag"
34852 || test ! -s conftest.err'
34853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34854 (eval $ac_try) 2>&5
34856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34857 (exit $ac_status); }; } &&
34858 { ac_try
='test -s conftest$ac_exeext'
34859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34860 (eval $ac_try) 2>&5
34862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34863 (exit $ac_status); }; }; then
34864 eval "$as_ac_var=yes"
34866 echo "$as_me: failed program was:" >&5
34867 sed 's/^/| /' conftest.
$ac_ext >&5
34869 eval "$as_ac_var=no"
34871 rm -f conftest.err conftest.
$ac_objext \
34872 conftest
$ac_exeext conftest.
$ac_ext
34874 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34875 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34876 if test `eval echo '${'$as_ac_var'}'` = yes; then
34877 cat >>confdefs.h
<<_ACEOF
34878 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34886 for ac_header
in sched.h
34888 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34889 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34890 echo "$as_me:$LINENO: checking for $ac_header" >&5
34891 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34892 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34893 echo $ECHO_N "(cached) $ECHO_C" >&6
34895 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34896 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34898 # Is the header compilable?
34899 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34900 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34901 cat >conftest.
$ac_ext <<_ACEOF
34904 cat confdefs.h
>>conftest.
$ac_ext
34905 cat >>conftest.
$ac_ext <<_ACEOF
34906 /* end confdefs.h. */
34907 $ac_includes_default
34908 #include <$ac_header>
34910 rm -f conftest.
$ac_objext
34911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34912 (eval $ac_compile) 2>conftest.er1
34914 grep -v '^ *+' conftest.er1
>conftest.err
34916 cat conftest.err
>&5
34917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34918 (exit $ac_status); } &&
34919 { ac_try
='test -z "$ac_c_werror_flag"
34920 || test ! -s conftest.err'
34921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34922 (eval $ac_try) 2>&5
34924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34925 (exit $ac_status); }; } &&
34926 { ac_try
='test -s conftest.$ac_objext'
34927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34928 (eval $ac_try) 2>&5
34930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34931 (exit $ac_status); }; }; then
34932 ac_header_compiler
=yes
34934 echo "$as_me: failed program was:" >&5
34935 sed 's/^/| /' conftest.
$ac_ext >&5
34937 ac_header_compiler
=no
34939 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34940 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34941 echo "${ECHO_T}$ac_header_compiler" >&6
34943 # Is the header present?
34944 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34945 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34946 cat >conftest.
$ac_ext <<_ACEOF
34949 cat confdefs.h
>>conftest.
$ac_ext
34950 cat >>conftest.
$ac_ext <<_ACEOF
34951 /* end confdefs.h. */
34952 #include <$ac_header>
34954 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34955 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
34957 grep -v '^ *+' conftest.er1
>conftest.err
34959 cat conftest.err
>&5
34960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34961 (exit $ac_status); } >/dev
/null
; then
34962 if test -s conftest.err
; then
34963 ac_cpp_err
=$ac_c_preproc_warn_flag
34964 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
34971 if test -z "$ac_cpp_err"; then
34972 ac_header_preproc
=yes
34974 echo "$as_me: failed program was:" >&5
34975 sed 's/^/| /' conftest.
$ac_ext >&5
34977 ac_header_preproc
=no
34979 rm -f conftest.err conftest.
$ac_ext
34980 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34981 echo "${ECHO_T}$ac_header_preproc" >&6
34983 # So? What about this header?
34984 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34986 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34987 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34988 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34989 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34990 ac_header_preproc
=yes
34993 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34994 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34995 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34996 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34997 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34998 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34999 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35000 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35001 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35002 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35003 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35004 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35007 ## ----------------------------------------- ##
35008 ## Report this to wx-dev@lists.wxwidgets.org ##
35009 ## ----------------------------------------- ##
35012 sed "s/^/$as_me: WARNING: /" >&2
35015 echo "$as_me:$LINENO: checking for $ac_header" >&5
35016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35017 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35018 echo $ECHO_N "(cached) $ECHO_C" >&6
35020 eval "$as_ac_Header=\$ac_header_preproc"
35022 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35023 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35026 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35027 cat >>confdefs.h
<<_ACEOF
35028 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35035 if test "$ac_cv_header_sched_h" = "yes"; then
35036 echo "$as_me:$LINENO: checking for sched_yield" >&5
35037 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
35038 if test "${ac_cv_func_sched_yield+set}" = set; then
35039 echo $ECHO_N "(cached) $ECHO_C" >&6
35041 cat >conftest.
$ac_ext <<_ACEOF
35044 cat confdefs.h
>>conftest.
$ac_ext
35045 cat >>conftest.
$ac_ext <<_ACEOF
35046 /* end confdefs.h. */
35047 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
35048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35049 #define sched_yield innocuous_sched_yield
35051 /* System header to define __stub macros and hopefully few prototypes,
35052 which can conflict with char sched_yield (); below.
35053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35054 <limits.h> exists even on freestanding compilers. */
35057 # include <limits.h>
35059 # include <assert.h>
35064 /* Override any gcc2 internal prototype to avoid an error. */
35069 /* We use char because int might match the return type of a gcc2
35070 builtin and then its argument prototype would still apply. */
35071 char sched_yield ();
35072 /* The GNU C library defines this for functions which it implements
35073 to always fail with ENOSYS. Some functions are actually named
35074 something starting with __ and the normal name is an alias. */
35075 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
35078 char (*f) () = sched_yield;
35087 return f != sched_yield;
35092 rm -f conftest.
$ac_objext conftest
$ac_exeext
35093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35094 (eval $ac_link) 2>conftest.er1
35096 grep -v '^ *+' conftest.er1
>conftest.err
35098 cat conftest.err
>&5
35099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35100 (exit $ac_status); } &&
35101 { ac_try
='test -z "$ac_c_werror_flag"
35102 || test ! -s conftest.err'
35103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35104 (eval $ac_try) 2>&5
35106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35107 (exit $ac_status); }; } &&
35108 { ac_try
='test -s conftest$ac_exeext'
35109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35110 (eval $ac_try) 2>&5
35112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35113 (exit $ac_status); }; }; then
35114 ac_cv_func_sched_yield
=yes
35116 echo "$as_me: failed program was:" >&5
35117 sed 's/^/| /' conftest.
$ac_ext >&5
35119 ac_cv_func_sched_yield
=no
35121 rm -f conftest.err conftest.
$ac_objext \
35122 conftest
$ac_exeext conftest.
$ac_ext
35124 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
35125 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
35126 if test $ac_cv_func_sched_yield = yes; then
35127 cat >>confdefs.h
<<\_ACEOF
35128 #define HAVE_SCHED_YIELD 1
35133 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
35134 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
35135 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
35136 echo $ECHO_N "(cached) $ECHO_C" >&6
35138 ac_check_lib_save_LIBS
=$LIBS
35139 LIBS
="-lposix4 $LIBS"
35140 cat >conftest.
$ac_ext <<_ACEOF
35143 cat confdefs.h
>>conftest.
$ac_ext
35144 cat >>conftest.
$ac_ext <<_ACEOF
35145 /* end confdefs.h. */
35147 /* Override any gcc2 internal prototype to avoid an error. */
35151 /* We use char because int might match the return type of a gcc2
35152 builtin and then its argument prototype would still apply. */
35153 char sched_yield ();
35162 rm -f conftest.
$ac_objext conftest
$ac_exeext
35163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35164 (eval $ac_link) 2>conftest.er1
35166 grep -v '^ *+' conftest.er1
>conftest.err
35168 cat conftest.err
>&5
35169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35170 (exit $ac_status); } &&
35171 { ac_try
='test -z "$ac_c_werror_flag"
35172 || test ! -s conftest.err'
35173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35174 (eval $ac_try) 2>&5
35176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35177 (exit $ac_status); }; } &&
35178 { ac_try
='test -s conftest$ac_exeext'
35179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35180 (eval $ac_try) 2>&5
35182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35183 (exit $ac_status); }; }; then
35184 ac_cv_lib_posix4_sched_yield
=yes
35186 echo "$as_me: failed program was:" >&5
35187 sed 's/^/| /' conftest.
$ac_ext >&5
35189 ac_cv_lib_posix4_sched_yield
=no
35191 rm -f conftest.err conftest.
$ac_objext \
35192 conftest
$ac_exeext conftest.
$ac_ext
35193 LIBS
=$ac_check_lib_save_LIBS
35195 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
35196 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
35197 if test $ac_cv_lib_posix4_sched_yield = yes; then
35198 cat >>confdefs.h
<<\_ACEOF
35199 #define HAVE_SCHED_YIELD 1
35201 POSIX4_LINK
=" -lposix4"
35203 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
35204 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
35215 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
35216 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
35217 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
35218 echo $ECHO_N "(cached) $ECHO_C" >&6
35220 cat >conftest.
$ac_ext <<_ACEOF
35223 cat confdefs.h
>>conftest.
$ac_ext
35224 cat >>conftest.
$ac_ext <<_ACEOF
35225 /* end confdefs.h. */
35226 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
35227 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35228 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
35230 /* System header to define __stub macros and hopefully few prototypes,
35231 which can conflict with char pthread_attr_getschedpolicy (); below.
35232 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35233 <limits.h> exists even on freestanding compilers. */
35236 # include <limits.h>
35238 # include <assert.h>
35241 #undef pthread_attr_getschedpolicy
35243 /* Override any gcc2 internal prototype to avoid an error. */
35248 /* We use char because int might match the return type of a gcc2
35249 builtin and then its argument prototype would still apply. */
35250 char pthread_attr_getschedpolicy ();
35251 /* The GNU C library defines this for functions which it implements
35252 to always fail with ENOSYS. Some functions are actually named
35253 something starting with __ and the normal name is an alias. */
35254 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
35257 char (*f) () = pthread_attr_getschedpolicy;
35266 return f != pthread_attr_getschedpolicy;
35271 rm -f conftest.
$ac_objext conftest
$ac_exeext
35272 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35273 (eval $ac_link) 2>conftest.er1
35275 grep -v '^ *+' conftest.er1
>conftest.err
35277 cat conftest.err
>&5
35278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35279 (exit $ac_status); } &&
35280 { ac_try
='test -z "$ac_c_werror_flag"
35281 || test ! -s conftest.err'
35282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35283 (eval $ac_try) 2>&5
35285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35286 (exit $ac_status); }; } &&
35287 { ac_try
='test -s conftest$ac_exeext'
35288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35289 (eval $ac_try) 2>&5
35291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35292 (exit $ac_status); }; }; then
35293 ac_cv_func_pthread_attr_getschedpolicy
=yes
35295 echo "$as_me: failed program was:" >&5
35296 sed 's/^/| /' conftest.
$ac_ext >&5
35298 ac_cv_func_pthread_attr_getschedpolicy
=no
35300 rm -f conftest.err conftest.
$ac_objext \
35301 conftest
$ac_exeext conftest.
$ac_ext
35303 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
35304 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
35305 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
35306 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
35307 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
35308 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
35309 echo $ECHO_N "(cached) $ECHO_C" >&6
35311 cat >conftest.
$ac_ext <<_ACEOF
35314 cat confdefs.h
>>conftest.
$ac_ext
35315 cat >>conftest.
$ac_ext <<_ACEOF
35316 /* end confdefs.h. */
35317 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
35318 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35319 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
35321 /* System header to define __stub macros and hopefully few prototypes,
35322 which can conflict with char pthread_attr_setschedparam (); below.
35323 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35324 <limits.h> exists even on freestanding compilers. */
35327 # include <limits.h>
35329 # include <assert.h>
35332 #undef pthread_attr_setschedparam
35334 /* Override any gcc2 internal prototype to avoid an error. */
35339 /* We use char because int might match the return type of a gcc2
35340 builtin and then its argument prototype would still apply. */
35341 char pthread_attr_setschedparam ();
35342 /* The GNU C library defines this for functions which it implements
35343 to always fail with ENOSYS. Some functions are actually named
35344 something starting with __ and the normal name is an alias. */
35345 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
35348 char (*f) () = pthread_attr_setschedparam;
35357 return f != pthread_attr_setschedparam;
35362 rm -f conftest.
$ac_objext conftest
$ac_exeext
35363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35364 (eval $ac_link) 2>conftest.er1
35366 grep -v '^ *+' conftest.er1
>conftest.err
35368 cat conftest.err
>&5
35369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35370 (exit $ac_status); } &&
35371 { ac_try
='test -z "$ac_c_werror_flag"
35372 || test ! -s conftest.err'
35373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35374 (eval $ac_try) 2>&5
35376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35377 (exit $ac_status); }; } &&
35378 { ac_try
='test -s conftest$ac_exeext'
35379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35380 (eval $ac_try) 2>&5
35382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35383 (exit $ac_status); }; }; then
35384 ac_cv_func_pthread_attr_setschedparam
=yes
35386 echo "$as_me: failed program was:" >&5
35387 sed 's/^/| /' conftest.
$ac_ext >&5
35389 ac_cv_func_pthread_attr_setschedparam
=no
35391 rm -f conftest.err conftest.
$ac_objext \
35392 conftest
$ac_exeext conftest.
$ac_ext
35394 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
35395 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
35396 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
35397 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
35398 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
35399 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
35400 echo $ECHO_N "(cached) $ECHO_C" >&6
35402 cat >conftest.
$ac_ext <<_ACEOF
35405 cat confdefs.h
>>conftest.
$ac_ext
35406 cat >>conftest.
$ac_ext <<_ACEOF
35407 /* end confdefs.h. */
35408 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
35409 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35410 #define sched_get_priority_max innocuous_sched_get_priority_max
35412 /* System header to define __stub macros and hopefully few prototypes,
35413 which can conflict with char sched_get_priority_max (); below.
35414 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35415 <limits.h> exists even on freestanding compilers. */
35418 # include <limits.h>
35420 # include <assert.h>
35423 #undef sched_get_priority_max
35425 /* Override any gcc2 internal prototype to avoid an error. */
35430 /* We use char because int might match the return type of a gcc2
35431 builtin and then its argument prototype would still apply. */
35432 char sched_get_priority_max ();
35433 /* The GNU C library defines this for functions which it implements
35434 to always fail with ENOSYS. Some functions are actually named
35435 something starting with __ and the normal name is an alias. */
35436 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
35439 char (*f) () = sched_get_priority_max;
35448 return f != sched_get_priority_max;
35453 rm -f conftest.
$ac_objext conftest
$ac_exeext
35454 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35455 (eval $ac_link) 2>conftest.er1
35457 grep -v '^ *+' conftest.er1
>conftest.err
35459 cat conftest.err
>&5
35460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35461 (exit $ac_status); } &&
35462 { ac_try
='test -z "$ac_c_werror_flag"
35463 || test ! -s conftest.err'
35464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35465 (eval $ac_try) 2>&5
35467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35468 (exit $ac_status); }; } &&
35469 { ac_try
='test -s conftest$ac_exeext'
35470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35471 (eval $ac_try) 2>&5
35473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35474 (exit $ac_status); }; }; then
35475 ac_cv_func_sched_get_priority_max
=yes
35477 echo "$as_me: failed program was:" >&5
35478 sed 's/^/| /' conftest.
$ac_ext >&5
35480 ac_cv_func_sched_get_priority_max
=no
35482 rm -f conftest.err conftest.
$ac_objext \
35483 conftest
$ac_exeext conftest.
$ac_ext
35485 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
35486 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
35487 if test $ac_cv_func_sched_get_priority_max = yes; then
35490 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
35491 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
35492 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
35493 echo $ECHO_N "(cached) $ECHO_C" >&6
35495 ac_check_lib_save_LIBS
=$LIBS
35496 LIBS
="-lposix4 $LIBS"
35497 cat >conftest.
$ac_ext <<_ACEOF
35500 cat confdefs.h
>>conftest.
$ac_ext
35501 cat >>conftest.
$ac_ext <<_ACEOF
35502 /* end confdefs.h. */
35504 /* Override any gcc2 internal prototype to avoid an error. */
35508 /* We use char because int might match the return type of a gcc2
35509 builtin and then its argument prototype would still apply. */
35510 char sched_get_priority_max ();
35514 sched_get_priority_max ();
35519 rm -f conftest.
$ac_objext conftest
$ac_exeext
35520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35521 (eval $ac_link) 2>conftest.er1
35523 grep -v '^ *+' conftest.er1
>conftest.err
35525 cat conftest.err
>&5
35526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35527 (exit $ac_status); } &&
35528 { ac_try
='test -z "$ac_c_werror_flag"
35529 || test ! -s conftest.err'
35530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35531 (eval $ac_try) 2>&5
35533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35534 (exit $ac_status); }; } &&
35535 { ac_try
='test -s conftest$ac_exeext'
35536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35537 (eval $ac_try) 2>&5
35539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35540 (exit $ac_status); }; }; then
35541 ac_cv_lib_posix4_sched_get_priority_max
=yes
35543 echo "$as_me: failed program was:" >&5
35544 sed 's/^/| /' conftest.
$ac_ext >&5
35546 ac_cv_lib_posix4_sched_get_priority_max
=no
35548 rm -f conftest.err conftest.
$ac_objext \
35549 conftest
$ac_exeext conftest.
$ac_ext
35550 LIBS
=$ac_check_lib_save_LIBS
35552 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
35553 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
35554 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
35557 POSIX4_LINK
=" -lposix4"
35571 if test "$HAVE_PRIOR_FUNCS" = 1; then
35572 cat >>confdefs.h
<<\_ACEOF
35573 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
35577 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
35578 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
35581 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
35582 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
35583 if test "${ac_cv_func_pthread_cancel+set}" = set; then
35584 echo $ECHO_N "(cached) $ECHO_C" >&6
35586 cat >conftest.
$ac_ext <<_ACEOF
35589 cat confdefs.h
>>conftest.
$ac_ext
35590 cat >>conftest.
$ac_ext <<_ACEOF
35591 /* end confdefs.h. */
35592 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
35593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35594 #define pthread_cancel innocuous_pthread_cancel
35596 /* System header to define __stub macros and hopefully few prototypes,
35597 which can conflict with char pthread_cancel (); below.
35598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35599 <limits.h> exists even on freestanding compilers. */
35602 # include <limits.h>
35604 # include <assert.h>
35607 #undef pthread_cancel
35609 /* Override any gcc2 internal prototype to avoid an error. */
35614 /* We use char because int might match the return type of a gcc2
35615 builtin and then its argument prototype would still apply. */
35616 char pthread_cancel ();
35617 /* The GNU C library defines this for functions which it implements
35618 to always fail with ENOSYS. Some functions are actually named
35619 something starting with __ and the normal name is an alias. */
35620 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
35623 char (*f) () = pthread_cancel;
35632 return f != pthread_cancel;
35637 rm -f conftest.
$ac_objext conftest
$ac_exeext
35638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35639 (eval $ac_link) 2>conftest.er1
35641 grep -v '^ *+' conftest.er1
>conftest.err
35643 cat conftest.err
>&5
35644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35645 (exit $ac_status); } &&
35646 { ac_try
='test -z "$ac_c_werror_flag"
35647 || test ! -s conftest.err'
35648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35649 (eval $ac_try) 2>&5
35651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35652 (exit $ac_status); }; } &&
35653 { ac_try
='test -s conftest$ac_exeext'
35654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35655 (eval $ac_try) 2>&5
35657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35658 (exit $ac_status); }; }; then
35659 ac_cv_func_pthread_cancel
=yes
35661 echo "$as_me: failed program was:" >&5
35662 sed 's/^/| /' conftest.
$ac_ext >&5
35664 ac_cv_func_pthread_cancel
=no
35666 rm -f conftest.err conftest.
$ac_objext \
35667 conftest
$ac_exeext conftest.
$ac_ext
35669 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
35670 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
35671 if test $ac_cv_func_pthread_cancel = yes; then
35672 cat >>confdefs.h
<<\_ACEOF
35673 #define HAVE_PTHREAD_CANCEL 1
35677 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
35678 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
35682 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
35683 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
35684 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
35685 echo $ECHO_N "(cached) $ECHO_C" >&6
35687 cat >conftest.
$ac_ext <<_ACEOF
35690 cat confdefs.h
>>conftest.
$ac_ext
35691 cat >>conftest.
$ac_ext <<_ACEOF
35692 /* end confdefs.h. */
35693 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
35694 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35695 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
35697 /* System header to define __stub macros and hopefully few prototypes,
35698 which can conflict with char pthread_attr_setstacksize (); below.
35699 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35700 <limits.h> exists even on freestanding compilers. */
35703 # include <limits.h>
35705 # include <assert.h>
35708 #undef pthread_attr_setstacksize
35710 /* Override any gcc2 internal prototype to avoid an error. */
35715 /* We use char because int might match the return type of a gcc2
35716 builtin and then its argument prototype would still apply. */
35717 char pthread_attr_setstacksize ();
35718 /* The GNU C library defines this for functions which it implements
35719 to always fail with ENOSYS. Some functions are actually named
35720 something starting with __ and the normal name is an alias. */
35721 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
35724 char (*f) () = pthread_attr_setstacksize;
35733 return f != pthread_attr_setstacksize;
35738 rm -f conftest.
$ac_objext conftest
$ac_exeext
35739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35740 (eval $ac_link) 2>conftest.er1
35742 grep -v '^ *+' conftest.er1
>conftest.err
35744 cat conftest.err
>&5
35745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35746 (exit $ac_status); } &&
35747 { ac_try
='test -z "$ac_c_werror_flag"
35748 || test ! -s conftest.err'
35749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35750 (eval $ac_try) 2>&5
35752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35753 (exit $ac_status); }; } &&
35754 { ac_try
='test -s conftest$ac_exeext'
35755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35756 (eval $ac_try) 2>&5
35758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35759 (exit $ac_status); }; }; then
35760 ac_cv_func_pthread_attr_setstacksize
=yes
35762 echo "$as_me: failed program was:" >&5
35763 sed 's/^/| /' conftest.
$ac_ext >&5
35765 ac_cv_func_pthread_attr_setstacksize
=no
35767 rm -f conftest.err conftest.
$ac_objext \
35768 conftest
$ac_exeext conftest.
$ac_ext
35770 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
35771 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
35772 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
35773 cat >>confdefs.h
<<\_ACEOF
35774 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
35781 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
35782 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
35783 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
35784 echo $ECHO_N "(cached) $ECHO_C" >&6
35787 cat >conftest.
$ac_ext <<_ACEOF
35790 cat confdefs.h
>>conftest.
$ac_ext
35791 cat >>conftest.
$ac_ext <<_ACEOF
35792 /* end confdefs.h. */
35793 #include <pthread.h>
35798 pthread_mutexattr_t attr;
35799 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
35805 rm -f conftest.
$ac_objext
35806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35807 (eval $ac_compile) 2>conftest.er1
35809 grep -v '^ *+' conftest.er1
>conftest.err
35811 cat conftest.err
>&5
35812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35813 (exit $ac_status); } &&
35814 { ac_try
='test -z "$ac_c_werror_flag"
35815 || 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_objext'
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
35828 wx_cv_type_pthread_mutexattr_t
=yes
35831 echo "$as_me: failed program was:" >&5
35832 sed 's/^/| /' conftest.
$ac_ext >&5
35835 wx_cv_type_pthread_mutexattr_t
=no
35839 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35842 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
35843 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
35845 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
35846 cat >>confdefs.h
<<\_ACEOF
35847 #define HAVE_PTHREAD_MUTEXATTR_T 1
35851 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
35852 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
35853 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
35854 echo $ECHO_N "(cached) $ECHO_C" >&6
35857 cat >conftest.
$ac_ext <<_ACEOF
35860 cat confdefs.h
>>conftest.
$ac_ext
35861 cat >>conftest.
$ac_ext <<_ACEOF
35862 /* end confdefs.h. */
35863 #include <pthread.h>
35868 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
35874 rm -f conftest.
$ac_objext
35875 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35876 (eval $ac_compile) 2>conftest.er1
35878 grep -v '^ *+' conftest.er1
>conftest.err
35880 cat conftest.err
>&5
35881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35882 (exit $ac_status); } &&
35883 { ac_try
='test -z "$ac_c_werror_flag"
35884 || test ! -s conftest.err'
35885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35886 (eval $ac_try) 2>&5
35888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35889 (exit $ac_status); }; } &&
35890 { ac_try
='test -s conftest.$ac_objext'
35891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35892 (eval $ac_try) 2>&5
35894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35895 (exit $ac_status); }; }; then
35897 wx_cv_type_pthread_rec_mutex_init
=yes
35900 echo "$as_me: failed program was:" >&5
35901 sed 's/^/| /' conftest.
$ac_ext >&5
35904 wx_cv_type_pthread_rec_mutex_init
=no
35908 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35911 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
35912 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
35913 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
35914 cat >>confdefs.h
<<\_ACEOF
35915 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
35919 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
35920 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
35926 if test "$wxUSE_THREADS" = "yes" ; then
35929 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
35930 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
35931 if test "${wx_cv_cflags_mthread+set}" = set; then
35932 echo $ECHO_N "(cached) $ECHO_C" >&6
35935 CFLAGS_OLD
="$CFLAGS"
35936 CFLAGS
="$CFLAGS -mthreads"
35937 cat >conftest.
$ac_ext <<_ACEOF
35940 cat confdefs.h
>>conftest.
$ac_ext
35941 cat >>conftest.
$ac_ext <<_ACEOF
35942 /* end confdefs.h. */
35952 rm -f conftest.
$ac_objext
35953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35954 (eval $ac_compile) 2>conftest.er1
35956 grep -v '^ *+' conftest.er1
>conftest.err
35958 cat conftest.err
>&5
35959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35960 (exit $ac_status); } &&
35961 { ac_try
='test -z "$ac_c_werror_flag"
35962 || test ! -s conftest.err'
35963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35964 (eval $ac_try) 2>&5
35966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35967 (exit $ac_status); }; } &&
35968 { ac_try
='test -s conftest.$ac_objext'
35969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35970 (eval $ac_try) 2>&5
35972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35973 (exit $ac_status); }; }; then
35974 wx_cv_cflags_mthread
=yes
35976 echo "$as_me: failed program was:" >&5
35977 sed 's/^/| /' conftest.
$ac_ext >&5
35979 wx_cv_cflags_mthread
=no
35982 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35986 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
35987 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
35989 if test "$wx_cv_cflags_mthread" = "yes"; then
35990 CXXFLAGS
="$CXXFLAGS -mthreads"
35991 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
35992 LDFLAGS
="$LDFLAGS -mthreads"
35994 CFLAGS
="$CFLAGS_OLD"
35998 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
35999 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
36000 LDFLAGS
="$LDFLAGS -Zmt"
36006 if test "$wxUSE_THREADS" = "yes"; then
36007 cat >>confdefs.h
<<\_ACEOF
36008 #define wxUSE_THREADS 1
36012 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
36014 if test "$ac_cv_func_strtok_r" = "yes"; then
36015 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
36016 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
36017 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
36018 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
36019 echo "$as_me:$LINENO: result: yes" >&5
36020 echo "${ECHO_T}yes" >&6
36022 echo "$as_me:$LINENO: result: no" >&5
36023 echo "${ECHO_T}no" >&6
36028 if test "$WXGTK20" = 1 ; then
36029 cat >>confdefs.h
<<_ACEOF
36030 #define __WXGTK20__ $WXGTK20
36036 if test "$WXGTK12" = 1 ; then
36037 cat >>confdefs.h
<<_ACEOF
36038 #define __WXGTK12__ $WXGTK12
36043 if test "$WXGTK127" = 1 ; then
36044 cat >>confdefs.h
<<_ACEOF
36045 #define __WXGTK127__ $WXGTK127
36050 if test "$WXGPE" = 1 ; then
36051 cat >>confdefs.h
<<_ACEOF
36052 #define __WXGPE__ $WXGPE
36059 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
36064 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
36065 wxUSE_DEBUG_INFO
=yes
36066 if test "$GCC" = yes; then
36071 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
36072 cat >>confdefs.h
<<\_ACEOF
36076 WXDEBUG_DEFINE
="-D__WXDEBUG__"
36078 if test "$wxUSE_GTK" = 1 ; then
36079 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
36083 if test "$wxUSE_MEM_TRACING" = "yes" ; then
36084 cat >>confdefs.h
<<\_ACEOF
36085 #define wxUSE_MEMORY_TRACING 1
36088 cat >>confdefs.h
<<\_ACEOF
36089 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
36092 cat >>confdefs.h
<<\_ACEOF
36093 #define wxUSE_DEBUG_NEW_ALWAYS 1
36096 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
36099 if test "$wxUSE_DMALLOC" = "yes" ; then
36100 DMALLOC_LIBS
="-ldmallocthcxx"
36104 if test "$wxUSE_PROFILE" = "yes" ; then
36109 CODE_GEN_FLAGS_CXX
=
36110 if test "$GCC" = "yes" ; then
36111 if test "$wxUSE_NO_RTTI" = "yes" ; then
36112 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
36114 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36115 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
36117 if test "$wxUSE_PERMISSIVE" = "yes" ; then
36118 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
36123 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
36126 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
36132 if test "$wxUSE_OPTIMISE" = "no" ; then
36133 if test "$GCC" = yes ; then
36137 if test "$GCC" = yes ; then
36141 i586
-*-*|i686
-*-* )
36142 OPTIMISE
="${OPTIMISE} "
36151 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
36152 cat >>confdefs.h
<<\_ACEOF
36153 #define WXWIN_COMPATIBILITY_2_2 1
36157 WXWIN_COMPATIBILITY_2_4
="yes"
36160 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
36161 cat >>confdefs.h
<<\_ACEOF
36162 #define WXWIN_COMPATIBILITY_2_4 1
36168 if test "$wxUSE_GUI" = "yes"; then
36169 cat >>confdefs.h
<<\_ACEOF
36170 #define wxUSE_GUI 1
36177 if test "$wxUSE_UNIX" = "yes"; then
36178 cat >>confdefs.h
<<\_ACEOF
36179 #define wxUSE_UNIX 1
36185 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
36189 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36190 if test "$USE_DARWIN" = 1; then
36192 elif test "$USE_DOS" = 1; then
36196 for ac_func
in dlopen
36198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36199 echo "$as_me:$LINENO: checking for $ac_func" >&5
36200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36201 if eval "test \"\${$as_ac_var+set}\" = set"; then
36202 echo $ECHO_N "(cached) $ECHO_C" >&6
36204 cat >conftest.
$ac_ext <<_ACEOF
36207 cat confdefs.h
>>conftest.
$ac_ext
36208 cat >>conftest.
$ac_ext <<_ACEOF
36209 /* end confdefs.h. */
36210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36212 #define $ac_func innocuous_$ac_func
36214 /* System header to define __stub macros and hopefully few prototypes,
36215 which can conflict with char $ac_func (); below.
36216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36217 <limits.h> exists even on freestanding compilers. */
36220 # include <limits.h>
36222 # include <assert.h>
36227 /* Override any gcc2 internal prototype to avoid an error. */
36232 /* We use char because int might match the return type of a gcc2
36233 builtin and then its argument prototype would still apply. */
36235 /* The GNU C library defines this for functions which it implements
36236 to always fail with ENOSYS. Some functions are actually named
36237 something starting with __ and the normal name is an alias. */
36238 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36241 char (*f) () = $ac_func;
36250 return f != $ac_func;
36255 rm -f conftest.
$ac_objext conftest
$ac_exeext
36256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36257 (eval $ac_link) 2>conftest.er1
36259 grep -v '^ *+' conftest.er1
>conftest.err
36261 cat conftest.err
>&5
36262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36263 (exit $ac_status); } &&
36264 { ac_try
='test -z "$ac_c_werror_flag"
36265 || test ! -s conftest.err'
36266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36267 (eval $ac_try) 2>&5
36269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36270 (exit $ac_status); }; } &&
36271 { ac_try
='test -s conftest$ac_exeext'
36272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36273 (eval $ac_try) 2>&5
36275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36276 (exit $ac_status); }; }; then
36277 eval "$as_ac_var=yes"
36279 echo "$as_me: failed program was:" >&5
36280 sed 's/^/| /' conftest.
$ac_ext >&5
36282 eval "$as_ac_var=no"
36284 rm -f conftest.err conftest.
$ac_objext \
36285 conftest
$ac_exeext conftest.
$ac_ext
36287 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36288 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36289 if test `eval echo '${'$as_ac_var'}'` = yes; then
36290 cat >>confdefs.h
<<_ACEOF
36291 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36294 cat >>confdefs.h
<<\_ACEOF
36295 #define HAVE_DLOPEN 1
36302 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
36303 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
36304 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
36305 echo $ECHO_N "(cached) $ECHO_C" >&6
36307 ac_check_lib_save_LIBS
=$LIBS
36309 cat >conftest.
$ac_ext <<_ACEOF
36312 cat confdefs.h
>>conftest.
$ac_ext
36313 cat >>conftest.
$ac_ext <<_ACEOF
36314 /* end confdefs.h. */
36316 /* Override any gcc2 internal prototype to avoid an error. */
36320 /* We use char because int might match the return type of a gcc2
36321 builtin and then its argument prototype would still apply. */
36331 rm -f conftest.
$ac_objext conftest
$ac_exeext
36332 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36333 (eval $ac_link) 2>conftest.er1
36335 grep -v '^ *+' conftest.er1
>conftest.err
36337 cat conftest.err
>&5
36338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36339 (exit $ac_status); } &&
36340 { ac_try
='test -z "$ac_c_werror_flag"
36341 || test ! -s conftest.err'
36342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36343 (eval $ac_try) 2>&5
36345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36346 (exit $ac_status); }; } &&
36347 { ac_try
='test -s conftest$ac_exeext'
36348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36349 (eval $ac_try) 2>&5
36351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36352 (exit $ac_status); }; }; then
36353 ac_cv_lib_dl_dlopen
=yes
36355 echo "$as_me: failed program was:" >&5
36356 sed 's/^/| /' conftest.
$ac_ext >&5
36358 ac_cv_lib_dl_dlopen
=no
36360 rm -f conftest.err conftest.
$ac_objext \
36361 conftest
$ac_exeext conftest.
$ac_ext
36362 LIBS
=$ac_check_lib_save_LIBS
36364 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
36365 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
36366 if test $ac_cv_lib_dl_dlopen = yes; then
36368 cat >>confdefs.h
<<\_ACEOF
36369 #define HAVE_DLOPEN 1
36373 DL_LINK
=" -ldl$DL_LINK"
36378 for ac_func
in shl_load
36380 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36381 echo "$as_me:$LINENO: checking for $ac_func" >&5
36382 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36383 if eval "test \"\${$as_ac_var+set}\" = set"; then
36384 echo $ECHO_N "(cached) $ECHO_C" >&6
36386 cat >conftest.
$ac_ext <<_ACEOF
36389 cat confdefs.h
>>conftest.
$ac_ext
36390 cat >>conftest.
$ac_ext <<_ACEOF
36391 /* end confdefs.h. */
36392 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36393 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36394 #define $ac_func innocuous_$ac_func
36396 /* System header to define __stub macros and hopefully few prototypes,
36397 which can conflict with char $ac_func (); below.
36398 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36399 <limits.h> exists even on freestanding compilers. */
36402 # include <limits.h>
36404 # include <assert.h>
36409 /* Override any gcc2 internal prototype to avoid an error. */
36414 /* We use char because int might match the return type of a gcc2
36415 builtin and then its argument prototype would still apply. */
36417 /* The GNU C library defines this for functions which it implements
36418 to always fail with ENOSYS. Some functions are actually named
36419 something starting with __ and the normal name is an alias. */
36420 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36423 char (*f) () = $ac_func;
36432 return f != $ac_func;
36437 rm -f conftest.
$ac_objext conftest
$ac_exeext
36438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36439 (eval $ac_link) 2>conftest.er1
36441 grep -v '^ *+' conftest.er1
>conftest.err
36443 cat conftest.err
>&5
36444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36445 (exit $ac_status); } &&
36446 { ac_try
='test -z "$ac_c_werror_flag"
36447 || test ! -s conftest.err'
36448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36449 (eval $ac_try) 2>&5
36451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36452 (exit $ac_status); }; } &&
36453 { ac_try
='test -s conftest$ac_exeext'
36454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36455 (eval $ac_try) 2>&5
36457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36458 (exit $ac_status); }; }; then
36459 eval "$as_ac_var=yes"
36461 echo "$as_me: failed program was:" >&5
36462 sed 's/^/| /' conftest.
$ac_ext >&5
36464 eval "$as_ac_var=no"
36466 rm -f conftest.err conftest.
$ac_objext \
36467 conftest
$ac_exeext conftest.
$ac_ext
36469 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36470 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36471 if test `eval echo '${'$as_ac_var'}'` = yes; then
36472 cat >>confdefs.h
<<_ACEOF
36473 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36476 cat >>confdefs.h
<<\_ACEOF
36477 #define HAVE_SHL_LOAD 1
36484 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
36485 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
36486 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
36487 echo $ECHO_N "(cached) $ECHO_C" >&6
36489 ac_check_lib_save_LIBS
=$LIBS
36490 LIBS
="-lshl_load $LIBS"
36491 cat >conftest.
$ac_ext <<_ACEOF
36494 cat confdefs.h
>>conftest.
$ac_ext
36495 cat >>conftest.
$ac_ext <<_ACEOF
36496 /* end confdefs.h. */
36498 /* Override any gcc2 internal prototype to avoid an error. */
36502 /* We use char because int might match the return type of a gcc2
36503 builtin and then its argument prototype would still apply. */
36513 rm -f conftest.
$ac_objext conftest
$ac_exeext
36514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36515 (eval $ac_link) 2>conftest.er1
36517 grep -v '^ *+' conftest.er1
>conftest.err
36519 cat conftest.err
>&5
36520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36521 (exit $ac_status); } &&
36522 { ac_try
='test -z "$ac_c_werror_flag"
36523 || test ! -s conftest.err'
36524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36525 (eval $ac_try) 2>&5
36527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36528 (exit $ac_status); }; } &&
36529 { ac_try
='test -s conftest$ac_exeext'
36530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36531 (eval $ac_try) 2>&5
36533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36534 (exit $ac_status); }; }; then
36535 ac_cv_lib_shl_load_dld
=yes
36537 echo "$as_me: failed program was:" >&5
36538 sed 's/^/| /' conftest.
$ac_ext >&5
36540 ac_cv_lib_shl_load_dld
=no
36542 rm -f conftest.err conftest.
$ac_objext \
36543 conftest
$ac_exeext conftest.
$ac_ext
36544 LIBS
=$ac_check_lib_save_LIBS
36546 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
36547 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
36548 if test $ac_cv_lib_shl_load_dld = yes; then
36551 DL_LINK
=" -ldld$DL_LINK"
36567 if test "$HAVE_DL_FUNCS" = 1; then
36569 for ac_func
in dlerror
36571 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36572 echo "$as_me:$LINENO: checking for $ac_func" >&5
36573 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36574 if eval "test \"\${$as_ac_var+set}\" = set"; then
36575 echo $ECHO_N "(cached) $ECHO_C" >&6
36577 cat >conftest.
$ac_ext <<_ACEOF
36580 cat confdefs.h
>>conftest.
$ac_ext
36581 cat >>conftest.
$ac_ext <<_ACEOF
36582 /* end confdefs.h. */
36583 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36584 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36585 #define $ac_func innocuous_$ac_func
36587 /* System header to define __stub macros and hopefully few prototypes,
36588 which can conflict with char $ac_func (); below.
36589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36590 <limits.h> exists even on freestanding compilers. */
36593 # include <limits.h>
36595 # include <assert.h>
36600 /* Override any gcc2 internal prototype to avoid an error. */
36605 /* We use char because int might match the return type of a gcc2
36606 builtin and then its argument prototype would still apply. */
36608 /* The GNU C library defines this for functions which it implements
36609 to always fail with ENOSYS. Some functions are actually named
36610 something starting with __ and the normal name is an alias. */
36611 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36614 char (*f) () = $ac_func;
36623 return f != $ac_func;
36628 rm -f conftest.
$ac_objext conftest
$ac_exeext
36629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36630 (eval $ac_link) 2>conftest.er1
36632 grep -v '^ *+' conftest.er1
>conftest.err
36634 cat conftest.err
>&5
36635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36636 (exit $ac_status); } &&
36637 { ac_try
='test -z "$ac_c_werror_flag"
36638 || test ! -s conftest.err'
36639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36640 (eval $ac_try) 2>&5
36642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36643 (exit $ac_status); }; } &&
36644 { ac_try
='test -s conftest$ac_exeext'
36645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36646 (eval $ac_try) 2>&5
36648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36649 (exit $ac_status); }; }; then
36650 eval "$as_ac_var=yes"
36652 echo "$as_me: failed program was:" >&5
36653 sed 's/^/| /' conftest.
$ac_ext >&5
36655 eval "$as_ac_var=no"
36657 rm -f conftest.err conftest.
$ac_objext \
36658 conftest
$ac_exeext conftest.
$ac_ext
36660 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36662 if test `eval echo '${'$as_ac_var'}'` = yes; then
36663 cat >>confdefs.h
<<_ACEOF
36664 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36666 cat >>confdefs.h
<<\_ACEOF
36667 #define HAVE_DLERROR 1
36672 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
36673 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
36674 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
36675 echo $ECHO_N "(cached) $ECHO_C" >&6
36677 ac_check_lib_save_LIBS
=$LIBS
36679 cat >conftest.
$ac_ext <<_ACEOF
36682 cat confdefs.h
>>conftest.
$ac_ext
36683 cat >>conftest.
$ac_ext <<_ACEOF
36684 /* end confdefs.h. */
36686 /* Override any gcc2 internal prototype to avoid an error. */
36690 /* We use char because int might match the return type of a gcc2
36691 builtin and then its argument prototype would still apply. */
36701 rm -f conftest.
$ac_objext conftest
$ac_exeext
36702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36703 (eval $ac_link) 2>conftest.er1
36705 grep -v '^ *+' conftest.er1
>conftest.err
36707 cat conftest.err
>&5
36708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36709 (exit $ac_status); } &&
36710 { ac_try
='test -z "$ac_c_werror_flag"
36711 || test ! -s conftest.err'
36712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36713 (eval $ac_try) 2>&5
36715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36716 (exit $ac_status); }; } &&
36717 { ac_try
='test -s conftest$ac_exeext'
36718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36719 (eval $ac_try) 2>&5
36721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36722 (exit $ac_status); }; }; then
36723 ac_cv_lib_dl_dlerror
=yes
36725 echo "$as_me: failed program was:" >&5
36726 sed 's/^/| /' conftest.
$ac_ext >&5
36728 ac_cv_lib_dl_dlerror
=no
36730 rm -f conftest.err conftest.
$ac_objext \
36731 conftest
$ac_exeext conftest.
$ac_ext
36732 LIBS
=$ac_check_lib_save_LIBS
36734 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
36735 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
36736 if test $ac_cv_lib_dl_dlerror = yes; then
36737 cat >>confdefs.h
<<\_ACEOF
36738 #define HAVE_DLERROR 1
36751 if test "$HAVE_DL_FUNCS" = 0; then
36752 if test "$HAVE_SHL_FUNCS" = 0; then
36753 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
36754 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
36755 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
36756 wxUSE_DYNAMIC_LOADER
=no
36757 wxUSE_DYNLIB_CLASS
=no
36759 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
36760 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
36767 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
36768 cat >>confdefs.h
<<\_ACEOF
36769 #define wxUSE_DYNAMIC_LOADER 1
36773 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
36774 cat >>confdefs.h
<<\_ACEOF
36775 #define wxUSE_DYNLIB_CLASS 1
36782 if test "$wxUSE_PLUGINS" = "yes" ; then
36783 if test "$wxUSE_SHARED" = "no" ; then
36784 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
36785 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
36788 if test "$wxUSE_MONOLITHIC" = "yes" ; then
36789 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
36790 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
36793 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
36794 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
36795 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
36798 if test "$wxUSE_PLUGINS" = "yes" ; then
36799 cat >>confdefs.h
<<\_ACEOF
36800 #define wxUSE_PLUGINS 1
36807 if test "$wxUSE_STL" = "yes"; then
36808 cat >>confdefs.h
<<\_ACEOF
36809 #define wxUSE_STL 1
36814 if test "$wxUSE_APPLE_IEEE" = "yes"; then
36815 cat >>confdefs.h
<<\_ACEOF
36816 #define wxUSE_APPLE_IEEE 1
36821 if test "$wxUSE_TIMER" = "yes"; then
36822 cat >>confdefs.h
<<\_ACEOF
36823 #define wxUSE_TIMER 1
36828 if test "$USE_UNIX" = "1" ; then
36830 for ac_header
in sys
/soundcard.h
36832 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36833 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36834 echo "$as_me:$LINENO: checking for $ac_header" >&5
36835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36836 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36837 echo $ECHO_N "(cached) $ECHO_C" >&6
36839 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36840 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36842 # Is the header compilable?
36843 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36844 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36845 cat >conftest.
$ac_ext <<_ACEOF
36848 cat confdefs.h
>>conftest.
$ac_ext
36849 cat >>conftest.
$ac_ext <<_ACEOF
36850 /* end confdefs.h. */
36851 $ac_includes_default
36852 #include <$ac_header>
36854 rm -f conftest.
$ac_objext
36855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36856 (eval $ac_compile) 2>conftest.er1
36858 grep -v '^ *+' conftest.er1
>conftest.err
36860 cat conftest.err
>&5
36861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36862 (exit $ac_status); } &&
36863 { ac_try
='test -z "$ac_c_werror_flag"
36864 || test ! -s conftest.err'
36865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36866 (eval $ac_try) 2>&5
36868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36869 (exit $ac_status); }; } &&
36870 { ac_try
='test -s conftest.$ac_objext'
36871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36872 (eval $ac_try) 2>&5
36874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36875 (exit $ac_status); }; }; then
36876 ac_header_compiler
=yes
36878 echo "$as_me: failed program was:" >&5
36879 sed 's/^/| /' conftest.
$ac_ext >&5
36881 ac_header_compiler
=no
36883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36884 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36885 echo "${ECHO_T}$ac_header_compiler" >&6
36887 # Is the header present?
36888 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36889 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36890 cat >conftest.
$ac_ext <<_ACEOF
36893 cat confdefs.h
>>conftest.
$ac_ext
36894 cat >>conftest.
$ac_ext <<_ACEOF
36895 /* end confdefs.h. */
36896 #include <$ac_header>
36898 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36899 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36901 grep -v '^ *+' conftest.er1
>conftest.err
36903 cat conftest.err
>&5
36904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36905 (exit $ac_status); } >/dev
/null
; then
36906 if test -s conftest.err
; then
36907 ac_cpp_err
=$ac_c_preproc_warn_flag
36908 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36915 if test -z "$ac_cpp_err"; then
36916 ac_header_preproc
=yes
36918 echo "$as_me: failed program was:" >&5
36919 sed 's/^/| /' conftest.
$ac_ext >&5
36921 ac_header_preproc
=no
36923 rm -f conftest.err conftest.
$ac_ext
36924 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36925 echo "${ECHO_T}$ac_header_preproc" >&6
36927 # So? What about this header?
36928 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36930 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36931 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36933 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36934 ac_header_preproc
=yes
36937 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36938 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36939 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36940 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36941 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36942 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36943 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36944 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36945 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36946 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36947 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36948 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36951 ## ----------------------------------------- ##
36952 ## Report this to wx-dev@lists.wxwidgets.org ##
36953 ## ----------------------------------------- ##
36956 sed "s/^/$as_me: WARNING: /" >&2
36959 echo "$as_me:$LINENO: checking for $ac_header" >&5
36960 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36961 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36962 echo $ECHO_N "(cached) $ECHO_C" >&6
36964 eval "$as_ac_Header=\$ac_header_preproc"
36966 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36967 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36971 cat >>confdefs.h
<<_ACEOF
36972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36976 DISABLED_CONTRIB
="$DISABLED_CONTRIB mmedia"
36983 if test "$wxUSE_SOUND" = "yes"; then
36984 if test "$USE_UNIX" = "1" ; then
36985 if test "$wxUSE_LIBSDL" != "no"; then
36987 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
36988 if test "${with_sdl_prefix+set}" = set; then
36989 withval
="$with_sdl_prefix"
36990 sdl_prefix
="$withval"
36995 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
36996 if test "${with_sdl_exec_prefix+set}" = set; then
36997 withval
="$with_sdl_exec_prefix"
36998 sdl_exec_prefix
="$withval"
37002 # Check whether --enable-sdltest or --disable-sdltest was given.
37003 if test "${enable_sdltest+set}" = set; then
37004 enableval
="$enable_sdltest"
37010 if test x
$sdl_exec_prefix != x
; then
37011 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
37012 if test x
${SDL_CONFIG+set} != xset
; then
37013 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
37016 if test x
$sdl_prefix != x
; then
37017 sdl_args
="$sdl_args --prefix=$sdl_prefix"
37018 if test x
${SDL_CONFIG+set} != xset
; then
37019 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
37024 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
37025 # Extract the first word of "sdl-config", so it can be a program name with args.
37026 set dummy sdl
-config; ac_word
=$2
37027 echo "$as_me:$LINENO: checking for $ac_word" >&5
37028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37029 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
37030 echo $ECHO_N "(cached) $ECHO_C" >&6
37032 case $SDL_CONFIG in
37034 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
37037 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37038 for as_dir
in $PATH
37041 test -z "$as_dir" && as_dir
=.
37042 for ac_exec_ext
in '' $ac_executable_extensions; do
37043 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37044 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
37045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37051 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
37055 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
37057 if test -n "$SDL_CONFIG"; then
37058 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
37059 echo "${ECHO_T}$SDL_CONFIG" >&6
37061 echo "$as_me:$LINENO: result: no" >&5
37062 echo "${ECHO_T}no" >&6
37065 min_sdl_version
=1.2.0
37066 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
37067 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
37069 if test "$SDL_CONFIG" = "no" ; then
37072 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
37073 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
37075 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
37076 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
37077 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
37078 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
37079 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
37080 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
37081 if test "x$enable_sdltest" = "xyes" ; then
37082 ac_save_CFLAGS
="$CFLAGS"
37083 ac_save_CXXFLAGS
="$CXXFLAGS"
37084 ac_save_LIBS
="$LIBS"
37085 CFLAGS
="$CFLAGS $SDL_CFLAGS"
37086 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
37087 LIBS
="$LIBS $SDL_LIBS"
37089 if test "$cross_compiling" = yes; then
37090 echo $ac_n "cross compiling; assumed OK... $ac_c"
37092 cat >conftest.
$ac_ext <<_ACEOF
37095 cat confdefs.h
>>conftest.
$ac_ext
37096 cat >>conftest.
$ac_ext <<_ACEOF
37097 /* end confdefs.h. */
37100 #include <stdlib.h>
37101 #include <string.h>
37105 my_strdup (char *str)
37111 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
37112 strcpy (new_str, str);
37120 int main (int argc, char *argv[])
37122 int major, minor, micro;
37125 /* This hangs on some systems (?)
37126 system ("touch conf.sdltest");
37128 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
37130 /* HP/UX 9 (%@#!) writes to sscanf strings */
37131 tmp_version = my_strdup("$min_sdl_version");
37132 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
37133 printf("%s, bad version string\n", "$min_sdl_version");
37137 if (($sdl_major_version > major) ||
37138 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
37139 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
37145 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
37146 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
37147 printf("*** best to upgrade to the required version.\n");
37148 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
37149 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
37150 printf("*** config.cache before re-running configure\n");
37157 rm -f conftest
$ac_exeext
37158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37159 (eval $ac_link) 2>&5
37161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37162 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
37163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37164 (eval $ac_try) 2>&5
37166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37167 (exit $ac_status); }; }; then
37170 echo "$as_me: program exited with status $ac_status" >&5
37171 echo "$as_me: failed program was:" >&5
37172 sed 's/^/| /' conftest.
$ac_ext >&5
37174 ( exit $ac_status )
37177 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
37179 CFLAGS
="$ac_save_CFLAGS"
37180 CXXFLAGS
="$ac_save_CXXFLAGS"
37181 LIBS
="$ac_save_LIBS"
37184 if test "x$no_sdl" = x
; then
37185 echo "$as_me:$LINENO: result: yes" >&5
37186 echo "${ECHO_T}yes" >&6
37188 EXTRALIBS_SDL
="$SDL_LIBS"
37189 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
37190 cat >>confdefs.h
<<\_ACEOF
37191 #define wxUSE_LIBSDL 1
37196 echo "$as_me:$LINENO: result: no" >&5
37197 echo "${ECHO_T}no" >&6
37198 if test "$SDL_CONFIG" = "no" ; then
37199 echo "*** The sdl-config script installed by SDL could not be found"
37200 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
37201 echo "*** your path, or set the SDL_CONFIG environment variable to the"
37202 echo "*** full path to sdl-config."
37204 if test -f conf.sdltest
; then
37207 echo "*** Could not run SDL test program, checking why..."
37208 CFLAGS
="$CFLAGS $SDL_CFLAGS"
37209 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
37210 LIBS
="$LIBS $SDL_LIBS"
37211 cat >conftest.
$ac_ext <<_ACEOF
37214 cat confdefs.h
>>conftest.
$ac_ext
37215 cat >>conftest.
$ac_ext <<_ACEOF
37216 /* end confdefs.h. */
37221 int main(int argc, char *argv[])
37224 #define main K_and_R_C_main
37234 rm -f conftest.
$ac_objext conftest
$ac_exeext
37235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37236 (eval $ac_link) 2>conftest.er1
37238 grep -v '^ *+' conftest.er1
>conftest.err
37240 cat conftest.err
>&5
37241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37242 (exit $ac_status); } &&
37243 { ac_try
='test -z "$ac_c_werror_flag"
37244 || test ! -s conftest.err'
37245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37246 (eval $ac_try) 2>&5
37248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37249 (exit $ac_status); }; } &&
37250 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
37256 echo "*** The test program compiled, but did not run. This usually means"
37257 echo "*** that the run-time linker is not finding SDL or finding the wrong"
37258 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
37259 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
37260 echo "*** to the installed location Also, make sure you have run ldconfig if that"
37261 echo "*** is required on your system"
37263 echo "*** If you have an old version installed, it is best to remove it, although"
37264 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
37266 echo "$as_me: failed program was:" >&5
37267 sed 's/^/| /' conftest.
$ac_ext >&5
37269 echo "*** The test program failed to compile or link. See the file config.log for the"
37270 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
37271 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
37272 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
37274 rm -f conftest.err conftest.
$ac_objext \
37275 conftest
$ac_exeext conftest.
$ac_ext
37276 CFLAGS
="$ac_save_CFLAGS"
37277 CXXFLAGS
="$ac_save_CXXFLAGS"
37278 LIBS
="$ac_save_LIBS"
37289 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
37295 cat >>confdefs.h
<<\_ACEOF
37296 #define wxUSE_SOUND 1
37299 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
37302 if test "$WXGTK20" = 1; then
37303 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
37304 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
37309 if test -z "$PKG_CONFIG"; then
37310 # Extract the first word of "pkg-config", so it can be a program name with args.
37311 set dummy pkg
-config; ac_word
=$2
37312 echo "$as_me:$LINENO: checking for $ac_word" >&5
37313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37314 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
37315 echo $ECHO_N "(cached) $ECHO_C" >&6
37317 case $PKG_CONFIG in
37319 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
37322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37323 for as_dir
in $PATH
37326 test -z "$as_dir" && as_dir
=.
37327 for ac_exec_ext
in '' $ac_executable_extensions; do
37328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37329 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
37330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37336 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
37340 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
37342 if test -n "$PKG_CONFIG"; then
37343 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
37344 echo "${ECHO_T}$PKG_CONFIG" >&6
37346 echo "$as_me:$LINENO: result: no" >&5
37347 echo "${ECHO_T}no" >&6
37352 if test "$PKG_CONFIG" = "no" ; then
37353 echo "*** The pkg-config script could not be found. Make sure it is"
37354 echo "*** in your path, or set the PKG_CONFIG environment variable"
37355 echo "*** to the full path to pkg-config."
37356 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
37358 PKG_CONFIG_MIN_VERSION
=0.9.0
37359 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
37360 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
37361 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
37363 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
37364 echo "$as_me:$LINENO: result: yes" >&5
37365 echo "${ECHO_T}yes" >&6
37368 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
37369 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
37370 LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
37371 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
37372 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
37374 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
37375 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
37376 LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
37377 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
37378 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
37380 LIBGNOMEPRINTUI_CFLAGS
=""
37381 LIBGNOMEPRINTUI_LIBS
=""
37382 ## If we have a custom action on failure, don't print errors, but
37383 ## do set a variable so people can do so.
37384 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
37391 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
37392 echo "*** See http://www.freedesktop.org/software/pkgconfig"
37396 if test $succeeded = yes; then
37398 CXXFLAGS
="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
37399 cat >>confdefs.h
<<\_ACEOF
37400 #define wxUSE_LIBGNOMEPRINT 1
37406 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
37407 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
37408 wxUSE_LIBGNOMEPRINT
="no"
37418 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
37419 cat >>confdefs.h
<<\_ACEOF
37420 #define wxUSE_CMDLINE_PARSER 1
37425 if test "$wxUSE_STOPWATCH" = "yes"; then
37426 cat >>confdefs.h
<<\_ACEOF
37427 #define wxUSE_STOPWATCH 1
37432 if test "$wxUSE_DATETIME" = "yes"; then
37433 cat >>confdefs.h
<<\_ACEOF
37434 #define wxUSE_DATETIME 1
37439 if test "$wxUSE_FILE" = "yes"; then
37440 cat >>confdefs.h
<<\_ACEOF
37441 #define wxUSE_FILE 1
37446 if test "$wxUSE_FFILE" = "yes"; then
37447 cat >>confdefs.h
<<\_ACEOF
37448 #define wxUSE_FFILE 1
37453 if test "$wxUSE_FILESYSTEM" = "yes"; then
37454 cat >>confdefs.h
<<\_ACEOF
37455 #define wxUSE_FILESYSTEM 1
37460 if test "$wxUSE_FS_ZIP" = "yes"; then
37461 cat >>confdefs.h
<<\_ACEOF
37462 #define wxUSE_FS_ZIP 1
37467 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
37468 cat >>confdefs.h
<<\_ACEOF
37469 #define wxUSE_ARCHIVE_STREAMS 1
37474 if test "$wxUSE_ZIPSTREAM" = "yes"; then
37475 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
37476 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
37477 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
37478 elif test "$wxUSE_ZLIB" = "no"; then
37479 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
37480 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
37482 cat >>confdefs.h
<<\_ACEOF
37483 #define wxUSE_ZIPSTREAM 1
37489 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37490 if test "$USE_UNIX" != 1; then
37491 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
37492 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
37493 wxUSE_ON_FATAL_EXCEPTION
=no
37495 cat >>confdefs.h
<<\_ACEOF
37496 #define wxUSE_ON_FATAL_EXCEPTION 1
37502 if test "$wxUSE_STACKWALKER" = "yes"; then
37503 cat >>confdefs.h
<<\_ACEOF
37504 #define wxUSE_STACKWALKER 1
37509 if test "$wxUSE_DEBUGREPORT" = "yes"; then
37510 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
37511 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
37512 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
37513 wxUSE_DEBUGREPORT
=no
37515 cat >>confdefs.h
<<\_ACEOF
37516 #define wxUSE_DEBUGREPORT 1
37519 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
37520 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
37525 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37526 cat >>confdefs.h
<<\_ACEOF
37527 #define wxUSE_SNGLINST_CHECKER 1
37532 if test "$wxUSE_BUSYINFO" = "yes"; then
37533 cat >>confdefs.h
<<\_ACEOF
37534 #define wxUSE_BUSYINFO 1
37539 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
37540 cat >>confdefs.h
<<\_ACEOF
37541 #define wxUSE_STD_IOSTREAM 1
37546 if test "$wxUSE_STD_STRING" = "yes"; then
37547 cat >>confdefs.h
<<\_ACEOF
37548 #define wxUSE_STD_STRING 1
37553 if test "$wxUSE_STDPATHS" = "yes"; then
37554 cat >>confdefs.h
<<\_ACEOF
37555 #define wxUSE_STDPATHS 1
37560 if test "$wxUSE_TEXTBUFFER" = "yes"; then
37561 cat >>confdefs.h
<<\_ACEOF
37562 #define wxUSE_TEXTBUFFER 1
37567 if test "$wxUSE_TEXTFILE" = "yes"; then
37568 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
37569 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
37570 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
37572 cat >>confdefs.h
<<\_ACEOF
37573 #define wxUSE_TEXTFILE 1
37579 if test "$wxUSE_CONFIG" = "yes" ; then
37580 if test "$wxUSE_TEXTFILE" != "yes"; then
37581 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
37582 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
37584 cat >>confdefs.h
<<\_ACEOF
37585 #define wxUSE_CONFIG 1
37588 cat >>confdefs.h
<<\_ACEOF
37589 #define wxUSE_CONFIG_NATIVE 1
37592 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
37596 if test "$wxUSE_INTL" = "yes" ; then
37597 if test "$wxUSE_FILE" != "yes"; then
37598 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
37599 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
37601 cat >>confdefs.h
<<\_ACEOF
37602 #define wxUSE_INTL 1
37605 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
37606 GUIDIST
="$GUIDIST INTL_DIST"
37610 if test "$wxUSE_LOG" = "yes"; then
37611 cat >>confdefs.h
<<\_ACEOF
37612 #define wxUSE_LOG 1
37616 if test "$wxUSE_LOGGUI" = "yes"; then
37617 cat >>confdefs.h
<<\_ACEOF
37618 #define wxUSE_LOGGUI 1
37623 if test "$wxUSE_LOGWINDOW" = "yes"; then
37624 cat >>confdefs.h
<<\_ACEOF
37625 #define wxUSE_LOGWINDOW 1
37630 if test "$wxUSE_LOGDIALOG" = "yes"; then
37631 cat >>confdefs.h
<<\_ACEOF
37632 #define wxUSE_LOG_DIALOG 1
37637 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
37640 if test "$wxUSE_LONGLONG" = "yes"; then
37641 cat >>confdefs.h
<<\_ACEOF
37642 #define wxUSE_LONGLONG 1
37647 if test "$wxUSE_GEOMETRY" = "yes"; then
37648 cat >>confdefs.h
<<\_ACEOF
37649 #define wxUSE_GEOMETRY 1
37654 if test "$wxUSE_STREAMS" = "yes" ; then
37655 cat >>confdefs.h
<<\_ACEOF
37656 #define wxUSE_STREAMS 1
37662 if test "$wxUSE_DATETIME" = "yes"; then
37664 for ac_func
in strptime
37666 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37667 echo "$as_me:$LINENO: checking for $ac_func" >&5
37668 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37669 if eval "test \"\${$as_ac_var+set}\" = set"; then
37670 echo $ECHO_N "(cached) $ECHO_C" >&6
37672 cat >conftest.
$ac_ext <<_ACEOF
37675 cat confdefs.h
>>conftest.
$ac_ext
37676 cat >>conftest.
$ac_ext <<_ACEOF
37677 /* end confdefs.h. */
37678 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37679 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37680 #define $ac_func innocuous_$ac_func
37682 /* System header to define __stub macros and hopefully few prototypes,
37683 which can conflict with char $ac_func (); below.
37684 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37685 <limits.h> exists even on freestanding compilers. */
37688 # include <limits.h>
37690 # include <assert.h>
37695 /* Override any gcc2 internal prototype to avoid an error. */
37700 /* We use char because int might match the return type of a gcc2
37701 builtin and then its argument prototype would still apply. */
37703 /* The GNU C library defines this for functions which it implements
37704 to always fail with ENOSYS. Some functions are actually named
37705 something starting with __ and the normal name is an alias. */
37706 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37709 char (*f) () = $ac_func;
37718 return f != $ac_func;
37723 rm -f conftest.
$ac_objext conftest
$ac_exeext
37724 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37725 (eval $ac_link) 2>conftest.er1
37727 grep -v '^ *+' conftest.er1
>conftest.err
37729 cat conftest.err
>&5
37730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37731 (exit $ac_status); } &&
37732 { ac_try
='test -z "$ac_c_werror_flag"
37733 || test ! -s conftest.err'
37734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37735 (eval $ac_try) 2>&5
37737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37738 (exit $ac_status); }; } &&
37739 { ac_try
='test -s conftest$ac_exeext'
37740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37741 (eval $ac_try) 2>&5
37743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37744 (exit $ac_status); }; }; then
37745 eval "$as_ac_var=yes"
37747 echo "$as_me: failed program was:" >&5
37748 sed 's/^/| /' conftest.
$ac_ext >&5
37750 eval "$as_ac_var=no"
37752 rm -f conftest.err conftest.
$ac_objext \
37753 conftest
$ac_exeext conftest.
$ac_ext
37755 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37756 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37757 if test `eval echo '${'$as_ac_var'}'` = yes; then
37758 cat >>confdefs.h
<<_ACEOF
37759 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37766 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
37767 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
37768 if test "${wx_cv_var_timezone+set}" = set; then
37769 echo $ECHO_N "(cached) $ECHO_C" >&6
37772 cat >conftest.
$ac_ext <<_ACEOF
37775 cat confdefs.h
>>conftest.
$ac_ext
37776 cat >>conftest.
$ac_ext <<_ACEOF
37777 /* end confdefs.h. */
37792 rm -f conftest.
$ac_objext
37793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37794 (eval $ac_compile) 2>conftest.er1
37796 grep -v '^ *+' conftest.er1
>conftest.err
37798 cat conftest.err
>&5
37799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37800 (exit $ac_status); } &&
37801 { ac_try
='test -z "$ac_c_werror_flag"
37802 || test ! -s conftest.err'
37803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37804 (eval $ac_try) 2>&5
37806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37807 (exit $ac_status); }; } &&
37808 { ac_try
='test -s conftest.$ac_objext'
37809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37810 (eval $ac_try) 2>&5
37812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37813 (exit $ac_status); }; }; then
37815 wx_cv_var_timezone
=timezone
37818 echo "$as_me: failed program was:" >&5
37819 sed 's/^/| /' conftest.
$ac_ext >&5
37822 cat >conftest.
$ac_ext <<_ACEOF
37825 cat confdefs.h
>>conftest.
$ac_ext
37826 cat >>conftest.
$ac_ext <<_ACEOF
37827 /* end confdefs.h. */
37842 rm -f conftest.
$ac_objext
37843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37844 (eval $ac_compile) 2>conftest.er1
37846 grep -v '^ *+' conftest.er1
>conftest.err
37848 cat conftest.err
>&5
37849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37850 (exit $ac_status); } &&
37851 { ac_try
='test -z "$ac_c_werror_flag"
37852 || test ! -s conftest.err'
37853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37854 (eval $ac_try) 2>&5
37856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37857 (exit $ac_status); }; } &&
37858 { ac_try
='test -s conftest.$ac_objext'
37859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37860 (eval $ac_try) 2>&5
37862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37863 (exit $ac_status); }; }; then
37865 wx_cv_var_timezone
=_timezone
37868 echo "$as_me: failed program was:" >&5
37869 sed 's/^/| /' conftest.
$ac_ext >&5
37872 cat >conftest.
$ac_ext <<_ACEOF
37875 cat confdefs.h
>>conftest.
$ac_ext
37876 cat >>conftest.
$ac_ext <<_ACEOF
37877 /* end confdefs.h. */
37892 rm -f conftest.
$ac_objext
37893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37894 (eval $ac_compile) 2>conftest.er1
37896 grep -v '^ *+' conftest.er1
>conftest.err
37898 cat conftest.err
>&5
37899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37900 (exit $ac_status); } &&
37901 { ac_try
='test -z "$ac_c_werror_flag"
37902 || test ! -s conftest.err'
37903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37904 (eval $ac_try) 2>&5
37906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37907 (exit $ac_status); }; } &&
37908 { ac_try
='test -s conftest.$ac_objext'
37909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37910 (eval $ac_try) 2>&5
37912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37913 (exit $ac_status); }; }; then
37915 wx_cv_var_timezone
=__timezone
37918 echo "$as_me: failed program was:" >&5
37919 sed 's/^/| /' conftest.
$ac_ext >&5
37922 if test "$USE_DOS" = 0 ; then
37923 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
37924 echo "$as_me: WARNING: no timezone variable" >&2;}
37929 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37933 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37937 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37941 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
37942 echo "${ECHO_T}$wx_cv_var_timezone" >&6
37944 if test "x$wx_cv_var_timezone" != x
; then
37945 cat >>confdefs.h
<<_ACEOF
37946 #define WX_TIMEZONE $wx_cv_var_timezone
37952 for ac_func
in localtime
37954 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37955 echo "$as_me:$LINENO: checking for $ac_func" >&5
37956 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37957 if eval "test \"\${$as_ac_var+set}\" = set"; then
37958 echo $ECHO_N "(cached) $ECHO_C" >&6
37960 cat >conftest.
$ac_ext <<_ACEOF
37963 cat confdefs.h
>>conftest.
$ac_ext
37964 cat >>conftest.
$ac_ext <<_ACEOF
37965 /* end confdefs.h. */
37966 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37967 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37968 #define $ac_func innocuous_$ac_func
37970 /* System header to define __stub macros and hopefully few prototypes,
37971 which can conflict with char $ac_func (); below.
37972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37973 <limits.h> exists even on freestanding compilers. */
37976 # include <limits.h>
37978 # include <assert.h>
37983 /* Override any gcc2 internal prototype to avoid an error. */
37988 /* We use char because int might match the return type of a gcc2
37989 builtin and then its argument prototype would still apply. */
37991 /* The GNU C library defines this for functions which it implements
37992 to always fail with ENOSYS. Some functions are actually named
37993 something starting with __ and the normal name is an alias. */
37994 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37997 char (*f) () = $ac_func;
38006 return f != $ac_func;
38011 rm -f conftest.
$ac_objext conftest
$ac_exeext
38012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38013 (eval $ac_link) 2>conftest.er1
38015 grep -v '^ *+' conftest.er1
>conftest.err
38017 cat conftest.err
>&5
38018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38019 (exit $ac_status); } &&
38020 { ac_try
='test -z "$ac_c_werror_flag"
38021 || test ! -s conftest.err'
38022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38023 (eval $ac_try) 2>&5
38025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38026 (exit $ac_status); }; } &&
38027 { ac_try
='test -s conftest$ac_exeext'
38028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38029 (eval $ac_try) 2>&5
38031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38032 (exit $ac_status); }; }; then
38033 eval "$as_ac_var=yes"
38035 echo "$as_me: failed program was:" >&5
38036 sed 's/^/| /' conftest.
$ac_ext >&5
38038 eval "$as_ac_var=no"
38040 rm -f conftest.err conftest.
$ac_objext \
38041 conftest
$ac_exeext conftest.
$ac_ext
38043 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38044 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38045 if test `eval echo '${'$as_ac_var'}'` = yes; then
38046 cat >>confdefs.h
<<_ACEOF
38047 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38054 if test "$ac_cv_func_localtime" = "yes"; then
38055 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
38056 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
38057 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
38058 echo $ECHO_N "(cached) $ECHO_C" >&6
38061 cat >conftest.
$ac_ext <<_ACEOF
38064 cat confdefs.h
>>conftest.
$ac_ext
38065 cat >>conftest.
$ac_ext <<_ACEOF
38066 /* end confdefs.h. */
38081 rm -f conftest.
$ac_objext
38082 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38083 (eval $ac_compile) 2>conftest.er1
38085 grep -v '^ *+' conftest.er1
>conftest.err
38087 cat conftest.err
>&5
38088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38089 (exit $ac_status); } &&
38090 { ac_try
='test -z "$ac_c_werror_flag"
38091 || test ! -s conftest.err'
38092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38093 (eval $ac_try) 2>&5
38095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38096 (exit $ac_status); }; } &&
38097 { ac_try
='test -s conftest.$ac_objext'
38098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38099 (eval $ac_try) 2>&5
38101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38102 (exit $ac_status); }; }; then
38104 wx_cv_struct_tm_has_gmtoff
=yes
38107 echo "$as_me: failed program was:" >&5
38108 sed 's/^/| /' conftest.
$ac_ext >&5
38110 wx_cv_struct_tm_has_gmtoff
=no
38113 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38116 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
38117 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
38120 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
38121 cat >>confdefs.h
<<\_ACEOF
38122 #define WX_GMTOFF_IN_TM 1
38129 for ac_func
in gettimeofday ftime
38131 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38132 echo "$as_me:$LINENO: checking for $ac_func" >&5
38133 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38134 if eval "test \"\${$as_ac_var+set}\" = set"; then
38135 echo $ECHO_N "(cached) $ECHO_C" >&6
38137 cat >conftest.
$ac_ext <<_ACEOF
38140 cat confdefs.h
>>conftest.
$ac_ext
38141 cat >>conftest.
$ac_ext <<_ACEOF
38142 /* end confdefs.h. */
38143 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38145 #define $ac_func innocuous_$ac_func
38147 /* System header to define __stub macros and hopefully few prototypes,
38148 which can conflict with char $ac_func (); below.
38149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38150 <limits.h> exists even on freestanding compilers. */
38153 # include <limits.h>
38155 # include <assert.h>
38160 /* Override any gcc2 internal prototype to avoid an error. */
38165 /* We use char because int might match the return type of a gcc2
38166 builtin and then its argument prototype would still apply. */
38168 /* The GNU C library defines this for functions which it implements
38169 to always fail with ENOSYS. Some functions are actually named
38170 something starting with __ and the normal name is an alias. */
38171 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38174 char (*f) () = $ac_func;
38183 return f != $ac_func;
38188 rm -f conftest.
$ac_objext conftest
$ac_exeext
38189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38190 (eval $ac_link) 2>conftest.er1
38192 grep -v '^ *+' conftest.er1
>conftest.err
38194 cat conftest.err
>&5
38195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38196 (exit $ac_status); } &&
38197 { ac_try
='test -z "$ac_c_werror_flag"
38198 || test ! -s conftest.err'
38199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38200 (eval $ac_try) 2>&5
38202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38203 (exit $ac_status); }; } &&
38204 { ac_try
='test -s conftest$ac_exeext'
38205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38206 (eval $ac_try) 2>&5
38208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38209 (exit $ac_status); }; }; then
38210 eval "$as_ac_var=yes"
38212 echo "$as_me: failed program was:" >&5
38213 sed 's/^/| /' conftest.
$ac_ext >&5
38215 eval "$as_ac_var=no"
38217 rm -f conftest.err conftest.
$ac_objext \
38218 conftest
$ac_exeext conftest.
$ac_ext
38220 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38221 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38222 if test `eval echo '${'$as_ac_var'}'` = yes; then
38223 cat >>confdefs.h
<<_ACEOF
38224 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38231 if test "$ac_cv_func_gettimeofday" = "yes"; then
38232 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
38233 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
38234 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
38235 echo $ECHO_N "(cached) $ECHO_C" >&6
38241 ac_cpp
='$CXXCPP $CPPFLAGS'
38242 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38243 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38244 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38247 cat >conftest.
$ac_ext <<_ACEOF
38250 cat confdefs.h
>>conftest.
$ac_ext
38251 cat >>conftest.
$ac_ext <<_ACEOF
38252 /* end confdefs.h. */
38254 #include <sys/time.h>
38255 #include <unistd.h>
38262 gettimeofday(&tv, NULL);
38268 rm -f conftest.
$ac_objext
38269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38270 (eval $ac_compile) 2>conftest.er1
38272 grep -v '^ *+' conftest.er1
>conftest.err
38274 cat conftest.err
>&5
38275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38276 (exit $ac_status); } &&
38277 { ac_try
='test -z "$ac_cxx_werror_flag"
38278 || test ! -s conftest.err'
38279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38280 (eval $ac_try) 2>&5
38282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38283 (exit $ac_status); }; } &&
38284 { ac_try
='test -s conftest.$ac_objext'
38285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38286 (eval $ac_try) 2>&5
38288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38289 (exit $ac_status); }; }; then
38290 wx_cv_func_gettimeofday_has_2_args
=yes
38292 echo "$as_me: failed program was:" >&5
38293 sed 's/^/| /' conftest.
$ac_ext >&5
38295 cat >conftest.
$ac_ext <<_ACEOF
38298 cat confdefs.h
>>conftest.
$ac_ext
38299 cat >>conftest.
$ac_ext <<_ACEOF
38300 /* end confdefs.h. */
38302 #include <sys/time.h>
38303 #include <unistd.h>
38316 rm -f conftest.
$ac_objext
38317 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38318 (eval $ac_compile) 2>conftest.er1
38320 grep -v '^ *+' conftest.er1
>conftest.err
38322 cat conftest.err
>&5
38323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38324 (exit $ac_status); } &&
38325 { ac_try
='test -z "$ac_cxx_werror_flag"
38326 || test ! -s conftest.err'
38327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38328 (eval $ac_try) 2>&5
38330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38331 (exit $ac_status); }; } &&
38332 { ac_try
='test -s conftest.$ac_objext'
38333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38334 (eval $ac_try) 2>&5
38336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38337 (exit $ac_status); }; }; then
38338 wx_cv_func_gettimeofday_has_2_args
=no
38340 echo "$as_me: failed program was:" >&5
38341 sed 's/^/| /' conftest.
$ac_ext >&5
38344 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
38345 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
38346 wx_cv_func_gettimeofday_has_2_args
=unknown
38350 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38355 ac_cpp
='$CPP $CPPFLAGS'
38356 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38357 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38358 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38362 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
38363 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
38365 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
38366 cat >>confdefs.h
<<\_ACEOF
38367 #define WX_GETTIMEOFDAY_NO_TZ 1
38373 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
38377 if test "$wxUSE_SOCKETS" = "yes"; then
38378 if test "$wxUSE_MGL" = "1"; then
38379 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
38380 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
38385 if test "$wxUSE_SOCKETS" = "yes"; then
38386 if test "$TOOLKIT" != "MSW"; then
38387 echo "$as_me:$LINENO: checking for socket" >&5
38388 echo $ECHO_N "checking for socket... $ECHO_C" >&6
38389 if test "${ac_cv_func_socket+set}" = set; then
38390 echo $ECHO_N "(cached) $ECHO_C" >&6
38392 cat >conftest.
$ac_ext <<_ACEOF
38395 cat confdefs.h
>>conftest.
$ac_ext
38396 cat >>conftest.
$ac_ext <<_ACEOF
38397 /* end confdefs.h. */
38398 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
38399 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38400 #define socket innocuous_socket
38402 /* System header to define __stub macros and hopefully few prototypes,
38403 which can conflict with char socket (); below.
38404 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38405 <limits.h> exists even on freestanding compilers. */
38408 # include <limits.h>
38410 # include <assert.h>
38415 /* Override any gcc2 internal prototype to avoid an error. */
38420 /* We use char because int might match the return type of a gcc2
38421 builtin and then its argument prototype would still apply. */
38423 /* The GNU C library defines this for functions which it implements
38424 to always fail with ENOSYS. Some functions are actually named
38425 something starting with __ and the normal name is an alias. */
38426 #if defined (__stub_socket) || defined (__stub___socket)
38429 char (*f) () = socket;
38438 return f != socket;
38443 rm -f conftest.
$ac_objext conftest
$ac_exeext
38444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38445 (eval $ac_link) 2>conftest.er1
38447 grep -v '^ *+' conftest.er1
>conftest.err
38449 cat conftest.err
>&5
38450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38451 (exit $ac_status); } &&
38452 { ac_try
='test -z "$ac_c_werror_flag"
38453 || test ! -s conftest.err'
38454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38455 (eval $ac_try) 2>&5
38457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38458 (exit $ac_status); }; } &&
38459 { ac_try
='test -s conftest$ac_exeext'
38460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38461 (eval $ac_try) 2>&5
38463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38464 (exit $ac_status); }; }; then
38465 ac_cv_func_socket
=yes
38467 echo "$as_me: failed program was:" >&5
38468 sed 's/^/| /' conftest.
$ac_ext >&5
38470 ac_cv_func_socket
=no
38472 rm -f conftest.err conftest.
$ac_objext \
38473 conftest
$ac_exeext conftest.
$ac_ext
38475 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
38476 echo "${ECHO_T}$ac_cv_func_socket" >&6
38477 if test $ac_cv_func_socket = yes; then
38481 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
38482 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
38483 if test "${ac_cv_lib_socket_socket+set}" = set; then
38484 echo $ECHO_N "(cached) $ECHO_C" >&6
38486 ac_check_lib_save_LIBS
=$LIBS
38487 LIBS
="-lsocket $LIBS"
38488 cat >conftest.
$ac_ext <<_ACEOF
38491 cat confdefs.h
>>conftest.
$ac_ext
38492 cat >>conftest.
$ac_ext <<_ACEOF
38493 /* end confdefs.h. */
38495 /* Override any gcc2 internal prototype to avoid an error. */
38499 /* We use char because int might match the return type of a gcc2
38500 builtin and then its argument prototype would still apply. */
38510 rm -f conftest.
$ac_objext conftest
$ac_exeext
38511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38512 (eval $ac_link) 2>conftest.er1
38514 grep -v '^ *+' conftest.er1
>conftest.err
38516 cat conftest.err
>&5
38517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38518 (exit $ac_status); } &&
38519 { ac_try
='test -z "$ac_c_werror_flag"
38520 || test ! -s conftest.err'
38521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38522 (eval $ac_try) 2>&5
38524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38525 (exit $ac_status); }; } &&
38526 { ac_try
='test -s conftest$ac_exeext'
38527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38528 (eval $ac_try) 2>&5
38530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38531 (exit $ac_status); }; }; then
38532 ac_cv_lib_socket_socket
=yes
38534 echo "$as_me: failed program was:" >&5
38535 sed 's/^/| /' conftest.
$ac_ext >&5
38537 ac_cv_lib_socket_socket
=no
38539 rm -f conftest.err conftest.
$ac_objext \
38540 conftest
$ac_exeext conftest.
$ac_ext
38541 LIBS
=$ac_check_lib_save_LIBS
38543 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
38544 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
38545 if test $ac_cv_lib_socket_socket = yes; then
38546 if test "$INET_LINK" != " -lsocket"; then
38547 INET_LINK
="$INET_LINK -lsocket"
38551 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
38552 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
38565 if test "$wxUSE_SOCKETS" = "yes" ; then
38566 if test "$TOOLKIT" != "MSW"; then
38568 ac_cpp
='$CXXCPP $CPPFLAGS'
38569 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38570 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38571 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
38573 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
38574 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
38575 if test "${wx_cv_type_getsockname3+set}" = set; then
38576 echo $ECHO_N "(cached) $ECHO_C" >&6
38579 cat >conftest.
$ac_ext <<_ACEOF
38582 cat confdefs.h
>>conftest.
$ac_ext
38583 cat >>conftest.
$ac_ext <<_ACEOF
38584 /* end confdefs.h. */
38586 #include <sys/types.h>
38587 #include <sys/socket.h>
38594 getsockname(0, 0, &len);
38600 rm -f conftest.
$ac_objext
38601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38602 (eval $ac_compile) 2>conftest.er1
38604 grep -v '^ *+' conftest.er1
>conftest.err
38606 cat conftest.err
>&5
38607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38608 (exit $ac_status); } &&
38609 { ac_try
='test -z "$ac_cxx_werror_flag"
38610 || test ! -s conftest.err'
38611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38612 (eval $ac_try) 2>&5
38614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38615 (exit $ac_status); }; } &&
38616 { ac_try
='test -s conftest.$ac_objext'
38617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38618 (eval $ac_try) 2>&5
38620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38621 (exit $ac_status); }; }; then
38622 wx_cv_type_getsockname3
=socklen_t
38624 echo "$as_me: failed program was:" >&5
38625 sed 's/^/| /' conftest.
$ac_ext >&5
38628 CFLAGS_OLD
="$CFLAGS"
38629 if test "$GCC" = yes ; then
38630 CFLAGS
="$CFLAGS -Werror"
38633 cat >conftest.
$ac_ext <<_ACEOF
38636 cat confdefs.h
>>conftest.
$ac_ext
38637 cat >>conftest.
$ac_ext <<_ACEOF
38638 /* end confdefs.h. */
38640 #include <sys/types.h>
38641 #include <sys/socket.h>
38648 getsockname(0, 0, &len);
38654 rm -f conftest.
$ac_objext
38655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38656 (eval $ac_compile) 2>conftest.er1
38658 grep -v '^ *+' conftest.er1
>conftest.err
38660 cat conftest.err
>&5
38661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38662 (exit $ac_status); } &&
38663 { ac_try
='test -z "$ac_cxx_werror_flag"
38664 || test ! -s conftest.err'
38665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38666 (eval $ac_try) 2>&5
38668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38669 (exit $ac_status); }; } &&
38670 { ac_try
='test -s conftest.$ac_objext'
38671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38672 (eval $ac_try) 2>&5
38674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38675 (exit $ac_status); }; }; then
38676 wx_cv_type_getsockname3
=size_t
38678 echo "$as_me: failed program was:" >&5
38679 sed 's/^/| /' conftest.
$ac_ext >&5
38681 cat >conftest.
$ac_ext <<_ACEOF
38684 cat confdefs.h
>>conftest.
$ac_ext
38685 cat >>conftest.
$ac_ext <<_ACEOF
38686 /* end confdefs.h. */
38688 #include <sys/types.h>
38689 #include <sys/socket.h>
38696 getsockname(0, 0, &len);
38702 rm -f conftest.
$ac_objext
38703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38704 (eval $ac_compile) 2>conftest.er1
38706 grep -v '^ *+' conftest.er1
>conftest.err
38708 cat conftest.err
>&5
38709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38710 (exit $ac_status); } &&
38711 { ac_try
='test -z "$ac_cxx_werror_flag"
38712 || test ! -s conftest.err'
38713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38714 (eval $ac_try) 2>&5
38716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38717 (exit $ac_status); }; } &&
38718 { ac_try
='test -s conftest.$ac_objext'
38719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38720 (eval $ac_try) 2>&5
38722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38723 (exit $ac_status); }; }; then
38724 wx_cv_type_getsockname3
=int
38726 echo "$as_me: failed program was:" >&5
38727 sed 's/^/| /' conftest.
$ac_ext >&5
38729 wx_cv_type_getsockname3
=unknown
38732 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38735 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38737 CFLAGS
="$CFLAGS_OLD"
38741 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38744 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
38745 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
38747 if test "$wx_cv_type_getsockname3" = "unknown"; then
38749 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38750 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38752 cat >>confdefs.h
<<_ACEOF
38753 #define SOCKLEN_T $wx_cv_type_getsockname3
38757 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
38758 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
38759 if test "${wx_cv_type_getsockopt5+set}" = set; then
38760 echo $ECHO_N "(cached) $ECHO_C" >&6
38763 cat >conftest.
$ac_ext <<_ACEOF
38766 cat confdefs.h
>>conftest.
$ac_ext
38767 cat >>conftest.
$ac_ext <<_ACEOF
38768 /* end confdefs.h. */
38770 #include <sys/types.h>
38771 #include <sys/socket.h>
38778 getsockopt(0, 0, 0, 0, &len);
38784 rm -f conftest.
$ac_objext
38785 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38786 (eval $ac_compile) 2>conftest.er1
38788 grep -v '^ *+' conftest.er1
>conftest.err
38790 cat conftest.err
>&5
38791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38792 (exit $ac_status); } &&
38793 { ac_try
='test -z "$ac_cxx_werror_flag"
38794 || test ! -s conftest.err'
38795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38796 (eval $ac_try) 2>&5
38798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38799 (exit $ac_status); }; } &&
38800 { ac_try
='test -s conftest.$ac_objext'
38801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38802 (eval $ac_try) 2>&5
38804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38805 (exit $ac_status); }; }; then
38806 wx_cv_type_getsockopt5
=socklen_t
38808 echo "$as_me: failed program was:" >&5
38809 sed 's/^/| /' conftest.
$ac_ext >&5
38812 CFLAGS_OLD
="$CFLAGS"
38813 if test "$GCC" = yes ; then
38814 CFLAGS
="$CFLAGS -Werror"
38817 cat >conftest.
$ac_ext <<_ACEOF
38820 cat confdefs.h
>>conftest.
$ac_ext
38821 cat >>conftest.
$ac_ext <<_ACEOF
38822 /* end confdefs.h. */
38824 #include <sys/types.h>
38825 #include <sys/socket.h>
38832 getsockopt(0, 0, 0, 0, &len);
38838 rm -f conftest.
$ac_objext
38839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38840 (eval $ac_compile) 2>conftest.er1
38842 grep -v '^ *+' conftest.er1
>conftest.err
38844 cat conftest.err
>&5
38845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38846 (exit $ac_status); } &&
38847 { ac_try
='test -z "$ac_cxx_werror_flag"
38848 || test ! -s conftest.err'
38849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38850 (eval $ac_try) 2>&5
38852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38853 (exit $ac_status); }; } &&
38854 { ac_try
='test -s conftest.$ac_objext'
38855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38856 (eval $ac_try) 2>&5
38858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38859 (exit $ac_status); }; }; then
38860 wx_cv_type_getsockopt5
=size_t
38862 echo "$as_me: failed program was:" >&5
38863 sed 's/^/| /' conftest.
$ac_ext >&5
38865 cat >conftest.
$ac_ext <<_ACEOF
38868 cat confdefs.h
>>conftest.
$ac_ext
38869 cat >>conftest.
$ac_ext <<_ACEOF
38870 /* end confdefs.h. */
38872 #include <sys/types.h>
38873 #include <sys/socket.h>
38880 getsockopt(0, 0, 0, 0, &len);
38886 rm -f conftest.
$ac_objext
38887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38888 (eval $ac_compile) 2>conftest.er1
38890 grep -v '^ *+' conftest.er1
>conftest.err
38892 cat conftest.err
>&5
38893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38894 (exit $ac_status); } &&
38895 { ac_try
='test -z "$ac_cxx_werror_flag"
38896 || test ! -s conftest.err'
38897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38898 (eval $ac_try) 2>&5
38900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38901 (exit $ac_status); }; } &&
38902 { ac_try
='test -s conftest.$ac_objext'
38903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38904 (eval $ac_try) 2>&5
38906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38907 (exit $ac_status); }; }; then
38908 wx_cv_type_getsockopt5
=int
38910 echo "$as_me: failed program was:" >&5
38911 sed 's/^/| /' conftest.
$ac_ext >&5
38913 wx_cv_type_getsockopt5
=unknown
38916 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38919 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38921 CFLAGS
="$CFLAGS_OLD"
38925 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38928 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
38929 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
38931 if test "$wx_cv_type_getsockopt5" = "unknown"; then
38933 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
38934 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
38936 cat >>confdefs.h
<<_ACEOF
38937 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
38942 ac_cpp
='$CPP $CPPFLAGS'
38943 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38944 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38945 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
38950 if test "$wxUSE_SOCKETS" = "yes" ; then
38951 cat >>confdefs.h
<<\_ACEOF
38952 #define wxUSE_SOCKETS 1
38955 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
38958 if test "$wxUSE_PROTOCOL" = "yes"; then
38959 if test "$wxUSE_SOCKETS" != "yes"; then
38960 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
38961 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
38966 if test "$wxUSE_PROTOCOL" = "yes"; then
38967 cat >>confdefs.h
<<\_ACEOF
38968 #define wxUSE_PROTOCOL 1
38972 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
38973 cat >>confdefs.h
<<\_ACEOF
38974 #define wxUSE_PROTOCOL_HTTP 1
38978 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
38979 cat >>confdefs.h
<<\_ACEOF
38980 #define wxUSE_PROTOCOL_FTP 1
38984 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
38985 cat >>confdefs.h
<<\_ACEOF
38986 #define wxUSE_PROTOCOL_FILE 1
38991 if test "$wxUSE_FS_INET" = "yes"; then
38992 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
38993 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
38998 if test "$wxUSE_URL" = "yes"; then
38999 if test "$wxUSE_PROTOCOL" != "yes"; then
39000 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
39001 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
39004 if test "$wxUSE_URL" = "yes"; then
39005 cat >>confdefs.h
<<\_ACEOF
39006 #define wxUSE_URL 1
39012 if test "$wxUSE_FS_INET" = "yes"; then
39013 cat >>confdefs.h
<<\_ACEOF
39014 #define wxUSE_FS_INET 1
39020 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
39023 if test "$TOOLKIT" = "MSW"; then
39026 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
39027 if test "$USE_DARWIN" = 1; then
39028 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
39029 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
39031 ac_cpp
='$CXXCPP $CPPFLAGS'
39032 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39033 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39034 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
39036 cat >conftest.
$ac_ext <<_ACEOF
39039 cat confdefs.h
>>conftest.
$ac_ext
39040 cat >>conftest.
$ac_ext <<_ACEOF
39041 /* end confdefs.h. */
39042 #include <IOKit/hid/IOHIDLib.h>
39046 IOHIDQueueInterface *qi = NULL;
39047 IOHIDCallbackFunction cb = NULL;
39048 qi->setEventCallout(NULL, cb, NULL, NULL);
39053 rm -f conftest.
$ac_objext
39054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39055 (eval $ac_compile) 2>conftest.er1
39057 grep -v '^ *+' conftest.er1
>conftest.err
39059 cat conftest.err
>&5
39060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39061 (exit $ac_status); } &&
39062 { ac_try
='test -z "$ac_cxx_werror_flag"
39063 || test ! -s conftest.err'
39064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39065 (eval $ac_try) 2>&5
39067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39068 (exit $ac_status); }; } &&
39069 { ac_try
='test -s conftest.$ac_objext'
39070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39071 (eval $ac_try) 2>&5
39073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39074 (exit $ac_status); }; }; then
39078 echo "$as_me: failed program was:" >&5
39079 sed 's/^/| /' conftest.
$ac_ext >&5
39082 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39084 ac_cpp
='$CPP $CPPFLAGS'
39085 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39086 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39087 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
39089 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
39090 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
39095 for ac_header
in linux
/joystick.h
39097 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39098 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39099 echo "$as_me:$LINENO: checking for $ac_header" >&5
39100 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39101 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39102 echo $ECHO_N "(cached) $ECHO_C" >&6
39104 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39105 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39107 # Is the header compilable?
39108 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39109 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39110 cat >conftest.
$ac_ext <<_ACEOF
39113 cat confdefs.h
>>conftest.
$ac_ext
39114 cat >>conftest.
$ac_ext <<_ACEOF
39115 /* end confdefs.h. */
39116 $ac_includes_default
39117 #include <$ac_header>
39119 rm -f conftest.
$ac_objext
39120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39121 (eval $ac_compile) 2>conftest.er1
39123 grep -v '^ *+' conftest.er1
>conftest.err
39125 cat conftest.err
>&5
39126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39127 (exit $ac_status); } &&
39128 { ac_try
='test -z "$ac_c_werror_flag"
39129 || test ! -s conftest.err'
39130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39131 (eval $ac_try) 2>&5
39133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39134 (exit $ac_status); }; } &&
39135 { ac_try
='test -s conftest.$ac_objext'
39136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39137 (eval $ac_try) 2>&5
39139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39140 (exit $ac_status); }; }; then
39141 ac_header_compiler
=yes
39143 echo "$as_me: failed program was:" >&5
39144 sed 's/^/| /' conftest.
$ac_ext >&5
39146 ac_header_compiler
=no
39148 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39149 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39150 echo "${ECHO_T}$ac_header_compiler" >&6
39152 # Is the header present?
39153 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39154 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39155 cat >conftest.
$ac_ext <<_ACEOF
39158 cat confdefs.h
>>conftest.
$ac_ext
39159 cat >>conftest.
$ac_ext <<_ACEOF
39160 /* end confdefs.h. */
39161 #include <$ac_header>
39163 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39164 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
39166 grep -v '^ *+' conftest.er1
>conftest.err
39168 cat conftest.err
>&5
39169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39170 (exit $ac_status); } >/dev
/null
; then
39171 if test -s conftest.err
; then
39172 ac_cpp_err
=$ac_c_preproc_warn_flag
39173 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
39180 if test -z "$ac_cpp_err"; then
39181 ac_header_preproc
=yes
39183 echo "$as_me: failed program was:" >&5
39184 sed 's/^/| /' conftest.
$ac_ext >&5
39186 ac_header_preproc
=no
39188 rm -f conftest.err conftest.
$ac_ext
39189 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39190 echo "${ECHO_T}$ac_header_preproc" >&6
39192 # So? What about this header?
39193 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39195 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39196 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39198 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39199 ac_header_preproc
=yes
39202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39203 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39205 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39206 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39207 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39208 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39209 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39210 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39211 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39212 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39213 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39216 ## ----------------------------------------- ##
39217 ## Report this to wx-dev@lists.wxwidgets.org ##
39218 ## ----------------------------------------- ##
39221 sed "s/^/$as_me: WARNING: /" >&2
39224 echo "$as_me:$LINENO: checking for $ac_header" >&5
39225 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39226 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39227 echo $ECHO_N "(cached) $ECHO_C" >&6
39229 eval "$as_ac_Header=\$ac_header_preproc"
39231 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39232 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39235 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39236 cat >>confdefs.h
<<_ACEOF
39237 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39246 if test "$wxUSE_JOYSTICK" = "yes"; then
39247 cat >>confdefs.h
<<\_ACEOF
39248 #define wxUSE_JOYSTICK 1
39251 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
39253 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
39254 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
39260 if test "$wxUSE_FONTMAP" = "yes" ; then
39261 cat >>confdefs.h
<<\_ACEOF
39262 #define wxUSE_FONTMAP 1
39267 if test "$wxUSE_UNICODE" = "yes" ; then
39268 cat >>confdefs.h
<<\_ACEOF
39269 #define wxUSE_UNICODE 1
39273 if test "$USE_WIN32" != 1; then
39274 wxUSE_UNICODE_MSLU
=no
39277 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
39278 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
39279 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
39280 if test "${ac_cv_lib_unicows_main+set}" = set; then
39281 echo $ECHO_N "(cached) $ECHO_C" >&6
39283 ac_check_lib_save_LIBS
=$LIBS
39284 LIBS
="-lunicows $LIBS"
39285 cat >conftest.
$ac_ext <<_ACEOF
39288 cat confdefs.h
>>conftest.
$ac_ext
39289 cat >>conftest.
$ac_ext <<_ACEOF
39290 /* end confdefs.h. */
39301 rm -f conftest.
$ac_objext conftest
$ac_exeext
39302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39303 (eval $ac_link) 2>conftest.er1
39305 grep -v '^ *+' conftest.er1
>conftest.err
39307 cat conftest.err
>&5
39308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39309 (exit $ac_status); } &&
39310 { ac_try
='test -z "$ac_c_werror_flag"
39311 || test ! -s conftest.err'
39312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39313 (eval $ac_try) 2>&5
39315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39316 (exit $ac_status); }; } &&
39317 { ac_try
='test -s conftest$ac_exeext'
39318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39319 (eval $ac_try) 2>&5
39321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39322 (exit $ac_status); }; }; then
39323 ac_cv_lib_unicows_main
=yes
39325 echo "$as_me: failed program was:" >&5
39326 sed 's/^/| /' conftest.
$ac_ext >&5
39328 ac_cv_lib_unicows_main
=no
39330 rm -f conftest.err conftest.
$ac_objext \
39331 conftest
$ac_exeext conftest.
$ac_ext
39332 LIBS
=$ac_check_lib_save_LIBS
39334 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
39335 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
39336 if test $ac_cv_lib_unicows_main = yes; then
39338 cat >>confdefs.h
<<\_ACEOF
39339 #define wxUSE_UNICODE_MSLU 1
39345 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39346 Applications will only run on Windows NT/2000/XP!" >&5
39347 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
39348 Applications will only run on Windows NT/2000/XP!" >&2;}
39349 wxUSE_UNICODE_MSLU
=no
39356 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
39357 cat >>confdefs.h
<<\_ACEOF
39358 #define wxUSE_EXPERIMENTAL_PRINTF 1
39364 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
39365 cat >>confdefs.h
<<\_ACEOF
39366 #define wxUSE_POSTSCRIPT 1
39371 cat >>confdefs.h
<<\_ACEOF
39372 #define wxUSE_AFM_FOR_POSTSCRIPT 1
39376 cat >>confdefs.h
<<\_ACEOF
39377 #define wxUSE_NORMALIZED_PS_FONTS 1
39382 if test "$wxUSE_CONSTRAINTS" = "yes"; then
39383 cat >>confdefs.h
<<\_ACEOF
39384 #define wxUSE_CONSTRAINTS 1
39387 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
39390 if test "$wxUSE_MDI" = "yes"; then
39391 cat >>confdefs.h
<<\_ACEOF
39392 #define wxUSE_MDI 1
39396 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39397 cat >>confdefs.h
<<\_ACEOF
39398 #define wxUSE_MDI_ARCHITECTURE 1
39401 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
39405 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
39406 cat >>confdefs.h
<<\_ACEOF
39407 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
39410 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
39411 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
39412 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
39416 if test "$wxUSE_HELP" = "yes"; then
39417 cat >>confdefs.h
<<\_ACEOF
39418 #define wxUSE_HELP 1
39421 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
39423 if test "$wxUSE_MSW" = 1; then
39424 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
39425 cat >>confdefs.h
<<\_ACEOF
39426 #define wxUSE_MS_HTML_HELP 1
39432 if test "$wxUSE_WXHTML_HELP" = "yes"; then
39433 if test "$wxUSE_HTML" = "yes"; then
39434 cat >>confdefs.h
<<\_ACEOF
39435 #define wxUSE_WXHTML_HELP 1
39439 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
39440 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
39441 wxUSE_WXHTML_HELP
=no
39446 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
39447 if test "$wxUSE_CONSTRAINTS" != "yes"; then
39448 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
39449 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
39451 cat >>confdefs.h
<<\_ACEOF
39452 #define wxUSE_PRINTING_ARCHITECTURE 1
39456 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
39459 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
39460 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
39461 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
39462 { (exit 1); exit 1; }; }
39466 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
39467 -o "$wxUSE_CLIPBOARD" = "yes" \
39468 -o "$wxUSE_OLE" = "yes" \
39469 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
39471 for ac_header
in ole2.h
39473 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39474 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39475 echo "$as_me:$LINENO: checking for $ac_header" >&5
39476 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39477 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39478 echo $ECHO_N "(cached) $ECHO_C" >&6
39480 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39481 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39483 # Is the header compilable?
39484 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39485 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39486 cat >conftest.
$ac_ext <<_ACEOF
39489 cat confdefs.h
>>conftest.
$ac_ext
39490 cat >>conftest.
$ac_ext <<_ACEOF
39491 /* end confdefs.h. */
39492 $ac_includes_default
39493 #include <$ac_header>
39495 rm -f conftest.
$ac_objext
39496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39497 (eval $ac_compile) 2>conftest.er1
39499 grep -v '^ *+' conftest.er1
>conftest.err
39501 cat conftest.err
>&5
39502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39503 (exit $ac_status); } &&
39504 { ac_try
='test -z "$ac_c_werror_flag"
39505 || test ! -s conftest.err'
39506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39507 (eval $ac_try) 2>&5
39509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39510 (exit $ac_status); }; } &&
39511 { ac_try
='test -s conftest.$ac_objext'
39512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39513 (eval $ac_try) 2>&5
39515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39516 (exit $ac_status); }; }; then
39517 ac_header_compiler
=yes
39519 echo "$as_me: failed program was:" >&5
39520 sed 's/^/| /' conftest.
$ac_ext >&5
39522 ac_header_compiler
=no
39524 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39525 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39526 echo "${ECHO_T}$ac_header_compiler" >&6
39528 # Is the header present?
39529 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39530 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39531 cat >conftest.
$ac_ext <<_ACEOF
39534 cat confdefs.h
>>conftest.
$ac_ext
39535 cat >>conftest.
$ac_ext <<_ACEOF
39536 /* end confdefs.h. */
39537 #include <$ac_header>
39539 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39540 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
39542 grep -v '^ *+' conftest.er1
>conftest.err
39544 cat conftest.err
>&5
39545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39546 (exit $ac_status); } >/dev
/null
; then
39547 if test -s conftest.err
; then
39548 ac_cpp_err
=$ac_c_preproc_warn_flag
39549 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
39556 if test -z "$ac_cpp_err"; then
39557 ac_header_preproc
=yes
39559 echo "$as_me: failed program was:" >&5
39560 sed 's/^/| /' conftest.
$ac_ext >&5
39562 ac_header_preproc
=no
39564 rm -f conftest.err conftest.
$ac_ext
39565 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39566 echo "${ECHO_T}$ac_header_preproc" >&6
39568 # So? What about this header?
39569 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39571 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39572 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39573 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39574 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39575 ac_header_preproc
=yes
39578 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39579 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39580 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39581 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39582 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39583 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39584 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39585 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39586 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39587 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39588 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39589 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39592 ## ----------------------------------------- ##
39593 ## Report this to wx-dev@lists.wxwidgets.org ##
39594 ## ----------------------------------------- ##
39597 sed "s/^/$as_me: WARNING: /" >&2
39600 echo "$as_me:$LINENO: checking for $ac_header" >&5
39601 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39602 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39603 echo $ECHO_N "(cached) $ECHO_C" >&6
39605 eval "$as_ac_Header=\$ac_header_preproc"
39607 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39608 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39611 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39612 cat >>confdefs.h
<<_ACEOF
39613 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39621 if test "$ac_cv_header_ole2_h" = "yes" ; then
39622 if test "$GCC" = yes ; then
39626 ac_cpp
='$CXXCPP $CPPFLAGS'
39627 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39628 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39629 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
39632 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
39633 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
39634 cat >conftest.
$ac_ext <<_ACEOF
39637 cat confdefs.h
>>conftest.
$ac_ext
39638 cat >>conftest.
$ac_ext <<_ACEOF
39639 /* end confdefs.h. */
39640 #include <windows.h>
39650 rm -f conftest.
$ac_objext
39651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39652 (eval $ac_compile) 2>conftest.er1
39654 grep -v '^ *+' conftest.er1
>conftest.err
39656 cat conftest.err
>&5
39657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39658 (exit $ac_status); } &&
39659 { ac_try
='test -z "$ac_cxx_werror_flag"
39660 || test ! -s conftest.err'
39661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39662 (eval $ac_try) 2>&5
39664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39665 (exit $ac_status); }; } &&
39666 { ac_try
='test -s conftest.$ac_objext'
39667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39668 (eval $ac_try) 2>&5
39670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39671 (exit $ac_status); }; }; then
39672 echo "$as_me:$LINENO: result: no" >&5
39673 echo "${ECHO_T}no" >&6
39675 echo "$as_me: failed program was:" >&5
39676 sed 's/^/| /' conftest.
$ac_ext >&5
39678 echo "$as_me:$LINENO: result: yes" >&5
39679 echo "${ECHO_T}yes" >&6
39680 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
39682 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39684 ac_cpp
='$CPP $CPPFLAGS'
39685 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39686 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39687 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
39689 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
39690 if test "$wxUSE_OLE" = "yes" ; then
39691 cat >>confdefs.h
<<\_ACEOF
39692 #define wxUSE_OLE 1
39695 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
39699 if test "$wxUSE_DATAOBJ" = "yes" ; then
39700 cat >>confdefs.h
<<\_ACEOF
39701 #define wxUSE_DATAOBJ 1
39706 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
39707 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
39710 wxUSE_DRAG_AND_DROP
=no
39715 if test "$wxUSE_METAFILE" = "yes"; then
39716 cat >>confdefs.h
<<\_ACEOF
39717 #define wxUSE_METAFILE 1
39721 cat >>confdefs.h
<<\_ACEOF
39722 #define wxUSE_ENH_METAFILE 1
39728 if test "$wxUSE_IPC" = "yes"; then
39729 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
39730 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
39731 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
39735 if test "$wxUSE_IPC" = "yes"; then
39736 cat >>confdefs.h
<<\_ACEOF
39737 #define wxUSE_IPC 1
39740 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
39744 if test "$wxUSE_CLIPBOARD" = "yes"; then
39745 if test "$wxUSE_MGL" = 1; then
39746 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
39747 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
39751 if test "$wxUSE_CLIPBOARD" = "yes"; then
39752 cat >>confdefs.h
<<\_ACEOF
39753 #define wxUSE_CLIPBOARD 1
39757 cat >>confdefs.h
<<\_ACEOF
39758 #define wxUSE_DATAOBJ 1
39764 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
39765 if test "$wxUSE_GTK" = 1; then
39766 if test "$WXGTK12" != 1; then
39767 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
39768 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
39769 wxUSE_DRAG_AND_DROP
=no
39773 if test "$wxUSE_MOTIF" = 1; then
39774 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
39775 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
39776 wxUSE_DRAG_AND_DROP
=no
39779 if test "$wxUSE_X11" = 1; then
39780 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
39781 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
39782 wxUSE_DRAG_AND_DROP
=no
39785 if test "$wxUSE_MGL" = 1; then
39786 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
39787 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
39788 wxUSE_DRAG_AND_DROP
=no
39791 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
39792 cat >>confdefs.h
<<\_ACEOF
39793 #define wxUSE_DRAG_AND_DROP 1
39800 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
39801 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
39804 if test "$wxUSE_SPLINES" = "yes" ; then
39805 cat >>confdefs.h
<<\_ACEOF
39806 #define wxUSE_SPLINES 1
39811 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
39812 cat >>confdefs.h
<<\_ACEOF
39813 #define wxUSE_MOUSEWHEEL 1
39820 if test "$wxUSE_CONTROLS" = "yes"; then
39824 if test "$wxUSE_ACCEL" = "yes"; then
39825 cat >>confdefs.h
<<\_ACEOF
39826 #define wxUSE_ACCEL 1
39832 if test "$wxUSE_BUTTON" = "yes"; then
39833 cat >>confdefs.h
<<\_ACEOF
39834 #define wxUSE_BUTTON 1
39840 if test "$wxUSE_BMPBUTTON" = "yes"; then
39841 cat >>confdefs.h
<<\_ACEOF
39842 #define wxUSE_BMPBUTTON 1
39848 if test "$wxUSE_CALCTRL" = "yes"; then
39849 cat >>confdefs.h
<<\_ACEOF
39850 #define wxUSE_CALENDARCTRL 1
39854 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
39857 if test "$wxUSE_CARET" = "yes"; then
39858 cat >>confdefs.h
<<\_ACEOF
39859 #define wxUSE_CARET 1
39863 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
39866 if test "$wxUSE_COMBOBOX" = "yes"; then
39867 cat >>confdefs.h
<<\_ACEOF
39868 #define wxUSE_COMBOBOX 1
39874 if test "$wxUSE_CHOICE" = "yes"; then
39875 cat >>confdefs.h
<<\_ACEOF
39876 #define wxUSE_CHOICE 1
39882 if test "$wxUSE_CHOICEBOOK" = "yes"; then
39883 cat >>confdefs.h
<<\_ACEOF
39884 #define wxUSE_CHOICEBOOK 1
39890 if test "$wxUSE_CHECKBOX" = "yes"; then
39891 cat >>confdefs.h
<<\_ACEOF
39892 #define wxUSE_CHECKBOX 1
39898 if test "$wxUSE_CHECKLST" = "yes"; then
39899 cat >>confdefs.h
<<\_ACEOF
39900 #define wxUSE_CHECKLISTBOX 1
39904 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
39907 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
39908 cat >>confdefs.h
<<\_ACEOF
39909 #define wxUSE_DATEPICKCTRL 1
39915 if test "$wxUSE_DISPLAY" = "yes"; then
39916 cat >>confdefs.h
<<\_ACEOF
39917 #define wxUSE_DISPLAY 1
39920 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
39923 if test "$wxUSE_GAUGE" = "yes"; then
39924 cat >>confdefs.h
<<\_ACEOF
39925 #define wxUSE_GAUGE 1
39931 if test "$wxUSE_GRID" = "yes"; then
39932 cat >>confdefs.h
<<\_ACEOF
39933 #define wxUSE_GRID 1
39937 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
39940 if test "$wxUSE_IMAGLIST" = "yes"; then
39941 cat >>confdefs.h
<<\_ACEOF
39942 #define wxUSE_IMAGLIST 1
39947 if test "$wxUSE_LISTBOOK" = "yes"; then
39948 cat >>confdefs.h
<<\_ACEOF
39949 #define wxUSE_LISTBOOK 1
39955 if test "$wxUSE_LISTBOX" = "yes"; then
39956 cat >>confdefs.h
<<\_ACEOF
39957 #define wxUSE_LISTBOX 1
39961 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
39964 if test "$wxUSE_LISTCTRL" = "yes"; then
39965 if test "$wxUSE_IMAGLIST" = "yes"; then
39966 cat >>confdefs.h
<<\_ACEOF
39967 #define wxUSE_LISTCTRL 1
39971 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
39973 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
39974 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
39978 if test "$wxUSE_NOTEBOOK" = "yes"; then
39979 cat >>confdefs.h
<<\_ACEOF
39980 #define wxUSE_NOTEBOOK 1
39984 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
39988 if test "$wxUSE_RADIOBOX" = "yes"; then
39989 cat >>confdefs.h
<<\_ACEOF
39990 #define wxUSE_RADIOBOX 1
39996 if test "$wxUSE_RADIOBTN" = "yes"; then
39997 cat >>confdefs.h
<<\_ACEOF
39998 #define wxUSE_RADIOBTN 1
40004 if test "$wxUSE_SASH" = "yes"; then
40005 cat >>confdefs.h
<<\_ACEOF
40006 #define wxUSE_SASH 1
40009 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
40012 if test "$wxUSE_SCROLLBAR" = "yes"; then
40013 cat >>confdefs.h
<<\_ACEOF
40014 #define wxUSE_SCROLLBAR 1
40018 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
40021 if test "$wxUSE_SLIDER" = "yes"; then
40022 cat >>confdefs.h
<<\_ACEOF
40023 #define wxUSE_SLIDER 1
40029 if test "$wxUSE_SPINBTN" = "yes"; then
40030 cat >>confdefs.h
<<\_ACEOF
40031 #define wxUSE_SPINBTN 1
40037 if test "$wxUSE_SPINCTRL" = "yes"; then
40038 cat >>confdefs.h
<<\_ACEOF
40039 #define wxUSE_SPINCTRL 1
40045 if test "$wxUSE_SPLITTER" = "yes"; then
40046 cat >>confdefs.h
<<\_ACEOF
40047 #define wxUSE_SPLITTER 1
40050 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
40053 if test "$wxUSE_STATBMP" = "yes"; then
40054 cat >>confdefs.h
<<\_ACEOF
40055 #define wxUSE_STATBMP 1
40061 if test "$wxUSE_STATBOX" = "yes"; then
40062 cat >>confdefs.h
<<\_ACEOF
40063 #define wxUSE_STATBOX 1
40069 if test "$wxUSE_STATTEXT" = "yes"; then
40070 cat >>confdefs.h
<<\_ACEOF
40071 #define wxUSE_STATTEXT 1
40077 if test "$wxUSE_STATLINE" = "yes"; then
40078 cat >>confdefs.h
<<\_ACEOF
40079 #define wxUSE_STATLINE 1
40085 if test "$wxUSE_STATUSBAR" = "yes"; then
40086 cat >>confdefs.h
<<\_ACEOF
40087 #define wxUSE_NATIVE_STATUSBAR 1
40090 cat >>confdefs.h
<<\_ACEOF
40091 #define wxUSE_STATUSBAR 1
40096 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
40099 if test "$wxUSE_TABDIALOG" = "yes"; then
40100 cat >>confdefs.h
<<\_ACEOF
40101 #define wxUSE_TAB_DIALOG 1
40106 if test "$wxUSE_TEXTCTRL" = "yes"; then
40107 cat >>confdefs.h
<<\_ACEOF
40108 #define wxUSE_TEXTCTRL 1
40112 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
40115 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40116 if test "$wxUSE_COCOA" = 1 ; then
40117 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
40118 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
40121 if test "$wxUSE_UNIVERSAL" = "yes"; then
40122 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
40123 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
40127 if test "$wxUSE_TOGGLEBTN" = "yes"; then
40128 cat >>confdefs.h
<<\_ACEOF
40129 #define wxUSE_TOGGLEBTN 1
40136 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
40137 cat >>confdefs.h
<<\_ACEOF
40138 #define wxUSE_TOOLBAR_SIMPLE 1
40141 wxUSE_TOOLBAR
="yes"
40145 if test "$wxUSE_TOOLBAR" = "yes"; then
40146 cat >>confdefs.h
<<\_ACEOF
40147 #define wxUSE_TOOLBAR 1
40152 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
40153 wxUSE_TOOLBAR_NATIVE
="yes"
40156 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
40157 cat >>confdefs.h
<<\_ACEOF
40158 #define wxUSE_TOOLBAR_NATIVE 1
40164 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
40167 if test "$wxUSE_TOOLTIPS" = "yes"; then
40168 if test "$wxUSE_MOTIF" = 1; then
40169 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
40170 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
40172 if test "$wxUSE_UNIVERSAL" = "yes"; then
40173 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
40174 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
40176 cat >>confdefs.h
<<\_ACEOF
40177 #define wxUSE_TOOLTIPS 1
40184 if test "$wxUSE_TREECTRL" = "yes"; then
40185 if test "$wxUSE_IMAGLIST" = "yes"; then
40186 cat >>confdefs.h
<<\_ACEOF
40187 #define wxUSE_TREECTRL 1
40191 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
40193 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
40194 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
40198 if test "$wxUSE_POPUPWIN" = "yes"; then
40199 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40200 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
40201 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
40203 if test "$wxUSE_PM" = 1; then
40204 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
40205 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
40207 cat >>confdefs.h
<<\_ACEOF
40208 #define wxUSE_POPUPWIN 1
40211 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
40218 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
40219 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
40220 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
40221 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
40223 cat >>confdefs.h
<<\_ACEOF
40224 #define wxUSE_DIALUP_MANAGER 1
40227 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
40231 if test "$wxUSE_TIPWINDOW" = "yes"; then
40232 if test "$wxUSE_PM" = 1; then
40233 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
40234 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
40236 cat >>confdefs.h
<<\_ACEOF
40237 #define wxUSE_TIPWINDOW 1
40243 if test "$USES_CONTROLS" = 1; then
40244 cat >>confdefs.h
<<\_ACEOF
40245 #define wxUSE_CONTROLS 1
40251 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
40252 cat >>confdefs.h
<<\_ACEOF
40253 #define wxUSE_ACCESSIBILITY 1
40256 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
40259 if test "$wxUSE_DRAGIMAGE" = "yes"; then
40260 cat >>confdefs.h
<<\_ACEOF
40261 #define wxUSE_DRAGIMAGE 1
40264 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
40267 if test "$wxUSE_EXCEPTIONS" = "yes"; then
40268 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
40269 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
40270 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
40272 cat >>confdefs.h
<<\_ACEOF
40273 #define wxUSE_EXCEPTIONS 1
40276 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
40281 if test "$wxUSE_HTML" = "yes"; then
40282 cat >>confdefs.h
<<\_ACEOF
40283 #define wxUSE_HTML 1
40287 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
40288 if test "$wxUSE_MAC" = 1; then
40289 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
40292 if test "$wxUSE_WEBKIT" = "yes"; then
40293 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
40294 old_CPPFLAGS
="$CPPFLAGS"
40295 CPPFLAGS
="$CPPFLAGS -x objective-c++"
40296 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
40297 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
40298 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
40299 echo $ECHO_N "(cached) $ECHO_C" >&6
40301 cat >conftest.
$ac_ext <<_ACEOF
40304 cat confdefs.h
>>conftest.
$ac_ext
40305 cat >>conftest.
$ac_ext <<_ACEOF
40306 /* end confdefs.h. */
40307 #include <Carbon/Carbon.h>
40309 #include <WebKit/HIWebView.h>
40311 rm -f conftest.
$ac_objext
40312 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40313 (eval $ac_compile) 2>conftest.er1
40315 grep -v '^ *+' conftest.er1
>conftest.err
40317 cat conftest.err
>&5
40318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40319 (exit $ac_status); } &&
40320 { ac_try
='test -z "$ac_c_werror_flag"
40321 || test ! -s conftest.err'
40322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40323 (eval $ac_try) 2>&5
40325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40326 (exit $ac_status); }; } &&
40327 { ac_try
='test -s conftest.$ac_objext'
40328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40329 (eval $ac_try) 2>&5
40331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40332 (exit $ac_status); }; }; then
40333 ac_cv_header_WebKit_HIWebView_h
=yes
40335 echo "$as_me: failed program was:" >&5
40336 sed 's/^/| /' conftest.
$ac_ext >&5
40338 ac_cv_header_WebKit_HIWebView_h
=no
40340 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40342 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
40343 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
40344 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
40346 cat >>confdefs.h
<<\_ACEOF
40347 #define wxUSE_WEBKIT 1
40350 WEBKIT_LINK
="-framework WebKit"
40354 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
40355 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
40361 CPPFLAGS
="$old_CPPFLAGS"
40362 elif test "$wxUSE_COCOA" = 1; then
40363 cat >>confdefs.h
<<\_ACEOF
40364 #define wxUSE_WEBKIT 1
40373 if test "$wxUSE_XRC" = "yes"; then
40374 if test "$wxUSE_XML" != "yes"; then
40375 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
40376 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
40379 cat >>confdefs.h
<<\_ACEOF
40380 #define wxUSE_XRC 1
40384 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
40388 if test "$wxUSE_MENUS" = "yes"; then
40389 cat >>confdefs.h
<<\_ACEOF
40390 #define wxUSE_MENUS 1
40393 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
40396 if test "$wxUSE_METAFILE" = "yes"; then
40397 cat >>confdefs.h
<<\_ACEOF
40398 #define wxUSE_METAFILE 1
40403 if test "$wxUSE_MIMETYPE" = "yes"; then
40404 cat >>confdefs.h
<<\_ACEOF
40405 #define wxUSE_MIMETYPE 1
40410 if test "$wxUSE_MINIFRAME" = "yes"; then
40411 cat >>confdefs.h
<<\_ACEOF
40412 #define wxUSE_MINIFRAME 1
40415 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
40418 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
40419 cat >>confdefs.h
<<\_ACEOF
40420 #define wxUSE_SYSTEM_OPTIONS 1
40423 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
40424 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
40425 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
40430 if test "$wxUSE_VALIDATORS" = "yes"; then
40431 cat >>confdefs.h
<<\_ACEOF
40432 #define wxUSE_VALIDATORS 1
40435 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
40438 if test "$wxUSE_PALETTE" = "yes" ; then
40439 cat >>confdefs.h
<<\_ACEOF
40440 #define wxUSE_PALETTE 1
40445 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
40446 LIBS
=" -lunicows $LIBS"
40450 if test "$wxUSE_IMAGE" = "yes" ; then
40451 cat >>confdefs.h
<<\_ACEOF
40452 #define wxUSE_IMAGE 1
40456 if test "$wxUSE_GIF" = "yes" ; then
40457 cat >>confdefs.h
<<\_ACEOF
40458 #define wxUSE_GIF 1
40463 if test "$wxUSE_PCX" = "yes" ; then
40464 cat >>confdefs.h
<<\_ACEOF
40465 #define wxUSE_PCX 1
40470 if test "$wxUSE_IFF" = "yes" ; then
40471 cat >>confdefs.h
<<\_ACEOF
40472 #define wxUSE_IFF 1
40477 if test "$wxUSE_PNM" = "yes" ; then
40478 cat >>confdefs.h
<<\_ACEOF
40479 #define wxUSE_PNM 1
40484 if test "$wxUSE_XPM" = "yes" ; then
40485 cat >>confdefs.h
<<\_ACEOF
40486 #define wxUSE_XPM 1
40491 if test "$wxUSE_ICO_CUR" = "yes" ; then
40492 cat >>confdefs.h
<<\_ACEOF
40493 #define wxUSE_ICO_CUR 1
40500 if test "$wxUSE_CHOICEDLG" = "yes"; then
40501 cat >>confdefs.h
<<\_ACEOF
40502 #define wxUSE_CHOICEDLG 1
40507 if test "$wxUSE_COLOURDLG" = "yes"; then
40508 cat >>confdefs.h
<<\_ACEOF
40509 #define wxUSE_COLOURDLG 1
40514 if test "$wxUSE_FILEDLG" = "yes"; then
40515 cat >>confdefs.h
<<\_ACEOF
40516 #define wxUSE_FILEDLG 1
40521 if test "$wxUSE_FINDREPLDLG" = "yes"; then
40522 cat >>confdefs.h
<<\_ACEOF
40523 #define wxUSE_FINDREPLDLG 1
40528 if test "$wxUSE_FONTDLG" = "yes"; then
40529 cat >>confdefs.h
<<\_ACEOF
40530 #define wxUSE_FONTDLG 1
40535 if test "$wxUSE_DIRDLG" = "yes"; then
40536 if test "$wxUSE_TREECTRL" != "yes"; then
40537 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
40538 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
40540 cat >>confdefs.h
<<\_ACEOF
40541 #define wxUSE_DIRDLG 1
40547 if test "$wxUSE_MSGDLG" = "yes"; then
40548 cat >>confdefs.h
<<\_ACEOF
40549 #define wxUSE_MSGDLG 1
40554 if test "$wxUSE_NUMBERDLG" = "yes"; then
40555 cat >>confdefs.h
<<\_ACEOF
40556 #define wxUSE_NUMBERDLG 1
40561 if test "$wxUSE_PROGRESSDLG" = "yes"; then
40562 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40563 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
40564 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
40566 cat >>confdefs.h
<<\_ACEOF
40567 #define wxUSE_PROGRESSDLG 1
40573 if test "$wxUSE_SPLASH" = "yes"; then
40574 cat >>confdefs.h
<<\_ACEOF
40575 #define wxUSE_SPLASH 1
40578 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
40581 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
40582 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40583 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
40584 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
40586 cat >>confdefs.h
<<\_ACEOF
40587 #define wxUSE_STARTUP_TIPS 1
40593 if test "$wxUSE_TEXTDLG" = "yes"; then
40594 cat >>confdefs.h
<<\_ACEOF
40595 #define wxUSE_TEXTDLG 1
40600 if test "$wxUSE_WIZARDDLG" = "yes"; then
40601 cat >>confdefs.h
<<\_ACEOF
40602 #define wxUSE_WIZARDDLG 1
40605 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
40609 if test "$wxUSE_MEDIACTRL" = "yes"; then
40610 if test "$wxUSE_GTK" = 1; then
40611 wxUSE_GSTREAMER
="yes"
40616 if test -z "$PKG_CONFIG"; then
40617 # Extract the first word of "pkg-config", so it can be a program name with args.
40618 set dummy pkg
-config; ac_word
=$2
40619 echo "$as_me:$LINENO: checking for $ac_word" >&5
40620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40621 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
40622 echo $ECHO_N "(cached) $ECHO_C" >&6
40624 case $PKG_CONFIG in
40626 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
40629 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40630 for as_dir
in $PATH
40633 test -z "$as_dir" && as_dir
=.
40634 for ac_exec_ext
in '' $ac_executable_extensions; do
40635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40636 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
40637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40643 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
40647 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
40649 if test -n "$PKG_CONFIG"; then
40650 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
40651 echo "${ECHO_T}$PKG_CONFIG" >&6
40653 echo "$as_me:$LINENO: result: no" >&5
40654 echo "${ECHO_T}no" >&6
40659 if test "$PKG_CONFIG" = "no" ; then
40660 echo "*** The pkg-config script could not be found. Make sure it is"
40661 echo "*** in your path, or set the PKG_CONFIG environment variable"
40662 echo "*** to the full path to pkg-config."
40663 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
40665 PKG_CONFIG_MIN_VERSION
=0.9.0
40666 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
40667 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
40668 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
40670 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
40671 echo "$as_me:$LINENO: result: yes" >&5
40672 echo "${ECHO_T}yes" >&6
40675 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
40676 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
40677 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-0.8"`
40678 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
40679 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
40681 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
40682 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
40683 GSTREAMER_LIBS
=`$PKG_CONFIG --libs "gstreamer-0.8"`
40684 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
40685 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
40687 GSTREAMER_CFLAGS
=""
40689 ## If we have a custom action on failure, don't print errors, but
40690 ## do set a variable so people can do so.
40691 GSTREAMER_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
40698 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
40699 echo "*** See http://www.freedesktop.org/software/pkgconfig"
40703 if test $succeeded = yes; then
40705 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
40706 LIBS
="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
40710 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
40711 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
40712 wxUSE_GSTREAMER
="no"
40720 if test "x$GST_INSPECT" == "x"; then
40721 # Extract the first word of "gst-inspect", so it can be a program name with args.
40722 set dummy gst
-inspect; ac_word
=$2
40723 echo "$as_me:$LINENO: checking for $ac_word" >&5
40724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40725 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
40726 echo $ECHO_N "(cached) $ECHO_C" >&6
40728 if test -n "$GST_INSPECT"; then
40729 ac_cv_prog_GST_INSPECT
="$GST_INSPECT" # Let the user override the test.
40731 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40732 for as_dir
in $PATH
40735 test -z "$as_dir" && as_dir
=.
40736 for ac_exec_ext
in '' $ac_executable_extensions; do
40737 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40738 ac_cv_prog_GST_INSPECT
="gst-inspect"
40739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40747 GST_INSPECT
=$ac_cv_prog_GST_INSPECT
40748 if test -n "$GST_INSPECT"; then
40749 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
40750 echo "${ECHO_T}$GST_INSPECT" >&6
40752 echo "$as_me:$LINENO: result: no" >&5
40753 echo "${ECHO_T}no" >&6
40758 if test "x$GST_INSPECT" != "x"; then
40759 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
40760 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
40761 if $GST_INSPECT xvimagesink
> /dev
/null
2> /dev
/null
; then
40762 echo "$as_me:$LINENO: result: found." >&5
40763 echo "${ECHO_T}found." >&6
40766 echo "$as_me:$LINENO: result: not found." >&5
40767 echo "${ECHO_T}not found." >&6
40769 wxUSE_GSTREAMER
="no"
40770 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
40771 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
40777 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
40778 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
40779 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
40780 echo $ECHO_N "(cached) $ECHO_C" >&6
40782 cat >conftest.
$ac_ext <<_ACEOF
40785 cat confdefs.h
>>conftest.
$ac_ext
40786 cat >>conftest.
$ac_ext <<_ACEOF
40787 /* end confdefs.h. */
40788 #include <gst/gst.h>
40790 #include <gst/xoverlay/xoverlay.h>
40792 rm -f conftest.
$ac_objext
40793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40794 (eval $ac_compile) 2>conftest.er1
40796 grep -v '^ *+' conftest.er1
>conftest.err
40798 cat conftest.err
>&5
40799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40800 (exit $ac_status); } &&
40801 { ac_try
='test -z "$ac_c_werror_flag"
40802 || test ! -s conftest.err'
40803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40804 (eval $ac_try) 2>&5
40806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40807 (exit $ac_status); }; } &&
40808 { ac_try
='test -s conftest.$ac_objext'
40809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40810 (eval $ac_try) 2>&5
40812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40813 (exit $ac_status); }; }; then
40814 ac_cv_header_gst_xoverlay_xoverlay_h
=yes
40816 echo "$as_me: failed program was:" >&5
40817 sed 's/^/| /' conftest.
$ac_ext >&5
40819 ac_cv_header_gst_xoverlay_xoverlay_h
=no
40821 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40823 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
40824 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
40825 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
40829 wxUSE_GSTREAMER
="no"
40830 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
40831 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
40837 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
40838 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
40841 for ac_dir
in $SEARCH_LIB /usr
/lib
;
40843 for ac_extension
in a so sl dylib
; do
40844 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
40845 ac_find_libraries
=$ac_dir
40852 if test "$ac_find_libraries" = "" ; then
40853 echo "$as_me:$LINENO: result: no" >&5
40854 echo "${ECHO_T}no" >&6
40855 wxUSE_GSTREAMER
="no"
40857 echo "$as_me:$LINENO: result: yes" >&5
40858 echo "${ECHO_T}yes" >&6
40861 if test "$wxUSE_GSTREAMER" = "yes"; then
40862 cat >>confdefs.h
<<\_ACEOF
40863 #define wxUSE_GSTREAMER 1
40866 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
40867 echo "${ECHO_T}GStreamer detection successful" >&6
40870 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
40871 cat >>confdefs.h
<<\_ACEOF
40872 #define wxUSE_MEDIACTRL 1
40878 if test "$cross_compiling" = "yes"; then
40881 OSINFO
=`uname -s -r -m`
40882 OSINFO
="\"$OSINFO\""
40885 cat >>confdefs.h
<<_ACEOF
40886 #define WXWIN_OS_DESCRIPTION $OSINFO
40891 if test "x$prefix" != "xNONE"; then
40894 wxPREFIX
=$ac_default_prefix
40897 cat >>confdefs.h
<<_ACEOF
40898 #define wxINSTALL_PREFIX "$wxPREFIX"
40904 CORE_BASE_LIBS
="net base"
40905 CORE_GUI_LIBS
="adv core"
40907 if test "$wxUSE_XML" = "yes" ; then
40908 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
40910 if test "$wxUSE_ODBC" != "no" ; then
40911 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
40912 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
40914 if test "$wxUSE_HTML" = "yes" ; then
40915 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
40917 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
40918 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
40920 if test "$wxUSE_XRC" = "yes" ; then
40921 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
40924 if test "$wxUSE_GUI" != "yes"; then
40935 if test "$wxUSE_MAC" = 1 ; then
40936 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
40937 if test "$USE_DARWIN" = 1; then
40938 LDFLAGS
="$LDFLAGS -framework QuickTime"
40940 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
40943 if test "$USE_DARWIN" = 1; then
40944 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
40946 LDFLAGS
="$LDFLAGS -lCarbonLib"
40949 if test "$wxUSE_COCOA" = 1 ; then
40950 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
40951 if test "$wxUSE_MEDIACTRL" = "yes"; then
40952 LDFLAGS
="$LDFLAGS -framework QuickTime"
40955 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
40956 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
40960 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
40967 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40968 echo "$as_me:$LINENO: checking for $ac_func" >&5
40969 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
40970 if eval "test \"\${$as_ac_var+set}\" = set"; then
40971 echo $ECHO_N "(cached) $ECHO_C" >&6
40973 cat >conftest.
$ac_ext <<_ACEOF
40976 cat confdefs.h
>>conftest.
$ac_ext
40977 cat >>conftest.
$ac_ext <<_ACEOF
40978 /* end confdefs.h. */
40979 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40980 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40981 #define $ac_func innocuous_$ac_func
40983 /* System header to define __stub macros and hopefully few prototypes,
40984 which can conflict with char $ac_func (); below.
40985 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40986 <limits.h> exists even on freestanding compilers. */
40989 # include <limits.h>
40991 # include <assert.h>
40996 /* Override any gcc2 internal prototype to avoid an error. */
41001 /* We use char because int might match the return type of a gcc2
41002 builtin and then its argument prototype would still apply. */
41004 /* The GNU C library defines this for functions which it implements
41005 to always fail with ENOSYS. Some functions are actually named
41006 something starting with __ and the normal name is an alias. */
41007 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41010 char (*f) () = $ac_func;
41019 return f != $ac_func;
41024 rm -f conftest.
$ac_objext conftest
$ac_exeext
41025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41026 (eval $ac_link) 2>conftest.er1
41028 grep -v '^ *+' conftest.er1
>conftest.err
41030 cat conftest.err
>&5
41031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41032 (exit $ac_status); } &&
41033 { ac_try
='test -z "$ac_c_werror_flag"
41034 || test ! -s conftest.err'
41035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41036 (eval $ac_try) 2>&5
41038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41039 (exit $ac_status); }; } &&
41040 { ac_try
='test -s conftest$ac_exeext'
41041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41042 (eval $ac_try) 2>&5
41044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41045 (exit $ac_status); }; }; then
41046 eval "$as_ac_var=yes"
41048 echo "$as_me: failed program was:" >&5
41049 sed 's/^/| /' conftest.
$ac_ext >&5
41051 eval "$as_ac_var=no"
41053 rm -f conftest.err conftest.
$ac_objext \
41054 conftest
$ac_exeext conftest.
$ac_ext
41056 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41057 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41058 if test `eval echo '${'$as_ac_var'}'` = yes; then
41059 cat >>confdefs.h
<<_ACEOF
41060 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41067 for ac_func
in floor
41069 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41070 echo "$as_me:$LINENO: checking for $ac_func" >&5
41071 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41072 if eval "test \"\${$as_ac_var+set}\" = set"; then
41073 echo $ECHO_N "(cached) $ECHO_C" >&6
41075 cat >conftest.
$ac_ext <<_ACEOF
41078 cat confdefs.h
>>conftest.
$ac_ext
41079 cat >>conftest.
$ac_ext <<_ACEOF
41080 /* end confdefs.h. */
41081 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41082 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41083 #define $ac_func innocuous_$ac_func
41085 /* System header to define __stub macros and hopefully few prototypes,
41086 which can conflict with char $ac_func (); below.
41087 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41088 <limits.h> exists even on freestanding compilers. */
41091 # include <limits.h>
41093 # include <assert.h>
41098 /* Override any gcc2 internal prototype to avoid an error. */
41103 /* We use char because int might match the return type of a gcc2
41104 builtin and then its argument prototype would still apply. */
41106 /* The GNU C library defines this for functions which it implements
41107 to always fail with ENOSYS. Some functions are actually named
41108 something starting with __ and the normal name is an alias. */
41109 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41112 char (*f) () = $ac_func;
41121 return f != $ac_func;
41126 rm -f conftest.
$ac_objext conftest
$ac_exeext
41127 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41128 (eval $ac_link) 2>conftest.er1
41130 grep -v '^ *+' conftest.er1
>conftest.err
41132 cat conftest.err
>&5
41133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41134 (exit $ac_status); } &&
41135 { ac_try
='test -z "$ac_c_werror_flag"
41136 || test ! -s conftest.err'
41137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41138 (eval $ac_try) 2>&5
41140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41141 (exit $ac_status); }; } &&
41142 { ac_try
='test -s conftest$ac_exeext'
41143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41144 (eval $ac_try) 2>&5
41146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41147 (exit $ac_status); }; }; then
41148 eval "$as_ac_var=yes"
41150 echo "$as_me: failed program was:" >&5
41151 sed 's/^/| /' conftest.
$ac_ext >&5
41153 eval "$as_ac_var=no"
41155 rm -f conftest.err conftest.
$ac_objext \
41156 conftest
$ac_exeext conftest.
$ac_ext
41158 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41159 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41160 if test `eval echo '${'$as_ac_var'}'` = yes; then
41161 cat >>confdefs.h
<<_ACEOF
41162 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41168 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
41169 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
41170 if test "$have_cos" = 1 -a "$have_floor" = 1; then
41171 echo "$as_me:$LINENO: result: yes" >&5
41172 echo "${ECHO_T}yes" >&6
41174 echo "$as_me:$LINENO: result: no" >&5
41175 echo "${ECHO_T}no" >&6
41177 # use different functions to avoid configure caching
41183 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41184 echo "$as_me:$LINENO: checking for $ac_func" >&5
41185 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41186 if eval "test \"\${$as_ac_var+set}\" = set"; then
41187 echo $ECHO_N "(cached) $ECHO_C" >&6
41189 cat >conftest.
$ac_ext <<_ACEOF
41192 cat confdefs.h
>>conftest.
$ac_ext
41193 cat >>conftest.
$ac_ext <<_ACEOF
41194 /* end confdefs.h. */
41195 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41196 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41197 #define $ac_func innocuous_$ac_func
41199 /* System header to define __stub macros and hopefully few prototypes,
41200 which can conflict with char $ac_func (); below.
41201 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41202 <limits.h> exists even on freestanding compilers. */
41205 # include <limits.h>
41207 # include <assert.h>
41212 /* Override any gcc2 internal prototype to avoid an error. */
41217 /* We use char because int might match the return type of a gcc2
41218 builtin and then its argument prototype would still apply. */
41220 /* The GNU C library defines this for functions which it implements
41221 to always fail with ENOSYS. Some functions are actually named
41222 something starting with __ and the normal name is an alias. */
41223 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41226 char (*f) () = $ac_func;
41235 return f != $ac_func;
41240 rm -f conftest.
$ac_objext conftest
$ac_exeext
41241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41242 (eval $ac_link) 2>conftest.er1
41244 grep -v '^ *+' conftest.er1
>conftest.err
41246 cat conftest.err
>&5
41247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41248 (exit $ac_status); } &&
41249 { ac_try
='test -z "$ac_c_werror_flag"
41250 || test ! -s conftest.err'
41251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41252 (eval $ac_try) 2>&5
41254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41255 (exit $ac_status); }; } &&
41256 { ac_try
='test -s conftest$ac_exeext'
41257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41258 (eval $ac_try) 2>&5
41260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41261 (exit $ac_status); }; }; then
41262 eval "$as_ac_var=yes"
41264 echo "$as_me: failed program was:" >&5
41265 sed 's/^/| /' conftest.
$ac_ext >&5
41267 eval "$as_ac_var=no"
41269 rm -f conftest.err conftest.
$ac_objext \
41270 conftest
$ac_exeext conftest.
$ac_ext
41272 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41273 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41274 if test `eval echo '${'$as_ac_var'}'` = yes; then
41275 cat >>confdefs.h
<<_ACEOF
41276 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41283 for ac_func
in ceil
41285 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41286 echo "$as_me:$LINENO: checking for $ac_func" >&5
41287 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41288 if eval "test \"\${$as_ac_var+set}\" = set"; then
41289 echo $ECHO_N "(cached) $ECHO_C" >&6
41291 cat >conftest.
$ac_ext <<_ACEOF
41294 cat confdefs.h
>>conftest.
$ac_ext
41295 cat >>conftest.
$ac_ext <<_ACEOF
41296 /* end confdefs.h. */
41297 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41299 #define $ac_func innocuous_$ac_func
41301 /* System header to define __stub macros and hopefully few prototypes,
41302 which can conflict with char $ac_func (); below.
41303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41304 <limits.h> exists even on freestanding compilers. */
41307 # include <limits.h>
41309 # include <assert.h>
41314 /* Override any gcc2 internal prototype to avoid an error. */
41319 /* We use char because int might match the return type of a gcc2
41320 builtin and then its argument prototype would still apply. */
41322 /* The GNU C library defines this for functions which it implements
41323 to always fail with ENOSYS. Some functions are actually named
41324 something starting with __ and the normal name is an alias. */
41325 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41328 char (*f) () = $ac_func;
41337 return f != $ac_func;
41342 rm -f conftest.
$ac_objext conftest
$ac_exeext
41343 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41344 (eval $ac_link) 2>conftest.er1
41346 grep -v '^ *+' conftest.er1
>conftest.err
41348 cat conftest.err
>&5
41349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41350 (exit $ac_status); } &&
41351 { ac_try
='test -z "$ac_c_werror_flag"
41352 || test ! -s conftest.err'
41353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41354 (eval $ac_try) 2>&5
41356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41357 (exit $ac_status); }; } &&
41358 { ac_try
='test -s conftest$ac_exeext'
41359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41360 (eval $ac_try) 2>&5
41362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41363 (exit $ac_status); }; }; then
41364 eval "$as_ac_var=yes"
41366 echo "$as_me: failed program was:" >&5
41367 sed 's/^/| /' conftest.
$ac_ext >&5
41369 eval "$as_ac_var=no"
41371 rm -f conftest.err conftest.
$ac_objext \
41372 conftest
$ac_exeext conftest.
$ac_ext
41374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41375 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41376 if test `eval echo '${'$as_ac_var'}'` = yes; then
41377 cat >>confdefs.h
<<_ACEOF
41378 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41384 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
41385 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
41386 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
41387 echo "$as_me:$LINENO: result: yes" >&5
41388 echo "${ECHO_T}yes" >&6
41390 echo "$as_me:$LINENO: result: no" >&5
41391 echo "${ECHO_T}no" >&6
41392 # not sure we should warn the user, crash, etc.
41396 if test "$wxUSE_GUI" = "yes"; then
41399 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
41400 dynamic erase event exec font image minimal mobile \
41401 mobile/wxedit mobile/styles propsize render \
41402 richedit rotate shaped vscroll widgets"
41404 if test "$wxUSE_MONOLITHIC" != "yes"; then
41405 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
41407 if test "$TOOLKIT" = "MSW"; then
41408 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
41409 if test "$wxUSE_UNIVERSAL" != "yes"; then
41410 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
41413 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
41414 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
41417 SAMPLES_SUBDIRS
="console"
41421 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
41422 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
41424 if test "$GXX" = yes ; then
41426 CXXWARNINGS
="$CWARNINGS -Wno-ctor-dtor-privacy"
41429 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
41431 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
41432 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
41433 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
41435 if test "x$MWCC" = "xyes"; then
41437 CC
="$CC -cwd source -I-"
41438 CXX
="$CXX -cwd source -I-"
41443 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
41444 EXTRALIBS_XML
="$EXPAT_LINK"
41445 EXTRALIBS_HTML
="$MSPACK_LINK"
41446 EXTRALIBS_ODBC
="$ODBC_LINK"
41447 if test "$wxUSE_GUI" = "yes"; then
41448 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
41450 if test "$wxUSE_OPENGL" = "yes"; then
41451 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
41454 LDFLAGS
="$LDFLAGS $PROFILE"
41456 if test "$wxUSE_GTK" = 1; then
41459 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
41462 WXCONFIG_EXTRALIBS
="$LIBS"
41464 if test "$wxUSE_REGEX" = "builtin" ; then
41465 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
41467 if test "$wxUSE_EXPAT" = "builtin" ; then
41468 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
41470 if test "$wxUSE_ODBC" = "builtin" ; then
41471 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
41473 if test "$wxUSE_LIBTIFF" = "builtin" ; then
41474 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
41476 if test "$wxUSE_LIBJPEG" = "builtin" ; then
41477 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
41479 if test "$wxUSE_LIBPNG" = "builtin" ; then
41480 wxconfig_3rdparty
="png $wxconfig_3rdparty"
41482 if test "$wxUSE_ZLIB" = "builtin" ; then
41483 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
41486 for i
in $wxconfig_3rdparty ; do
41487 WXCONFIG_EXTRALIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
41491 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
41505 if test $wxUSE_MONOLITHIC = "yes" ; then
41511 if test $wxUSE_PLUGINS = "yes" ; then
41517 if test $wxUSE_ODBC != "no" ; then
41523 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
41529 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
41557 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
41568 TOOLKIT_USER
="GTK+"
41569 if test "$WXGTK20" = 1; then
41570 TOOLKIT_USER
="$TOOLKIT_USER 2"
41575 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
41579 if test "$wxUSE_WINE" = "yes"; then
41580 BAKEFILE_FORCE_PLATFORM
=win32
41586 if test "x$BAKEFILE_HOST" = "x"; then
41587 BAKEFILE_HOST
="${host}"
41590 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
41592 if test -n "$ac_tool_prefix"; then
41593 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
41594 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
41595 echo "$as_me:$LINENO: checking for $ac_word" >&5
41596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41597 if test "${ac_cv_prog_RANLIB+set}" = set; then
41598 echo $ECHO_N "(cached) $ECHO_C" >&6
41600 if test -n "$RANLIB"; then
41601 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
41603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41604 for as_dir
in $PATH
41607 test -z "$as_dir" && as_dir
=.
41608 for ac_exec_ext
in '' $ac_executable_extensions; do
41609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41610 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
41611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41619 RANLIB
=$ac_cv_prog_RANLIB
41620 if test -n "$RANLIB"; then
41621 echo "$as_me:$LINENO: result: $RANLIB" >&5
41622 echo "${ECHO_T}$RANLIB" >&6
41624 echo "$as_me:$LINENO: result: no" >&5
41625 echo "${ECHO_T}no" >&6
41629 if test -z "$ac_cv_prog_RANLIB"; then
41630 ac_ct_RANLIB
=$RANLIB
41631 # Extract the first word of "ranlib", so it can be a program name with args.
41632 set dummy ranlib
; ac_word
=$2
41633 echo "$as_me:$LINENO: checking for $ac_word" >&5
41634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41635 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
41636 echo $ECHO_N "(cached) $ECHO_C" >&6
41638 if test -n "$ac_ct_RANLIB"; then
41639 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
41641 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41642 for as_dir
in $PATH
41645 test -z "$as_dir" && as_dir
=.
41646 for ac_exec_ext
in '' $ac_executable_extensions; do
41647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41648 ac_cv_prog_ac_ct_RANLIB
="ranlib"
41649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41655 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
41658 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
41659 if test -n "$ac_ct_RANLIB"; then
41660 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
41661 echo "${ECHO_T}$ac_ct_RANLIB" >&6
41663 echo "$as_me:$LINENO: result: no" >&5
41664 echo "${ECHO_T}no" >&6
41667 RANLIB
=$ac_ct_RANLIB
41669 RANLIB
="$ac_cv_prog_RANLIB"
41672 # Find a good install program. We prefer a C program (faster),
41673 # so one script is as good as another. But avoid the broken or
41674 # incompatible versions:
41675 # SysV /etc/install, /usr/sbin/install
41676 # SunOS /usr/etc/install
41677 # IRIX /sbin/install
41679 # AmigaOS /C/install, which installs bootblocks on floppy discs
41680 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
41681 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
41682 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
41683 # OS/2's system install, which has a completely different semantic
41684 # ./install, which can be erroneously created by make from ./install.sh.
41685 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
41686 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
41687 if test -z "$INSTALL"; then
41688 if test "${ac_cv_path_install+set}" = set; then
41689 echo $ECHO_N "(cached) $ECHO_C" >&6
41691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41692 for as_dir
in $PATH
41695 test -z "$as_dir" && as_dir
=.
41696 # Account for people who put trailing slashes in PATH elements.
41698 .
/ | .
// | /cC
/* | \
41699 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
41700 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
41703 # OSF1 and SCO ODT 3.0 have their own names for install.
41704 # Don't use installbsd from OSF since it installs stuff as root
41706 for ac_prog
in ginstall scoinst
install; do
41707 for ac_exec_ext
in '' $ac_executable_extensions; do
41708 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
41709 if test $ac_prog = install &&
41710 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
41711 # AIX install. It has an incompatible calling convention.
41713 elif test $ac_prog = install &&
41714 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
41715 # program-specific install script used by HP pwplus--don't use.
41718 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
41730 if test "${ac_cv_path_install+set}" = set; then
41731 INSTALL
=$ac_cv_path_install
41733 # As a last resort, use the slow shell script. We don't cache a
41734 # path for INSTALL within a source directory, because that will
41735 # break other packages using the cache if that directory is
41736 # removed, or if the path is relative.
41737 INSTALL
=$ac_install_sh
41740 echo "$as_me:$LINENO: result: $INSTALL" >&5
41741 echo "${ECHO_T}$INSTALL" >&6
41743 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
41744 # It thinks the first close brace ends the variable substitution.
41745 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
41747 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
41749 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
41751 echo "$as_me:$LINENO: checking whether ln -s works" >&5
41752 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
41754 if test "$LN_S" = "ln -s"; then
41755 echo "$as_me:$LINENO: result: yes" >&5
41756 echo "${ECHO_T}yes" >&6
41758 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
41759 echo "${ECHO_T}no, using $LN_S" >&6
41763 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41764 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41765 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
41766 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41767 echo $ECHO_N "(cached) $ECHO_C" >&6
41769 cat >conftest.
make <<\_ACEOF
41771 @
echo 'ac_maketemp="$(MAKE)"'
41773 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41774 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41775 if test -n "$ac_maketemp"; then
41776 eval ac_cv_prog_make_
${ac_make}_set
=yes
41778 eval ac_cv_prog_make_
${ac_make}_set
=no
41780 rm -f conftest.
make
41782 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41783 echo "$as_me:$LINENO: result: yes" >&5
41784 echo "${ECHO_T}yes" >&6
41787 echo "$as_me:$LINENO: result: no" >&5
41788 echo "${ECHO_T}no" >&6
41789 SET_MAKE
="MAKE=${MAKE-make}"
41794 if test -n "$ac_tool_prefix"; then
41795 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
41796 set dummy
${ac_tool_prefix}ar; ac_word
=$2
41797 echo "$as_me:$LINENO: checking for $ac_word" >&5
41798 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41799 if test "${ac_cv_prog_AR+set}" = set; then
41800 echo $ECHO_N "(cached) $ECHO_C" >&6
41802 if test -n "$AR"; then
41803 ac_cv_prog_AR
="$AR" # Let the user override the test.
41805 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41806 for as_dir
in $PATH
41809 test -z "$as_dir" && as_dir
=.
41810 for ac_exec_ext
in '' $ac_executable_extensions; do
41811 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41812 ac_cv_prog_AR
="${ac_tool_prefix}ar"
41813 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41822 if test -n "$AR"; then
41823 echo "$as_me:$LINENO: result: $AR" >&5
41824 echo "${ECHO_T}$AR" >&6
41826 echo "$as_me:$LINENO: result: no" >&5
41827 echo "${ECHO_T}no" >&6
41831 if test -z "$ac_cv_prog_AR"; then
41833 # Extract the first word of "ar", so it can be a program name with args.
41834 set dummy
ar; ac_word
=$2
41835 echo "$as_me:$LINENO: checking for $ac_word" >&5
41836 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41837 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
41838 echo $ECHO_N "(cached) $ECHO_C" >&6
41840 if test -n "$ac_ct_AR"; then
41841 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
41843 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41844 for as_dir
in $PATH
41847 test -z "$as_dir" && as_dir
=.
41848 for ac_exec_ext
in '' $ac_executable_extensions; do
41849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41850 ac_cv_prog_ac_ct_AR
="ar"
41851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41857 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
41860 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
41861 if test -n "$ac_ct_AR"; then
41862 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
41863 echo "${ECHO_T}$ac_ct_AR" >&6
41865 echo "$as_me:$LINENO: result: no" >&5
41866 echo "${ECHO_T}no" >&6
41871 AR
="$ac_cv_prog_AR"
41874 if test -n "$ac_tool_prefix"; then
41875 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
41876 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
41877 echo "$as_me:$LINENO: checking for $ac_word" >&5
41878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41879 if test "${ac_cv_prog_STRIP+set}" = set; then
41880 echo $ECHO_N "(cached) $ECHO_C" >&6
41882 if test -n "$STRIP"; then
41883 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
41885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41886 for as_dir
in $PATH
41889 test -z "$as_dir" && as_dir
=.
41890 for ac_exec_ext
in '' $ac_executable_extensions; do
41891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41892 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
41893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41901 STRIP
=$ac_cv_prog_STRIP
41902 if test -n "$STRIP"; then
41903 echo "$as_me:$LINENO: result: $STRIP" >&5
41904 echo "${ECHO_T}$STRIP" >&6
41906 echo "$as_me:$LINENO: result: no" >&5
41907 echo "${ECHO_T}no" >&6
41911 if test -z "$ac_cv_prog_STRIP"; then
41913 # Extract the first word of "strip", so it can be a program name with args.
41914 set dummy strip
; ac_word
=$2
41915 echo "$as_me:$LINENO: checking for $ac_word" >&5
41916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41917 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
41918 echo $ECHO_N "(cached) $ECHO_C" >&6
41920 if test -n "$ac_ct_STRIP"; then
41921 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
41923 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41924 for as_dir
in $PATH
41927 test -z "$as_dir" && as_dir
=.
41928 for ac_exec_ext
in '' $ac_executable_extensions; do
41929 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41930 ac_cv_prog_ac_ct_STRIP
="strip"
41931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41937 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
41940 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
41941 if test -n "$ac_ct_STRIP"; then
41942 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
41943 echo "${ECHO_T}$ac_ct_STRIP" >&6
41945 echo "$as_me:$LINENO: result: no" >&5
41946 echo "${ECHO_T}no" >&6
41951 STRIP
="$ac_cv_prog_STRIP"
41954 if test -n "$ac_tool_prefix"; then
41955 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
41956 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
41957 echo "$as_me:$LINENO: checking for $ac_word" >&5
41958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41959 if test "${ac_cv_prog_NM+set}" = set; then
41960 echo $ECHO_N "(cached) $ECHO_C" >&6
41962 if test -n "$NM"; then
41963 ac_cv_prog_NM
="$NM" # Let the user override the test.
41965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41966 for as_dir
in $PATH
41969 test -z "$as_dir" && as_dir
=.
41970 for ac_exec_ext
in '' $ac_executable_extensions; do
41971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41972 ac_cv_prog_NM
="${ac_tool_prefix}nm"
41973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41982 if test -n "$NM"; then
41983 echo "$as_me:$LINENO: result: $NM" >&5
41984 echo "${ECHO_T}$NM" >&6
41986 echo "$as_me:$LINENO: result: no" >&5
41987 echo "${ECHO_T}no" >&6
41991 if test -z "$ac_cv_prog_NM"; then
41993 # Extract the first word of "nm", so it can be a program name with args.
41994 set dummy nm
; ac_word
=$2
41995 echo "$as_me:$LINENO: checking for $ac_word" >&5
41996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41997 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
41998 echo $ECHO_N "(cached) $ECHO_C" >&6
42000 if test -n "$ac_ct_NM"; then
42001 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
42003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42004 for as_dir
in $PATH
42007 test -z "$as_dir" && as_dir
=.
42008 for ac_exec_ext
in '' $ac_executable_extensions; do
42009 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42010 ac_cv_prog_ac_ct_NM
="nm"
42011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42017 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
42020 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
42021 if test -n "$ac_ct_NM"; then
42022 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
42023 echo "${ECHO_T}$ac_ct_NM" >&6
42025 echo "$as_me:$LINENO: result: no" >&5
42026 echo "${ECHO_T}no" >&6
42031 NM
="$ac_cv_prog_NM"
42035 case ${BAKEFILE_HOST} in
42037 INSTALL_DIR
="mkdir -p"
42039 *) INSTALL_DIR
="$INSTALL -d"
42045 case ${BAKEFILE_HOST} in
42046 *-*-cygwin* | *-*-mingw32* )
42047 LDFLAGS_GUI
="-mwindows"
42053 echo "$as_me:$LINENO: checking if make is GNU make" >&5
42054 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
42055 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
42056 echo $ECHO_N "(cached) $ECHO_C" >&6
42059 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
42060 egrep -s GNU
> /dev
/null
); then
42061 bakefile_cv_prog_makeisgnu
="yes"
42063 bakefile_cv_prog_makeisgnu
="no"
42067 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
42068 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
42070 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
42087 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
42088 case "${BAKEFILE_HOST}" in
42089 *-*-cygwin* | *-*-mingw32* )
42095 *-pc-os2_emx | *-pc-os2-emx )
42098 powerpc
-*-darwin* )
42105 powerpc
-apple-macos* )
42114 case "$BAKEFILE_FORCE_PLATFORM" in
42135 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
42136 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
42137 { (exit 1); exit 1; }; }
42152 # Check whether --enable-omf or --disable-omf was given.
42153 if test "${enable_omf+set}" = set; then
42154 enableval
="$enable_omf"
42155 bk_os2_use_omf
="$enableval"
42158 case "${BAKEFILE_HOST}" in
42160 CFLAGS
="$CFLAGS -fno-common"
42161 CXXFLAGS
="$CXXFLAGS -fno-common"
42164 *-pc-os2_emx | *-pc-os2-emx )
42165 if test "x$bk_os2_use_omf" = "xyes" ; then
42168 LDFLAGS
="-Zomf $LDFLAGS"
42169 CFLAGS
="-Zomf $CFLAGS"
42170 CXXFLAGS
="-Zomf $CXXFLAGS"
42178 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
42184 SO_SUFFIX_MODULE
="so"
42189 DLLPREFIX_MODULE
=""
42192 case "${BAKEFILE_HOST}" in
42195 SO_SUFFIX_MODULE
="sl"
42199 SO_SUFFIX_MODULE
="a"
42201 *-*-cygwin* | *-*-mingw32* )
42203 SO_SUFFIX_MODULE
="dll"
42204 DLLIMP_SUFFIX
="dll.a"
42212 *-pc-os2_emx | *-pc-os2-emx )
42214 SO_SUFFIX_MODULE
="dll"
42215 DLLIMP_SUFFIX
=$OS2_LIBEXT
42219 LIBEXT
=".$OS2_LIBEXT"
42221 powerpc
-*-darwin* )
42223 SO_SUFFIX_MODULE
="bundle"
42227 if test "x$DLLIMP_SUFFIX" = "x" ; then
42228 DLLIMP_SUFFIX
="$SO_SUFFIX"
42242 if test "x$GCC" = "xyes"; then
42246 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
42247 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
42249 case "${BAKEFILE_HOST}" in
42251 if test "x$GCC" != "xyes"; then
42252 LDFLAGS
="$LDFLAGS -L/usr/lib"
42254 SHARED_LD_CC
="${CC} -b -o"
42255 SHARED_LD_CXX
="${CXX} -b -o"
42261 if test "x$GCC" != "xyes"; then
42262 echo "$as_me:$LINENO: checking for Intel compiler" >&5
42263 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
42264 if test "${bakefile_cv_prog_icc+set}" = set; then
42265 echo $ECHO_N "(cached) $ECHO_C" >&6
42268 cat >conftest.
$ac_ext <<_ACEOF
42271 cat confdefs.h
>>conftest.
$ac_ext
42272 cat >>conftest.
$ac_ext <<_ACEOF
42273 /* end confdefs.h. */
42279 #ifndef __INTEL_COMPILER
42287 rm -f conftest.
$ac_objext
42288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42289 (eval $ac_compile) 2>conftest.er1
42291 grep -v '^ *+' conftest.er1
>conftest.err
42293 cat conftest.err
>&5
42294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42295 (exit $ac_status); } &&
42296 { ac_try
='test -z "$ac_c_werror_flag"
42297 || test ! -s conftest.err'
42298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42299 (eval $ac_try) 2>&5
42301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42302 (exit $ac_status); }; } &&
42303 { ac_try
='test -s conftest.$ac_objext'
42304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42305 (eval $ac_try) 2>&5
42307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42308 (exit $ac_status); }; }; then
42309 bakefile_cv_prog_icc
=yes
42311 echo "$as_me: failed program was:" >&5
42312 sed 's/^/| /' conftest.
$ac_ext >&5
42314 bakefile_cv_prog_icc
=no
42317 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42320 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
42321 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
42322 if test "$bakefile_cv_prog_icc" = "yes"; then
42329 if test "x$GCC" != xyes
; then
42330 SHARED_LD_CC
="${CC} -G -o"
42331 SHARED_LD_CXX
="${CXX} -G -o"
42338 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
42339 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
42340 if test "${wx_cv_gcc31+set}" = set; then
42341 echo $ECHO_N "(cached) $ECHO_C" >&6
42344 cat >conftest.
$ac_ext <<_ACEOF
42347 cat confdefs.h
>>conftest.
$ac_ext
42348 cat >>conftest.
$ac_ext <<_ACEOF
42349 /* end confdefs.h. */
42355 #if (__GNUC__ < 3) || \
42356 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
42364 rm -f conftest.
$ac_objext
42365 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
42366 (eval $ac_compile) 2>conftest.er1
42368 grep -v '^ *+' conftest.er1
>conftest.err
42370 cat conftest.err
>&5
42371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42372 (exit $ac_status); } &&
42373 { ac_try
='test -z "$ac_c_werror_flag"
42374 || test ! -s conftest.err'
42375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42376 (eval $ac_try) 2>&5
42378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42379 (exit $ac_status); }; } &&
42380 { ac_try
='test -s conftest.$ac_objext'
42381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42382 (eval $ac_try) 2>&5
42384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42385 (exit $ac_status); }; }; then
42390 echo "$as_me: failed program was:" >&5
42391 sed 's/^/| /' conftest.
$ac_ext >&5
42398 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
42401 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
42402 echo "${ECHO_T}$wx_cv_gcc31" >&6
42403 if test "$wx_cv_gcc31" = "no"; then
42406 cat <<EOF >shared-ld-sh
42408 #-----------------------------------------------------------------------------
42409 #-- Name: distrib/mac/shared-ld-sh
42410 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
42411 #-- Author: Gilles Depeyrot
42412 #-- Copyright: (c) 2002 Gilles Depeyrot
42413 #-- Licence: any use permitted
42414 #-----------------------------------------------------------------------------
42419 linking_flag="-dynamiclib"
42421 while test ${D}# -gt 0; do
42428 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
42429 # collect these options and values
42430 args="${D}{args} ${D}1 ${D}2"
42434 -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
42435 # collect these options
42436 args="${D}{args} ${D}1"
42439 -dynamiclib|-bundle)
42440 linking_flag="${D}1"
42444 echo "shared-ld: unhandled option '${D}1'"
42448 *.o | *.a | *.dylib)
42449 # collect object files
42450 objects="${D}{objects} ${D}1"
42454 echo "shared-ld: unhandled argument '${D}1'"
42463 # Link one module containing all the others
42465 if test ${D}{verbose} = 1; then
42466 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
42468 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
42470 if test ${D}{status} != 0; then
42475 # Link the shared library from the single module created
42477 if test ${D}{verbose} = 1; then
42478 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
42480 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
42482 if test ${D}{status} != 0; then
42487 # Remove intermediate module
42489 rm -f master.${D}${D}.o
42494 chmod +x shared
-ld-sh
42496 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
42497 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
42498 SHARED_LD_CXX
="$SHARED_LD_CC"
42499 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
42501 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
42502 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
42503 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
42504 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
42507 PIC_FLAG
="-dynamic -fPIC"
42511 if test "x$GCC" != "xyes"; then
42512 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
42513 set dummy makeC
++SharedLib
; ac_word
=$2
42514 echo "$as_me:$LINENO: checking for $ac_word" >&5
42515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42516 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
42517 echo $ECHO_N "(cached) $ECHO_C" >&6
42519 if test -n "$AIX_CXX_LD"; then
42520 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
42522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42523 for as_dir
in $PATH
42526 test -z "$as_dir" && as_dir
=.
42527 for ac_exec_ext
in '' $ac_executable_extensions; do
42528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42529 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
42530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42536 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
42539 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
42540 if test -n "$AIX_CXX_LD"; then
42541 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
42542 echo "${ECHO_T}$AIX_CXX_LD" >&6
42544 echo "$as_me:$LINENO: result: no" >&5
42545 echo "${ECHO_T}no" >&6
42548 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
42549 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
42554 SHARED_LD_CC
="${LD} -nostart -o"
42555 SHARED_LD_CXX
="${LD} -nostart -o"
42559 if test "x$GCC" != "xyes"; then
42564 *-*-cygwin* | *-*-mingw32* )
42566 SHARED_LD_CC
="\$(CC) -shared -o"
42567 SHARED_LD_CXX
="\$(CXX) -shared -o"
42570 *-pc-os2_emx | *-pc-os2-emx )
42571 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42572 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
42576 cat <<EOF >dllar.sh
42579 # dllar - a tool to build both a .dll and an .a file
42580 # from a set of object (.o) files for EMX/OS2.
42582 # Written by Andrew Zabolotny, bit@freya.etu.ru
42583 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
42585 # This script will accept a set of files on the command line.
42586 # All the public symbols from the .o files will be exported into
42587 # a .DEF file, then linker will be run (through gcc) against them to
42588 # build a shared library consisting of all given .o files. All libraries
42589 # (.a) will be first decompressed into component .o files then act as
42590 # described above. You can optionally give a description (-d "description")
42591 # which will be put into .DLL. To see the list of accepted options (as well
42592 # as command-line format) simply run this program without options. The .DLL
42593 # is built to be imported by name (there is no guarantee that new versions
42594 # of the library you build will have same ordinals for same symbols).
42596 # dllar is free software; you can redistribute it and/or modify
42597 # it under the terms of the GNU General Public License as published by
42598 # the Free Software Foundation; either version 2, or (at your option)
42599 # any later version.
42601 # dllar is distributed in the hope that it will be useful,
42602 # but WITHOUT ANY WARRANTY; without even the implied warranty of
42603 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42604 # GNU General Public License for more details.
42606 # You should have received a copy of the GNU General Public License
42607 # along with dllar; see the file COPYING. If not, write to the Free
42608 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
42611 # To successfuly run this program you will need:
42612 # - Current drive should have LFN support (HPFS, ext2, network, etc)
42613 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
42615 # (used to build the .dll)
42617 # (used to create .def file from .o files)
42619 # (used to create .a file from .def file)
42620 # - GNU text utilites (cat, sort, uniq)
42621 # used to process emxexp output
42622 # - GNU file utilities (mv, rm)
42624 # - lxlite (optional, see flag below)
42625 # (used for general .dll cleanup)
42632 # basnam, variant of basename, which does _not_ remove the path, _iff_
42633 # second argument (suffix to remove) is given
42637 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
42640 echo ${D}1 | sed 's/'${D}2'${D}//'
42643 echo "error in basnam ${D}*"
42649 # Cleanup temporary files and output
42652 for i in ${D}inputFiles ; do
42655 rm -rf \`basnam ${D}i !\`
42662 # Kill result in case of failure as there is just to many stupid make/nmake
42663 # things out there which doesn't do this.
42664 if [ ${D}# -eq 0 ]; then
42665 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
42669 # Print usage and exit script with rc=1.
42671 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
42672 echo ' [-name-mangler-script script.sh]'
42673 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
42674 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
42675 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
42676 echo ' [*.o] [*.a]'
42677 echo '*> "output_file" should have no extension.'
42678 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
42679 echo ' The import library name is derived from this and is set to "name".a,'
42680 echo ' unless overridden by -import'
42681 echo '*> "importlib_name" should have no extension.'
42682 echo ' If it has the .o, or .a extension, it is automatically removed.'
42683 echo ' This name is used as the import library name and may be longer and'
42684 echo ' more descriptive than the DLL name which has to follow the old '
42685 echo ' 8.3 convention of FAT.'
42686 echo '*> "script.sh may be given to override the output_file name by a'
42687 echo ' different name. It is mainly useful if the regular make process'
42688 echo ' of some package does not take into account OS/2 restriction of'
42689 echo ' DLL name lengths. It takes the importlib name as input and is'
42690 echo ' supposed to procude a shorter name as output. The script should'
42691 echo ' expect to get importlib_name without extension and should produce'
42692 echo ' a (max.) 8 letter name without extension.'
42693 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
42694 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
42695 echo ' These flags will be put at the start of GCC command line.'
42696 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
42697 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
42698 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
42699 echo ' If the last character of a symbol is "*", all symbols beginning'
42700 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
42701 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
42702 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
42703 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
42704 echo ' C runtime DLLs.'
42705 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
42706 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
42707 echo ' unchanged to GCC at the end of command line.'
42708 echo '*> If you create a DLL from a library and you do not specify -o,'
42709 echo ' the basename for DLL and import library will be set to library name,'
42710 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
42711 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
42712 echo ' library will be renamed into gcc_s.a.'
42715 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
42716 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
42721 # Execute a command.
42722 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
42723 # @Uses Whatever CleanUp() uses.
42729 if [ ${D}rcCmd -ne 0 ]; then
42730 echo "command failed, exit code="${D}rcCmd
42745 CFLAGS="-s -Zcrtdll"
42747 EXPORT_BY_ORDINALS=0
42752 case ${D}curDirS in
42756 curDirS=${D}{curDirS}"/"
42759 # Parse commandline
42762 while [ ${D}1 ]; do
42765 EXPORT_BY_ORDINALS=1;
42775 -name-mangler-script)
42796 exclude_symbols=${D}{exclude_symbols}${D}1" "
42800 library_flags=${D}{library_flags}${D}1" "
42819 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42822 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
42823 if [ ${D}omfLinking -eq 1 ]; then
42824 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
42826 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
42831 if [ ${D}libsToLink -ne 0 ]; then
42832 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
42834 for file in ${D}1 ; do
42835 if [ -f ${D}file ]; then
42836 inputFiles="${D}{inputFiles} ${D}file"
42840 if [ ${D}found -eq 0 ]; then
42841 echo "ERROR: No file(s) found: "${D}1
42848 done # iterate cmdline words
42851 if [ -z "${D}inputFiles" ]; then
42852 echo "dllar: no input files"
42856 # Now extract all .o files from .a files
42858 for file in ${D}inputFiles ; do
42869 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
42874 dirname=\`basnam ${D}file ${D}suffix\`"_%"
42876 if [ ${D}? -ne 0 ]; then
42877 echo "Failed to create subdirectory ./${D}dirname"
42881 # Append '!' to indicate archive
42882 newInputFiles="${D}newInputFiles ${D}{dirname}!"
42883 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
42886 for subfile in ${D}dirname/*.o* ; do
42887 if [ -f ${D}subfile ]; then
42889 if [ -s ${D}subfile ]; then
42890 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
42891 newInputFiles="${D}newInputFiles ${D}subfile"
42895 if [ ${D}found -eq 0 ]; then
42896 echo "WARNING: there are no files in archive \\'${D}file\\'"
42900 newInputFiles="${D}{newInputFiles} ${D}file"
42904 inputFiles="${D}newInputFiles"
42906 # Output filename(s).
42908 if [ -z ${D}outFile ]; then
42910 set outFile ${D}inputFiles; outFile=${D}2
42913 # If it is an archive, remove the '!' and the '_%' suffixes
42914 case ${D}outFile in
42916 outFile=\`basnam ${D}outFile _%!\`
42921 case ${D}outFile in
42923 outFile=\`basnam ${D}outFile .dll\`
42926 outFile=\`basnam ${D}outFile .DLL\`
42929 outFile=\`basnam ${D}outFile .o\`
42932 outFile=\`basnam ${D}outFile .obj\`
42935 outFile=\`basnam ${D}outFile .a\`
42938 outFile=\`basnam ${D}outFile .lib\`
42943 case ${D}outimpFile in
42945 outimpFile=\`basnam ${D}outimpFile .a\`
42948 outimpFile=\`basnam ${D}outimpFile .lib\`
42953 if [ -z ${D}outimpFile ]; then
42954 outimpFile=${D}outFile
42956 defFile="${D}{outFile}.def"
42957 arcFile="${D}{outimpFile}.a"
42958 arcFile2="${D}{outimpFile}.lib"
42960 #create ${D}dllFile as something matching 8.3 restrictions,
42961 if [ -z ${D}renameScript ] ; then
42962 dllFile="${D}outFile"
42964 dllFile=\`${D}renameScript ${D}outimpFile\`
42967 if [ ${D}do_backup -ne 0 ] ; then
42968 if [ -f ${D}arcFile ] ; then
42969 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
42971 if [ -f ${D}arcFile2 ] ; then
42972 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
42976 # Extract public symbols from all the object files.
42977 tmpdefFile=${D}{defFile}_%
42978 rm -f ${D}tmpdefFile
42979 for file in ${D}inputFiles ; do
42984 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
42989 # Create the def file.
42991 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
42992 dllFile="${D}{dllFile}.dll"
42993 if [ ! -z ${D}description ]; then
42994 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
42996 echo "EXPORTS" >> ${D}defFile
42998 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
42999 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
43001 # Checks if the export is ok or not.
43002 for word in ${D}exclude_symbols; do
43003 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
43004 mv ${D}{tmpdefFile}% ${D}tmpdefFile
43008 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43009 sed "=" < ${D}tmpdefFile | \\
43013 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
43015 ' > ${D}{tmpdefFile}%
43016 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
43018 rm -f ${D}{tmpdefFile}%
43020 cat ${D}tmpdefFile >> ${D}defFile
43021 rm -f ${D}tmpdefFile
43023 # Do linking, create implib, and apply lxlite.
43025 for file in ${D}inputFiles ; do
43030 gccCmdl="${D}gccCmdl ${D}file"
43034 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
43035 touch "${D}{outFile}.dll"
43037 doCommand "emximp -o ${D}arcFile ${D}defFile"
43038 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
43040 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
43043 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
43045 doCommand "emxomf -s -l ${D}arcFile"
43055 powerpc
-apple-macos* | \
43056 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
43065 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
43066 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
43067 { (exit 1); exit 1; }; }
43070 if test "x$PIC_FLAG" != "x" ; then
43071 PIC_FLAG
="$PIC_FLAG -DPIC"
43074 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
43075 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
43077 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
43078 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
43095 case "${BAKEFILE_HOST}" in
43096 *-*-linux* | *-*-freebsd* )
43097 SONAME_FLAG
="-Wl,-soname,"
43125 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
43126 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
43129 if test "x$GCC" = "xyes"; then
43132 case "${BAKEFILE_HOST}" in
43133 powerpc
-*-darwin* )
43134 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
43137 DEPSFLAG_GCC
="-MMD"
43140 echo "$as_me:$LINENO: result: gcc" >&5
43141 echo "${ECHO_T}gcc" >&6
43142 elif test "x$MWCC" = "xyes"; then
43145 DEPSFLAG_MWCC
="-MM"
43146 echo "$as_me:$LINENO: result: mwcc" >&5
43147 echo "${ECHO_T}mwcc" >&6
43148 elif test "x$SUNCC" = "xyes"; then
43151 DEPSFLAG_SUNCC
="-xM1"
43152 echo "$as_me:$LINENO: result: suncc" >&5
43153 echo "${ECHO_T}suncc" >&6
43155 echo "$as_me:$LINENO: result: none" >&5
43156 echo "${ECHO_T}none" >&6
43159 if test $DEPS_TRACKING = 1 ; then
43165 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43166 # script. It is used to track C/C++ files dependencies in portable way.
43168 # Permission is given to use this file in any way.
43170 DEPSMODE=${DEPSMODE}
43172 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
43173 DEPSFLAG_MWCC="${DEPSFLAG_MWCC}"
43174 DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}"
43176 mkdir -p ${D}DEPSDIR
43178 if test ${D}DEPSMODE = gcc ; then
43179 ${D}* ${D}{DEPSFLAG_GCC}
43181 if test ${D}{status} != 0 ; then
43184 # move created file to the location we want it in:
43185 while test ${D}# -gt 0; do
43199 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
43200 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
43201 if test -f ${D}depfile ; then
43202 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43205 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
43206 if test -f ${D}depfile ; then
43207 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
43212 elif test ${D}DEPSMODE = mwcc ; then
43215 if test ${D}{status} != 0 ; then
43218 # Run mwcc again with -MM and redirect into the dep file we want
43219 # NOTE: We can't use shift here because we need ${D}* to be valid
43221 for arg in ${D}* ; do
43222 if test "${D}prevarg" = "-o"; then
43235 ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d
43237 elif test ${D}DEPSMODE = suncc; then
43239 # Run compiler again with deps flag and redirect into the dep file.
43240 # It doesn't work if the '-o FILE' option is used, but without it the
43241 # dependency file will contain the wrong name for the object. So it is
43242 # removed from the command line, and the dep file is fixed with sed.
43244 while test ${D}# -gt 0; do
43251 eval arg${D}#=\\${D}1
43252 cmd="${D}cmd \\${D}arg${D}#"
43257 eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
43274 case ${BAKEFILE_HOST} in
43275 *-*-cygwin* | *-*-mingw32* )
43276 if test "$build" != "$host" ; then
43277 RESCOMP
=$host_alias-windres
43279 # Extract the first word of "windres", so it can be a program name with args.
43280 set dummy windres
; ac_word
=$2
43281 echo "$as_me:$LINENO: checking for $ac_word" >&5
43282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43283 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43284 echo $ECHO_N "(cached) $ECHO_C" >&6
43286 if test -n "$RESCOMP"; then
43287 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
43289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43290 for as_dir
in $PATH
43293 test -z "$as_dir" && as_dir
=.
43294 for ac_exec_ext
in '' $ac_executable_extensions; do
43295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43296 ac_cv_prog_RESCOMP
="windres"
43297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43303 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
43306 RESCOMP
=$ac_cv_prog_RESCOMP
43307 if test -n "$RESCOMP"; then
43308 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43309 echo "${ECHO_T}$RESCOMP" >&6
43311 echo "$as_me:$LINENO: result: no" >&5
43312 echo "${ECHO_T}no" >&6
43318 *-*-darwin* | powerpc
-apple-macos* )
43319 # Extract the first word of "Rez", so it can be a program name with args.
43320 set dummy Rez
; ac_word
=$2
43321 echo "$as_me:$LINENO: checking for $ac_word" >&5
43322 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43323 if test "${ac_cv_prog_RESCOMP+set}" = set; then
43324 echo $ECHO_N "(cached) $ECHO_C" >&6
43326 if test -n "$RESCOMP"; then
43327 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
43329 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43330 for as_dir
in $PATH
43333 test -z "$as_dir" && as_dir
=.
43334 for ac_exec_ext
in '' $ac_executable_extensions; do
43335 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43336 ac_cv_prog_RESCOMP
="Rez"
43337 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43343 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
43346 RESCOMP
=$ac_cv_prog_RESCOMP
43347 if test -n "$RESCOMP"; then
43348 echo "$as_me:$LINENO: result: $RESCOMP" >&5
43349 echo "${ECHO_T}$RESCOMP" >&6
43351 echo "$as_me:$LINENO: result: no" >&5
43352 echo "${ECHO_T}no" >&6
43355 # Extract the first word of "SetFile", so it can be a program name with args.
43356 set dummy SetFile
; ac_word
=$2
43357 echo "$as_me:$LINENO: checking for $ac_word" >&5
43358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43359 if test "${ac_cv_prog_SETFILE+set}" = set; then
43360 echo $ECHO_N "(cached) $ECHO_C" >&6
43362 if test -n "$SETFILE"; then
43363 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
43365 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43366 for as_dir
in $PATH
43369 test -z "$as_dir" && as_dir
=.
43370 for ac_exec_ext
in '' $ac_executable_extensions; do
43371 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43372 ac_cv_prog_SETFILE
="SetFile"
43373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43379 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
43382 SETFILE
=$ac_cv_prog_SETFILE
43383 if test -n "$SETFILE"; then
43384 echo "$as_me:$LINENO: result: $SETFILE" >&5
43385 echo "${ECHO_T}$SETFILE" >&6
43387 echo "$as_me:$LINENO: result: no" >&5
43388 echo "${ECHO_T}no" >&6
43398 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.8"
43401 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.8"
43405 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
43406 if test "${enable_precomp_headers+set}" = set; then
43407 enableval
="$enable_precomp_headers"
43408 bk_use_pch
="$enableval"
43413 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
43414 if test "x$GCC" = "xyes"; then
43415 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
43416 echo $ECHO_N "checking if the compiler supports precompiled headers... $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. */
43428 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
43429 #error "no pch support"
43432 #error "no pch support"
43434 #if (__GNUC__ == 3) && \
43435 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
43436 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
43437 #error "no pch support"
43444 rm -f conftest.
$ac_objext
43445 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43446 (eval $ac_compile) 2>conftest.er1
43448 grep -v '^ *+' conftest.er1
>conftest.err
43450 cat conftest.err
>&5
43451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43452 (exit $ac_status); } &&
43453 { ac_try
='test -z "$ac_c_werror_flag"
43454 || test ! -s conftest.err'
43455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43456 (eval $ac_try) 2>&5
43458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43459 (exit $ac_status); }; } &&
43460 { ac_try
='test -s conftest.$ac_objext'
43461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43462 (eval $ac_try) 2>&5
43464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43465 (exit $ac_status); }; }; then
43467 echo "$as_me:$LINENO: result: yes" >&5
43468 echo "${ECHO_T}yes" >&6
43472 echo "$as_me: failed program was:" >&5
43473 sed 's/^/| /' conftest.
$ac_ext >&5
43476 echo "$as_me:$LINENO: result: no" >&5
43477 echo "${ECHO_T}no" >&6
43480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43481 if test $GCC_PCH = 1 ; then
43484 cat <<EOF >bk-make-pch
43487 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
43488 # script. It is used to generated precompiled headers.
43490 # Permission is given to use this file in any way.
43499 while test ${D}{#} -gt 0; do
43502 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
43503 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
43504 headerfile="${D}{incdir}/${D}{header}"
43508 compiler="${D}{compiler} ${D}{1}"
43512 if test "x${D}{headerfile}" = "x" ; then
43513 echo "error: can't find header ${D}{header} in include paths" >2
43515 if test -f ${D}{outfile} ; then
43516 rm -f ${D}{outfile}
43518 mkdir -p \`dirname ${D}{outfile}\`
43520 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
43522 # can do this because gcc is >= 3.4:
43523 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
43528 chmod +x bk
-make-pch
43535 COND_BUILD_DEBUG
="#"
43536 if test "x$BUILD" = "xdebug" ; then
43537 COND_BUILD_DEBUG
=""
43540 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
43541 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
43542 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
43545 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
43546 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
43547 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
43550 COND_BUILD_DEBUG_UNICODE_0
="#"
43551 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
43552 COND_BUILD_DEBUG_UNICODE_0
=""
43555 COND_BUILD_DEBUG_UNICODE_1
="#"
43556 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
43557 COND_BUILD_DEBUG_UNICODE_1
=""
43560 COND_BUILD_RELEASE
="#"
43561 if test "x$BUILD" = "xrelease" ; then
43562 COND_BUILD_RELEASE
=""
43565 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
43566 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
43567 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
43570 COND_BUILD_RELEASE_UNICODE_0
="#"
43571 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
43572 COND_BUILD_RELEASE_UNICODE_0
=""
43575 COND_BUILD_RELEASE_UNICODE_1
="#"
43576 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
43577 COND_BUILD_RELEASE_UNICODE_1
=""
43580 COND_DEBUG_FLAG_1
="#"
43581 if test "x$DEBUG_FLAG" = "x1" ; then
43582 COND_DEBUG_FLAG_1
=""
43585 COND_DEBUG_INFO_0
="#"
43586 if test "x$DEBUG_INFO" = "x0" ; then
43587 COND_DEBUG_INFO_0
=""
43590 COND_DEBUG_INFO_1
="#"
43591 if test "x$DEBUG_INFO" = "x1" ; then
43592 COND_DEBUG_INFO_1
=""
43595 COND_DEPS_TRACKING_0
="#"
43596 if test "x$DEPS_TRACKING" = "x0" ; then
43597 COND_DEPS_TRACKING_0
=""
43600 COND_DEPS_TRACKING_1
="#"
43601 if test "x$DEPS_TRACKING" = "x1" ; then
43602 COND_DEPS_TRACKING_1
=""
43606 if test "x$GCC_PCH" = "x1" ; then
43610 COND_MONOLITHIC_0
="#"
43611 if test "x$MONOLITHIC" = "x0" ; then
43612 COND_MONOLITHIC_0
=""
43615 COND_MONOLITHIC_0_SHARED_0
="#"
43616 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
43617 COND_MONOLITHIC_0_SHARED_0
=""
43620 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
43621 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
43622 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
43625 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
43626 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43627 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
43630 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
43631 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43632 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
43635 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
43636 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43637 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
43640 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
43641 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
43642 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
43645 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
43646 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43647 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
43650 COND_MONOLITHIC_0_SHARED_1
="#"
43651 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
43652 COND_MONOLITHIC_0_SHARED_1
=""
43655 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
43656 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
43657 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
43660 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
43661 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
43662 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
43665 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
43666 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
43667 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
43670 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
43671 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
43672 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
43675 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
43676 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
43677 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
43680 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
43681 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43682 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
43685 COND_MONOLITHIC_0_USE_ODBC_1
="#"
43686 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
43687 COND_MONOLITHIC_0_USE_ODBC_1
=""
43690 COND_MONOLITHIC_1
="#"
43691 if test "x$MONOLITHIC" = "x1" ; then
43692 COND_MONOLITHIC_1
=""
43695 COND_MONOLITHIC_1_SHARED_0
="#"
43696 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
43697 COND_MONOLITHIC_1_SHARED_0
=""
43700 COND_MONOLITHIC_1_SHARED_1
="#"
43701 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
43702 COND_MONOLITHIC_1_SHARED_1
=""
43705 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
43706 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
43707 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
43710 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
43711 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
43712 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
43715 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
43716 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
43717 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
43720 COND_PLATFORM_MACOSX_1
="#"
43721 if test "x$PLATFORM_MACOSX" = "x1" ; then
43722 COND_PLATFORM_MACOSX_1
=""
43725 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
43726 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
43727 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
43730 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
43731 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
43732 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
43735 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
43736 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
43737 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
43740 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
43741 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
43742 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
43745 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
43746 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43747 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
43750 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
43751 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43752 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
43755 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
43756 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
43757 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
43760 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
43761 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
43762 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
43765 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
43766 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
43767 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
43770 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
43771 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
43772 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
43775 COND_PLATFORM_MACOS_1
="#"
43776 if test "x$PLATFORM_MACOS" = "x1" ; then
43777 COND_PLATFORM_MACOS_1
=""
43780 COND_PLATFORM_MAC_1
="#"
43781 if test "x$PLATFORM_MAC" = "x1" ; then
43782 COND_PLATFORM_MAC_1
=""
43785 COND_PLATFORM_MSDOS_1
="#"
43786 if test "x$PLATFORM_MSDOS" = "x1" ; then
43787 COND_PLATFORM_MSDOS_1
=""
43790 COND_PLATFORM_OS2_1
="#"
43791 if test "x$PLATFORM_OS2" = "x1" ; then
43792 COND_PLATFORM_OS2_1
=""
43795 COND_PLATFORM_UNIX_0
="#"
43796 if test "x$PLATFORM_UNIX" = "x0" ; then
43797 COND_PLATFORM_UNIX_0
=""
43800 COND_PLATFORM_UNIX_1
="#"
43801 if test "x$PLATFORM_UNIX" = "x1" ; then
43802 COND_PLATFORM_UNIX_1
=""
43805 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
43806 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
43807 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
43810 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
43811 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
43812 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
43815 COND_PLATFORM_WIN32_0
="#"
43816 if test "x$PLATFORM_WIN32" = "x0" ; then
43817 COND_PLATFORM_WIN32_0
=""
43820 COND_PLATFORM_WIN32_1
="#"
43821 if test "x$PLATFORM_WIN32" = "x1" ; then
43822 COND_PLATFORM_WIN32_1
=""
43826 if test "x$SHARED" = "x0" ; then
43830 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
43831 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
43832 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
43835 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
43836 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
43837 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
43840 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
43841 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
43842 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
43845 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
43846 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43847 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
43850 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
43851 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
43852 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
43855 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
43856 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
43857 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
43860 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
43861 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
43862 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
43865 COND_SHARED_0_USE_XRC_1
="#"
43866 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
43867 COND_SHARED_0_USE_XRC_1
=""
43870 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
43871 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
43872 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
43875 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
43876 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
43877 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
43880 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
43881 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
43882 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
43885 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
43886 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
43887 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
43891 if test "x$SHARED" = "x1" ; then
43895 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
43896 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
43897 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
43900 COND_SHARED_1_USE_XRC_1
="#"
43901 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
43902 COND_SHARED_1_USE_XRC_1
=""
43906 if test "x$TOOLKIT" = "x" ; then
43910 COND_TOOLKIT_COCOA
="#"
43911 if test "x$TOOLKIT" = "xCOCOA" ; then
43912 COND_TOOLKIT_COCOA
=""
43915 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
43916 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
43917 COND_TOOLKIT_COCOA_USE_GUI_1
=""
43920 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
43921 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43922 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
43925 COND_TOOLKIT_GTK
="#"
43926 if test "x$TOOLKIT" = "xGTK" ; then
43927 COND_TOOLKIT_GTK
=""
43930 COND_TOOLKIT_GTK_USE_GUI_1
="#"
43931 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
43932 COND_TOOLKIT_GTK_USE_GUI_1
=""
43935 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
43936 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43937 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
43940 COND_TOOLKIT_MAC
="#"
43941 if test "x$TOOLKIT" = "xMAC" ; then
43942 COND_TOOLKIT_MAC
=""
43945 COND_TOOLKIT_MAC_USE_GUI_1
="#"
43946 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
43947 COND_TOOLKIT_MAC_USE_GUI_1
=""
43950 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
43951 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43952 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
43955 COND_TOOLKIT_MGL
="#"
43956 if test "x$TOOLKIT" = "xMGL" ; then
43957 COND_TOOLKIT_MGL
=""
43960 COND_TOOLKIT_MGL_USE_GUI_1
="#"
43961 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
43962 COND_TOOLKIT_MGL_USE_GUI_1
=""
43965 COND_TOOLKIT_MOTIF
="#"
43966 if test "x$TOOLKIT" = "xMOTIF" ; then
43967 COND_TOOLKIT_MOTIF
=""
43970 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
43971 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
43972 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
43975 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
43976 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43977 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
43980 COND_TOOLKIT_MSW
="#"
43981 if test "x$TOOLKIT" = "xMSW" ; then
43982 COND_TOOLKIT_MSW
=""
43985 COND_TOOLKIT_MSW_USE_GUI_1
="#"
43986 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
43987 COND_TOOLKIT_MSW_USE_GUI_1
=""
43990 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
43991 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
43992 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
43995 COND_TOOLKIT_PM
="#"
43996 if test "x$TOOLKIT" = "xPM" ; then
44000 COND_TOOLKIT_PM_USE_GUI_1
="#"
44001 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
44002 COND_TOOLKIT_PM_USE_GUI_1
=""
44005 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
44006 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44007 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
44010 COND_TOOLKIT_WINCE
="#"
44011 if test "x$TOOLKIT" = "xWINCE" ; then
44012 COND_TOOLKIT_WINCE
=""
44015 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
44016 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
44017 COND_TOOLKIT_WINCE_USE_GUI_1
=""
44020 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
44021 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44022 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
44025 COND_TOOLKIT_X11
="#"
44026 if test "x$TOOLKIT" = "xX11" ; then
44027 COND_TOOLKIT_X11
=""
44030 COND_TOOLKIT_X11_USE_GUI_1
="#"
44031 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
44032 COND_TOOLKIT_X11_USE_GUI_1
=""
44036 if test "x$UNICODE" = "x1" ; then
44040 COND_USE_EXCEPTIONS_0
="#"
44041 if test "x$USE_EXCEPTIONS" = "x0" ; then
44042 COND_USE_EXCEPTIONS_0
=""
44045 COND_USE_EXCEPTIONS_1
="#"
44046 if test "x$USE_EXCEPTIONS" = "x1" ; then
44047 COND_USE_EXCEPTIONS_1
=""
44051 if test "x$USE_GUI" = "x0" ; then
44056 if test "x$USE_GUI" = "x1" ; then
44060 COND_USE_GUI_1_WXUNIV_0
="#"
44061 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44062 COND_USE_GUI_1_WXUNIV_0
=""
44065 COND_USE_GUI_1_WXUNIV_1
="#"
44066 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
44067 COND_USE_GUI_1_WXUNIV_1
=""
44070 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
44071 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44072 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
44075 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
44076 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44077 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
44080 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
44081 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44082 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
44085 COND_USE_ODBC_1
="#"
44086 if test "x$USE_ODBC" = "x1" ; then
44090 COND_USE_OPENGL_1
="#"
44091 if test "x$USE_OPENGL" = "x1" ; then
44092 COND_USE_OPENGL_1
=""
44095 COND_USE_PLUGINS_0
="#"
44096 if test "x$USE_PLUGINS" = "x0" ; then
44097 COND_USE_PLUGINS_0
=""
44100 COND_USE_RTTI_0
="#"
44101 if test "x$USE_RTTI" = "x0" ; then
44105 COND_USE_RTTI_1
="#"
44106 if test "x$USE_RTTI" = "x1" ; then
44110 COND_USE_SOSYMLINKS_1
="#"
44111 if test "x$USE_SOSYMLINKS" = "x1" ; then
44112 COND_USE_SOSYMLINKS_1
=""
44115 COND_USE_SOVERLINUX_1
="#"
44116 if test "x$USE_SOVERLINUX" = "x1" ; then
44117 COND_USE_SOVERLINUX_1
=""
44120 COND_USE_SOVERSION_0
="#"
44121 if test "x$USE_SOVERSION" = "x0" ; then
44122 COND_USE_SOVERSION_0
=""
44125 COND_USE_SOVERSOLARIS_1
="#"
44126 if test "x$USE_SOVERSOLARIS" = "x1" ; then
44127 COND_USE_SOVERSOLARIS_1
=""
44130 COND_USE_THREADS_0
="#"
44131 if test "x$USE_THREADS" = "x0" ; then
44132 COND_USE_THREADS_0
=""
44135 COND_USE_THREADS_1
="#"
44136 if test "x$USE_THREADS" = "x1" ; then
44137 COND_USE_THREADS_1
=""
44141 if test "x$USE_XRC" = "x1" ; then
44145 COND_WITH_PLUGIN_SDL_1
="#"
44146 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
44147 COND_WITH_PLUGIN_SDL_1
=""
44151 if test "x$WXUNIV" = "x0" ; then
44156 if test "x$WXUNIV" = "x1" ; then
44160 COND_WXUSE_EXPAT_BUILTIN
="#"
44161 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
44162 COND_WXUSE_EXPAT_BUILTIN
=""
44165 COND_WXUSE_LIBJPEG_BUILTIN
="#"
44166 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
44167 COND_WXUSE_LIBJPEG_BUILTIN
=""
44170 COND_WXUSE_LIBPNG_BUILTIN
="#"
44171 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
44172 COND_WXUSE_LIBPNG_BUILTIN
=""
44175 COND_WXUSE_LIBTIFF_BUILTIN
="#"
44176 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
44177 COND_WXUSE_LIBTIFF_BUILTIN
=""
44180 COND_WXUSE_ODBC_BUILTIN
="#"
44181 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
44182 COND_WXUSE_ODBC_BUILTIN
=""
44185 COND_WXUSE_REGEX_BUILTIN
="#"
44186 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
44187 COND_WXUSE_REGEX_BUILTIN
=""
44190 COND_WXUSE_ZLIB_BUILTIN
="#"
44191 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
44192 COND_WXUSE_ZLIB_BUILTIN
=""
44197 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
44198 { { 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
44199 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;}
44200 { (exit 1); exit 1; }; }
44204 if test "$wxUSE_WINE" = "yes"; then
44208 if test "$wxUSE_SHARED" = "yes"; then
44210 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
44211 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
44214 *-pc-os2_emx | *-pc-os2-emx )
44215 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44216 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
44217 cp -p ${srcdir}/src
/os
2/dllnames.sh .
44218 cp -p ${srcdir}/src
/os
2/dllar.sh .
44223 EXE_LINKER
="$CXX -o"
44226 if test "$wxUSE_OMF" = "yes"; then
44228 *-pc-os2_emx | *-pc-os2-emx )
44229 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
44230 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
44231 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
44236 GCC_PRAGMA_FLAGS
=""
44239 if test $GCC_PCH = 1 ; then
44240 PCH_FLAGS
="-DWX_PRECOMP"
44241 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
44243 if test "$GCC" = yes; then
44244 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
44245 echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44246 cat >conftest.
$ac_ext <<_ACEOF
44249 cat confdefs.h
>>conftest.
$ac_ext
44250 cat >>conftest.
$ac_ext <<_ACEOF
44251 /* end confdefs.h. */
44257 #error "Not GCC 4.0 or greater"
44264 rm -f conftest.
$ac_objext
44265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44266 (eval $ac_compile) 2>conftest.er1
44268 grep -v '^ *+' conftest.er1
>conftest.err
44270 cat conftest.err
>&5
44271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44272 (exit $ac_status); } &&
44273 { ac_try
='test -z "$ac_c_werror_flag"
44274 || test ! -s conftest.err'
44275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44276 (eval $ac_try) 2>&5
44278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44279 (exit $ac_status); }; } &&
44280 { ac_try
='test -s conftest.$ac_objext'
44281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44282 (eval $ac_try) 2>&5
44284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44285 (exit $ac_status); }; }; then
44286 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
44287 echo "$as_me:$LINENO: result: yes" >&5
44288 echo "${ECHO_T}yes" >&6
44290 echo "$as_me: failed program was:" >&5
44291 sed 's/^/| /' conftest.
$ac_ext >&5
44293 echo "$as_me:$LINENO: result: no" >&5
44294 echo "${ECHO_T}no" >&6
44296 powerpc
-*-darwin* )
44297 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
44300 if test "$wxUSE_STL" = "yes" -o \
44301 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
44302 "$wxUSE_NO_RTTI" != "yes"; then
44303 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
44304 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44305 cat >conftest.
$ac_ext <<_ACEOF
44308 cat confdefs.h
>>conftest.
$ac_ext
44309 cat >>conftest.
$ac_ext <<_ACEOF
44310 /* end confdefs.h. */
44315 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44316 #error "Not GCC 3.2 or greater"
44323 rm -f conftest.
$ac_objext
44324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44325 (eval $ac_compile) 2>conftest.er1
44327 grep -v '^ *+' conftest.er1
>conftest.err
44329 cat conftest.err
>&5
44330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44331 (exit $ac_status); } &&
44332 { ac_try
='test -z "$ac_c_werror_flag"
44333 || test ! -s conftest.err'
44334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44335 (eval $ac_try) 2>&5
44337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44338 (exit $ac_status); }; } &&
44339 { ac_try
='test -s conftest.$ac_objext'
44340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44341 (eval $ac_try) 2>&5
44343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44344 (exit $ac_status); }; }; then
44345 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
44346 echo "$as_me:$LINENO: result: yes" >&5
44347 echo "${ECHO_T}yes" >&6
44349 echo "$as_me: failed program was:" >&5
44350 sed 's/^/| /' conftest.
$ac_ext >&5
44352 echo "$as_me:$LINENO: result: no" >&5
44353 echo "${ECHO_T}no" >&6
44355 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44358 *-pc-os2_emx | *-pc-os2-emx )
44359 if test "$wxUSE_STL" = "yes"; then
44360 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
44361 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
44362 cat >conftest.
$ac_ext <<_ACEOF
44365 cat confdefs.h
>>conftest.
$ac_ext
44366 cat >>conftest.
$ac_ext <<_ACEOF
44367 /* end confdefs.h. */
44372 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
44373 #error "Not GCC 3.2 or greater"
44380 rm -f conftest.
$ac_objext
44381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44382 (eval $ac_compile) 2>conftest.er1
44384 grep -v '^ *+' conftest.er1
>conftest.err
44386 cat conftest.err
>&5
44387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44388 (exit $ac_status); } &&
44389 { ac_try
='test -z "$ac_c_werror_flag"
44390 || test ! -s conftest.err'
44391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44392 (eval $ac_try) 2>&5
44394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44395 (exit $ac_status); }; } &&
44396 { ac_try
='test -s conftest.$ac_objext'
44397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44398 (eval $ac_try) 2>&5
44400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44401 (exit $ac_status); }; }; then
44402 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
44403 echo "$as_me:$LINENO: result: yes" >&5
44404 echo "${ECHO_T}yes" >&6
44406 echo "$as_me: failed program was:" >&5
44407 sed 's/^/| /' conftest.
$ac_ext >&5
44409 echo "$as_me:$LINENO: result: no" >&5
44410 echo "${ECHO_T}no" >&6
44412 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44418 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44421 CPPFLAGS
="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
44424 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
44488 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
44489 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
44490 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
44491 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
44492 echo $ECHO_N "(cached) $ECHO_C" >&6
44494 cat >conftest.
make <<\_ACEOF
44496 @
echo 'ac_maketemp="$(MAKE)"'
44498 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
44499 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
44500 if test -n "$ac_maketemp"; then
44501 eval ac_cv_prog_make_
${ac_make}_set
=yes
44503 eval ac_cv_prog_make_
${ac_make}_set
=no
44505 rm -f conftest.
make
44507 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
44508 echo "$as_me:$LINENO: result: yes" >&5
44509 echo "${ECHO_T}yes" >&6
44512 echo "$as_me:$LINENO: result: no" >&5
44513 echo "${ECHO_T}no" >&6
44514 SET_MAKE
="MAKE=${MAKE-make}"
44519 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
44522 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
44525 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
44528 ac_config_files
="$ac_config_files version-script Makefile"
44531 ac_config_commands
="$ac_config_commands wx-config
44537 if test "$wxUSE_GUI" = "yes"; then
44538 SUBDIRS
="samples demos utils contrib"
44539 else SUBDIRS
="samples utils"
44544 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
44545 if test "${with_cppunit_prefix+set}" = set; then
44546 withval
="$with_cppunit_prefix"
44547 cppunit_config_prefix
="$withval"
44549 cppunit_config_prefix
=""
44552 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
44553 if test "${with_cppunit_exec_prefix+set}" = set; then
44554 withval
="$with_cppunit_exec_prefix"
44555 cppunit_config_exec_prefix
="$withval"
44557 cppunit_config_exec_prefix
=""
44560 if test x
$cppunit_config_exec_prefix != x
; then
44561 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
44562 if test x
${CPPUNIT_CONFIG+set} != xset
; then
44563 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
44566 if test x
$cppunit_config_prefix != x
; then
44567 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
44568 if test x
${CPPUNIT_CONFIG+set} != xset
; then
44569 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
44573 # Extract the first word of "cppunit-config", so it can be a program name with args.
44574 set dummy cppunit
-config; ac_word
=$2
44575 echo "$as_me:$LINENO: checking for $ac_word" >&5
44576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44577 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
44578 echo $ECHO_N "(cached) $ECHO_C" >&6
44580 case $CPPUNIT_CONFIG in
44582 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
44585 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44586 for as_dir
in $PATH
44589 test -z "$as_dir" && as_dir
=.
44590 for ac_exec_ext
in '' $ac_executable_extensions; do
44591 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44592 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
44593 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44599 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
44603 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
44605 if test -n "$CPPUNIT_CONFIG"; then
44606 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
44607 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
44609 echo "$as_me:$LINENO: result: no" >&5
44610 echo "${ECHO_T}no" >&6
44613 cppunit_version_min
=1.8.0
44615 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
44616 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
44618 if test "$CPPUNIT_CONFIG" = "no" ; then
44621 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
44622 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
44623 cppunit_version
=`$CPPUNIT_CONFIG --version`
44625 cppunit_major_version
=`echo $cppunit_version | \
44626 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44627 cppunit_minor_version
=`echo $cppunit_version | \
44628 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44629 cppunit_micro_version
=`echo $cppunit_version | \
44630 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44632 cppunit_major_min
=`echo $cppunit_version_min | \
44633 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44634 cppunit_minor_min
=`echo $cppunit_version_min | \
44635 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44636 cppunit_micro_min
=`echo $cppunit_version_min | \
44637 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44639 cppunit_version_proper
=`expr \
44640 $cppunit_major_version \> $cppunit_major_min \| \
44641 $cppunit_major_version \= $cppunit_major_min \& \
44642 $cppunit_minor_version \> $cppunit_minor_min \| \
44643 $cppunit_major_version \= $cppunit_major_min \& \
44644 $cppunit_minor_version \= $cppunit_minor_min \& \
44645 $cppunit_micro_version \>= $cppunit_micro_min `
44647 if test "$cppunit_version_proper" = "1" ; then
44648 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
44649 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
44651 echo "$as_me:$LINENO: result: no" >&5
44652 echo "${ECHO_T}no" >&6
44657 if test "x$no_cppunit" = x
; then
44658 SUBDIRS
="$SUBDIRS tests"
44669 for subdir
in `echo $SUBDIRS`; do
44670 if test -d ${srcdir}/${subdir} ; then
44671 if test "$wxUSE_GUI" = "yes"; then
44672 if test ${subdir} = "samples"; then
44673 makefiles
="samples/Makefile.in $makefiles"
44674 for sample
in `echo $SAMPLES_SUBDIRS`; do
44675 if test -d $srcdir/samples
/$sample; then
44676 makefiles
="samples/$sample/Makefile.in $makefiles"
44680 disabled_var
=DISABLED_
`echo $subdir | tr [a-z] [A-Z]`;
44681 eval "disabled=\$$disabled_var"
44682 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
44683 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
44685 else if test ${subdir} = "samples"; then
44686 makefiles
="samples/Makefile.in samples/console/Makefile.in"
44687 elif test ${subdir} = "utils"; then
44689 for util
in HelpGen tex2rtf
; do
44690 if test -d $srcdir/utils
/$util ; then
44691 makefiles
="utils/$util/Makefile.in \
44692 utils/$util/src/Makefile.in \
44696 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
44700 for mkin
in $makefiles ; do
44701 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
44702 ac_config_files
="$ac_config_files $mk"
44709 cat >confcache
<<\_ACEOF
44710 # This file is a shell script that caches the results of configure
44711 # tests run on this system so they can be shared between configure
44712 # scripts and configure runs, see configure's option --config-cache.
44713 # It is not useful on other systems. If it contains results you don't
44714 # want to keep, you may remove or edit it.
44716 # config.status only pays attention to the cache file if you give it
44717 # the --recheck option to rerun configure.
44719 # `ac_cv_env_foo' variables (set or unset) will be overridden when
44720 # loading this file, other *unset* `ac_cv_foo' will be assigned the
44721 # following values.
44725 # The following way of writing the cache mishandles newlines in values,
44726 # but we know of no workaround that is simple, portable, and efficient.
44727 # So, don't put newlines in cache variables' values.
44728 # Ultrix sh set writes to stderr and can't be redirected directly,
44729 # and sets the high bit in the cache file unless we assign to the vars.
44732 case `(ac_space=' '; set | grep ac_space) 2>&1` in
44734 # `set' does not quote correctly, so add quotes (double-quote
44735 # substitution turns \\\\ into \\, and sed turns \\ into \).
44738 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
44741 # `set' quotes correctly as required by POSIX, so do not add quotes.
44743 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
44750 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
44752 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
44754 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
44755 if test -w $cache_file; then
44756 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
44757 cat confcache
>$cache_file
44759 echo "not updating unwritable cache $cache_file"
44764 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
44765 # Let make expand exec_prefix.
44766 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
44768 # VPATH may cause trouble with some makes, so we remove $(srcdir),
44769 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
44770 # trailing colons and then remove the whole line if VPATH becomes empty
44771 # (actually we leave an empty line to preserve line numbers).
44772 if test "x$srcdir" = x.
; then
44773 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
44774 s/:*\$(srcdir):*/:/;
44775 s/:*\${srcdir}:*/:/;
44777 s/^\([^=]*=[ ]*\):*/\1/;
44783 DEFS
=-DHAVE_CONFIG_H
44787 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
44788 # 1. Remove the extension, and $U if already installed.
44789 ac_i
=`echo "$ac_i" |
44790 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
44792 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
44793 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
44795 LIBOBJS
=$ac_libobjs
44797 LTLIBOBJS
=$ac_ltlibobjs
44801 : ${CONFIG_STATUS=./config.status}
44802 ac_clean_files_save
=$ac_clean_files
44803 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
44804 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
44805 echo "$as_me: creating $CONFIG_STATUS" >&6;}
44806 cat >$CONFIG_STATUS <<_ACEOF
44808 # Generated by $as_me.
44809 # Run this file to recreate the current configuration.
44810 # Compiler output produced by configure, useful for debugging
44811 # configure, is in config.log if it exists.
44814 ac_cs_recheck=false
44816 SHELL=\${CONFIG_SHELL-$SHELL}
44819 cat >>$CONFIG_STATUS <<\_ACEOF
44820 ## --------------------- ##
44821 ## M4sh Initialization. ##
44822 ## --------------------- ##
44824 # Be Bourne compatible
44825 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
44828 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
44829 # is contrary to our usage. Disable this feature.
44830 alias -g '${1+"$@"}'='"$@"'
44831 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
44834 DUALCASE
=1; export DUALCASE
# for MKS sh
44836 # Support unset when possible.
44837 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
44844 # Work around bugs in pre-3.0 UWIN ksh.
44845 $as_unset ENV MAIL MAILPATH
44852 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44853 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44854 LC_TELEPHONE LC_TIME
44856 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
44857 eval $as_var=C
; export $as_var
44863 # Required to use basename.
44864 if expr a
: '\(a\)' >/dev
/null
2>&1; then
44870 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
44871 as_basename
=basename
44877 # Name of the executable.
44878 as_me
=`$as_basename "$0" ||
44879 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
44880 X"$0" : 'X\(//\)$' \| \
44881 X"$0" : 'X\(/\)$' \| \
44882 . : '\(.\)' 2>/dev/null ||
44884 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
44885 /^X\/\(\/\/\)$/{ s//\1/; q; }
44886 /^X\/\(\/\).*/{ s//\1/; q; }
44890 # PATH needs CR, and LINENO needs CR and PATH.
44891 # Avoid depending upon Character Ranges.
44892 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
44893 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
44894 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
44895 as_cr_digits
='0123456789'
44896 as_cr_alnum
=$as_cr_Letters$as_cr_digits
44898 # The user is always right.
44899 if test "${PATH_SEPARATOR+set}" != set; then
44900 echo "#! /bin/sh" >conf$$.sh
44901 echo "exit 0" >>conf$$.sh
44903 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
44912 as_lineno_1
=$LINENO
44913 as_lineno_2
=$LINENO
44914 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
44915 test "x$as_lineno_1" != "x$as_lineno_2" &&
44916 test "x$as_lineno_3" = "x$as_lineno_2" || {
44917 # Find who we are. Look in the path if we contain no path at all
44920 *[\\/]* ) as_myself
=$0 ;;
44921 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44922 for as_dir
in $PATH
44925 test -z "$as_dir" && as_dir
=.
44926 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
44931 # We did not find ourselves, most probably we were run as `sh COMMAND'
44932 # in which case we are not to be found in the path.
44933 if test "x$as_myself" = x
; then
44936 if test ! -f "$as_myself"; then
44937 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
44938 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
44939 { (exit 1); exit 1; }; }
44941 case $CONFIG_SHELL in
44943 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44944 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
44947 test -z "$as_dir" && as_dir
=.
44948 for as_base
in sh bash ksh sh5
; do
44951 if ("$as_dir/$as_base" -c '
44952 as_lineno_1=$LINENO
44953 as_lineno_2=$LINENO
44954 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
44955 test "x$as_lineno_1" != "x$as_lineno_2" &&
44956 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
44957 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
44958 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
44959 CONFIG_SHELL
=$as_dir/$as_base
44960 export CONFIG_SHELL
44961 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
44969 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
44970 # uniformly replaced by the line number. The first 'sed' inserts a
44971 # line-number line before each line; the second 'sed' does the real
44972 # work. The second script uses 'N' to pair each line-number line
44973 # with the numbered line, and appends trailing '-' during
44974 # substitution so that $LINENO is not a special case at line end.
44975 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
44976 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
44977 sed '=' <$as_myself |
44982 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
44985 s,^['$as_cr_digits']*\n,,
44986 ' >$as_me.lineno
&&
44987 chmod +x
$as_me.lineno
||
44988 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
44989 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
44990 { (exit 1); exit 1; }; }
44992 # Don't try to exec as it changes $[0], causing all sort of problems
44993 # (the dirname of $[0] is not the place where we might find the
44994 # original and so on. Autoconf is especially sensible to this).
44996 # Exit status is that of the last command.
45001 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
45002 *c
*,-n*) ECHO_N
= ECHO_C
='
45004 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
45005 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
45008 if expr a
: '\(a\)' >/dev
/null
2>&1; then
45014 rm -f conf$$ conf$$.exe conf$$.
file
45016 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
45017 # We could just check for DJGPP; but this test a) works b) is more generic
45018 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
45019 if test -f conf$$.exe
; then
45020 # Don't use ln at all; we don't have any links
45025 elif ln conf$$.
file conf$$
2>/dev
/null
; then
45030 rm -f conf$$ conf$$.exe conf$$.
file
45032 if mkdir -p .
2>/dev
/null
; then
45035 test -d .
/-p && rmdir .
/-p
45039 as_executable_p
="test -f"
45041 # Sed expression to map a string onto a valid CPP name.
45042 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
45044 # Sed expression to map a string onto a valid variable name.
45045 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
45049 # We need space, tab and new line, in precisely that order.
45059 # Open the log real soon, to keep \$[0] and so on meaningful, and to
45060 # report actual input values of CONFIG_FILES etc. instead of their
45061 # values after options handling. Logging --version etc. is OK.
45065 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
45066 ## Running $as_me. ##
45071 This file was extended by wxWidgets $as_me 2.6.1, which was
45072 generated by GNU Autoconf 2.59. Invocation command line was
45074 CONFIG_FILES = $CONFIG_FILES
45075 CONFIG_HEADERS = $CONFIG_HEADERS
45076 CONFIG_LINKS = $CONFIG_LINKS
45077 CONFIG_COMMANDS = $CONFIG_COMMANDS
45081 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
45085 # Files that config.status was made for.
45086 if test -n "$ac_config_files"; then
45087 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
45090 if test -n "$ac_config_headers"; then
45091 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
45094 if test -n "$ac_config_links"; then
45095 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
45098 if test -n "$ac_config_commands"; then
45099 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
45102 cat >>$CONFIG_STATUS <<\_ACEOF
45105 \`$as_me' instantiates files from templates according to the
45106 current configuration.
45108 Usage: $0 [OPTIONS] [FILE]...
45110 -h, --help print this help, then exit
45111 -V, --version print version number, then exit
45112 -q, --quiet do not print progress messages
45113 -d, --debug don't remove temporary files
45114 --recheck update $as_me by reconfiguring in the same conditions
45115 --file=FILE[:TEMPLATE]
45116 instantiate the configuration file FILE
45117 --header=FILE[:TEMPLATE]
45118 instantiate the configuration header FILE
45120 Configuration files:
45123 Configuration headers:
45126 Configuration commands:
45129 Report bugs to <bug-autoconf@gnu.org>."
45132 cat >>$CONFIG_STATUS <<_ACEOF
45134 wxWidgets config.status 2.6.1
45135 configured by $0, generated by GNU Autoconf 2.59,
45136 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
45138 Copyright (C) 2003 Free Software Foundation, Inc.
45139 This config.status script is free software; the Free Software Foundation
45140 gives unlimited permission to copy, distribute and modify it."
45145 cat >>$CONFIG_STATUS <<\_ACEOF
45146 # If no file are specified by the user, then we need to provide default
45147 # value. By we need to know if files were specified by the user.
45153 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
45154 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
45162 *) # This is not an option, so the user has probably given explicit
45165 ac_need_defaults
=false
;;
45169 # Handling of the options.
45171 cat >>$CONFIG_STATUS <<\_ACEOF
45172 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
45174 --version | --vers* | -V )
45175 echo "$ac_cs_version"; exit 0 ;;
45177 # Conflict between --help and --header
45178 { { echo "$as_me:$LINENO: error: ambiguous option: $1
45179 Try \`$0 --help' for more information." >&5
45180 echo "$as_me: error: ambiguous option: $1
45181 Try \`$0 --help' for more information." >&2;}
45182 { (exit 1); exit 1; }; };;
45183 --help | --hel | -h )
45184 echo "$ac_cs_usage"; exit 0 ;;
45185 --debug | --d* | -d )
45187 --file | --fil | --fi | --f )
45189 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
45190 ac_need_defaults
=false
;;
45191 --header | --heade | --head | --hea )
45193 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
45194 ac_need_defaults
=false
;;
45195 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45196 | -silent | --silent | --silen | --sile | --sil | --si | --s)
45199 # This is an error.
45200 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
45201 Try \`$0 --help' for more information." >&5
45202 echo "$as_me: error: unrecognized option: $1
45203 Try \`$0 --help' for more information." >&2;}
45204 { (exit 1); exit 1; }; } ;;
45206 *) ac_config_targets
="$ac_config_targets $1" ;;
45212 ac_configure_extra_args
=
45214 if $ac_cs_silent; then
45216 ac_configure_extra_args
="$ac_configure_extra_args --silent"
45220 cat >>$CONFIG_STATUS <<_ACEOF
45221 if \$ac_cs_recheck; then
45222 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
45223 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
45228 cat >>$CONFIG_STATUS <<_ACEOF
45230 # INIT-COMMANDS section.
45233 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45234 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45235 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
45243 cat >>$CONFIG_STATUS <<\_ACEOF
45244 for ac_config_target
in $ac_config_targets
45246 case "$ac_config_target" in
45247 # Handling of arguments.
45248 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
45249 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
45250 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
45251 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
45252 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
45253 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
45254 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
45255 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
45256 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
45257 { (exit 1); exit 1; }; };;
45261 # If the user did not use the arguments to specify the items to instantiate,
45262 # then the envvar interface is used. Set only those that are not.
45263 # We use the long form for the default assignment because of an extremely
45264 # bizarre bug on SunOS 4.1.3.
45265 if $ac_need_defaults; then
45266 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
45267 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
45268 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
45271 # Have a temporary directory for convenience. Make it in the build tree
45272 # simply because there is no reason to put it here, and in addition,
45273 # creating and moving files from /tmp can sometimes cause problems.
45274 # Create a temporary directory, and hook for its removal unless debugging.
45277 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
45278 trap '{ (exit 1); exit 1; }' 1 2 13 15
45281 # Create a (secure) tmp directory for tmp files.
45284 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
45285 test -n "$tmp" && test -d "$tmp"
45288 tmp
=.
/confstat$$
-$RANDOM
45289 (umask 077 && mkdir $tmp)
45292 echo "$me: cannot create a temporary directory in ." >&2
45293 { (exit 1); exit 1; }
45298 cat >>$CONFIG_STATUS <<_ACEOF
45301 # CONFIG_FILES section.
45304 # No need to generate the scripts if there are no CONFIG_FILES.
45305 # This happens for instance when ./config.status config.h
45306 if test -n "\$CONFIG_FILES"; then
45307 # Protect against being on the right side of a sed subst in config.status.
45308 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
45309 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
45310 s,@SHELL@,$SHELL,;t t
45311 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
45312 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
45313 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
45314 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
45315 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
45316 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
45317 s,@exec_prefix@,$exec_prefix,;t t
45318 s,@prefix@,$prefix,;t t
45319 s,@program_transform_name@,$program_transform_name,;t t
45320 s,@bindir@,$bindir,;t t
45321 s,@sbindir@,$sbindir,;t t
45322 s,@libexecdir@,$libexecdir,;t t
45323 s,@datadir@,$datadir,;t t
45324 s,@sysconfdir@,$sysconfdir,;t t
45325 s,@sharedstatedir@,$sharedstatedir,;t t
45326 s,@localstatedir@,$localstatedir,;t t
45327 s,@libdir@,$libdir,;t t
45328 s,@includedir@,$includedir,;t t
45329 s,@oldincludedir@,$oldincludedir,;t t
45330 s,@infodir@,$infodir,;t t
45331 s,@mandir@,$mandir,;t t
45332 s,@build_alias@,$build_alias,;t t
45333 s,@host_alias@,$host_alias,;t t
45334 s,@target_alias@,$target_alias,;t t
45335 s,@DEFS@,$DEFS,;t t
45336 s,@ECHO_C@,$ECHO_C,;t t
45337 s,@ECHO_N@,$ECHO_N,;t t
45338 s,@ECHO_T@,$ECHO_T,;t t
45339 s,@LIBS@,$LIBS,;t t
45340 s,@build@,$build,;t t
45341 s,@build_cpu@,$build_cpu,;t t
45342 s,@build_vendor@,$build_vendor,;t t
45343 s,@build_os@,$build_os,;t t
45344 s,@host@,$host,;t t
45345 s,@host_cpu@,$host_cpu,;t t
45346 s,@host_vendor@,$host_vendor,;t t
45347 s,@host_os@,$host_os,;t t
45348 s,@target@,$target,;t t
45349 s,@target_cpu@,$target_cpu,;t t
45350 s,@target_vendor@,$target_vendor,;t t
45351 s,@target_os@,$target_os,;t t
45353 s,@CFLAGS@,$CFLAGS,;t t
45354 s,@LDFLAGS@,$LDFLAGS,;t t
45355 s,@CPPFLAGS@,$CPPFLAGS,;t t
45356 s,@ac_ct_CC@,$ac_ct_CC,;t t
45357 s,@EXEEXT@,$EXEEXT,;t t
45358 s,@OBJEXT@,$OBJEXT,;t t
45360 s,@EGREP@,$EGREP,;t t
45362 s,@CXXFLAGS@,$CXXFLAGS,;t t
45363 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
45364 s,@RANLIB@,$RANLIB,;t t
45365 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
45367 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
45368 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
45369 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
45370 s,@STRIP@,$STRIP,;t t
45371 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
45372 s,@LN_S@,$LN_S,;t t
45373 s,@CXXCPP@,$CXXCPP,;t t
45374 s,@subdirs@,$subdirs,;t t
45375 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
45376 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
45377 s,@GTK_LIBS@,$GTK_LIBS,;t t
45378 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
45379 s,@X_CFLAGS@,$X_CFLAGS,;t t
45380 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
45381 s,@X_LIBS@,$X_LIBS,;t t
45382 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
45383 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
45384 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
45385 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
45386 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
45387 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
45388 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
45389 s,@RESCOMP@,$RESCOMP,;t t
45390 s,@DEREZ@,$DEREZ,;t t
45391 s,@SETFILE@,$SETFILE,;t t
45392 s,@LIBICONV@,$LIBICONV,;t t
45393 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
45394 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
45395 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
45396 s,@SDL_LIBS@,$SDL_LIBS,;t t
45397 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
45398 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
45399 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
45400 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
45401 s,@GST_INSPECT@,$GST_INSPECT,;t t
45402 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
45403 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
45404 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
45405 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
45406 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
45407 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
45408 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
45409 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
45410 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
45411 s,@VENDOR@,$VENDOR,;t t
45412 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
45413 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
45414 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
45415 s,@WXUNIV@,$WXUNIV,;t t
45416 s,@MONOLITHIC@,$MONOLITHIC,;t t
45417 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
45418 s,@EXTRALIBS@,$EXTRALIBS,;t t
45419 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
45420 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
45421 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
45422 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
45423 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
45424 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
45425 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
45426 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
45427 s,@UNICODE@,$UNICODE,;t t
45428 s,@BUILD@,$BUILD,;t t
45429 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
45430 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
45431 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
45432 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
45433 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
45434 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
45435 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
45436 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
45437 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
45438 s,@SET_MAKE@,$SET_MAKE,;t t
45439 s,@MAKE_SET@,$MAKE_SET,;t t
45440 s,@ac_ct_AR@,$ac_ct_AR,;t t
45441 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
45443 s,@ac_ct_NM@,$ac_ct_NM,;t t
45444 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
45445 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
45446 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
45447 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
45448 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
45449 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
45450 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
45451 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
45452 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
45453 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
45454 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
45455 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
45456 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
45457 s,@LIBPREFIX@,$LIBPREFIX,;t t
45458 s,@LIBEXT@,$LIBEXT,;t t
45459 s,@DLLPREFIX@,$DLLPREFIX,;t t
45460 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
45461 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
45462 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
45463 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
45464 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
45465 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
45466 s,@PIC_FLAG@,$PIC_FLAG,;t t
45467 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
45468 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
45469 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
45470 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
45471 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
45472 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
45473 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45474 s,@GCC_PCH@,$GCC_PCH,;t t
45475 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
45476 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
45477 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
45478 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
45479 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
45480 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
45481 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
45482 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
45483 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
45484 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
45485 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
45486 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
45487 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
45488 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45489 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
45490 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
45491 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
45492 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
45493 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
45494 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
45495 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
45496 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
45497 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
45498 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
45499 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
45500 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
45501 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
45502 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
45503 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
45504 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
45505 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
45506 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
45507 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
45508 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
45509 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
45510 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
45511 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
45512 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
45513 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
45514 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
45515 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
45516 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
45517 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
45518 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
45519 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
45520 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
45521 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
45522 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
45523 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
45524 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
45525 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
45526 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
45527 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
45528 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
45529 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
45530 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
45531 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
45532 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45533 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
45534 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
45535 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
45536 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
45537 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
45538 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45539 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45540 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45541 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
45542 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
45543 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
45544 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
45545 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45546 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
45547 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
45548 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
45549 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
45550 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
45551 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
45552 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
45553 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
45554 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
45555 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
45556 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
45557 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
45558 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
45559 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
45560 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
45561 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
45562 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
45563 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
45564 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
45565 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
45566 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
45567 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
45568 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
45569 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
45570 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
45571 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
45572 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
45573 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
45574 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
45575 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
45576 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
45577 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
45578 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
45579 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
45580 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
45581 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
45582 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
45583 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
45584 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
45585 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
45586 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
45587 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
45588 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
45589 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
45590 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
45591 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
45592 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
45593 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
45594 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
45595 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
45596 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
45597 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
45598 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
45599 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
45600 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
45601 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
45602 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
45603 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
45604 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
45605 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
45606 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
45607 s,@SHARED@,$SHARED,;t t
45608 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
45609 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
45610 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
45611 s,@USE_GUI@,$USE_GUI,;t t
45612 s,@AFMINSTALL@,$AFMINSTALL,;t t
45613 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
45614 s,@TOOLKIT@,$TOOLKIT,;t t
45615 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
45616 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
45617 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
45618 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
45619 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
45620 s,@cross_compiling@,$cross_compiling,;t t
45621 s,@WIDGET_SET@,$WIDGET_SET,;t t
45622 s,@WX_RELEASE@,$WX_RELEASE,;t t
45623 s,@WX_VERSION@,$WX_VERSION,;t t
45624 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
45625 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
45626 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
45627 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
45628 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
45629 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
45630 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
45631 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
45632 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
45633 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
45634 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
45635 s,@EXE_LINKER@,$EXE_LINKER,;t t
45636 s,@GUIDIST@,$GUIDIST,;t t
45637 s,@DISTDIR@,$DISTDIR,;t t
45638 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
45639 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
45640 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
45641 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
45642 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
45643 s,@RESFLAGS@,$RESFLAGS,;t t
45644 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
45645 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
45646 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
45647 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
45648 s,@MACRESCOMP@,$MACRESCOMP,;t t
45649 s,@MACSETFILE@,$MACSETFILE,;t t
45650 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
45652 s,@DLLTOOL@,$DLLTOOL,;t t
45653 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
45654 s,@LIBOBJS@,$LIBOBJS,;t t
45655 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
45660 cat >>$CONFIG_STATUS <<\_ACEOF
45661 # Split the substitutions into bite-sized pieces for seds with
45662 # small command number limits, like on Digital OSF/1 and HP-UX.
45663 ac_max_sed_lines
=48
45664 ac_sed_frag
=1 # Number of current file.
45665 ac_beg
=1 # First line for current file.
45666 ac_end
=$ac_max_sed_lines # Line after last line for current file.
45669 while $ac_more_lines; do
45670 if test $ac_beg -gt 1; then
45671 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
45673 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
45675 if test ! -s $tmp/subs.frag
; then
45676 ac_more_lines
=false
45678 # The purpose of the label and of the branching condition is to
45679 # speed up the sed processing (if there are no `@' at all, there
45680 # is no need to browse any of the substitutions).
45681 # These are the two extra sed commands mentioned above.
45683 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
45684 if test -z "$ac_sed_cmds"; then
45685 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
45687 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
45689 ac_sed_frag
=`expr $ac_sed_frag + 1`
45691 ac_end
=`expr $ac_end + $ac_max_sed_lines`
45694 if test -z "$ac_sed_cmds"; then
45697 fi # test -n "$CONFIG_FILES"
45700 cat >>$CONFIG_STATUS <<\_ACEOF
45701 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
45702 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45704 - | *:- | *:-:* ) # input from stdin
45706 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
45707 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
45708 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
45709 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
45710 * ) ac_file_in
=$ac_file.
in ;;
45713 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
45714 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
45715 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45716 X"$ac_file" : 'X\(//\)[^/]' \| \
45717 X"$ac_file" : 'X\(//\)$' \| \
45718 X"$ac_file" : 'X\(/\)' \| \
45719 . : '\(.\)' 2>/dev/null ||
45721 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45722 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45723 /^X\(\/\/\)$/{ s//\1/; q; }
45724 /^X\(\/\).*/{ s//\1/; q; }
45726 { if $as_mkdir_p; then
45731 while test ! -d "$as_dir"; do
45732 as_dirs
="$as_dir $as_dirs"
45733 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
45734 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45735 X"$as_dir" : 'X\(//\)[^/]' \| \
45736 X"$as_dir" : 'X\(//\)$' \| \
45737 X"$as_dir" : 'X\(/\)' \| \
45738 . : '\(.\)' 2>/dev/null ||
45740 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
45741 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
45742 /^X\(\/\/\)$/{ s//\1/; q; }
45743 /^X\(\/\).*/{ s//\1/; q; }
45746 test ! -n "$as_dirs" || mkdir $as_dirs
45747 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
45748 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
45749 { (exit 1); exit 1; }; }; }
45753 if test "$ac_dir" != .
; then
45754 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
45755 # A "../" for each directory in $ac_dir_suffix.
45756 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
45758 ac_dir_suffix
= ac_top_builddir
=
45762 .
) # No --srcdir option. We are building in place.
45764 if test -z "$ac_top_builddir"; then
45767 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
45769 [\\/]* | ?
:[\\/]* ) # Absolute path.
45770 ac_srcdir
=$srcdir$ac_dir_suffix;
45771 ac_top_srcdir
=$srcdir ;;
45772 *) # Relative path.
45773 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
45774 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
45777 # Do not use `cd foo && pwd` to compute absolute paths, because
45778 # the directories may not exist.
45780 .
) ac_abs_builddir
="$ac_dir";;
45783 .
) ac_abs_builddir
=`pwd`;;
45784 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
45785 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
45788 case $ac_abs_builddir in
45789 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45791 case ${ac_top_builddir}.
in
45792 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
45793 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
45794 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
45797 case $ac_abs_builddir in
45798 .
) ac_abs_srcdir
=$ac_srcdir;;
45801 .
) ac_abs_srcdir
=$ac_abs_builddir;;
45802 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
45803 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
45806 case $ac_abs_builddir in
45807 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
45809 case $ac_top_srcdir in
45810 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
45811 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
45812 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
45818 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
45819 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
45822 if test x
"$ac_file" != x
-; then
45823 { echo "$as_me:$LINENO: creating $ac_file" >&5
45824 echo "$as_me: creating $ac_file" >&6;}
45827 # Let's still pretend it is `configure' which instantiates (i.e., don't
45828 # use $as_me), people would be surprised to read:
45829 # /* config.h. Generated by config.status. */
45830 if test x
"$ac_file" = x
-; then
45833 configure_input
="$ac_file. "
45835 configure_input
=$configure_input"Generated from `echo $ac_file_in |
45836 sed 's,.*/,,'` by configure."
45838 # First look for the input files in the build tree, otherwise in the
45840 ac_file_inputs
=`IFS=:
45841 for f in $ac_file_in; do
45843 -) echo $tmp/stdin ;;
45845 # Absolute (can't be DOS-style, as IFS=:)
45846 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45847 echo "$as_me: error: cannot find input file: $f" >&2;}
45848 { (exit 1); exit 1; }; }
45851 if test -f "$f"; then
45854 elif test -f "$srcdir/$f"; then
45859 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45860 echo "$as_me: error: cannot find input file: $f" >&2;}
45861 { (exit 1); exit 1; }; }
45864 done` || { (exit 1); exit 1; }
45866 cat >>$CONFIG_STATUS <<_ACEOF
45870 cat >>$CONFIG_STATUS <<\_ACEOF
45872 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
45873 s
,@configure_input@
,$configure_input,;t t
45874 s
,@srcdir@
,$ac_srcdir,;t t
45875 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
45876 s
,@top_srcdir@
,$ac_top_srcdir,;t t
45877 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
45878 s
,@builddir@
,$ac_builddir,;t t
45879 s
,@abs_builddir@
,$ac_abs_builddir,;t t
45880 s
,@top_builddir@
,$ac_top_builddir,;t t
45881 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
45882 s
,@INSTALL@
,$ac_INSTALL,;t t
45883 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
45885 if test x"$ac_file" != x-; then
45886 mv $tmp/out $ac_file
45892 # Run the commands associated with the file.
45894 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
45895 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
45899 cat >>$CONFIG_STATUS <<\_ACEOF
45902 # CONFIG_HEADER section.
45905 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
45906 # NAME is the cpp macro being defined and VALUE is the value it is being given.
45908 # ac_d sets the value in "#define NAME VALUE" lines.
45909 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
45910 ac_dB
='[ ].*$,\1#\2'
45913 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
45914 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
45915 ac_uB
='$,\1#\2define\3'
45919 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
45920 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
45922 - | *:- | *:-:* ) # input from stdin
45924 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
45925 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
45926 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
45927 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
45928 * ) ac_file_in
=$ac_file.
in ;;
45931 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
45932 echo "$as_me: creating $ac_file" >&6;}
45934 # First look for the input files in the build tree, otherwise in the
45936 ac_file_inputs
=`IFS=:
45937 for f in $ac_file_in; do
45939 -) echo $tmp/stdin ;;
45941 # Absolute (can't be DOS-style, as IFS=:)
45942 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45943 echo "$as_me: error: cannot find input file: $f" >&2;}
45944 { (exit 1); exit 1; }; }
45945 # Do quote $f, to prevent DOS paths from being IFS'd.
45948 if test -f "$f"; then
45951 elif test -f "$srcdir/$f"; then
45956 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
45957 echo "$as_me: error: cannot find input file: $f" >&2;}
45958 { (exit 1); exit 1; }; }
45961 done` || { (exit 1); exit 1; }
45962 # Remove the trailing spaces.
45963 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
45967 # Transform confdefs.h into two sed scripts, `conftest.defines' and
45968 # `conftest.undefs', that substitutes the proper values into
45969 # config.h.in to produce config.h. The first handles `#define'
45970 # templates, and the second `#undef' templates.
45971 # And first: Protect against being on the right side of a sed subst in
45972 # config.status. Protect against being in an unquoted here document
45973 # in config.status.
45974 rm -f conftest.defines conftest.undefs
45975 # Using a here document instead of a string reduces the quoting nightmare.
45976 # Putting comments in sed scripts is not portable.
45978 # `end' is used to avoid that the second main sed command (meant for
45979 # 0-ary CPP macros) applies to n-ary macro definitions.
45980 # See the Autoconf documentation for `clear'.
45981 cat >confdef2sed.
sed <<\_ACEOF
45986 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
45988 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
45991 # If some macros were called several times there might be several times
45992 # the same #defines, which is useless. Nevertheless, we may not want to
45993 # sort them, since we want the *last* AC-DEFINE to be honored.
45994 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
45995 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
45996 rm -f confdef2sed.sed
45998 # This sed command replaces #undef with comments. This is necessary, for
45999 # example, in the case of _POSIX_SOURCE, which is predefined and required
46000 # on some systems where configure will not decide to define it.
46001 cat >>conftest.undefs <<\_ACEOF
46002 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
46005 # Break up conftest.defines because some shells have a limit on the size
46006 # of here documents, and old seds have small limits too (100 cmds).
46007 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
46008 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
46009 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
46010 echo ' :' >>$CONFIG_STATUS
46011 rm -f conftest.tail
46012 while grep . conftest.defines >/dev/null
46014 # Write a limited-size here document to $tmp/defines.sed.
46015 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
46016 # Speed up: don't consider the non `#define' lines.
46017 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
46018 # Work around the forget-to-reset-the-flag bug.
46019 echo 't clr' >>$CONFIG_STATUS
46020 echo ': clr' >>$CONFIG_STATUS
46021 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
46023 sed -f $tmp/defines.sed $tmp/in >$tmp/out
46025 mv $tmp/out $tmp/in
46027 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
46028 rm -f conftest.defines
46029 mv conftest.
tail conftest.defines
46031 rm -f conftest.defines
46032 echo ' fi # grep' >>$CONFIG_STATUS
46033 echo >>$CONFIG_STATUS
46035 # Break up conftest.undefs because some shells have a limit on the size
46036 # of here documents, and old seds have small limits too (100 cmds).
46037 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
46038 rm -f conftest.
tail
46039 while grep . conftest.undefs
>/dev
/null
46041 # Write a limited-size here document to $tmp/undefs.sed.
46042 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
46043 # Speed up: don't consider the non
`#undef'
46044 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
46045 # Work around the forget-to-reset-the-flag bug.
46046 echo 't clr' >>$CONFIG_STATUS
46047 echo ': clr' >>$CONFIG_STATUS
46048 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
46050 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
46052 mv $tmp/out $tmp/in
46054 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
46055 rm -f conftest.undefs
46056 mv conftest.tail conftest.undefs
46058 rm -f conftest.undefs
46060 cat >>$CONFIG_STATUS <<\_ACEOF
46061 # Let's still pretend it is `configure
' which instantiates (i.e., don't
46062 # use $as_me), people would be surprised to read:
46063 # /* config.h. Generated by config.status. */
46064 if test x
"$ac_file" = x
-; then
46065 echo "/* Generated by configure. */" >$tmp/config.h
46067 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
46069 cat $tmp/in >>$tmp/config.h
46071 if test x
"$ac_file" != x
-; then
46072 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
46073 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
46074 echo "$as_me: $ac_file is unchanged" >&6;}
46076 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
46077 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46078 X"$ac_file" : 'X\(//\)[^/]' \| \
46079 X"$ac_file" : 'X\(//\)$' \| \
46080 X"$ac_file" : 'X\(/\)' \| \
46081 . : '\(.\)' 2>/dev/null ||
46083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46084 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46085 /^X\(\/\/\)$/{ s//\1/; q; }
46086 /^X\(\/\).*/{ s//\1/; q; }
46088 { if $as_mkdir_p; then
46093 while test ! -d "$as_dir"; do
46094 as_dirs
="$as_dir $as_dirs"
46095 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
46096 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46097 X"$as_dir" : 'X\(//\)[^/]' \| \
46098 X"$as_dir" : 'X\(//\)$' \| \
46099 X"$as_dir" : 'X\(/\)' \| \
46100 . : '\(.\)' 2>/dev/null ||
46102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46103 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46104 /^X\(\/\/\)$/{ s//\1/; q; }
46105 /^X\(\/\).*/{ s//\1/; q; }
46108 test ! -n "$as_dirs" || mkdir $as_dirs
46109 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46110 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46111 { (exit 1); exit 1; }; }; }
46114 mv $tmp/config.h
$ac_file
46118 rm -f $tmp/config.h
46122 cat >>$CONFIG_STATUS <<\_ACEOF
46125 # CONFIG_COMMANDS section.
46127 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
46128 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
46129 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
46130 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
46131 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46132 X"$ac_dest" : 'X\(//\)[^/]' \| \
46133 X"$ac_dest" : 'X\(//\)$' \| \
46134 X"$ac_dest" : 'X\(/\)' \| \
46135 . : '\(.\)' 2>/dev/null ||
46137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46138 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46139 /^X\(\/\/\)$/{ s//\1/; q; }
46140 /^X\(\/\).*/{ s//\1/; q; }
46142 { if $as_mkdir_p; then
46147 while test ! -d "$as_dir"; do
46148 as_dirs
="$as_dir $as_dirs"
46149 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
46150 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46151 X"$as_dir" : 'X\(//\)[^/]' \| \
46152 X"$as_dir" : 'X\(//\)$' \| \
46153 X"$as_dir" : 'X\(/\)' \| \
46154 . : '\(.\)' 2>/dev/null ||
46156 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46157 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46158 /^X\(\/\/\)$/{ s//\1/; q; }
46159 /^X\(\/\).*/{ s//\1/; q; }
46162 test ! -n "$as_dirs" || mkdir $as_dirs
46163 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46164 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46165 { (exit 1); exit 1; }; }; }
46169 if test "$ac_dir" != .
; then
46170 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46171 # A "../" for each directory in $ac_dir_suffix.
46172 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46174 ac_dir_suffix
= ac_top_builddir
=
46178 .
) # No --srcdir option. We are building in place.
46180 if test -z "$ac_top_builddir"; then
46183 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
46185 [\\/]* | ?
:[\\/]* ) # Absolute path.
46186 ac_srcdir
=$srcdir$ac_dir_suffix;
46187 ac_top_srcdir
=$srcdir ;;
46188 *) # Relative path.
46189 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
46190 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
46193 # Do not use `cd foo && pwd` to compute absolute paths, because
46194 # the directories may not exist.
46196 .
) ac_abs_builddir
="$ac_dir";;
46199 .
) ac_abs_builddir
=`pwd`;;
46200 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
46201 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
46204 case $ac_abs_builddir in
46205 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
46207 case ${ac_top_builddir}.
in
46208 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
46209 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
46210 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
46213 case $ac_abs_builddir in
46214 .
) ac_abs_srcdir
=$ac_srcdir;;
46217 .
) ac_abs_srcdir
=$ac_abs_builddir;;
46218 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
46219 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
46222 case $ac_abs_builddir in
46223 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
46225 case $ac_top_srcdir in
46226 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
46227 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
46228 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
46233 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
46234 echo "$as_me: executing $ac_dest commands" >&6;}
46236 wx
-config ) rm -f wx
-config
46237 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
46243 cat >>$CONFIG_STATUS <<\_ACEOF
46245 { (exit 0); exit 0; }
46247 chmod +x
$CONFIG_STATUS
46248 ac_clean_files
=$ac_clean_files_save
46251 # configure is writing to config.log, and then calls config.status.
46252 # config.status does its own redirection, appending to config.log.
46253 # Unfortunately, on DOS this fails, as config.log is still kept open
46254 # by configure, so config.status won't be able to write to it; its
46255 # output is simply discarded. So we exec the FD to /dev/null,
46256 # effectively closing config.log, so it can be properly (re)opened and
46257 # appended to by config.status. When coming back to configure, we
46258 # need to make the FD available again.
46259 if test "$no_create" != yes; then
46261 ac_config_status_args
=
46262 test "$silent" = yes &&
46263 ac_config_status_args
="$ac_config_status_args --quiet"
46265 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
46267 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
46268 # would make configure fail if this is the last instruction.
46269 $ac_cs_success || { (exit 1); exit 1; }
46273 # CONFIG_SUBDIRS section.
46275 if test "$no_recursion" != yes; then
46277 # Remove --cache-file and --srcdir arguments so they do not pile up.
46278 ac_sub_configure_args
=
46280 for ac_arg
in $ac_configure_args; do
46281 if test -n "$ac_prev"; then
46286 -cache-file | --cache-file | --cache-fil | --cache-fi \
46287 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
46288 ac_prev
=cache_file
;;
46289 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
46290 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
46293 --config-cache | -C)
46295 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
46297 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
46299 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
46301 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
46303 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
46307 # Always prepend --prefix to ensure using the same prefix
46308 # in subdir configurations.
46309 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
46312 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
46314 # Do not complain, so a configure script can configure whichever
46315 # parts of a large source tree are present.
46316 test -d $srcdir/$ac_dir || continue
46318 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
46319 echo "$as_me: configuring in $ac_dir" >&6;}
46320 { if $as_mkdir_p; then
46325 while test ! -d "$as_dir"; do
46326 as_dirs
="$as_dir $as_dirs"
46327 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
46328 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46329 X"$as_dir" : 'X\(//\)[^/]' \| \
46330 X"$as_dir" : 'X\(//\)$' \| \
46331 X"$as_dir" : 'X\(/\)' \| \
46332 . : '\(.\)' 2>/dev/null ||
46334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46335 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46336 /^X\(\/\/\)$/{ s//\1/; q; }
46337 /^X\(\/\).*/{ s//\1/; q; }
46340 test ! -n "$as_dirs" || mkdir $as_dirs
46341 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46342 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46343 { (exit 1); exit 1; }; }; }
46347 if test "$ac_dir" != .
; then
46348 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
46349 # A "../" for each directory in $ac_dir_suffix.
46350 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
46352 ac_dir_suffix
= ac_top_builddir
=
46356 .
) # No --srcdir option. We are building in place.
46358 if test -z "$ac_top_builddir"; then
46361 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
46363 [\\/]* | ?
:[\\/]* ) # Absolute path.
46364 ac_srcdir
=$srcdir$ac_dir_suffix;
46365 ac_top_srcdir
=$srcdir ;;
46366 *) # Relative path.
46367 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
46368 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
46371 # Do not use `cd foo && pwd` to compute absolute paths, because
46372 # the directories may not exist.
46374 .
) ac_abs_builddir
="$ac_dir";;
46377 .
) ac_abs_builddir
=`pwd`;;
46378 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
46379 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
46382 case $ac_abs_builddir in
46383 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
46385 case ${ac_top_builddir}.
in
46386 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
46387 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
46388 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
46391 case $ac_abs_builddir in
46392 .
) ac_abs_srcdir
=$ac_srcdir;;
46395 .
) ac_abs_srcdir
=$ac_abs_builddir;;
46396 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
46397 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
46400 case $ac_abs_builddir in
46401 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
46403 case $ac_top_srcdir in
46404 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
46405 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
46406 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
46413 # Check for guested configure; otherwise get Cygnus style configure.
46414 if test -f $ac_srcdir/configure.gnu
; then
46415 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
46416 elif test -f $ac_srcdir/configure
; then
46417 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
46418 elif test -f $ac_srcdir/configure.
in; then
46419 ac_sub_configure
=$ac_configure
46421 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
46422 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
46426 # The recursion is here.
46427 if test -n "$ac_sub_configure"; then
46428 # Make the cache file name correct relative to the subdirectory.
46429 case $cache_file in
46430 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
46431 *) # Relative path.
46432 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
46435 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
46436 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
46437 # The eval makes quoting arguments work.
46438 eval $ac_sub_configure $ac_sub_configure_args \
46439 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
46440 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
46441 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
46442 { (exit 1); exit 1; }; }
46451 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
46453 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
46454 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
46456 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
46457 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
46458 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
46460 echo " What level of wxWidgets compatibility should be enabled?"
46461 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
46462 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
46464 echo " Which libraries should wxWidgets use?"
46465 echo " jpeg ${wxUSE_LIBJPEG-none}"
46466 echo " png ${wxUSE_LIBPNG-none}"
46467 echo " regex ${wxUSE_REGEX}"
46468 echo " tiff ${wxUSE_LIBTIFF-none}"
46469 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
46470 echo " xpm ${wxUSE_LIBXPM-none}"
46472 echo " zlib ${wxUSE_ZLIB}"
46473 echo " odbc ${wxUSE_ODBC}"
46474 echo " expat ${wxUSE_EXPAT}"
46475 echo " libmspack ${wxUSE_LIBMSPACK}"
46476 echo " sdl ${wxUSE_LIBSDL}"
46477 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"