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.5.3.
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.5.3'
274 PACKAGE_STRING
='wxWidgets 2.5.3'
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 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_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_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_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_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_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_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_XRC_1 COND_WITH_PLUGIN_SDL_1 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 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_TOOLKIT_MAC_WXUNIV_0 COND_TOOLKIT_MSW_WXUNIV_0 COND_TOOLKIT_PM_WXUNIV_0 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.5.3 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.5.3:";;
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-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
907 --enable-cmdline use wxCmdLineParser class
908 --enable-datetime use wxDateTime class
909 --enable-dialupman use dialup network classes
910 --enable-dynlib use wxLibrary class
for DLL loading
911 --enable-dynamicloader use
(new
) wxDynamicLibrary class
912 --enable-exceptions build exception
-safe library
913 --enable-ffile use wxFFile class
914 --enable-file use wxFile class
915 --enable-filesystem use virtual
file systems classes
916 --enable-fontmap use font encodings conversion classes
917 --enable-fs_inet use virtual HTTP
/FTP filesystems
918 --enable-fs_zip use virtual ZIP filesystems
919 --enable-geometry use geometry class
920 --enable-log use logging system
921 --enable-longlong use wxLongLong class
922 --enable-mimetype use wxMimeTypesManager
923 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
924 --enable-snglinst use wxSingleInstanceChecker class
925 --enable-streams use wxStream etc classes
926 --enable-std_iostreams use standard C
++ stream classes
927 --enable-stopwatch use wxStopWatch class
928 --enable-sysoptions use wxSystemOptions
929 --enable-textbuf use wxTextBuffer class
930 --enable-textfile use wxTextFile class
931 --enable-timer use wxTimer class
932 --enable-unicode compile wxString with Unicode support
933 --enable-sound use wxSound class
934 --enable-mediactrl use wxMediaCtrl class
935 --enable-wxprintfv use wxWidgets implementation of vprintf
()
936 --enable-zipstream use wxZipInputStream
937 --enable-url use wxURL class
938 --enable-protocol use wxProtocol class
939 --enable-protocol-http HTTP support
in wxProtocol
940 --enable-protocol-ftp FTP support
in wxProtocol
941 --enable-protocol-file FILE support
in wxProtocol
942 --enable-threads use threads
943 --enable-docview use document view architecture
944 --enable-help use
help subsystem
945 --enable-mshtmlhelp use MS HTML Help
(win32
)
946 --enable-html use wxHTML sub
-library
947 --enable-htmlhelp use wxHTML
-based help
948 --enable-xrc use XRC resources sub
-library
949 --enable-constraints use layout
-constraints system
950 --enable-printarch use printing architecture
951 --enable-mdi use multiple document interface architecture
952 --enable-mdidoc use docview architecture with MDI
953 --enable-loggui use standard GUI logger
954 --enable-logwin use wxLogWindow
955 --enable-logdialog use wxLogDialog
956 --enable-webkit use wxWebKitCtrl
(Mac
)
957 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
958 --enable-prologio not available
; see contrib
959 --enable-resources not available
; see contrib
960 --enable-clipboard use wxClipboard class
961 --enable-dnd use Drag
'n'Drop classes
962 --enable-metafile use win32 metafiles
963 --enable-controls use all usual controls
964 --enable-accel use accelerators
965 --enable-button use wxButton class
966 --enable-bmpbutton use wxBitmapButton class
967 --enable-calendar use wxCalendarCtrl class
968 --enable-caret use wxCaret class
969 --enable-checkbox use wxCheckBox class
970 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
971 --enable-choice use wxChoice class
972 --enable-choicebook use wxChoicebook class
973 --enable-combobox use wxComboBox class
974 --enable-display use wxDisplay class
975 --enable-gauge use wxGauge class
976 --enable-grid use wxGrid class
977 --enable-imaglist use wxImageList class
978 --enable-listbook use wxListbook class
979 --enable-listbox use wxListBox class
980 --enable-listctrl use wxListCtrl class
981 --enable-notebook use wxNotebook class
982 --enable-radiobox use wxRadioBox class
983 --enable-radiobtn use wxRadioButton class
984 --enable-sash use wxSashWindow class
985 --enable-scrollbar use wxScrollBar class and scrollable windows
986 --enable-slider use wxSlider class
987 --enable-spinbtn use wxSpinButton class
988 --enable-spinctrl use wxSpinCtrl class
989 --enable-splitter use wxSplitterWindow class
990 --enable-statbmp use wxStaticBitmap class
991 --enable-statbox use wxStaticBox class
992 --enable-statline use wxStaticLine class
993 --enable-stattext use wxStaticText class
994 --enable-statusbar use wxStatusBar class
995 --enable-tabdialog use wxTabControl class
996 --enable-textctrl use wxTextCtrl class
997 --enable-togglebtn use wxToggleButton class
998 --enable-toolbar use wxToolBar class
999 --enable-tbarnative use native wxToolBar class
1000 --enable-tbarsmpl use wxToolBarSimple class
1001 --enable-treectrl use wxTreeCtrl class
1002 --enable-tipwindow use wxTipWindow class
1003 --enable-popupwin use wxPopUpWindow class
1004 --enable-commondlg use all common dialogs
1005 --enable-choicedlg use wxChoiceDialog
1006 --enable-coldlg use wxColourDialog
1007 --enable-filedlg use wxFileDialog
1008 --enable-finddlg use wxFindReplaceDialog
1009 --enable-fontdlg use wxFontDialog
1010 --enable-dirdlg use wxDirDialog
1011 --enable-msgdlg use wxMessageDialog
1012 --enable-numberdlg use wxNumberEntryDialog
1013 --enable-splash use wxSplashScreen
1014 --enable-textdlg use wxTextDialog
1015 --enable-tipdlg use startup tips
1016 --enable-progressdlg use wxProgressDialog
1017 --enable-wizarddlg use wxWizard
1018 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1019 --enable-miniframe use wxMiniFrame class
1020 --enable-tooltips use wxToolTip class
1021 --enable-splines use spline drawing code
1022 --enable-validators use wxValidator and derived classes
1023 --enable-busyinfo use wxBusyInfo
1024 --enable-joystick use wxJoystick
(Linux only
)
1025 --enable-metafiles use wxMetaFile
(Windows only
)
1026 --enable-dragimage use wxDragImage
1027 --enable-accessibility enable accessibility support
1028 --enable-palette use wxPalette class
1029 --enable-image use wxImage class
1030 --enable-gif use gif images
(GIF
file format
)
1031 --enable-pcx use pcx images
(PCX
file format
)
1032 --enable-iff use iff images
(IFF
file format
)
1033 --enable-pnm use pnm images
(PNM
file format
)
1034 --enable-xpm use xpm images
(XPM
file format
)
1035 --enable-icocur use Windows ICO and CUR formats
1036 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1037 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1038 --disable-largefile omit support
for large files
1039 --disable-gtktest do not try to compile and run a
test GTK
+ program
1040 --disable-gtktest Do not try to compile and run a
test GTK program
1041 --disable-sdltest Do not try to compile and run a
test SDL program
1042 --enable-omf use OMF object format
(OS
/2)
1043 --disable-precomp-headers
1044 don
't use precompiled headers even if compiler can
1047 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1048 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1050 --with-motif use Motif/Lesstif
1051 --with-mac use Mac OS X
1052 --with-cocoa use Cocoa
1053 --with-wine use Wine
1054 --with-msw use MS-Windows
1055 --with-pm use OS/2 Presentation Manager
1056 --with-mgl use SciTech MGL
1057 --with-microwin use MicroWindows
1059 --with-libpng use libpng (PNG image format)
1060 --with-libjpeg use libjpeg (JPEG file format)
1061 --with-libtiff use libtiff (TIFF file format)
1062 --with-libxpm use libxpm (XPM file format)
1063 --with-libmspack use libmspack (CHM help files loading)
1064 --with-sdl use SDL for audio on Unix
1065 --with-gnomeprint use GNOME print for printing under Unix
1066 --with-opengl use OpenGL (or Mesa)
1067 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1068 --with-regex enable support for wxRegEx class
1069 --with-zlib use zlib for LZW compression
1070 --with-odbc use the IODBC and wxODBC classes
1071 --with-expat enable XML support using expat parser
1072 --with-flavour=NAME specify a name to identify this build
1073 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1074 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1075 --with-x use the X Window System
1076 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1077 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1078 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1079 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1080 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1082 Some influential environment variables:
1083 CC C compiler command
1084 CFLAGS C compiler flags
1085 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1086 nonstandard directory <lib dir>
1087 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1088 headers in a nonstandard directory <include dir>
1090 CXX C++ compiler command
1091 CXXFLAGS C++ compiler flags
1092 CXXCPP C++ preprocessor
1094 Use these variables to override the choices made by `configure' or to
help
1095 it to
find libraries and programs with nonstandard names
/locations.
1097 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
1101 if test "$ac_init_help" = "recursive"; then
1102 # If there are subdirs, report their specific --help.
1104 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1105 test -d $ac_dir || continue
1108 if test "$ac_dir" != .
; then
1109 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1110 # A "../" for each directory in $ac_dir_suffix.
1111 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1113 ac_dir_suffix
= ac_top_builddir
=
1117 .
) # No --srcdir option. We are building in place.
1119 if test -z "$ac_top_builddir"; then
1122 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1124 [\\/]* | ?
:[\\/]* ) # Absolute path.
1125 ac_srcdir
=$srcdir$ac_dir_suffix;
1126 ac_top_srcdir
=$srcdir ;;
1128 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1129 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1132 # Do not use `cd foo && pwd` to compute absolute paths, because
1133 # the directories may not exist.
1135 .
) ac_abs_builddir
="$ac_dir";;
1138 .
) ac_abs_builddir
=`pwd`;;
1139 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1140 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1143 case $ac_abs_builddir in
1144 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1146 case ${ac_top_builddir}.
in
1147 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1148 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1149 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1152 case $ac_abs_builddir in
1153 .
) ac_abs_srcdir
=$ac_srcdir;;
1156 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1157 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1158 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1161 case $ac_abs_builddir in
1162 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1164 case $ac_top_srcdir in
1165 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1166 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1167 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1172 # Check for guested configure; otherwise get Cygnus style configure.
1173 if test -f $ac_srcdir/configure.gnu
; then
1175 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1176 elif test -f $ac_srcdir/configure
; then
1178 $SHELL $ac_srcdir/configure
--help=recursive
1179 elif test -f $ac_srcdir/configure.ac
||
1180 test -f $ac_srcdir/configure.
in; then
1182 $ac_configure --help
1184 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1190 test -n "$ac_init_help" && exit 0
1191 if $ac_init_version; then
1193 wxWidgets configure
2.5.3
1194 generated by GNU Autoconf
2.59
1196 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1197 This configure
script is free software
; the Free Software Foundation
1198 gives unlimited permission to copy
, distribute and modify it.
1204 This file contains any messages produced by compilers while
1205 running configure, to aid debugging if configure makes a mistake.
1207 It was created by wxWidgets $as_me 2.5.3, which was
1208 generated by GNU Autoconf 2.59. Invocation command line was
1219 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1220 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1221 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1222 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1223 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1225 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1226 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1228 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1229 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1230 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1231 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1232 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1233 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1234 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1238 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1242 test -z "$as_dir" && as_dir
=.
1243 echo "PATH: $as_dir"
1258 # Keep a trace of the command line.
1259 # Strip out --no-create and --no-recursion so they do not pile up.
1260 # Strip out --silent because we don't want to record it for future runs.
1261 # Also quote any args containing shell meta-characters.
1262 # Make two passes to allow for proper duplicate-argument suppression.
1267 ac_must_keep_next
=false
1273 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1274 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1275 | -silent | --silent | --silen | --sile | --sil)
1277 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1278 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1281 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1283 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1284 if test $ac_must_keep_next = true
; then
1285 ac_must_keep_next
=false
# Got value, back to normal.
1288 *=* | --config-cache | -C | -disable-* | --disable-* \
1289 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1290 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1291 | -with-* | --with-* | -without-* | --without-* | --x)
1292 case "$ac_configure_args0 " in
1293 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1296 -* ) ac_must_keep_next
=true
;;
1299 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1300 # Get rid of the leading space.
1306 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1307 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1309 # When interrupted or exit'd, cleanup temporary files, and complete
1310 # config.log. We remove comments because anyway the quotes in there
1311 # would cause problems or look ugly.
1312 # WARNING: Be sure not to use single quotes in there, as some shells,
1313 # such as our DU 5.0 friend, will then `close' the trap.
1314 trap 'exit_status=$?
1315 # Save into config.log some information that might help in debugging.
1320 ## ---------------- ##
1321 ## Cache variables. ##
1322 ## ---------------- ##
1325 # The following way of writing the cache mishandles newlines in values,
1328 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1331 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1332 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1336 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1343 ## ----------------- ##
1344 ## Output variables. ##
1345 ## ----------------- ##
1348 for ac_var in $ac_subst_vars
1350 eval ac_val=$`echo $ac_var`
1351 echo "$ac_var='"'"'$ac_val'"'"'"
1355 if test -n "$ac_subst_files"; then
1362 for ac_var in $ac_subst_files
1364 eval ac_val=$`echo $ac_var`
1365 echo "$ac_var='"'"'$ac_val'"'"'"
1370 if test -s confdefs.h; then
1377 sed "/^$/d" confdefs.h | sort
1380 test "$ac_signal" != 0 &&
1381 echo "$as_me: caught signal $ac_signal"
1382 echo "$as_me: exit $exit_status"
1384 rm -f core *.core &&
1385 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1388 for ac_signal
in 1 2 13 15; do
1389 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1393 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1394 rm -rf conftest
* confdefs.h
1395 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1398 # Predefined preprocessor variables.
1400 cat >>confdefs.h
<<_ACEOF
1401 #define PACKAGE_NAME "$PACKAGE_NAME"
1405 cat >>confdefs.h
<<_ACEOF
1406 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1410 cat >>confdefs.h
<<_ACEOF
1411 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1415 cat >>confdefs.h
<<_ACEOF
1416 #define PACKAGE_STRING "$PACKAGE_STRING"
1420 cat >>confdefs.h
<<_ACEOF
1421 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1425 # Let the site file select an alternate cache file if it wants to.
1426 # Prefer explicitly selected file to automatically selected ones.
1427 if test -z "$CONFIG_SITE"; then
1428 if test "x$prefix" != xNONE
; then
1429 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1431 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1434 for ac_site_file
in $CONFIG_SITE; do
1435 if test -r "$ac_site_file"; then
1436 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1437 echo "$as_me: loading site script $ac_site_file" >&6;}
1438 sed 's/^/| /' "$ac_site_file" >&5
1443 if test -r "$cache_file"; then
1444 # Some versions of bash will fail to source /dev/null (special
1445 # files actually), so we avoid doing that.
1446 if test -f "$cache_file"; then
1447 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1448 echo "$as_me: loading cache $cache_file" >&6;}
1450 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1451 *) . .
/$cache_file;;
1455 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1456 echo "$as_me: creating cache $cache_file" >&6;}
1460 # Check that the precious variables saved in the cache have kept the same
1462 ac_cache_corrupted
=false
1463 for ac_var
in `(set) 2>&1 |
1464 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1465 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1466 eval ac_new_set
=\
$ac_env_${ac_var}_set
1467 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1468 eval ac_new_val
="\$ac_env_${ac_var}_value"
1469 case $ac_old_set,$ac_new_set in
1471 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1472 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1473 ac_cache_corrupted
=: ;;
1475 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1476 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1477 ac_cache_corrupted
=: ;;
1480 if test "x$ac_old_val" != "x$ac_new_val"; then
1481 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1482 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1483 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1484 echo "$as_me: former value: $ac_old_val" >&2;}
1485 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1486 echo "$as_me: current value: $ac_new_val" >&2;}
1487 ac_cache_corrupted
=:
1490 # Pass precious variables to config.status.
1491 if test "$ac_new_set" = set; then
1493 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1494 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1495 *) ac_arg
=$ac_var=$ac_new_val ;;
1497 case " $ac_configure_args " in
1498 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1499 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1503 if $ac_cache_corrupted; then
1504 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1505 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1506 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1507 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1508 { (exit 1); exit 1; }; }
1512 ac_cpp
='$CPP $CPPFLAGS'
1513 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1514 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1515 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1547 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1548 if test -f $ac_dir/install-sh; then
1550 ac_install_sh
="$ac_aux_dir/install-sh -c"
1552 elif test -f $ac_dir/install.sh
; then
1554 ac_install_sh
="$ac_aux_dir/install.sh -c"
1556 elif test -f $ac_dir/shtool
; then
1558 ac_install_sh
="$ac_aux_dir/shtool install -c"
1562 if test -z "$ac_aux_dir"; then
1563 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1564 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1565 { (exit 1); exit 1; }; }
1567 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1568 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1569 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1571 # Make sure we can run config.sub.
1572 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1573 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1574 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1575 { (exit 1); exit 1; }; }
1577 echo "$as_me:$LINENO: checking build system type" >&5
1578 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1579 if test "${ac_cv_build+set}" = set; then
1580 echo $ECHO_N "(cached) $ECHO_C" >&6
1582 ac_cv_build_alias
=$build_alias
1583 test -z "$ac_cv_build_alias" &&
1584 ac_cv_build_alias
=`$ac_config_guess`
1585 test -z "$ac_cv_build_alias" &&
1586 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1587 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1588 { (exit 1); exit 1; }; }
1589 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1590 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1591 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1592 { (exit 1); exit 1; }; }
1595 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1596 echo "${ECHO_T}$ac_cv_build" >&6
1598 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1599 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1600 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1603 echo "$as_me:$LINENO: checking host system type" >&5
1604 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1605 if test "${ac_cv_host+set}" = set; then
1606 echo $ECHO_N "(cached) $ECHO_C" >&6
1608 ac_cv_host_alias
=$host_alias
1609 test -z "$ac_cv_host_alias" &&
1610 ac_cv_host_alias
=$ac_cv_build_alias
1611 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1612 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1613 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1614 { (exit 1); exit 1; }; }
1617 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1618 echo "${ECHO_T}$ac_cv_host" >&6
1620 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1621 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1622 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1625 echo "$as_me:$LINENO: checking target system type" >&5
1626 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1627 if test "${ac_cv_target+set}" = set; then
1628 echo $ECHO_N "(cached) $ECHO_C" >&6
1630 ac_cv_target_alias
=$target_alias
1631 test "x$ac_cv_target_alias" = "x" &&
1632 ac_cv_target_alias
=$ac_cv_host_alias
1633 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1634 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1635 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1636 { (exit 1); exit 1; }; }
1639 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1640 echo "${ECHO_T}$ac_cv_target" >&6
1641 target
=$ac_cv_target
1642 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1643 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1644 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1647 # The aliases save the names the user supplied, while $host etc.
1648 # will get canonicalized.
1649 test -n "$target_alias" &&
1650 test "$program_prefix$program_suffix$program_transform_name" = \
1652 program_prefix
=${target_alias}-
1656 wx_major_version_number
=2
1657 wx_minor_version_number
=5
1659 wx_subrelease_number
=3
1661 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
1662 WX_VERSION
=$WX_RELEASE.
$wx_release_number
1663 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
1665 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
1681 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1687 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1693 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1695 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1697 DEFAULT_wxUSE_COCOA
=0
1701 DEFAULT_wxUSE_MICROWIN
=0
1702 DEFAULT_wxUSE_MOTIF
=0
1707 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1708 DEFAULT_DEFAULT_wxUSE_GTK
=0
1709 DEFAULT_DEFAULT_wxUSE_MAC
=0
1710 DEFAULT_DEFAULT_wxUSE_MGL
=0
1711 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1712 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1713 DEFAULT_DEFAULT_wxUSE_MSW
=0
1714 DEFAULT_DEFAULT_wxUSE_PM
=0
1715 DEFAULT_DEFAULT_wxUSE_X11
=0
1720 SAMPLES_RPATH_POSTLINK
=
1725 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1726 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1728 cat >>confdefs.h
<<\_ACEOF
1735 cat >>confdefs.h
<<\_ACEOF
1740 if test "x$TMP" = "xalpha"; then
1742 cat >>confdefs.h
<<\_ACEOF
1747 DEFAULT_DEFAULT_wxUSE_GTK
=1
1749 *-*-gnu* | *-*-k*bsd
*-gnu )
1752 if test "x$TMP" = "xalpha"; then
1754 cat >>confdefs.h
<<\_ACEOF
1759 DEFAULT_DEFAULT_wxUSE_GTK
=1
1761 *-*-irix5* | *-*-irix6* )
1764 cat >>confdefs.h
<<\_ACEOF
1768 cat >>confdefs.h
<<\_ACEOF
1772 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1778 cat >>confdefs.h
<<\_ACEOF
1782 cat >>confdefs.h
<<\_ACEOF
1783 #define __SOLARIS__ 1
1786 cat >>confdefs.h
<<\_ACEOF
1790 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1791 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1797 cat >>confdefs.h
<<\_ACEOF
1801 cat >>confdefs.h
<<\_ACEOF
1805 cat >>confdefs.h
<<\_ACEOF
1809 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1814 cat >>confdefs.h
<<\_ACEOF
1815 #define __FREEBSD__ 1
1818 cat >>confdefs.h
<<\_ACEOF
1822 DEFAULT_DEFAULT_wxUSE_GTK
=1
1827 cat >>confdefs.h
<<\_ACEOF
1828 #define __OPENBSD__ 1
1831 cat >>confdefs.h
<<\_ACEOF
1835 DEFAULT_DEFAULT_wxUSE_GTK
=1
1840 cat >>confdefs.h
<<\_ACEOF
1841 #define __NETBSD__ 1
1844 cat >>confdefs.h
<<\_ACEOF
1848 DEFAULT_DEFAULT_wxUSE_GTK
=1
1853 cat >>confdefs.h
<<\_ACEOF
1857 cat >>confdefs.h
<<\_ACEOF
1861 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1862 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1867 cat >>confdefs.h
<<\_ACEOF
1871 cat >>confdefs.h
<<\_ACEOF
1875 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1880 cat >>confdefs.h
<<\_ACEOF
1884 cat >>confdefs.h
<<\_ACEOF
1888 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1895 cat >>confdefs.h
<<\_ACEOF
1899 cat >>confdefs.h
<<\_ACEOF
1903 cat >>confdefs.h
<<\_ACEOF
1907 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1914 cat >>confdefs.h
<<\_ACEOF
1915 #define __UNIXWARE__ 1
1920 *-*-cygwin* | *-*-mingw32* )
1924 DEFAULT_DEFAULT_wxUSE_MSW
=1
1930 cat >>confdefs.h
<<\_ACEOF
1935 DEFAULT_DEFAULT_wxUSE_MGL
=1
1936 LIBS
="$LIBS -lstdc++"
1939 *-pc-os2_emx | *-pc-os2-emx )
1940 cat >>confdefs.h
<<\_ACEOF
1945 cat >>confdefs.h
<<\_ACEOF
1950 DEFAULT_DEFAULT_wxUSE_PM
=1
1952 LDFLAGS
="$LDFLAGS -Zcrtdll"
1953 ac_executable_extensions
=".exe"
1954 export ac_executable_extensions
1958 for ac_dir
in $PATH; do
1960 if test -z "$ac_TEMP_PATH"; then
1961 ac_TEMP_PATH
="$ac_dir"
1963 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
1966 export PATH
="$ac_TEMP_PATH"
1974 cat >>confdefs.h
<<\_ACEOF
1978 cat >>confdefs.h
<<\_ACEOF
1979 #define __DARWIN__ 1
1982 cat >>confdefs.h
<<\_ACEOF
1983 #define __POWERPC__ 1
1986 cat >>confdefs.h
<<\_ACEOF
1987 #define TARGET_CARBON 1
1990 DEFAULT_DEFAULT_wxUSE_MAC
=1
1992 powerpc
-apple-macos* )
1994 ac_cv_c_bigendian
=yes
1996 DEFAULT_DEFAULT_wxUSE_MAC
=1
2001 cat >>confdefs.h
<<\_ACEOF
2008 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2009 echo "$as_me: error: unknown system type ${host}." >&2;}
2010 { (exit 1); exit 1; }; }
2016 wx_arg_cache_file
="configarg.cache"
2017 echo "loading argument cache $wx_arg_cache_file"
2018 rm -f ${wx_arg_cache_file}.tmp
2019 touch ${wx_arg_cache_file}.tmp
2020 touch ${wx_arg_cache_file}
2024 if test $DEBUG_CONFIGURE = 1; then
2025 DEFAULT_wxUSE_UNIVERSAL
=no
2026 DEFAULT_wxUSE_STL
=no
2028 DEFAULT_wxUSE_NANOX
=no
2030 DEFAULT_wxUSE_THREADS
=yes
2032 DEFAULT_wxUSE_SHARED
=yes
2033 DEFAULT_wxUSE_OPTIMISE
=no
2034 DEFAULT_wxUSE_PROFILE
=no
2035 DEFAULT_wxUSE_NO_DEPS
=no
2036 DEFAULT_wxUSE_NO_RTTI
=no
2037 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2038 DEFAULT_wxUSE_RPATH
=yes
2039 DEFAULT_wxUSE_PERMISSIVE
=no
2040 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2041 DEFAULT_wxUSE_DEBUG_INFO
=yes
2042 DEFAULT_wxUSE_DEBUG_GDB
=yes
2043 DEFAULT_wxUSE_MEM_TRACING
=no
2044 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2045 DEFAULT_wxUSE_DMALLOC
=no
2046 DEFAULT_wxUSE_APPLE_IEEE
=no
2048 DEFAULT_wxUSE_EXCEPTIONS
=no
2049 DEFAULT_wxUSE_LOG
=yes
2050 DEFAULT_wxUSE_LOGWINDOW
=no
2051 DEFAULT_wxUSE_LOGGUI
=no
2052 DEFAULT_wxUSE_LOGDIALOG
=no
2054 DEFAULT_wxUSE_GUI
=yes
2055 DEFAULT_wxUSE_CONTROLS
=no
2057 DEFAULT_wxUSE_REGEX
=no
2058 DEFAULT_wxUSE_XML
=no
2059 DEFAULT_wxUSE_EXPAT
=no
2060 DEFAULT_wxUSE_ZLIB
=no
2061 DEFAULT_wxUSE_LIBPNG
=no
2062 DEFAULT_wxUSE_LIBJPEG
=no
2063 DEFAULT_wxUSE_LIBTIFF
=no
2064 DEFAULT_wxUSE_LIBXPM
=no
2065 DEFAULT_wxUSE_LIBMSPACK
=no
2066 DEFAULT_wxUSE_LIBSDL
=no
2067 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2068 DEFAULT_wxUSE_ODBC
=no
2069 DEFAULT_wxUSE_OPENGL
=no
2071 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2072 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2073 DEFAULT_wxUSE_STD_IOSTREAM
=no
2074 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2075 DEFAULT_wxUSE_DATETIME
=no
2076 DEFAULT_wxUSE_TIMER
=no
2077 DEFAULT_wxUSE_STOPWATCH
=no
2078 DEFAULT_wxUSE_FILE
=no
2079 DEFAULT_wxUSE_FFILE
=no
2080 DEFAULT_wxUSE_TEXTBUFFER
=no
2081 DEFAULT_wxUSE_TEXTFILE
=no
2082 DEFAULT_wxUSE_SOUND
=no
2083 DEFAULT_wxUSE_MEDIACTRL
=no
2084 DEFAULT_wxUSE_DIRECTSHOW
=no
2085 DEFAULT_wxUSE_INTL
=no
2086 DEFAULT_wxUSE_CONFIG
=no
2087 DEFAULT_wxUSE_FONTMAP
=no
2088 DEFAULT_wxUSE_STREAMS
=no
2089 DEFAULT_wxUSE_SOCKETS
=no
2090 DEFAULT_wxUSE_OLE
=no
2091 DEFAULT_wxUSE_DATAOBJ
=no
2092 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2093 DEFAULT_wxUSE_JOYSTICK
=no
2094 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2095 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2096 DEFAULT_wxUSE_LONGLONG
=no
2097 DEFAULT_wxUSE_GEOMETRY
=no
2099 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2100 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2101 DEFAULT_wxUSE_POSTSCRIPT
=no
2103 DEFAULT_wxUSE_CLIPBOARD
=no
2104 DEFAULT_wxUSE_TOOLTIPS
=no
2105 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2106 DEFAULT_wxUSE_DRAGIMAGE
=no
2107 DEFAULT_wxUSE_SPLINES
=no
2109 DEFAULT_wxUSE_MDI
=no
2110 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2111 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2112 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2114 DEFAULT_wxUSE_RESOURCES
=no
2115 DEFAULT_wxUSE_CONSTRAINTS
=no
2116 DEFAULT_wxUSE_IPC
=no
2117 DEFAULT_wxUSE_HELP
=no
2118 DEFAULT_wxUSE_MS_HTML_HELP
=no
2119 DEFAULT_wxUSE_WXHTML_HELP
=no
2120 DEFAULT_wxUSE_TREELAYOUT
=no
2121 DEFAULT_wxUSE_METAFILE
=no
2122 DEFAULT_wxUSE_MIMETYPE
=no
2123 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2124 DEFAULT_wxUSE_PROTOCOL
=no
2125 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2126 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2127 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2128 DEFAULT_wxUSE_URL
=no
2130 DEFAULT_wxUSE_COMMONDLGS
=no
2131 DEFAULT_wxUSE_CHOICEDLG
=no
2132 DEFAULT_wxUSE_COLOURDLG
=no
2133 DEFAULT_wxUSE_DIRDLG
=no
2134 DEFAULT_wxUSE_FILEDLG
=no
2135 DEFAULT_wxUSE_FINDREPLDLG
=no
2136 DEFAULT_wxUSE_FONTDLG
=no
2137 DEFAULT_wxUSE_MSGDLG
=no
2138 DEFAULT_wxUSE_NUMBERDLG
=no
2139 DEFAULT_wxUSE_TEXTDLG
=no
2140 DEFAULT_wxUSE_SPLASH
=no
2141 DEFAULT_wxUSE_STARTUP_TIPS
=no
2142 DEFAULT_wxUSE_PROGRESSDLG
=no
2143 DEFAULT_wxUSE_WIZARDDLG
=no
2145 DEFAULT_wxUSE_MENUS
=no
2146 DEFAULT_wxUSE_MINIFRAME
=no
2147 DEFAULT_wxUSE_HTML
=no
2148 DEFAULT_wxUSE_XRC
=no
2149 DEFAULT_wxUSE_WEBKIT
=no
2150 DEFAULT_wxUSE_FILESYSTEM
=no
2151 DEFAULT_wxUSE_FS_INET
=no
2152 DEFAULT_wxUSE_FS_ZIP
=no
2153 DEFAULT_wxUSE_BUSYINFO
=no
2154 DEFAULT_wxUSE_ZIPSTREAM
=no
2155 DEFAULT_wxUSE_VALIDATORS
=no
2157 DEFAULT_wxUSE_ACCEL
=no
2158 DEFAULT_wxUSE_BUTTON
=no
2159 DEFAULT_wxUSE_BMPBUTTON
=no
2160 DEFAULT_wxUSE_CALCTRL
=no
2161 DEFAULT_wxUSE_CARET
=no
2162 DEFAULT_wxUSE_CHECKBOX
=no
2163 DEFAULT_wxUSE_CHECKLST
=no
2164 DEFAULT_wxUSE_CHOICE
=no
2165 DEFAULT_wxUSE_CHOICEBOOK
=no
2166 DEFAULT_wxUSE_COMBOBOX
=no
2167 DEFAULT_wxUSE_DISPLAY
=no
2168 DEFAULT_wxUSE_GAUGE
=no
2169 DEFAULT_wxUSE_GRID
=no
2170 DEFAULT_wxUSE_IMAGLIST
=no
2171 DEFAULT_wxUSE_LISTBOOK
=no
2172 DEFAULT_wxUSE_LISTBOX
=no
2173 DEFAULT_wxUSE_LISTCTRL
=no
2174 DEFAULT_wxUSE_NOTEBOOK
=no
2175 DEFAULT_wxUSE_RADIOBOX
=no
2176 DEFAULT_wxUSE_RADIOBTN
=no
2177 DEFAULT_wxUSE_SASH
=no
2178 DEFAULT_wxUSE_SCROLLBAR
=no
2179 DEFAULT_wxUSE_SLIDER
=no
2180 DEFAULT_wxUSE_SPINBTN
=no
2181 DEFAULT_wxUSE_SPINCTRL
=no
2182 DEFAULT_wxUSE_SPLITTER
=no
2183 DEFAULT_wxUSE_STATBMP
=no
2184 DEFAULT_wxUSE_STATBOX
=no
2185 DEFAULT_wxUSE_STATLINE
=no
2186 DEFAULT_wxUSE_STATTEXT
=no
2187 DEFAULT_wxUSE_STATUSBAR
=yes
2188 DEFAULT_wxUSE_TABDIALOG
=no
2189 DEFAULT_wxUSE_TEXTCTRL
=no
2190 DEFAULT_wxUSE_TOGGLEBTN
=no
2191 DEFAULT_wxUSE_TOOLBAR
=no
2192 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2193 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2194 DEFAULT_wxUSE_TREECTRL
=no
2195 DEFAULT_wxUSE_POPUPWIN
=no
2196 DEFAULT_wxUSE_TIPWINDOW
=no
2198 DEFAULT_wxUSE_UNICODE
=no
2199 DEFAULT_wxUSE_UNICODE_MSLU
=no
2200 DEFAULT_wxUSE_WCSRTOMBS
=no
2202 DEFAULT_wxUSE_PALETTE
=no
2203 DEFAULT_wxUSE_IMAGE
=no
2204 DEFAULT_wxUSE_GIF
=no
2205 DEFAULT_wxUSE_PCX
=no
2206 DEFAULT_wxUSE_PNM
=no
2207 DEFAULT_wxUSE_IFF
=no
2208 DEFAULT_wxUSE_XPM
=no
2209 DEFAULT_wxUSE_ICO_CUR
=no
2210 DEFAULT_wxUSE_ACCESSIBILITY
=no
2212 DEFAULT_wxUSE_MONOLITHIC
=no
2213 DEFAULT_wxUSE_PLUGINS
=no
2214 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2216 DEFAULT_wxUSE_UNIVERSAL
=no
2217 DEFAULT_wxUSE_STL
=no
2219 DEFAULT_wxUSE_NANOX
=no
2221 DEFAULT_wxUSE_THREADS
=yes
2223 DEFAULT_wxUSE_SHARED
=yes
2224 DEFAULT_wxUSE_OPTIMISE
=yes
2225 DEFAULT_wxUSE_PROFILE
=no
2226 DEFAULT_wxUSE_NO_DEPS
=no
2227 DEFAULT_wxUSE_NO_RTTI
=no
2228 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2229 DEFAULT_wxUSE_RPATH
=yes
2230 DEFAULT_wxUSE_PERMISSIVE
=no
2231 DEFAULT_wxUSE_DEBUG_FLAG
=no
2232 DEFAULT_wxUSE_DEBUG_INFO
=no
2233 DEFAULT_wxUSE_DEBUG_GDB
=no
2234 DEFAULT_wxUSE_MEM_TRACING
=no
2235 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2236 DEFAULT_wxUSE_DMALLOC
=no
2237 DEFAULT_wxUSE_APPLE_IEEE
=yes
2239 DEFAULT_wxUSE_EXCEPTIONS
=yes
2240 DEFAULT_wxUSE_LOG
=yes
2241 DEFAULT_wxUSE_LOGWINDOW
=yes
2242 DEFAULT_wxUSE_LOGGUI
=yes
2243 DEFAULT_wxUSE_LOGDIALOG
=yes
2245 DEFAULT_wxUSE_GUI
=yes
2247 DEFAULT_wxUSE_REGEX
=yes
2248 DEFAULT_wxUSE_XML
=yes
2249 DEFAULT_wxUSE_EXPAT
=yes
2250 DEFAULT_wxUSE_ZLIB
=yes
2251 DEFAULT_wxUSE_LIBPNG
=yes
2252 DEFAULT_wxUSE_LIBJPEG
=yes
2253 DEFAULT_wxUSE_LIBTIFF
=yes
2254 DEFAULT_wxUSE_LIBXPM
=yes
2255 DEFAULT_wxUSE_LIBMSPACK
=yes
2256 DEFAULT_wxUSE_LIBSDL
=no
2257 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2258 DEFAULT_wxUSE_ODBC
=no
2259 DEFAULT_wxUSE_OPENGL
=no
2261 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2262 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2263 DEFAULT_wxUSE_STD_IOSTREAM
=no
2264 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2265 DEFAULT_wxUSE_DATETIME
=yes
2266 DEFAULT_wxUSE_TIMER
=yes
2267 DEFAULT_wxUSE_STOPWATCH
=yes
2268 DEFAULT_wxUSE_FILE
=yes
2269 DEFAULT_wxUSE_FFILE
=yes
2270 DEFAULT_wxUSE_TEXTBUFFER
=yes
2271 DEFAULT_wxUSE_TEXTFILE
=yes
2272 DEFAULT_wxUSE_SOUND
=yes
2273 DEFAULT_wxUSE_MEDIACTRL
=no
2274 DEFAULT_wxUSE_DIRECTSHOW
=no
2275 DEFAULT_wxUSE_INTL
=yes
2276 DEFAULT_wxUSE_CONFIG
=yes
2277 DEFAULT_wxUSE_FONTMAP
=yes
2278 DEFAULT_wxUSE_STREAMS
=yes
2279 DEFAULT_wxUSE_SOCKETS
=yes
2280 DEFAULT_wxUSE_OLE
=yes
2281 DEFAULT_wxUSE_DATAOBJ
=yes
2282 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2283 DEFAULT_wxUSE_JOYSTICK
=yes
2284 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2285 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2286 DEFAULT_wxUSE_LONGLONG
=yes
2287 DEFAULT_wxUSE_GEOMETRY
=yes
2289 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2290 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2291 DEFAULT_wxUSE_POSTSCRIPT
=yes
2293 DEFAULT_wxUSE_CLIPBOARD
=yes
2294 DEFAULT_wxUSE_TOOLTIPS
=yes
2295 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2296 DEFAULT_wxUSE_DRAGIMAGE
=yes
2297 DEFAULT_wxUSE_SPLINES
=yes
2299 DEFAULT_wxUSE_MDI
=yes
2300 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2301 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2302 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2304 DEFAULT_wxUSE_RESOURCES
=no
2305 DEFAULT_wxUSE_CONSTRAINTS
=yes
2306 DEFAULT_wxUSE_IPC
=yes
2307 DEFAULT_wxUSE_HELP
=yes
2308 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2309 DEFAULT_wxUSE_WXHTML_HELP
=yes
2310 DEFAULT_wxUSE_TREELAYOUT
=yes
2311 DEFAULT_wxUSE_METAFILE
=yes
2312 DEFAULT_wxUSE_MIMETYPE
=yes
2313 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2314 DEFAULT_wxUSE_PROTOCOL
=yes
2315 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2316 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2317 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2318 DEFAULT_wxUSE_URL
=yes
2320 DEFAULT_wxUSE_COMMONDLGS
=yes
2321 DEFAULT_wxUSE_CHOICEDLG
=yes
2322 DEFAULT_wxUSE_COLOURDLG
=yes
2323 DEFAULT_wxUSE_DIRDLG
=yes
2324 DEFAULT_wxUSE_FILEDLG
=yes
2325 DEFAULT_wxUSE_FINDREPLDLG
=yes
2326 DEFAULT_wxUSE_FONTDLG
=yes
2327 DEFAULT_wxUSE_MSGDLG
=yes
2328 DEFAULT_wxUSE_NUMBERDLG
=yes
2329 DEFAULT_wxUSE_TEXTDLG
=yes
2330 DEFAULT_wxUSE_SPLASH
=yes
2331 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2332 DEFAULT_wxUSE_PROGRESSDLG
=yes
2333 DEFAULT_wxUSE_WIZARDDLG
=yes
2335 DEFAULT_wxUSE_MENUS
=yes
2336 DEFAULT_wxUSE_MINIFRAME
=yes
2337 DEFAULT_wxUSE_HTML
=yes
2338 DEFAULT_wxUSE_XRC
=yes
2339 DEFAULT_wxUSE_WEBKIT
=yes
2340 DEFAULT_wxUSE_FILESYSTEM
=yes
2341 DEFAULT_wxUSE_FS_INET
=yes
2342 DEFAULT_wxUSE_FS_ZIP
=yes
2343 DEFAULT_wxUSE_BUSYINFO
=yes
2344 DEFAULT_wxUSE_ZIPSTREAM
=yes
2345 DEFAULT_wxUSE_VALIDATORS
=yes
2347 DEFAULT_wxUSE_ACCEL
=yes
2348 DEFAULT_wxUSE_BUTTON
=yes
2349 DEFAULT_wxUSE_BMPBUTTON
=yes
2350 DEFAULT_wxUSE_CALCTRL
=yes
2351 DEFAULT_wxUSE_CARET
=yes
2352 DEFAULT_wxUSE_CHECKBOX
=yes
2353 DEFAULT_wxUSE_CHECKLST
=yes
2354 DEFAULT_wxUSE_CHOICE
=yes
2355 DEFAULT_wxUSE_CHOICEBOOK
=yes
2356 DEFAULT_wxUSE_COMBOBOX
=yes
2357 DEFAULT_wxUSE_DISPLAY
=yes
2358 DEFAULT_wxUSE_GAUGE
=yes
2359 DEFAULT_wxUSE_GRID
=yes
2360 DEFAULT_wxUSE_IMAGLIST
=yes
2361 DEFAULT_wxUSE_LISTBOOK
=yes
2362 DEFAULT_wxUSE_LISTBOX
=yes
2363 DEFAULT_wxUSE_LISTCTRL
=yes
2364 DEFAULT_wxUSE_NOTEBOOK
=yes
2365 DEFAULT_wxUSE_RADIOBOX
=yes
2366 DEFAULT_wxUSE_RADIOBTN
=yes
2367 DEFAULT_wxUSE_SASH
=yes
2368 DEFAULT_wxUSE_SCROLLBAR
=yes
2369 DEFAULT_wxUSE_SLIDER
=yes
2370 DEFAULT_wxUSE_SPINBTN
=yes
2371 DEFAULT_wxUSE_SPINCTRL
=yes
2372 DEFAULT_wxUSE_SPLITTER
=yes
2373 DEFAULT_wxUSE_STATBMP
=yes
2374 DEFAULT_wxUSE_STATBOX
=yes
2375 DEFAULT_wxUSE_STATLINE
=yes
2376 DEFAULT_wxUSE_STATTEXT
=yes
2377 DEFAULT_wxUSE_STATUSBAR
=yes
2378 DEFAULT_wxUSE_TABDIALOG
=no
2379 DEFAULT_wxUSE_TEXTCTRL
=yes
2380 DEFAULT_wxUSE_TOGGLEBTN
=yes
2381 DEFAULT_wxUSE_TOOLBAR
=yes
2382 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2383 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2384 DEFAULT_wxUSE_TREECTRL
=yes
2385 DEFAULT_wxUSE_POPUPWIN
=yes
2386 DEFAULT_wxUSE_TIPWINDOW
=yes
2388 DEFAULT_wxUSE_UNICODE
=no
2389 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2390 DEFAULT_wxUSE_WCSRTOMBS
=no
2392 DEFAULT_wxUSE_PALETTE
=yes
2393 DEFAULT_wxUSE_IMAGE
=yes
2394 DEFAULT_wxUSE_GIF
=yes
2395 DEFAULT_wxUSE_PCX
=yes
2396 DEFAULT_wxUSE_IFF
=no
2397 DEFAULT_wxUSE_PNM
=yes
2398 DEFAULT_wxUSE_XPM
=yes
2399 DEFAULT_wxUSE_ICO_CUR
=yes
2400 DEFAULT_wxUSE_ACCESSIBILITY
=no
2402 DEFAULT_wxUSE_MONOLITHIC
=no
2403 DEFAULT_wxUSE_PLUGINS
=no
2404 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2406 DEFAULT_wxUSE_GTK2
=yes
2411 for toolkit
in `echo $ALL_TOOLKITS`; do
2412 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2413 if test "x$LINE" != "x" ; then
2414 has_toolkit_in_cache
=1
2415 eval "DEFAULT_$LINE"
2416 eval "CACHE_$toolkit=1"
2423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2424 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2426 # Check whether --enable-gui or --disable-gui was given.
2427 if test "${enable_gui+set}" = set; then
2428 enableval
="$enable_gui"
2430 if test "$enableval" = yes; then
2431 ac_cv_use_gui
='wxUSE_GUI=yes'
2433 ac_cv_use_gui
='wxUSE_GUI=no'
2438 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2439 if test "x$LINE" != x
; then
2440 eval "DEFAULT_$LINE"
2445 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2449 eval "$ac_cv_use_gui"
2450 if test "$no_cache" != 1; then
2451 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2454 if test "$wxUSE_GUI" = yes; then
2455 echo "$as_me:$LINENO: result: yes" >&5
2456 echo "${ECHO_T}yes" >&6
2458 echo "$as_me:$LINENO: result: no" >&5
2459 echo "${ECHO_T}no" >&6
2464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2465 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2467 # Check whether --enable-monolithic or --disable-monolithic was given.
2468 if test "${enable_monolithic+set}" = set; then
2469 enableval
="$enable_monolithic"
2471 if test "$enableval" = yes; then
2472 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2474 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2479 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2480 if test "x$LINE" != x
; then
2481 eval "DEFAULT_$LINE"
2486 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2490 eval "$ac_cv_use_monolithic"
2491 if test "$no_cache" != 1; then
2492 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2495 if test "$wxUSE_MONOLITHIC" = yes; then
2496 echo "$as_me:$LINENO: result: yes" >&5
2497 echo "${ECHO_T}yes" >&6
2499 echo "$as_me:$LINENO: result: no" >&5
2500 echo "${ECHO_T}no" >&6
2505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2506 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2508 # Check whether --enable-plugins or --disable-plugins was given.
2509 if test "${enable_plugins+set}" = set; then
2510 enableval
="$enable_plugins"
2512 if test "$enableval" = yes; then
2513 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2515 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2520 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2521 if test "x$LINE" != x
; then
2522 eval "DEFAULT_$LINE"
2527 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2531 eval "$ac_cv_use_plugins"
2532 if test "$no_cache" != 1; then
2533 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2536 if test "$wxUSE_PLUGINS" = yes; then
2537 echo "$as_me:$LINENO: result: yes" >&5
2538 echo "${ECHO_T}yes" >&6
2540 echo "$as_me:$LINENO: result: no" >&5
2541 echo "${ECHO_T}no" >&6
2545 if test "$wxUSE_GUI" = "yes"; then
2549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2550 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2552 # Check whether --enable-universal or --disable-universal was given.
2553 if test "${enable_universal+set}" = set; then
2554 enableval
="$enable_universal"
2556 if test "$enableval" = yes; then
2557 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2559 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2564 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2565 if test "x$LINE" != x
; then
2566 eval "DEFAULT_$LINE"
2571 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2575 eval "$ac_cv_use_universal"
2576 if test "$no_cache" != 1; then
2577 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2580 if test "$wxUSE_UNIVERSAL" = yes; then
2581 echo "$as_me:$LINENO: result: yes" >&5
2582 echo "${ECHO_T}yes" >&6
2584 echo "$as_me:$LINENO: result: no" >&5
2585 echo "${ECHO_T}no" >&6
2589 # Check whether --with-gtk or --without-gtk was given.
2590 if test "${with_gtk+set}" = set; then
2592 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2595 # Check whether --with-motif or --without-motif was given.
2596 if test "${with_motif+set}" = set; then
2597 withval
="$with_motif"
2598 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2601 # Check whether --with-mac or --without-mac was given.
2602 if test "${with_mac+set}" = set; then
2604 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2607 # Check whether --with-cocoa or --without-cocoa was given.
2608 if test "${with_cocoa+set}" = set; then
2609 withval
="$with_cocoa"
2610 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2613 # Check whether --with-wine or --without-wine was given.
2614 if test "${with_wine+set}" = set; then
2615 withval
="$with_wine"
2616 wxUSE_WINE
="$withval" CACHE_WINE
=1
2619 # Check whether --with-msw or --without-msw was given.
2620 if test "${with_msw+set}" = set; then
2622 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2625 # Check whether --with-pm or --without-pm was given.
2626 if test "${with_pm+set}" = set; then
2628 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2631 # Check whether --with-mgl or --without-mgl was given.
2632 if test "${with_mgl+set}" = set; then
2634 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2637 # Check whether --with-microwin or --without-microwin was given.
2638 if test "${with_microwin+set}" = set; then
2639 withval
="$with_microwin"
2640 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2643 # Check whether --with-x11 or --without-x11 was given.
2644 if test "${with_x11+set}" = set; then
2646 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2651 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2653 # Check whether --enable-nanox or --disable-nanox was given.
2654 if test "${enable_nanox+set}" = set; then
2655 enableval
="$enable_nanox"
2657 if test "$enableval" = yes; then
2658 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2660 ac_cv_use_nanox
='wxUSE_NANOX=no'
2665 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2666 if test "x$LINE" != x
; then
2667 eval "DEFAULT_$LINE"
2672 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2676 eval "$ac_cv_use_nanox"
2677 if test "$no_cache" != 1; then
2678 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2681 if test "$wxUSE_NANOX" = yes; then
2682 echo "$as_me:$LINENO: result: yes" >&5
2683 echo "${ECHO_T}yes" >&6
2685 echo "$as_me:$LINENO: result: no" >&5
2686 echo "${ECHO_T}no" >&6
2692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2693 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2695 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2696 if test "${enable_gtk2+set}" = set; then
2697 enableval
="$enable_gtk2"
2699 if test "$enableval" = yes; then
2700 ac_cv_use_gtk2
='wxUSE_GTK2=yes'
2702 ac_cv_use_gtk2
='wxUSE_GTK2=no'
2707 LINE
=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2708 if test "x$LINE" != x
; then
2709 eval "DEFAULT_$LINE"
2714 ac_cv_use_gtk2
='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2718 eval "$ac_cv_use_gtk2"
2719 if test "$no_cache" != 1; then
2720 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2723 if test "$wxUSE_GTK2" = yes; then
2724 echo "$as_me:$LINENO: result: yes" >&5
2725 echo "${ECHO_T}yes" >&6
2727 echo "$as_me:$LINENO: result: no" >&5
2728 echo "${ECHO_T}no" >&6
2733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2734 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2736 # Check whether --enable-gpe or --disable-gpe was given.
2737 if test "${enable_gpe+set}" = set; then
2738 enableval
="$enable_gpe"
2740 if test "$enableval" = yes; then
2741 ac_cv_use_gpe
='wxUSE_GPE=yes'
2743 ac_cv_use_gpe
='wxUSE_GPE=no'
2748 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2749 if test "x$LINE" != x
; then
2750 eval "DEFAULT_$LINE"
2755 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2759 eval "$ac_cv_use_gpe"
2760 if test "$no_cache" != 1; then
2761 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2764 if test "$wxUSE_GPE" = yes; then
2765 echo "$as_me:$LINENO: result: yes" >&5
2766 echo "${ECHO_T}yes" >&6
2768 echo "$as_me:$LINENO: result: no" >&5
2769 echo "${ECHO_T}no" >&6
2774 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2775 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2778 # Check whether --with-libpng or --without-libpng was given.
2779 if test "${with_libpng+set}" = set; then
2780 withval
="$with_libpng"
2782 if test "$withval" = yes; then
2783 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2784 elif test "$withval" = no
; then
2785 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2786 elif test "$withval" = sys
; then
2787 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2788 elif test "$withval" = builtin; then
2789 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2791 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2792 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2793 { (exit 1); exit 1; }; }
2798 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2799 if test "x$LINE" != x
; then
2800 eval "DEFAULT_$LINE"
2805 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2809 eval "$ac_cv_use_libpng"
2810 if test "$no_cache" != 1; then
2811 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2814 if test "$wxUSE_LIBPNG" = yes; then
2815 echo "$as_me:$LINENO: result: yes" >&5
2816 echo "${ECHO_T}yes" >&6
2817 elif test "$wxUSE_LIBPNG" = no
; then
2818 echo "$as_me:$LINENO: result: no" >&5
2819 echo "${ECHO_T}no" >&6
2820 elif test "$wxUSE_LIBPNG" = sys
; then
2821 echo "$as_me:$LINENO: result: system version" >&5
2822 echo "${ECHO_T}system version" >&6
2823 elif test "$wxUSE_LIBPNG" = builtin; then
2824 echo "$as_me:$LINENO: result: builtin version" >&5
2825 echo "${ECHO_T}builtin version" >&6
2827 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2828 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2829 { (exit 1); exit 1; }; }
2833 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2834 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2837 # Check whether --with-libjpeg or --without-libjpeg was given.
2838 if test "${with_libjpeg+set}" = set; then
2839 withval
="$with_libjpeg"
2841 if test "$withval" = yes; then
2842 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2843 elif test "$withval" = no
; then
2844 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2845 elif test "$withval" = sys
; then
2846 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2847 elif test "$withval" = builtin; then
2848 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2850 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2851 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2852 { (exit 1); exit 1; }; }
2857 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2858 if test "x$LINE" != x
; then
2859 eval "DEFAULT_$LINE"
2864 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2868 eval "$ac_cv_use_libjpeg"
2869 if test "$no_cache" != 1; then
2870 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2873 if test "$wxUSE_LIBJPEG" = yes; then
2874 echo "$as_me:$LINENO: result: yes" >&5
2875 echo "${ECHO_T}yes" >&6
2876 elif test "$wxUSE_LIBJPEG" = no
; then
2877 echo "$as_me:$LINENO: result: no" >&5
2878 echo "${ECHO_T}no" >&6
2879 elif test "$wxUSE_LIBJPEG" = sys
; then
2880 echo "$as_me:$LINENO: result: system version" >&5
2881 echo "${ECHO_T}system version" >&6
2882 elif test "$wxUSE_LIBJPEG" = builtin; then
2883 echo "$as_me:$LINENO: result: builtin version" >&5
2884 echo "${ECHO_T}builtin version" >&6
2886 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2887 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2888 { (exit 1); exit 1; }; }
2892 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2893 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2896 # Check whether --with-libtiff or --without-libtiff was given.
2897 if test "${with_libtiff+set}" = set; then
2898 withval
="$with_libtiff"
2900 if test "$withval" = yes; then
2901 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2902 elif test "$withval" = no
; then
2903 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2904 elif test "$withval" = sys
; then
2905 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2906 elif test "$withval" = builtin; then
2907 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2909 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2910 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2911 { (exit 1); exit 1; }; }
2916 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2917 if test "x$LINE" != x
; then
2918 eval "DEFAULT_$LINE"
2923 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2927 eval "$ac_cv_use_libtiff"
2928 if test "$no_cache" != 1; then
2929 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2932 if test "$wxUSE_LIBTIFF" = yes; then
2933 echo "$as_me:$LINENO: result: yes" >&5
2934 echo "${ECHO_T}yes" >&6
2935 elif test "$wxUSE_LIBTIFF" = no
; then
2936 echo "$as_me:$LINENO: result: no" >&5
2937 echo "${ECHO_T}no" >&6
2938 elif test "$wxUSE_LIBTIFF" = sys
; then
2939 echo "$as_me:$LINENO: result: system version" >&5
2940 echo "${ECHO_T}system version" >&6
2941 elif test "$wxUSE_LIBTIFF" = builtin; then
2942 echo "$as_me:$LINENO: result: builtin version" >&5
2943 echo "${ECHO_T}builtin version" >&6
2945 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2946 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2947 { (exit 1); exit 1; }; }
2951 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2952 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2955 # Check whether --with-libxpm or --without-libxpm was given.
2956 if test "${with_libxpm+set}" = set; then
2957 withval
="$with_libxpm"
2959 if test "$withval" = yes; then
2960 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
2961 elif test "$withval" = no
; then
2962 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
2963 elif test "$withval" = sys
; then
2964 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
2965 elif test "$withval" = builtin; then
2966 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
2968 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2969 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2970 { (exit 1); exit 1; }; }
2975 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2976 if test "x$LINE" != x
; then
2977 eval "DEFAULT_$LINE"
2982 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2986 eval "$ac_cv_use_libxpm"
2987 if test "$no_cache" != 1; then
2988 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2991 if test "$wxUSE_LIBXPM" = yes; then
2992 echo "$as_me:$LINENO: result: yes" >&5
2993 echo "${ECHO_T}yes" >&6
2994 elif test "$wxUSE_LIBXPM" = no
; then
2995 echo "$as_me:$LINENO: result: no" >&5
2996 echo "${ECHO_T}no" >&6
2997 elif test "$wxUSE_LIBXPM" = sys
; then
2998 echo "$as_me:$LINENO: result: system version" >&5
2999 echo "${ECHO_T}system version" >&6
3000 elif test "$wxUSE_LIBXPM" = builtin; then
3001 echo "$as_me:$LINENO: result: builtin version" >&5
3002 echo "${ECHO_T}builtin version" >&6
3004 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3005 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3006 { (exit 1); exit 1; }; }
3010 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
3011 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3014 # Check whether --with-libmspack or --without-libmspack was given.
3015 if test "${with_libmspack+set}" = set; then
3016 withval
="$with_libmspack"
3018 if test "$withval" = yes; then
3019 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3021 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3026 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3027 if test "x$LINE" != x
; then
3028 eval "DEFAULT_$LINE"
3033 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3037 eval "$ac_cv_use_libmspack"
3038 if test "$no_cache" != 1; then
3039 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3042 if test "$wxUSE_LIBMSPACK" = yes; then
3043 echo "$as_me:$LINENO: result: yes" >&5
3044 echo "${ECHO_T}yes" >&6
3046 echo "$as_me:$LINENO: result: no" >&5
3047 echo "${ECHO_T}no" >&6
3051 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3052 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3055 # Check whether --with-sdl or --without-sdl was given.
3056 if test "${with_sdl+set}" = set; then
3059 if test "$withval" = yes; then
3060 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3062 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3067 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3068 if test "x$LINE" != x
; then
3069 eval "DEFAULT_$LINE"
3074 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3078 eval "$ac_cv_use_sdl"
3079 if test "$no_cache" != 1; then
3080 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3083 if test "$wxUSE_LIBSDL" = yes; then
3084 echo "$as_me:$LINENO: result: yes" >&5
3085 echo "${ECHO_T}yes" >&6
3087 echo "$as_me:$LINENO: result: no" >&5
3088 echo "${ECHO_T}no" >&6
3092 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3093 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3096 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3097 if test "${with_gnomeprint+set}" = set; then
3098 withval
="$with_gnomeprint"
3100 if test "$withval" = yes; then
3101 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3103 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3108 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3109 if test "x$LINE" != x
; then
3110 eval "DEFAULT_$LINE"
3115 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3119 eval "$ac_cv_use_gnomeprint"
3120 if test "$no_cache" != 1; then
3121 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3124 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3125 echo "$as_me:$LINENO: result: yes" >&5
3126 echo "${ECHO_T}yes" >&6
3128 echo "$as_me:$LINENO: result: no" >&5
3129 echo "${ECHO_T}no" >&6
3133 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3134 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3137 # Check whether --with-opengl or --without-opengl was given.
3138 if test "${with_opengl+set}" = set; then
3139 withval
="$with_opengl"
3141 if test "$withval" = yes; then
3142 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3144 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3149 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3150 if test "x$LINE" != x
; then
3151 eval "DEFAULT_$LINE"
3156 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3160 eval "$ac_cv_use_opengl"
3161 if test "$no_cache" != 1; then
3162 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3165 if test "$wxUSE_OPENGL" = yes; then
3166 echo "$as_me:$LINENO: result: yes" >&5
3167 echo "${ECHO_T}yes" >&6
3169 echo "$as_me:$LINENO: result: no" >&5
3170 echo "${ECHO_T}no" >&6
3177 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3178 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3181 # Check whether --with-dmalloc or --without-dmalloc was given.
3182 if test "${with_dmalloc+set}" = set; then
3183 withval
="$with_dmalloc"
3185 if test "$withval" = yes; then
3186 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3188 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3193 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3194 if test "x$LINE" != x
; then
3195 eval "DEFAULT_$LINE"
3200 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3204 eval "$ac_cv_use_dmalloc"
3205 if test "$no_cache" != 1; then
3206 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3209 if test "$wxUSE_DMALLOC" = yes; then
3210 echo "$as_me:$LINENO: result: yes" >&5
3211 echo "${ECHO_T}yes" >&6
3213 echo "$as_me:$LINENO: result: no" >&5
3214 echo "${ECHO_T}no" >&6
3218 echo "$as_me:$LINENO: checking for --with-regex" >&5
3219 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3222 # Check whether --with-regex or --without-regex was given.
3223 if test "${with_regex+set}" = set; then
3224 withval
="$with_regex"
3226 if test "$withval" = yes; then
3227 ac_cv_use_regex
='wxUSE_REGEX=yes'
3228 elif test "$withval" = no
; then
3229 ac_cv_use_regex
='wxUSE_REGEX=no'
3230 elif test "$withval" = sys
; then
3231 ac_cv_use_regex
='wxUSE_REGEX=sys'
3232 elif test "$withval" = builtin; then
3233 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3235 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3236 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3237 { (exit 1); exit 1; }; }
3242 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3243 if test "x$LINE" != x
; then
3244 eval "DEFAULT_$LINE"
3249 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3253 eval "$ac_cv_use_regex"
3254 if test "$no_cache" != 1; then
3255 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3258 if test "$wxUSE_REGEX" = yes; then
3259 echo "$as_me:$LINENO: result: yes" >&5
3260 echo "${ECHO_T}yes" >&6
3261 elif test "$wxUSE_REGEX" = no
; then
3262 echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6
3264 elif test "$wxUSE_REGEX" = sys
; then
3265 echo "$as_me:$LINENO: result: system version" >&5
3266 echo "${ECHO_T}system version" >&6
3267 elif test "$wxUSE_REGEX" = builtin; then
3268 echo "$as_me:$LINENO: result: builtin version" >&5
3269 echo "${ECHO_T}builtin version" >&6
3271 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3272 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3273 { (exit 1); exit 1; }; }
3277 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3278 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3281 # Check whether --with-zlib or --without-zlib was given.
3282 if test "${with_zlib+set}" = set; then
3283 withval
="$with_zlib"
3285 if test "$withval" = yes; then
3286 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3287 elif test "$withval" = no
; then
3288 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3289 elif test "$withval" = sys
; then
3290 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3291 elif test "$withval" = builtin; then
3292 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3294 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3295 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3296 { (exit 1); exit 1; }; }
3301 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3302 if test "x$LINE" != x
; then
3303 eval "DEFAULT_$LINE"
3308 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3312 eval "$ac_cv_use_zlib"
3313 if test "$no_cache" != 1; then
3314 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3317 if test "$wxUSE_ZLIB" = yes; then
3318 echo "$as_me:$LINENO: result: yes" >&5
3319 echo "${ECHO_T}yes" >&6
3320 elif test "$wxUSE_ZLIB" = no
; then
3321 echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6
3323 elif test "$wxUSE_ZLIB" = sys
; then
3324 echo "$as_me:$LINENO: result: system version" >&5
3325 echo "${ECHO_T}system version" >&6
3326 elif test "$wxUSE_ZLIB" = builtin; then
3327 echo "$as_me:$LINENO: result: builtin version" >&5
3328 echo "${ECHO_T}builtin version" >&6
3330 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3331 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3332 { (exit 1); exit 1; }; }
3336 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3337 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3340 # Check whether --with-odbc or --without-odbc was given.
3341 if test "${with_odbc+set}" = set; then
3342 withval
="$with_odbc"
3344 if test "$withval" = yes; then
3345 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3346 elif test "$withval" = no
; then
3347 ac_cv_use_odbc
='wxUSE_ODBC=no'
3348 elif test "$withval" = sys
; then
3349 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3350 elif test "$withval" = builtin; then
3351 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3353 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3354 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3355 { (exit 1); exit 1; }; }
3360 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3361 if test "x$LINE" != x
; then
3362 eval "DEFAULT_$LINE"
3367 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3371 eval "$ac_cv_use_odbc"
3372 if test "$no_cache" != 1; then
3373 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3376 if test "$wxUSE_ODBC" = yes; then
3377 echo "$as_me:$LINENO: result: yes" >&5
3378 echo "${ECHO_T}yes" >&6
3379 elif test "$wxUSE_ODBC" = no
; then
3380 echo "$as_me:$LINENO: result: no" >&5
3381 echo "${ECHO_T}no" >&6
3382 elif test "$wxUSE_ODBC" = sys
; then
3383 echo "$as_me:$LINENO: result: system version" >&5
3384 echo "${ECHO_T}system version" >&6
3385 elif test "$wxUSE_ODBC" = builtin; then
3386 echo "$as_me:$LINENO: result: builtin version" >&5
3387 echo "${ECHO_T}builtin version" >&6
3389 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3390 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3391 { (exit 1); exit 1; }; }
3395 echo "$as_me:$LINENO: checking for --with-expat" >&5
3396 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3399 # Check whether --with-expat or --without-expat was given.
3400 if test "${with_expat+set}" = set; then
3401 withval
="$with_expat"
3403 if test "$withval" = yes; then
3404 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3405 elif test "$withval" = no
; then
3406 ac_cv_use_expat
='wxUSE_EXPAT=no'
3407 elif test "$withval" = sys
; then
3408 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3409 elif test "$withval" = builtin; then
3410 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3412 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3413 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3414 { (exit 1); exit 1; }; }
3419 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3420 if test "x$LINE" != x
; then
3421 eval "DEFAULT_$LINE"
3426 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3430 eval "$ac_cv_use_expat"
3431 if test "$no_cache" != 1; then
3432 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3435 if test "$wxUSE_EXPAT" = yes; then
3436 echo "$as_me:$LINENO: result: yes" >&5
3437 echo "${ECHO_T}yes" >&6
3438 elif test "$wxUSE_EXPAT" = no
; then
3439 echo "$as_me:$LINENO: result: no" >&5
3440 echo "${ECHO_T}no" >&6
3441 elif test "$wxUSE_EXPAT" = sys
; then
3442 echo "$as_me:$LINENO: result: system version" >&5
3443 echo "${ECHO_T}system version" >&6
3444 elif test "$wxUSE_EXPAT" = builtin; then
3445 echo "$as_me:$LINENO: result: builtin version" >&5
3446 echo "${ECHO_T}builtin version" >&6
3448 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3449 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3450 { (exit 1); exit 1; }; }
3457 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3458 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3460 # Check whether --enable-shared or --disable-shared was given.
3461 if test "${enable_shared+set}" = set; then
3462 enableval
="$enable_shared"
3464 if test "$enableval" = yes; then
3465 ac_cv_use_shared
='wxUSE_SHARED=yes'
3467 ac_cv_use_shared
='wxUSE_SHARED=no'
3472 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3473 if test "x$LINE" != x
; then
3474 eval "DEFAULT_$LINE"
3479 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3483 eval "$ac_cv_use_shared"
3484 if test "$no_cache" != 1; then
3485 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3488 if test "$wxUSE_SHARED" = yes; then
3489 echo "$as_me:$LINENO: result: yes" >&5
3490 echo "${ECHO_T}yes" >&6
3492 echo "$as_me:$LINENO: result: no" >&5
3493 echo "${ECHO_T}no" >&6
3498 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3499 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3501 # Check whether --enable-optimise or --disable-optimise was given.
3502 if test "${enable_optimise+set}" = set; then
3503 enableval
="$enable_optimise"
3505 if test "$enableval" = yes; then
3506 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3508 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3513 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3514 if test "x$LINE" != x
; then
3515 eval "DEFAULT_$LINE"
3520 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3524 eval "$ac_cv_use_optimise"
3525 if test "$no_cache" != 1; then
3526 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3529 if test "$wxUSE_OPTIMISE" = yes; then
3530 echo "$as_me:$LINENO: result: yes" >&5
3531 echo "${ECHO_T}yes" >&6
3533 echo "$as_me:$LINENO: result: no" >&5
3534 echo "${ECHO_T}no" >&6
3539 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3540 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3542 # Check whether --enable-debug or --disable-debug was given.
3543 if test "${enable_debug+set}" = set; then
3544 enableval
="$enable_debug"
3546 if test "$enableval" = yes; then
3547 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3549 ac_cv_use_debug
='wxUSE_DEBUG=no'
3554 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3555 if test "x$LINE" != x
; then
3556 eval "DEFAULT_$LINE"
3561 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3565 eval "$ac_cv_use_debug"
3566 if test "$no_cache" != 1; then
3567 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3570 if test "$wxUSE_DEBUG" = yes; then
3571 echo "$as_me:$LINENO: result: yes" >&5
3572 echo "${ECHO_T}yes" >&6
3574 echo "$as_me:$LINENO: result: no" >&5
3575 echo "${ECHO_T}no" >&6
3580 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3581 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3583 # Check whether --enable-stl or --disable-stl was given.
3584 if test "${enable_stl+set}" = set; then
3585 enableval
="$enable_stl"
3587 if test "$enableval" = yes; then
3588 ac_cv_use_stl
='wxUSE_STL=yes'
3590 ac_cv_use_stl
='wxUSE_STL=no'
3595 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3596 if test "x$LINE" != x
; then
3597 eval "DEFAULT_$LINE"
3602 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3606 eval "$ac_cv_use_stl"
3607 if test "$no_cache" != 1; then
3608 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3611 if test "$wxUSE_STL" = yes; then
3612 echo "$as_me:$LINENO: result: yes" >&5
3613 echo "${ECHO_T}yes" >&6
3615 echo "$as_me:$LINENO: result: no" >&5
3616 echo "${ECHO_T}no" >&6
3619 if test "$USE_OS2" = "1"; then
3622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3623 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3625 # Check whether --enable-omf or --disable-omf was given.
3626 if test "${enable_omf+set}" = set; then
3627 enableval
="$enable_omf"
3629 if test "$enableval" = yes; then
3630 ac_cv_use_omf
='wxUSE_OMF=yes'
3632 ac_cv_use_omf
='wxUSE_OMF=no'
3637 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3638 if test "x$LINE" != x
; then
3639 eval "DEFAULT_$LINE"
3644 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3648 eval "$ac_cv_use_omf"
3649 if test "$no_cache" != 1; then
3650 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3653 if test "$wxUSE_OMF" = yes; then
3654 echo "$as_me:$LINENO: result: yes" >&5
3655 echo "${ECHO_T}yes" >&6
3657 echo "$as_me:$LINENO: result: no" >&5
3658 echo "${ECHO_T}no" >&6
3663 if test "$wxUSE_DEBUG" = "yes"; then
3664 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3665 DEFAULT_wxUSE_DEBUG_INFO
=yes
3667 elif test "$wxUSE_DEBUG" = "no"; then
3668 DEFAULT_wxUSE_DEBUG_FLAG
=no
3669 DEFAULT_wxUSE_DEBUG_INFO
=no
3675 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3676 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3678 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3679 if test "${enable_debug_flag+set}" = set; then
3680 enableval
="$enable_debug_flag"
3682 if test "$enableval" = yes; then
3683 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3685 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3690 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3691 if test "x$LINE" != x
; then
3692 eval "DEFAULT_$LINE"
3697 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3701 eval "$ac_cv_use_debug_flag"
3702 if test "$no_cache" != 1; then
3703 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3706 if test "$wxUSE_DEBUG_FLAG" = yes; then
3707 echo "$as_me:$LINENO: result: yes" >&5
3708 echo "${ECHO_T}yes" >&6
3710 echo "$as_me:$LINENO: result: no" >&5
3711 echo "${ECHO_T}no" >&6
3716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3717 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3719 # Check whether --enable-debug_info or --disable-debug_info was given.
3720 if test "${enable_debug_info+set}" = set; then
3721 enableval
="$enable_debug_info"
3723 if test "$enableval" = yes; then
3724 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3726 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3731 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3732 if test "x$LINE" != x
; then
3733 eval "DEFAULT_$LINE"
3738 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3742 eval "$ac_cv_use_debug_info"
3743 if test "$no_cache" != 1; then
3744 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3747 if test "$wxUSE_DEBUG_INFO" = yes; then
3748 echo "$as_me:$LINENO: result: yes" >&5
3749 echo "${ECHO_T}yes" >&6
3751 echo "$as_me:$LINENO: result: no" >&5
3752 echo "${ECHO_T}no" >&6
3757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3758 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3760 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3761 if test "${enable_debug_gdb+set}" = set; then
3762 enableval
="$enable_debug_gdb"
3764 if test "$enableval" = yes; then
3765 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3767 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3772 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3773 if test "x$LINE" != x
; then
3774 eval "DEFAULT_$LINE"
3779 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3783 eval "$ac_cv_use_debug_gdb"
3784 if test "$no_cache" != 1; then
3785 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3788 if test "$wxUSE_DEBUG_GDB" = yes; then
3789 echo "$as_me:$LINENO: result: yes" >&5
3790 echo "${ECHO_T}yes" >&6
3792 echo "$as_me:$LINENO: result: no" >&5
3793 echo "${ECHO_T}no" >&6
3798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3799 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3801 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3802 if test "${enable_debug_cntxt+set}" = set; then
3803 enableval
="$enable_debug_cntxt"
3805 if test "$enableval" = yes; then
3806 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3808 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3813 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3814 if test "x$LINE" != x
; then
3815 eval "DEFAULT_$LINE"
3820 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3824 eval "$ac_cv_use_debug_cntxt"
3825 if test "$no_cache" != 1; then
3826 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3829 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3830 echo "$as_me:$LINENO: result: yes" >&5
3831 echo "${ECHO_T}yes" >&6
3833 echo "$as_me:$LINENO: result: no" >&5
3834 echo "${ECHO_T}no" >&6
3839 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3840 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3842 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3843 if test "${enable_mem_tracing+set}" = set; then
3844 enableval
="$enable_mem_tracing"
3846 if test "$enableval" = yes; then
3847 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3849 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3854 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3855 if test "x$LINE" != x
; then
3856 eval "DEFAULT_$LINE"
3861 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3865 eval "$ac_cv_use_mem_tracing"
3866 if test "$no_cache" != 1; then
3867 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3870 if test "$wxUSE_MEM_TRACING" = yes; then
3871 echo "$as_me:$LINENO: result: yes" >&5
3872 echo "${ECHO_T}yes" >&6
3874 echo "$as_me:$LINENO: result: no" >&5
3875 echo "${ECHO_T}no" >&6
3880 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3881 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3883 # Check whether --enable-profile or --disable-profile was given.
3884 if test "${enable_profile+set}" = set; then
3885 enableval
="$enable_profile"
3887 if test "$enableval" = yes; then
3888 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3890 ac_cv_use_profile
='wxUSE_PROFILE=no'
3895 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3896 if test "x$LINE" != x
; then
3897 eval "DEFAULT_$LINE"
3902 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3906 eval "$ac_cv_use_profile"
3907 if test "$no_cache" != 1; then
3908 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3911 if test "$wxUSE_PROFILE" = yes; then
3912 echo "$as_me:$LINENO: result: yes" >&5
3913 echo "${ECHO_T}yes" >&6
3915 echo "$as_me:$LINENO: result: no" >&5
3916 echo "${ECHO_T}no" >&6
3921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3922 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3924 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3925 if test "${enable_no_rtti+set}" = set; then
3926 enableval
="$enable_no_rtti"
3928 if test "$enableval" = yes; then
3929 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3931 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3936 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3937 if test "x$LINE" != x
; then
3938 eval "DEFAULT_$LINE"
3943 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3947 eval "$ac_cv_use_no_rtti"
3948 if test "$no_cache" != 1; then
3949 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3952 if test "$wxUSE_NO_RTTI" = yes; then
3953 echo "$as_me:$LINENO: result: yes" >&5
3954 echo "${ECHO_T}yes" >&6
3956 echo "$as_me:$LINENO: result: no" >&5
3957 echo "${ECHO_T}no" >&6
3962 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3963 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3965 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3966 if test "${enable_no_exceptions+set}" = set; then
3967 enableval
="$enable_no_exceptions"
3969 if test "$enableval" = yes; then
3970 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3972 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3977 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3978 if test "x$LINE" != x
; then
3979 eval "DEFAULT_$LINE"
3984 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3988 eval "$ac_cv_use_no_exceptions"
3989 if test "$no_cache" != 1; then
3990 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3993 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3994 echo "$as_me:$LINENO: result: yes" >&5
3995 echo "${ECHO_T}yes" >&6
3997 echo "$as_me:$LINENO: result: no" >&5
3998 echo "${ECHO_T}no" >&6
4003 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4004 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4006 # Check whether --enable-permissive or --disable-permissive was given.
4007 if test "${enable_permissive+set}" = set; then
4008 enableval
="$enable_permissive"
4010 if test "$enableval" = yes; then
4011 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4013 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4018 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4019 if test "x$LINE" != x
; then
4020 eval "DEFAULT_$LINE"
4025 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4029 eval "$ac_cv_use_permissive"
4030 if test "$no_cache" != 1; then
4031 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4034 if test "$wxUSE_PERMISSIVE" = yes; then
4035 echo "$as_me:$LINENO: result: yes" >&5
4036 echo "${ECHO_T}yes" >&6
4038 echo "$as_me:$LINENO: result: no" >&5
4039 echo "${ECHO_T}no" >&6
4044 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4045 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4047 # Check whether --enable-no_deps or --disable-no_deps was given.
4048 if test "${enable_no_deps+set}" = set; then
4049 enableval
="$enable_no_deps"
4051 if test "$enableval" = yes; then
4052 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4054 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4059 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4060 if test "x$LINE" != x
; then
4061 eval "DEFAULT_$LINE"
4066 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4070 eval "$ac_cv_use_no_deps"
4071 if test "$no_cache" != 1; then
4072 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4075 if test "$wxUSE_NO_DEPS" = yes; then
4076 echo "$as_me:$LINENO: result: yes" >&5
4077 echo "${ECHO_T}yes" >&6
4079 echo "$as_me:$LINENO: result: no" >&5
4080 echo "${ECHO_T}no" >&6
4086 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4087 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4089 # Check whether --enable-compat22 or --disable-compat22 was given.
4090 if test "${enable_compat22+set}" = set; then
4091 enableval
="$enable_compat22"
4093 if test "$enableval" = yes; then
4094 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
4096 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
4101 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4102 if test "x$LINE" != x
; then
4103 eval "DEFAULT_$LINE"
4108 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4112 eval "$ac_cv_use_compat22"
4113 if test "$no_cache" != 1; then
4114 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4117 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4118 echo "$as_me:$LINENO: result: yes" >&5
4119 echo "${ECHO_T}yes" >&6
4121 echo "$as_me:$LINENO: result: no" >&5
4122 echo "${ECHO_T}no" >&6
4126 enablestring
=disable
4127 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4128 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4130 # Check whether --enable-compat24 or --disable-compat24 was given.
4131 if test "${enable_compat24+set}" = set; then
4132 enableval
="$enable_compat24"
4134 if test "$enableval" = yes; then
4135 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4137 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4142 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4143 if test "x$LINE" != x
; then
4144 eval "DEFAULT_$LINE"
4149 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4153 eval "$ac_cv_use_compat24"
4154 if test "$no_cache" != 1; then
4155 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4158 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4159 echo "$as_me:$LINENO: result: yes" >&5
4160 echo "${ECHO_T}yes" >&6
4162 echo "$as_me:$LINENO: result: no" >&5
4163 echo "${ECHO_T}no" >&6
4169 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4170 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4172 # Check whether --enable-rpath or --disable-rpath was given.
4173 if test "${enable_rpath+set}" = set; then
4174 enableval
="$enable_rpath"
4176 if test "$enableval" = yes; then
4177 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4179 ac_cv_use_rpath
='wxUSE_RPATH=no'
4184 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4185 if test "x$LINE" != x
; then
4186 eval "DEFAULT_$LINE"
4191 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4195 eval "$ac_cv_use_rpath"
4196 if test "$no_cache" != 1; then
4197 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4200 if test "$wxUSE_RPATH" = yes; then
4201 echo "$as_me:$LINENO: result: yes" >&5
4202 echo "${ECHO_T}yes" >&6
4204 echo "$as_me:$LINENO: result: no" >&5
4205 echo "${ECHO_T}no" >&6
4213 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4214 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4216 # Check whether --enable-intl or --disable-intl was given.
4217 if test "${enable_intl+set}" = set; then
4218 enableval
="$enable_intl"
4220 if test "$enableval" = yes; then
4221 ac_cv_use_intl
='wxUSE_INTL=yes'
4223 ac_cv_use_intl
='wxUSE_INTL=no'
4228 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4229 if test "x$LINE" != x
; then
4230 eval "DEFAULT_$LINE"
4235 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4239 eval "$ac_cv_use_intl"
4240 if test "$no_cache" != 1; then
4241 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4244 if test "$wxUSE_INTL" = yes; then
4245 echo "$as_me:$LINENO: result: yes" >&5
4246 echo "${ECHO_T}yes" >&6
4248 echo "$as_me:$LINENO: result: no" >&5
4249 echo "${ECHO_T}no" >&6
4254 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4255 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4257 # Check whether --enable-config or --disable-config was given.
4258 if test "${enable_config+set}" = set; then
4259 enableval
="$enable_config"
4261 if test "$enableval" = yes; then
4262 ac_cv_use_config
='wxUSE_CONFIG=yes'
4264 ac_cv_use_config
='wxUSE_CONFIG=no'
4269 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4270 if test "x$LINE" != x
; then
4271 eval "DEFAULT_$LINE"
4276 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4280 eval "$ac_cv_use_config"
4281 if test "$no_cache" != 1; then
4282 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4285 if test "$wxUSE_CONFIG" = yes; then
4286 echo "$as_me:$LINENO: result: yes" >&5
4287 echo "${ECHO_T}yes" >&6
4289 echo "$as_me:$LINENO: result: no" >&5
4290 echo "${ECHO_T}no" >&6
4296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4297 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4299 # Check whether --enable-protocols or --disable-protocols was given.
4300 if test "${enable_protocols+set}" = set; then
4301 enableval
="$enable_protocols"
4303 if test "$enableval" = yes; then
4304 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4306 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4311 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4312 if test "x$LINE" != x
; then
4313 eval "DEFAULT_$LINE"
4318 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4322 eval "$ac_cv_use_protocols"
4323 if test "$no_cache" != 1; then
4324 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4327 if test "$wxUSE_PROTOCOL" = yes; then
4328 echo "$as_me:$LINENO: result: yes" >&5
4329 echo "${ECHO_T}yes" >&6
4331 echo "$as_me:$LINENO: result: no" >&5
4332 echo "${ECHO_T}no" >&6
4337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4338 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4340 # Check whether --enable-ftp or --disable-ftp was given.
4341 if test "${enable_ftp+set}" = set; then
4342 enableval
="$enable_ftp"
4344 if test "$enableval" = yes; then
4345 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4347 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4352 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4353 if test "x$LINE" != x
; then
4354 eval "DEFAULT_$LINE"
4359 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4363 eval "$ac_cv_use_ftp"
4364 if test "$no_cache" != 1; then
4365 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4368 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4369 echo "$as_me:$LINENO: result: yes" >&5
4370 echo "${ECHO_T}yes" >&6
4372 echo "$as_me:$LINENO: result: no" >&5
4373 echo "${ECHO_T}no" >&6
4378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4379 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4381 # Check whether --enable-http or --disable-http was given.
4382 if test "${enable_http+set}" = set; then
4383 enableval
="$enable_http"
4385 if test "$enableval" = yes; then
4386 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4388 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4393 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x
; then
4395 eval "DEFAULT_$LINE"
4400 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4404 eval "$ac_cv_use_http"
4405 if test "$no_cache" != 1; then
4406 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4409 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4410 echo "$as_me:$LINENO: result: yes" >&5
4411 echo "${ECHO_T}yes" >&6
4413 echo "$as_me:$LINENO: result: no" >&5
4414 echo "${ECHO_T}no" >&6
4419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4420 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4422 # Check whether --enable-fileproto or --disable-fileproto was given.
4423 if test "${enable_fileproto+set}" = set; then
4424 enableval
="$enable_fileproto"
4426 if test "$enableval" = yes; then
4427 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4429 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4434 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4435 if test "x$LINE" != x
; then
4436 eval "DEFAULT_$LINE"
4441 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4445 eval "$ac_cv_use_fileproto"
4446 if test "$no_cache" != 1; then
4447 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4450 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4451 echo "$as_me:$LINENO: result: yes" >&5
4452 echo "${ECHO_T}yes" >&6
4454 echo "$as_me:$LINENO: result: no" >&5
4455 echo "${ECHO_T}no" >&6
4460 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4461 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4463 # Check whether --enable-sockets or --disable-sockets was given.
4464 if test "${enable_sockets+set}" = set; then
4465 enableval
="$enable_sockets"
4467 if test "$enableval" = yes; then
4468 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4470 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4475 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4476 if test "x$LINE" != x
; then
4477 eval "DEFAULT_$LINE"
4482 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4486 eval "$ac_cv_use_sockets"
4487 if test "$no_cache" != 1; then
4488 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4491 if test "$wxUSE_SOCKETS" = yes; then
4492 echo "$as_me:$LINENO: result: yes" >&5
4493 echo "${ECHO_T}yes" >&6
4495 echo "$as_me:$LINENO: result: no" >&5
4496 echo "${ECHO_T}no" >&6
4501 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4502 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4504 # Check whether --enable-ole or --disable-ole was given.
4505 if test "${enable_ole+set}" = set; then
4506 enableval
="$enable_ole"
4508 if test "$enableval" = yes; then
4509 ac_cv_use_ole
='wxUSE_OLE=yes'
4511 ac_cv_use_ole
='wxUSE_OLE=no'
4516 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4517 if test "x$LINE" != x
; then
4518 eval "DEFAULT_$LINE"
4523 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4527 eval "$ac_cv_use_ole"
4528 if test "$no_cache" != 1; then
4529 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4532 if test "$wxUSE_OLE" = yes; then
4533 echo "$as_me:$LINENO: result: yes" >&5
4534 echo "${ECHO_T}yes" >&6
4536 echo "$as_me:$LINENO: result: no" >&5
4537 echo "${ECHO_T}no" >&6
4542 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4543 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4545 # Check whether --enable-dataobj or --disable-dataobj was given.
4546 if test "${enable_dataobj+set}" = set; then
4547 enableval
="$enable_dataobj"
4549 if test "$enableval" = yes; then
4550 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4552 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4557 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4558 if test "x$LINE" != x
; then
4559 eval "DEFAULT_$LINE"
4564 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4568 eval "$ac_cv_use_dataobj"
4569 if test "$no_cache" != 1; then
4570 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4573 if test "$wxUSE_DATAOBJ" = yes; then
4574 echo "$as_me:$LINENO: result: yes" >&5
4575 echo "${ECHO_T}yes" >&6
4577 echo "$as_me:$LINENO: result: no" >&5
4578 echo "${ECHO_T}no" >&6
4584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4585 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4587 # Check whether --enable-ipc or --disable-ipc was given.
4588 if test "${enable_ipc+set}" = set; then
4589 enableval
="$enable_ipc"
4591 if test "$enableval" = yes; then
4592 ac_cv_use_ipc
='wxUSE_IPC=yes'
4594 ac_cv_use_ipc
='wxUSE_IPC=no'
4599 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4600 if test "x$LINE" != x
; then
4601 eval "DEFAULT_$LINE"
4606 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4610 eval "$ac_cv_use_ipc"
4611 if test "$no_cache" != 1; then
4612 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4615 if test "$wxUSE_IPC" = yes; then
4616 echo "$as_me:$LINENO: result: yes" >&5
4617 echo "${ECHO_T}yes" >&6
4619 echo "$as_me:$LINENO: result: no" >&5
4620 echo "${ECHO_T}no" >&6
4626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4627 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4629 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4630 if test "${enable_apple_ieee+set}" = set; then
4631 enableval
="$enable_apple_ieee"
4633 if test "$enableval" = yes; then
4634 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4636 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4641 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4642 if test "x$LINE" != x
; then
4643 eval "DEFAULT_$LINE"
4648 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4652 eval "$ac_cv_use_apple_ieee"
4653 if test "$no_cache" != 1; then
4654 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4657 if test "$wxUSE_APPLE_IEEE" = yes; then
4658 echo "$as_me:$LINENO: result: yes" >&5
4659 echo "${ECHO_T}yes" >&6
4661 echo "$as_me:$LINENO: result: no" >&5
4662 echo "${ECHO_T}no" >&6
4667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4668 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4670 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4671 if test "${enable_catch_segvs+set}" = set; then
4672 enableval
="$enable_catch_segvs"
4674 if test "$enableval" = yes; then
4675 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4677 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4682 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4683 if test "x$LINE" != x
; then
4684 eval "DEFAULT_$LINE"
4689 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4693 eval "$ac_cv_use_catch_segvs"
4694 if test "$no_cache" != 1; then
4695 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4698 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4699 echo "$as_me:$LINENO: result: yes" >&5
4700 echo "${ECHO_T}yes" >&6
4702 echo "$as_me:$LINENO: result: no" >&5
4703 echo "${ECHO_T}no" >&6
4708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4709 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4711 # Check whether --enable-cmdline or --disable-cmdline was given.
4712 if test "${enable_cmdline+set}" = set; then
4713 enableval
="$enable_cmdline"
4715 if test "$enableval" = yes; then
4716 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4718 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4723 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4724 if test "x$LINE" != x
; then
4725 eval "DEFAULT_$LINE"
4730 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4734 eval "$ac_cv_use_cmdline"
4735 if test "$no_cache" != 1; then
4736 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4739 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4740 echo "$as_me:$LINENO: result: yes" >&5
4741 echo "${ECHO_T}yes" >&6
4743 echo "$as_me:$LINENO: result: no" >&5
4744 echo "${ECHO_T}no" >&6
4749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4750 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4752 # Check whether --enable-datetime or --disable-datetime was given.
4753 if test "${enable_datetime+set}" = set; then
4754 enableval
="$enable_datetime"
4756 if test "$enableval" = yes; then
4757 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4759 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4764 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4765 if test "x$LINE" != x
; then
4766 eval "DEFAULT_$LINE"
4771 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4775 eval "$ac_cv_use_datetime"
4776 if test "$no_cache" != 1; then
4777 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4780 if test "$wxUSE_DATETIME" = yes; then
4781 echo "$as_me:$LINENO: result: yes" >&5
4782 echo "${ECHO_T}yes" >&6
4784 echo "$as_me:$LINENO: result: no" >&5
4785 echo "${ECHO_T}no" >&6
4790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4791 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4793 # Check whether --enable-dialupman or --disable-dialupman was given.
4794 if test "${enable_dialupman+set}" = set; then
4795 enableval
="$enable_dialupman"
4797 if test "$enableval" = yes; then
4798 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4800 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4805 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4806 if test "x$LINE" != x
; then
4807 eval "DEFAULT_$LINE"
4812 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4816 eval "$ac_cv_use_dialupman"
4817 if test "$no_cache" != 1; then
4818 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4821 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4822 echo "$as_me:$LINENO: result: yes" >&5
4823 echo "${ECHO_T}yes" >&6
4825 echo "$as_me:$LINENO: result: no" >&5
4826 echo "${ECHO_T}no" >&6
4831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4832 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4834 # Check whether --enable-dynlib or --disable-dynlib was given.
4835 if test "${enable_dynlib+set}" = set; then
4836 enableval
="$enable_dynlib"
4838 if test "$enableval" = yes; then
4839 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4841 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4846 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4847 if test "x$LINE" != x
; then
4848 eval "DEFAULT_$LINE"
4853 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4857 eval "$ac_cv_use_dynlib"
4858 if test "$no_cache" != 1; then
4859 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4862 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4863 echo "$as_me:$LINENO: result: yes" >&5
4864 echo "${ECHO_T}yes" >&6
4866 echo "$as_me:$LINENO: result: no" >&5
4867 echo "${ECHO_T}no" >&6
4872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4873 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4875 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4876 if test "${enable_dynamicloader+set}" = set; then
4877 enableval
="$enable_dynamicloader"
4879 if test "$enableval" = yes; then
4880 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4882 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4887 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4888 if test "x$LINE" != x
; then
4889 eval "DEFAULT_$LINE"
4894 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4898 eval "$ac_cv_use_dynamicloader"
4899 if test "$no_cache" != 1; then
4900 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4903 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4904 echo "$as_me:$LINENO: result: yes" >&5
4905 echo "${ECHO_T}yes" >&6
4907 echo "$as_me:$LINENO: result: no" >&5
4908 echo "${ECHO_T}no" >&6
4913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
4914 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
4916 # Check whether --enable-exceptions or --disable-exceptions was given.
4917 if test "${enable_exceptions+set}" = set; then
4918 enableval
="$enable_exceptions"
4920 if test "$enableval" = yes; then
4921 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
4923 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
4928 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
4929 if test "x$LINE" != x
; then
4930 eval "DEFAULT_$LINE"
4935 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
4939 eval "$ac_cv_use_exceptions"
4940 if test "$no_cache" != 1; then
4941 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
4944 if test "$wxUSE_EXCEPTIONS" = yes; then
4945 echo "$as_me:$LINENO: result: yes" >&5
4946 echo "${ECHO_T}yes" >&6
4948 echo "$as_me:$LINENO: result: no" >&5
4949 echo "${ECHO_T}no" >&6
4954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4955 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4957 # Check whether --enable-ffile or --disable-ffile was given.
4958 if test "${enable_ffile+set}" = set; then
4959 enableval
="$enable_ffile"
4961 if test "$enableval" = yes; then
4962 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4964 ac_cv_use_ffile
='wxUSE_FFILE=no'
4969 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4970 if test "x$LINE" != x
; then
4971 eval "DEFAULT_$LINE"
4976 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4980 eval "$ac_cv_use_ffile"
4981 if test "$no_cache" != 1; then
4982 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4985 if test "$wxUSE_FFILE" = yes; then
4986 echo "$as_me:$LINENO: result: yes" >&5
4987 echo "${ECHO_T}yes" >&6
4989 echo "$as_me:$LINENO: result: no" >&5
4990 echo "${ECHO_T}no" >&6
4995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4996 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4998 # Check whether --enable-file or --disable-file was given.
4999 if test "${enable_file+set}" = set; then
5000 enableval
="$enable_file"
5002 if test "$enableval" = yes; then
5003 ac_cv_use_file
='wxUSE_FILE=yes'
5005 ac_cv_use_file
='wxUSE_FILE=no'
5010 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5011 if test "x$LINE" != x
; then
5012 eval "DEFAULT_$LINE"
5017 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5021 eval "$ac_cv_use_file"
5022 if test "$no_cache" != 1; then
5023 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5026 if test "$wxUSE_FILE" = yes; then
5027 echo "$as_me:$LINENO: result: yes" >&5
5028 echo "${ECHO_T}yes" >&6
5030 echo "$as_me:$LINENO: result: no" >&5
5031 echo "${ECHO_T}no" >&6
5036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5037 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5039 # Check whether --enable-filesystem or --disable-filesystem was given.
5040 if test "${enable_filesystem+set}" = set; then
5041 enableval
="$enable_filesystem"
5043 if test "$enableval" = yes; then
5044 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5046 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5051 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5052 if test "x$LINE" != x
; then
5053 eval "DEFAULT_$LINE"
5058 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5062 eval "$ac_cv_use_filesystem"
5063 if test "$no_cache" != 1; then
5064 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5067 if test "$wxUSE_FILESYSTEM" = yes; then
5068 echo "$as_me:$LINENO: result: yes" >&5
5069 echo "${ECHO_T}yes" >&6
5071 echo "$as_me:$LINENO: result: no" >&5
5072 echo "${ECHO_T}no" >&6
5077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5078 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5080 # Check whether --enable-fontmap or --disable-fontmap was given.
5081 if test "${enable_fontmap+set}" = set; then
5082 enableval
="$enable_fontmap"
5084 if test "$enableval" = yes; then
5085 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5087 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5092 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5093 if test "x$LINE" != x
; then
5094 eval "DEFAULT_$LINE"
5099 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5103 eval "$ac_cv_use_fontmap"
5104 if test "$no_cache" != 1; then
5105 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5108 if test "$wxUSE_FONTMAP" = yes; then
5109 echo "$as_me:$LINENO: result: yes" >&5
5110 echo "${ECHO_T}yes" >&6
5112 echo "$as_me:$LINENO: result: no" >&5
5113 echo "${ECHO_T}no" >&6
5118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5119 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5121 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5122 if test "${enable_fs_inet+set}" = set; then
5123 enableval
="$enable_fs_inet"
5125 if test "$enableval" = yes; then
5126 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5128 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5133 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5134 if test "x$LINE" != x
; then
5135 eval "DEFAULT_$LINE"
5140 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5144 eval "$ac_cv_use_fs_inet"
5145 if test "$no_cache" != 1; then
5146 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5149 if test "$wxUSE_FS_INET" = yes; then
5150 echo "$as_me:$LINENO: result: yes" >&5
5151 echo "${ECHO_T}yes" >&6
5153 echo "$as_me:$LINENO: result: no" >&5
5154 echo "${ECHO_T}no" >&6
5159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5160 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5162 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5163 if test "${enable_fs_zip+set}" = set; then
5164 enableval
="$enable_fs_zip"
5166 if test "$enableval" = yes; then
5167 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5169 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5174 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5175 if test "x$LINE" != x
; then
5176 eval "DEFAULT_$LINE"
5181 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5185 eval "$ac_cv_use_fs_zip"
5186 if test "$no_cache" != 1; then
5187 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5190 if test "$wxUSE_FS_ZIP" = yes; then
5191 echo "$as_me:$LINENO: result: yes" >&5
5192 echo "${ECHO_T}yes" >&6
5194 echo "$as_me:$LINENO: result: no" >&5
5195 echo "${ECHO_T}no" >&6
5200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5201 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5203 # Check whether --enable-geometry or --disable-geometry was given.
5204 if test "${enable_geometry+set}" = set; then
5205 enableval
="$enable_geometry"
5207 if test "$enableval" = yes; then
5208 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5210 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5215 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5216 if test "x$LINE" != x
; then
5217 eval "DEFAULT_$LINE"
5222 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5226 eval "$ac_cv_use_geometry"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5231 if test "$wxUSE_GEOMETRY" = yes; then
5232 echo "$as_me:$LINENO: result: yes" >&5
5233 echo "${ECHO_T}yes" >&6
5235 echo "$as_me:$LINENO: result: no" >&5
5236 echo "${ECHO_T}no" >&6
5241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5242 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5244 # Check whether --enable-log or --disable-log was given.
5245 if test "${enable_log+set}" = set; then
5246 enableval
="$enable_log"
5248 if test "$enableval" = yes; then
5249 ac_cv_use_log
='wxUSE_LOG=yes'
5251 ac_cv_use_log
='wxUSE_LOG=no'
5256 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5257 if test "x$LINE" != x
; then
5258 eval "DEFAULT_$LINE"
5263 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5267 eval "$ac_cv_use_log"
5268 if test "$no_cache" != 1; then
5269 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5272 if test "$wxUSE_LOG" = yes; then
5273 echo "$as_me:$LINENO: result: yes" >&5
5274 echo "${ECHO_T}yes" >&6
5276 echo "$as_me:$LINENO: result: no" >&5
5277 echo "${ECHO_T}no" >&6
5282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5283 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5285 # Check whether --enable-longlong or --disable-longlong was given.
5286 if test "${enable_longlong+set}" = set; then
5287 enableval
="$enable_longlong"
5289 if test "$enableval" = yes; then
5290 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5292 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5297 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5298 if test "x$LINE" != x
; then
5299 eval "DEFAULT_$LINE"
5304 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5308 eval "$ac_cv_use_longlong"
5309 if test "$no_cache" != 1; then
5310 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5313 if test "$wxUSE_LONGLONG" = yes; then
5314 echo "$as_me:$LINENO: result: yes" >&5
5315 echo "${ECHO_T}yes" >&6
5317 echo "$as_me:$LINENO: result: no" >&5
5318 echo "${ECHO_T}no" >&6
5323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5324 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5326 # Check whether --enable-mimetype or --disable-mimetype was given.
5327 if test "${enable_mimetype+set}" = set; then
5328 enableval
="$enable_mimetype"
5330 if test "$enableval" = yes; then
5331 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5333 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5338 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5339 if test "x$LINE" != x
; then
5340 eval "DEFAULT_$LINE"
5345 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5349 eval "$ac_cv_use_mimetype"
5350 if test "$no_cache" != 1; then
5351 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5354 if test "$wxUSE_MIMETYPE" = yes; then
5355 echo "$as_me:$LINENO: result: yes" >&5
5356 echo "${ECHO_T}yes" >&6
5358 echo "$as_me:$LINENO: result: no" >&5
5359 echo "${ECHO_T}no" >&6
5364 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5365 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5367 # Check whether --enable-mslu or --disable-mslu was given.
5368 if test "${enable_mslu+set}" = set; then
5369 enableval
="$enable_mslu"
5371 if test "$enableval" = yes; then
5372 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5374 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5379 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5380 if test "x$LINE" != x
; then
5381 eval "DEFAULT_$LINE"
5386 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5390 eval "$ac_cv_use_mslu"
5391 if test "$no_cache" != 1; then
5392 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5395 if test "$wxUSE_UNICODE_MSLU" = yes; then
5396 echo "$as_me:$LINENO: result: yes" >&5
5397 echo "${ECHO_T}yes" >&6
5399 echo "$as_me:$LINENO: result: no" >&5
5400 echo "${ECHO_T}no" >&6
5405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5406 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5408 # Check whether --enable-snglinst or --disable-snglinst was given.
5409 if test "${enable_snglinst+set}" = set; then
5410 enableval
="$enable_snglinst"
5412 if test "$enableval" = yes; then
5413 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5415 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5420 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5421 if test "x$LINE" != x
; then
5422 eval "DEFAULT_$LINE"
5427 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5431 eval "$ac_cv_use_snglinst"
5432 if test "$no_cache" != 1; then
5433 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5436 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5437 echo "$as_me:$LINENO: result: yes" >&5
5438 echo "${ECHO_T}yes" >&6
5440 echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6
5446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5447 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5449 # Check whether --enable-streams or --disable-streams was given.
5450 if test "${enable_streams+set}" = set; then
5451 enableval
="$enable_streams"
5453 if test "$enableval" = yes; then
5454 ac_cv_use_streams
='wxUSE_STREAMS=yes'
5456 ac_cv_use_streams
='wxUSE_STREAMS=no'
5461 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5462 if test "x$LINE" != x
; then
5463 eval "DEFAULT_$LINE"
5468 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5472 eval "$ac_cv_use_streams"
5473 if test "$no_cache" != 1; then
5474 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5477 if test "$wxUSE_STREAMS" = yes; then
5478 echo "$as_me:$LINENO: result: yes" >&5
5479 echo "${ECHO_T}yes" >&6
5481 echo "$as_me:$LINENO: result: no" >&5
5482 echo "${ECHO_T}no" >&6
5487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5488 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5490 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5491 if test "${enable_std_iostreams+set}" = set; then
5492 enableval
="$enable_std_iostreams"
5494 if test "$enableval" = yes; then
5495 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5497 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5502 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5503 if test "x$LINE" != x
; then
5504 eval "DEFAULT_$LINE"
5509 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5513 eval "$ac_cv_use_std_iostreams"
5514 if test "$no_cache" != 1; then
5515 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5518 if test "$wxUSE_STD_IOSTREAM" = yes; then
5519 echo "$as_me:$LINENO: result: yes" >&5
5520 echo "${ECHO_T}yes" >&6
5522 echo "$as_me:$LINENO: result: no" >&5
5523 echo "${ECHO_T}no" >&6
5528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5529 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5531 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5532 if test "${enable_stopwatch+set}" = set; then
5533 enableval
="$enable_stopwatch"
5535 if test "$enableval" = yes; then
5536 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
5538 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
5543 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5544 if test "x$LINE" != x
; then
5545 eval "DEFAULT_$LINE"
5550 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5554 eval "$ac_cv_use_stopwatch"
5555 if test "$no_cache" != 1; then
5556 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5559 if test "$wxUSE_STOPWATCH" = yes; then
5560 echo "$as_me:$LINENO: result: yes" >&5
5561 echo "${ECHO_T}yes" >&6
5563 echo "$as_me:$LINENO: result: no" >&5
5564 echo "${ECHO_T}no" >&6
5569 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5570 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5572 # Check whether --enable-system_options or --disable-system_options was given.
5573 if test "${enable_system_options+set}" = set; then
5574 enableval
="$enable_system_options"
5576 if test "$enableval" = yes; then
5577 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5579 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5584 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5585 if test "x$LINE" != x
; then
5586 eval "DEFAULT_$LINE"
5591 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5595 eval "$ac_cv_use_system_options"
5596 if test "$no_cache" != 1; then
5597 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5600 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5601 echo "$as_me:$LINENO: result: yes" >&5
5602 echo "${ECHO_T}yes" >&6
5604 echo "$as_me:$LINENO: result: no" >&5
5605 echo "${ECHO_T}no" >&6
5610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5611 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5613 # Check whether --enable-textbuf or --disable-textbuf was given.
5614 if test "${enable_textbuf+set}" = set; then
5615 enableval
="$enable_textbuf"
5617 if test "$enableval" = yes; then
5618 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
5620 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
5625 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5626 if test "x$LINE" != x
; then
5627 eval "DEFAULT_$LINE"
5632 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5636 eval "$ac_cv_use_textbuf"
5637 if test "$no_cache" != 1; then
5638 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5641 if test "$wxUSE_TEXTBUFFER" = yes; then
5642 echo "$as_me:$LINENO: result: yes" >&5
5643 echo "${ECHO_T}yes" >&6
5645 echo "$as_me:$LINENO: result: no" >&5
5646 echo "${ECHO_T}no" >&6
5651 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5652 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5654 # Check whether --enable-textfile or --disable-textfile was given.
5655 if test "${enable_textfile+set}" = set; then
5656 enableval
="$enable_textfile"
5658 if test "$enableval" = yes; then
5659 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
5661 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
5666 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5667 if test "x$LINE" != x
; then
5668 eval "DEFAULT_$LINE"
5673 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5677 eval "$ac_cv_use_textfile"
5678 if test "$no_cache" != 1; then
5679 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5682 if test "$wxUSE_TEXTFILE" = yes; then
5683 echo "$as_me:$LINENO: result: yes" >&5
5684 echo "${ECHO_T}yes" >&6
5686 echo "$as_me:$LINENO: result: no" >&5
5687 echo "${ECHO_T}no" >&6
5692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5693 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5695 # Check whether --enable-timer or --disable-timer was given.
5696 if test "${enable_timer+set}" = set; then
5697 enableval
="$enable_timer"
5699 if test "$enableval" = yes; then
5700 ac_cv_use_timer
='wxUSE_TIMER=yes'
5702 ac_cv_use_timer
='wxUSE_TIMER=no'
5707 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5708 if test "x$LINE" != x
; then
5709 eval "DEFAULT_$LINE"
5714 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5718 eval "$ac_cv_use_timer"
5719 if test "$no_cache" != 1; then
5720 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5723 if test "$wxUSE_TIMER" = yes; then
5724 echo "$as_me:$LINENO: result: yes" >&5
5725 echo "${ECHO_T}yes" >&6
5727 echo "$as_me:$LINENO: result: no" >&5
5728 echo "${ECHO_T}no" >&6
5733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5734 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5736 # Check whether --enable-unicode or --disable-unicode was given.
5737 if test "${enable_unicode+set}" = set; then
5738 enableval
="$enable_unicode"
5740 if test "$enableval" = yes; then
5741 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
5743 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5748 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5749 if test "x$LINE" != x
; then
5750 eval "DEFAULT_$LINE"
5755 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5759 eval "$ac_cv_use_unicode"
5760 if test "$no_cache" != 1; then
5761 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5764 if test "$wxUSE_UNICODE" = yes; then
5765 echo "$as_me:$LINENO: result: yes" >&5
5766 echo "${ECHO_T}yes" >&6
5768 echo "$as_me:$LINENO: result: no" >&5
5769 echo "${ECHO_T}no" >&6
5774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5775 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5777 # Check whether --enable-sound or --disable-sound was given.
5778 if test "${enable_sound+set}" = set; then
5779 enableval
="$enable_sound"
5781 if test "$enableval" = yes; then
5782 ac_cv_use_sound
='wxUSE_SOUND=yes'
5784 ac_cv_use_sound
='wxUSE_SOUND=no'
5789 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5790 if test "x$LINE" != x
; then
5791 eval "DEFAULT_$LINE"
5796 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5800 eval "$ac_cv_use_sound"
5801 if test "$no_cache" != 1; then
5802 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5805 if test "$wxUSE_SOUND" = yes; then
5806 echo "$as_me:$LINENO: result: yes" >&5
5807 echo "${ECHO_T}yes" >&6
5809 echo "$as_me:$LINENO: result: no" >&5
5810 echo "${ECHO_T}no" >&6
5815 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
5816 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
5818 # Check whether --enable-mediactrl or --disable-mediactrl was given.
5819 if test "${enable_mediactrl+set}" = set; then
5820 enableval
="$enable_mediactrl"
5822 if test "$enableval" = yes; then
5823 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
5825 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
5830 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
5831 if test "x$LINE" != x
; then
5832 eval "DEFAULT_$LINE"
5837 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
5841 eval "$ac_cv_use_mediactrl"
5842 if test "$no_cache" != 1; then
5843 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
5846 if test "$wxUSE_MEDIACTRL" = yes; then
5847 echo "$as_me:$LINENO: result: yes" >&5
5848 echo "${ECHO_T}yes" >&6
5850 echo "$as_me:$LINENO: result: no" >&5
5851 echo "${ECHO_T}no" >&6
5856 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5857 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5859 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5860 if test "${enable_wxprintfv+set}" = set; then
5861 enableval
="$enable_wxprintfv"
5863 if test "$enableval" = yes; then
5864 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
5866 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
5871 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5872 if test "x$LINE" != x
; then
5873 eval "DEFAULT_$LINE"
5878 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5882 eval "$ac_cv_use_wxprintfv"
5883 if test "$no_cache" != 1; then
5884 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5887 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5888 echo "$as_me:$LINENO: result: yes" >&5
5889 echo "${ECHO_T}yes" >&6
5891 echo "$as_me:$LINENO: result: no" >&5
5892 echo "${ECHO_T}no" >&6
5897 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5898 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5900 # Check whether --enable-zipstream or --disable-zipstream was given.
5901 if test "${enable_zipstream+set}" = set; then
5902 enableval
="$enable_zipstream"
5904 if test "$enableval" = yes; then
5905 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
5907 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
5912 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5913 if test "x$LINE" != x
; then
5914 eval "DEFAULT_$LINE"
5919 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5923 eval "$ac_cv_use_zipstream"
5924 if test "$no_cache" != 1; then
5925 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5928 if test "$wxUSE_ZIPSTREAM" = yes; then
5929 echo "$as_me:$LINENO: result: yes" >&5
5930 echo "${ECHO_T}yes" >&6
5932 echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6
5939 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5940 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5942 # Check whether --enable-url or --disable-url was given.
5943 if test "${enable_url+set}" = set; then
5944 enableval
="$enable_url"
5946 if test "$enableval" = yes; then
5947 ac_cv_use_url
='wxUSE_URL=yes'
5949 ac_cv_use_url
='wxUSE_URL=no'
5954 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5955 if test "x$LINE" != x
; then
5956 eval "DEFAULT_$LINE"
5961 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
5965 eval "$ac_cv_use_url"
5966 if test "$no_cache" != 1; then
5967 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5970 if test "$wxUSE_URL" = yes; then
5971 echo "$as_me:$LINENO: result: yes" >&5
5972 echo "${ECHO_T}yes" >&6
5974 echo "$as_me:$LINENO: result: no" >&5
5975 echo "${ECHO_T}no" >&6
5980 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5981 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5983 # Check whether --enable-protocol or --disable-protocol was given.
5984 if test "${enable_protocol+set}" = set; then
5985 enableval
="$enable_protocol"
5987 if test "$enableval" = yes; then
5988 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
5990 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
5995 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5996 if test "x$LINE" != x
; then
5997 eval "DEFAULT_$LINE"
6002 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6006 eval "$ac_cv_use_protocol"
6007 if test "$no_cache" != 1; then
6008 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6011 if test "$wxUSE_PROTOCOL" = yes; then
6012 echo "$as_me:$LINENO: result: yes" >&5
6013 echo "${ECHO_T}yes" >&6
6015 echo "$as_me:$LINENO: result: no" >&5
6016 echo "${ECHO_T}no" >&6
6021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6022 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6024 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6025 if test "${enable_protocol_http+set}" = set; then
6026 enableval
="$enable_protocol_http"
6028 if test "$enableval" = yes; then
6029 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6031 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6036 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6037 if test "x$LINE" != x
; then
6038 eval "DEFAULT_$LINE"
6043 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6047 eval "$ac_cv_use_protocol_http"
6048 if test "$no_cache" != 1; then
6049 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6052 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6053 echo "$as_me:$LINENO: result: yes" >&5
6054 echo "${ECHO_T}yes" >&6
6056 echo "$as_me:$LINENO: result: no" >&5
6057 echo "${ECHO_T}no" >&6
6062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6063 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6065 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6066 if test "${enable_protocol_ftp+set}" = set; then
6067 enableval
="$enable_protocol_ftp"
6069 if test "$enableval" = yes; then
6070 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6072 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6077 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6078 if test "x$LINE" != x
; then
6079 eval "DEFAULT_$LINE"
6084 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6088 eval "$ac_cv_use_protocol_ftp"
6089 if test "$no_cache" != 1; then
6090 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6093 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6094 echo "$as_me:$LINENO: result: yes" >&5
6095 echo "${ECHO_T}yes" >&6
6097 echo "$as_me:$LINENO: result: no" >&5
6098 echo "${ECHO_T}no" >&6
6103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6104 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6106 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6107 if test "${enable_protocol_file+set}" = set; then
6108 enableval
="$enable_protocol_file"
6110 if test "$enableval" = yes; then
6111 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6113 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6118 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6119 if test "x$LINE" != x
; then
6120 eval "DEFAULT_$LINE"
6125 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6129 eval "$ac_cv_use_protocol_file"
6130 if test "$no_cache" != 1; then
6131 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6134 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6135 echo "$as_me:$LINENO: result: yes" >&5
6136 echo "${ECHO_T}yes" >&6
6138 echo "$as_me:$LINENO: result: no" >&5
6139 echo "${ECHO_T}no" >&6
6147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6148 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6150 # Check whether --enable-threads or --disable-threads was given.
6151 if test "${enable_threads+set}" = set; then
6152 enableval
="$enable_threads"
6154 if test "$enableval" = yes; then
6155 ac_cv_use_threads
='wxUSE_THREADS=yes'
6157 ac_cv_use_threads
='wxUSE_THREADS=no'
6162 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6163 if test "x$LINE" != x
; then
6164 eval "DEFAULT_$LINE"
6169 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6173 eval "$ac_cv_use_threads"
6174 if test "$no_cache" != 1; then
6175 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6178 if test "$wxUSE_THREADS" = yes; then
6179 echo "$as_me:$LINENO: result: yes" >&5
6180 echo "${ECHO_T}yes" >&6
6182 echo "$as_me:$LINENO: result: no" >&5
6183 echo "${ECHO_T}no" >&6
6187 if test "$wxUSE_GUI" = "yes"; then
6192 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6193 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6195 # Check whether --enable-docview or --disable-docview was given.
6196 if test "${enable_docview+set}" = set; then
6197 enableval
="$enable_docview"
6199 if test "$enableval" = yes; then
6200 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6202 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6207 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6208 if test "x$LINE" != x
; then
6209 eval "DEFAULT_$LINE"
6214 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6218 eval "$ac_cv_use_docview"
6219 if test "$no_cache" != 1; then
6220 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6223 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6224 echo "$as_me:$LINENO: result: yes" >&5
6225 echo "${ECHO_T}yes" >&6
6227 echo "$as_me:$LINENO: result: no" >&5
6228 echo "${ECHO_T}no" >&6
6233 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6234 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6236 # Check whether --enable-help or --disable-help was given.
6237 if test "${enable_help+set}" = set; then
6238 enableval
="$enable_help"
6240 if test "$enableval" = yes; then
6241 ac_cv_use_help
='wxUSE_HELP=yes'
6243 ac_cv_use_help
='wxUSE_HELP=no'
6248 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6249 if test "x$LINE" != x
; then
6250 eval "DEFAULT_$LINE"
6255 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6259 eval "$ac_cv_use_help"
6260 if test "$no_cache" != 1; then
6261 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6264 if test "$wxUSE_HELP" = yes; then
6265 echo "$as_me:$LINENO: result: yes" >&5
6266 echo "${ECHO_T}yes" >&6
6268 echo "$as_me:$LINENO: result: no" >&5
6269 echo "${ECHO_T}no" >&6
6274 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6275 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6277 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6278 if test "${enable_mshtmlhelp+set}" = set; then
6279 enableval
="$enable_mshtmlhelp"
6281 if test "$enableval" = yes; then
6282 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
6284 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
6289 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6290 if test "x$LINE" != x
; then
6291 eval "DEFAULT_$LINE"
6296 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6300 eval "$ac_cv_use_mshtmlhelp"
6301 if test "$no_cache" != 1; then
6302 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6305 if test "$wxUSE_MS_HTML_HELP" = yes; then
6306 echo "$as_me:$LINENO: result: yes" >&5
6307 echo "${ECHO_T}yes" >&6
6309 echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6
6315 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6316 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6318 # Check whether --enable-html or --disable-html was given.
6319 if test "${enable_html+set}" = set; then
6320 enableval
="$enable_html"
6322 if test "$enableval" = yes; then
6323 ac_cv_use_html
='wxUSE_HTML=yes'
6325 ac_cv_use_html
='wxUSE_HTML=no'
6330 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6331 if test "x$LINE" != x
; then
6332 eval "DEFAULT_$LINE"
6337 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6341 eval "$ac_cv_use_html"
6342 if test "$no_cache" != 1; then
6343 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6346 if test "$wxUSE_HTML" = yes; then
6347 echo "$as_me:$LINENO: result: yes" >&5
6348 echo "${ECHO_T}yes" >&6
6350 echo "$as_me:$LINENO: result: no" >&5
6351 echo "${ECHO_T}no" >&6
6356 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6357 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6359 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6360 if test "${enable_htmlhelp+set}" = set; then
6361 enableval
="$enable_htmlhelp"
6363 if test "$enableval" = yes; then
6364 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
6366 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
6371 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6372 if test "x$LINE" != x
; then
6373 eval "DEFAULT_$LINE"
6378 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6382 eval "$ac_cv_use_htmlhelp"
6383 if test "$no_cache" != 1; then
6384 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6387 if test "$wxUSE_WXHTML_HELP" = yes; then
6388 echo "$as_me:$LINENO: result: yes" >&5
6389 echo "${ECHO_T}yes" >&6
6391 echo "$as_me:$LINENO: result: no" >&5
6392 echo "${ECHO_T}no" >&6
6397 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6398 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6400 # Check whether --enable-xrc or --disable-xrc was given.
6401 if test "${enable_xrc+set}" = set; then
6402 enableval
="$enable_xrc"
6404 if test "$enableval" = yes; then
6405 ac_cv_use_xrc
='wxUSE_XRC=yes'
6407 ac_cv_use_xrc
='wxUSE_XRC=no'
6412 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6413 if test "x$LINE" != x
; then
6414 eval "DEFAULT_$LINE"
6419 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6423 eval "$ac_cv_use_xrc"
6424 if test "$no_cache" != 1; then
6425 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6428 if test "$wxUSE_XRC" = yes; then
6429 echo "$as_me:$LINENO: result: yes" >&5
6430 echo "${ECHO_T}yes" >&6
6432 echo "$as_me:$LINENO: result: no" >&5
6433 echo "${ECHO_T}no" >&6
6438 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6439 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6441 # Check whether --enable-constraints or --disable-constraints was given.
6442 if test "${enable_constraints+set}" = set; then
6443 enableval
="$enable_constraints"
6445 if test "$enableval" = yes; then
6446 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
6448 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
6453 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6454 if test "x$LINE" != x
; then
6455 eval "DEFAULT_$LINE"
6460 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6464 eval "$ac_cv_use_constraints"
6465 if test "$no_cache" != 1; then
6466 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6469 if test "$wxUSE_CONSTRAINTS" = yes; then
6470 echo "$as_me:$LINENO: result: yes" >&5
6471 echo "${ECHO_T}yes" >&6
6473 echo "$as_me:$LINENO: result: no" >&5
6474 echo "${ECHO_T}no" >&6
6479 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6480 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6482 # Check whether --enable-printarch or --disable-printarch was given.
6483 if test "${enable_printarch+set}" = set; then
6484 enableval
="$enable_printarch"
6486 if test "$enableval" = yes; then
6487 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
6489 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
6494 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6495 if test "x$LINE" != x
; then
6496 eval "DEFAULT_$LINE"
6501 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6505 eval "$ac_cv_use_printarch"
6506 if test "$no_cache" != 1; then
6507 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6510 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6511 echo "$as_me:$LINENO: result: yes" >&5
6512 echo "${ECHO_T}yes" >&6
6514 echo "$as_me:$LINENO: result: no" >&5
6515 echo "${ECHO_T}no" >&6
6520 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6521 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6523 # Check whether --enable-mdi or --disable-mdi was given.
6524 if test "${enable_mdi+set}" = set; then
6525 enableval
="$enable_mdi"
6527 if test "$enableval" = yes; then
6528 ac_cv_use_mdi
='wxUSE_MDI=yes'
6530 ac_cv_use_mdi
='wxUSE_MDI=no'
6535 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6536 if test "x$LINE" != x
; then
6537 eval "DEFAULT_$LINE"
6542 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6546 eval "$ac_cv_use_mdi"
6547 if test "$no_cache" != 1; then
6548 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6551 if test "$wxUSE_MDI" = yes; then
6552 echo "$as_me:$LINENO: result: yes" >&5
6553 echo "${ECHO_T}yes" >&6
6555 echo "$as_me:$LINENO: result: no" >&5
6556 echo "${ECHO_T}no" >&6
6561 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6562 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6564 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6565 if test "${enable_mdidoc+set}" = set; then
6566 enableval
="$enable_mdidoc"
6568 if test "$enableval" = yes; then
6569 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
6571 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
6576 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6577 if test "x$LINE" != x
; then
6578 eval "DEFAULT_$LINE"
6583 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6587 eval "$ac_cv_use_mdidoc"
6588 if test "$no_cache" != 1; then
6589 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6592 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6593 echo "$as_me:$LINENO: result: yes" >&5
6594 echo "${ECHO_T}yes" >&6
6596 echo "$as_me:$LINENO: result: no" >&5
6597 echo "${ECHO_T}no" >&6
6602 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6603 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6605 # Check whether --enable-loggui or --disable-loggui was given.
6606 if test "${enable_loggui+set}" = set; then
6607 enableval
="$enable_loggui"
6609 if test "$enableval" = yes; then
6610 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6612 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6617 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6618 if test "x$LINE" != x
; then
6619 eval "DEFAULT_$LINE"
6624 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6628 eval "$ac_cv_use_loggui"
6629 if test "$no_cache" != 1; then
6630 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6633 if test "$wxUSE_LOGGUI" = yes; then
6634 echo "$as_me:$LINENO: result: yes" >&5
6635 echo "${ECHO_T}yes" >&6
6637 echo "$as_me:$LINENO: result: no" >&5
6638 echo "${ECHO_T}no" >&6
6643 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6644 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6646 # Check whether --enable-logwin or --disable-logwin was given.
6647 if test "${enable_logwin+set}" = set; then
6648 enableval
="$enable_logwin"
6650 if test "$enableval" = yes; then
6651 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6653 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6658 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6659 if test "x$LINE" != x
; then
6660 eval "DEFAULT_$LINE"
6665 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6669 eval "$ac_cv_use_logwin"
6670 if test "$no_cache" != 1; then
6671 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6674 if test "$wxUSE_LOGWINDOW" = yes; then
6675 echo "$as_me:$LINENO: result: yes" >&5
6676 echo "${ECHO_T}yes" >&6
6678 echo "$as_me:$LINENO: result: no" >&5
6679 echo "${ECHO_T}no" >&6
6684 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6685 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6687 # Check whether --enable-logdialog or --disable-logdialog was given.
6688 if test "${enable_logdialog+set}" = set; then
6689 enableval
="$enable_logdialog"
6691 if test "$enableval" = yes; then
6692 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6694 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6699 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6700 if test "x$LINE" != x
; then
6701 eval "DEFAULT_$LINE"
6706 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6710 eval "$ac_cv_use_logdialog"
6711 if test "$no_cache" != 1; then
6712 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6715 if test "$wxUSE_LOGDIALOG" = yes; then
6716 echo "$as_me:$LINENO: result: yes" >&5
6717 echo "${ECHO_T}yes" >&6
6719 echo "$as_me:$LINENO: result: no" >&5
6720 echo "${ECHO_T}no" >&6
6725 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6726 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6728 # Check whether --enable-webkit or --disable-webkit was given.
6729 if test "${enable_webkit+set}" = set; then
6730 enableval
="$enable_webkit"
6732 if test "$enableval" = yes; then
6733 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
6735 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
6740 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6741 if test "x$LINE" != x
; then
6742 eval "DEFAULT_$LINE"
6747 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6751 eval "$ac_cv_use_webkit"
6752 if test "$no_cache" != 1; then
6753 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6756 if test "$wxUSE_WEBKIT" = yes; then
6757 echo "$as_me:$LINENO: result: yes" >&5
6758 echo "${ECHO_T}yes" >&6
6760 echo "$as_me:$LINENO: result: no" >&5
6761 echo "${ECHO_T}no" >&6
6767 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6768 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6770 # Check whether --enable-postscript or --disable-postscript was given.
6771 if test "${enable_postscript+set}" = set; then
6772 enableval
="$enable_postscript"
6774 if test "$enableval" = yes; then
6775 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6777 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6782 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6783 if test "x$LINE" != x
; then
6784 eval "DEFAULT_$LINE"
6789 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6793 eval "$ac_cv_use_postscript"
6794 if test "$no_cache" != 1; then
6795 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6798 if test "$wxUSE_POSTSCRIPT" = yes; then
6799 echo "$as_me:$LINENO: result: yes" >&5
6800 echo "${ECHO_T}yes" >&6
6802 echo "$as_me:$LINENO: result: no" >&5
6803 echo "${ECHO_T}no" >&6
6811 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6812 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6814 # Check whether --enable-prologio or --disable-prologio was given.
6815 if test "${enable_prologio+set}" = set; then
6816 enableval
="$enable_prologio"
6818 if test "$enableval" = yes; then
6819 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
6821 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
6826 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6827 if test "x$LINE" != x
; then
6828 eval "DEFAULT_$LINE"
6833 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6837 eval "$ac_cv_use_prologio"
6838 if test "$no_cache" != 1; then
6839 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6842 if test "$wxUSE_PROLOGIO" = yes; then
6843 echo "$as_me:$LINENO: result: yes" >&5
6844 echo "${ECHO_T}yes" >&6
6846 echo "$as_me:$LINENO: result: no" >&5
6847 echo "${ECHO_T}no" >&6
6852 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6853 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6855 # Check whether --enable-resources or --disable-resources was given.
6856 if test "${enable_resources+set}" = set; then
6857 enableval
="$enable_resources"
6859 if test "$enableval" = yes; then
6860 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
6862 ac_cv_use_resources
='wxUSE_RESOURCES=no'
6867 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6868 if test "x$LINE" != x
; then
6869 eval "DEFAULT_$LINE"
6874 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6878 eval "$ac_cv_use_resources"
6879 if test "$no_cache" != 1; then
6880 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6883 if test "$wxUSE_RESOURCES" = yes; then
6884 echo "$as_me:$LINENO: result: yes" >&5
6885 echo "${ECHO_T}yes" >&6
6887 echo "$as_me:$LINENO: result: no" >&5
6888 echo "${ECHO_T}no" >&6
6895 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6896 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6898 # Check whether --enable-clipboard or --disable-clipboard was given.
6899 if test "${enable_clipboard+set}" = set; then
6900 enableval
="$enable_clipboard"
6902 if test "$enableval" = yes; then
6903 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
6905 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
6910 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6911 if test "x$LINE" != x
; then
6912 eval "DEFAULT_$LINE"
6917 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6921 eval "$ac_cv_use_clipboard"
6922 if test "$no_cache" != 1; then
6923 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6926 if test "$wxUSE_CLIPBOARD" = yes; then
6927 echo "$as_me:$LINENO: result: yes" >&5
6928 echo "${ECHO_T}yes" >&6
6930 echo "$as_me:$LINENO: result: no" >&5
6931 echo "${ECHO_T}no" >&6
6936 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6937 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6939 # Check whether --enable-dnd or --disable-dnd was given.
6940 if test "${enable_dnd+set}" = set; then
6941 enableval
="$enable_dnd"
6943 if test "$enableval" = yes; then
6944 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
6946 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
6951 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6952 if test "x$LINE" != x
; then
6953 eval "DEFAULT_$LINE"
6958 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6962 eval "$ac_cv_use_dnd"
6963 if test "$no_cache" != 1; then
6964 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6967 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6968 echo "$as_me:$LINENO: result: yes" >&5
6969 echo "${ECHO_T}yes" >&6
6971 echo "$as_me:$LINENO: result: no" >&5
6972 echo "${ECHO_T}no" >&6
6977 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6978 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6980 # Check whether --enable-metafile or --disable-metafile was given.
6981 if test "${enable_metafile+set}" = set; then
6982 enableval
="$enable_metafile"
6984 if test "$enableval" = yes; then
6985 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
6987 ac_cv_use_metafile
='wxUSE_METAFILE=no'
6992 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6993 if test "x$LINE" != x
; then
6994 eval "DEFAULT_$LINE"
6999 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7003 eval "$ac_cv_use_metafile"
7004 if test "$no_cache" != 1; then
7005 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7008 if test "$wxUSE_METAFILE" = yes; then
7009 echo "$as_me:$LINENO: result: yes" >&5
7010 echo "${ECHO_T}yes" >&6
7012 echo "$as_me:$LINENO: result: no" >&5
7013 echo "${ECHO_T}no" >&6
7021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7022 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7024 # Check whether --enable-controls or --disable-controls was given.
7025 if test "${enable_controls+set}" = set; then
7026 enableval
="$enable_controls"
7028 if test "$enableval" = yes; then
7029 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7031 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7036 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7037 if test "x$LINE" != x
; then
7038 eval "DEFAULT_$LINE"
7043 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7047 eval "$ac_cv_use_controls"
7048 if test "$no_cache" != 1; then
7049 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7052 if test "$wxUSE_CONTROLS" = yes; then
7053 echo "$as_me:$LINENO: result: yes" >&5
7054 echo "${ECHO_T}yes" >&6
7056 echo "$as_me:$LINENO: result: no" >&5
7057 echo "${ECHO_T}no" >&6
7061 if test "$wxUSE_CONTROLS" = "yes"; then
7062 DEFAULT_wxUSE_ACCEL
=yes
7063 DEFAULT_wxUSE_BMPBUTTON
=yes
7064 DEFAULT_wxUSE_BUTTON
=yes
7065 DEFAULT_wxUSE_CALCTRL
=no
7066 DEFAULT_wxUSE_CARET
=yes
7067 DEFAULT_wxUSE_COMBOBOX
=yes
7068 DEFAULT_wxUSE_CHECKBOX
=yes
7069 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7070 DEFAULT_wxUSE_CHOICE
=yes
7071 DEFAULT_wxUSE_CHOICEBOOK
=yes
7072 DEFAULT_wxUSE_GAUGE
=yes
7073 DEFAULT_wxUSE_GRID
=yes
7074 DEFAULT_wxUSE_IMAGLIST
=yes
7075 DEFAULT_wxUSE_LISTBOOK
=yes
7076 DEFAULT_wxUSE_LISTBOX
=yes
7077 DEFAULT_wxUSE_LISTCTRL
=yes
7078 DEFAULT_wxUSE_NOTEBOOK
=yes
7079 DEFAULT_wxUSE_RADIOBOX
=yes
7080 DEFAULT_wxUSE_RADIOBTN
=yes
7081 DEFAULT_wxUSE_SASH
=yes
7082 DEFAULT_wxUSE_SCROLLBAR
=yes
7083 DEFAULT_wxUSE_SLIDER
=yes
7084 DEFAULT_wxUSE_SPINBTN
=yes
7085 DEFAULT_wxUSE_SPINCTRL
=yes
7086 DEFAULT_wxUSE_SPLITTER
=yes
7087 DEFAULT_wxUSE_STATBMP
=yes
7088 DEFAULT_wxUSE_STATBOX
=yes
7089 DEFAULT_wxUSE_STATLINE
=yes
7090 DEFAULT_wxUSE_STATUSBAR
=yes
7091 DEFAULT_wxUSE_TAB_DIALOG
=yes
7092 DEFAULT_wxUSE_TOGGLEBTN
=yes
7093 DEFAULT_wxUSE_TOOLBAR
=yes
7094 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7095 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
7096 DEFAULT_wxUSE_TOOLTIPS
=yes
7097 DEFAULT_wxUSE_TREECTRL
=yes
7098 DEFAULT_wxUSE_POPUPWIN
=yes
7099 DEFAULT_wxUSE_TIPWINDOW
=yes
7100 elif test "$wxUSE_CONTROLS" = "no"; then
7101 DEFAULT_wxUSE_ACCEL
=no
7102 DEFAULT_wxUSE_BMPBUTTON
=no
7103 DEFAULT_wxUSE_BUTTON
=no
7104 DEFAULT_wxUSE_CALCTRL
=no
7105 DEFAULT_wxUSE_CARET
=no
7106 DEFAULT_wxUSE_COMBOBOX
=no
7107 DEFAULT_wxUSE_CHECKBOX
=no
7108 DEFAULT_wxUSE_CHECKLISTBOX
=no
7109 DEFAULT_wxUSE_CHOICE
=no
7110 DEFAULT_wxUSE_CHOICEBOOK
=no
7111 DEFAULT_wxUSE_GAUGE
=no
7112 DEFAULT_wxUSE_GRID
=no
7113 DEFAULT_wxUSE_IMAGLIST
=no
7114 DEFAULT_wxUSE_LISTBOOK
=no
7115 DEFAULT_wxUSE_LISTBOX
=no
7116 DEFAULT_wxUSE_LISTCTRL
=no
7117 DEFAULT_wxUSE_NOTEBOOK
=no
7118 DEFAULT_wxUSE_RADIOBOX
=no
7119 DEFAULT_wxUSE_RADIOBTN
=no
7120 DEFAULT_wxUSE_SASH
=no
7121 DEFAULT_wxUSE_SCROLLBAR
=no
7122 DEFAULT_wxUSE_SLIDER
=no
7123 DEFAULT_wxUSE_SPINBTN
=no
7124 DEFAULT_wxUSE_SPINCTRL
=no
7125 DEFAULT_wxUSE_SPLITTER
=no
7126 DEFAULT_wxUSE_STATBMP
=no
7127 DEFAULT_wxUSE_STATBOX
=no
7128 DEFAULT_wxUSE_STATLINE
=no
7129 DEFAULT_wxUSE_STATUSBAR
=no
7130 DEFAULT_wxUSE_TAB_DIALOG
=no
7131 DEFAULT_wxUSE_TOGGLEBTN
=no
7132 DEFAULT_wxUSE_TOOLBAR
=no
7133 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
7134 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
7135 DEFAULT_wxUSE_TOOLTIPS
=no
7136 DEFAULT_wxUSE_TREECTRL
=no
7137 DEFAULT_wxUSE_POPUPWIN
=no
7138 DEFAULT_wxUSE_TIPWINDOW
=no
7143 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7144 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7146 # Check whether --enable-accel or --disable-accel was given.
7147 if test "${enable_accel+set}" = set; then
7148 enableval
="$enable_accel"
7150 if test "$enableval" = yes; then
7151 ac_cv_use_accel
='wxUSE_ACCEL=yes'
7153 ac_cv_use_accel
='wxUSE_ACCEL=no'
7158 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7159 if test "x$LINE" != x
; then
7160 eval "DEFAULT_$LINE"
7165 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7169 eval "$ac_cv_use_accel"
7170 if test "$no_cache" != 1; then
7171 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7174 if test "$wxUSE_ACCEL" = yes; then
7175 echo "$as_me:$LINENO: result: yes" >&5
7176 echo "${ECHO_T}yes" >&6
7178 echo "$as_me:$LINENO: result: no" >&5
7179 echo "${ECHO_T}no" >&6
7184 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7185 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7187 # Check whether --enable-button or --disable-button was given.
7188 if test "${enable_button+set}" = set; then
7189 enableval
="$enable_button"
7191 if test "$enableval" = yes; then
7192 ac_cv_use_button
='wxUSE_BUTTON=yes'
7194 ac_cv_use_button
='wxUSE_BUTTON=no'
7199 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7200 if test "x$LINE" != x
; then
7201 eval "DEFAULT_$LINE"
7206 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7210 eval "$ac_cv_use_button"
7211 if test "$no_cache" != 1; then
7212 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7215 if test "$wxUSE_BUTTON" = yes; then
7216 echo "$as_me:$LINENO: result: yes" >&5
7217 echo "${ECHO_T}yes" >&6
7219 echo "$as_me:$LINENO: result: no" >&5
7220 echo "${ECHO_T}no" >&6
7225 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7226 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7228 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7229 if test "${enable_bmpbutton+set}" = set; then
7230 enableval
="$enable_bmpbutton"
7232 if test "$enableval" = yes; then
7233 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
7235 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
7240 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7241 if test "x$LINE" != x
; then
7242 eval "DEFAULT_$LINE"
7247 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7251 eval "$ac_cv_use_bmpbutton"
7252 if test "$no_cache" != 1; then
7253 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7256 if test "$wxUSE_BMPBUTTON" = yes; then
7257 echo "$as_me:$LINENO: result: yes" >&5
7258 echo "${ECHO_T}yes" >&6
7260 echo "$as_me:$LINENO: result: no" >&5
7261 echo "${ECHO_T}no" >&6
7266 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7267 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7269 # Check whether --enable-calendar or --disable-calendar was given.
7270 if test "${enable_calendar+set}" = set; then
7271 enableval
="$enable_calendar"
7273 if test "$enableval" = yes; then
7274 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
7276 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
7281 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7282 if test "x$LINE" != x
; then
7283 eval "DEFAULT_$LINE"
7288 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7292 eval "$ac_cv_use_calendar"
7293 if test "$no_cache" != 1; then
7294 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7297 if test "$wxUSE_CALCTRL" = yes; then
7298 echo "$as_me:$LINENO: result: yes" >&5
7299 echo "${ECHO_T}yes" >&6
7301 echo "$as_me:$LINENO: result: no" >&5
7302 echo "${ECHO_T}no" >&6
7307 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7308 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7310 # Check whether --enable-caret or --disable-caret was given.
7311 if test "${enable_caret+set}" = set; then
7312 enableval
="$enable_caret"
7314 if test "$enableval" = yes; then
7315 ac_cv_use_caret
='wxUSE_CARET=yes'
7317 ac_cv_use_caret
='wxUSE_CARET=no'
7322 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7323 if test "x$LINE" != x
; then
7324 eval "DEFAULT_$LINE"
7329 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7333 eval "$ac_cv_use_caret"
7334 if test "$no_cache" != 1; then
7335 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7338 if test "$wxUSE_CARET" = yes; then
7339 echo "$as_me:$LINENO: result: yes" >&5
7340 echo "${ECHO_T}yes" >&6
7342 echo "$as_me:$LINENO: result: no" >&5
7343 echo "${ECHO_T}no" >&6
7348 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7349 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7351 # Check whether --enable-checkbox or --disable-checkbox was given.
7352 if test "${enable_checkbox+set}" = set; then
7353 enableval
="$enable_checkbox"
7355 if test "$enableval" = yes; then
7356 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
7358 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
7363 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7364 if test "x$LINE" != x
; then
7365 eval "DEFAULT_$LINE"
7370 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7374 eval "$ac_cv_use_checkbox"
7375 if test "$no_cache" != 1; then
7376 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7379 if test "$wxUSE_CHECKBOX" = yes; then
7380 echo "$as_me:$LINENO: result: yes" >&5
7381 echo "${ECHO_T}yes" >&6
7383 echo "$as_me:$LINENO: result: no" >&5
7384 echo "${ECHO_T}no" >&6
7389 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7390 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7392 # Check whether --enable-checklst or --disable-checklst was given.
7393 if test "${enable_checklst+set}" = set; then
7394 enableval
="$enable_checklst"
7396 if test "$enableval" = yes; then
7397 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
7399 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
7404 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7405 if test "x$LINE" != x
; then
7406 eval "DEFAULT_$LINE"
7411 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7415 eval "$ac_cv_use_checklst"
7416 if test "$no_cache" != 1; then
7417 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7420 if test "$wxUSE_CHECKLST" = yes; then
7421 echo "$as_me:$LINENO: result: yes" >&5
7422 echo "${ECHO_T}yes" >&6
7424 echo "$as_me:$LINENO: result: no" >&5
7425 echo "${ECHO_T}no" >&6
7430 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7431 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7433 # Check whether --enable-choice or --disable-choice was given.
7434 if test "${enable_choice+set}" = set; then
7435 enableval
="$enable_choice"
7437 if test "$enableval" = yes; then
7438 ac_cv_use_choice
='wxUSE_CHOICE=yes'
7440 ac_cv_use_choice
='wxUSE_CHOICE=no'
7445 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7446 if test "x$LINE" != x
; then
7447 eval "DEFAULT_$LINE"
7452 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7456 eval "$ac_cv_use_choice"
7457 if test "$no_cache" != 1; then
7458 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7461 if test "$wxUSE_CHOICE" = yes; then
7462 echo "$as_me:$LINENO: result: yes" >&5
7463 echo "${ECHO_T}yes" >&6
7465 echo "$as_me:$LINENO: result: no" >&5
7466 echo "${ECHO_T}no" >&6
7471 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7472 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7474 # Check whether --enable-choicebook or --disable-choicebook was given.
7475 if test "${enable_choicebook+set}" = set; then
7476 enableval
="$enable_choicebook"
7478 if test "$enableval" = yes; then
7479 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
7481 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
7486 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7487 if test "x$LINE" != x
; then
7488 eval "DEFAULT_$LINE"
7493 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7497 eval "$ac_cv_use_choicebook"
7498 if test "$no_cache" != 1; then
7499 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7502 if test "$wxUSE_CHOICEBOOK" = yes; then
7503 echo "$as_me:$LINENO: result: yes" >&5
7504 echo "${ECHO_T}yes" >&6
7506 echo "$as_me:$LINENO: result: no" >&5
7507 echo "${ECHO_T}no" >&6
7512 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7513 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7515 # Check whether --enable-combobox or --disable-combobox was given.
7516 if test "${enable_combobox+set}" = set; then
7517 enableval
="$enable_combobox"
7519 if test "$enableval" = yes; then
7520 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
7522 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
7527 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7528 if test "x$LINE" != x
; then
7529 eval "DEFAULT_$LINE"
7534 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7538 eval "$ac_cv_use_combobox"
7539 if test "$no_cache" != 1; then
7540 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7543 if test "$wxUSE_COMBOBOX" = yes; then
7544 echo "$as_me:$LINENO: result: yes" >&5
7545 echo "${ECHO_T}yes" >&6
7547 echo "$as_me:$LINENO: result: no" >&5
7548 echo "${ECHO_T}no" >&6
7553 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7554 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7556 # Check whether --enable-display or --disable-display was given.
7557 if test "${enable_display+set}" = set; then
7558 enableval
="$enable_display"
7560 if test "$enableval" = yes; then
7561 ac_cv_use_display
='wxUSE_DISPLAY=yes'
7563 ac_cv_use_display
='wxUSE_DISPLAY=no'
7568 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7569 if test "x$LINE" != x
; then
7570 eval "DEFAULT_$LINE"
7575 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7579 eval "$ac_cv_use_display"
7580 if test "$no_cache" != 1; then
7581 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7584 if test "$wxUSE_DISPLAY" = yes; then
7585 echo "$as_me:$LINENO: result: yes" >&5
7586 echo "${ECHO_T}yes" >&6
7588 echo "$as_me:$LINENO: result: no" >&5
7589 echo "${ECHO_T}no" >&6
7594 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7595 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7597 # Check whether --enable-gauge or --disable-gauge was given.
7598 if test "${enable_gauge+set}" = set; then
7599 enableval
="$enable_gauge"
7601 if test "$enableval" = yes; then
7602 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
7604 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7609 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7610 if test "x$LINE" != x
; then
7611 eval "DEFAULT_$LINE"
7616 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7620 eval "$ac_cv_use_gauge"
7621 if test "$no_cache" != 1; then
7622 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7625 if test "$wxUSE_GAUGE" = yes; then
7626 echo "$as_me:$LINENO: result: yes" >&5
7627 echo "${ECHO_T}yes" >&6
7629 echo "$as_me:$LINENO: result: no" >&5
7630 echo "${ECHO_T}no" >&6
7635 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7636 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7638 # Check whether --enable-grid or --disable-grid was given.
7639 if test "${enable_grid+set}" = set; then
7640 enableval
="$enable_grid"
7642 if test "$enableval" = yes; then
7643 ac_cv_use_grid
='wxUSE_GRID=yes'
7645 ac_cv_use_grid
='wxUSE_GRID=no'
7650 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7651 if test "x$LINE" != x
; then
7652 eval "DEFAULT_$LINE"
7657 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7661 eval "$ac_cv_use_grid"
7662 if test "$no_cache" != 1; then
7663 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7666 if test "$wxUSE_GRID" = yes; then
7667 echo "$as_me:$LINENO: result: yes" >&5
7668 echo "${ECHO_T}yes" >&6
7670 echo "$as_me:$LINENO: result: no" >&5
7671 echo "${ECHO_T}no" >&6
7676 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7677 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7679 # Check whether --enable-imaglist or --disable-imaglist was given.
7680 if test "${enable_imaglist+set}" = set; then
7681 enableval
="$enable_imaglist"
7683 if test "$enableval" = yes; then
7684 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7686 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7691 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7692 if test "x$LINE" != x
; then
7693 eval "DEFAULT_$LINE"
7698 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7702 eval "$ac_cv_use_imaglist"
7703 if test "$no_cache" != 1; then
7704 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7707 if test "$wxUSE_IMAGLIST" = yes; then
7708 echo "$as_me:$LINENO: result: yes" >&5
7709 echo "${ECHO_T}yes" >&6
7711 echo "$as_me:$LINENO: result: no" >&5
7712 echo "${ECHO_T}no" >&6
7717 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7718 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7720 # Check whether --enable-listbook or --disable-listbook was given.
7721 if test "${enable_listbook+set}" = set; then
7722 enableval
="$enable_listbook"
7724 if test "$enableval" = yes; then
7725 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
7727 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
7732 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7733 if test "x$LINE" != x
; then
7734 eval "DEFAULT_$LINE"
7739 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7743 eval "$ac_cv_use_listbook"
7744 if test "$no_cache" != 1; then
7745 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7748 if test "$wxUSE_LISTBOOK" = yes; then
7749 echo "$as_me:$LINENO: result: yes" >&5
7750 echo "${ECHO_T}yes" >&6
7752 echo "$as_me:$LINENO: result: no" >&5
7753 echo "${ECHO_T}no" >&6
7758 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7759 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7761 # Check whether --enable-listbox or --disable-listbox was given.
7762 if test "${enable_listbox+set}" = set; then
7763 enableval
="$enable_listbox"
7765 if test "$enableval" = yes; then
7766 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
7768 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
7773 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7774 if test "x$LINE" != x
; then
7775 eval "DEFAULT_$LINE"
7780 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7784 eval "$ac_cv_use_listbox"
7785 if test "$no_cache" != 1; then
7786 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7789 if test "$wxUSE_LISTBOX" = yes; then
7790 echo "$as_me:$LINENO: result: yes" >&5
7791 echo "${ECHO_T}yes" >&6
7793 echo "$as_me:$LINENO: result: no" >&5
7794 echo "${ECHO_T}no" >&6
7799 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7800 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7802 # Check whether --enable-listctrl or --disable-listctrl was given.
7803 if test "${enable_listctrl+set}" = set; then
7804 enableval
="$enable_listctrl"
7806 if test "$enableval" = yes; then
7807 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
7809 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
7814 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7815 if test "x$LINE" != x
; then
7816 eval "DEFAULT_$LINE"
7821 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7825 eval "$ac_cv_use_listctrl"
7826 if test "$no_cache" != 1; then
7827 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7830 if test "$wxUSE_LISTCTRL" = yes; then
7831 echo "$as_me:$LINENO: result: yes" >&5
7832 echo "${ECHO_T}yes" >&6
7834 echo "$as_me:$LINENO: result: no" >&5
7835 echo "${ECHO_T}no" >&6
7840 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7841 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7843 # Check whether --enable-notebook or --disable-notebook was given.
7844 if test "${enable_notebook+set}" = set; then
7845 enableval
="$enable_notebook"
7847 if test "$enableval" = yes; then
7848 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
7850 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
7855 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7856 if test "x$LINE" != x
; then
7857 eval "DEFAULT_$LINE"
7862 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7866 eval "$ac_cv_use_notebook"
7867 if test "$no_cache" != 1; then
7868 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7871 if test "$wxUSE_NOTEBOOK" = yes; then
7872 echo "$as_me:$LINENO: result: yes" >&5
7873 echo "${ECHO_T}yes" >&6
7875 echo "$as_me:$LINENO: result: no" >&5
7876 echo "${ECHO_T}no" >&6
7881 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7882 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7884 # Check whether --enable-radiobox or --disable-radiobox was given.
7885 if test "${enable_radiobox+set}" = set; then
7886 enableval
="$enable_radiobox"
7888 if test "$enableval" = yes; then
7889 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
7891 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
7896 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7897 if test "x$LINE" != x
; then
7898 eval "DEFAULT_$LINE"
7903 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7907 eval "$ac_cv_use_radiobox"
7908 if test "$no_cache" != 1; then
7909 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7912 if test "$wxUSE_RADIOBOX" = yes; then
7913 echo "$as_me:$LINENO: result: yes" >&5
7914 echo "${ECHO_T}yes" >&6
7916 echo "$as_me:$LINENO: result: no" >&5
7917 echo "${ECHO_T}no" >&6
7922 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7923 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7925 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7926 if test "${enable_radiobtn+set}" = set; then
7927 enableval
="$enable_radiobtn"
7929 if test "$enableval" = yes; then
7930 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
7932 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
7937 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7938 if test "x$LINE" != x
; then
7939 eval "DEFAULT_$LINE"
7944 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7948 eval "$ac_cv_use_radiobtn"
7949 if test "$no_cache" != 1; then
7950 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7953 if test "$wxUSE_RADIOBTN" = yes; then
7954 echo "$as_me:$LINENO: result: yes" >&5
7955 echo "${ECHO_T}yes" >&6
7957 echo "$as_me:$LINENO: result: no" >&5
7958 echo "${ECHO_T}no" >&6
7963 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7964 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7966 # Check whether --enable-sash or --disable-sash was given.
7967 if test "${enable_sash+set}" = set; then
7968 enableval
="$enable_sash"
7970 if test "$enableval" = yes; then
7971 ac_cv_use_sash
='wxUSE_SASH=yes'
7973 ac_cv_use_sash
='wxUSE_SASH=no'
7978 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7979 if test "x$LINE" != x
; then
7980 eval "DEFAULT_$LINE"
7985 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7989 eval "$ac_cv_use_sash"
7990 if test "$no_cache" != 1; then
7991 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7994 if test "$wxUSE_SASH" = yes; then
7995 echo "$as_me:$LINENO: result: yes" >&5
7996 echo "${ECHO_T}yes" >&6
7998 echo "$as_me:$LINENO: result: no" >&5
7999 echo "${ECHO_T}no" >&6
8004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8005 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8007 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8008 if test "${enable_scrollbar+set}" = set; then
8009 enableval
="$enable_scrollbar"
8011 if test "$enableval" = yes; then
8012 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
8014 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
8019 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8020 if test "x$LINE" != x
; then
8021 eval "DEFAULT_$LINE"
8026 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8030 eval "$ac_cv_use_scrollbar"
8031 if test "$no_cache" != 1; then
8032 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8035 if test "$wxUSE_SCROLLBAR" = yes; then
8036 echo "$as_me:$LINENO: result: yes" >&5
8037 echo "${ECHO_T}yes" >&6
8039 echo "$as_me:$LINENO: result: no" >&5
8040 echo "${ECHO_T}no" >&6
8045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8046 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8048 # Check whether --enable-slider or --disable-slider was given.
8049 if test "${enable_slider+set}" = set; then
8050 enableval
="$enable_slider"
8052 if test "$enableval" = yes; then
8053 ac_cv_use_slider
='wxUSE_SLIDER=yes'
8055 ac_cv_use_slider
='wxUSE_SLIDER=no'
8060 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8061 if test "x$LINE" != x
; then
8062 eval "DEFAULT_$LINE"
8067 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8071 eval "$ac_cv_use_slider"
8072 if test "$no_cache" != 1; then
8073 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8076 if test "$wxUSE_SLIDER" = yes; then
8077 echo "$as_me:$LINENO: result: yes" >&5
8078 echo "${ECHO_T}yes" >&6
8080 echo "$as_me:$LINENO: result: no" >&5
8081 echo "${ECHO_T}no" >&6
8086 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8087 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8089 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8090 if test "${enable_spinbtn+set}" = set; then
8091 enableval
="$enable_spinbtn"
8093 if test "$enableval" = yes; then
8094 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
8096 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
8101 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8102 if test "x$LINE" != x
; then
8103 eval "DEFAULT_$LINE"
8108 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8112 eval "$ac_cv_use_spinbtn"
8113 if test "$no_cache" != 1; then
8114 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8117 if test "$wxUSE_SPINBTN" = yes; then
8118 echo "$as_me:$LINENO: result: yes" >&5
8119 echo "${ECHO_T}yes" >&6
8121 echo "$as_me:$LINENO: result: no" >&5
8122 echo "${ECHO_T}no" >&6
8127 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8128 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8130 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8131 if test "${enable_spinctrl+set}" = set; then
8132 enableval
="$enable_spinctrl"
8134 if test "$enableval" = yes; then
8135 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
8137 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
8142 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8143 if test "x$LINE" != x
; then
8144 eval "DEFAULT_$LINE"
8149 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8153 eval "$ac_cv_use_spinctrl"
8154 if test "$no_cache" != 1; then
8155 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8158 if test "$wxUSE_SPINCTRL" = yes; then
8159 echo "$as_me:$LINENO: result: yes" >&5
8160 echo "${ECHO_T}yes" >&6
8162 echo "$as_me:$LINENO: result: no" >&5
8163 echo "${ECHO_T}no" >&6
8168 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8169 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8171 # Check whether --enable-splitter or --disable-splitter was given.
8172 if test "${enable_splitter+set}" = set; then
8173 enableval
="$enable_splitter"
8175 if test "$enableval" = yes; then
8176 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
8178 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
8183 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8184 if test "x$LINE" != x
; then
8185 eval "DEFAULT_$LINE"
8190 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8194 eval "$ac_cv_use_splitter"
8195 if test "$no_cache" != 1; then
8196 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8199 if test "$wxUSE_SPLITTER" = yes; then
8200 echo "$as_me:$LINENO: result: yes" >&5
8201 echo "${ECHO_T}yes" >&6
8203 echo "$as_me:$LINENO: result: no" >&5
8204 echo "${ECHO_T}no" >&6
8209 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8210 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8212 # Check whether --enable-statbmp or --disable-statbmp was given.
8213 if test "${enable_statbmp+set}" = set; then
8214 enableval
="$enable_statbmp"
8216 if test "$enableval" = yes; then
8217 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
8219 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
8224 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8225 if test "x$LINE" != x
; then
8226 eval "DEFAULT_$LINE"
8231 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8235 eval "$ac_cv_use_statbmp"
8236 if test "$no_cache" != 1; then
8237 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8240 if test "$wxUSE_STATBMP" = yes; then
8241 echo "$as_me:$LINENO: result: yes" >&5
8242 echo "${ECHO_T}yes" >&6
8244 echo "$as_me:$LINENO: result: no" >&5
8245 echo "${ECHO_T}no" >&6
8250 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8251 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8253 # Check whether --enable-statbox or --disable-statbox was given.
8254 if test "${enable_statbox+set}" = set; then
8255 enableval
="$enable_statbox"
8257 if test "$enableval" = yes; then
8258 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
8260 ac_cv_use_statbox
='wxUSE_STATBOX=no'
8265 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8266 if test "x$LINE" != x
; then
8267 eval "DEFAULT_$LINE"
8272 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8276 eval "$ac_cv_use_statbox"
8277 if test "$no_cache" != 1; then
8278 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8281 if test "$wxUSE_STATBOX" = yes; then
8282 echo "$as_me:$LINENO: result: yes" >&5
8283 echo "${ECHO_T}yes" >&6
8285 echo "$as_me:$LINENO: result: no" >&5
8286 echo "${ECHO_T}no" >&6
8291 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8292 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8294 # Check whether --enable-statline or --disable-statline was given.
8295 if test "${enable_statline+set}" = set; then
8296 enableval
="$enable_statline"
8298 if test "$enableval" = yes; then
8299 ac_cv_use_statline
='wxUSE_STATLINE=yes'
8301 ac_cv_use_statline
='wxUSE_STATLINE=no'
8306 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8307 if test "x$LINE" != x
; then
8308 eval "DEFAULT_$LINE"
8313 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8317 eval "$ac_cv_use_statline"
8318 if test "$no_cache" != 1; then
8319 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8322 if test "$wxUSE_STATLINE" = yes; then
8323 echo "$as_me:$LINENO: result: yes" >&5
8324 echo "${ECHO_T}yes" >&6
8326 echo "$as_me:$LINENO: result: no" >&5
8327 echo "${ECHO_T}no" >&6
8332 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8333 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8335 # Check whether --enable-stattext or --disable-stattext was given.
8336 if test "${enable_stattext+set}" = set; then
8337 enableval
="$enable_stattext"
8339 if test "$enableval" = yes; then
8340 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
8342 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
8347 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8348 if test "x$LINE" != x
; then
8349 eval "DEFAULT_$LINE"
8354 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8358 eval "$ac_cv_use_stattext"
8359 if test "$no_cache" != 1; then
8360 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8363 if test "$wxUSE_STATTEXT" = yes; then
8364 echo "$as_me:$LINENO: result: yes" >&5
8365 echo "${ECHO_T}yes" >&6
8367 echo "$as_me:$LINENO: result: no" >&5
8368 echo "${ECHO_T}no" >&6
8373 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8374 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8376 # Check whether --enable-statusbar or --disable-statusbar was given.
8377 if test "${enable_statusbar+set}" = set; then
8378 enableval
="$enable_statusbar"
8380 if test "$enableval" = yes; then
8381 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
8383 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
8388 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8389 if test "x$LINE" != x
; then
8390 eval "DEFAULT_$LINE"
8395 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8399 eval "$ac_cv_use_statusbar"
8400 if test "$no_cache" != 1; then
8401 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8404 if test "$wxUSE_STATUSBAR" = yes; then
8405 echo "$as_me:$LINENO: result: yes" >&5
8406 echo "${ECHO_T}yes" >&6
8408 echo "$as_me:$LINENO: result: no" >&5
8409 echo "${ECHO_T}no" >&6
8414 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8415 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8417 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8418 if test "${enable_tabdialog+set}" = set; then
8419 enableval
="$enable_tabdialog"
8421 if test "$enableval" = yes; then
8422 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
8424 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
8429 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8430 if test "x$LINE" != x
; then
8431 eval "DEFAULT_$LINE"
8436 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8440 eval "$ac_cv_use_tabdialog"
8441 if test "$no_cache" != 1; then
8442 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8445 if test "$wxUSE_TABDIALOG" = yes; then
8446 echo "$as_me:$LINENO: result: yes" >&5
8447 echo "${ECHO_T}yes" >&6
8449 echo "$as_me:$LINENO: result: no" >&5
8450 echo "${ECHO_T}no" >&6
8455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8456 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8458 # Check whether --enable-textctrl or --disable-textctrl was given.
8459 if test "${enable_textctrl+set}" = set; then
8460 enableval
="$enable_textctrl"
8462 if test "$enableval" = yes; then
8463 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
8465 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
8470 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8471 if test "x$LINE" != x
; then
8472 eval "DEFAULT_$LINE"
8477 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8481 eval "$ac_cv_use_textctrl"
8482 if test "$no_cache" != 1; then
8483 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8486 if test "$wxUSE_TEXTCTRL" = yes; then
8487 echo "$as_me:$LINENO: result: yes" >&5
8488 echo "${ECHO_T}yes" >&6
8490 echo "$as_me:$LINENO: result: no" >&5
8491 echo "${ECHO_T}no" >&6
8496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8497 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8499 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8500 if test "${enable_togglebtn+set}" = set; then
8501 enableval
="$enable_togglebtn"
8503 if test "$enableval" = yes; then
8504 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
8506 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
8511 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8512 if test "x$LINE" != x
; then
8513 eval "DEFAULT_$LINE"
8518 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8522 eval "$ac_cv_use_togglebtn"
8523 if test "$no_cache" != 1; then
8524 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8527 if test "$wxUSE_TOGGLEBTN" = yes; then
8528 echo "$as_me:$LINENO: result: yes" >&5
8529 echo "${ECHO_T}yes" >&6
8531 echo "$as_me:$LINENO: result: no" >&5
8532 echo "${ECHO_T}no" >&6
8537 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8538 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8540 # Check whether --enable-toolbar or --disable-toolbar was given.
8541 if test "${enable_toolbar+set}" = set; then
8542 enableval
="$enable_toolbar"
8544 if test "$enableval" = yes; then
8545 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
8547 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
8552 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8553 if test "x$LINE" != x
; then
8554 eval "DEFAULT_$LINE"
8559 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8563 eval "$ac_cv_use_toolbar"
8564 if test "$no_cache" != 1; then
8565 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8568 if test "$wxUSE_TOOLBAR" = yes; then
8569 echo "$as_me:$LINENO: result: yes" >&5
8570 echo "${ECHO_T}yes" >&6
8572 echo "$as_me:$LINENO: result: no" >&5
8573 echo "${ECHO_T}no" >&6
8578 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8579 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8581 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8582 if test "${enable_tbarnative+set}" = set; then
8583 enableval
="$enable_tbarnative"
8585 if test "$enableval" = yes; then
8586 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
8588 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
8593 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8594 if test "x$LINE" != x
; then
8595 eval "DEFAULT_$LINE"
8600 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8604 eval "$ac_cv_use_tbarnative"
8605 if test "$no_cache" != 1; then
8606 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8609 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8610 echo "$as_me:$LINENO: result: yes" >&5
8611 echo "${ECHO_T}yes" >&6
8613 echo "$as_me:$LINENO: result: no" >&5
8614 echo "${ECHO_T}no" >&6
8619 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8620 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8622 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8623 if test "${enable_tbarsmpl+set}" = set; then
8624 enableval
="$enable_tbarsmpl"
8626 if test "$enableval" = yes; then
8627 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
8629 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
8634 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8635 if test "x$LINE" != x
; then
8636 eval "DEFAULT_$LINE"
8641 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8645 eval "$ac_cv_use_tbarsmpl"
8646 if test "$no_cache" != 1; then
8647 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8650 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8651 echo "$as_me:$LINENO: result: yes" >&5
8652 echo "${ECHO_T}yes" >&6
8654 echo "$as_me:$LINENO: result: no" >&5
8655 echo "${ECHO_T}no" >&6
8660 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8661 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8663 # Check whether --enable-treectrl or --disable-treectrl was given.
8664 if test "${enable_treectrl+set}" = set; then
8665 enableval
="$enable_treectrl"
8667 if test "$enableval" = yes; then
8668 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8670 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8675 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8676 if test "x$LINE" != x
; then
8677 eval "DEFAULT_$LINE"
8682 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8686 eval "$ac_cv_use_treectrl"
8687 if test "$no_cache" != 1; then
8688 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8691 if test "$wxUSE_TREECTRL" = yes; then
8692 echo "$as_me:$LINENO: result: yes" >&5
8693 echo "${ECHO_T}yes" >&6
8695 echo "$as_me:$LINENO: result: no" >&5
8696 echo "${ECHO_T}no" >&6
8701 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8702 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8704 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8705 if test "${enable_tipwindow+set}" = set; then
8706 enableval
="$enable_tipwindow"
8708 if test "$enableval" = yes; then
8709 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8711 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8716 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8717 if test "x$LINE" != x
; then
8718 eval "DEFAULT_$LINE"
8723 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8727 eval "$ac_cv_use_tipwindow"
8728 if test "$no_cache" != 1; then
8729 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8732 if test "$wxUSE_TIPWINDOW" = yes; then
8733 echo "$as_me:$LINENO: result: yes" >&5
8734 echo "${ECHO_T}yes" >&6
8736 echo "$as_me:$LINENO: result: no" >&5
8737 echo "${ECHO_T}no" >&6
8742 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8743 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8745 # Check whether --enable-popupwin or --disable-popupwin was given.
8746 if test "${enable_popupwin+set}" = set; then
8747 enableval
="$enable_popupwin"
8749 if test "$enableval" = yes; then
8750 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8752 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8757 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8758 if test "x$LINE" != x
; then
8759 eval "DEFAULT_$LINE"
8764 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8768 eval "$ac_cv_use_popupwin"
8769 if test "$no_cache" != 1; then
8770 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8773 if test "$wxUSE_POPUPWIN" = yes; then
8774 echo "$as_me:$LINENO: result: yes" >&5
8775 echo "${ECHO_T}yes" >&6
8777 echo "$as_me:$LINENO: result: no" >&5
8778 echo "${ECHO_T}no" >&6
8785 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8786 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8788 # Check whether --enable-commondlg or --disable-commondlg was given.
8789 if test "${enable_commondlg+set}" = set; then
8790 enableval
="$enable_commondlg"
8792 if test "$enableval" = yes; then
8793 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
8795 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
8800 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8801 if test "x$LINE" != x
; then
8802 eval "DEFAULT_$LINE"
8807 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8811 eval "$ac_cv_use_commondlg"
8812 if test "$no_cache" != 1; then
8813 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8816 if test "$wxUSE_COMMONDLGS" = yes; then
8817 echo "$as_me:$LINENO: result: yes" >&5
8818 echo "${ECHO_T}yes" >&6
8820 echo "$as_me:$LINENO: result: no" >&5
8821 echo "${ECHO_T}no" >&6
8826 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8827 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8829 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8830 if test "${enable_choicedlg+set}" = set; then
8831 enableval
="$enable_choicedlg"
8833 if test "$enableval" = yes; then
8834 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
8836 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
8841 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8842 if test "x$LINE" != x
; then
8843 eval "DEFAULT_$LINE"
8848 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8852 eval "$ac_cv_use_choicedlg"
8853 if test "$no_cache" != 1; then
8854 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8857 if test "$wxUSE_CHOICEDLG" = yes; then
8858 echo "$as_me:$LINENO: result: yes" >&5
8859 echo "${ECHO_T}yes" >&6
8861 echo "$as_me:$LINENO: result: no" >&5
8862 echo "${ECHO_T}no" >&6
8867 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8868 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8870 # Check whether --enable-coldlg or --disable-coldlg was given.
8871 if test "${enable_coldlg+set}" = set; then
8872 enableval
="$enable_coldlg"
8874 if test "$enableval" = yes; then
8875 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
8877 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
8882 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8883 if test "x$LINE" != x
; then
8884 eval "DEFAULT_$LINE"
8889 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8893 eval "$ac_cv_use_coldlg"
8894 if test "$no_cache" != 1; then
8895 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8898 if test "$wxUSE_COLOURDLG" = yes; then
8899 echo "$as_me:$LINENO: result: yes" >&5
8900 echo "${ECHO_T}yes" >&6
8902 echo "$as_me:$LINENO: result: no" >&5
8903 echo "${ECHO_T}no" >&6
8908 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8909 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8911 # Check whether --enable-filedlg or --disable-filedlg was given.
8912 if test "${enable_filedlg+set}" = set; then
8913 enableval
="$enable_filedlg"
8915 if test "$enableval" = yes; then
8916 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
8918 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
8923 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8924 if test "x$LINE" != x
; then
8925 eval "DEFAULT_$LINE"
8930 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8934 eval "$ac_cv_use_filedlg"
8935 if test "$no_cache" != 1; then
8936 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8939 if test "$wxUSE_FILEDLG" = yes; then
8940 echo "$as_me:$LINENO: result: yes" >&5
8941 echo "${ECHO_T}yes" >&6
8943 echo "$as_me:$LINENO: result: no" >&5
8944 echo "${ECHO_T}no" >&6
8949 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8950 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8952 # Check whether --enable-finddlg or --disable-finddlg was given.
8953 if test "${enable_finddlg+set}" = set; then
8954 enableval
="$enable_finddlg"
8956 if test "$enableval" = yes; then
8957 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
8959 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
8964 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8965 if test "x$LINE" != x
; then
8966 eval "DEFAULT_$LINE"
8971 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8975 eval "$ac_cv_use_finddlg"
8976 if test "$no_cache" != 1; then
8977 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8980 if test "$wxUSE_FINDREPLDLG" = yes; then
8981 echo "$as_me:$LINENO: result: yes" >&5
8982 echo "${ECHO_T}yes" >&6
8984 echo "$as_me:$LINENO: result: no" >&5
8985 echo "${ECHO_T}no" >&6
8990 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8991 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8993 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8994 if test "${enable_fontdlg+set}" = set; then
8995 enableval
="$enable_fontdlg"
8997 if test "$enableval" = yes; then
8998 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
9000 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
9005 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9006 if test "x$LINE" != x
; then
9007 eval "DEFAULT_$LINE"
9012 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9016 eval "$ac_cv_use_fontdlg"
9017 if test "$no_cache" != 1; then
9018 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9021 if test "$wxUSE_FONTDLG" = yes; then
9022 echo "$as_me:$LINENO: result: yes" >&5
9023 echo "${ECHO_T}yes" >&6
9025 echo "$as_me:$LINENO: result: no" >&5
9026 echo "${ECHO_T}no" >&6
9031 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9032 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9034 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9035 if test "${enable_dirdlg+set}" = set; then
9036 enableval
="$enable_dirdlg"
9038 if test "$enableval" = yes; then
9039 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
9041 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
9046 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9047 if test "x$LINE" != x
; then
9048 eval "DEFAULT_$LINE"
9053 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9057 eval "$ac_cv_use_dirdlg"
9058 if test "$no_cache" != 1; then
9059 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9062 if test "$wxUSE_DIRDLG" = yes; then
9063 echo "$as_me:$LINENO: result: yes" >&5
9064 echo "${ECHO_T}yes" >&6
9066 echo "$as_me:$LINENO: result: no" >&5
9067 echo "${ECHO_T}no" >&6
9072 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9073 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9075 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9076 if test "${enable_msgdlg+set}" = set; then
9077 enableval
="$enable_msgdlg"
9079 if test "$enableval" = yes; then
9080 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
9082 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
9087 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9088 if test "x$LINE" != x
; then
9089 eval "DEFAULT_$LINE"
9094 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9098 eval "$ac_cv_use_msgdlg"
9099 if test "$no_cache" != 1; then
9100 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9103 if test "$wxUSE_MSGDLG" = yes; then
9104 echo "$as_me:$LINENO: result: yes" >&5
9105 echo "${ECHO_T}yes" >&6
9107 echo "$as_me:$LINENO: result: no" >&5
9108 echo "${ECHO_T}no" >&6
9113 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9114 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9116 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9117 if test "${enable_numberdlg+set}" = set; then
9118 enableval
="$enable_numberdlg"
9120 if test "$enableval" = yes; then
9121 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
9123 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
9128 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9129 if test "x$LINE" != x
; then
9130 eval "DEFAULT_$LINE"
9135 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9139 eval "$ac_cv_use_numberdlg"
9140 if test "$no_cache" != 1; then
9141 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9144 if test "$wxUSE_NUMBERDLG" = yes; then
9145 echo "$as_me:$LINENO: result: yes" >&5
9146 echo "${ECHO_T}yes" >&6
9148 echo "$as_me:$LINENO: result: no" >&5
9149 echo "${ECHO_T}no" >&6
9154 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9155 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9157 # Check whether --enable-splash or --disable-splash was given.
9158 if test "${enable_splash+set}" = set; then
9159 enableval
="$enable_splash"
9161 if test "$enableval" = yes; then
9162 ac_cv_use_splash
='wxUSE_SPLASH=yes'
9164 ac_cv_use_splash
='wxUSE_SPLASH=no'
9169 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9170 if test "x$LINE" != x
; then
9171 eval "DEFAULT_$LINE"
9176 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9180 eval "$ac_cv_use_splash"
9181 if test "$no_cache" != 1; then
9182 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9185 if test "$wxUSE_SPLASH" = yes; then
9186 echo "$as_me:$LINENO: result: yes" >&5
9187 echo "${ECHO_T}yes" >&6
9189 echo "$as_me:$LINENO: result: no" >&5
9190 echo "${ECHO_T}no" >&6
9195 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9196 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9198 # Check whether --enable-textdlg or --disable-textdlg was given.
9199 if test "${enable_textdlg+set}" = set; then
9200 enableval
="$enable_textdlg"
9202 if test "$enableval" = yes; then
9203 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
9205 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
9210 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9211 if test "x$LINE" != x
; then
9212 eval "DEFAULT_$LINE"
9217 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9221 eval "$ac_cv_use_textdlg"
9222 if test "$no_cache" != 1; then
9223 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9226 if test "$wxUSE_TEXTDLG" = yes; then
9227 echo "$as_me:$LINENO: result: yes" >&5
9228 echo "${ECHO_T}yes" >&6
9230 echo "$as_me:$LINENO: result: no" >&5
9231 echo "${ECHO_T}no" >&6
9236 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9237 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9239 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9240 if test "${enable_tipdlg+set}" = set; then
9241 enableval
="$enable_tipdlg"
9243 if test "$enableval" = yes; then
9244 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
9246 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
9251 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9252 if test "x$LINE" != x
; then
9253 eval "DEFAULT_$LINE"
9258 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9262 eval "$ac_cv_use_tipdlg"
9263 if test "$no_cache" != 1; then
9264 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9267 if test "$wxUSE_STARTUP_TIPS" = yes; then
9268 echo "$as_me:$LINENO: result: yes" >&5
9269 echo "${ECHO_T}yes" >&6
9271 echo "$as_me:$LINENO: result: no" >&5
9272 echo "${ECHO_T}no" >&6
9277 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9278 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9280 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9281 if test "${enable_progressdlg+set}" = set; then
9282 enableval
="$enable_progressdlg"
9284 if test "$enableval" = yes; then
9285 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
9287 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
9292 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9293 if test "x$LINE" != x
; then
9294 eval "DEFAULT_$LINE"
9299 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9303 eval "$ac_cv_use_progressdlg"
9304 if test "$no_cache" != 1; then
9305 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9308 if test "$wxUSE_PROGRESSDLG" = yes; then
9309 echo "$as_me:$LINENO: result: yes" >&5
9310 echo "${ECHO_T}yes" >&6
9312 echo "$as_me:$LINENO: result: no" >&5
9313 echo "${ECHO_T}no" >&6
9318 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9319 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9321 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9322 if test "${enable_wizarddlg+set}" = set; then
9323 enableval
="$enable_wizarddlg"
9325 if test "$enableval" = yes; then
9326 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
9328 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
9333 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9334 if test "x$LINE" != x
; then
9335 eval "DEFAULT_$LINE"
9340 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9344 eval "$ac_cv_use_wizarddlg"
9345 if test "$no_cache" != 1; then
9346 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9349 if test "$wxUSE_WIZARDDLG" = yes; then
9350 echo "$as_me:$LINENO: result: yes" >&5
9351 echo "${ECHO_T}yes" >&6
9353 echo "$as_me:$LINENO: result: no" >&5
9354 echo "${ECHO_T}no" >&6
9361 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9362 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9364 # Check whether --enable-menus or --disable-menus was given.
9365 if test "${enable_menus+set}" = set; then
9366 enableval
="$enable_menus"
9368 if test "$enableval" = yes; then
9369 ac_cv_use_menus
='wxUSE_MENUS=yes'
9371 ac_cv_use_menus
='wxUSE_MENUS=no'
9376 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9377 if test "x$LINE" != x
; then
9378 eval "DEFAULT_$LINE"
9383 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9387 eval "$ac_cv_use_menus"
9388 if test "$no_cache" != 1; then
9389 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9392 if test "$wxUSE_MENUS" = yes; then
9393 echo "$as_me:$LINENO: result: yes" >&5
9394 echo "${ECHO_T}yes" >&6
9396 echo "$as_me:$LINENO: result: no" >&5
9397 echo "${ECHO_T}no" >&6
9402 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9403 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9405 # Check whether --enable-miniframe or --disable-miniframe was given.
9406 if test "${enable_miniframe+set}" = set; then
9407 enableval
="$enable_miniframe"
9409 if test "$enableval" = yes; then
9410 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
9412 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
9417 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9418 if test "x$LINE" != x
; then
9419 eval "DEFAULT_$LINE"
9424 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9428 eval "$ac_cv_use_miniframe"
9429 if test "$no_cache" != 1; then
9430 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9433 if test "$wxUSE_MINIFRAME" = yes; then
9434 echo "$as_me:$LINENO: result: yes" >&5
9435 echo "${ECHO_T}yes" >&6
9437 echo "$as_me:$LINENO: result: no" >&5
9438 echo "${ECHO_T}no" >&6
9443 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9444 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9446 # Check whether --enable-tooltips or --disable-tooltips was given.
9447 if test "${enable_tooltips+set}" = set; then
9448 enableval
="$enable_tooltips"
9450 if test "$enableval" = yes; then
9451 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
9453 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
9458 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9459 if test "x$LINE" != x
; then
9460 eval "DEFAULT_$LINE"
9465 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9469 eval "$ac_cv_use_tooltips"
9470 if test "$no_cache" != 1; then
9471 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9474 if test "$wxUSE_TOOLTIPS" = yes; then
9475 echo "$as_me:$LINENO: result: yes" >&5
9476 echo "${ECHO_T}yes" >&6
9478 echo "$as_me:$LINENO: result: no" >&5
9479 echo "${ECHO_T}no" >&6
9484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9485 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9487 # Check whether --enable-splines or --disable-splines was given.
9488 if test "${enable_splines+set}" = set; then
9489 enableval
="$enable_splines"
9491 if test "$enableval" = yes; then
9492 ac_cv_use_splines
='wxUSE_SPLINES=yes'
9494 ac_cv_use_splines
='wxUSE_SPLINES=no'
9499 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9500 if test "x$LINE" != x
; then
9501 eval "DEFAULT_$LINE"
9506 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9510 eval "$ac_cv_use_splines"
9511 if test "$no_cache" != 1; then
9512 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9515 if test "$wxUSE_SPLINES" = yes; then
9516 echo "$as_me:$LINENO: result: yes" >&5
9517 echo "${ECHO_T}yes" >&6
9519 echo "$as_me:$LINENO: result: no" >&5
9520 echo "${ECHO_T}no" >&6
9525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9526 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9528 # Check whether --enable-validators or --disable-validators was given.
9529 if test "${enable_validators+set}" = set; then
9530 enableval
="$enable_validators"
9532 if test "$enableval" = yes; then
9533 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
9535 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
9540 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9541 if test "x$LINE" != x
; then
9542 eval "DEFAULT_$LINE"
9547 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9551 eval "$ac_cv_use_validators"
9552 if test "$no_cache" != 1; then
9553 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9556 if test "$wxUSE_VALIDATORS" = yes; then
9557 echo "$as_me:$LINENO: result: yes" >&5
9558 echo "${ECHO_T}yes" >&6
9560 echo "$as_me:$LINENO: result: no" >&5
9561 echo "${ECHO_T}no" >&6
9566 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9567 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9569 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9570 if test "${enable_busyinfo+set}" = set; then
9571 enableval
="$enable_busyinfo"
9573 if test "$enableval" = yes; then
9574 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
9576 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
9581 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9582 if test "x$LINE" != x
; then
9583 eval "DEFAULT_$LINE"
9588 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9592 eval "$ac_cv_use_busyinfo"
9593 if test "$no_cache" != 1; then
9594 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9597 if test "$wxUSE_BUSYINFO" = yes; then
9598 echo "$as_me:$LINENO: result: yes" >&5
9599 echo "${ECHO_T}yes" >&6
9601 echo "$as_me:$LINENO: result: no" >&5
9602 echo "${ECHO_T}no" >&6
9607 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9608 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9610 # Check whether --enable-joystick or --disable-joystick was given.
9611 if test "${enable_joystick+set}" = set; then
9612 enableval
="$enable_joystick"
9614 if test "$enableval" = yes; then
9615 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
9617 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
9622 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9623 if test "x$LINE" != x
; then
9624 eval "DEFAULT_$LINE"
9629 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9633 eval "$ac_cv_use_joystick"
9634 if test "$no_cache" != 1; then
9635 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9638 if test "$wxUSE_JOYSTICK" = yes; then
9639 echo "$as_me:$LINENO: result: yes" >&5
9640 echo "${ECHO_T}yes" >&6
9642 echo "$as_me:$LINENO: result: no" >&5
9643 echo "${ECHO_T}no" >&6
9648 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9649 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9651 # Check whether --enable-metafile or --disable-metafile was given.
9652 if test "${enable_metafile+set}" = set; then
9653 enableval
="$enable_metafile"
9655 if test "$enableval" = yes; then
9656 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9658 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9663 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9664 if test "x$LINE" != x
; then
9665 eval "DEFAULT_$LINE"
9670 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9674 eval "$ac_cv_use_metafile"
9675 if test "$no_cache" != 1; then
9676 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9679 if test "$wxUSE_METAFILE" = yes; then
9680 echo "$as_me:$LINENO: result: yes" >&5
9681 echo "${ECHO_T}yes" >&6
9683 echo "$as_me:$LINENO: result: no" >&5
9684 echo "${ECHO_T}no" >&6
9689 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9690 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9692 # Check whether --enable-dragimage or --disable-dragimage was given.
9693 if test "${enable_dragimage+set}" = set; then
9694 enableval
="$enable_dragimage"
9696 if test "$enableval" = yes; then
9697 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9699 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9704 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9705 if test "x$LINE" != x
; then
9706 eval "DEFAULT_$LINE"
9711 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9715 eval "$ac_cv_use_dragimage"
9716 if test "$no_cache" != 1; then
9717 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9720 if test "$wxUSE_DRAGIMAGE" = yes; then
9721 echo "$as_me:$LINENO: result: yes" >&5
9722 echo "${ECHO_T}yes" >&6
9724 echo "$as_me:$LINENO: result: no" >&5
9725 echo "${ECHO_T}no" >&6
9730 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9731 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9733 # Check whether --enable-accessibility or --disable-accessibility was given.
9734 if test "${enable_accessibility+set}" = set; then
9735 enableval
="$enable_accessibility"
9737 if test "$enableval" = yes; then
9738 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
9740 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
9745 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9746 if test "x$LINE" != x
; then
9747 eval "DEFAULT_$LINE"
9752 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9756 eval "$ac_cv_use_accessibility"
9757 if test "$no_cache" != 1; then
9758 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9761 if test "$wxUSE_ACCESSIBILITY" = yes; then
9762 echo "$as_me:$LINENO: result: yes" >&5
9763 echo "${ECHO_T}yes" >&6
9765 echo "$as_me:$LINENO: result: no" >&5
9766 echo "${ECHO_T}no" >&6
9773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9774 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9776 # Check whether --enable-palette or --disable-palette was given.
9777 if test "${enable_palette+set}" = set; then
9778 enableval
="$enable_palette"
9780 if test "$enableval" = yes; then
9781 ac_cv_use_palette
='wxUSE_PALETTE=yes'
9783 ac_cv_use_palette
='wxUSE_PALETTE=no'
9788 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9789 if test "x$LINE" != x
; then
9790 eval "DEFAULT_$LINE"
9795 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9799 eval "$ac_cv_use_palette"
9800 if test "$no_cache" != 1; then
9801 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9804 if test "$wxUSE_PALETTE" = yes; then
9805 echo "$as_me:$LINENO: result: yes" >&5
9806 echo "${ECHO_T}yes" >&6
9808 echo "$as_me:$LINENO: result: no" >&5
9809 echo "${ECHO_T}no" >&6
9814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9815 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9817 # Check whether --enable-image or --disable-image was given.
9818 if test "${enable_image+set}" = set; then
9819 enableval
="$enable_image"
9821 if test "$enableval" = yes; then
9822 ac_cv_use_image
='wxUSE_IMAGE=yes'
9824 ac_cv_use_image
='wxUSE_IMAGE=no'
9829 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9830 if test "x$LINE" != x
; then
9831 eval "DEFAULT_$LINE"
9836 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9840 eval "$ac_cv_use_image"
9841 if test "$no_cache" != 1; then
9842 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9845 if test "$wxUSE_IMAGE" = yes; then
9846 echo "$as_me:$LINENO: result: yes" >&5
9847 echo "${ECHO_T}yes" >&6
9849 echo "$as_me:$LINENO: result: no" >&5
9850 echo "${ECHO_T}no" >&6
9855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9856 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9858 # Check whether --enable-gif or --disable-gif was given.
9859 if test "${enable_gif+set}" = set; then
9860 enableval
="$enable_gif"
9862 if test "$enableval" = yes; then
9863 ac_cv_use_gif
='wxUSE_GIF=yes'
9865 ac_cv_use_gif
='wxUSE_GIF=no'
9870 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9871 if test "x$LINE" != x
; then
9872 eval "DEFAULT_$LINE"
9877 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9881 eval "$ac_cv_use_gif"
9882 if test "$no_cache" != 1; then
9883 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9886 if test "$wxUSE_GIF" = yes; then
9887 echo "$as_me:$LINENO: result: yes" >&5
9888 echo "${ECHO_T}yes" >&6
9890 echo "$as_me:$LINENO: result: no" >&5
9891 echo "${ECHO_T}no" >&6
9896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9897 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9899 # Check whether --enable-pcx or --disable-pcx was given.
9900 if test "${enable_pcx+set}" = set; then
9901 enableval
="$enable_pcx"
9903 if test "$enableval" = yes; then
9904 ac_cv_use_pcx
='wxUSE_PCX=yes'
9906 ac_cv_use_pcx
='wxUSE_PCX=no'
9911 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9912 if test "x$LINE" != x
; then
9913 eval "DEFAULT_$LINE"
9918 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9922 eval "$ac_cv_use_pcx"
9923 if test "$no_cache" != 1; then
9924 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9927 if test "$wxUSE_PCX" = yes; then
9928 echo "$as_me:$LINENO: result: yes" >&5
9929 echo "${ECHO_T}yes" >&6
9931 echo "$as_me:$LINENO: result: no" >&5
9932 echo "${ECHO_T}no" >&6
9937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9938 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9940 # Check whether --enable-iff or --disable-iff was given.
9941 if test "${enable_iff+set}" = set; then
9942 enableval
="$enable_iff"
9944 if test "$enableval" = yes; then
9945 ac_cv_use_iff
='wxUSE_IFF=yes'
9947 ac_cv_use_iff
='wxUSE_IFF=no'
9952 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9953 if test "x$LINE" != x
; then
9954 eval "DEFAULT_$LINE"
9959 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9963 eval "$ac_cv_use_iff"
9964 if test "$no_cache" != 1; then
9965 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9968 if test "$wxUSE_IFF" = yes; then
9969 echo "$as_me:$LINENO: result: yes" >&5
9970 echo "${ECHO_T}yes" >&6
9972 echo "$as_me:$LINENO: result: no" >&5
9973 echo "${ECHO_T}no" >&6
9978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9979 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9981 # Check whether --enable-pnm or --disable-pnm was given.
9982 if test "${enable_pnm+set}" = set; then
9983 enableval
="$enable_pnm"
9985 if test "$enableval" = yes; then
9986 ac_cv_use_pnm
='wxUSE_PNM=yes'
9988 ac_cv_use_pnm
='wxUSE_PNM=no'
9993 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9994 if test "x$LINE" != x
; then
9995 eval "DEFAULT_$LINE"
10000 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10004 eval "$ac_cv_use_pnm"
10005 if test "$no_cache" != 1; then
10006 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10009 if test "$wxUSE_PNM" = yes; then
10010 echo "$as_me:$LINENO: result: yes" >&5
10011 echo "${ECHO_T}yes" >&6
10013 echo "$as_me:$LINENO: result: no" >&5
10014 echo "${ECHO_T}no" >&6
10019 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10020 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10022 # Check whether --enable-xpm or --disable-xpm was given.
10023 if test "${enable_xpm+set}" = set; then
10024 enableval
="$enable_xpm"
10026 if test "$enableval" = yes; then
10027 ac_cv_use_xpm
='wxUSE_XPM=yes'
10029 ac_cv_use_xpm
='wxUSE_XPM=no'
10034 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10035 if test "x$LINE" != x
; then
10036 eval "DEFAULT_$LINE"
10041 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10045 eval "$ac_cv_use_xpm"
10046 if test "$no_cache" != 1; then
10047 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10050 if test "$wxUSE_XPM" = yes; then
10051 echo "$as_me:$LINENO: result: yes" >&5
10052 echo "${ECHO_T}yes" >&6
10054 echo "$as_me:$LINENO: result: no" >&5
10055 echo "${ECHO_T}no" >&6
10060 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10061 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10063 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10064 if test "${enable_ico_cur+set}" = set; then
10065 enableval
="$enable_ico_cur"
10067 if test "$enableval" = yes; then
10068 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
10070 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
10075 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10076 if test "x$LINE" != x
; then
10077 eval "DEFAULT_$LINE"
10082 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10086 eval "$ac_cv_use_ico_cur"
10087 if test "$no_cache" != 1; then
10088 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10091 if test "$wxUSE_ICO_CUR" = yes; then
10092 echo "$as_me:$LINENO: result: yes" >&5
10093 echo "${ECHO_T}yes" >&6
10095 echo "$as_me:$LINENO: result: no" >&5
10096 echo "${ECHO_T}no" >&6
10104 # Check whether --with-flavour or --without-flavour was given.
10105 if test "${with_flavour+set}" = set; then
10106 withval
="$with_flavour"
10107 WX_FLAVOUR
="$withval"
10113 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10114 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10116 # Check whether --enable-official_build or --disable-official_build was given.
10117 if test "${enable_official_build+set}" = set; then
10118 enableval
="$enable_official_build"
10120 if test "$enableval" = yes; then
10121 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
10123 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
10128 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10129 if test "x$LINE" != x
; then
10130 eval "DEFAULT_$LINE"
10135 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10139 eval "$ac_cv_use_official_build"
10140 if test "$no_cache" != 1; then
10141 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10144 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10145 echo "$as_me:$LINENO: result: yes" >&5
10146 echo "${ECHO_T}yes" >&6
10148 echo "$as_me:$LINENO: result: no" >&5
10149 echo "${ECHO_T}no" >&6
10152 # Check whether --enable-vendor or --disable-vendor was given.
10153 if test "${enable_vendor+set}" = set; then
10154 enableval
="$enable_vendor"
10155 VENDOR
="$enableval"
10157 if test "x$VENDOR" = "x"; then
10164 echo "saving argument cache $wx_arg_cache_file"
10165 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
10169 echo "$as_me:$LINENO: checking for toolkit" >&5
10170 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10172 # In Wine, we need to default to MSW, not GTK or MOTIF
10173 if test "$wxUSE_WINE" = "yes"; then
10174 DEFAULT_DEFAULT_wxUSE_GTK
=0
10175 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
10176 DEFAULT_DEFAULT_wxUSE_MSW
=1
10180 if test "$wxUSE_GUI" = "yes"; then
10182 if test "$USE_BEOS" = 1; then
10183 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10184 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10185 { (exit 1); exit 1; }; }
10188 if test "$TOOLKIT_GIVEN" = 1; then
10189 for toolkit
in `echo $ALL_TOOLKITS`; do
10191 eval "value=\$${var}"
10192 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
10195 for toolkit
in `echo $ALL_TOOLKITS`; do
10196 if test "$has_toolkit_in_cache" != 1; then
10197 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
10199 var
=DEFAULT_wxUSE_
$toolkit
10201 eval "wxUSE_$toolkit=\$${var}"
10205 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10206 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10207 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10210 *-pc-os2_emx | *-pc-os2-emx )
10211 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10214 case "$NUM_TOOLKITS" in
10218 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10219 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10220 { (exit 1); exit 1; }; }
10223 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10224 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10225 { (exit 1); exit 1; }; }
10228 for toolkit
in `echo $ALL_TOOLKITS`; do
10230 eval "value=\$${var}"
10231 if test "x$value" != x
; then
10232 cache_var
=CACHE_
$toolkit
10233 eval "cache=\$${cache_var}"
10234 if test "$cache" = 1; then
10235 echo "$var=$value" >> ${wx_arg_cache_file}
10237 if test "$value" = 1; then
10238 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10239 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10240 echo "${ECHO_T}$toolkit_echo" >&6
10245 if test "x$host_alias" != "x"; then
10246 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10247 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10249 echo "$as_me:$LINENO: result: base only" >&5
10250 echo "${ECHO_T}base only" >&6
10255 doesnt_want_win32
=0
10258 if test "$wxUSE_MSW" = 1 ; then
10261 doesnt_want_win32
=1
10269 if test "$wxUSE_WINE" = "yes"; then
10274 LDFLAGS_GUI
="-mwindows"
10277 if test "$wants_win32" = 1 ; then
10280 cat >>confdefs.h
<<\_ACEOF
10281 #define __WIN32__ 1
10284 cat >>confdefs.h
<<\_ACEOF
10285 #define __WIN95__ 1
10288 cat >>confdefs.h
<<\_ACEOF
10289 #define __WINDOWS__ 1
10292 cat >>confdefs.h
<<\_ACEOF
10293 #define __GNUWIN32__ 1
10296 cat >>confdefs.h
<<\_ACEOF
10300 cat >>confdefs.h
<<\_ACEOF
10301 #define WINVER 0x0400
10305 if test "$doesnt_want_win32" = 1 ; then
10310 if test "$USE_UNIX" = 1 ; then
10312 cat >>confdefs.h
<<\_ACEOF
10319 cat >confcache
<<\_ACEOF
10320 # This file is a shell script that caches the results of configure
10321 # tests run on this system so they can be shared between configure
10322 # scripts and configure runs, see configure's option --config-cache.
10323 # It is not useful on other systems. If it contains results you don't
10324 # want to keep, you may remove or edit it.
10326 # config.status only pays attention to the cache file if you give it
10327 # the --recheck option to rerun configure.
10329 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10330 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10331 # following values.
10335 # The following way of writing the cache mishandles newlines in values,
10336 # but we know of no workaround that is simple, portable, and efficient.
10337 # So, don't put newlines in cache variables' values.
10338 # Ultrix sh set writes to stderr and can't be redirected directly,
10339 # and sets the high bit in the cache file unless we assign to the vars.
10342 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10344 # `set' does not quote correctly, so add quotes (double-quote
10345 # substitution turns \\\\ into \\, and sed turns \\ into \).
10348 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10351 # `set' quotes correctly as required by POSIX, so do not add quotes.
10353 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10360 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10362 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10364 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10365 if test -w $cache_file; then
10366 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10367 cat confcache
>$cache_file
10369 echo "not updating unwritable cache $cache_file"
10374 if test "$build" != "$host" ; then
10375 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then
10377 CXX
=$host_alias-c++
10379 RANLIB
=$host_alias-ranlib
10380 DLLTOOL
=$host_alias-dlltool
10381 RESCOMP
=$host_alias-windres
10382 STRIP
=$host_alias-strip
10383 elif test "x$CC" '!=' "x"; then
10384 echo "You set CC, I assume you know what you are doing."
10386 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10387 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10388 { (exit 1); exit 1; }; }
10394 ac_cpp
='$CPP $CPPFLAGS'
10395 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10396 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10397 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10398 if test -n "$ac_tool_prefix"; then
10399 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10400 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10401 echo "$as_me:$LINENO: checking for $ac_word" >&5
10402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10403 if test "${ac_cv_prog_CC+set}" = set; then
10404 echo $ECHO_N "(cached) $ECHO_C" >&6
10406 if test -n "$CC"; then
10407 ac_cv_prog_CC
="$CC" # Let the user override the test.
10409 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10410 for as_dir
in $PATH
10413 test -z "$as_dir" && as_dir
=.
10414 for ac_exec_ext
in '' $ac_executable_extensions; do
10415 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10416 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10426 if test -n "$CC"; then
10427 echo "$as_me:$LINENO: result: $CC" >&5
10428 echo "${ECHO_T}$CC" >&6
10430 echo "$as_me:$LINENO: result: no" >&5
10431 echo "${ECHO_T}no" >&6
10435 if test -z "$ac_cv_prog_CC"; then
10437 # Extract the first word of "gcc", so it can be a program name with args.
10438 set dummy gcc
; ac_word
=$2
10439 echo "$as_me:$LINENO: checking for $ac_word" >&5
10440 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10441 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10442 echo $ECHO_N "(cached) $ECHO_C" >&6
10444 if test -n "$ac_ct_CC"; then
10445 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10447 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10448 for as_dir
in $PATH
10451 test -z "$as_dir" && as_dir
=.
10452 for ac_exec_ext
in '' $ac_executable_extensions; do
10453 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10454 ac_cv_prog_ac_ct_CC
="gcc"
10455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10463 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10464 if test -n "$ac_ct_CC"; then
10465 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10466 echo "${ECHO_T}$ac_ct_CC" >&6
10468 echo "$as_me:$LINENO: result: no" >&5
10469 echo "${ECHO_T}no" >&6
10474 CC
="$ac_cv_prog_CC"
10477 if test -z "$CC"; then
10478 if test -n "$ac_tool_prefix"; then
10479 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10480 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10481 echo "$as_me:$LINENO: checking for $ac_word" >&5
10482 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10483 if test "${ac_cv_prog_CC+set}" = set; then
10484 echo $ECHO_N "(cached) $ECHO_C" >&6
10486 if test -n "$CC"; then
10487 ac_cv_prog_CC
="$CC" # Let the user override the test.
10489 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10490 for as_dir
in $PATH
10493 test -z "$as_dir" && as_dir
=.
10494 for ac_exec_ext
in '' $ac_executable_extensions; do
10495 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10496 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10506 if test -n "$CC"; then
10507 echo "$as_me:$LINENO: result: $CC" >&5
10508 echo "${ECHO_T}$CC" >&6
10510 echo "$as_me:$LINENO: result: no" >&5
10511 echo "${ECHO_T}no" >&6
10515 if test -z "$ac_cv_prog_CC"; then
10517 # Extract the first word of "cc", so it can be a program name with args.
10518 set dummy cc
; ac_word
=$2
10519 echo "$as_me:$LINENO: checking for $ac_word" >&5
10520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10521 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6
10524 if test -n "$ac_ct_CC"; then
10525 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10527 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10528 for as_dir
in $PATH
10531 test -z "$as_dir" && as_dir
=.
10532 for ac_exec_ext
in '' $ac_executable_extensions; do
10533 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10534 ac_cv_prog_ac_ct_CC
="cc"
10535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10543 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10544 if test -n "$ac_ct_CC"; then
10545 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10546 echo "${ECHO_T}$ac_ct_CC" >&6
10548 echo "$as_me:$LINENO: result: no" >&5
10549 echo "${ECHO_T}no" >&6
10554 CC
="$ac_cv_prog_CC"
10558 if test -z "$CC"; then
10559 # Extract the first word of "cc", so it can be a program name with args.
10560 set dummy cc
; ac_word
=$2
10561 echo "$as_me:$LINENO: checking for $ac_word" >&5
10562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10563 if test "${ac_cv_prog_CC+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10566 if test -n "$CC"; then
10567 ac_cv_prog_CC
="$CC" # Let the user override the test.
10569 ac_prog_rejected
=no
10570 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10571 for as_dir
in $PATH
10574 test -z "$as_dir" && as_dir
=.
10575 for ac_exec_ext
in '' $ac_executable_extensions; do
10576 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10577 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10578 ac_prog_rejected
=yes
10582 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10588 if test $ac_prog_rejected = yes; then
10589 # We found a bogon in the path, so make sure we never use it.
10590 set dummy
$ac_cv_prog_CC
10592 if test $# != 0; then
10593 # We chose a different compiler from the bogus one.
10594 # However, it has the same basename, so the bogon will be chosen
10595 # first if we set CC to just the basename; use the full file name.
10597 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10603 if test -n "$CC"; then
10604 echo "$as_me:$LINENO: result: $CC" >&5
10605 echo "${ECHO_T}$CC" >&6
10607 echo "$as_me:$LINENO: result: no" >&5
10608 echo "${ECHO_T}no" >&6
10612 if test -z "$CC"; then
10613 if test -n "$ac_tool_prefix"; then
10616 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10617 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10618 echo "$as_me:$LINENO: checking for $ac_word" >&5
10619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10620 if test "${ac_cv_prog_CC+set}" = set; then
10621 echo $ECHO_N "(cached) $ECHO_C" >&6
10623 if test -n "$CC"; then
10624 ac_cv_prog_CC
="$CC" # Let the user override the test.
10626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10627 for as_dir
in $PATH
10630 test -z "$as_dir" && as_dir
=.
10631 for ac_exec_ext
in '' $ac_executable_extensions; do
10632 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10633 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10643 if test -n "$CC"; then
10644 echo "$as_me:$LINENO: result: $CC" >&5
10645 echo "${ECHO_T}$CC" >&6
10647 echo "$as_me:$LINENO: result: no" >&5
10648 echo "${ECHO_T}no" >&6
10651 test -n "$CC" && break
10654 if test -z "$CC"; then
10658 # Extract the first word of "$ac_prog", so it can be a program name with args.
10659 set dummy
$ac_prog; ac_word
=$2
10660 echo "$as_me:$LINENO: checking for $ac_word" >&5
10661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10662 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10663 echo $ECHO_N "(cached) $ECHO_C" >&6
10665 if test -n "$ac_ct_CC"; then
10666 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10668 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10669 for as_dir
in $PATH
10672 test -z "$as_dir" && as_dir
=.
10673 for ac_exec_ext
in '' $ac_executable_extensions; do
10674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10675 ac_cv_prog_ac_ct_CC
="$ac_prog"
10676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10684 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10685 if test -n "$ac_ct_CC"; then
10686 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10687 echo "${ECHO_T}$ac_ct_CC" >&6
10689 echo "$as_me:$LINENO: result: no" >&5
10690 echo "${ECHO_T}no" >&6
10693 test -n "$ac_ct_CC" && break
10702 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10703 See \`config.log' for more details." >&5
10704 echo "$as_me: error: no acceptable C compiler found in \$PATH
10705 See \`config.log' for more details." >&2;}
10706 { (exit 1); exit 1; }; }
10708 # Provide some information about the compiler.
10709 echo "$as_me:$LINENO:" \
10710 "checking for C compiler version" >&5
10711 ac_compiler
=`set X $ac_compile; echo $2`
10712 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10713 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); }
10717 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10718 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10721 (exit $ac_status); }
10722 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10723 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); }
10728 cat >conftest.
$ac_ext <<_ACEOF
10731 cat confdefs.h
>>conftest.
$ac_ext
10732 cat >>conftest.
$ac_ext <<_ACEOF
10733 /* end confdefs.h. */
10743 ac_clean_files_save
=$ac_clean_files
10744 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
10745 # Try to create an executable without -o first, disregard a.out.
10746 # It will help us diagnose broken compilers, and finding out an intuition
10748 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10749 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10750 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10751 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10752 (eval $ac_link_default) 2>&5
10754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755 (exit $ac_status); }; then
10756 # Find the output, starting from the most likely. This scheme is
10757 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10760 # Be careful to initialize this variable, since it used to be cached.
10761 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10763 # b.out is created by i960 compilers.
10764 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10766 test -f "$ac_file" || continue
10768 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10771 # This is the source file.
10774 # We found the default executable, but exeext='' is most
10778 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10779 # FIXME: I believe we export ac_cv_exeext for Libtool,
10780 # but it would be cool to find out if it's true. Does anybody
10781 # maintain Libtool? --akim.
10782 export ac_cv_exeext
10789 echo "$as_me: failed program was:" >&5
10790 sed 's/^/| /' conftest.
$ac_ext >&5
10792 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10793 See \`config.log' for more details." >&5
10794 echo "$as_me: error: C compiler cannot create executables
10795 See \`config.log' for more details." >&2;}
10796 { (exit 77); exit 77; }; }
10799 ac_exeext
=$ac_cv_exeext
10800 echo "$as_me:$LINENO: result: $ac_file" >&5
10801 echo "${ECHO_T}$ac_file" >&6
10803 # Check the compiler produces executables we can run. If not, either
10804 # the compiler is broken, or we cross compile.
10805 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10806 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10807 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10808 # If not cross compiling, check that we can run a simple program.
10809 if test "$cross_compiling" != yes; then
10810 if { ac_try
='./$ac_file'
10811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10812 (eval $ac_try) 2>&5
10814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10815 (exit $ac_status); }; }; then
10818 if test "$cross_compiling" = maybe
; then
10819 cross_compiling
=yes
10821 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10822 If you meant to cross compile, use \`--host'.
10823 See \`config.log' for more details." >&5
10824 echo "$as_me: error: cannot run C compiled programs.
10825 If you meant to cross compile, use \`--host'.
10826 See \`config.log' for more details." >&2;}
10827 { (exit 1); exit 1; }; }
10831 echo "$as_me:$LINENO: result: yes" >&5
10832 echo "${ECHO_T}yes" >&6
10834 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10835 ac_clean_files
=$ac_clean_files_save
10836 # Check the compiler produces executables we can run. If not, either
10837 # the compiler is broken, or we cross compile.
10838 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10839 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10840 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10841 echo "${ECHO_T}$cross_compiling" >&6
10843 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10844 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10846 (eval $ac_link) 2>&5
10848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10849 (exit $ac_status); }; then
10850 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10851 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10852 # work properly (i.e., refer to `conftest.exe'), while it won't with
10854 for ac_file
in conftest.exe conftest conftest.
*; do
10855 test -f "$ac_file" || continue
10857 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10858 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10859 export ac_cv_exeext
10865 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10866 See \`config.log' for more details." >&5
10867 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10868 See \`config.log' for more details." >&2;}
10869 { (exit 1); exit 1; }; }
10872 rm -f conftest
$ac_cv_exeext
10873 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10874 echo "${ECHO_T}$ac_cv_exeext" >&6
10876 rm -f conftest.
$ac_ext
10877 EXEEXT
=$ac_cv_exeext
10879 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10880 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10881 if test "${ac_cv_objext+set}" = set; then
10882 echo $ECHO_N "(cached) $ECHO_C" >&6
10884 cat >conftest.
$ac_ext <<_ACEOF
10887 cat confdefs.h
>>conftest.
$ac_ext
10888 cat >>conftest.
$ac_ext <<_ACEOF
10889 /* end confdefs.h. */
10899 rm -f conftest.o conftest.obj
10900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10901 (eval $ac_compile) 2>&5
10903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10904 (exit $ac_status); }; then
10905 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10907 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10908 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10913 echo "$as_me: failed program was:" >&5
10914 sed 's/^/| /' conftest.
$ac_ext >&5
10916 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10917 See \`config.log' for more details." >&5
10918 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10919 See \`config.log' for more details." >&2;}
10920 { (exit 1); exit 1; }; }
10923 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10925 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10926 echo "${ECHO_T}$ac_cv_objext" >&6
10927 OBJEXT
=$ac_cv_objext
10929 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10930 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10931 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10932 echo $ECHO_N "(cached) $ECHO_C" >&6
10934 cat >conftest.
$ac_ext <<_ACEOF
10937 cat confdefs.h
>>conftest.
$ac_ext
10938 cat >>conftest.
$ac_ext <<_ACEOF
10939 /* end confdefs.h. */
10952 rm -f conftest.
$ac_objext
10953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10954 (eval $ac_compile) 2>conftest.er1
10956 grep -v '^ *+' conftest.er1
>conftest.err
10958 cat conftest.err
>&5
10959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10960 (exit $ac_status); } &&
10961 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10963 (eval $ac_try) 2>&5
10965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); }; } &&
10967 { ac_try
='test -s conftest.$ac_objext'
10968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10969 (eval $ac_try) 2>&5
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); }; }; then
10973 ac_compiler_gnu
=yes
10975 echo "$as_me: failed program was:" >&5
10976 sed 's/^/| /' conftest.
$ac_ext >&5
10980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10981 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10984 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10985 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10986 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10987 ac_test_CFLAGS
=${CFLAGS+set}
10988 ac_save_CFLAGS
=$CFLAGS
10990 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10991 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10992 if test "${ac_cv_prog_cc_g+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10995 cat >conftest.
$ac_ext <<_ACEOF
10998 cat confdefs.h
>>conftest.
$ac_ext
10999 cat >>conftest.
$ac_ext <<_ACEOF
11000 /* end confdefs.h. */
11010 rm -f conftest.
$ac_objext
11011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11012 (eval $ac_compile) 2>conftest.er1
11014 grep -v '^ *+' conftest.er1
>conftest.err
11016 cat conftest.err
>&5
11017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11018 (exit $ac_status); } &&
11019 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11021 (eval $ac_try) 2>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); }; } &&
11025 { ac_try
='test -s conftest.$ac_objext'
11026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11027 (eval $ac_try) 2>&5
11029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11030 (exit $ac_status); }; }; then
11031 ac_cv_prog_cc_g
=yes
11033 echo "$as_me: failed program was:" >&5
11034 sed 's/^/| /' conftest.
$ac_ext >&5
11038 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11040 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11041 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11042 if test "$ac_test_CFLAGS" = set; then
11043 CFLAGS
=$ac_save_CFLAGS
11044 elif test $ac_cv_prog_cc_g = yes; then
11045 if test "$GCC" = yes; then
11051 if test "$GCC" = yes; then
11057 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11058 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11059 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11060 echo $ECHO_N "(cached) $ECHO_C" >&6
11062 ac_cv_prog_cc_stdc
=no
11064 cat >conftest.
$ac_ext <<_ACEOF
11067 cat confdefs.h
>>conftest.
$ac_ext
11068 cat >>conftest.
$ac_ext <<_ACEOF
11069 /* end confdefs.h. */
11070 #include <stdarg.h>
11072 #include <sys/types.h>
11073 #include <sys/stat.h>
11074 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11075 struct buf { int x; };
11076 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11077 static char *e (p, i)
11083 static char *f (char * (*g) (char **, int), char **p, ...)
11088 s = g (p, va_arg (v,int));
11093 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11094 function prototypes and stuff, but not '\xHH' hex character constants.
11095 These don't provoke an error unfortunately, instead are silently treated
11096 as 'x'. The following induces an error, until -std1 is added to get
11097 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11098 array size at least. It's necessary to write '\x00'==0 to get something
11099 that's true only with -std1. */
11100 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11102 int test (int i, double x);
11103 struct s1 {int (*f) (int a);};
11104 struct s2 {int (*f) (double a);};
11105 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11111 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11116 # Don't try gcc -ansi; that turns off useful extensions and
11117 # breaks some systems' header files.
11118 # AIX -qlanglvl=ansi
11119 # Ultrix and OSF/1 -std1
11120 # HP-UX 10.20 and later -Ae
11121 # HP-UX older versions -Aa -D_HPUX_SOURCE
11122 # SVR4 -Xc -D__EXTENSIONS__
11123 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11125 CC
="$ac_save_CC $ac_arg"
11126 rm -f conftest.
$ac_objext
11127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11128 (eval $ac_compile) 2>conftest.er1
11130 grep -v '^ *+' conftest.er1
>conftest.err
11132 cat conftest.err
>&5
11133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11134 (exit $ac_status); } &&
11135 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11137 (eval $ac_try) 2>&5
11139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11140 (exit $ac_status); }; } &&
11141 { ac_try
='test -s conftest.$ac_objext'
11142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11143 (eval $ac_try) 2>&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); }; }; then
11147 ac_cv_prog_cc_stdc
=$ac_arg
11150 echo "$as_me: failed program was:" >&5
11151 sed 's/^/| /' conftest.
$ac_ext >&5
11154 rm -f conftest.err conftest.
$ac_objext
11156 rm -f conftest.
$ac_ext conftest.
$ac_objext
11161 case "x$ac_cv_prog_cc_stdc" in
11163 echo "$as_me:$LINENO: result: none needed" >&5
11164 echo "${ECHO_T}none needed" >&6 ;;
11166 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11167 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11168 CC
="$CC $ac_cv_prog_cc_stdc" ;;
11171 # Some people use a C++ compiler to compile C. Since we use `exit',
11172 # in C++ we need to declare it. In case someone uses the same compiler
11173 # for both compiling C and C++ we need to have the C++ compiler decide
11174 # the declaration of exit, since it's the most demanding environment.
11175 cat >conftest.
$ac_ext <<_ACEOF
11176 #ifndef __cplusplus
11180 rm -f conftest.
$ac_objext
11181 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11182 (eval $ac_compile) 2>conftest.er1
11184 grep -v '^ *+' conftest.er1
>conftest.err
11186 cat conftest.err
>&5
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); } &&
11189 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11191 (eval $ac_try) 2>&5
11193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11194 (exit $ac_status); }; } &&
11195 { ac_try
='test -s conftest.$ac_objext'
11196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11197 (eval $ac_try) 2>&5
11199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200 (exit $ac_status); }; }; then
11201 for ac_declaration
in \
11203 'extern "C" void std::exit (int) throw (); using std::exit;' \
11204 'extern "C" void std::exit (int); using std::exit;' \
11205 'extern "C" void exit (int) throw ();' \
11206 'extern "C" void exit (int);' \
11209 cat >conftest.
$ac_ext <<_ACEOF
11212 cat confdefs.h
>>conftest.
$ac_ext
11213 cat >>conftest.
$ac_ext <<_ACEOF
11214 /* end confdefs.h. */
11216 #include <stdlib.h>
11225 rm -f conftest.
$ac_objext
11226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11227 (eval $ac_compile) 2>conftest.er1
11229 grep -v '^ *+' conftest.er1
>conftest.err
11231 cat conftest.err
>&5
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); } &&
11234 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11236 (eval $ac_try) 2>&5
11238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11239 (exit $ac_status); }; } &&
11240 { ac_try
='test -s conftest.$ac_objext'
11241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11242 (eval $ac_try) 2>&5
11244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11245 (exit $ac_status); }; }; then
11248 echo "$as_me: failed program was:" >&5
11249 sed 's/^/| /' conftest.
$ac_ext >&5
11253 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11254 cat >conftest.
$ac_ext <<_ACEOF
11257 cat confdefs.h
>>conftest.
$ac_ext
11258 cat >>conftest.
$ac_ext <<_ACEOF
11259 /* end confdefs.h. */
11269 rm -f conftest.
$ac_objext
11270 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11271 (eval $ac_compile) 2>conftest.er1
11273 grep -v '^ *+' conftest.er1
>conftest.err
11275 cat conftest.err
>&5
11276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11277 (exit $ac_status); } &&
11278 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11280 (eval $ac_try) 2>&5
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); }; } &&
11284 { ac_try
='test -s conftest.$ac_objext'
11285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11286 (eval $ac_try) 2>&5
11288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11289 (exit $ac_status); }; }; then
11292 echo "$as_me: failed program was:" >&5
11293 sed 's/^/| /' conftest.
$ac_ext >&5
11296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11299 if test -n "$ac_declaration"; then
11300 echo '#ifdef __cplusplus' >>confdefs.h
11301 echo $ac_declaration >>confdefs.h
11302 echo '#endif' >>confdefs.h
11306 echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.
$ac_ext >&5
11310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11312 ac_cpp
='$CPP $CPPFLAGS'
11313 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11314 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11315 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11320 ac_cpp
='$CPP $CPPFLAGS'
11321 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11322 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11323 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11324 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11325 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11326 # On Suns, sometimes $CPP names a directory.
11327 if test -n "$CPP" && test -d "$CPP"; then
11330 if test -z "$CPP"; then
11331 if test "${ac_cv_prog_CPP+set}" = set; then
11332 echo $ECHO_N "(cached) $ECHO_C" >&6
11334 # Double quotes because CPP needs to be expanded
11335 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11337 ac_preproc_ok
=false
11338 for ac_c_preproc_warn_flag
in '' yes
11340 # Use a header file that comes with gcc, so configuring glibc
11341 # with a fresh cross-compiler works.
11342 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11343 # <limits.h> exists even on freestanding compilers.
11344 # On the NeXT, cc -E runs the code through the compiler's parser,
11345 # not just through cpp. "Syntax error" is here to catch this case.
11346 cat >conftest.
$ac_ext <<_ACEOF
11349 cat confdefs.h
>>conftest.
$ac_ext
11350 cat >>conftest.
$ac_ext <<_ACEOF
11351 /* end confdefs.h. */
11353 # include <limits.h>
11355 # include <assert.h>
11359 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11360 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11362 grep -v '^ *+' conftest.er1
>conftest.err
11364 cat conftest.err
>&5
11365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11366 (exit $ac_status); } >/dev
/null
; then
11367 if test -s conftest.err
; then
11368 ac_cpp_err
=$ac_c_preproc_warn_flag
11369 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11376 if test -z "$ac_cpp_err"; then
11379 echo "$as_me: failed program was:" >&5
11380 sed 's/^/| /' conftest.
$ac_ext >&5
11382 # Broken: fails on valid input.
11385 rm -f conftest.err conftest.
$ac_ext
11387 # OK, works on sane cases. Now check whether non-existent headers
11388 # can be detected and how.
11389 cat >conftest.
$ac_ext <<_ACEOF
11392 cat confdefs.h
>>conftest.
$ac_ext
11393 cat >>conftest.
$ac_ext <<_ACEOF
11394 /* end confdefs.h. */
11395 #include <ac_nonexistent.h>
11397 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11398 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11400 grep -v '^ *+' conftest.er1
>conftest.err
11402 cat conftest.err
>&5
11403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11404 (exit $ac_status); } >/dev
/null
; then
11405 if test -s conftest.err
; then
11406 ac_cpp_err
=$ac_c_preproc_warn_flag
11407 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11414 if test -z "$ac_cpp_err"; then
11415 # Broken: success on invalid input.
11418 echo "$as_me: failed program was:" >&5
11419 sed 's/^/| /' conftest.
$ac_ext >&5
11421 # Passes both tests.
11425 rm -f conftest.err conftest.
$ac_ext
11428 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11429 rm -f conftest.err conftest.
$ac_ext
11430 if $ac_preproc_ok; then
11435 ac_cv_prog_CPP
=$CPP
11438 CPP
=$ac_cv_prog_CPP
11440 ac_cv_prog_CPP
=$CPP
11442 echo "$as_me:$LINENO: result: $CPP" >&5
11443 echo "${ECHO_T}$CPP" >&6
11444 ac_preproc_ok
=false
11445 for ac_c_preproc_warn_flag
in '' yes
11447 # Use a header file that comes with gcc, so configuring glibc
11448 # with a fresh cross-compiler works.
11449 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11450 # <limits.h> exists even on freestanding compilers.
11451 # On the NeXT, cc -E runs the code through the compiler's parser,
11452 # not just through cpp. "Syntax error" is here to catch this case.
11453 cat >conftest.
$ac_ext <<_ACEOF
11456 cat confdefs.h
>>conftest.
$ac_ext
11457 cat >>conftest.
$ac_ext <<_ACEOF
11458 /* end confdefs.h. */
11460 # include <limits.h>
11462 # include <assert.h>
11466 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11467 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11469 grep -v '^ *+' conftest.er1
>conftest.err
11471 cat conftest.err
>&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } >/dev
/null
; then
11474 if test -s conftest.err
; then
11475 ac_cpp_err
=$ac_c_preproc_warn_flag
11476 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11483 if test -z "$ac_cpp_err"; then
11486 echo "$as_me: failed program was:" >&5
11487 sed 's/^/| /' conftest.
$ac_ext >&5
11489 # Broken: fails on valid input.
11492 rm -f conftest.err conftest.
$ac_ext
11494 # OK, works on sane cases. Now check whether non-existent headers
11495 # can be detected and how.
11496 cat >conftest.
$ac_ext <<_ACEOF
11499 cat confdefs.h
>>conftest.
$ac_ext
11500 cat >>conftest.
$ac_ext <<_ACEOF
11501 /* end confdefs.h. */
11502 #include <ac_nonexistent.h>
11504 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11505 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11507 grep -v '^ *+' conftest.er1
>conftest.err
11509 cat conftest.err
>&5
11510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11511 (exit $ac_status); } >/dev
/null
; then
11512 if test -s conftest.err
; then
11513 ac_cpp_err
=$ac_c_preproc_warn_flag
11514 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11521 if test -z "$ac_cpp_err"; then
11522 # Broken: success on invalid input.
11525 echo "$as_me: failed program was:" >&5
11526 sed 's/^/| /' conftest.
$ac_ext >&5
11528 # Passes both tests.
11532 rm -f conftest.err conftest.
$ac_ext
11535 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11536 rm -f conftest.err conftest.
$ac_ext
11537 if $ac_preproc_ok; then
11540 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
11541 See \`config.log' for more details." >&5
11542 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
11543 See \`config.log' for more details." >&2;}
11544 { (exit 1); exit 1; }; }
11548 ac_cpp
='$CPP $CPPFLAGS'
11549 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11550 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11551 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11554 echo "$as_me:$LINENO: checking for egrep" >&5
11555 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
11556 if test "${ac_cv_prog_egrep+set}" = set; then
11557 echo $ECHO_N "(cached) $ECHO_C" >&6
11559 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
11560 then ac_cv_prog_egrep
='grep -E'
11561 else ac_cv_prog_egrep
='egrep'
11564 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
11565 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
11566 EGREP
=$ac_cv_prog_egrep
11569 if test $ac_cv_c_compiler_gnu = yes; then
11570 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
11571 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
11572 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
11573 echo $ECHO_N "(cached) $ECHO_C" >&6
11575 ac_pattern
="Autoconf.*'x'"
11576 cat >conftest.
$ac_ext <<_ACEOF
11579 cat confdefs.h
>>conftest.
$ac_ext
11580 cat >>conftest.
$ac_ext <<_ACEOF
11581 /* end confdefs.h. */
11585 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11586 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11587 ac_cv_prog_gcc_traditional
=yes
11589 ac_cv_prog_gcc_traditional
=no
11594 if test $ac_cv_prog_gcc_traditional = no
; then
11595 cat >conftest.
$ac_ext <<_ACEOF
11598 cat confdefs.h
>>conftest.
$ac_ext
11599 cat >>conftest.
$ac_ext <<_ACEOF
11600 /* end confdefs.h. */
11601 #include <termio.h>
11604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11605 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11606 ac_cv_prog_gcc_traditional
=yes
11612 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
11613 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
11614 if test $ac_cv_prog_gcc_traditional = yes; then
11615 CC
="$CC -traditional"
11623 ac_cpp
='$CXXCPP $CPPFLAGS'
11624 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11625 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11626 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11629 CXXFLAGS
=${CXXFLAGS:=}
11631 ac_cpp
='$CXXCPP $CPPFLAGS'
11632 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11633 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11634 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11635 if test -n "$ac_tool_prefix"; then
11636 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11638 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11639 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11640 echo "$as_me:$LINENO: checking for $ac_word" >&5
11641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11642 if test "${ac_cv_prog_CXX+set}" = set; then
11643 echo $ECHO_N "(cached) $ECHO_C" >&6
11645 if test -n "$CXX"; then
11646 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
11648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11649 for as_dir
in $PATH
11652 test -z "$as_dir" && as_dir
=.
11653 for ac_exec_ext
in '' $ac_executable_extensions; do
11654 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11655 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
11656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11664 CXX
=$ac_cv_prog_CXX
11665 if test -n "$CXX"; then
11666 echo "$as_me:$LINENO: result: $CXX" >&5
11667 echo "${ECHO_T}$CXX" >&6
11669 echo "$as_me:$LINENO: result: no" >&5
11670 echo "${ECHO_T}no" >&6
11673 test -n "$CXX" && break
11676 if test -z "$CXX"; then
11678 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11680 # Extract the first word of "$ac_prog", so it can be a program name with args.
11681 set dummy
$ac_prog; ac_word
=$2
11682 echo "$as_me:$LINENO: checking for $ac_word" >&5
11683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11684 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11685 echo $ECHO_N "(cached) $ECHO_C" >&6
11687 if test -n "$ac_ct_CXX"; then
11688 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
11690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11691 for as_dir
in $PATH
11694 test -z "$as_dir" && as_dir
=.
11695 for ac_exec_ext
in '' $ac_executable_extensions; do
11696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11697 ac_cv_prog_ac_ct_CXX
="$ac_prog"
11698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11706 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
11707 if test -n "$ac_ct_CXX"; then
11708 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11709 echo "${ECHO_T}$ac_ct_CXX" >&6
11711 echo "$as_me:$LINENO: result: no" >&5
11712 echo "${ECHO_T}no" >&6
11715 test -n "$ac_ct_CXX" && break
11717 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
11723 # Provide some information about the compiler.
11724 echo "$as_me:$LINENO:" \
11725 "checking for C++ compiler version" >&5
11726 ac_compiler
=`set X $ac_compile; echo $2`
11727 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11728 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11731 (exit $ac_status); }
11732 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11733 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11736 (exit $ac_status); }
11737 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11738 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); }
11743 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11744 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11745 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11746 echo $ECHO_N "(cached) $ECHO_C" >&6
11748 cat >conftest.
$ac_ext <<_ACEOF
11751 cat confdefs.h
>>conftest.
$ac_ext
11752 cat >>conftest.
$ac_ext <<_ACEOF
11753 /* end confdefs.h. */
11766 rm -f conftest.
$ac_objext
11767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11768 (eval $ac_compile) 2>conftest.er1
11770 grep -v '^ *+' conftest.er1
>conftest.err
11772 cat conftest.err
>&5
11773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11774 (exit $ac_status); } &&
11775 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11777 (eval $ac_try) 2>&5
11779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11780 (exit $ac_status); }; } &&
11781 { ac_try
='test -s conftest.$ac_objext'
11782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11783 (eval $ac_try) 2>&5
11785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11786 (exit $ac_status); }; }; then
11787 ac_compiler_gnu
=yes
11789 echo "$as_me: failed program was:" >&5
11790 sed 's/^/| /' conftest.
$ac_ext >&5
11794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11795 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
11798 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11799 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11800 GXX
=`test $ac_compiler_gnu = yes && echo yes`
11801 ac_test_CXXFLAGS
=${CXXFLAGS+set}
11802 ac_save_CXXFLAGS
=$CXXFLAGS
11804 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11805 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11806 if test "${ac_cv_prog_cxx_g+set}" = set; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6
11809 cat >conftest.
$ac_ext <<_ACEOF
11812 cat confdefs.h
>>conftest.
$ac_ext
11813 cat >>conftest.
$ac_ext <<_ACEOF
11814 /* end confdefs.h. */
11824 rm -f conftest.
$ac_objext
11825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11826 (eval $ac_compile) 2>conftest.er1
11828 grep -v '^ *+' conftest.er1
>conftest.err
11830 cat conftest.err
>&5
11831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11832 (exit $ac_status); } &&
11833 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11835 (eval $ac_try) 2>&5
11837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); }; } &&
11839 { ac_try
='test -s conftest.$ac_objext'
11840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11841 (eval $ac_try) 2>&5
11843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844 (exit $ac_status); }; }; then
11845 ac_cv_prog_cxx_g
=yes
11847 echo "$as_me: failed program was:" >&5
11848 sed 's/^/| /' conftest.
$ac_ext >&5
11850 ac_cv_prog_cxx_g
=no
11852 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11854 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11855 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11856 if test "$ac_test_CXXFLAGS" = set; then
11857 CXXFLAGS
=$ac_save_CXXFLAGS
11858 elif test $ac_cv_prog_cxx_g = yes; then
11859 if test "$GXX" = yes; then
11865 if test "$GXX" = yes; then
11871 for ac_declaration
in \
11873 'extern "C" void std::exit (int) throw (); using std::exit;' \
11874 'extern "C" void std::exit (int); using std::exit;' \
11875 'extern "C" void exit (int) throw ();' \
11876 'extern "C" void exit (int);' \
11879 cat >conftest.
$ac_ext <<_ACEOF
11882 cat confdefs.h
>>conftest.
$ac_ext
11883 cat >>conftest.
$ac_ext <<_ACEOF
11884 /* end confdefs.h. */
11886 #include <stdlib.h>
11895 rm -f conftest.
$ac_objext
11896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11897 (eval $ac_compile) 2>conftest.er1
11899 grep -v '^ *+' conftest.er1
>conftest.err
11901 cat conftest.err
>&5
11902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11903 (exit $ac_status); } &&
11904 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11906 (eval $ac_try) 2>&5
11908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11909 (exit $ac_status); }; } &&
11910 { ac_try
='test -s conftest.$ac_objext'
11911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11912 (eval $ac_try) 2>&5
11914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11915 (exit $ac_status); }; }; then
11918 echo "$as_me: failed program was:" >&5
11919 sed 's/^/| /' conftest.
$ac_ext >&5
11923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11924 cat >conftest.
$ac_ext <<_ACEOF
11927 cat confdefs.h
>>conftest.
$ac_ext
11928 cat >>conftest.
$ac_ext <<_ACEOF
11929 /* end confdefs.h. */
11939 rm -f conftest.
$ac_objext
11940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11941 (eval $ac_compile) 2>conftest.er1
11943 grep -v '^ *+' conftest.er1
>conftest.err
11945 cat conftest.err
>&5
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); } &&
11948 { ac_try
='test -z "$ac_cxx_werror_flag" || 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
11962 echo "$as_me: failed program was:" >&5
11963 sed 's/^/| /' conftest.
$ac_ext >&5
11966 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11969 if test -n "$ac_declaration"; then
11970 echo '#ifdef __cplusplus' >>confdefs.h
11971 echo $ac_declaration >>confdefs.h
11972 echo '#endif' >>confdefs.h
11976 ac_cpp
='$CXXCPP $CPPFLAGS'
11977 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11978 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11979 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11983 ac_cpp
='$CPP $CPPFLAGS'
11984 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11985 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11986 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11989 if test -n "$ac_tool_prefix"; then
11990 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11991 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11992 echo "$as_me:$LINENO: checking for $ac_word" >&5
11993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11994 if test "${ac_cv_prog_RANLIB+set}" = set; then
11995 echo $ECHO_N "(cached) $ECHO_C" >&6
11997 if test -n "$RANLIB"; then
11998 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
12000 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12001 for as_dir
in $PATH
12004 test -z "$as_dir" && as_dir
=.
12005 for ac_exec_ext
in '' $ac_executable_extensions; do
12006 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12007 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
12008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12016 RANLIB
=$ac_cv_prog_RANLIB
12017 if test -n "$RANLIB"; then
12018 echo "$as_me:$LINENO: result: $RANLIB" >&5
12019 echo "${ECHO_T}$RANLIB" >&6
12021 echo "$as_me:$LINENO: result: no" >&5
12022 echo "${ECHO_T}no" >&6
12026 if test -z "$ac_cv_prog_RANLIB"; then
12027 ac_ct_RANLIB
=$RANLIB
12028 # Extract the first word of "ranlib", so it can be a program name with args.
12029 set dummy ranlib
; ac_word
=$2
12030 echo "$as_me:$LINENO: checking for $ac_word" >&5
12031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12032 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12033 echo $ECHO_N "(cached) $ECHO_C" >&6
12035 if test -n "$ac_ct_RANLIB"; then
12036 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
12038 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12039 for as_dir
in $PATH
12042 test -z "$as_dir" && as_dir
=.
12043 for ac_exec_ext
in '' $ac_executable_extensions; do
12044 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12045 ac_cv_prog_ac_ct_RANLIB
="ranlib"
12046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12052 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
12055 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
12056 if test -n "$ac_ct_RANLIB"; then
12057 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12058 echo "${ECHO_T}$ac_ct_RANLIB" >&6
12060 echo "$as_me:$LINENO: result: no" >&5
12061 echo "${ECHO_T}no" >&6
12064 RANLIB
=$ac_ct_RANLIB
12066 RANLIB
="$ac_cv_prog_RANLIB"
12070 # Extract the first word of "ar", so it can be a program name with args.
12071 set dummy
ar; ac_word
=$2
12072 echo "$as_me:$LINENO: checking for $ac_word" >&5
12073 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12074 if test "${ac_cv_prog_AR+set}" = set; then
12075 echo $ECHO_N "(cached) $ECHO_C" >&6
12077 if test -n "$AR"; then
12078 ac_cv_prog_AR
="$AR" # Let the user override the test.
12080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12081 for as_dir
in $PATH
12084 test -z "$as_dir" && as_dir
=.
12085 for ac_exec_ext
in '' $ac_executable_extensions; do
12086 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12097 if test -n "$AR"; then
12098 echo "$as_me:$LINENO: result: $AR" >&5
12099 echo "${ECHO_T}$AR" >&6
12101 echo "$as_me:$LINENO: result: no" >&5
12102 echo "${ECHO_T}no" >&6
12105 if test "x$AR" = "x" ; then
12106 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
12107 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
12108 { (exit 1); exit 1; }; }
12111 # Find a good install program. We prefer a C program (faster),
12112 # so one script is as good as another. But avoid the broken or
12113 # incompatible versions:
12114 # SysV /etc/install, /usr/sbin/install
12115 # SunOS /usr/etc/install
12116 # IRIX /sbin/install
12118 # AmigaOS /C/install, which installs bootblocks on floppy discs
12119 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
12120 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
12121 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
12122 # OS/2's system install, which has a completely different semantic
12123 # ./install, which can be erroneously created by make from ./install.sh.
12124 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
12125 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
12126 if test -z "$INSTALL"; then
12127 if test "${ac_cv_path_install+set}" = set; then
12128 echo $ECHO_N "(cached) $ECHO_C" >&6
12130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12131 for as_dir
in $PATH
12134 test -z "$as_dir" && as_dir
=.
12135 # Account for people who put trailing slashes in PATH elements.
12137 .
/ | .
// | /cC
/* | \
12138 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
12139 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
12142 # OSF1 and SCO ODT 3.0 have their own names for install.
12143 # Don't use installbsd from OSF since it installs stuff as root
12145 for ac_prog
in ginstall scoinst
install; do
12146 for ac_exec_ext
in '' $ac_executable_extensions; do
12147 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
12148 if test $ac_prog = install &&
12149 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
12150 # AIX install. It has an incompatible calling convention.
12152 elif test $ac_prog = install &&
12153 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
12154 # program-specific install script used by HP pwplus--don't use.
12157 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
12169 if test "${ac_cv_path_install+set}" = set; then
12170 INSTALL
=$ac_cv_path_install
12172 # As a last resort, use the slow shell script. We don't cache a
12173 # path for INSTALL within a source directory, because that will
12174 # break other packages using the cache if that directory is
12175 # removed, or if the path is relative.
12176 INSTALL
=$ac_install_sh
12179 echo "$as_me:$LINENO: result: $INSTALL" >&5
12180 echo "${ECHO_T}$INSTALL" >&6
12182 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
12183 # It thinks the first close brace ends the variable substitution.
12184 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
12186 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
12188 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
12194 ?
:* ) # Drive letter, considered as absolute.
12197 INSTALL
=`pwd`/${INSTALL} ;;
12203 powerpc
-*-darwin* )
12204 INSTALL_PROGRAM
="cp -fp"
12205 INSTALL_DATA
="cp -fp"
12211 # Extract the first word of "strip", so it can be a program name with args.
12212 set dummy strip
; ac_word
=$2
12213 echo "$as_me:$LINENO: checking for $ac_word" >&5
12214 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12215 if test "${ac_cv_prog_STRIP+set}" = set; then
12216 echo $ECHO_N "(cached) $ECHO_C" >&6
12218 if test -n "$STRIP"; then
12219 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
12221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12222 for as_dir
in $PATH
12225 test -z "$as_dir" && as_dir
=.
12226 for ac_exec_ext
in '' $ac_executable_extensions; do
12227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12228 ac_cv_prog_STRIP
="strip"
12229 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12235 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
12238 STRIP
=$ac_cv_prog_STRIP
12239 if test -n "$STRIP"; then
12240 echo "$as_me:$LINENO: result: $STRIP" >&5
12241 echo "${ECHO_T}$STRIP" >&6
12243 echo "$as_me:$LINENO: result: no" >&5
12244 echo "${ECHO_T}no" >&6
12248 echo "$as_me:$LINENO: checking if make is GNU make" >&5
12249 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
12250 if test "${wx_cv_prog_makeisgnu+set}" = set; then
12251 echo $ECHO_N "(cached) $ECHO_C" >&6
12254 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
12255 egrep -s GNU
> /dev
/null
); then
12256 wx_cv_prog_makeisgnu
="yes"
12258 wx_cv_prog_makeisgnu
="no"
12262 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
12263 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
12265 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
12273 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
12274 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
12275 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
12276 if test "${wx_cv_prog_makevpath+set}" = set; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6
12280 cat - << EOF > confMake
12286 if test ! -d sub
; then
12289 echo dummy
> sub
/file
12290 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
12292 rm -f sub
/file check final_file confMake
12294 if test "$RESULT" = 0; then
12295 wx_cv_prog_makevpath
="yes"
12297 wx_cv_prog_makevpath
="no"
12301 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
12302 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
12304 if test "x$wx_cv_prog_makevpath" != "xyes"; then
12305 { { echo "$as_me:$LINENO: error:
12306 You need a make-utility that is able to use the variable
12308 If your version of make does not support VPATH correctly,
12309 please install GNU-make (possibly as gmake), and start
12310 configure with the following command:
12311 export MAKE=gmake; ./configure for sh-type shells
12312 setenv MAKE gmake; ./configure for csh-type shells
12313 Also please do remember to use gmake in this case every time
12314 you are trying to compile.
12316 echo "$as_me: error:
12317 You need a make-utility that is able to use the variable
12319 If your version of make does not support VPATH correctly,
12320 please install GNU-make (possibly as gmake), and start
12321 configure with the following command:
12322 export MAKE=gmake; ./configure for sh-type shells
12323 setenv MAKE gmake; ./configure for csh-type shells
12324 Also please do remember to use gmake in this case every time
12325 you are trying to compile.
12327 { (exit 1); exit 1; }; }
12329 echo "$as_me:$LINENO: checking whether ln -s works" >&5
12330 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
12332 if test "$LN_S" = "ln -s"; then
12333 echo "$as_me:$LINENO: result: yes" >&5
12334 echo "${ECHO_T}yes" >&6
12336 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
12337 echo "${ECHO_T}no, using $LN_S" >&6
12343 *-pc-os2_emx | *-pc-os2-emx )
12344 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
12345 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
12346 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
12347 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
12348 echo $ECHO_N "(cached) $ECHO_C" >&6
12350 ac_check_lib_save_LIBS
=$LIBS
12351 LIBS
="-lcExt $LIBS"
12352 cat >conftest.
$ac_ext <<_ACEOF
12355 cat confdefs.h
>>conftest.
$ac_ext
12356 cat >>conftest.
$ac_ext <<_ACEOF
12357 /* end confdefs.h. */
12359 /* Override any gcc2 internal prototype to avoid an error. */
12363 /* We use char because int might match the return type of a gcc2
12364 builtin and then its argument prototype would still apply. */
12374 rm -f conftest.
$ac_objext conftest
$ac_exeext
12375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12376 (eval $ac_link) 2>conftest.er1
12378 grep -v '^ *+' conftest.er1
>conftest.err
12380 cat conftest.err
>&5
12381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } &&
12383 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12385 (eval $ac_try) 2>&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); }; } &&
12389 { ac_try
='test -s conftest$ac_exeext'
12390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12391 (eval $ac_try) 2>&5
12393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12394 (exit $ac_status); }; }; then
12395 ac_cv_lib_cExt_drand48
=yes
12397 echo "$as_me: failed program was:" >&5
12398 sed 's/^/| /' conftest.
$ac_ext >&5
12400 ac_cv_lib_cExt_drand48
=no
12402 rm -f conftest.err conftest.
$ac_objext \
12403 conftest
$ac_exeext conftest.
$ac_ext
12404 LIBS
=$ac_check_lib_save_LIBS
12406 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
12407 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
12408 if test $ac_cv_lib_cExt_drand48 = yes; then
12409 LIBS
="$LIBS -lcExt"
12413 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
12415 echo "$as_me:$LINENO: checking for gcc version" >&5
12416 echo $ECHO_N "checking for gcc version... $ECHO_C" >&6
12417 if test "${wx_cv_gccversion+set}" = set; then
12418 echo $ECHO_N "(cached) $ECHO_C" >&6
12421 cat >conftest.
$ac_ext <<_ACEOF
12424 cat confdefs.h
>>conftest.
$ac_ext
12425 cat >>conftest.
$ac_ext <<_ACEOF
12426 /* end confdefs.h. */
12440 rm -f conftest.
$ac_objext
12441 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12442 (eval $ac_compile) 2>conftest.er1
12444 grep -v '^ *+' conftest.er1
>conftest.err
12446 cat conftest.err
>&5
12447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12448 (exit $ac_status); } &&
12449 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12451 (eval $ac_try) 2>&5
12453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12454 (exit $ac_status); }; } &&
12455 { ac_try
='test -s conftest.$ac_objext'
12456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12457 (eval $ac_try) 2>&5
12459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12460 (exit $ac_status); }; }; then
12462 cat >conftest.
$ac_ext <<_ACEOF
12465 cat confdefs.h
>>conftest.
$ac_ext
12466 cat >>conftest.
$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12473 #if (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
12474 #error intermediate gcc
12481 rm -f conftest.
$ac_objext
12482 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12483 (eval $ac_compile) 2>conftest.er1
12485 grep -v '^ *+' conftest.er1
>conftest.err
12487 cat conftest.err
>&5
12488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12489 (exit $ac_status); } &&
12490 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12492 (eval $ac_try) 2>&5
12494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12495 (exit $ac_status); }; } &&
12496 { ac_try
='test -s conftest.$ac_objext'
12497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12498 (eval $ac_try) 2>&5
12500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12501 (exit $ac_status); }; }; then
12503 wx_cv_gccversion
=Innotek
12506 echo "$as_me: failed program was:" >&5
12507 sed 's/^/| /' conftest.
$ac_ext >&5
12514 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12517 echo "$as_me: failed program was:" >&5
12518 sed 's/^/| /' conftest.
$ac_ext >&5
12525 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12528 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
12529 echo "${ECHO_T}$wx_cv_gccversion" >&6
12530 if test "$wx_cv_gccversion" = "2"; then
12531 LIBS
="$LIBS -lstdcpp"
12532 LDFLAGS
="$LDFLAGS -Zsysv-signals"
12534 if test "$wx_cv_gccversion" = "3"; then
12535 LIBS
="$LIBS -lstdcxx"
12536 LDFLAGS
="$LDFLAGS -Zsysv-signals"
12538 LIBS
="$LIBS -lstdc++"
12541 if test "$wxUSE_OMF" = "yes"; then
12542 LDFLAGS
="$LDFLAGS -Zomf -Zlinker /PMTYPE:PM -Zlinker /EXEPACK"
12550 ac_cpp
='$CXXCPP $CPPFLAGS'
12551 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12552 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12553 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12557 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
12558 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
12559 if test "${ac_cv_string_strcasecmp+set}" = set; then
12560 echo $ECHO_N "(cached) $ECHO_C" >&6
12563 cat >conftest.
$ac_ext <<_ACEOF
12566 cat confdefs.h
>>conftest.
$ac_ext
12567 cat >>conftest.
$ac_ext <<_ACEOF
12568 /* end confdefs.h. */
12570 #include <string.h>
12576 strcasecmp("foo", "bar");
12582 rm -f conftest.
$ac_objext conftest
$ac_exeext
12583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12584 (eval $ac_link) 2>conftest.er1
12586 grep -v '^ *+' conftest.er1
>conftest.err
12588 cat conftest.err
>&5
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); } &&
12591 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12593 (eval $ac_try) 2>&5
12595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596 (exit $ac_status); }; } &&
12597 { ac_try
='test -s conftest$ac_exeext'
12598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12599 (eval $ac_try) 2>&5
12601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); }; }; then
12603 ac_cv_string_strcasecmp
=yes
12605 echo "$as_me: failed program was:" >&5
12606 sed 's/^/| /' conftest.
$ac_ext >&5
12608 ac_cv_string_strcasecmp
=no
12611 rm -f conftest.err conftest.
$ac_objext \
12612 conftest
$ac_exeext conftest.
$ac_ext
12615 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
12616 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
12618 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
12619 cat >>confdefs.h
<<\_ACEOF
12620 #define HAVE_STRCASECMP_IN_STRING_H 1
12624 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
12625 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
12626 if test "${ac_cv_strings_strcasecmp+set}" = set; then
12627 echo $ECHO_N "(cached) $ECHO_C" >&6
12630 cat >conftest.
$ac_ext <<_ACEOF
12633 cat confdefs.h
>>conftest.
$ac_ext
12634 cat >>conftest.
$ac_ext <<_ACEOF
12635 /* end confdefs.h. */
12637 #include <strings.h>
12643 strcasecmp("foo", "bar");
12649 rm -f conftest.
$ac_objext conftest
$ac_exeext
12650 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12651 (eval $ac_link) 2>conftest.er1
12653 grep -v '^ *+' conftest.er1
>conftest.err
12655 cat conftest.err
>&5
12656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657 (exit $ac_status); } &&
12658 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12660 (eval $ac_try) 2>&5
12662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12663 (exit $ac_status); }; } &&
12664 { ac_try
='test -s conftest$ac_exeext'
12665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12666 (eval $ac_try) 2>&5
12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); }; }; then
12670 ac_cv_strings_strcasecmp
=yes
12672 echo "$as_me: failed program was:" >&5
12673 sed 's/^/| /' conftest.
$ac_ext >&5
12675 ac_cv_strings_strcasecmp
=no
12678 rm -f conftest.err conftest.
$ac_objext \
12679 conftest
$ac_exeext conftest.
$ac_ext
12682 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
12683 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
12685 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
12686 cat >>confdefs.h
<<\_ACEOF
12687 #define HAVE_STRCASECMP_IN_STRINGS_H 1
12691 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
12692 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
12693 { (exit 1); exit 1; }; }
12698 ac_cpp
='$CPP $CPPFLAGS'
12699 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12700 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12701 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12707 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
12708 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
12709 if test "${ac_cv_header_stdc+set}" = set; then
12710 echo $ECHO_N "(cached) $ECHO_C" >&6
12712 cat >conftest.
$ac_ext <<_ACEOF
12715 cat confdefs.h
>>conftest.
$ac_ext
12716 cat >>conftest.
$ac_ext <<_ACEOF
12717 /* end confdefs.h. */
12718 #include <stdlib.h>
12719 #include <stdarg.h>
12720 #include <string.h>
12731 rm -f conftest.
$ac_objext
12732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12733 (eval $ac_compile) 2>conftest.er1
12735 grep -v '^ *+' conftest.er1
>conftest.err
12737 cat conftest.err
>&5
12738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12739 (exit $ac_status); } &&
12740 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12742 (eval $ac_try) 2>&5
12744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12745 (exit $ac_status); }; } &&
12746 { ac_try
='test -s conftest.$ac_objext'
12747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12748 (eval $ac_try) 2>&5
12750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12751 (exit $ac_status); }; }; then
12752 ac_cv_header_stdc
=yes
12754 echo "$as_me: failed program was:" >&5
12755 sed 's/^/| /' conftest.
$ac_ext >&5
12757 ac_cv_header_stdc
=no
12759 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12761 if test $ac_cv_header_stdc = yes; then
12762 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12763 cat >conftest.
$ac_ext <<_ACEOF
12766 cat confdefs.h
>>conftest.
$ac_ext
12767 cat >>conftest.
$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12769 #include <string.h>
12772 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12773 $EGREP "memchr" >/dev
/null
2>&1; then
12776 ac_cv_header_stdc
=no
12782 if test $ac_cv_header_stdc = yes; then
12783 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12784 cat >conftest.
$ac_ext <<_ACEOF
12787 cat confdefs.h
>>conftest.
$ac_ext
12788 cat >>conftest.
$ac_ext <<_ACEOF
12789 /* end confdefs.h. */
12790 #include <stdlib.h>
12793 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12794 $EGREP "free" >/dev
/null
2>&1; then
12797 ac_cv_header_stdc
=no
12803 if test $ac_cv_header_stdc = yes; then
12804 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12805 if test "$cross_compiling" = yes; then
12808 cat >conftest.
$ac_ext <<_ACEOF
12811 cat confdefs.h
>>conftest.
$ac_ext
12812 cat >>conftest.
$ac_ext <<_ACEOF
12813 /* end confdefs.h. */
12815 #if ((' ' & 0x0FF) == 0x020)
12816 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12817 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12819 # define ISLOWER(c) \
12820 (('a' <= (c) && (c) <= 'i') \
12821 || ('j' <= (c) && (c) <= 'r') \
12822 || ('s' <= (c) && (c) <= 'z'))
12823 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12826 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12831 for (i = 0; i < 256; i++)
12832 if (XOR (islower (i), ISLOWER (i))
12833 || toupper (i) != TOUPPER (i))
12838 rm -f conftest
$ac_exeext
12839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12840 (eval $ac_link) 2>&5
12842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12843 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12845 (eval $ac_try) 2>&5
12847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); }; }; then
12851 echo "$as_me: program exited with status $ac_status" >&5
12852 echo "$as_me: failed program was:" >&5
12853 sed 's/^/| /' conftest.
$ac_ext >&5
12855 ( exit $ac_status )
12856 ac_cv_header_stdc
=no
12858 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12862 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12863 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12864 if test $ac_cv_header_stdc = yes; then
12866 cat >>confdefs.h
<<\_ACEOF
12867 #define STDC_HEADERS 1
12872 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12882 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12883 inttypes.h stdint.h unistd.h
12885 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12886 echo "$as_me:$LINENO: checking for $ac_header" >&5
12887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12888 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12889 echo $ECHO_N "(cached) $ECHO_C" >&6
12891 cat >conftest.
$ac_ext <<_ACEOF
12894 cat confdefs.h
>>conftest.
$ac_ext
12895 cat >>conftest.
$ac_ext <<_ACEOF
12896 /* end confdefs.h. */
12897 $ac_includes_default
12899 #include <$ac_header>
12901 rm -f conftest.
$ac_objext
12902 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12903 (eval $ac_compile) 2>conftest.er1
12905 grep -v '^ *+' conftest.er1
>conftest.err
12907 cat conftest.err
>&5
12908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12909 (exit $ac_status); } &&
12910 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12912 (eval $ac_try) 2>&5
12914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12915 (exit $ac_status); }; } &&
12916 { ac_try
='test -s conftest.$ac_objext'
12917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12918 (eval $ac_try) 2>&5
12920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921 (exit $ac_status); }; }; then
12922 eval "$as_ac_Header=yes"
12924 echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.
$ac_ext >&5
12927 eval "$as_ac_Header=no"
12929 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12931 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12932 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12933 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12934 cat >>confdefs.h
<<_ACEOF
12935 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12944 for ac_header
in stdlib.h
12946 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12947 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12948 echo "$as_me:$LINENO: checking for $ac_header" >&5
12949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12950 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12951 echo $ECHO_N "(cached) $ECHO_C" >&6
12953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12954 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12956 # Is the header compilable?
12957 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12958 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12959 cat >conftest.
$ac_ext <<_ACEOF
12962 cat confdefs.h
>>conftest.
$ac_ext
12963 cat >>conftest.
$ac_ext <<_ACEOF
12964 /* end confdefs.h. */
12965 $ac_includes_default
12966 #include <$ac_header>
12968 rm -f conftest.
$ac_objext
12969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12970 (eval $ac_compile) 2>conftest.er1
12972 grep -v '^ *+' conftest.er1
>conftest.err
12974 cat conftest.err
>&5
12975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12976 (exit $ac_status); } &&
12977 { ac_try
='test -z "$ac_c_werror_flag" || 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 ac_header_compiler
=yes
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.
$ac_ext >&5
12994 ac_header_compiler
=no
12996 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12997 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12998 echo "${ECHO_T}$ac_header_compiler" >&6
13000 # Is the header present?
13001 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13002 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13003 cat >conftest.
$ac_ext <<_ACEOF
13006 cat confdefs.h
>>conftest.
$ac_ext
13007 cat >>conftest.
$ac_ext <<_ACEOF
13008 /* end confdefs.h. */
13009 #include <$ac_header>
13011 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13012 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13014 grep -v '^ *+' conftest.er1
>conftest.err
13016 cat conftest.err
>&5
13017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018 (exit $ac_status); } >/dev
/null
; then
13019 if test -s conftest.err
; then
13020 ac_cpp_err
=$ac_c_preproc_warn_flag
13021 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13028 if test -z "$ac_cpp_err"; then
13029 ac_header_preproc
=yes
13031 echo "$as_me: failed program was:" >&5
13032 sed 's/^/| /' conftest.
$ac_ext >&5
13034 ac_header_preproc
=no
13036 rm -f conftest.err conftest.
$ac_ext
13037 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13038 echo "${ECHO_T}$ac_header_preproc" >&6
13040 # So? What about this header?
13041 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13043 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13044 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13045 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13046 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13047 ac_header_preproc
=yes
13050 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13051 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13052 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13053 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13054 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13055 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13056 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13057 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13058 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13059 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13060 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13061 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13064 ## ----------------------------------------- ##
13065 ## Report this to wx-dev@lists.wxwidgets.org ##
13066 ## ----------------------------------------- ##
13069 sed "s/^/$as_me: WARNING: /" >&2
13072 echo "$as_me:$LINENO: checking for $ac_header" >&5
13073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13074 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13075 echo $ECHO_N "(cached) $ECHO_C" >&6
13077 eval "$as_ac_Header=\$ac_header_preproc"
13079 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13080 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13083 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13084 cat >>confdefs.h
<<_ACEOF
13085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13093 for ac_header
in malloc.h
13095 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13096 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13097 echo "$as_me:$LINENO: checking for $ac_header" >&5
13098 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13099 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13100 echo $ECHO_N "(cached) $ECHO_C" >&6
13102 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13103 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13105 # Is the header compilable?
13106 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13107 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13108 cat >conftest.
$ac_ext <<_ACEOF
13111 cat confdefs.h
>>conftest.
$ac_ext
13112 cat >>conftest.
$ac_ext <<_ACEOF
13113 /* end confdefs.h. */
13114 $ac_includes_default
13115 #include <$ac_header>
13117 rm -f conftest.
$ac_objext
13118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13119 (eval $ac_compile) 2>conftest.er1
13121 grep -v '^ *+' conftest.er1
>conftest.err
13123 cat conftest.err
>&5
13124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); } &&
13126 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13128 (eval $ac_try) 2>&5
13130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13131 (exit $ac_status); }; } &&
13132 { ac_try
='test -s conftest.$ac_objext'
13133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13134 (eval $ac_try) 2>&5
13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13137 (exit $ac_status); }; }; then
13138 ac_header_compiler
=yes
13140 echo "$as_me: failed program was:" >&5
13141 sed 's/^/| /' conftest.
$ac_ext >&5
13143 ac_header_compiler
=no
13145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13146 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13147 echo "${ECHO_T}$ac_header_compiler" >&6
13149 # Is the header present?
13150 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13151 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13152 cat >conftest.
$ac_ext <<_ACEOF
13155 cat confdefs.h
>>conftest.
$ac_ext
13156 cat >>conftest.
$ac_ext <<_ACEOF
13157 /* end confdefs.h. */
13158 #include <$ac_header>
13160 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13161 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13163 grep -v '^ *+' conftest.er1
>conftest.err
13165 cat conftest.err
>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } >/dev
/null
; then
13168 if test -s conftest.err
; then
13169 ac_cpp_err
=$ac_c_preproc_warn_flag
13170 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13177 if test -z "$ac_cpp_err"; then
13178 ac_header_preproc
=yes
13180 echo "$as_me: failed program was:" >&5
13181 sed 's/^/| /' conftest.
$ac_ext >&5
13183 ac_header_preproc
=no
13185 rm -f conftest.err conftest.
$ac_ext
13186 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13187 echo "${ECHO_T}$ac_header_preproc" >&6
13189 # So? What about this header?
13190 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13192 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13193 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13194 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13195 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13196 ac_header_preproc
=yes
13199 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13200 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13201 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13202 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13203 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13204 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13205 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13206 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13207 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13208 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13209 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13210 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13213 ## ----------------------------------------- ##
13214 ## Report this to wx-dev@lists.wxwidgets.org ##
13215 ## ----------------------------------------- ##
13218 sed "s/^/$as_me: WARNING: /" >&2
13221 echo "$as_me:$LINENO: checking for $ac_header" >&5
13222 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13223 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13224 echo $ECHO_N "(cached) $ECHO_C" >&6
13226 eval "$as_ac_Header=\$ac_header_preproc"
13228 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13229 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13233 cat >>confdefs.h
<<_ACEOF
13234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13242 for ac_header
in unistd.h
13244 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13245 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13246 echo "$as_me:$LINENO: checking for $ac_header" >&5
13247 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13248 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13249 echo $ECHO_N "(cached) $ECHO_C" >&6
13251 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13252 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13254 # Is the header compilable?
13255 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13256 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13257 cat >conftest.
$ac_ext <<_ACEOF
13260 cat confdefs.h
>>conftest.
$ac_ext
13261 cat >>conftest.
$ac_ext <<_ACEOF
13262 /* end confdefs.h. */
13263 $ac_includes_default
13264 #include <$ac_header>
13266 rm -f conftest.
$ac_objext
13267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13268 (eval $ac_compile) 2>conftest.er1
13270 grep -v '^ *+' conftest.er1
>conftest.err
13272 cat conftest.err
>&5
13273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); } &&
13275 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13277 (eval $ac_try) 2>&5
13279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); }; } &&
13281 { ac_try
='test -s conftest.$ac_objext'
13282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13283 (eval $ac_try) 2>&5
13285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13286 (exit $ac_status); }; }; then
13287 ac_header_compiler
=yes
13289 echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.
$ac_ext >&5
13292 ac_header_compiler
=no
13294 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13295 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13296 echo "${ECHO_T}$ac_header_compiler" >&6
13298 # Is the header present?
13299 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13300 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13301 cat >conftest.
$ac_ext <<_ACEOF
13304 cat confdefs.h
>>conftest.
$ac_ext
13305 cat >>conftest.
$ac_ext <<_ACEOF
13306 /* end confdefs.h. */
13307 #include <$ac_header>
13309 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13310 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13312 grep -v '^ *+' conftest.er1
>conftest.err
13314 cat conftest.err
>&5
13315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13316 (exit $ac_status); } >/dev
/null
; then
13317 if test -s conftest.err
; then
13318 ac_cpp_err
=$ac_c_preproc_warn_flag
13319 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13326 if test -z "$ac_cpp_err"; then
13327 ac_header_preproc
=yes
13329 echo "$as_me: failed program was:" >&5
13330 sed 's/^/| /' conftest.
$ac_ext >&5
13332 ac_header_preproc
=no
13334 rm -f conftest.err conftest.
$ac_ext
13335 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13336 echo "${ECHO_T}$ac_header_preproc" >&6
13338 # So? What about this header?
13339 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13341 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13342 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13344 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13345 ac_header_preproc
=yes
13348 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13349 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13350 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13351 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13352 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13353 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13354 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13355 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13356 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13357 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13358 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13359 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13362 ## ----------------------------------------- ##
13363 ## Report this to wx-dev@lists.wxwidgets.org ##
13364 ## ----------------------------------------- ##
13367 sed "s/^/$as_me: WARNING: /" >&2
13370 echo "$as_me:$LINENO: checking for $ac_header" >&5
13371 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13372 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13373 echo $ECHO_N "(cached) $ECHO_C" >&6
13375 eval "$as_ac_Header=\$ac_header_preproc"
13377 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13378 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13381 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13382 cat >>confdefs.h
<<_ACEOF
13383 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13391 for ac_header
in wchar.h
13393 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13394 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13395 echo "$as_me:$LINENO: checking for $ac_header" >&5
13396 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13397 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13398 echo $ECHO_N "(cached) $ECHO_C" >&6
13400 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13401 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13403 # Is the header compilable?
13404 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13405 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13406 cat >conftest.
$ac_ext <<_ACEOF
13409 cat confdefs.h
>>conftest.
$ac_ext
13410 cat >>conftest.
$ac_ext <<_ACEOF
13411 /* end confdefs.h. */
13412 $ac_includes_default
13413 #include <$ac_header>
13415 rm -f conftest.
$ac_objext
13416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13417 (eval $ac_compile) 2>conftest.er1
13419 grep -v '^ *+' conftest.er1
>conftest.err
13421 cat conftest.err
>&5
13422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13423 (exit $ac_status); } &&
13424 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13426 (eval $ac_try) 2>&5
13428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429 (exit $ac_status); }; } &&
13430 { ac_try
='test -s conftest.$ac_objext'
13431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13432 (eval $ac_try) 2>&5
13434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13435 (exit $ac_status); }; }; then
13436 ac_header_compiler
=yes
13438 echo "$as_me: failed program was:" >&5
13439 sed 's/^/| /' conftest.
$ac_ext >&5
13441 ac_header_compiler
=no
13443 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13444 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13445 echo "${ECHO_T}$ac_header_compiler" >&6
13447 # Is the header present?
13448 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13449 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13450 cat >conftest.
$ac_ext <<_ACEOF
13453 cat confdefs.h
>>conftest.
$ac_ext
13454 cat >>conftest.
$ac_ext <<_ACEOF
13455 /* end confdefs.h. */
13456 #include <$ac_header>
13458 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13459 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13461 grep -v '^ *+' conftest.er1
>conftest.err
13463 cat conftest.err
>&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } >/dev
/null
; then
13466 if test -s conftest.err
; then
13467 ac_cpp_err
=$ac_c_preproc_warn_flag
13468 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13475 if test -z "$ac_cpp_err"; then
13476 ac_header_preproc
=yes
13478 echo "$as_me: failed program was:" >&5
13479 sed 's/^/| /' conftest.
$ac_ext >&5
13481 ac_header_preproc
=no
13483 rm -f conftest.err conftest.
$ac_ext
13484 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13485 echo "${ECHO_T}$ac_header_preproc" >&6
13487 # So? What about this header?
13488 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13490 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13491 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13492 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13493 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13494 ac_header_preproc
=yes
13497 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13498 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13499 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13500 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13501 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13502 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13503 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13504 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13505 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13506 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13507 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13508 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13511 ## ----------------------------------------- ##
13512 ## Report this to wx-dev@lists.wxwidgets.org ##
13513 ## ----------------------------------------- ##
13516 sed "s/^/$as_me: WARNING: /" >&2
13519 echo "$as_me:$LINENO: checking for $ac_header" >&5
13520 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13521 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13522 echo $ECHO_N "(cached) $ECHO_C" >&6
13524 eval "$as_ac_Header=\$ac_header_preproc"
13526 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13527 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13530 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13531 cat >>confdefs.h
<<_ACEOF
13532 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13540 if test "$ac_cv_header_wchar_h" != "yes"; then
13542 for ac_header
in wcstr.h
13544 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13545 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13546 echo "$as_me:$LINENO: checking for $ac_header" >&5
13547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13548 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13549 echo $ECHO_N "(cached) $ECHO_C" >&6
13551 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13552 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13554 # Is the header compilable?
13555 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13556 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13557 cat >conftest.
$ac_ext <<_ACEOF
13560 cat confdefs.h
>>conftest.
$ac_ext
13561 cat >>conftest.
$ac_ext <<_ACEOF
13562 /* end confdefs.h. */
13563 $ac_includes_default
13564 #include <$ac_header>
13566 rm -f conftest.
$ac_objext
13567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13568 (eval $ac_compile) 2>conftest.er1
13570 grep -v '^ *+' conftest.er1
>conftest.err
13572 cat conftest.err
>&5
13573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574 (exit $ac_status); } &&
13575 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13577 (eval $ac_try) 2>&5
13579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580 (exit $ac_status); }; } &&
13581 { ac_try
='test -s conftest.$ac_objext'
13582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13583 (eval $ac_try) 2>&5
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); }; }; then
13587 ac_header_compiler
=yes
13589 echo "$as_me: failed program was:" >&5
13590 sed 's/^/| /' conftest.
$ac_ext >&5
13592 ac_header_compiler
=no
13594 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13595 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13596 echo "${ECHO_T}$ac_header_compiler" >&6
13598 # Is the header present?
13599 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13600 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13601 cat >conftest.
$ac_ext <<_ACEOF
13604 cat confdefs.h
>>conftest.
$ac_ext
13605 cat >>conftest.
$ac_ext <<_ACEOF
13606 /* end confdefs.h. */
13607 #include <$ac_header>
13609 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13610 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13612 grep -v '^ *+' conftest.er1
>conftest.err
13614 cat conftest.err
>&5
13615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13616 (exit $ac_status); } >/dev
/null
; then
13617 if test -s conftest.err
; then
13618 ac_cpp_err
=$ac_c_preproc_warn_flag
13619 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13626 if test -z "$ac_cpp_err"; then
13627 ac_header_preproc
=yes
13629 echo "$as_me: failed program was:" >&5
13630 sed 's/^/| /' conftest.
$ac_ext >&5
13632 ac_header_preproc
=no
13634 rm -f conftest.err conftest.
$ac_ext
13635 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13636 echo "${ECHO_T}$ac_header_preproc" >&6
13638 # So? What about this header?
13639 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13641 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13642 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13643 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13644 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13645 ac_header_preproc
=yes
13648 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13649 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13650 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13651 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13652 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13653 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13654 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13655 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13656 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13657 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13658 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13659 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13662 ## ----------------------------------------- ##
13663 ## Report this to wx-dev@lists.wxwidgets.org ##
13664 ## ----------------------------------------- ##
13667 sed "s/^/$as_me: WARNING: /" >&2
13670 echo "$as_me:$LINENO: checking for $ac_header" >&5
13671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13672 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13673 echo $ECHO_N "(cached) $ECHO_C" >&6
13675 eval "$as_ac_Header=\$ac_header_preproc"
13677 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13678 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13681 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13682 cat >>confdefs.h
<<_ACEOF
13683 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13693 for ac_header
in fnmatch.h
13695 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13696 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13697 echo "$as_me:$LINENO: checking for $ac_header" >&5
13698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13699 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13700 echo $ECHO_N "(cached) $ECHO_C" >&6
13702 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13703 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13705 # Is the header compilable?
13706 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13707 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13708 cat >conftest.
$ac_ext <<_ACEOF
13711 cat confdefs.h
>>conftest.
$ac_ext
13712 cat >>conftest.
$ac_ext <<_ACEOF
13713 /* end confdefs.h. */
13714 $ac_includes_default
13715 #include <$ac_header>
13717 rm -f conftest.
$ac_objext
13718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13719 (eval $ac_compile) 2>conftest.er1
13721 grep -v '^ *+' conftest.er1
>conftest.err
13723 cat conftest.err
>&5
13724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13725 (exit $ac_status); } &&
13726 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13728 (eval $ac_try) 2>&5
13730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13731 (exit $ac_status); }; } &&
13732 { ac_try
='test -s conftest.$ac_objext'
13733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13734 (eval $ac_try) 2>&5
13736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13737 (exit $ac_status); }; }; then
13738 ac_header_compiler
=yes
13740 echo "$as_me: failed program was:" >&5
13741 sed 's/^/| /' conftest.
$ac_ext >&5
13743 ac_header_compiler
=no
13745 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13746 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13747 echo "${ECHO_T}$ac_header_compiler" >&6
13749 # Is the header present?
13750 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13751 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13752 cat >conftest.
$ac_ext <<_ACEOF
13755 cat confdefs.h
>>conftest.
$ac_ext
13756 cat >>conftest.
$ac_ext <<_ACEOF
13757 /* end confdefs.h. */
13758 #include <$ac_header>
13760 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13761 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13763 grep -v '^ *+' conftest.er1
>conftest.err
13765 cat conftest.err
>&5
13766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13767 (exit $ac_status); } >/dev
/null
; then
13768 if test -s conftest.err
; then
13769 ac_cpp_err
=$ac_c_preproc_warn_flag
13770 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13777 if test -z "$ac_cpp_err"; then
13778 ac_header_preproc
=yes
13780 echo "$as_me: failed program was:" >&5
13781 sed 's/^/| /' conftest.
$ac_ext >&5
13783 ac_header_preproc
=no
13785 rm -f conftest.err conftest.
$ac_ext
13786 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13787 echo "${ECHO_T}$ac_header_preproc" >&6
13789 # So? What about this header?
13790 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13792 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13793 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13794 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13795 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13796 ac_header_preproc
=yes
13799 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13800 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13801 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13802 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13803 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13804 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13805 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13806 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13807 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13808 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13809 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13810 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13813 ## ----------------------------------------- ##
13814 ## Report this to wx-dev@lists.wxwidgets.org ##
13815 ## ----------------------------------------- ##
13818 sed "s/^/$as_me: WARNING: /" >&2
13821 echo "$as_me:$LINENO: checking for $ac_header" >&5
13822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13824 echo $ECHO_N "(cached) $ECHO_C" >&6
13826 eval "$as_ac_Header=\$ac_header_preproc"
13828 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13829 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13832 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13833 cat >>confdefs.h
<<_ACEOF
13834 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13842 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13844 for ac_func
in fnmatch
13846 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13847 echo "$as_me:$LINENO: checking for $ac_func" >&5
13848 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13849 if eval "test \"\${$as_ac_var+set}\" = set"; then
13850 echo $ECHO_N "(cached) $ECHO_C" >&6
13852 cat >conftest.
$ac_ext <<_ACEOF
13855 cat confdefs.h
>>conftest.
$ac_ext
13856 cat >>conftest.
$ac_ext <<_ACEOF
13857 /* end confdefs.h. */
13858 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13859 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13860 #define $ac_func innocuous_$ac_func
13862 /* System header to define __stub macros and hopefully few prototypes,
13863 which can conflict with char $ac_func (); below.
13864 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13865 <limits.h> exists even on freestanding compilers. */
13868 # include <limits.h>
13870 # include <assert.h>
13875 /* Override any gcc2 internal prototype to avoid an error. */
13880 /* We use char because int might match the return type of a gcc2
13881 builtin and then its argument prototype would still apply. */
13883 /* The GNU C library defines this for functions which it implements
13884 to always fail with ENOSYS. Some functions are actually named
13885 something starting with __ and the normal name is an alias. */
13886 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13889 char (*f) () = $ac_func;
13898 return f != $ac_func;
13903 rm -f conftest.
$ac_objext conftest
$ac_exeext
13904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13905 (eval $ac_link) 2>conftest.er1
13907 grep -v '^ *+' conftest.er1
>conftest.err
13909 cat conftest.err
>&5
13910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13911 (exit $ac_status); } &&
13912 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
13918 { ac_try
='test -s conftest$ac_exeext'
13919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13920 (eval $ac_try) 2>&5
13922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923 (exit $ac_status); }; }; then
13924 eval "$as_ac_var=yes"
13926 echo "$as_me: failed program was:" >&5
13927 sed 's/^/| /' conftest.
$ac_ext >&5
13929 eval "$as_ac_var=no"
13931 rm -f conftest.err conftest.
$ac_objext \
13932 conftest
$ac_exeext conftest.
$ac_ext
13934 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13935 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13936 if test `eval echo '${'$as_ac_var'}'` = yes; then
13937 cat >>confdefs.h
<<_ACEOF
13938 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13947 for ac_header
in langinfo.h
13949 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13950 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13951 echo "$as_me:$LINENO: checking for $ac_header" >&5
13952 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13953 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13954 echo $ECHO_N "(cached) $ECHO_C" >&6
13956 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13957 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13959 # Is the header compilable?
13960 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13961 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13962 cat >conftest.
$ac_ext <<_ACEOF
13965 cat confdefs.h
>>conftest.
$ac_ext
13966 cat >>conftest.
$ac_ext <<_ACEOF
13967 /* end confdefs.h. */
13968 $ac_includes_default
13969 #include <$ac_header>
13971 rm -f conftest.
$ac_objext
13972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13973 (eval $ac_compile) 2>conftest.er1
13975 grep -v '^ *+' conftest.er1
>conftest.err
13977 cat conftest.err
>&5
13978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13979 (exit $ac_status); } &&
13980 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13982 (eval $ac_try) 2>&5
13984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13985 (exit $ac_status); }; } &&
13986 { ac_try
='test -s conftest.$ac_objext'
13987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13988 (eval $ac_try) 2>&5
13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13991 (exit $ac_status); }; }; then
13992 ac_header_compiler
=yes
13994 echo "$as_me: failed program was:" >&5
13995 sed 's/^/| /' conftest.
$ac_ext >&5
13997 ac_header_compiler
=no
13999 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14000 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14001 echo "${ECHO_T}$ac_header_compiler" >&6
14003 # Is the header present?
14004 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14005 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14006 cat >conftest.
$ac_ext <<_ACEOF
14009 cat confdefs.h
>>conftest.
$ac_ext
14010 cat >>conftest.
$ac_ext <<_ACEOF
14011 /* end confdefs.h. */
14012 #include <$ac_header>
14014 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14015 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14017 grep -v '^ *+' conftest.er1
>conftest.err
14019 cat conftest.err
>&5
14020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14021 (exit $ac_status); } >/dev
/null
; then
14022 if test -s conftest.err
; then
14023 ac_cpp_err
=$ac_c_preproc_warn_flag
14024 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14031 if test -z "$ac_cpp_err"; then
14032 ac_header_preproc
=yes
14034 echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.
$ac_ext >&5
14037 ac_header_preproc
=no
14039 rm -f conftest.err conftest.
$ac_ext
14040 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14041 echo "${ECHO_T}$ac_header_preproc" >&6
14043 # So? What about this header?
14044 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14046 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14047 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14048 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14049 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14050 ac_header_preproc
=yes
14053 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14054 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14055 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14056 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14057 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14058 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14059 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14060 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14062 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14063 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14064 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14067 ## ----------------------------------------- ##
14068 ## Report this to wx-dev@lists.wxwidgets.org ##
14069 ## ----------------------------------------- ##
14072 sed "s/^/$as_me: WARNING: /" >&2
14075 echo "$as_me:$LINENO: checking for $ac_header" >&5
14076 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14077 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14078 echo $ECHO_N "(cached) $ECHO_C" >&6
14080 eval "$as_ac_Header=\$ac_header_preproc"
14082 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14083 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14086 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14087 cat >>confdefs.h
<<_ACEOF
14088 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14097 *-pc-os2_emx | *-pc-os2-emx )
14098 if test $ac_cv_header_langinfo_h = "yes"; then
14099 LIBS
="$LIBS -lintl"
14104 if test "$wxUSE_GUI" = "yes"; then
14105 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
14107 for ac_header
in X
11/Xlib.h
14109 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14110 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14111 echo "$as_me:$LINENO: checking for $ac_header" >&5
14112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14114 echo $ECHO_N "(cached) $ECHO_C" >&6
14116 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14117 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14119 # Is the header compilable?
14120 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14121 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14122 cat >conftest.
$ac_ext <<_ACEOF
14125 cat confdefs.h
>>conftest.
$ac_ext
14126 cat >>conftest.
$ac_ext <<_ACEOF
14127 /* end confdefs.h. */
14128 $ac_includes_default
14129 #include <$ac_header>
14131 rm -f conftest.
$ac_objext
14132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14133 (eval $ac_compile) 2>conftest.er1
14135 grep -v '^ *+' conftest.er1
>conftest.err
14137 cat conftest.err
>&5
14138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14139 (exit $ac_status); } &&
14140 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14142 (eval $ac_try) 2>&5
14144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14145 (exit $ac_status); }; } &&
14146 { ac_try
='test -s conftest.$ac_objext'
14147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14148 (eval $ac_try) 2>&5
14150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14151 (exit $ac_status); }; }; then
14152 ac_header_compiler
=yes
14154 echo "$as_me: failed program was:" >&5
14155 sed 's/^/| /' conftest.
$ac_ext >&5
14157 ac_header_compiler
=no
14159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14160 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14161 echo "${ECHO_T}$ac_header_compiler" >&6
14163 # Is the header present?
14164 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14165 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14166 cat >conftest.
$ac_ext <<_ACEOF
14169 cat confdefs.h
>>conftest.
$ac_ext
14170 cat >>conftest.
$ac_ext <<_ACEOF
14171 /* end confdefs.h. */
14172 #include <$ac_header>
14174 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14175 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14177 grep -v '^ *+' conftest.er1
>conftest.err
14179 cat conftest.err
>&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); } >/dev
/null
; then
14182 if test -s conftest.err
; then
14183 ac_cpp_err
=$ac_c_preproc_warn_flag
14184 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14191 if test -z "$ac_cpp_err"; then
14192 ac_header_preproc
=yes
14194 echo "$as_me: failed program was:" >&5
14195 sed 's/^/| /' conftest.
$ac_ext >&5
14197 ac_header_preproc
=no
14199 rm -f conftest.err conftest.
$ac_ext
14200 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14201 echo "${ECHO_T}$ac_header_preproc" >&6
14203 # So? What about this header?
14204 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14206 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14207 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14209 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14210 ac_header_preproc
=yes
14213 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14214 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14215 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14216 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14217 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14218 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14219 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14220 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14221 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14222 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14223 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14224 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14227 ## ----------------------------------------- ##
14228 ## Report this to wx-dev@lists.wxwidgets.org ##
14229 ## ----------------------------------------- ##
14232 sed "s/^/$as_me: WARNING: /" >&2
14235 echo "$as_me:$LINENO: checking for $ac_header" >&5
14236 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14237 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14238 echo $ECHO_N "(cached) $ECHO_C" >&6
14240 eval "$as_ac_Header=\$ac_header_preproc"
14242 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14243 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14246 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14247 cat >>confdefs.h
<<_ACEOF
14248 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14256 for ac_header
in X
11/XKBlib.h
14258 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14259 echo "$as_me:$LINENO: checking for $ac_header" >&5
14260 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14261 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14262 echo $ECHO_N "(cached) $ECHO_C" >&6
14264 cat >conftest.
$ac_ext <<_ACEOF
14267 cat confdefs.h
>>conftest.
$ac_ext
14268 cat >>conftest.
$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14271 #if HAVE_X11_XLIB_H
14272 #include <X11/Xlib.h>
14276 #include <$ac_header>
14278 rm -f conftest.
$ac_objext
14279 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14280 (eval $ac_compile) 2>conftest.er1
14282 grep -v '^ *+' conftest.er1
>conftest.err
14284 cat conftest.err
>&5
14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); } &&
14287 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14289 (eval $ac_try) 2>&5
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); }; } &&
14293 { ac_try
='test -s conftest.$ac_objext'
14294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14295 (eval $ac_try) 2>&5
14297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); }; }; then
14299 eval "$as_ac_Header=yes"
14301 echo "$as_me: failed program was:" >&5
14302 sed 's/^/| /' conftest.
$ac_ext >&5
14304 eval "$as_ac_Header=no"
14306 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14308 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14309 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14310 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14311 cat >>confdefs.h
<<_ACEOF
14312 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14323 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14324 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14325 if test "${ac_cv_c_const+set}" = set; then
14326 echo $ECHO_N "(cached) $ECHO_C" >&6
14328 cat >conftest.
$ac_ext <<_ACEOF
14331 cat confdefs.h
>>conftest.
$ac_ext
14332 cat >>conftest.
$ac_ext <<_ACEOF
14333 /* end confdefs.h. */
14338 /* FIXME: Include the comments suggested by Paul. */
14339 #ifndef __cplusplus
14340 /* Ultrix mips cc rejects this. */
14341 typedef int charset[2];
14343 /* SunOS 4.1.1 cc rejects this. */
14344 char const *const *ccp;
14346 /* NEC SVR4.0.2 mips cc rejects this. */
14347 struct point {int x, y;};
14348 static struct point const zero = {0,0};
14349 /* AIX XL C 1.02.0.0 rejects this.
14350 It does not let you subtract one const X* pointer from another in
14351 an arm of an if-expression whose if-part is not a constant
14353 const char *g = "string";
14354 ccp = &g + (g ? g-g : 0);
14355 /* HPUX 7.0 cc rejects these. */
14358 ccp = (char const *const *) p;
14359 { /* SCO 3.2v4 cc rejects this. */
14361 char const *s = 0 ? (char *) 0 : (char const *) 0;
14365 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14366 int x[] = {25, 17};
14367 const int *foo = &x[0];
14370 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14371 typedef const int *iptr;
14375 { /* AIX XL C 1.02.0.0 rejects this saying
14376 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14377 struct s { int j; const int *ap[3]; };
14378 struct s *b; b->j = 5;
14380 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14381 const int foo = 10;
14389 rm -f conftest.
$ac_objext
14390 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14391 (eval $ac_compile) 2>conftest.er1
14393 grep -v '^ *+' conftest.er1
>conftest.err
14395 cat conftest.err
>&5
14396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14397 (exit $ac_status); } &&
14398 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14400 (eval $ac_try) 2>&5
14402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403 (exit $ac_status); }; } &&
14404 { ac_try
='test -s conftest.$ac_objext'
14405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14406 (eval $ac_try) 2>&5
14408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14409 (exit $ac_status); }; }; then
14412 echo "$as_me: failed program was:" >&5
14413 sed 's/^/| /' conftest.
$ac_ext >&5
14417 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14419 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14420 echo "${ECHO_T}$ac_cv_c_const" >&6
14421 if test $ac_cv_c_const = no
; then
14423 cat >>confdefs.h
<<\_ACEOF
14429 echo "$as_me:$LINENO: checking for inline" >&5
14430 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14431 if test "${ac_cv_c_inline+set}" = set; then
14432 echo $ECHO_N "(cached) $ECHO_C" >&6
14435 for ac_kw
in inline __inline__ __inline
; do
14436 cat >conftest.
$ac_ext <<_ACEOF
14439 cat confdefs.h
>>conftest.
$ac_ext
14440 cat >>conftest.
$ac_ext <<_ACEOF
14441 /* end confdefs.h. */
14442 #ifndef __cplusplus
14444 static $ac_kw foo_t static_foo () {return 0; }
14445 $ac_kw foo_t foo () {return 0; }
14449 rm -f conftest.
$ac_objext
14450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14451 (eval $ac_compile) 2>conftest.er1
14453 grep -v '^ *+' conftest.er1
>conftest.err
14455 cat conftest.err
>&5
14456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14457 (exit $ac_status); } &&
14458 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14460 (eval $ac_try) 2>&5
14462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14463 (exit $ac_status); }; } &&
14464 { ac_try
='test -s conftest.$ac_objext'
14465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14466 (eval $ac_try) 2>&5
14468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14469 (exit $ac_status); }; }; then
14470 ac_cv_c_inline
=$ac_kw; break
14472 echo "$as_me: failed program was:" >&5
14473 sed 's/^/| /' conftest.
$ac_ext >&5
14476 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14480 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14481 echo "${ECHO_T}$ac_cv_c_inline" >&6
14484 case $ac_cv_c_inline in
14487 case $ac_cv_c_inline in
14489 *) ac_val
=$ac_cv_c_inline;;
14491 cat >>confdefs.h
<<_ACEOF
14492 #ifndef __cplusplus
14493 #define inline $ac_val
14500 echo "$as_me:$LINENO: checking for char" >&5
14501 echo $ECHO_N "checking for char... $ECHO_C" >&6
14502 if test "${ac_cv_type_char+set}" = set; then
14503 echo $ECHO_N "(cached) $ECHO_C" >&6
14505 cat >conftest.
$ac_ext <<_ACEOF
14508 cat confdefs.h
>>conftest.
$ac_ext
14509 cat >>conftest.
$ac_ext <<_ACEOF
14510 /* end confdefs.h. */
14511 $ac_includes_default
14523 rm -f conftest.
$ac_objext
14524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14525 (eval $ac_compile) 2>conftest.er1
14527 grep -v '^ *+' conftest.er1
>conftest.err
14529 cat conftest.err
>&5
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); } &&
14532 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14534 (eval $ac_try) 2>&5
14536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14537 (exit $ac_status); }; } &&
14538 { ac_try
='test -s conftest.$ac_objext'
14539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14540 (eval $ac_try) 2>&5
14542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14543 (exit $ac_status); }; }; then
14544 ac_cv_type_char
=yes
14546 echo "$as_me: failed program was:" >&5
14547 sed 's/^/| /' conftest.
$ac_ext >&5
14551 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14553 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
14554 echo "${ECHO_T}$ac_cv_type_char" >&6
14556 echo "$as_me:$LINENO: checking size of char" >&5
14557 echo $ECHO_N "checking size of char... $ECHO_C" >&6
14558 if test "${ac_cv_sizeof_char+set}" = set; then
14559 echo $ECHO_N "(cached) $ECHO_C" >&6
14561 if test "$ac_cv_type_char" = yes; then
14562 # The cast to unsigned long works around a bug in the HP C Compiler
14563 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14564 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14565 # This bug is HP SR number 8606223364.
14566 if test "$cross_compiling" = yes; then
14567 # Depending upon the size, compute the lo and hi bounds.
14568 cat >conftest.
$ac_ext <<_ACEOF
14571 cat confdefs.h
>>conftest.
$ac_ext
14572 cat >>conftest.
$ac_ext <<_ACEOF
14573 /* end confdefs.h. */
14574 $ac_includes_default
14578 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
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" || test ! -s conftest.err'
14595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14596 (eval $ac_try) 2>&5
14598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14599 (exit $ac_status); }; } &&
14600 { ac_try
='test -s conftest.$ac_objext'
14601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14602 (eval $ac_try) 2>&5
14604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14605 (exit $ac_status); }; }; then
14608 cat >conftest.
$ac_ext <<_ACEOF
14611 cat confdefs.h
>>conftest.
$ac_ext
14612 cat >>conftest.
$ac_ext <<_ACEOF
14613 /* end confdefs.h. */
14614 $ac_includes_default
14618 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14625 rm -f conftest.
$ac_objext
14626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14627 (eval $ac_compile) 2>conftest.er1
14629 grep -v '^ *+' conftest.er1
>conftest.err
14631 cat conftest.err
>&5
14632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633 (exit $ac_status); } &&
14634 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14636 (eval $ac_try) 2>&5
14638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14639 (exit $ac_status); }; } &&
14640 { ac_try
='test -s conftest.$ac_objext'
14641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14642 (eval $ac_try) 2>&5
14644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14645 (exit $ac_status); }; }; then
14646 ac_hi
=$ac_mid; break
14648 echo "$as_me: failed program was:" >&5
14649 sed 's/^/| /' conftest.
$ac_ext >&5
14651 ac_lo
=`expr $ac_mid + 1`
14652 if test $ac_lo -le $ac_mid; then
14656 ac_mid
=`expr 2 '*' $ac_mid + 1`
14658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14661 echo "$as_me: failed program was:" >&5
14662 sed 's/^/| /' conftest.
$ac_ext >&5
14664 cat >conftest.
$ac_ext <<_ACEOF
14667 cat confdefs.h
>>conftest.
$ac_ext
14668 cat >>conftest.
$ac_ext <<_ACEOF
14669 /* end confdefs.h. */
14670 $ac_includes_default
14674 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
14681 rm -f conftest.
$ac_objext
14682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14683 (eval $ac_compile) 2>conftest.er1
14685 grep -v '^ *+' conftest.er1
>conftest.err
14687 cat conftest.err
>&5
14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689 (exit $ac_status); } &&
14690 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14692 (eval $ac_try) 2>&5
14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695 (exit $ac_status); }; } &&
14696 { ac_try
='test -s conftest.$ac_objext'
14697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14698 (eval $ac_try) 2>&5
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); }; }; then
14704 cat >conftest.
$ac_ext <<_ACEOF
14707 cat confdefs.h
>>conftest.
$ac_ext
14708 cat >>conftest.
$ac_ext <<_ACEOF
14709 /* end confdefs.h. */
14710 $ac_includes_default
14714 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
14721 rm -f conftest.
$ac_objext
14722 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14723 (eval $ac_compile) 2>conftest.er1
14725 grep -v '^ *+' conftest.er1
>conftest.err
14727 cat conftest.err
>&5
14728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14729 (exit $ac_status); } &&
14730 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14732 (eval $ac_try) 2>&5
14734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); }; } &&
14736 { ac_try
='test -s conftest.$ac_objext'
14737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14738 (eval $ac_try) 2>&5
14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14741 (exit $ac_status); }; }; then
14742 ac_lo
=$ac_mid; break
14744 echo "$as_me: failed program was:" >&5
14745 sed 's/^/| /' conftest.
$ac_ext >&5
14747 ac_hi
=`expr '(' $ac_mid ')' - 1`
14748 if test $ac_mid -le $ac_hi; then
14752 ac_mid
=`expr 2 '*' $ac_mid`
14754 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14757 echo "$as_me: failed program was:" >&5
14758 sed 's/^/| /' conftest.
$ac_ext >&5
14762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14764 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14765 # Binary search between lo and hi bounds.
14766 while test "x$ac_lo" != "x$ac_hi"; do
14767 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14768 cat >conftest.
$ac_ext <<_ACEOF
14771 cat confdefs.h
>>conftest.
$ac_ext
14772 cat >>conftest.
$ac_ext <<_ACEOF
14773 /* end confdefs.h. */
14774 $ac_includes_default
14778 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14785 rm -f conftest.
$ac_objext
14786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14787 (eval $ac_compile) 2>conftest.er1
14789 grep -v '^ *+' conftest.er1
>conftest.err
14791 cat conftest.err
>&5
14792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14793 (exit $ac_status); } &&
14794 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14796 (eval $ac_try) 2>&5
14798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14799 (exit $ac_status); }; } &&
14800 { ac_try
='test -s conftest.$ac_objext'
14801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14802 (eval $ac_try) 2>&5
14804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14805 (exit $ac_status); }; }; then
14808 echo "$as_me: failed program was:" >&5
14809 sed 's/^/| /' conftest.
$ac_ext >&5
14811 ac_lo
=`expr '(' $ac_mid ')' + 1`
14813 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14816 ?
*) ac_cv_sizeof_char
=$ac_lo;;
14817 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14818 See \`config.log' for more details." >&5
14819 echo "$as_me: error: cannot compute sizeof (char), 77
14820 See \`config.log' for more details." >&2;}
14821 { (exit 1); exit 1; }; } ;;
14824 if test "$cross_compiling" = yes; then
14825 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14826 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14827 { (exit 1); exit 1; }; }
14829 cat >conftest.
$ac_ext <<_ACEOF
14832 cat confdefs.h
>>conftest.
$ac_ext
14833 cat >>conftest.
$ac_ext <<_ACEOF
14834 /* end confdefs.h. */
14835 $ac_includes_default
14836 long longval () { return (long) (sizeof (char)); }
14837 unsigned long ulongval () { return (long) (sizeof (char)); }
14839 #include <stdlib.h>
14844 FILE *f = fopen ("conftest.val", "w");
14847 if (((long) (sizeof (char))) < 0)
14849 long i = longval ();
14850 if (i != ((long) (sizeof (char))))
14852 fprintf (f, "%ld\n", i);
14856 unsigned long i = ulongval ();
14857 if (i != ((long) (sizeof (char))))
14859 fprintf (f, "%lu\n", i);
14861 exit (ferror (f) || fclose (f) != 0);
14867 rm -f conftest
$ac_exeext
14868 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14869 (eval $ac_link) 2>&5
14871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14874 (eval $ac_try) 2>&5
14876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14877 (exit $ac_status); }; }; then
14878 ac_cv_sizeof_char
=`cat conftest.val`
14880 echo "$as_me: program exited with status $ac_status" >&5
14881 echo "$as_me: failed program was:" >&5
14882 sed 's/^/| /' conftest.
$ac_ext >&5
14884 ( exit $ac_status )
14885 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14886 See \`config.log' for more details." >&5
14887 echo "$as_me: error: cannot compute sizeof (char), 77
14888 See \`config.log' for more details." >&2;}
14889 { (exit 1); exit 1; }; }
14891 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14896 ac_cv_sizeof_char
=0
14899 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14900 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14901 cat >>confdefs.h
<<_ACEOF
14902 #define SIZEOF_CHAR $ac_cv_sizeof_char
14906 echo "$as_me:$LINENO: checking for short" >&5
14907 echo $ECHO_N "checking for short... $ECHO_C" >&6
14908 if test "${ac_cv_type_short+set}" = set; then
14909 echo $ECHO_N "(cached) $ECHO_C" >&6
14911 cat >conftest.
$ac_ext <<_ACEOF
14914 cat confdefs.h
>>conftest.
$ac_ext
14915 cat >>conftest.
$ac_ext <<_ACEOF
14916 /* end confdefs.h. */
14917 $ac_includes_default
14923 if (sizeof (short))
14929 rm -f conftest.
$ac_objext
14930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14931 (eval $ac_compile) 2>conftest.er1
14933 grep -v '^ *+' conftest.er1
>conftest.err
14935 cat conftest.err
>&5
14936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14937 (exit $ac_status); } &&
14938 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14940 (eval $ac_try) 2>&5
14942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14943 (exit $ac_status); }; } &&
14944 { ac_try
='test -s conftest.$ac_objext'
14945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14946 (eval $ac_try) 2>&5
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); }; }; then
14950 ac_cv_type_short
=yes
14952 echo "$as_me: failed program was:" >&5
14953 sed 's/^/| /' conftest.
$ac_ext >&5
14955 ac_cv_type_short
=no
14957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14959 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14960 echo "${ECHO_T}$ac_cv_type_short" >&6
14962 echo "$as_me:$LINENO: checking size of short" >&5
14963 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14964 if test "${ac_cv_sizeof_short+set}" = set; then
14965 echo $ECHO_N "(cached) $ECHO_C" >&6
14967 if test "$ac_cv_type_short" = yes; then
14968 # The cast to unsigned long works around a bug in the HP C Compiler
14969 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14970 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14971 # This bug is HP SR number 8606223364.
14972 if test "$cross_compiling" = yes; then
14973 # Depending upon the size, compute the lo and hi bounds.
14974 cat >conftest.
$ac_ext <<_ACEOF
14977 cat confdefs.h
>>conftest.
$ac_ext
14978 cat >>conftest.
$ac_ext <<_ACEOF
14979 /* end confdefs.h. */
14980 $ac_includes_default
14984 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14991 rm -f conftest.
$ac_objext
14992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14993 (eval $ac_compile) 2>conftest.er1
14995 grep -v '^ *+' conftest.er1
>conftest.err
14997 cat conftest.err
>&5
14998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14999 (exit $ac_status); } &&
15000 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15002 (eval $ac_try) 2>&5
15004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15005 (exit $ac_status); }; } &&
15006 { ac_try
='test -s conftest.$ac_objext'
15007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15008 (eval $ac_try) 2>&5
15010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); }; }; then
15014 cat >conftest.
$ac_ext <<_ACEOF
15017 cat confdefs.h
>>conftest.
$ac_ext
15018 cat >>conftest.
$ac_ext <<_ACEOF
15019 /* end confdefs.h. */
15020 $ac_includes_default
15024 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15031 rm -f conftest.
$ac_objext
15032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15033 (eval $ac_compile) 2>conftest.er1
15035 grep -v '^ *+' conftest.er1
>conftest.err
15037 cat conftest.err
>&5
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); } &&
15040 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15042 (eval $ac_try) 2>&5
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); }; } &&
15046 { ac_try
='test -s conftest.$ac_objext'
15047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15048 (eval $ac_try) 2>&5
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); }; }; then
15052 ac_hi
=$ac_mid; break
15054 echo "$as_me: failed program was:" >&5
15055 sed 's/^/| /' conftest.
$ac_ext >&5
15057 ac_lo
=`expr $ac_mid + 1`
15058 if test $ac_lo -le $ac_mid; then
15062 ac_mid
=`expr 2 '*' $ac_mid + 1`
15064 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15067 echo "$as_me: failed program was:" >&5
15068 sed 's/^/| /' conftest.
$ac_ext >&5
15070 cat >conftest.
$ac_ext <<_ACEOF
15073 cat confdefs.h
>>conftest.
$ac_ext
15074 cat >>conftest.
$ac_ext <<_ACEOF
15075 /* end confdefs.h. */
15076 $ac_includes_default
15080 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
15087 rm -f conftest.
$ac_objext
15088 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15089 (eval $ac_compile) 2>conftest.er1
15091 grep -v '^ *+' conftest.er1
>conftest.err
15093 cat conftest.err
>&5
15094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15095 (exit $ac_status); } &&
15096 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15098 (eval $ac_try) 2>&5
15100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101 (exit $ac_status); }; } &&
15102 { ac_try
='test -s conftest.$ac_objext'
15103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15104 (eval $ac_try) 2>&5
15106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15107 (exit $ac_status); }; }; then
15110 cat >conftest.
$ac_ext <<_ACEOF
15113 cat confdefs.h
>>conftest.
$ac_ext
15114 cat >>conftest.
$ac_ext <<_ACEOF
15115 /* end confdefs.h. */
15116 $ac_includes_default
15120 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
15127 rm -f conftest.
$ac_objext
15128 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15129 (eval $ac_compile) 2>conftest.er1
15131 grep -v '^ *+' conftest.er1
>conftest.err
15133 cat conftest.err
>&5
15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15135 (exit $ac_status); } &&
15136 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; } &&
15142 { ac_try
='test -s conftest.$ac_objext'
15143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15144 (eval $ac_try) 2>&5
15146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15147 (exit $ac_status); }; }; then
15148 ac_lo
=$ac_mid; break
15150 echo "$as_me: failed program was:" >&5
15151 sed 's/^/| /' conftest.
$ac_ext >&5
15153 ac_hi
=`expr '(' $ac_mid ')' - 1`
15154 if test $ac_mid -le $ac_hi; then
15158 ac_mid
=`expr 2 '*' $ac_mid`
15160 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15163 echo "$as_me: failed program was:" >&5
15164 sed 's/^/| /' conftest.
$ac_ext >&5
15168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15170 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15171 # Binary search between lo and hi bounds.
15172 while test "x$ac_lo" != "x$ac_hi"; do
15173 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15174 cat >conftest.
$ac_ext <<_ACEOF
15177 cat confdefs.h
>>conftest.
$ac_ext
15178 cat >>conftest.
$ac_ext <<_ACEOF
15179 /* end confdefs.h. */
15180 $ac_includes_default
15184 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
15191 rm -f conftest.
$ac_objext
15192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15193 (eval $ac_compile) 2>conftest.er1
15195 grep -v '^ *+' conftest.er1
>conftest.err
15197 cat conftest.err
>&5
15198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15199 (exit $ac_status); } &&
15200 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15202 (eval $ac_try) 2>&5
15204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15205 (exit $ac_status); }; } &&
15206 { ac_try
='test -s conftest.$ac_objext'
15207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15208 (eval $ac_try) 2>&5
15210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15211 (exit $ac_status); }; }; then
15214 echo "$as_me: failed program was:" >&5
15215 sed 's/^/| /' conftest.
$ac_ext >&5
15217 ac_lo
=`expr '(' $ac_mid ')' + 1`
15219 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15222 ?
*) ac_cv_sizeof_short
=$ac_lo;;
15223 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15224 See \`config.log' for more details." >&5
15225 echo "$as_me: error: cannot compute sizeof (short), 77
15226 See \`config.log' for more details." >&2;}
15227 { (exit 1); exit 1; }; } ;;
15230 if test "$cross_compiling" = yes; then
15231 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15232 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15233 { (exit 1); exit 1; }; }
15235 cat >conftest.
$ac_ext <<_ACEOF
15238 cat confdefs.h
>>conftest.
$ac_ext
15239 cat >>conftest.
$ac_ext <<_ACEOF
15240 /* end confdefs.h. */
15241 $ac_includes_default
15242 long longval () { return (long) (sizeof (short)); }
15243 unsigned long ulongval () { return (long) (sizeof (short)); }
15245 #include <stdlib.h>
15250 FILE *f = fopen ("conftest.val", "w");
15253 if (((long) (sizeof (short))) < 0)
15255 long i = longval ();
15256 if (i != ((long) (sizeof (short))))
15258 fprintf (f, "%ld\n", i);
15262 unsigned long i = ulongval ();
15263 if (i != ((long) (sizeof (short))))
15265 fprintf (f, "%lu\n", i);
15267 exit (ferror (f) || fclose (f) != 0);
15273 rm -f conftest
$ac_exeext
15274 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15275 (eval $ac_link) 2>&5
15277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15278 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15280 (eval $ac_try) 2>&5
15282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15283 (exit $ac_status); }; }; then
15284 ac_cv_sizeof_short
=`cat conftest.val`
15286 echo "$as_me: program exited with status $ac_status" >&5
15287 echo "$as_me: failed program was:" >&5
15288 sed 's/^/| /' conftest.
$ac_ext >&5
15290 ( exit $ac_status )
15291 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15292 See \`config.log' for more details." >&5
15293 echo "$as_me: error: cannot compute sizeof (short), 77
15294 See \`config.log' for more details." >&2;}
15295 { (exit 1); exit 1; }; }
15297 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15302 ac_cv_sizeof_short
=0
15305 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
15306 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
15307 cat >>confdefs.h
<<_ACEOF
15308 #define SIZEOF_SHORT $ac_cv_sizeof_short
15312 echo "$as_me:$LINENO: checking for void *" >&5
15313 echo $ECHO_N "checking for void *... $ECHO_C" >&6
15314 if test "${ac_cv_type_void_p+set}" = set; then
15315 echo $ECHO_N "(cached) $ECHO_C" >&6
15317 cat >conftest.
$ac_ext <<_ACEOF
15320 cat confdefs.h
>>conftest.
$ac_ext
15321 cat >>conftest.
$ac_ext <<_ACEOF
15322 /* end confdefs.h. */
15323 $ac_includes_default
15329 if (sizeof (void *))
15335 rm -f conftest.
$ac_objext
15336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15337 (eval $ac_compile) 2>conftest.er1
15339 grep -v '^ *+' conftest.er1
>conftest.err
15341 cat conftest.err
>&5
15342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15343 (exit $ac_status); } &&
15344 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15346 (eval $ac_try) 2>&5
15348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15349 (exit $ac_status); }; } &&
15350 { ac_try
='test -s conftest.$ac_objext'
15351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15352 (eval $ac_try) 2>&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); }; }; then
15356 ac_cv_type_void_p
=yes
15358 echo "$as_me: failed program was:" >&5
15359 sed 's/^/| /' conftest.
$ac_ext >&5
15361 ac_cv_type_void_p
=no
15363 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15365 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
15366 echo "${ECHO_T}$ac_cv_type_void_p" >&6
15368 echo "$as_me:$LINENO: checking size of void *" >&5
15369 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
15370 if test "${ac_cv_sizeof_void_p+set}" = set; then
15371 echo $ECHO_N "(cached) $ECHO_C" >&6
15373 if test "$ac_cv_type_void_p" = yes; then
15374 # The cast to unsigned long works around a bug in the HP C Compiler
15375 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15376 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15377 # This bug is HP SR number 8606223364.
15378 if test "$cross_compiling" = yes; then
15379 # Depending upon the size, compute the lo and hi bounds.
15380 cat >conftest.
$ac_ext <<_ACEOF
15383 cat confdefs.h
>>conftest.
$ac_ext
15384 cat >>conftest.
$ac_ext <<_ACEOF
15385 /* end confdefs.h. */
15386 $ac_includes_default
15390 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
15397 rm -f conftest.
$ac_objext
15398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15399 (eval $ac_compile) 2>conftest.er1
15401 grep -v '^ *+' conftest.er1
>conftest.err
15403 cat conftest.err
>&5
15404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15405 (exit $ac_status); } &&
15406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15408 (eval $ac_try) 2>&5
15410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15411 (exit $ac_status); }; } &&
15412 { ac_try
='test -s conftest.$ac_objext'
15413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15414 (eval $ac_try) 2>&5
15416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15417 (exit $ac_status); }; }; then
15420 cat >conftest.
$ac_ext <<_ACEOF
15423 cat confdefs.h
>>conftest.
$ac_ext
15424 cat >>conftest.
$ac_ext <<_ACEOF
15425 /* end confdefs.h. */
15426 $ac_includes_default
15430 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15437 rm -f conftest.
$ac_objext
15438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15439 (eval $ac_compile) 2>conftest.er1
15441 grep -v '^ *+' conftest.er1
>conftest.err
15443 cat conftest.err
>&5
15444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445 (exit $ac_status); } &&
15446 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15448 (eval $ac_try) 2>&5
15450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15451 (exit $ac_status); }; } &&
15452 { ac_try
='test -s conftest.$ac_objext'
15453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15454 (eval $ac_try) 2>&5
15456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15457 (exit $ac_status); }; }; then
15458 ac_hi
=$ac_mid; break
15460 echo "$as_me: failed program was:" >&5
15461 sed 's/^/| /' conftest.
$ac_ext >&5
15463 ac_lo
=`expr $ac_mid + 1`
15464 if test $ac_lo -le $ac_mid; then
15468 ac_mid
=`expr 2 '*' $ac_mid + 1`
15470 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15473 echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.
$ac_ext >&5
15476 cat >conftest.
$ac_ext <<_ACEOF
15479 cat confdefs.h
>>conftest.
$ac_ext
15480 cat >>conftest.
$ac_ext <<_ACEOF
15481 /* end confdefs.h. */
15482 $ac_includes_default
15486 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
15493 rm -f conftest.
$ac_objext
15494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15495 (eval $ac_compile) 2>conftest.er1
15497 grep -v '^ *+' conftest.er1
>conftest.err
15499 cat conftest.err
>&5
15500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15501 (exit $ac_status); } &&
15502 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15504 (eval $ac_try) 2>&5
15506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15507 (exit $ac_status); }; } &&
15508 { ac_try
='test -s conftest.$ac_objext'
15509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15510 (eval $ac_try) 2>&5
15512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513 (exit $ac_status); }; }; then
15516 cat >conftest.
$ac_ext <<_ACEOF
15519 cat confdefs.h
>>conftest.
$ac_ext
15520 cat >>conftest.
$ac_ext <<_ACEOF
15521 /* end confdefs.h. */
15522 $ac_includes_default
15526 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
15533 rm -f conftest.
$ac_objext
15534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15535 (eval $ac_compile) 2>conftest.er1
15537 grep -v '^ *+' conftest.er1
>conftest.err
15539 cat conftest.err
>&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); } &&
15542 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15544 (eval $ac_try) 2>&5
15546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15547 (exit $ac_status); }; } &&
15548 { ac_try
='test -s conftest.$ac_objext'
15549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15550 (eval $ac_try) 2>&5
15552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15553 (exit $ac_status); }; }; then
15554 ac_lo
=$ac_mid; break
15556 echo "$as_me: failed program was:" >&5
15557 sed 's/^/| /' conftest.
$ac_ext >&5
15559 ac_hi
=`expr '(' $ac_mid ')' - 1`
15560 if test $ac_mid -le $ac_hi; then
15564 ac_mid
=`expr 2 '*' $ac_mid`
15566 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15569 echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.
$ac_ext >&5
15574 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15576 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15577 # Binary search between lo and hi bounds.
15578 while test "x$ac_lo" != "x$ac_hi"; do
15579 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15580 cat >conftest.
$ac_ext <<_ACEOF
15583 cat confdefs.h
>>conftest.
$ac_ext
15584 cat >>conftest.
$ac_ext <<_ACEOF
15585 /* end confdefs.h. */
15586 $ac_includes_default
15590 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15597 rm -f conftest.
$ac_objext
15598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15599 (eval $ac_compile) 2>conftest.er1
15601 grep -v '^ *+' conftest.er1
>conftest.err
15603 cat conftest.err
>&5
15604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15605 (exit $ac_status); } &&
15606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15608 (eval $ac_try) 2>&5
15610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15611 (exit $ac_status); }; } &&
15612 { ac_try
='test -s conftest.$ac_objext'
15613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15614 (eval $ac_try) 2>&5
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); }; }; then
15620 echo "$as_me: failed program was:" >&5
15621 sed 's/^/| /' conftest.
$ac_ext >&5
15623 ac_lo
=`expr '(' $ac_mid ')' + 1`
15625 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15628 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
15629 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15630 See \`config.log' for more details." >&5
15631 echo "$as_me: error: cannot compute sizeof (void *), 77
15632 See \`config.log' for more details." >&2;}
15633 { (exit 1); exit 1; }; } ;;
15636 if test "$cross_compiling" = yes; then
15637 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15638 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15639 { (exit 1); exit 1; }; }
15641 cat >conftest.
$ac_ext <<_ACEOF
15644 cat confdefs.h
>>conftest.
$ac_ext
15645 cat >>conftest.
$ac_ext <<_ACEOF
15646 /* end confdefs.h. */
15647 $ac_includes_default
15648 long longval () { return (long) (sizeof (void *)); }
15649 unsigned long ulongval () { return (long) (sizeof (void *)); }
15651 #include <stdlib.h>
15656 FILE *f = fopen ("conftest.val", "w");
15659 if (((long) (sizeof (void *))) < 0)
15661 long i = longval ();
15662 if (i != ((long) (sizeof (void *))))
15664 fprintf (f, "%ld\n", i);
15668 unsigned long i = ulongval ();
15669 if (i != ((long) (sizeof (void *))))
15671 fprintf (f, "%lu\n", i);
15673 exit (ferror (f) || fclose (f) != 0);
15679 rm -f conftest
$ac_exeext
15680 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15681 (eval $ac_link) 2>&5
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15686 (eval $ac_try) 2>&5
15688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15689 (exit $ac_status); }; }; then
15690 ac_cv_sizeof_void_p
=`cat conftest.val`
15692 echo "$as_me: program exited with status $ac_status" >&5
15693 echo "$as_me: failed program was:" >&5
15694 sed 's/^/| /' conftest.
$ac_ext >&5
15696 ( exit $ac_status )
15697 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15698 See \`config.log' for more details." >&5
15699 echo "$as_me: error: cannot compute sizeof (void *), 77
15700 See \`config.log' for more details." >&2;}
15701 { (exit 1); exit 1; }; }
15703 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15708 ac_cv_sizeof_void_p
=0
15711 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
15712 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
15713 cat >>confdefs.h
<<_ACEOF
15714 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15718 echo "$as_me:$LINENO: checking for int" >&5
15719 echo $ECHO_N "checking for int... $ECHO_C" >&6
15720 if test "${ac_cv_type_int+set}" = set; then
15721 echo $ECHO_N "(cached) $ECHO_C" >&6
15723 cat >conftest.
$ac_ext <<_ACEOF
15726 cat confdefs.h
>>conftest.
$ac_ext
15727 cat >>conftest.
$ac_ext <<_ACEOF
15728 /* end confdefs.h. */
15729 $ac_includes_default
15741 rm -f conftest.
$ac_objext
15742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15743 (eval $ac_compile) 2>conftest.er1
15745 grep -v '^ *+' conftest.er1
>conftest.err
15747 cat conftest.err
>&5
15748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15749 (exit $ac_status); } &&
15750 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15752 (eval $ac_try) 2>&5
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); }; } &&
15756 { ac_try
='test -s conftest.$ac_objext'
15757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15758 (eval $ac_try) 2>&5
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); }; }; then
15764 echo "$as_me: failed program was:" >&5
15765 sed 's/^/| /' conftest.
$ac_ext >&5
15769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15771 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
15772 echo "${ECHO_T}$ac_cv_type_int" >&6
15774 echo "$as_me:$LINENO: checking size of int" >&5
15775 echo $ECHO_N "checking size of int... $ECHO_C" >&6
15776 if test "${ac_cv_sizeof_int+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15779 if test "$ac_cv_type_int" = yes; then
15780 # The cast to unsigned long works around a bug in the HP C Compiler
15781 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15782 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15783 # This bug is HP SR number 8606223364.
15784 if test "$cross_compiling" = yes; then
15785 # Depending upon the size, compute the lo and hi bounds.
15786 cat >conftest.
$ac_ext <<_ACEOF
15789 cat confdefs.h
>>conftest.
$ac_ext
15790 cat >>conftest.
$ac_ext <<_ACEOF
15791 /* end confdefs.h. */
15792 $ac_includes_default
15796 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
15803 rm -f conftest.
$ac_objext
15804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15805 (eval $ac_compile) 2>conftest.er1
15807 grep -v '^ *+' conftest.er1
>conftest.err
15809 cat conftest.err
>&5
15810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15811 (exit $ac_status); } &&
15812 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15814 (eval $ac_try) 2>&5
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); }; } &&
15818 { ac_try
='test -s conftest.$ac_objext'
15819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15820 (eval $ac_try) 2>&5
15822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15823 (exit $ac_status); }; }; then
15826 cat >conftest.
$ac_ext <<_ACEOF
15829 cat confdefs.h
>>conftest.
$ac_ext
15830 cat >>conftest.
$ac_ext <<_ACEOF
15831 /* end confdefs.h. */
15832 $ac_includes_default
15836 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15843 rm -f conftest.
$ac_objext
15844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15845 (eval $ac_compile) 2>conftest.er1
15847 grep -v '^ *+' conftest.er1
>conftest.err
15849 cat conftest.err
>&5
15850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15851 (exit $ac_status); } &&
15852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15854 (eval $ac_try) 2>&5
15856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15857 (exit $ac_status); }; } &&
15858 { ac_try
='test -s conftest.$ac_objext'
15859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15860 (eval $ac_try) 2>&5
15862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15863 (exit $ac_status); }; }; then
15864 ac_hi
=$ac_mid; break
15866 echo "$as_me: failed program was:" >&5
15867 sed 's/^/| /' conftest.
$ac_ext >&5
15869 ac_lo
=`expr $ac_mid + 1`
15870 if test $ac_lo -le $ac_mid; then
15874 ac_mid
=`expr 2 '*' $ac_mid + 1`
15876 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15879 echo "$as_me: failed program was:" >&5
15880 sed 's/^/| /' conftest.
$ac_ext >&5
15882 cat >conftest.
$ac_ext <<_ACEOF
15885 cat confdefs.h
>>conftest.
$ac_ext
15886 cat >>conftest.
$ac_ext <<_ACEOF
15887 /* end confdefs.h. */
15888 $ac_includes_default
15892 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
15899 rm -f conftest.
$ac_objext
15900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15901 (eval $ac_compile) 2>conftest.er1
15903 grep -v '^ *+' conftest.er1
>conftest.err
15905 cat conftest.err
>&5
15906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15907 (exit $ac_status); } &&
15908 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15910 (eval $ac_try) 2>&5
15912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15913 (exit $ac_status); }; } &&
15914 { ac_try
='test -s conftest.$ac_objext'
15915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15916 (eval $ac_try) 2>&5
15918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15919 (exit $ac_status); }; }; then
15922 cat >conftest.
$ac_ext <<_ACEOF
15925 cat confdefs.h
>>conftest.
$ac_ext
15926 cat >>conftest.
$ac_ext <<_ACEOF
15927 /* end confdefs.h. */
15928 $ac_includes_default
15932 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15939 rm -f conftest.
$ac_objext
15940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15941 (eval $ac_compile) 2>conftest.er1
15943 grep -v '^ *+' conftest.er1
>conftest.err
15945 cat conftest.err
>&5
15946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947 (exit $ac_status); } &&
15948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15950 (eval $ac_try) 2>&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); }; } &&
15954 { ac_try
='test -s conftest.$ac_objext'
15955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15956 (eval $ac_try) 2>&5
15958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959 (exit $ac_status); }; }; then
15960 ac_lo
=$ac_mid; break
15962 echo "$as_me: failed program was:" >&5
15963 sed 's/^/| /' conftest.
$ac_ext >&5
15965 ac_hi
=`expr '(' $ac_mid ')' - 1`
15966 if test $ac_mid -le $ac_hi; then
15970 ac_mid
=`expr 2 '*' $ac_mid`
15972 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15975 echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.
$ac_ext >&5
15980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15982 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15983 # Binary search between lo and hi bounds.
15984 while test "x$ac_lo" != "x$ac_hi"; do
15985 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15986 cat >conftest.
$ac_ext <<_ACEOF
15989 cat confdefs.h
>>conftest.
$ac_ext
15990 cat >>conftest.
$ac_ext <<_ACEOF
15991 /* end confdefs.h. */
15992 $ac_includes_default
15996 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
16003 rm -f conftest.
$ac_objext
16004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16005 (eval $ac_compile) 2>conftest.er1
16007 grep -v '^ *+' conftest.er1
>conftest.err
16009 cat conftest.err
>&5
16010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011 (exit $ac_status); } &&
16012 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16014 (eval $ac_try) 2>&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); }; } &&
16018 { ac_try
='test -s conftest.$ac_objext'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 (exit $ac_status); }; }; then
16026 echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.
$ac_ext >&5
16029 ac_lo
=`expr '(' $ac_mid ')' + 1`
16031 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16034 ?
*) ac_cv_sizeof_int
=$ac_lo;;
16035 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
16036 See \`config.log' for more details." >&5
16037 echo "$as_me: error: cannot compute sizeof (int), 77
16038 See \`config.log' for more details." >&2;}
16039 { (exit 1); exit 1; }; } ;;
16042 if test "$cross_compiling" = yes; then
16043 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16044 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16045 { (exit 1); exit 1; }; }
16047 cat >conftest.
$ac_ext <<_ACEOF
16050 cat confdefs.h
>>conftest.
$ac_ext
16051 cat >>conftest.
$ac_ext <<_ACEOF
16052 /* end confdefs.h. */
16053 $ac_includes_default
16054 long longval () { return (long) (sizeof (int)); }
16055 unsigned long ulongval () { return (long) (sizeof (int)); }
16057 #include <stdlib.h>
16062 FILE *f = fopen ("conftest.val", "w");
16065 if (((long) (sizeof (int))) < 0)
16067 long i = longval ();
16068 if (i != ((long) (sizeof (int))))
16070 fprintf (f, "%ld\n", i);
16074 unsigned long i = ulongval ();
16075 if (i != ((long) (sizeof (int))))
16077 fprintf (f, "%lu\n", i);
16079 exit (ferror (f) || fclose (f) != 0);
16085 rm -f conftest
$ac_exeext
16086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16087 (eval $ac_link) 2>&5
16089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16090 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16092 (eval $ac_try) 2>&5
16094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16095 (exit $ac_status); }; }; then
16096 ac_cv_sizeof_int
=`cat conftest.val`
16098 echo "$as_me: program exited with status $ac_status" >&5
16099 echo "$as_me: failed program was:" >&5
16100 sed 's/^/| /' conftest.
$ac_ext >&5
16102 ( exit $ac_status )
16103 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
16104 See \`config.log' for more details." >&5
16105 echo "$as_me: error: cannot compute sizeof (int), 77
16106 See \`config.log' for more details." >&2;}
16107 { (exit 1); exit 1; }; }
16109 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16117 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
16118 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
16119 cat >>confdefs.h
<<_ACEOF
16120 #define SIZEOF_INT $ac_cv_sizeof_int
16124 echo "$as_me:$LINENO: checking for long" >&5
16125 echo $ECHO_N "checking for long... $ECHO_C" >&6
16126 if test "${ac_cv_type_long+set}" = set; then
16127 echo $ECHO_N "(cached) $ECHO_C" >&6
16129 cat >conftest.
$ac_ext <<_ACEOF
16132 cat confdefs.h
>>conftest.
$ac_ext
16133 cat >>conftest.
$ac_ext <<_ACEOF
16134 /* end confdefs.h. */
16135 $ac_includes_default
16147 rm -f conftest.
$ac_objext
16148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16149 (eval $ac_compile) 2>conftest.er1
16151 grep -v '^ *+' conftest.er1
>conftest.err
16153 cat conftest.err
>&5
16154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); } &&
16156 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16158 (eval $ac_try) 2>&5
16160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16161 (exit $ac_status); }; } &&
16162 { ac_try
='test -s conftest.$ac_objext'
16163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16164 (eval $ac_try) 2>&5
16166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16167 (exit $ac_status); }; }; then
16168 ac_cv_type_long
=yes
16170 echo "$as_me: failed program was:" >&5
16171 sed 's/^/| /' conftest.
$ac_ext >&5
16175 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16177 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
16178 echo "${ECHO_T}$ac_cv_type_long" >&6
16180 echo "$as_me:$LINENO: checking size of long" >&5
16181 echo $ECHO_N "checking size of long... $ECHO_C" >&6
16182 if test "${ac_cv_sizeof_long+set}" = set; then
16183 echo $ECHO_N "(cached) $ECHO_C" >&6
16185 if test "$ac_cv_type_long" = yes; then
16186 # The cast to unsigned long works around a bug in the HP C Compiler
16187 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16188 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16189 # This bug is HP SR number 8606223364.
16190 if test "$cross_compiling" = yes; then
16191 # Depending upon the size, compute the lo and hi bounds.
16192 cat >conftest.
$ac_ext <<_ACEOF
16195 cat confdefs.h
>>conftest.
$ac_ext
16196 cat >>conftest.
$ac_ext <<_ACEOF
16197 /* end confdefs.h. */
16198 $ac_includes_default
16202 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
16209 rm -f conftest.
$ac_objext
16210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16211 (eval $ac_compile) 2>conftest.er1
16213 grep -v '^ *+' conftest.er1
>conftest.err
16215 cat conftest.err
>&5
16216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16217 (exit $ac_status); } &&
16218 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16220 (eval $ac_try) 2>&5
16222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16223 (exit $ac_status); }; } &&
16224 { ac_try
='test -s conftest.$ac_objext'
16225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16226 (eval $ac_try) 2>&5
16228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16229 (exit $ac_status); }; }; then
16232 cat >conftest.
$ac_ext <<_ACEOF
16235 cat confdefs.h
>>conftest.
$ac_ext
16236 cat >>conftest.
$ac_ext <<_ACEOF
16237 /* end confdefs.h. */
16238 $ac_includes_default
16242 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16249 rm -f conftest.
$ac_objext
16250 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16251 (eval $ac_compile) 2>conftest.er1
16253 grep -v '^ *+' conftest.er1
>conftest.err
16255 cat conftest.err
>&5
16256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16257 (exit $ac_status); } &&
16258 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16260 (eval $ac_try) 2>&5
16262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16263 (exit $ac_status); }; } &&
16264 { ac_try
='test -s conftest.$ac_objext'
16265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16266 (eval $ac_try) 2>&5
16268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269 (exit $ac_status); }; }; then
16270 ac_hi
=$ac_mid; break
16272 echo "$as_me: failed program was:" >&5
16273 sed 's/^/| /' conftest.
$ac_ext >&5
16275 ac_lo
=`expr $ac_mid + 1`
16276 if test $ac_lo -le $ac_mid; then
16280 ac_mid
=`expr 2 '*' $ac_mid + 1`
16282 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16285 echo "$as_me: failed program was:" >&5
16286 sed 's/^/| /' conftest.
$ac_ext >&5
16288 cat >conftest.
$ac_ext <<_ACEOF
16291 cat confdefs.h
>>conftest.
$ac_ext
16292 cat >>conftest.
$ac_ext <<_ACEOF
16293 /* end confdefs.h. */
16294 $ac_includes_default
16298 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
16305 rm -f conftest.
$ac_objext
16306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16307 (eval $ac_compile) 2>conftest.er1
16309 grep -v '^ *+' conftest.er1
>conftest.err
16311 cat conftest.err
>&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } &&
16314 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16316 (eval $ac_try) 2>&5
16318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16319 (exit $ac_status); }; } &&
16320 { ac_try
='test -s conftest.$ac_objext'
16321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16322 (eval $ac_try) 2>&5
16324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16325 (exit $ac_status); }; }; then
16328 cat >conftest.
$ac_ext <<_ACEOF
16331 cat confdefs.h
>>conftest.
$ac_ext
16332 cat >>conftest.
$ac_ext <<_ACEOF
16333 /* end confdefs.h. */
16334 $ac_includes_default
16338 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
16345 rm -f conftest.
$ac_objext
16346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16347 (eval $ac_compile) 2>conftest.er1
16349 grep -v '^ *+' conftest.er1
>conftest.err
16351 cat conftest.err
>&5
16352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); } &&
16354 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16356 (eval $ac_try) 2>&5
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); }; } &&
16360 { ac_try
='test -s conftest.$ac_objext'
16361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16362 (eval $ac_try) 2>&5
16364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16365 (exit $ac_status); }; }; then
16366 ac_lo
=$ac_mid; break
16368 echo "$as_me: failed program was:" >&5
16369 sed 's/^/| /' conftest.
$ac_ext >&5
16371 ac_hi
=`expr '(' $ac_mid ')' - 1`
16372 if test $ac_mid -le $ac_hi; then
16376 ac_mid
=`expr 2 '*' $ac_mid`
16378 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16381 echo "$as_me: failed program was:" >&5
16382 sed 's/^/| /' conftest.
$ac_ext >&5
16386 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16388 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16389 # Binary search between lo and hi bounds.
16390 while test "x$ac_lo" != "x$ac_hi"; do
16391 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16392 cat >conftest.
$ac_ext <<_ACEOF
16395 cat confdefs.h
>>conftest.
$ac_ext
16396 cat >>conftest.
$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16398 $ac_includes_default
16402 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16409 rm -f conftest.
$ac_objext
16410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16411 (eval $ac_compile) 2>conftest.er1
16413 grep -v '^ *+' conftest.er1
>conftest.err
16415 cat conftest.err
>&5
16416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } &&
16418 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16420 (eval $ac_try) 2>&5
16422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16423 (exit $ac_status); }; } &&
16424 { ac_try
='test -s conftest.$ac_objext'
16425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16426 (eval $ac_try) 2>&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); }; }; then
16432 echo "$as_me: failed program was:" >&5
16433 sed 's/^/| /' conftest.
$ac_ext >&5
16435 ac_lo
=`expr '(' $ac_mid ')' + 1`
16437 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16440 ?
*) ac_cv_sizeof_long
=$ac_lo;;
16441 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16442 See \`config.log' for more details." >&5
16443 echo "$as_me: error: cannot compute sizeof (long), 77
16444 See \`config.log' for more details." >&2;}
16445 { (exit 1); exit 1; }; } ;;
16448 if test "$cross_compiling" = yes; then
16449 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16450 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16451 { (exit 1); exit 1; }; }
16453 cat >conftest.
$ac_ext <<_ACEOF
16456 cat confdefs.h
>>conftest.
$ac_ext
16457 cat >>conftest.
$ac_ext <<_ACEOF
16458 /* end confdefs.h. */
16459 $ac_includes_default
16460 long longval () { return (long) (sizeof (long)); }
16461 unsigned long ulongval () { return (long) (sizeof (long)); }
16463 #include <stdlib.h>
16468 FILE *f = fopen ("conftest.val", "w");
16471 if (((long) (sizeof (long))) < 0)
16473 long i = longval ();
16474 if (i != ((long) (sizeof (long))))
16476 fprintf (f, "%ld\n", i);
16480 unsigned long i = ulongval ();
16481 if (i != ((long) (sizeof (long))))
16483 fprintf (f, "%lu\n", i);
16485 exit (ferror (f) || fclose (f) != 0);
16491 rm -f conftest
$ac_exeext
16492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16493 (eval $ac_link) 2>&5
16495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16496 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16498 (eval $ac_try) 2>&5
16500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16501 (exit $ac_status); }; }; then
16502 ac_cv_sizeof_long
=`cat conftest.val`
16504 echo "$as_me: program exited with status $ac_status" >&5
16505 echo "$as_me: failed program was:" >&5
16506 sed 's/^/| /' conftest.
$ac_ext >&5
16508 ( exit $ac_status )
16509 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16510 See \`config.log' for more details." >&5
16511 echo "$as_me: error: cannot compute sizeof (long), 77
16512 See \`config.log' for more details." >&2;}
16513 { (exit 1); exit 1; }; }
16515 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16520 ac_cv_sizeof_long
=0
16523 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
16524 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
16525 cat >>confdefs.h
<<_ACEOF
16526 #define SIZEOF_LONG $ac_cv_sizeof_long
16530 echo "$as_me:$LINENO: checking for size_t" >&5
16531 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
16532 if test "${ac_cv_type_size_t+set}" = set; then
16533 echo $ECHO_N "(cached) $ECHO_C" >&6
16535 cat >conftest.
$ac_ext <<_ACEOF
16538 cat confdefs.h
>>conftest.
$ac_ext
16539 cat >>conftest.
$ac_ext <<_ACEOF
16540 /* end confdefs.h. */
16541 $ac_includes_default
16547 if (sizeof (size_t))
16553 rm -f conftest.
$ac_objext
16554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16555 (eval $ac_compile) 2>conftest.er1
16557 grep -v '^ *+' conftest.er1
>conftest.err
16559 cat conftest.err
>&5
16560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16561 (exit $ac_status); } &&
16562 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16564 (eval $ac_try) 2>&5
16566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16567 (exit $ac_status); }; } &&
16568 { ac_try
='test -s conftest.$ac_objext'
16569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16570 (eval $ac_try) 2>&5
16572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16573 (exit $ac_status); }; }; then
16574 ac_cv_type_size_t
=yes
16576 echo "$as_me: failed program was:" >&5
16577 sed 's/^/| /' conftest.
$ac_ext >&5
16579 ac_cv_type_size_t
=no
16581 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16583 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16584 echo "${ECHO_T}$ac_cv_type_size_t" >&6
16586 echo "$as_me:$LINENO: checking size of size_t" >&5
16587 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
16588 if test "${ac_cv_sizeof_size_t+set}" = set; then
16589 echo $ECHO_N "(cached) $ECHO_C" >&6
16591 if test "$ac_cv_type_size_t" = yes; then
16592 # The cast to unsigned long works around a bug in the HP C Compiler
16593 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16594 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16595 # This bug is HP SR number 8606223364.
16596 if test "$cross_compiling" = yes; then
16597 # Depending upon the size, compute the lo and hi bounds.
16598 cat >conftest.
$ac_ext <<_ACEOF
16601 cat confdefs.h
>>conftest.
$ac_ext
16602 cat >>conftest.
$ac_ext <<_ACEOF
16603 /* end confdefs.h. */
16604 $ac_includes_default
16608 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
16615 rm -f conftest.
$ac_objext
16616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16617 (eval $ac_compile) 2>conftest.er1
16619 grep -v '^ *+' conftest.er1
>conftest.err
16621 cat conftest.err
>&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } &&
16624 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16626 (eval $ac_try) 2>&5
16628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); }; } &&
16630 { ac_try
='test -s conftest.$ac_objext'
16631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16632 (eval $ac_try) 2>&5
16634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16635 (exit $ac_status); }; }; then
16638 cat >conftest.
$ac_ext <<_ACEOF
16641 cat confdefs.h
>>conftest.
$ac_ext
16642 cat >>conftest.
$ac_ext <<_ACEOF
16643 /* end confdefs.h. */
16644 $ac_includes_default
16648 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16655 rm -f conftest.
$ac_objext
16656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16657 (eval $ac_compile) 2>conftest.er1
16659 grep -v '^ *+' conftest.er1
>conftest.err
16661 cat conftest.err
>&5
16662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16663 (exit $ac_status); } &&
16664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16666 (eval $ac_try) 2>&5
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); }; } &&
16670 { ac_try
='test -s conftest.$ac_objext'
16671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16672 (eval $ac_try) 2>&5
16674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16675 (exit $ac_status); }; }; then
16676 ac_hi
=$ac_mid; break
16678 echo "$as_me: failed program was:" >&5
16679 sed 's/^/| /' conftest.
$ac_ext >&5
16681 ac_lo
=`expr $ac_mid + 1`
16682 if test $ac_lo -le $ac_mid; then
16686 ac_mid
=`expr 2 '*' $ac_mid + 1`
16688 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16691 echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.
$ac_ext >&5
16694 cat >conftest.
$ac_ext <<_ACEOF
16697 cat confdefs.h
>>conftest.
$ac_ext
16698 cat >>conftest.
$ac_ext <<_ACEOF
16699 /* end confdefs.h. */
16700 $ac_includes_default
16704 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
16711 rm -f conftest.
$ac_objext
16712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16713 (eval $ac_compile) 2>conftest.er1
16715 grep -v '^ *+' conftest.er1
>conftest.err
16717 cat conftest.err
>&5
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } &&
16720 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16722 (eval $ac_try) 2>&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); }; } &&
16726 { ac_try
='test -s conftest.$ac_objext'
16727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16728 (eval $ac_try) 2>&5
16730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16731 (exit $ac_status); }; }; then
16734 cat >conftest.
$ac_ext <<_ACEOF
16737 cat confdefs.h
>>conftest.
$ac_ext
16738 cat >>conftest.
$ac_ext <<_ACEOF
16739 /* end confdefs.h. */
16740 $ac_includes_default
16744 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
16751 rm -f conftest.
$ac_objext
16752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16753 (eval $ac_compile) 2>conftest.er1
16755 grep -v '^ *+' conftest.er1
>conftest.err
16757 cat conftest.err
>&5
16758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16759 (exit $ac_status); } &&
16760 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16762 (eval $ac_try) 2>&5
16764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16765 (exit $ac_status); }; } &&
16766 { ac_try
='test -s conftest.$ac_objext'
16767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16768 (eval $ac_try) 2>&5
16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); }; }; then
16772 ac_lo
=$ac_mid; break
16774 echo "$as_me: failed program was:" >&5
16775 sed 's/^/| /' conftest.
$ac_ext >&5
16777 ac_hi
=`expr '(' $ac_mid ')' - 1`
16778 if test $ac_mid -le $ac_hi; then
16782 ac_mid
=`expr 2 '*' $ac_mid`
16784 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16787 echo "$as_me: failed program was:" >&5
16788 sed 's/^/| /' conftest.
$ac_ext >&5
16792 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16795 # Binary search between lo and hi bounds.
16796 while test "x$ac_lo" != "x$ac_hi"; do
16797 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16798 cat >conftest.
$ac_ext <<_ACEOF
16801 cat confdefs.h
>>conftest.
$ac_ext
16802 cat >>conftest.
$ac_ext <<_ACEOF
16803 /* end confdefs.h. */
16804 $ac_includes_default
16808 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16815 rm -f conftest.
$ac_objext
16816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16817 (eval $ac_compile) 2>conftest.er1
16819 grep -v '^ *+' conftest.er1
>conftest.err
16821 cat conftest.err
>&5
16822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16823 (exit $ac_status); } &&
16824 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16826 (eval $ac_try) 2>&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); }; } &&
16830 { ac_try
='test -s conftest.$ac_objext'
16831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16832 (eval $ac_try) 2>&5
16834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16835 (exit $ac_status); }; }; then
16838 echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.
$ac_ext >&5
16841 ac_lo
=`expr '(' $ac_mid ')' + 1`
16843 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16846 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
16847 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16848 See \`config.log' for more details." >&5
16849 echo "$as_me: error: cannot compute sizeof (size_t), 77
16850 See \`config.log' for more details." >&2;}
16851 { (exit 1); exit 1; }; } ;;
16854 if test "$cross_compiling" = yes; then
16855 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16856 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16857 { (exit 1); exit 1; }; }
16859 cat >conftest.
$ac_ext <<_ACEOF
16862 cat confdefs.h
>>conftest.
$ac_ext
16863 cat >>conftest.
$ac_ext <<_ACEOF
16864 /* end confdefs.h. */
16865 $ac_includes_default
16866 long longval () { return (long) (sizeof (size_t)); }
16867 unsigned long ulongval () { return (long) (sizeof (size_t)); }
16869 #include <stdlib.h>
16874 FILE *f = fopen ("conftest.val", "w");
16877 if (((long) (sizeof (size_t))) < 0)
16879 long i = longval ();
16880 if (i != ((long) (sizeof (size_t))))
16882 fprintf (f, "%ld\n", i);
16886 unsigned long i = ulongval ();
16887 if (i != ((long) (sizeof (size_t))))
16889 fprintf (f, "%lu\n", i);
16891 exit (ferror (f) || fclose (f) != 0);
16897 rm -f conftest
$ac_exeext
16898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16899 (eval $ac_link) 2>&5
16901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16904 (eval $ac_try) 2>&5
16906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16907 (exit $ac_status); }; }; then
16908 ac_cv_sizeof_size_t
=`cat conftest.val`
16910 echo "$as_me: program exited with status $ac_status" >&5
16911 echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.
$ac_ext >&5
16914 ( exit $ac_status )
16915 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16916 See \`config.log' for more details." >&5
16917 echo "$as_me: error: cannot compute sizeof (size_t), 77
16918 See \`config.log' for more details." >&2;}
16919 { (exit 1); exit 1; }; }
16921 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16926 ac_cv_sizeof_size_t
=0
16929 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
16930 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
16931 cat >>confdefs.h
<<_ACEOF
16932 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
16939 echo "$as_me:$LINENO: checking for long long" >&5
16940 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16941 if test "${ac_cv_type_long_long+set}" = set; then
16942 echo $ECHO_N "(cached) $ECHO_C" >&6
16944 cat >conftest.
$ac_ext <<_ACEOF
16947 cat confdefs.h
>>conftest.
$ac_ext
16948 cat >>conftest.
$ac_ext <<_ACEOF
16949 /* end confdefs.h. */
16950 $ac_includes_default
16954 if ((long long *) 0)
16956 if (sizeof (long long))
16962 rm -f conftest.
$ac_objext
16963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16964 (eval $ac_compile) 2>conftest.er1
16966 grep -v '^ *+' conftest.er1
>conftest.err
16968 cat conftest.err
>&5
16969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16970 (exit $ac_status); } &&
16971 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16973 (eval $ac_try) 2>&5
16975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16976 (exit $ac_status); }; } &&
16977 { ac_try
='test -s conftest.$ac_objext'
16978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16979 (eval $ac_try) 2>&5
16981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16982 (exit $ac_status); }; }; then
16983 ac_cv_type_long_long
=yes
16985 echo "$as_me: failed program was:" >&5
16986 sed 's/^/| /' conftest.
$ac_ext >&5
16988 ac_cv_type_long_long
=no
16990 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16992 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16993 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16995 echo "$as_me:$LINENO: checking size of long long" >&5
16996 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16997 if test "${ac_cv_sizeof_long_long+set}" = set; then
16998 echo $ECHO_N "(cached) $ECHO_C" >&6
17000 if test "$ac_cv_type_long_long" = yes; then
17001 # The cast to unsigned long works around a bug in the HP C Compiler
17002 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17003 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17004 # This bug is HP SR number 8606223364.
17005 if test "$cross_compiling" = yes; then
17006 # Depending upon the size, compute the lo and hi bounds.
17007 cat >conftest.
$ac_ext <<_ACEOF
17010 cat confdefs.h
>>conftest.
$ac_ext
17011 cat >>conftest.
$ac_ext <<_ACEOF
17012 /* end confdefs.h. */
17013 $ac_includes_default
17017 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17024 rm -f conftest.
$ac_objext
17025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17026 (eval $ac_compile) 2>conftest.er1
17028 grep -v '^ *+' conftest.er1
>conftest.err
17030 cat conftest.err
>&5
17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17032 (exit $ac_status); } &&
17033 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17035 (eval $ac_try) 2>&5
17037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17038 (exit $ac_status); }; } &&
17039 { ac_try
='test -s conftest.$ac_objext'
17040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17041 (eval $ac_try) 2>&5
17043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17044 (exit $ac_status); }; }; then
17047 cat >conftest.
$ac_ext <<_ACEOF
17050 cat confdefs.h
>>conftest.
$ac_ext
17051 cat >>conftest.
$ac_ext <<_ACEOF
17052 /* end confdefs.h. */
17053 $ac_includes_default
17057 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17064 rm -f conftest.
$ac_objext
17065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17066 (eval $ac_compile) 2>conftest.er1
17068 grep -v '^ *+' conftest.er1
>conftest.err
17070 cat conftest.err
>&5
17071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17072 (exit $ac_status); } &&
17073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17075 (eval $ac_try) 2>&5
17077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17078 (exit $ac_status); }; } &&
17079 { ac_try
='test -s conftest.$ac_objext'
17080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17081 (eval $ac_try) 2>&5
17083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17084 (exit $ac_status); }; }; then
17085 ac_hi
=$ac_mid; break
17087 echo "$as_me: failed program was:" >&5
17088 sed 's/^/| /' conftest.
$ac_ext >&5
17090 ac_lo
=`expr $ac_mid + 1`
17091 if test $ac_lo -le $ac_mid; then
17095 ac_mid
=`expr 2 '*' $ac_mid + 1`
17097 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17100 echo "$as_me: failed program was:" >&5
17101 sed 's/^/| /' conftest.
$ac_ext >&5
17103 cat >conftest.
$ac_ext <<_ACEOF
17106 cat confdefs.h
>>conftest.
$ac_ext
17107 cat >>conftest.
$ac_ext <<_ACEOF
17108 /* end confdefs.h. */
17109 $ac_includes_default
17113 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17120 rm -f conftest.
$ac_objext
17121 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17122 (eval $ac_compile) 2>conftest.er1
17124 grep -v '^ *+' conftest.er1
>conftest.err
17126 cat conftest.err
>&5
17127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17128 (exit $ac_status); } &&
17129 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17131 (eval $ac_try) 2>&5
17133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17134 (exit $ac_status); }; } &&
17135 { ac_try
='test -s conftest.$ac_objext'
17136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17137 (eval $ac_try) 2>&5
17139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17140 (exit $ac_status); }; }; then
17143 cat >conftest.
$ac_ext <<_ACEOF
17146 cat confdefs.h
>>conftest.
$ac_ext
17147 cat >>conftest.
$ac_ext <<_ACEOF
17148 /* end confdefs.h. */
17149 $ac_includes_default
17153 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17160 rm -f conftest.
$ac_objext
17161 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17162 (eval $ac_compile) 2>conftest.er1
17164 grep -v '^ *+' conftest.er1
>conftest.err
17166 cat conftest.err
>&5
17167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17168 (exit $ac_status); } &&
17169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17171 (eval $ac_try) 2>&5
17173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174 (exit $ac_status); }; } &&
17175 { ac_try
='test -s conftest.$ac_objext'
17176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17177 (eval $ac_try) 2>&5
17179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17180 (exit $ac_status); }; }; then
17181 ac_lo
=$ac_mid; break
17183 echo "$as_me: failed program was:" >&5
17184 sed 's/^/| /' conftest.
$ac_ext >&5
17186 ac_hi
=`expr '(' $ac_mid ')' - 1`
17187 if test $ac_mid -le $ac_hi; then
17191 ac_mid
=`expr 2 '*' $ac_mid`
17193 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17196 echo "$as_me: failed program was:" >&5
17197 sed 's/^/| /' conftest.
$ac_ext >&5
17201 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17204 # Binary search between lo and hi bounds.
17205 while test "x$ac_lo" != "x$ac_hi"; do
17206 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17207 cat >conftest.
$ac_ext <<_ACEOF
17210 cat confdefs.h
>>conftest.
$ac_ext
17211 cat >>conftest.
$ac_ext <<_ACEOF
17212 /* end confdefs.h. */
17213 $ac_includes_default
17217 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17224 rm -f conftest.
$ac_objext
17225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17226 (eval $ac_compile) 2>conftest.er1
17228 grep -v '^ *+' conftest.er1
>conftest.err
17230 cat conftest.err
>&5
17231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232 (exit $ac_status); } &&
17233 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17235 (eval $ac_try) 2>&5
17237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238 (exit $ac_status); }; } &&
17239 { ac_try
='test -s conftest.$ac_objext'
17240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17241 (eval $ac_try) 2>&5
17243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17244 (exit $ac_status); }; }; then
17247 echo "$as_me: failed program was:" >&5
17248 sed 's/^/| /' conftest.
$ac_ext >&5
17250 ac_lo
=`expr '(' $ac_mid ')' + 1`
17252 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17255 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17256 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17257 See \`config.log' for more details." >&5
17258 echo "$as_me: error: cannot compute sizeof (long long), 77
17259 See \`config.log' for more details." >&2;}
17260 { (exit 1); exit 1; }; } ;;
17263 if test "$cross_compiling" = yes; then
17264 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17265 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17266 { (exit 1); exit 1; }; }
17268 cat >conftest.
$ac_ext <<_ACEOF
17271 cat confdefs.h
>>conftest.
$ac_ext
17272 cat >>conftest.
$ac_ext <<_ACEOF
17273 /* end confdefs.h. */
17274 $ac_includes_default
17275 long longval () { return (long) (sizeof (long long)); }
17276 unsigned long ulongval () { return (long) (sizeof (long long)); }
17278 #include <stdlib.h>
17283 FILE *f = fopen ("conftest.val", "w");
17286 if (((long) (sizeof (long long))) < 0)
17288 long i = longval ();
17289 if (i != ((long) (sizeof (long long))))
17291 fprintf (f, "%ld\n", i);
17295 unsigned long i = ulongval ();
17296 if (i != ((long) (sizeof (long long))))
17298 fprintf (f, "%lu\n", i);
17300 exit (ferror (f) || fclose (f) != 0);
17306 rm -f conftest
$ac_exeext
17307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17308 (eval $ac_link) 2>&5
17310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17311 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17313 (eval $ac_try) 2>&5
17315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17316 (exit $ac_status); }; }; then
17317 ac_cv_sizeof_long_long
=`cat conftest.val`
17319 echo "$as_me: program exited with status $ac_status" >&5
17320 echo "$as_me: failed program was:" >&5
17321 sed 's/^/| /' conftest.
$ac_ext >&5
17323 ( exit $ac_status )
17324 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17325 See \`config.log' for more details." >&5
17326 echo "$as_me: error: cannot compute sizeof (long long), 77
17327 See \`config.log' for more details." >&2;}
17328 { (exit 1); exit 1; }; }
17330 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17335 ac_cv_sizeof_long_long
=0
17338 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17339 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17340 cat >>confdefs.h
<<_ACEOF
17341 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17347 echo "$as_me:$LINENO: checking for long long" >&5
17348 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17349 if test "${ac_cv_type_long_long+set}" = set; then
17350 echo $ECHO_N "(cached) $ECHO_C" >&6
17352 cat >conftest.
$ac_ext <<_ACEOF
17355 cat confdefs.h
>>conftest.
$ac_ext
17356 cat >>conftest.
$ac_ext <<_ACEOF
17357 /* end confdefs.h. */
17358 $ac_includes_default
17362 if ((long long *) 0)
17364 if (sizeof (long long))
17370 rm -f conftest.
$ac_objext
17371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17372 (eval $ac_compile) 2>conftest.er1
17374 grep -v '^ *+' conftest.er1
>conftest.err
17376 cat conftest.err
>&5
17377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17378 (exit $ac_status); } &&
17379 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17381 (eval $ac_try) 2>&5
17383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17384 (exit $ac_status); }; } &&
17385 { ac_try
='test -s conftest.$ac_objext'
17386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17387 (eval $ac_try) 2>&5
17389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17390 (exit $ac_status); }; }; then
17391 ac_cv_type_long_long
=yes
17393 echo "$as_me: failed program was:" >&5
17394 sed 's/^/| /' conftest.
$ac_ext >&5
17396 ac_cv_type_long_long
=no
17398 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17400 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17401 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17403 echo "$as_me:$LINENO: checking size of long long" >&5
17404 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17405 if test "${ac_cv_sizeof_long_long+set}" = set; then
17406 echo $ECHO_N "(cached) $ECHO_C" >&6
17408 if test "$ac_cv_type_long_long" = yes; then
17409 # The cast to unsigned long works around a bug in the HP C Compiler
17410 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17411 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17412 # This bug is HP SR number 8606223364.
17413 if test "$cross_compiling" = yes; then
17414 # Depending upon the size, compute the lo and hi bounds.
17415 cat >conftest.
$ac_ext <<_ACEOF
17418 cat confdefs.h
>>conftest.
$ac_ext
17419 cat >>conftest.
$ac_ext <<_ACEOF
17420 /* end confdefs.h. */
17421 $ac_includes_default
17425 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17432 rm -f conftest.
$ac_objext
17433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17434 (eval $ac_compile) 2>conftest.er1
17436 grep -v '^ *+' conftest.er1
>conftest.err
17438 cat conftest.err
>&5
17439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); } &&
17441 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17443 (eval $ac_try) 2>&5
17445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17446 (exit $ac_status); }; } &&
17447 { ac_try
='test -s conftest.$ac_objext'
17448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17449 (eval $ac_try) 2>&5
17451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17452 (exit $ac_status); }; }; then
17455 cat >conftest.
$ac_ext <<_ACEOF
17458 cat confdefs.h
>>conftest.
$ac_ext
17459 cat >>conftest.
$ac_ext <<_ACEOF
17460 /* end confdefs.h. */
17461 $ac_includes_default
17465 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17472 rm -f conftest.
$ac_objext
17473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17474 (eval $ac_compile) 2>conftest.er1
17476 grep -v '^ *+' conftest.er1
>conftest.err
17478 cat conftest.err
>&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } &&
17481 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
17487 { ac_try
='test -s conftest.$ac_objext'
17488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17489 (eval $ac_try) 2>&5
17491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17492 (exit $ac_status); }; }; then
17493 ac_hi
=$ac_mid; break
17495 echo "$as_me: failed program was:" >&5
17496 sed 's/^/| /' conftest.
$ac_ext >&5
17498 ac_lo
=`expr $ac_mid + 1`
17499 if test $ac_lo -le $ac_mid; then
17503 ac_mid
=`expr 2 '*' $ac_mid + 1`
17505 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17508 echo "$as_me: failed program was:" >&5
17509 sed 's/^/| /' conftest.
$ac_ext >&5
17511 cat >conftest.
$ac_ext <<_ACEOF
17514 cat confdefs.h
>>conftest.
$ac_ext
17515 cat >>conftest.
$ac_ext <<_ACEOF
17516 /* end confdefs.h. */
17517 $ac_includes_default
17521 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17528 rm -f conftest.
$ac_objext
17529 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17530 (eval $ac_compile) 2>conftest.er1
17532 grep -v '^ *+' conftest.er1
>conftest.err
17534 cat conftest.err
>&5
17535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17536 (exit $ac_status); } &&
17537 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17539 (eval $ac_try) 2>&5
17541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17542 (exit $ac_status); }; } &&
17543 { ac_try
='test -s conftest.$ac_objext'
17544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17545 (eval $ac_try) 2>&5
17547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548 (exit $ac_status); }; }; then
17551 cat >conftest.
$ac_ext <<_ACEOF
17554 cat confdefs.h
>>conftest.
$ac_ext
17555 cat >>conftest.
$ac_ext <<_ACEOF
17556 /* end confdefs.h. */
17557 $ac_includes_default
17561 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17568 rm -f conftest.
$ac_objext
17569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17570 (eval $ac_compile) 2>conftest.er1
17572 grep -v '^ *+' conftest.er1
>conftest.err
17574 cat conftest.err
>&5
17575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17576 (exit $ac_status); } &&
17577 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17579 (eval $ac_try) 2>&5
17581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17582 (exit $ac_status); }; } &&
17583 { ac_try
='test -s conftest.$ac_objext'
17584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17585 (eval $ac_try) 2>&5
17587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17588 (exit $ac_status); }; }; then
17589 ac_lo
=$ac_mid; break
17591 echo "$as_me: failed program was:" >&5
17592 sed 's/^/| /' conftest.
$ac_ext >&5
17594 ac_hi
=`expr '(' $ac_mid ')' - 1`
17595 if test $ac_mid -le $ac_hi; then
17599 ac_mid
=`expr 2 '*' $ac_mid`
17601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.
$ac_ext >&5
17609 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17611 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17612 # Binary search between lo and hi bounds.
17613 while test "x$ac_lo" != "x$ac_hi"; do
17614 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17615 cat >conftest.
$ac_ext <<_ACEOF
17618 cat confdefs.h
>>conftest.
$ac_ext
17619 cat >>conftest.
$ac_ext <<_ACEOF
17620 /* end confdefs.h. */
17621 $ac_includes_default
17625 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17632 rm -f conftest.
$ac_objext
17633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17634 (eval $ac_compile) 2>conftest.er1
17636 grep -v '^ *+' conftest.er1
>conftest.err
17638 cat conftest.err
>&5
17639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); } &&
17641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17643 (eval $ac_try) 2>&5
17645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17646 (exit $ac_status); }; } &&
17647 { ac_try
='test -s conftest.$ac_objext'
17648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17649 (eval $ac_try) 2>&5
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); }; }; then
17655 echo "$as_me: failed program was:" >&5
17656 sed 's/^/| /' conftest.
$ac_ext >&5
17658 ac_lo
=`expr '(' $ac_mid ')' + 1`
17660 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17663 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17664 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17665 See \`config.log' for more details." >&5
17666 echo "$as_me: error: cannot compute sizeof (long long), 77
17667 See \`config.log' for more details." >&2;}
17668 { (exit 1); exit 1; }; } ;;
17671 if test "$cross_compiling" = yes; then
17672 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17673 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17674 { (exit 1); exit 1; }; }
17676 cat >conftest.
$ac_ext <<_ACEOF
17679 cat confdefs.h
>>conftest.
$ac_ext
17680 cat >>conftest.
$ac_ext <<_ACEOF
17681 /* end confdefs.h. */
17682 $ac_includes_default
17683 long longval () { return (long) (sizeof (long long)); }
17684 unsigned long ulongval () { return (long) (sizeof (long long)); }
17686 #include <stdlib.h>
17691 FILE *f = fopen ("conftest.val", "w");
17694 if (((long) (sizeof (long long))) < 0)
17696 long i = longval ();
17697 if (i != ((long) (sizeof (long long))))
17699 fprintf (f, "%ld\n", i);
17703 unsigned long i = ulongval ();
17704 if (i != ((long) (sizeof (long long))))
17706 fprintf (f, "%lu\n", i);
17708 exit (ferror (f) || fclose (f) != 0);
17714 rm -f conftest
$ac_exeext
17715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17716 (eval $ac_link) 2>&5
17718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17719 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17721 (eval $ac_try) 2>&5
17723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17724 (exit $ac_status); }; }; then
17725 ac_cv_sizeof_long_long
=`cat conftest.val`
17727 echo "$as_me: program exited with status $ac_status" >&5
17728 echo "$as_me: failed program was:" >&5
17729 sed 's/^/| /' conftest.
$ac_ext >&5
17731 ( exit $ac_status )
17732 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17733 See \`config.log' for more details." >&5
17734 echo "$as_me: error: cannot compute sizeof (long long), 77
17735 See \`config.log' for more details." >&2;}
17736 { (exit 1); exit 1; }; }
17738 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17743 ac_cv_sizeof_long_long
=0
17746 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17747 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17748 cat >>confdefs.h
<<_ACEOF
17749 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17753 if test "$ac_cv_sizeof_long_long" != "0"; then
17754 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
17758 echo "$as_me:$LINENO: checking for long long" >&5
17759 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17760 if test "${ac_cv_type_long_long+set}" = set; then
17761 echo $ECHO_N "(cached) $ECHO_C" >&6
17763 cat >conftest.
$ac_ext <<_ACEOF
17766 cat confdefs.h
>>conftest.
$ac_ext
17767 cat >>conftest.
$ac_ext <<_ACEOF
17768 /* end confdefs.h. */
17769 $ac_includes_default
17773 if ((long long *) 0)
17775 if (sizeof (long long))
17781 rm -f conftest.
$ac_objext
17782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17783 (eval $ac_compile) 2>conftest.er1
17785 grep -v '^ *+' conftest.er1
>conftest.err
17787 cat conftest.err
>&5
17788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789 (exit $ac_status); } &&
17790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17792 (eval $ac_try) 2>&5
17794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795 (exit $ac_status); }; } &&
17796 { ac_try
='test -s conftest.$ac_objext'
17797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17798 (eval $ac_try) 2>&5
17800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17801 (exit $ac_status); }; }; then
17802 ac_cv_type_long_long
=yes
17804 echo "$as_me: failed program was:" >&5
17805 sed 's/^/| /' conftest.
$ac_ext >&5
17807 ac_cv_type_long_long
=no
17809 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17811 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17812 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17814 echo "$as_me:$LINENO: checking size of long long" >&5
17815 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17816 if test "${ac_cv_sizeof_long_long+set}" = set; then
17817 echo $ECHO_N "(cached) $ECHO_C" >&6
17819 if test "$ac_cv_type_long_long" = yes; then
17820 # The cast to unsigned long works around a bug in the HP C Compiler
17821 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17822 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17823 # This bug is HP SR number 8606223364.
17824 if test "$cross_compiling" = yes; then
17825 # Depending upon the size, compute the lo and hi bounds.
17826 cat >conftest.
$ac_ext <<_ACEOF
17829 cat confdefs.h
>>conftest.
$ac_ext
17830 cat >>conftest.
$ac_ext <<_ACEOF
17831 /* end confdefs.h. */
17832 $ac_includes_default
17836 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17843 rm -f conftest.
$ac_objext
17844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17845 (eval $ac_compile) 2>conftest.er1
17847 grep -v '^ *+' conftest.er1
>conftest.err
17849 cat conftest.err
>&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } &&
17852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17854 (eval $ac_try) 2>&5
17856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17857 (exit $ac_status); }; } &&
17858 { ac_try
='test -s conftest.$ac_objext'
17859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17860 (eval $ac_try) 2>&5
17862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17863 (exit $ac_status); }; }; then
17866 cat >conftest.
$ac_ext <<_ACEOF
17869 cat confdefs.h
>>conftest.
$ac_ext
17870 cat >>conftest.
$ac_ext <<_ACEOF
17871 /* end confdefs.h. */
17872 $ac_includes_default
17876 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17883 rm -f conftest.
$ac_objext
17884 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17885 (eval $ac_compile) 2>conftest.er1
17887 grep -v '^ *+' conftest.er1
>conftest.err
17889 cat conftest.err
>&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); } &&
17892 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17894 (eval $ac_try) 2>&5
17896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17897 (exit $ac_status); }; } &&
17898 { ac_try
='test -s conftest.$ac_objext'
17899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17900 (eval $ac_try) 2>&5
17902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17903 (exit $ac_status); }; }; then
17904 ac_hi
=$ac_mid; break
17906 echo "$as_me: failed program was:" >&5
17907 sed 's/^/| /' conftest.
$ac_ext >&5
17909 ac_lo
=`expr $ac_mid + 1`
17910 if test $ac_lo -le $ac_mid; then
17914 ac_mid
=`expr 2 '*' $ac_mid + 1`
17916 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17919 echo "$as_me: failed program was:" >&5
17920 sed 's/^/| /' conftest.
$ac_ext >&5
17922 cat >conftest.
$ac_ext <<_ACEOF
17925 cat confdefs.h
>>conftest.
$ac_ext
17926 cat >>conftest.
$ac_ext <<_ACEOF
17927 /* end confdefs.h. */
17928 $ac_includes_default
17932 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17939 rm -f conftest.
$ac_objext
17940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17941 (eval $ac_compile) 2>conftest.er1
17943 grep -v '^ *+' conftest.er1
>conftest.err
17945 cat conftest.err
>&5
17946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17947 (exit $ac_status); } &&
17948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17950 (eval $ac_try) 2>&5
17952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17953 (exit $ac_status); }; } &&
17954 { ac_try
='test -s conftest.$ac_objext'
17955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17956 (eval $ac_try) 2>&5
17958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17959 (exit $ac_status); }; }; then
17962 cat >conftest.
$ac_ext <<_ACEOF
17965 cat confdefs.h
>>conftest.
$ac_ext
17966 cat >>conftest.
$ac_ext <<_ACEOF
17967 /* end confdefs.h. */
17968 $ac_includes_default
17972 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17979 rm -f conftest.
$ac_objext
17980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17981 (eval $ac_compile) 2>conftest.er1
17983 grep -v '^ *+' conftest.er1
>conftest.err
17985 cat conftest.err
>&5
17986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17987 (exit $ac_status); } &&
17988 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17990 (eval $ac_try) 2>&5
17992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17993 (exit $ac_status); }; } &&
17994 { ac_try
='test -s conftest.$ac_objext'
17995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17996 (eval $ac_try) 2>&5
17998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17999 (exit $ac_status); }; }; then
18000 ac_lo
=$ac_mid; break
18002 echo "$as_me: failed program was:" >&5
18003 sed 's/^/| /' conftest.
$ac_ext >&5
18005 ac_hi
=`expr '(' $ac_mid ')' - 1`
18006 if test $ac_mid -le $ac_hi; then
18010 ac_mid
=`expr 2 '*' $ac_mid`
18012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.
$ac_ext >&5
18020 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18022 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18023 # Binary search between lo and hi bounds.
18024 while test "x$ac_lo" != "x$ac_hi"; do
18025 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18026 cat >conftest.
$ac_ext <<_ACEOF
18029 cat confdefs.h
>>conftest.
$ac_ext
18030 cat >>conftest.
$ac_ext <<_ACEOF
18031 /* end confdefs.h. */
18032 $ac_includes_default
18036 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18043 rm -f conftest.
$ac_objext
18044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18045 (eval $ac_compile) 2>conftest.er1
18047 grep -v '^ *+' conftest.er1
>conftest.err
18049 cat conftest.err
>&5
18050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18051 (exit $ac_status); } &&
18052 { ac_try
='test -z "$ac_c_werror_flag" || 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_long_long
=$ac_lo;;
18075 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18076 See \`config.log' for more details." >&5
18077 echo "$as_me: error: cannot compute sizeof (long long), 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: internal error: not reached in cross-compile" >&5
18084 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18085 { (exit 1); exit 1; }; }
18087 cat >conftest.
$ac_ext <<_ACEOF
18090 cat confdefs.h
>>conftest.
$ac_ext
18091 cat >>conftest.
$ac_ext <<_ACEOF
18092 /* end confdefs.h. */
18093 $ac_includes_default
18094 long longval () { return (long) (sizeof (long long)); }
18095 unsigned long ulongval () { return (long) (sizeof (long long)); }
18097 #include <stdlib.h>
18102 FILE *f = fopen ("conftest.val", "w");
18105 if (((long) (sizeof (long long))) < 0)
18107 long i = longval ();
18108 if (i != ((long) (sizeof (long long))))
18110 fprintf (f, "%ld\n", i);
18114 unsigned long i = ulongval ();
18115 if (i != ((long) (sizeof (long long))))
18117 fprintf (f, "%lu\n", i);
18119 exit (ferror (f) || fclose (f) != 0);
18125 rm -f conftest
$ac_exeext
18126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18127 (eval $ac_link) 2>&5
18129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18130 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18132 (eval $ac_try) 2>&5
18134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18135 (exit $ac_status); }; }; then
18136 ac_cv_sizeof_long_long
=`cat conftest.val`
18138 echo "$as_me: program exited with status $ac_status" >&5
18139 echo "$as_me: failed program was:" >&5
18140 sed 's/^/| /' conftest.
$ac_ext >&5
18142 ( exit $ac_status )
18143 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18144 See \`config.log' for more details." >&5
18145 echo "$as_me: error: cannot compute sizeof (long long), 77
18146 See \`config.log' for more details." >&2;}
18147 { (exit 1); exit 1; }; }
18149 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18154 ac_cv_sizeof_long_long
=0
18157 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18158 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18159 cat >>confdefs.h
<<_ACEOF
18160 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18166 echo "$as_me:$LINENO: checking size of wchar_t" >&5
18167 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
18168 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
18169 echo $ECHO_N "(cached) $ECHO_C" >&6
18172 if test "$cross_compiling" = yes; then
18176 wx_cv_sizeof_wchar_t
=0
18179 wx_cv_sizeof_wchar_t
=4
18185 cat >conftest.
$ac_ext <<_ACEOF
18188 cat confdefs.h
>>conftest.
$ac_ext
18189 cat >>conftest.
$ac_ext <<_ACEOF
18190 /* end confdefs.h. */
18192 /* DJGPP only has fake wchar_t: */
18194 # error "fake wchar_t"
18196 #ifdef HAVE_WCHAR_H
18198 # include <stddef.h>
18200 # include <wchar.h>
18202 #ifdef HAVE_STDLIB_H
18203 # include <stdlib.h>
18208 FILE *f=fopen("conftestval", "w");
18210 fprintf(f, "%i", sizeof(wchar_t));
18215 rm -f conftest
$ac_exeext
18216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18217 (eval $ac_link) 2>&5
18219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18220 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18222 (eval $ac_try) 2>&5
18224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18225 (exit $ac_status); }; }; then
18226 wx_cv_sizeof_wchar_t
=`cat conftestval`
18228 echo "$as_me: program exited with status $ac_status" >&5
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.
$ac_ext >&5
18232 ( exit $ac_status )
18233 wx_cv_sizeof_wchar_t
=0
18235 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18239 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
18240 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
18242 cat >>confdefs.h
<<_ACEOF
18243 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
18247 echo "$as_me:$LINENO: checking for va_copy" >&5
18248 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
18249 if test "${wx_cv_func_va_copy+set}" = set; then
18250 echo $ECHO_N "(cached) $ECHO_C" >&6
18253 cat >conftest.
$ac_ext <<_ACEOF
18255 #include <stdarg.h>
18256 void foo(char *f, ...)
18266 return foo("hi", 17);
18269 rm -f conftest.
$ac_objext conftest
$ac_exeext
18270 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18271 (eval $ac_link) 2>conftest.er1
18273 grep -v '^ *+' conftest.er1
>conftest.err
18275 cat conftest.err
>&5
18276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18277 (exit $ac_status); } &&
18278 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18280 (eval $ac_try) 2>&5
18282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18283 (exit $ac_status); }; } &&
18284 { ac_try
='test -s conftest$ac_exeext'
18285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18286 (eval $ac_try) 2>&5
18288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18289 (exit $ac_status); }; }; then
18290 wx_cv_func_va_copy
=yes
18292 echo "$as_me: failed program was:" >&5
18293 sed 's/^/| /' conftest.
$ac_ext >&5
18295 wx_cv_func_va_copy
=no
18298 rm -f conftest.err conftest.
$ac_objext \
18299 conftest
$ac_exeext conftest.
$ac_ext
18303 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
18304 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
18306 if test $wx_cv_func_va_copy = "yes"; then
18307 cat >>confdefs.h
<<\_ACEOF
18308 #define HAVE_VA_COPY 1
18312 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
18313 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
18314 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
18315 echo $ECHO_N "(cached) $ECHO_C" >&6
18318 if test "$cross_compiling" = yes; then
18319 wx_cv_type_va_list_lvalue
=yes
18322 cat >conftest.
$ac_ext <<_ACEOF
18324 #include <stdarg.h>
18325 int foo(char *f, ...)
18330 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
18338 return foo("hi", 17);
18341 rm -f conftest
$ac_exeext
18342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18343 (eval $ac_link) 2>&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18348 (eval $ac_try) 2>&5
18350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18351 (exit $ac_status); }; }; then
18352 wx_cv_type_va_list_lvalue
=yes
18354 echo "$as_me: program exited with status $ac_status" >&5
18355 echo "$as_me: failed program was:" >&5
18356 sed 's/^/| /' conftest.
$ac_ext >&5
18358 ( exit $ac_status )
18359 wx_cv_type_va_list_lvalue
=no
18361 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18366 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
18367 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
18369 if test $wx_cv_type_va_list_lvalue != "yes"; then
18370 cat >>confdefs.h
<<\_ACEOF
18371 #define VA_LIST_IS_ARRAY 1
18377 # Check whether --enable-largefile or --disable-largefile was given.
18378 if test "${enable_largefile+set}" = set; then
18379 enableval
="$enable_largefile"
18382 if test "$enable_largefile" != no
; then
18385 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
18386 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
18387 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
18388 echo $ECHO_N "(cached) $ECHO_C" >&6
18391 cat >conftest.
$ac_ext <<_ACEOF
18394 cat confdefs.h
>>conftest.
$ac_ext
18395 cat >>conftest.
$ac_ext <<_ACEOF
18396 /* end confdefs.h. */
18397 #define _FILE_OFFSET_BITS 64
18398 #include <sys/types.h>
18403 unsigned int field: sizeof(off_t) == 8;
18410 rm -f conftest.
$ac_objext
18411 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18412 (eval $ac_compile) 2>conftest.er1
18414 grep -v '^ *+' conftest.er1
>conftest.err
18416 cat conftest.err
>&5
18417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18418 (exit $ac_status); } &&
18419 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18421 (eval $ac_try) 2>&5
18423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18424 (exit $ac_status); }; } &&
18425 { ac_try
='test -s conftest.$ac_objext'
18426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18427 (eval $ac_try) 2>&5
18429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430 (exit $ac_status); }; }; then
18431 ac_cv_sys_file_offset_bits
=64
18433 echo "$as_me: failed program was:" >&5
18434 sed 's/^/| /' conftest.
$ac_ext >&5
18436 ac_cv_sys_file_offset_bits
=no
18438 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18442 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
18443 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
18445 if test "$ac_cv_sys_file_offset_bits" != no
; then
18447 cat >>confdefs.h
<<_ACEOF
18448 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
18453 if test "x$wx_largefile" != "xyes"; then
18455 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
18456 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
18457 if test "${ac_cv_sys_large_files+set}" = set; then
18458 echo $ECHO_N "(cached) $ECHO_C" >&6
18461 cat >conftest.
$ac_ext <<_ACEOF
18464 cat confdefs.h
>>conftest.
$ac_ext
18465 cat >>conftest.
$ac_ext <<_ACEOF
18466 /* end confdefs.h. */
18467 #define _LARGE_FILES 1
18468 #include <sys/types.h>
18473 unsigned int field: sizeof(off_t) == 8;
18480 rm -f conftest.
$ac_objext
18481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18482 (eval $ac_compile) 2>conftest.er1
18484 grep -v '^ *+' conftest.er1
>conftest.err
18486 cat conftest.err
>&5
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); } &&
18489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18491 (eval $ac_try) 2>&5
18493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18494 (exit $ac_status); }; } &&
18495 { ac_try
='test -s conftest.$ac_objext'
18496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18497 (eval $ac_try) 2>&5
18499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18500 (exit $ac_status); }; }; then
18501 ac_cv_sys_large_files
=1
18503 echo "$as_me: failed program was:" >&5
18504 sed 's/^/| /' conftest.
$ac_ext >&5
18506 ac_cv_sys_large_files
=no
18508 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18512 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
18513 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
18515 if test "$ac_cv_sys_large_files" != no
; then
18517 cat >>confdefs.h
<<_ACEOF
18518 #define _LARGE_FILES $ac_cv_sys_large_files
18525 echo "$as_me:$LINENO: checking if large file support is available" >&5
18526 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
18527 if test "x$wx_largefile" = "xyes"; then
18528 cat >>confdefs.h
<<\_ACEOF
18529 #define HAVE_LARGEFILE_SUPPORT 1
18533 echo "$as_me:$LINENO: result: $wx_largefile" >&5
18534 echo "${ECHO_T}$wx_largefile" >&6
18537 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
18538 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
18539 if test "${ac_cv_sys_largefile_source+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18543 ac_cv_sys_largefile_source
=no
18544 cat >conftest.
$ac_ext <<_ACEOF
18547 cat confdefs.h
>>conftest.
$ac_ext
18548 cat >>conftest.
$ac_ext <<_ACEOF
18549 /* end confdefs.h. */
18559 rm -f conftest.
$ac_objext
18560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18561 (eval $ac_compile) 2>conftest.er1
18563 grep -v '^ *+' conftest.er1
>conftest.err
18565 cat conftest.err
>&5
18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } &&
18568 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18570 (eval $ac_try) 2>&5
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); }; } &&
18574 { ac_try
='test -s conftest.$ac_objext'
18575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18576 (eval $ac_try) 2>&5
18578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18579 (exit $ac_status); }; }; then
18582 echo "$as_me: failed program was:" >&5
18583 sed 's/^/| /' conftest.
$ac_ext >&5
18586 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18587 cat >conftest.
$ac_ext <<_ACEOF
18590 cat confdefs.h
>>conftest.
$ac_ext
18591 cat >>conftest.
$ac_ext <<_ACEOF
18592 /* end confdefs.h. */
18593 #define _LARGEFILE_SOURCE 1
18603 rm -f conftest.
$ac_objext
18604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18605 (eval $ac_compile) 2>conftest.er1
18607 grep -v '^ *+' conftest.er1
>conftest.err
18609 cat conftest.err
>&5
18610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18611 (exit $ac_status); } &&
18612 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18614 (eval $ac_try) 2>&5
18616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18617 (exit $ac_status); }; } &&
18618 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
18624 ac_cv_sys_largefile_source
=1; break
18626 echo "$as_me: failed program was:" >&5
18627 sed 's/^/| /' conftest.
$ac_ext >&5
18630 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18634 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
18635 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
18636 if test "$ac_cv_sys_largefile_source" != no
; then
18638 cat >>confdefs.h
<<_ACEOF
18639 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
18645 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
18646 # in glibc 2.1.3, but that breaks too many other things.
18647 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
18648 echo "$as_me:$LINENO: checking for fseeko" >&5
18649 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
18650 if test "${ac_cv_func_fseeko+set}" = set; then
18651 echo $ECHO_N "(cached) $ECHO_C" >&6
18653 cat >conftest.
$ac_ext <<_ACEOF
18656 cat confdefs.h
>>conftest.
$ac_ext
18657 cat >>conftest.
$ac_ext <<_ACEOF
18658 /* end confdefs.h. */
18663 return fseeko && fseeko (stdin, 0, 0);
18668 rm -f conftest.
$ac_objext conftest
$ac_exeext
18669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18670 (eval $ac_link) 2>conftest.er1
18672 grep -v '^ *+' conftest.er1
>conftest.err
18674 cat conftest.err
>&5
18675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18676 (exit $ac_status); } &&
18677 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18679 (eval $ac_try) 2>&5
18681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18682 (exit $ac_status); }; } &&
18683 { ac_try
='test -s conftest$ac_exeext'
18684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18685 (eval $ac_try) 2>&5
18687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); }; }; then
18689 ac_cv_func_fseeko
=yes
18691 echo "$as_me: failed program was:" >&5
18692 sed 's/^/| /' conftest.
$ac_ext >&5
18694 ac_cv_func_fseeko
=no
18696 rm -f conftest.err conftest.
$ac_objext \
18697 conftest
$ac_exeext conftest.
$ac_ext
18699 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
18700 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
18701 if test $ac_cv_func_fseeko = yes; then
18703 cat >>confdefs.h
<<\_ACEOF
18704 #define HAVE_FSEEKO 1
18710 if test "x$wx_largefile" = "xyes"; then
18711 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
18712 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
18714 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
18716 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
18719 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
18720 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
18721 if test "${ac_cv_c_bigendian+set}" = set; then
18722 echo $ECHO_N "(cached) $ECHO_C" >&6
18724 ac_cv_c_bigendian
=unknown
18725 # See if sys/param.h defines the BYTE_ORDER macro.
18726 cat >conftest.
$ac_ext <<_ACEOF
18729 cat confdefs.h
>>conftest.
$ac_ext
18730 cat >>conftest.
$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 #include <sys/types.h>
18733 #include <sys/param.h>
18738 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
18739 bogus endian macros
18745 rm -f conftest.
$ac_objext
18746 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18747 (eval $ac_compile) 2>conftest.er1
18749 grep -v '^ *+' conftest.er1
>conftest.err
18751 cat conftest.err
>&5
18752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); } &&
18754 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18756 (eval $ac_try) 2>&5
18758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18759 (exit $ac_status); }; } &&
18760 { ac_try
='test -s conftest.$ac_objext'
18761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18762 (eval $ac_try) 2>&5
18764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18765 (exit $ac_status); }; }; then
18766 # It does; now see whether it defined to BIG_ENDIAN or not.
18767 cat >conftest.
$ac_ext <<_ACEOF
18770 cat confdefs.h
>>conftest.
$ac_ext
18771 cat >>conftest.
$ac_ext <<_ACEOF
18772 /* end confdefs.h. */
18773 #include <sys/types.h>
18774 #include <sys/param.h>
18779 #if BYTE_ORDER != BIG_ENDIAN
18786 rm -f conftest.
$ac_objext
18787 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18788 (eval $ac_compile) 2>conftest.er1
18790 grep -v '^ *+' conftest.er1
>conftest.err
18792 cat conftest.err
>&5
18793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18794 (exit $ac_status); } &&
18795 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18797 (eval $ac_try) 2>&5
18799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18800 (exit $ac_status); }; } &&
18801 { ac_try
='test -s conftest.$ac_objext'
18802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18803 (eval $ac_try) 2>&5
18805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18806 (exit $ac_status); }; }; then
18807 ac_cv_c_bigendian
=yes
18809 echo "$as_me: failed program was:" >&5
18810 sed 's/^/| /' conftest.
$ac_ext >&5
18812 ac_cv_c_bigendian
=no
18814 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18816 echo "$as_me: failed program was:" >&5
18817 sed 's/^/| /' conftest.
$ac_ext >&5
18820 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18821 if test $ac_cv_c_bigendian = unknown
; then
18822 if test "$cross_compiling" = yes; then
18823 ac_cv_c_bigendian
=unknown
18825 cat >conftest.
$ac_ext <<_ACEOF
18828 cat confdefs.h
>>conftest.
$ac_ext
18829 cat >>conftest.
$ac_ext <<_ACEOF
18830 /* end confdefs.h. */
18832 /* Are we little or big endian? From Harbison&Steele. */
18836 char c[sizeof (long)];
18839 exit (u.c[sizeof (long) - 1] == 1);
18842 rm -f conftest
$ac_exeext
18843 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18844 (eval $ac_link) 2>&5
18846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18847 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18849 (eval $ac_try) 2>&5
18851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18852 (exit $ac_status); }; }; then
18853 ac_cv_c_bigendian
=no
18855 echo "$as_me: program exited with status $ac_status" >&5
18856 echo "$as_me: failed program was:" >&5
18857 sed 's/^/| /' conftest.
$ac_ext >&5
18859 ( exit $ac_status )
18860 ac_cv_c_bigendian
=yes
18862 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18866 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
18867 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
18868 if test $ac_cv_c_bigendian = unknown
; then
18869 { 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
18870 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;}
18872 if test $ac_cv_c_bigendian = yes; then
18873 cat >>confdefs.h
<<\_ACEOF
18874 #define WORDS_BIGENDIAN 1
18881 ac_cpp
='$CXXCPP $CPPFLAGS'
18882 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18883 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18884 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18885 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
18886 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
18887 if test -z "$CXXCPP"; then
18888 if test "${ac_cv_prog_CXXCPP+set}" = set; then
18889 echo $ECHO_N "(cached) $ECHO_C" >&6
18891 # Double quotes because CXXCPP needs to be expanded
18892 for CXXCPP
in "$CXX -E" "/lib/cpp"
18894 ac_preproc_ok
=false
18895 for ac_cxx_preproc_warn_flag
in '' yes
18897 # Use a header file that comes with gcc, so configuring glibc
18898 # with a fresh cross-compiler works.
18899 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18900 # <limits.h> exists even on freestanding compilers.
18901 # On the NeXT, cc -E runs the code through the compiler's parser,
18902 # not just through cpp. "Syntax error" is here to catch this case.
18903 cat >conftest.
$ac_ext <<_ACEOF
18906 cat confdefs.h
>>conftest.
$ac_ext
18907 cat >>conftest.
$ac_ext <<_ACEOF
18908 /* end confdefs.h. */
18910 # include <limits.h>
18912 # include <assert.h>
18916 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18917 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18919 grep -v '^ *+' conftest.er1
>conftest.err
18921 cat conftest.err
>&5
18922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923 (exit $ac_status); } >/dev
/null
; then
18924 if test -s conftest.err
; then
18925 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18926 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18933 if test -z "$ac_cpp_err"; then
18936 echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.
$ac_ext >&5
18939 # Broken: fails on valid input.
18942 rm -f conftest.err conftest.
$ac_ext
18944 # OK, works on sane cases. Now check whether non-existent headers
18945 # can be detected and how.
18946 cat >conftest.
$ac_ext <<_ACEOF
18949 cat confdefs.h
>>conftest.
$ac_ext
18950 cat >>conftest.
$ac_ext <<_ACEOF
18951 /* end confdefs.h. */
18952 #include <ac_nonexistent.h>
18954 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18955 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18957 grep -v '^ *+' conftest.er1
>conftest.err
18959 cat conftest.err
>&5
18960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18961 (exit $ac_status); } >/dev
/null
; then
18962 if test -s conftest.err
; then
18963 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18964 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18971 if test -z "$ac_cpp_err"; then
18972 # Broken: success on invalid input.
18975 echo "$as_me: failed program was:" >&5
18976 sed 's/^/| /' conftest.
$ac_ext >&5
18978 # Passes both tests.
18982 rm -f conftest.err conftest.
$ac_ext
18985 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18986 rm -f conftest.err conftest.
$ac_ext
18987 if $ac_preproc_ok; then
18992 ac_cv_prog_CXXCPP
=$CXXCPP
18995 CXXCPP
=$ac_cv_prog_CXXCPP
18997 ac_cv_prog_CXXCPP
=$CXXCPP
18999 echo "$as_me:$LINENO: result: $CXXCPP" >&5
19000 echo "${ECHO_T}$CXXCPP" >&6
19001 ac_preproc_ok
=false
19002 for ac_cxx_preproc_warn_flag
in '' yes
19004 # Use a header file that comes with gcc, so configuring glibc
19005 # with a fresh cross-compiler works.
19006 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19007 # <limits.h> exists even on freestanding compilers.
19008 # On the NeXT, cc -E runs the code through the compiler's parser,
19009 # not just through cpp. "Syntax error" is here to catch this case.
19010 cat >conftest.
$ac_ext <<_ACEOF
19013 cat confdefs.h
>>conftest.
$ac_ext
19014 cat >>conftest.
$ac_ext <<_ACEOF
19015 /* end confdefs.h. */
19017 # include <limits.h>
19019 # include <assert.h>
19023 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19024 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19026 grep -v '^ *+' conftest.er1
>conftest.err
19028 cat conftest.err
>&5
19029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19030 (exit $ac_status); } >/dev
/null
; then
19031 if test -s conftest.err
; then
19032 ac_cpp_err
=$ac_cxx_preproc_warn_flag
19033 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
19040 if test -z "$ac_cpp_err"; then
19043 echo "$as_me: failed program was:" >&5
19044 sed 's/^/| /' conftest.
$ac_ext >&5
19046 # Broken: fails on valid input.
19049 rm -f conftest.err conftest.
$ac_ext
19051 # OK, works on sane cases. Now check whether non-existent headers
19052 # can be detected and how.
19053 cat >conftest.
$ac_ext <<_ACEOF
19056 cat confdefs.h
>>conftest.
$ac_ext
19057 cat >>conftest.
$ac_ext <<_ACEOF
19058 /* end confdefs.h. */
19059 #include <ac_nonexistent.h>
19061 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19062 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19064 grep -v '^ *+' conftest.er1
>conftest.err
19066 cat conftest.err
>&5
19067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19068 (exit $ac_status); } >/dev
/null
; then
19069 if test -s conftest.err
; then
19070 ac_cpp_err
=$ac_cxx_preproc_warn_flag
19071 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
19078 if test -z "$ac_cpp_err"; then
19079 # Broken: success on invalid input.
19082 echo "$as_me: failed program was:" >&5
19083 sed 's/^/| /' conftest.
$ac_ext >&5
19085 # Passes both tests.
19089 rm -f conftest.err conftest.
$ac_ext
19092 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
19093 rm -f conftest.err conftest.
$ac_ext
19094 if $ac_preproc_ok; then
19097 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
19098 See \`config.log' for more details." >&5
19099 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
19100 See \`config.log' for more details." >&2;}
19101 { (exit 1); exit 1; }; }
19105 ac_cpp
='$CXXCPP $CPPFLAGS'
19106 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19107 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19108 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19115 ac_cpp
='$CXXCPP $CPPFLAGS'
19116 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19117 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19118 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19122 for ac_header
in iostream
19124 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19125 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19126 echo "$as_me:$LINENO: checking for $ac_header" >&5
19127 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19128 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19129 echo $ECHO_N "(cached) $ECHO_C" >&6
19131 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19132 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19134 # Is the header compilable?
19135 echo "$as_me:$LINENO: checking $ac_header usability" >&5
19136 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19137 cat >conftest.
$ac_ext <<_ACEOF
19140 cat confdefs.h
>>conftest.
$ac_ext
19141 cat >>conftest.
$ac_ext <<_ACEOF
19142 /* end confdefs.h. */
19143 $ac_includes_default
19144 #include <$ac_header>
19146 rm -f conftest.
$ac_objext
19147 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19148 (eval $ac_compile) 2>conftest.er1
19150 grep -v '^ *+' conftest.er1
>conftest.err
19152 cat conftest.err
>&5
19153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19154 (exit $ac_status); } &&
19155 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19157 (eval $ac_try) 2>&5
19159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19160 (exit $ac_status); }; } &&
19161 { ac_try
='test -s conftest.$ac_objext'
19162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19163 (eval $ac_try) 2>&5
19165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19166 (exit $ac_status); }; }; then
19167 ac_header_compiler
=yes
19169 echo "$as_me: failed program was:" >&5
19170 sed 's/^/| /' conftest.
$ac_ext >&5
19172 ac_header_compiler
=no
19174 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19175 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19176 echo "${ECHO_T}$ac_header_compiler" >&6
19178 # Is the header present?
19179 echo "$as_me:$LINENO: checking $ac_header presence" >&5
19180 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19181 cat >conftest.
$ac_ext <<_ACEOF
19184 cat confdefs.h
>>conftest.
$ac_ext
19185 cat >>conftest.
$ac_ext <<_ACEOF
19186 /* end confdefs.h. */
19187 #include <$ac_header>
19189 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19190 (eval $ac_cpp conftest.
$ac_ext) 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); } >/dev
/null
; then
19197 if test -s conftest.err
; then
19198 ac_cpp_err
=$ac_cxx_preproc_warn_flag
19199 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
19206 if test -z "$ac_cpp_err"; then
19207 ac_header_preproc
=yes
19209 echo "$as_me: failed program was:" >&5
19210 sed 's/^/| /' conftest.
$ac_ext >&5
19212 ac_header_preproc
=no
19214 rm -f conftest.err conftest.
$ac_ext
19215 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19216 echo "${ECHO_T}$ac_header_preproc" >&6
19218 # So? What about this header?
19219 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
19221 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19222 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19223 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
19224 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
19225 ac_header_preproc
=yes
19228 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19229 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19230 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19231 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19232 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19233 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19234 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19235 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19236 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19237 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19238 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19239 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19242 ## ----------------------------------------- ##
19243 ## Report this to wx-dev@lists.wxwidgets.org ##
19244 ## ----------------------------------------- ##
19247 sed "s/^/$as_me: WARNING: /" >&2
19250 echo "$as_me:$LINENO: checking for $ac_header" >&5
19251 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19252 if eval "test \"\${$as_ac_Header+set}\" = set"; then
19253 echo $ECHO_N "(cached) $ECHO_C" >&6
19255 eval "$as_ac_Header=\$ac_header_preproc"
19257 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19258 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19261 if test `eval echo '${'$as_ac_Header'}'` = yes; then
19262 cat >>confdefs.h
<<_ACEOF
19263 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19271 if test "$ac_cv_header_iostream" = "yes" ; then
19274 cat >>confdefs.h
<<\_ACEOF
19275 #define wxUSE_IOSTREAMH 1
19281 ac_cpp
='$CPP $CPPFLAGS'
19282 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19283 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19284 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19289 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
19290 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
19291 if test "${wx_cv_cpp_bool+set}" = set; then
19292 echo $ECHO_N "(cached) $ECHO_C" >&6
19298 ac_cpp
='$CXXCPP $CPPFLAGS'
19299 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19300 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19301 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19304 cat >conftest.
$ac_ext <<_ACEOF
19307 cat confdefs.h
>>conftest.
$ac_ext
19308 cat >>conftest.
$ac_ext <<_ACEOF
19309 /* end confdefs.h. */
19324 rm -f conftest.
$ac_objext
19325 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19326 (eval $ac_compile) 2>conftest.er1
19328 grep -v '^ *+' conftest.er1
>conftest.err
19330 cat conftest.err
>&5
19331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332 (exit $ac_status); } &&
19333 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19335 (eval $ac_try) 2>&5
19337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19338 (exit $ac_status); }; } &&
19339 { ac_try
='test -s conftest.$ac_objext'
19340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19341 (eval $ac_try) 2>&5
19343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19344 (exit $ac_status); }; }; then
19349 echo "$as_me: failed program was:" >&5
19350 sed 's/^/| /' conftest.
$ac_ext >&5
19357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19360 ac_cpp
='$CPP $CPPFLAGS'
19361 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19362 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19363 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19367 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
19368 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
19370 if test "$wx_cv_cpp_bool" = "yes"; then
19371 cat >>confdefs.h
<<\_ACEOF
19372 #define HAVE_BOOL 1
19379 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
19380 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
19381 if test "${wx_cv_explicit+set}" = set; then
19382 echo $ECHO_N "(cached) $ECHO_C" >&6
19388 ac_cpp
='$CXXCPP $CPPFLAGS'
19389 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19390 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19391 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19394 cat >conftest.
$ac_ext <<_ACEOF
19397 cat confdefs.h
>>conftest.
$ac_ext
19398 cat >>conftest.
$ac_ext <<_ACEOF
19399 /* end confdefs.h. */
19401 class Foo { public: explicit Foo(int) {} };
19413 rm -f conftest.
$ac_objext
19414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19415 (eval $ac_compile) 2>conftest.er1
19417 grep -v '^ *+' conftest.er1
>conftest.err
19419 cat conftest.err
>&5
19420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19421 (exit $ac_status); } &&
19422 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19424 (eval $ac_try) 2>&5
19426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19427 (exit $ac_status); }; } &&
19428 { ac_try
='test -s conftest.$ac_objext'
19429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19430 (eval $ac_try) 2>&5
19432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19433 (exit $ac_status); }; }; then
19435 cat >conftest.
$ac_ext <<_ACEOF
19438 cat confdefs.h
>>conftest.
$ac_ext
19439 cat >>conftest.
$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19442 class Foo { public: explicit Foo(int) {} };
19443 static void TakeFoo(const Foo& foo) { }
19456 rm -f conftest.
$ac_objext
19457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19458 (eval $ac_compile) 2>conftest.er1
19460 grep -v '^ *+' conftest.er1
>conftest.err
19462 cat conftest.err
>&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } &&
19465 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19467 (eval $ac_try) 2>&5
19469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19470 (exit $ac_status); }; } &&
19471 { ac_try
='test -s conftest.$ac_objext'
19472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19473 (eval $ac_try) 2>&5
19475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); }; }; then
19479 echo "$as_me: failed program was:" >&5
19480 sed 's/^/| /' conftest.
$ac_ext >&5
19485 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19488 echo "$as_me: failed program was:" >&5
19489 sed 's/^/| /' conftest.
$ac_ext >&5
19494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19497 ac_cpp
='$CPP $CPPFLAGS'
19498 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19499 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19500 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19504 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
19505 echo "${ECHO_T}$wx_cv_explicit" >&6
19507 if test "$wx_cv_explicit" = "yes"; then
19508 cat >>confdefs.h
<<\_ACEOF
19509 #define HAVE_EXPLICIT 1
19515 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
19516 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
19517 if test "${ac_cv_cxx_const_cast+set}" = set; then
19518 echo $ECHO_N "(cached) $ECHO_C" >&6
19523 ac_cpp
='$CXXCPP $CPPFLAGS'
19524 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19525 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19526 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19528 cat >conftest.
$ac_ext <<_ACEOF
19531 cat confdefs.h
>>conftest.
$ac_ext
19532 cat >>conftest.
$ac_ext <<_ACEOF
19533 /* end confdefs.h. */
19538 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
19543 rm -f conftest.
$ac_objext
19544 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19545 (eval $ac_compile) 2>conftest.er1
19547 grep -v '^ *+' conftest.er1
>conftest.err
19549 cat conftest.err
>&5
19550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19551 (exit $ac_status); } &&
19552 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19554 (eval $ac_try) 2>&5
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); }; } &&
19558 { ac_try
='test -s conftest.$ac_objext'
19559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19560 (eval $ac_try) 2>&5
19562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563 (exit $ac_status); }; }; then
19564 ac_cv_cxx_const_cast
=yes
19566 echo "$as_me: failed program was:" >&5
19567 sed 's/^/| /' conftest.
$ac_ext >&5
19569 ac_cv_cxx_const_cast
=no
19571 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19573 ac_cpp
='$CPP $CPPFLAGS'
19574 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19575 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19576 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19580 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
19581 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
19582 if test "$ac_cv_cxx_const_cast" = yes; then
19584 cat >>confdefs.h
<<\_ACEOF
19585 #define HAVE_CONST_CAST
19590 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
19591 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
19592 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
19593 echo $ECHO_N "(cached) $ECHO_C" >&6
19598 ac_cpp
='$CXXCPP $CPPFLAGS'
19599 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19600 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19601 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19603 cat >conftest.
$ac_ext <<_ACEOF
19606 cat confdefs.h
>>conftest.
$ac_ext
19607 cat >>conftest.
$ac_ext <<_ACEOF
19608 /* end confdefs.h. */
19609 #include <typeinfo>
19610 class Base { public : Base () {} virtual void f () = 0;};
19611 class Derived : public Base { public : Derived () {} virtual void f () {} };
19612 class Unrelated { public : Unrelated () {} };
19613 int g (Unrelated&) { return 0; }
19618 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
19623 rm -f conftest.
$ac_objext
19624 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19625 (eval $ac_compile) 2>conftest.er1
19627 grep -v '^ *+' conftest.er1
>conftest.err
19629 cat conftest.err
>&5
19630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19631 (exit $ac_status); } &&
19632 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19634 (eval $ac_try) 2>&5
19636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19637 (exit $ac_status); }; } &&
19638 { ac_try
='test -s conftest.$ac_objext'
19639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19640 (eval $ac_try) 2>&5
19642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643 (exit $ac_status); }; }; then
19644 ac_cv_cxx_reinterpret_cast
=yes
19646 echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.
$ac_ext >&5
19649 ac_cv_cxx_reinterpret_cast
=no
19651 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19653 ac_cpp
='$CPP $CPPFLAGS'
19654 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19655 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19656 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19660 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
19661 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
19662 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
19664 cat >>confdefs.h
<<\_ACEOF
19665 #define HAVE_REINTERPRET_CAST
19670 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
19671 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
19672 if test "${ac_cv_cxx_static_cast+set}" = set; then
19673 echo $ECHO_N "(cached) $ECHO_C" >&6
19678 ac_cpp
='$CXXCPP $CPPFLAGS'
19679 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19680 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19681 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19683 cat >conftest.
$ac_ext <<_ACEOF
19686 cat confdefs.h
>>conftest.
$ac_ext
19687 cat >>conftest.
$ac_ext <<_ACEOF
19688 /* end confdefs.h. */
19689 #include <typeinfo>
19690 class Base { public : Base () {} virtual void f () = 0; };
19691 class Derived : public Base { public : Derived () {} virtual void f () {} };
19692 int g (Derived&) { return 0; }
19697 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
19702 rm -f conftest.
$ac_objext
19703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19704 (eval $ac_compile) 2>conftest.er1
19706 grep -v '^ *+' conftest.er1
>conftest.err
19708 cat conftest.err
>&5
19709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710 (exit $ac_status); } &&
19711 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19713 (eval $ac_try) 2>&5
19715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19716 (exit $ac_status); }; } &&
19717 { ac_try
='test -s conftest.$ac_objext'
19718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19719 (eval $ac_try) 2>&5
19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19722 (exit $ac_status); }; }; then
19723 ac_cv_cxx_static_cast
=yes
19725 echo "$as_me: failed program was:" >&5
19726 sed 's/^/| /' conftest.
$ac_ext >&5
19728 ac_cv_cxx_static_cast
=no
19730 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19732 ac_cpp
='$CPP $CPPFLAGS'
19733 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19734 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19735 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19739 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
19740 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
19741 if test "$ac_cv_cxx_static_cast" = yes; then
19743 cat >>confdefs.h
<<\_ACEOF
19744 #define HAVE_STATIC_CAST
19750 if test "$wxUSE_STL" = "yes"; then
19752 ac_cpp
='$CXXCPP $CPPFLAGS'
19753 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19754 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19755 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19758 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
19759 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
19760 cat >conftest.
$ac_ext <<_ACEOF
19763 cat confdefs.h
>>conftest.
$ac_ext
19764 cat >>conftest.
$ac_ext <<_ACEOF
19765 /* end confdefs.h. */
19767 #include <functional>
19768 #include <algorithm>
19774 std::vector<int> moo;
19775 std::list<int> foo;
19776 std::vector<int>::iterator it =
19777 std::find_if(moo.begin(), moo.end(),
19778 std::bind2nd(std::less<int>(), 3));
19783 rm -f conftest.
$ac_objext
19784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19785 (eval $ac_compile) 2>conftest.er1
19787 grep -v '^ *+' conftest.er1
>conftest.err
19789 cat conftest.err
>&5
19790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19791 (exit $ac_status); } &&
19792 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19794 (eval $ac_try) 2>&5
19796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19797 (exit $ac_status); }; } &&
19798 { ac_try
='test -s conftest.$ac_objext'
19799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19800 (eval $ac_try) 2>&5
19802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803 (exit $ac_status); }; }; then
19804 echo "$as_me:$LINENO: result: yes" >&5
19805 echo "${ECHO_T}yes" >&6
19807 echo "$as_me: failed program was:" >&5
19808 sed 's/^/| /' conftest.
$ac_ext >&5
19810 echo "$as_me:$LINENO: result: no" >&5
19811 echo "${ECHO_T}no" >&6
19812 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
19813 echo "$as_me: error: Basic STL functionality missing" >&2;}
19814 { (exit 1); exit 1; }; }
19816 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19818 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
19819 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
19820 cat >conftest.
$ac_ext <<_ACEOF
19823 cat confdefs.h
>>conftest.
$ac_ext
19824 cat >>conftest.
$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19835 rm -f conftest.
$ac_objext
19836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19837 (eval $ac_compile) 2>conftest.er1
19839 grep -v '^ *+' conftest.er1
>conftest.err
19841 cat conftest.err
>&5
19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843 (exit $ac_status); } &&
19844 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19846 (eval $ac_try) 2>&5
19848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19849 (exit $ac_status); }; } &&
19850 { ac_try
='test -s conftest.$ac_objext'
19851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19852 (eval $ac_try) 2>&5
19854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855 (exit $ac_status); }; }; then
19856 echo "$as_me:$LINENO: result: yes" >&5
19857 echo "${ECHO_T}yes" >&6
19858 cat >>confdefs.h
<<\_ACEOF
19859 #define HAVE_STD_WSTRING 1
19863 echo "$as_me: failed program was:" >&5
19864 sed 's/^/| /' conftest.
$ac_ext >&5
19866 echo "$as_me:$LINENO: result: no" >&5
19867 echo "${ECHO_T}no" >&6
19869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19871 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
19872 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
19873 cat >conftest.
$ac_ext <<_ACEOF
19876 cat confdefs.h
>>conftest.
$ac_ext
19877 cat >>conftest.
$ac_ext <<_ACEOF
19878 /* end confdefs.h. */
19883 std::string foo, bar;
19885 foo.compare(1, 1, bar);
19886 foo.compare(1, 1, bar, 1, 1);
19888 foo.compare(1, 1, "");
19889 foo.compare(1, 1, "", 2);
19894 rm -f conftest.
$ac_objext
19895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19896 (eval $ac_compile) 2>conftest.er1
19898 grep -v '^ *+' conftest.er1
>conftest.err
19900 cat conftest.err
>&5
19901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); } &&
19903 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19905 (eval $ac_try) 2>&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); }; } &&
19909 { ac_try
='test -s conftest.$ac_objext'
19910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19911 (eval $ac_try) 2>&5
19913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19914 (exit $ac_status); }; }; then
19915 echo "$as_me:$LINENO: result: yes" >&5
19916 echo "${ECHO_T}yes" >&6
19917 cat >>confdefs.h
<<\_ACEOF
19918 #define HAVE_STD_STRING_COMPARE 1
19922 echo "$as_me: failed program was:" >&5
19923 sed 's/^/| /' conftest.
$ac_ext >&5
19925 echo "$as_me:$LINENO: result: no" >&5
19926 echo "${ECHO_T}no" >&6
19928 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19930 if test "${ac_cv_header_hash_map+set}" = set; then
19931 echo "$as_me:$LINENO: checking for hash_map" >&5
19932 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
19933 if test "${ac_cv_header_hash_map+set}" = set; then
19934 echo $ECHO_N "(cached) $ECHO_C" >&6
19936 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
19937 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
19939 # Is the header compilable?
19940 echo "$as_me:$LINENO: checking hash_map usability" >&5
19941 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
19942 cat >conftest.
$ac_ext <<_ACEOF
19945 cat confdefs.h
>>conftest.
$ac_ext
19946 cat >>conftest.
$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 $ac_includes_default
19949 #include <hash_map>
19951 rm -f conftest.
$ac_objext
19952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19953 (eval $ac_compile) 2>conftest.er1
19955 grep -v '^ *+' conftest.er1
>conftest.err
19957 cat conftest.err
>&5
19958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959 (exit $ac_status); } &&
19960 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19962 (eval $ac_try) 2>&5
19964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); }; } &&
19966 { ac_try
='test -s conftest.$ac_objext'
19967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19968 (eval $ac_try) 2>&5
19970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971 (exit $ac_status); }; }; then
19972 ac_header_compiler
=yes
19974 echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.
$ac_ext >&5
19977 ac_header_compiler
=no
19979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19980 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19981 echo "${ECHO_T}$ac_header_compiler" >&6
19983 # Is the header present?
19984 echo "$as_me:$LINENO: checking hash_map presence" >&5
19985 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
19986 cat >conftest.
$ac_ext <<_ACEOF
19989 cat confdefs.h
>>conftest.
$ac_ext
19990 cat >>conftest.
$ac_ext <<_ACEOF
19991 /* end confdefs.h. */
19992 #include <hash_map>
19994 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19995 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19997 grep -v '^ *+' conftest.er1
>conftest.err
19999 cat conftest.err
>&5
20000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20001 (exit $ac_status); } >/dev
/null
; then
20002 if test -s conftest.err
; then
20003 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20004 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20011 if test -z "$ac_cpp_err"; then
20012 ac_header_preproc
=yes
20014 echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.
$ac_ext >&5
20017 ac_header_preproc
=no
20019 rm -f conftest.err conftest.
$ac_ext
20020 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20021 echo "${ECHO_T}$ac_header_preproc" >&6
20023 # So? What about this header?
20024 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20026 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
20027 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
20028 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
20029 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
20030 ac_header_preproc
=yes
20033 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
20034 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
20035 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
20036 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
20037 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
20038 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
20039 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
20040 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
20041 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
20042 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
20043 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
20044 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
20047 ## ----------------------------------------- ##
20048 ## Report this to wx-dev@lists.wxwidgets.org ##
20049 ## ----------------------------------------- ##
20052 sed "s/^/$as_me: WARNING: /" >&2
20055 echo "$as_me:$LINENO: checking for hash_map" >&5
20056 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
20057 if test "${ac_cv_header_hash_map+set}" = set; then
20058 echo $ECHO_N "(cached) $ECHO_C" >&6
20060 ac_cv_header_hash_map
=$ac_header_preproc
20062 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
20063 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
20066 if test $ac_cv_header_hash_map = yes; then
20067 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
20068 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
20069 cat >conftest.
$ac_ext <<_ACEOF
20072 cat confdefs.h
>>conftest.
$ac_ext
20073 cat >>conftest.
$ac_ext <<_ACEOF
20074 /* end confdefs.h. */
20075 #include <hash_map>
20076 #include <hash_set>
20080 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
20081 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
20086 rm -f conftest.
$ac_objext
20087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20088 (eval $ac_compile) 2>conftest.er1
20090 grep -v '^ *+' conftest.er1
>conftest.err
20092 cat conftest.err
>&5
20093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20094 (exit $ac_status); } &&
20095 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20097 (eval $ac_try) 2>&5
20099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20100 (exit $ac_status); }; } &&
20101 { ac_try
='test -s conftest.$ac_objext'
20102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20103 (eval $ac_try) 2>&5
20105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); }; }; then
20107 echo "$as_me:$LINENO: result: yes" >&5
20108 echo "${ECHO_T}yes" >&6
20109 cat >>confdefs.h
<<\_ACEOF
20110 #define HAVE_HASH_MAP 1
20113 cat >>confdefs.h
<<\_ACEOF
20114 #define HAVE_STD_HASH_MAP 1
20118 echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.
$ac_ext >&5
20121 echo "$as_me:$LINENO: result: no" >&5
20122 echo "${ECHO_T}no" >&6
20124 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20130 if test "${ac_cv_header_ext_hash_map+set}" = set; then
20131 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
20132 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
20133 if test "${ac_cv_header_ext_hash_map+set}" = set; then
20134 echo $ECHO_N "(cached) $ECHO_C" >&6
20136 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
20137 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
20139 # Is the header compilable?
20140 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
20141 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
20142 cat >conftest.
$ac_ext <<_ACEOF
20145 cat confdefs.h
>>conftest.
$ac_ext
20146 cat >>conftest.
$ac_ext <<_ACEOF
20147 /* end confdefs.h. */
20148 $ac_includes_default
20149 #include <ext/hash_map>
20151 rm -f conftest.
$ac_objext
20152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20153 (eval $ac_compile) 2>conftest.er1
20155 grep -v '^ *+' conftest.er1
>conftest.err
20157 cat conftest.err
>&5
20158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20159 (exit $ac_status); } &&
20160 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20162 (eval $ac_try) 2>&5
20164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20165 (exit $ac_status); }; } &&
20166 { ac_try
='test -s conftest.$ac_objext'
20167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20168 (eval $ac_try) 2>&5
20170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); }; }; then
20172 ac_header_compiler
=yes
20174 echo "$as_me: failed program was:" >&5
20175 sed 's/^/| /' conftest.
$ac_ext >&5
20177 ac_header_compiler
=no
20179 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20180 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20181 echo "${ECHO_T}$ac_header_compiler" >&6
20183 # Is the header present?
20184 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
20185 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
20186 cat >conftest.
$ac_ext <<_ACEOF
20189 cat confdefs.h
>>conftest.
$ac_ext
20190 cat >>conftest.
$ac_ext <<_ACEOF
20191 /* end confdefs.h. */
20192 #include <ext/hash_map>
20194 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20195 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20197 grep -v '^ *+' conftest.er1
>conftest.err
20199 cat conftest.err
>&5
20200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20201 (exit $ac_status); } >/dev
/null
; then
20202 if test -s conftest.err
; then
20203 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20204 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20211 if test -z "$ac_cpp_err"; then
20212 ac_header_preproc
=yes
20214 echo "$as_me: failed program was:" >&5
20215 sed 's/^/| /' conftest.
$ac_ext >&5
20217 ac_header_preproc
=no
20219 rm -f conftest.err conftest.
$ac_ext
20220 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20221 echo "${ECHO_T}$ac_header_preproc" >&6
20223 # So? What about this header?
20224 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
20226 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
20227 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
20228 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
20229 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
20230 ac_header_preproc
=yes
20233 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
20234 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
20235 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
20236 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
20237 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
20238 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
20239 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
20240 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
20241 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
20242 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
20243 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
20244 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
20247 ## ----------------------------------------- ##
20248 ## Report this to wx-dev@lists.wxwidgets.org ##
20249 ## ----------------------------------------- ##
20252 sed "s/^/$as_me: WARNING: /" >&2
20255 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
20256 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
20257 if test "${ac_cv_header_ext_hash_map+set}" = set; then
20258 echo $ECHO_N "(cached) $ECHO_C" >&6
20260 ac_cv_header_ext_hash_map
=$ac_header_preproc
20262 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
20263 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
20266 if test $ac_cv_header_ext_hash_map = yes; then
20267 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
20268 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
20269 cat >conftest.
$ac_ext <<_ACEOF
20272 cat confdefs.h
>>conftest.
$ac_ext
20273 cat >>conftest.
$ac_ext <<_ACEOF
20274 /* end confdefs.h. */
20275 #include <ext/hash_map>
20276 #include <ext/hash_set>
20280 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
20281 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
20286 rm -f conftest.
$ac_objext
20287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20288 (eval $ac_compile) 2>conftest.er1
20290 grep -v '^ *+' conftest.er1
>conftest.err
20292 cat conftest.err
>&5
20293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20294 (exit $ac_status); } &&
20295 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20297 (eval $ac_try) 2>&5
20299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20300 (exit $ac_status); }; } &&
20301 { ac_try
='test -s conftest.$ac_objext'
20302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20303 (eval $ac_try) 2>&5
20305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20306 (exit $ac_status); }; }; then
20307 echo "$as_me:$LINENO: result: yes" >&5
20308 echo "${ECHO_T}yes" >&6
20309 cat >>confdefs.h
<<\_ACEOF
20310 #define HAVE_EXT_HASH_MAP 1
20313 cat >>confdefs.h
<<\_ACEOF
20314 #define HAVE_GNU_CXX_HASH_MAP 1
20318 echo "$as_me: failed program was:" >&5
20319 sed 's/^/| /' conftest.
$ac_ext >&5
20321 echo "$as_me:$LINENO: result: no" >&5
20322 echo "${ECHO_T}no" >&6
20324 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20331 ac_cpp
='$CPP $CPPFLAGS'
20332 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20333 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20334 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20340 /usr/local/include \
20342 /usr/Motif-2.1/include \
20343 /usr/Motif-1.2/include \
20344 /usr/include/Motif1.2 \
20345 /opt/xpm/include/X11 \
20346 /opt/GBxpm/include/ \
20347 /opt/GBxpm/X11/include/ \
20350 /usr/openwin/include \
20354 /usr/X11R6/include \
20355 /usr/X11R6.4/include \
20356 /usr/X11R5/include \
20357 /usr/X11R4/include \
20359 /usr/include/X11R6 \
20360 /usr/include/X11R5 \
20361 /usr/include/X11R4 \
20363 /usr/local/X11R6/include \
20364 /usr/local/X11R5/include \
20365 /usr/local/X11R4/include \
20367 /usr/local/include/X11R6 \
20368 /usr/local/include/X11R5 \
20369 /usr/local/include/X11R4 \
20373 /usr/local/X11/include \
20374 /usr/local/include/X11 \
20376 /usr/X386/include \
20377 /usr/x386/include \
20378 /usr/XFree86/include/X11 \
20380 X:/XFree86/include \
20381 X:/XFree86/include/X11 \
20384 /usr/local/include/gtk \
20385 /usr/include/glib \
20386 /usr/local/include/glib \
20389 /usr/local/include/qt \
20391 /usr/local/arm/3.3.2/include \
20393 /usr/include/windows \
20394 /usr/include/wine \
20395 /usr/local/include/wine \
20397 /usr/unsupported/include \
20398 /usr/athena/include \
20399 /usr/local/x11r5/include \
20400 /usr/lpp/Xamples/include \
20402 /usr/openwin/share/include"
20404 SEARCH_LIB
="/usr/lib /usr/lib32 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g` /usr/lib64 /usr/X11R6/lib64"
20407 cat >confcache
<<\_ACEOF
20408 # This file is a shell script that caches the results of configure
20409 # tests run on this system so they can be shared between configure
20410 # scripts and configure runs, see configure's option --config-cache.
20411 # It is not useful on other systems. If it contains results you don't
20412 # want to keep, you may remove or edit it.
20414 # config.status only pays attention to the cache file if you give it
20415 # the --recheck option to rerun configure.
20417 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20418 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20419 # following values.
20423 # The following way of writing the cache mishandles newlines in values,
20424 # but we know of no workaround that is simple, portable, and efficient.
20425 # So, don't put newlines in cache variables' values.
20426 # Ultrix sh set writes to stderr and can't be redirected directly,
20427 # and sets the high bit in the cache file unless we assign to the vars.
20430 case `(ac_space=' '; set | grep ac_space) 2>&1` in
20432 # `set' does not quote correctly, so add quotes (double-quote
20433 # substitution turns \\\\ into \\, and sed turns \\ into \).
20436 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20439 # `set' quotes correctly as required by POSIX, so do not add quotes.
20441 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
20448 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20450 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20452 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
20453 if test -w $cache_file; then
20454 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
20455 cat confcache
>$cache_file
20457 echo "not updating unwritable cache $cache_file"
20462 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
20463 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
20464 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
20465 if test "${wx_cv_lib_glibc21+set}" = set; then
20466 echo $ECHO_N "(cached) $ECHO_C" >&6
20469 cat >conftest.
$ac_ext <<_ACEOF
20472 cat confdefs.h
>>conftest.
$ac_ext
20473 cat >>conftest.
$ac_ext <<_ACEOF
20474 /* end confdefs.h. */
20475 #include <features.h>
20480 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
20481 #error not glibc2.1
20488 rm -f conftest.
$ac_objext
20489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20490 (eval $ac_compile) 2>conftest.er1
20492 grep -v '^ *+' conftest.er1
>conftest.err
20494 cat conftest.err
>&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); } &&
20497 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20499 (eval $ac_try) 2>&5
20501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20502 (exit $ac_status); }; } &&
20503 { ac_try
='test -s conftest.$ac_objext'
20504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20505 (eval $ac_try) 2>&5
20507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20508 (exit $ac_status); }; }; then
20510 wx_cv_lib_glibc21
=yes
20513 echo "$as_me: failed program was:" >&5
20514 sed 's/^/| /' conftest.
$ac_ext >&5
20517 wx_cv_lib_glibc21
=no
20521 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20524 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
20525 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
20526 if test "$wx_cv_lib_glibc21" = "yes"; then
20527 cat >>confdefs.h
<<\_ACEOF
20528 #define wxHAVE_GLIBC2 1
20534 if test "x$wx_cv_lib_glibc21" = "xyes"; then
20535 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
20536 cat >>confdefs.h
<<\_ACEOF
20537 #define _GNU_SOURCE 1
20545 if test "$wxUSE_REGEX" != "no"; then
20546 cat >>confdefs.h
<<\_ACEOF
20547 #define wxUSE_REGEX 1
20551 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
20552 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
20553 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
20554 wxUSE_REGEX
=builtin
20557 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
20558 if test "${ac_cv_header_regex_h+set}" = set; then
20559 echo "$as_me:$LINENO: checking for regex.h" >&5
20560 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
20561 if test "${ac_cv_header_regex_h+set}" = set; then
20562 echo $ECHO_N "(cached) $ECHO_C" >&6
20564 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
20565 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
20567 # Is the header compilable?
20568 echo "$as_me:$LINENO: checking regex.h usability" >&5
20569 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
20570 cat >conftest.
$ac_ext <<_ACEOF
20573 cat confdefs.h
>>conftest.
$ac_ext
20574 cat >>conftest.
$ac_ext <<_ACEOF
20575 /* end confdefs.h. */
20576 $ac_includes_default
20579 rm -f conftest.
$ac_objext
20580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20581 (eval $ac_compile) 2>conftest.er1
20583 grep -v '^ *+' conftest.er1
>conftest.err
20585 cat conftest.err
>&5
20586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20587 (exit $ac_status); } &&
20588 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20590 (eval $ac_try) 2>&5
20592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20593 (exit $ac_status); }; } &&
20594 { ac_try
='test -s conftest.$ac_objext'
20595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20596 (eval $ac_try) 2>&5
20598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20599 (exit $ac_status); }; }; then
20600 ac_header_compiler
=yes
20602 echo "$as_me: failed program was:" >&5
20603 sed 's/^/| /' conftest.
$ac_ext >&5
20605 ac_header_compiler
=no
20607 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20608 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20609 echo "${ECHO_T}$ac_header_compiler" >&6
20611 # Is the header present?
20612 echo "$as_me:$LINENO: checking regex.h presence" >&5
20613 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
20614 cat >conftest.
$ac_ext <<_ACEOF
20617 cat confdefs.h
>>conftest.
$ac_ext
20618 cat >>conftest.
$ac_ext <<_ACEOF
20619 /* end confdefs.h. */
20622 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20623 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20625 grep -v '^ *+' conftest.er1
>conftest.err
20627 cat conftest.err
>&5
20628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20629 (exit $ac_status); } >/dev
/null
; then
20630 if test -s conftest.err
; then
20631 ac_cpp_err
=$ac_c_preproc_warn_flag
20632 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20639 if test -z "$ac_cpp_err"; then
20640 ac_header_preproc
=yes
20642 echo "$as_me: failed program was:" >&5
20643 sed 's/^/| /' conftest.
$ac_ext >&5
20645 ac_header_preproc
=no
20647 rm -f conftest.err conftest.
$ac_ext
20648 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20649 echo "${ECHO_T}$ac_header_preproc" >&6
20651 # So? What about this header?
20652 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20654 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
20655 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20656 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
20657 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
20658 ac_header_preproc
=yes
20661 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
20662 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
20663 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
20664 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
20665 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
20666 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
20667 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
20668 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
20669 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
20670 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
20671 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
20672 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
20675 ## ----------------------------------------- ##
20676 ## Report this to wx-dev@lists.wxwidgets.org ##
20677 ## ----------------------------------------- ##
20680 sed "s/^/$as_me: WARNING: /" >&2
20683 echo "$as_me:$LINENO: checking for regex.h" >&5
20684 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
20685 if test "${ac_cv_header_regex_h+set}" = set; then
20686 echo $ECHO_N "(cached) $ECHO_C" >&6
20688 ac_cv_header_regex_h
=$ac_header_preproc
20690 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
20691 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
20694 if test $ac_cv_header_regex_h = yes; then
20696 for ac_func
in regcomp
20698 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20699 echo "$as_me:$LINENO: checking for $ac_func" >&5
20700 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20701 if eval "test \"\${$as_ac_var+set}\" = set"; then
20702 echo $ECHO_N "(cached) $ECHO_C" >&6
20704 cat >conftest.
$ac_ext <<_ACEOF
20707 cat confdefs.h
>>conftest.
$ac_ext
20708 cat >>conftest.
$ac_ext <<_ACEOF
20709 /* end confdefs.h. */
20710 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20711 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20712 #define $ac_func innocuous_$ac_func
20714 /* System header to define __stub macros and hopefully few prototypes,
20715 which can conflict with char $ac_func (); below.
20716 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20717 <limits.h> exists even on freestanding compilers. */
20720 # include <limits.h>
20722 # include <assert.h>
20727 /* Override any gcc2 internal prototype to avoid an error. */
20732 /* We use char because int might match the return type of a gcc2
20733 builtin and then its argument prototype would still apply. */
20735 /* The GNU C library defines this for functions which it implements
20736 to always fail with ENOSYS. Some functions are actually named
20737 something starting with __ and the normal name is an alias. */
20738 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20741 char (*f) () = $ac_func;
20750 return f != $ac_func;
20755 rm -f conftest.
$ac_objext conftest
$ac_exeext
20756 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20757 (eval $ac_link) 2>conftest.er1
20759 grep -v '^ *+' conftest.er1
>conftest.err
20761 cat conftest.err
>&5
20762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20763 (exit $ac_status); } &&
20764 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20766 (eval $ac_try) 2>&5
20768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20769 (exit $ac_status); }; } &&
20770 { ac_try
='test -s conftest$ac_exeext'
20771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20772 (eval $ac_try) 2>&5
20774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20775 (exit $ac_status); }; }; then
20776 eval "$as_ac_var=yes"
20778 echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.
$ac_ext >&5
20781 eval "$as_ac_var=no"
20783 rm -f conftest.err conftest.
$ac_objext \
20784 conftest
$ac_exeext conftest.
$ac_ext
20786 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20787 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20788 if test `eval echo '${'$as_ac_var'}'` = yes; then
20789 cat >>confdefs.h
<<_ACEOF
20790 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20800 if test "x$ac_cv_func_regcomp" != "xyes"; then
20801 if test "$wxUSE_REGEX" = "sys" ; then
20802 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
20803 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
20804 { (exit 1); exit 1; }; }
20806 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
20807 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
20808 wxUSE_REGEX
=builtin
20812 cat >>confdefs.h
<<\_ACEOF
20813 #define WX_NO_REGEX_ADVANCED 1
20822 if test "$wxUSE_ZLIB" != "no" ; then
20823 cat >>confdefs.h
<<\_ACEOF
20824 #define wxUSE_ZLIB 1
20828 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
20829 if test "$USE_DARWIN" = 1; then
20830 system_zlib_h_ok
="yes"
20832 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
20833 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
20834 if test "${ac_cv_header_zlib_h+set}" = set; then
20835 echo $ECHO_N "(cached) $ECHO_C" >&6
20837 if test "$cross_compiling" = yes; then
20838 unset ac_cv_header_zlib_h
20841 cat >conftest.
$ac_ext <<_ACEOF
20844 cat confdefs.h
>>conftest.
$ac_ext
20845 cat >>conftest.
$ac_ext <<_ACEOF
20846 /* end confdefs.h. */
20853 FILE *f=fopen("conftestval", "w");
20856 ZLIB_VERSION[0] == '1' &&
20857 (ZLIB_VERSION[2] > '1' ||
20858 (ZLIB_VERSION[2] == '1' &&
20859 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
20864 rm -f conftest
$ac_exeext
20865 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20866 (eval $ac_link) 2>&5
20868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20869 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20871 (eval $ac_try) 2>&5
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); }; }; then
20875 ac_cv_header_zlib_h
=`cat conftestval`
20877 echo "$as_me: program exited with status $ac_status" >&5
20878 echo "$as_me: failed program was:" >&5
20879 sed 's/^/| /' conftest.
$ac_ext >&5
20881 ( exit $ac_status )
20882 ac_cv_header_zlib_h
=no
20884 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20888 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20889 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20890 if test "${ac_cv_header_zlib_h+set}" = set; then
20891 echo "$as_me:$LINENO: checking for zlib.h" >&5
20892 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
20893 if test "${ac_cv_header_zlib_h+set}" = set; then
20894 echo $ECHO_N "(cached) $ECHO_C" >&6
20896 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20897 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20899 # Is the header compilable?
20900 echo "$as_me:$LINENO: checking zlib.h usability" >&5
20901 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
20902 cat >conftest.
$ac_ext <<_ACEOF
20905 cat confdefs.h
>>conftest.
$ac_ext
20906 cat >>conftest.
$ac_ext <<_ACEOF
20907 /* end confdefs.h. */
20908 $ac_includes_default
20911 rm -f conftest.
$ac_objext
20912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20913 (eval $ac_compile) 2>conftest.er1
20915 grep -v '^ *+' conftest.er1
>conftest.err
20917 cat conftest.err
>&5
20918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20919 (exit $ac_status); } &&
20920 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20922 (eval $ac_try) 2>&5
20924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925 (exit $ac_status); }; } &&
20926 { ac_try
='test -s conftest.$ac_objext'
20927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20928 (eval $ac_try) 2>&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); }; }; then
20932 ac_header_compiler
=yes
20934 echo "$as_me: failed program was:" >&5
20935 sed 's/^/| /' conftest.
$ac_ext >&5
20937 ac_header_compiler
=no
20939 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20940 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20941 echo "${ECHO_T}$ac_header_compiler" >&6
20943 # Is the header present?
20944 echo "$as_me:$LINENO: checking zlib.h presence" >&5
20945 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
20946 cat >conftest.
$ac_ext <<_ACEOF
20949 cat confdefs.h
>>conftest.
$ac_ext
20950 cat >>conftest.
$ac_ext <<_ACEOF
20951 /* end confdefs.h. */
20954 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20955 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20957 grep -v '^ *+' conftest.er1
>conftest.err
20959 cat conftest.err
>&5
20960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20961 (exit $ac_status); } >/dev
/null
; then
20962 if test -s conftest.err
; then
20963 ac_cpp_err
=$ac_c_preproc_warn_flag
20964 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20971 if test -z "$ac_cpp_err"; then
20972 ac_header_preproc
=yes
20974 echo "$as_me: failed program was:" >&5
20975 sed 's/^/| /' conftest.
$ac_ext >&5
20977 ac_header_preproc
=no
20979 rm -f conftest.err conftest.
$ac_ext
20980 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20981 echo "${ECHO_T}$ac_header_preproc" >&6
20983 # So? What about this header?
20984 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20986 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
20987 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20988 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
20989 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
20990 ac_header_preproc
=yes
20993 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
20994 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
20995 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
20996 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
20997 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
20998 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
20999 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
21000 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
21001 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
21002 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
21003 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
21004 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
21007 ## ----------------------------------------- ##
21008 ## Report this to wx-dev@lists.wxwidgets.org ##
21009 ## ----------------------------------------- ##
21012 sed "s/^/$as_me: WARNING: /" >&2
21015 echo "$as_me:$LINENO: checking for zlib.h" >&5
21016 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
21017 if test "${ac_cv_header_zlib_h+set}" = set; then
21018 echo $ECHO_N "(cached) $ECHO_C" >&6
21020 ac_cv_header_zlib_h
=$ac_header_preproc
21022 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
21023 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
21029 system_zlib_h_ok
=$ac_cv_header_zlib_h
21032 if test "$system_zlib_h_ok" = "yes"; then
21033 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
21034 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
21035 if test "${ac_cv_lib_z_deflate+set}" = set; then
21036 echo $ECHO_N "(cached) $ECHO_C" >&6
21038 ac_check_lib_save_LIBS
=$LIBS
21040 cat >conftest.
$ac_ext <<_ACEOF
21043 cat confdefs.h
>>conftest.
$ac_ext
21044 cat >>conftest.
$ac_ext <<_ACEOF
21045 /* end confdefs.h. */
21047 /* Override any gcc2 internal prototype to avoid an error. */
21051 /* We use char because int might match the return type of a gcc2
21052 builtin and then its argument prototype would still apply. */
21062 rm -f conftest.
$ac_objext conftest
$ac_exeext
21063 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21064 (eval $ac_link) 2>conftest.er1
21066 grep -v '^ *+' conftest.er1
>conftest.err
21068 cat conftest.err
>&5
21069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); } &&
21071 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21073 (eval $ac_try) 2>&5
21075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); }; } &&
21077 { ac_try
='test -s conftest$ac_exeext'
21078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21079 (eval $ac_try) 2>&5
21081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21082 (exit $ac_status); }; }; then
21083 ac_cv_lib_z_deflate
=yes
21085 echo "$as_me: failed program was:" >&5
21086 sed 's/^/| /' conftest.
$ac_ext >&5
21088 ac_cv_lib_z_deflate
=no
21090 rm -f conftest.err conftest.
$ac_objext \
21091 conftest
$ac_exeext conftest.
$ac_ext
21092 LIBS
=$ac_check_lib_save_LIBS
21094 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
21095 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
21096 if test $ac_cv_lib_z_deflate = yes; then
21102 if test "x$ZLIB_LINK" = "x" ; then
21103 if test "$wxUSE_ZLIB" = "sys" ; then
21104 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
21105 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
21106 { (exit 1); exit 1; }; }
21108 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
21109 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
21120 if test "$wxUSE_LIBPNG" != "no" ; then
21121 cat >>confdefs.h
<<\_ACEOF
21122 #define wxUSE_LIBPNG 1
21126 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
21127 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
21128 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
21132 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
21133 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
21134 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
21135 wxUSE_LIBPNG
=builtin
21138 if test "$wxUSE_MGL" != 1 ; then
21139 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
21140 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
21141 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
21142 if test "${ac_cv_header_png_h+set}" = set; then
21143 echo $ECHO_N "(cached) $ECHO_C" >&6
21145 if test "$cross_compiling" = yes; then
21146 unset ac_cv_header_png_h
21149 cat >conftest.
$ac_ext <<_ACEOF
21152 cat confdefs.h
>>conftest.
$ac_ext
21153 cat >>conftest.
$ac_ext <<_ACEOF
21154 /* end confdefs.h. */
21161 FILE *f=fopen("conftestval", "w");
21164 PNG_LIBPNG_VER > 90 ? "yes" : "no");
21169 rm -f conftest
$ac_exeext
21170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21171 (eval $ac_link) 2>&5
21173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21174 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21176 (eval $ac_try) 2>&5
21178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21179 (exit $ac_status); }; }; then
21180 ac_cv_header_png_h
=`cat conftestval`
21182 echo "$as_me: program exited with status $ac_status" >&5
21183 echo "$as_me: failed program was:" >&5
21184 sed 's/^/| /' conftest.
$ac_ext >&5
21186 ( exit $ac_status )
21187 ac_cv_header_png_h
=no
21189 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21193 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
21194 echo "${ECHO_T}$ac_cv_header_png_h" >&6
21195 if test "${ac_cv_header_png_h+set}" = set; then
21196 echo "$as_me:$LINENO: checking for png.h" >&5
21197 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
21198 if test "${ac_cv_header_png_h+set}" = set; then
21199 echo $ECHO_N "(cached) $ECHO_C" >&6
21201 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
21202 echo "${ECHO_T}$ac_cv_header_png_h" >&6
21204 # Is the header compilable?
21205 echo "$as_me:$LINENO: checking png.h usability" >&5
21206 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
21207 cat >conftest.
$ac_ext <<_ACEOF
21210 cat confdefs.h
>>conftest.
$ac_ext
21211 cat >>conftest.
$ac_ext <<_ACEOF
21212 /* end confdefs.h. */
21213 $ac_includes_default
21216 rm -f conftest.
$ac_objext
21217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21218 (eval $ac_compile) 2>conftest.er1
21220 grep -v '^ *+' conftest.er1
>conftest.err
21222 cat conftest.err
>&5
21223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21224 (exit $ac_status); } &&
21225 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21227 (eval $ac_try) 2>&5
21229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230 (exit $ac_status); }; } &&
21231 { ac_try
='test -s conftest.$ac_objext'
21232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21233 (eval $ac_try) 2>&5
21235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); }; }; then
21237 ac_header_compiler
=yes
21239 echo "$as_me: failed program was:" >&5
21240 sed 's/^/| /' conftest.
$ac_ext >&5
21242 ac_header_compiler
=no
21244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21245 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21246 echo "${ECHO_T}$ac_header_compiler" >&6
21248 # Is the header present?
21249 echo "$as_me:$LINENO: checking png.h presence" >&5
21250 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
21251 cat >conftest.
$ac_ext <<_ACEOF
21254 cat confdefs.h
>>conftest.
$ac_ext
21255 cat >>conftest.
$ac_ext <<_ACEOF
21256 /* end confdefs.h. */
21259 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21260 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21262 grep -v '^ *+' conftest.er1
>conftest.err
21264 cat conftest.err
>&5
21265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21266 (exit $ac_status); } >/dev
/null
; then
21267 if test -s conftest.err
; then
21268 ac_cpp_err
=$ac_c_preproc_warn_flag
21269 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21276 if test -z "$ac_cpp_err"; then
21277 ac_header_preproc
=yes
21279 echo "$as_me: failed program was:" >&5
21280 sed 's/^/| /' conftest.
$ac_ext >&5
21282 ac_header_preproc
=no
21284 rm -f conftest.err conftest.
$ac_ext
21285 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21286 echo "${ECHO_T}$ac_header_preproc" >&6
21288 # So? What about this header?
21289 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21291 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
21292 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21293 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
21294 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
21295 ac_header_preproc
=yes
21298 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
21299 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
21300 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
21301 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
21302 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
21303 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
21304 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
21305 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
21306 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
21307 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
21308 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
21309 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
21312 ## ----------------------------------------- ##
21313 ## Report this to wx-dev@lists.wxwidgets.org ##
21314 ## ----------------------------------------- ##
21317 sed "s/^/$as_me: WARNING: /" >&2
21320 echo "$as_me:$LINENO: checking for png.h" >&5
21321 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
21322 if test "${ac_cv_header_png_h+set}" = set; then
21323 echo $ECHO_N "(cached) $ECHO_C" >&6
21325 ac_cv_header_png_h
=$ac_header_preproc
21327 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
21328 echo "${ECHO_T}$ac_cv_header_png_h" >&6
21334 if test "$ac_cv_header_png_h" = "yes"; then
21335 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
21336 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
21337 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
21338 echo $ECHO_N "(cached) $ECHO_C" >&6
21340 ac_check_lib_save_LIBS
=$LIBS
21341 LIBS
="-lpng -lz -lm $LIBS"
21342 cat >conftest.
$ac_ext <<_ACEOF
21345 cat confdefs.h
>>conftest.
$ac_ext
21346 cat >>conftest.
$ac_ext <<_ACEOF
21347 /* end confdefs.h. */
21349 /* Override any gcc2 internal prototype to avoid an error. */
21353 /* We use char because int might match the return type of a gcc2
21354 builtin and then its argument prototype would still apply. */
21355 char png_check_sig ();
21364 rm -f conftest.
$ac_objext conftest
$ac_exeext
21365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21366 (eval $ac_link) 2>conftest.er1
21368 grep -v '^ *+' conftest.er1
>conftest.err
21370 cat conftest.err
>&5
21371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372 (exit $ac_status); } &&
21373 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21375 (eval $ac_try) 2>&5
21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21378 (exit $ac_status); }; } &&
21379 { ac_try
='test -s conftest$ac_exeext'
21380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21381 (eval $ac_try) 2>&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); }; }; then
21385 ac_cv_lib_png_png_check_sig
=yes
21387 echo "$as_me: failed program was:" >&5
21388 sed 's/^/| /' conftest.
$ac_ext >&5
21390 ac_cv_lib_png_png_check_sig
=no
21392 rm -f conftest.err conftest.
$ac_objext \
21393 conftest
$ac_exeext conftest.
$ac_ext
21394 LIBS
=$ac_check_lib_save_LIBS
21396 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
21397 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
21398 if test $ac_cv_lib_png_png_check_sig = yes; then
21399 PNG_LINK
=" -lpng -lz"
21404 if test "x$PNG_LINK" = "x" ; then
21405 if test "$wxUSE_LIBPNG" = "sys" ; then
21406 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
21407 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
21408 { (exit 1); exit 1; }; }
21410 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
21411 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
21412 wxUSE_LIBPNG
=builtin
21420 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
21425 if test "$wxUSE_LIBJPEG" != "no" ; then
21426 cat >>confdefs.h
<<\_ACEOF
21427 #define wxUSE_LIBJPEG 1
21431 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
21432 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
21433 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
21437 if test "$wxUSE_MGL" != 1 ; then
21438 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
21439 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
21440 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
21441 if test "${ac_cv_header_jpeglib_h+set}" = set; then
21442 echo $ECHO_N "(cached) $ECHO_C" >&6
21444 cat >conftest.
$ac_ext <<_ACEOF
21447 cat confdefs.h
>>conftest.
$ac_ext
21448 cat >>conftest.
$ac_ext <<_ACEOF
21449 /* end confdefs.h. */
21451 #undef HAVE_STDLIB_H
21453 #include <jpeglib.h>
21464 rm -f conftest.
$ac_objext
21465 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21466 (eval $ac_compile) 2>conftest.er1
21468 grep -v '^ *+' conftest.er1
>conftest.err
21470 cat conftest.err
>&5
21471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); } &&
21473 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21475 (eval $ac_try) 2>&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); }; } &&
21479 { ac_try
='test -s conftest.$ac_objext'
21480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21481 (eval $ac_try) 2>&5
21483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21484 (exit $ac_status); }; }; then
21485 ac_cv_header_jpeglib_h
=yes
21487 echo "$as_me: failed program was:" >&5
21488 sed 's/^/| /' conftest.
$ac_ext >&5
21490 ac_cv_header_jpeglib_h
=no
21493 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21497 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
21498 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
21500 if test "$ac_cv_header_jpeglib_h" = "yes"; then
21501 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
21502 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
21503 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
21504 echo $ECHO_N "(cached) $ECHO_C" >&6
21506 ac_check_lib_save_LIBS
=$LIBS
21507 LIBS
="-ljpeg $LIBS"
21508 cat >conftest.
$ac_ext <<_ACEOF
21511 cat confdefs.h
>>conftest.
$ac_ext
21512 cat >>conftest.
$ac_ext <<_ACEOF
21513 /* end confdefs.h. */
21515 /* Override any gcc2 internal prototype to avoid an error. */
21519 /* We use char because int might match the return type of a gcc2
21520 builtin and then its argument prototype would still apply. */
21521 char jpeg_read_header ();
21525 jpeg_read_header ();
21530 rm -f conftest.
$ac_objext conftest
$ac_exeext
21531 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21532 (eval $ac_link) 2>conftest.er1
21534 grep -v '^ *+' conftest.er1
>conftest.err
21536 cat conftest.err
>&5
21537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21538 (exit $ac_status); } &&
21539 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21541 (eval $ac_try) 2>&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); }; } &&
21545 { ac_try
='test -s conftest$ac_exeext'
21546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21547 (eval $ac_try) 2>&5
21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); }; }; then
21551 ac_cv_lib_jpeg_jpeg_read_header
=yes
21553 echo "$as_me: failed program was:" >&5
21554 sed 's/^/| /' conftest.
$ac_ext >&5
21556 ac_cv_lib_jpeg_jpeg_read_header
=no
21558 rm -f conftest.err conftest.
$ac_objext \
21559 conftest
$ac_exeext conftest.
$ac_ext
21560 LIBS
=$ac_check_lib_save_LIBS
21562 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
21563 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
21564 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
21565 JPEG_LINK
=" -ljpeg"
21570 if test "x$JPEG_LINK" = "x" ; then
21571 if test "$wxUSE_LIBJPEG" = "sys" ; then
21572 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
21573 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
21574 { (exit 1); exit 1; }; }
21576 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
21577 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
21578 wxUSE_LIBJPEG
=builtin
21589 TIFF_PREREQ_LINKS
=-lm
21590 if test "$wxUSE_LIBTIFF" != "no" ; then
21591 cat >>confdefs.h
<<\_ACEOF
21592 #define wxUSE_LIBTIFF 1
21596 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
21597 if test "$wxUSE_LIBJPEG" = "sys"; then
21598 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
21600 if test "$wxUSE_ZLIB" = "sys"; then
21601 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
21603 if test "${ac_cv_header_tiffio_h+set}" = set; then
21604 echo "$as_me:$LINENO: checking for tiffio.h" >&5
21605 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21606 if test "${ac_cv_header_tiffio_h+set}" = set; then
21607 echo $ECHO_N "(cached) $ECHO_C" >&6
21609 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21610 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21612 # Is the header compilable?
21613 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
21614 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
21615 cat >conftest.
$ac_ext <<_ACEOF
21618 cat confdefs.h
>>conftest.
$ac_ext
21619 cat >>conftest.
$ac_ext <<_ACEOF
21620 /* end confdefs.h. */
21621 $ac_includes_default
21622 #include <tiffio.h>
21624 rm -f conftest.
$ac_objext
21625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21626 (eval $ac_compile) 2>conftest.er1
21628 grep -v '^ *+' conftest.er1
>conftest.err
21630 cat conftest.err
>&5
21631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632 (exit $ac_status); } &&
21633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21635 (eval $ac_try) 2>&5
21637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21638 (exit $ac_status); }; } &&
21639 { ac_try
='test -s conftest.$ac_objext'
21640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21641 (eval $ac_try) 2>&5
21643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21644 (exit $ac_status); }; }; then
21645 ac_header_compiler
=yes
21647 echo "$as_me: failed program was:" >&5
21648 sed 's/^/| /' conftest.
$ac_ext >&5
21650 ac_header_compiler
=no
21652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21653 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21654 echo "${ECHO_T}$ac_header_compiler" >&6
21656 # Is the header present?
21657 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
21658 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
21659 cat >conftest.
$ac_ext <<_ACEOF
21662 cat confdefs.h
>>conftest.
$ac_ext
21663 cat >>conftest.
$ac_ext <<_ACEOF
21664 /* end confdefs.h. */
21665 #include <tiffio.h>
21667 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21668 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21670 grep -v '^ *+' conftest.er1
>conftest.err
21672 cat conftest.err
>&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } >/dev
/null
; then
21675 if test -s conftest.err
; then
21676 ac_cpp_err
=$ac_c_preproc_warn_flag
21677 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21684 if test -z "$ac_cpp_err"; then
21685 ac_header_preproc
=yes
21687 echo "$as_me: failed program was:" >&5
21688 sed 's/^/| /' conftest.
$ac_ext >&5
21690 ac_header_preproc
=no
21692 rm -f conftest.err conftest.
$ac_ext
21693 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21694 echo "${ECHO_T}$ac_header_preproc" >&6
21696 # So? What about this header?
21697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21699 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
21700 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21701 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
21702 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
21703 ac_header_preproc
=yes
21706 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
21707 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
21708 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
21709 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
21710 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
21711 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
21712 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
21713 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
21714 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
21715 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
21716 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
21717 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
21720 ## ----------------------------------------- ##
21721 ## Report this to wx-dev@lists.wxwidgets.org ##
21722 ## ----------------------------------------- ##
21725 sed "s/^/$as_me: WARNING: /" >&2
21728 echo "$as_me:$LINENO: checking for tiffio.h" >&5
21729 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21730 if test "${ac_cv_header_tiffio_h+set}" = set; then
21731 echo $ECHO_N "(cached) $ECHO_C" >&6
21733 ac_cv_header_tiffio_h
=$ac_header_preproc
21735 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21736 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21739 if test $ac_cv_header_tiffio_h = yes; then
21741 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
21742 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
21743 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
21744 echo $ECHO_N "(cached) $ECHO_C" >&6
21746 ac_check_lib_save_LIBS
=$LIBS
21747 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
21748 cat >conftest.
$ac_ext <<_ACEOF
21751 cat confdefs.h
>>conftest.
$ac_ext
21752 cat >>conftest.
$ac_ext <<_ACEOF
21753 /* end confdefs.h. */
21755 /* Override any gcc2 internal prototype to avoid an error. */
21759 /* We use char because int might match the return type of a gcc2
21760 builtin and then its argument prototype would still apply. */
21770 rm -f conftest.
$ac_objext conftest
$ac_exeext
21771 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21772 (eval $ac_link) 2>conftest.er1
21774 grep -v '^ *+' conftest.er1
>conftest.err
21776 cat conftest.err
>&5
21777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21778 (exit $ac_status); } &&
21779 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21781 (eval $ac_try) 2>&5
21783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784 (exit $ac_status); }; } &&
21785 { ac_try
='test -s conftest$ac_exeext'
21786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21787 (eval $ac_try) 2>&5
21789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); }; }; then
21791 ac_cv_lib_tiff_TIFFError
=yes
21793 echo "$as_me: failed program was:" >&5
21794 sed 's/^/| /' conftest.
$ac_ext >&5
21796 ac_cv_lib_tiff_TIFFError
=no
21798 rm -f conftest.err conftest.
$ac_objext \
21799 conftest
$ac_exeext conftest.
$ac_ext
21800 LIBS
=$ac_check_lib_save_LIBS
21802 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
21803 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
21804 if test $ac_cv_lib_tiff_TIFFError = yes; then
21805 TIFF_LINK
=" -ltiff"
21814 if test "x$TIFF_LINK" = "x" ; then
21815 if test "$wxUSE_LIBTIFF" = "sys" ; then
21816 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
21817 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
21818 { (exit 1); exit 1; }; }
21820 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
21821 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
21822 wxUSE_LIBTIFF
=builtin
21831 if test "$wxUSE_EXPAT" != "no"; then
21833 cat >>confdefs.h
<<\_ACEOF
21834 #define wxUSE_EXPAT 1
21837 cat >>confdefs.h
<<\_ACEOF
21838 #define wxUSE_XML 1
21842 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
21843 if test "${ac_cv_header_expat_h+set}" = set; then
21844 echo "$as_me:$LINENO: checking for expat.h" >&5
21845 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21846 if test "${ac_cv_header_expat_h+set}" = set; then
21847 echo $ECHO_N "(cached) $ECHO_C" >&6
21849 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21850 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21852 # Is the header compilable?
21853 echo "$as_me:$LINENO: checking expat.h usability" >&5
21854 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
21855 cat >conftest.
$ac_ext <<_ACEOF
21858 cat confdefs.h
>>conftest.
$ac_ext
21859 cat >>conftest.
$ac_ext <<_ACEOF
21860 /* end confdefs.h. */
21861 $ac_includes_default
21864 rm -f conftest.
$ac_objext
21865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21866 (eval $ac_compile) 2>conftest.er1
21868 grep -v '^ *+' conftest.er1
>conftest.err
21870 cat conftest.err
>&5
21871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21872 (exit $ac_status); } &&
21873 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21875 (eval $ac_try) 2>&5
21877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878 (exit $ac_status); }; } &&
21879 { ac_try
='test -s conftest.$ac_objext'
21880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21881 (eval $ac_try) 2>&5
21883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884 (exit $ac_status); }; }; then
21885 ac_header_compiler
=yes
21887 echo "$as_me: failed program was:" >&5
21888 sed 's/^/| /' conftest.
$ac_ext >&5
21890 ac_header_compiler
=no
21892 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21893 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21894 echo "${ECHO_T}$ac_header_compiler" >&6
21896 # Is the header present?
21897 echo "$as_me:$LINENO: checking expat.h presence" >&5
21898 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
21899 cat >conftest.
$ac_ext <<_ACEOF
21902 cat confdefs.h
>>conftest.
$ac_ext
21903 cat >>conftest.
$ac_ext <<_ACEOF
21904 /* end confdefs.h. */
21907 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21908 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21910 grep -v '^ *+' conftest.er1
>conftest.err
21912 cat conftest.err
>&5
21913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21914 (exit $ac_status); } >/dev
/null
; then
21915 if test -s conftest.err
; then
21916 ac_cpp_err
=$ac_c_preproc_warn_flag
21917 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21924 if test -z "$ac_cpp_err"; then
21925 ac_header_preproc
=yes
21927 echo "$as_me: failed program was:" >&5
21928 sed 's/^/| /' conftest.
$ac_ext >&5
21930 ac_header_preproc
=no
21932 rm -f conftest.err conftest.
$ac_ext
21933 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21934 echo "${ECHO_T}$ac_header_preproc" >&6
21936 # So? What about this header?
21937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21939 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
21940 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21941 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
21942 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
21943 ac_header_preproc
=yes
21946 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
21947 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
21948 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
21949 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
21950 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
21951 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
21952 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
21953 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
21954 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
21955 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
21956 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
21957 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
21960 ## ----------------------------------------- ##
21961 ## Report this to wx-dev@lists.wxwidgets.org ##
21962 ## ----------------------------------------- ##
21965 sed "s/^/$as_me: WARNING: /" >&2
21968 echo "$as_me:$LINENO: checking for expat.h" >&5
21969 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21970 if test "${ac_cv_header_expat_h+set}" = set; then
21971 echo $ECHO_N "(cached) $ECHO_C" >&6
21973 ac_cv_header_expat_h
=$ac_header_preproc
21975 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21976 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21979 if test $ac_cv_header_expat_h = yes; then
21984 if test "x$found_expat_h" = "x1"; then
21985 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
21986 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
21987 if test "${wx_cv_expat_is_not_broken+set}" = set; then
21988 echo $ECHO_N "(cached) $ECHO_C" >&6
21994 ac_cpp
='$CXXCPP $CPPFLAGS'
21995 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21996 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21997 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21999 cat >conftest.
$ac_ext <<_ACEOF
22002 cat confdefs.h
>>conftest.
$ac_ext
22003 cat >>conftest.
$ac_ext <<_ACEOF
22004 /* end confdefs.h. */
22014 rm -f conftest.
$ac_objext
22015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22016 (eval $ac_compile) 2>conftest.er1
22018 grep -v '^ *+' conftest.er1
>conftest.err
22020 cat conftest.err
>&5
22021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22022 (exit $ac_status); } &&
22023 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22025 (eval $ac_try) 2>&5
22027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22028 (exit $ac_status); }; } &&
22029 { ac_try
='test -s conftest.$ac_objext'
22030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22031 (eval $ac_try) 2>&5
22033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22034 (exit $ac_status); }; }; then
22035 wx_cv_expat_is_not_broken
=yes
22037 echo "$as_me: failed program was:" >&5
22038 sed 's/^/| /' conftest.
$ac_ext >&5
22040 wx_cv_expat_is_not_broken
=no
22043 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22045 ac_cpp
='$CPP $CPPFLAGS'
22046 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22047 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22048 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22053 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
22054 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
22055 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
22056 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
22057 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
22058 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
22059 echo $ECHO_N "(cached) $ECHO_C" >&6
22061 ac_check_lib_save_LIBS
=$LIBS
22062 LIBS
="-lexpat $LIBS"
22063 cat >conftest.
$ac_ext <<_ACEOF
22066 cat confdefs.h
>>conftest.
$ac_ext
22067 cat >>conftest.
$ac_ext <<_ACEOF
22068 /* end confdefs.h. */
22070 /* Override any gcc2 internal prototype to avoid an error. */
22074 /* We use char because int might match the return type of a gcc2
22075 builtin and then its argument prototype would still apply. */
22076 char XML_ParserCreate ();
22080 XML_ParserCreate ();
22085 rm -f conftest.
$ac_objext conftest
$ac_exeext
22086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22087 (eval $ac_link) 2>conftest.er1
22089 grep -v '^ *+' conftest.er1
>conftest.err
22091 cat conftest.err
>&5
22092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22093 (exit $ac_status); } &&
22094 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22096 (eval $ac_try) 2>&5
22098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); }; } &&
22100 { ac_try
='test -s conftest$ac_exeext'
22101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22102 (eval $ac_try) 2>&5
22104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22105 (exit $ac_status); }; }; then
22106 ac_cv_lib_expat_XML_ParserCreate
=yes
22108 echo "$as_me: failed program was:" >&5
22109 sed 's/^/| /' conftest.
$ac_ext >&5
22111 ac_cv_lib_expat_XML_ParserCreate
=no
22113 rm -f conftest.err conftest.
$ac_objext \
22114 conftest
$ac_exeext conftest.
$ac_ext
22115 LIBS
=$ac_check_lib_save_LIBS
22117 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
22118 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
22119 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
22120 EXPAT_LINK
=" -lexpat"
22125 if test "x$EXPAT_LINK" = "x" ; then
22126 if test "$wxUSE_EXPAT" = "sys" ; then
22127 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
22128 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
22129 { (exit 1); exit 1; }; }
22131 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
22132 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
22133 wxUSE_EXPAT
=builtin
22139 if test "$wxUSE_EXPAT" = "builtin" ; then
22142 subdirs
="$subdirs src/expat"
22149 if test "$wxUSE_LIBMSPACK" != "no"; then
22151 if test "${ac_cv_header_mspack_h+set}" = set; then
22152 echo "$as_me:$LINENO: checking for mspack.h" >&5
22153 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
22154 if test "${ac_cv_header_mspack_h+set}" = set; then
22155 echo $ECHO_N "(cached) $ECHO_C" >&6
22157 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
22158 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
22160 # Is the header compilable?
22161 echo "$as_me:$LINENO: checking mspack.h usability" >&5
22162 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
22163 cat >conftest.
$ac_ext <<_ACEOF
22166 cat confdefs.h
>>conftest.
$ac_ext
22167 cat >>conftest.
$ac_ext <<_ACEOF
22168 /* end confdefs.h. */
22169 $ac_includes_default
22170 #include <mspack.h>
22172 rm -f conftest.
$ac_objext
22173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22174 (eval $ac_compile) 2>conftest.er1
22176 grep -v '^ *+' conftest.er1
>conftest.err
22178 cat conftest.err
>&5
22179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } &&
22181 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22183 (eval $ac_try) 2>&5
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); }; } &&
22187 { ac_try
='test -s conftest.$ac_objext'
22188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22189 (eval $ac_try) 2>&5
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); }; }; then
22193 ac_header_compiler
=yes
22195 echo "$as_me: failed program was:" >&5
22196 sed 's/^/| /' conftest.
$ac_ext >&5
22198 ac_header_compiler
=no
22200 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22201 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22202 echo "${ECHO_T}$ac_header_compiler" >&6
22204 # Is the header present?
22205 echo "$as_me:$LINENO: checking mspack.h presence" >&5
22206 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
22207 cat >conftest.
$ac_ext <<_ACEOF
22210 cat confdefs.h
>>conftest.
$ac_ext
22211 cat >>conftest.
$ac_ext <<_ACEOF
22212 /* end confdefs.h. */
22213 #include <mspack.h>
22215 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22216 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22218 grep -v '^ *+' conftest.er1
>conftest.err
22220 cat conftest.err
>&5
22221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22222 (exit $ac_status); } >/dev
/null
; then
22223 if test -s conftest.err
; then
22224 ac_cpp_err
=$ac_c_preproc_warn_flag
22225 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22232 if test -z "$ac_cpp_err"; then
22233 ac_header_preproc
=yes
22235 echo "$as_me: failed program was:" >&5
22236 sed 's/^/| /' conftest.
$ac_ext >&5
22238 ac_header_preproc
=no
22240 rm -f conftest.err conftest.
$ac_ext
22241 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22242 echo "${ECHO_T}$ac_header_preproc" >&6
22244 # So? What about this header?
22245 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22247 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
22248 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22249 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
22250 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
22251 ac_header_preproc
=yes
22254 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
22255 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
22256 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
22257 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
22258 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
22259 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
22260 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
22261 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
22262 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
22263 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
22264 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
22265 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
22268 ## ----------------------------------------- ##
22269 ## Report this to wx-dev@lists.wxwidgets.org ##
22270 ## ----------------------------------------- ##
22273 sed "s/^/$as_me: WARNING: /" >&2
22276 echo "$as_me:$LINENO: checking for mspack.h" >&5
22277 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
22278 if test "${ac_cv_header_mspack_h+set}" = set; then
22279 echo $ECHO_N "(cached) $ECHO_C" >&6
22281 ac_cv_header_mspack_h
=$ac_header_preproc
22283 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
22284 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
22287 if test $ac_cv_header_mspack_h = yes; then
22292 if test "x$found_mspack_h" = "x1"; then
22293 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
22294 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
22295 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
22296 echo $ECHO_N "(cached) $ECHO_C" >&6
22298 ac_check_lib_save_LIBS
=$LIBS
22299 LIBS
="-lmspack $LIBS"
22300 cat >conftest.
$ac_ext <<_ACEOF
22303 cat confdefs.h
>>conftest.
$ac_ext
22304 cat >>conftest.
$ac_ext <<_ACEOF
22305 /* end confdefs.h. */
22307 /* Override any gcc2 internal prototype to avoid an error. */
22311 /* We use char because int might match the return type of a gcc2
22312 builtin and then its argument prototype would still apply. */
22313 char mspack_create_chm_decompressor ();
22317 mspack_create_chm_decompressor ();
22322 rm -f conftest.
$ac_objext conftest
$ac_exeext
22323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22324 (eval $ac_link) 2>conftest.er1
22326 grep -v '^ *+' conftest.er1
>conftest.err
22328 cat conftest.err
>&5
22329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22330 (exit $ac_status); } &&
22331 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22333 (eval $ac_try) 2>&5
22335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22336 (exit $ac_status); }; } &&
22337 { ac_try
='test -s conftest$ac_exeext'
22338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22339 (eval $ac_try) 2>&5
22341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22342 (exit $ac_status); }; }; then
22343 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
22345 echo "$as_me: failed program was:" >&5
22346 sed 's/^/| /' conftest.
$ac_ext >&5
22348 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
22350 rm -f conftest.err conftest.
$ac_objext \
22351 conftest
$ac_exeext conftest.
$ac_ext
22352 LIBS
=$ac_check_lib_save_LIBS
22354 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
22355 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
22356 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
22357 MSPACK_LINK
=" -lmspack"
22361 if test "x$MSPACK_LINK" = "x" ; then
22364 cat >>confdefs.h
<<\_ACEOF
22365 #define wxUSE_LIBMSPACK 1
22380 if test "$USE_WIN32" = 1 ; then
22382 for ac_header
in w32api.h
22384 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22385 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22386 echo "$as_me:$LINENO: checking for $ac_header" >&5
22387 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22388 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22389 echo $ECHO_N "(cached) $ECHO_C" >&6
22391 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22392 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22394 # Is the header compilable?
22395 echo "$as_me:$LINENO: checking $ac_header usability" >&5
22396 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22397 cat >conftest.
$ac_ext <<_ACEOF
22400 cat confdefs.h
>>conftest.
$ac_ext
22401 cat >>conftest.
$ac_ext <<_ACEOF
22402 /* end confdefs.h. */
22403 $ac_includes_default
22404 #include <$ac_header>
22406 rm -f conftest.
$ac_objext
22407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22408 (eval $ac_compile) 2>conftest.er1
22410 grep -v '^ *+' conftest.er1
>conftest.err
22412 cat conftest.err
>&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } &&
22415 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22417 (eval $ac_try) 2>&5
22419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22420 (exit $ac_status); }; } &&
22421 { ac_try
='test -s conftest.$ac_objext'
22422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22423 (eval $ac_try) 2>&5
22425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); }; }; then
22427 ac_header_compiler
=yes
22429 echo "$as_me: failed program was:" >&5
22430 sed 's/^/| /' conftest.
$ac_ext >&5
22432 ac_header_compiler
=no
22434 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22435 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22436 echo "${ECHO_T}$ac_header_compiler" >&6
22438 # Is the header present?
22439 echo "$as_me:$LINENO: checking $ac_header presence" >&5
22440 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22441 cat >conftest.
$ac_ext <<_ACEOF
22444 cat confdefs.h
>>conftest.
$ac_ext
22445 cat >>conftest.
$ac_ext <<_ACEOF
22446 /* end confdefs.h. */
22447 #include <$ac_header>
22449 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22450 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22452 grep -v '^ *+' conftest.er1
>conftest.err
22454 cat conftest.err
>&5
22455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456 (exit $ac_status); } >/dev
/null
; then
22457 if test -s conftest.err
; then
22458 ac_cpp_err
=$ac_c_preproc_warn_flag
22459 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22466 if test -z "$ac_cpp_err"; then
22467 ac_header_preproc
=yes
22469 echo "$as_me: failed program was:" >&5
22470 sed 's/^/| /' conftest.
$ac_ext >&5
22472 ac_header_preproc
=no
22474 rm -f conftest.err conftest.
$ac_ext
22475 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22476 echo "${ECHO_T}$ac_header_preproc" >&6
22478 # So? What about this header?
22479 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22481 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22482 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22484 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22485 ac_header_preproc
=yes
22488 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22489 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22490 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22491 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22492 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22493 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22494 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22495 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22496 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22497 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22498 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22499 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22502 ## ----------------------------------------- ##
22503 ## Report this to wx-dev@lists.wxwidgets.org ##
22504 ## ----------------------------------------- ##
22507 sed "s/^/$as_me: WARNING: /" >&2
22510 echo "$as_me:$LINENO: checking for $ac_header" >&5
22511 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22512 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22513 echo $ECHO_N "(cached) $ECHO_C" >&6
22515 eval "$as_ac_Header=\$ac_header_preproc"
22517 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22518 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22521 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22522 cat >>confdefs.h
<<_ACEOF
22523 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22530 if test "${ac_cv_header_windows_h+set}" = set; then
22531 echo "$as_me:$LINENO: checking for windows.h" >&5
22532 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
22533 if test "${ac_cv_header_windows_h+set}" = set; then
22534 echo $ECHO_N "(cached) $ECHO_C" >&6
22536 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
22537 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
22539 # Is the header compilable?
22540 echo "$as_me:$LINENO: checking windows.h usability" >&5
22541 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
22542 cat >conftest.
$ac_ext <<_ACEOF
22545 cat confdefs.h
>>conftest.
$ac_ext
22546 cat >>conftest.
$ac_ext <<_ACEOF
22547 /* end confdefs.h. */
22548 $ac_includes_default
22549 #include <windows.h>
22551 rm -f conftest.
$ac_objext
22552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22553 (eval $ac_compile) 2>conftest.er1
22555 grep -v '^ *+' conftest.er1
>conftest.err
22557 cat conftest.err
>&5
22558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22559 (exit $ac_status); } &&
22560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22562 (eval $ac_try) 2>&5
22564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); }; } &&
22566 { ac_try
='test -s conftest.$ac_objext'
22567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22568 (eval $ac_try) 2>&5
22570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22571 (exit $ac_status); }; }; then
22572 ac_header_compiler
=yes
22574 echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.
$ac_ext >&5
22577 ac_header_compiler
=no
22579 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22580 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22581 echo "${ECHO_T}$ac_header_compiler" >&6
22583 # Is the header present?
22584 echo "$as_me:$LINENO: checking windows.h presence" >&5
22585 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
22586 cat >conftest.
$ac_ext <<_ACEOF
22589 cat confdefs.h
>>conftest.
$ac_ext
22590 cat >>conftest.
$ac_ext <<_ACEOF
22591 /* end confdefs.h. */
22592 #include <windows.h>
22594 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22595 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22597 grep -v '^ *+' conftest.er1
>conftest.err
22599 cat conftest.err
>&5
22600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22601 (exit $ac_status); } >/dev
/null
; then
22602 if test -s conftest.err
; then
22603 ac_cpp_err
=$ac_c_preproc_warn_flag
22604 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22611 if test -z "$ac_cpp_err"; then
22612 ac_header_preproc
=yes
22614 echo "$as_me: failed program was:" >&5
22615 sed 's/^/| /' conftest.
$ac_ext >&5
22617 ac_header_preproc
=no
22619 rm -f conftest.err conftest.
$ac_ext
22620 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22621 echo "${ECHO_T}$ac_header_preproc" >&6
22623 # So? What about this header?
22624 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22626 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
22627 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22628 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
22629 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
22630 ac_header_preproc
=yes
22633 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
22634 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
22635 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
22636 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
22637 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
22638 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
22639 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
22640 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
22641 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
22642 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
22643 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
22644 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
22647 ## ----------------------------------------- ##
22648 ## Report this to wx-dev@lists.wxwidgets.org ##
22649 ## ----------------------------------------- ##
22652 sed "s/^/$as_me: WARNING: /" >&2
22655 echo "$as_me:$LINENO: checking for windows.h" >&5
22656 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
22657 if test "${ac_cv_header_windows_h+set}" = set; then
22658 echo $ECHO_N "(cached) $ECHO_C" >&6
22660 ac_cv_header_windows_h
=$ac_header_preproc
22662 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
22663 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
22666 if test $ac_cv_header_windows_h = yes; then
22670 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
22671 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
22672 { (exit 1); exit 1; }; }
22678 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
22680 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
22681 LIBS
="$LIBS -loleacc"
22686 LIBS
="$LIBS -lkernel32 -luser32"
22687 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
22690 if test "$wxUSE_ODBC" = "sys" ; then
22693 if test "$wxUSE_ODBC" = "yes" ; then
22694 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
22695 cat >>confdefs.h
<<\_ACEOF
22696 #define wxUSE_ODBC 1
22701 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
22702 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
22704 WIN32INSTALL
=win32install
22707 if test "$wxUSE_GUI" = "yes"; then
22717 if test "$wxUSE_COCOA" = 1 ; then
22718 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
22719 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
22720 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
22721 wxUSE_PRINTING_ARCHITECTURE
=no
22723 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
22724 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
22725 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
22726 wxUSE_DRAG_AND_DROP
=no
22728 if test "$wxUSE_DRAGIMAGE" = "yes"; then
22729 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
22730 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
22735 if test "$wxUSE_MSW" = 1 ; then
22741 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
22745 if test "$wxUSE_GTK" = 1; then
22746 echo "$as_me:$LINENO: checking for GTK+ version" >&5
22747 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
22749 gtk_version_cached
=1
22750 if test "${wx_cv_lib_gtk+set}" = set; then
22751 echo $ECHO_N "(cached) $ECHO_C" >&6
22754 gtk_version_cached
=0
22755 echo "$as_me:$LINENO: result: " >&5
22756 echo "${ECHO_T}" >&6
22759 if test "$wxUSE_THREADS" = "yes"; then
22760 GTK_MODULES
=gthread
22764 if test "x$wxUSE_GTK2" = "xyes"; then
22765 # Check whether --enable-gtktest or --disable-gtktest was given.
22766 if test "${enable_gtktest+set}" = set; then
22767 enableval
="$enable_gtktest"
22773 pkg_config_args
=gtk
+-2.0
22774 for module
in .
$GTK_MODULES
22778 pkg_config_args
="$pkg_config_args gthread-2.0"
22785 # Extract the first word of "pkg-config", so it can be a program name with args.
22786 set dummy pkg
-config; ac_word
=$2
22787 echo "$as_me:$LINENO: checking for $ac_word" >&5
22788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22789 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22790 echo $ECHO_N "(cached) $ECHO_C" >&6
22792 case $PKG_CONFIG in
22794 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22798 for as_dir
in $PATH
22801 test -z "$as_dir" && as_dir
=.
22802 for ac_exec_ext
in '' $ac_executable_extensions; do
22803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22804 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22811 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22815 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22817 if test -n "$PKG_CONFIG"; then
22818 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22819 echo "${ECHO_T}$PKG_CONFIG" >&6
22821 echo "$as_me:$LINENO: result: no" >&5
22822 echo "${ECHO_T}no" >&6
22826 if test x
$PKG_CONFIG != xno
; then
22827 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
22830 echo "*** pkg-config too old; version 0.7 or better required."
22838 min_gtk_version
=2.0.0
22839 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
22840 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
22842 if test x
$PKG_CONFIG != xno
; then
22843 ## don't try to run the test against uninstalled libtool libs
22844 if $PKG_CONFIG --uninstalled $pkg_config_args; then
22845 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
22849 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
22856 if test x
"$no_gtk" = x
; then
22857 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
22858 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
22859 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22860 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22861 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22862 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22863 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22864 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22865 if test "x$enable_gtktest" = "xyes" ; then
22866 ac_save_CFLAGS
="$CFLAGS"
22867 ac_save_LIBS
="$LIBS"
22868 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22869 LIBS
="$GTK_LIBS $LIBS"
22871 if test "$cross_compiling" = yes; then
22872 echo $ac_n "cross compiling; assumed OK... $ac_c"
22874 cat >conftest.
$ac_ext <<_ACEOF
22877 cat confdefs.h
>>conftest.
$ac_ext
22878 cat >>conftest.
$ac_ext <<_ACEOF
22879 /* end confdefs.h. */
22881 #include <gtk/gtk.h>
22883 #include <stdlib.h>
22888 int major, minor, micro;
22891 system ("touch conf.gtktest");
22893 /* HP/UX 9 (%@#!) writes to sscanf strings */
22894 tmp_version = g_strdup("$min_gtk_version");
22895 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
22896 printf("%s, bad version string\n", "$min_gtk_version");
22900 if ((gtk_major_version != $gtk_config_major_version) ||
22901 (gtk_minor_version != $gtk_config_minor_version) ||
22902 (gtk_micro_version != $gtk_config_micro_version))
22904 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22905 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22906 gtk_major_version, gtk_minor_version, gtk_micro_version);
22907 printf ("*** was found! If pkg-config was correct, then it is best\n");
22908 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22909 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22910 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22911 printf("*** required on your system.\n");
22912 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
22913 printf("*** to point to the correct configuration files\n");
22915 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22916 (gtk_minor_version != GTK_MINOR_VERSION) ||
22917 (gtk_micro_version != GTK_MICRO_VERSION))
22919 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22920 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22921 printf("*** library (version %d.%d.%d)\n",
22922 gtk_major_version, gtk_minor_version, gtk_micro_version);
22926 if ((gtk_major_version > major) ||
22927 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22928 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22934 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22935 gtk_major_version, gtk_minor_version, gtk_micro_version);
22936 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22937 major, minor, micro);
22938 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22940 printf("*** If you have already installed a sufficiently new version, this error\n");
22941 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
22942 printf("*** being found. The easiest way to fix this is to remove the old version\n");
22943 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
22944 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
22945 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22946 printf("*** so that the correct libraries are found at run-time))\n");
22953 rm -f conftest
$ac_exeext
22954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22955 (eval $ac_link) 2>&5
22957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22958 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22960 (eval $ac_try) 2>&5
22962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22963 (exit $ac_status); }; }; then
22966 echo "$as_me: program exited with status $ac_status" >&5
22967 echo "$as_me: failed program was:" >&5
22968 sed 's/^/| /' conftest.
$ac_ext >&5
22970 ( exit $ac_status )
22973 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22975 CFLAGS
="$ac_save_CFLAGS"
22976 LIBS
="$ac_save_LIBS"
22979 if test "x$no_gtk" = x
; then
22980 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
22981 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
22984 echo "$as_me:$LINENO: result: no" >&5
22985 echo "${ECHO_T}no" >&6
22986 if test "$PKG_CONFIG" = "no" ; then
22987 echo "*** A new enough version of pkg-config was not found."
22988 echo "*** See http://pkgconfig.sourceforge.net"
22990 if test -f conf.gtktest
; then
22993 echo "*** Could not run GTK+ test program, checking why..."
22994 ac_save_CFLAGS
="$CFLAGS"
22995 ac_save_LIBS
="$LIBS"
22996 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22997 LIBS
="$LIBS $GTK_LIBS"
22998 cat >conftest.
$ac_ext <<_ACEOF
23001 cat confdefs.h
>>conftest.
$ac_ext
23002 cat >>conftest.
$ac_ext <<_ACEOF
23003 /* end confdefs.h. */
23005 #include <gtk/gtk.h>
23011 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23016 rm -f conftest.
$ac_objext conftest
$ac_exeext
23017 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23018 (eval $ac_link) 2>conftest.er1
23020 grep -v '^ *+' conftest.er1
>conftest.err
23022 cat conftest.err
>&5
23023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23024 (exit $ac_status); } &&
23025 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23027 (eval $ac_try) 2>&5
23029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23030 (exit $ac_status); }; } &&
23031 { ac_try
='test -s conftest$ac_exeext'
23032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23033 (eval $ac_try) 2>&5
23035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23036 (exit $ac_status); }; }; then
23037 echo "*** The test program compiled, but did not run. This usually means"
23038 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
23039 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
23040 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23041 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23042 echo "*** is required on your system"
23044 echo "*** If you have an old version installed, it is best to remove it, although"
23045 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23047 echo "$as_me: failed program was:" >&5
23048 sed 's/^/| /' conftest.
$ac_ext >&5
23050 echo "*** The test program failed to compile or link. See the file config.log for the"
23051 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
23053 rm -f conftest.err conftest.
$ac_objext \
23054 conftest
$ac_exeext conftest.
$ac_ext
23055 CFLAGS
="$ac_save_CFLAGS"
23056 LIBS
="$ac_save_LIBS"
23069 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
23070 if test "${with_gtk_prefix+set}" = set; then
23071 withval
="$with_gtk_prefix"
23072 gtk_config_prefix
="$withval"
23074 gtk_config_prefix
=""
23077 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
23078 if test "${with_gtk_exec_prefix+set}" = set; then
23079 withval
="$with_gtk_exec_prefix"
23080 gtk_config_exec_prefix
="$withval"
23082 gtk_config_exec_prefix
=""
23084 # Check whether --enable-gtktest or --disable-gtktest was given.
23085 if test "${enable_gtktest+set}" = set; then
23086 enableval
="$enable_gtktest"
23092 for module
in .
$GTK_MODULES
23096 gtk_config_args
="$gtk_config_args gthread"
23101 if test x
$gtk_config_exec_prefix != x
; then
23102 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23103 if test x
${GTK_CONFIG+set} != xset
; then
23104 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
23107 if test x
$gtk_config_prefix != x
; then
23108 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
23109 if test x
${GTK_CONFIG+set} != xset
; then
23110 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
23114 # Extract the first word of "gtk-config", so it can be a program name with args.
23115 set dummy gtk
-config; ac_word
=$2
23116 echo "$as_me:$LINENO: checking for $ac_word" >&5
23117 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23118 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
23119 echo $ECHO_N "(cached) $ECHO_C" >&6
23121 case $GTK_CONFIG in
23123 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
23126 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23127 for as_dir
in $PATH
23130 test -z "$as_dir" && as_dir
=.
23131 for ac_exec_ext
in '' $ac_executable_extensions; do
23132 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23133 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23134 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23140 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
23144 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
23146 if test -n "$GTK_CONFIG"; then
23147 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
23148 echo "${ECHO_T}$GTK_CONFIG" >&6
23150 echo "$as_me:$LINENO: result: no" >&5
23151 echo "${ECHO_T}no" >&6
23154 min_gtk_version
=1.2.7
23155 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
23156 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
23158 if test "$GTK_CONFIG" = "no" ; then
23161 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
23162 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
23163 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
23164 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23165 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
23166 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23167 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
23168 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23169 if test "x$enable_gtktest" = "xyes" ; then
23170 ac_save_CFLAGS
="$CFLAGS"
23171 ac_save_LIBS
="$LIBS"
23172 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23173 LIBS
="$GTK_LIBS $LIBS"
23175 if test "$cross_compiling" = yes; then
23176 echo $ac_n "cross compiling; assumed OK... $ac_c"
23178 cat >conftest.
$ac_ext <<_ACEOF
23181 cat confdefs.h
>>conftest.
$ac_ext
23182 cat >>conftest.
$ac_ext <<_ACEOF
23183 /* end confdefs.h. */
23185 #include <gtk/gtk.h>
23187 #include <stdlib.h>
23192 int major, minor, micro;
23195 system ("touch conf.gtktest");
23197 /* HP/UX 9 (%@#!) writes to sscanf strings */
23198 tmp_version = g_strdup("$min_gtk_version");
23199 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23200 printf("%s, bad version string\n", "$min_gtk_version");
23204 if ((gtk_major_version != $gtk_config_major_version) ||
23205 (gtk_minor_version != $gtk_config_minor_version) ||
23206 (gtk_micro_version != $gtk_config_micro_version))
23208 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23209 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23210 gtk_major_version, gtk_minor_version, gtk_micro_version);
23211 printf ("*** was found! If gtk-config was correct, then it is best\n");
23212 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23213 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23214 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23215 printf("*** required on your system.\n");
23216 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23217 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23218 printf("*** before re-running configure\n");
23220 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23221 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23222 (gtk_minor_version != GTK_MINOR_VERSION) ||
23223 (gtk_micro_version != GTK_MICRO_VERSION))
23225 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23226 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23227 printf("*** library (version %d.%d.%d)\n",
23228 gtk_major_version, gtk_minor_version, gtk_micro_version);
23230 #endif /* defined (GTK_MAJOR_VERSION) ... */
23233 if ((gtk_major_version > major) ||
23234 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23235 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23241 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23242 gtk_major_version, gtk_minor_version, gtk_micro_version);
23243 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23244 major, minor, micro);
23245 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23247 printf("*** If you have already installed a sufficiently new version, this error\n");
23248 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23249 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23250 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23251 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23252 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23253 printf("*** so that the correct libraries are found at run-time))\n");
23260 rm -f conftest
$ac_exeext
23261 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23262 (eval $ac_link) 2>&5
23264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23265 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23267 (eval $ac_try) 2>&5
23269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23270 (exit $ac_status); }; }; then
23273 echo "$as_me: program exited with status $ac_status" >&5
23274 echo "$as_me: failed program was:" >&5
23275 sed 's/^/| /' conftest.
$ac_ext >&5
23277 ( exit $ac_status )
23280 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23282 CFLAGS
="$ac_save_CFLAGS"
23283 LIBS
="$ac_save_LIBS"
23286 if test "x$no_gtk" = x
; then
23287 echo "$as_me:$LINENO: result: yes" >&5
23288 echo "${ECHO_T}yes" >&6
23289 wx_cv_lib_gtk
=1.2.7
23291 echo "$as_me:$LINENO: result: no" >&5
23292 echo "${ECHO_T}no" >&6
23293 if test "$GTK_CONFIG" = "no" ; then
23294 echo "*** The gtk-config script installed by GTK could not be found"
23295 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23296 echo "*** your path, or set the GTK_CONFIG environment variable to the"
23297 echo "*** full path to gtk-config."
23299 if test -f conf.gtktest
; then
23302 echo "*** Could not run GTK test program, checking why..."
23303 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23304 LIBS
="$LIBS $GTK_LIBS"
23305 cat >conftest.
$ac_ext <<_ACEOF
23308 cat confdefs.h
>>conftest.
$ac_ext
23309 cat >>conftest.
$ac_ext <<_ACEOF
23310 /* end confdefs.h. */
23312 #include <gtk/gtk.h>
23318 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23323 rm -f conftest.
$ac_objext conftest
$ac_exeext
23324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23325 (eval $ac_link) 2>conftest.er1
23327 grep -v '^ *+' conftest.er1
>conftest.err
23329 cat conftest.err
>&5
23330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23331 (exit $ac_status); } &&
23332 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23334 (eval $ac_try) 2>&5
23336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); }; } &&
23338 { ac_try
='test -s conftest$ac_exeext'
23339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23340 (eval $ac_try) 2>&5
23342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23343 (exit $ac_status); }; }; then
23344 echo "*** The test program compiled, but did not run. This usually means"
23345 echo "*** that the run-time linker is not finding GTK or finding the wrong"
23346 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23347 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23348 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23349 echo "*** is required on your system"
23351 echo "*** If you have an old version installed, it is best to remove it, although"
23352 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23354 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23355 echo "*** came with the system with the command"
23357 echo "*** rpm --erase --nodeps gtk gtk-devel"
23359 echo "$as_me: failed program was:" >&5
23360 sed 's/^/| /' conftest.
$ac_ext >&5
23362 echo "*** The test program failed to compile or link. See the file config.log for the"
23363 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
23364 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23365 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23367 rm -f conftest.err conftest.
$ac_objext \
23368 conftest
$ac_exeext conftest.
$ac_ext
23369 CFLAGS
="$ac_save_CFLAGS"
23370 LIBS
="$ac_save_LIBS"
23382 if test -z "$wx_cv_lib_gtk"; then
23384 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
23385 if test "${with_gtk_prefix+set}" = set; then
23386 withval
="$with_gtk_prefix"
23387 gtk_config_prefix
="$withval"
23389 gtk_config_prefix
=""
23392 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
23393 if test "${with_gtk_exec_prefix+set}" = set; then
23394 withval
="$with_gtk_exec_prefix"
23395 gtk_config_exec_prefix
="$withval"
23397 gtk_config_exec_prefix
=""
23399 # Check whether --enable-gtktest or --disable-gtktest was given.
23400 if test "${enable_gtktest+set}" = set; then
23401 enableval
="$enable_gtktest"
23407 for module
in .
$GTK_MODULES
23411 gtk_config_args
="$gtk_config_args gthread"
23416 if test x
$gtk_config_exec_prefix != x
; then
23417 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
23418 if test x
${GTK_CONFIG+set} != xset
; then
23419 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
23422 if test x
$gtk_config_prefix != x
; then
23423 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
23424 if test x
${GTK_CONFIG+set} != xset
; then
23425 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
23429 # Extract the first word of "gtk-config", so it can be a program name with args.
23430 set dummy gtk
-config; ac_word
=$2
23431 echo "$as_me:$LINENO: checking for $ac_word" >&5
23432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23433 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
23434 echo $ECHO_N "(cached) $ECHO_C" >&6
23436 case $GTK_CONFIG in
23438 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
23441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23442 for as_dir
in $PATH
23445 test -z "$as_dir" && as_dir
=.
23446 for ac_exec_ext
in '' $ac_executable_extensions; do
23447 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23448 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23455 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
23459 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
23461 if test -n "$GTK_CONFIG"; then
23462 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
23463 echo "${ECHO_T}$GTK_CONFIG" >&6
23465 echo "$as_me:$LINENO: result: no" >&5
23466 echo "${ECHO_T}no" >&6
23469 min_gtk_version
=1.2.3
23470 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
23471 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
23473 if test "$GTK_CONFIG" = "no" ; then
23476 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
23477 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
23478 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
23479 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
23480 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
23481 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
23482 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
23483 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
23484 if test "x$enable_gtktest" = "xyes" ; then
23485 ac_save_CFLAGS
="$CFLAGS"
23486 ac_save_LIBS
="$LIBS"
23487 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23488 LIBS
="$GTK_LIBS $LIBS"
23490 if test "$cross_compiling" = yes; then
23491 echo $ac_n "cross compiling; assumed OK... $ac_c"
23493 cat >conftest.
$ac_ext <<_ACEOF
23496 cat confdefs.h
>>conftest.
$ac_ext
23497 cat >>conftest.
$ac_ext <<_ACEOF
23498 /* end confdefs.h. */
23500 #include <gtk/gtk.h>
23502 #include <stdlib.h>
23507 int major, minor, micro;
23510 system ("touch conf.gtktest");
23512 /* HP/UX 9 (%@#!) writes to sscanf strings */
23513 tmp_version = g_strdup("$min_gtk_version");
23514 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
23515 printf("%s, bad version string\n", "$min_gtk_version");
23519 if ((gtk_major_version != $gtk_config_major_version) ||
23520 (gtk_minor_version != $gtk_config_minor_version) ||
23521 (gtk_micro_version != $gtk_config_micro_version))
23523 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
23524 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
23525 gtk_major_version, gtk_minor_version, gtk_micro_version);
23526 printf ("*** was found! If gtk-config was correct, then it is best\n");
23527 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
23528 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
23529 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
23530 printf("*** required on your system.\n");
23531 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
23532 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
23533 printf("*** before re-running configure\n");
23535 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
23536 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
23537 (gtk_minor_version != GTK_MINOR_VERSION) ||
23538 (gtk_micro_version != GTK_MICRO_VERSION))
23540 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
23541 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
23542 printf("*** library (version %d.%d.%d)\n",
23543 gtk_major_version, gtk_minor_version, gtk_micro_version);
23545 #endif /* defined (GTK_MAJOR_VERSION) ... */
23548 if ((gtk_major_version > major) ||
23549 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
23550 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
23556 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
23557 gtk_major_version, gtk_minor_version, gtk_micro_version);
23558 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
23559 major, minor, micro);
23560 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
23562 printf("*** If you have already installed a sufficiently new version, this error\n");
23563 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
23564 printf("*** being found. The easiest way to fix this is to remove the old version\n");
23565 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
23566 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
23567 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
23568 printf("*** so that the correct libraries are found at run-time))\n");
23575 rm -f conftest
$ac_exeext
23576 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23577 (eval $ac_link) 2>&5
23579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23580 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23582 (eval $ac_try) 2>&5
23584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23585 (exit $ac_status); }; }; then
23588 echo "$as_me: program exited with status $ac_status" >&5
23589 echo "$as_me: failed program was:" >&5
23590 sed 's/^/| /' conftest.
$ac_ext >&5
23592 ( exit $ac_status )
23595 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23597 CFLAGS
="$ac_save_CFLAGS"
23598 LIBS
="$ac_save_LIBS"
23601 if test "x$no_gtk" = x
; then
23602 echo "$as_me:$LINENO: result: yes" >&5
23603 echo "${ECHO_T}yes" >&6
23604 wx_cv_lib_gtk
=1.2.3
23606 echo "$as_me:$LINENO: result: no" >&5
23607 echo "${ECHO_T}no" >&6
23608 if test "$GTK_CONFIG" = "no" ; then
23609 echo "*** The gtk-config script installed by GTK could not be found"
23610 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
23611 echo "*** your path, or set the GTK_CONFIG environment variable to the"
23612 echo "*** full path to gtk-config."
23614 if test -f conf.gtktest
; then
23617 echo "*** Could not run GTK test program, checking why..."
23618 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23619 LIBS
="$LIBS $GTK_LIBS"
23620 cat >conftest.
$ac_ext <<_ACEOF
23623 cat confdefs.h
>>conftest.
$ac_ext
23624 cat >>conftest.
$ac_ext <<_ACEOF
23625 /* end confdefs.h. */
23627 #include <gtk/gtk.h>
23633 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23638 rm -f conftest.
$ac_objext conftest
$ac_exeext
23639 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23640 (eval $ac_link) 2>conftest.er1
23642 grep -v '^ *+' conftest.er1
>conftest.err
23644 cat conftest.err
>&5
23645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23646 (exit $ac_status); } &&
23647 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23649 (eval $ac_try) 2>&5
23651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23652 (exit $ac_status); }; } &&
23653 { ac_try
='test -s conftest$ac_exeext'
23654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23655 (eval $ac_try) 2>&5
23657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23658 (exit $ac_status); }; }; then
23659 echo "*** The test program compiled, but did not run. This usually means"
23660 echo "*** that the run-time linker is not finding GTK or finding the wrong"
23661 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23662 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23663 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23664 echo "*** is required on your system"
23666 echo "*** If you have an old version installed, it is best to remove it, although"
23667 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23669 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23670 echo "*** came with the system with the command"
23672 echo "*** rpm --erase --nodeps gtk gtk-devel"
23674 echo "$as_me: failed program was:" >&5
23675 sed 's/^/| /' conftest.
$ac_ext >&5
23677 echo "*** The test program failed to compile or link. See the file config.log for the"
23678 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
23679 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23680 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23682 rm -f conftest.err conftest.
$ac_objext \
23683 conftest
$ac_exeext conftest.
$ac_ext
23684 CFLAGS
="$ac_save_CFLAGS"
23685 LIBS
="$ac_save_LIBS"
23699 if test -z "$wx_cv_lib_gtk"; then
23702 wx_cv_cflags_gtk
=$GTK_CFLAGS
23703 wx_cv_libs_gtk
=$GTK_LIBS
23710 if test "$gtk_version_cached" = 1; then
23711 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
23712 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
23715 case "$wx_cv_lib_gtk" in
23724 *) { { echo "$as_me:$LINENO: error:
23725 Please check that gtk-config is in path, the directory
23726 where GTK+ libraries are installed (returned by
23727 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23728 equivalent variable and GTK+ is version 1.2.3 or above.
23730 echo "$as_me: error:
23731 Please check that gtk-config is in path, the directory
23732 where GTK+ libraries are installed (returned by
23733 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23734 equivalent variable and GTK+ is version 1.2.3 or above.
23736 { (exit 1); exit 1; }; }
23740 if test "$WXGTK20" = 1; then
23741 save_CFLAGS
="$CFLAGS"
23743 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23744 LIBS
="$LIBS $GTK_LIBS"
23747 for ac_func
in pango_font_family_is_monospace
23749 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23750 echo "$as_me:$LINENO: checking for $ac_func" >&5
23751 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23752 if eval "test \"\${$as_ac_var+set}\" = set"; then
23753 echo $ECHO_N "(cached) $ECHO_C" >&6
23755 cat >conftest.
$ac_ext <<_ACEOF
23758 cat confdefs.h
>>conftest.
$ac_ext
23759 cat >>conftest.
$ac_ext <<_ACEOF
23760 /* end confdefs.h. */
23761 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23762 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23763 #define $ac_func innocuous_$ac_func
23765 /* System header to define __stub macros and hopefully few prototypes,
23766 which can conflict with char $ac_func (); below.
23767 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23768 <limits.h> exists even on freestanding compilers. */
23771 # include <limits.h>
23773 # include <assert.h>
23778 /* Override any gcc2 internal prototype to avoid an error. */
23783 /* We use char because int might match the return type of a gcc2
23784 builtin and then its argument prototype would still apply. */
23786 /* The GNU C library defines this for functions which it implements
23787 to always fail with ENOSYS. Some functions are actually named
23788 something starting with __ and the normal name is an alias. */
23789 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23792 char (*f) () = $ac_func;
23801 return f != $ac_func;
23806 rm -f conftest.
$ac_objext conftest
$ac_exeext
23807 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23808 (eval $ac_link) 2>conftest.er1
23810 grep -v '^ *+' conftest.er1
>conftest.err
23812 cat conftest.err
>&5
23813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23814 (exit $ac_status); } &&
23815 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23817 (eval $ac_try) 2>&5
23819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23820 (exit $ac_status); }; } &&
23821 { ac_try
='test -s conftest$ac_exeext'
23822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23823 (eval $ac_try) 2>&5
23825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23826 (exit $ac_status); }; }; then
23827 eval "$as_ac_var=yes"
23829 echo "$as_me: failed program was:" >&5
23830 sed 's/^/| /' conftest.
$ac_ext >&5
23832 eval "$as_ac_var=no"
23834 rm -f conftest.err conftest.
$ac_objext \
23835 conftest
$ac_exeext conftest.
$ac_ext
23837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23838 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23839 if test `eval echo '${'$as_ac_var'}'` = yes; then
23840 cat >>confdefs.h
<<_ACEOF
23841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23848 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
23849 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
23850 cat >conftest.
$ac_ext <<_ACEOF
23853 cat confdefs.h
>>conftest.
$ac_ext
23854 cat >>conftest.
$ac_ext <<_ACEOF
23855 /* end confdefs.h. */
23857 #include <gtk/gtk.h>
23863 #if !GTK_CHECK_VERSION(2,4,0)
23864 #error "Not GTK+ 2.4"
23871 rm -f conftest.
$ac_objext
23872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23873 (eval $ac_compile) 2>conftest.er1
23875 grep -v '^ *+' conftest.er1
>conftest.err
23877 cat conftest.err
>&5
23878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23879 (exit $ac_status); } &&
23880 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23882 (eval $ac_try) 2>&5
23884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23885 (exit $ac_status); }; } &&
23886 { ac_try
='test -s conftest.$ac_objext'
23887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23888 (eval $ac_try) 2>&5
23890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23891 (exit $ac_status); }; }; then
23893 cat >>confdefs.h
<<\_ACEOF
23894 #define __WXGTK24__ 1
23897 echo "$as_me:$LINENO: result: yes" >&5
23898 echo "${ECHO_T}yes" >&6
23901 echo "$as_me: failed program was:" >&5
23902 sed 's/^/| /' conftest.
$ac_ext >&5
23905 echo "$as_me:$LINENO: result: no" >&5
23906 echo "${ECHO_T}no" >&6
23909 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23911 CFLAGS
="$save_CFLAGS"
23914 if test "$wxUSE_UNICODE" = "yes"; then
23915 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
23916 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
23921 if test "$USE_DARWIN" != 1; then
23923 for ac_func
in poll
23925 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23926 echo "$as_me:$LINENO: checking for $ac_func" >&5
23927 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23928 if eval "test \"\${$as_ac_var+set}\" = set"; then
23929 echo $ECHO_N "(cached) $ECHO_C" >&6
23931 cat >conftest.
$ac_ext <<_ACEOF
23934 cat confdefs.h
>>conftest.
$ac_ext
23935 cat >>conftest.
$ac_ext <<_ACEOF
23936 /* end confdefs.h. */
23937 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23939 #define $ac_func innocuous_$ac_func
23941 /* System header to define __stub macros and hopefully few prototypes,
23942 which can conflict with char $ac_func (); below.
23943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23944 <limits.h> exists even on freestanding compilers. */
23947 # include <limits.h>
23949 # include <assert.h>
23954 /* Override any gcc2 internal prototype to avoid an error. */
23959 /* We use char because int might match the return type of a gcc2
23960 builtin and then its argument prototype would still apply. */
23962 /* The GNU C library defines this for functions which it implements
23963 to always fail with ENOSYS. Some functions are actually named
23964 something starting with __ and the normal name is an alias. */
23965 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23968 char (*f) () = $ac_func;
23977 return f != $ac_func;
23982 rm -f conftest.
$ac_objext conftest
$ac_exeext
23983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23984 (eval $ac_link) 2>conftest.er1
23986 grep -v '^ *+' conftest.er1
>conftest.err
23988 cat conftest.err
>&5
23989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23990 (exit $ac_status); } &&
23991 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23993 (eval $ac_try) 2>&5
23995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23996 (exit $ac_status); }; } &&
23997 { ac_try
='test -s conftest$ac_exeext'
23998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23999 (eval $ac_try) 2>&5
24001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24002 (exit $ac_status); }; }; then
24003 eval "$as_ac_var=yes"
24005 echo "$as_me: failed program was:" >&5
24006 sed 's/^/| /' conftest.
$ac_ext >&5
24008 eval "$as_ac_var=no"
24010 rm -f conftest.err conftest.
$ac_objext \
24011 conftest
$ac_exeext conftest.
$ac_ext
24013 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24014 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24015 if test `eval echo '${'$as_ac_var'}'` = yes; then
24016 cat >>confdefs.h
<<_ACEOF
24017 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24025 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
24026 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
24028 AFMINSTALL
=afminstall
24032 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
24033 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
24034 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
24035 echo $ECHO_N "(cached) $ECHO_C" >&6
24037 ac_check_lib_save_LIBS
=$LIBS
24039 cat >conftest.
$ac_ext <<_ACEOF
24042 cat confdefs.h
>>conftest.
$ac_ext
24043 cat >>conftest.
$ac_ext <<_ACEOF
24044 /* end confdefs.h. */
24046 /* Override any gcc2 internal prototype to avoid an error. */
24050 /* We use char because int might match the return type of a gcc2
24051 builtin and then its argument prototype would still apply. */
24052 char gdk_im_open ();
24061 rm -f conftest.
$ac_objext conftest
$ac_exeext
24062 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24063 (eval $ac_link) 2>conftest.er1
24065 grep -v '^ *+' conftest.er1
>conftest.err
24067 cat conftest.err
>&5
24068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24069 (exit $ac_status); } &&
24070 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24072 (eval $ac_try) 2>&5
24074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24075 (exit $ac_status); }; } &&
24076 { ac_try
='test -s conftest$ac_exeext'
24077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24078 (eval $ac_try) 2>&5
24080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24081 (exit $ac_status); }; }; then
24082 ac_cv_lib_gdk_gdk_im_open
=yes
24084 echo "$as_me: failed program was:" >&5
24085 sed 's/^/| /' conftest.
$ac_ext >&5
24087 ac_cv_lib_gdk_gdk_im_open
=no
24089 rm -f conftest.err conftest.
$ac_objext \
24090 conftest
$ac_exeext conftest.
$ac_ext
24091 LIBS
=$ac_check_lib_save_LIBS
24093 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
24094 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
24095 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
24096 cat >>confdefs.h
<<\_ACEOF
24104 if test "$wxUSE_GPE" = "yes"; then
24105 echo "$as_me:$LINENO: checking for gpewidget library" >&5
24106 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
24109 for ac_dir
in $SEARCH_LIB /usr
/lib
;
24111 for ac_extension
in a so sl dylib
; do
24112 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
24113 ac_find_libraries
=$ac_dir
24119 if test "$ac_find_libraries" != "" ; then
24121 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
24123 if test $result = 0; then
24126 ac_path_to_link
=" -L$ac_find_libraries"
24129 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
24131 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24132 echo "${ECHO_T}found at $ac_find_libraries" >&6
24134 echo "$as_me:$LINENO: result: not found" >&5
24135 echo "${ECHO_T}not found" >&6
24141 if test "$wxUSE_MGL" = 1; then
24142 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
24143 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
24144 if test "x$MGL_ROOT" = x
; then
24145 echo "$as_me:$LINENO: result: not found" >&5
24146 echo "${ECHO_T}not found" >&6
24147 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
24148 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
24149 { (exit 1); exit 1; }; }
24151 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
24152 echo "${ECHO_T}$MGL_ROOT" >&6
24155 echo "$as_me:$LINENO: checking for libmgl location" >&5
24156 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
24159 if test "x$wxUSE_SHARED" = xyes
; then
24160 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
24162 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
24166 mgl_os_candidates
="dos32/dj2"
24169 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
24170 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
24171 { (exit 1); exit 1; }; }
24177 for mgl_os_i
in $mgl_os_candidates ; do
24178 if test "x$mgl_os" = x
; then
24179 if test "$wxUSE_DEBUG_FLAG" = yes ; then
24180 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
24181 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
24186 if test "x$mgl_lib_type" = x
; then
24187 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
24188 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
24189 mgl_lib_type
=release
24196 if test "x$mgl_os" = x
; then
24197 echo "$as_me:$LINENO: result: not found" >&5
24198 echo "${ECHO_T}not found" >&6
24199 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
24200 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
24201 { (exit 1); exit 1; }; }
24203 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
24204 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
24206 wxUSE_UNIVERSAL
="yes"
24208 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
24209 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
24211 AFMINSTALL
=afminstall
24216 if test "$wxUSE_MICROWIN" = 1; then
24217 echo "$as_me:$LINENO: checking for MicroWindows" >&5
24218 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
24219 if test "x$MICROWINDOWS" = x
; then
24220 echo "$as_me:$LINENO: result: not found" >&5
24221 echo "${ECHO_T}not found" >&6
24222 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
24223 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
24224 { (exit 1); exit 1; }; }
24226 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
24227 echo "${ECHO_T}$MICROWINDOWS" >&6
24230 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
24231 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
24232 echo "${ECHO_T}MicroWindows' libraries found." >&6
24234 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
24235 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
24236 { (exit 1); exit 1; }; }
24239 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
24240 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
24242 wxUSE_UNIVERSAL
="yes"
24244 AFMINSTALL
=afminstall
24246 GUIDIST
=MICROWIN_DIST
24248 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
24251 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
24253 if test "x$ac_path_x_has_been_run" != xyes
; then
24254 echo "$as_me:$LINENO: checking for X" >&5
24255 echo $ECHO_N "checking for X... $ECHO_C" >&6
24257 ac_path_x_has_been_run
=yes
24259 # Check whether --with-x or --without-x was given.
24260 if test "${with_x+set}" = set; then
24264 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
24265 if test "x$with_x" = xno
; then
24266 # The user explicitly disabled X.
24269 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
24270 # Both variables are already set.
24273 if test "${ac_cv_have_x+set}" = set; then
24274 echo $ECHO_N "(cached) $ECHO_C" >&6
24276 # One or both of the vars are not set, and there is no cached value.
24277 ac_x_includes
=no ac_x_libraries
=no
24278 rm -fr conftest.dir
24279 if mkdir conftest.dir
; then
24281 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
24282 cat >Imakefile
<<'_ACEOF'
24284 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
24286 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
24287 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
24288 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
24289 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
24290 for ac_extension
in a so sl
; do
24291 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
24292 test -f $ac_im_libdir/libX11.
$ac_extension; then
24293 ac_im_usrlibdir
=$ac_im_libdir; break
24296 # Screen out bogus values from the imake configuration. They are
24297 # bogus both because they are the default anyway, and because
24298 # using them would break gcc on systems where it needs fixed includes.
24299 case $ac_im_incroot in
24301 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
24303 case $ac_im_usrlibdir in
24304 /usr
/lib
| /lib
) ;;
24305 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
24309 rm -fr conftest.dir
24312 # Standard set of common directories for X headers.
24313 # Check X11 before X11Rn because it is often a symlink to the current release.
24325 /usr/local/X11/include
24326 /usr/local/X11R6/include
24327 /usr/local/X11R5/include
24328 /usr/local/X11R4/include
24330 /usr/local/include/X11
24331 /usr/local/include/X11R6
24332 /usr/local/include/X11R5
24333 /usr/local/include/X11R4
24337 /usr/XFree86/include/X11
24341 /usr/unsupported/include
24342 /usr/athena/include
24343 /usr/local/x11r5/include
24344 /usr/lpp/Xamples/include
24346 /usr/openwin/include
24347 /usr/openwin/share/include'
24349 if test "$ac_x_includes" = no
; then
24350 # Guess where to find include files, by looking for a specified header file.
24351 # First, try using that file with no special directory specified.
24352 cat >conftest.
$ac_ext <<_ACEOF
24355 cat confdefs.h
>>conftest.
$ac_ext
24356 cat >>conftest.
$ac_ext <<_ACEOF
24357 /* end confdefs.h. */
24358 #include <X11/Intrinsic.h>
24360 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24361 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24363 grep -v '^ *+' conftest.er1
>conftest.err
24365 cat conftest.err
>&5
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); } >/dev
/null
; then
24368 if test -s conftest.err
; then
24369 ac_cpp_err
=$ac_c_preproc_warn_flag
24370 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24377 if test -z "$ac_cpp_err"; then
24378 # We can compile using X headers with no special include directory.
24381 echo "$as_me: failed program was:" >&5
24382 sed 's/^/| /' conftest.
$ac_ext >&5
24384 for ac_dir
in $ac_x_header_dirs; do
24385 if test -r "$ac_dir/X11/Intrinsic.h"; then
24386 ac_x_includes
=$ac_dir
24391 rm -f conftest.err conftest.
$ac_ext
24392 fi # $ac_x_includes = no
24394 if test "$ac_x_libraries" = no
; then
24395 # Check for the libraries.
24396 # See if we find them without any special options.
24397 # Don't add to $LIBS permanently.
24400 cat >conftest.
$ac_ext <<_ACEOF
24403 cat confdefs.h
>>conftest.
$ac_ext
24404 cat >>conftest.
$ac_ext <<_ACEOF
24405 /* end confdefs.h. */
24406 #include <X11/Intrinsic.h>
24415 rm -f conftest.
$ac_objext conftest
$ac_exeext
24416 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24417 (eval $ac_link) 2>conftest.er1
24419 grep -v '^ *+' conftest.er1
>conftest.err
24421 cat conftest.err
>&5
24422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24423 (exit $ac_status); } &&
24424 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24426 (eval $ac_try) 2>&5
24428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24429 (exit $ac_status); }; } &&
24430 { ac_try
='test -s conftest$ac_exeext'
24431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24432 (eval $ac_try) 2>&5
24434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24435 (exit $ac_status); }; }; then
24437 # We can link X programs with no special library path.
24440 echo "$as_me: failed program was:" >&5
24441 sed 's/^/| /' conftest.
$ac_ext >&5
24444 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
24446 # Don't even attempt the hair of trying to link an X program!
24447 for ac_extension
in a so sl
; do
24448 if test -r $ac_dir/libXt.
$ac_extension; then
24449 ac_x_libraries
=$ac_dir
24455 rm -f conftest.err conftest.
$ac_objext \
24456 conftest
$ac_exeext conftest.
$ac_ext
24457 fi # $ac_x_libraries = no
24459 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
24460 # Didn't find X anywhere. Cache the known absence of X.
24461 ac_cv_have_x
="have_x=no"
24463 # Record where we found X for the cache.
24464 ac_cv_have_x
="have_x=yes \
24465 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
24470 eval "$ac_cv_have_x"
24473 if test "$have_x" != yes; then
24474 echo "$as_me:$LINENO: result: $have_x" >&5
24475 echo "${ECHO_T}$have_x" >&6
24478 # If each of the values was on the command line, it overrides each guess.
24479 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
24480 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
24481 # Update the cache value to reflect the command line values.
24482 ac_cv_have_x
="have_x=yes \
24483 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
24484 # It might be that x_includes is empty (headers are found in the
24485 # standard search path. Then output the corresponding message
24486 ac_out_x_includes
=$x_includes
24487 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
24488 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
24489 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
24493 if test "$no_x" = yes; then
24494 # Not all programs may use this symbol, but it does not hurt to define it.
24496 cat >>confdefs.h
<<\_ACEOF
24497 #define X_DISPLAY_MISSING 1
24500 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
24502 if test -n "$x_includes"; then
24503 X_CFLAGS
="$X_CFLAGS -I$x_includes"
24506 # It would also be nice to do this for all -L options, not just this one.
24507 if test -n "$x_libraries"; then
24508 X_LIBS
="$X_LIBS -L$x_libraries"
24509 # For Solaris; some versions of Sun CC require a space after -R and
24510 # others require no space. Words are not sufficient . . . .
24511 case `(uname -sr) 2>/dev/null` in
24513 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
24514 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
24515 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
24516 cat >conftest.
$ac_ext <<_ACEOF
24519 cat confdefs.h
>>conftest.
$ac_ext
24520 cat >>conftest.
$ac_ext <<_ACEOF
24521 /* end confdefs.h. */
24531 rm -f conftest.
$ac_objext conftest
$ac_exeext
24532 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24533 (eval $ac_link) 2>conftest.er1
24535 grep -v '^ *+' conftest.er1
>conftest.err
24537 cat conftest.err
>&5
24538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24539 (exit $ac_status); } &&
24540 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24542 (eval $ac_try) 2>&5
24544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24545 (exit $ac_status); }; } &&
24546 { ac_try
='test -s conftest$ac_exeext'
24547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24548 (eval $ac_try) 2>&5
24550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24551 (exit $ac_status); }; }; then
24554 echo "$as_me: failed program was:" >&5
24555 sed 's/^/| /' conftest.
$ac_ext >&5
24559 rm -f conftest.err conftest.
$ac_objext \
24560 conftest
$ac_exeext conftest.
$ac_ext
24561 if test $ac_R_nospace = yes; then
24562 echo "$as_me:$LINENO: result: no" >&5
24563 echo "${ECHO_T}no" >&6
24564 X_LIBS
="$X_LIBS -R$x_libraries"
24566 LIBS
="$ac_xsave_LIBS -R $x_libraries"
24567 cat >conftest.
$ac_ext <<_ACEOF
24570 cat confdefs.h
>>conftest.
$ac_ext
24571 cat >>conftest.
$ac_ext <<_ACEOF
24572 /* end confdefs.h. */
24582 rm -f conftest.
$ac_objext conftest
$ac_exeext
24583 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24584 (eval $ac_link) 2>conftest.er1
24586 grep -v '^ *+' conftest.er1
>conftest.err
24588 cat conftest.err
>&5
24589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24590 (exit $ac_status); } &&
24591 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24593 (eval $ac_try) 2>&5
24595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24596 (exit $ac_status); }; } &&
24597 { ac_try
='test -s conftest$ac_exeext'
24598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24599 (eval $ac_try) 2>&5
24601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24602 (exit $ac_status); }; }; then
24605 echo "$as_me: failed program was:" >&5
24606 sed 's/^/| /' conftest.
$ac_ext >&5
24610 rm -f conftest.err conftest.
$ac_objext \
24611 conftest
$ac_exeext conftest.
$ac_ext
24612 if test $ac_R_space = yes; then
24613 echo "$as_me:$LINENO: result: yes" >&5
24614 echo "${ECHO_T}yes" >&6
24615 X_LIBS
="$X_LIBS -R $x_libraries"
24617 echo "$as_me:$LINENO: result: neither works" >&5
24618 echo "${ECHO_T}neither works" >&6
24621 LIBS
=$ac_xsave_LIBS
24625 # Check for system-dependent libraries X programs must link with.
24626 # Do this before checking for the system-independent R6 libraries
24627 # (-lICE), since we may need -lsocket or whatever for X linking.
24629 if test "$ISC" = yes; then
24630 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
24632 # Martyn Johnson says this is needed for Ultrix, if the X
24633 # libraries were built with DECnet support. And Karl Berry says
24634 # the Alpha needs dnet_stub (dnet does not exist).
24635 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
24636 cat >conftest.
$ac_ext <<_ACEOF
24639 cat confdefs.h
>>conftest.
$ac_ext
24640 cat >>conftest.
$ac_ext <<_ACEOF
24641 /* end confdefs.h. */
24643 /* Override any gcc2 internal prototype to avoid an error. */
24647 /* We use char because int might match the return type of a gcc2
24648 builtin and then its argument prototype would still apply. */
24649 char XOpenDisplay ();
24658 rm -f conftest.
$ac_objext conftest
$ac_exeext
24659 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24660 (eval $ac_link) 2>conftest.er1
24662 grep -v '^ *+' conftest.er1
>conftest.err
24664 cat conftest.err
>&5
24665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24666 (exit $ac_status); } &&
24667 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24669 (eval $ac_try) 2>&5
24671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24672 (exit $ac_status); }; } &&
24673 { ac_try
='test -s conftest$ac_exeext'
24674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24675 (eval $ac_try) 2>&5
24677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24678 (exit $ac_status); }; }; then
24681 echo "$as_me: failed program was:" >&5
24682 sed 's/^/| /' conftest.
$ac_ext >&5
24684 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
24685 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
24686 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
24687 echo $ECHO_N "(cached) $ECHO_C" >&6
24689 ac_check_lib_save_LIBS
=$LIBS
24690 LIBS
="-ldnet $LIBS"
24691 cat >conftest.
$ac_ext <<_ACEOF
24694 cat confdefs.h
>>conftest.
$ac_ext
24695 cat >>conftest.
$ac_ext <<_ACEOF
24696 /* end confdefs.h. */
24698 /* Override any gcc2 internal prototype to avoid an error. */
24702 /* We use char because int might match the return type of a gcc2
24703 builtin and then its argument prototype would still apply. */
24713 rm -f conftest.
$ac_objext conftest
$ac_exeext
24714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24715 (eval $ac_link) 2>conftest.er1
24717 grep -v '^ *+' conftest.er1
>conftest.err
24719 cat conftest.err
>&5
24720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24721 (exit $ac_status); } &&
24722 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24724 (eval $ac_try) 2>&5
24726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24727 (exit $ac_status); }; } &&
24728 { ac_try
='test -s conftest$ac_exeext'
24729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24730 (eval $ac_try) 2>&5
24732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24733 (exit $ac_status); }; }; then
24734 ac_cv_lib_dnet_dnet_ntoa
=yes
24736 echo "$as_me: failed program was:" >&5
24737 sed 's/^/| /' conftest.
$ac_ext >&5
24739 ac_cv_lib_dnet_dnet_ntoa
=no
24741 rm -f conftest.err conftest.
$ac_objext \
24742 conftest
$ac_exeext conftest.
$ac_ext
24743 LIBS
=$ac_check_lib_save_LIBS
24745 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24746 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
24747 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
24748 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
24751 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
24752 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
24753 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
24754 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
24755 echo $ECHO_N "(cached) $ECHO_C" >&6
24757 ac_check_lib_save_LIBS
=$LIBS
24758 LIBS
="-ldnet_stub $LIBS"
24759 cat >conftest.
$ac_ext <<_ACEOF
24762 cat confdefs.h
>>conftest.
$ac_ext
24763 cat >>conftest.
$ac_ext <<_ACEOF
24764 /* end confdefs.h. */
24766 /* Override any gcc2 internal prototype to avoid an error. */
24770 /* We use char because int might match the return type of a gcc2
24771 builtin and then its argument prototype would still apply. */
24781 rm -f conftest.
$ac_objext conftest
$ac_exeext
24782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24783 (eval $ac_link) 2>conftest.er1
24785 grep -v '^ *+' conftest.er1
>conftest.err
24787 cat conftest.err
>&5
24788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24789 (exit $ac_status); } &&
24790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24792 (eval $ac_try) 2>&5
24794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24795 (exit $ac_status); }; } &&
24796 { ac_try
='test -s conftest$ac_exeext'
24797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24798 (eval $ac_try) 2>&5
24800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24801 (exit $ac_status); }; }; then
24802 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
24804 echo "$as_me: failed program was:" >&5
24805 sed 's/^/| /' conftest.
$ac_ext >&5
24807 ac_cv_lib_dnet_stub_dnet_ntoa
=no
24809 rm -f conftest.err conftest.
$ac_objext \
24810 conftest
$ac_exeext conftest.
$ac_ext
24811 LIBS
=$ac_check_lib_save_LIBS
24813 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24814 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
24815 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
24816 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
24821 rm -f conftest.err conftest.
$ac_objext \
24822 conftest
$ac_exeext conftest.
$ac_ext
24823 LIBS
="$ac_xsave_LIBS"
24825 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
24826 # to get the SysV transport functions.
24827 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
24829 # The nsl library prevents programs from opening the X display
24830 # on Irix 5.2, according to T.E. Dickey.
24831 # The functions gethostbyname, getservbyname, and inet_addr are
24832 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
24833 echo "$as_me:$LINENO: checking for gethostbyname" >&5
24834 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
24835 if test "${ac_cv_func_gethostbyname+set}" = set; then
24836 echo $ECHO_N "(cached) $ECHO_C" >&6
24838 cat >conftest.
$ac_ext <<_ACEOF
24841 cat confdefs.h
>>conftest.
$ac_ext
24842 cat >>conftest.
$ac_ext <<_ACEOF
24843 /* end confdefs.h. */
24844 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
24845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24846 #define gethostbyname innocuous_gethostbyname
24848 /* System header to define __stub macros and hopefully few prototypes,
24849 which can conflict with char gethostbyname (); below.
24850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24851 <limits.h> exists even on freestanding compilers. */
24854 # include <limits.h>
24856 # include <assert.h>
24859 #undef gethostbyname
24861 /* Override any gcc2 internal prototype to avoid an error. */
24866 /* We use char because int might match the return type of a gcc2
24867 builtin and then its argument prototype would still apply. */
24868 char gethostbyname ();
24869 /* The GNU C library defines this for functions which it implements
24870 to always fail with ENOSYS. Some functions are actually named
24871 something starting with __ and the normal name is an alias. */
24872 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
24875 char (*f) () = gethostbyname;
24884 return f != gethostbyname;
24889 rm -f conftest.
$ac_objext conftest
$ac_exeext
24890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24891 (eval $ac_link) 2>conftest.er1
24893 grep -v '^ *+' conftest.er1
>conftest.err
24895 cat conftest.err
>&5
24896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24897 (exit $ac_status); } &&
24898 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24900 (eval $ac_try) 2>&5
24902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24903 (exit $ac_status); }; } &&
24904 { ac_try
='test -s conftest$ac_exeext'
24905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24906 (eval $ac_try) 2>&5
24908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24909 (exit $ac_status); }; }; then
24910 ac_cv_func_gethostbyname
=yes
24912 echo "$as_me: failed program was:" >&5
24913 sed 's/^/| /' conftest.
$ac_ext >&5
24915 ac_cv_func_gethostbyname
=no
24917 rm -f conftest.err conftest.
$ac_objext \
24918 conftest
$ac_exeext conftest.
$ac_ext
24920 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
24921 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
24923 if test $ac_cv_func_gethostbyname = no
; then
24924 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
24925 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
24926 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
24927 echo $ECHO_N "(cached) $ECHO_C" >&6
24929 ac_check_lib_save_LIBS
=$LIBS
24931 cat >conftest.
$ac_ext <<_ACEOF
24934 cat confdefs.h
>>conftest.
$ac_ext
24935 cat >>conftest.
$ac_ext <<_ACEOF
24936 /* end confdefs.h. */
24938 /* Override any gcc2 internal prototype to avoid an error. */
24942 /* We use char because int might match the return type of a gcc2
24943 builtin and then its argument prototype would still apply. */
24944 char gethostbyname ();
24953 rm -f conftest.
$ac_objext conftest
$ac_exeext
24954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24955 (eval $ac_link) 2>conftest.er1
24957 grep -v '^ *+' conftest.er1
>conftest.err
24959 cat conftest.err
>&5
24960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24961 (exit $ac_status); } &&
24962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24964 (eval $ac_try) 2>&5
24966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24967 (exit $ac_status); }; } &&
24968 { ac_try
='test -s conftest$ac_exeext'
24969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24970 (eval $ac_try) 2>&5
24972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24973 (exit $ac_status); }; }; then
24974 ac_cv_lib_nsl_gethostbyname
=yes
24976 echo "$as_me: failed program was:" >&5
24977 sed 's/^/| /' conftest.
$ac_ext >&5
24979 ac_cv_lib_nsl_gethostbyname
=no
24981 rm -f conftest.err conftest.
$ac_objext \
24982 conftest
$ac_exeext conftest.
$ac_ext
24983 LIBS
=$ac_check_lib_save_LIBS
24985 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
24986 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
24987 if test $ac_cv_lib_nsl_gethostbyname = yes; then
24988 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
24991 if test $ac_cv_lib_nsl_gethostbyname = no
; then
24992 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
24993 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
24994 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
24995 echo $ECHO_N "(cached) $ECHO_C" >&6
24997 ac_check_lib_save_LIBS
=$LIBS
24999 cat >conftest.
$ac_ext <<_ACEOF
25002 cat confdefs.h
>>conftest.
$ac_ext
25003 cat >>conftest.
$ac_ext <<_ACEOF
25004 /* end confdefs.h. */
25006 /* Override any gcc2 internal prototype to avoid an error. */
25010 /* We use char because int might match the return type of a gcc2
25011 builtin and then its argument prototype would still apply. */
25012 char gethostbyname ();
25021 rm -f conftest.
$ac_objext conftest
$ac_exeext
25022 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25023 (eval $ac_link) 2>conftest.er1
25025 grep -v '^ *+' conftest.er1
>conftest.err
25027 cat conftest.err
>&5
25028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25029 (exit $ac_status); } &&
25030 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25032 (eval $ac_try) 2>&5
25034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25035 (exit $ac_status); }; } &&
25036 { ac_try
='test -s conftest$ac_exeext'
25037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25038 (eval $ac_try) 2>&5
25040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25041 (exit $ac_status); }; }; then
25042 ac_cv_lib_bsd_gethostbyname
=yes
25044 echo "$as_me: failed program was:" >&5
25045 sed 's/^/| /' conftest.
$ac_ext >&5
25047 ac_cv_lib_bsd_gethostbyname
=no
25049 rm -f conftest.err conftest.
$ac_objext \
25050 conftest
$ac_exeext conftest.
$ac_ext
25051 LIBS
=$ac_check_lib_save_LIBS
25053 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
25054 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
25055 if test $ac_cv_lib_bsd_gethostbyname = yes; then
25056 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
25062 # lieder@skyler.mavd.honeywell.com says without -lsocket,
25063 # socket/setsockopt and other routines are undefined under SCO ODT
25064 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
25065 # on later versions), says Simon Leinen: it contains gethostby*
25066 # variants that don't use the name server (or something). -lsocket
25067 # must be given before -lnsl if both are needed. We assume that
25068 # if connect needs -lnsl, so does gethostbyname.
25069 echo "$as_me:$LINENO: checking for connect" >&5
25070 echo $ECHO_N "checking for connect... $ECHO_C" >&6
25071 if test "${ac_cv_func_connect+set}" = set; then
25072 echo $ECHO_N "(cached) $ECHO_C" >&6
25074 cat >conftest.
$ac_ext <<_ACEOF
25077 cat confdefs.h
>>conftest.
$ac_ext
25078 cat >>conftest.
$ac_ext <<_ACEOF
25079 /* end confdefs.h. */
25080 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
25081 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25082 #define connect innocuous_connect
25084 /* System header to define __stub macros and hopefully few prototypes,
25085 which can conflict with char connect (); below.
25086 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25087 <limits.h> exists even on freestanding compilers. */
25090 # include <limits.h>
25092 # include <assert.h>
25097 /* Override any gcc2 internal prototype to avoid an error. */
25102 /* We use char because int might match the return type of a gcc2
25103 builtin and then its argument prototype would still apply. */
25105 /* The GNU C library defines this for functions which it implements
25106 to always fail with ENOSYS. Some functions are actually named
25107 something starting with __ and the normal name is an alias. */
25108 #if defined (__stub_connect) || defined (__stub___connect)
25111 char (*f) () = connect;
25120 return f != connect;
25125 rm -f conftest.
$ac_objext conftest
$ac_exeext
25126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25127 (eval $ac_link) 2>conftest.er1
25129 grep -v '^ *+' conftest.er1
>conftest.err
25131 cat conftest.err
>&5
25132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25133 (exit $ac_status); } &&
25134 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25136 (eval $ac_try) 2>&5
25138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25139 (exit $ac_status); }; } &&
25140 { ac_try
='test -s conftest$ac_exeext'
25141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25142 (eval $ac_try) 2>&5
25144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25145 (exit $ac_status); }; }; then
25146 ac_cv_func_connect
=yes
25148 echo "$as_me: failed program was:" >&5
25149 sed 's/^/| /' conftest.
$ac_ext >&5
25151 ac_cv_func_connect
=no
25153 rm -f conftest.err conftest.
$ac_objext \
25154 conftest
$ac_exeext conftest.
$ac_ext
25156 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
25157 echo "${ECHO_T}$ac_cv_func_connect" >&6
25159 if test $ac_cv_func_connect = no
; then
25160 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
25161 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
25162 if test "${ac_cv_lib_socket_connect+set}" = set; then
25163 echo $ECHO_N "(cached) $ECHO_C" >&6
25165 ac_check_lib_save_LIBS
=$LIBS
25166 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
25167 cat >conftest.
$ac_ext <<_ACEOF
25170 cat confdefs.h
>>conftest.
$ac_ext
25171 cat >>conftest.
$ac_ext <<_ACEOF
25172 /* end confdefs.h. */
25174 /* Override any gcc2 internal prototype to avoid an error. */
25178 /* We use char because int might match the return type of a gcc2
25179 builtin and then its argument prototype would still apply. */
25189 rm -f conftest.
$ac_objext conftest
$ac_exeext
25190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25191 (eval $ac_link) 2>conftest.er1
25193 grep -v '^ *+' conftest.er1
>conftest.err
25195 cat conftest.err
>&5
25196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25197 (exit $ac_status); } &&
25198 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25200 (eval $ac_try) 2>&5
25202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25203 (exit $ac_status); }; } &&
25204 { ac_try
='test -s conftest$ac_exeext'
25205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25206 (eval $ac_try) 2>&5
25208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25209 (exit $ac_status); }; }; then
25210 ac_cv_lib_socket_connect
=yes
25212 echo "$as_me: failed program was:" >&5
25213 sed 's/^/| /' conftest.
$ac_ext >&5
25215 ac_cv_lib_socket_connect
=no
25217 rm -f conftest.err conftest.
$ac_objext \
25218 conftest
$ac_exeext conftest.
$ac_ext
25219 LIBS
=$ac_check_lib_save_LIBS
25221 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
25222 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
25223 if test $ac_cv_lib_socket_connect = yes; then
25224 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
25229 # Guillermo Gomez says -lposix is necessary on A/UX.
25230 echo "$as_me:$LINENO: checking for remove" >&5
25231 echo $ECHO_N "checking for remove... $ECHO_C" >&6
25232 if test "${ac_cv_func_remove+set}" = set; then
25233 echo $ECHO_N "(cached) $ECHO_C" >&6
25235 cat >conftest.
$ac_ext <<_ACEOF
25238 cat confdefs.h
>>conftest.
$ac_ext
25239 cat >>conftest.
$ac_ext <<_ACEOF
25240 /* end confdefs.h. */
25241 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
25242 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25243 #define remove innocuous_remove
25245 /* System header to define __stub macros and hopefully few prototypes,
25246 which can conflict with char remove (); below.
25247 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25248 <limits.h> exists even on freestanding compilers. */
25251 # include <limits.h>
25253 # include <assert.h>
25258 /* Override any gcc2 internal prototype to avoid an error. */
25263 /* We use char because int might match the return type of a gcc2
25264 builtin and then its argument prototype would still apply. */
25266 /* The GNU C library defines this for functions which it implements
25267 to always fail with ENOSYS. Some functions are actually named
25268 something starting with __ and the normal name is an alias. */
25269 #if defined (__stub_remove) || defined (__stub___remove)
25272 char (*f) () = remove;
25281 return f != remove;
25286 rm -f conftest.
$ac_objext conftest
$ac_exeext
25287 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25288 (eval $ac_link) 2>conftest.er1
25290 grep -v '^ *+' conftest.er1
>conftest.err
25292 cat conftest.err
>&5
25293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25294 (exit $ac_status); } &&
25295 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25297 (eval $ac_try) 2>&5
25299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25300 (exit $ac_status); }; } &&
25301 { ac_try
='test -s conftest$ac_exeext'
25302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25303 (eval $ac_try) 2>&5
25305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25306 (exit $ac_status); }; }; then
25307 ac_cv_func_remove
=yes
25309 echo "$as_me: failed program was:" >&5
25310 sed 's/^/| /' conftest.
$ac_ext >&5
25312 ac_cv_func_remove
=no
25314 rm -f conftest.err conftest.
$ac_objext \
25315 conftest
$ac_exeext conftest.
$ac_ext
25317 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
25318 echo "${ECHO_T}$ac_cv_func_remove" >&6
25320 if test $ac_cv_func_remove = no
; then
25321 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
25322 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
25323 if test "${ac_cv_lib_posix_remove+set}" = set; then
25324 echo $ECHO_N "(cached) $ECHO_C" >&6
25326 ac_check_lib_save_LIBS
=$LIBS
25327 LIBS
="-lposix $LIBS"
25328 cat >conftest.
$ac_ext <<_ACEOF
25331 cat confdefs.h
>>conftest.
$ac_ext
25332 cat >>conftest.
$ac_ext <<_ACEOF
25333 /* end confdefs.h. */
25335 /* Override any gcc2 internal prototype to avoid an error. */
25339 /* We use char because int might match the return type of a gcc2
25340 builtin and then its argument prototype would still apply. */
25350 rm -f conftest.
$ac_objext conftest
$ac_exeext
25351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25352 (eval $ac_link) 2>conftest.er1
25354 grep -v '^ *+' conftest.er1
>conftest.err
25356 cat conftest.err
>&5
25357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25358 (exit $ac_status); } &&
25359 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25361 (eval $ac_try) 2>&5
25363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25364 (exit $ac_status); }; } &&
25365 { ac_try
='test -s conftest$ac_exeext'
25366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25367 (eval $ac_try) 2>&5
25369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25370 (exit $ac_status); }; }; then
25371 ac_cv_lib_posix_remove
=yes
25373 echo "$as_me: failed program was:" >&5
25374 sed 's/^/| /' conftest.
$ac_ext >&5
25376 ac_cv_lib_posix_remove
=no
25378 rm -f conftest.err conftest.
$ac_objext \
25379 conftest
$ac_exeext conftest.
$ac_ext
25380 LIBS
=$ac_check_lib_save_LIBS
25382 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
25383 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
25384 if test $ac_cv_lib_posix_remove = yes; then
25385 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
25390 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
25391 echo "$as_me:$LINENO: checking for shmat" >&5
25392 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
25393 if test "${ac_cv_func_shmat+set}" = set; then
25394 echo $ECHO_N "(cached) $ECHO_C" >&6
25396 cat >conftest.
$ac_ext <<_ACEOF
25399 cat confdefs.h
>>conftest.
$ac_ext
25400 cat >>conftest.
$ac_ext <<_ACEOF
25401 /* end confdefs.h. */
25402 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
25403 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25404 #define shmat innocuous_shmat
25406 /* System header to define __stub macros and hopefully few prototypes,
25407 which can conflict with char shmat (); below.
25408 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25409 <limits.h> exists even on freestanding compilers. */
25412 # include <limits.h>
25414 # include <assert.h>
25419 /* Override any gcc2 internal prototype to avoid an error. */
25424 /* We use char because int might match the return type of a gcc2
25425 builtin and then its argument prototype would still apply. */
25427 /* The GNU C library defines this for functions which it implements
25428 to always fail with ENOSYS. Some functions are actually named
25429 something starting with __ and the normal name is an alias. */
25430 #if defined (__stub_shmat) || defined (__stub___shmat)
25433 char (*f) () = shmat;
25447 rm -f conftest.
$ac_objext conftest
$ac_exeext
25448 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25449 (eval $ac_link) 2>conftest.er1
25451 grep -v '^ *+' conftest.er1
>conftest.err
25453 cat conftest.err
>&5
25454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25455 (exit $ac_status); } &&
25456 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25458 (eval $ac_try) 2>&5
25460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25461 (exit $ac_status); }; } &&
25462 { ac_try
='test -s conftest$ac_exeext'
25463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25464 (eval $ac_try) 2>&5
25466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25467 (exit $ac_status); }; }; then
25468 ac_cv_func_shmat
=yes
25470 echo "$as_me: failed program was:" >&5
25471 sed 's/^/| /' conftest.
$ac_ext >&5
25473 ac_cv_func_shmat
=no
25475 rm -f conftest.err conftest.
$ac_objext \
25476 conftest
$ac_exeext conftest.
$ac_ext
25478 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
25479 echo "${ECHO_T}$ac_cv_func_shmat" >&6
25481 if test $ac_cv_func_shmat = no
; then
25482 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
25483 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
25484 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
25485 echo $ECHO_N "(cached) $ECHO_C" >&6
25487 ac_check_lib_save_LIBS
=$LIBS
25489 cat >conftest.
$ac_ext <<_ACEOF
25492 cat confdefs.h
>>conftest.
$ac_ext
25493 cat >>conftest.
$ac_ext <<_ACEOF
25494 /* end confdefs.h. */
25496 /* Override any gcc2 internal prototype to avoid an error. */
25500 /* We use char because int might match the return type of a gcc2
25501 builtin and then its argument prototype would still apply. */
25511 rm -f conftest.
$ac_objext conftest
$ac_exeext
25512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25513 (eval $ac_link) 2>conftest.er1
25515 grep -v '^ *+' conftest.er1
>conftest.err
25517 cat conftest.err
>&5
25518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25519 (exit $ac_status); } &&
25520 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25522 (eval $ac_try) 2>&5
25524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25525 (exit $ac_status); }; } &&
25526 { ac_try
='test -s conftest$ac_exeext'
25527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25528 (eval $ac_try) 2>&5
25530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25531 (exit $ac_status); }; }; then
25532 ac_cv_lib_ipc_shmat
=yes
25534 echo "$as_me: failed program was:" >&5
25535 sed 's/^/| /' conftest.
$ac_ext >&5
25537 ac_cv_lib_ipc_shmat
=no
25539 rm -f conftest.err conftest.
$ac_objext \
25540 conftest
$ac_exeext conftest.
$ac_ext
25541 LIBS
=$ac_check_lib_save_LIBS
25543 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
25544 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
25545 if test $ac_cv_lib_ipc_shmat = yes; then
25546 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
25552 # Check for libraries that X11R6 Xt/Xaw programs need.
25553 ac_save_LDFLAGS
=$LDFLAGS
25554 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
25555 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
25556 # check for ICE first), but we must link in the order -lSM -lICE or
25557 # we get undefined symbols. So assume we have SM if we have ICE.
25558 # These have to be linked with before -lX11, unlike the other
25559 # libraries we check for below, so use a different variable.
25560 # John Interrante, Karl Berry
25561 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
25562 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
25563 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
25564 echo $ECHO_N "(cached) $ECHO_C" >&6
25566 ac_check_lib_save_LIBS
=$LIBS
25567 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
25568 cat >conftest.
$ac_ext <<_ACEOF
25571 cat confdefs.h
>>conftest.
$ac_ext
25572 cat >>conftest.
$ac_ext <<_ACEOF
25573 /* end confdefs.h. */
25575 /* Override any gcc2 internal prototype to avoid an error. */
25579 /* We use char because int might match the return type of a gcc2
25580 builtin and then its argument prototype would still apply. */
25581 char IceConnectionNumber ();
25585 IceConnectionNumber ();
25590 rm -f conftest.
$ac_objext conftest
$ac_exeext
25591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25592 (eval $ac_link) 2>conftest.er1
25594 grep -v '^ *+' conftest.er1
>conftest.err
25596 cat conftest.err
>&5
25597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25598 (exit $ac_status); } &&
25599 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25601 (eval $ac_try) 2>&5
25603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25604 (exit $ac_status); }; } &&
25605 { ac_try
='test -s conftest$ac_exeext'
25606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25607 (eval $ac_try) 2>&5
25609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25610 (exit $ac_status); }; }; then
25611 ac_cv_lib_ICE_IceConnectionNumber
=yes
25613 echo "$as_me: failed program was:" >&5
25614 sed 's/^/| /' conftest.
$ac_ext >&5
25616 ac_cv_lib_ICE_IceConnectionNumber
=no
25618 rm -f conftest.err conftest.
$ac_objext \
25619 conftest
$ac_exeext conftest.
$ac_ext
25620 LIBS
=$ac_check_lib_save_LIBS
25622 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25623 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
25624 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
25625 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25628 LDFLAGS
=$ac_save_LDFLAGS
25633 if test "$no_x" = "yes"; then
25634 { { echo "$as_me:$LINENO: error: X11 not found" >&5
25635 echo "$as_me: error: X11 not found" >&2;}
25636 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
25639 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25640 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25641 AFMINSTALL
=afminstall
25642 COMPILED_X_PROGRAM
=0
25646 if test "$wxUSE_X11" = 1; then
25647 if test "$wxUSE_NANOX" = "yes"; then
25648 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
25649 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
25650 if test "x$MICROWIN" = x
; then
25651 echo "$as_me:$LINENO: result: not found" >&5
25652 echo "${ECHO_T}not found" >&6
25653 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
25654 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
25655 { (exit 1); exit 1; }; }
25657 echo "$as_me:$LINENO: result: $MICROWIN" >&5
25658 echo "${ECHO_T}$MICROWIN" >&6
25659 cat >>confdefs.h
<<\_ACEOF
25660 #define wxUSE_NANOX 1
25666 if test "$wxUSE_UNICODE" = "yes"; then
25670 if test -z "$PKG_CONFIG"; then
25671 # Extract the first word of "pkg-config", so it can be a program name with args.
25672 set dummy pkg
-config; ac_word
=$2
25673 echo "$as_me:$LINENO: checking for $ac_word" >&5
25674 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25675 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25676 echo $ECHO_N "(cached) $ECHO_C" >&6
25678 case $PKG_CONFIG in
25680 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25684 for as_dir
in $PATH
25687 test -z "$as_dir" && as_dir
=.
25688 for ac_exec_ext
in '' $ac_executable_extensions; do
25689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25690 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25691 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25697 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25701 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25703 if test -n "$PKG_CONFIG"; then
25704 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25705 echo "${ECHO_T}$PKG_CONFIG" >&6
25707 echo "$as_me:$LINENO: result: no" >&5
25708 echo "${ECHO_T}no" >&6
25713 if test "$PKG_CONFIG" = "no" ; then
25714 echo "*** The pkg-config script could not be found. Make sure it is"
25715 echo "*** in your path, or set the PKG_CONFIG environment variable"
25716 echo "*** to the full path to pkg-config."
25717 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25719 PKG_CONFIG_MIN_VERSION
=0.9.0
25720 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25721 echo "$as_me:$LINENO: checking for pangox" >&5
25722 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
25724 if $PKG_CONFIG --exists "pangox" ; then
25725 echo "$as_me:$LINENO: result: yes" >&5
25726 echo "${ECHO_T}yes" >&6
25729 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
25730 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
25731 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
25732 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
25733 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
25735 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
25736 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
25737 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
25738 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
25739 echo "${ECHO_T}$PANGOX_LIBS" >&6
25743 ## If we have a custom action on failure, don't print errors, but
25744 ## do set a variable so people can do so.
25745 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25752 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25753 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25757 if test $succeeded = yes; then
25759 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
25760 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
25764 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
25765 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
25766 { (exit 1); exit 1; }; }
25774 if test -z "$PKG_CONFIG"; then
25775 # Extract the first word of "pkg-config", so it can be a program name with args.
25776 set dummy pkg
-config; ac_word
=$2
25777 echo "$as_me:$LINENO: checking for $ac_word" >&5
25778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25779 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25780 echo $ECHO_N "(cached) $ECHO_C" >&6
25782 case $PKG_CONFIG in
25784 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25787 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25788 for as_dir
in $PATH
25791 test -z "$as_dir" && as_dir
=.
25792 for ac_exec_ext
in '' $ac_executable_extensions; do
25793 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25794 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25795 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25801 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25805 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25807 if test -n "$PKG_CONFIG"; then
25808 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25809 echo "${ECHO_T}$PKG_CONFIG" >&6
25811 echo "$as_me:$LINENO: result: no" >&5
25812 echo "${ECHO_T}no" >&6
25817 if test "$PKG_CONFIG" = "no" ; then
25818 echo "*** The pkg-config script could not be found. Make sure it is"
25819 echo "*** in your path, or set the PKG_CONFIG environment variable"
25820 echo "*** to the full path to pkg-config."
25821 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25823 PKG_CONFIG_MIN_VERSION
=0.9.0
25824 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25825 echo "$as_me:$LINENO: checking for pangoft2" >&5
25826 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
25828 if $PKG_CONFIG --exists "pangoft2" ; then
25829 echo "$as_me:$LINENO: result: yes" >&5
25830 echo "${ECHO_T}yes" >&6
25833 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
25834 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
25835 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
25836 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
25837 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
25839 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
25840 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
25841 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
25842 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
25843 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
25847 ## If we have a custom action on failure, don't print errors, but
25848 ## do set a variable so people can do so.
25849 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25856 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25857 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25861 if test $succeeded = yes; then
25863 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
25864 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25868 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25869 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25870 wxUSE_PRINTING_ARCHITECTURE
="no"
25878 if test -z "$PKG_CONFIG"; then
25879 # Extract the first word of "pkg-config", so it can be a program name with args.
25880 set dummy pkg
-config; ac_word
=$2
25881 echo "$as_me:$LINENO: checking for $ac_word" >&5
25882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25883 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25884 echo $ECHO_N "(cached) $ECHO_C" >&6
25886 case $PKG_CONFIG in
25888 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25891 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25892 for as_dir
in $PATH
25895 test -z "$as_dir" && as_dir
=.
25896 for ac_exec_ext
in '' $ac_executable_extensions; do
25897 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25898 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25899 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25905 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25909 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25911 if test -n "$PKG_CONFIG"; then
25912 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25913 echo "${ECHO_T}$PKG_CONFIG" >&6
25915 echo "$as_me:$LINENO: result: no" >&5
25916 echo "${ECHO_T}no" >&6
25921 if test "$PKG_CONFIG" = "no" ; then
25922 echo "*** The pkg-config script could not be found. Make sure it is"
25923 echo "*** in your path, or set the PKG_CONFIG environment variable"
25924 echo "*** to the full path to pkg-config."
25925 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25927 PKG_CONFIG_MIN_VERSION
=0.9.0
25928 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25929 echo "$as_me:$LINENO: checking for pangoxft" >&5
25930 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
25932 if $PKG_CONFIG --exists "pangoxft" ; then
25933 echo "$as_me:$LINENO: result: yes" >&5
25934 echo "${ECHO_T}yes" >&6
25937 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
25938 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
25939 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
25940 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
25941 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
25943 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
25944 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
25945 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
25946 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
25947 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
25951 ## If we have a custom action on failure, don't print errors, but
25952 ## do set a variable so people can do so.
25953 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25960 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25961 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25965 if test $succeeded = yes; then
25967 cat >>confdefs.h
<<\_ACEOF
25968 #define HAVE_PANGO_XFT 1
25971 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
25972 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25976 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25977 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25982 save_CFLAGS
="$CFLAGS"
25984 CFLAGS
="$CFLAGS $PANGOX_CFLAGS"
25985 LIBS
="$LIBS $PANGOX_LIBS"
25987 for ac_func
in pango_font_family_is_monospace
25989 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25990 echo "$as_me:$LINENO: checking for $ac_func" >&5
25991 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25992 if eval "test \"\${$as_ac_var+set}\" = set"; then
25993 echo $ECHO_N "(cached) $ECHO_C" >&6
25995 cat >conftest.
$ac_ext <<_ACEOF
25998 cat confdefs.h
>>conftest.
$ac_ext
25999 cat >>conftest.
$ac_ext <<_ACEOF
26000 /* end confdefs.h. */
26001 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26002 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26003 #define $ac_func innocuous_$ac_func
26005 /* System header to define __stub macros and hopefully few prototypes,
26006 which can conflict with char $ac_func (); below.
26007 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26008 <limits.h> exists even on freestanding compilers. */
26011 # include <limits.h>
26013 # include <assert.h>
26018 /* Override any gcc2 internal prototype to avoid an error. */
26023 /* We use char because int might match the return type of a gcc2
26024 builtin and then its argument prototype would still apply. */
26026 /* The GNU C library defines this for functions which it implements
26027 to always fail with ENOSYS. Some functions are actually named
26028 something starting with __ and the normal name is an alias. */
26029 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26032 char (*f) () = $ac_func;
26041 return f != $ac_func;
26046 rm -f conftest.
$ac_objext conftest
$ac_exeext
26047 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26048 (eval $ac_link) 2>conftest.er1
26050 grep -v '^ *+' conftest.er1
>conftest.err
26052 cat conftest.err
>&5
26053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26054 (exit $ac_status); } &&
26055 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26057 (eval $ac_try) 2>&5
26059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26060 (exit $ac_status); }; } &&
26061 { ac_try
='test -s conftest$ac_exeext'
26062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26063 (eval $ac_try) 2>&5
26065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26066 (exit $ac_status); }; }; then
26067 eval "$as_ac_var=yes"
26069 echo "$as_me: failed program was:" >&5
26070 sed 's/^/| /' conftest.
$ac_ext >&5
26072 eval "$as_ac_var=no"
26074 rm -f conftest.err conftest.
$ac_objext \
26075 conftest
$ac_exeext conftest.
$ac_ext
26077 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26078 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26079 if test `eval echo '${'$as_ac_var'}'` = yes; then
26080 cat >>confdefs.h
<<_ACEOF
26081 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26087 CFLAGS
="$save_CFLAGS"
26091 wxUSE_UNIVERSAL
="yes"
26093 if test "$wxUSE_NANOX" = "yes"; then
26094 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
26095 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"
26096 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
26098 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
26105 if test "$wxUSE_MOTIF" = 1; then
26106 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
26107 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
26110 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
26112 if test -f "$ac_dir/Xm/Xm.h"; then
26113 ac_find_includes
=$ac_dir
26118 if test "$ac_find_includes" != "" ; then
26119 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
26120 echo "${ECHO_T}found in $ac_find_includes" >&6
26122 if test "x$ac_find_includes" = "x/usr/include"; then
26123 ac_path_to_include
=""
26125 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
26127 if test $result = 0; then
26128 ac_path_to_include
=""
26130 ac_path_to_include
=" -I$ac_find_includes"
26134 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
26136 cat >conftest.
$ac_ext <<_ACEOF
26139 cat confdefs.h
>>conftest.
$ac_ext
26140 cat >>conftest.
$ac_ext <<_ACEOF
26141 /* end confdefs.h. */
26150 version = xmUseVersion;
26156 rm -f conftest.
$ac_objext
26157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26158 (eval $ac_compile) 2>conftest.er1
26160 grep -v '^ *+' conftest.er1
>conftest.err
26162 cat conftest.err
>&5
26163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26164 (exit $ac_status); } &&
26165 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26167 (eval $ac_try) 2>&5
26169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26170 (exit $ac_status); }; } &&
26171 { ac_try
='test -s conftest.$ac_objext'
26172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26173 (eval $ac_try) 2>&5
26175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26176 (exit $ac_status); }; }; then
26178 echo "$as_me:$LINENO: result: found in default search path" >&5
26179 echo "${ECHO_T}found in default search path" >&6
26180 COMPILED_X_PROGRAM
=1
26183 echo "$as_me: failed program was:" >&5
26184 sed 's/^/| /' conftest.
$ac_ext >&5
26187 echo "$as_me:$LINENO: result: no" >&5
26188 echo "${ECHO_T}no" >&6
26189 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
26190 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
26191 { (exit 1); exit 1; }; }
26195 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26198 if test "$COMPILED_X_PROGRAM" = 0; then
26199 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
26200 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
26203 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26205 for ac_extension
in a so sl dylib
; do
26206 if test -f "$ac_dir/libXm.$ac_extension"; then
26207 ac_find_libraries
=$ac_dir
26213 if test "$ac_find_libraries" != "" ; then
26214 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26215 echo "${ECHO_T}found at $ac_find_libraries" >&6
26218 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26220 if test $result = 0; then
26223 ac_path_to_link
=" -L$ac_find_libraries"
26226 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26228 save_CFLAGS
=$CFLAGS
26229 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26231 cat >conftest.
$ac_ext <<_ACEOF
26234 cat confdefs.h
>>conftest.
$ac_ext
26235 cat >>conftest.
$ac_ext <<_ACEOF
26236 /* end confdefs.h. */
26245 version = xmUseVersion;
26251 rm -f conftest.
$ac_objext
26252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26253 (eval $ac_compile) 2>conftest.er1
26255 grep -v '^ *+' conftest.er1
>conftest.err
26257 cat conftest.err
>&5
26258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26259 (exit $ac_status); } &&
26260 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26262 (eval $ac_try) 2>&5
26264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26265 (exit $ac_status); }; } &&
26266 { ac_try
='test -s conftest.$ac_objext'
26267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26268 (eval $ac_try) 2>&5
26270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26271 (exit $ac_status); }; }; then
26273 echo "$as_me:$LINENO: result: found in default search path" >&5
26274 echo "${ECHO_T}found in default search path" >&6
26275 COMPILED_X_PROGRAM
=1
26278 echo "$as_me: failed program was:" >&5
26279 sed 's/^/| /' conftest.
$ac_ext >&5
26282 echo "$as_me:$LINENO: result: no" >&5
26283 echo "${ECHO_T}no" >&6
26284 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
26285 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
26286 { (exit 1); exit 1; }; }
26290 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26292 CFLAGS
=$save_CFLAGS
26296 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
26297 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
26301 for libp
in "" " -lXp"; do
26302 if test "$libs_found" = "0"; then
26303 for libsm_ice
in "" " -lSM -lICE"; do
26304 if test "$libs_found" = "0"; then
26306 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
26307 save_CFLAGS
=$CFLAGS
26308 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26310 cat >conftest.
$ac_ext <<_ACEOF
26313 cat confdefs.h
>>conftest.
$ac_ext
26314 cat >>conftest.
$ac_ext <<_ACEOF
26315 /* end confdefs.h. */
26318 #include <Xm/List.h>
26324 XmString string = NULL;
26327 XmListAddItem(w, string, position);
26333 rm -f conftest.
$ac_objext conftest
$ac_exeext
26334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26335 (eval $ac_link) 2>conftest.er1
26337 grep -v '^ *+' conftest.er1
>conftest.err
26339 cat conftest.err
>&5
26340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26341 (exit $ac_status); } &&
26342 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26344 (eval $ac_try) 2>&5
26346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26347 (exit $ac_status); }; } &&
26348 { ac_try
='test -s conftest$ac_exeext'
26349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26350 (eval $ac_try) 2>&5
26352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26353 (exit $ac_status); }; }; then
26356 libsm_ice_link
="$libsm_ice"
26357 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
26358 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
26362 echo "$as_me: failed program was:" >&5
26363 sed 's/^/| /' conftest.
$ac_ext >&5
26368 rm -f conftest.err conftest.
$ac_objext \
26369 conftest
$ac_exeext conftest.
$ac_ext
26372 CFLAGS
=$save_CFLAGS
26378 if test "$libs_found" = "0"; then
26379 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
26380 echo "${ECHO_T}can't find the right libraries" >&6
26381 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
26382 echo "$as_me: error: can't link a simple motif program" >&2;}
26383 { (exit 1); exit 1; }; }
26386 save_CFLAGS
=$CFLAGS
26387 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26388 echo "$as_me:$LINENO: checking for Motif 2" >&5
26389 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
26390 cat >conftest.
$ac_ext <<_ACEOF
26393 cat confdefs.h
>>conftest.
$ac_ext
26394 cat >>conftest.
$ac_ext <<_ACEOF
26395 /* end confdefs.h. */
26403 #if XmVersion < 2000
26404 #error "Not Motif 2"
26411 rm -f conftest.
$ac_objext
26412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26413 (eval $ac_compile) 2>conftest.er1
26415 grep -v '^ *+' conftest.er1
>conftest.err
26417 cat conftest.err
>&5
26418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26419 (exit $ac_status); } &&
26420 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26422 (eval $ac_try) 2>&5
26424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26425 (exit $ac_status); }; } &&
26426 { ac_try
='test -s conftest.$ac_objext'
26427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26428 (eval $ac_try) 2>&5
26430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26431 (exit $ac_status); }; }; then
26433 cat >>confdefs.h
<<\_ACEOF
26434 #define __WXMOTIF20__ 1
26437 echo "$as_me:$LINENO: result: found" >&5
26438 echo "${ECHO_T}found" >&6
26441 echo "$as_me: failed program was:" >&5
26442 sed 's/^/| /' conftest.
$ac_ext >&5
26445 cat >>confdefs.h
<<\_ACEOF
26446 #define __WXMOTIF20__ 0
26449 echo "$as_me:$LINENO: result: not found" >&5
26450 echo "${ECHO_T}not found" >&6
26453 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26454 CFLAGS
=$save_CFLAGS
26456 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
26461 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26462 if test "$wxUSE_LIBXPM" = "sys"; then
26463 echo "$as_me:$LINENO: checking for Xpm library" >&5
26464 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
26467 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26469 for ac_extension
in a so sl dylib
; do
26470 if test -f "$ac_dir/libXpm.$ac_extension"; then
26471 ac_find_libraries
=$ac_dir
26477 if test "$ac_find_libraries" != "" ; then
26479 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26481 if test $result = 0; then
26484 ac_path_to_link
=" -L$ac_find_libraries"
26487 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
26488 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
26489 echo "${ECHO_T}found at $ac_find_libraries" >&6
26491 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
26492 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
26493 if test "${wx_cv_x11_xpm_h+set}" = set; then
26494 echo $ECHO_N "(cached) $ECHO_C" >&6
26497 save_CFLAGS
=$CFLAGS
26498 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26500 cat >conftest.
$ac_ext <<_ACEOF
26503 cat confdefs.h
>>conftest.
$ac_ext
26504 cat >>conftest.
$ac_ext <<_ACEOF
26505 /* end confdefs.h. */
26507 #include <X11/xpm.h>
26514 version = XpmLibraryVersion();
26520 rm -f conftest.
$ac_objext
26521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26522 (eval $ac_compile) 2>conftest.er1
26524 grep -v '^ *+' conftest.er1
>conftest.err
26526 cat conftest.err
>&5
26527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26528 (exit $ac_status); } &&
26529 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26531 (eval $ac_try) 2>&5
26533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26534 (exit $ac_status); }; } &&
26535 { ac_try
='test -s conftest.$ac_objext'
26536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26537 (eval $ac_try) 2>&5
26539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26540 (exit $ac_status); }; }; then
26541 wx_cv_x11_xpm_h
=yes
26543 echo "$as_me: failed program was:" >&5
26544 sed 's/^/| /' conftest.
$ac_ext >&5
26549 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26551 CFLAGS
=$save_CFLAGS
26555 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
26556 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
26558 if test $wx_cv_x11_xpm_h = "yes"; then
26559 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
26560 cat >>confdefs.h
<<\_ACEOF
26561 #define wxHAVE_LIB_XPM 1
26565 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
26566 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
26572 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
26573 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
26574 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
26575 echo $ECHO_N "(cached) $ECHO_C" >&6
26577 ac_check_lib_save_LIBS
=$LIBS
26578 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26579 cat >conftest.
$ac_ext <<_ACEOF
26582 cat confdefs.h
>>conftest.
$ac_ext
26583 cat >>conftest.
$ac_ext <<_ACEOF
26584 /* end confdefs.h. */
26586 /* Override any gcc2 internal prototype to avoid an error. */
26590 /* We use char because int might match the return type of a gcc2
26591 builtin and then its argument prototype would still apply. */
26592 char XShapeQueryExtension ();
26596 XShapeQueryExtension ();
26601 rm -f conftest.
$ac_objext conftest
$ac_exeext
26602 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26603 (eval $ac_link) 2>conftest.er1
26605 grep -v '^ *+' conftest.er1
>conftest.err
26607 cat conftest.err
>&5
26608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26609 (exit $ac_status); } &&
26610 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26612 (eval $ac_try) 2>&5
26614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26615 (exit $ac_status); }; } &&
26616 { ac_try
='test -s conftest$ac_exeext'
26617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26618 (eval $ac_try) 2>&5
26620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26621 (exit $ac_status); }; }; then
26622 ac_cv_lib_Xext_XShapeQueryExtension
=yes
26624 echo "$as_me: failed program was:" >&5
26625 sed 's/^/| /' conftest.
$ac_ext >&5
26627 ac_cv_lib_Xext_XShapeQueryExtension
=no
26629 rm -f conftest.err conftest.
$ac_objext \
26630 conftest
$ac_exeext conftest.
$ac_ext
26631 LIBS
=$ac_check_lib_save_LIBS
26633 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26634 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
26635 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
26637 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
26643 if test "$wxHAVE_XEXT_LIB" = 1; then
26644 save_CFLAGS
="$CFLAGS"
26645 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26647 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
26648 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
26649 cat >conftest.
$ac_ext <<_ACEOF
26652 cat confdefs.h
>>conftest.
$ac_ext
26653 cat >>conftest.
$ac_ext <<_ACEOF
26654 /* end confdefs.h. */
26656 #include <X11/Xlib.h>
26657 #include <X11/extensions/shape.h>
26663 int dummy1, dummy2;
26664 XShapeQueryExtension((Display*)NULL,
26665 (int*)NULL, (int*)NULL);
26671 rm -f conftest.
$ac_objext
26672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26673 (eval $ac_compile) 2>conftest.er1
26675 grep -v '^ *+' conftest.er1
>conftest.err
26677 cat conftest.err
>&5
26678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26679 (exit $ac_status); } &&
26680 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26682 (eval $ac_try) 2>&5
26684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26685 (exit $ac_status); }; } &&
26686 { ac_try
='test -s conftest.$ac_objext'
26687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26688 (eval $ac_try) 2>&5
26690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26691 (exit $ac_status); }; }; then
26693 cat >>confdefs.h
<<\_ACEOF
26694 #define HAVE_XSHAPE 1
26697 echo "$as_me:$LINENO: result: found" >&5
26698 echo "${ECHO_T}found" >&6
26701 echo "$as_me: failed program was:" >&5
26702 sed 's/^/| /' conftest.
$ac_ext >&5
26705 echo "$as_me:$LINENO: result: not found" >&5
26706 echo "${ECHO_T}not found" >&6
26709 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26710 CFLAGS
="$save_CFLAGS"
26715 if test "$wxUSE_MAC" = 1; then
26716 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
26717 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
26718 if test "$GCC" = yes; then
26719 echo "$as_me:$LINENO: result: gcc" >&5
26720 echo "${ECHO_T}gcc" >&6
26721 CPPFLAGS_PASCAL
="-fpascal-strings"
26722 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26723 echo "$as_me:$LINENO: result: xlc" >&5
26724 echo "${ECHO_T}xlc" >&6
26725 CPPFLAGS_PASCAL
="-qmacpstr"
26727 echo "$as_me:$LINENO: result: none" >&5
26728 echo "${ECHO_T}none" >&6
26731 if test "x$wxUSE_UNIX" = "xyes"; then
26732 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
26734 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
26739 WXBASEPORT
="_carbon"
26742 if test "$wxUSE_COCOA" = 1; then
26747 if test "$wxUSE_PM" = 1; then
26750 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
26751 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
26752 if test "${wx_cv_spbcdata+set}" = set; then
26753 echo $ECHO_N "(cached) $ECHO_C" >&6
26756 cat >conftest.
$ac_ext <<_ACEOF
26759 cat confdefs.h
>>conftest.
$ac_ext
26760 cat >>conftest.
$ac_ext <<_ACEOF
26761 /* end confdefs.h. */
26776 rm -f conftest.
$ac_objext
26777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26778 (eval $ac_compile) 2>conftest.er1
26780 grep -v '^ *+' conftest.er1
>conftest.err
26782 cat conftest.err
>&5
26783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26784 (exit $ac_status); } &&
26785 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26787 (eval $ac_try) 2>&5
26789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26790 (exit $ac_status); }; } &&
26791 { ac_try
='test -s conftest.$ac_objext'
26792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26793 (eval $ac_try) 2>&5
26795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26796 (exit $ac_status); }; }; then
26799 echo "$as_me: failed program was:" >&5
26800 sed 's/^/| /' conftest.
$ac_ext >&5
26805 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26809 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
26810 echo "${ECHO_T}$wx_cv_spbcdata" >&6
26812 if test $wx_cv_spbcdata = "yes"; then
26813 cat >>confdefs.h
<<\_ACEOF
26814 #define HAVE_SPBCDATA 1
26820 if test "$TOOLKIT" = "PM" ; then
26823 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
26826 if test "$wxUSE_UNIVERSAL" = "yes"; then
26827 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26831 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26832 DISTDIR
="wx\$(TOOLKIT)"
26838 if test "$USE_WIN32" = 1 ; then
26842 GUIDIST
="BASE_DIST"
26852 if test "$TOOLKIT" != "MSW" ; then
26854 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
26856 if test "${ac_cv_header_sql_h+set}" = set; then
26857 echo "$as_me:$LINENO: checking for sql.h" >&5
26858 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26859 if test "${ac_cv_header_sql_h+set}" = set; then
26860 echo $ECHO_N "(cached) $ECHO_C" >&6
26862 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26863 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26865 # Is the header compilable?
26866 echo "$as_me:$LINENO: checking sql.h usability" >&5
26867 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
26868 cat >conftest.
$ac_ext <<_ACEOF
26871 cat confdefs.h
>>conftest.
$ac_ext
26872 cat >>conftest.
$ac_ext <<_ACEOF
26873 /* end confdefs.h. */
26874 $ac_includes_default
26877 rm -f conftest.
$ac_objext
26878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26879 (eval $ac_compile) 2>conftest.er1
26881 grep -v '^ *+' conftest.er1
>conftest.err
26883 cat conftest.err
>&5
26884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26885 (exit $ac_status); } &&
26886 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26888 (eval $ac_try) 2>&5
26890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26891 (exit $ac_status); }; } &&
26892 { ac_try
='test -s conftest.$ac_objext'
26893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26894 (eval $ac_try) 2>&5
26896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26897 (exit $ac_status); }; }; then
26898 ac_header_compiler
=yes
26900 echo "$as_me: failed program was:" >&5
26901 sed 's/^/| /' conftest.
$ac_ext >&5
26903 ac_header_compiler
=no
26905 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26906 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26907 echo "${ECHO_T}$ac_header_compiler" >&6
26909 # Is the header present?
26910 echo "$as_me:$LINENO: checking sql.h presence" >&5
26911 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
26912 cat >conftest.
$ac_ext <<_ACEOF
26915 cat confdefs.h
>>conftest.
$ac_ext
26916 cat >>conftest.
$ac_ext <<_ACEOF
26917 /* end confdefs.h. */
26920 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26921 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26923 grep -v '^ *+' conftest.er1
>conftest.err
26925 cat conftest.err
>&5
26926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26927 (exit $ac_status); } >/dev
/null
; then
26928 if test -s conftest.err
; then
26929 ac_cpp_err
=$ac_c_preproc_warn_flag
26930 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26937 if test -z "$ac_cpp_err"; then
26938 ac_header_preproc
=yes
26940 echo "$as_me: failed program was:" >&5
26941 sed 's/^/| /' conftest.
$ac_ext >&5
26943 ac_header_preproc
=no
26945 rm -f conftest.err conftest.
$ac_ext
26946 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26947 echo "${ECHO_T}$ac_header_preproc" >&6
26949 # So? What about this header?
26950 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26952 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
26953 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26954 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
26955 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
26956 ac_header_preproc
=yes
26959 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
26960 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
26961 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
26962 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
26963 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
26964 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
26965 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
26966 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
26967 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
26968 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
26969 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
26970 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
26973 ## ----------------------------------------- ##
26974 ## Report this to wx-dev@lists.wxwidgets.org ##
26975 ## ----------------------------------------- ##
26978 sed "s/^/$as_me: WARNING: /" >&2
26981 echo "$as_me:$LINENO: checking for sql.h" >&5
26982 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26983 if test "${ac_cv_header_sql_h+set}" = set; then
26984 echo $ECHO_N "(cached) $ECHO_C" >&6
26986 ac_cv_header_sql_h
=$ac_header_preproc
26988 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26989 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26992 if test $ac_cv_header_sql_h = yes; then
26997 if test "x$found_sql_h" = "x1" ; then
26998 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
26999 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
27000 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
27001 echo $ECHO_N "(cached) $ECHO_C" >&6
27003 ac_check_lib_save_LIBS
=$LIBS
27004 LIBS
="-liodbc $LIBS"
27005 cat >conftest.
$ac_ext <<_ACEOF
27008 cat confdefs.h
>>conftest.
$ac_ext
27009 cat >>conftest.
$ac_ext <<_ACEOF
27010 /* end confdefs.h. */
27012 /* Override any gcc2 internal prototype to avoid an error. */
27016 /* We use char because int might match the return type of a gcc2
27017 builtin and then its argument prototype would still apply. */
27018 char SQLAllocEnv ();
27027 rm -f conftest.
$ac_objext conftest
$ac_exeext
27028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27029 (eval $ac_link) 2>conftest.er1
27031 grep -v '^ *+' conftest.er1
>conftest.err
27033 cat conftest.err
>&5
27034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27035 (exit $ac_status); } &&
27036 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27038 (eval $ac_try) 2>&5
27040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27041 (exit $ac_status); }; } &&
27042 { ac_try
='test -s conftest$ac_exeext'
27043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27044 (eval $ac_try) 2>&5
27046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27047 (exit $ac_status); }; }; then
27048 ac_cv_lib_iodbc_SQLAllocEnv
=yes
27050 echo "$as_me: failed program was:" >&5
27051 sed 's/^/| /' conftest.
$ac_ext >&5
27053 ac_cv_lib_iodbc_SQLAllocEnv
=no
27055 rm -f conftest.err conftest.
$ac_objext \
27056 conftest
$ac_exeext conftest.
$ac_ext
27057 LIBS
=$ac_check_lib_save_LIBS
27059 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
27060 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
27061 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
27062 ODBC_LINK
=" -liodbc"
27065 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
27066 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
27067 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
27068 echo $ECHO_N "(cached) $ECHO_C" >&6
27070 ac_check_lib_save_LIBS
=$LIBS
27071 LIBS
="-lunixodbc $LIBS"
27072 cat >conftest.
$ac_ext <<_ACEOF
27075 cat confdefs.h
>>conftest.
$ac_ext
27076 cat >>conftest.
$ac_ext <<_ACEOF
27077 /* end confdefs.h. */
27079 /* Override any gcc2 internal prototype to avoid an error. */
27083 /* We use char because int might match the return type of a gcc2
27084 builtin and then its argument prototype would still apply. */
27085 char SQLAllocEnv ();
27094 rm -f conftest.
$ac_objext conftest
$ac_exeext
27095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27096 (eval $ac_link) 2>conftest.er1
27098 grep -v '^ *+' conftest.er1
>conftest.err
27100 cat conftest.err
>&5
27101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27102 (exit $ac_status); } &&
27103 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27105 (eval $ac_try) 2>&5
27107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27108 (exit $ac_status); }; } &&
27109 { ac_try
='test -s conftest$ac_exeext'
27110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27111 (eval $ac_try) 2>&5
27113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27114 (exit $ac_status); }; }; then
27115 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
27117 echo "$as_me: failed program was:" >&5
27118 sed 's/^/| /' conftest.
$ac_ext >&5
27120 ac_cv_lib_unixodbc_SQLAllocEnv
=no
27122 rm -f conftest.err conftest.
$ac_objext \
27123 conftest
$ac_exeext conftest.
$ac_ext
27124 LIBS
=$ac_check_lib_save_LIBS
27126 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
27127 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
27128 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
27129 ODBC_LINK
=" -lunixodbc"
27132 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
27133 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
27134 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
27135 echo $ECHO_N "(cached) $ECHO_C" >&6
27137 ac_check_lib_save_LIBS
=$LIBS
27138 LIBS
="-lodbc $LIBS"
27139 cat >conftest.
$ac_ext <<_ACEOF
27142 cat confdefs.h
>>conftest.
$ac_ext
27143 cat >>conftest.
$ac_ext <<_ACEOF
27144 /* end confdefs.h. */
27146 /* Override any gcc2 internal prototype to avoid an error. */
27150 /* We use char because int might match the return type of a gcc2
27151 builtin and then its argument prototype would still apply. */
27152 char SQLAllocEnv ();
27161 rm -f conftest.
$ac_objext conftest
$ac_exeext
27162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27163 (eval $ac_link) 2>conftest.er1
27165 grep -v '^ *+' conftest.er1
>conftest.err
27167 cat conftest.err
>&5
27168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27169 (exit $ac_status); } &&
27170 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27172 (eval $ac_try) 2>&5
27174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27175 (exit $ac_status); }; } &&
27176 { ac_try
='test -s conftest$ac_exeext'
27177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27178 (eval $ac_try) 2>&5
27180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27181 (exit $ac_status); }; }; then
27182 ac_cv_lib_odbc_SQLAllocEnv
=yes
27184 echo "$as_me: failed program was:" >&5
27185 sed 's/^/| /' conftest.
$ac_ext >&5
27187 ac_cv_lib_odbc_SQLAllocEnv
=no
27189 rm -f conftest.err conftest.
$ac_objext \
27190 conftest
$ac_exeext conftest.
$ac_ext
27191 LIBS
=$ac_check_lib_save_LIBS
27193 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
27194 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
27195 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
27196 ODBC_LINK
=" -lodbc"
27206 if test "x$ODBC_LINK" = "x" ; then
27207 if test "$wxUSE_ODBC" = "sys" ; then
27208 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
27209 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
27210 { (exit 1); exit 1; }; }
27212 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
27213 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
27220 if test "$wxUSE_ODBC" != "no" ; then
27221 cat >>confdefs.h
<<\_ACEOF
27222 #define wxUSE_ODBC 1
27225 if test "$wxUSE_ODBC" = "builtin" ; then
27226 cat >>confdefs.h
<<\_ACEOF
27227 #define wxUSE_BUILTIN_IODBC 1
27231 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
27233 WXODBCFLAG
="-D_IODBC_"
27239 if test "$wxUSE_DISPLAY" = "yes"; then
27240 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
27241 echo "$as_me:$LINENO: checking for Xinerama" >&5
27242 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
27245 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27247 for ac_extension
in a so sl dylib
; do
27248 if test -f "$ac_dir/libXinerama.$ac_extension"; then
27249 ac_find_libraries
=$ac_dir
27255 if test "$ac_find_libraries" != "" ; then
27257 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27259 if test $result = 0; then
27262 ac_path_to_link
=" -L$ac_find_libraries"
27265 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27266 LDFLAGS
="$LDFLAGS $ac_path_to_link"
27268 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
27269 echo "$as_me:$LINENO: result: yes" >&5
27270 echo "${ECHO_T}yes" >&6
27272 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
27273 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
27276 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27278 for ac_extension
in a so sl dylib
; do
27279 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
27280 ac_find_libraries
=$ac_dir
27286 if test "$ac_find_libraries" != "" ; then
27287 echo "$as_me:$LINENO: result: yes" >&5
27288 echo "${ECHO_T}yes" >&6
27290 for ac_header
in X
11/extensions
/xf86vmode.h
27292 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27293 echo "$as_me:$LINENO: checking for $ac_header" >&5
27294 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27295 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27296 echo $ECHO_N "(cached) $ECHO_C" >&6
27298 cat >conftest.
$ac_ext <<_ACEOF
27301 cat confdefs.h
>>conftest.
$ac_ext
27302 cat >>conftest.
$ac_ext <<_ACEOF
27303 /* end confdefs.h. */
27305 #if HAVE_X11_XLIB_H
27306 #include <X11/Xlib.h>
27310 #include <$ac_header>
27312 rm -f conftest.
$ac_objext
27313 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27314 (eval $ac_compile) 2>conftest.er1
27316 grep -v '^ *+' conftest.er1
>conftest.err
27318 cat conftest.err
>&5
27319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27320 (exit $ac_status); } &&
27321 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27323 (eval $ac_try) 2>&5
27325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27326 (exit $ac_status); }; } &&
27327 { ac_try
='test -s conftest.$ac_objext'
27328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27329 (eval $ac_try) 2>&5
27331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27332 (exit $ac_status); }; }; then
27333 eval "$as_ac_Header=yes"
27335 echo "$as_me: failed program was:" >&5
27336 sed 's/^/| /' conftest.
$ac_ext >&5
27338 eval "$as_ac_Header=no"
27340 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27342 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27343 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27344 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27345 cat >>confdefs.h
<<_ACEOF
27346 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27349 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
27356 echo "$as_me:$LINENO: result: no" >&5
27357 echo "${ECHO_T}no" >&6
27361 echo "$as_me:$LINENO: result: no" >&5
27362 echo "${ECHO_T}no" >&6
27363 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
27364 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
27367 elif test "$wxUSE_MSW" = 1; then
27370 for ac_header
in multimon.h ddraw.h
27372 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27373 echo "$as_me:$LINENO: checking for $ac_header" >&5
27374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27375 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27376 echo $ECHO_N "(cached) $ECHO_C" >&6
27378 cat >conftest.
$ac_ext <<_ACEOF
27381 cat confdefs.h
>>conftest.
$ac_ext
27382 cat >>conftest.
$ac_ext <<_ACEOF
27383 /* end confdefs.h. */
27384 #include <windows.h>
27386 #include <$ac_header>
27388 rm -f conftest.
$ac_objext
27389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27390 (eval $ac_compile) 2>conftest.er1
27392 grep -v '^ *+' conftest.er1
>conftest.err
27394 cat conftest.err
>&5
27395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27396 (exit $ac_status); } &&
27397 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27399 (eval $ac_try) 2>&5
27401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27402 (exit $ac_status); }; } &&
27403 { ac_try
='test -s conftest.$ac_objext'
27404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27405 (eval $ac_try) 2>&5
27407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27408 (exit $ac_status); }; }; then
27409 eval "$as_ac_Header=yes"
27411 echo "$as_me: failed program was:" >&5
27412 sed 's/^/| /' conftest.
$ac_ext >&5
27414 eval "$as_ac_Header=no"
27416 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27418 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27419 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27420 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27421 cat >>confdefs.h
<<_ACEOF
27422 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27428 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
27429 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
27439 if test "$wxUSE_MEDIACTRL" = "yes"; then
27440 if test "$wxUSE_MSW" = 1; then
27441 wxUSE_DIRECTSHOW
="yes"
27443 for ac_header
in dshow.h
27445 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27446 echo "$as_me:$LINENO: checking for $ac_header" >&5
27447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27448 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27449 echo $ECHO_N "(cached) $ECHO_C" >&6
27451 cat >conftest.
$ac_ext <<_ACEOF
27454 cat confdefs.h
>>conftest.
$ac_ext
27455 cat >>conftest.
$ac_ext <<_ACEOF
27456 /* end confdefs.h. */
27457 #include <windows.h>
27459 #include <$ac_header>
27461 rm -f conftest.
$ac_objext
27462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27463 (eval $ac_compile) 2>conftest.er1
27465 grep -v '^ *+' conftest.er1
>conftest.err
27467 cat conftest.err
>&5
27468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27469 (exit $ac_status); } &&
27470 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27472 (eval $ac_try) 2>&5
27474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27475 (exit $ac_status); }; } &&
27476 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
27482 eval "$as_ac_Header=yes"
27484 echo "$as_me: failed program was:" >&5
27485 sed 's/^/| /' conftest.
$ac_ext >&5
27487 eval "$as_ac_Header=no"
27489 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27491 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27492 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27493 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27494 cat >>confdefs.h
<<_ACEOF
27495 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27500 wxUSE_DIRECTSHOW
="no"
27501 { echo "$as_me:$LINENO: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&5
27502 echo "$as_me: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&2;}
27509 if test "$wxUSE_DIRECTSHOW" = "yes"; then
27510 cat >>confdefs.h
<<\_ACEOF
27511 #define wxUSE_DIRECTSHOW 1
27514 LIBS
="$LIBS -lstrmiids"
27518 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
27519 cat >>confdefs.h
<<\_ACEOF
27520 #define wxUSE_MEDIACTRL 1
27527 if test "$wxUSE_OPENGL" = "yes"; then
27528 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
27529 OPENGL_LIBS
="-framework OpenGL -framework AGL"
27530 elif test "$wxUSE_MSW" = 1; then
27531 OPENGL_LIBS
="-lopengl32 -lglu32"
27536 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
27538 if test -f "$ac_dir/GL/gl.h"; then
27539 ac_find_includes
=$ac_dir
27544 if test "$ac_find_includes" != "" ; then
27545 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27546 echo "${ECHO_T}found in $ac_find_includes" >&6
27548 if test "x$ac_find_includes" = "x/usr/include"; then
27549 ac_path_to_include
=""
27551 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
27553 if test $result = 0; then
27554 ac_path_to_include
=""
27556 ac_path_to_include
=" -I$ac_find_includes"
27560 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
27563 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27564 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27565 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27566 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27567 echo $ECHO_N "(cached) $ECHO_C" >&6
27569 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27570 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27572 # Is the header compilable?
27573 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
27574 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
27575 cat >conftest.
$ac_ext <<_ACEOF
27578 cat confdefs.h
>>conftest.
$ac_ext
27579 cat >>conftest.
$ac_ext <<_ACEOF
27580 /* end confdefs.h. */
27581 $ac_includes_default
27584 rm -f conftest.
$ac_objext
27585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27586 (eval $ac_compile) 2>conftest.er1
27588 grep -v '^ *+' conftest.er1
>conftest.err
27590 cat conftest.err
>&5
27591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27592 (exit $ac_status); } &&
27593 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27595 (eval $ac_try) 2>&5
27597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27598 (exit $ac_status); }; } &&
27599 { ac_try
='test -s conftest.$ac_objext'
27600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27601 (eval $ac_try) 2>&5
27603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27604 (exit $ac_status); }; }; then
27605 ac_header_compiler
=yes
27607 echo "$as_me: failed program was:" >&5
27608 sed 's/^/| /' conftest.
$ac_ext >&5
27610 ac_header_compiler
=no
27612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27613 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27614 echo "${ECHO_T}$ac_header_compiler" >&6
27616 # Is the header present?
27617 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
27618 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
27619 cat >conftest.
$ac_ext <<_ACEOF
27622 cat confdefs.h
>>conftest.
$ac_ext
27623 cat >>conftest.
$ac_ext <<_ACEOF
27624 /* end confdefs.h. */
27627 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27628 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27630 grep -v '^ *+' conftest.er1
>conftest.err
27632 cat conftest.err
>&5
27633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27634 (exit $ac_status); } >/dev
/null
; then
27635 if test -s conftest.err
; then
27636 ac_cpp_err
=$ac_c_preproc_warn_flag
27637 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
27644 if test -z "$ac_cpp_err"; then
27645 ac_header_preproc
=yes
27647 echo "$as_me: failed program was:" >&5
27648 sed 's/^/| /' conftest.
$ac_ext >&5
27650 ac_header_preproc
=no
27652 rm -f conftest.err conftest.
$ac_ext
27653 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27654 echo "${ECHO_T}$ac_header_preproc" >&6
27656 # So? What about this header?
27657 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27659 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
27660 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27661 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
27662 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
27663 ac_header_preproc
=yes
27666 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
27667 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
27668 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
27669 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
27670 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
27671 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
27672 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
27673 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
27674 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
27675 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
27676 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
27677 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
27680 ## ----------------------------------------- ##
27681 ## Report this to wx-dev@lists.wxwidgets.org ##
27682 ## ----------------------------------------- ##
27685 sed "s/^/$as_me: WARNING: /" >&2
27688 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27689 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27690 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27691 echo $ECHO_N "(cached) $ECHO_C" >&6
27693 ac_cv_header_GL_gl_h
=$ac_header_preproc
27695 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27696 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27699 if test $ac_cv_header_GL_gl_h = yes; then
27703 echo "$as_me:$LINENO: checking for -lGL" >&5
27704 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
27707 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27709 for ac_extension
in a so sl dylib
; do
27710 if test -f "$ac_dir/libGL.$ac_extension"; then
27711 ac_find_libraries
=$ac_dir
27717 if test "$ac_find_libraries" != "" ; then
27719 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27721 if test $result = 0; then
27724 ac_path_to_link
=" -L$ac_find_libraries"
27727 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27728 LDFLAGS_GL
="$ac_path_to_link"
27733 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27735 for ac_extension
in a so sl dylib
; do
27736 if test -f "$ac_dir/libGLU.$ac_extension"; then
27737 ac_find_libraries
=$ac_dir
27743 if test "$ac_find_libraries" != "" ; then
27745 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27747 if test $result = 0; then
27750 ac_path_to_link
=" -L$ac_find_libraries"
27753 if test "$ac_path_to_link" != " -L/usr/lib" -a \
27754 "$ac_path_to_link" != "$LDFLAGS_GL"; then
27755 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
27759 OPENGL_LIBS
="-lGL -lGLU"
27760 echo "$as_me:$LINENO: result: yes" >&5
27761 echo "${ECHO_T}yes" >&6
27765 if test "$found_gl" != 1; then
27766 echo "$as_me:$LINENO: result: no" >&5
27767 echo "${ECHO_T}no" >&6
27768 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
27769 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
27772 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27774 for ac_extension
in a so sl dylib
; do
27775 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
27776 ac_find_libraries
=$ac_dir
27782 if test "$ac_find_libraries" != "" ; then
27784 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27786 if test $result = 0; then
27789 ac_path_to_link
=" -L$ac_find_libraries"
27792 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
27793 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
27794 echo "$as_me:$LINENO: result: yes" >&5
27795 echo "${ECHO_T}yes" >&6
27797 echo "$as_me:$LINENO: result: no" >&5
27798 echo "${ECHO_T}no" >&6
27806 if test "x$OPENGL_LIBS" = "x"; then
27807 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
27808 echo "$as_me: error: OpenGL libraries not available" >&2;}
27809 { (exit 1); exit 1; }; }
27813 if test "$wxUSE_OPENGL" = "yes"; then
27815 cat >>confdefs.h
<<\_ACEOF
27816 #define wxUSE_OPENGL 1
27819 cat >>confdefs.h
<<\_ACEOF
27820 #define wxUSE_GLCANVAS 1
27823 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
27828 if test -n "$TOOLKIT" ; then
27829 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
27834 if test "$wxUSE_SHARED" = "yes"; then
27838 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
27839 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
27844 if test "$wxUSE_SHARED" = "yes"; then
27847 found_versioning
=no
27850 if test $found_versioning = no
; then
27851 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
27852 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
27853 if test "${wx_cv_version_script+set}" = set; then
27854 echo $ECHO_N "(cached) $ECHO_C" >&6
27857 echo "VER_1 { *; };" >conftest.sym
27858 echo "int main() { return 0; }" >conftest.cpp
27861 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
27862 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
27863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27864 (eval $ac_try) 2>&5
27866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27867 (exit $ac_status); }; } ; then
27868 if test -s conftest.stderr
; then
27869 wx_cv_version_script
=no
27871 wx_cv_version_script
=yes
27874 wx_cv_version_script
=no
27876 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
27879 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
27880 echo "${ECHO_T}$wx_cv_version_script" >&6
27881 if test $wx_cv_version_script = yes ; then
27882 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
27888 *-*-linux* | *-*-gnu* )
27889 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27890 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
27894 if test "$GCC" = yes ; then
27895 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
27897 saveLdflags
="$LDFLAGS"
27898 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
27899 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
27900 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
27901 cat >conftest.
$ac_ext <<_ACEOF
27904 cat confdefs.h
>>conftest.
$ac_ext
27905 cat >>conftest.
$ac_ext <<_ACEOF
27906 /* end confdefs.h. */
27916 rm -f conftest.
$ac_objext conftest
$ac_exeext
27917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27918 (eval $ac_link) 2>conftest.er1
27920 grep -v '^ *+' conftest.er1
>conftest.err
27922 cat conftest.err
>&5
27923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27924 (exit $ac_status); } &&
27925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27927 (eval $ac_try) 2>&5
27929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27930 (exit $ac_status); }; } &&
27931 { ac_try
='test -s conftest$ac_exeext'
27932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27933 (eval $ac_try) 2>&5
27935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27936 (exit $ac_status); }; }; then
27938 echo "$as_me:$LINENO: result: yes" >&5
27939 echo "${ECHO_T}yes" >&6
27940 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27941 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
27944 echo "$as_me: failed program was:" >&5
27945 sed 's/^/| /' conftest.
$ac_ext >&5
27948 echo "$as_me:$LINENO: result: no" >&5
27949 echo "${ECHO_T}no" >&6
27950 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
27951 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
27952 LDFLAGS
="$saveLdflags -Wl,-R,/"
27953 cat >conftest.
$ac_ext <<_ACEOF
27956 cat confdefs.h
>>conftest.
$ac_ext
27957 cat >>conftest.
$ac_ext <<_ACEOF
27958 /* end confdefs.h. */
27968 rm -f conftest.
$ac_objext conftest
$ac_exeext
27969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27970 (eval $ac_link) 2>conftest.er1
27972 grep -v '^ *+' conftest.er1
>conftest.err
27974 cat conftest.err
>&5
27975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27976 (exit $ac_status); } &&
27977 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27979 (eval $ac_try) 2>&5
27981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27982 (exit $ac_status); }; } &&
27983 { ac_try
='test -s conftest$ac_exeext'
27984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27985 (eval $ac_try) 2>&5
27987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27988 (exit $ac_status); }; }; then
27990 echo "$as_me:$LINENO: result: yes" >&5
27991 echo "${ECHO_T}yes" >&6
27992 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
27993 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
27996 echo "$as_me: failed program was:" >&5
27997 sed 's/^/| /' conftest.
$ac_ext >&5
28000 echo "$as_me:$LINENO: result: no" >&5
28001 echo "${ECHO_T}no" >&6
28004 rm -f conftest.err conftest.
$ac_objext \
28005 conftest
$ac_exeext conftest.
$ac_ext
28008 rm -f conftest.err conftest.
$ac_objext \
28009 conftest
$ac_exeext conftest.
$ac_ext
28010 LDFLAGS
="$saveLdflags"
28012 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
28013 WXCONFIG_RPATH
="-R\$libdir"
28017 powerpc
-*-darwin* )
28018 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
28019 cat <<EOF >change-install-names
28021 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
28022 inst_cmd="install_name_tool "
28023 for i in \${libnames} ; do
28024 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
28028 chmod +x change
-install-names
28031 *-*-cygwin* | *-*-mingw32* )
28032 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
28037 if test $wxUSE_RPATH = "no"; then
28038 SAMPLES_RPATH_FLAG
=''
28039 SAMPLES_RPATH_POSTLINK
=''
28047 config_linkage_component
="-static"
28054 lib_unicode_suffix
=
28056 if test "$wxUSE_UNICODE" = "yes"; then
28057 lib_unicode_suffix
=u
28058 WX_CHARTYPE
="unicode"
28063 WX_DEBUGTYPE
="release"
28065 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
28067 WX_DEBUGTYPE
="debug"
28071 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
28072 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
28075 if test "$wxUSE_DEBUG_INFO" = "yes"; then
28079 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
28081 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
28083 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
28085 if test "$cross_compiling" = "yes"; then
28086 HOST_SUFFIX
="-$host_alias"
28087 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
28088 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
28091 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
28092 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
28096 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
28097 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
28098 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
28100 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
28102 # Extract the first word of "Rez", so it can be a program name with args.
28103 set dummy Rez
; ac_word
=$2
28104 echo "$as_me:$LINENO: checking for $ac_word" >&5
28105 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28106 if test "${ac_cv_prog_RESCOMP+set}" = set; then
28107 echo $ECHO_N "(cached) $ECHO_C" >&6
28109 if test -n "$RESCOMP"; then
28110 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
28112 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28113 for as_dir
in $PATH
28116 test -z "$as_dir" && as_dir
=.
28117 for ac_exec_ext
in '' $ac_executable_extensions; do
28118 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28119 ac_cv_prog_RESCOMP
="Rez"
28120 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28126 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
28129 RESCOMP
=$ac_cv_prog_RESCOMP
28130 if test -n "$RESCOMP"; then
28131 echo "$as_me:$LINENO: result: $RESCOMP" >&5
28132 echo "${ECHO_T}$RESCOMP" >&6
28134 echo "$as_me:$LINENO: result: no" >&5
28135 echo "${ECHO_T}no" >&6
28138 # Extract the first word of "DeRez", so it can be a program name with args.
28139 set dummy DeRez
; ac_word
=$2
28140 echo "$as_me:$LINENO: checking for $ac_word" >&5
28141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28142 if test "${ac_cv_prog_DEREZ+set}" = set; then
28143 echo $ECHO_N "(cached) $ECHO_C" >&6
28145 if test -n "$DEREZ"; then
28146 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
28148 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28149 for as_dir
in $PATH
28152 test -z "$as_dir" && as_dir
=.
28153 for ac_exec_ext
in '' $ac_executable_extensions; do
28154 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28155 ac_cv_prog_DEREZ
="DeRez"
28156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28162 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
28165 DEREZ
=$ac_cv_prog_DEREZ
28166 if test -n "$DEREZ"; then
28167 echo "$as_me:$LINENO: result: $DEREZ" >&5
28168 echo "${ECHO_T}$DEREZ" >&6
28170 echo "$as_me:$LINENO: result: no" >&5
28171 echo "${ECHO_T}no" >&6
28174 # Extract the first word of "SetFile", so it can be a program name with args.
28175 set dummy SetFile
; ac_word
=$2
28176 echo "$as_me:$LINENO: checking for $ac_word" >&5
28177 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28178 if test "${ac_cv_prog_SETFILE+set}" = set; then
28179 echo $ECHO_N "(cached) $ECHO_C" >&6
28181 if test -n "$SETFILE"; then
28182 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
28184 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28185 for as_dir
in $PATH
28188 test -z "$as_dir" && as_dir
=.
28189 for ac_exec_ext
in '' $ac_executable_extensions; do
28190 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28191 ac_cv_prog_SETFILE
="SetFile"
28192 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28198 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
28201 SETFILE
=$ac_cv_prog_SETFILE
28202 if test -n "$SETFILE"; then
28203 echo "$as_me:$LINENO: result: $SETFILE" >&5
28204 echo "${ECHO_T}$SETFILE" >&6
28206 echo "$as_me:$LINENO: result: no" >&5
28207 echo "${ECHO_T}no" >&6
28211 MACSETFILE
="\$(SETFILE)"
28213 if test "$wxUSE_MAC" = 1; then
28214 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
28216 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
28218 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
28219 MACRESWXCONFIG
="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
28223 MACRESWXCONFIG
="@true"
28225 if test "$wxUSE_PM" = 1; then
28226 MACRESCOMP
="emxbind -ep"
28234 echo "$as_me:$LINENO: checking for mode_t" >&5
28235 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
28236 if test "${ac_cv_type_mode_t+set}" = set; then
28237 echo $ECHO_N "(cached) $ECHO_C" >&6
28239 cat >conftest.
$ac_ext <<_ACEOF
28242 cat confdefs.h
>>conftest.
$ac_ext
28243 cat >>conftest.
$ac_ext <<_ACEOF
28244 /* end confdefs.h. */
28245 $ac_includes_default
28251 if (sizeof (mode_t))
28257 rm -f conftest.
$ac_objext
28258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28259 (eval $ac_compile) 2>conftest.er1
28261 grep -v '^ *+' conftest.er1
>conftest.err
28263 cat conftest.err
>&5
28264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28265 (exit $ac_status); } &&
28266 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28268 (eval $ac_try) 2>&5
28270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28271 (exit $ac_status); }; } &&
28272 { ac_try
='test -s conftest.$ac_objext'
28273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28274 (eval $ac_try) 2>&5
28276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28277 (exit $ac_status); }; }; then
28278 ac_cv_type_mode_t
=yes
28280 echo "$as_me: failed program was:" >&5
28281 sed 's/^/| /' conftest.
$ac_ext >&5
28283 ac_cv_type_mode_t
=no
28285 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28287 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
28288 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
28289 if test $ac_cv_type_mode_t = yes; then
28293 cat >>confdefs.h
<<_ACEOF
28299 echo "$as_me:$LINENO: checking for off_t" >&5
28300 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
28301 if test "${ac_cv_type_off_t+set}" = set; then
28302 echo $ECHO_N "(cached) $ECHO_C" >&6
28304 cat >conftest.
$ac_ext <<_ACEOF
28307 cat confdefs.h
>>conftest.
$ac_ext
28308 cat >>conftest.
$ac_ext <<_ACEOF
28309 /* end confdefs.h. */
28310 $ac_includes_default
28316 if (sizeof (off_t))
28322 rm -f conftest.
$ac_objext
28323 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28324 (eval $ac_compile) 2>conftest.er1
28326 grep -v '^ *+' conftest.er1
>conftest.err
28328 cat conftest.err
>&5
28329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28330 (exit $ac_status); } &&
28331 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28333 (eval $ac_try) 2>&5
28335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28336 (exit $ac_status); }; } &&
28337 { ac_try
='test -s conftest.$ac_objext'
28338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28339 (eval $ac_try) 2>&5
28341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28342 (exit $ac_status); }; }; then
28343 ac_cv_type_off_t
=yes
28345 echo "$as_me: failed program was:" >&5
28346 sed 's/^/| /' conftest.
$ac_ext >&5
28348 ac_cv_type_off_t
=no
28350 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28352 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
28353 echo "${ECHO_T}$ac_cv_type_off_t" >&6
28354 if test $ac_cv_type_off_t = yes; then
28358 cat >>confdefs.h
<<_ACEOF
28364 echo "$as_me:$LINENO: checking for pid_t" >&5
28365 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
28366 if test "${ac_cv_type_pid_t+set}" = set; then
28367 echo $ECHO_N "(cached) $ECHO_C" >&6
28369 cat >conftest.
$ac_ext <<_ACEOF
28372 cat confdefs.h
>>conftest.
$ac_ext
28373 cat >>conftest.
$ac_ext <<_ACEOF
28374 /* end confdefs.h. */
28375 $ac_includes_default
28381 if (sizeof (pid_t))
28387 rm -f conftest.
$ac_objext
28388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28389 (eval $ac_compile) 2>conftest.er1
28391 grep -v '^ *+' conftest.er1
>conftest.err
28393 cat conftest.err
>&5
28394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28395 (exit $ac_status); } &&
28396 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28398 (eval $ac_try) 2>&5
28400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28401 (exit $ac_status); }; } &&
28402 { ac_try
='test -s conftest.$ac_objext'
28403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28404 (eval $ac_try) 2>&5
28406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28407 (exit $ac_status); }; }; then
28408 ac_cv_type_pid_t
=yes
28410 echo "$as_me: failed program was:" >&5
28411 sed 's/^/| /' conftest.
$ac_ext >&5
28413 ac_cv_type_pid_t
=no
28415 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28417 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
28418 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
28419 if test $ac_cv_type_pid_t = yes; then
28423 cat >>confdefs.h
<<_ACEOF
28429 echo "$as_me:$LINENO: checking for size_t" >&5
28430 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
28431 if test "${ac_cv_type_size_t+set}" = set; then
28432 echo $ECHO_N "(cached) $ECHO_C" >&6
28434 cat >conftest.
$ac_ext <<_ACEOF
28437 cat confdefs.h
>>conftest.
$ac_ext
28438 cat >>conftest.
$ac_ext <<_ACEOF
28439 /* end confdefs.h. */
28440 $ac_includes_default
28446 if (sizeof (size_t))
28452 rm -f conftest.
$ac_objext
28453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28454 (eval $ac_compile) 2>conftest.er1
28456 grep -v '^ *+' conftest.er1
>conftest.err
28458 cat conftest.err
>&5
28459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28460 (exit $ac_status); } &&
28461 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28463 (eval $ac_try) 2>&5
28465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28466 (exit $ac_status); }; } &&
28467 { ac_try
='test -s conftest.$ac_objext'
28468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28469 (eval $ac_try) 2>&5
28471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28472 (exit $ac_status); }; }; then
28473 ac_cv_type_size_t
=yes
28475 echo "$as_me: failed program was:" >&5
28476 sed 's/^/| /' conftest.
$ac_ext >&5
28478 ac_cv_type_size_t
=no
28480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28482 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
28483 echo "${ECHO_T}$ac_cv_type_size_t" >&6
28484 if test $ac_cv_type_size_t = yes; then
28488 cat >>confdefs.h
<<_ACEOF
28489 #define size_t unsigned
28494 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
28495 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
28496 if test "${ac_cv_type_uid_t+set}" = set; then
28497 echo $ECHO_N "(cached) $ECHO_C" >&6
28499 cat >conftest.
$ac_ext <<_ACEOF
28502 cat confdefs.h
>>conftest.
$ac_ext
28503 cat >>conftest.
$ac_ext <<_ACEOF
28504 /* end confdefs.h. */
28505 #include <sys/types.h>
28508 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
28509 $EGREP "uid_t" >/dev
/null
2>&1; then
28510 ac_cv_type_uid_t
=yes
28512 ac_cv_type_uid_t
=no
28517 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
28518 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
28519 if test $ac_cv_type_uid_t = no
; then
28521 cat >>confdefs.h
<<\_ACEOF
28526 cat >>confdefs.h
<<\_ACEOF
28533 echo "$as_me:$LINENO: checking for ssize_t" >&5
28534 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
28535 if test "${ac_cv_type_ssize_t+set}" = set; then
28536 echo $ECHO_N "(cached) $ECHO_C" >&6
28538 cat >conftest.
$ac_ext <<_ACEOF
28541 cat confdefs.h
>>conftest.
$ac_ext
28542 cat >>conftest.
$ac_ext <<_ACEOF
28543 /* end confdefs.h. */
28544 $ac_includes_default
28550 if (sizeof (ssize_t))
28556 rm -f conftest.
$ac_objext
28557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28558 (eval $ac_compile) 2>conftest.er1
28560 grep -v '^ *+' conftest.er1
>conftest.err
28562 cat conftest.err
>&5
28563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28564 (exit $ac_status); } &&
28565 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28567 (eval $ac_try) 2>&5
28569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28570 (exit $ac_status); }; } &&
28571 { ac_try
='test -s conftest.$ac_objext'
28572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28573 (eval $ac_try) 2>&5
28575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28576 (exit $ac_status); }; }; then
28577 ac_cv_type_ssize_t
=yes
28579 echo "$as_me: failed program was:" >&5
28580 sed 's/^/| /' conftest.
$ac_ext >&5
28582 ac_cv_type_ssize_t
=no
28584 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28586 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
28587 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
28588 if test $ac_cv_type_ssize_t = yes; then
28590 cat >>confdefs.h
<<_ACEOF
28591 #define HAVE_SSIZE_T 1
28601 ac_cpp
='$CXXCPP $CPPFLAGS'
28602 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28603 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28604 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28606 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
28607 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
28608 if test "${wx_cv_size_t_is_uint+set}" = set; then
28609 echo $ECHO_N "(cached) $ECHO_C" >&6
28612 cat >conftest.
$ac_ext <<_ACEOF
28615 cat confdefs.h
>>conftest.
$ac_ext
28616 cat >>conftest.
$ac_ext <<_ACEOF
28617 /* end confdefs.h. */
28618 #include <stddef.h>
28625 struct Foo { void foo(size_t); void foo(unsigned int); };
28633 rm -f conftest.
$ac_objext
28634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28635 (eval $ac_compile) 2>conftest.er1
28637 grep -v '^ *+' conftest.er1
>conftest.err
28639 cat conftest.err
>&5
28640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28641 (exit $ac_status); } &&
28642 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28644 (eval $ac_try) 2>&5
28646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28647 (exit $ac_status); }; } &&
28648 { ac_try
='test -s conftest.$ac_objext'
28649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28650 (eval $ac_try) 2>&5
28652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28653 (exit $ac_status); }; }; then
28654 wx_cv_size_t_is_uint
=no
28656 echo "$as_me: failed program was:" >&5
28657 sed 's/^/| /' conftest.
$ac_ext >&5
28659 wx_cv_size_t_is_uint
=yes
28662 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28666 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
28667 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
28669 if test "$wx_cv_size_t_is_uint" = "yes"; then
28670 cat >>confdefs.h
<<\_ACEOF
28671 #define wxSIZE_T_IS_UINT 1
28675 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
28676 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
28677 if test "${wx_cv_size_t_is_ulong+set}" = set; then
28678 echo $ECHO_N "(cached) $ECHO_C" >&6
28680 cat >conftest.
$ac_ext <<_ACEOF
28683 cat confdefs.h
>>conftest.
$ac_ext
28684 cat >>conftest.
$ac_ext <<_ACEOF
28685 /* end confdefs.h. */
28686 #include <stddef.h>
28693 struct Foo { void foo(size_t); void foo(unsigned long); };
28701 rm -f conftest.
$ac_objext
28702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28703 (eval $ac_compile) 2>conftest.er1
28705 grep -v '^ *+' conftest.er1
>conftest.err
28707 cat conftest.err
>&5
28708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28709 (exit $ac_status); } &&
28710 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28712 (eval $ac_try) 2>&5
28714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28715 (exit $ac_status); }; } &&
28716 { ac_try
='test -s conftest.$ac_objext'
28717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28718 (eval $ac_try) 2>&5
28720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28721 (exit $ac_status); }; }; then
28722 wx_cv_size_t_is_ulong
=no
28724 echo "$as_me: failed program was:" >&5
28725 sed 's/^/| /' conftest.
$ac_ext >&5
28727 wx_cv_size_t_is_ulong
=yes
28730 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28733 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
28734 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
28736 if test "$wx_cv_size_t_is_ulong" = "yes"; then
28737 cat >>confdefs.h
<<\_ACEOF
28738 #define wxSIZE_T_IS_ULONG 1
28745 ac_cpp
='$CPP $CPPFLAGS'
28746 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28747 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28748 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28752 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
28753 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
28754 if test "${wx_cv_struct_pw_gecos+set}" = set; then
28755 echo $ECHO_N "(cached) $ECHO_C" >&6
28758 cat >conftest.
$ac_ext <<_ACEOF
28761 cat confdefs.h
>>conftest.
$ac_ext
28762 cat >>conftest.
$ac_ext <<_ACEOF
28763 /* end confdefs.h. */
28777 rm -f conftest.
$ac_objext
28778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28779 (eval $ac_compile) 2>conftest.er1
28781 grep -v '^ *+' conftest.er1
>conftest.err
28783 cat conftest.err
>&5
28784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28785 (exit $ac_status); } &&
28786 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28788 (eval $ac_try) 2>&5
28790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28791 (exit $ac_status); }; } &&
28792 { ac_try
='test -s conftest.$ac_objext'
28793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28794 (eval $ac_try) 2>&5
28796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28797 (exit $ac_status); }; }; then
28799 wx_cv_struct_pw_gecos
=yes
28802 echo "$as_me: failed program was:" >&5
28803 sed 's/^/| /' conftest.
$ac_ext >&5
28806 wx_cv_struct_pw_gecos
=no
28810 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28814 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
28815 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
28817 if test "$wx_cv_struct_pw_gecos" = "yes"; then
28818 cat >>confdefs.h
<<\_ACEOF
28819 #define HAVE_PW_GECOS 1
28825 if test "$wx_cv_sizeof_wchar_t" != "0"; then
28826 cat >>confdefs.h
<<\_ACEOF
28827 #define wxUSE_WCHAR_T 1
28834 for ac_func
in wcslen
28836 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28837 echo "$as_me:$LINENO: checking for $ac_func" >&5
28838 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28839 if eval "test \"\${$as_ac_var+set}\" = set"; then
28840 echo $ECHO_N "(cached) $ECHO_C" >&6
28842 cat >conftest.
$ac_ext <<_ACEOF
28845 cat confdefs.h
>>conftest.
$ac_ext
28846 cat >>conftest.
$ac_ext <<_ACEOF
28847 /* end confdefs.h. */
28848 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28850 #define $ac_func innocuous_$ac_func
28852 /* System header to define __stub macros and hopefully few prototypes,
28853 which can conflict with char $ac_func (); below.
28854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28855 <limits.h> exists even on freestanding compilers. */
28858 # include <limits.h>
28860 # include <assert.h>
28865 /* Override any gcc2 internal prototype to avoid an error. */
28870 /* We use char because int might match the return type of a gcc2
28871 builtin and then its argument prototype would still apply. */
28873 /* The GNU C library defines this for functions which it implements
28874 to always fail with ENOSYS. Some functions are actually named
28875 something starting with __ and the normal name is an alias. */
28876 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28879 char (*f) () = $ac_func;
28888 return f != $ac_func;
28893 rm -f conftest.
$ac_objext conftest
$ac_exeext
28894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28895 (eval $ac_link) 2>conftest.er1
28897 grep -v '^ *+' conftest.er1
>conftest.err
28899 cat conftest.err
>&5
28900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28901 (exit $ac_status); } &&
28902 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28904 (eval $ac_try) 2>&5
28906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28907 (exit $ac_status); }; } &&
28908 { ac_try
='test -s conftest$ac_exeext'
28909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28910 (eval $ac_try) 2>&5
28912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28913 (exit $ac_status); }; }; then
28914 eval "$as_ac_var=yes"
28916 echo "$as_me: failed program was:" >&5
28917 sed 's/^/| /' conftest.
$ac_ext >&5
28919 eval "$as_ac_var=no"
28921 rm -f conftest.err conftest.
$ac_objext \
28922 conftest
$ac_exeext conftest.
$ac_ext
28924 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28925 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28926 if test `eval echo '${'$as_ac_var'}'` = yes; then
28927 cat >>confdefs.h
<<_ACEOF
28928 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28935 if test "$WCSLEN_FOUND" = 0; then
28936 if test "$TOOLKIT" = "MSW"; then
28937 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
28938 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
28939 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
28940 echo $ECHO_N "(cached) $ECHO_C" >&6
28942 ac_check_lib_save_LIBS
=$LIBS
28943 LIBS
="-lmsvcrt $LIBS"
28944 cat >conftest.
$ac_ext <<_ACEOF
28947 cat confdefs.h
>>conftest.
$ac_ext
28948 cat >>conftest.
$ac_ext <<_ACEOF
28949 /* end confdefs.h. */
28951 /* Override any gcc2 internal prototype to avoid an error. */
28955 /* We use char because int might match the return type of a gcc2
28956 builtin and then its argument prototype would still apply. */
28966 rm -f conftest.
$ac_objext conftest
$ac_exeext
28967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28968 (eval $ac_link) 2>conftest.er1
28970 grep -v '^ *+' conftest.er1
>conftest.err
28972 cat conftest.err
>&5
28973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28974 (exit $ac_status); } &&
28975 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28977 (eval $ac_try) 2>&5
28979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28980 (exit $ac_status); }; } &&
28981 { ac_try
='test -s conftest$ac_exeext'
28982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28983 (eval $ac_try) 2>&5
28985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28986 (exit $ac_status); }; }; then
28987 ac_cv_lib_msvcrt_wcslen
=yes
28989 echo "$as_me: failed program was:" >&5
28990 sed 's/^/| /' conftest.
$ac_ext >&5
28992 ac_cv_lib_msvcrt_wcslen
=no
28994 rm -f conftest.err conftest.
$ac_objext \
28995 conftest
$ac_exeext conftest.
$ac_ext
28996 LIBS
=$ac_check_lib_save_LIBS
28998 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
28999 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
29000 if test $ac_cv_lib_msvcrt_wcslen = yes; then
29005 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
29006 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
29007 if test "${ac_cv_lib_w_wcslen+set}" = set; then
29008 echo $ECHO_N "(cached) $ECHO_C" >&6
29010 ac_check_lib_save_LIBS
=$LIBS
29012 cat >conftest.
$ac_ext <<_ACEOF
29015 cat confdefs.h
>>conftest.
$ac_ext
29016 cat >>conftest.
$ac_ext <<_ACEOF
29017 /* end confdefs.h. */
29019 /* Override any gcc2 internal prototype to avoid an error. */
29023 /* We use char because int might match the return type of a gcc2
29024 builtin and then its argument prototype would still apply. */
29034 rm -f conftest.
$ac_objext conftest
$ac_exeext
29035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29036 (eval $ac_link) 2>conftest.er1
29038 grep -v '^ *+' conftest.er1
>conftest.err
29040 cat conftest.err
>&5
29041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29042 (exit $ac_status); } &&
29043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29045 (eval $ac_try) 2>&5
29047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29048 (exit $ac_status); }; } &&
29049 { ac_try
='test -s conftest$ac_exeext'
29050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29051 (eval $ac_try) 2>&5
29053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29054 (exit $ac_status); }; }; then
29055 ac_cv_lib_w_wcslen
=yes
29057 echo "$as_me: failed program was:" >&5
29058 sed 's/^/| /' conftest.
$ac_ext >&5
29060 ac_cv_lib_w_wcslen
=no
29062 rm -f conftest.err conftest.
$ac_objext \
29063 conftest
$ac_exeext conftest.
$ac_ext
29064 LIBS
=$ac_check_lib_save_LIBS
29066 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
29067 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
29068 if test $ac_cv_lib_w_wcslen = yes; then
29078 if test "$WCSLEN_FOUND" = 1; then
29079 cat >>confdefs.h
<<\_ACEOF
29080 #define HAVE_WCSLEN 1
29085 if test "$USE_HPUX" = 1 -a "x$GCC" != "xyes"; then
29086 CPPFLAGS
="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
29090 for ac_func
in wcsrtombs
29092 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29093 echo "$as_me:$LINENO: checking for $ac_func" >&5
29094 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29095 if eval "test \"\${$as_ac_var+set}\" = set"; then
29096 echo $ECHO_N "(cached) $ECHO_C" >&6
29098 cat >conftest.
$ac_ext <<_ACEOF
29101 cat confdefs.h
>>conftest.
$ac_ext
29102 cat >>conftest.
$ac_ext <<_ACEOF
29103 /* end confdefs.h. */
29104 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29105 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29106 #define $ac_func innocuous_$ac_func
29108 /* System header to define __stub macros and hopefully few prototypes,
29109 which can conflict with char $ac_func (); below.
29110 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29111 <limits.h> exists even on freestanding compilers. */
29114 # include <limits.h>
29116 # include <assert.h>
29121 /* Override any gcc2 internal prototype to avoid an error. */
29126 /* We use char because int might match the return type of a gcc2
29127 builtin and then its argument prototype would still apply. */
29129 /* The GNU C library defines this for functions which it implements
29130 to always fail with ENOSYS. Some functions are actually named
29131 something starting with __ and the normal name is an alias. */
29132 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29135 char (*f) () = $ac_func;
29144 return f != $ac_func;
29149 rm -f conftest.
$ac_objext conftest
$ac_exeext
29150 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29151 (eval $ac_link) 2>conftest.er1
29153 grep -v '^ *+' conftest.er1
>conftest.err
29155 cat conftest.err
>&5
29156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29157 (exit $ac_status); } &&
29158 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29160 (eval $ac_try) 2>&5
29162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29163 (exit $ac_status); }; } &&
29164 { ac_try
='test -s conftest$ac_exeext'
29165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29166 (eval $ac_try) 2>&5
29168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29169 (exit $ac_status); }; }; then
29170 eval "$as_ac_var=yes"
29172 echo "$as_me: failed program was:" >&5
29173 sed 's/^/| /' conftest.
$ac_ext >&5
29175 eval "$as_ac_var=no"
29177 rm -f conftest.err conftest.
$ac_objext \
29178 conftest
$ac_exeext conftest.
$ac_ext
29180 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29181 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29182 if test `eval echo '${'$as_ac_var'}'` = yes; then
29183 cat >>confdefs.h
<<_ACEOF
29184 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29191 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
29192 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
29198 ac_cpp
='$CXXCPP $CPPFLAGS'
29199 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29200 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29201 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29205 for ac_func
in vsnprintf
29207 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29208 echo "$as_me:$LINENO: checking for $ac_func" >&5
29209 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29210 if eval "test \"\${$as_ac_var+set}\" = set"; then
29211 echo $ECHO_N "(cached) $ECHO_C" >&6
29213 cat >conftest.
$ac_ext <<_ACEOF
29216 cat confdefs.h
>>conftest.
$ac_ext
29217 cat >>conftest.
$ac_ext <<_ACEOF
29218 /* end confdefs.h. */
29219 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29220 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29221 #define $ac_func innocuous_$ac_func
29223 /* System header to define __stub macros and hopefully few prototypes,
29224 which can conflict with char $ac_func (); below.
29225 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29226 <limits.h> exists even on freestanding compilers. */
29229 # include <limits.h>
29231 # include <assert.h>
29236 /* Override any gcc2 internal prototype to avoid an error. */
29241 /* We use char because int might match the return type of a gcc2
29242 builtin and then its argument prototype would still apply. */
29244 /* The GNU C library defines this for functions which it implements
29245 to always fail with ENOSYS. Some functions are actually named
29246 something starting with __ and the normal name is an alias. */
29247 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29250 char (*f) () = $ac_func;
29259 return f != $ac_func;
29264 rm -f conftest.
$ac_objext conftest
$ac_exeext
29265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29266 (eval $ac_link) 2>conftest.er1
29268 grep -v '^ *+' conftest.er1
>conftest.err
29270 cat conftest.err
>&5
29271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29272 (exit $ac_status); } &&
29273 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29275 (eval $ac_try) 2>&5
29277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29278 (exit $ac_status); }; } &&
29279 { ac_try
='test -s conftest$ac_exeext'
29280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29281 (eval $ac_try) 2>&5
29283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29284 (exit $ac_status); }; }; then
29285 eval "$as_ac_var=yes"
29287 echo "$as_me: failed program was:" >&5
29288 sed 's/^/| /' conftest.
$ac_ext >&5
29290 eval "$as_ac_var=no"
29292 rm -f conftest.err conftest.
$ac_objext \
29293 conftest
$ac_exeext conftest.
$ac_ext
29295 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29296 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29297 if test `eval echo '${'$as_ac_var'}'` = yes; then
29298 cat >>confdefs.h
<<_ACEOF
29299 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29306 if test "$ac_cv_func_vsnprintf" = "yes"; then
29307 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
29308 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
29309 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
29310 echo $ECHO_N "(cached) $ECHO_C" >&6
29313 cat >conftest.
$ac_ext <<_ACEOF
29316 cat confdefs.h
>>conftest.
$ac_ext
29317 cat >>conftest.
$ac_ext <<_ACEOF
29318 /* end confdefs.h. */
29321 #include <stdarg.h>
29329 vsnprintf(buf, 10u, "%s", ap);
29335 rm -f conftest.
$ac_objext
29336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29337 (eval $ac_compile) 2>conftest.er1
29339 grep -v '^ *+' conftest.er1
>conftest.err
29341 cat conftest.err
>&5
29342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29343 (exit $ac_status); } &&
29344 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29346 (eval $ac_try) 2>&5
29348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29349 (exit $ac_status); }; } &&
29350 { ac_try
='test -s conftest.$ac_objext'
29351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29352 (eval $ac_try) 2>&5
29354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29355 (exit $ac_status); }; }; then
29356 wx_cv_func_vsnprintf_decl
=yes
29358 echo "$as_me: failed program was:" >&5
29359 sed 's/^/| /' conftest.
$ac_ext >&5
29361 wx_cv_func_vsnprintf_decl
=no
29364 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29368 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
29369 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
29371 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
29372 cat >>confdefs.h
<<\_ACEOF
29373 #define HAVE_VSNPRINTF_DECL 1
29379 if test "$wxUSE_UNICODE" = yes; then
29386 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
29388 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29389 echo "$as_me:$LINENO: checking for $ac_func" >&5
29390 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29391 if eval "test \"\${$as_ac_var+set}\" = set"; then
29392 echo $ECHO_N "(cached) $ECHO_C" >&6
29394 cat >conftest.
$ac_ext <<_ACEOF
29397 cat confdefs.h
>>conftest.
$ac_ext
29398 cat >>conftest.
$ac_ext <<_ACEOF
29399 /* end confdefs.h. */
29400 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29401 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29402 #define $ac_func innocuous_$ac_func
29404 /* System header to define __stub macros and hopefully few prototypes,
29405 which can conflict with char $ac_func (); below.
29406 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29407 <limits.h> exists even on freestanding compilers. */
29410 # include <limits.h>
29412 # include <assert.h>
29417 /* Override any gcc2 internal prototype to avoid an error. */
29422 /* We use char because int might match the return type of a gcc2
29423 builtin and then its argument prototype would still apply. */
29425 /* The GNU C library defines this for functions which it implements
29426 to always fail with ENOSYS. Some functions are actually named
29427 something starting with __ and the normal name is an alias. */
29428 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29431 char (*f) () = $ac_func;
29440 return f != $ac_func;
29445 rm -f conftest.
$ac_objext conftest
$ac_exeext
29446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29447 (eval $ac_link) 2>conftest.er1
29449 grep -v '^ *+' conftest.er1
>conftest.err
29451 cat conftest.err
>&5
29452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29453 (exit $ac_status); } &&
29454 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29456 (eval $ac_try) 2>&5
29458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29459 (exit $ac_status); }; } &&
29460 { ac_try
='test -s conftest$ac_exeext'
29461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29462 (eval $ac_try) 2>&5
29464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29465 (exit $ac_status); }; }; then
29466 eval "$as_ac_var=yes"
29468 echo "$as_me: failed program was:" >&5
29469 sed 's/^/| /' conftest.
$ac_ext >&5
29471 eval "$as_ac_var=no"
29473 rm -f conftest.err conftest.
$ac_objext \
29474 conftest
$ac_exeext conftest.
$ac_ext
29476 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29477 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29478 if test `eval echo '${'$as_ac_var'}'` = yes; then
29479 cat >>confdefs.h
<<_ACEOF
29480 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29487 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
29488 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
29489 cat >conftest.
$ac_ext <<_ACEOF
29492 cat confdefs.h
>>conftest.
$ac_ext
29493 cat >>conftest.
$ac_ext <<_ACEOF
29494 /* end confdefs.h. */
29504 rm -f conftest.
$ac_objext
29505 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29506 (eval $ac_compile) 2>conftest.er1
29508 grep -v '^ *+' conftest.er1
>conftest.err
29510 cat conftest.err
>&5
29511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29512 (exit $ac_status); } &&
29513 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29515 (eval $ac_try) 2>&5
29517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29518 (exit $ac_status); }; } &&
29519 { ac_try
='test -s conftest.$ac_objext'
29520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29521 (eval $ac_try) 2>&5
29523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29524 (exit $ac_status); }; }; then
29525 echo "$as_me:$LINENO: result: yes" >&5
29526 echo "${ECHO_T}yes" >&6
29527 cat >>confdefs.h
<<\_ACEOF
29528 #define HAVE__VSNWPRINTF 1
29532 echo "$as_me: failed program was:" >&5
29533 sed 's/^/| /' conftest.
$ac_ext >&5
29535 echo "$as_me:$LINENO: result: no" >&5
29536 echo "${ECHO_T}no" >&6
29538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
29542 ac_cpp
='$CPP $CPPFLAGS'
29543 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29544 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29545 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29550 if test "$TOOLKIT" != "MSW"; then
29556 ac_cpp
='$CXXCPP $CPPFLAGS'
29557 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29558 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29559 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29564 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
29565 if test "${with_libiconv_prefix+set}" = set; then
29566 withval
="$with_libiconv_prefix"
29568 for dir
in `echo "$withval" | tr : ' '`; do
29569 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
29570 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
29575 echo "$as_me:$LINENO: checking for iconv" >&5
29576 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
29577 if test "${am_cv_func_iconv+set}" = set; then
29578 echo $ECHO_N "(cached) $ECHO_C" >&6
29581 am_cv_func_iconv
="no, consider installing GNU libiconv"
29583 cat >conftest.
$ac_ext <<_ACEOF
29586 cat confdefs.h
>>conftest.
$ac_ext
29587 cat >>conftest.
$ac_ext <<_ACEOF
29588 /* end confdefs.h. */
29589 #include <stdlib.h>
29594 iconv_t cd = iconv_open("","");
29595 iconv(cd,NULL,NULL,NULL,NULL);
29601 rm -f conftest.
$ac_objext conftest
$ac_exeext
29602 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29603 (eval $ac_link) 2>conftest.er1
29605 grep -v '^ *+' conftest.er1
>conftest.err
29607 cat conftest.err
>&5
29608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29609 (exit $ac_status); } &&
29610 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29612 (eval $ac_try) 2>&5
29614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29615 (exit $ac_status); }; } &&
29616 { ac_try
='test -s conftest$ac_exeext'
29617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29618 (eval $ac_try) 2>&5
29620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29621 (exit $ac_status); }; }; then
29622 am_cv_func_iconv
=yes
29624 echo "$as_me: failed program was:" >&5
29625 sed 's/^/| /' conftest.
$ac_ext >&5
29628 rm -f conftest.err conftest.
$ac_objext \
29629 conftest
$ac_exeext conftest.
$ac_ext
29630 if test "$am_cv_func_iconv" != yes; then
29631 am_save_LIBS
="$LIBS"
29632 LIBS
="$LIBS -liconv"
29633 cat >conftest.
$ac_ext <<_ACEOF
29636 cat confdefs.h
>>conftest.
$ac_ext
29637 cat >>conftest.
$ac_ext <<_ACEOF
29638 /* end confdefs.h. */
29639 #include <stdlib.h>
29644 iconv_t cd = iconv_open("","");
29645 iconv(cd,NULL,NULL,NULL,NULL);
29651 rm -f conftest.
$ac_objext conftest
$ac_exeext
29652 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29653 (eval $ac_link) 2>conftest.er1
29655 grep -v '^ *+' conftest.er1
>conftest.err
29657 cat conftest.err
>&5
29658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29659 (exit $ac_status); } &&
29660 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29662 (eval $ac_try) 2>&5
29664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29665 (exit $ac_status); }; } &&
29666 { ac_try
='test -s conftest$ac_exeext'
29667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29668 (eval $ac_try) 2>&5
29670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29671 (exit $ac_status); }; }; then
29672 am_cv_lib_iconv
=yes
29673 am_cv_func_iconv
=yes
29675 echo "$as_me: failed program was:" >&5
29676 sed 's/^/| /' conftest.
$ac_ext >&5
29679 rm -f conftest.err conftest.
$ac_objext \
29680 conftest
$ac_exeext conftest.
$ac_ext
29681 LIBS
="$am_save_LIBS"
29685 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
29686 echo "${ECHO_T}$am_cv_func_iconv" >&6
29687 if test "$am_cv_func_iconv" = yes; then
29689 cat >>confdefs.h
<<\_ACEOF
29690 #define HAVE_ICONV 1
29693 echo "$as_me:$LINENO: checking if iconv needs const" >&5
29694 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
29695 if test "${wx_cv_func_iconv_const+set}" = set; then
29696 echo $ECHO_N "(cached) $ECHO_C" >&6
29698 cat >conftest.
$ac_ext <<_ACEOF
29701 cat confdefs.h
>>conftest.
$ac_ext
29702 cat >>conftest.
$ac_ext <<_ACEOF
29703 /* end confdefs.h. */
29705 #include <stdlib.h>
29711 #if defined(__STDC__) || defined(__cplusplus)
29712 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
29725 rm -f conftest.
$ac_objext
29726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29727 (eval $ac_compile) 2>conftest.er1
29729 grep -v '^ *+' conftest.er1
>conftest.err
29731 cat conftest.err
>&5
29732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29733 (exit $ac_status); } &&
29734 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29736 (eval $ac_try) 2>&5
29738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29739 (exit $ac_status); }; } &&
29740 { ac_try
='test -s conftest.$ac_objext'
29741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29742 (eval $ac_try) 2>&5
29744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29745 (exit $ac_status); }; }; then
29746 wx_cv_func_iconv_const
="no"
29748 echo "$as_me: failed program was:" >&5
29749 sed 's/^/| /' conftest.
$ac_ext >&5
29751 wx_cv_func_iconv_const
="yes"
29754 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29757 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
29758 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
29761 if test "x$wx_cv_func_iconv_const" = "xyes"; then
29762 iconv_const
="const"
29766 cat >>confdefs.h
<<_ACEOF
29767 #define ICONV_CONST $iconv_const
29772 if test "$am_cv_lib_iconv" = yes; then
29777 LIBS
="$LIBICONV $LIBS"
29779 ac_cpp
='$CPP $CPPFLAGS'
29780 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29781 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29782 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29785 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
29787 for ac_func
in sigaction
29789 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29790 echo "$as_me:$LINENO: checking for $ac_func" >&5
29791 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29792 if eval "test \"\${$as_ac_var+set}\" = set"; then
29793 echo $ECHO_N "(cached) $ECHO_C" >&6
29795 cat >conftest.
$ac_ext <<_ACEOF
29798 cat confdefs.h
>>conftest.
$ac_ext
29799 cat >>conftest.
$ac_ext <<_ACEOF
29800 /* end confdefs.h. */
29801 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29803 #define $ac_func innocuous_$ac_func
29805 /* System header to define __stub macros and hopefully few prototypes,
29806 which can conflict with char $ac_func (); below.
29807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29808 <limits.h> exists even on freestanding compilers. */
29811 # include <limits.h>
29813 # include <assert.h>
29818 /* Override any gcc2 internal prototype to avoid an error. */
29823 /* We use char because int might match the return type of a gcc2
29824 builtin and then its argument prototype would still apply. */
29826 /* The GNU C library defines this for functions which it implements
29827 to always fail with ENOSYS. Some functions are actually named
29828 something starting with __ and the normal name is an alias. */
29829 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29832 char (*f) () = $ac_func;
29841 return f != $ac_func;
29846 rm -f conftest.
$ac_objext conftest
$ac_exeext
29847 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29848 (eval $ac_link) 2>conftest.er1
29850 grep -v '^ *+' conftest.er1
>conftest.err
29852 cat conftest.err
>&5
29853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29854 (exit $ac_status); } &&
29855 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29857 (eval $ac_try) 2>&5
29859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29860 (exit $ac_status); }; } &&
29861 { ac_try
='test -s conftest$ac_exeext'
29862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29863 (eval $ac_try) 2>&5
29865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29866 (exit $ac_status); }; }; then
29867 eval "$as_ac_var=yes"
29869 echo "$as_me: failed program was:" >&5
29870 sed 's/^/| /' conftest.
$ac_ext >&5
29872 eval "$as_ac_var=no"
29874 rm -f conftest.err conftest.
$ac_objext \
29875 conftest
$ac_exeext conftest.
$ac_ext
29877 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29878 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29879 if test `eval echo '${'$as_ac_var'}'` = yes; then
29880 cat >>confdefs.h
<<_ACEOF
29881 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29888 if test "$ac_cv_func_sigaction" = "no"; then
29889 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
29890 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
29891 wxUSE_ON_FATAL_EXCEPTION
=no
29894 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
29898 ac_cpp
='$CXXCPP $CPPFLAGS'
29899 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29900 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29901 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29904 echo "$as_me:$LINENO: checking for sa_handler type" >&5
29905 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
29906 if test "${wx_cv_type_sa_handler+set}" = set; then
29907 echo $ECHO_N "(cached) $ECHO_C" >&6
29910 cat >conftest.
$ac_ext <<_ACEOF
29913 cat confdefs.h
>>conftest.
$ac_ext
29914 cat >>conftest.
$ac_ext <<_ACEOF
29915 /* end confdefs.h. */
29916 #include <signal.h>
29921 extern void testSigHandler(int);
29923 struct sigaction sa;
29924 sa.sa_handler = testSigHandler;
29930 rm -f conftest.
$ac_objext
29931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29932 (eval $ac_compile) 2>conftest.er1
29934 grep -v '^ *+' conftest.er1
>conftest.err
29936 cat conftest.err
>&5
29937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29938 (exit $ac_status); } &&
29939 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29941 (eval $ac_try) 2>&5
29943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29944 (exit $ac_status); }; } &&
29945 { ac_try
='test -s conftest.$ac_objext'
29946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29947 (eval $ac_try) 2>&5
29949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29950 (exit $ac_status); }; }; then
29952 wx_cv_type_sa_handler
=int
29955 echo "$as_me: failed program was:" >&5
29956 sed 's/^/| /' conftest.
$ac_ext >&5
29959 wx_cv_type_sa_handler
=void
29962 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29965 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
29966 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
29969 ac_cpp
='$CPP $CPPFLAGS'
29970 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29971 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29972 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29975 cat >>confdefs.h
<<_ACEOF
29976 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
29984 for ac_func
in mkstemp mktemp
29986 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29987 echo "$as_me:$LINENO: checking for $ac_func" >&5
29988 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29989 if eval "test \"\${$as_ac_var+set}\" = set"; then
29990 echo $ECHO_N "(cached) $ECHO_C" >&6
29992 cat >conftest.
$ac_ext <<_ACEOF
29995 cat confdefs.h
>>conftest.
$ac_ext
29996 cat >>conftest.
$ac_ext <<_ACEOF
29997 /* end confdefs.h. */
29998 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29999 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30000 #define $ac_func innocuous_$ac_func
30002 /* System header to define __stub macros and hopefully few prototypes,
30003 which can conflict with char $ac_func (); below.
30004 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30005 <limits.h> exists even on freestanding compilers. */
30008 # include <limits.h>
30010 # include <assert.h>
30015 /* Override any gcc2 internal prototype to avoid an error. */
30020 /* We use char because int might match the return type of a gcc2
30021 builtin and then its argument prototype would still apply. */
30023 /* The GNU C library defines this for functions which it implements
30024 to always fail with ENOSYS. Some functions are actually named
30025 something starting with __ and the normal name is an alias. */
30026 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30029 char (*f) () = $ac_func;
30038 return f != $ac_func;
30043 rm -f conftest.
$ac_objext conftest
$ac_exeext
30044 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30045 (eval $ac_link) 2>conftest.er1
30047 grep -v '^ *+' conftest.er1
>conftest.err
30049 cat conftest.err
>&5
30050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30051 (exit $ac_status); } &&
30052 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30054 (eval $ac_try) 2>&5
30056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30057 (exit $ac_status); }; } &&
30058 { ac_try
='test -s conftest$ac_exeext'
30059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30060 (eval $ac_try) 2>&5
30062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30063 (exit $ac_status); }; }; then
30064 eval "$as_ac_var=yes"
30066 echo "$as_me: failed program was:" >&5
30067 sed 's/^/| /' conftest.
$ac_ext >&5
30069 eval "$as_ac_var=no"
30071 rm -f conftest.err conftest.
$ac_objext \
30072 conftest
$ac_exeext conftest.
$ac_ext
30074 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30075 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30076 if test `eval echo '${'$as_ac_var'}'` = yes; then
30077 cat >>confdefs.h
<<_ACEOF
30078 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30085 echo "$as_me:$LINENO: checking for statfs" >&5
30086 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
30087 if test "${wx_cv_func_statfs+set}" = set; then
30088 echo $ECHO_N "(cached) $ECHO_C" >&6
30090 cat >conftest.
$ac_ext <<_ACEOF
30093 cat confdefs.h
>>conftest.
$ac_ext
30094 cat >>conftest.
$ac_ext <<_ACEOF
30095 /* end confdefs.h. */
30097 #if defined(__BSD__)
30098 #include <sys/param.h>
30099 #include <sys/mount.h>
30101 #include <sys/vfs.h>
30119 rm -f conftest.
$ac_objext
30120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30121 (eval $ac_compile) 2>conftest.er1
30123 grep -v '^ *+' conftest.er1
>conftest.err
30125 cat conftest.err
>&5
30126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30127 (exit $ac_status); } &&
30128 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30130 (eval $ac_try) 2>&5
30132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30133 (exit $ac_status); }; } &&
30134 { ac_try
='test -s conftest.$ac_objext'
30135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30136 (eval $ac_try) 2>&5
30138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30139 (exit $ac_status); }; }; then
30141 wx_cv_func_statfs
=yes
30144 echo "$as_me: failed program was:" >&5
30145 sed 's/^/| /' conftest.
$ac_ext >&5
30148 wx_cv_func_statfs
=no
30152 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30155 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
30156 echo "${ECHO_T}$wx_cv_func_statfs" >&6
30158 if test "$wx_cv_func_statfs" = "yes"; then
30159 wx_cv_type_statvfs_t
="struct statfs"
30160 cat >>confdefs.h
<<\_ACEOF
30161 #define HAVE_STATFS 1
30165 echo "$as_me:$LINENO: checking for statvfs" >&5
30166 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
30167 if test "${wx_cv_func_statvfs+set}" = set; then
30168 echo $ECHO_N "(cached) $ECHO_C" >&6
30170 cat >conftest.
$ac_ext <<_ACEOF
30173 cat confdefs.h
>>conftest.
$ac_ext
30174 cat >>conftest.
$ac_ext <<_ACEOF
30175 /* end confdefs.h. */
30177 #include <stddef.h>
30178 #include <sys/statvfs.h>
30184 statvfs("/", NULL);
30190 rm -f conftest.
$ac_objext
30191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30192 (eval $ac_compile) 2>conftest.er1
30194 grep -v '^ *+' conftest.er1
>conftest.err
30196 cat conftest.err
>&5
30197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30198 (exit $ac_status); } &&
30199 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30201 (eval $ac_try) 2>&5
30203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30204 (exit $ac_status); }; } &&
30205 { ac_try
='test -s conftest.$ac_objext'
30206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30207 (eval $ac_try) 2>&5
30209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30210 (exit $ac_status); }; }; then
30211 wx_cv_func_statvfs
=yes
30213 echo "$as_me: failed program was:" >&5
30214 sed 's/^/| /' conftest.
$ac_ext >&5
30216 wx_cv_func_statvfs
=no
30219 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30222 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
30223 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
30225 if test "$wx_cv_func_statvfs" = "yes"; then
30229 ac_cpp
='$CXXCPP $CPPFLAGS'
30230 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30231 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30232 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30235 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
30236 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
30237 if test "${wx_cv_type_statvfs_t+set}" = set; then
30238 echo $ECHO_N "(cached) $ECHO_C" >&6
30240 cat >conftest.
$ac_ext <<_ACEOF
30243 cat confdefs.h
>>conftest.
$ac_ext
30244 cat >>conftest.
$ac_ext <<_ACEOF
30245 /* end confdefs.h. */
30247 #include <sys/statvfs.h>
30264 rm -f conftest.
$ac_objext
30265 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30266 (eval $ac_compile) 2>conftest.er1
30268 grep -v '^ *+' conftest.er1
>conftest.err
30270 cat conftest.err
>&5
30271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30272 (exit $ac_status); } &&
30273 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30275 (eval $ac_try) 2>&5
30277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30278 (exit $ac_status); }; } &&
30279 { ac_try
='test -s conftest.$ac_objext'
30280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30281 (eval $ac_try) 2>&5
30283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30284 (exit $ac_status); }; }; then
30285 wx_cv_type_statvfs_t
=statvfs_t
30287 echo "$as_me: failed program was:" >&5
30288 sed 's/^/| /' conftest.
$ac_ext >&5
30291 cat >conftest.
$ac_ext <<_ACEOF
30294 cat confdefs.h
>>conftest.
$ac_ext
30295 cat >>conftest.
$ac_ext <<_ACEOF
30296 /* end confdefs.h. */
30298 #include <sys/statvfs.h>
30315 rm -f conftest.
$ac_objext
30316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30317 (eval $ac_compile) 2>conftest.er1
30319 grep -v '^ *+' conftest.er1
>conftest.err
30321 cat conftest.err
>&5
30322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30323 (exit $ac_status); } &&
30324 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30326 (eval $ac_try) 2>&5
30328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30329 (exit $ac_status); }; } &&
30330 { ac_try
='test -s conftest.$ac_objext'
30331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30332 (eval $ac_try) 2>&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); }; }; then
30336 wx_cv_type_statvfs_t
="struct statvfs"
30338 echo "$as_me: failed program was:" >&5
30339 sed 's/^/| /' conftest.
$ac_ext >&5
30341 wx_cv_type_statvfs_t
="unknown"
30344 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30348 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30351 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
30352 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
30355 ac_cpp
='$CPP $CPPFLAGS'
30356 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30357 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30358 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30361 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30362 cat >>confdefs.h
<<\_ACEOF
30363 #define HAVE_STATVFS 1
30368 wx_cv_type_statvfs_t
="unknown"
30372 if test "$wx_cv_type_statvfs_t" != "unknown"; then
30373 cat >>confdefs.h
<<_ACEOF
30374 #define WX_STATFS_T $wx_cv_type_statvfs_t
30378 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
30379 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
30382 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
30385 for ac_func
in fcntl flock
30387 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30388 echo "$as_me:$LINENO: checking for $ac_func" >&5
30389 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30390 if eval "test \"\${$as_ac_var+set}\" = set"; then
30391 echo $ECHO_N "(cached) $ECHO_C" >&6
30393 cat >conftest.
$ac_ext <<_ACEOF
30396 cat confdefs.h
>>conftest.
$ac_ext
30397 cat >>conftest.
$ac_ext <<_ACEOF
30398 /* end confdefs.h. */
30399 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30400 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30401 #define $ac_func innocuous_$ac_func
30403 /* System header to define __stub macros and hopefully few prototypes,
30404 which can conflict with char $ac_func (); below.
30405 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30406 <limits.h> exists even on freestanding compilers. */
30409 # include <limits.h>
30411 # include <assert.h>
30416 /* Override any gcc2 internal prototype to avoid an error. */
30421 /* We use char because int might match the return type of a gcc2
30422 builtin and then its argument prototype would still apply. */
30424 /* The GNU C library defines this for functions which it implements
30425 to always fail with ENOSYS. Some functions are actually named
30426 something starting with __ and the normal name is an alias. */
30427 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30430 char (*f) () = $ac_func;
30439 return f != $ac_func;
30444 rm -f conftest.
$ac_objext conftest
$ac_exeext
30445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30446 (eval $ac_link) 2>conftest.er1
30448 grep -v '^ *+' conftest.er1
>conftest.err
30450 cat conftest.err
>&5
30451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30452 (exit $ac_status); } &&
30453 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30455 (eval $ac_try) 2>&5
30457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30458 (exit $ac_status); }; } &&
30459 { ac_try
='test -s conftest$ac_exeext'
30460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30461 (eval $ac_try) 2>&5
30463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30464 (exit $ac_status); }; }; then
30465 eval "$as_ac_var=yes"
30467 echo "$as_me: failed program was:" >&5
30468 sed 's/^/| /' conftest.
$ac_ext >&5
30470 eval "$as_ac_var=no"
30472 rm -f conftest.err conftest.
$ac_objext \
30473 conftest
$ac_exeext conftest.
$ac_ext
30475 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30476 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30477 if test `eval echo '${'$as_ac_var'}'` = yes; then
30478 cat >>confdefs.h
<<_ACEOF
30479 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30486 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
30487 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
30488 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
30489 wxUSE_SNGLINST_CHECKER
=no
30494 for ac_func
in timegm
30496 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30497 echo "$as_me:$LINENO: checking for $ac_func" >&5
30498 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30499 if eval "test \"\${$as_ac_var+set}\" = set"; then
30500 echo $ECHO_N "(cached) $ECHO_C" >&6
30502 cat >conftest.
$ac_ext <<_ACEOF
30505 cat confdefs.h
>>conftest.
$ac_ext
30506 cat >>conftest.
$ac_ext <<_ACEOF
30507 /* end confdefs.h. */
30508 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30509 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30510 #define $ac_func innocuous_$ac_func
30512 /* System header to define __stub macros and hopefully few prototypes,
30513 which can conflict with char $ac_func (); below.
30514 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30515 <limits.h> exists even on freestanding compilers. */
30518 # include <limits.h>
30520 # include <assert.h>
30525 /* Override any gcc2 internal prototype to avoid an error. */
30530 /* We use char because int might match the return type of a gcc2
30531 builtin and then its argument prototype would still apply. */
30533 /* The GNU C library defines this for functions which it implements
30534 to always fail with ENOSYS. Some functions are actually named
30535 something starting with __ and the normal name is an alias. */
30536 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30539 char (*f) () = $ac_func;
30548 return f != $ac_func;
30553 rm -f conftest.
$ac_objext conftest
$ac_exeext
30554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30555 (eval $ac_link) 2>conftest.er1
30557 grep -v '^ *+' conftest.er1
>conftest.err
30559 cat conftest.err
>&5
30560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30561 (exit $ac_status); } &&
30562 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30564 (eval $ac_try) 2>&5
30566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30567 (exit $ac_status); }; } &&
30568 { ac_try
='test -s conftest$ac_exeext'
30569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30570 (eval $ac_try) 2>&5
30572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30573 (exit $ac_status); }; }; then
30574 eval "$as_ac_var=yes"
30576 echo "$as_me: failed program was:" >&5
30577 sed 's/^/| /' conftest.
$ac_ext >&5
30579 eval "$as_ac_var=no"
30581 rm -f conftest.err conftest.
$ac_objext \
30582 conftest
$ac_exeext conftest.
$ac_ext
30584 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30585 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30586 if test `eval echo '${'$as_ac_var'}'` = yes; then
30587 cat >>confdefs.h
<<_ACEOF
30588 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30597 for ac_func
in putenv setenv
30599 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30600 echo "$as_me:$LINENO: checking for $ac_func" >&5
30601 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30602 if eval "test \"\${$as_ac_var+set}\" = set"; then
30603 echo $ECHO_N "(cached) $ECHO_C" >&6
30605 cat >conftest.
$ac_ext <<_ACEOF
30608 cat confdefs.h
>>conftest.
$ac_ext
30609 cat >>conftest.
$ac_ext <<_ACEOF
30610 /* end confdefs.h. */
30611 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30612 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30613 #define $ac_func innocuous_$ac_func
30615 /* System header to define __stub macros and hopefully few prototypes,
30616 which can conflict with char $ac_func (); below.
30617 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30618 <limits.h> exists even on freestanding compilers. */
30621 # include <limits.h>
30623 # include <assert.h>
30628 /* Override any gcc2 internal prototype to avoid an error. */
30633 /* We use char because int might match the return type of a gcc2
30634 builtin and then its argument prototype would still apply. */
30636 /* The GNU C library defines this for functions which it implements
30637 to always fail with ENOSYS. Some functions are actually named
30638 something starting with __ and the normal name is an alias. */
30639 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30642 char (*f) () = $ac_func;
30651 return f != $ac_func;
30656 rm -f conftest.
$ac_objext conftest
$ac_exeext
30657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30658 (eval $ac_link) 2>conftest.er1
30660 grep -v '^ *+' conftest.er1
>conftest.err
30662 cat conftest.err
>&5
30663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30664 (exit $ac_status); } &&
30665 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30667 (eval $ac_try) 2>&5
30669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30670 (exit $ac_status); }; } &&
30671 { ac_try
='test -s conftest$ac_exeext'
30672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30673 (eval $ac_try) 2>&5
30675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30676 (exit $ac_status); }; }; then
30677 eval "$as_ac_var=yes"
30679 echo "$as_me: failed program was:" >&5
30680 sed 's/^/| /' conftest.
$ac_ext >&5
30682 eval "$as_ac_var=no"
30684 rm -f conftest.err conftest.
$ac_objext \
30685 conftest
$ac_exeext conftest.
$ac_ext
30687 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30688 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30689 if test `eval echo '${'$as_ac_var'}'` = yes; then
30690 cat >>confdefs.h
<<_ACEOF
30691 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30698 HAVE_SOME_SLEEP_FUNC
=0
30699 if test "$USE_BEOS" = 1; then
30700 cat >>confdefs.h
<<\_ACEOF
30701 #define HAVE_SLEEP 1
30704 HAVE_SOME_SLEEP_FUNC
=1
30707 if test "$USE_DARWIN" = 1; then
30708 cat >>confdefs.h
<<\_ACEOF
30709 #define HAVE_USLEEP 1
30712 HAVE_SOME_SLEEP_FUNC
=1
30715 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30718 for ac_func
in nanosleep
30720 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30721 echo "$as_me:$LINENO: checking for $ac_func" >&5
30722 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30723 if eval "test \"\${$as_ac_var+set}\" = set"; then
30724 echo $ECHO_N "(cached) $ECHO_C" >&6
30726 cat >conftest.
$ac_ext <<_ACEOF
30729 cat confdefs.h
>>conftest.
$ac_ext
30730 cat >>conftest.
$ac_ext <<_ACEOF
30731 /* end confdefs.h. */
30732 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30733 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30734 #define $ac_func innocuous_$ac_func
30736 /* System header to define __stub macros and hopefully few prototypes,
30737 which can conflict with char $ac_func (); below.
30738 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30739 <limits.h> exists even on freestanding compilers. */
30742 # include <limits.h>
30744 # include <assert.h>
30749 /* Override any gcc2 internal prototype to avoid an error. */
30754 /* We use char because int might match the return type of a gcc2
30755 builtin and then its argument prototype would still apply. */
30757 /* The GNU C library defines this for functions which it implements
30758 to always fail with ENOSYS. Some functions are actually named
30759 something starting with __ and the normal name is an alias. */
30760 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30763 char (*f) () = $ac_func;
30772 return f != $ac_func;
30777 rm -f conftest.
$ac_objext conftest
$ac_exeext
30778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30779 (eval $ac_link) 2>conftest.er1
30781 grep -v '^ *+' conftest.er1
>conftest.err
30783 cat conftest.err
>&5
30784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30785 (exit $ac_status); } &&
30786 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30788 (eval $ac_try) 2>&5
30790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30791 (exit $ac_status); }; } &&
30792 { ac_try
='test -s conftest$ac_exeext'
30793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30794 (eval $ac_try) 2>&5
30796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30797 (exit $ac_status); }; }; then
30798 eval "$as_ac_var=yes"
30800 echo "$as_me: failed program was:" >&5
30801 sed 's/^/| /' conftest.
$ac_ext >&5
30803 eval "$as_ac_var=no"
30805 rm -f conftest.err conftest.
$ac_objext \
30806 conftest
$ac_exeext conftest.
$ac_ext
30808 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30809 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30810 if test `eval echo '${'$as_ac_var'}'` = yes; then
30811 cat >>confdefs.h
<<_ACEOF
30812 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30814 cat >>confdefs.h
<<\_ACEOF
30815 #define HAVE_NANOSLEEP 1
30820 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
30821 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
30822 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
30823 echo $ECHO_N "(cached) $ECHO_C" >&6
30825 ac_check_lib_save_LIBS
=$LIBS
30826 LIBS
="-lposix4 $LIBS"
30827 cat >conftest.
$ac_ext <<_ACEOF
30830 cat confdefs.h
>>conftest.
$ac_ext
30831 cat >>conftest.
$ac_ext <<_ACEOF
30832 /* end confdefs.h. */
30834 /* Override any gcc2 internal prototype to avoid an error. */
30838 /* We use char because int might match the return type of a gcc2
30839 builtin and then its argument prototype would still apply. */
30849 rm -f conftest.
$ac_objext conftest
$ac_exeext
30850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30851 (eval $ac_link) 2>conftest.er1
30853 grep -v '^ *+' conftest.er1
>conftest.err
30855 cat conftest.err
>&5
30856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30857 (exit $ac_status); } &&
30858 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30860 (eval $ac_try) 2>&5
30862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30863 (exit $ac_status); }; } &&
30864 { ac_try
='test -s conftest$ac_exeext'
30865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30866 (eval $ac_try) 2>&5
30868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30869 (exit $ac_status); }; }; then
30870 ac_cv_lib_posix4_nanosleep
=yes
30872 echo "$as_me: failed program was:" >&5
30873 sed 's/^/| /' conftest.
$ac_ext >&5
30875 ac_cv_lib_posix4_nanosleep
=no
30877 rm -f conftest.err conftest.
$ac_objext \
30878 conftest
$ac_exeext conftest.
$ac_ext
30879 LIBS
=$ac_check_lib_save_LIBS
30881 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
30882 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
30883 if test $ac_cv_lib_posix4_nanosleep = yes; then
30885 cat >>confdefs.h
<<\_ACEOF
30886 #define HAVE_NANOSLEEP 1
30889 POSIX4_LINK
=" -lposix4"
30894 for ac_func
in usleep
30896 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30897 echo "$as_me:$LINENO: checking for $ac_func" >&5
30898 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30899 if eval "test \"\${$as_ac_var+set}\" = set"; then
30900 echo $ECHO_N "(cached) $ECHO_C" >&6
30902 cat >conftest.
$ac_ext <<_ACEOF
30905 cat confdefs.h
>>conftest.
$ac_ext
30906 cat >>conftest.
$ac_ext <<_ACEOF
30907 /* end confdefs.h. */
30908 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30910 #define $ac_func innocuous_$ac_func
30912 /* System header to define __stub macros and hopefully few prototypes,
30913 which can conflict with char $ac_func (); below.
30914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30915 <limits.h> exists even on freestanding compilers. */
30918 # include <limits.h>
30920 # include <assert.h>
30925 /* Override any gcc2 internal prototype to avoid an error. */
30930 /* We use char because int might match the return type of a gcc2
30931 builtin and then its argument prototype would still apply. */
30933 /* The GNU C library defines this for functions which it implements
30934 to always fail with ENOSYS. Some functions are actually named
30935 something starting with __ and the normal name is an alias. */
30936 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30939 char (*f) () = $ac_func;
30948 return f != $ac_func;
30953 rm -f conftest.
$ac_objext conftest
$ac_exeext
30954 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30955 (eval $ac_link) 2>conftest.er1
30957 grep -v '^ *+' conftest.er1
>conftest.err
30959 cat conftest.err
>&5
30960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30961 (exit $ac_status); } &&
30962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30964 (eval $ac_try) 2>&5
30966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30967 (exit $ac_status); }; } &&
30968 { ac_try
='test -s conftest$ac_exeext'
30969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30970 (eval $ac_try) 2>&5
30972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30973 (exit $ac_status); }; }; then
30974 eval "$as_ac_var=yes"
30976 echo "$as_me: failed program was:" >&5
30977 sed 's/^/| /' conftest.
$ac_ext >&5
30979 eval "$as_ac_var=no"
30981 rm -f conftest.err conftest.
$ac_objext \
30982 conftest
$ac_exeext conftest.
$ac_ext
30984 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30985 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30986 if test `eval echo '${'$as_ac_var'}'` = yes; then
30987 cat >>confdefs.h
<<_ACEOF
30988 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30990 cat >>confdefs.h
<<\_ACEOF
30991 #define HAVE_USLEEP 1
30995 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
30996 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
31014 for ac_func
in uname gethostname
31016 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31017 echo "$as_me:$LINENO: checking for $ac_func" >&5
31018 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31019 if eval "test \"\${$as_ac_var+set}\" = set"; then
31020 echo $ECHO_N "(cached) $ECHO_C" >&6
31022 cat >conftest.
$ac_ext <<_ACEOF
31025 cat confdefs.h
>>conftest.
$ac_ext
31026 cat >>conftest.
$ac_ext <<_ACEOF
31027 /* end confdefs.h. */
31028 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31029 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31030 #define $ac_func innocuous_$ac_func
31032 /* System header to define __stub macros and hopefully few prototypes,
31033 which can conflict with char $ac_func (); below.
31034 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31035 <limits.h> exists even on freestanding compilers. */
31038 # include <limits.h>
31040 # include <assert.h>
31045 /* Override any gcc2 internal prototype to avoid an error. */
31050 /* We use char because int might match the return type of a gcc2
31051 builtin and then its argument prototype would still apply. */
31053 /* The GNU C library defines this for functions which it implements
31054 to always fail with ENOSYS. Some functions are actually named
31055 something starting with __ and the normal name is an alias. */
31056 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31059 char (*f) () = $ac_func;
31068 return f != $ac_func;
31073 rm -f conftest.
$ac_objext conftest
$ac_exeext
31074 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31075 (eval $ac_link) 2>conftest.er1
31077 grep -v '^ *+' conftest.er1
>conftest.err
31079 cat conftest.err
>&5
31080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31081 (exit $ac_status); } &&
31082 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31084 (eval $ac_try) 2>&5
31086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31087 (exit $ac_status); }; } &&
31088 { ac_try
='test -s conftest$ac_exeext'
31089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31090 (eval $ac_try) 2>&5
31092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31093 (exit $ac_status); }; }; then
31094 eval "$as_ac_var=yes"
31096 echo "$as_me: failed program was:" >&5
31097 sed 's/^/| /' conftest.
$ac_ext >&5
31099 eval "$as_ac_var=no"
31101 rm -f conftest.err conftest.
$ac_objext \
31102 conftest
$ac_exeext conftest.
$ac_ext
31104 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31105 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31106 if test `eval echo '${'$as_ac_var'}'` = yes; then
31107 cat >>confdefs.h
<<_ACEOF
31108 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31118 ac_cpp
='$CXXCPP $CPPFLAGS'
31119 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31120 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31121 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31125 for ac_func
in strtok_r
31127 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31128 echo "$as_me:$LINENO: checking for $ac_func" >&5
31129 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31130 if eval "test \"\${$as_ac_var+set}\" = set"; then
31131 echo $ECHO_N "(cached) $ECHO_C" >&6
31133 cat >conftest.
$ac_ext <<_ACEOF
31136 cat confdefs.h
>>conftest.
$ac_ext
31137 cat >>conftest.
$ac_ext <<_ACEOF
31138 /* end confdefs.h. */
31139 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31140 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31141 #define $ac_func innocuous_$ac_func
31143 /* System header to define __stub macros and hopefully few prototypes,
31144 which can conflict with char $ac_func (); below.
31145 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31146 <limits.h> exists even on freestanding compilers. */
31149 # include <limits.h>
31151 # include <assert.h>
31156 /* Override any gcc2 internal prototype to avoid an error. */
31161 /* We use char because int might match the return type of a gcc2
31162 builtin and then its argument prototype would still apply. */
31164 /* The GNU C library defines this for functions which it implements
31165 to always fail with ENOSYS. Some functions are actually named
31166 something starting with __ and the normal name is an alias. */
31167 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31170 char (*f) () = $ac_func;
31179 return f != $ac_func;
31184 rm -f conftest.
$ac_objext conftest
$ac_exeext
31185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31186 (eval $ac_link) 2>conftest.er1
31188 grep -v '^ *+' conftest.er1
>conftest.err
31190 cat conftest.err
>&5
31191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31192 (exit $ac_status); } &&
31193 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31195 (eval $ac_try) 2>&5
31197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31198 (exit $ac_status); }; } &&
31199 { ac_try
='test -s conftest$ac_exeext'
31200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31201 (eval $ac_try) 2>&5
31203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31204 (exit $ac_status); }; }; then
31205 eval "$as_ac_var=yes"
31207 echo "$as_me: failed program was:" >&5
31208 sed 's/^/| /' conftest.
$ac_ext >&5
31210 eval "$as_ac_var=no"
31212 rm -f conftest.err conftest.
$ac_objext \
31213 conftest
$ac_exeext conftest.
$ac_ext
31215 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31216 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31217 if test `eval echo '${'$as_ac_var'}'` = yes; then
31218 cat >>confdefs.h
<<_ACEOF
31219 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31227 ac_cpp
='$CPP $CPPFLAGS'
31228 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31229 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31230 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31235 for ac_func
in inet_addr
31237 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31238 echo "$as_me:$LINENO: checking for $ac_func" >&5
31239 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31240 if eval "test \"\${$as_ac_var+set}\" = set"; then
31241 echo $ECHO_N "(cached) $ECHO_C" >&6
31243 cat >conftest.
$ac_ext <<_ACEOF
31246 cat confdefs.h
>>conftest.
$ac_ext
31247 cat >>conftest.
$ac_ext <<_ACEOF
31248 /* end confdefs.h. */
31249 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31250 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31251 #define $ac_func innocuous_$ac_func
31253 /* System header to define __stub macros and hopefully few prototypes,
31254 which can conflict with char $ac_func (); below.
31255 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31256 <limits.h> exists even on freestanding compilers. */
31259 # include <limits.h>
31261 # include <assert.h>
31266 /* Override any gcc2 internal prototype to avoid an error. */
31271 /* We use char because int might match the return type of a gcc2
31272 builtin and then its argument prototype would still apply. */
31274 /* The GNU C library defines this for functions which it implements
31275 to always fail with ENOSYS. Some functions are actually named
31276 something starting with __ and the normal name is an alias. */
31277 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31280 char (*f) () = $ac_func;
31289 return f != $ac_func;
31294 rm -f conftest.
$ac_objext conftest
$ac_exeext
31295 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31296 (eval $ac_link) 2>conftest.er1
31298 grep -v '^ *+' conftest.er1
>conftest.err
31300 cat conftest.err
>&5
31301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31302 (exit $ac_status); } &&
31303 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31305 (eval $ac_try) 2>&5
31307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31308 (exit $ac_status); }; } &&
31309 { ac_try
='test -s conftest$ac_exeext'
31310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31311 (eval $ac_try) 2>&5
31313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31314 (exit $ac_status); }; }; then
31315 eval "$as_ac_var=yes"
31317 echo "$as_me: failed program was:" >&5
31318 sed 's/^/| /' conftest.
$ac_ext >&5
31320 eval "$as_ac_var=no"
31322 rm -f conftest.err conftest.
$ac_objext \
31323 conftest
$ac_exeext conftest.
$ac_ext
31325 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31326 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31327 if test `eval echo '${'$as_ac_var'}'` = yes; then
31328 cat >>confdefs.h
<<_ACEOF
31329 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31331 cat >>confdefs.h
<<\_ACEOF
31332 #define HAVE_INET_ADDR 1
31337 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
31338 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
31339 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
31340 echo $ECHO_N "(cached) $ECHO_C" >&6
31342 ac_check_lib_save_LIBS
=$LIBS
31344 cat >conftest.
$ac_ext <<_ACEOF
31347 cat confdefs.h
>>conftest.
$ac_ext
31348 cat >>conftest.
$ac_ext <<_ACEOF
31349 /* end confdefs.h. */
31351 /* Override any gcc2 internal prototype to avoid an error. */
31355 /* We use char because int might match the return type of a gcc2
31356 builtin and then its argument prototype would still apply. */
31366 rm -f conftest.
$ac_objext conftest
$ac_exeext
31367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31368 (eval $ac_link) 2>conftest.er1
31370 grep -v '^ *+' conftest.er1
>conftest.err
31372 cat conftest.err
>&5
31373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31374 (exit $ac_status); } &&
31375 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31377 (eval $ac_try) 2>&5
31379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31380 (exit $ac_status); }; } &&
31381 { ac_try
='test -s conftest$ac_exeext'
31382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31383 (eval $ac_try) 2>&5
31385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31386 (exit $ac_status); }; }; then
31387 ac_cv_lib_nsl_inet_addr
=yes
31389 echo "$as_me: failed program was:" >&5
31390 sed 's/^/| /' conftest.
$ac_ext >&5
31392 ac_cv_lib_nsl_inet_addr
=no
31394 rm -f conftest.err conftest.
$ac_objext \
31395 conftest
$ac_exeext conftest.
$ac_ext
31396 LIBS
=$ac_check_lib_save_LIBS
31398 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
31399 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
31400 if test $ac_cv_lib_nsl_inet_addr = yes; then
31404 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
31405 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
31406 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
31407 echo $ECHO_N "(cached) $ECHO_C" >&6
31409 ac_check_lib_save_LIBS
=$LIBS
31410 LIBS
="-lresolv $LIBS"
31411 cat >conftest.
$ac_ext <<_ACEOF
31414 cat confdefs.h
>>conftest.
$ac_ext
31415 cat >>conftest.
$ac_ext <<_ACEOF
31416 /* end confdefs.h. */
31418 /* Override any gcc2 internal prototype to avoid an error. */
31422 /* We use char because int might match the return type of a gcc2
31423 builtin and then its argument prototype would still apply. */
31433 rm -f conftest.
$ac_objext conftest
$ac_exeext
31434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31435 (eval $ac_link) 2>conftest.er1
31437 grep -v '^ *+' conftest.er1
>conftest.err
31439 cat conftest.err
>&5
31440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31441 (exit $ac_status); } &&
31442 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31444 (eval $ac_try) 2>&5
31446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31447 (exit $ac_status); }; } &&
31448 { ac_try
='test -s conftest$ac_exeext'
31449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31450 (eval $ac_try) 2>&5
31452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31453 (exit $ac_status); }; }; then
31454 ac_cv_lib_resolv_inet_addr
=yes
31456 echo "$as_me: failed program was:" >&5
31457 sed 's/^/| /' conftest.
$ac_ext >&5
31459 ac_cv_lib_resolv_inet_addr
=no
31461 rm -f conftest.err conftest.
$ac_objext \
31462 conftest
$ac_exeext conftest.
$ac_ext
31463 LIBS
=$ac_check_lib_save_LIBS
31465 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
31466 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
31467 if test $ac_cv_lib_resolv_inet_addr = yes; then
31471 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
31472 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
31473 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
31474 echo $ECHO_N "(cached) $ECHO_C" >&6
31476 ac_check_lib_save_LIBS
=$LIBS
31477 LIBS
="-lsocket $LIBS"
31478 cat >conftest.
$ac_ext <<_ACEOF
31481 cat confdefs.h
>>conftest.
$ac_ext
31482 cat >>conftest.
$ac_ext <<_ACEOF
31483 /* end confdefs.h. */
31485 /* Override any gcc2 internal prototype to avoid an error. */
31489 /* We use char because int might match the return type of a gcc2
31490 builtin and then its argument prototype would still apply. */
31500 rm -f conftest.
$ac_objext conftest
$ac_exeext
31501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31502 (eval $ac_link) 2>conftest.er1
31504 grep -v '^ *+' conftest.er1
>conftest.err
31506 cat conftest.err
>&5
31507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31508 (exit $ac_status); } &&
31509 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31511 (eval $ac_try) 2>&5
31513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31514 (exit $ac_status); }; } &&
31515 { ac_try
='test -s conftest$ac_exeext'
31516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31517 (eval $ac_try) 2>&5
31519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31520 (exit $ac_status); }; }; then
31521 ac_cv_lib_socket_inet_addr
=yes
31523 echo "$as_me: failed program was:" >&5
31524 sed 's/^/| /' conftest.
$ac_ext >&5
31526 ac_cv_lib_socket_inet_addr
=no
31528 rm -f conftest.err conftest.
$ac_objext \
31529 conftest
$ac_exeext conftest.
$ac_ext
31530 LIBS
=$ac_check_lib_save_LIBS
31532 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
31533 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
31534 if test $ac_cv_lib_socket_inet_addr = yes; then
31554 for ac_func
in inet_aton
31556 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31557 echo "$as_me:$LINENO: checking for $ac_func" >&5
31558 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31559 if eval "test \"\${$as_ac_var+set}\" = set"; then
31560 echo $ECHO_N "(cached) $ECHO_C" >&6
31562 cat >conftest.
$ac_ext <<_ACEOF
31565 cat confdefs.h
>>conftest.
$ac_ext
31566 cat >>conftest.
$ac_ext <<_ACEOF
31567 /* end confdefs.h. */
31568 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31569 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31570 #define $ac_func innocuous_$ac_func
31572 /* System header to define __stub macros and hopefully few prototypes,
31573 which can conflict with char $ac_func (); below.
31574 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31575 <limits.h> exists even on freestanding compilers. */
31578 # include <limits.h>
31580 # include <assert.h>
31585 /* Override any gcc2 internal prototype to avoid an error. */
31590 /* We use char because int might match the return type of a gcc2
31591 builtin and then its argument prototype would still apply. */
31593 /* The GNU C library defines this for functions which it implements
31594 to always fail with ENOSYS. Some functions are actually named
31595 something starting with __ and the normal name is an alias. */
31596 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31599 char (*f) () = $ac_func;
31608 return f != $ac_func;
31613 rm -f conftest.
$ac_objext conftest
$ac_exeext
31614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31615 (eval $ac_link) 2>conftest.er1
31617 grep -v '^ *+' conftest.er1
>conftest.err
31619 cat conftest.err
>&5
31620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31621 (exit $ac_status); } &&
31622 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31624 (eval $ac_try) 2>&5
31626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31627 (exit $ac_status); }; } &&
31628 { ac_try
='test -s conftest$ac_exeext'
31629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31630 (eval $ac_try) 2>&5
31632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31633 (exit $ac_status); }; }; then
31634 eval "$as_ac_var=yes"
31636 echo "$as_me: failed program was:" >&5
31637 sed 's/^/| /' conftest.
$ac_ext >&5
31639 eval "$as_ac_var=no"
31641 rm -f conftest.err conftest.
$ac_objext \
31642 conftest
$ac_exeext conftest.
$ac_ext
31644 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31645 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31646 if test `eval echo '${'$as_ac_var'}'` = yes; then
31647 cat >>confdefs.h
<<_ACEOF
31648 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31650 cat >>confdefs.h
<<\_ACEOF
31651 #define HAVE_INET_ATON 1
31656 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31657 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
31658 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
31659 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
31660 echo $ECHO_N "(cached) $ECHO_C" >&6
31662 ac_check_lib_save_LIBS
=$LIBS
31663 LIBS
="-l$INET_LINK $LIBS"
31664 cat >conftest.
$ac_ext <<_ACEOF
31667 cat confdefs.h
>>conftest.
$ac_ext
31668 cat >>conftest.
$ac_ext <<_ACEOF
31669 /* end confdefs.h. */
31671 /* Override any gcc2 internal prototype to avoid an error. */
31675 /* We use char because int might match the return type of a gcc2
31676 builtin and then its argument prototype would still apply. */
31686 rm -f conftest.
$ac_objext conftest
$ac_exeext
31687 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31688 (eval $ac_link) 2>conftest.er1
31690 grep -v '^ *+' conftest.er1
>conftest.err
31692 cat conftest.err
>&5
31693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31694 (exit $ac_status); } &&
31695 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31697 (eval $ac_try) 2>&5
31699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31700 (exit $ac_status); }; } &&
31701 { ac_try
='test -s conftest$ac_exeext'
31702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31703 (eval $ac_try) 2>&5
31705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31706 (exit $ac_status); }; }; then
31707 eval "$as_ac_Lib=yes"
31709 echo "$as_me: failed program was:" >&5
31710 sed 's/^/| /' conftest.
$ac_ext >&5
31712 eval "$as_ac_Lib=no"
31714 rm -f conftest.err conftest.
$ac_objext \
31715 conftest
$ac_exeext conftest.
$ac_ext
31716 LIBS
=$ac_check_lib_save_LIBS
31718 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31719 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31720 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31721 cat >>confdefs.h
<<\_ACEOF
31722 #define HAVE_INET_ATON 1
31732 if test "x$INET_LINK" != "x"; then
31733 cat >>confdefs.h
<<\_ACEOF
31734 #define HAVE_INET_ADDR 1
31737 INET_LINK
=" -l$INET_LINK"
31745 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
31746 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
31747 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
31748 echo $ECHO_N "(cached) $ECHO_C" >&6
31750 ac_check_lib_save_LIBS
=$LIBS
31752 cat >conftest.
$ac_ext <<_ACEOF
31755 cat confdefs.h
>>conftest.
$ac_ext
31756 cat >>conftest.
$ac_ext <<_ACEOF
31757 /* end confdefs.h. */
31759 /* Override any gcc2 internal prototype to avoid an error. */
31763 /* We use char because int might match the return type of a gcc2
31764 builtin and then its argument prototype would still apply. */
31774 rm -f conftest.
$ac_objext conftest
$ac_exeext
31775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31776 (eval $ac_link) 2>conftest.er1
31778 grep -v '^ *+' conftest.er1
>conftest.err
31780 cat conftest.err
>&5
31781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31782 (exit $ac_status); } &&
31783 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31785 (eval $ac_try) 2>&5
31787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31788 (exit $ac_status); }; } &&
31789 { ac_try
='test -s conftest$ac_exeext'
31790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31791 (eval $ac_try) 2>&5
31793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31794 (exit $ac_status); }; }; then
31795 ac_cv_lib_esd_esd_close
=yes
31797 echo "$as_me: failed program was:" >&5
31798 sed 's/^/| /' conftest.
$ac_ext >&5
31800 ac_cv_lib_esd_esd_close
=no
31802 rm -f conftest.err conftest.
$ac_objext \
31803 conftest
$ac_exeext conftest.
$ac_ext
31804 LIBS
=$ac_check_lib_save_LIBS
31806 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
31807 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
31808 if test $ac_cv_lib_esd_esd_close = yes; then
31811 for ac_header
in esd.h
31813 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31814 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31815 echo "$as_me:$LINENO: checking for $ac_header" >&5
31816 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31817 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31818 echo $ECHO_N "(cached) $ECHO_C" >&6
31820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31823 # Is the header compilable?
31824 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31825 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31826 cat >conftest.
$ac_ext <<_ACEOF
31829 cat confdefs.h
>>conftest.
$ac_ext
31830 cat >>conftest.
$ac_ext <<_ACEOF
31831 /* end confdefs.h. */
31832 $ac_includes_default
31833 #include <$ac_header>
31835 rm -f conftest.
$ac_objext
31836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31837 (eval $ac_compile) 2>conftest.er1
31839 grep -v '^ *+' conftest.er1
>conftest.err
31841 cat conftest.err
>&5
31842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31843 (exit $ac_status); } &&
31844 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31846 (eval $ac_try) 2>&5
31848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31849 (exit $ac_status); }; } &&
31850 { ac_try
='test -s conftest.$ac_objext'
31851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31852 (eval $ac_try) 2>&5
31854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31855 (exit $ac_status); }; }; then
31856 ac_header_compiler
=yes
31858 echo "$as_me: failed program was:" >&5
31859 sed 's/^/| /' conftest.
$ac_ext >&5
31861 ac_header_compiler
=no
31863 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31864 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31865 echo "${ECHO_T}$ac_header_compiler" >&6
31867 # Is the header present?
31868 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31869 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31870 cat >conftest.
$ac_ext <<_ACEOF
31873 cat confdefs.h
>>conftest.
$ac_ext
31874 cat >>conftest.
$ac_ext <<_ACEOF
31875 /* end confdefs.h. */
31876 #include <$ac_header>
31878 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31879 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31881 grep -v '^ *+' conftest.er1
>conftest.err
31883 cat conftest.err
>&5
31884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31885 (exit $ac_status); } >/dev
/null
; then
31886 if test -s conftest.err
; then
31887 ac_cpp_err
=$ac_c_preproc_warn_flag
31888 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31895 if test -z "$ac_cpp_err"; then
31896 ac_header_preproc
=yes
31898 echo "$as_me: failed program was:" >&5
31899 sed 's/^/| /' conftest.
$ac_ext >&5
31901 ac_header_preproc
=no
31903 rm -f conftest.err conftest.
$ac_ext
31904 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31905 echo "${ECHO_T}$ac_header_preproc" >&6
31907 # So? What about this header?
31908 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31910 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31911 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31912 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31913 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31914 ac_header_preproc
=yes
31917 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31918 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31919 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31920 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31921 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31922 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31923 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31924 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31925 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31926 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31927 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31928 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31931 ## ----------------------------------------- ##
31932 ## Report this to wx-dev@lists.wxwidgets.org ##
31933 ## ----------------------------------------- ##
31936 sed "s/^/$as_me: WARNING: /" >&2
31939 echo "$as_me:$LINENO: checking for $ac_header" >&5
31940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31941 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31942 echo $ECHO_N "(cached) $ECHO_C" >&6
31944 eval "$as_ac_Header=\$ac_header_preproc"
31946 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31947 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31951 cat >>confdefs.h
<<_ACEOF
31952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31955 EXTRALIBS_ESD
="-lesd"
31966 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
31967 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
31968 cat >conftest.
$ac_ext <<_ACEOF
31971 cat confdefs.h
>>conftest.
$ac_ext
31972 cat >>conftest.
$ac_ext <<_ACEOF
31973 /* end confdefs.h. */
31975 #include <linux/cdrom.h>
31978 #include <sys/cdio.h>
31984 struct cdrom_tocentry entry, old_entry;
31989 rm -f conftest.
$ac_objext
31990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31991 (eval $ac_compile) 2>conftest.er1
31993 grep -v '^ *+' conftest.er1
>conftest.err
31995 cat conftest.err
>&5
31996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31997 (exit $ac_status); } &&
31998 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32000 (eval $ac_try) 2>&5
32002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32003 (exit $ac_status); }; } &&
32004 { ac_try
='test -s conftest.$ac_objext'
32005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32006 (eval $ac_try) 2>&5
32008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32009 (exit $ac_status); }; }; then
32010 echo "$as_me:$LINENO: result: yes" >&5
32011 echo "${ECHO_T}yes" >&6
32012 cat >>confdefs.h
<<\_ACEOF
32013 #define HAVE_KNOWN_CDROM_INTERFACE 1
32017 echo "$as_me: failed program was:" >&5
32018 sed 's/^/| /' conftest.
$ac_ext >&5
32020 echo "$as_me:$LINENO: result: no" >&5
32021 echo "${ECHO_T}no" >&6
32023 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32026 cat >confcache
<<\_ACEOF
32027 # This file is a shell script that caches the results of configure
32028 # tests run on this system so they can be shared between configure
32029 # scripts and configure runs, see configure's option --config-cache.
32030 # It is not useful on other systems. If it contains results you don't
32031 # want to keep, you may remove or edit it.
32033 # config.status only pays attention to the cache file if you give it
32034 # the --recheck option to rerun configure.
32036 # `ac_cv_env_foo' variables (set or unset) will be overridden when
32037 # loading this file, other *unset* `ac_cv_foo' will be assigned the
32038 # following values.
32042 # The following way of writing the cache mishandles newlines in values,
32043 # but we know of no workaround that is simple, portable, and efficient.
32044 # So, don't put newlines in cache variables' values.
32045 # Ultrix sh set writes to stderr and can't be redirected directly,
32046 # and sets the high bit in the cache file unless we assign to the vars.
32049 case `(ac_space=' '; set | grep ac_space) 2>&1` in
32051 # `set' does not quote correctly, so add quotes (double-quote
32052 # substitution turns \\\\ into \\, and sed turns \\ into \).
32055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
32058 # `set' quotes correctly as required by POSIX, so do not add quotes.
32060 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
32067 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
32069 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
32071 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
32072 if test -w $cache_file; then
32073 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
32074 cat confcache
>$cache_file
32076 echo "not updating unwritable cache $cache_file"
32083 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
32089 if test "$wxUSE_THREADS" = "yes" ; then
32090 if test "$USE_BEOS" = 1; then
32091 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
32092 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
32097 if test "$wxUSE_THREADS" = "yes" ; then
32100 THREAD_OPTS
="-pthread"
32102 *-*-solaris2* | *-*-sunos4* )
32103 if test "x$GCC" = "xyes"; then
32104 THREAD_OPTS
="-pthreads $THREAD_OPTS"
32106 THREAD_OPTS
="-mt $THREAD_OPTS"
32110 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
32112 *-*-darwin* | *-*-cygwin* )
32116 THREAD_OPTS
="pthreads"
32119 if test "x$GCC" != "xyes"; then
32125 if test "x$GCC" = "xyes"; then
32131 if test "x$GCC" != "xyes"; then
32132 THREAD_OPTS
="-Ethread"
32137 THREAD_OPTS
="$THREAD_OPTS pthread none"
32140 for flag
in $THREAD_OPTS; do
32143 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
32144 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
32148 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
32149 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
32150 THREADS_CFLAGS
="$flag"
32154 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
32155 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
32156 THREADS_LINK
="-l$flag"
32161 save_CFLAGS
="$CFLAGS"
32162 LIBS
="$THREADS_LINK $LIBS"
32163 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
32165 cat >conftest.
$ac_ext <<_ACEOF
32168 cat confdefs.h
>>conftest.
$ac_ext
32169 cat >>conftest.
$ac_ext <<_ACEOF
32170 /* end confdefs.h. */
32171 #include <pthread.h>
32175 pthread_create(0,0,0,0);
32180 rm -f conftest.
$ac_objext conftest
$ac_exeext
32181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32182 (eval $ac_link) 2>conftest.er1
32184 grep -v '^ *+' conftest.er1
>conftest.err
32186 cat conftest.err
>&5
32187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32188 (exit $ac_status); } &&
32189 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32191 (eval $ac_try) 2>&5
32193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32194 (exit $ac_status); }; } &&
32195 { ac_try
='test -s conftest$ac_exeext'
32196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32197 (eval $ac_try) 2>&5
32199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32200 (exit $ac_status); }; }; then
32203 echo "$as_me: failed program was:" >&5
32204 sed 's/^/| /' conftest.
$ac_ext >&5
32207 rm -f conftest.err conftest.
$ac_objext \
32208 conftest
$ac_exeext conftest.
$ac_ext
32211 CFLAGS
="$save_CFLAGS"
32213 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
32214 echo "${ECHO_T}$THREADS_OK" >&6
32215 if test "x$THREADS_OK" = "xyes"; then
32223 if test "x$THREADS_OK" != "xyes"; then
32225 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
32226 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
32228 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
32229 LIBS
="$THREADS_LINK $LIBS"
32231 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
32232 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
32236 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
32237 flag
="-D_THREAD_SAFE"
32240 flag
="-D_THREAD_SAFE"
32243 flag
="-D_REENTRANT"
32244 if test "x$GCC" != "xyes"; then
32245 flag
="$flag -D_RWSTD_MULTI_THREAD"
32250 *solaris
* | alpha
*-osf*)
32251 flag
="-D_REENTRANT"
32254 echo "$as_me:$LINENO: result: ${flag}" >&5
32255 echo "${ECHO_T}${flag}" >&6
32256 if test "x$flag" != xno
; then
32257 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
32260 if test "x$THREADS_CFLAGS" != "x"; then
32261 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
32262 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
32267 if test "$wxUSE_THREADS" = "yes" ; then
32269 for ac_func
in thr_setconcurrency
32271 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32272 echo "$as_me:$LINENO: checking for $ac_func" >&5
32273 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32274 if eval "test \"\${$as_ac_var+set}\" = set"; then
32275 echo $ECHO_N "(cached) $ECHO_C" >&6
32277 cat >conftest.
$ac_ext <<_ACEOF
32280 cat confdefs.h
>>conftest.
$ac_ext
32281 cat >>conftest.
$ac_ext <<_ACEOF
32282 /* end confdefs.h. */
32283 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32284 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32285 #define $ac_func innocuous_$ac_func
32287 /* System header to define __stub macros and hopefully few prototypes,
32288 which can conflict with char $ac_func (); below.
32289 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32290 <limits.h> exists even on freestanding compilers. */
32293 # include <limits.h>
32295 # include <assert.h>
32300 /* Override any gcc2 internal prototype to avoid an error. */
32305 /* We use char because int might match the return type of a gcc2
32306 builtin and then its argument prototype would still apply. */
32308 /* The GNU C library defines this for functions which it implements
32309 to always fail with ENOSYS. Some functions are actually named
32310 something starting with __ and the normal name is an alias. */
32311 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32314 char (*f) () = $ac_func;
32323 return f != $ac_func;
32328 rm -f conftest.
$ac_objext conftest
$ac_exeext
32329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32330 (eval $ac_link) 2>conftest.er1
32332 grep -v '^ *+' conftest.er1
>conftest.err
32334 cat conftest.err
>&5
32335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32336 (exit $ac_status); } &&
32337 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32339 (eval $ac_try) 2>&5
32341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32342 (exit $ac_status); }; } &&
32343 { ac_try
='test -s conftest$ac_exeext'
32344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32345 (eval $ac_try) 2>&5
32347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32348 (exit $ac_status); }; }; then
32349 eval "$as_ac_var=yes"
32351 echo "$as_me: failed program was:" >&5
32352 sed 's/^/| /' conftest.
$ac_ext >&5
32354 eval "$as_ac_var=no"
32356 rm -f conftest.err conftest.
$ac_objext \
32357 conftest
$ac_exeext conftest.
$ac_ext
32359 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32360 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32361 if test `eval echo '${'$as_ac_var'}'` = yes; then
32362 cat >>confdefs.h
<<_ACEOF
32363 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32371 for ac_header
in sched.h
32373 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32374 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32375 echo "$as_me:$LINENO: checking for $ac_header" >&5
32376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32377 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32378 echo $ECHO_N "(cached) $ECHO_C" >&6
32380 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32381 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32383 # Is the header compilable?
32384 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32385 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32386 cat >conftest.
$ac_ext <<_ACEOF
32389 cat confdefs.h
>>conftest.
$ac_ext
32390 cat >>conftest.
$ac_ext <<_ACEOF
32391 /* end confdefs.h. */
32392 $ac_includes_default
32393 #include <$ac_header>
32395 rm -f conftest.
$ac_objext
32396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32397 (eval $ac_compile) 2>conftest.er1
32399 grep -v '^ *+' conftest.er1
>conftest.err
32401 cat conftest.err
>&5
32402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32403 (exit $ac_status); } &&
32404 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32406 (eval $ac_try) 2>&5
32408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32409 (exit $ac_status); }; } &&
32410 { ac_try
='test -s conftest.$ac_objext'
32411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32412 (eval $ac_try) 2>&5
32414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32415 (exit $ac_status); }; }; then
32416 ac_header_compiler
=yes
32418 echo "$as_me: failed program was:" >&5
32419 sed 's/^/| /' conftest.
$ac_ext >&5
32421 ac_header_compiler
=no
32423 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32424 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32425 echo "${ECHO_T}$ac_header_compiler" >&6
32427 # Is the header present?
32428 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32429 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32430 cat >conftest.
$ac_ext <<_ACEOF
32433 cat confdefs.h
>>conftest.
$ac_ext
32434 cat >>conftest.
$ac_ext <<_ACEOF
32435 /* end confdefs.h. */
32436 #include <$ac_header>
32438 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32439 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32441 grep -v '^ *+' conftest.er1
>conftest.err
32443 cat conftest.err
>&5
32444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32445 (exit $ac_status); } >/dev
/null
; then
32446 if test -s conftest.err
; then
32447 ac_cpp_err
=$ac_c_preproc_warn_flag
32448 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
32455 if test -z "$ac_cpp_err"; then
32456 ac_header_preproc
=yes
32458 echo "$as_me: failed program was:" >&5
32459 sed 's/^/| /' conftest.
$ac_ext >&5
32461 ac_header_preproc
=no
32463 rm -f conftest.err conftest.
$ac_ext
32464 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32465 echo "${ECHO_T}$ac_header_preproc" >&6
32467 # So? What about this header?
32468 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32470 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32471 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32472 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
32473 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
32474 ac_header_preproc
=yes
32477 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32478 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32479 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32480 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32481 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
32482 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
32483 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
32484 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
32485 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32486 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32487 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
32488 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
32491 ## ----------------------------------------- ##
32492 ## Report this to wx-dev@lists.wxwidgets.org ##
32493 ## ----------------------------------------- ##
32496 sed "s/^/$as_me: WARNING: /" >&2
32499 echo "$as_me:$LINENO: checking for $ac_header" >&5
32500 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32501 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32502 echo $ECHO_N "(cached) $ECHO_C" >&6
32504 eval "$as_ac_Header=\$ac_header_preproc"
32506 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32507 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32510 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32511 cat >>confdefs.h
<<_ACEOF
32512 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32519 if test "$ac_cv_header_sched_h" = "yes"; then
32520 echo "$as_me:$LINENO: checking for sched_yield" >&5
32521 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
32522 if test "${ac_cv_func_sched_yield+set}" = set; then
32523 echo $ECHO_N "(cached) $ECHO_C" >&6
32525 cat >conftest.
$ac_ext <<_ACEOF
32528 cat confdefs.h
>>conftest.
$ac_ext
32529 cat >>conftest.
$ac_ext <<_ACEOF
32530 /* end confdefs.h. */
32531 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
32532 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32533 #define sched_yield innocuous_sched_yield
32535 /* System header to define __stub macros and hopefully few prototypes,
32536 which can conflict with char sched_yield (); below.
32537 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32538 <limits.h> exists even on freestanding compilers. */
32541 # include <limits.h>
32543 # include <assert.h>
32548 /* Override any gcc2 internal prototype to avoid an error. */
32553 /* We use char because int might match the return type of a gcc2
32554 builtin and then its argument prototype would still apply. */
32555 char sched_yield ();
32556 /* The GNU C library defines this for functions which it implements
32557 to always fail with ENOSYS. Some functions are actually named
32558 something starting with __ and the normal name is an alias. */
32559 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
32562 char (*f) () = sched_yield;
32571 return f != sched_yield;
32576 rm -f conftest.
$ac_objext conftest
$ac_exeext
32577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32578 (eval $ac_link) 2>conftest.er1
32580 grep -v '^ *+' conftest.er1
>conftest.err
32582 cat conftest.err
>&5
32583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32584 (exit $ac_status); } &&
32585 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32587 (eval $ac_try) 2>&5
32589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32590 (exit $ac_status); }; } &&
32591 { ac_try
='test -s conftest$ac_exeext'
32592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32593 (eval $ac_try) 2>&5
32595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32596 (exit $ac_status); }; }; then
32597 ac_cv_func_sched_yield
=yes
32599 echo "$as_me: failed program was:" >&5
32600 sed 's/^/| /' conftest.
$ac_ext >&5
32602 ac_cv_func_sched_yield
=no
32604 rm -f conftest.err conftest.
$ac_objext \
32605 conftest
$ac_exeext conftest.
$ac_ext
32607 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
32608 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
32609 if test $ac_cv_func_sched_yield = yes; then
32610 cat >>confdefs.h
<<\_ACEOF
32611 #define HAVE_SCHED_YIELD 1
32616 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
32617 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
32618 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
32619 echo $ECHO_N "(cached) $ECHO_C" >&6
32621 ac_check_lib_save_LIBS
=$LIBS
32622 LIBS
="-lposix4 $LIBS"
32623 cat >conftest.
$ac_ext <<_ACEOF
32626 cat confdefs.h
>>conftest.
$ac_ext
32627 cat >>conftest.
$ac_ext <<_ACEOF
32628 /* end confdefs.h. */
32630 /* Override any gcc2 internal prototype to avoid an error. */
32634 /* We use char because int might match the return type of a gcc2
32635 builtin and then its argument prototype would still apply. */
32636 char sched_yield ();
32645 rm -f conftest.
$ac_objext conftest
$ac_exeext
32646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32647 (eval $ac_link) 2>conftest.er1
32649 grep -v '^ *+' conftest.er1
>conftest.err
32651 cat conftest.err
>&5
32652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32653 (exit $ac_status); } &&
32654 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32656 (eval $ac_try) 2>&5
32658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32659 (exit $ac_status); }; } &&
32660 { ac_try
='test -s conftest$ac_exeext'
32661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32662 (eval $ac_try) 2>&5
32664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32665 (exit $ac_status); }; }; then
32666 ac_cv_lib_posix4_sched_yield
=yes
32668 echo "$as_me: failed program was:" >&5
32669 sed 's/^/| /' conftest.
$ac_ext >&5
32671 ac_cv_lib_posix4_sched_yield
=no
32673 rm -f conftest.err conftest.
$ac_objext \
32674 conftest
$ac_exeext conftest.
$ac_ext
32675 LIBS
=$ac_check_lib_save_LIBS
32677 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
32678 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
32679 if test $ac_cv_lib_posix4_sched_yield = yes; then
32680 cat >>confdefs.h
<<\_ACEOF
32681 #define HAVE_SCHED_YIELD 1
32683 POSIX4_LINK
=" -lposix4"
32685 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
32686 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32697 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
32698 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
32699 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
32700 echo $ECHO_N "(cached) $ECHO_C" >&6
32702 cat >conftest.
$ac_ext <<_ACEOF
32705 cat confdefs.h
>>conftest.
$ac_ext
32706 cat >>conftest.
$ac_ext <<_ACEOF
32707 /* end confdefs.h. */
32708 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
32709 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32710 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
32712 /* System header to define __stub macros and hopefully few prototypes,
32713 which can conflict with char pthread_attr_getschedpolicy (); below.
32714 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32715 <limits.h> exists even on freestanding compilers. */
32718 # include <limits.h>
32720 # include <assert.h>
32723 #undef pthread_attr_getschedpolicy
32725 /* Override any gcc2 internal prototype to avoid an error. */
32730 /* We use char because int might match the return type of a gcc2
32731 builtin and then its argument prototype would still apply. */
32732 char pthread_attr_getschedpolicy ();
32733 /* The GNU C library defines this for functions which it implements
32734 to always fail with ENOSYS. Some functions are actually named
32735 something starting with __ and the normal name is an alias. */
32736 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
32739 char (*f) () = pthread_attr_getschedpolicy;
32748 return f != pthread_attr_getschedpolicy;
32753 rm -f conftest.
$ac_objext conftest
$ac_exeext
32754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32755 (eval $ac_link) 2>conftest.er1
32757 grep -v '^ *+' conftest.er1
>conftest.err
32759 cat conftest.err
>&5
32760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32761 (exit $ac_status); } &&
32762 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32764 (eval $ac_try) 2>&5
32766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32767 (exit $ac_status); }; } &&
32768 { ac_try
='test -s conftest$ac_exeext'
32769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32770 (eval $ac_try) 2>&5
32772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32773 (exit $ac_status); }; }; then
32774 ac_cv_func_pthread_attr_getschedpolicy
=yes
32776 echo "$as_me: failed program was:" >&5
32777 sed 's/^/| /' conftest.
$ac_ext >&5
32779 ac_cv_func_pthread_attr_getschedpolicy
=no
32781 rm -f conftest.err conftest.
$ac_objext \
32782 conftest
$ac_exeext conftest.
$ac_ext
32784 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
32785 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
32786 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
32787 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
32788 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
32789 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
32790 echo $ECHO_N "(cached) $ECHO_C" >&6
32792 cat >conftest.
$ac_ext <<_ACEOF
32795 cat confdefs.h
>>conftest.
$ac_ext
32796 cat >>conftest.
$ac_ext <<_ACEOF
32797 /* end confdefs.h. */
32798 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
32799 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32800 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
32802 /* System header to define __stub macros and hopefully few prototypes,
32803 which can conflict with char pthread_attr_setschedparam (); below.
32804 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32805 <limits.h> exists even on freestanding compilers. */
32808 # include <limits.h>
32810 # include <assert.h>
32813 #undef pthread_attr_setschedparam
32815 /* Override any gcc2 internal prototype to avoid an error. */
32820 /* We use char because int might match the return type of a gcc2
32821 builtin and then its argument prototype would still apply. */
32822 char pthread_attr_setschedparam ();
32823 /* The GNU C library defines this for functions which it implements
32824 to always fail with ENOSYS. Some functions are actually named
32825 something starting with __ and the normal name is an alias. */
32826 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
32829 char (*f) () = pthread_attr_setschedparam;
32838 return f != pthread_attr_setschedparam;
32843 rm -f conftest.
$ac_objext conftest
$ac_exeext
32844 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32845 (eval $ac_link) 2>conftest.er1
32847 grep -v '^ *+' conftest.er1
>conftest.err
32849 cat conftest.err
>&5
32850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32851 (exit $ac_status); } &&
32852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32854 (eval $ac_try) 2>&5
32856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32857 (exit $ac_status); }; } &&
32858 { ac_try
='test -s conftest$ac_exeext'
32859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32860 (eval $ac_try) 2>&5
32862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32863 (exit $ac_status); }; }; then
32864 ac_cv_func_pthread_attr_setschedparam
=yes
32866 echo "$as_me: failed program was:" >&5
32867 sed 's/^/| /' conftest.
$ac_ext >&5
32869 ac_cv_func_pthread_attr_setschedparam
=no
32871 rm -f conftest.err conftest.
$ac_objext \
32872 conftest
$ac_exeext conftest.
$ac_ext
32874 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
32875 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
32876 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
32877 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
32878 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
32879 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
32880 echo $ECHO_N "(cached) $ECHO_C" >&6
32882 cat >conftest.
$ac_ext <<_ACEOF
32885 cat confdefs.h
>>conftest.
$ac_ext
32886 cat >>conftest.
$ac_ext <<_ACEOF
32887 /* end confdefs.h. */
32888 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
32889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32890 #define sched_get_priority_max innocuous_sched_get_priority_max
32892 /* System header to define __stub macros and hopefully few prototypes,
32893 which can conflict with char sched_get_priority_max (); below.
32894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32895 <limits.h> exists even on freestanding compilers. */
32898 # include <limits.h>
32900 # include <assert.h>
32903 #undef sched_get_priority_max
32905 /* Override any gcc2 internal prototype to avoid an error. */
32910 /* We use char because int might match the return type of a gcc2
32911 builtin and then its argument prototype would still apply. */
32912 char sched_get_priority_max ();
32913 /* The GNU C library defines this for functions which it implements
32914 to always fail with ENOSYS. Some functions are actually named
32915 something starting with __ and the normal name is an alias. */
32916 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
32919 char (*f) () = sched_get_priority_max;
32928 return f != sched_get_priority_max;
32933 rm -f conftest.
$ac_objext conftest
$ac_exeext
32934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32935 (eval $ac_link) 2>conftest.er1
32937 grep -v '^ *+' conftest.er1
>conftest.err
32939 cat conftest.err
>&5
32940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32941 (exit $ac_status); } &&
32942 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32944 (eval $ac_try) 2>&5
32946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32947 (exit $ac_status); }; } &&
32948 { ac_try
='test -s conftest$ac_exeext'
32949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32950 (eval $ac_try) 2>&5
32952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32953 (exit $ac_status); }; }; then
32954 ac_cv_func_sched_get_priority_max
=yes
32956 echo "$as_me: failed program was:" >&5
32957 sed 's/^/| /' conftest.
$ac_ext >&5
32959 ac_cv_func_sched_get_priority_max
=no
32961 rm -f conftest.err conftest.
$ac_objext \
32962 conftest
$ac_exeext conftest.
$ac_ext
32964 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
32965 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
32966 if test $ac_cv_func_sched_get_priority_max = yes; then
32969 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
32970 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
32971 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
32972 echo $ECHO_N "(cached) $ECHO_C" >&6
32974 ac_check_lib_save_LIBS
=$LIBS
32975 LIBS
="-lposix4 $LIBS"
32976 cat >conftest.
$ac_ext <<_ACEOF
32979 cat confdefs.h
>>conftest.
$ac_ext
32980 cat >>conftest.
$ac_ext <<_ACEOF
32981 /* end confdefs.h. */
32983 /* Override any gcc2 internal prototype to avoid an error. */
32987 /* We use char because int might match the return type of a gcc2
32988 builtin and then its argument prototype would still apply. */
32989 char sched_get_priority_max ();
32993 sched_get_priority_max ();
32998 rm -f conftest.
$ac_objext conftest
$ac_exeext
32999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33000 (eval $ac_link) 2>conftest.er1
33002 grep -v '^ *+' conftest.er1
>conftest.err
33004 cat conftest.err
>&5
33005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33006 (exit $ac_status); } &&
33007 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33009 (eval $ac_try) 2>&5
33011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33012 (exit $ac_status); }; } &&
33013 { ac_try
='test -s conftest$ac_exeext'
33014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33015 (eval $ac_try) 2>&5
33017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33018 (exit $ac_status); }; }; then
33019 ac_cv_lib_posix4_sched_get_priority_max
=yes
33021 echo "$as_me: failed program was:" >&5
33022 sed 's/^/| /' conftest.
$ac_ext >&5
33024 ac_cv_lib_posix4_sched_get_priority_max
=no
33026 rm -f conftest.err conftest.
$ac_objext \
33027 conftest
$ac_exeext conftest.
$ac_ext
33028 LIBS
=$ac_check_lib_save_LIBS
33030 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
33031 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
33032 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
33035 POSIX4_LINK
=" -lposix4"
33049 if test "$HAVE_PRIOR_FUNCS" = 1; then
33050 cat >>confdefs.h
<<\_ACEOF
33051 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
33055 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
33056 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
33059 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
33060 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
33061 if test "${ac_cv_func_pthread_cancel+set}" = set; then
33062 echo $ECHO_N "(cached) $ECHO_C" >&6
33064 cat >conftest.
$ac_ext <<_ACEOF
33067 cat confdefs.h
>>conftest.
$ac_ext
33068 cat >>conftest.
$ac_ext <<_ACEOF
33069 /* end confdefs.h. */
33070 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
33071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33072 #define pthread_cancel innocuous_pthread_cancel
33074 /* System header to define __stub macros and hopefully few prototypes,
33075 which can conflict with char pthread_cancel (); below.
33076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33077 <limits.h> exists even on freestanding compilers. */
33080 # include <limits.h>
33082 # include <assert.h>
33085 #undef pthread_cancel
33087 /* Override any gcc2 internal prototype to avoid an error. */
33092 /* We use char because int might match the return type of a gcc2
33093 builtin and then its argument prototype would still apply. */
33094 char pthread_cancel ();
33095 /* The GNU C library defines this for functions which it implements
33096 to always fail with ENOSYS. Some functions are actually named
33097 something starting with __ and the normal name is an alias. */
33098 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
33101 char (*f) () = pthread_cancel;
33110 return f != pthread_cancel;
33115 rm -f conftest.
$ac_objext conftest
$ac_exeext
33116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33117 (eval $ac_link) 2>conftest.er1
33119 grep -v '^ *+' conftest.er1
>conftest.err
33121 cat conftest.err
>&5
33122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33123 (exit $ac_status); } &&
33124 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33126 (eval $ac_try) 2>&5
33128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33129 (exit $ac_status); }; } &&
33130 { ac_try
='test -s conftest$ac_exeext'
33131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33132 (eval $ac_try) 2>&5
33134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33135 (exit $ac_status); }; }; then
33136 ac_cv_func_pthread_cancel
=yes
33138 echo "$as_me: failed program was:" >&5
33139 sed 's/^/| /' conftest.
$ac_ext >&5
33141 ac_cv_func_pthread_cancel
=no
33143 rm -f conftest.err conftest.
$ac_objext \
33144 conftest
$ac_exeext conftest.
$ac_ext
33146 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
33147 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
33148 if test $ac_cv_func_pthread_cancel = yes; then
33149 cat >>confdefs.h
<<\_ACEOF
33150 #define HAVE_PTHREAD_CANCEL 1
33154 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
33155 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
33161 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
33162 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
33163 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
33164 echo $ECHO_N "(cached) $ECHO_C" >&6
33167 cat >conftest.
$ac_ext <<_ACEOF
33170 cat confdefs.h
>>conftest.
$ac_ext
33171 cat >>conftest.
$ac_ext <<_ACEOF
33172 /* end confdefs.h. */
33173 #include <pthread.h>
33178 pthread_mutexattr_t attr;
33179 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
33185 rm -f conftest.
$ac_objext
33186 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33187 (eval $ac_compile) 2>conftest.er1
33189 grep -v '^ *+' conftest.er1
>conftest.err
33191 cat conftest.err
>&5
33192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33193 (exit $ac_status); } &&
33194 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33196 (eval $ac_try) 2>&5
33198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33199 (exit $ac_status); }; } &&
33200 { ac_try
='test -s conftest.$ac_objext'
33201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33202 (eval $ac_try) 2>&5
33204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33205 (exit $ac_status); }; }; then
33207 wx_cv_type_pthread_mutexattr_t
=yes
33210 echo "$as_me: failed program was:" >&5
33211 sed 's/^/| /' conftest.
$ac_ext >&5
33214 wx_cv_type_pthread_mutexattr_t
=no
33218 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33221 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
33222 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
33224 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
33225 cat >>confdefs.h
<<\_ACEOF
33226 #define HAVE_PTHREAD_MUTEXATTR_T 1
33230 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
33231 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
33232 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
33233 echo $ECHO_N "(cached) $ECHO_C" >&6
33236 cat >conftest.
$ac_ext <<_ACEOF
33239 cat confdefs.h
>>conftest.
$ac_ext
33240 cat >>conftest.
$ac_ext <<_ACEOF
33241 /* end confdefs.h. */
33242 #include <pthread.h>
33247 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
33253 rm -f conftest.
$ac_objext
33254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33255 (eval $ac_compile) 2>conftest.er1
33257 grep -v '^ *+' conftest.er1
>conftest.err
33259 cat conftest.err
>&5
33260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33261 (exit $ac_status); } &&
33262 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33264 (eval $ac_try) 2>&5
33266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33267 (exit $ac_status); }; } &&
33268 { ac_try
='test -s conftest.$ac_objext'
33269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33270 (eval $ac_try) 2>&5
33272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33273 (exit $ac_status); }; }; then
33275 wx_cv_type_pthread_rec_mutex_init
=yes
33278 echo "$as_me: failed program was:" >&5
33279 sed 's/^/| /' conftest.
$ac_ext >&5
33282 wx_cv_type_pthread_rec_mutex_init
=no
33286 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33289 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
33290 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
33291 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
33292 cat >>confdefs.h
<<\_ACEOF
33293 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
33297 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
33298 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
33304 if test "$wxUSE_THREADS" = "yes" ; then
33307 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
33308 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
33309 if test "${wx_cv_cflags_mthread+set}" = set; then
33310 echo $ECHO_N "(cached) $ECHO_C" >&6
33313 CFLAGS_OLD
="$CFLAGS"
33314 CFLAGS
="$CFLAGS -mthreads"
33315 cat >conftest.
$ac_ext <<_ACEOF
33318 cat confdefs.h
>>conftest.
$ac_ext
33319 cat >>conftest.
$ac_ext <<_ACEOF
33320 /* end confdefs.h. */
33330 rm -f conftest.
$ac_objext
33331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33332 (eval $ac_compile) 2>conftest.er1
33334 grep -v '^ *+' conftest.er1
>conftest.err
33336 cat conftest.err
>&5
33337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33338 (exit $ac_status); } &&
33339 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33341 (eval $ac_try) 2>&5
33343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33344 (exit $ac_status); }; } &&
33345 { ac_try
='test -s conftest.$ac_objext'
33346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33347 (eval $ac_try) 2>&5
33349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33350 (exit $ac_status); }; }; then
33351 wx_cv_cflags_mthread
=yes
33353 echo "$as_me: failed program was:" >&5
33354 sed 's/^/| /' conftest.
$ac_ext >&5
33356 wx_cv_cflags_mthread
=no
33359 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33363 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
33364 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
33366 if test "$wx_cv_cflags_mthread" = "yes"; then
33367 CXXFLAGS
="$CXXFLAGS -mthreads"
33368 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
33369 LDFLAGS
="$LDFLAGS -mthreads"
33371 CFLAGS
="$CFLAGS_OLD"
33375 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
33376 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
33377 LDFLAGS
="$LDFLAGS -Zmt"
33383 if test "$wxUSE_THREADS" = "yes"; then
33384 cat >>confdefs.h
<<\_ACEOF
33385 #define wxUSE_THREADS 1
33389 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
33391 if test "$ac_cv_func_strtok_r" = "yes"; then
33392 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
33393 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
33394 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
33395 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
33396 echo "$as_me:$LINENO: result: yes" >&5
33397 echo "${ECHO_T}yes" >&6
33399 echo "$as_me:$LINENO: result: no" >&5
33400 echo "${ECHO_T}no" >&6
33405 if test "$WXGTK20" = 1 ; then
33406 cat >>confdefs.h
<<_ACEOF
33407 #define __WXGTK20__ $WXGTK20
33413 if test "$WXGTK12" = 1 ; then
33414 cat >>confdefs.h
<<_ACEOF
33415 #define __WXGTK12__ $WXGTK12
33420 if test "$WXGTK127" = 1 ; then
33421 cat >>confdefs.h
<<_ACEOF
33422 #define __WXGTK127__ $WXGTK127
33427 if test "$WXGPE" = 1 ; then
33428 cat >>confdefs.h
<<_ACEOF
33429 #define __WXGPE__ $WXGPE
33436 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
33441 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
33442 wxUSE_DEBUG_INFO
=yes
33446 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
33447 cat >>confdefs.h
<<\_ACEOF
33451 WXDEBUG_DEFINE
="-D__WXDEBUG__"
33453 if test "$wxUSE_GTK" = 1 ; then
33454 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
33458 if test "$wxUSE_MEM_TRACING" = "yes" ; then
33459 cat >>confdefs.h
<<\_ACEOF
33460 #define wxUSE_MEMORY_TRACING 1
33463 cat >>confdefs.h
<<\_ACEOF
33464 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
33467 cat >>confdefs.h
<<\_ACEOF
33468 #define wxUSE_DEBUG_NEW_ALWAYS 1
33471 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
33474 if test "$wxUSE_DMALLOC" = "yes" ; then
33475 DMALLOC_LIBS
="-ldmalloc"
33479 if test "$wxUSE_PROFILE" = "yes" ; then
33484 CODE_GEN_FLAGS_CXX
=
33485 if test "$GCC" = "yes" ; then
33486 if test "$wxUSE_NO_RTTI" = "yes" ; then
33487 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
33489 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
33490 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
33492 if test "$wxUSE_PERMISSIVE" = "yes" ; then
33493 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
33498 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
33501 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
33507 if test "$wxUSE_OPTIMISE" = "no" ; then
33508 if test "$GCC" = yes ; then
33512 if test "$GCC" = yes ; then
33516 i586
-*-*|i686
-*-* )
33517 OPTIMISE
="${OPTIMISE} "
33526 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
33527 cat >>confdefs.h
<<\_ACEOF
33528 #define WXWIN_COMPATIBILITY_2_2 1
33532 WXWIN_COMPATIBILITY_2_4
="yes"
33535 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
33536 cat >>confdefs.h
<<\_ACEOF
33537 #define WXWIN_COMPATIBILITY_2_4 1
33543 if test "$wxUSE_GUI" = "yes"; then
33544 cat >>confdefs.h
<<\_ACEOF
33545 #define wxUSE_GUI 1
33550 cat >>confdefs.h
<<\_ACEOF
33551 #define wxUSE_NOGUI 1
33557 if test "$wxUSE_UNIX" = "yes"; then
33558 cat >>confdefs.h
<<\_ACEOF
33559 #define wxUSE_UNIX 1
33565 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33569 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33570 if test "$USE_DARWIN" = 1; then
33574 for ac_func
in dlopen
33576 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33577 echo "$as_me:$LINENO: checking for $ac_func" >&5
33578 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33579 if eval "test \"\${$as_ac_var+set}\" = set"; then
33580 echo $ECHO_N "(cached) $ECHO_C" >&6
33582 cat >conftest.
$ac_ext <<_ACEOF
33585 cat confdefs.h
>>conftest.
$ac_ext
33586 cat >>conftest.
$ac_ext <<_ACEOF
33587 /* end confdefs.h. */
33588 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33589 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33590 #define $ac_func innocuous_$ac_func
33592 /* System header to define __stub macros and hopefully few prototypes,
33593 which can conflict with char $ac_func (); below.
33594 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33595 <limits.h> exists even on freestanding compilers. */
33598 # include <limits.h>
33600 # include <assert.h>
33605 /* Override any gcc2 internal prototype to avoid an error. */
33610 /* We use char because int might match the return type of a gcc2
33611 builtin and then its argument prototype would still apply. */
33613 /* The GNU C library defines this for functions which it implements
33614 to always fail with ENOSYS. Some functions are actually named
33615 something starting with __ and the normal name is an alias. */
33616 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33619 char (*f) () = $ac_func;
33628 return f != $ac_func;
33633 rm -f conftest.
$ac_objext conftest
$ac_exeext
33634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33635 (eval $ac_link) 2>conftest.er1
33637 grep -v '^ *+' conftest.er1
>conftest.err
33639 cat conftest.err
>&5
33640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33641 (exit $ac_status); } &&
33642 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33644 (eval $ac_try) 2>&5
33646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33647 (exit $ac_status); }; } &&
33648 { ac_try
='test -s conftest$ac_exeext'
33649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33650 (eval $ac_try) 2>&5
33652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33653 (exit $ac_status); }; }; then
33654 eval "$as_ac_var=yes"
33656 echo "$as_me: failed program was:" >&5
33657 sed 's/^/| /' conftest.
$ac_ext >&5
33659 eval "$as_ac_var=no"
33661 rm -f conftest.err conftest.
$ac_objext \
33662 conftest
$ac_exeext conftest.
$ac_ext
33664 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33665 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33666 if test `eval echo '${'$as_ac_var'}'` = yes; then
33667 cat >>confdefs.h
<<_ACEOF
33668 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33671 cat >>confdefs.h
<<\_ACEOF
33672 #define HAVE_DLOPEN 1
33679 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
33680 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
33681 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
33682 echo $ECHO_N "(cached) $ECHO_C" >&6
33684 ac_check_lib_save_LIBS
=$LIBS
33686 cat >conftest.
$ac_ext <<_ACEOF
33689 cat confdefs.h
>>conftest.
$ac_ext
33690 cat >>conftest.
$ac_ext <<_ACEOF
33691 /* end confdefs.h. */
33693 /* Override any gcc2 internal prototype to avoid an error. */
33697 /* We use char because int might match the return type of a gcc2
33698 builtin and then its argument prototype would still apply. */
33708 rm -f conftest.
$ac_objext conftest
$ac_exeext
33709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33710 (eval $ac_link) 2>conftest.er1
33712 grep -v '^ *+' conftest.er1
>conftest.err
33714 cat conftest.err
>&5
33715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33716 (exit $ac_status); } &&
33717 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33719 (eval $ac_try) 2>&5
33721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33722 (exit $ac_status); }; } &&
33723 { ac_try
='test -s conftest$ac_exeext'
33724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33725 (eval $ac_try) 2>&5
33727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33728 (exit $ac_status); }; }; then
33729 ac_cv_lib_dl_dlopen
=yes
33731 echo "$as_me: failed program was:" >&5
33732 sed 's/^/| /' conftest.
$ac_ext >&5
33734 ac_cv_lib_dl_dlopen
=no
33736 rm -f conftest.err conftest.
$ac_objext \
33737 conftest
$ac_exeext conftest.
$ac_ext
33738 LIBS
=$ac_check_lib_save_LIBS
33740 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
33741 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
33742 if test $ac_cv_lib_dl_dlopen = yes; then
33744 cat >>confdefs.h
<<\_ACEOF
33745 #define HAVE_DLOPEN 1
33749 DL_LINK
=" -ldl$DL_LINK"
33754 for ac_func
in shl_load
33756 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33757 echo "$as_me:$LINENO: checking for $ac_func" >&5
33758 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33759 if eval "test \"\${$as_ac_var+set}\" = set"; then
33760 echo $ECHO_N "(cached) $ECHO_C" >&6
33762 cat >conftest.
$ac_ext <<_ACEOF
33765 cat confdefs.h
>>conftest.
$ac_ext
33766 cat >>conftest.
$ac_ext <<_ACEOF
33767 /* end confdefs.h. */
33768 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33769 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33770 #define $ac_func innocuous_$ac_func
33772 /* System header to define __stub macros and hopefully few prototypes,
33773 which can conflict with char $ac_func (); below.
33774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33775 <limits.h> exists even on freestanding compilers. */
33778 # include <limits.h>
33780 # include <assert.h>
33785 /* Override any gcc2 internal prototype to avoid an error. */
33790 /* We use char because int might match the return type of a gcc2
33791 builtin and then its argument prototype would still apply. */
33793 /* The GNU C library defines this for functions which it implements
33794 to always fail with ENOSYS. Some functions are actually named
33795 something starting with __ and the normal name is an alias. */
33796 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33799 char (*f) () = $ac_func;
33808 return f != $ac_func;
33813 rm -f conftest.
$ac_objext conftest
$ac_exeext
33814 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33815 (eval $ac_link) 2>conftest.er1
33817 grep -v '^ *+' conftest.er1
>conftest.err
33819 cat conftest.err
>&5
33820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33821 (exit $ac_status); } &&
33822 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33824 (eval $ac_try) 2>&5
33826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33827 (exit $ac_status); }; } &&
33828 { ac_try
='test -s conftest$ac_exeext'
33829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33830 (eval $ac_try) 2>&5
33832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33833 (exit $ac_status); }; }; then
33834 eval "$as_ac_var=yes"
33836 echo "$as_me: failed program was:" >&5
33837 sed 's/^/| /' conftest.
$ac_ext >&5
33839 eval "$as_ac_var=no"
33841 rm -f conftest.err conftest.
$ac_objext \
33842 conftest
$ac_exeext conftest.
$ac_ext
33844 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33845 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33846 if test `eval echo '${'$as_ac_var'}'` = yes; then
33847 cat >>confdefs.h
<<_ACEOF
33848 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33851 cat >>confdefs.h
<<\_ACEOF
33852 #define HAVE_SHL_LOAD 1
33859 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
33860 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
33861 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
33862 echo $ECHO_N "(cached) $ECHO_C" >&6
33864 ac_check_lib_save_LIBS
=$LIBS
33865 LIBS
="-lshl_load $LIBS"
33866 cat >conftest.
$ac_ext <<_ACEOF
33869 cat confdefs.h
>>conftest.
$ac_ext
33870 cat >>conftest.
$ac_ext <<_ACEOF
33871 /* end confdefs.h. */
33873 /* Override any gcc2 internal prototype to avoid an error. */
33877 /* We use char because int might match the return type of a gcc2
33878 builtin and then its argument prototype would still apply. */
33888 rm -f conftest.
$ac_objext conftest
$ac_exeext
33889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33890 (eval $ac_link) 2>conftest.er1
33892 grep -v '^ *+' conftest.er1
>conftest.err
33894 cat conftest.err
>&5
33895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33896 (exit $ac_status); } &&
33897 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33899 (eval $ac_try) 2>&5
33901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33902 (exit $ac_status); }; } &&
33903 { ac_try
='test -s conftest$ac_exeext'
33904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33905 (eval $ac_try) 2>&5
33907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33908 (exit $ac_status); }; }; then
33909 ac_cv_lib_shl_load_dld
=yes
33911 echo "$as_me: failed program was:" >&5
33912 sed 's/^/| /' conftest.
$ac_ext >&5
33914 ac_cv_lib_shl_load_dld
=no
33916 rm -f conftest.err conftest.
$ac_objext \
33917 conftest
$ac_exeext conftest.
$ac_ext
33918 LIBS
=$ac_check_lib_save_LIBS
33920 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
33921 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
33922 if test $ac_cv_lib_shl_load_dld = yes; then
33925 DL_LINK
=" -ldld$DL_LINK"
33941 if test "$HAVE_DL_FUNCS" = 1; then
33943 for ac_func
in dlerror
33945 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33946 echo "$as_me:$LINENO: checking for $ac_func" >&5
33947 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33948 if eval "test \"\${$as_ac_var+set}\" = set"; then
33949 echo $ECHO_N "(cached) $ECHO_C" >&6
33951 cat >conftest.
$ac_ext <<_ACEOF
33954 cat confdefs.h
>>conftest.
$ac_ext
33955 cat >>conftest.
$ac_ext <<_ACEOF
33956 /* end confdefs.h. */
33957 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33958 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33959 #define $ac_func innocuous_$ac_func
33961 /* System header to define __stub macros and hopefully few prototypes,
33962 which can conflict with char $ac_func (); below.
33963 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33964 <limits.h> exists even on freestanding compilers. */
33967 # include <limits.h>
33969 # include <assert.h>
33974 /* Override any gcc2 internal prototype to avoid an error. */
33979 /* We use char because int might match the return type of a gcc2
33980 builtin and then its argument prototype would still apply. */
33982 /* The GNU C library defines this for functions which it implements
33983 to always fail with ENOSYS. Some functions are actually named
33984 something starting with __ and the normal name is an alias. */
33985 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33988 char (*f) () = $ac_func;
33997 return f != $ac_func;
34002 rm -f conftest.
$ac_objext conftest
$ac_exeext
34003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34004 (eval $ac_link) 2>conftest.er1
34006 grep -v '^ *+' conftest.er1
>conftest.err
34008 cat conftest.err
>&5
34009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34010 (exit $ac_status); } &&
34011 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34013 (eval $ac_try) 2>&5
34015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34016 (exit $ac_status); }; } &&
34017 { ac_try
='test -s conftest$ac_exeext'
34018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34019 (eval $ac_try) 2>&5
34021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34022 (exit $ac_status); }; }; then
34023 eval "$as_ac_var=yes"
34025 echo "$as_me: failed program was:" >&5
34026 sed 's/^/| /' conftest.
$ac_ext >&5
34028 eval "$as_ac_var=no"
34030 rm -f conftest.err conftest.
$ac_objext \
34031 conftest
$ac_exeext conftest.
$ac_ext
34033 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34034 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34035 if test `eval echo '${'$as_ac_var'}'` = yes; then
34036 cat >>confdefs.h
<<_ACEOF
34037 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34039 cat >>confdefs.h
<<\_ACEOF
34040 #define HAVE_DLERROR 1
34045 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
34046 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
34047 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
34048 echo $ECHO_N "(cached) $ECHO_C" >&6
34050 ac_check_lib_save_LIBS
=$LIBS
34052 cat >conftest.
$ac_ext <<_ACEOF
34055 cat confdefs.h
>>conftest.
$ac_ext
34056 cat >>conftest.
$ac_ext <<_ACEOF
34057 /* end confdefs.h. */
34059 /* Override any gcc2 internal prototype to avoid an error. */
34063 /* We use char because int might match the return type of a gcc2
34064 builtin and then its argument prototype would still apply. */
34074 rm -f conftest.
$ac_objext conftest
$ac_exeext
34075 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34076 (eval $ac_link) 2>conftest.er1
34078 grep -v '^ *+' conftest.er1
>conftest.err
34080 cat conftest.err
>&5
34081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34082 (exit $ac_status); } &&
34083 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34085 (eval $ac_try) 2>&5
34087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34088 (exit $ac_status); }; } &&
34089 { ac_try
='test -s conftest$ac_exeext'
34090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34091 (eval $ac_try) 2>&5
34093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34094 (exit $ac_status); }; }; then
34095 ac_cv_lib_dl_dlerror
=yes
34097 echo "$as_me: failed program was:" >&5
34098 sed 's/^/| /' conftest.
$ac_ext >&5
34100 ac_cv_lib_dl_dlerror
=no
34102 rm -f conftest.err conftest.
$ac_objext \
34103 conftest
$ac_exeext conftest.
$ac_ext
34104 LIBS
=$ac_check_lib_save_LIBS
34106 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
34107 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
34108 if test $ac_cv_lib_dl_dlerror = yes; then
34109 cat >>confdefs.h
<<\_ACEOF
34110 #define HAVE_DLERROR 1
34123 if test "$HAVE_DL_FUNCS" = 0; then
34124 if test "$HAVE_SHL_FUNCS" = 0; then
34125 if test "$USE_UNIX" = 1; then
34126 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
34127 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
34128 wxUSE_DYNAMIC_LOADER
=no
34129 wxUSE_DYNLIB_CLASS
=no
34131 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
34132 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
34139 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
34140 cat >>confdefs.h
<<\_ACEOF
34141 #define wxUSE_DYNAMIC_LOADER 1
34145 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
34146 cat >>confdefs.h
<<\_ACEOF
34147 #define wxUSE_DYNLIB_CLASS 1
34154 if test "$wxUSE_PLUGINS" = "yes" ; then
34155 if test "$wxUSE_SHARED" = "no" ; then
34156 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
34157 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
34160 if test "$wxUSE_MONOLITHIC" = "yes" ; then
34161 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
34162 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
34165 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
34166 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
34167 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
34170 if test "$wxUSE_PLUGINS" = "yes" ; then
34171 cat >>confdefs.h
<<\_ACEOF
34172 #define wxUSE_PLUGINS 1
34179 if test "$wxUSE_STL" = "yes"; then
34180 cat >>confdefs.h
<<\_ACEOF
34181 #define wxUSE_STL 1
34186 if test "$wxUSE_APPLE_IEEE" = "yes"; then
34187 cat >>confdefs.h
<<\_ACEOF
34188 #define wxUSE_APPLE_IEEE 1
34193 if test "$wxUSE_TIMER" = "yes"; then
34194 cat >>confdefs.h
<<\_ACEOF
34195 #define wxUSE_TIMER 1
34201 if test "$wxUSE_SOUND" = "yes"; then
34202 if test "$USE_UNIX" = "1" ; then
34204 for ac_header
in sys
/soundcard.h
34206 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34207 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34208 echo "$as_me:$LINENO: checking for $ac_header" >&5
34209 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34210 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34211 echo $ECHO_N "(cached) $ECHO_C" >&6
34213 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34214 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34216 # Is the header compilable?
34217 echo "$as_me:$LINENO: checking $ac_header usability" >&5
34218 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34219 cat >conftest.
$ac_ext <<_ACEOF
34222 cat confdefs.h
>>conftest.
$ac_ext
34223 cat >>conftest.
$ac_ext <<_ACEOF
34224 /* end confdefs.h. */
34225 $ac_includes_default
34226 #include <$ac_header>
34228 rm -f conftest.
$ac_objext
34229 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34230 (eval $ac_compile) 2>conftest.er1
34232 grep -v '^ *+' conftest.er1
>conftest.err
34234 cat conftest.err
>&5
34235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34236 (exit $ac_status); } &&
34237 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34239 (eval $ac_try) 2>&5
34241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34242 (exit $ac_status); }; } &&
34243 { ac_try
='test -s conftest.$ac_objext'
34244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34245 (eval $ac_try) 2>&5
34247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34248 (exit $ac_status); }; }; then
34249 ac_header_compiler
=yes
34251 echo "$as_me: failed program was:" >&5
34252 sed 's/^/| /' conftest.
$ac_ext >&5
34254 ac_header_compiler
=no
34256 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34257 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34258 echo "${ECHO_T}$ac_header_compiler" >&6
34260 # Is the header present?
34261 echo "$as_me:$LINENO: checking $ac_header presence" >&5
34262 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34263 cat >conftest.
$ac_ext <<_ACEOF
34266 cat confdefs.h
>>conftest.
$ac_ext
34267 cat >>conftest.
$ac_ext <<_ACEOF
34268 /* end confdefs.h. */
34269 #include <$ac_header>
34271 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
34272 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
34274 grep -v '^ *+' conftest.er1
>conftest.err
34276 cat conftest.err
>&5
34277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34278 (exit $ac_status); } >/dev
/null
; then
34279 if test -s conftest.err
; then
34280 ac_cpp_err
=$ac_c_preproc_warn_flag
34281 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
34288 if test -z "$ac_cpp_err"; then
34289 ac_header_preproc
=yes
34291 echo "$as_me: failed program was:" >&5
34292 sed 's/^/| /' conftest.
$ac_ext >&5
34294 ac_header_preproc
=no
34296 rm -f conftest.err conftest.
$ac_ext
34297 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34298 echo "${ECHO_T}$ac_header_preproc" >&6
34300 # So? What about this header?
34301 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34303 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34304 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34305 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34306 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34307 ac_header_preproc
=yes
34310 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34311 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34312 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
34313 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
34314 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34315 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34316 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
34317 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
34318 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34319 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34320 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34321 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34324 ## ----------------------------------------- ##
34325 ## Report this to wx-dev@lists.wxwidgets.org ##
34326 ## ----------------------------------------- ##
34329 sed "s/^/$as_me: WARNING: /" >&2
34332 echo "$as_me:$LINENO: checking for $ac_header" >&5
34333 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34334 if eval "test \"\${$as_ac_Header+set}\" = set"; then
34335 echo $ECHO_N "(cached) $ECHO_C" >&6
34337 eval "$as_ac_Header=\$ac_header_preproc"
34339 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34340 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34343 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34344 cat >>confdefs.h
<<_ACEOF
34345 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34353 if test "$wxUSE_LIBSDL" != "no"; then
34355 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
34356 if test "${with_sdl_prefix+set}" = set; then
34357 withval
="$with_sdl_prefix"
34358 sdl_prefix
="$withval"
34363 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
34364 if test "${with_sdl_exec_prefix+set}" = set; then
34365 withval
="$with_sdl_exec_prefix"
34366 sdl_exec_prefix
="$withval"
34370 # Check whether --enable-sdltest or --disable-sdltest was given.
34371 if test "${enable_sdltest+set}" = set; then
34372 enableval
="$enable_sdltest"
34378 if test x
$sdl_exec_prefix != x
; then
34379 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
34380 if test x
${SDL_CONFIG+set} != xset
; then
34381 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
34384 if test x
$sdl_prefix != x
; then
34385 sdl_args
="$sdl_args --prefix=$sdl_prefix"
34386 if test x
${SDL_CONFIG+set} != xset
; then
34387 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
34392 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
34393 # Extract the first word of "sdl-config", so it can be a program name with args.
34394 set dummy sdl
-config; ac_word
=$2
34395 echo "$as_me:$LINENO: checking for $ac_word" >&5
34396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34397 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
34398 echo $ECHO_N "(cached) $ECHO_C" >&6
34400 case $SDL_CONFIG in
34402 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
34405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34406 for as_dir
in $PATH
34409 test -z "$as_dir" && as_dir
=.
34410 for ac_exec_ext
in '' $ac_executable_extensions; do
34411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34412 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
34413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34419 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
34423 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
34425 if test -n "$SDL_CONFIG"; then
34426 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
34427 echo "${ECHO_T}$SDL_CONFIG" >&6
34429 echo "$as_me:$LINENO: result: no" >&5
34430 echo "${ECHO_T}no" >&6
34433 min_sdl_version
=1.2.0
34434 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
34435 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
34437 if test "$SDL_CONFIG" = "no" ; then
34440 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
34441 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
34443 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
34444 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
34445 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
34446 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
34447 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
34448 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
34449 if test "x$enable_sdltest" = "xyes" ; then
34450 ac_save_CFLAGS
="$CFLAGS"
34451 ac_save_CXXFLAGS
="$CXXFLAGS"
34452 ac_save_LIBS
="$LIBS"
34453 CFLAGS
="$CFLAGS $SDL_CFLAGS"
34454 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
34455 LIBS
="$LIBS $SDL_LIBS"
34457 if test "$cross_compiling" = yes; then
34458 echo $ac_n "cross compiling; assumed OK... $ac_c"
34460 cat >conftest.
$ac_ext <<_ACEOF
34463 cat confdefs.h
>>conftest.
$ac_ext
34464 cat >>conftest.
$ac_ext <<_ACEOF
34465 /* end confdefs.h. */
34468 #include <stdlib.h>
34469 #include <string.h>
34473 my_strdup (char *str)
34479 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
34480 strcpy (new_str, str);
34488 int main (int argc, char *argv[])
34490 int major, minor, micro;
34493 /* This hangs on some systems (?)
34494 system ("touch conf.sdltest");
34496 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
34498 /* HP/UX 9 (%@#!) writes to sscanf strings */
34499 tmp_version = my_strdup("$min_sdl_version");
34500 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
34501 printf("%s, bad version string\n", "$min_sdl_version");
34505 if (($sdl_major_version > major) ||
34506 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
34507 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
34513 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
34514 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
34515 printf("*** best to upgrade to the required version.\n");
34516 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
34517 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
34518 printf("*** config.cache before re-running configure\n");
34525 rm -f conftest
$ac_exeext
34526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34527 (eval $ac_link) 2>&5
34529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34530 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
34531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34532 (eval $ac_try) 2>&5
34534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34535 (exit $ac_status); }; }; then
34538 echo "$as_me: program exited with status $ac_status" >&5
34539 echo "$as_me: failed program was:" >&5
34540 sed 's/^/| /' conftest.
$ac_ext >&5
34542 ( exit $ac_status )
34545 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
34547 CFLAGS
="$ac_save_CFLAGS"
34548 CXXFLAGS
="$ac_save_CXXFLAGS"
34549 LIBS
="$ac_save_LIBS"
34552 if test "x$no_sdl" = x
; then
34553 echo "$as_me:$LINENO: result: yes" >&5
34554 echo "${ECHO_T}yes" >&6
34556 EXTRALIBS_SDL
="$SDL_LIBS"
34557 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
34558 cat >>confdefs.h
<<\_ACEOF
34559 #define wxUSE_LIBSDL 1
34564 echo "$as_me:$LINENO: result: no" >&5
34565 echo "${ECHO_T}no" >&6
34566 if test "$SDL_CONFIG" = "no" ; then
34567 echo "*** The sdl-config script installed by SDL could not be found"
34568 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
34569 echo "*** your path, or set the SDL_CONFIG environment variable to the"
34570 echo "*** full path to sdl-config."
34572 if test -f conf.sdltest
; then
34575 echo "*** Could not run SDL test program, checking why..."
34576 CFLAGS
="$CFLAGS $SDL_CFLAGS"
34577 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
34578 LIBS
="$LIBS $SDL_LIBS"
34579 cat >conftest.
$ac_ext <<_ACEOF
34582 cat confdefs.h
>>conftest.
$ac_ext
34583 cat >>conftest.
$ac_ext <<_ACEOF
34584 /* end confdefs.h. */
34589 int main(int argc, char *argv[])
34592 #define main K_and_R_C_main
34602 rm -f conftest.
$ac_objext conftest
$ac_exeext
34603 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34604 (eval $ac_link) 2>conftest.er1
34606 grep -v '^ *+' conftest.er1
>conftest.err
34608 cat conftest.err
>&5
34609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34610 (exit $ac_status); } &&
34611 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34613 (eval $ac_try) 2>&5
34615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34616 (exit $ac_status); }; } &&
34617 { ac_try
='test -s conftest$ac_exeext'
34618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34619 (eval $ac_try) 2>&5
34621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34622 (exit $ac_status); }; }; then
34623 echo "*** The test program compiled, but did not run. This usually means"
34624 echo "*** that the run-time linker is not finding SDL or finding the wrong"
34625 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
34626 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
34627 echo "*** to the installed location Also, make sure you have run ldconfig if that"
34628 echo "*** is required on your system"
34630 echo "*** If you have an old version installed, it is best to remove it, although"
34631 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
34633 echo "$as_me: failed program was:" >&5
34634 sed 's/^/| /' conftest.
$ac_ext >&5
34636 echo "*** The test program failed to compile or link. See the file config.log for the"
34637 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
34638 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
34639 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
34641 rm -f conftest.err conftest.
$ac_objext \
34642 conftest
$ac_exeext conftest.
$ac_ext
34643 CFLAGS
="$ac_save_CFLAGS"
34644 CXXFLAGS
="$ac_save_CXXFLAGS"
34645 LIBS
="$ac_save_LIBS"
34656 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
34662 cat >>confdefs.h
<<\_ACEOF
34663 #define wxUSE_SOUND 1
34666 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
34669 if test "$WXGTK20" = 1; then
34670 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
34671 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
34676 if test -z "$PKG_CONFIG"; then
34677 # Extract the first word of "pkg-config", so it can be a program name with args.
34678 set dummy pkg
-config; ac_word
=$2
34679 echo "$as_me:$LINENO: checking for $ac_word" >&5
34680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34681 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
34682 echo $ECHO_N "(cached) $ECHO_C" >&6
34684 case $PKG_CONFIG in
34686 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
34689 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34690 for as_dir
in $PATH
34693 test -z "$as_dir" && as_dir
=.
34694 for ac_exec_ext
in '' $ac_executable_extensions; do
34695 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34696 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
34697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34703 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
34707 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
34709 if test -n "$PKG_CONFIG"; then
34710 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
34711 echo "${ECHO_T}$PKG_CONFIG" >&6
34713 echo "$as_me:$LINENO: result: no" >&5
34714 echo "${ECHO_T}no" >&6
34719 if test "$PKG_CONFIG" = "no" ; then
34720 echo "*** The pkg-config script could not be found. Make sure it is"
34721 echo "*** in your path, or set the PKG_CONFIG environment variable"
34722 echo "*** to the full path to pkg-config."
34723 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
34725 PKG_CONFIG_MIN_VERSION
=0.9.0
34726 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
34727 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
34728 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
34730 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
34731 echo "$as_me:$LINENO: result: yes" >&5
34732 echo "${ECHO_T}yes" >&6
34735 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
34736 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
34737 LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
34738 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
34739 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
34741 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
34742 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
34743 LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
34744 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
34745 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
34747 LIBGNOMEPRINTUI_CFLAGS
=""
34748 LIBGNOMEPRINTUI_LIBS
=""
34749 ## If we have a custom action on failure, don't print errors, but
34750 ## do set a variable so people can do so.
34751 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
34758 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
34759 echo "*** See http://www.freedesktop.org/software/pkgconfig"
34763 if test $succeeded = yes; then
34765 CXXFLAGS
="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
34766 cat >>confdefs.h
<<\_ACEOF
34767 #define wxUSE_LIBGNOMEPRINT 1
34773 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
34774 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
34775 wxUSE_LIBGNOMEPRINT
="no"
34785 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34786 cat >>confdefs.h
<<\_ACEOF
34787 #define wxUSE_CMDLINE_PARSER 1
34792 if test "$wxUSE_STOPWATCH" = "yes"; then
34793 cat >>confdefs.h
<<\_ACEOF
34794 #define wxUSE_STOPWATCH 1
34799 if test "$wxUSE_DATETIME" = "yes"; then
34800 cat >>confdefs.h
<<\_ACEOF
34801 #define wxUSE_DATETIME 1
34806 if test "$wxUSE_FILE" = "yes"; then
34807 cat >>confdefs.h
<<\_ACEOF
34808 #define wxUSE_FILE 1
34813 if test "$wxUSE_FFILE" = "yes"; then
34814 cat >>confdefs.h
<<\_ACEOF
34815 #define wxUSE_FFILE 1
34820 if test "$wxUSE_FILESYSTEM" = "yes"; then
34821 cat >>confdefs.h
<<\_ACEOF
34822 #define wxUSE_FILESYSTEM 1
34827 if test "$wxUSE_FS_ZIP" = "yes"; then
34828 cat >>confdefs.h
<<\_ACEOF
34829 #define wxUSE_FS_ZIP 1
34834 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34835 cat >>confdefs.h
<<\_ACEOF
34836 #define wxUSE_ZIPSTREAM 1
34841 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34842 cat >>confdefs.h
<<\_ACEOF
34843 #define wxUSE_ON_FATAL_EXCEPTION 1
34848 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34849 cat >>confdefs.h
<<\_ACEOF
34850 #define wxUSE_SNGLINST_CHECKER 1
34855 if test "$wxUSE_BUSYINFO" = "yes"; then
34856 cat >>confdefs.h
<<\_ACEOF
34857 #define wxUSE_BUSYINFO 1
34862 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34863 cat >>confdefs.h
<<\_ACEOF
34864 #define wxUSE_STD_IOSTREAM 1
34869 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34870 cat >>confdefs.h
<<\_ACEOF
34871 #define wxUSE_TEXTBUFFER 1
34876 if test "$wxUSE_TEXTFILE" = "yes"; then
34877 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34878 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34879 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34881 cat >>confdefs.h
<<\_ACEOF
34882 #define wxUSE_TEXTFILE 1
34888 if test "$wxUSE_CONFIG" = "yes" ; then
34889 if test "$wxUSE_TEXTFILE" != "yes"; then
34890 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
34891 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34893 cat >>confdefs.h
<<\_ACEOF
34894 #define wxUSE_CONFIG 1
34897 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
34901 if test "$wxUSE_INTL" = "yes" ; then
34902 if test "$wxUSE_FILE" != "yes"; then
34903 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
34904 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34906 cat >>confdefs.h
<<\_ACEOF
34907 #define wxUSE_INTL 1
34910 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
34911 GUIDIST
="$GUIDIST INTL_DIST"
34915 if test "$wxUSE_LOG" = "yes"; then
34916 cat >>confdefs.h
<<\_ACEOF
34917 #define wxUSE_LOG 1
34921 if test "$wxUSE_LOGGUI" = "yes"; then
34922 cat >>confdefs.h
<<\_ACEOF
34923 #define wxUSE_LOGGUI 1
34928 if test "$wxUSE_LOGWINDOW" = "yes"; then
34929 cat >>confdefs.h
<<\_ACEOF
34930 #define wxUSE_LOGWINDOW 1
34935 if test "$wxUSE_LOGDIALOG" = "yes"; then
34936 cat >>confdefs.h
<<\_ACEOF
34937 #define wxUSE_LOG_DIALOG 1
34943 if test "$wxUSE_LONGLONG" = "yes"; then
34944 cat >>confdefs.h
<<\_ACEOF
34945 #define wxUSE_LONGLONG 1
34950 if test "$wxUSE_GEOMETRY" = "yes"; then
34951 cat >>confdefs.h
<<\_ACEOF
34952 #define wxUSE_GEOMETRY 1
34957 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
34958 cat >>confdefs.h
<<\_ACEOF
34959 #define wxUSE_DIALUP_MANAGER 1
34962 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
34965 if test "$wxUSE_STREAMS" = "yes" ; then
34966 cat >>confdefs.h
<<\_ACEOF
34967 #define wxUSE_STREAMS 1
34973 if test "$wxUSE_DATETIME" = "yes"; then
34975 for ac_func
in strptime
34977 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34978 echo "$as_me:$LINENO: checking for $ac_func" >&5
34979 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34980 if eval "test \"\${$as_ac_var+set}\" = set"; then
34981 echo $ECHO_N "(cached) $ECHO_C" >&6
34983 cat >conftest.
$ac_ext <<_ACEOF
34986 cat confdefs.h
>>conftest.
$ac_ext
34987 cat >>conftest.
$ac_ext <<_ACEOF
34988 /* end confdefs.h. */
34989 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34990 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34991 #define $ac_func innocuous_$ac_func
34993 /* System header to define __stub macros and hopefully few prototypes,
34994 which can conflict with char $ac_func (); below.
34995 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34996 <limits.h> exists even on freestanding compilers. */
34999 # include <limits.h>
35001 # include <assert.h>
35006 /* Override any gcc2 internal prototype to avoid an error. */
35011 /* We use char because int might match the return type of a gcc2
35012 builtin and then its argument prototype would still apply. */
35014 /* The GNU C library defines this for functions which it implements
35015 to always fail with ENOSYS. Some functions are actually named
35016 something starting with __ and the normal name is an alias. */
35017 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35020 char (*f) () = $ac_func;
35029 return f != $ac_func;
35034 rm -f conftest.
$ac_objext conftest
$ac_exeext
35035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35036 (eval $ac_link) 2>conftest.er1
35038 grep -v '^ *+' conftest.er1
>conftest.err
35040 cat conftest.err
>&5
35041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35042 (exit $ac_status); } &&
35043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35045 (eval $ac_try) 2>&5
35047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35048 (exit $ac_status); }; } &&
35049 { ac_try
='test -s conftest$ac_exeext'
35050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35051 (eval $ac_try) 2>&5
35053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35054 (exit $ac_status); }; }; then
35055 eval "$as_ac_var=yes"
35057 echo "$as_me: failed program was:" >&5
35058 sed 's/^/| /' conftest.
$ac_ext >&5
35060 eval "$as_ac_var=no"
35062 rm -f conftest.err conftest.
$ac_objext \
35063 conftest
$ac_exeext conftest.
$ac_ext
35065 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35066 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35067 if test `eval echo '${'$as_ac_var'}'` = yes; then
35068 cat >>confdefs.h
<<_ACEOF
35069 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35076 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
35077 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
35078 if test "${wx_cv_var_timezone+set}" = set; then
35079 echo $ECHO_N "(cached) $ECHO_C" >&6
35082 cat >conftest.
$ac_ext <<_ACEOF
35085 cat confdefs.h
>>conftest.
$ac_ext
35086 cat >>conftest.
$ac_ext <<_ACEOF
35087 /* end confdefs.h. */
35102 rm -f conftest.
$ac_objext
35103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35104 (eval $ac_compile) 2>conftest.er1
35106 grep -v '^ *+' conftest.er1
>conftest.err
35108 cat conftest.err
>&5
35109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35110 (exit $ac_status); } &&
35111 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35113 (eval $ac_try) 2>&5
35115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35116 (exit $ac_status); }; } &&
35117 { ac_try
='test -s conftest.$ac_objext'
35118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35119 (eval $ac_try) 2>&5
35121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35122 (exit $ac_status); }; }; then
35124 wx_cv_var_timezone
=timezone
35127 echo "$as_me: failed program was:" >&5
35128 sed 's/^/| /' conftest.
$ac_ext >&5
35131 cat >conftest.
$ac_ext <<_ACEOF
35134 cat confdefs.h
>>conftest.
$ac_ext
35135 cat >>conftest.
$ac_ext <<_ACEOF
35136 /* end confdefs.h. */
35151 rm -f conftest.
$ac_objext
35152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35153 (eval $ac_compile) 2>conftest.er1
35155 grep -v '^ *+' conftest.er1
>conftest.err
35157 cat conftest.err
>&5
35158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35159 (exit $ac_status); } &&
35160 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35162 (eval $ac_try) 2>&5
35164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35165 (exit $ac_status); }; } &&
35166 { ac_try
='test -s conftest.$ac_objext'
35167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35168 (eval $ac_try) 2>&5
35170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35171 (exit $ac_status); }; }; then
35173 wx_cv_var_timezone
=_timezone
35176 echo "$as_me: failed program was:" >&5
35177 sed 's/^/| /' conftest.
$ac_ext >&5
35180 cat >conftest.
$ac_ext <<_ACEOF
35183 cat confdefs.h
>>conftest.
$ac_ext
35184 cat >>conftest.
$ac_ext <<_ACEOF
35185 /* end confdefs.h. */
35200 rm -f conftest.
$ac_objext
35201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35202 (eval $ac_compile) 2>conftest.er1
35204 grep -v '^ *+' conftest.er1
>conftest.err
35206 cat conftest.err
>&5
35207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35208 (exit $ac_status); } &&
35209 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35211 (eval $ac_try) 2>&5
35213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35214 (exit $ac_status); }; } &&
35215 { ac_try
='test -s conftest.$ac_objext'
35216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35217 (eval $ac_try) 2>&5
35219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35220 (exit $ac_status); }; }; then
35222 wx_cv_var_timezone
=__timezone
35225 echo "$as_me: failed program was:" >&5
35226 sed 's/^/| /' conftest.
$ac_ext >&5
35229 if test "$USE_DOS" = 0 ; then
35230 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
35231 echo "$as_me: WARNING: no timezone variable" >&2;}
35236 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35240 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35248 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
35249 echo "${ECHO_T}$wx_cv_var_timezone" >&6
35251 if test "x$wx_cv_var_timezone" != x
; then
35252 cat >>confdefs.h
<<_ACEOF
35253 #define WX_TIMEZONE $wx_cv_var_timezone
35259 for ac_func
in localtime
35261 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35262 echo "$as_me:$LINENO: checking for $ac_func" >&5
35263 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35264 if eval "test \"\${$as_ac_var+set}\" = set"; then
35265 echo $ECHO_N "(cached) $ECHO_C" >&6
35267 cat >conftest.
$ac_ext <<_ACEOF
35270 cat confdefs.h
>>conftest.
$ac_ext
35271 cat >>conftest.
$ac_ext <<_ACEOF
35272 /* end confdefs.h. */
35273 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35274 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35275 #define $ac_func innocuous_$ac_func
35277 /* System header to define __stub macros and hopefully few prototypes,
35278 which can conflict with char $ac_func (); below.
35279 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35280 <limits.h> exists even on freestanding compilers. */
35283 # include <limits.h>
35285 # include <assert.h>
35290 /* Override any gcc2 internal prototype to avoid an error. */
35295 /* We use char because int might match the return type of a gcc2
35296 builtin and then its argument prototype would still apply. */
35298 /* The GNU C library defines this for functions which it implements
35299 to always fail with ENOSYS. Some functions are actually named
35300 something starting with __ and the normal name is an alias. */
35301 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35304 char (*f) () = $ac_func;
35313 return f != $ac_func;
35318 rm -f conftest.
$ac_objext conftest
$ac_exeext
35319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35320 (eval $ac_link) 2>conftest.er1
35322 grep -v '^ *+' conftest.er1
>conftest.err
35324 cat conftest.err
>&5
35325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35326 (exit $ac_status); } &&
35327 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35329 (eval $ac_try) 2>&5
35331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35332 (exit $ac_status); }; } &&
35333 { ac_try
='test -s conftest$ac_exeext'
35334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35335 (eval $ac_try) 2>&5
35337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35338 (exit $ac_status); }; }; then
35339 eval "$as_ac_var=yes"
35341 echo "$as_me: failed program was:" >&5
35342 sed 's/^/| /' conftest.
$ac_ext >&5
35344 eval "$as_ac_var=no"
35346 rm -f conftest.err conftest.
$ac_objext \
35347 conftest
$ac_exeext conftest.
$ac_ext
35349 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35350 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35351 if test `eval echo '${'$as_ac_var'}'` = yes; then
35352 cat >>confdefs.h
<<_ACEOF
35353 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35360 if test "$ac_cv_func_localtime" = "yes"; then
35361 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
35362 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
35363 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
35364 echo $ECHO_N "(cached) $ECHO_C" >&6
35367 cat >conftest.
$ac_ext <<_ACEOF
35370 cat confdefs.h
>>conftest.
$ac_ext
35371 cat >>conftest.
$ac_ext <<_ACEOF
35372 /* end confdefs.h. */
35387 rm -f conftest.
$ac_objext
35388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35389 (eval $ac_compile) 2>conftest.er1
35391 grep -v '^ *+' conftest.er1
>conftest.err
35393 cat conftest.err
>&5
35394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35395 (exit $ac_status); } &&
35396 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35398 (eval $ac_try) 2>&5
35400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35401 (exit $ac_status); }; } &&
35402 { ac_try
='test -s conftest.$ac_objext'
35403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35404 (eval $ac_try) 2>&5
35406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35407 (exit $ac_status); }; }; then
35409 wx_cv_struct_tm_has_gmtoff
=yes
35412 echo "$as_me: failed program was:" >&5
35413 sed 's/^/| /' conftest.
$ac_ext >&5
35415 wx_cv_struct_tm_has_gmtoff
=no
35418 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35421 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
35422 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
35425 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
35426 cat >>confdefs.h
<<\_ACEOF
35427 #define WX_GMTOFF_IN_TM 1
35434 for ac_func
in gettimeofday ftime
35436 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35437 echo "$as_me:$LINENO: checking for $ac_func" >&5
35438 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35439 if eval "test \"\${$as_ac_var+set}\" = set"; then
35440 echo $ECHO_N "(cached) $ECHO_C" >&6
35442 cat >conftest.
$ac_ext <<_ACEOF
35445 cat confdefs.h
>>conftest.
$ac_ext
35446 cat >>conftest.
$ac_ext <<_ACEOF
35447 /* end confdefs.h. */
35448 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35449 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35450 #define $ac_func innocuous_$ac_func
35452 /* System header to define __stub macros and hopefully few prototypes,
35453 which can conflict with char $ac_func (); below.
35454 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35455 <limits.h> exists even on freestanding compilers. */
35458 # include <limits.h>
35460 # include <assert.h>
35465 /* Override any gcc2 internal prototype to avoid an error. */
35470 /* We use char because int might match the return type of a gcc2
35471 builtin and then its argument prototype would still apply. */
35473 /* The GNU C library defines this for functions which it implements
35474 to always fail with ENOSYS. Some functions are actually named
35475 something starting with __ and the normal name is an alias. */
35476 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35479 char (*f) () = $ac_func;
35488 return f != $ac_func;
35493 rm -f conftest.
$ac_objext conftest
$ac_exeext
35494 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35495 (eval $ac_link) 2>conftest.er1
35497 grep -v '^ *+' conftest.er1
>conftest.err
35499 cat conftest.err
>&5
35500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35501 (exit $ac_status); } &&
35502 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35504 (eval $ac_try) 2>&5
35506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35507 (exit $ac_status); }; } &&
35508 { ac_try
='test -s conftest$ac_exeext'
35509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35510 (eval $ac_try) 2>&5
35512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35513 (exit $ac_status); }; }; then
35514 eval "$as_ac_var=yes"
35516 echo "$as_me: failed program was:" >&5
35517 sed 's/^/| /' conftest.
$ac_ext >&5
35519 eval "$as_ac_var=no"
35521 rm -f conftest.err conftest.
$ac_objext \
35522 conftest
$ac_exeext conftest.
$ac_ext
35524 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35525 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35526 if test `eval echo '${'$as_ac_var'}'` = yes; then
35527 cat >>confdefs.h
<<_ACEOF
35528 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35535 if test "$ac_cv_func_gettimeofday" = "yes"; then
35536 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
35537 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
35538 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
35539 echo $ECHO_N "(cached) $ECHO_C" >&6
35545 ac_cpp
='$CXXCPP $CPPFLAGS'
35546 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35547 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35548 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35551 cat >conftest.
$ac_ext <<_ACEOF
35554 cat confdefs.h
>>conftest.
$ac_ext
35555 cat >>conftest.
$ac_ext <<_ACEOF
35556 /* end confdefs.h. */
35558 #include <sys/time.h>
35559 #include <unistd.h>
35566 gettimeofday(&tv, NULL);
35572 rm -f conftest.
$ac_objext
35573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35574 (eval $ac_compile) 2>conftest.er1
35576 grep -v '^ *+' conftest.er1
>conftest.err
35578 cat conftest.err
>&5
35579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35580 (exit $ac_status); } &&
35581 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35583 (eval $ac_try) 2>&5
35585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35586 (exit $ac_status); }; } &&
35587 { ac_try
='test -s conftest.$ac_objext'
35588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35589 (eval $ac_try) 2>&5
35591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35592 (exit $ac_status); }; }; then
35593 wx_cv_func_gettimeofday_has_2_args
=yes
35595 echo "$as_me: failed program was:" >&5
35596 sed 's/^/| /' conftest.
$ac_ext >&5
35598 cat >conftest.
$ac_ext <<_ACEOF
35601 cat confdefs.h
>>conftest.
$ac_ext
35602 cat >>conftest.
$ac_ext <<_ACEOF
35603 /* end confdefs.h. */
35605 #include <sys/time.h>
35606 #include <unistd.h>
35619 rm -f conftest.
$ac_objext
35620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35621 (eval $ac_compile) 2>conftest.er1
35623 grep -v '^ *+' conftest.er1
>conftest.err
35625 cat conftest.err
>&5
35626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35627 (exit $ac_status); } &&
35628 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35630 (eval $ac_try) 2>&5
35632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35633 (exit $ac_status); }; } &&
35634 { ac_try
='test -s conftest.$ac_objext'
35635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35636 (eval $ac_try) 2>&5
35638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35639 (exit $ac_status); }; }; then
35640 wx_cv_func_gettimeofday_has_2_args
=no
35642 echo "$as_me: failed program was:" >&5
35643 sed 's/^/| /' conftest.
$ac_ext >&5
35646 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
35647 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35648 wx_cv_func_gettimeofday_has_2_args
=unknown
35652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35657 ac_cpp
='$CPP $CPPFLAGS'
35658 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35659 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35660 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35664 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35665 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
35667 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35668 cat >>confdefs.h
<<\_ACEOF
35669 #define WX_GETTIMEOFDAY_NO_TZ 1
35675 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
35679 if test "$wxUSE_SOCKETS" = "yes"; then
35680 if test "$wxUSE_MGL" = "1"; then
35681 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
35682 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
35687 if test "$wxUSE_SOCKETS" = "yes"; then
35688 if test "$TOOLKIT" != "MSW"; then
35689 echo "$as_me:$LINENO: checking for socket" >&5
35690 echo $ECHO_N "checking for socket... $ECHO_C" >&6
35691 if test "${ac_cv_func_socket+set}" = set; then
35692 echo $ECHO_N "(cached) $ECHO_C" >&6
35694 cat >conftest.
$ac_ext <<_ACEOF
35697 cat confdefs.h
>>conftest.
$ac_ext
35698 cat >>conftest.
$ac_ext <<_ACEOF
35699 /* end confdefs.h. */
35700 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
35701 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35702 #define socket innocuous_socket
35704 /* System header to define __stub macros and hopefully few prototypes,
35705 which can conflict with char socket (); below.
35706 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35707 <limits.h> exists even on freestanding compilers. */
35710 # include <limits.h>
35712 # include <assert.h>
35717 /* Override any gcc2 internal prototype to avoid an error. */
35722 /* We use char because int might match the return type of a gcc2
35723 builtin and then its argument prototype would still apply. */
35725 /* The GNU C library defines this for functions which it implements
35726 to always fail with ENOSYS. Some functions are actually named
35727 something starting with __ and the normal name is an alias. */
35728 #if defined (__stub_socket) || defined (__stub___socket)
35731 char (*f) () = socket;
35740 return f != socket;
35745 rm -f conftest.
$ac_objext conftest
$ac_exeext
35746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35747 (eval $ac_link) 2>conftest.er1
35749 grep -v '^ *+' conftest.er1
>conftest.err
35751 cat conftest.err
>&5
35752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35753 (exit $ac_status); } &&
35754 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
35760 { ac_try
='test -s conftest$ac_exeext'
35761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35762 (eval $ac_try) 2>&5
35764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35765 (exit $ac_status); }; }; then
35766 ac_cv_func_socket
=yes
35768 echo "$as_me: failed program was:" >&5
35769 sed 's/^/| /' conftest.
$ac_ext >&5
35771 ac_cv_func_socket
=no
35773 rm -f conftest.err conftest.
$ac_objext \
35774 conftest
$ac_exeext conftest.
$ac_ext
35776 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
35777 echo "${ECHO_T}$ac_cv_func_socket" >&6
35778 if test $ac_cv_func_socket = yes; then
35782 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
35783 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
35784 if test "${ac_cv_lib_socket_socket+set}" = set; then
35785 echo $ECHO_N "(cached) $ECHO_C" >&6
35787 ac_check_lib_save_LIBS
=$LIBS
35788 LIBS
="-lsocket $LIBS"
35789 cat >conftest.
$ac_ext <<_ACEOF
35792 cat confdefs.h
>>conftest.
$ac_ext
35793 cat >>conftest.
$ac_ext <<_ACEOF
35794 /* end confdefs.h. */
35796 /* Override any gcc2 internal prototype to avoid an error. */
35800 /* We use char because int might match the return type of a gcc2
35801 builtin and then its argument prototype would still apply. */
35811 rm -f conftest.
$ac_objext conftest
$ac_exeext
35812 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35813 (eval $ac_link) 2>conftest.er1
35815 grep -v '^ *+' conftest.er1
>conftest.err
35817 cat conftest.err
>&5
35818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35819 (exit $ac_status); } &&
35820 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35822 (eval $ac_try) 2>&5
35824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35825 (exit $ac_status); }; } &&
35826 { ac_try
='test -s conftest$ac_exeext'
35827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35828 (eval $ac_try) 2>&5
35830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35831 (exit $ac_status); }; }; then
35832 ac_cv_lib_socket_socket
=yes
35834 echo "$as_me: failed program was:" >&5
35835 sed 's/^/| /' conftest.
$ac_ext >&5
35837 ac_cv_lib_socket_socket
=no
35839 rm -f conftest.err conftest.
$ac_objext \
35840 conftest
$ac_exeext conftest.
$ac_ext
35841 LIBS
=$ac_check_lib_save_LIBS
35843 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
35844 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
35845 if test $ac_cv_lib_socket_socket = yes; then
35846 if test "$INET_LINK" != " -lsocket"; then
35847 INET_LINK
="$INET_LINK -lsocket"
35851 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
35852 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35865 if test "$wxUSE_SOCKETS" = "yes" ; then
35866 if test "$TOOLKIT" != "MSW"; then
35868 ac_cpp
='$CXXCPP $CPPFLAGS'
35869 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35870 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35871 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35873 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
35874 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
35875 if test "${wx_cv_type_getsockname3+set}" = set; then
35876 echo $ECHO_N "(cached) $ECHO_C" >&6
35879 cat >conftest.
$ac_ext <<_ACEOF
35882 cat confdefs.h
>>conftest.
$ac_ext
35883 cat >>conftest.
$ac_ext <<_ACEOF
35884 /* end confdefs.h. */
35886 #include <sys/types.h>
35887 #include <sys/socket.h>
35894 getsockname(0, 0, &len);
35900 rm -f conftest.
$ac_objext
35901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35902 (eval $ac_compile) 2>conftest.er1
35904 grep -v '^ *+' conftest.er1
>conftest.err
35906 cat conftest.err
>&5
35907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35908 (exit $ac_status); } &&
35909 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35911 (eval $ac_try) 2>&5
35913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35914 (exit $ac_status); }; } &&
35915 { ac_try
='test -s conftest.$ac_objext'
35916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35917 (eval $ac_try) 2>&5
35919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35920 (exit $ac_status); }; }; then
35921 wx_cv_type_getsockname3
=socklen_t
35923 echo "$as_me: failed program was:" >&5
35924 sed 's/^/| /' conftest.
$ac_ext >&5
35927 CFLAGS_OLD
="$CFLAGS"
35928 if test "$GCC" = yes ; then
35929 CFLAGS
="$CFLAGS -Werror"
35932 cat >conftest.
$ac_ext <<_ACEOF
35935 cat confdefs.h
>>conftest.
$ac_ext
35936 cat >>conftest.
$ac_ext <<_ACEOF
35937 /* end confdefs.h. */
35939 #include <sys/types.h>
35940 #include <sys/socket.h>
35947 getsockname(0, 0, &len);
35953 rm -f conftest.
$ac_objext
35954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35955 (eval $ac_compile) 2>conftest.er1
35957 grep -v '^ *+' conftest.er1
>conftest.err
35959 cat conftest.err
>&5
35960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35961 (exit $ac_status); } &&
35962 { ac_try
='test -z "$ac_cxx_werror_flag" || 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_type_getsockname3
=size_t
35976 echo "$as_me: failed program was:" >&5
35977 sed 's/^/| /' conftest.
$ac_ext >&5
35979 cat >conftest.
$ac_ext <<_ACEOF
35982 cat confdefs.h
>>conftest.
$ac_ext
35983 cat >>conftest.
$ac_ext <<_ACEOF
35984 /* end confdefs.h. */
35986 #include <sys/types.h>
35987 #include <sys/socket.h>
35994 getsockname(0, 0, &len);
36000 rm -f conftest.
$ac_objext
36001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36002 (eval $ac_compile) 2>conftest.er1
36004 grep -v '^ *+' conftest.er1
>conftest.err
36006 cat conftest.err
>&5
36007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36008 (exit $ac_status); } &&
36009 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36011 (eval $ac_try) 2>&5
36013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36014 (exit $ac_status); }; } &&
36015 { ac_try
='test -s conftest.$ac_objext'
36016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36017 (eval $ac_try) 2>&5
36019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36020 (exit $ac_status); }; }; then
36021 wx_cv_type_getsockname3
=int
36023 echo "$as_me: failed program was:" >&5
36024 sed 's/^/| /' conftest.
$ac_ext >&5
36026 wx_cv_type_getsockname3
=unknown
36029 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36032 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36034 CFLAGS
="$CFLAGS_OLD"
36038 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36041 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
36042 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
36044 if test "$wx_cv_type_getsockname3" = "unknown"; then
36046 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
36047 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
36049 cat >>confdefs.h
<<_ACEOF
36050 #define SOCKLEN_T $wx_cv_type_getsockname3
36055 ac_cpp
='$CPP $CPPFLAGS'
36056 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36057 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36058 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
36063 if test "$wxUSE_SOCKETS" = "yes" ; then
36064 cat >>confdefs.h
<<\_ACEOF
36065 #define wxUSE_SOCKETS 1
36068 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
36071 if test "$wxUSE_PROTOCOL" = "yes"; then
36072 if test "$wxUSE_SOCKETS" != "yes"; then
36073 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
36074 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
36079 if test "$wxUSE_PROTOCOL" = "yes"; then
36080 cat >>confdefs.h
<<\_ACEOF
36081 #define wxUSE_PROTOCOL 1
36085 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
36086 cat >>confdefs.h
<<\_ACEOF
36087 #define wxUSE_PROTOCOL_HTTP 1
36091 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
36092 cat >>confdefs.h
<<\_ACEOF
36093 #define wxUSE_PROTOCOL_FTP 1
36097 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
36098 cat >>confdefs.h
<<\_ACEOF
36099 #define wxUSE_PROTOCOL_FILE 1
36104 if test "$wxUSE_FS_INET" = "yes"; then
36105 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
36106 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
36111 if test "$wxUSE_URL" = "yes"; then
36112 if test "$wxUSE_PROTOCOL" != "yes"; then
36113 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
36114 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
36117 if test "$wxUSE_URL" = "yes"; then
36118 cat >>confdefs.h
<<\_ACEOF
36119 #define wxUSE_URL 1
36125 if test "$wxUSE_FS_INET" = "yes"; then
36126 cat >>confdefs.h
<<\_ACEOF
36127 #define wxUSE_FS_INET 1
36133 if test "$wxUSE_GUI" = "yes"; then
36135 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
36136 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
36137 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
36141 if test "$TOOLKIT" != "MSW"; then
36142 if test "$wxUSE_JOYSTICK" = "yes"; then
36144 for ac_header
in linux
/joystick.h
36146 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36147 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36148 echo "$as_me:$LINENO: checking for $ac_header" >&5
36149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36150 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36151 echo $ECHO_N "(cached) $ECHO_C" >&6
36153 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36154 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36156 # Is the header compilable?
36157 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36158 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36159 cat >conftest.
$ac_ext <<_ACEOF
36162 cat confdefs.h
>>conftest.
$ac_ext
36163 cat >>conftest.
$ac_ext <<_ACEOF
36164 /* end confdefs.h. */
36165 $ac_includes_default
36166 #include <$ac_header>
36168 rm -f conftest.
$ac_objext
36169 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36170 (eval $ac_compile) 2>conftest.er1
36172 grep -v '^ *+' conftest.er1
>conftest.err
36174 cat conftest.err
>&5
36175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36176 (exit $ac_status); } &&
36177 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36179 (eval $ac_try) 2>&5
36181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36182 (exit $ac_status); }; } &&
36183 { ac_try
='test -s conftest.$ac_objext'
36184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36185 (eval $ac_try) 2>&5
36187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36188 (exit $ac_status); }; }; then
36189 ac_header_compiler
=yes
36191 echo "$as_me: failed program was:" >&5
36192 sed 's/^/| /' conftest.
$ac_ext >&5
36194 ac_header_compiler
=no
36196 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36197 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36198 echo "${ECHO_T}$ac_header_compiler" >&6
36200 # Is the header present?
36201 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36202 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36203 cat >conftest.
$ac_ext <<_ACEOF
36206 cat confdefs.h
>>conftest.
$ac_ext
36207 cat >>conftest.
$ac_ext <<_ACEOF
36208 /* end confdefs.h. */
36209 #include <$ac_header>
36211 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36212 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36214 grep -v '^ *+' conftest.er1
>conftest.err
36216 cat conftest.err
>&5
36217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36218 (exit $ac_status); } >/dev
/null
; then
36219 if test -s conftest.err
; then
36220 ac_cpp_err
=$ac_c_preproc_warn_flag
36221 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36228 if test -z "$ac_cpp_err"; then
36229 ac_header_preproc
=yes
36231 echo "$as_me: failed program was:" >&5
36232 sed 's/^/| /' conftest.
$ac_ext >&5
36234 ac_header_preproc
=no
36236 rm -f conftest.err conftest.
$ac_ext
36237 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36238 echo "${ECHO_T}$ac_header_preproc" >&6
36240 # So? What about this header?
36241 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36243 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36244 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36245 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36246 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36247 ac_header_preproc
=yes
36250 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36251 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36252 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36253 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36254 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36255 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36256 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36257 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36258 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36259 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36260 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36261 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36264 ## ----------------------------------------- ##
36265 ## Report this to wx-dev@lists.wxwidgets.org ##
36266 ## ----------------------------------------- ##
36269 sed "s/^/$as_me: WARNING: /" >&2
36272 echo "$as_me:$LINENO: checking for $ac_header" >&5
36273 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36274 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36275 echo $ECHO_N "(cached) $ECHO_C" >&6
36277 eval "$as_ac_Header=\$ac_header_preproc"
36279 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36280 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36283 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36284 cat >>confdefs.h
<<_ACEOF
36285 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36292 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
36294 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
36295 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
36300 if test "$wxUSE_JOYSTICK" = "yes"; then
36301 cat >>confdefs.h
<<\_ACEOF
36302 #define wxUSE_JOYSTICK 1
36305 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
36311 if test "$wxUSE_FONTMAP" = "yes" ; then
36312 cat >>confdefs.h
<<\_ACEOF
36313 #define wxUSE_FONTMAP 1
36318 if test "$wxUSE_UNICODE" = "yes" ; then
36319 cat >>confdefs.h
<<\_ACEOF
36320 #define wxUSE_UNICODE 1
36324 if test "$USE_WIN32" != 1; then
36325 wxUSE_UNICODE_MSLU
=no
36328 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
36329 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
36330 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
36331 if test "${ac_cv_lib_unicows_main+set}" = set; then
36332 echo $ECHO_N "(cached) $ECHO_C" >&6
36334 ac_check_lib_save_LIBS
=$LIBS
36335 LIBS
="-lunicows $LIBS"
36336 cat >conftest.
$ac_ext <<_ACEOF
36339 cat confdefs.h
>>conftest.
$ac_ext
36340 cat >>conftest.
$ac_ext <<_ACEOF
36341 /* end confdefs.h. */
36352 rm -f conftest.
$ac_objext conftest
$ac_exeext
36353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36354 (eval $ac_link) 2>conftest.er1
36356 grep -v '^ *+' conftest.er1
>conftest.err
36358 cat conftest.err
>&5
36359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36360 (exit $ac_status); } &&
36361 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36363 (eval $ac_try) 2>&5
36365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36366 (exit $ac_status); }; } &&
36367 { ac_try
='test -s conftest$ac_exeext'
36368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36369 (eval $ac_try) 2>&5
36371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36372 (exit $ac_status); }; }; then
36373 ac_cv_lib_unicows_main
=yes
36375 echo "$as_me: failed program was:" >&5
36376 sed 's/^/| /' conftest.
$ac_ext >&5
36378 ac_cv_lib_unicows_main
=no
36380 rm -f conftest.err conftest.
$ac_objext \
36381 conftest
$ac_exeext conftest.
$ac_ext
36382 LIBS
=$ac_check_lib_save_LIBS
36384 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
36385 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
36386 if test $ac_cv_lib_unicows_main = yes; then
36388 cat >>confdefs.h
<<\_ACEOF
36389 #define wxUSE_UNICODE_MSLU 1
36395 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
36396 Applications will only run on Windows NT/2000/XP!" >&5
36397 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
36398 Applications will only run on Windows NT/2000/XP!" >&2;}
36399 wxUSE_UNICODE_MSLU
=no
36406 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
36407 cat >>confdefs.h
<<\_ACEOF
36408 #define wxUSE_EXPERIMENTAL_PRINTF 1
36414 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
36415 cat >>confdefs.h
<<\_ACEOF
36416 #define wxUSE_POSTSCRIPT 1
36421 cat >>confdefs.h
<<\_ACEOF
36422 #define wxUSE_AFM_FOR_POSTSCRIPT 1
36426 cat >>confdefs.h
<<\_ACEOF
36427 #define wxUSE_NORMALIZED_PS_FONTS 1
36432 if test "$wxUSE_CONSTRAINTS" = "yes"; then
36433 cat >>confdefs.h
<<\_ACEOF
36434 #define wxUSE_CONSTRAINTS 1
36437 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
36440 if test "$wxUSE_MDI" = "yes"; then
36441 cat >>confdefs.h
<<\_ACEOF
36442 #define wxUSE_MDI 1
36446 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
36447 cat >>confdefs.h
<<\_ACEOF
36448 #define wxUSE_MDI_ARCHITECTURE 1
36451 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
36455 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
36456 cat >>confdefs.h
<<\_ACEOF
36457 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
36460 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
36461 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
36462 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
36466 if test "$wxUSE_HELP" = "yes"; then
36467 cat >>confdefs.h
<<\_ACEOF
36468 #define wxUSE_HELP 1
36471 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
36473 if test "$wxUSE_MSW" = 1; then
36474 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
36475 cat >>confdefs.h
<<\_ACEOF
36476 #define wxUSE_MS_HTML_HELP 1
36482 if test "$wxUSE_WXHTML_HELP" = "yes"; then
36483 if test "$wxUSE_HTML" = "yes"; then
36484 cat >>confdefs.h
<<\_ACEOF
36485 #define wxUSE_WXHTML_HELP 1
36489 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
36490 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
36491 wxUSE_WXHTML_HELP
=no
36496 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
36497 if test "$wxUSE_CONSTRAINTS" != "yes"; then
36498 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
36499 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
36501 cat >>confdefs.h
<<\_ACEOF
36502 #define wxUSE_PRINTING_ARCHITECTURE 1
36506 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
36509 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
36510 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
36511 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
36512 { (exit 1); exit 1; }; }
36516 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
36517 -o "$wxUSE_CLIPBOARD" = "yes" \
36518 -o "$wxUSE_OLE" = "yes" \
36519 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
36521 for ac_header
in ole2.h
36523 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36524 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36525 echo "$as_me:$LINENO: checking for $ac_header" >&5
36526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36527 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36528 echo $ECHO_N "(cached) $ECHO_C" >&6
36530 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36531 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36533 # Is the header compilable?
36534 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36535 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36536 cat >conftest.
$ac_ext <<_ACEOF
36539 cat confdefs.h
>>conftest.
$ac_ext
36540 cat >>conftest.
$ac_ext <<_ACEOF
36541 /* end confdefs.h. */
36542 $ac_includes_default
36543 #include <$ac_header>
36545 rm -f conftest.
$ac_objext
36546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36547 (eval $ac_compile) 2>conftest.er1
36549 grep -v '^ *+' conftest.er1
>conftest.err
36551 cat conftest.err
>&5
36552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36553 (exit $ac_status); } &&
36554 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36556 (eval $ac_try) 2>&5
36558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36559 (exit $ac_status); }; } &&
36560 { ac_try
='test -s conftest.$ac_objext'
36561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36562 (eval $ac_try) 2>&5
36564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36565 (exit $ac_status); }; }; then
36566 ac_header_compiler
=yes
36568 echo "$as_me: failed program was:" >&5
36569 sed 's/^/| /' conftest.
$ac_ext >&5
36571 ac_header_compiler
=no
36573 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36574 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36575 echo "${ECHO_T}$ac_header_compiler" >&6
36577 # Is the header present?
36578 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36579 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36580 cat >conftest.
$ac_ext <<_ACEOF
36583 cat confdefs.h
>>conftest.
$ac_ext
36584 cat >>conftest.
$ac_ext <<_ACEOF
36585 /* end confdefs.h. */
36586 #include <$ac_header>
36588 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36589 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36591 grep -v '^ *+' conftest.er1
>conftest.err
36593 cat conftest.err
>&5
36594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36595 (exit $ac_status); } >/dev
/null
; then
36596 if test -s conftest.err
; then
36597 ac_cpp_err
=$ac_c_preproc_warn_flag
36598 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36605 if test -z "$ac_cpp_err"; then
36606 ac_header_preproc
=yes
36608 echo "$as_me: failed program was:" >&5
36609 sed 's/^/| /' conftest.
$ac_ext >&5
36611 ac_header_preproc
=no
36613 rm -f conftest.err conftest.
$ac_ext
36614 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36615 echo "${ECHO_T}$ac_header_preproc" >&6
36617 # So? What about this header?
36618 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36620 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36621 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36623 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36624 ac_header_preproc
=yes
36627 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36628 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36629 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36630 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36631 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36632 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36633 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36634 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36635 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36636 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36637 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36638 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36641 ## ----------------------------------------- ##
36642 ## Report this to wx-dev@lists.wxwidgets.org ##
36643 ## ----------------------------------------- ##
36646 sed "s/^/$as_me: WARNING: /" >&2
36649 echo "$as_me:$LINENO: checking for $ac_header" >&5
36650 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36651 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36652 echo $ECHO_N "(cached) $ECHO_C" >&6
36654 eval "$as_ac_Header=\$ac_header_preproc"
36656 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36657 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36660 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36661 cat >>confdefs.h
<<_ACEOF
36662 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36670 if test "$ac_cv_header_ole2_h" = "yes" ; then
36671 if test "$GCC" = yes ; then
36675 ac_cpp
='$CXXCPP $CPPFLAGS'
36676 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36677 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36678 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
36681 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
36682 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
36683 cat >conftest.
$ac_ext <<_ACEOF
36686 cat confdefs.h
>>conftest.
$ac_ext
36687 cat >>conftest.
$ac_ext <<_ACEOF
36688 /* end confdefs.h. */
36689 #include <windows.h>
36699 rm -f conftest.
$ac_objext
36700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36701 (eval $ac_compile) 2>conftest.er1
36703 grep -v '^ *+' conftest.er1
>conftest.err
36705 cat conftest.err
>&5
36706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36707 (exit $ac_status); } &&
36708 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36710 (eval $ac_try) 2>&5
36712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36713 (exit $ac_status); }; } &&
36714 { ac_try
='test -s conftest.$ac_objext'
36715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36716 (eval $ac_try) 2>&5
36718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36719 (exit $ac_status); }; }; then
36720 echo "$as_me:$LINENO: result: no" >&5
36721 echo "${ECHO_T}no" >&6
36723 echo "$as_me: failed program was:" >&5
36724 sed 's/^/| /' conftest.
$ac_ext >&5
36726 echo "$as_me:$LINENO: result: yes" >&5
36727 echo "${ECHO_T}yes" >&6
36728 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
36730 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36732 ac_cpp
='$CPP $CPPFLAGS'
36733 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36734 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36735 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
36737 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
36738 if test "$wxUSE_OLE" = "yes" ; then
36739 cat >>confdefs.h
<<\_ACEOF
36740 #define wxUSE_OLE 1
36746 if test "$wxUSE_DATAOBJ" = "yes" ; then
36747 cat >>confdefs.h
<<\_ACEOF
36748 #define wxUSE_DATAOBJ 1
36753 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
36754 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
36757 wxUSE_DRAG_AND_DROP
=no
36762 if test "$wxUSE_METAFILE" = "yes"; then
36763 cat >>confdefs.h
<<\_ACEOF
36764 #define wxUSE_METAFILE 1
36768 cat >>confdefs.h
<<\_ACEOF
36769 #define wxUSE_ENH_METAFILE 1
36775 if test "$wxUSE_IPC" = "yes"; then
36776 if test "$wxUSE_SOCKETS" != "yes"; then
36777 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
36778 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
36781 cat >>confdefs.h
<<\_ACEOF
36782 #define wxUSE_IPC 1
36787 if test "$wxUSE_CLIPBOARD" = "yes"; then
36788 if test "$wxUSE_MGL" = 1; then
36789 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
36790 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
36794 if test "$wxUSE_CLIPBOARD" = "yes"; then
36795 cat >>confdefs.h
<<\_ACEOF
36796 #define wxUSE_CLIPBOARD 1
36800 cat >>confdefs.h
<<\_ACEOF
36801 #define wxUSE_DATAOBJ 1
36807 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
36808 if test "$wxUSE_GTK" = 1; then
36809 if test "$WXGTK12" != 1; then
36810 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
36811 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
36812 wxUSE_DRAG_AND_DROP
=no
36816 if test "$wxUSE_MOTIF" = 1; then
36817 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
36818 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
36819 wxUSE_DRAG_AND_DROP
=no
36822 if test "$wxUSE_X11" = 1; then
36823 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
36824 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
36825 wxUSE_DRAG_AND_DROP
=no
36828 if test "$wxUSE_MGL" = 1; then
36829 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
36830 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
36831 wxUSE_DRAG_AND_DROP
=no
36834 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
36835 cat >>confdefs.h
<<\_ACEOF
36836 #define wxUSE_DRAG_AND_DROP 1
36843 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
36844 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
36847 if test "$wxUSE_SPLINES" = "yes" ; then
36848 cat >>confdefs.h
<<\_ACEOF
36849 #define wxUSE_SPLINES 1
36856 if test "$wxUSE_CONTROLS" = "yes"; then
36860 if test "$wxUSE_ACCEL" = "yes"; then
36861 cat >>confdefs.h
<<\_ACEOF
36862 #define wxUSE_ACCEL 1
36868 if test "$wxUSE_BUTTON" = "yes"; then
36869 cat >>confdefs.h
<<\_ACEOF
36870 #define wxUSE_BUTTON 1
36876 if test "$wxUSE_BMPBUTTON" = "yes"; then
36877 cat >>confdefs.h
<<\_ACEOF
36878 #define wxUSE_BMPBUTTON 1
36884 if test "$wxUSE_CALCTRL" = "yes"; then
36885 cat >>confdefs.h
<<\_ACEOF
36886 #define wxUSE_CALENDARCTRL 1
36890 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
36893 if test "$wxUSE_CARET" = "yes"; then
36894 cat >>confdefs.h
<<\_ACEOF
36895 #define wxUSE_CARET 1
36899 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
36902 if test "$wxUSE_COMBOBOX" = "yes"; then
36903 cat >>confdefs.h
<<\_ACEOF
36904 #define wxUSE_COMBOBOX 1
36910 if test "$wxUSE_CHOICE" = "yes"; then
36911 cat >>confdefs.h
<<\_ACEOF
36912 #define wxUSE_CHOICE 1
36918 if test "$wxUSE_CHOICEBOOK" = "yes"; then
36919 cat >>confdefs.h
<<\_ACEOF
36920 #define wxUSE_CHOICEBOOK 1
36926 if test "$wxUSE_CHECKBOX" = "yes"; then
36927 cat >>confdefs.h
<<\_ACEOF
36928 #define wxUSE_CHECKBOX 1
36934 if test "$wxUSE_CHECKLST" = "yes"; then
36935 cat >>confdefs.h
<<\_ACEOF
36936 #define wxUSE_CHECKLISTBOX 1
36940 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
36943 if test "$wxUSE_DISPLAY" = "yes"; then
36944 cat >>confdefs.h
<<\_ACEOF
36945 #define wxUSE_DISPLAY 1
36948 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
36951 if test "$wxUSE_GAUGE" = "yes"; then
36952 cat >>confdefs.h
<<\_ACEOF
36953 #define wxUSE_GAUGE 1
36959 if test "$wxUSE_GRID" = "yes"; then
36960 cat >>confdefs.h
<<\_ACEOF
36961 #define wxUSE_GRID 1
36965 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
36968 if test "$wxUSE_IMAGLIST" = "yes"; then
36969 cat >>confdefs.h
<<\_ACEOF
36970 #define wxUSE_IMAGLIST 1
36975 if test "$wxUSE_LISTBOOK" = "yes"; then
36976 cat >>confdefs.h
<<\_ACEOF
36977 #define wxUSE_LISTBOOK 1
36983 if test "$wxUSE_LISTBOX" = "yes"; then
36984 cat >>confdefs.h
<<\_ACEOF
36985 #define wxUSE_LISTBOX 1
36991 if test "$wxUSE_LISTCTRL" = "yes"; then
36992 if test "$wxUSE_IMAGLIST" = "yes"; then
36993 cat >>confdefs.h
<<\_ACEOF
36994 #define wxUSE_LISTCTRL 1
36998 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
37000 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
37001 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
37005 if test "$wxUSE_NOTEBOOK" = "yes"; then
37006 cat >>confdefs.h
<<\_ACEOF
37007 #define wxUSE_NOTEBOOK 1
37011 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
37015 if test "$wxUSE_RADIOBOX" = "yes"; then
37016 cat >>confdefs.h
<<\_ACEOF
37017 #define wxUSE_RADIOBOX 1
37023 if test "$wxUSE_RADIOBTN" = "yes"; then
37024 cat >>confdefs.h
<<\_ACEOF
37025 #define wxUSE_RADIOBTN 1
37031 if test "$wxUSE_SASH" = "yes"; then
37032 cat >>confdefs.h
<<\_ACEOF
37033 #define wxUSE_SASH 1
37036 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
37039 if test "$wxUSE_SCROLLBAR" = "yes"; then
37040 cat >>confdefs.h
<<\_ACEOF
37041 #define wxUSE_SCROLLBAR 1
37045 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
37048 if test "$wxUSE_SLIDER" = "yes"; then
37049 cat >>confdefs.h
<<\_ACEOF
37050 #define wxUSE_SLIDER 1
37056 if test "$wxUSE_SPINBTN" = "yes"; then
37057 cat >>confdefs.h
<<\_ACEOF
37058 #define wxUSE_SPINBTN 1
37064 if test "$wxUSE_SPINCTRL" = "yes"; then
37065 cat >>confdefs.h
<<\_ACEOF
37066 #define wxUSE_SPINCTRL 1
37072 if test "$wxUSE_SPLITTER" = "yes"; then
37073 cat >>confdefs.h
<<\_ACEOF
37074 #define wxUSE_SPLITTER 1
37077 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
37080 if test "$wxUSE_STATBMP" = "yes"; then
37081 cat >>confdefs.h
<<\_ACEOF
37082 #define wxUSE_STATBMP 1
37088 if test "$wxUSE_STATBOX" = "yes"; then
37089 cat >>confdefs.h
<<\_ACEOF
37090 #define wxUSE_STATBOX 1
37096 if test "$wxUSE_STATTEXT" = "yes"; then
37097 cat >>confdefs.h
<<\_ACEOF
37098 #define wxUSE_STATTEXT 1
37104 if test "$wxUSE_STATLINE" = "yes"; then
37105 cat >>confdefs.h
<<\_ACEOF
37106 #define wxUSE_STATLINE 1
37112 if test "$wxUSE_STATUSBAR" = "yes"; then
37113 cat >>confdefs.h
<<\_ACEOF
37114 #define wxUSE_STATUSBAR 1
37119 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
37122 if test "$wxUSE_TABDIALOG" = "yes"; then
37123 cat >>confdefs.h
<<\_ACEOF
37124 #define wxUSE_TAB_DIALOG 1
37127 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
37130 if test "$wxUSE_TEXTCTRL" = "yes"; then
37131 cat >>confdefs.h
<<\_ACEOF
37132 #define wxUSE_TEXTCTRL 1
37136 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
37139 if test "$wxUSE_TOGGLEBTN" = "yes"; then
37140 if test "$wxUSE_COCOA" = 1 ; then
37141 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
37142 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
37145 if test "$wxUSE_PM" = 1; then
37146 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
37147 echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
37151 if test "$wxUSE_UNIVERSAL" = "yes"; then
37152 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
37153 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
37157 if test "$wxUSE_TOGGLEBTN" = "yes"; then
37158 cat >>confdefs.h
<<\_ACEOF
37159 #define wxUSE_TOGGLEBTN 1
37166 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
37167 cat >>confdefs.h
<<\_ACEOF
37168 #define wxUSE_TOOLBAR_SIMPLE 1
37171 wxUSE_TOOLBAR
="yes"
37175 if test "$wxUSE_TOOLBAR" = "yes"; then
37176 cat >>confdefs.h
<<\_ACEOF
37177 #define wxUSE_TOOLBAR 1
37182 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
37183 wxUSE_TOOLBAR_NATIVE
="yes"
37186 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
37187 cat >>confdefs.h
<<\_ACEOF
37188 #define wxUSE_TOOLBAR_NATIVE 1
37194 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
37197 if test "$wxUSE_TOOLTIPS" = "yes"; then
37198 if test "$wxUSE_MOTIF" = 1; then
37199 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
37200 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
37202 if test "$wxUSE_UNIVERSAL" = "yes"; then
37203 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
37204 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
37206 cat >>confdefs.h
<<\_ACEOF
37207 #define wxUSE_TOOLTIPS 1
37214 if test "$wxUSE_TREECTRL" = "yes"; then
37215 if test "$wxUSE_IMAGLIST" = "yes"; then
37216 cat >>confdefs.h
<<\_ACEOF
37217 #define wxUSE_TREECTRL 1
37221 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
37223 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
37224 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
37228 if test "$wxUSE_POPUPWIN" = "yes"; then
37229 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
37230 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
37231 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
37233 if test "$wxUSE_PM" = 1; then
37234 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
37235 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
37237 cat >>confdefs.h
<<\_ACEOF
37238 #define wxUSE_POPUPWIN 1
37247 if test "$wxUSE_TIPWINDOW" = "yes"; then
37248 if test "$wxUSE_PM" = 1; then
37249 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
37250 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
37252 cat >>confdefs.h
<<\_ACEOF
37253 #define wxUSE_TIPWINDOW 1
37259 if test "$USES_CONTROLS" = 1; then
37260 cat >>confdefs.h
<<\_ACEOF
37261 #define wxUSE_CONTROLS 1
37267 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
37268 cat >>confdefs.h
<<\_ACEOF
37269 #define wxUSE_ACCESSIBILITY 1
37272 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
37275 if test "$wxUSE_DRAGIMAGE" = "yes"; then
37276 cat >>confdefs.h
<<\_ACEOF
37277 #define wxUSE_DRAGIMAGE 1
37280 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
37283 if test "$wxUSE_EXCEPTIONS" = "yes"; then
37284 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
37285 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
37286 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
37288 cat >>confdefs.h
<<\_ACEOF
37289 #define wxUSE_EXCEPTIONS 1
37292 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
37297 if test "$wxUSE_HTML" = "yes"; then
37298 cat >>confdefs.h
<<\_ACEOF
37299 #define wxUSE_HTML 1
37303 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
37304 if test "$wxUSE_MAC" = 1; then
37305 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
37308 if test "$wxUSE_WEBKIT" = "yes"; then
37309 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
37310 old_CPPFLAGS
="$CPPFLAGS"
37311 CPPFLAGS
="$CPPFLAGS -x objective-c++"
37312 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
37313 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
37314 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
37315 echo $ECHO_N "(cached) $ECHO_C" >&6
37317 cat >conftest.
$ac_ext <<_ACEOF
37320 cat confdefs.h
>>conftest.
$ac_ext
37321 cat >>conftest.
$ac_ext <<_ACEOF
37322 /* end confdefs.h. */
37323 #include <Carbon/Carbon.h>
37325 #include <WebKit/HIWebView.h>
37327 rm -f conftest.
$ac_objext
37328 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37329 (eval $ac_compile) 2>conftest.er1
37331 grep -v '^ *+' conftest.er1
>conftest.err
37333 cat conftest.err
>&5
37334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37335 (exit $ac_status); } &&
37336 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37338 (eval $ac_try) 2>&5
37340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37341 (exit $ac_status); }; } &&
37342 { ac_try
='test -s conftest.$ac_objext'
37343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37344 (eval $ac_try) 2>&5
37346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37347 (exit $ac_status); }; }; then
37348 ac_cv_header_WebKit_HIWebView_h
=yes
37350 echo "$as_me: failed program was:" >&5
37351 sed 's/^/| /' conftest.
$ac_ext >&5
37353 ac_cv_header_WebKit_HIWebView_h
=no
37355 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37357 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
37358 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
37359 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
37361 cat >>confdefs.h
<<\_ACEOF
37362 #define wxUSE_WEBKIT 1
37365 WEBKIT_LINK
="-framework WebKit"
37369 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
37370 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
37376 CPPFLAGS
="$old_CPPFLAGS"
37377 elif test "$wxUSE_COCOA" = 1; then
37378 cat >>confdefs.h
<<\_ACEOF
37379 #define wxUSE_WEBKIT 1
37388 if test "$wxUSE_XRC" = "yes"; then
37389 if test "$wxUSE_XML" != "yes"; then
37390 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
37391 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
37394 cat >>confdefs.h
<<\_ACEOF
37395 #define wxUSE_XRC 1
37399 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
37403 if test "$wxUSE_MENUS" = "yes"; then
37404 cat >>confdefs.h
<<\_ACEOF
37405 #define wxUSE_MENUS 1
37408 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
37411 if test "$wxUSE_METAFILE" = "yes"; then
37412 cat >>confdefs.h
<<\_ACEOF
37413 #define wxUSE_METAFILE 1
37418 if test "$wxUSE_MIMETYPE" = "yes"; then
37419 cat >>confdefs.h
<<\_ACEOF
37420 #define wxUSE_MIMETYPE 1
37425 if test "$wxUSE_MINIFRAME" = "yes"; then
37426 cat >>confdefs.h
<<\_ACEOF
37427 #define wxUSE_MINIFRAME 1
37430 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
37433 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
37434 cat >>confdefs.h
<<\_ACEOF
37435 #define wxUSE_SYSTEM_OPTIONS 1
37438 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
37439 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
37440 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
37445 if test "$wxUSE_VALIDATORS" = "yes"; then
37446 cat >>confdefs.h
<<\_ACEOF
37447 #define wxUSE_VALIDATORS 1
37450 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
37453 if test "$wxUSE_PALETTE" = "yes" ; then
37454 cat >>confdefs.h
<<\_ACEOF
37455 #define wxUSE_PALETTE 1
37460 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
37461 LIBS
=" -lunicows $LIBS"
37465 if test "$wxUSE_IMAGE" = "yes" ; then
37466 cat >>confdefs.h
<<\_ACEOF
37467 #define wxUSE_IMAGE 1
37471 if test "$wxUSE_GIF" = "yes" ; then
37472 cat >>confdefs.h
<<\_ACEOF
37473 #define wxUSE_GIF 1
37478 if test "$wxUSE_PCX" = "yes" ; then
37479 cat >>confdefs.h
<<\_ACEOF
37480 #define wxUSE_PCX 1
37485 if test "$wxUSE_IFF" = "yes" ; then
37486 cat >>confdefs.h
<<\_ACEOF
37487 #define wxUSE_IFF 1
37492 if test "$wxUSE_PNM" = "yes" ; then
37493 cat >>confdefs.h
<<\_ACEOF
37494 #define wxUSE_PNM 1
37499 if test "$wxUSE_XPM" = "yes" ; then
37500 cat >>confdefs.h
<<\_ACEOF
37501 #define wxUSE_XPM 1
37506 if test "$wxUSE_ICO_CUR" = "yes" ; then
37507 cat >>confdefs.h
<<\_ACEOF
37508 #define wxUSE_ICO_CUR 1
37515 if test "$wxUSE_CHOICEDLG" = "yes"; then
37516 cat >>confdefs.h
<<\_ACEOF
37517 #define wxUSE_CHOICEDLG 1
37522 if test "$wxUSE_COLOURDLG" = "yes"; then
37523 cat >>confdefs.h
<<\_ACEOF
37524 #define wxUSE_COLOURDLG 1
37529 if test "$wxUSE_FILEDLG" = "yes"; then
37530 cat >>confdefs.h
<<\_ACEOF
37531 #define wxUSE_FILEDLG 1
37536 if test "$wxUSE_FINDREPLDLG" = "yes"; then
37537 cat >>confdefs.h
<<\_ACEOF
37538 #define wxUSE_FINDREPLDLG 1
37543 if test "$wxUSE_FONTDLG" = "yes"; then
37544 cat >>confdefs.h
<<\_ACEOF
37545 #define wxUSE_FONTDLG 1
37550 if test "$wxUSE_DIRDLG" = "yes"; then
37551 if test "$wxUSE_TREECTRL" != "yes"; then
37552 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
37553 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
37555 cat >>confdefs.h
<<\_ACEOF
37556 #define wxUSE_DIRDLG 1
37562 if test "$wxUSE_MSGDLG" = "yes"; then
37563 cat >>confdefs.h
<<\_ACEOF
37564 #define wxUSE_MSGDLG 1
37569 if test "$wxUSE_NUMBERDLG" = "yes"; then
37570 cat >>confdefs.h
<<\_ACEOF
37571 #define wxUSE_NUMBERDLG 1
37576 if test "$wxUSE_PROGRESSDLG" = "yes"; then
37577 if test "$wxUSE_CONSTRAINTS" != "yes"; then
37578 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
37579 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
37581 cat >>confdefs.h
<<\_ACEOF
37582 #define wxUSE_PROGRESSDLG 1
37588 if test "$wxUSE_SPLASH" = "yes"; then
37589 cat >>confdefs.h
<<\_ACEOF
37590 #define wxUSE_SPLASH 1
37593 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
37596 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
37597 if test "$wxUSE_CONSTRAINTS" != "yes"; then
37598 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
37599 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
37601 cat >>confdefs.h
<<\_ACEOF
37602 #define wxUSE_STARTUP_TIPS 1
37608 if test "$wxUSE_TEXTDLG" = "yes"; then
37609 cat >>confdefs.h
<<\_ACEOF
37610 #define wxUSE_TEXTDLG 1
37615 if test "$wxUSE_WIZARDDLG" = "yes"; then
37616 cat >>confdefs.h
<<\_ACEOF
37617 #define wxUSE_WIZARDDLG 1
37620 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
37624 if test "$cross_compiling" = "yes"; then
37627 OSINFO
=`uname -s -r -m`
37628 OSINFO
="\"$OSINFO\""
37631 cat >>confdefs.h
<<_ACEOF
37632 #define WXWIN_OS_DESCRIPTION $OSINFO
37637 if test "x$prefix" != "xNONE"; then
37640 wxPREFIX
=$ac_default_prefix
37643 cat >>confdefs.h
<<_ACEOF
37644 #define wxINSTALL_PREFIX "$wxPREFIX"
37650 CORE_BASE_LIBS
="net base"
37651 CORE_GUI_LIBS
="adv core"
37653 if test "$wxUSE_XML" = "yes" ; then
37654 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
37656 if test "$wxUSE_ODBC" != "no" ; then
37657 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
37658 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
37660 if test "$wxUSE_HTML" = "yes" ; then
37661 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
37663 if test "$wxUSE_XRC" = "yes" ; then
37664 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
37667 if test "$wxUSE_GUI" != "yes"; then
37678 if test "$wxUSE_MAC" = 1 ; then
37679 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
37680 if test "$USE_DARWIN" = 1; then
37681 LDFLAGS
="$LDFLAGS -framework QuickTime"
37683 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
37686 if test "$USE_DARWIN" = 1; then
37687 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
37689 LDFLAGS
="$LDFLAGS -lCarbonLib"
37692 if test "$wxUSE_COCOA" = 1 ; then
37693 LDFLAGS
="$LDFLAGS -framework Cocoa"
37697 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37704 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37705 echo "$as_me:$LINENO: checking for $ac_func" >&5
37706 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37707 if eval "test \"\${$as_ac_var+set}\" = set"; then
37708 echo $ECHO_N "(cached) $ECHO_C" >&6
37710 cat >conftest.
$ac_ext <<_ACEOF
37713 cat confdefs.h
>>conftest.
$ac_ext
37714 cat >>conftest.
$ac_ext <<_ACEOF
37715 /* end confdefs.h. */
37716 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37718 #define $ac_func innocuous_$ac_func
37720 /* System header to define __stub macros and hopefully few prototypes,
37721 which can conflict with char $ac_func (); below.
37722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37723 <limits.h> exists even on freestanding compilers. */
37726 # include <limits.h>
37728 # include <assert.h>
37733 /* Override any gcc2 internal prototype to avoid an error. */
37738 /* We use char because int might match the return type of a gcc2
37739 builtin and then its argument prototype would still apply. */
37741 /* The GNU C library defines this for functions which it implements
37742 to always fail with ENOSYS. Some functions are actually named
37743 something starting with __ and the normal name is an alias. */
37744 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37747 char (*f) () = $ac_func;
37756 return f != $ac_func;
37761 rm -f conftest.
$ac_objext conftest
$ac_exeext
37762 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37763 (eval $ac_link) 2>conftest.er1
37765 grep -v '^ *+' conftest.er1
>conftest.err
37767 cat conftest.err
>&5
37768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37769 (exit $ac_status); } &&
37770 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37772 (eval $ac_try) 2>&5
37774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37775 (exit $ac_status); }; } &&
37776 { ac_try
='test -s conftest$ac_exeext'
37777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37778 (eval $ac_try) 2>&5
37780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37781 (exit $ac_status); }; }; then
37782 eval "$as_ac_var=yes"
37784 echo "$as_me: failed program was:" >&5
37785 sed 's/^/| /' conftest.
$ac_ext >&5
37787 eval "$as_ac_var=no"
37789 rm -f conftest.err conftest.
$ac_objext \
37790 conftest
$ac_exeext conftest.
$ac_ext
37792 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37793 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37794 if test `eval echo '${'$as_ac_var'}'` = yes; then
37795 cat >>confdefs.h
<<_ACEOF
37796 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37803 for ac_func
in floor
37805 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37806 echo "$as_me:$LINENO: checking for $ac_func" >&5
37807 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37808 if eval "test \"\${$as_ac_var+set}\" = set"; then
37809 echo $ECHO_N "(cached) $ECHO_C" >&6
37811 cat >conftest.
$ac_ext <<_ACEOF
37814 cat confdefs.h
>>conftest.
$ac_ext
37815 cat >>conftest.
$ac_ext <<_ACEOF
37816 /* end confdefs.h. */
37817 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37819 #define $ac_func innocuous_$ac_func
37821 /* System header to define __stub macros and hopefully few prototypes,
37822 which can conflict with char $ac_func (); below.
37823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37824 <limits.h> exists even on freestanding compilers. */
37827 # include <limits.h>
37829 # include <assert.h>
37834 /* Override any gcc2 internal prototype to avoid an error. */
37839 /* We use char because int might match the return type of a gcc2
37840 builtin and then its argument prototype would still apply. */
37842 /* The GNU C library defines this for functions which it implements
37843 to always fail with ENOSYS. Some functions are actually named
37844 something starting with __ and the normal name is an alias. */
37845 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37848 char (*f) () = $ac_func;
37857 return f != $ac_func;
37862 rm -f conftest.
$ac_objext conftest
$ac_exeext
37863 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37864 (eval $ac_link) 2>conftest.er1
37866 grep -v '^ *+' conftest.er1
>conftest.err
37868 cat conftest.err
>&5
37869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37870 (exit $ac_status); } &&
37871 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37873 (eval $ac_try) 2>&5
37875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37876 (exit $ac_status); }; } &&
37877 { ac_try
='test -s conftest$ac_exeext'
37878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37879 (eval $ac_try) 2>&5
37881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37882 (exit $ac_status); }; }; then
37883 eval "$as_ac_var=yes"
37885 echo "$as_me: failed program was:" >&5
37886 sed 's/^/| /' conftest.
$ac_ext >&5
37888 eval "$as_ac_var=no"
37890 rm -f conftest.err conftest.
$ac_objext \
37891 conftest
$ac_exeext conftest.
$ac_ext
37893 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37894 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37895 if test `eval echo '${'$as_ac_var'}'` = yes; then
37896 cat >>confdefs.h
<<_ACEOF
37897 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37903 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
37904 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
37905 if test "$have_cos" = 1 -a "$have_floor" = 1; then
37906 echo "$as_me:$LINENO: result: yes" >&5
37907 echo "${ECHO_T}yes" >&6
37909 echo "$as_me:$LINENO: result: no" >&5
37910 echo "${ECHO_T}no" >&6
37912 # use different functions to avoid configure caching
37918 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37919 echo "$as_me:$LINENO: checking for $ac_func" >&5
37920 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37921 if eval "test \"\${$as_ac_var+set}\" = set"; then
37922 echo $ECHO_N "(cached) $ECHO_C" >&6
37924 cat >conftest.
$ac_ext <<_ACEOF
37927 cat confdefs.h
>>conftest.
$ac_ext
37928 cat >>conftest.
$ac_ext <<_ACEOF
37929 /* end confdefs.h. */
37930 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37931 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37932 #define $ac_func innocuous_$ac_func
37934 /* System header to define __stub macros and hopefully few prototypes,
37935 which can conflict with char $ac_func (); below.
37936 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37937 <limits.h> exists even on freestanding compilers. */
37940 # include <limits.h>
37942 # include <assert.h>
37947 /* Override any gcc2 internal prototype to avoid an error. */
37952 /* We use char because int might match the return type of a gcc2
37953 builtin and then its argument prototype would still apply. */
37955 /* The GNU C library defines this for functions which it implements
37956 to always fail with ENOSYS. Some functions are actually named
37957 something starting with __ and the normal name is an alias. */
37958 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37961 char (*f) () = $ac_func;
37970 return f != $ac_func;
37975 rm -f conftest.
$ac_objext conftest
$ac_exeext
37976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37977 (eval $ac_link) 2>conftest.er1
37979 grep -v '^ *+' conftest.er1
>conftest.err
37981 cat conftest.err
>&5
37982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37983 (exit $ac_status); } &&
37984 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37986 (eval $ac_try) 2>&5
37988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37989 (exit $ac_status); }; } &&
37990 { ac_try
='test -s conftest$ac_exeext'
37991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37992 (eval $ac_try) 2>&5
37994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37995 (exit $ac_status); }; }; then
37996 eval "$as_ac_var=yes"
37998 echo "$as_me: failed program was:" >&5
37999 sed 's/^/| /' conftest.
$ac_ext >&5
38001 eval "$as_ac_var=no"
38003 rm -f conftest.err conftest.
$ac_objext \
38004 conftest
$ac_exeext conftest.
$ac_ext
38006 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38007 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38008 if test `eval echo '${'$as_ac_var'}'` = yes; then
38009 cat >>confdefs.h
<<_ACEOF
38010 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38017 for ac_func
in ceil
38019 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38020 echo "$as_me:$LINENO: checking for $ac_func" >&5
38021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38022 if eval "test \"\${$as_ac_var+set}\" = set"; then
38023 echo $ECHO_N "(cached) $ECHO_C" >&6
38025 cat >conftest.
$ac_ext <<_ACEOF
38028 cat confdefs.h
>>conftest.
$ac_ext
38029 cat >>conftest.
$ac_ext <<_ACEOF
38030 /* end confdefs.h. */
38031 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38033 #define $ac_func innocuous_$ac_func
38035 /* System header to define __stub macros and hopefully few prototypes,
38036 which can conflict with char $ac_func (); below.
38037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38038 <limits.h> exists even on freestanding compilers. */
38041 # include <limits.h>
38043 # include <assert.h>
38048 /* Override any gcc2 internal prototype to avoid an error. */
38053 /* We use char because int might match the return type of a gcc2
38054 builtin and then its argument prototype would still apply. */
38056 /* The GNU C library defines this for functions which it implements
38057 to always fail with ENOSYS. Some functions are actually named
38058 something starting with __ and the normal name is an alias. */
38059 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38062 char (*f) () = $ac_func;
38071 return f != $ac_func;
38076 rm -f conftest.
$ac_objext conftest
$ac_exeext
38077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38078 (eval $ac_link) 2>conftest.er1
38080 grep -v '^ *+' conftest.er1
>conftest.err
38082 cat conftest.err
>&5
38083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38084 (exit $ac_status); } &&
38085 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38087 (eval $ac_try) 2>&5
38089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38090 (exit $ac_status); }; } &&
38091 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
38097 eval "$as_ac_var=yes"
38099 echo "$as_me: failed program was:" >&5
38100 sed 's/^/| /' conftest.
$ac_ext >&5
38102 eval "$as_ac_var=no"
38104 rm -f conftest.err conftest.
$ac_objext \
38105 conftest
$ac_exeext conftest.
$ac_ext
38107 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38108 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38109 if test `eval echo '${'$as_ac_var'}'` = yes; then
38110 cat >>confdefs.h
<<_ACEOF
38111 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38117 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
38118 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
38119 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
38120 echo "$as_me:$LINENO: result: yes" >&5
38121 echo "${ECHO_T}yes" >&6
38123 echo "$as_me:$LINENO: result: no" >&5
38124 echo "${ECHO_T}no" >&6
38125 # not sure we should warn the user, crash, etc.
38129 if test "$wxUSE_GUI" = "yes"; then
38132 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
38133 drawing dynamic erase event exec font image \
38134 minimal propsize rotate shaped widgets render"
38136 if test "$wxUSE_MONOLITHIC" != "yes"; then
38137 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
38140 SAMPLES_SUBDIRS
="console"
38144 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
38145 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
38147 if test "$GXX" = yes ; then
38149 CXXWARNINGS
="$CWARNINGS -Wno-ctor-dtor-privacy"
38152 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
38154 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
38155 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
38156 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
38160 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
38161 EXTRALIBS_XML
="$EXPAT_LINK"
38162 EXTRALIBS_HTML
="$MSPACK_LINK"
38163 EXTRALIBS_ODBC
="$ODBC_LINK"
38164 if test "$wxUSE_GUI" = "yes"; then
38165 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
38167 if test "$wxUSE_OPENGL" = "yes"; then
38168 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
38171 LDFLAGS
="$LDFLAGS $PROFILE"
38173 if test "$wxUSE_GTK" = 1; then
38176 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
38179 WXCONFIG_EXTRALIBS
="$LIBS"
38181 if test "$wxUSE_REGEX" = "builtin" ; then
38182 wxconfig_3rdparty
="$wxconfig_3rdparty regex${lib_unicode_suffix}"
38184 if test "$wxUSE_EXPAT" = "builtin" ; then
38185 wxconfig_3rdparty
="$wxconfig_3rdparty expat"
38187 if test "$wxUSE_ODBC" = "builtin" ; then
38188 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
38190 if test "$wxUSE_LIBTIFF" = "builtin" ; then
38191 wxconfig_3rdparty
="$wxconfig_3rdparty tiff"
38193 if test "$wxUSE_LIBJPEG" = "builtin" ; then
38194 wxconfig_3rdparty
="$wxconfig_3rdparty jpeg"
38196 if test "$wxUSE_LIBPNG" = "builtin" ; then
38197 wxconfig_3rdparty
="$wxconfig_3rdparty png"
38199 if test "$wxUSE_ZLIB" = "builtin" ; then
38200 wxconfig_3rdparty
="$wxconfig_3rdparty zlib"
38202 if test "$wxUSE_ODBC" = "builtin" ; then
38203 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
38206 for i
in $wxconfig_3rdparty ; do
38207 WXCONFIG_EXTRALIBS
="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
38211 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
38225 if test $wxUSE_MONOLITHIC = "yes" ; then
38231 if test $wxUSE_PLUGINS = "yes" ; then
38237 if test $wxUSE_ODBC != "no" ; then
38243 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
38271 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
38282 TOOLKIT_USER
="GTK+"
38283 if test "$WXGTK20" = 1; then
38284 TOOLKIT_USER
="$TOOLKIT_USER 2"
38289 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
38296 if test "x$BAKEFILE_HOST" = "x"; then
38297 BAKEFILE_HOST
="${host}"
38300 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
38302 if test -n "$ac_tool_prefix"; then
38303 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
38304 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
38305 echo "$as_me:$LINENO: checking for $ac_word" >&5
38306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38307 if test "${ac_cv_prog_RANLIB+set}" = set; then
38308 echo $ECHO_N "(cached) $ECHO_C" >&6
38310 if test -n "$RANLIB"; then
38311 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
38313 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38314 for as_dir
in $PATH
38317 test -z "$as_dir" && as_dir
=.
38318 for ac_exec_ext
in '' $ac_executable_extensions; do
38319 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38320 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
38321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38329 RANLIB
=$ac_cv_prog_RANLIB
38330 if test -n "$RANLIB"; then
38331 echo "$as_me:$LINENO: result: $RANLIB" >&5
38332 echo "${ECHO_T}$RANLIB" >&6
38334 echo "$as_me:$LINENO: result: no" >&5
38335 echo "${ECHO_T}no" >&6
38339 if test -z "$ac_cv_prog_RANLIB"; then
38340 ac_ct_RANLIB
=$RANLIB
38341 # Extract the first word of "ranlib", so it can be a program name with args.
38342 set dummy ranlib
; ac_word
=$2
38343 echo "$as_me:$LINENO: checking for $ac_word" >&5
38344 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38345 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
38346 echo $ECHO_N "(cached) $ECHO_C" >&6
38348 if test -n "$ac_ct_RANLIB"; then
38349 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
38351 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38352 for as_dir
in $PATH
38355 test -z "$as_dir" && as_dir
=.
38356 for ac_exec_ext
in '' $ac_executable_extensions; do
38357 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38358 ac_cv_prog_ac_ct_RANLIB
="ranlib"
38359 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38365 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
38368 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
38369 if test -n "$ac_ct_RANLIB"; then
38370 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
38371 echo "${ECHO_T}$ac_ct_RANLIB" >&6
38373 echo "$as_me:$LINENO: result: no" >&5
38374 echo "${ECHO_T}no" >&6
38377 RANLIB
=$ac_ct_RANLIB
38379 RANLIB
="$ac_cv_prog_RANLIB"
38382 # Find a good install program. We prefer a C program (faster),
38383 # so one script is as good as another. But avoid the broken or
38384 # incompatible versions:
38385 # SysV /etc/install, /usr/sbin/install
38386 # SunOS /usr/etc/install
38387 # IRIX /sbin/install
38389 # AmigaOS /C/install, which installs bootblocks on floppy discs
38390 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
38391 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
38392 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
38393 # OS/2's system install, which has a completely different semantic
38394 # ./install, which can be erroneously created by make from ./install.sh.
38395 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
38396 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
38397 if test -z "$INSTALL"; then
38398 if test "${ac_cv_path_install+set}" = set; then
38399 echo $ECHO_N "(cached) $ECHO_C" >&6
38401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38402 for as_dir
in $PATH
38405 test -z "$as_dir" && as_dir
=.
38406 # Account for people who put trailing slashes in PATH elements.
38408 .
/ | .
// | /cC
/* | \
38409 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
38410 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
38413 # OSF1 and SCO ODT 3.0 have their own names for install.
38414 # Don't use installbsd from OSF since it installs stuff as root
38416 for ac_prog
in ginstall scoinst
install; do
38417 for ac_exec_ext
in '' $ac_executable_extensions; do
38418 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
38419 if test $ac_prog = install &&
38420 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38421 # AIX install. It has an incompatible calling convention.
38423 elif test $ac_prog = install &&
38424 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
38425 # program-specific install script used by HP pwplus--don't use.
38428 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
38440 if test "${ac_cv_path_install+set}" = set; then
38441 INSTALL
=$ac_cv_path_install
38443 # As a last resort, use the slow shell script. We don't cache a
38444 # path for INSTALL within a source directory, because that will
38445 # break other packages using the cache if that directory is
38446 # removed, or if the path is relative.
38447 INSTALL
=$ac_install_sh
38450 echo "$as_me:$LINENO: result: $INSTALL" >&5
38451 echo "${ECHO_T}$INSTALL" >&6
38453 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
38454 # It thinks the first close brace ends the variable substitution.
38455 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
38457 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
38459 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
38461 echo "$as_me:$LINENO: checking whether ln -s works" >&5
38462 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
38464 if test "$LN_S" = "ln -s"; then
38465 echo "$as_me:$LINENO: result: yes" >&5
38466 echo "${ECHO_T}yes" >&6
38468 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
38469 echo "${ECHO_T}no, using $LN_S" >&6
38473 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
38474 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
38475 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
38476 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
38477 echo $ECHO_N "(cached) $ECHO_C" >&6
38479 cat >conftest.
make <<\_ACEOF
38481 @
echo 'ac_maketemp="$(MAKE)"'
38483 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
38484 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
38485 if test -n "$ac_maketemp"; then
38486 eval ac_cv_prog_make_
${ac_make}_set
=yes
38488 eval ac_cv_prog_make_
${ac_make}_set
=no
38490 rm -f conftest.
make
38492 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
38493 echo "$as_me:$LINENO: result: yes" >&5
38494 echo "${ECHO_T}yes" >&6
38497 echo "$as_me:$LINENO: result: no" >&5
38498 echo "${ECHO_T}no" >&6
38499 SET_MAKE
="MAKE=${MAKE-make}"
38504 if test -n "$ac_tool_prefix"; then
38505 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
38506 set dummy
${ac_tool_prefix}ar; ac_word
=$2
38507 echo "$as_me:$LINENO: checking for $ac_word" >&5
38508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38509 if test "${ac_cv_prog_AR+set}" = set; then
38510 echo $ECHO_N "(cached) $ECHO_C" >&6
38512 if test -n "$AR"; then
38513 ac_cv_prog_AR
="$AR" # Let the user override the test.
38515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38516 for as_dir
in $PATH
38519 test -z "$as_dir" && as_dir
=.
38520 for ac_exec_ext
in '' $ac_executable_extensions; do
38521 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38522 ac_cv_prog_AR
="${ac_tool_prefix}ar"
38523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38532 if test -n "$AR"; then
38533 echo "$as_me:$LINENO: result: $AR" >&5
38534 echo "${ECHO_T}$AR" >&6
38536 echo "$as_me:$LINENO: result: no" >&5
38537 echo "${ECHO_T}no" >&6
38541 if test -z "$ac_cv_prog_AR"; then
38543 # Extract the first word of "ar", so it can be a program name with args.
38544 set dummy
ar; ac_word
=$2
38545 echo "$as_me:$LINENO: checking for $ac_word" >&5
38546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38547 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
38548 echo $ECHO_N "(cached) $ECHO_C" >&6
38550 if test -n "$ac_ct_AR"; then
38551 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
38553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38554 for as_dir
in $PATH
38557 test -z "$as_dir" && as_dir
=.
38558 for ac_exec_ext
in '' $ac_executable_extensions; do
38559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38560 ac_cv_prog_ac_ct_AR
="ar"
38561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38567 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
38570 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
38571 if test -n "$ac_ct_AR"; then
38572 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
38573 echo "${ECHO_T}$ac_ct_AR" >&6
38575 echo "$as_me:$LINENO: result: no" >&5
38576 echo "${ECHO_T}no" >&6
38581 AR
="$ac_cv_prog_AR"
38584 if test -n "$ac_tool_prefix"; then
38585 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
38586 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
38587 echo "$as_me:$LINENO: checking for $ac_word" >&5
38588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38589 if test "${ac_cv_prog_STRIP+set}" = set; then
38590 echo $ECHO_N "(cached) $ECHO_C" >&6
38592 if test -n "$STRIP"; then
38593 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
38595 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38596 for as_dir
in $PATH
38599 test -z "$as_dir" && as_dir
=.
38600 for ac_exec_ext
in '' $ac_executable_extensions; do
38601 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38602 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
38603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38611 STRIP
=$ac_cv_prog_STRIP
38612 if test -n "$STRIP"; then
38613 echo "$as_me:$LINENO: result: $STRIP" >&5
38614 echo "${ECHO_T}$STRIP" >&6
38616 echo "$as_me:$LINENO: result: no" >&5
38617 echo "${ECHO_T}no" >&6
38621 if test -z "$ac_cv_prog_STRIP"; then
38623 # Extract the first word of "strip", so it can be a program name with args.
38624 set dummy strip
; ac_word
=$2
38625 echo "$as_me:$LINENO: checking for $ac_word" >&5
38626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38627 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
38628 echo $ECHO_N "(cached) $ECHO_C" >&6
38630 if test -n "$ac_ct_STRIP"; then
38631 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
38633 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38634 for as_dir
in $PATH
38637 test -z "$as_dir" && as_dir
=.
38638 for ac_exec_ext
in '' $ac_executable_extensions; do
38639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38640 ac_cv_prog_ac_ct_STRIP
="strip"
38641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38647 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
38650 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
38651 if test -n "$ac_ct_STRIP"; then
38652 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
38653 echo "${ECHO_T}$ac_ct_STRIP" >&6
38655 echo "$as_me:$LINENO: result: no" >&5
38656 echo "${ECHO_T}no" >&6
38661 STRIP
="$ac_cv_prog_STRIP"
38664 if test -n "$ac_tool_prefix"; then
38665 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
38666 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
38667 echo "$as_me:$LINENO: checking for $ac_word" >&5
38668 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38669 if test "${ac_cv_prog_NM+set}" = set; then
38670 echo $ECHO_N "(cached) $ECHO_C" >&6
38672 if test -n "$NM"; then
38673 ac_cv_prog_NM
="$NM" # Let the user override the test.
38675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38676 for as_dir
in $PATH
38679 test -z "$as_dir" && as_dir
=.
38680 for ac_exec_ext
in '' $ac_executable_extensions; do
38681 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38682 ac_cv_prog_NM
="${ac_tool_prefix}nm"
38683 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38692 if test -n "$NM"; then
38693 echo "$as_me:$LINENO: result: $NM" >&5
38694 echo "${ECHO_T}$NM" >&6
38696 echo "$as_me:$LINENO: result: no" >&5
38697 echo "${ECHO_T}no" >&6
38701 if test -z "$ac_cv_prog_NM"; then
38703 # Extract the first word of "nm", so it can be a program name with args.
38704 set dummy nm
; ac_word
=$2
38705 echo "$as_me:$LINENO: checking for $ac_word" >&5
38706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38707 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
38708 echo $ECHO_N "(cached) $ECHO_C" >&6
38710 if test -n "$ac_ct_NM"; then
38711 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
38713 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38714 for as_dir
in $PATH
38717 test -z "$as_dir" && as_dir
=.
38718 for ac_exec_ext
in '' $ac_executable_extensions; do
38719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38720 ac_cv_prog_ac_ct_NM
="nm"
38721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38727 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
38730 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
38731 if test -n "$ac_ct_NM"; then
38732 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
38733 echo "${ECHO_T}$ac_ct_NM" >&6
38735 echo "$as_me:$LINENO: result: no" >&5
38736 echo "${ECHO_T}no" >&6
38741 NM
="$ac_cv_prog_NM"
38745 case ${BAKEFILE_HOST} in
38747 INSTALL_DIR
="mkdir -p"
38749 *) INSTALL_DIR
="$INSTALL -d"
38755 case ${BAKEFILE_HOST} in
38756 *-*-cygwin* | *-*-mingw32* )
38757 LDFLAGS_GUI
="-mwindows"
38763 echo "$as_me:$LINENO: checking if make is GNU make" >&5
38764 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
38765 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
38766 echo $ECHO_N "(cached) $ECHO_C" >&6
38769 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
38770 egrep -s GNU
> /dev
/null
); then
38771 bakefile_cv_prog_makeisgnu
="yes"
38773 bakefile_cv_prog_makeisgnu
="no"
38777 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
38778 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
38780 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38797 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38798 case "${BAKEFILE_HOST}" in
38799 *-*-cygwin* | *-*-mingw32* )
38805 *-pc-os2_emx | *-pc-os2-emx )
38808 powerpc
-*-darwin* )
38815 powerpc
-apple-macos* )
38824 case "$BAKEFILE_FORCE_PLATFORM" in
38845 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
38846 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
38847 { (exit 1); exit 1; }; }
38862 # Check whether --enable-omf or --disable-omf was given.
38863 if test "${enable_omf+set}" = set; then
38864 enableval
="$enable_omf"
38865 bk_os2_use_omf
="$enableval"
38868 case "${BAKEFILE_HOST}" in
38870 CFLAGS
="$CFLAGS -fno-common"
38871 CXXFLAGS
="$CXXFLAGS -fno-common"
38874 *-pc-os2_emx | *-pc-os2-emx )
38875 if test "x$bk_os2_use_omf" = "xyes" ; then
38878 LDFLAGS
="-Zomf $LDFLAGS"
38879 CFLAGS
="-Zomf $CFLAGS"
38880 CXXFLAGS
="-Zomf $CXXFLAGS"
38888 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
38894 SO_SUFFIX_MODULE
="so"
38899 DLLPREFIX_MODULE
=""
38902 case "${BAKEFILE_HOST}" in
38905 SO_SUFFIX_MODULE
="sl"
38909 SO_SUFFIX_MODULE
="a"
38911 *-*-cygwin* | *-*-mingw32* )
38913 SO_SUFFIX_MODULE
="dll"
38914 DLLIMP_SUFFIX
="dll.a"
38922 *-pc-os2_emx | *-pc-os2-emx )
38924 SO_SUFFIX_MODULE
="dll"
38925 DLLIMP_SUFFIX
=$OS2_LIBEXT
38929 LIBEXT
=".$OS2_LIBEXT"
38931 powerpc
-*-darwin* )
38933 SO_SUFFIX_MODULE
="bundle"
38937 if test "x$DLLIMP_SUFFIX" = "x" ; then
38938 DLLIMP_SUFFIX
="$SO_SUFFIX"
38952 if test "x$GCC" = "xyes"; then
38956 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
38957 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
38959 case "${BAKEFILE_HOST}" in
38961 if test "x$GCC" != "xyes"; then
38962 LDFLAGS
="$LDFLAGS -L/usr/lib"
38964 SHARED_LD_CC
="${CC} -b -o"
38965 SHARED_LD_CXX
="${CXX} -b -o"
38971 if test "x$GCC" != "xyes"; then
38972 echo "$as_me:$LINENO: checking for Intel compiler" >&5
38973 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
38974 if test "${bakefile_cv_prog_icc+set}" = set; then
38975 echo $ECHO_N "(cached) $ECHO_C" >&6
38978 cat >conftest.
$ac_ext <<_ACEOF
38981 cat confdefs.h
>>conftest.
$ac_ext
38982 cat >>conftest.
$ac_ext <<_ACEOF
38983 /* end confdefs.h. */
38989 #ifndef __INTEL_COMPILER
38997 rm -f conftest.
$ac_objext
38998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38999 (eval $ac_compile) 2>conftest.er1
39001 grep -v '^ *+' conftest.er1
>conftest.err
39003 cat conftest.err
>&5
39004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39005 (exit $ac_status); } &&
39006 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39008 (eval $ac_try) 2>&5
39010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39011 (exit $ac_status); }; } &&
39012 { ac_try
='test -s conftest.$ac_objext'
39013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39014 (eval $ac_try) 2>&5
39016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39017 (exit $ac_status); }; }; then
39018 bakefile_cv_prog_icc
=yes
39020 echo "$as_me: failed program was:" >&5
39021 sed 's/^/| /' conftest.
$ac_ext >&5
39023 bakefile_cv_prog_icc
=no
39026 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39029 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
39030 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
39031 if test "$bakefile_cv_prog_icc" = "yes"; then
39038 if test "x$GCC" != xyes
; then
39039 SHARED_LD_CC
="${CC} -G -o"
39040 SHARED_LD_CXX
="${CXX} -G -o"
39047 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
39048 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
39049 if test "${wx_cv_gcc31+set}" = set; then
39050 echo $ECHO_N "(cached) $ECHO_C" >&6
39053 cat >conftest.
$ac_ext <<_ACEOF
39056 cat confdefs.h
>>conftest.
$ac_ext
39057 cat >>conftest.
$ac_ext <<_ACEOF
39058 /* end confdefs.h. */
39064 #if (__GNUC__ < 3) || \
39065 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
39073 rm -f conftest.
$ac_objext
39074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39075 (eval $ac_compile) 2>conftest.er1
39077 grep -v '^ *+' conftest.er1
>conftest.err
39079 cat conftest.err
>&5
39080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39081 (exit $ac_status); } &&
39082 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39084 (eval $ac_try) 2>&5
39086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39087 (exit $ac_status); }; } &&
39088 { ac_try
='test -s conftest.$ac_objext'
39089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39090 (eval $ac_try) 2>&5
39092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39093 (exit $ac_status); }; }; then
39098 echo "$as_me: failed program was:" >&5
39099 sed 's/^/| /' conftest.
$ac_ext >&5
39106 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39109 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
39110 echo "${ECHO_T}$wx_cv_gcc31" >&6
39111 if test "$wx_cv_gcc31" = "no"; then
39114 cat <<EOF >shared-ld-sh
39116 #-----------------------------------------------------------------------------
39117 #-- Name: distrib/mac/shared-ld-sh
39118 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
39119 #-- Author: Gilles Depeyrot
39120 #-- Copyright: (c) 2002 Gilles Depeyrot
39121 #-- Licence: any use permitted
39122 #-----------------------------------------------------------------------------
39127 linking_flag="-dynamiclib"
39129 while test ${D}# -gt 0; do
39136 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
39137 # collect these options and values
39138 args="${D}{args} ${D}1 ${D}2"
39142 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
39143 # collect these options
39144 args="${D}{args} ${D}1"
39147 -dynamiclib|-bundle)
39148 linking_flag="${D}1"
39152 echo "shared-ld: unhandled option '${D}1'"
39156 *.o | *.a | *.dylib)
39157 # collect object files
39158 objects="${D}{objects} ${D}1"
39162 echo "shared-ld: unhandled argument '${D}1'"
39171 # Link one module containing all the others
39173 if test ${D}{verbose} = 1; then
39174 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
39176 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
39178 if test ${D}{status} != 0; then
39183 # Link the shared library from the single module created
39185 if test ${D}{verbose} = 1; then
39186 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
39188 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
39190 if test ${D}{status} != 0; then
39195 # Remove intermediate module
39197 rm -f master.${D}${D}.o
39202 chmod +x shared
-ld-sh
39204 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
39205 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
39206 SHARED_LD_CXX
="$SHARED_LD_CC"
39207 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
39209 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
39210 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
39211 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
39212 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
39215 PIC_FLAG
="-dynamic -fPIC"
39219 if test "x$GCC" != "xyes"; then
39220 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
39221 set dummy makeC
++SharedLib
; ac_word
=$2
39222 echo "$as_me:$LINENO: checking for $ac_word" >&5
39223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39224 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
39225 echo $ECHO_N "(cached) $ECHO_C" >&6
39227 if test -n "$AIX_CXX_LD"; then
39228 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
39230 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39231 for as_dir
in $PATH
39234 test -z "$as_dir" && as_dir
=.
39235 for ac_exec_ext
in '' $ac_executable_extensions; do
39236 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39237 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
39238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39244 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
39247 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
39248 if test -n "$AIX_CXX_LD"; then
39249 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
39250 echo "${ECHO_T}$AIX_CXX_LD" >&6
39252 echo "$as_me:$LINENO: result: no" >&5
39253 echo "${ECHO_T}no" >&6
39256 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
39257 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
39262 SHARED_LD_CC
="${LD} -nostart -o"
39263 SHARED_LD_CXX
="${LD} -nostart -o"
39267 if test "x$GCC" != "xyes"; then
39272 *-*-cygwin* | *-*-mingw32* )
39274 SHARED_LD_CC
="\$(CC) -shared -o"
39275 SHARED_LD_CXX
="\$(CXX) -shared -o"
39278 *-pc-os2_emx | *-pc-os2-emx )
39279 SHARED_LD_CC
="`pwd`/dllar.sh -o"
39280 SHARED_LD_CXX
="`pwd`/dllar.sh -o"
39284 cat <<EOF >dllar.sh
39287 # dllar - a tool to build both a .dll and an .a file
39288 # from a set of object (.o) files for EMX/OS2.
39290 # Written by Andrew Zabolotny, bit@freya.etu.ru
39291 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
39293 # This script will accept a set of files on the command line.
39294 # All the public symbols from the .o files will be exported into
39295 # a .DEF file, then linker will be run (through gcc) against them to
39296 # build a shared library consisting of all given .o files. All libraries
39297 # (.a) will be first decompressed into component .o files then act as
39298 # described above. You can optionally give a description (-d "description")
39299 # which will be put into .DLL. To see the list of accepted options (as well
39300 # as command-line format) simply run this program without options. The .DLL
39301 # is built to be imported by name (there is no guarantee that new versions
39302 # of the library you build will have same ordinals for same symbols).
39304 # dllar is free software; you can redistribute it and/or modify
39305 # it under the terms of the GNU General Public License as published by
39306 # the Free Software Foundation; either version 2, or (at your option)
39307 # any later version.
39309 # dllar is distributed in the hope that it will be useful,
39310 # but WITHOUT ANY WARRANTY; without even the implied warranty of
39311 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39312 # GNU General Public License for more details.
39314 # You should have received a copy of the GNU General Public License
39315 # along with dllar; see the file COPYING. If not, write to the Free
39316 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
39319 # To successfuly run this program you will need:
39320 # - Current drive should have LFN support (HPFS, ext2, network, etc)
39321 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
39323 # (used to build the .dll)
39325 # (used to create .def file from .o files)
39327 # (used to create .a file from .def file)
39328 # - GNU text utilites (cat, sort, uniq)
39329 # used to process emxexp output
39330 # - GNU file utilities (mv, rm)
39332 # - lxlite (optional, see flag below)
39333 # (used for general .dll cleanup)
39340 # basnam, variant of basename, which does _not_ remove the path, _iff_
39341 # second argument (suffix to remove) is given
39345 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
39348 echo ${D}1 | sed 's/'${D}2'${D}//'
39351 echo "error in basnam ${D}*"
39357 # Cleanup temporary files and output
39360 for i in ${D}inputFiles ; do
39363 rm -rf \`basnam ${D}i !\`
39370 # Kill result in case of failure as there is just to many stupid make/nmake
39371 # things out there which doesn't do this.
39372 if [ ${D}# -eq 0 ]; then
39373 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
39377 # Print usage and exit script with rc=1.
39379 echo 'Usage: dllar [-o@<:${utput}:>@ output_file] [-i@<:${mport}:>@ importlib_name]'
39380 echo ' [-d@<:${escription}:>@ "dll descrption"] [-cc "CC"] [-f@<:${lags}:>@ "CFLAGS"]'
39381 echo ' [-ord@<:${inals}:>@] -ex@<:${clude}:>@ "symbol(s)"'
39382 echo ' [-libf@<:${lags}:>@ "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt@<:${dll}:>@] [-nolxl@<:${ite}:>@]'
39383 echo ' [*.o] [*.a]'
39384 echo '*> "output_file" should have no extension.'
39385 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
39386 echo ' The import library name is derived from this and is set to "name".a,'
39387 echo ' unless overridden by -import'
39388 echo '*> "importlib_name" should have no extension.'
39389 echo ' If it has the .o, or .a extension, it is automatically removed.'
39390 echo ' This name is used as the import library name and may be longer and'
39391 echo ' more descriptive than the DLL name which has to follow the old '
39392 echo ' 8.3 convention of FAT.'
39393 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
39394 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
39395 echo ' These flags will be put at the start of GCC command line.'
39396 echo '*> -ord@<:${inals}:>@ tells dllar to export entries by ordinals. Be careful.'
39397 echo '*> -ex@<:${clude}:>@ defines symbols which will not be exported. You can define'
39398 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
39399 echo ' If the last character of a symbol is "*", all symbols beginning'
39400 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
39401 echo '*> -libf@<:${lags}:>@ can be used to add INITGLOBAL/INITINSTANCE and/or'
39402 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
39403 echo '*> -nocrt@<:${dll}:>@ switch will disable linking the library against emx''s'
39404 echo ' C runtime DLLs.'
39405 echo '*> -nolxl@<:${ite}:>@ switch will disable running lxlite on the resulting DLL.'
39406 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
39407 echo ' unchanged to GCC at the end of command line.'
39408 echo '*> If you create a DLL from a library and you do not specify -o,'
39409 echo ' the basename for DLL and import library will be set to library name,'
39410 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
39411 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
39412 echo ' library will be renamed into gcc_s.a.'
39415 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
39416 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
39421 # Execute a command.
39422 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
39423 # @Uses Whatever CleanUp() uses.
39429 if [ ${D}rcCmd -ne 0 ]; then
39430 echo "command failed, exit code="${D}rcCmd
39444 CFLAGS="-s -Zcrtdll"
39446 EXPORT_BY_ORDINALS=0
39451 case ${D}curDirS in
39455 curDirS=${D}{curDirS}"/"
39458 # Parse commandline
39460 while [ ${D}1 ]; do
39463 EXPORT_BY_ORDINALS=1;
39490 exclude_symbols=${D}{exclude_symbols}${D}1" "
39494 library_flags=${D}{library_flags}${D}1" "
39510 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39514 if [ ${D}libsToLink -ne 0 ]; then
39515 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
39517 for file in ${D}1 ; do
39518 if [ -f ${D}file ]; then
39519 inputFiles="${D}{inputFiles} ${D}file"
39523 if [ ${D}found -eq 0 ]; then
39524 echo "ERROR: No file(s) found: "${D}1
39531 done # iterate cmdline words
39534 if [ -z "${D}inputFiles" ]; then
39535 echo "dllar: no input files"
39539 # Now extract all .o files from .a files
39541 for file in ${D}inputFiles ; do
39552 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
39557 dirname=\`basnam ${D}file ${D}suffix\`"_%"
39559 if [ ${D}? -ne 0 ]; then
39560 echo "Failed to create subdirectory ./${D}dirname"
39564 # Append '!' to indicate archive
39565 newInputFiles="${D}newInputFiles ${D}{dirname}!"
39566 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
39569 for subfile in ${D}dirname/*.o* ; do
39570 if [ -f ${D}subfile ]; then
39572 if [ -s ${D}subfile ]; then
39573 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
39574 newInputFiles="${D}newInputFiles ${D}subfile"
39578 if [ ${D}found -eq 0 ]; then
39579 echo "WARNING: there are no files in archive \\'${D}file\\'"
39583 newInputFiles="${D}{newInputFiles} ${D}file"
39587 inputFiles="${D}newInputFiles"
39589 # Output filename(s).
39591 if [ -z ${D}outFile ]; then
39593 set outFile ${D}inputFiles; outFile=${D}2
39596 # If it is an archive, remove the '!' and the '_%' suffixes
39597 case ${D}outFile in
39599 outFile=\`basnam ${D}outFile _%!\`
39604 case ${D}outFile in
39606 outFile=\`basnam ${D}outFile .dll\`
39609 outFile=\`basnam ${D}outFile .DLL\`
39612 outFile=\`basnam ${D}outFile .o\`
39615 outFile=\`basnam ${D}outFile .obj\`
39618 outFile=\`basnam ${D}outFile .a\`
39621 outFile=\`basnam ${D}outFile .lib\`
39626 case ${D}outimpFile in
39628 outimpFile=\`basnam ${D}outimpFile .a\`
39631 outimpFile=\`basnam ${D}outimpFile .lib\`
39636 if [ -z ${D}outimpFile ]; then
39637 outimpFile=${D}outFile
39639 defFile="${D}{outFile}.def"
39640 arcFile="${D}{outimpFile}.a"
39641 arcFile2="${D}{outimpFile}.lib"
39642 dllFile="${D}outFile"
39643 # Add suffix to dllFile later, first we need a version to use as
39644 # name in .def file.
39646 if [ ${D}do_backup -ne 0 ] ; then
39647 if [ -f ${D}arcFile ] ; then
39648 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
39650 if [ -f ${D}arcFile2 ] ; then
39651 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
39655 # Extract public symbols from all the object files.
39656 tmpdefFile=${D}{defFile}_%
39657 rm -f ${D}tmpdefFile
39658 for file in ${D}inputFiles ; do
39663 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
39668 # Create the def file.
39670 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
39671 dllFile="${D}dllFile.dll"
39672 if [ -n ${D}description ]; then
39673 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
39675 echo "EXPORTS" >> ${D}defFile
39677 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
39678 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
39680 # Checks if the export is ok or not.
39681 for word in ${D}exclude_symbols; do
39682 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
39683 mv ${D}{tmpdefFile}% ${D}tmpdefFile
39687 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39688 sed "=" < ${D}tmpdefFile | \\
39692 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
39694 ' > ${D}{tmpdefFile}%
39695 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
39697 rm -f ${D}{tmpdefFile}%
39699 cat ${D}tmpdefFile >> ${D}defFile
39700 rm -f ${D}tmpdefFile
39702 # Do linking, create implib, and apply lxlite.
39704 for file in ${D}inputFiles ; do
39709 gccCmdl="${D}gccCmdl ${D}file"
39713 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39714 touch "${D}{outFile}.dll"
39716 doCommand "emximp -o ${D}arcFile ${D}defFile"
39717 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
39719 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
39722 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39724 doCommand "emxomf -s -l ${D}arcFile"
39734 powerpc
-apple-macos* | \
39735 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39743 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
39744 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
39745 { (exit 1); exit 1; }; }
39748 if test "x$PIC_FLAG" != "x" ; then
39749 PIC_FLAG
="$PIC_FLAG -DPIC"
39752 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39753 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
39755 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39756 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
39773 case "${BAKEFILE_HOST}" in
39775 SONAME_FLAG
="-Wl,-soname,"
39782 SONAME_FLAG
="-Wl,-soname,"
39810 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
39811 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
39814 if test "x$GCC" = "xyes"; then
39817 case "${BAKEFILE_HOST}" in
39818 powerpc
-*-darwin* )
39819 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
39822 DEPSFLAG_GCC
="-MMD"
39825 echo "$as_me:$LINENO: result: gcc" >&5
39826 echo "${ECHO_T}gcc" >&6
39828 echo "$as_me:$LINENO: result: none" >&5
39829 echo "${ECHO_T}none" >&6
39832 if test $DEPS_TRACKING = 1 ; then
39838 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39839 # script. It is used to track C/C++ files dependencies in portable way.
39841 # Permission is given to use this file in any way.
39843 DEPSMODE=${DEPSMODE}
39845 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
39847 mkdir -p ${D}DEPSDIR
39849 if test ${D}DEPSMODE = gcc ; then
39850 ${D}* ${D}{DEPSFLAG_GCC}
39852 if test ${D}{status} != 0 ; then
39855 # move created file to the location we want it in:
39856 while test ${D}# -gt 0; do
39870 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
39871 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
39872 if test -f ${D}depfile ; then
39873 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39876 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
39877 if test -f ${D}depfile ; then
39878 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39898 case ${BAKEFILE_HOST} in
39899 *-*-cygwin* | *-*-mingw32* )
39900 if test "$build" != "$host" ; then
39901 RESCOMP
=$host_alias-windres
39903 # Extract the first word of "windres", so it can be a program name with args.
39904 set dummy windres
; ac_word
=$2
39905 echo "$as_me:$LINENO: checking for $ac_word" >&5
39906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39907 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39908 echo $ECHO_N "(cached) $ECHO_C" >&6
39910 if test -n "$RESCOMP"; then
39911 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
39913 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39914 for as_dir
in $PATH
39917 test -z "$as_dir" && as_dir
=.
39918 for ac_exec_ext
in '' $ac_executable_extensions; do
39919 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39920 ac_cv_prog_RESCOMP
="windres"
39921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39927 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
39930 RESCOMP
=$ac_cv_prog_RESCOMP
39931 if test -n "$RESCOMP"; then
39932 echo "$as_me:$LINENO: result: $RESCOMP" >&5
39933 echo "${ECHO_T}$RESCOMP" >&6
39935 echo "$as_me:$LINENO: result: no" >&5
39936 echo "${ECHO_T}no" >&6
39942 *-*-darwin* | powerpc
-apple-macos* )
39943 # Extract the first word of "Rez", so it can be a program name with args.
39944 set dummy Rez
; ac_word
=$2
39945 echo "$as_me:$LINENO: checking for $ac_word" >&5
39946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39947 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39948 echo $ECHO_N "(cached) $ECHO_C" >&6
39950 if test -n "$RESCOMP"; then
39951 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
39953 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39954 for as_dir
in $PATH
39957 test -z "$as_dir" && as_dir
=.
39958 for ac_exec_ext
in '' $ac_executable_extensions; do
39959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39960 ac_cv_prog_RESCOMP
="Rez"
39961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39967 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
39970 RESCOMP
=$ac_cv_prog_RESCOMP
39971 if test -n "$RESCOMP"; then
39972 echo "$as_me:$LINENO: result: $RESCOMP" >&5
39973 echo "${ECHO_T}$RESCOMP" >&6
39975 echo "$as_me:$LINENO: result: no" >&5
39976 echo "${ECHO_T}no" >&6
39979 # Extract the first word of "SetFile", so it can be a program name with args.
39980 set dummy SetFile
; ac_word
=$2
39981 echo "$as_me:$LINENO: checking for $ac_word" >&5
39982 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39983 if test "${ac_cv_prog_SETFILE+set}" = set; then
39984 echo $ECHO_N "(cached) $ECHO_C" >&6
39986 if test -n "$SETFILE"; then
39987 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
39989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39990 for as_dir
in $PATH
39993 test -z "$as_dir" && as_dir
=.
39994 for ac_exec_ext
in '' $ac_executable_extensions; do
39995 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39996 ac_cv_prog_SETFILE
="SetFile"
39997 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40003 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
40006 SETFILE
=$ac_cv_prog_SETFILE
40007 if test -n "$SETFILE"; then
40008 echo "$as_me:$LINENO: result: $SETFILE" >&5
40009 echo "${ECHO_T}$SETFILE" >&6
40011 echo "$as_me:$LINENO: result: no" >&5
40012 echo "${ECHO_T}no" >&6
40022 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.4"
40025 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.4"
40029 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
40030 if test "${enable_precomp_headers+set}" = set; then
40031 enableval
="$enable_precomp_headers"
40032 bk_use_pch
="$enableval"
40037 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
40038 if test "x$GCC" = "xyes"; then
40039 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
40040 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
40041 cat >conftest.
$ac_ext <<_ACEOF
40044 cat confdefs.h
>>conftest.
$ac_ext
40045 cat >>conftest.
$ac_ext <<_ACEOF
40046 /* end confdefs.h. */
40052 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
40053 #error "no pch support"
40056 #error "no pch support"
40058 #if (__GNUC__ == 3) && \
40059 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
40060 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
40061 #error "no pch support"
40068 rm -f conftest.
$ac_objext
40069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40070 (eval $ac_compile) 2>conftest.er1
40072 grep -v '^ *+' conftest.er1
>conftest.err
40074 cat conftest.err
>&5
40075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40076 (exit $ac_status); } &&
40077 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40079 (eval $ac_try) 2>&5
40081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40082 (exit $ac_status); }; } &&
40083 { ac_try
='test -s conftest.$ac_objext'
40084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40085 (eval $ac_try) 2>&5
40087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40088 (exit $ac_status); }; }; then
40090 echo "$as_me:$LINENO: result: yes" >&5
40091 echo "${ECHO_T}yes" >&6
40095 echo "$as_me: failed program was:" >&5
40096 sed 's/^/| /' conftest.
$ac_ext >&5
40099 echo "$as_me:$LINENO: result: no" >&5
40100 echo "${ECHO_T}no" >&6
40103 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40104 if test $GCC_PCH = 1 ; then
40107 cat <<EOF >bk-make-pch
40110 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
40111 # script. It is used to generated precompiled headers.
40113 # Permission is given to use this file in any way.
40122 while test ${D}{#} -gt 0; do
40125 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
40126 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
40127 headerfile="${D}{incdir}/${D}{header}"
40131 compiler="${D}{compiler} ${D}{1}"
40135 if test "x${D}{headerfile}" = "x" ; then
40136 echo "error: can't find header ${D}{header} in include paths" >2
40138 if test -f ${D}{outfile} ; then
40139 rm -f ${D}{outfile}
40141 mkdir -p \`dirname ${D}{outfile}\`
40143 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
40145 # can do this because gcc is >= 3.4:
40146 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
40151 chmod +x bk
-make-pch
40162 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
40163 if test "${enable_precomp_headers+set}" = set; then
40164 enableval
="$enable_precomp_headers"
40165 bk_use_pch
="$enableval"
40170 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
40171 if test "x$GCC" = "xyes"; then
40172 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
40173 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
40174 cat >conftest.
$ac_ext <<_ACEOF
40177 cat confdefs.h
>>conftest.
$ac_ext
40178 cat >>conftest.
$ac_ext <<_ACEOF
40179 /* end confdefs.h. */
40185 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
40186 #error "no pch support"
40189 #error "no pch support"
40191 #if (__GNUC__ == 3) && \
40192 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
40193 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
40194 #error "no pch support"
40201 rm -f conftest.
$ac_objext
40202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40203 (eval $ac_compile) 2>conftest.er1
40205 grep -v '^ *+' conftest.er1
>conftest.err
40207 cat conftest.err
>&5
40208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40209 (exit $ac_status); } &&
40210 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40212 (eval $ac_try) 2>&5
40214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40215 (exit $ac_status); }; } &&
40216 { ac_try
='test -s conftest.$ac_objext'
40217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40218 (eval $ac_try) 2>&5
40220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40221 (exit $ac_status); }; }; then
40223 echo "$as_me:$LINENO: result: yes" >&5
40224 echo "${ECHO_T}yes" >&6
40228 echo "$as_me: failed program was:" >&5
40229 sed 's/^/| /' conftest.
$ac_ext >&5
40232 echo "$as_me:$LINENO: result: no" >&5
40233 echo "${ECHO_T}no" >&6
40236 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40237 if test $GCC_PCH = 1 ; then
40240 cat <<EOF >bk-make-pch
40243 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
40244 # script. It is used to generated precompiled headers.
40246 # Permission is given to use this file in any way.
40255 while test ${D}{#} -gt 0; do
40258 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
40259 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
40260 headerfile="${D}{incdir}/${D}{header}"
40264 compiler="${D}{compiler} ${D}{1}"
40268 if test "x${D}{headerfile}" = "x" ; then
40269 echo "error: can't find header ${D}{header} in include paths" >2
40271 if test -f ${D}{outfile} ; then
40272 rm -f ${D}{outfile}
40274 mkdir -p \`dirname ${D}{outfile}\`
40276 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
40278 # can do this because gcc is >= 3.4:
40279 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
40284 chmod +x bk
-make-pch
40291 COND_BUILD_DEBUG
="#"
40292 if test "x$BUILD" = "xdebug" ; then
40293 COND_BUILD_DEBUG
=""
40296 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
40297 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40298 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
40301 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
40302 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40303 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
40306 COND_BUILD_DEBUG_UNICODE_0
="#"
40307 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40308 COND_BUILD_DEBUG_UNICODE_0
=""
40311 COND_BUILD_DEBUG_UNICODE_1
="#"
40312 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40313 COND_BUILD_DEBUG_UNICODE_1
=""
40316 COND_BUILD_RELEASE
="#"
40317 if test "x$BUILD" = "xrelease" ; then
40318 COND_BUILD_RELEASE
=""
40321 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
40322 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40323 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
40326 COND_BUILD_RELEASE_UNICODE_0
="#"
40327 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40328 COND_BUILD_RELEASE_UNICODE_0
=""
40331 COND_BUILD_RELEASE_UNICODE_1
="#"
40332 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40333 COND_BUILD_RELEASE_UNICODE_1
=""
40336 COND_DEBUG_FLAG_1
="#"
40337 if test "x$DEBUG_FLAG" = "x1" ; then
40338 COND_DEBUG_FLAG_1
=""
40341 COND_DEBUG_INFO_0
="#"
40342 if test "x$DEBUG_INFO" = "x0" ; then
40343 COND_DEBUG_INFO_0
=""
40346 COND_DEBUG_INFO_1
="#"
40347 if test "x$DEBUG_INFO" = "x1" ; then
40348 COND_DEBUG_INFO_1
=""
40351 COND_DEPS_TRACKING_0
="#"
40352 if test "x$DEPS_TRACKING" = "x0" ; then
40353 COND_DEPS_TRACKING_0
=""
40356 COND_DEPS_TRACKING_1
="#"
40357 if test "x$DEPS_TRACKING" = "x1" ; then
40358 COND_DEPS_TRACKING_1
=""
40362 if test "x$GCC_PCH" = "x1" ; then
40366 COND_MONOLITHIC_0
="#"
40367 if test "x$MONOLITHIC" = "x0" ; then
40368 COND_MONOLITHIC_0
=""
40371 COND_MONOLITHIC_0_SHARED_0
="#"
40372 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40373 COND_MONOLITHIC_0_SHARED_0
=""
40376 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40377 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40378 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40381 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
40382 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40383 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
40386 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
40387 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
40388 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
40391 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
40392 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
40393 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
40396 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
40397 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
40398 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
40401 COND_MONOLITHIC_0_SHARED_1
="#"
40402 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40403 COND_MONOLITHIC_0_SHARED_1
=""
40406 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
40407 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40408 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
40411 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
40412 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40413 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
40416 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
40417 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
40418 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
40421 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
40422 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
40423 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
40426 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
40427 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
40428 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
40431 COND_MONOLITHIC_0_USE_ODBC_1
="#"
40432 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
40433 COND_MONOLITHIC_0_USE_ODBC_1
=""
40436 COND_MONOLITHIC_1
="#"
40437 if test "x$MONOLITHIC" = "x1" ; then
40438 COND_MONOLITHIC_1
=""
40441 COND_MONOLITHIC_1_SHARED_0
="#"
40442 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40443 COND_MONOLITHIC_1_SHARED_0
=""
40446 COND_MONOLITHIC_1_SHARED_1
="#"
40447 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40448 COND_MONOLITHIC_1_SHARED_1
=""
40451 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
40452 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40453 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
40456 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
40457 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40458 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
40461 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
40462 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40463 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
40466 COND_PLATFORM_MACOSX_1
="#"
40467 if test "x$PLATFORM_MACOSX" = "x1" ; then
40468 COND_PLATFORM_MACOSX_1
=""
40471 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
40472 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
40473 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
40476 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
40477 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
40478 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
40481 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
40482 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
40483 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
40486 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
40487 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
40488 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
40491 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
40492 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
40493 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
40496 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
40497 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40498 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
40501 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
40502 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
40503 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
40506 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
40507 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
40508 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
40511 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
40512 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40513 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
40516 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
40517 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40518 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
40521 COND_PLATFORM_MACOS_1
="#"
40522 if test "x$PLATFORM_MACOS" = "x1" ; then
40523 COND_PLATFORM_MACOS_1
=""
40526 COND_PLATFORM_MAC_1
="#"
40527 if test "x$PLATFORM_MAC" = "x1" ; then
40528 COND_PLATFORM_MAC_1
=""
40531 COND_PLATFORM_OS2_1
="#"
40532 if test "x$PLATFORM_OS2" = "x1" ; then
40533 COND_PLATFORM_OS2_1
=""
40536 COND_PLATFORM_UNIX_0
="#"
40537 if test "x$PLATFORM_UNIX" = "x0" ; then
40538 COND_PLATFORM_UNIX_0
=""
40541 COND_PLATFORM_UNIX_1
="#"
40542 if test "x$PLATFORM_UNIX" = "x1" ; then
40543 COND_PLATFORM_UNIX_1
=""
40546 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
40547 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40548 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
40551 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
40552 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40553 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
40556 COND_PLATFORM_WIN32_0
="#"
40557 if test "x$PLATFORM_WIN32" = "x0" ; then
40558 COND_PLATFORM_WIN32_0
=""
40561 COND_PLATFORM_WIN32_1
="#"
40562 if test "x$PLATFORM_WIN32" = "x1" ; then
40563 COND_PLATFORM_WIN32_1
=""
40567 if test "x$SHARED" = "x0" ; then
40571 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
40572 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
40573 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
40576 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
40577 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
40578 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
40581 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
40582 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
40583 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
40586 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
40587 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40588 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
40591 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40592 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40593 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40596 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40597 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40598 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40601 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40602 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40603 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40606 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
40607 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40608 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
40611 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
40612 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
40613 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
40616 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
40617 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40618 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
40621 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
40622 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40623 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
40627 if test "x$SHARED" = "x1" ; then
40631 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
40632 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40633 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
40637 if test "x$TOOLKIT" = "x" ; then
40641 COND_TOOLKIT_COCOA
="#"
40642 if test "x$TOOLKIT" = "xCOCOA" ; then
40643 COND_TOOLKIT_COCOA
=""
40646 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
40647 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
40648 COND_TOOLKIT_COCOA_USE_GUI_1
=""
40651 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
40652 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40653 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
40656 COND_TOOLKIT_GTK
="#"
40657 if test "x$TOOLKIT" = "xGTK" ; then
40658 COND_TOOLKIT_GTK
=""
40661 COND_TOOLKIT_GTK_USE_GUI_1
="#"
40662 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40663 COND_TOOLKIT_GTK_USE_GUI_1
=""
40666 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
40667 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40668 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
40671 COND_TOOLKIT_MAC
="#"
40672 if test "x$TOOLKIT" = "xMAC" ; then
40673 COND_TOOLKIT_MAC
=""
40676 COND_TOOLKIT_MAC_USE_GUI_1
="#"
40677 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
40678 COND_TOOLKIT_MAC_USE_GUI_1
=""
40681 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
40682 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40683 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
40686 COND_TOOLKIT_MGL
="#"
40687 if test "x$TOOLKIT" = "xMGL" ; then
40688 COND_TOOLKIT_MGL
=""
40691 COND_TOOLKIT_MGL_USE_GUI_1
="#"
40692 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
40693 COND_TOOLKIT_MGL_USE_GUI_1
=""
40696 COND_TOOLKIT_MOTIF
="#"
40697 if test "x$TOOLKIT" = "xMOTIF" ; then
40698 COND_TOOLKIT_MOTIF
=""
40701 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
40702 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40703 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
40706 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
40707 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40708 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
40711 COND_TOOLKIT_MSW
="#"
40712 if test "x$TOOLKIT" = "xMSW" ; then
40713 COND_TOOLKIT_MSW
=""
40716 COND_TOOLKIT_MSW_USE_GUI_1
="#"
40717 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40718 COND_TOOLKIT_MSW_USE_GUI_1
=""
40721 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
40722 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40723 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
40726 COND_TOOLKIT_PM
="#"
40727 if test "x$TOOLKIT" = "xPM" ; then
40731 COND_TOOLKIT_PM_USE_GUI_1
="#"
40732 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40733 COND_TOOLKIT_PM_USE_GUI_1
=""
40736 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
40737 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40738 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
40741 COND_TOOLKIT_WINCE
="#"
40742 if test "x$TOOLKIT" = "xWINCE" ; then
40743 COND_TOOLKIT_WINCE
=""
40746 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
40747 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40748 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40751 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40752 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40753 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40756 COND_TOOLKIT_X11
="#"
40757 if test "x$TOOLKIT" = "xX11" ; then
40758 COND_TOOLKIT_X11
=""
40761 COND_TOOLKIT_X11_USE_GUI_1
="#"
40762 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40763 COND_TOOLKIT_X11_USE_GUI_1
=""
40767 if test "x$UNICODE" = "x1" ; then
40771 COND_USE_EXCEPTIONS_0
="#"
40772 if test "x$USE_EXCEPTIONS" = "x0" ; then
40773 COND_USE_EXCEPTIONS_0
=""
40776 COND_USE_EXCEPTIONS_1
="#"
40777 if test "x$USE_EXCEPTIONS" = "x1" ; then
40778 COND_USE_EXCEPTIONS_1
=""
40782 if test "x$USE_GUI" = "x0" ; then
40787 if test "x$USE_GUI" = "x1" ; then
40791 COND_USE_GUI_1_WXUNIV_0
="#"
40792 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40793 COND_USE_GUI_1_WXUNIV_0
=""
40796 COND_USE_GUI_1_WXUNIV_1
="#"
40797 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40798 COND_USE_GUI_1_WXUNIV_1
=""
40801 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40802 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40803 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40806 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40807 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40808 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40811 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40812 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40813 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40816 COND_USE_ODBC_1
="#"
40817 if test "x$USE_ODBC" = "x1" ; then
40821 COND_USE_OPENGL_1
="#"
40822 if test "x$USE_OPENGL" = "x1" ; then
40823 COND_USE_OPENGL_1
=""
40826 COND_USE_PLUGINS_0
="#"
40827 if test "x$USE_PLUGINS" = "x0" ; then
40828 COND_USE_PLUGINS_0
=""
40831 COND_USE_SOSYMLINKS_1
="#"
40832 if test "x$USE_SOSYMLINKS" = "x1" ; then
40833 COND_USE_SOSYMLINKS_1
=""
40836 COND_USE_SOVERLINUX_1
="#"
40837 if test "x$USE_SOVERLINUX" = "x1" ; then
40838 COND_USE_SOVERLINUX_1
=""
40841 COND_USE_SOVERSION_0
="#"
40842 if test "x$USE_SOVERSION" = "x0" ; then
40843 COND_USE_SOVERSION_0
=""
40846 COND_USE_SOVERSOLARIS_1
="#"
40847 if test "x$USE_SOVERSOLARIS" = "x1" ; then
40848 COND_USE_SOVERSOLARIS_1
=""
40852 if test "x$USE_XRC" = "x1" ; then
40856 COND_WITH_PLUGIN_SDL_1
="#"
40857 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40858 COND_WITH_PLUGIN_SDL_1
=""
40862 if test "x$WXUNIV" = "x1" ; then
40866 COND_WXUSE_EXPAT_BUILTIN
="#"
40867 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40868 COND_WXUSE_EXPAT_BUILTIN
=""
40871 COND_WXUSE_LIBJPEG_BUILTIN
="#"
40872 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40873 COND_WXUSE_LIBJPEG_BUILTIN
=""
40876 COND_WXUSE_LIBPNG_BUILTIN
="#"
40877 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40878 COND_WXUSE_LIBPNG_BUILTIN
=""
40881 COND_WXUSE_LIBTIFF_BUILTIN
="#"
40882 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40883 COND_WXUSE_LIBTIFF_BUILTIN
=""
40886 COND_WXUSE_ODBC_BUILTIN
="#"
40887 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
40888 COND_WXUSE_ODBC_BUILTIN
=""
40891 COND_WXUSE_REGEX_BUILTIN
="#"
40892 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40893 COND_WXUSE_REGEX_BUILTIN
=""
40896 COND_WXUSE_ZLIB_BUILTIN
="#"
40897 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40898 COND_WXUSE_ZLIB_BUILTIN
=""
40901 COND_BUILD_DEBUG
="#"
40902 if test "x$BUILD" = "xdebug" ; then
40903 COND_BUILD_DEBUG
=""
40906 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
40907 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40908 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
40911 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
40912 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40913 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
40916 COND_BUILD_DEBUG_UNICODE_0
="#"
40917 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40918 COND_BUILD_DEBUG_UNICODE_0
=""
40921 COND_BUILD_DEBUG_UNICODE_1
="#"
40922 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40923 COND_BUILD_DEBUG_UNICODE_1
=""
40926 COND_BUILD_RELEASE
="#"
40927 if test "x$BUILD" = "xrelease" ; then
40928 COND_BUILD_RELEASE
=""
40931 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
40932 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40933 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
40936 COND_BUILD_RELEASE_UNICODE_0
="#"
40937 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40938 COND_BUILD_RELEASE_UNICODE_0
=""
40941 COND_BUILD_RELEASE_UNICODE_1
="#"
40942 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40943 COND_BUILD_RELEASE_UNICODE_1
=""
40946 COND_DEBUG_FLAG_1
="#"
40947 if test "x$DEBUG_FLAG" = "x1" ; then
40948 COND_DEBUG_FLAG_1
=""
40951 COND_DEBUG_INFO_0
="#"
40952 if test "x$DEBUG_INFO" = "x0" ; then
40953 COND_DEBUG_INFO_0
=""
40956 COND_DEBUG_INFO_1
="#"
40957 if test "x$DEBUG_INFO" = "x1" ; then
40958 COND_DEBUG_INFO_1
=""
40961 COND_DEPS_TRACKING_0
="#"
40962 if test "x$DEPS_TRACKING" = "x0" ; then
40963 COND_DEPS_TRACKING_0
=""
40966 COND_DEPS_TRACKING_1
="#"
40967 if test "x$DEPS_TRACKING" = "x1" ; then
40968 COND_DEPS_TRACKING_1
=""
40972 if test "x$GCC_PCH" = "x1" ; then
40976 COND_MONOLITHIC_0
="#"
40977 if test "x$MONOLITHIC" = "x0" ; then
40978 COND_MONOLITHIC_0
=""
40981 COND_MONOLITHIC_0_SHARED_0
="#"
40982 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40983 COND_MONOLITHIC_0_SHARED_0
=""
40986 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40987 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40988 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40991 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
40992 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
40993 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
40996 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
40997 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40998 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
41001 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
41002 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
41003 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
41006 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
41007 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
41008 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
41011 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
41012 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
41013 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
41016 COND_MONOLITHIC_0_SHARED_1
="#"
41017 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
41018 COND_MONOLITHIC_0_SHARED_1
=""
41021 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
41022 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
41023 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
41026 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
41027 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
41028 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
41031 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
41032 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
41033 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
41036 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
41037 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
41038 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
41041 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
41042 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
41043 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
41046 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
41047 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
41048 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
41051 COND_MONOLITHIC_0_USE_ODBC_1
="#"
41052 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
41053 COND_MONOLITHIC_0_USE_ODBC_1
=""
41056 COND_MONOLITHIC_1
="#"
41057 if test "x$MONOLITHIC" = "x1" ; then
41058 COND_MONOLITHIC_1
=""
41061 COND_MONOLITHIC_1_SHARED_0
="#"
41062 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
41063 COND_MONOLITHIC_1_SHARED_0
=""
41066 COND_MONOLITHIC_1_SHARED_1
="#"
41067 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
41068 COND_MONOLITHIC_1_SHARED_1
=""
41071 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
41072 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
41073 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
41076 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
41077 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
41078 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
41081 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
41082 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
41083 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
41086 COND_PLATFORM_MACOSX_1
="#"
41087 if test "x$PLATFORM_MACOSX" = "x1" ; then
41088 COND_PLATFORM_MACOSX_1
=""
41091 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
41092 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
41093 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
41096 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
41097 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
41098 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
41101 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
41102 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
41103 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
41106 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
41107 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
41108 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
41111 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
41112 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
41113 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
41116 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
41117 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41118 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
41121 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
41122 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
41123 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
41126 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
41127 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
41128 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
41131 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
41132 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
41133 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
41136 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
41137 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
41138 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
41141 COND_PLATFORM_MACOS_1
="#"
41142 if test "x$PLATFORM_MACOS" = "x1" ; then
41143 COND_PLATFORM_MACOS_1
=""
41146 COND_PLATFORM_MAC_1
="#"
41147 if test "x$PLATFORM_MAC" = "x1" ; then
41148 COND_PLATFORM_MAC_1
=""
41151 COND_PLATFORM_OS2_1
="#"
41152 if test "x$PLATFORM_OS2" = "x1" ; then
41153 COND_PLATFORM_OS2_1
=""
41156 COND_PLATFORM_UNIX_0
="#"
41157 if test "x$PLATFORM_UNIX" = "x0" ; then
41158 COND_PLATFORM_UNIX_0
=""
41161 COND_PLATFORM_UNIX_1
="#"
41162 if test "x$PLATFORM_UNIX" = "x1" ; then
41163 COND_PLATFORM_UNIX_1
=""
41166 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
41167 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
41168 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
41171 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
41172 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
41173 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
41176 COND_PLATFORM_WIN32_0
="#"
41177 if test "x$PLATFORM_WIN32" = "x0" ; then
41178 COND_PLATFORM_WIN32_0
=""
41181 COND_PLATFORM_WIN32_1
="#"
41182 if test "x$PLATFORM_WIN32" = "x1" ; then
41183 COND_PLATFORM_WIN32_1
=""
41187 if test "x$SHARED" = "x0" ; then
41191 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
41192 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
41193 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
41196 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
41197 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41198 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
41201 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
41202 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41203 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
41206 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
41207 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41208 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
41211 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
41212 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
41213 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
41216 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
41217 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
41218 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
41221 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
41222 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
41223 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
41226 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
41227 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
41228 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
41232 if test "x$SHARED" = "x1" ; then
41236 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
41237 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
41238 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
41242 if test "x$TOOLKIT" = "x" ; then
41246 COND_TOOLKIT_COCOA
="#"
41247 if test "x$TOOLKIT" = "xCOCOA" ; then
41248 COND_TOOLKIT_COCOA
=""
41251 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
41252 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
41253 COND_TOOLKIT_COCOA_USE_GUI_1
=""
41256 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
41257 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41258 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
41261 COND_TOOLKIT_GTK
="#"
41262 if test "x$TOOLKIT" = "xGTK" ; then
41263 COND_TOOLKIT_GTK
=""
41266 COND_TOOLKIT_GTK_USE_GUI_1
="#"
41267 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
41268 COND_TOOLKIT_GTK_USE_GUI_1
=""
41271 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
41272 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41273 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
41276 COND_TOOLKIT_MAC
="#"
41277 if test "x$TOOLKIT" = "xMAC" ; then
41278 COND_TOOLKIT_MAC
=""
41281 COND_TOOLKIT_MAC_USE_GUI_1
="#"
41282 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
41283 COND_TOOLKIT_MAC_USE_GUI_1
=""
41286 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
41287 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41288 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
41291 COND_TOOLKIT_MAC_WXUNIV_0
="#"
41292 if test "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
41293 COND_TOOLKIT_MAC_WXUNIV_0
=""
41296 COND_TOOLKIT_MGL
="#"
41297 if test "x$TOOLKIT" = "xMGL" ; then
41298 COND_TOOLKIT_MGL
=""
41301 COND_TOOLKIT_MGL_USE_GUI_1
="#"
41302 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
41303 COND_TOOLKIT_MGL_USE_GUI_1
=""
41306 COND_TOOLKIT_MOTIF
="#"
41307 if test "x$TOOLKIT" = "xMOTIF" ; then
41308 COND_TOOLKIT_MOTIF
=""
41311 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
41312 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
41313 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
41316 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
41317 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41318 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
41321 COND_TOOLKIT_MSW
="#"
41322 if test "x$TOOLKIT" = "xMSW" ; then
41323 COND_TOOLKIT_MSW
=""
41326 COND_TOOLKIT_MSW_USE_GUI_1
="#"
41327 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
41328 COND_TOOLKIT_MSW_USE_GUI_1
=""
41331 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
41332 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41333 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
41336 COND_TOOLKIT_MSW_WXUNIV_0
="#"
41337 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
41338 COND_TOOLKIT_MSW_WXUNIV_0
=""
41341 COND_TOOLKIT_PM
="#"
41342 if test "x$TOOLKIT" = "xPM" ; then
41346 COND_TOOLKIT_PM_USE_GUI_1
="#"
41347 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
41348 COND_TOOLKIT_PM_USE_GUI_1
=""
41351 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
41352 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41353 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
41356 COND_TOOLKIT_PM_WXUNIV_0
="#"
41357 if test "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
41358 COND_TOOLKIT_PM_WXUNIV_0
=""
41361 COND_TOOLKIT_WINCE
="#"
41362 if test "x$TOOLKIT" = "xWINCE" ; then
41363 COND_TOOLKIT_WINCE
=""
41366 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
41367 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
41368 COND_TOOLKIT_WINCE_USE_GUI_1
=""
41371 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
41372 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41373 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
41376 COND_TOOLKIT_X11
="#"
41377 if test "x$TOOLKIT" = "xX11" ; then
41378 COND_TOOLKIT_X11
=""
41381 COND_TOOLKIT_X11_USE_GUI_1
="#"
41382 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
41383 COND_TOOLKIT_X11_USE_GUI_1
=""
41387 if test "x$UNICODE" = "x1" ; then
41391 COND_USE_EXCEPTIONS_0
="#"
41392 if test "x$USE_EXCEPTIONS" = "x0" ; then
41393 COND_USE_EXCEPTIONS_0
=""
41396 COND_USE_EXCEPTIONS_1
="#"
41397 if test "x$USE_EXCEPTIONS" = "x1" ; then
41398 COND_USE_EXCEPTIONS_1
=""
41402 if test "x$USE_GUI" = "x0" ; then
41407 if test "x$USE_GUI" = "x1" ; then
41411 COND_USE_GUI_1_WXUNIV_0
="#"
41412 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
41413 COND_USE_GUI_1_WXUNIV_0
=""
41416 COND_USE_GUI_1_WXUNIV_1
="#"
41417 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
41418 COND_USE_GUI_1_WXUNIV_1
=""
41421 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
41422 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41423 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
41426 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
41427 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41428 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
41431 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
41432 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41433 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
41436 COND_USE_ODBC_1
="#"
41437 if test "x$USE_ODBC" = "x1" ; then
41441 COND_USE_PLUGINS_0
="#"
41442 if test "x$USE_PLUGINS" = "x0" ; then
41443 COND_USE_PLUGINS_0
=""
41446 COND_USE_SOSYMLINKS_1
="#"
41447 if test "x$USE_SOSYMLINKS" = "x1" ; then
41448 COND_USE_SOSYMLINKS_1
=""
41451 COND_USE_SOVERLINUX_1
="#"
41452 if test "x$USE_SOVERLINUX" = "x1" ; then
41453 COND_USE_SOVERLINUX_1
=""
41456 COND_USE_SOVERSION_0
="#"
41457 if test "x$USE_SOVERSION" = "x0" ; then
41458 COND_USE_SOVERSION_0
=""
41461 COND_USE_SOVERSOLARIS_1
="#"
41462 if test "x$USE_SOVERSOLARIS" = "x1" ; then
41463 COND_USE_SOVERSOLARIS_1
=""
41467 if test "x$USE_XRC" = "x1" ; then
41471 COND_WITH_PLUGIN_SDL_1
="#"
41472 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
41473 COND_WITH_PLUGIN_SDL_1
=""
41477 if test "x$WXUNIV" = "x1" ; then
41481 COND_WXUSE_EXPAT_BUILTIN
="#"
41482 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
41483 COND_WXUSE_EXPAT_BUILTIN
=""
41486 COND_WXUSE_LIBJPEG_BUILTIN
="#"
41487 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
41488 COND_WXUSE_LIBJPEG_BUILTIN
=""
41491 COND_WXUSE_LIBPNG_BUILTIN
="#"
41492 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
41493 COND_WXUSE_LIBPNG_BUILTIN
=""
41496 COND_WXUSE_LIBTIFF_BUILTIN
="#"
41497 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
41498 COND_WXUSE_LIBTIFF_BUILTIN
=""
41501 COND_WXUSE_ODBC_BUILTIN
="#"
41502 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
41503 COND_WXUSE_ODBC_BUILTIN
=""
41506 COND_WXUSE_REGEX_BUILTIN
="#"
41507 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
41508 COND_WXUSE_REGEX_BUILTIN
=""
41511 COND_WXUSE_ZLIB_BUILTIN
="#"
41512 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
41513 COND_WXUSE_ZLIB_BUILTIN
=""
41518 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
41519 { { 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
41520 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;}
41521 { (exit 1); exit 1; }; }
41525 if test "$wxUSE_SHARED" = "yes"; then
41527 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
41528 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
41532 EXE_LINKER
="$CXX -o"
41536 GCC_PRAGMA_FLAGS
=""
41537 if test $GCC_PCH = 1 ; then
41538 GCC_PRAGMA_FLAGS
="-DWX_PRECOMP -DNO_GCC_PRAGMA"
41541 powerpc
-*-darwin* )
41542 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
41545 if test "$wxUSE_STL" = "yes" -o \
41546 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
41547 "$wxUSE_NO_RTTI" != "yes"; then
41548 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
41549 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
41550 cat >conftest.
$ac_ext <<_ACEOF
41553 cat confdefs.h
>>conftest.
$ac_ext
41554 cat >>conftest.
$ac_ext <<_ACEOF
41555 /* end confdefs.h. */
41560 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
41561 #error "Not GCC 3.2 or greater"
41568 rm -f conftest.
$ac_objext
41569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41570 (eval $ac_compile) 2>conftest.er1
41572 grep -v '^ *+' conftest.er1
>conftest.err
41574 cat conftest.err
>&5
41575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41576 (exit $ac_status); } &&
41577 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41579 (eval $ac_try) 2>&5
41581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41582 (exit $ac_status); }; } &&
41583 { ac_try
='test -s conftest.$ac_objext'
41584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41585 (eval $ac_try) 2>&5
41587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41588 (exit $ac_status); }; }; then
41589 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
41590 echo "$as_me:$LINENO: result: yes" >&5
41591 echo "${ECHO_T}yes" >&6
41593 echo "$as_me: failed program was:" >&5
41594 sed 's/^/| /' conftest.
$ac_ext >&5
41596 echo "$as_me:$LINENO: result: no" >&5
41597 echo "${ECHO_T}no" >&6
41599 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41602 *-pc-os2_emx | *-pc-os2-emx )
41603 if test "$wxUSE_STL" = "yes"; then
41604 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
41605 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
41606 cat >conftest.
$ac_ext <<_ACEOF
41609 cat confdefs.h
>>conftest.
$ac_ext
41610 cat >>conftest.
$ac_ext <<_ACEOF
41611 /* end confdefs.h. */
41616 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
41617 #error "Not GCC 3.2 or greater"
41624 rm -f conftest.
$ac_objext
41625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41626 (eval $ac_compile) 2>conftest.er1
41628 grep -v '^ *+' conftest.er1
>conftest.err
41630 cat conftest.err
>&5
41631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41632 (exit $ac_status); } &&
41633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41635 (eval $ac_try) 2>&5
41637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41638 (exit $ac_status); }; } &&
41639 { ac_try
='test -s conftest.$ac_objext'
41640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41641 (eval $ac_try) 2>&5
41643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41644 (exit $ac_status); }; }; then
41645 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
41646 echo "$as_me:$LINENO: result: yes" >&5
41647 echo "${ECHO_T}yes" >&6
41649 echo "$as_me: failed program was:" >&5
41650 sed 's/^/| /' conftest.
$ac_ext >&5
41652 echo "$as_me:$LINENO: result: no" >&5
41653 echo "${ECHO_T}no" >&6
41655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41660 CPPFLAGS
="$GCC_PRAGMA_FLAGS $CPPFLAGS"
41663 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
41727 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
41728 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
41729 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
41730 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
41731 echo $ECHO_N "(cached) $ECHO_C" >&6
41733 cat >conftest.
make <<\_ACEOF
41735 @
echo 'ac_maketemp="$(MAKE)"'
41737 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
41738 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
41739 if test -n "$ac_maketemp"; then
41740 eval ac_cv_prog_make_
${ac_make}_set
=yes
41742 eval ac_cv_prog_make_
${ac_make}_set
=no
41744 rm -f conftest.
make
41746 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
41747 echo "$as_me:$LINENO: result: yes" >&5
41748 echo "${ECHO_T}yes" >&6
41751 echo "$as_me:$LINENO: result: no" >&5
41752 echo "${ECHO_T}no" >&6
41753 SET_MAKE
="MAKE=${MAKE-make}"
41758 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
41761 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
41764 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
41767 ac_config_files
="$ac_config_files version-script Makefile"
41770 ac_config_commands
="$ac_config_commands wx-config
41776 if test "$wxUSE_GUI" = "yes"; then
41777 SUBDIRS
="samples demos utils contrib"
41778 else SUBDIRS
="samples utils"
41783 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
41784 if test "${with_cppunit_prefix+set}" = set; then
41785 withval
="$with_cppunit_prefix"
41786 cppunit_config_prefix
="$withval"
41788 cppunit_config_prefix
=""
41791 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
41792 if test "${with_cppunit_exec_prefix+set}" = set; then
41793 withval
="$with_cppunit_exec_prefix"
41794 cppunit_config_exec_prefix
="$withval"
41796 cppunit_config_exec_prefix
=""
41799 if test x
$cppunit_config_exec_prefix != x
; then
41800 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
41801 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41802 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
41805 if test x
$cppunit_config_prefix != x
; then
41806 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
41807 if test x
${CPPUNIT_CONFIG+set} != xset
; then
41808 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
41812 # Extract the first word of "cppunit-config", so it can be a program name with args.
41813 set dummy cppunit
-config; ac_word
=$2
41814 echo "$as_me:$LINENO: checking for $ac_word" >&5
41815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41816 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
41817 echo $ECHO_N "(cached) $ECHO_C" >&6
41819 case $CPPUNIT_CONFIG in
41821 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
41824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41825 for as_dir
in $PATH
41828 test -z "$as_dir" && as_dir
=.
41829 for ac_exec_ext
in '' $ac_executable_extensions; do
41830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41831 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
41832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41838 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
41842 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
41844 if test -n "$CPPUNIT_CONFIG"; then
41845 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
41846 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
41848 echo "$as_me:$LINENO: result: no" >&5
41849 echo "${ECHO_T}no" >&6
41852 cppunit_version_min
=1.8.0
41854 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
41855 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
41857 if test "$CPPUNIT_CONFIG" = "no" ; then
41860 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
41861 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
41862 cppunit_version
=`$CPPUNIT_CONFIG --version`
41864 cppunit_major_version
=`echo $cppunit_version | \
41865 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41866 cppunit_minor_version
=`echo $cppunit_version | \
41867 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41868 cppunit_micro_version
=`echo $cppunit_version | \
41869 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41871 cppunit_major_min
=`echo $cppunit_version_min | \
41872 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41873 cppunit_minor_min
=`echo $cppunit_version_min | \
41874 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41875 cppunit_micro_min
=`echo $cppunit_version_min | \
41876 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41878 cppunit_version_proper
=`expr \
41879 $cppunit_major_version \> $cppunit_major_min \| \
41880 $cppunit_major_version \= $cppunit_major_min \& \
41881 $cppunit_minor_version \> $cppunit_minor_min \| \
41882 $cppunit_major_version \= $cppunit_major_min \& \
41883 $cppunit_minor_version \= $cppunit_minor_min \& \
41884 $cppunit_micro_version \>= $cppunit_micro_min `
41886 if test "$cppunit_version_proper" = "1" ; then
41887 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41888 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
41890 echo "$as_me:$LINENO: result: no" >&5
41891 echo "${ECHO_T}no" >&6
41896 if test "x$no_cppunit" = x
; then
41897 SUBDIRS
="$SUBDIRS tests"
41908 for subdir
in `echo $SUBDIRS`; do
41909 if test -d ${srcdir}/${subdir} ; then
41910 if test "$wxUSE_GUI" = "yes"; then
41911 if test ${subdir} = "samples"; then
41912 makefiles
="samples/Makefile.in $makefiles"
41913 for sample
in `echo $SAMPLES_SUBDIRS`; do
41914 if test -d $srcdir/samples
/$sample; then
41915 makefiles
="samples/$sample/Makefile.in $makefiles"
41918 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41920 else if test ${subdir} = "samples"; then
41921 makefiles
="samples/Makefile.in samples/console/Makefile.in"
41922 elif test ${subdir} = "utils"; then
41924 for util
in HelpGen tex2rtf
; do
41925 if test -d $srcdir/utils
/$util ; then
41926 makefiles
="utils/$util/Makefile.in \
41927 utils/$util/src/Makefile.in \
41931 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41935 for mkin
in $makefiles ; do
41936 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41937 ac_config_files
="$ac_config_files $mk"
41944 cat >confcache
<<\_ACEOF
41945 # This file is a shell script that caches the results of configure
41946 # tests run on this system so they can be shared between configure
41947 # scripts and configure runs, see configure's option --config-cache.
41948 # It is not useful on other systems. If it contains results you don't
41949 # want to keep, you may remove or edit it.
41951 # config.status only pays attention to the cache file if you give it
41952 # the --recheck option to rerun configure.
41954 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41955 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41956 # following values.
41960 # The following way of writing the cache mishandles newlines in values,
41961 # but we know of no workaround that is simple, portable, and efficient.
41962 # So, don't put newlines in cache variables' values.
41963 # Ultrix sh set writes to stderr and can't be redirected directly,
41964 # and sets the high bit in the cache file unless we assign to the vars.
41967 case `(ac_space=' '; set | grep ac_space) 2>&1` in
41969 # `set' does not quote correctly, so add quotes (double-quote
41970 # substitution turns \\\\ into \\, and sed turns \\ into \).
41973 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41976 # `set' quotes correctly as required by POSIX, so do not add quotes.
41978 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
41985 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41987 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41989 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
41990 if test -w $cache_file; then
41991 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
41992 cat confcache
>$cache_file
41994 echo "not updating unwritable cache $cache_file"
41999 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
42000 # Let make expand exec_prefix.
42001 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
42003 # VPATH may cause trouble with some makes, so we remove $(srcdir),
42004 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
42005 # trailing colons and then remove the whole line if VPATH becomes empty
42006 # (actually we leave an empty line to preserve line numbers).
42007 if test "x$srcdir" = x.
; then
42008 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
42009 s/:*\$(srcdir):*/:/;
42010 s/:*\${srcdir}:*/:/;
42012 s/^\([^=]*=[ ]*\):*/\1/;
42018 DEFS
=-DHAVE_CONFIG_H
42022 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
42023 # 1. Remove the extension, and $U if already installed.
42024 ac_i
=`echo "$ac_i" |
42025 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
42027 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
42028 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
42030 LIBOBJS
=$ac_libobjs
42032 LTLIBOBJS
=$ac_ltlibobjs
42036 : ${CONFIG_STATUS=./config.status}
42037 ac_clean_files_save
=$ac_clean_files
42038 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
42039 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
42040 echo "$as_me: creating $CONFIG_STATUS" >&6;}
42041 cat >$CONFIG_STATUS <<_ACEOF
42043 # Generated by $as_me.
42044 # Run this file to recreate the current configuration.
42045 # Compiler output produced by configure, useful for debugging
42046 # configure, is in config.log if it exists.
42049 ac_cs_recheck=false
42051 SHELL=\${CONFIG_SHELL-$SHELL}
42054 cat >>$CONFIG_STATUS <<\_ACEOF
42055 ## --------------------- ##
42056 ## M4sh Initialization. ##
42057 ## --------------------- ##
42059 # Be Bourne compatible
42060 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
42063 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
42064 # is contrary to our usage. Disable this feature.
42065 alias -g '${1+"$@"}'='"$@"'
42066 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
42069 DUALCASE
=1; export DUALCASE
# for MKS sh
42071 # Support unset when possible.
42072 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
42079 # Work around bugs in pre-3.0 UWIN ksh.
42080 $as_unset ENV MAIL MAILPATH
42087 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42088 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42089 LC_TELEPHONE LC_TIME
42091 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
42092 eval $as_var=C
; export $as_var
42098 # Required to use basename.
42099 if expr a
: '\(a\)' >/dev
/null
2>&1; then
42105 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
42106 as_basename
=basename
42112 # Name of the executable.
42113 as_me
=`$as_basename "$0" ||
42114 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
42115 X"$0" : 'X\(//\)$' \| \
42116 X"$0" : 'X\(/\)$' \| \
42117 . : '\(.\)' 2>/dev/null ||
42119 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
42120 /^X\/\(\/\/\)$/{ s//\1/; q; }
42121 /^X\/\(\/\).*/{ s//\1/; q; }
42125 # PATH needs CR, and LINENO needs CR and PATH.
42126 # Avoid depending upon Character Ranges.
42127 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
42128 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
42129 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
42130 as_cr_digits
='0123456789'
42131 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42133 # The user is always right.
42134 if test "${PATH_SEPARATOR+set}" != set; then
42135 echo "#! /bin/sh" >conf$$.sh
42136 echo "exit 0" >>conf$$.sh
42138 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
42147 as_lineno_1
=$LINENO
42148 as_lineno_2
=$LINENO
42149 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
42150 test "x$as_lineno_1" != "x$as_lineno_2" &&
42151 test "x$as_lineno_3" = "x$as_lineno_2" || {
42152 # Find who we are. Look in the path if we contain no path at all
42155 *[\\/]* ) as_myself
=$0 ;;
42156 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42157 for as_dir
in $PATH
42160 test -z "$as_dir" && as_dir
=.
42161 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
42166 # We did not find ourselves, most probably we were run as `sh COMMAND'
42167 # in which case we are not to be found in the path.
42168 if test "x$as_myself" = x
; then
42171 if test ! -f "$as_myself"; then
42172 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
42173 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
42174 { (exit 1); exit 1; }; }
42176 case $CONFIG_SHELL in
42178 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42179 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
42182 test -z "$as_dir" && as_dir
=.
42183 for as_base
in sh bash ksh sh5
; do
42186 if ("$as_dir/$as_base" -c '
42187 as_lineno_1=$LINENO
42188 as_lineno_2=$LINENO
42189 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
42190 test "x$as_lineno_1" != "x$as_lineno_2" &&
42191 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
42192 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
42193 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
42194 CONFIG_SHELL
=$as_dir/$as_base
42195 export CONFIG_SHELL
42196 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
42204 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
42205 # uniformly replaced by the line number. The first 'sed' inserts a
42206 # line-number line before each line; the second 'sed' does the real
42207 # work. The second script uses 'N' to pair each line-number line
42208 # with the numbered line, and appends trailing '-' during
42209 # substitution so that $LINENO is not a special case at line end.
42210 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
42211 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
42212 sed '=' <$as_myself |
42217 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
42220 s,^['$as_cr_digits']*\n,,
42221 ' >$as_me.lineno
&&
42222 chmod +x
$as_me.lineno
||
42223 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
42224 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
42225 { (exit 1); exit 1; }; }
42227 # Don't try to exec as it changes $[0], causing all sort of problems
42228 # (the dirname of $[0] is not the place where we might find the
42229 # original and so on. Autoconf is especially sensible to this).
42231 # Exit status is that of the last command.
42236 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
42237 *c
*,-n*) ECHO_N
= ECHO_C
='
42239 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
42240 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
42243 if expr a
: '\(a\)' >/dev
/null
2>&1; then
42249 rm -f conf$$ conf$$.exe conf$$.
file
42251 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
42252 # We could just check for DJGPP; but this test a) works b) is more generic
42253 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
42254 if test -f conf$$.exe
; then
42255 # Don't use ln at all; we don't have any links
42260 elif ln conf$$.
file conf$$
2>/dev
/null
; then
42265 rm -f conf$$ conf$$.exe conf$$.
file
42267 if mkdir -p .
2>/dev
/null
; then
42270 test -d .
/-p && rmdir .
/-p
42274 as_executable_p
="test -f"
42276 # Sed expression to map a string onto a valid CPP name.
42277 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42279 # Sed expression to map a string onto a valid variable name.
42280 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42284 # We need space, tab and new line, in precisely that order.
42294 # Open the log real soon, to keep \$[0] and so on meaningful, and to
42295 # report actual input values of CONFIG_FILES etc. instead of their
42296 # values after options handling. Logging --version etc. is OK.
42300 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42301 ## Running $as_me. ##
42306 This file was extended by wxWidgets $as_me 2.5.3, which was
42307 generated by GNU Autoconf 2.59. Invocation command line was
42309 CONFIG_FILES = $CONFIG_FILES
42310 CONFIG_HEADERS = $CONFIG_HEADERS
42311 CONFIG_LINKS = $CONFIG_LINKS
42312 CONFIG_COMMANDS = $CONFIG_COMMANDS
42316 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
42320 # Files that config.status was made for.
42321 if test -n "$ac_config_files"; then
42322 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
42325 if test -n "$ac_config_headers"; then
42326 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
42329 if test -n "$ac_config_links"; then
42330 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
42333 if test -n "$ac_config_commands"; then
42334 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
42337 cat >>$CONFIG_STATUS <<\_ACEOF
42340 \`$as_me' instantiates files from templates according to the
42341 current configuration.
42343 Usage: $0 [OPTIONS] [FILE]...
42345 -h, --help print this help, then exit
42346 -V, --version print version number, then exit
42347 -q, --quiet do not print progress messages
42348 -d, --debug don't remove temporary files
42349 --recheck update $as_me by reconfiguring in the same conditions
42350 --file=FILE[:TEMPLATE]
42351 instantiate the configuration file FILE
42352 --header=FILE[:TEMPLATE]
42353 instantiate the configuration header FILE
42355 Configuration files:
42358 Configuration headers:
42361 Configuration commands:
42364 Report bugs to <bug-autoconf@gnu.org>."
42367 cat >>$CONFIG_STATUS <<_ACEOF
42369 wxWidgets config.status 2.5.3
42370 configured by $0, generated by GNU Autoconf 2.59,
42371 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
42373 Copyright (C) 2003 Free Software Foundation, Inc.
42374 This config.status script is free software; the Free Software Foundation
42375 gives unlimited permission to copy, distribute and modify it."
42380 cat >>$CONFIG_STATUS <<\_ACEOF
42381 # If no file are specified by the user, then we need to provide default
42382 # value. By we need to know if files were specified by the user.
42388 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
42389 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
42397 *) # This is not an option, so the user has probably given explicit
42400 ac_need_defaults
=false
;;
42404 # Handling of the options.
42406 cat >>$CONFIG_STATUS <<\_ACEOF
42407 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42409 --version | --vers* | -V )
42410 echo "$ac_cs_version"; exit 0 ;;
42412 # Conflict between --help and --header
42413 { { echo "$as_me:$LINENO: error: ambiguous option: $1
42414 Try \`$0 --help' for more information." >&5
42415 echo "$as_me: error: ambiguous option: $1
42416 Try \`$0 --help' for more information." >&2;}
42417 { (exit 1); exit 1; }; };;
42418 --help | --hel | -h )
42419 echo "$ac_cs_usage"; exit 0 ;;
42420 --debug | --d* | -d )
42422 --file | --fil | --fi | --f )
42424 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
42425 ac_need_defaults
=false
;;
42426 --header | --heade | --head | --hea )
42428 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
42429 ac_need_defaults
=false
;;
42430 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42431 | -silent | --silent | --silen | --sile | --sil | --si | --s)
42434 # This is an error.
42435 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
42436 Try \`$0 --help' for more information." >&5
42437 echo "$as_me: error: unrecognized option: $1
42438 Try \`$0 --help' for more information." >&2;}
42439 { (exit 1); exit 1; }; } ;;
42441 *) ac_config_targets
="$ac_config_targets $1" ;;
42447 ac_configure_extra_args
=
42449 if $ac_cs_silent; then
42451 ac_configure_extra_args
="$ac_configure_extra_args --silent"
42455 cat >>$CONFIG_STATUS <<_ACEOF
42456 if \$ac_cs_recheck; then
42457 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
42458 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42463 cat >>$CONFIG_STATUS <<_ACEOF
42465 # INIT-COMMANDS section.
42468 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42469 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42470 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
42478 cat >>$CONFIG_STATUS <<\_ACEOF
42479 for ac_config_target
in $ac_config_targets
42481 case "$ac_config_target" in
42482 # Handling of arguments.
42483 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
42484 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
42485 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
42486 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
42487 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
42488 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
42489 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
42490 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
42491 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
42492 { (exit 1); exit 1; }; };;
42496 # If the user did not use the arguments to specify the items to instantiate,
42497 # then the envvar interface is used. Set only those that are not.
42498 # We use the long form for the default assignment because of an extremely
42499 # bizarre bug on SunOS 4.1.3.
42500 if $ac_need_defaults; then
42501 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
42502 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
42503 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
42506 # Have a temporary directory for convenience. Make it in the build tree
42507 # simply because there is no reason to put it here, and in addition,
42508 # creating and moving files from /tmp can sometimes cause problems.
42509 # Create a temporary directory, and hook for its removal unless debugging.
42512 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
42513 trap '{ (exit 1); exit 1; }' 1 2 13 15
42516 # Create a (secure) tmp directory for tmp files.
42519 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
42520 test -n "$tmp" && test -d "$tmp"
42523 tmp
=.
/confstat$$
-$RANDOM
42524 (umask 077 && mkdir $tmp)
42527 echo "$me: cannot create a temporary directory in ." >&2
42528 { (exit 1); exit 1; }
42533 cat >>$CONFIG_STATUS <<_ACEOF
42536 # CONFIG_FILES section.
42539 # No need to generate the scripts if there are no CONFIG_FILES.
42540 # This happens for instance when ./config.status config.h
42541 if test -n "\$CONFIG_FILES"; then
42542 # Protect against being on the right side of a sed subst in config.status.
42543 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
42544 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
42545 s,@SHELL@,$SHELL,;t t
42546 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
42547 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
42548 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
42549 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
42550 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
42551 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
42552 s,@exec_prefix@,$exec_prefix,;t t
42553 s,@prefix@,$prefix,;t t
42554 s,@program_transform_name@,$program_transform_name,;t t
42555 s,@bindir@,$bindir,;t t
42556 s,@sbindir@,$sbindir,;t t
42557 s,@libexecdir@,$libexecdir,;t t
42558 s,@datadir@,$datadir,;t t
42559 s,@sysconfdir@,$sysconfdir,;t t
42560 s,@sharedstatedir@,$sharedstatedir,;t t
42561 s,@localstatedir@,$localstatedir,;t t
42562 s,@libdir@,$libdir,;t t
42563 s,@includedir@,$includedir,;t t
42564 s,@oldincludedir@,$oldincludedir,;t t
42565 s,@infodir@,$infodir,;t t
42566 s,@mandir@,$mandir,;t t
42567 s,@build_alias@,$build_alias,;t t
42568 s,@host_alias@,$host_alias,;t t
42569 s,@target_alias@,$target_alias,;t t
42570 s,@DEFS@,$DEFS,;t t
42571 s,@ECHO_C@,$ECHO_C,;t t
42572 s,@ECHO_N@,$ECHO_N,;t t
42573 s,@ECHO_T@,$ECHO_T,;t t
42574 s,@LIBS@,$LIBS,;t t
42575 s,@build@,$build,;t t
42576 s,@build_cpu@,$build_cpu,;t t
42577 s,@build_vendor@,$build_vendor,;t t
42578 s,@build_os@,$build_os,;t t
42579 s,@host@,$host,;t t
42580 s,@host_cpu@,$host_cpu,;t t
42581 s,@host_vendor@,$host_vendor,;t t
42582 s,@host_os@,$host_os,;t t
42583 s,@target@,$target,;t t
42584 s,@target_cpu@,$target_cpu,;t t
42585 s,@target_vendor@,$target_vendor,;t t
42586 s,@target_os@,$target_os,;t t
42588 s,@CFLAGS@,$CFLAGS,;t t
42589 s,@LDFLAGS@,$LDFLAGS,;t t
42590 s,@CPPFLAGS@,$CPPFLAGS,;t t
42591 s,@ac_ct_CC@,$ac_ct_CC,;t t
42592 s,@EXEEXT@,$EXEEXT,;t t
42593 s,@OBJEXT@,$OBJEXT,;t t
42595 s,@EGREP@,$EGREP,;t t
42597 s,@CXXFLAGS@,$CXXFLAGS,;t t
42598 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
42599 s,@RANLIB@,$RANLIB,;t t
42600 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
42602 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
42603 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
42604 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
42605 s,@STRIP@,$STRIP,;t t
42606 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
42607 s,@LN_S@,$LN_S,;t t
42608 s,@CXXCPP@,$CXXCPP,;t t
42609 s,@subdirs@,$subdirs,;t t
42610 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
42611 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
42612 s,@GTK_LIBS@,$GTK_LIBS,;t t
42613 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
42614 s,@X_CFLAGS@,$X_CFLAGS,;t t
42615 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
42616 s,@X_LIBS@,$X_LIBS,;t t
42617 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
42618 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
42619 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
42620 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
42621 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
42622 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
42623 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
42624 s,@RESCOMP@,$RESCOMP,;t t
42625 s,@DEREZ@,$DEREZ,;t t
42626 s,@SETFILE@,$SETFILE,;t t
42627 s,@LIBICONV@,$LIBICONV,;t t
42628 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
42629 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
42630 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
42631 s,@SDL_LIBS@,$SDL_LIBS,;t t
42632 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
42633 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
42634 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
42635 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
42636 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
42637 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
42638 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
42639 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
42640 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
42641 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
42642 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
42643 s,@VENDOR@,$VENDOR,;t t
42644 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
42645 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
42646 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
42647 s,@WXUNIV@,$WXUNIV,;t t
42648 s,@MONOLITHIC@,$MONOLITHIC,;t t
42649 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
42650 s,@EXTRALIBS@,$EXTRALIBS,;t t
42651 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
42652 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
42653 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
42654 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
42655 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
42656 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
42657 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
42658 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
42659 s,@UNICODE@,$UNICODE,;t t
42660 s,@BUILD@,$BUILD,;t t
42661 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
42662 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
42663 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
42664 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
42665 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
42666 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
42667 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
42668 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
42669 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
42670 s,@SET_MAKE@,$SET_MAKE,;t t
42671 s,@MAKE_SET@,$MAKE_SET,;t t
42672 s,@ac_ct_AR@,$ac_ct_AR,;t t
42673 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
42675 s,@ac_ct_NM@,$ac_ct_NM,;t t
42676 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
42677 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
42678 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
42679 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
42680 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
42681 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
42682 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
42683 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
42684 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
42685 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
42686 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
42687 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
42688 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
42689 s,@LIBPREFIX@,$LIBPREFIX,;t t
42690 s,@LIBEXT@,$LIBEXT,;t t
42691 s,@DLLPREFIX@,$DLLPREFIX,;t t
42692 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
42693 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
42694 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
42695 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
42696 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
42697 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
42698 s,@PIC_FLAG@,$PIC_FLAG,;t t
42699 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
42700 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
42701 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
42702 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
42703 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
42704 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
42705 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
42706 s,@GCC_PCH@,$GCC_PCH,;t t
42707 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
42708 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
42709 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
42710 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
42711 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
42712 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
42713 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
42714 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
42715 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
42716 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
42717 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
42718 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
42719 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
42720 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
42721 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
42722 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
42723 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
42724 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
42725 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
42726 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
42727 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
42728 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
42729 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
42730 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
42731 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
42732 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
42733 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
42734 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
42735 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
42736 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
42737 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
42738 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
42739 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
42740 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
42741 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
42742 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
42743 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
42744 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
42745 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
42746 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
42747 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
42748 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
42749 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
42750 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
42751 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
42752 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
42753 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
42754 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
42755 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
42756 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
42757 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
42758 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
42759 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
42760 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
42761 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
42762 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
42763 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
42764 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
42765 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
42766 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
42767 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
42768 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
42769 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
42770 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
42771 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
42772 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
42773 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
42774 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
42775 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
42776 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
42777 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
42778 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
42779 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
42780 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
42781 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
42782 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
42783 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
42784 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
42785 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
42786 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
42787 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
42788 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
42789 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
42790 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
42791 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
42792 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
42793 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
42794 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
42795 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
42796 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
42797 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
42798 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
42799 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
42800 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
42801 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
42802 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
42803 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
42804 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
42805 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
42806 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
42807 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
42808 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
42809 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
42810 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
42811 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
42812 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
42813 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
42814 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
42815 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
42816 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
42817 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
42818 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
42819 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
42820 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
42821 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
42822 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
42823 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
42824 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
42825 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
42826 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
42827 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
42828 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
42829 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
42830 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
42831 s,@COND_TOOLKIT_MAC_WXUNIV_0@,$COND_TOOLKIT_MAC_WXUNIV_0,;t t
42832 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
42833 s,@COND_TOOLKIT_PM_WXUNIV_0@,$COND_TOOLKIT_PM_WXUNIV_0,;t t
42834 s,@SHARED@,$SHARED,;t t
42835 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
42836 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
42837 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
42838 s,@USE_GUI@,$USE_GUI,;t t
42839 s,@AFMINSTALL@,$AFMINSTALL,;t t
42840 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
42841 s,@TOOLKIT@,$TOOLKIT,;t t
42842 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
42843 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
42844 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
42845 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
42846 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
42847 s,@cross_compiling@,$cross_compiling,;t t
42848 s,@WIDGET_SET@,$WIDGET_SET,;t t
42849 s,@WX_RELEASE@,$WX_RELEASE,;t t
42850 s,@WX_VERSION@,$WX_VERSION,;t t
42851 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
42852 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
42853 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
42854 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
42855 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
42856 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
42857 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
42858 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
42859 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
42860 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
42861 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
42862 s,@EXE_LINKER@,$EXE_LINKER,;t t
42863 s,@GUIDIST@,$GUIDIST,;t t
42864 s,@DISTDIR@,$DISTDIR,;t t
42865 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
42866 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
42867 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
42868 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
42869 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
42870 s,@RESFLAGS@,$RESFLAGS,;t t
42871 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
42872 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
42873 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
42874 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
42875 s,@MACRESCOMP@,$MACRESCOMP,;t t
42876 s,@MACSETFILE@,$MACSETFILE,;t t
42877 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
42879 s,@DLLTOOL@,$DLLTOOL,;t t
42880 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
42881 s,@LIBOBJS@,$LIBOBJS,;t t
42882 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
42887 cat >>$CONFIG_STATUS <<\_ACEOF
42888 # Split the substitutions into bite-sized pieces for seds with
42889 # small command number limits, like on Digital OSF/1 and HP-UX.
42890 ac_max_sed_lines
=48
42891 ac_sed_frag
=1 # Number of current file.
42892 ac_beg
=1 # First line for current file.
42893 ac_end
=$ac_max_sed_lines # Line after last line for current file.
42896 while $ac_more_lines; do
42897 if test $ac_beg -gt 1; then
42898 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
42900 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
42902 if test ! -s $tmp/subs.frag
; then
42903 ac_more_lines
=false
42905 # The purpose of the label and of the branching condition is to
42906 # speed up the sed processing (if there are no `@' at all, there
42907 # is no need to browse any of the substitutions).
42908 # These are the two extra sed commands mentioned above.
42910 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
42911 if test -z "$ac_sed_cmds"; then
42912 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
42914 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
42916 ac_sed_frag
=`expr $ac_sed_frag + 1`
42918 ac_end
=`expr $ac_end + $ac_max_sed_lines`
42921 if test -z "$ac_sed_cmds"; then
42924 fi # test -n "$CONFIG_FILES"
42927 cat >>$CONFIG_STATUS <<\_ACEOF
42928 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
42929 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42931 - | *:- | *:-:* ) # input from stdin
42933 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42934 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42935 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42936 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42937 * ) ac_file_in
=$ac_file.
in ;;
42940 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
42941 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
42942 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42943 X"$ac_file" : 'X\(//\)[^/]' \| \
42944 X"$ac_file" : 'X\(//\)$' \| \
42945 X"$ac_file" : 'X\(/\)' \| \
42946 . : '\(.\)' 2>/dev/null ||
42948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42949 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42950 /^X\(\/\/\)$/{ s//\1/; q; }
42951 /^X\(\/\).*/{ s//\1/; q; }
42953 { if $as_mkdir_p; then
42958 while test ! -d "$as_dir"; do
42959 as_dirs
="$as_dir $as_dirs"
42960 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
42961 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42962 X"$as_dir" : 'X\(//\)[^/]' \| \
42963 X"$as_dir" : 'X\(//\)$' \| \
42964 X"$as_dir" : 'X\(/\)' \| \
42965 . : '\(.\)' 2>/dev/null ||
42967 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42968 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42969 /^X\(\/\/\)$/{ s//\1/; q; }
42970 /^X\(\/\).*/{ s//\1/; q; }
42973 test ! -n "$as_dirs" || mkdir $as_dirs
42974 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42975 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42976 { (exit 1); exit 1; }; }; }
42980 if test "$ac_dir" != .
; then
42981 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42982 # A "../" for each directory in $ac_dir_suffix.
42983 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42985 ac_dir_suffix
= ac_top_builddir
=
42989 .
) # No --srcdir option. We are building in place.
42991 if test -z "$ac_top_builddir"; then
42994 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
42996 [\\/]* | ?
:[\\/]* ) # Absolute path.
42997 ac_srcdir
=$srcdir$ac_dir_suffix;
42998 ac_top_srcdir
=$srcdir ;;
42999 *) # Relative path.
43000 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
43001 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
43004 # Do not use `cd foo && pwd` to compute absolute paths, because
43005 # the directories may not exist.
43007 .
) ac_abs_builddir
="$ac_dir";;
43010 .
) ac_abs_builddir
=`pwd`;;
43011 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
43012 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
43015 case $ac_abs_builddir in
43016 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43018 case ${ac_top_builddir}.
in
43019 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
43020 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43021 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
43024 case $ac_abs_builddir in
43025 .
) ac_abs_srcdir
=$ac_srcdir;;
43028 .
) ac_abs_srcdir
=$ac_abs_builddir;;
43029 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
43030 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
43033 case $ac_abs_builddir in
43034 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
43036 case $ac_top_srcdir in
43037 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
43038 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
43039 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
43045 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
43046 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
43049 # Let's still pretend it is `configure' which instantiates (i.e., don't
43050 # use $as_me), people would be surprised to read:
43051 # /* config.h. Generated by config.status. */
43052 if test x
"$ac_file" = x
-; then
43055 configure_input
="$ac_file. "
43057 configure_input
=$configure_input"Generated from `echo $ac_file_in |
43058 sed 's,.*/,,'` by configure."
43060 # First look for the input files in the build tree, otherwise in the
43062 ac_file_inputs
=`IFS=:
43063 for f in $ac_file_in; do
43065 -) echo $tmp/stdin ;;
43067 # Absolute (can't be DOS-style, as IFS=:)
43068 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
43069 echo "$as_me: error: cannot find input file: $f" >&2;}
43070 { (exit 1); exit 1; }; }
43073 if test -f "$f"; then
43076 elif test -f "$srcdir/$f"; then
43081 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
43082 echo "$as_me: error: cannot find input file: $f" >&2;}
43083 { (exit 1); exit 1; }; }
43086 done` || { (exit 1); exit 1; }
43088 if test x
"$ac_file" != x
-; then
43089 { echo "$as_me:$LINENO: creating $ac_file" >&5
43090 echo "$as_me: creating $ac_file" >&6;}
43094 cat >>$CONFIG_STATUS <<_ACEOF
43098 cat >>$CONFIG_STATUS <<\_ACEOF
43100 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
43101 s
,@configure_input@
,$configure_input,;t t
43102 s
,@srcdir@
,$ac_srcdir,;t t
43103 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
43104 s
,@top_srcdir@
,$ac_top_srcdir,;t t
43105 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
43106 s
,@builddir@
,$ac_builddir,;t t
43107 s
,@abs_builddir@
,$ac_abs_builddir,;t t
43108 s
,@top_builddir@
,$ac_top_builddir,;t t
43109 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
43110 s
,@INSTALL@
,$ac_INSTALL,;t t
43111 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
43113 if test x"$ac_file" != x-; then
43114 mv $tmp/out $ac_file
43120 # Run the commands associated with the file.
43122 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
43123 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
43127 cat >>$CONFIG_STATUS <<\_ACEOF
43130 # CONFIG_HEADER section.
43133 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
43134 # NAME is the cpp macro being defined and VALUE is the value it is being given.
43136 # ac_d sets the value in "#define NAME VALUE" lines.
43137 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
43138 ac_dB
='[ ].*$,\1#\2'
43141 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
43142 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
43143 ac_uB
='$,\1#\2define\3'
43147 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
43148 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
43150 - | *:- | *:-:* ) # input from stdin
43152 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
43153 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
43154 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
43155 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
43156 * ) ac_file_in
=$ac_file.
in ;;
43159 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
43160 echo "$as_me: creating $ac_file" >&6;}
43162 # First look for the input files in the build tree, otherwise in the
43164 ac_file_inputs
=`IFS=:
43165 for f in $ac_file_in; do
43167 -) echo $tmp/stdin ;;
43169 # Absolute (can't be DOS-style, as IFS=:)
43170 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
43171 echo "$as_me: error: cannot find input file: $f" >&2;}
43172 { (exit 1); exit 1; }; }
43173 # Do quote $f, to prevent DOS paths from being IFS'd.
43176 if test -f "$f"; then
43179 elif test -f "$srcdir/$f"; then
43184 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
43185 echo "$as_me: error: cannot find input file: $f" >&2;}
43186 { (exit 1); exit 1; }; }
43189 done` || { (exit 1); exit 1; }
43190 # Remove the trailing spaces.
43191 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
43195 # Transform confdefs.h into two sed scripts, `conftest.defines' and
43196 # `conftest.undefs', that substitutes the proper values into
43197 # config.h.in to produce config.h. The first handles `#define'
43198 # templates, and the second `#undef' templates.
43199 # And first: Protect against being on the right side of a sed subst in
43200 # config.status. Protect against being in an unquoted here document
43201 # in config.status.
43202 rm -f conftest.defines conftest.undefs
43203 # Using a here document instead of a string reduces the quoting nightmare.
43204 # Putting comments in sed scripts is not portable.
43206 # `end' is used to avoid that the second main sed command (meant for
43207 # 0-ary CPP macros) applies to n-ary macro definitions.
43208 # See the Autoconf documentation for `clear'.
43209 cat >confdef2sed.
sed <<\_ACEOF
43214 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
43216 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
43219 # If some macros were called several times there might be several times
43220 # the same #defines, which is useless. Nevertheless, we may not want to
43221 # sort them, since we want the *last* AC-DEFINE to be honored.
43222 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
43223 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
43224 rm -f confdef2sed.sed
43226 # This sed command replaces #undef with comments. This is necessary, for
43227 # example, in the case of _POSIX_SOURCE, which is predefined and required
43228 # on some systems where configure will not decide to define it.
43229 cat >>conftest.undefs <<\_ACEOF
43230 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
43233 # Break up conftest.defines because some shells have a limit on the size
43234 # of here documents, and old seds have small limits too (100 cmds).
43235 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
43236 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
43237 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
43238 echo ' :' >>$CONFIG_STATUS
43239 rm -f conftest.tail
43240 while grep . conftest.defines >/dev/null
43242 # Write a limited-size here document to $tmp/defines.sed.
43243 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
43244 # Speed up: don't consider the non `#define' lines.
43245 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
43246 # Work around the forget-to-reset-the-flag bug.
43247 echo 't clr' >>$CONFIG_STATUS
43248 echo ': clr' >>$CONFIG_STATUS
43249 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
43251 sed -f $tmp/defines.sed $tmp/in >$tmp/out
43253 mv $tmp/out $tmp/in
43255 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
43256 rm -f conftest.defines
43257 mv conftest.
tail conftest.defines
43259 rm -f conftest.defines
43260 echo ' fi # grep' >>$CONFIG_STATUS
43261 echo >>$CONFIG_STATUS
43263 # Break up conftest.undefs because some shells have a limit on the size
43264 # of here documents, and old seds have small limits too (100 cmds).
43265 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
43266 rm -f conftest.
tail
43267 while grep . conftest.undefs
>/dev
/null
43269 # Write a limited-size here document to $tmp/undefs.sed.
43270 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
43271 # Speed up: don't consider the non
`#undef'
43272 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
43273 # Work around the forget-to-reset-the-flag bug.
43274 echo 't clr' >>$CONFIG_STATUS
43275 echo ': clr' >>$CONFIG_STATUS
43276 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
43278 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
43280 mv $tmp/out $tmp/in
43282 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
43283 rm -f conftest.undefs
43284 mv conftest.tail conftest.undefs
43286 rm -f conftest.undefs
43288 cat >>$CONFIG_STATUS <<\_ACEOF
43289 # Let's still pretend it is `configure
' which instantiates (i.e., don't
43290 # use $as_me), people would be surprised to read:
43291 # /* config.h. Generated by config.status. */
43292 if test x
"$ac_file" = x
-; then
43293 echo "/* Generated by configure. */" >$tmp/config.h
43295 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
43297 cat $tmp/in >>$tmp/config.h
43299 if test x
"$ac_file" != x
-; then
43300 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
43301 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
43302 echo "$as_me: $ac_file is unchanged" >&6;}
43304 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
43305 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43306 X"$ac_file" : 'X\(//\)[^/]' \| \
43307 X"$ac_file" : 'X\(//\)$' \| \
43308 X"$ac_file" : 'X\(/\)' \| \
43309 . : '\(.\)' 2>/dev/null ||
43311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43312 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43313 /^X\(\/\/\)$/{ s//\1/; q; }
43314 /^X\(\/\).*/{ s//\1/; q; }
43316 { if $as_mkdir_p; then
43321 while test ! -d "$as_dir"; do
43322 as_dirs
="$as_dir $as_dirs"
43323 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
43324 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43325 X"$as_dir" : 'X\(//\)[^/]' \| \
43326 X"$as_dir" : 'X\(//\)$' \| \
43327 X"$as_dir" : 'X\(/\)' \| \
43328 . : '\(.\)' 2>/dev/null ||
43330 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43331 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43332 /^X\(\/\/\)$/{ s//\1/; q; }
43333 /^X\(\/\).*/{ s//\1/; q; }
43336 test ! -n "$as_dirs" || mkdir $as_dirs
43337 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
43338 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
43339 { (exit 1); exit 1; }; }; }
43342 mv $tmp/config.h
$ac_file
43346 rm -f $tmp/config.h
43350 cat >>$CONFIG_STATUS <<\_ACEOF
43353 # CONFIG_COMMANDS section.
43355 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
43356 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
43357 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
43358 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
43359 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43360 X"$ac_dest" : 'X\(//\)[^/]' \| \
43361 X"$ac_dest" : 'X\(//\)$' \| \
43362 X"$ac_dest" : 'X\(/\)' \| \
43363 . : '\(.\)' 2>/dev/null ||
43365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43366 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43367 /^X\(\/\/\)$/{ s//\1/; q; }
43368 /^X\(\/\).*/{ s//\1/; q; }
43370 { if $as_mkdir_p; then
43375 while test ! -d "$as_dir"; do
43376 as_dirs
="$as_dir $as_dirs"
43377 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
43378 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43379 X"$as_dir" : 'X\(//\)[^/]' \| \
43380 X"$as_dir" : 'X\(//\)$' \| \
43381 X"$as_dir" : 'X\(/\)' \| \
43382 . : '\(.\)' 2>/dev/null ||
43384 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43385 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43386 /^X\(\/\/\)$/{ s//\1/; q; }
43387 /^X\(\/\).*/{ s//\1/; q; }
43390 test ! -n "$as_dirs" || mkdir $as_dirs
43391 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
43392 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
43393 { (exit 1); exit 1; }; }; }
43397 if test "$ac_dir" != .
; then
43398 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
43399 # A "../" for each directory in $ac_dir_suffix.
43400 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
43402 ac_dir_suffix
= ac_top_builddir
=
43406 .
) # No --srcdir option. We are building in place.
43408 if test -z "$ac_top_builddir"; then
43411 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
43413 [\\/]* | ?
:[\\/]* ) # Absolute path.
43414 ac_srcdir
=$srcdir$ac_dir_suffix;
43415 ac_top_srcdir
=$srcdir ;;
43416 *) # Relative path.
43417 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
43418 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
43421 # Do not use `cd foo && pwd` to compute absolute paths, because
43422 # the directories may not exist.
43424 .
) ac_abs_builddir
="$ac_dir";;
43427 .
) ac_abs_builddir
=`pwd`;;
43428 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
43429 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
43432 case $ac_abs_builddir in
43433 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43435 case ${ac_top_builddir}.
in
43436 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
43437 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43438 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
43441 case $ac_abs_builddir in
43442 .
) ac_abs_srcdir
=$ac_srcdir;;
43445 .
) ac_abs_srcdir
=$ac_abs_builddir;;
43446 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
43447 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
43450 case $ac_abs_builddir in
43451 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
43453 case $ac_top_srcdir in
43454 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
43455 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
43456 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
43461 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
43462 echo "$as_me: executing $ac_dest commands" >&6;}
43464 wx
-config ) rm -f wx
-config
43465 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
43471 cat >>$CONFIG_STATUS <<\_ACEOF
43473 { (exit 0); exit 0; }
43475 chmod +x
$CONFIG_STATUS
43476 ac_clean_files
=$ac_clean_files_save
43479 # configure is writing to config.log, and then calls config.status.
43480 # config.status does its own redirection, appending to config.log.
43481 # Unfortunately, on DOS this fails, as config.log is still kept open
43482 # by configure, so config.status won't be able to write to it; its
43483 # output is simply discarded. So we exec the FD to /dev/null,
43484 # effectively closing config.log, so it can be properly (re)opened and
43485 # appended to by config.status. When coming back to configure, we
43486 # need to make the FD available again.
43487 if test "$no_create" != yes; then
43489 ac_config_status_args
=
43490 test "$silent" = yes &&
43491 ac_config_status_args
="$ac_config_status_args --quiet"
43493 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
43495 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
43496 # would make configure fail if this is the last instruction.
43497 $ac_cs_success || { (exit 1); exit 1; }
43501 # CONFIG_SUBDIRS section.
43503 if test "$no_recursion" != yes; then
43505 # Remove --cache-file and --srcdir arguments so they do not pile up.
43506 ac_sub_configure_args
=
43508 for ac_arg
in $ac_configure_args; do
43509 if test -n "$ac_prev"; then
43514 -cache-file | --cache-file | --cache-fil | --cache-fi \
43515 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
43516 ac_prev
=cache_file
;;
43517 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
43518 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
43521 --config-cache | -C)
43523 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
43525 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
43527 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
43529 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
43531 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
43535 # Always prepend --prefix to ensure using the same prefix
43536 # in subdir configurations.
43537 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
43540 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
43542 # Do not complain, so a configure script can configure whichever
43543 # parts of a large source tree are present.
43544 test -d $srcdir/$ac_dir || continue
43546 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
43547 echo "$as_me: configuring in $ac_dir" >&6;}
43548 { if $as_mkdir_p; then
43553 while test ! -d "$as_dir"; do
43554 as_dirs
="$as_dir $as_dirs"
43555 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
43556 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43557 X"$as_dir" : 'X\(//\)[^/]' \| \
43558 X"$as_dir" : 'X\(//\)$' \| \
43559 X"$as_dir" : 'X\(/\)' \| \
43560 . : '\(.\)' 2>/dev/null ||
43562 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
43563 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
43564 /^X\(\/\/\)$/{ s//\1/; q; }
43565 /^X\(\/\).*/{ s//\1/; q; }
43568 test ! -n "$as_dirs" || mkdir $as_dirs
43569 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
43570 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
43571 { (exit 1); exit 1; }; }; }
43575 if test "$ac_dir" != .
; then
43576 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
43577 # A "../" for each directory in $ac_dir_suffix.
43578 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
43580 ac_dir_suffix
= ac_top_builddir
=
43584 .
) # No --srcdir option. We are building in place.
43586 if test -z "$ac_top_builddir"; then
43589 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
43591 [\\/]* | ?
:[\\/]* ) # Absolute path.
43592 ac_srcdir
=$srcdir$ac_dir_suffix;
43593 ac_top_srcdir
=$srcdir ;;
43594 *) # Relative path.
43595 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
43596 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
43599 # Do not use `cd foo && pwd` to compute absolute paths, because
43600 # the directories may not exist.
43602 .
) ac_abs_builddir
="$ac_dir";;
43605 .
) ac_abs_builddir
=`pwd`;;
43606 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
43607 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
43610 case $ac_abs_builddir in
43611 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43613 case ${ac_top_builddir}.
in
43614 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
43615 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
43616 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
43619 case $ac_abs_builddir in
43620 .
) ac_abs_srcdir
=$ac_srcdir;;
43623 .
) ac_abs_srcdir
=$ac_abs_builddir;;
43624 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
43625 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
43628 case $ac_abs_builddir in
43629 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
43631 case $ac_top_srcdir in
43632 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
43633 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
43634 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
43641 # Check for guested configure; otherwise get Cygnus style configure.
43642 if test -f $ac_srcdir/configure.gnu
; then
43643 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
43644 elif test -f $ac_srcdir/configure
; then
43645 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
43646 elif test -f $ac_srcdir/configure.
in; then
43647 ac_sub_configure
=$ac_configure
43649 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
43650 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
43654 # The recursion is here.
43655 if test -n "$ac_sub_configure"; then
43656 # Make the cache file name correct relative to the subdirectory.
43657 case $cache_file in
43658 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
43659 *) # Relative path.
43660 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
43663 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
43664 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
43665 # The eval makes quoting arguments work.
43666 eval $ac_sub_configure $ac_sub_configure_args \
43667 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
43668 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
43669 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
43670 { (exit 1); exit 1; }; }
43679 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
43681 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
43682 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
43684 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
43685 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
43686 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
43688 echo " What level of wxWidgets compatibility should be enabled?"
43689 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
43690 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
43692 echo " Which libraries should wxWidgets use?"
43693 echo " jpeg ${wxUSE_LIBJPEG-none}"
43694 echo " png ${wxUSE_LIBPNG-none}"
43695 echo " regex ${wxUSE_REGEX}"
43696 echo " tiff ${wxUSE_LIBTIFF-none}"
43697 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
43698 echo " xpm ${wxUSE_LIBXPM-none}"
43700 echo " zlib ${wxUSE_ZLIB}"
43701 echo " odbc ${wxUSE_ODBC}"
43702 echo " expat ${wxUSE_EXPAT}"
43703 echo " libmspack ${wxUSE_LIBMSPACK}"
43704 echo " sdl ${wxUSE_LIBSDL}"
43705 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT}"