2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.6.2.
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
25 DUALCASE
=1; export DUALCASE
# for MKS sh
27 # Support unset when possible.
28 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
224 test -d .
/-p && rmdir .
/-p
228 as_executable_p
="test -f"
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238 # We need space, tab and new line, in precisely that order.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
257 ac_default_prefix
=/usr
/local
258 ac_config_libobj_dir
=.
263 SHELL
=${CONFIG_SHELL-/bin/sh}
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete. It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
270 # Identity of this package.
271 PACKAGE_NAME
='wxWidgets'
272 PACKAGE_TARNAME
='wxwidgets'
273 PACKAGE_VERSION
='2.6.2'
274 PACKAGE_STRING
='wxWidgets 2.6.2'
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 ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP RESCOMP ac_ct_RESCOMP DLLTOOL ac_ct_DLLTOOL 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 DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET 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 dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
319 # Initialize some variables set by options.
321 ac_init_version
=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
331 program_transform_name
=s
,x
,x
,
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir
='${exec_prefix}/bin'
345 sbindir
='${exec_prefix}/sbin'
346 libexecdir
='${exec_prefix}/libexec'
347 datadir
='${prefix}/share'
348 sysconfdir
='${prefix}/etc'
349 sharedstatedir
='${prefix}/com'
350 localstatedir
='${prefix}/var'
351 libdir
='${exec_prefix}/lib'
352 includedir
='${prefix}/include'
353 oldincludedir
='/usr/include'
354 infodir
='${prefix}/info'
355 mandir
='${prefix}/man'
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
367 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369 # Accept the important Cygnus configure options, so we can diagnose typos.
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
378 -build | --build | --buil | --bui | --bu)
379 ac_prev
=build_alias
;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias
=$ac_optarg ;;
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev
=cache_file
;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file
=$ac_optarg ;;
391 cache_file
=config.cache
;;
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397 datadir
=$ac_optarg ;;
399 -disable-* | --disable-*)
400 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
408 -enable-* | --enable-*)
409 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
416 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
419 eval "enable_$ac_feature='$ac_optarg'" ;;
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev
=exec_prefix
;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix
=$ac_optarg ;;
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
434 -help | --help | --hel | --he | -h)
436 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
437 ac_init_help
=recursive
;;
438 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
439 ac_init_help
=short
;;
441 -host | --host | --hos | --ho)
442 ac_prev
=host_alias
;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias
=$ac_optarg ;;
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev
=includedir
;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir
=$ac_optarg ;;
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir
=$ac_optarg ;;
458 -libdir | --libdir | --libdi | --libd)
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev
=libexecdir
;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir
=$ac_optarg ;;
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev
=localstatedir
;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir
=$ac_optarg ;;
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
485 # Obsolete; use --without-fp.
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev
=oldincludedir
;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir
=$ac_optarg ;;
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev
=program_prefix
;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix
=$ac_optarg ;;
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev
=program_suffix
;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix
=$ac_optarg ;;
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev
=program_transform_name
;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name
=$ac_optarg ;;
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549 sbindir
=$ac_optarg ;;
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
555 ac_prev
=sharedstatedir
;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560 sharedstatedir
=$ac_optarg ;;
562 -site | --site | --sit)
564 -site=* | --site=* | --sit=*)
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev
=sysconfdir
;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir
=$ac_optarg ;;
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev
=target_alias
;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias
=$ac_optarg ;;
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
587 -version | --version | --versio | --versi | --vers | -V)
591 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package
=`echo $ac_package| sed 's/-/_/g'`
598 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
601 eval "with_$ac_package='$ac_optarg'" ;;
603 -without-* | --without-*)
604 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package
=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
613 # Obsolete; use --with-x.
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev
=x_includes
;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes
=$ac_optarg ;;
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev
=x_libraries
;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries
=$ac_optarg ;;
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
636 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
656 if test -n "$ac_prev"; then
657 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
662 # Be sure to have absolute paths.
663 for ac_var
in exec_prefix prefix
665 eval ac_val
=$
`echo $ac_var`
667 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
673 # Be sure to have absolute paths.
674 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
677 eval ac_val
=$
`echo $ac_var`
679 [\\/$
]* | ?
:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x
; then
694 if test "x$build_alias" = x
; then
695 cross_compiling
=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
704 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
706 test "$silent" = yes && exec 6>/dev
/null
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir
=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
726 if test ! -r $srcdir/$ac_unique_file; then
730 ac_srcdir_defaulted
=no
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
741 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set
=${build_alias+set}
746 ac_env_build_alias_value
=$build_alias
747 ac_cv_env_build_alias_set
=${build_alias+set}
748 ac_cv_env_build_alias_value
=$build_alias
749 ac_env_host_alias_set
=${host_alias+set}
750 ac_env_host_alias_value
=$host_alias
751 ac_cv_env_host_alias_set
=${host_alias+set}
752 ac_cv_env_host_alias_value
=$host_alias
753 ac_env_target_alias_set
=${target_alias+set}
754 ac_env_target_alias_value
=$target_alias
755 ac_cv_env_target_alias_set
=${target_alias+set}
756 ac_cv_env_target_alias_value
=$target_alias
757 ac_env_CC_set
=${CC+set}
759 ac_cv_env_CC_set
=${CC+set}
760 ac_cv_env_CC_value
=$CC
761 ac_env_CFLAGS_set
=${CFLAGS+set}
762 ac_env_CFLAGS_value
=$CFLAGS
763 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value
=$CFLAGS
765 ac_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_env_LDFLAGS_value
=$LDFLAGS
767 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value
=$LDFLAGS
769 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
773 ac_env_CPP_set
=${CPP+set}
774 ac_env_CPP_value
=$CPP
775 ac_cv_env_CPP_set
=${CPP+set}
776 ac_cv_env_CPP_value
=$CPP
777 ac_env_CXX_set
=${CXX+set}
778 ac_env_CXX_value
=$CXX
779 ac_cv_env_CXX_set
=${CXX+set}
780 ac_cv_env_CXX_value
=$CXX
781 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
785 ac_env_CXXCPP_set
=${CXXCPP+set}
786 ac_env_CXXCPP_value
=$CXXCPP
787 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value
=$CXXCPP
791 # Report the --help message.
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
797 \`configure' configures wxWidgets 2.6.2 to adapt to many kinds of systems.
799 Usage: $0 [OPTION]... [VAR=VALUE]...
801 To assign environment variables (e.g., CC, CFLAGS...), specify them as
802 VAR=VALUE. See below for descriptions of some of the useful variables.
804 Defaults for the options are specified in brackets.
807 -h, --help display this help and exit
808 --help=short display options specific to this package
809 --help=recursive display the short help of all the included packages
810 -V, --version display version information and exit
811 -q, --quiet, --silent do not print \`checking...' messages
812 --cache-file=FILE cache test results in FILE [disabled]
813 -C, --config-cache alias for \`--cache-file=config.cache'
814 -n, --no-create do not create output files
815 --srcdir=DIR find the sources in DIR [configure dir or \`..']
820 Installation directories:
821 --prefix=PREFIX install architecture-independent files in PREFIX
823 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
826 By default, \`make install' will install all the files in
827 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
828 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
829 for instance \`--prefix=\$HOME'.
831 For better control, use the options below.
833 Fine tuning of the installation directories:
834 --bindir=DIR user executables [EPREFIX/bin]
835 --sbindir=DIR system admin executables [EPREFIX/sbin]
836 --libexecdir=DIR program executables [EPREFIX/libexec]
837 --datadir=DIR read-only architecture-independent data [PREFIX/share]
838 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
839 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
840 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
841 --libdir=DIR object code libraries [EPREFIX/lib]
842 --includedir=DIR C header files [PREFIX/include]
843 --oldincludedir=DIR C header files for non-gcc [/usr/include]
844 --infodir=DIR info documentation [PREFIX/info]
845 --mandir=DIR man documentation [PREFIX/man]
851 --x-includes=DIR X include files are
in DIR
852 --x-libraries=DIR X library files are
in DIR
855 --build=BUILD configure
for building on BUILD
[guessed
]
856 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
857 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
861 if test -n "$ac_init_help"; then
862 case $ac_init_help in
863 short
| recursive
) echo "Configuration of wxWidgets 2.6.2:";;
868 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
869 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
870 --enable-gui use GUI classes
871 --enable-monolithic build wxWidgets as single library
872 --enable-plugins build parts of wxWidgets as loadable components
873 --enable-universal use wxWidgets GUI controls instead of native ones
874 --enable-nanox use NanoX
875 --disable-gtk2 use GTK
+ 1.2 instead of
2.0
876 --enable-gpe use GNOME PDA Environment features
if possible
877 --enable-shared create shared library code
878 --enable-optimise create optimised code
879 --enable-debug same as debug_flag and debug_info
880 --enable-stl use STL
for containers
881 --enable-omf use OMF object format
882 --enable-debug_flag set __WXDEBUG__ flag
(recommended
for developers
!)
883 --enable-debug_info create code with debugging information
884 --enable-debug_gdb create code with extra GDB debugging information
885 --enable-debug_cntxt use wxDebugContext
886 --enable-mem_tracing create code with memory tracing
887 --enable-profile create code with profiling information
888 --enable-no_rtti create code without RTTI information
889 --enable-no_exceptions create code without C
++ exceptions handling
890 --enable-permissive compile code disregarding strict ANSI
891 --enable-no_deps create code without dependency information
892 --enable-compat22 enable wxWidgets
2.2 compatibility
893 --disable-compat24 disable wxWidgets
2.4 compatibility
894 --disable-rpath disable use of rpath
for uninstalled builds
895 --enable-intl use internationalization system
896 --enable-config use wxConfig
(and derived
) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP
(requires wxProtocol
899 --enable-http use wxHTTP
(requires wxProtocol
900 --enable-fileproto use wxFileProto class
(requires wxProtocol
901 --enable-sockets use socket
/network classes
902 --enable-ole use OLE classes
(Win32 only
)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication
(wxSocket etc.
)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-arcstream use wxArchive streams
907 --enable-backtrace use wxStackWalker class
for getting backtraces
908 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
909 --enable-cmdline use wxCmdLineParser class
910 --enable-datetime use wxDateTime class
911 --enable-debugreport use wxDebugReport class
912 --enable-dialupman use dialup network classes
913 --enable-dynlib use wxLibrary class
for DLL loading
914 --enable-dynamicloader use
(new
) wxDynamicLibrary class
915 --enable-exceptions build exception
-safe library
916 --enable-ffile use wxFFile class
917 --enable-file use wxFile class
918 --enable-filesystem use virtual
file systems classes
919 --enable-fontmap use font encodings conversion classes
920 --enable-fs_inet use virtual HTTP
/FTP filesystems
921 --enable-fs_zip use virtual ZIP filesystems
922 --enable-geometry use geometry class
923 --enable-log use logging system
924 --enable-longlong use wxLongLong class
925 --enable-mimetype use wxMimeTypesManager
926 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
927 --enable-snglinst use wxSingleInstanceChecker class
928 --enable-std_iostreams use standard C
++ stream classes
929 --enable-std_string use standard C
++ string classes
930 --enable-stdpaths use wxStandardPaths class
931 --enable-stopwatch use wxStopWatch class
932 --enable-streams use wxStream etc classes
933 --enable-sysoptions use wxSystemOptions
934 --enable-textbuf use wxTextBuffer class
935 --enable-textfile use wxTextFile class
936 --enable-timer use wxTimer class
937 --enable-unicode compile wxString with Unicode support
938 --enable-sound use wxSound class
939 --enable-mediactrl use wxMediaCtrl class
940 --enable-wxprintfv use wxWidgets implementation of vprintf
()
941 --enable-zipstream use wxZip streams
942 --enable-url use wxURL class
943 --enable-protocol use wxProtocol class
944 --enable-protocol-http HTTP support
in wxProtocol
945 --enable-protocol-ftp FTP support
in wxProtocol
946 --enable-protocol-file FILE support
in wxProtocol
947 --enable-threads use threads
948 --enable-docview use document view architecture
949 --enable-help use
help subsystem
950 --enable-mshtmlhelp use MS HTML Help
(win32
)
951 --enable-html use wxHTML sub
-library
952 --enable-htmlhelp use wxHTML
-based help
953 --enable-xrc use XRC resources sub
-library
954 --enable-constraints use layout
-constraints system
955 --enable-printarch use printing architecture
956 --enable-mdi use multiple document interface architecture
957 --enable-mdidoc use docview architecture with MDI
958 --enable-loggui use standard GUI logger
959 --enable-logwin use wxLogWindow
960 --enable-logdialog use wxLogDialog
961 --enable-webkit use wxWebKitCtrl
(Mac
)
962 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
963 --enable-prologio not available
; see contrib
964 --enable-resources not available
; see contrib
965 --enable-clipboard use wxClipboard class
966 --enable-dnd use Drag
'n'Drop classes
967 --enable-metafile use win32 metafiles
968 --enable-controls use all usual controls
969 --enable-accel use accelerators
970 --enable-button use wxButton class
971 --enable-bmpbutton use wxBitmapButton class
972 --enable-calendar use wxCalendarCtrl class
973 --enable-caret use wxCaret class
974 --enable-checkbox use wxCheckBox class
975 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
976 --enable-choice use wxChoice class
977 --enable-choicebook use wxChoicebook class
978 --enable-combobox use wxComboBox class
979 --enable-datepick use wxDatePickerCtrl class
980 --enable-display use wxDisplay class
981 --enable-gauge use wxGauge class
982 --enable-grid use wxGrid class
983 --enable-imaglist use wxImageList class
984 --enable-listbook use wxListbook class
985 --enable-listbox use wxListBox class
986 --enable-listctrl use wxListCtrl class
987 --enable-notebook use wxNotebook class
988 --enable-radiobox use wxRadioBox class
989 --enable-radiobtn use wxRadioButton class
990 --enable-sash use wxSashWindow class
991 --enable-scrollbar use wxScrollBar class and scrollable windows
992 --enable-slider use wxSlider class
993 --enable-spinbtn use wxSpinButton class
994 --enable-spinctrl use wxSpinCtrl class
995 --enable-splitter use wxSplitterWindow class
996 --enable-statbmp use wxStaticBitmap class
997 --enable-statbox use wxStaticBox class
998 --enable-statline use wxStaticLine class
999 --enable-stattext use wxStaticText class
1000 --enable-statusbar use wxStatusBar class
1001 --enable-tabdialog use wxTabControl class
1002 --enable-textctrl use wxTextCtrl class
1003 --enable-togglebtn use wxToggleButton class
1004 --enable-toolbar use wxToolBar class
1005 --enable-tbarnative use native wxToolBar class
1006 --enable-tbarsmpl use wxToolBarSimple class
1007 --enable-treectrl use wxTreeCtrl class
1008 --enable-tipwindow use wxTipWindow class
1009 --enable-popupwin use wxPopUpWindow class
1010 --enable-commondlg use all common dialogs
1011 --enable-choicedlg use wxChoiceDialog
1012 --enable-coldlg use wxColourDialog
1013 --enable-filedlg use wxFileDialog
1014 --enable-finddlg use wxFindReplaceDialog
1015 --enable-fontdlg use wxFontDialog
1016 --enable-dirdlg use wxDirDialog
1017 --enable-msgdlg use wxMessageDialog
1018 --enable-numberdlg use wxNumberEntryDialog
1019 --enable-splash use wxSplashScreen
1020 --enable-textdlg use wxTextDialog
1021 --enable-tipdlg use startup tips
1022 --enable-progressdlg use wxProgressDialog
1023 --enable-wizarddlg use wxWizard
1024 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1025 --enable-miniframe use wxMiniFrame class
1026 --enable-tooltips use wxToolTip class
1027 --enable-splines use spline drawing code
1028 --enable-mousewheel use mousewheel
1029 --enable-validators use wxValidator and derived classes
1030 --enable-busyinfo use wxBusyInfo
1031 --enable-joystick use wxJoystick
1032 --enable-metafiles use wxMetaFile
(Win32 only
)
1033 --enable-dragimage use wxDragImage
1034 --enable-accessibility enable accessibility support
1035 --enable-dccache cache temporary wxDC objects
(Win32 only
)
1036 --enable-palette use wxPalette class
1037 --enable-image use wxImage class
1038 --enable-gif use gif images
(GIF
file format
)
1039 --enable-pcx use pcx images
(PCX
file format
)
1040 --enable-iff use iff images
(IFF
file format
)
1041 --enable-pnm use pnm images
(PNM
file format
)
1042 --enable-xpm use xpm images
(XPM
file format
)
1043 --enable-icocur use Windows ICO and CUR formats
1044 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1045 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1046 --disable-largefile omit support
for large files
1047 --disable-gtktest do not try to compile and run a
test GTK
+ program
1048 --disable-gtktest Do not try to compile and run a
test GTK program
1049 --disable-sdltest Do not try to compile and run a
test SDL program
1050 --enable-omf use OMF object format
(OS
/2)
1051 --disable-precomp-headers
1052 don
't use precompiled headers even if compiler can
1055 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1056 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1057 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1058 --with-motif use Motif/Lesstif
1059 --with-mac use Mac OS X
1060 --with-cocoa use Cocoa
1061 --with-wine use Wine
1062 --with-msw use MS-Windows
1063 --with-pm use OS/2 Presentation Manager
1064 --with-mgl use SciTech MGL
1065 --with-microwin use MicroWindows
1067 --with-libpng use libpng (PNG image format)
1068 --with-libjpeg use libjpeg (JPEG file format)
1069 --with-libtiff use libtiff (TIFF file format)
1070 --with-libxpm use libxpm (XPM file format)
1071 --with-libmspack use libmspack (CHM help files loading)
1072 --with-sdl use SDL for audio on Unix
1073 --with-gnomeprint use GNOME print for printing under Unix
1074 --with-opengl use OpenGL (or Mesa)
1075 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1076 --with-regex enable support for wxRegEx class
1077 --with-zlib use zlib for LZW compression
1078 --with-odbc use the IODBC and wxODBC classes
1079 --with-expat enable XML support using expat parser
1080 --with-flavour=NAME specify a name to identify this build
1081 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1082 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1083 --with-x use the X Window System
1084 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1085 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1086 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1087 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1088 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1090 Some influential environment variables:
1091 CC C compiler command
1092 CFLAGS C compiler flags
1093 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1094 nonstandard directory <lib dir>
1095 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1096 headers in a nonstandard directory <include dir>
1098 CXX C++ compiler command
1099 CXXFLAGS C++ compiler flags
1100 CXXCPP C++ preprocessor
1102 Use these variables to override the choices made by `configure' or to
help
1103 it to
find libraries and programs with nonstandard names
/locations.
1105 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
1109 if test "$ac_init_help" = "recursive"; then
1110 # If there are subdirs, report their specific --help.
1112 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1113 test -d $ac_dir || continue
1116 if test "$ac_dir" != .
; then
1117 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1118 # A "../" for each directory in $ac_dir_suffix.
1119 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1121 ac_dir_suffix
= ac_top_builddir
=
1125 .
) # No --srcdir option. We are building in place.
1127 if test -z "$ac_top_builddir"; then
1130 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1132 [\\/]* | ?
:[\\/]* ) # Absolute path.
1133 ac_srcdir
=$srcdir$ac_dir_suffix;
1134 ac_top_srcdir
=$srcdir ;;
1136 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1137 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1140 # Do not use `cd foo && pwd` to compute absolute paths, because
1141 # the directories may not exist.
1143 .
) ac_abs_builddir
="$ac_dir";;
1146 .
) ac_abs_builddir
=`pwd`;;
1147 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1148 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1151 case $ac_abs_builddir in
1152 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1154 case ${ac_top_builddir}.
in
1155 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1156 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1157 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1160 case $ac_abs_builddir in
1161 .
) ac_abs_srcdir
=$ac_srcdir;;
1164 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1165 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1166 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1169 case $ac_abs_builddir in
1170 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1172 case $ac_top_srcdir in
1173 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1174 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1175 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1180 # Check for guested configure; otherwise get Cygnus style configure.
1181 if test -f $ac_srcdir/configure.gnu
; then
1183 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1184 elif test -f $ac_srcdir/configure
; then
1186 $SHELL $ac_srcdir/configure
--help=recursive
1187 elif test -f $ac_srcdir/configure.ac
||
1188 test -f $ac_srcdir/configure.
in; then
1190 $ac_configure --help
1192 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1198 test -n "$ac_init_help" && exit 0
1199 if $ac_init_version; then
1201 wxWidgets configure
2.6.2
1202 generated by GNU Autoconf
2.59
1204 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1205 This configure
script is free software
; the Free Software Foundation
1206 gives unlimited permission to copy
, distribute and modify it.
1212 This file contains any messages produced by compilers while
1213 running configure, to aid debugging if configure makes a mistake.
1215 It was created by wxWidgets $as_me 2.6.2, which was
1216 generated by GNU Autoconf 2.59. Invocation command line was
1227 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1228 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1229 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1230 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1231 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1233 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1234 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1236 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1237 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1238 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1239 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1240 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1241 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1242 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1250 test -z "$as_dir" && as_dir
=.
1251 echo "PATH: $as_dir"
1266 # Keep a trace of the command line.
1267 # Strip out --no-create and --no-recursion so they do not pile up.
1268 # Strip out --silent because we don't want to record it for future runs.
1269 # Also quote any args containing shell meta-characters.
1270 # Make two passes to allow for proper duplicate-argument suppression.
1275 ac_must_keep_next
=false
1281 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1282 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1283 | -silent | --silent | --silen | --sile | --sil)
1285 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1286 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1289 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1291 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1292 if test $ac_must_keep_next = true
; then
1293 ac_must_keep_next
=false
# Got value, back to normal.
1296 *=* | --config-cache | -C | -disable-* | --disable-* \
1297 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1298 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1299 | -with-* | --with-* | -without-* | --without-* | --x)
1300 case "$ac_configure_args0 " in
1301 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1304 -* ) ac_must_keep_next
=true
;;
1307 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1308 # Get rid of the leading space.
1314 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1315 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1317 # When interrupted or exit'd, cleanup temporary files, and complete
1318 # config.log. We remove comments because anyway the quotes in there
1319 # would cause problems or look ugly.
1320 # WARNING: Be sure not to use single quotes in there, as some shells,
1321 # such as our DU 5.0 friend, will then `close' the trap.
1322 trap 'exit_status=$?
1323 # Save into config.log some information that might help in debugging.
1328 ## ---------------- ##
1329 ## Cache variables. ##
1330 ## ---------------- ##
1333 # The following way of writing the cache mishandles newlines in values,
1336 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1339 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1340 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1344 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1351 ## ----------------- ##
1352 ## Output variables. ##
1353 ## ----------------- ##
1356 for ac_var in $ac_subst_vars
1358 eval ac_val=$`echo $ac_var`
1359 echo "$ac_var='"'"'$ac_val'"'"'"
1363 if test -n "$ac_subst_files"; then
1370 for ac_var in $ac_subst_files
1372 eval ac_val=$`echo $ac_var`
1373 echo "$ac_var='"'"'$ac_val'"'"'"
1378 if test -s confdefs.h; then
1385 sed "/^$/d" confdefs.h | sort
1388 test "$ac_signal" != 0 &&
1389 echo "$as_me: caught signal $ac_signal"
1390 echo "$as_me: exit $exit_status"
1392 rm -f core *.core &&
1393 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1396 for ac_signal
in 1 2 13 15; do
1397 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1401 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1402 rm -rf conftest
* confdefs.h
1403 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1406 # Predefined preprocessor variables.
1408 cat >>confdefs.h
<<_ACEOF
1409 #define PACKAGE_NAME "$PACKAGE_NAME"
1413 cat >>confdefs.h
<<_ACEOF
1414 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1418 cat >>confdefs.h
<<_ACEOF
1419 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1423 cat >>confdefs.h
<<_ACEOF
1424 #define PACKAGE_STRING "$PACKAGE_STRING"
1428 cat >>confdefs.h
<<_ACEOF
1429 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1433 # Let the site file select an alternate cache file if it wants to.
1434 # Prefer explicitly selected file to automatically selected ones.
1435 if test -z "$CONFIG_SITE"; then
1436 if test "x$prefix" != xNONE
; then
1437 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1439 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1442 for ac_site_file
in $CONFIG_SITE; do
1443 if test -r "$ac_site_file"; then
1444 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1445 echo "$as_me: loading site script $ac_site_file" >&6;}
1446 sed 's/^/| /' "$ac_site_file" >&5
1451 if test -r "$cache_file"; then
1452 # Some versions of bash will fail to source /dev/null (special
1453 # files actually), so we avoid doing that.
1454 if test -f "$cache_file"; then
1455 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1456 echo "$as_me: loading cache $cache_file" >&6;}
1458 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1459 *) . .
/$cache_file;;
1463 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1464 echo "$as_me: creating cache $cache_file" >&6;}
1468 # Check that the precious variables saved in the cache have kept the same
1470 ac_cache_corrupted
=false
1471 for ac_var
in `(set) 2>&1 |
1472 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1473 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1474 eval ac_new_set
=\
$ac_env_${ac_var}_set
1475 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1476 eval ac_new_val
="\$ac_env_${ac_var}_value"
1477 case $ac_old_set,$ac_new_set in
1479 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1480 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1481 ac_cache_corrupted
=: ;;
1483 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1484 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1485 ac_cache_corrupted
=: ;;
1488 if test "x$ac_old_val" != "x$ac_new_val"; then
1489 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1490 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1491 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1492 echo "$as_me: former value: $ac_old_val" >&2;}
1493 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1494 echo "$as_me: current value: $ac_new_val" >&2;}
1495 ac_cache_corrupted
=:
1498 # Pass precious variables to config.status.
1499 if test "$ac_new_set" = set; then
1501 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1502 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1503 *) ac_arg
=$ac_var=$ac_new_val ;;
1505 case " $ac_configure_args " in
1506 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1507 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1511 if $ac_cache_corrupted; then
1512 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1513 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1514 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1515 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1516 { (exit 1); exit 1; }; }
1520 ac_cpp
='$CPP $CPPFLAGS'
1521 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1522 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1523 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1555 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1556 if test -f $ac_dir/install-sh; then
1558 ac_install_sh
="$ac_aux_dir/install-sh -c"
1560 elif test -f $ac_dir/install.sh
; then
1562 ac_install_sh
="$ac_aux_dir/install.sh -c"
1564 elif test -f $ac_dir/shtool
; then
1566 ac_install_sh
="$ac_aux_dir/shtool install -c"
1570 if test -z "$ac_aux_dir"; then
1571 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1572 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1573 { (exit 1); exit 1; }; }
1575 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1576 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1577 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1579 # Make sure we can run config.sub.
1580 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1581 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1582 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1583 { (exit 1); exit 1; }; }
1585 echo "$as_me:$LINENO: checking build system type" >&5
1586 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1587 if test "${ac_cv_build+set}" = set; then
1588 echo $ECHO_N "(cached) $ECHO_C" >&6
1590 ac_cv_build_alias
=$build_alias
1591 test -z "$ac_cv_build_alias" &&
1592 ac_cv_build_alias
=`$ac_config_guess`
1593 test -z "$ac_cv_build_alias" &&
1594 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1595 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1596 { (exit 1); exit 1; }; }
1597 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1598 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1599 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1600 { (exit 1); exit 1; }; }
1603 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1604 echo "${ECHO_T}$ac_cv_build" >&6
1606 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1607 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1608 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1611 echo "$as_me:$LINENO: checking host system type" >&5
1612 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1613 if test "${ac_cv_host+set}" = set; then
1614 echo $ECHO_N "(cached) $ECHO_C" >&6
1616 ac_cv_host_alias
=$host_alias
1617 test -z "$ac_cv_host_alias" &&
1618 ac_cv_host_alias
=$ac_cv_build_alias
1619 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1620 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1621 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1622 { (exit 1); exit 1; }; }
1625 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1626 echo "${ECHO_T}$ac_cv_host" >&6
1628 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1629 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1630 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1633 echo "$as_me:$LINENO: checking target system type" >&5
1634 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1635 if test "${ac_cv_target+set}" = set; then
1636 echo $ECHO_N "(cached) $ECHO_C" >&6
1638 ac_cv_target_alias
=$target_alias
1639 test "x$ac_cv_target_alias" = "x" &&
1640 ac_cv_target_alias
=$ac_cv_host_alias
1641 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1642 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1643 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1644 { (exit 1); exit 1; }; }
1647 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1648 echo "${ECHO_T}$ac_cv_target" >&6
1649 target
=$ac_cv_target
1650 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1651 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1652 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1655 # The aliases save the names the user supplied, while $host etc.
1656 # will get canonicalized.
1657 test -n "$target_alias" &&
1658 test "$program_prefix$program_suffix$program_transform_name" = \
1660 program_prefix
=${target_alias}-
1664 wx_major_version_number
=2
1665 wx_minor_version_number
=6
1667 wx_subrelease_number
=1
1669 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
1670 WX_VERSION
=$WX_RELEASE.
$wx_release_number
1671 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
1673 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
1686 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1692 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1698 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1700 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1702 DEFAULT_wxUSE_COCOA
=0
1706 DEFAULT_wxUSE_MICROWIN
=0
1707 DEFAULT_wxUSE_MOTIF
=0
1712 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1713 DEFAULT_DEFAULT_wxUSE_GTK
=0
1714 DEFAULT_DEFAULT_wxUSE_MAC
=0
1715 DEFAULT_DEFAULT_wxUSE_MGL
=0
1716 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1717 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1718 DEFAULT_DEFAULT_wxUSE_MSW
=0
1719 DEFAULT_DEFAULT_wxUSE_PM
=0
1720 DEFAULT_DEFAULT_wxUSE_X11
=0
1725 SAMPLES_RPATH_POSTLINK
=
1727 DEFAULT_STD_FLAG
=yes
1732 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1733 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1735 cat >>confdefs.h
<<\_ACEOF
1742 cat >>confdefs.h
<<\_ACEOF
1747 if test "x$TMP" = "xalpha"; then
1749 cat >>confdefs.h
<<\_ACEOF
1754 DEFAULT_DEFAULT_wxUSE_GTK
=1
1756 *-*-gnu* | *-*-k*bsd
*-gnu )
1759 if test "x$TMP" = "xalpha"; then
1761 cat >>confdefs.h
<<\_ACEOF
1766 DEFAULT_DEFAULT_wxUSE_GTK
=1
1768 *-*-irix5* | *-*-irix6* )
1771 cat >>confdefs.h
<<\_ACEOF
1775 cat >>confdefs.h
<<\_ACEOF
1779 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1785 cat >>confdefs.h
<<\_ACEOF
1789 cat >>confdefs.h
<<\_ACEOF
1790 #define __SOLARIS__ 1
1793 cat >>confdefs.h
<<\_ACEOF
1797 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1798 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1804 cat >>confdefs.h
<<\_ACEOF
1808 cat >>confdefs.h
<<\_ACEOF
1812 cat >>confdefs.h
<<\_ACEOF
1816 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1821 cat >>confdefs.h
<<\_ACEOF
1822 #define __FREEBSD__ 1
1825 cat >>confdefs.h
<<\_ACEOF
1829 DEFAULT_DEFAULT_wxUSE_GTK
=1
1834 cat >>confdefs.h
<<\_ACEOF
1835 #define __OPENBSD__ 1
1838 cat >>confdefs.h
<<\_ACEOF
1842 DEFAULT_DEFAULT_wxUSE_GTK
=1
1847 cat >>confdefs.h
<<\_ACEOF
1848 #define __NETBSD__ 1
1851 cat >>confdefs.h
<<\_ACEOF
1855 DEFAULT_DEFAULT_wxUSE_GTK
=1
1860 cat >>confdefs.h
<<\_ACEOF
1864 cat >>confdefs.h
<<\_ACEOF
1868 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1869 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1874 cat >>confdefs.h
<<\_ACEOF
1878 cat >>confdefs.h
<<\_ACEOF
1882 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1887 cat >>confdefs.h
<<\_ACEOF
1891 cat >>confdefs.h
<<\_ACEOF
1895 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1902 cat >>confdefs.h
<<\_ACEOF
1906 cat >>confdefs.h
<<\_ACEOF
1910 cat >>confdefs.h
<<\_ACEOF
1914 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1921 cat >>confdefs.h
<<\_ACEOF
1922 #define __UNIXWARE__ 1
1927 *-*-cygwin* | *-*-mingw32* )
1930 DEFAULT_DEFAULT_wxUSE_MSW
=1
1937 cat >>confdefs.h
<<\_ACEOF
1942 DEFAULT_DEFAULT_wxUSE_MGL
=1
1945 *-pc-os2_emx | *-pc-os2-emx )
1946 cat >>confdefs.h
<<\_ACEOF
1951 cat >>confdefs.h
<<\_ACEOF
1956 DEFAULT_DEFAULT_wxUSE_PM
=1
1958 LDFLAGS
="$LDFLAGS -Zcrtdll"
1959 ac_executable_extensions
=".exe"
1960 export ac_executable_extensions
1964 for ac_dir
in $PATH; do
1966 if test -z "$ac_TEMP_PATH"; then
1967 ac_TEMP_PATH
="$ac_dir"
1969 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
1972 export PATH
="$ac_TEMP_PATH"
1981 cat >>confdefs.h
<<\_ACEOF
1985 cat >>confdefs.h
<<\_ACEOF
1986 #define __DARWIN__ 1
1989 cat >>confdefs.h
<<\_ACEOF
1990 #define TARGET_CARBON 1
1993 DEFAULT_DEFAULT_wxUSE_MAC
=1
1996 powerpc
-apple-macos* )
1998 ac_cv_c_bigendian
=yes
2000 DEFAULT_DEFAULT_wxUSE_MAC
=1
2006 cat >>confdefs.h
<<\_ACEOF
2013 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
2014 echo "$as_me: error: unknown system type ${host}." >&2;}
2015 { (exit 1); exit 1; }; }
2021 wx_arg_cache_file
="configarg.cache"
2022 echo "loading argument cache $wx_arg_cache_file"
2023 rm -f ${wx_arg_cache_file}.tmp
2024 touch ${wx_arg_cache_file}.tmp
2025 touch ${wx_arg_cache_file}
2029 if test $DEBUG_CONFIGURE = 1; then
2030 DEFAULT_wxUSE_UNIVERSAL
=no
2031 DEFAULT_wxUSE_STL
=no
2033 DEFAULT_wxUSE_NANOX
=no
2035 DEFAULT_wxUSE_THREADS
=yes
2037 DEFAULT_wxUSE_SHARED
=yes
2038 DEFAULT_wxUSE_OPTIMISE
=no
2039 DEFAULT_wxUSE_PROFILE
=no
2040 DEFAULT_wxUSE_NO_DEPS
=no
2041 DEFAULT_wxUSE_NO_RTTI
=no
2042 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2043 DEFAULT_wxUSE_RPATH
=yes
2044 DEFAULT_wxUSE_PERMISSIVE
=no
2045 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2046 DEFAULT_wxUSE_DEBUG_INFO
=yes
2047 DEFAULT_wxUSE_DEBUG_GDB
=yes
2048 DEFAULT_wxUSE_MEM_TRACING
=no
2049 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2050 DEFAULT_wxUSE_DMALLOC
=no
2051 DEFAULT_wxUSE_APPLE_IEEE
=no
2053 DEFAULT_wxUSE_EXCEPTIONS
=no
2054 DEFAULT_wxUSE_LOG
=yes
2055 DEFAULT_wxUSE_LOGWINDOW
=no
2056 DEFAULT_wxUSE_LOGGUI
=no
2057 DEFAULT_wxUSE_LOGDIALOG
=no
2059 DEFAULT_wxUSE_GUI
=yes
2060 DEFAULT_wxUSE_CONTROLS
=no
2062 DEFAULT_wxUSE_REGEX
=no
2063 DEFAULT_wxUSE_XML
=no
2064 DEFAULT_wxUSE_EXPAT
=no
2065 DEFAULT_wxUSE_ZLIB
=no
2066 DEFAULT_wxUSE_LIBPNG
=no
2067 DEFAULT_wxUSE_LIBJPEG
=no
2068 DEFAULT_wxUSE_LIBTIFF
=no
2069 DEFAULT_wxUSE_LIBXPM
=no
2070 DEFAULT_wxUSE_LIBMSPACK
=no
2071 DEFAULT_wxUSE_LIBSDL
=no
2072 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2073 DEFAULT_wxUSE_ODBC
=no
2074 DEFAULT_wxUSE_OPENGL
=no
2076 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2077 DEFAULT_wxUSE_STACKWALKER
=no
2078 DEFAULT_wxUSE_DEBUGREPORT
=no
2079 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2080 DEFAULT_wxUSE_STD_IOSTREAM
=no
2081 DEFAULT_wxUSE_STD_STRING
=no
2082 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2083 DEFAULT_wxUSE_DATETIME
=no
2084 DEFAULT_wxUSE_TIMER
=no
2085 DEFAULT_wxUSE_STOPWATCH
=no
2086 DEFAULT_wxUSE_FILE
=no
2087 DEFAULT_wxUSE_FFILE
=no
2088 DEFAULT_wxUSE_STDPATHS
=no
2089 DEFAULT_wxUSE_TEXTBUFFER
=no
2090 DEFAULT_wxUSE_TEXTFILE
=no
2091 DEFAULT_wxUSE_SOUND
=no
2092 DEFAULT_wxUSE_MEDIACTRL
=no
2093 DEFAULT_wxUSE_INTL
=no
2094 DEFAULT_wxUSE_CONFIG
=no
2095 DEFAULT_wxUSE_FONTMAP
=no
2096 DEFAULT_wxUSE_STREAMS
=no
2097 DEFAULT_wxUSE_SOCKETS
=no
2098 DEFAULT_wxUSE_OLE
=no
2099 DEFAULT_wxUSE_DATAOBJ
=no
2100 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2101 DEFAULT_wxUSE_JOYSTICK
=no
2102 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2103 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2104 DEFAULT_wxUSE_LONGLONG
=no
2105 DEFAULT_wxUSE_GEOMETRY
=no
2107 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2108 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2109 DEFAULT_wxUSE_POSTSCRIPT
=no
2111 DEFAULT_wxUSE_CLIPBOARD
=no
2112 DEFAULT_wxUSE_TOOLTIPS
=no
2113 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2114 DEFAULT_wxUSE_DRAGIMAGE
=no
2115 DEFAULT_wxUSE_SPLINES
=no
2116 DEFAULT_wxUSE_MOUSEWHEEL
=no
2118 DEFAULT_wxUSE_MDI
=no
2119 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2120 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2121 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2123 DEFAULT_wxUSE_RESOURCES
=no
2124 DEFAULT_wxUSE_CONSTRAINTS
=no
2125 DEFAULT_wxUSE_IPC
=no
2126 DEFAULT_wxUSE_HELP
=no
2127 DEFAULT_wxUSE_MS_HTML_HELP
=no
2128 DEFAULT_wxUSE_WXHTML_HELP
=no
2129 DEFAULT_wxUSE_TREELAYOUT
=no
2130 DEFAULT_wxUSE_METAFILE
=no
2131 DEFAULT_wxUSE_MIMETYPE
=no
2132 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2133 DEFAULT_wxUSE_PROTOCOL
=no
2134 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2135 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2136 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2137 DEFAULT_wxUSE_URL
=no
2139 DEFAULT_wxUSE_COMMONDLGS
=no
2140 DEFAULT_wxUSE_CHOICEDLG
=no
2141 DEFAULT_wxUSE_COLOURDLG
=no
2142 DEFAULT_wxUSE_DIRDLG
=no
2143 DEFAULT_wxUSE_FILEDLG
=no
2144 DEFAULT_wxUSE_FINDREPLDLG
=no
2145 DEFAULT_wxUSE_FONTDLG
=no
2146 DEFAULT_wxUSE_MSGDLG
=no
2147 DEFAULT_wxUSE_NUMBERDLG
=no
2148 DEFAULT_wxUSE_TEXTDLG
=no
2149 DEFAULT_wxUSE_SPLASH
=no
2150 DEFAULT_wxUSE_STARTUP_TIPS
=no
2151 DEFAULT_wxUSE_PROGRESSDLG
=no
2152 DEFAULT_wxUSE_WIZARDDLG
=no
2154 DEFAULT_wxUSE_MENUS
=no
2155 DEFAULT_wxUSE_MINIFRAME
=no
2156 DEFAULT_wxUSE_HTML
=no
2157 DEFAULT_wxUSE_XRC
=no
2158 DEFAULT_wxUSE_WEBKIT
=no
2159 DEFAULT_wxUSE_FILESYSTEM
=no
2160 DEFAULT_wxUSE_FS_INET
=no
2161 DEFAULT_wxUSE_FS_ZIP
=no
2162 DEFAULT_wxUSE_BUSYINFO
=no
2163 DEFAULT_wxUSE_ARCHIVE_STREAMS
=no
2164 DEFAULT_wxUSE_ZIPSTREAM
=no
2165 DEFAULT_wxUSE_VALIDATORS
=no
2167 DEFAULT_wxUSE_ACCEL
=no
2168 DEFAULT_wxUSE_BUTTON
=no
2169 DEFAULT_wxUSE_BMPBUTTON
=no
2170 DEFAULT_wxUSE_CALCTRL
=no
2171 DEFAULT_wxUSE_CARET
=no
2172 DEFAULT_wxUSE_CHECKBOX
=no
2173 DEFAULT_wxUSE_CHECKLST
=no
2174 DEFAULT_wxUSE_CHOICE
=no
2175 DEFAULT_wxUSE_CHOICEBOOK
=no
2176 DEFAULT_wxUSE_COMBOBOX
=no
2177 DEFAULT_wxUSE_DATEPICKCTRL
=no
2178 DEFAULT_wxUSE_DISPLAY
=no
2179 DEFAULT_wxUSE_GAUGE
=no
2180 DEFAULT_wxUSE_GRID
=no
2181 DEFAULT_wxUSE_IMAGLIST
=no
2182 DEFAULT_wxUSE_LISTBOOK
=no
2183 DEFAULT_wxUSE_LISTBOX
=no
2184 DEFAULT_wxUSE_LISTCTRL
=no
2185 DEFAULT_wxUSE_NOTEBOOK
=no
2186 DEFAULT_wxUSE_RADIOBOX
=no
2187 DEFAULT_wxUSE_RADIOBTN
=no
2188 DEFAULT_wxUSE_SASH
=no
2189 DEFAULT_wxUSE_SCROLLBAR
=no
2190 DEFAULT_wxUSE_SLIDER
=no
2191 DEFAULT_wxUSE_SPINBTN
=no
2192 DEFAULT_wxUSE_SPINCTRL
=no
2193 DEFAULT_wxUSE_SPLITTER
=no
2194 DEFAULT_wxUSE_STATBMP
=no
2195 DEFAULT_wxUSE_STATBOX
=no
2196 DEFAULT_wxUSE_STATLINE
=no
2197 DEFAULT_wxUSE_STATTEXT
=no
2198 DEFAULT_wxUSE_STATUSBAR
=yes
2199 DEFAULT_wxUSE_TABDIALOG
=no
2200 DEFAULT_wxUSE_TEXTCTRL
=no
2201 DEFAULT_wxUSE_TOGGLEBTN
=no
2202 DEFAULT_wxUSE_TOOLBAR
=no
2203 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2204 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2205 DEFAULT_wxUSE_TREECTRL
=no
2206 DEFAULT_wxUSE_POPUPWIN
=no
2207 DEFAULT_wxUSE_TIPWINDOW
=no
2209 DEFAULT_wxUSE_UNICODE
=no
2210 DEFAULT_wxUSE_UNICODE_MSLU
=no
2211 DEFAULT_wxUSE_WCSRTOMBS
=no
2213 DEFAULT_wxUSE_PALETTE
=no
2214 DEFAULT_wxUSE_IMAGE
=no
2215 DEFAULT_wxUSE_GIF
=no
2216 DEFAULT_wxUSE_PCX
=no
2217 DEFAULT_wxUSE_PNM
=no
2218 DEFAULT_wxUSE_IFF
=no
2219 DEFAULT_wxUSE_XPM
=no
2220 DEFAULT_wxUSE_ICO_CUR
=no
2221 DEFAULT_wxUSE_ACCESSIBILITY
=no
2223 DEFAULT_wxUSE_MONOLITHIC
=no
2224 DEFAULT_wxUSE_PLUGINS
=no
2225 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2227 DEFAULT_wxUSE_UNIVERSAL
=no
2228 DEFAULT_wxUSE_STL
=no
2230 DEFAULT_wxUSE_NANOX
=no
2232 DEFAULT_wxUSE_THREADS
=yes
2234 DEFAULT_wxUSE_SHARED
=yes
2235 DEFAULT_wxUSE_OPTIMISE
=yes
2236 DEFAULT_wxUSE_PROFILE
=no
2237 DEFAULT_wxUSE_NO_DEPS
=no
2238 DEFAULT_wxUSE_NO_RTTI
=no
2239 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2240 DEFAULT_wxUSE_RPATH
=yes
2241 DEFAULT_wxUSE_PERMISSIVE
=no
2242 DEFAULT_wxUSE_DEBUG_FLAG
=no
2243 DEFAULT_wxUSE_DEBUG_INFO
=no
2244 DEFAULT_wxUSE_DEBUG_GDB
=no
2245 DEFAULT_wxUSE_MEM_TRACING
=no
2246 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2247 DEFAULT_wxUSE_DMALLOC
=no
2248 DEFAULT_wxUSE_APPLE_IEEE
=yes
2250 DEFAULT_wxUSE_EXCEPTIONS
=yes
2251 DEFAULT_wxUSE_LOG
=yes
2252 DEFAULT_wxUSE_LOGWINDOW
=yes
2253 DEFAULT_wxUSE_LOGGUI
=yes
2254 DEFAULT_wxUSE_LOGDIALOG
=yes
2256 DEFAULT_wxUSE_GUI
=yes
2258 DEFAULT_wxUSE_REGEX
=yes
2259 DEFAULT_wxUSE_XML
=yes
2260 DEFAULT_wxUSE_EXPAT
=yes
2261 DEFAULT_wxUSE_ZLIB
=yes
2262 DEFAULT_wxUSE_LIBPNG
=yes
2263 DEFAULT_wxUSE_LIBJPEG
=yes
2264 DEFAULT_wxUSE_LIBTIFF
=yes
2265 DEFAULT_wxUSE_LIBXPM
=yes
2266 DEFAULT_wxUSE_LIBMSPACK
=yes
2267 DEFAULT_wxUSE_LIBSDL
=no
2268 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2269 DEFAULT_wxUSE_ODBC
=no
2270 DEFAULT_wxUSE_OPENGL
=no
2272 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2273 DEFAULT_wxUSE_STACKWALKER
=yes
2274 DEFAULT_wxUSE_DEBUGREPORT
=yes
2275 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2276 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2277 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2278 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2279 DEFAULT_wxUSE_DATETIME
=yes
2280 DEFAULT_wxUSE_TIMER
=yes
2281 DEFAULT_wxUSE_STOPWATCH
=yes
2282 DEFAULT_wxUSE_FILE
=yes
2283 DEFAULT_wxUSE_FFILE
=yes
2284 DEFAULT_wxUSE_STDPATHS
=yes
2285 DEFAULT_wxUSE_TEXTBUFFER
=yes
2286 DEFAULT_wxUSE_TEXTFILE
=yes
2287 DEFAULT_wxUSE_SOUND
=yes
2288 DEFAULT_wxUSE_MEDIACTRL
=no
2289 DEFAULT_wxUSE_INTL
=yes
2290 DEFAULT_wxUSE_CONFIG
=yes
2291 DEFAULT_wxUSE_FONTMAP
=yes
2292 DEFAULT_wxUSE_STREAMS
=yes
2293 DEFAULT_wxUSE_SOCKETS
=yes
2294 DEFAULT_wxUSE_OLE
=yes
2295 DEFAULT_wxUSE_DATAOBJ
=yes
2296 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2297 DEFAULT_wxUSE_JOYSTICK
=yes
2298 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2299 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2300 DEFAULT_wxUSE_LONGLONG
=yes
2301 DEFAULT_wxUSE_GEOMETRY
=yes
2303 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2304 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2305 DEFAULT_wxUSE_POSTSCRIPT
=yes
2307 DEFAULT_wxUSE_CLIPBOARD
=yes
2308 DEFAULT_wxUSE_TOOLTIPS
=yes
2309 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2310 DEFAULT_wxUSE_DRAGIMAGE
=yes
2311 DEFAULT_wxUSE_SPLINES
=yes
2312 DEFAULT_wxUSE_MOUSEWHEEL
=yes
2314 DEFAULT_wxUSE_MDI
=yes
2315 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2316 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2317 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2319 DEFAULT_wxUSE_RESOURCES
=no
2320 DEFAULT_wxUSE_CONSTRAINTS
=yes
2321 DEFAULT_wxUSE_IPC
=yes
2322 DEFAULT_wxUSE_HELP
=yes
2323 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2324 DEFAULT_wxUSE_WXHTML_HELP
=yes
2325 DEFAULT_wxUSE_TREELAYOUT
=yes
2326 DEFAULT_wxUSE_METAFILE
=yes
2327 DEFAULT_wxUSE_MIMETYPE
=yes
2328 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2329 DEFAULT_wxUSE_PROTOCOL
=yes
2330 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2331 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2332 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2333 DEFAULT_wxUSE_URL
=yes
2335 DEFAULT_wxUSE_COMMONDLGS
=yes
2336 DEFAULT_wxUSE_CHOICEDLG
=yes
2337 DEFAULT_wxUSE_COLOURDLG
=yes
2338 DEFAULT_wxUSE_DIRDLG
=yes
2339 DEFAULT_wxUSE_FILEDLG
=yes
2340 DEFAULT_wxUSE_FINDREPLDLG
=yes
2341 DEFAULT_wxUSE_FONTDLG
=yes
2342 DEFAULT_wxUSE_MSGDLG
=yes
2343 DEFAULT_wxUSE_NUMBERDLG
=yes
2344 DEFAULT_wxUSE_TEXTDLG
=yes
2345 DEFAULT_wxUSE_SPLASH
=yes
2346 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2347 DEFAULT_wxUSE_PROGRESSDLG
=yes
2348 DEFAULT_wxUSE_WIZARDDLG
=yes
2350 DEFAULT_wxUSE_MENUS
=yes
2351 DEFAULT_wxUSE_MINIFRAME
=yes
2352 DEFAULT_wxUSE_HTML
=yes
2353 DEFAULT_wxUSE_XRC
=yes
2354 DEFAULT_wxUSE_WEBKIT
=yes
2355 DEFAULT_wxUSE_FILESYSTEM
=yes
2356 DEFAULT_wxUSE_FS_INET
=yes
2357 DEFAULT_wxUSE_FS_ZIP
=yes
2358 DEFAULT_wxUSE_BUSYINFO
=yes
2359 DEFAULT_wxUSE_ARCHIVE_STREAMS
=yes
2360 DEFAULT_wxUSE_ZIPSTREAM
=yes
2361 DEFAULT_wxUSE_VALIDATORS
=yes
2363 DEFAULT_wxUSE_ACCEL
=yes
2364 DEFAULT_wxUSE_BUTTON
=yes
2365 DEFAULT_wxUSE_BMPBUTTON
=yes
2366 DEFAULT_wxUSE_CALCTRL
=yes
2367 DEFAULT_wxUSE_CARET
=yes
2368 DEFAULT_wxUSE_CHECKBOX
=yes
2369 DEFAULT_wxUSE_CHECKLST
=yes
2370 DEFAULT_wxUSE_CHOICE
=yes
2371 DEFAULT_wxUSE_CHOICEBOOK
=yes
2372 DEFAULT_wxUSE_COMBOBOX
=yes
2373 DEFAULT_wxUSE_DATEPICKCTRL
=yes
2374 DEFAULT_wxUSE_DISPLAY
=yes
2375 DEFAULT_wxUSE_GAUGE
=yes
2376 DEFAULT_wxUSE_GRID
=yes
2377 DEFAULT_wxUSE_IMAGLIST
=yes
2378 DEFAULT_wxUSE_LISTBOOK
=yes
2379 DEFAULT_wxUSE_LISTBOX
=yes
2380 DEFAULT_wxUSE_LISTCTRL
=yes
2381 DEFAULT_wxUSE_NOTEBOOK
=yes
2382 DEFAULT_wxUSE_RADIOBOX
=yes
2383 DEFAULT_wxUSE_RADIOBTN
=yes
2384 DEFAULT_wxUSE_SASH
=yes
2385 DEFAULT_wxUSE_SCROLLBAR
=yes
2386 DEFAULT_wxUSE_SLIDER
=yes
2387 DEFAULT_wxUSE_SPINBTN
=yes
2388 DEFAULT_wxUSE_SPINCTRL
=yes
2389 DEFAULT_wxUSE_SPLITTER
=yes
2390 DEFAULT_wxUSE_STATBMP
=yes
2391 DEFAULT_wxUSE_STATBOX
=yes
2392 DEFAULT_wxUSE_STATLINE
=yes
2393 DEFAULT_wxUSE_STATTEXT
=yes
2394 DEFAULT_wxUSE_STATUSBAR
=yes
2395 DEFAULT_wxUSE_TABDIALOG
=no
2396 DEFAULT_wxUSE_TEXTCTRL
=yes
2397 DEFAULT_wxUSE_TOGGLEBTN
=yes
2398 DEFAULT_wxUSE_TOOLBAR
=yes
2399 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2400 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2401 DEFAULT_wxUSE_TREECTRL
=yes
2402 DEFAULT_wxUSE_POPUPWIN
=yes
2403 DEFAULT_wxUSE_TIPWINDOW
=yes
2405 DEFAULT_wxUSE_UNICODE
=no
2406 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2407 DEFAULT_wxUSE_WCSRTOMBS
=no
2409 DEFAULT_wxUSE_PALETTE
=yes
2410 DEFAULT_wxUSE_IMAGE
=yes
2411 DEFAULT_wxUSE_GIF
=yes
2412 DEFAULT_wxUSE_PCX
=yes
2413 DEFAULT_wxUSE_IFF
=no
2414 DEFAULT_wxUSE_PNM
=yes
2415 DEFAULT_wxUSE_XPM
=yes
2416 DEFAULT_wxUSE_ICO_CUR
=yes
2417 DEFAULT_wxUSE_ACCESSIBILITY
=no
2419 DEFAULT_wxUSE_MONOLITHIC
=no
2420 DEFAULT_wxUSE_PLUGINS
=no
2421 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2423 DEFAULT_wxUSE_GTK2
=yes
2429 for toolkit
in `echo $ALL_TOOLKITS`; do
2430 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2431 if test "x$LINE" != "x" ; then
2432 has_toolkit_in_cache
=1
2433 eval "DEFAULT_$LINE"
2434 eval "CACHE_$toolkit=1"
2436 LINE
=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2437 if test "x$LINE" != "x" ; then
2438 eval "DEFAULT_$LINE"
2446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2447 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2449 # Check whether --enable-gui or --disable-gui was given.
2450 if test "${enable_gui+set}" = set; then
2451 enableval
="$enable_gui"
2453 if test "$enableval" = yes; then
2454 ac_cv_use_gui
='wxUSE_GUI=yes'
2456 ac_cv_use_gui
='wxUSE_GUI=no'
2461 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2462 if test "x$LINE" != x
; then
2463 eval "DEFAULT_$LINE"
2468 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2472 eval "$ac_cv_use_gui"
2473 if test "$no_cache" != 1; then
2474 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2477 if test "$wxUSE_GUI" = yes; then
2478 echo "$as_me:$LINENO: result: yes" >&5
2479 echo "${ECHO_T}yes" >&6
2481 echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6
2487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2488 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2490 # Check whether --enable-monolithic or --disable-monolithic was given.
2491 if test "${enable_monolithic+set}" = set; then
2492 enableval
="$enable_monolithic"
2494 if test "$enableval" = yes; then
2495 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2497 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2502 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2503 if test "x$LINE" != x
; then
2504 eval "DEFAULT_$LINE"
2509 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2513 eval "$ac_cv_use_monolithic"
2514 if test "$no_cache" != 1; then
2515 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2518 if test "$wxUSE_MONOLITHIC" = yes; then
2519 echo "$as_me:$LINENO: result: yes" >&5
2520 echo "${ECHO_T}yes" >&6
2522 echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6
2528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2529 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2531 # Check whether --enable-plugins or --disable-plugins was given.
2532 if test "${enable_plugins+set}" = set; then
2533 enableval
="$enable_plugins"
2535 if test "$enableval" = yes; then
2536 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2538 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2543 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2544 if test "x$LINE" != x
; then
2545 eval "DEFAULT_$LINE"
2550 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2554 eval "$ac_cv_use_plugins"
2555 if test "$no_cache" != 1; then
2556 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2559 if test "$wxUSE_PLUGINS" = yes; then
2560 echo "$as_me:$LINENO: result: yes" >&5
2561 echo "${ECHO_T}yes" >&6
2563 echo "$as_me:$LINENO: result: no" >&5
2564 echo "${ECHO_T}no" >&6
2568 if test "$wxUSE_GUI" = "yes"; then
2572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2573 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2575 # Check whether --enable-universal or --disable-universal was given.
2576 if test "${enable_universal+set}" = set; then
2577 enableval
="$enable_universal"
2579 if test "$enableval" = yes; then
2580 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2582 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2587 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2588 if test "x$LINE" != x
; then
2589 eval "DEFAULT_$LINE"
2594 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2598 eval "$ac_cv_use_universal"
2599 if test "$no_cache" != 1; then
2600 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2603 if test "$wxUSE_UNIVERSAL" = yes; then
2604 echo "$as_me:$LINENO: result: yes" >&5
2605 echo "${ECHO_T}yes" >&6
2607 echo "$as_me:$LINENO: result: no" >&5
2608 echo "${ECHO_T}no" >&6
2612 # Check whether --with-gtk or --without-gtk was given.
2613 if test "${with_gtk+set}" = set; then
2615 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2618 # Check whether --with-motif or --without-motif was given.
2619 if test "${with_motif+set}" = set; then
2620 withval
="$with_motif"
2621 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2624 # Check whether --with-mac or --without-mac was given.
2625 if test "${with_mac+set}" = set; then
2627 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2630 # Check whether --with-cocoa or --without-cocoa was given.
2631 if test "${with_cocoa+set}" = set; then
2632 withval
="$with_cocoa"
2633 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2636 # Check whether --with-wine or --without-wine was given.
2637 if test "${with_wine+set}" = set; then
2638 withval
="$with_wine"
2639 wxUSE_WINE
="$withval" CACHE_WINE
=1
2642 # Check whether --with-msw or --without-msw was given.
2643 if test "${with_msw+set}" = set; then
2645 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2648 # Check whether --with-pm or --without-pm was given.
2649 if test "${with_pm+set}" = set; then
2651 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2654 # Check whether --with-mgl or --without-mgl was given.
2655 if test "${with_mgl+set}" = set; then
2657 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2660 # Check whether --with-microwin or --without-microwin was given.
2661 if test "${with_microwin+set}" = set; then
2662 withval
="$with_microwin"
2663 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2666 # Check whether --with-x11 or --without-x11 was given.
2667 if test "${with_x11+set}" = set; then
2669 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2674 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2676 # Check whether --enable-nanox or --disable-nanox was given.
2677 if test "${enable_nanox+set}" = set; then
2678 enableval
="$enable_nanox"
2680 if test "$enableval" = yes; then
2681 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2683 ac_cv_use_nanox
='wxUSE_NANOX=no'
2688 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2689 if test "x$LINE" != x
; then
2690 eval "DEFAULT_$LINE"
2695 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2699 eval "$ac_cv_use_nanox"
2700 if test "$no_cache" != 1; then
2701 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2704 if test "$wxUSE_NANOX" = yes; then
2705 echo "$as_me:$LINENO: result: yes" >&5
2706 echo "${ECHO_T}yes" >&6
2708 echo "$as_me:$LINENO: result: no" >&5
2709 echo "${ECHO_T}no" >&6
2713 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2714 if test "${enable_gtk2+set}" = set; then
2715 enableval
="$enable_gtk2"
2716 wxUSE_GTK2
="$enableval"
2720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2721 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2723 # Check whether --enable-gpe or --disable-gpe was given.
2724 if test "${enable_gpe+set}" = set; then
2725 enableval
="$enable_gpe"
2727 if test "$enableval" = yes; then
2728 ac_cv_use_gpe
='wxUSE_GPE=yes'
2730 ac_cv_use_gpe
='wxUSE_GPE=no'
2735 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2736 if test "x$LINE" != x
; then
2737 eval "DEFAULT_$LINE"
2742 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2746 eval "$ac_cv_use_gpe"
2747 if test "$no_cache" != 1; then
2748 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2751 if test "$wxUSE_GPE" = yes; then
2752 echo "$as_me:$LINENO: result: yes" >&5
2753 echo "${ECHO_T}yes" >&6
2755 echo "$as_me:$LINENO: result: no" >&5
2756 echo "${ECHO_T}no" >&6
2761 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2762 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2765 # Check whether --with-libpng or --without-libpng was given.
2766 if test "${with_libpng+set}" = set; then
2767 withval
="$with_libpng"
2769 if test "$withval" = yes; then
2770 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2771 elif test "$withval" = no
; then
2772 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2773 elif test "$withval" = sys
; then
2774 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2775 elif test "$withval" = builtin; then
2776 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2778 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2779 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2780 { (exit 1); exit 1; }; }
2785 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x
; then
2787 eval "DEFAULT_$LINE"
2792 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2796 eval "$ac_cv_use_libpng"
2797 if test "$no_cache" != 1; then
2798 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2801 if test "$wxUSE_LIBPNG" = yes; then
2802 echo "$as_me:$LINENO: result: yes" >&5
2803 echo "${ECHO_T}yes" >&6
2804 elif test "$wxUSE_LIBPNG" = no
; then
2805 echo "$as_me:$LINENO: result: no" >&5
2806 echo "${ECHO_T}no" >&6
2807 elif test "$wxUSE_LIBPNG" = sys
; then
2808 echo "$as_me:$LINENO: result: system version" >&5
2809 echo "${ECHO_T}system version" >&6
2810 elif test "$wxUSE_LIBPNG" = builtin; then
2811 echo "$as_me:$LINENO: result: builtin version" >&5
2812 echo "${ECHO_T}builtin version" >&6
2814 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2815 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2816 { (exit 1); exit 1; }; }
2820 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2821 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2824 # Check whether --with-libjpeg or --without-libjpeg was given.
2825 if test "${with_libjpeg+set}" = set; then
2826 withval
="$with_libjpeg"
2828 if test "$withval" = yes; then
2829 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2830 elif test "$withval" = no
; then
2831 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2832 elif test "$withval" = sys
; then
2833 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2834 elif test "$withval" = builtin; then
2835 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2837 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2838 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2839 { (exit 1); exit 1; }; }
2844 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2845 if test "x$LINE" != x
; then
2846 eval "DEFAULT_$LINE"
2851 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2855 eval "$ac_cv_use_libjpeg"
2856 if test "$no_cache" != 1; then
2857 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2860 if test "$wxUSE_LIBJPEG" = yes; then
2861 echo "$as_me:$LINENO: result: yes" >&5
2862 echo "${ECHO_T}yes" >&6
2863 elif test "$wxUSE_LIBJPEG" = no
; then
2864 echo "$as_me:$LINENO: result: no" >&5
2865 echo "${ECHO_T}no" >&6
2866 elif test "$wxUSE_LIBJPEG" = sys
; then
2867 echo "$as_me:$LINENO: result: system version" >&5
2868 echo "${ECHO_T}system version" >&6
2869 elif test "$wxUSE_LIBJPEG" = builtin; then
2870 echo "$as_me:$LINENO: result: builtin version" >&5
2871 echo "${ECHO_T}builtin version" >&6
2873 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2874 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2875 { (exit 1); exit 1; }; }
2879 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2880 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2883 # Check whether --with-libtiff or --without-libtiff was given.
2884 if test "${with_libtiff+set}" = set; then
2885 withval
="$with_libtiff"
2887 if test "$withval" = yes; then
2888 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2889 elif test "$withval" = no
; then
2890 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2891 elif test "$withval" = sys
; then
2892 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2893 elif test "$withval" = builtin; then
2894 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2896 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2897 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2898 { (exit 1); exit 1; }; }
2903 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2904 if test "x$LINE" != x
; then
2905 eval "DEFAULT_$LINE"
2910 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2914 eval "$ac_cv_use_libtiff"
2915 if test "$no_cache" != 1; then
2916 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2919 if test "$wxUSE_LIBTIFF" = yes; then
2920 echo "$as_me:$LINENO: result: yes" >&5
2921 echo "${ECHO_T}yes" >&6
2922 elif test "$wxUSE_LIBTIFF" = no
; then
2923 echo "$as_me:$LINENO: result: no" >&5
2924 echo "${ECHO_T}no" >&6
2925 elif test "$wxUSE_LIBTIFF" = sys
; then
2926 echo "$as_me:$LINENO: result: system version" >&5
2927 echo "${ECHO_T}system version" >&6
2928 elif test "$wxUSE_LIBTIFF" = builtin; then
2929 echo "$as_me:$LINENO: result: builtin version" >&5
2930 echo "${ECHO_T}builtin version" >&6
2932 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2933 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2934 { (exit 1); exit 1; }; }
2938 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2939 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2942 # Check whether --with-libxpm or --without-libxpm was given.
2943 if test "${with_libxpm+set}" = set; then
2944 withval
="$with_libxpm"
2946 if test "$withval" = yes; then
2947 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
2948 elif test "$withval" = no
; then
2949 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
2950 elif test "$withval" = sys
; then
2951 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
2952 elif test "$withval" = builtin; then
2953 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
2955 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2956 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2957 { (exit 1); exit 1; }; }
2962 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2963 if test "x$LINE" != x
; then
2964 eval "DEFAULT_$LINE"
2969 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2973 eval "$ac_cv_use_libxpm"
2974 if test "$no_cache" != 1; then
2975 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2978 if test "$wxUSE_LIBXPM" = yes; then
2979 echo "$as_me:$LINENO: result: yes" >&5
2980 echo "${ECHO_T}yes" >&6
2981 elif test "$wxUSE_LIBXPM" = no
; then
2982 echo "$as_me:$LINENO: result: no" >&5
2983 echo "${ECHO_T}no" >&6
2984 elif test "$wxUSE_LIBXPM" = sys
; then
2985 echo "$as_me:$LINENO: result: system version" >&5
2986 echo "${ECHO_T}system version" >&6
2987 elif test "$wxUSE_LIBXPM" = builtin; then
2988 echo "$as_me:$LINENO: result: builtin version" >&5
2989 echo "${ECHO_T}builtin version" >&6
2991 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2992 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2993 { (exit 1); exit 1; }; }
2997 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2998 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
3001 # Check whether --with-libmspack or --without-libmspack was given.
3002 if test "${with_libmspack+set}" = set; then
3003 withval
="$with_libmspack"
3005 if test "$withval" = yes; then
3006 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3008 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3013 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3014 if test "x$LINE" != x
; then
3015 eval "DEFAULT_$LINE"
3020 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3024 eval "$ac_cv_use_libmspack"
3025 if test "$no_cache" != 1; then
3026 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3029 if test "$wxUSE_LIBMSPACK" = yes; then
3030 echo "$as_me:$LINENO: result: yes" >&5
3031 echo "${ECHO_T}yes" >&6
3033 echo "$as_me:$LINENO: result: no" >&5
3034 echo "${ECHO_T}no" >&6
3038 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3039 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3042 # Check whether --with-sdl or --without-sdl was given.
3043 if test "${with_sdl+set}" = set; then
3046 if test "$withval" = yes; then
3047 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3049 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3054 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3055 if test "x$LINE" != x
; then
3056 eval "DEFAULT_$LINE"
3061 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3065 eval "$ac_cv_use_sdl"
3066 if test "$no_cache" != 1; then
3067 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3070 if test "$wxUSE_LIBSDL" = yes; then
3071 echo "$as_me:$LINENO: result: yes" >&5
3072 echo "${ECHO_T}yes" >&6
3074 echo "$as_me:$LINENO: result: no" >&5
3075 echo "${ECHO_T}no" >&6
3079 echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5
3080 echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6
3083 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3084 if test "${with_gnomeprint+set}" = set; then
3085 withval
="$with_gnomeprint"
3087 if test "$withval" = yes; then
3088 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3090 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3095 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3096 if test "x$LINE" != x
; then
3097 eval "DEFAULT_$LINE"
3102 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3106 eval "$ac_cv_use_gnomeprint"
3107 if test "$no_cache" != 1; then
3108 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3111 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3112 echo "$as_me:$LINENO: result: yes" >&5
3113 echo "${ECHO_T}yes" >&6
3115 echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6
3120 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3121 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3124 # Check whether --with-opengl or --without-opengl was given.
3125 if test "${with_opengl+set}" = set; then
3126 withval
="$with_opengl"
3128 if test "$withval" = yes; then
3129 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3131 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3136 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3137 if test "x$LINE" != x
; then
3138 eval "DEFAULT_$LINE"
3143 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3147 eval "$ac_cv_use_opengl"
3148 if test "$no_cache" != 1; then
3149 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3152 if test "$wxUSE_OPENGL" = yes; then
3153 echo "$as_me:$LINENO: result: yes" >&5
3154 echo "${ECHO_T}yes" >&6
3156 echo "$as_me:$LINENO: result: no" >&5
3157 echo "${ECHO_T}no" >&6
3164 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3165 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3168 # Check whether --with-dmalloc or --without-dmalloc was given.
3169 if test "${with_dmalloc+set}" = set; then
3170 withval
="$with_dmalloc"
3172 if test "$withval" = yes; then
3173 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3175 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3180 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x
; then
3182 eval "DEFAULT_$LINE"
3187 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3191 eval "$ac_cv_use_dmalloc"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3196 if test "$wxUSE_DMALLOC" = yes; then
3197 echo "$as_me:$LINENO: result: yes" >&5
3198 echo "${ECHO_T}yes" >&6
3200 echo "$as_me:$LINENO: result: no" >&5
3201 echo "${ECHO_T}no" >&6
3205 echo "$as_me:$LINENO: checking for --with-regex" >&5
3206 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3209 # Check whether --with-regex or --without-regex was given.
3210 if test "${with_regex+set}" = set; then
3211 withval
="$with_regex"
3213 if test "$withval" = yes; then
3214 ac_cv_use_regex
='wxUSE_REGEX=yes'
3215 elif test "$withval" = no
; then
3216 ac_cv_use_regex
='wxUSE_REGEX=no'
3217 elif test "$withval" = sys
; then
3218 ac_cv_use_regex
='wxUSE_REGEX=sys'
3219 elif test "$withval" = builtin; then
3220 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3222 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3223 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3224 { (exit 1); exit 1; }; }
3229 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3230 if test "x$LINE" != x
; then
3231 eval "DEFAULT_$LINE"
3236 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3240 eval "$ac_cv_use_regex"
3241 if test "$no_cache" != 1; then
3242 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3245 if test "$wxUSE_REGEX" = yes; then
3246 echo "$as_me:$LINENO: result: yes" >&5
3247 echo "${ECHO_T}yes" >&6
3248 elif test "$wxUSE_REGEX" = no
; then
3249 echo "$as_me:$LINENO: result: no" >&5
3250 echo "${ECHO_T}no" >&6
3251 elif test "$wxUSE_REGEX" = sys
; then
3252 echo "$as_me:$LINENO: result: system version" >&5
3253 echo "${ECHO_T}system version" >&6
3254 elif test "$wxUSE_REGEX" = builtin; then
3255 echo "$as_me:$LINENO: result: builtin version" >&5
3256 echo "${ECHO_T}builtin version" >&6
3258 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3259 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3260 { (exit 1); exit 1; }; }
3264 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3265 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3268 # Check whether --with-zlib or --without-zlib was given.
3269 if test "${with_zlib+set}" = set; then
3270 withval
="$with_zlib"
3272 if test "$withval" = yes; then
3273 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3274 elif test "$withval" = no
; then
3275 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3276 elif test "$withval" = sys
; then
3277 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3278 elif test "$withval" = builtin; then
3279 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3281 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3282 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3283 { (exit 1); exit 1; }; }
3288 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3289 if test "x$LINE" != x
; then
3290 eval "DEFAULT_$LINE"
3295 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3299 eval "$ac_cv_use_zlib"
3300 if test "$no_cache" != 1; then
3301 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3304 if test "$wxUSE_ZLIB" = yes; then
3305 echo "$as_me:$LINENO: result: yes" >&5
3306 echo "${ECHO_T}yes" >&6
3307 elif test "$wxUSE_ZLIB" = no
; then
3308 echo "$as_me:$LINENO: result: no" >&5
3309 echo "${ECHO_T}no" >&6
3310 elif test "$wxUSE_ZLIB" = sys
; then
3311 echo "$as_me:$LINENO: result: system version" >&5
3312 echo "${ECHO_T}system version" >&6
3313 elif test "$wxUSE_ZLIB" = builtin; then
3314 echo "$as_me:$LINENO: result: builtin version" >&5
3315 echo "${ECHO_T}builtin version" >&6
3317 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3318 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3319 { (exit 1); exit 1; }; }
3323 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3324 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3327 # Check whether --with-odbc or --without-odbc was given.
3328 if test "${with_odbc+set}" = set; then
3329 withval
="$with_odbc"
3331 if test "$withval" = yes; then
3332 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3333 elif test "$withval" = no
; then
3334 ac_cv_use_odbc
='wxUSE_ODBC=no'
3335 elif test "$withval" = sys
; then
3336 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3337 elif test "$withval" = builtin; then
3338 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3340 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3341 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3342 { (exit 1); exit 1; }; }
3347 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3348 if test "x$LINE" != x
; then
3349 eval "DEFAULT_$LINE"
3354 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3358 eval "$ac_cv_use_odbc"
3359 if test "$no_cache" != 1; then
3360 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3363 if test "$wxUSE_ODBC" = yes; then
3364 echo "$as_me:$LINENO: result: yes" >&5
3365 echo "${ECHO_T}yes" >&6
3366 elif test "$wxUSE_ODBC" = no
; then
3367 echo "$as_me:$LINENO: result: no" >&5
3368 echo "${ECHO_T}no" >&6
3369 elif test "$wxUSE_ODBC" = sys
; then
3370 echo "$as_me:$LINENO: result: system version" >&5
3371 echo "${ECHO_T}system version" >&6
3372 elif test "$wxUSE_ODBC" = builtin; then
3373 echo "$as_me:$LINENO: result: builtin version" >&5
3374 echo "${ECHO_T}builtin version" >&6
3376 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3377 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3378 { (exit 1); exit 1; }; }
3382 echo "$as_me:$LINENO: checking for --with-expat" >&5
3383 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3386 # Check whether --with-expat or --without-expat was given.
3387 if test "${with_expat+set}" = set; then
3388 withval
="$with_expat"
3390 if test "$withval" = yes; then
3391 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3392 elif test "$withval" = no
; then
3393 ac_cv_use_expat
='wxUSE_EXPAT=no'
3394 elif test "$withval" = sys
; then
3395 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3396 elif test "$withval" = builtin; then
3397 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3399 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3400 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3401 { (exit 1); exit 1; }; }
3406 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3407 if test "x$LINE" != x
; then
3408 eval "DEFAULT_$LINE"
3413 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3417 eval "$ac_cv_use_expat"
3418 if test "$no_cache" != 1; then
3419 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3422 if test "$wxUSE_EXPAT" = yes; then
3423 echo "$as_me:$LINENO: result: yes" >&5
3424 echo "${ECHO_T}yes" >&6
3425 elif test "$wxUSE_EXPAT" = no
; then
3426 echo "$as_me:$LINENO: result: no" >&5
3427 echo "${ECHO_T}no" >&6
3428 elif test "$wxUSE_EXPAT" = sys
; then
3429 echo "$as_me:$LINENO: result: system version" >&5
3430 echo "${ECHO_T}system version" >&6
3431 elif test "$wxUSE_EXPAT" = builtin; then
3432 echo "$as_me:$LINENO: result: builtin version" >&5
3433 echo "${ECHO_T}builtin version" >&6
3435 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3436 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3437 { (exit 1); exit 1; }; }
3444 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3445 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3447 # Check whether --enable-shared or --disable-shared was given.
3448 if test "${enable_shared+set}" = set; then
3449 enableval
="$enable_shared"
3451 if test "$enableval" = yes; then
3452 ac_cv_use_shared
='wxUSE_SHARED=yes'
3454 ac_cv_use_shared
='wxUSE_SHARED=no'
3459 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3460 if test "x$LINE" != x
; then
3461 eval "DEFAULT_$LINE"
3466 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3470 eval "$ac_cv_use_shared"
3471 if test "$no_cache" != 1; then
3472 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3475 if test "$wxUSE_SHARED" = yes; then
3476 echo "$as_me:$LINENO: result: yes" >&5
3477 echo "${ECHO_T}yes" >&6
3479 echo "$as_me:$LINENO: result: no" >&5
3480 echo "${ECHO_T}no" >&6
3485 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3486 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3488 # Check whether --enable-optimise or --disable-optimise was given.
3489 if test "${enable_optimise+set}" = set; then
3490 enableval
="$enable_optimise"
3492 if test "$enableval" = yes; then
3493 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3495 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3500 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3501 if test "x$LINE" != x
; then
3502 eval "DEFAULT_$LINE"
3507 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3511 eval "$ac_cv_use_optimise"
3512 if test "$no_cache" != 1; then
3513 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3516 if test "$wxUSE_OPTIMISE" = yes; then
3517 echo "$as_me:$LINENO: result: yes" >&5
3518 echo "${ECHO_T}yes" >&6
3520 echo "$as_me:$LINENO: result: no" >&5
3521 echo "${ECHO_T}no" >&6
3526 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3527 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3529 # Check whether --enable-debug or --disable-debug was given.
3530 if test "${enable_debug+set}" = set; then
3531 enableval
="$enable_debug"
3533 if test "$enableval" = yes; then
3534 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3536 ac_cv_use_debug
='wxUSE_DEBUG=no'
3541 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3542 if test "x$LINE" != x
; then
3543 eval "DEFAULT_$LINE"
3548 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3552 eval "$ac_cv_use_debug"
3553 if test "$no_cache" != 1; then
3554 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3557 if test "$wxUSE_DEBUG" = yes; then
3558 echo "$as_me:$LINENO: result: yes" >&5
3559 echo "${ECHO_T}yes" >&6
3561 echo "$as_me:$LINENO: result: no" >&5
3562 echo "${ECHO_T}no" >&6
3567 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3568 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3570 # Check whether --enable-stl or --disable-stl was given.
3571 if test "${enable_stl+set}" = set; then
3572 enableval
="$enable_stl"
3574 if test "$enableval" = yes; then
3575 ac_cv_use_stl
='wxUSE_STL=yes'
3577 ac_cv_use_stl
='wxUSE_STL=no'
3582 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3583 if test "x$LINE" != x
; then
3584 eval "DEFAULT_$LINE"
3589 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3593 eval "$ac_cv_use_stl"
3594 if test "$no_cache" != 1; then
3595 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3598 if test "$wxUSE_STL" = yes; then
3599 echo "$as_me:$LINENO: result: yes" >&5
3600 echo "${ECHO_T}yes" >&6
3602 echo "$as_me:$LINENO: result: no" >&5
3603 echo "${ECHO_T}no" >&6
3606 if test "$USE_OS2" = "1"; then
3607 DEFAULT_wxUSE_OMF
=no
3610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3611 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3613 # Check whether --enable-omf or --disable-omf was given.
3614 if test "${enable_omf+set}" = set; then
3615 enableval
="$enable_omf"
3617 if test "$enableval" = yes; then
3618 ac_cv_use_omf
='wxUSE_OMF=yes'
3620 ac_cv_use_omf
='wxUSE_OMF=no'
3625 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3626 if test "x$LINE" != x
; then
3627 eval "DEFAULT_$LINE"
3632 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3636 eval "$ac_cv_use_omf"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3641 if test "$wxUSE_OMF" = yes; then
3642 echo "$as_me:$LINENO: result: yes" >&5
3643 echo "${ECHO_T}yes" >&6
3645 echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6
3651 if test "$wxUSE_DEBUG" = "yes"; then
3652 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3653 DEFAULT_wxUSE_DEBUG_INFO
=yes
3655 elif test "$wxUSE_DEBUG" = "no"; then
3656 DEFAULT_wxUSE_DEBUG_FLAG
=no
3657 DEFAULT_wxUSE_DEBUG_INFO
=no
3663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3664 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3666 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3667 if test "${enable_debug_flag+set}" = set; then
3668 enableval
="$enable_debug_flag"
3670 if test "$enableval" = yes; then
3671 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3673 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3678 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3679 if test "x$LINE" != x
; then
3680 eval "DEFAULT_$LINE"
3685 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3689 eval "$ac_cv_use_debug_flag"
3690 if test "$no_cache" != 1; then
3691 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3694 if test "$wxUSE_DEBUG_FLAG" = yes; then
3695 echo "$as_me:$LINENO: result: yes" >&5
3696 echo "${ECHO_T}yes" >&6
3698 echo "$as_me:$LINENO: result: no" >&5
3699 echo "${ECHO_T}no" >&6
3704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3705 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3707 # Check whether --enable-debug_info or --disable-debug_info was given.
3708 if test "${enable_debug_info+set}" = set; then
3709 enableval
="$enable_debug_info"
3711 if test "$enableval" = yes; then
3712 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3714 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3719 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3720 if test "x$LINE" != x
; then
3721 eval "DEFAULT_$LINE"
3726 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3730 eval "$ac_cv_use_debug_info"
3731 if test "$no_cache" != 1; then
3732 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3735 if test "$wxUSE_DEBUG_INFO" = yes; then
3736 echo "$as_me:$LINENO: result: yes" >&5
3737 echo "${ECHO_T}yes" >&6
3739 echo "$as_me:$LINENO: result: no" >&5
3740 echo "${ECHO_T}no" >&6
3745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3746 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3748 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3749 if test "${enable_debug_gdb+set}" = set; then
3750 enableval
="$enable_debug_gdb"
3752 if test "$enableval" = yes; then
3753 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3755 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3760 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3761 if test "x$LINE" != x
; then
3762 eval "DEFAULT_$LINE"
3767 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3771 eval "$ac_cv_use_debug_gdb"
3772 if test "$no_cache" != 1; then
3773 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3776 if test "$wxUSE_DEBUG_GDB" = yes; then
3777 echo "$as_me:$LINENO: result: yes" >&5
3778 echo "${ECHO_T}yes" >&6
3780 echo "$as_me:$LINENO: result: no" >&5
3781 echo "${ECHO_T}no" >&6
3786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3787 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3789 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3790 if test "${enable_debug_cntxt+set}" = set; then
3791 enableval
="$enable_debug_cntxt"
3793 if test "$enableval" = yes; then
3794 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3796 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3801 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3802 if test "x$LINE" != x
; then
3803 eval "DEFAULT_$LINE"
3808 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3812 eval "$ac_cv_use_debug_cntxt"
3813 if test "$no_cache" != 1; then
3814 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3817 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3818 echo "$as_me:$LINENO: result: yes" >&5
3819 echo "${ECHO_T}yes" >&6
3821 echo "$as_me:$LINENO: result: no" >&5
3822 echo "${ECHO_T}no" >&6
3827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3828 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3830 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3831 if test "${enable_mem_tracing+set}" = set; then
3832 enableval
="$enable_mem_tracing"
3834 if test "$enableval" = yes; then
3835 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3837 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3842 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3843 if test "x$LINE" != x
; then
3844 eval "DEFAULT_$LINE"
3849 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3853 eval "$ac_cv_use_mem_tracing"
3854 if test "$no_cache" != 1; then
3855 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3858 if test "$wxUSE_MEM_TRACING" = yes; then
3859 echo "$as_me:$LINENO: result: yes" >&5
3860 echo "${ECHO_T}yes" >&6
3862 echo "$as_me:$LINENO: result: no" >&5
3863 echo "${ECHO_T}no" >&6
3868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3869 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3871 # Check whether --enable-profile or --disable-profile was given.
3872 if test "${enable_profile+set}" = set; then
3873 enableval
="$enable_profile"
3875 if test "$enableval" = yes; then
3876 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3878 ac_cv_use_profile
='wxUSE_PROFILE=no'
3883 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3884 if test "x$LINE" != x
; then
3885 eval "DEFAULT_$LINE"
3890 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3894 eval "$ac_cv_use_profile"
3895 if test "$no_cache" != 1; then
3896 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3899 if test "$wxUSE_PROFILE" = yes; then
3900 echo "$as_me:$LINENO: result: yes" >&5
3901 echo "${ECHO_T}yes" >&6
3903 echo "$as_me:$LINENO: result: no" >&5
3904 echo "${ECHO_T}no" >&6
3909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3910 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3912 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3913 if test "${enable_no_rtti+set}" = set; then
3914 enableval
="$enable_no_rtti"
3916 if test "$enableval" = yes; then
3917 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3919 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3924 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3925 if test "x$LINE" != x
; then
3926 eval "DEFAULT_$LINE"
3931 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3935 eval "$ac_cv_use_no_rtti"
3936 if test "$no_cache" != 1; then
3937 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3940 if test "$wxUSE_NO_RTTI" = yes; then
3941 echo "$as_me:$LINENO: result: yes" >&5
3942 echo "${ECHO_T}yes" >&6
3944 echo "$as_me:$LINENO: result: no" >&5
3945 echo "${ECHO_T}no" >&6
3950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3951 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3953 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3954 if test "${enable_no_exceptions+set}" = set; then
3955 enableval
="$enable_no_exceptions"
3957 if test "$enableval" = yes; then
3958 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3960 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3965 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3966 if test "x$LINE" != x
; then
3967 eval "DEFAULT_$LINE"
3972 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3976 eval "$ac_cv_use_no_exceptions"
3977 if test "$no_cache" != 1; then
3978 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3981 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3982 echo "$as_me:$LINENO: result: yes" >&5
3983 echo "${ECHO_T}yes" >&6
3985 echo "$as_me:$LINENO: result: no" >&5
3986 echo "${ECHO_T}no" >&6
3991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3992 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3994 # Check whether --enable-permissive or --disable-permissive was given.
3995 if test "${enable_permissive+set}" = set; then
3996 enableval
="$enable_permissive"
3998 if test "$enableval" = yes; then
3999 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4001 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4006 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4007 if test "x$LINE" != x
; then
4008 eval "DEFAULT_$LINE"
4013 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4017 eval "$ac_cv_use_permissive"
4018 if test "$no_cache" != 1; then
4019 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4022 if test "$wxUSE_PERMISSIVE" = yes; then
4023 echo "$as_me:$LINENO: result: yes" >&5
4024 echo "${ECHO_T}yes" >&6
4026 echo "$as_me:$LINENO: result: no" >&5
4027 echo "${ECHO_T}no" >&6
4032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4033 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4035 # Check whether --enable-no_deps or --disable-no_deps was given.
4036 if test "${enable_no_deps+set}" = set; then
4037 enableval
="$enable_no_deps"
4039 if test "$enableval" = yes; then
4040 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4042 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4047 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4048 if test "x$LINE" != x
; then
4049 eval "DEFAULT_$LINE"
4054 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4058 eval "$ac_cv_use_no_deps"
4059 if test "$no_cache" != 1; then
4060 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4063 if test "$wxUSE_NO_DEPS" = yes; then
4064 echo "$as_me:$LINENO: result: yes" >&5
4065 echo "${ECHO_T}yes" >&6
4067 echo "$as_me:$LINENO: result: no" >&5
4068 echo "${ECHO_T}no" >&6
4074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4075 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4077 # Check whether --enable-compat22 or --disable-compat22 was given.
4078 if test "${enable_compat22+set}" = set; then
4079 enableval
="$enable_compat22"
4081 if test "$enableval" = yes; then
4082 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
4084 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
4089 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4090 if test "x$LINE" != x
; then
4091 eval "DEFAULT_$LINE"
4096 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4100 eval "$ac_cv_use_compat22"
4101 if test "$no_cache" != 1; then
4102 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4105 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4106 echo "$as_me:$LINENO: result: yes" >&5
4107 echo "${ECHO_T}yes" >&6
4109 echo "$as_me:$LINENO: result: no" >&5
4110 echo "${ECHO_T}no" >&6
4114 enablestring
=disable
4115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4116 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4118 # Check whether --enable-compat24 or --disable-compat24 was given.
4119 if test "${enable_compat24+set}" = set; then
4120 enableval
="$enable_compat24"
4122 if test "$enableval" = yes; then
4123 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4125 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4130 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4131 if test "x$LINE" != x
; then
4132 eval "DEFAULT_$LINE"
4137 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4141 eval "$ac_cv_use_compat24"
4142 if test "$no_cache" != 1; then
4143 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4146 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4147 echo "$as_me:$LINENO: result: yes" >&5
4148 echo "${ECHO_T}yes" >&6
4150 echo "$as_me:$LINENO: result: no" >&5
4151 echo "${ECHO_T}no" >&6
4157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4158 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4160 # Check whether --enable-rpath or --disable-rpath was given.
4161 if test "${enable_rpath+set}" = set; then
4162 enableval
="$enable_rpath"
4164 if test "$enableval" = yes; then
4165 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4167 ac_cv_use_rpath
='wxUSE_RPATH=no'
4172 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x
; then
4174 eval "DEFAULT_$LINE"
4179 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4183 eval "$ac_cv_use_rpath"
4184 if test "$no_cache" != 1; then
4185 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4188 if test "$wxUSE_RPATH" = yes; then
4189 echo "$as_me:$LINENO: result: yes" >&5
4190 echo "${ECHO_T}yes" >&6
4192 echo "$as_me:$LINENO: result: no" >&5
4193 echo "${ECHO_T}no" >&6
4201 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4202 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4204 # Check whether --enable-intl or --disable-intl was given.
4205 if test "${enable_intl+set}" = set; then
4206 enableval
="$enable_intl"
4208 if test "$enableval" = yes; then
4209 ac_cv_use_intl
='wxUSE_INTL=yes'
4211 ac_cv_use_intl
='wxUSE_INTL=no'
4216 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4217 if test "x$LINE" != x
; then
4218 eval "DEFAULT_$LINE"
4223 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4227 eval "$ac_cv_use_intl"
4228 if test "$no_cache" != 1; then
4229 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4232 if test "$wxUSE_INTL" = yes; then
4233 echo "$as_me:$LINENO: result: yes" >&5
4234 echo "${ECHO_T}yes" >&6
4236 echo "$as_me:$LINENO: result: no" >&5
4237 echo "${ECHO_T}no" >&6
4242 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4243 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4245 # Check whether --enable-config or --disable-config was given.
4246 if test "${enable_config+set}" = set; then
4247 enableval
="$enable_config"
4249 if test "$enableval" = yes; then
4250 ac_cv_use_config
='wxUSE_CONFIG=yes'
4252 ac_cv_use_config
='wxUSE_CONFIG=no'
4257 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4258 if test "x$LINE" != x
; then
4259 eval "DEFAULT_$LINE"
4264 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4268 eval "$ac_cv_use_config"
4269 if test "$no_cache" != 1; then
4270 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4273 if test "$wxUSE_CONFIG" = yes; then
4274 echo "$as_me:$LINENO: result: yes" >&5
4275 echo "${ECHO_T}yes" >&6
4277 echo "$as_me:$LINENO: result: no" >&5
4278 echo "${ECHO_T}no" >&6
4284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4285 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4287 # Check whether --enable-protocols or --disable-protocols was given.
4288 if test "${enable_protocols+set}" = set; then
4289 enableval
="$enable_protocols"
4291 if test "$enableval" = yes; then
4292 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4294 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4299 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4300 if test "x$LINE" != x
; then
4301 eval "DEFAULT_$LINE"
4306 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4310 eval "$ac_cv_use_protocols"
4311 if test "$no_cache" != 1; then
4312 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4315 if test "$wxUSE_PROTOCOL" = yes; then
4316 echo "$as_me:$LINENO: result: yes" >&5
4317 echo "${ECHO_T}yes" >&6
4319 echo "$as_me:$LINENO: result: no" >&5
4320 echo "${ECHO_T}no" >&6
4325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4326 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4328 # Check whether --enable-ftp or --disable-ftp was given.
4329 if test "${enable_ftp+set}" = set; then
4330 enableval
="$enable_ftp"
4332 if test "$enableval" = yes; then
4333 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4335 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4340 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4341 if test "x$LINE" != x
; then
4342 eval "DEFAULT_$LINE"
4347 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4351 eval "$ac_cv_use_ftp"
4352 if test "$no_cache" != 1; then
4353 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4356 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4357 echo "$as_me:$LINENO: result: yes" >&5
4358 echo "${ECHO_T}yes" >&6
4360 echo "$as_me:$LINENO: result: no" >&5
4361 echo "${ECHO_T}no" >&6
4366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4367 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4369 # Check whether --enable-http or --disable-http was given.
4370 if test "${enable_http+set}" = set; then
4371 enableval
="$enable_http"
4373 if test "$enableval" = yes; then
4374 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4376 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4381 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4382 if test "x$LINE" != x
; then
4383 eval "DEFAULT_$LINE"
4388 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4392 eval "$ac_cv_use_http"
4393 if test "$no_cache" != 1; then
4394 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4397 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4398 echo "$as_me:$LINENO: result: yes" >&5
4399 echo "${ECHO_T}yes" >&6
4401 echo "$as_me:$LINENO: result: no" >&5
4402 echo "${ECHO_T}no" >&6
4407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4408 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4410 # Check whether --enable-fileproto or --disable-fileproto was given.
4411 if test "${enable_fileproto+set}" = set; then
4412 enableval
="$enable_fileproto"
4414 if test "$enableval" = yes; then
4415 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4417 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4422 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4423 if test "x$LINE" != x
; then
4424 eval "DEFAULT_$LINE"
4429 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4433 eval "$ac_cv_use_fileproto"
4434 if test "$no_cache" != 1; then
4435 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4438 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4439 echo "$as_me:$LINENO: result: yes" >&5
4440 echo "${ECHO_T}yes" >&6
4442 echo "$as_me:$LINENO: result: no" >&5
4443 echo "${ECHO_T}no" >&6
4448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4449 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4451 # Check whether --enable-sockets or --disable-sockets was given.
4452 if test "${enable_sockets+set}" = set; then
4453 enableval
="$enable_sockets"
4455 if test "$enableval" = yes; then
4456 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4458 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4463 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4464 if test "x$LINE" != x
; then
4465 eval "DEFAULT_$LINE"
4470 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4474 eval "$ac_cv_use_sockets"
4475 if test "$no_cache" != 1; then
4476 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4479 if test "$wxUSE_SOCKETS" = yes; then
4480 echo "$as_me:$LINENO: result: yes" >&5
4481 echo "${ECHO_T}yes" >&6
4483 echo "$as_me:$LINENO: result: no" >&5
4484 echo "${ECHO_T}no" >&6
4489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4490 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4492 # Check whether --enable-ole or --disable-ole was given.
4493 if test "${enable_ole+set}" = set; then
4494 enableval
="$enable_ole"
4496 if test "$enableval" = yes; then
4497 ac_cv_use_ole
='wxUSE_OLE=yes'
4499 ac_cv_use_ole
='wxUSE_OLE=no'
4504 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4505 if test "x$LINE" != x
; then
4506 eval "DEFAULT_$LINE"
4511 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4515 eval "$ac_cv_use_ole"
4516 if test "$no_cache" != 1; then
4517 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4520 if test "$wxUSE_OLE" = yes; then
4521 echo "$as_me:$LINENO: result: yes" >&5
4522 echo "${ECHO_T}yes" >&6
4524 echo "$as_me:$LINENO: result: no" >&5
4525 echo "${ECHO_T}no" >&6
4530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4531 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4533 # Check whether --enable-dataobj or --disable-dataobj was given.
4534 if test "${enable_dataobj+set}" = set; then
4535 enableval
="$enable_dataobj"
4537 if test "$enableval" = yes; then
4538 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4540 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4545 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4546 if test "x$LINE" != x
; then
4547 eval "DEFAULT_$LINE"
4552 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4556 eval "$ac_cv_use_dataobj"
4557 if test "$no_cache" != 1; then
4558 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4561 if test "$wxUSE_DATAOBJ" = yes; then
4562 echo "$as_me:$LINENO: result: yes" >&5
4563 echo "${ECHO_T}yes" >&6
4565 echo "$as_me:$LINENO: result: no" >&5
4566 echo "${ECHO_T}no" >&6
4572 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4573 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4575 # Check whether --enable-ipc or --disable-ipc was given.
4576 if test "${enable_ipc+set}" = set; then
4577 enableval
="$enable_ipc"
4579 if test "$enableval" = yes; then
4580 ac_cv_use_ipc
='wxUSE_IPC=yes'
4582 ac_cv_use_ipc
='wxUSE_IPC=no'
4587 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4588 if test "x$LINE" != x
; then
4589 eval "DEFAULT_$LINE"
4594 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4598 eval "$ac_cv_use_ipc"
4599 if test "$no_cache" != 1; then
4600 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4603 if test "$wxUSE_IPC" = yes; then
4604 echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6
4607 echo "$as_me:$LINENO: result: no" >&5
4608 echo "${ECHO_T}no" >&6
4614 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4615 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4617 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4618 if test "${enable_apple_ieee+set}" = set; then
4619 enableval
="$enable_apple_ieee"
4621 if test "$enableval" = yes; then
4622 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4624 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4629 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4630 if test "x$LINE" != x
; then
4631 eval "DEFAULT_$LINE"
4636 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4640 eval "$ac_cv_use_apple_ieee"
4641 if test "$no_cache" != 1; then
4642 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4645 if test "$wxUSE_APPLE_IEEE" = yes; then
4646 echo "$as_me:$LINENO: result: yes" >&5
4647 echo "${ECHO_T}yes" >&6
4649 echo "$as_me:$LINENO: result: no" >&5
4650 echo "${ECHO_T}no" >&6
4655 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
4656 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
4658 # Check whether --enable-arcstream or --disable-arcstream was given.
4659 if test "${enable_arcstream+set}" = set; then
4660 enableval
="$enable_arcstream"
4662 if test "$enableval" = yes; then
4663 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
4665 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
4670 LINE
=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
4671 if test "x$LINE" != x
; then
4672 eval "DEFAULT_$LINE"
4677 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
4681 eval "$ac_cv_use_arcstream"
4682 if test "$no_cache" != 1; then
4683 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
4686 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
4687 echo "$as_me:$LINENO: result: yes" >&5
4688 echo "${ECHO_T}yes" >&6
4690 echo "$as_me:$LINENO: result: no" >&5
4691 echo "${ECHO_T}no" >&6
4696 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
4697 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
4699 # Check whether --enable-backtrace or --disable-backtrace was given.
4700 if test "${enable_backtrace+set}" = set; then
4701 enableval
="$enable_backtrace"
4703 if test "$enableval" = yes; then
4704 ac_cv_use_backtrace
='wxUSE_STACKWALKER=yes'
4706 ac_cv_use_backtrace
='wxUSE_STACKWALKER=no'
4711 LINE
=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
4712 if test "x$LINE" != x
; then
4713 eval "DEFAULT_$LINE"
4718 ac_cv_use_backtrace
='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
4722 eval "$ac_cv_use_backtrace"
4723 if test "$no_cache" != 1; then
4724 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
4727 if test "$wxUSE_STACKWALKER" = yes; then
4728 echo "$as_me:$LINENO: result: yes" >&5
4729 echo "${ECHO_T}yes" >&6
4731 echo "$as_me:$LINENO: result: no" >&5
4732 echo "${ECHO_T}no" >&6
4737 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4738 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4740 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4741 if test "${enable_catch_segvs+set}" = set; then
4742 enableval
="$enable_catch_segvs"
4744 if test "$enableval" = yes; then
4745 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4747 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4752 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4753 if test "x$LINE" != x
; then
4754 eval "DEFAULT_$LINE"
4759 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4763 eval "$ac_cv_use_catch_segvs"
4764 if test "$no_cache" != 1; then
4765 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4768 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4769 echo "$as_me:$LINENO: result: yes" >&5
4770 echo "${ECHO_T}yes" >&6
4772 echo "$as_me:$LINENO: result: no" >&5
4773 echo "${ECHO_T}no" >&6
4778 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4779 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4781 # Check whether --enable-cmdline or --disable-cmdline was given.
4782 if test "${enable_cmdline+set}" = set; then
4783 enableval
="$enable_cmdline"
4785 if test "$enableval" = yes; then
4786 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4788 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4793 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4794 if test "x$LINE" != x
; then
4795 eval "DEFAULT_$LINE"
4800 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4804 eval "$ac_cv_use_cmdline"
4805 if test "$no_cache" != 1; then
4806 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4809 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4810 echo "$as_me:$LINENO: result: yes" >&5
4811 echo "${ECHO_T}yes" >&6
4813 echo "$as_me:$LINENO: result: no" >&5
4814 echo "${ECHO_T}no" >&6
4819 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4820 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4822 # Check whether --enable-datetime or --disable-datetime was given.
4823 if test "${enable_datetime+set}" = set; then
4824 enableval
="$enable_datetime"
4826 if test "$enableval" = yes; then
4827 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4829 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4834 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4835 if test "x$LINE" != x
; then
4836 eval "DEFAULT_$LINE"
4841 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4845 eval "$ac_cv_use_datetime"
4846 if test "$no_cache" != 1; then
4847 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4850 if test "$wxUSE_DATETIME" = yes; then
4851 echo "$as_me:$LINENO: result: yes" >&5
4852 echo "${ECHO_T}yes" >&6
4854 echo "$as_me:$LINENO: result: no" >&5
4855 echo "${ECHO_T}no" >&6
4860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
4861 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
4863 # Check whether --enable-debugreport or --disable-debugreport was given.
4864 if test "${enable_debugreport+set}" = set; then
4865 enableval
="$enable_debugreport"
4867 if test "$enableval" = yes; then
4868 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
4870 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
4875 LINE
=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
4876 if test "x$LINE" != x
; then
4877 eval "DEFAULT_$LINE"
4882 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
4886 eval "$ac_cv_use_debugreport"
4887 if test "$no_cache" != 1; then
4888 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
4891 if test "$wxUSE_DEBUGREPORT" = yes; then
4892 echo "$as_me:$LINENO: result: yes" >&5
4893 echo "${ECHO_T}yes" >&6
4895 echo "$as_me:$LINENO: result: no" >&5
4896 echo "${ECHO_T}no" >&6
4901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4902 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4904 # Check whether --enable-dialupman or --disable-dialupman was given.
4905 if test "${enable_dialupman+set}" = set; then
4906 enableval
="$enable_dialupman"
4908 if test "$enableval" = yes; then
4909 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4911 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4916 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4917 if test "x$LINE" != x
; then
4918 eval "DEFAULT_$LINE"
4923 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4927 eval "$ac_cv_use_dialupman"
4928 if test "$no_cache" != 1; then
4929 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4932 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4933 echo "$as_me:$LINENO: result: yes" >&5
4934 echo "${ECHO_T}yes" >&6
4936 echo "$as_me:$LINENO: result: no" >&5
4937 echo "${ECHO_T}no" >&6
4942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4943 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4945 # Check whether --enable-dynlib or --disable-dynlib was given.
4946 if test "${enable_dynlib+set}" = set; then
4947 enableval
="$enable_dynlib"
4949 if test "$enableval" = yes; then
4950 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4952 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4957 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4958 if test "x$LINE" != x
; then
4959 eval "DEFAULT_$LINE"
4964 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4968 eval "$ac_cv_use_dynlib"
4969 if test "$no_cache" != 1; then
4970 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4973 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4974 echo "$as_me:$LINENO: result: yes" >&5
4975 echo "${ECHO_T}yes" >&6
4977 echo "$as_me:$LINENO: result: no" >&5
4978 echo "${ECHO_T}no" >&6
4983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4984 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4986 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4987 if test "${enable_dynamicloader+set}" = set; then
4988 enableval
="$enable_dynamicloader"
4990 if test "$enableval" = yes; then
4991 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4993 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4998 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4999 if test "x$LINE" != x
; then
5000 eval "DEFAULT_$LINE"
5005 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5009 eval "$ac_cv_use_dynamicloader"
5010 if test "$no_cache" != 1; then
5011 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5014 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5015 echo "$as_me:$LINENO: result: yes" >&5
5016 echo "${ECHO_T}yes" >&6
5018 echo "$as_me:$LINENO: result: no" >&5
5019 echo "${ECHO_T}no" >&6
5024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5025 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5027 # Check whether --enable-exceptions or --disable-exceptions was given.
5028 if test "${enable_exceptions+set}" = set; then
5029 enableval
="$enable_exceptions"
5031 if test "$enableval" = yes; then
5032 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
5034 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
5039 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5040 if test "x$LINE" != x
; then
5041 eval "DEFAULT_$LINE"
5046 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5050 eval "$ac_cv_use_exceptions"
5051 if test "$no_cache" != 1; then
5052 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5055 if test "$wxUSE_EXCEPTIONS" = yes; then
5056 echo "$as_me:$LINENO: result: yes" >&5
5057 echo "${ECHO_T}yes" >&6
5059 echo "$as_me:$LINENO: result: no" >&5
5060 echo "${ECHO_T}no" >&6
5065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5066 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5068 # Check whether --enable-ffile or --disable-ffile was given.
5069 if test "${enable_ffile+set}" = set; then
5070 enableval
="$enable_ffile"
5072 if test "$enableval" = yes; then
5073 ac_cv_use_ffile
='wxUSE_FFILE=yes'
5075 ac_cv_use_ffile
='wxUSE_FFILE=no'
5080 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5081 if test "x$LINE" != x
; then
5082 eval "DEFAULT_$LINE"
5087 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5091 eval "$ac_cv_use_ffile"
5092 if test "$no_cache" != 1; then
5093 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5096 if test "$wxUSE_FFILE" = yes; then
5097 echo "$as_me:$LINENO: result: yes" >&5
5098 echo "${ECHO_T}yes" >&6
5100 echo "$as_me:$LINENO: result: no" >&5
5101 echo "${ECHO_T}no" >&6
5106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5107 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5109 # Check whether --enable-file or --disable-file was given.
5110 if test "${enable_file+set}" = set; then
5111 enableval
="$enable_file"
5113 if test "$enableval" = yes; then
5114 ac_cv_use_file
='wxUSE_FILE=yes'
5116 ac_cv_use_file
='wxUSE_FILE=no'
5121 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5122 if test "x$LINE" != x
; then
5123 eval "DEFAULT_$LINE"
5128 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5132 eval "$ac_cv_use_file"
5133 if test "$no_cache" != 1; then
5134 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5137 if test "$wxUSE_FILE" = yes; then
5138 echo "$as_me:$LINENO: result: yes" >&5
5139 echo "${ECHO_T}yes" >&6
5141 echo "$as_me:$LINENO: result: no" >&5
5142 echo "${ECHO_T}no" >&6
5147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5148 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5150 # Check whether --enable-filesystem or --disable-filesystem was given.
5151 if test "${enable_filesystem+set}" = set; then
5152 enableval
="$enable_filesystem"
5154 if test "$enableval" = yes; then
5155 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5157 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5162 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5163 if test "x$LINE" != x
; then
5164 eval "DEFAULT_$LINE"
5169 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5173 eval "$ac_cv_use_filesystem"
5174 if test "$no_cache" != 1; then
5175 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5178 if test "$wxUSE_FILESYSTEM" = yes; then
5179 echo "$as_me:$LINENO: result: yes" >&5
5180 echo "${ECHO_T}yes" >&6
5182 echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6
5188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5189 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5191 # Check whether --enable-fontmap or --disable-fontmap was given.
5192 if test "${enable_fontmap+set}" = set; then
5193 enableval
="$enable_fontmap"
5195 if test "$enableval" = yes; then
5196 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5198 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5203 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5204 if test "x$LINE" != x
; then
5205 eval "DEFAULT_$LINE"
5210 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5214 eval "$ac_cv_use_fontmap"
5215 if test "$no_cache" != 1; then
5216 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5219 if test "$wxUSE_FONTMAP" = yes; then
5220 echo "$as_me:$LINENO: result: yes" >&5
5221 echo "${ECHO_T}yes" >&6
5223 echo "$as_me:$LINENO: result: no" >&5
5224 echo "${ECHO_T}no" >&6
5229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5230 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5232 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5233 if test "${enable_fs_inet+set}" = set; then
5234 enableval
="$enable_fs_inet"
5236 if test "$enableval" = yes; then
5237 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5239 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5244 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5245 if test "x$LINE" != x
; then
5246 eval "DEFAULT_$LINE"
5251 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5255 eval "$ac_cv_use_fs_inet"
5256 if test "$no_cache" != 1; then
5257 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5260 if test "$wxUSE_FS_INET" = yes; then
5261 echo "$as_me:$LINENO: result: yes" >&5
5262 echo "${ECHO_T}yes" >&6
5264 echo "$as_me:$LINENO: result: no" >&5
5265 echo "${ECHO_T}no" >&6
5270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5271 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5273 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5274 if test "${enable_fs_zip+set}" = set; then
5275 enableval
="$enable_fs_zip"
5277 if test "$enableval" = yes; then
5278 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5280 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5285 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5286 if test "x$LINE" != x
; then
5287 eval "DEFAULT_$LINE"
5292 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5296 eval "$ac_cv_use_fs_zip"
5297 if test "$no_cache" != 1; then
5298 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5301 if test "$wxUSE_FS_ZIP" = yes; then
5302 echo "$as_me:$LINENO: result: yes" >&5
5303 echo "${ECHO_T}yes" >&6
5305 echo "$as_me:$LINENO: result: no" >&5
5306 echo "${ECHO_T}no" >&6
5311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5312 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5314 # Check whether --enable-geometry or --disable-geometry was given.
5315 if test "${enable_geometry+set}" = set; then
5316 enableval
="$enable_geometry"
5318 if test "$enableval" = yes; then
5319 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5321 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5326 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5327 if test "x$LINE" != x
; then
5328 eval "DEFAULT_$LINE"
5333 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5337 eval "$ac_cv_use_geometry"
5338 if test "$no_cache" != 1; then
5339 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5342 if test "$wxUSE_GEOMETRY" = yes; then
5343 echo "$as_me:$LINENO: result: yes" >&5
5344 echo "${ECHO_T}yes" >&6
5346 echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6
5352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5353 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5355 # Check whether --enable-log or --disable-log was given.
5356 if test "${enable_log+set}" = set; then
5357 enableval
="$enable_log"
5359 if test "$enableval" = yes; then
5360 ac_cv_use_log
='wxUSE_LOG=yes'
5362 ac_cv_use_log
='wxUSE_LOG=no'
5367 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5368 if test "x$LINE" != x
; then
5369 eval "DEFAULT_$LINE"
5374 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5378 eval "$ac_cv_use_log"
5379 if test "$no_cache" != 1; then
5380 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5383 if test "$wxUSE_LOG" = yes; then
5384 echo "$as_me:$LINENO: result: yes" >&5
5385 echo "${ECHO_T}yes" >&6
5387 echo "$as_me:$LINENO: result: no" >&5
5388 echo "${ECHO_T}no" >&6
5393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5394 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5396 # Check whether --enable-longlong or --disable-longlong was given.
5397 if test "${enable_longlong+set}" = set; then
5398 enableval
="$enable_longlong"
5400 if test "$enableval" = yes; then
5401 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5403 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5408 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5409 if test "x$LINE" != x
; then
5410 eval "DEFAULT_$LINE"
5415 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5419 eval "$ac_cv_use_longlong"
5420 if test "$no_cache" != 1; then
5421 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5424 if test "$wxUSE_LONGLONG" = yes; then
5425 echo "$as_me:$LINENO: result: yes" >&5
5426 echo "${ECHO_T}yes" >&6
5428 echo "$as_me:$LINENO: result: no" >&5
5429 echo "${ECHO_T}no" >&6
5434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5435 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5437 # Check whether --enable-mimetype or --disable-mimetype was given.
5438 if test "${enable_mimetype+set}" = set; then
5439 enableval
="$enable_mimetype"
5441 if test "$enableval" = yes; then
5442 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5444 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5449 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5450 if test "x$LINE" != x
; then
5451 eval "DEFAULT_$LINE"
5456 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5460 eval "$ac_cv_use_mimetype"
5461 if test "$no_cache" != 1; then
5462 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5465 if test "$wxUSE_MIMETYPE" = yes; then
5466 echo "$as_me:$LINENO: result: yes" >&5
5467 echo "${ECHO_T}yes" >&6
5469 echo "$as_me:$LINENO: result: no" >&5
5470 echo "${ECHO_T}no" >&6
5475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5476 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5478 # Check whether --enable-mslu or --disable-mslu was given.
5479 if test "${enable_mslu+set}" = set; then
5480 enableval
="$enable_mslu"
5482 if test "$enableval" = yes; then
5483 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5485 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5490 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5491 if test "x$LINE" != x
; then
5492 eval "DEFAULT_$LINE"
5497 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5501 eval "$ac_cv_use_mslu"
5502 if test "$no_cache" != 1; then
5503 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5506 if test "$wxUSE_UNICODE_MSLU" = yes; then
5507 echo "$as_me:$LINENO: result: yes" >&5
5508 echo "${ECHO_T}yes" >&6
5510 echo "$as_me:$LINENO: result: no" >&5
5511 echo "${ECHO_T}no" >&6
5516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5517 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5519 # Check whether --enable-snglinst or --disable-snglinst was given.
5520 if test "${enable_snglinst+set}" = set; then
5521 enableval
="$enable_snglinst"
5523 if test "$enableval" = yes; then
5524 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5526 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5531 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5532 if test "x$LINE" != x
; then
5533 eval "DEFAULT_$LINE"
5538 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5542 eval "$ac_cv_use_snglinst"
5543 if test "$no_cache" != 1; then
5544 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5547 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5548 echo "$as_me:$LINENO: result: yes" >&5
5549 echo "${ECHO_T}yes" >&6
5551 echo "$as_me:$LINENO: result: no" >&5
5552 echo "${ECHO_T}no" >&6
5557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5558 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5560 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5561 if test "${enable_std_iostreams+set}" = set; then
5562 enableval
="$enable_std_iostreams"
5564 if test "$enableval" = yes; then
5565 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5567 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5572 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5573 if test "x$LINE" != x
; then
5574 eval "DEFAULT_$LINE"
5579 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5583 eval "$ac_cv_use_std_iostreams"
5584 if test "$no_cache" != 1; then
5585 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5588 if test "$wxUSE_STD_IOSTREAM" = yes; then
5589 echo "$as_me:$LINENO: result: yes" >&5
5590 echo "${ECHO_T}yes" >&6
5592 echo "$as_me:$LINENO: result: no" >&5
5593 echo "${ECHO_T}no" >&6
5598 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
5599 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
5601 # Check whether --enable-std_string or --disable-std_string was given.
5602 if test "${enable_std_string+set}" = set; then
5603 enableval
="$enable_std_string"
5605 if test "$enableval" = yes; then
5606 ac_cv_use_std_string
='wxUSE_STD_STRING=yes'
5608 ac_cv_use_std_string
='wxUSE_STD_STRING=no'
5613 LINE
=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
5614 if test "x$LINE" != x
; then
5615 eval "DEFAULT_$LINE"
5620 ac_cv_use_std_string
='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
5624 eval "$ac_cv_use_std_string"
5625 if test "$no_cache" != 1; then
5626 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
5629 if test "$wxUSE_STD_STRING" = yes; then
5630 echo "$as_me:$LINENO: result: yes" >&5
5631 echo "${ECHO_T}yes" >&6
5633 echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6
5639 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
5640 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
5642 # Check whether --enable-stdpaths or --disable-stdpaths was given.
5643 if test "${enable_stdpaths+set}" = set; then
5644 enableval
="$enable_stdpaths"
5646 if test "$enableval" = yes; then
5647 ac_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
5649 ac_cv_use_stdpaths
='wxUSE_STDPATHS=no'
5654 LINE
=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
5655 if test "x$LINE" != x
; then
5656 eval "DEFAULT_$LINE"
5661 ac_cv_use_stdpaths
='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
5665 eval "$ac_cv_use_stdpaths"
5666 if test "$no_cache" != 1; then
5667 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
5670 if test "$wxUSE_STDPATHS" = yes; then
5671 echo "$as_me:$LINENO: result: yes" >&5
5672 echo "${ECHO_T}yes" >&6
5674 echo "$as_me:$LINENO: result: no" >&5
5675 echo "${ECHO_T}no" >&6
5680 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5681 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5683 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5684 if test "${enable_stopwatch+set}" = set; then
5685 enableval
="$enable_stopwatch"
5687 if test "$enableval" = yes; then
5688 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
5690 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
5695 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5696 if test "x$LINE" != x
; then
5697 eval "DEFAULT_$LINE"
5702 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5706 eval "$ac_cv_use_stopwatch"
5707 if test "$no_cache" != 1; then
5708 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5711 if test "$wxUSE_STOPWATCH" = yes; then
5712 echo "$as_me:$LINENO: result: yes" >&5
5713 echo "${ECHO_T}yes" >&6
5715 echo "$as_me:$LINENO: result: no" >&5
5716 echo "${ECHO_T}no" >&6
5721 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5722 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5724 # Check whether --enable-streams or --disable-streams was given.
5725 if test "${enable_streams+set}" = set; then
5726 enableval
="$enable_streams"
5728 if test "$enableval" = yes; then
5729 ac_cv_use_streams
='wxUSE_STREAMS=yes'
5731 ac_cv_use_streams
='wxUSE_STREAMS=no'
5736 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5737 if test "x$LINE" != x
; then
5738 eval "DEFAULT_$LINE"
5743 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5747 eval "$ac_cv_use_streams"
5748 if test "$no_cache" != 1; then
5749 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5752 if test "$wxUSE_STREAMS" = yes; then
5753 echo "$as_me:$LINENO: result: yes" >&5
5754 echo "${ECHO_T}yes" >&6
5756 echo "$as_me:$LINENO: result: no" >&5
5757 echo "${ECHO_T}no" >&6
5762 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5763 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5765 # Check whether --enable-system_options or --disable-system_options was given.
5766 if test "${enable_system_options+set}" = set; then
5767 enableval
="$enable_system_options"
5769 if test "$enableval" = yes; then
5770 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5772 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5777 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5778 if test "x$LINE" != x
; then
5779 eval "DEFAULT_$LINE"
5784 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5788 eval "$ac_cv_use_system_options"
5789 if test "$no_cache" != 1; then
5790 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5793 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5794 echo "$as_me:$LINENO: result: yes" >&5
5795 echo "${ECHO_T}yes" >&6
5797 echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6
5803 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5804 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5806 # Check whether --enable-textbuf or --disable-textbuf was given.
5807 if test "${enable_textbuf+set}" = set; then
5808 enableval
="$enable_textbuf"
5810 if test "$enableval" = yes; then
5811 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
5813 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
5818 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5819 if test "x$LINE" != x
; then
5820 eval "DEFAULT_$LINE"
5825 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5829 eval "$ac_cv_use_textbuf"
5830 if test "$no_cache" != 1; then
5831 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5834 if test "$wxUSE_TEXTBUFFER" = yes; then
5835 echo "$as_me:$LINENO: result: yes" >&5
5836 echo "${ECHO_T}yes" >&6
5838 echo "$as_me:$LINENO: result: no" >&5
5839 echo "${ECHO_T}no" >&6
5844 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5845 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5847 # Check whether --enable-textfile or --disable-textfile was given.
5848 if test "${enable_textfile+set}" = set; then
5849 enableval
="$enable_textfile"
5851 if test "$enableval" = yes; then
5852 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
5854 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
5859 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5860 if test "x$LINE" != x
; then
5861 eval "DEFAULT_$LINE"
5866 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5870 eval "$ac_cv_use_textfile"
5871 if test "$no_cache" != 1; then
5872 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5875 if test "$wxUSE_TEXTFILE" = yes; then
5876 echo "$as_me:$LINENO: result: yes" >&5
5877 echo "${ECHO_T}yes" >&6
5879 echo "$as_me:$LINENO: result: no" >&5
5880 echo "${ECHO_T}no" >&6
5885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5886 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5888 # Check whether --enable-timer or --disable-timer was given.
5889 if test "${enable_timer+set}" = set; then
5890 enableval
="$enable_timer"
5892 if test "$enableval" = yes; then
5893 ac_cv_use_timer
='wxUSE_TIMER=yes'
5895 ac_cv_use_timer
='wxUSE_TIMER=no'
5900 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5901 if test "x$LINE" != x
; then
5902 eval "DEFAULT_$LINE"
5907 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5911 eval "$ac_cv_use_timer"
5912 if test "$no_cache" != 1; then
5913 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5916 if test "$wxUSE_TIMER" = yes; then
5917 echo "$as_me:$LINENO: result: yes" >&5
5918 echo "${ECHO_T}yes" >&6
5920 echo "$as_me:$LINENO: result: no" >&5
5921 echo "${ECHO_T}no" >&6
5926 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5927 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5929 # Check whether --enable-unicode or --disable-unicode was given.
5930 if test "${enable_unicode+set}" = set; then
5931 enableval
="$enable_unicode"
5933 if test "$enableval" = yes; then
5934 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
5936 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5941 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5942 if test "x$LINE" != x
; then
5943 eval "DEFAULT_$LINE"
5948 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5952 eval "$ac_cv_use_unicode"
5953 if test "$no_cache" != 1; then
5954 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5957 if test "$wxUSE_UNICODE" = yes; then
5958 echo "$as_me:$LINENO: result: yes" >&5
5959 echo "${ECHO_T}yes" >&6
5961 echo "$as_me:$LINENO: result: no" >&5
5962 echo "${ECHO_T}no" >&6
5967 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5968 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5970 # Check whether --enable-sound or --disable-sound was given.
5971 if test "${enable_sound+set}" = set; then
5972 enableval
="$enable_sound"
5974 if test "$enableval" = yes; then
5975 ac_cv_use_sound
='wxUSE_SOUND=yes'
5977 ac_cv_use_sound
='wxUSE_SOUND=no'
5982 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5983 if test "x$LINE" != x
; then
5984 eval "DEFAULT_$LINE"
5989 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5993 eval "$ac_cv_use_sound"
5994 if test "$no_cache" != 1; then
5995 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5998 if test "$wxUSE_SOUND" = yes; then
5999 echo "$as_me:$LINENO: result: yes" >&5
6000 echo "${ECHO_T}yes" >&6
6002 echo "$as_me:$LINENO: result: no" >&5
6003 echo "${ECHO_T}no" >&6
6008 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6009 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6011 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6012 if test "${enable_mediactrl+set}" = set; then
6013 enableval
="$enable_mediactrl"
6015 if test "$enableval" = yes; then
6016 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
6018 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
6023 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6024 if test "x$LINE" != x
; then
6025 eval "DEFAULT_$LINE"
6030 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6034 eval "$ac_cv_use_mediactrl"
6035 if test "$no_cache" != 1; then
6036 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6039 if test "$wxUSE_MEDIACTRL" = yes; then
6040 echo "$as_me:$LINENO: result: yes" >&5
6041 echo "${ECHO_T}yes" >&6
6043 echo "$as_me:$LINENO: result: no" >&5
6044 echo "${ECHO_T}no" >&6
6049 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
6050 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
6052 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
6053 if test "${enable_wxprintfv+set}" = set; then
6054 enableval
="$enable_wxprintfv"
6056 if test "$enableval" = yes; then
6057 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
6059 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
6064 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
6065 if test "x$LINE" != x
; then
6066 eval "DEFAULT_$LINE"
6071 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
6075 eval "$ac_cv_use_wxprintfv"
6076 if test "$no_cache" != 1; then
6077 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
6080 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
6081 echo "$as_me:$LINENO: result: yes" >&5
6082 echo "${ECHO_T}yes" >&6
6084 echo "$as_me:$LINENO: result: no" >&5
6085 echo "${ECHO_T}no" >&6
6090 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6091 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6093 # Check whether --enable-zipstream or --disable-zipstream was given.
6094 if test "${enable_zipstream+set}" = set; then
6095 enableval
="$enable_zipstream"
6097 if test "$enableval" = yes; then
6098 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
6100 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
6105 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6106 if test "x$LINE" != x
; then
6107 eval "DEFAULT_$LINE"
6112 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6116 eval "$ac_cv_use_zipstream"
6117 if test "$no_cache" != 1; then
6118 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6121 if test "$wxUSE_ZIPSTREAM" = yes; then
6122 echo "$as_me:$LINENO: result: yes" >&5
6123 echo "${ECHO_T}yes" >&6
6125 echo "$as_me:$LINENO: result: no" >&5
6126 echo "${ECHO_T}no" >&6
6132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6133 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6135 # Check whether --enable-url or --disable-url was given.
6136 if test "${enable_url+set}" = set; then
6137 enableval
="$enable_url"
6139 if test "$enableval" = yes; then
6140 ac_cv_use_url
='wxUSE_URL=yes'
6142 ac_cv_use_url
='wxUSE_URL=no'
6147 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6148 if test "x$LINE" != x
; then
6149 eval "DEFAULT_$LINE"
6154 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
6158 eval "$ac_cv_use_url"
6159 if test "$no_cache" != 1; then
6160 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6163 if test "$wxUSE_URL" = yes; then
6164 echo "$as_me:$LINENO: result: yes" >&5
6165 echo "${ECHO_T}yes" >&6
6167 echo "$as_me:$LINENO: result: no" >&5
6168 echo "${ECHO_T}no" >&6
6173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6174 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6176 # Check whether --enable-protocol or --disable-protocol was given.
6177 if test "${enable_protocol+set}" = set; then
6178 enableval
="$enable_protocol"
6180 if test "$enableval" = yes; then
6181 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
6183 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
6188 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6189 if test "x$LINE" != x
; then
6190 eval "DEFAULT_$LINE"
6195 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6199 eval "$ac_cv_use_protocol"
6200 if test "$no_cache" != 1; then
6201 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6204 if test "$wxUSE_PROTOCOL" = yes; then
6205 echo "$as_me:$LINENO: result: yes" >&5
6206 echo "${ECHO_T}yes" >&6
6208 echo "$as_me:$LINENO: result: no" >&5
6209 echo "${ECHO_T}no" >&6
6214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6215 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6217 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6218 if test "${enable_protocol_http+set}" = set; then
6219 enableval
="$enable_protocol_http"
6221 if test "$enableval" = yes; then
6222 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6224 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6229 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6230 if test "x$LINE" != x
; then
6231 eval "DEFAULT_$LINE"
6236 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6240 eval "$ac_cv_use_protocol_http"
6241 if test "$no_cache" != 1; then
6242 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6245 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6246 echo "$as_me:$LINENO: result: yes" >&5
6247 echo "${ECHO_T}yes" >&6
6249 echo "$as_me:$LINENO: result: no" >&5
6250 echo "${ECHO_T}no" >&6
6255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6256 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6258 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6259 if test "${enable_protocol_ftp+set}" = set; then
6260 enableval
="$enable_protocol_ftp"
6262 if test "$enableval" = yes; then
6263 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6265 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6270 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6271 if test "x$LINE" != x
; then
6272 eval "DEFAULT_$LINE"
6277 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6281 eval "$ac_cv_use_protocol_ftp"
6282 if test "$no_cache" != 1; then
6283 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6286 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6287 echo "$as_me:$LINENO: result: yes" >&5
6288 echo "${ECHO_T}yes" >&6
6290 echo "$as_me:$LINENO: result: no" >&5
6291 echo "${ECHO_T}no" >&6
6296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6297 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6299 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6300 if test "${enable_protocol_file+set}" = set; then
6301 enableval
="$enable_protocol_file"
6303 if test "$enableval" = yes; then
6304 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6306 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6311 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6312 if test "x$LINE" != x
; then
6313 eval "DEFAULT_$LINE"
6318 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6322 eval "$ac_cv_use_protocol_file"
6323 if test "$no_cache" != 1; then
6324 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6327 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6328 echo "$as_me:$LINENO: result: yes" >&5
6329 echo "${ECHO_T}yes" >&6
6331 echo "$as_me:$LINENO: result: no" >&5
6332 echo "${ECHO_T}no" >&6
6340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6341 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6343 # Check whether --enable-threads or --disable-threads was given.
6344 if test "${enable_threads+set}" = set; then
6345 enableval
="$enable_threads"
6347 if test "$enableval" = yes; then
6348 ac_cv_use_threads
='wxUSE_THREADS=yes'
6350 ac_cv_use_threads
='wxUSE_THREADS=no'
6355 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6356 if test "x$LINE" != x
; then
6357 eval "DEFAULT_$LINE"
6362 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6366 eval "$ac_cv_use_threads"
6367 if test "$no_cache" != 1; then
6368 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6371 if test "$wxUSE_THREADS" = yes; then
6372 echo "$as_me:$LINENO: result: yes" >&5
6373 echo "${ECHO_T}yes" >&6
6375 echo "$as_me:$LINENO: result: no" >&5
6376 echo "${ECHO_T}no" >&6
6380 if test "$wxUSE_GUI" = "yes"; then
6385 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6386 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6388 # Check whether --enable-docview or --disable-docview was given.
6389 if test "${enable_docview+set}" = set; then
6390 enableval
="$enable_docview"
6392 if test "$enableval" = yes; then
6393 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6395 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6400 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6401 if test "x$LINE" != x
; then
6402 eval "DEFAULT_$LINE"
6407 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6411 eval "$ac_cv_use_docview"
6412 if test "$no_cache" != 1; then
6413 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6416 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6417 echo "$as_me:$LINENO: result: yes" >&5
6418 echo "${ECHO_T}yes" >&6
6420 echo "$as_me:$LINENO: result: no" >&5
6421 echo "${ECHO_T}no" >&6
6426 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6427 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6429 # Check whether --enable-help or --disable-help was given.
6430 if test "${enable_help+set}" = set; then
6431 enableval
="$enable_help"
6433 if test "$enableval" = yes; then
6434 ac_cv_use_help
='wxUSE_HELP=yes'
6436 ac_cv_use_help
='wxUSE_HELP=no'
6441 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6442 if test "x$LINE" != x
; then
6443 eval "DEFAULT_$LINE"
6448 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6452 eval "$ac_cv_use_help"
6453 if test "$no_cache" != 1; then
6454 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6457 if test "$wxUSE_HELP" = yes; then
6458 echo "$as_me:$LINENO: result: yes" >&5
6459 echo "${ECHO_T}yes" >&6
6461 echo "$as_me:$LINENO: result: no" >&5
6462 echo "${ECHO_T}no" >&6
6467 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6468 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6470 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6471 if test "${enable_mshtmlhelp+set}" = set; then
6472 enableval
="$enable_mshtmlhelp"
6474 if test "$enableval" = yes; then
6475 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
6477 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
6482 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6483 if test "x$LINE" != x
; then
6484 eval "DEFAULT_$LINE"
6489 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6493 eval "$ac_cv_use_mshtmlhelp"
6494 if test "$no_cache" != 1; then
6495 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6498 if test "$wxUSE_MS_HTML_HELP" = yes; then
6499 echo "$as_me:$LINENO: result: yes" >&5
6500 echo "${ECHO_T}yes" >&6
6502 echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6
6508 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6509 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6511 # Check whether --enable-html or --disable-html was given.
6512 if test "${enable_html+set}" = set; then
6513 enableval
="$enable_html"
6515 if test "$enableval" = yes; then
6516 ac_cv_use_html
='wxUSE_HTML=yes'
6518 ac_cv_use_html
='wxUSE_HTML=no'
6523 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6524 if test "x$LINE" != x
; then
6525 eval "DEFAULT_$LINE"
6530 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6534 eval "$ac_cv_use_html"
6535 if test "$no_cache" != 1; then
6536 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6539 if test "$wxUSE_HTML" = yes; then
6540 echo "$as_me:$LINENO: result: yes" >&5
6541 echo "${ECHO_T}yes" >&6
6543 echo "$as_me:$LINENO: result: no" >&5
6544 echo "${ECHO_T}no" >&6
6549 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6550 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6552 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6553 if test "${enable_htmlhelp+set}" = set; then
6554 enableval
="$enable_htmlhelp"
6556 if test "$enableval" = yes; then
6557 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
6559 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
6564 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6565 if test "x$LINE" != x
; then
6566 eval "DEFAULT_$LINE"
6571 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6575 eval "$ac_cv_use_htmlhelp"
6576 if test "$no_cache" != 1; then
6577 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6580 if test "$wxUSE_WXHTML_HELP" = yes; then
6581 echo "$as_me:$LINENO: result: yes" >&5
6582 echo "${ECHO_T}yes" >&6
6584 echo "$as_me:$LINENO: result: no" >&5
6585 echo "${ECHO_T}no" >&6
6590 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
6591 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
6593 # Check whether --enable-xrc or --disable-xrc was given.
6594 if test "${enable_xrc+set}" = set; then
6595 enableval
="$enable_xrc"
6597 if test "$enableval" = yes; then
6598 ac_cv_use_xrc
='wxUSE_XRC=yes'
6600 ac_cv_use_xrc
='wxUSE_XRC=no'
6605 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
6606 if test "x$LINE" != x
; then
6607 eval "DEFAULT_$LINE"
6612 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
6616 eval "$ac_cv_use_xrc"
6617 if test "$no_cache" != 1; then
6618 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
6621 if test "$wxUSE_XRC" = yes; then
6622 echo "$as_me:$LINENO: result: yes" >&5
6623 echo "${ECHO_T}yes" >&6
6625 echo "$as_me:$LINENO: result: no" >&5
6626 echo "${ECHO_T}no" >&6
6631 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6632 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6634 # Check whether --enable-constraints or --disable-constraints was given.
6635 if test "${enable_constraints+set}" = set; then
6636 enableval
="$enable_constraints"
6638 if test "$enableval" = yes; then
6639 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
6641 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
6646 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6647 if test "x$LINE" != x
; then
6648 eval "DEFAULT_$LINE"
6653 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6657 eval "$ac_cv_use_constraints"
6658 if test "$no_cache" != 1; then
6659 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6662 if test "$wxUSE_CONSTRAINTS" = yes; then
6663 echo "$as_me:$LINENO: result: yes" >&5
6664 echo "${ECHO_T}yes" >&6
6666 echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6
6672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6673 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6675 # Check whether --enable-printarch or --disable-printarch was given.
6676 if test "${enable_printarch+set}" = set; then
6677 enableval
="$enable_printarch"
6679 if test "$enableval" = yes; then
6680 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
6682 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
6687 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6688 if test "x$LINE" != x
; then
6689 eval "DEFAULT_$LINE"
6694 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6698 eval "$ac_cv_use_printarch"
6699 if test "$no_cache" != 1; then
6700 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6703 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6704 echo "$as_me:$LINENO: result: yes" >&5
6705 echo "${ECHO_T}yes" >&6
6707 echo "$as_me:$LINENO: result: no" >&5
6708 echo "${ECHO_T}no" >&6
6713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6714 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6716 # Check whether --enable-mdi or --disable-mdi was given.
6717 if test "${enable_mdi+set}" = set; then
6718 enableval
="$enable_mdi"
6720 if test "$enableval" = yes; then
6721 ac_cv_use_mdi
='wxUSE_MDI=yes'
6723 ac_cv_use_mdi
='wxUSE_MDI=no'
6728 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6729 if test "x$LINE" != x
; then
6730 eval "DEFAULT_$LINE"
6735 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6739 eval "$ac_cv_use_mdi"
6740 if test "$no_cache" != 1; then
6741 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6744 if test "$wxUSE_MDI" = yes; then
6745 echo "$as_me:$LINENO: result: yes" >&5
6746 echo "${ECHO_T}yes" >&6
6748 echo "$as_me:$LINENO: result: no" >&5
6749 echo "${ECHO_T}no" >&6
6754 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6755 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6757 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6758 if test "${enable_mdidoc+set}" = set; then
6759 enableval
="$enable_mdidoc"
6761 if test "$enableval" = yes; then
6762 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
6764 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
6769 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6770 if test "x$LINE" != x
; then
6771 eval "DEFAULT_$LINE"
6776 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6780 eval "$ac_cv_use_mdidoc"
6781 if test "$no_cache" != 1; then
6782 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6785 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6786 echo "$as_me:$LINENO: result: yes" >&5
6787 echo "${ECHO_T}yes" >&6
6789 echo "$as_me:$LINENO: result: no" >&5
6790 echo "${ECHO_T}no" >&6
6795 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6796 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6798 # Check whether --enable-loggui or --disable-loggui was given.
6799 if test "${enable_loggui+set}" = set; then
6800 enableval
="$enable_loggui"
6802 if test "$enableval" = yes; then
6803 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6805 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6810 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6811 if test "x$LINE" != x
; then
6812 eval "DEFAULT_$LINE"
6817 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6821 eval "$ac_cv_use_loggui"
6822 if test "$no_cache" != 1; then
6823 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6826 if test "$wxUSE_LOGGUI" = yes; then
6827 echo "$as_me:$LINENO: result: yes" >&5
6828 echo "${ECHO_T}yes" >&6
6830 echo "$as_me:$LINENO: result: no" >&5
6831 echo "${ECHO_T}no" >&6
6836 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6837 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6839 # Check whether --enable-logwin or --disable-logwin was given.
6840 if test "${enable_logwin+set}" = set; then
6841 enableval
="$enable_logwin"
6843 if test "$enableval" = yes; then
6844 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6846 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6851 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6852 if test "x$LINE" != x
; then
6853 eval "DEFAULT_$LINE"
6858 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6862 eval "$ac_cv_use_logwin"
6863 if test "$no_cache" != 1; then
6864 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6867 if test "$wxUSE_LOGWINDOW" = yes; then
6868 echo "$as_me:$LINENO: result: yes" >&5
6869 echo "${ECHO_T}yes" >&6
6871 echo "$as_me:$LINENO: result: no" >&5
6872 echo "${ECHO_T}no" >&6
6877 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6878 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6880 # Check whether --enable-logdialog or --disable-logdialog was given.
6881 if test "${enable_logdialog+set}" = set; then
6882 enableval
="$enable_logdialog"
6884 if test "$enableval" = yes; then
6885 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6887 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6892 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6893 if test "x$LINE" != x
; then
6894 eval "DEFAULT_$LINE"
6899 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6903 eval "$ac_cv_use_logdialog"
6904 if test "$no_cache" != 1; then
6905 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6908 if test "$wxUSE_LOGDIALOG" = yes; then
6909 echo "$as_me:$LINENO: result: yes" >&5
6910 echo "${ECHO_T}yes" >&6
6912 echo "$as_me:$LINENO: result: no" >&5
6913 echo "${ECHO_T}no" >&6
6918 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6919 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6921 # Check whether --enable-webkit or --disable-webkit was given.
6922 if test "${enable_webkit+set}" = set; then
6923 enableval
="$enable_webkit"
6925 if test "$enableval" = yes; then
6926 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
6928 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
6933 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6934 if test "x$LINE" != x
; then
6935 eval "DEFAULT_$LINE"
6940 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6944 eval "$ac_cv_use_webkit"
6945 if test "$no_cache" != 1; then
6946 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6949 if test "$wxUSE_WEBKIT" = yes; then
6950 echo "$as_me:$LINENO: result: yes" >&5
6951 echo "${ECHO_T}yes" >&6
6953 echo "$as_me:$LINENO: result: no" >&5
6954 echo "${ECHO_T}no" >&6
6960 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6961 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6963 # Check whether --enable-postscript or --disable-postscript was given.
6964 if test "${enable_postscript+set}" = set; then
6965 enableval
="$enable_postscript"
6967 if test "$enableval" = yes; then
6968 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6970 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6975 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6976 if test "x$LINE" != x
; then
6977 eval "DEFAULT_$LINE"
6982 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6986 eval "$ac_cv_use_postscript"
6987 if test "$no_cache" != 1; then
6988 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6991 if test "$wxUSE_POSTSCRIPT" = yes; then
6992 echo "$as_me:$LINENO: result: yes" >&5
6993 echo "${ECHO_T}yes" >&6
6995 echo "$as_me:$LINENO: result: no" >&5
6996 echo "${ECHO_T}no" >&6
7004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7005 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7007 # Check whether --enable-prologio or --disable-prologio was given.
7008 if test "${enable_prologio+set}" = set; then
7009 enableval
="$enable_prologio"
7011 if test "$enableval" = yes; then
7012 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
7014 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
7019 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7020 if test "x$LINE" != x
; then
7021 eval "DEFAULT_$LINE"
7026 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7030 eval "$ac_cv_use_prologio"
7031 if test "$no_cache" != 1; then
7032 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7035 if test "$wxUSE_PROLOGIO" = yes; then
7036 echo "$as_me:$LINENO: result: yes" >&5
7037 echo "${ECHO_T}yes" >&6
7039 echo "$as_me:$LINENO: result: no" >&5
7040 echo "${ECHO_T}no" >&6
7045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7046 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7048 # Check whether --enable-resources or --disable-resources was given.
7049 if test "${enable_resources+set}" = set; then
7050 enableval
="$enable_resources"
7052 if test "$enableval" = yes; then
7053 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
7055 ac_cv_use_resources
='wxUSE_RESOURCES=no'
7060 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7061 if test "x$LINE" != x
; then
7062 eval "DEFAULT_$LINE"
7067 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7071 eval "$ac_cv_use_resources"
7072 if test "$no_cache" != 1; then
7073 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7076 if test "$wxUSE_RESOURCES" = yes; then
7077 echo "$as_me:$LINENO: result: yes" >&5
7078 echo "${ECHO_T}yes" >&6
7080 echo "$as_me:$LINENO: result: no" >&5
7081 echo "${ECHO_T}no" >&6
7088 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7089 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7091 # Check whether --enable-clipboard or --disable-clipboard was given.
7092 if test "${enable_clipboard+set}" = set; then
7093 enableval
="$enable_clipboard"
7095 if test "$enableval" = yes; then
7096 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
7098 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
7103 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7104 if test "x$LINE" != x
; then
7105 eval "DEFAULT_$LINE"
7110 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7114 eval "$ac_cv_use_clipboard"
7115 if test "$no_cache" != 1; then
7116 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7119 if test "$wxUSE_CLIPBOARD" = yes; then
7120 echo "$as_me:$LINENO: result: yes" >&5
7121 echo "${ECHO_T}yes" >&6
7123 echo "$as_me:$LINENO: result: no" >&5
7124 echo "${ECHO_T}no" >&6
7129 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7130 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7132 # Check whether --enable-dnd or --disable-dnd was given.
7133 if test "${enable_dnd+set}" = set; then
7134 enableval
="$enable_dnd"
7136 if test "$enableval" = yes; then
7137 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
7139 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
7144 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7145 if test "x$LINE" != x
; then
7146 eval "DEFAULT_$LINE"
7151 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7155 eval "$ac_cv_use_dnd"
7156 if test "$no_cache" != 1; then
7157 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7160 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7161 echo "$as_me:$LINENO: result: yes" >&5
7162 echo "${ECHO_T}yes" >&6
7164 echo "$as_me:$LINENO: result: no" >&5
7165 echo "${ECHO_T}no" >&6
7170 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7171 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7173 # Check whether --enable-metafile or --disable-metafile was given.
7174 if test "${enable_metafile+set}" = set; then
7175 enableval
="$enable_metafile"
7177 if test "$enableval" = yes; then
7178 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7180 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7185 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7186 if test "x$LINE" != x
; then
7187 eval "DEFAULT_$LINE"
7192 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7196 eval "$ac_cv_use_metafile"
7197 if test "$no_cache" != 1; then
7198 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7201 if test "$wxUSE_METAFILE" = yes; then
7202 echo "$as_me:$LINENO: result: yes" >&5
7203 echo "${ECHO_T}yes" >&6
7205 echo "$as_me:$LINENO: result: no" >&5
7206 echo "${ECHO_T}no" >&6
7214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7215 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7217 # Check whether --enable-controls or --disable-controls was given.
7218 if test "${enable_controls+set}" = set; then
7219 enableval
="$enable_controls"
7221 if test "$enableval" = yes; then
7222 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7224 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7229 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7230 if test "x$LINE" != x
; then
7231 eval "DEFAULT_$LINE"
7236 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7240 eval "$ac_cv_use_controls"
7241 if test "$no_cache" != 1; then
7242 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7245 if test "$wxUSE_CONTROLS" = yes; then
7246 echo "$as_me:$LINENO: result: yes" >&5
7247 echo "${ECHO_T}yes" >&6
7249 echo "$as_me:$LINENO: result: no" >&5
7250 echo "${ECHO_T}no" >&6
7254 if test "$wxUSE_CONTROLS" = "yes"; then
7255 DEFAULT_wxUSE_ACCEL
=yes
7256 DEFAULT_wxUSE_BMPBUTTON
=yes
7257 DEFAULT_wxUSE_BUTTON
=yes
7258 DEFAULT_wxUSE_CALCTRL
=yes
7259 DEFAULT_wxUSE_CARET
=yes
7260 DEFAULT_wxUSE_COMBOBOX
=yes
7261 DEFAULT_wxUSE_CHECKBOX
=yes
7262 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7263 DEFAULT_wxUSE_CHOICE
=yes
7264 DEFAULT_wxUSE_CHOICEBOOK
=yes
7265 DEFAULT_wxUSE_DATEPICKCTRL
=yes
7266 DEFAULT_wxUSE_GAUGE
=yes
7267 DEFAULT_wxUSE_GRID
=yes
7268 DEFAULT_wxUSE_IMAGLIST
=yes
7269 DEFAULT_wxUSE_LISTBOOK
=yes
7270 DEFAULT_wxUSE_LISTBOX
=yes
7271 DEFAULT_wxUSE_LISTCTRL
=yes
7272 DEFAULT_wxUSE_NOTEBOOK
=yes
7273 DEFAULT_wxUSE_RADIOBOX
=yes
7274 DEFAULT_wxUSE_RADIOBTN
=yes
7275 DEFAULT_wxUSE_SASH
=yes
7276 DEFAULT_wxUSE_SCROLLBAR
=yes
7277 DEFAULT_wxUSE_SLIDER
=yes
7278 DEFAULT_wxUSE_SPINBTN
=yes
7279 DEFAULT_wxUSE_SPINCTRL
=yes
7280 DEFAULT_wxUSE_SPLITTER
=yes
7281 DEFAULT_wxUSE_STATBMP
=yes
7282 DEFAULT_wxUSE_STATBOX
=yes
7283 DEFAULT_wxUSE_STATLINE
=yes
7284 DEFAULT_wxUSE_STATUSBAR
=yes
7285 DEFAULT_wxUSE_TAB_DIALOG
=yes
7286 DEFAULT_wxUSE_TOGGLEBTN
=yes
7287 DEFAULT_wxUSE_TOOLBAR
=yes
7288 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7289 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
7290 DEFAULT_wxUSE_TOOLTIPS
=yes
7291 DEFAULT_wxUSE_TREECTRL
=yes
7292 DEFAULT_wxUSE_POPUPWIN
=yes
7293 DEFAULT_wxUSE_TIPWINDOW
=yes
7294 elif test "$wxUSE_CONTROLS" = "no"; then
7295 DEFAULT_wxUSE_ACCEL
=no
7296 DEFAULT_wxUSE_BMPBUTTON
=no
7297 DEFAULT_wxUSE_BUTTON
=no
7298 DEFAULT_wxUSE_CALCTRL
=no
7299 DEFAULT_wxUSE_CARET
=no
7300 DEFAULT_wxUSE_COMBOBOX
=no
7301 DEFAULT_wxUSE_CHECKBOX
=no
7302 DEFAULT_wxUSE_CHECKLISTBOX
=no
7303 DEFAULT_wxUSE_CHOICE
=no
7304 DEFAULT_wxUSE_CHOICEBOOK
=no
7305 DEFAULT_wxUSE_DATEPICKCTRL
=no
7306 DEFAULT_wxUSE_GAUGE
=no
7307 DEFAULT_wxUSE_GRID
=no
7308 DEFAULT_wxUSE_IMAGLIST
=no
7309 DEFAULT_wxUSE_LISTBOOK
=no
7310 DEFAULT_wxUSE_LISTBOX
=no
7311 DEFAULT_wxUSE_LISTCTRL
=no
7312 DEFAULT_wxUSE_NOTEBOOK
=no
7313 DEFAULT_wxUSE_RADIOBOX
=no
7314 DEFAULT_wxUSE_RADIOBTN
=no
7315 DEFAULT_wxUSE_SASH
=no
7316 DEFAULT_wxUSE_SCROLLBAR
=no
7317 DEFAULT_wxUSE_SLIDER
=no
7318 DEFAULT_wxUSE_SPINBTN
=no
7319 DEFAULT_wxUSE_SPINCTRL
=no
7320 DEFAULT_wxUSE_SPLITTER
=no
7321 DEFAULT_wxUSE_STATBMP
=no
7322 DEFAULT_wxUSE_STATBOX
=no
7323 DEFAULT_wxUSE_STATLINE
=no
7324 DEFAULT_wxUSE_STATUSBAR
=no
7325 DEFAULT_wxUSE_TAB_DIALOG
=no
7326 DEFAULT_wxUSE_TOGGLEBTN
=no
7327 DEFAULT_wxUSE_TOOLBAR
=no
7328 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
7329 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
7330 DEFAULT_wxUSE_TOOLTIPS
=no
7331 DEFAULT_wxUSE_TREECTRL
=no
7332 DEFAULT_wxUSE_POPUPWIN
=no
7333 DEFAULT_wxUSE_TIPWINDOW
=no
7338 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
7339 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
7341 # Check whether --enable-accel or --disable-accel was given.
7342 if test "${enable_accel+set}" = set; then
7343 enableval
="$enable_accel"
7345 if test "$enableval" = yes; then
7346 ac_cv_use_accel
='wxUSE_ACCEL=yes'
7348 ac_cv_use_accel
='wxUSE_ACCEL=no'
7353 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
7354 if test "x$LINE" != x
; then
7355 eval "DEFAULT_$LINE"
7360 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
7364 eval "$ac_cv_use_accel"
7365 if test "$no_cache" != 1; then
7366 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7369 if test "$wxUSE_ACCEL" = yes; then
7370 echo "$as_me:$LINENO: result: yes" >&5
7371 echo "${ECHO_T}yes" >&6
7373 echo "$as_me:$LINENO: result: no" >&5
7374 echo "${ECHO_T}no" >&6
7379 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7380 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7382 # Check whether --enable-button or --disable-button was given.
7383 if test "${enable_button+set}" = set; then
7384 enableval
="$enable_button"
7386 if test "$enableval" = yes; then
7387 ac_cv_use_button
='wxUSE_BUTTON=yes'
7389 ac_cv_use_button
='wxUSE_BUTTON=no'
7394 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7395 if test "x$LINE" != x
; then
7396 eval "DEFAULT_$LINE"
7401 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7405 eval "$ac_cv_use_button"
7406 if test "$no_cache" != 1; then
7407 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7410 if test "$wxUSE_BUTTON" = yes; then
7411 echo "$as_me:$LINENO: result: yes" >&5
7412 echo "${ECHO_T}yes" >&6
7414 echo "$as_me:$LINENO: result: no" >&5
7415 echo "${ECHO_T}no" >&6
7420 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7421 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7423 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7424 if test "${enable_bmpbutton+set}" = set; then
7425 enableval
="$enable_bmpbutton"
7427 if test "$enableval" = yes; then
7428 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
7430 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
7435 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7436 if test "x$LINE" != x
; then
7437 eval "DEFAULT_$LINE"
7442 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7446 eval "$ac_cv_use_bmpbutton"
7447 if test "$no_cache" != 1; then
7448 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7451 if test "$wxUSE_BMPBUTTON" = yes; then
7452 echo "$as_me:$LINENO: result: yes" >&5
7453 echo "${ECHO_T}yes" >&6
7455 echo "$as_me:$LINENO: result: no" >&5
7456 echo "${ECHO_T}no" >&6
7461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7462 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7464 # Check whether --enable-calendar or --disable-calendar was given.
7465 if test "${enable_calendar+set}" = set; then
7466 enableval
="$enable_calendar"
7468 if test "$enableval" = yes; then
7469 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
7471 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
7476 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7477 if test "x$LINE" != x
; then
7478 eval "DEFAULT_$LINE"
7483 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7487 eval "$ac_cv_use_calendar"
7488 if test "$no_cache" != 1; then
7489 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7492 if test "$wxUSE_CALCTRL" = yes; then
7493 echo "$as_me:$LINENO: result: yes" >&5
7494 echo "${ECHO_T}yes" >&6
7496 echo "$as_me:$LINENO: result: no" >&5
7497 echo "${ECHO_T}no" >&6
7502 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7503 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7505 # Check whether --enable-caret or --disable-caret was given.
7506 if test "${enable_caret+set}" = set; then
7507 enableval
="$enable_caret"
7509 if test "$enableval" = yes; then
7510 ac_cv_use_caret
='wxUSE_CARET=yes'
7512 ac_cv_use_caret
='wxUSE_CARET=no'
7517 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7518 if test "x$LINE" != x
; then
7519 eval "DEFAULT_$LINE"
7524 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7528 eval "$ac_cv_use_caret"
7529 if test "$no_cache" != 1; then
7530 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7533 if test "$wxUSE_CARET" = yes; then
7534 echo "$as_me:$LINENO: result: yes" >&5
7535 echo "${ECHO_T}yes" >&6
7537 echo "$as_me:$LINENO: result: no" >&5
7538 echo "${ECHO_T}no" >&6
7543 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7544 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7546 # Check whether --enable-checkbox or --disable-checkbox was given.
7547 if test "${enable_checkbox+set}" = set; then
7548 enableval
="$enable_checkbox"
7550 if test "$enableval" = yes; then
7551 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
7553 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
7558 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7559 if test "x$LINE" != x
; then
7560 eval "DEFAULT_$LINE"
7565 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7569 eval "$ac_cv_use_checkbox"
7570 if test "$no_cache" != 1; then
7571 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7574 if test "$wxUSE_CHECKBOX" = yes; then
7575 echo "$as_me:$LINENO: result: yes" >&5
7576 echo "${ECHO_T}yes" >&6
7578 echo "$as_me:$LINENO: result: no" >&5
7579 echo "${ECHO_T}no" >&6
7584 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7585 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7587 # Check whether --enable-checklst or --disable-checklst was given.
7588 if test "${enable_checklst+set}" = set; then
7589 enableval
="$enable_checklst"
7591 if test "$enableval" = yes; then
7592 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
7594 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
7599 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7600 if test "x$LINE" != x
; then
7601 eval "DEFAULT_$LINE"
7606 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7610 eval "$ac_cv_use_checklst"
7611 if test "$no_cache" != 1; then
7612 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7615 if test "$wxUSE_CHECKLST" = yes; then
7616 echo "$as_me:$LINENO: result: yes" >&5
7617 echo "${ECHO_T}yes" >&6
7619 echo "$as_me:$LINENO: result: no" >&5
7620 echo "${ECHO_T}no" >&6
7625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7626 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7628 # Check whether --enable-choice or --disable-choice was given.
7629 if test "${enable_choice+set}" = set; then
7630 enableval
="$enable_choice"
7632 if test "$enableval" = yes; then
7633 ac_cv_use_choice
='wxUSE_CHOICE=yes'
7635 ac_cv_use_choice
='wxUSE_CHOICE=no'
7640 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7641 if test "x$LINE" != x
; then
7642 eval "DEFAULT_$LINE"
7647 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7651 eval "$ac_cv_use_choice"
7652 if test "$no_cache" != 1; then
7653 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7656 if test "$wxUSE_CHOICE" = yes; then
7657 echo "$as_me:$LINENO: result: yes" >&5
7658 echo "${ECHO_T}yes" >&6
7660 echo "$as_me:$LINENO: result: no" >&5
7661 echo "${ECHO_T}no" >&6
7666 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
7667 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
7669 # Check whether --enable-choicebook or --disable-choicebook was given.
7670 if test "${enable_choicebook+set}" = set; then
7671 enableval
="$enable_choicebook"
7673 if test "$enableval" = yes; then
7674 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
7676 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
7681 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
7682 if test "x$LINE" != x
; then
7683 eval "DEFAULT_$LINE"
7688 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
7692 eval "$ac_cv_use_choicebook"
7693 if test "$no_cache" != 1; then
7694 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
7697 if test "$wxUSE_CHOICEBOOK" = yes; then
7698 echo "$as_me:$LINENO: result: yes" >&5
7699 echo "${ECHO_T}yes" >&6
7701 echo "$as_me:$LINENO: result: no" >&5
7702 echo "${ECHO_T}no" >&6
7707 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7708 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7710 # Check whether --enable-combobox or --disable-combobox was given.
7711 if test "${enable_combobox+set}" = set; then
7712 enableval
="$enable_combobox"
7714 if test "$enableval" = yes; then
7715 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
7717 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
7722 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7723 if test "x$LINE" != x
; then
7724 eval "DEFAULT_$LINE"
7729 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7733 eval "$ac_cv_use_combobox"
7734 if test "$no_cache" != 1; then
7735 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7738 if test "$wxUSE_COMBOBOX" = yes; then
7739 echo "$as_me:$LINENO: result: yes" >&5
7740 echo "${ECHO_T}yes" >&6
7742 echo "$as_me:$LINENO: result: no" >&5
7743 echo "${ECHO_T}no" >&6
7748 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
7749 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
7751 # Check whether --enable-datepick or --disable-datepick was given.
7752 if test "${enable_datepick+set}" = set; then
7753 enableval
="$enable_datepick"
7755 if test "$enableval" = yes; then
7756 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=yes'
7758 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=no'
7763 LINE
=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
7764 if test "x$LINE" != x
; then
7765 eval "DEFAULT_$LINE"
7770 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
7774 eval "$ac_cv_use_datepick"
7775 if test "$no_cache" != 1; then
7776 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
7779 if test "$wxUSE_DATEPICKCTRL" = yes; then
7780 echo "$as_me:$LINENO: result: yes" >&5
7781 echo "${ECHO_T}yes" >&6
7783 echo "$as_me:$LINENO: result: no" >&5
7784 echo "${ECHO_T}no" >&6
7789 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7790 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7792 # Check whether --enable-display or --disable-display was given.
7793 if test "${enable_display+set}" = set; then
7794 enableval
="$enable_display"
7796 if test "$enableval" = yes; then
7797 ac_cv_use_display
='wxUSE_DISPLAY=yes'
7799 ac_cv_use_display
='wxUSE_DISPLAY=no'
7804 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7805 if test "x$LINE" != x
; then
7806 eval "DEFAULT_$LINE"
7811 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7815 eval "$ac_cv_use_display"
7816 if test "$no_cache" != 1; then
7817 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7820 if test "$wxUSE_DISPLAY" = yes; then
7821 echo "$as_me:$LINENO: result: yes" >&5
7822 echo "${ECHO_T}yes" >&6
7824 echo "$as_me:$LINENO: result: no" >&5
7825 echo "${ECHO_T}no" >&6
7830 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7831 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7833 # Check whether --enable-gauge or --disable-gauge was given.
7834 if test "${enable_gauge+set}" = set; then
7835 enableval
="$enable_gauge"
7837 if test "$enableval" = yes; then
7838 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
7840 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7845 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7846 if test "x$LINE" != x
; then
7847 eval "DEFAULT_$LINE"
7852 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7856 eval "$ac_cv_use_gauge"
7857 if test "$no_cache" != 1; then
7858 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7861 if test "$wxUSE_GAUGE" = yes; then
7862 echo "$as_me:$LINENO: result: yes" >&5
7863 echo "${ECHO_T}yes" >&6
7865 echo "$as_me:$LINENO: result: no" >&5
7866 echo "${ECHO_T}no" >&6
7871 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7872 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7874 # Check whether --enable-grid or --disable-grid was given.
7875 if test "${enable_grid+set}" = set; then
7876 enableval
="$enable_grid"
7878 if test "$enableval" = yes; then
7879 ac_cv_use_grid
='wxUSE_GRID=yes'
7881 ac_cv_use_grid
='wxUSE_GRID=no'
7886 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7887 if test "x$LINE" != x
; then
7888 eval "DEFAULT_$LINE"
7893 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7897 eval "$ac_cv_use_grid"
7898 if test "$no_cache" != 1; then
7899 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7902 if test "$wxUSE_GRID" = yes; then
7903 echo "$as_me:$LINENO: result: yes" >&5
7904 echo "${ECHO_T}yes" >&6
7906 echo "$as_me:$LINENO: result: no" >&5
7907 echo "${ECHO_T}no" >&6
7912 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7913 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7915 # Check whether --enable-imaglist or --disable-imaglist was given.
7916 if test "${enable_imaglist+set}" = set; then
7917 enableval
="$enable_imaglist"
7919 if test "$enableval" = yes; then
7920 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7922 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7927 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7928 if test "x$LINE" != x
; then
7929 eval "DEFAULT_$LINE"
7934 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7938 eval "$ac_cv_use_imaglist"
7939 if test "$no_cache" != 1; then
7940 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7943 if test "$wxUSE_IMAGLIST" = yes; then
7944 echo "$as_me:$LINENO: result: yes" >&5
7945 echo "${ECHO_T}yes" >&6
7947 echo "$as_me:$LINENO: result: no" >&5
7948 echo "${ECHO_T}no" >&6
7953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7954 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7956 # Check whether --enable-listbook or --disable-listbook was given.
7957 if test "${enable_listbook+set}" = set; then
7958 enableval
="$enable_listbook"
7960 if test "$enableval" = yes; then
7961 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
7963 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
7968 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7969 if test "x$LINE" != x
; then
7970 eval "DEFAULT_$LINE"
7975 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7979 eval "$ac_cv_use_listbook"
7980 if test "$no_cache" != 1; then
7981 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7984 if test "$wxUSE_LISTBOOK" = yes; then
7985 echo "$as_me:$LINENO: result: yes" >&5
7986 echo "${ECHO_T}yes" >&6
7988 echo "$as_me:$LINENO: result: no" >&5
7989 echo "${ECHO_T}no" >&6
7994 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7995 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7997 # Check whether --enable-listbox or --disable-listbox was given.
7998 if test "${enable_listbox+set}" = set; then
7999 enableval
="$enable_listbox"
8001 if test "$enableval" = yes; then
8002 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
8004 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
8009 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
8010 if test "x$LINE" != x
; then
8011 eval "DEFAULT_$LINE"
8016 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
8020 eval "$ac_cv_use_listbox"
8021 if test "$no_cache" != 1; then
8022 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
8025 if test "$wxUSE_LISTBOX" = yes; then
8026 echo "$as_me:$LINENO: result: yes" >&5
8027 echo "${ECHO_T}yes" >&6
8029 echo "$as_me:$LINENO: result: no" >&5
8030 echo "${ECHO_T}no" >&6
8035 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
8036 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
8038 # Check whether --enable-listctrl or --disable-listctrl was given.
8039 if test "${enable_listctrl+set}" = set; then
8040 enableval
="$enable_listctrl"
8042 if test "$enableval" = yes; then
8043 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
8045 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
8050 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
8051 if test "x$LINE" != x
; then
8052 eval "DEFAULT_$LINE"
8057 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
8061 eval "$ac_cv_use_listctrl"
8062 if test "$no_cache" != 1; then
8063 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
8066 if test "$wxUSE_LISTCTRL" = yes; then
8067 echo "$as_me:$LINENO: result: yes" >&5
8068 echo "${ECHO_T}yes" >&6
8070 echo "$as_me:$LINENO: result: no" >&5
8071 echo "${ECHO_T}no" >&6
8076 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
8077 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
8079 # Check whether --enable-notebook or --disable-notebook was given.
8080 if test "${enable_notebook+set}" = set; then
8081 enableval
="$enable_notebook"
8083 if test "$enableval" = yes; then
8084 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
8086 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
8091 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
8092 if test "x$LINE" != x
; then
8093 eval "DEFAULT_$LINE"
8098 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
8102 eval "$ac_cv_use_notebook"
8103 if test "$no_cache" != 1; then
8104 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
8107 if test "$wxUSE_NOTEBOOK" = yes; then
8108 echo "$as_me:$LINENO: result: yes" >&5
8109 echo "${ECHO_T}yes" >&6
8111 echo "$as_me:$LINENO: result: no" >&5
8112 echo "${ECHO_T}no" >&6
8117 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
8118 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
8120 # Check whether --enable-radiobox or --disable-radiobox was given.
8121 if test "${enable_radiobox+set}" = set; then
8122 enableval
="$enable_radiobox"
8124 if test "$enableval" = yes; then
8125 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
8127 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
8132 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
8133 if test "x$LINE" != x
; then
8134 eval "DEFAULT_$LINE"
8139 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
8143 eval "$ac_cv_use_radiobox"
8144 if test "$no_cache" != 1; then
8145 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
8148 if test "$wxUSE_RADIOBOX" = yes; then
8149 echo "$as_me:$LINENO: result: yes" >&5
8150 echo "${ECHO_T}yes" >&6
8152 echo "$as_me:$LINENO: result: no" >&5
8153 echo "${ECHO_T}no" >&6
8158 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
8159 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
8161 # Check whether --enable-radiobtn or --disable-radiobtn was given.
8162 if test "${enable_radiobtn+set}" = set; then
8163 enableval
="$enable_radiobtn"
8165 if test "$enableval" = yes; then
8166 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
8168 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
8173 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
8174 if test "x$LINE" != x
; then
8175 eval "DEFAULT_$LINE"
8180 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
8184 eval "$ac_cv_use_radiobtn"
8185 if test "$no_cache" != 1; then
8186 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
8189 if test "$wxUSE_RADIOBTN" = yes; then
8190 echo "$as_me:$LINENO: result: yes" >&5
8191 echo "${ECHO_T}yes" >&6
8193 echo "$as_me:$LINENO: result: no" >&5
8194 echo "${ECHO_T}no" >&6
8199 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
8200 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
8202 # Check whether --enable-sash or --disable-sash was given.
8203 if test "${enable_sash+set}" = set; then
8204 enableval
="$enable_sash"
8206 if test "$enableval" = yes; then
8207 ac_cv_use_sash
='wxUSE_SASH=yes'
8209 ac_cv_use_sash
='wxUSE_SASH=no'
8214 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
8215 if test "x$LINE" != x
; then
8216 eval "DEFAULT_$LINE"
8221 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
8225 eval "$ac_cv_use_sash"
8226 if test "$no_cache" != 1; then
8227 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
8230 if test "$wxUSE_SASH" = yes; then
8231 echo "$as_me:$LINENO: result: yes" >&5
8232 echo "${ECHO_T}yes" >&6
8234 echo "$as_me:$LINENO: result: no" >&5
8235 echo "${ECHO_T}no" >&6
8240 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
8241 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
8243 # Check whether --enable-scrollbar or --disable-scrollbar was given.
8244 if test "${enable_scrollbar+set}" = set; then
8245 enableval
="$enable_scrollbar"
8247 if test "$enableval" = yes; then
8248 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
8250 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
8255 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
8256 if test "x$LINE" != x
; then
8257 eval "DEFAULT_$LINE"
8262 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
8266 eval "$ac_cv_use_scrollbar"
8267 if test "$no_cache" != 1; then
8268 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
8271 if test "$wxUSE_SCROLLBAR" = yes; then
8272 echo "$as_me:$LINENO: result: yes" >&5
8273 echo "${ECHO_T}yes" >&6
8275 echo "$as_me:$LINENO: result: no" >&5
8276 echo "${ECHO_T}no" >&6
8281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
8282 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
8284 # Check whether --enable-slider or --disable-slider was given.
8285 if test "${enable_slider+set}" = set; then
8286 enableval
="$enable_slider"
8288 if test "$enableval" = yes; then
8289 ac_cv_use_slider
='wxUSE_SLIDER=yes'
8291 ac_cv_use_slider
='wxUSE_SLIDER=no'
8296 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
8297 if test "x$LINE" != x
; then
8298 eval "DEFAULT_$LINE"
8303 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
8307 eval "$ac_cv_use_slider"
8308 if test "$no_cache" != 1; then
8309 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
8312 if test "$wxUSE_SLIDER" = yes; then
8313 echo "$as_me:$LINENO: result: yes" >&5
8314 echo "${ECHO_T}yes" >&6
8316 echo "$as_me:$LINENO: result: no" >&5
8317 echo "${ECHO_T}no" >&6
8322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
8323 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
8325 # Check whether --enable-spinbtn or --disable-spinbtn was given.
8326 if test "${enable_spinbtn+set}" = set; then
8327 enableval
="$enable_spinbtn"
8329 if test "$enableval" = yes; then
8330 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
8332 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
8337 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
8338 if test "x$LINE" != x
; then
8339 eval "DEFAULT_$LINE"
8344 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
8348 eval "$ac_cv_use_spinbtn"
8349 if test "$no_cache" != 1; then
8350 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
8353 if test "$wxUSE_SPINBTN" = yes; then
8354 echo "$as_me:$LINENO: result: yes" >&5
8355 echo "${ECHO_T}yes" >&6
8357 echo "$as_me:$LINENO: result: no" >&5
8358 echo "${ECHO_T}no" >&6
8363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
8366 # Check whether --enable-spinctrl or --disable-spinctrl was given.
8367 if test "${enable_spinctrl+set}" = set; then
8368 enableval
="$enable_spinctrl"
8370 if test "$enableval" = yes; then
8371 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
8373 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
8378 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
8379 if test "x$LINE" != x
; then
8380 eval "DEFAULT_$LINE"
8385 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
8389 eval "$ac_cv_use_spinctrl"
8390 if test "$no_cache" != 1; then
8391 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
8394 if test "$wxUSE_SPINCTRL" = yes; then
8395 echo "$as_me:$LINENO: result: yes" >&5
8396 echo "${ECHO_T}yes" >&6
8398 echo "$as_me:$LINENO: result: no" >&5
8399 echo "${ECHO_T}no" >&6
8404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
8405 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
8407 # Check whether --enable-splitter or --disable-splitter was given.
8408 if test "${enable_splitter+set}" = set; then
8409 enableval
="$enable_splitter"
8411 if test "$enableval" = yes; then
8412 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
8414 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
8419 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
8420 if test "x$LINE" != x
; then
8421 eval "DEFAULT_$LINE"
8426 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
8430 eval "$ac_cv_use_splitter"
8431 if test "$no_cache" != 1; then
8432 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
8435 if test "$wxUSE_SPLITTER" = yes; then
8436 echo "$as_me:$LINENO: result: yes" >&5
8437 echo "${ECHO_T}yes" >&6
8439 echo "$as_me:$LINENO: result: no" >&5
8440 echo "${ECHO_T}no" >&6
8445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
8446 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
8448 # Check whether --enable-statbmp or --disable-statbmp was given.
8449 if test "${enable_statbmp+set}" = set; then
8450 enableval
="$enable_statbmp"
8452 if test "$enableval" = yes; then
8453 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
8455 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
8460 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8461 if test "x$LINE" != x
; then
8462 eval "DEFAULT_$LINE"
8467 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8471 eval "$ac_cv_use_statbmp"
8472 if test "$no_cache" != 1; then
8473 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8476 if test "$wxUSE_STATBMP" = yes; then
8477 echo "$as_me:$LINENO: result: yes" >&5
8478 echo "${ECHO_T}yes" >&6
8480 echo "$as_me:$LINENO: result: no" >&5
8481 echo "${ECHO_T}no" >&6
8486 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8487 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8489 # Check whether --enable-statbox or --disable-statbox was given.
8490 if test "${enable_statbox+set}" = set; then
8491 enableval
="$enable_statbox"
8493 if test "$enableval" = yes; then
8494 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
8496 ac_cv_use_statbox
='wxUSE_STATBOX=no'
8501 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8502 if test "x$LINE" != x
; then
8503 eval "DEFAULT_$LINE"
8508 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8512 eval "$ac_cv_use_statbox"
8513 if test "$no_cache" != 1; then
8514 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8517 if test "$wxUSE_STATBOX" = yes; then
8518 echo "$as_me:$LINENO: result: yes" >&5
8519 echo "${ECHO_T}yes" >&6
8521 echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6
8527 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8528 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8530 # Check whether --enable-statline or --disable-statline was given.
8531 if test "${enable_statline+set}" = set; then
8532 enableval
="$enable_statline"
8534 if test "$enableval" = yes; then
8535 ac_cv_use_statline
='wxUSE_STATLINE=yes'
8537 ac_cv_use_statline
='wxUSE_STATLINE=no'
8542 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8543 if test "x$LINE" != x
; then
8544 eval "DEFAULT_$LINE"
8549 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8553 eval "$ac_cv_use_statline"
8554 if test "$no_cache" != 1; then
8555 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8558 if test "$wxUSE_STATLINE" = yes; then
8559 echo "$as_me:$LINENO: result: yes" >&5
8560 echo "${ECHO_T}yes" >&6
8562 echo "$as_me:$LINENO: result: no" >&5
8563 echo "${ECHO_T}no" >&6
8568 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8569 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8571 # Check whether --enable-stattext or --disable-stattext was given.
8572 if test "${enable_stattext+set}" = set; then
8573 enableval
="$enable_stattext"
8575 if test "$enableval" = yes; then
8576 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
8578 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
8583 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8584 if test "x$LINE" != x
; then
8585 eval "DEFAULT_$LINE"
8590 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8594 eval "$ac_cv_use_stattext"
8595 if test "$no_cache" != 1; then
8596 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8599 if test "$wxUSE_STATTEXT" = yes; then
8600 echo "$as_me:$LINENO: result: yes" >&5
8601 echo "${ECHO_T}yes" >&6
8603 echo "$as_me:$LINENO: result: no" >&5
8604 echo "${ECHO_T}no" >&6
8609 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8610 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8612 # Check whether --enable-statusbar or --disable-statusbar was given.
8613 if test "${enable_statusbar+set}" = set; then
8614 enableval
="$enable_statusbar"
8616 if test "$enableval" = yes; then
8617 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
8619 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
8624 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8625 if test "x$LINE" != x
; then
8626 eval "DEFAULT_$LINE"
8631 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8635 eval "$ac_cv_use_statusbar"
8636 if test "$no_cache" != 1; then
8637 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8640 if test "$wxUSE_STATUSBAR" = yes; then
8641 echo "$as_me:$LINENO: result: yes" >&5
8642 echo "${ECHO_T}yes" >&6
8644 echo "$as_me:$LINENO: result: no" >&5
8645 echo "${ECHO_T}no" >&6
8650 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8651 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8653 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8654 if test "${enable_tabdialog+set}" = set; then
8655 enableval
="$enable_tabdialog"
8657 if test "$enableval" = yes; then
8658 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
8660 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
8665 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8666 if test "x$LINE" != x
; then
8667 eval "DEFAULT_$LINE"
8672 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8676 eval "$ac_cv_use_tabdialog"
8677 if test "$no_cache" != 1; then
8678 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8681 if test "$wxUSE_TABDIALOG" = yes; then
8682 echo "$as_me:$LINENO: result: yes" >&5
8683 echo "${ECHO_T}yes" >&6
8685 echo "$as_me:$LINENO: result: no" >&5
8686 echo "${ECHO_T}no" >&6
8691 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8692 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8694 # Check whether --enable-textctrl or --disable-textctrl was given.
8695 if test "${enable_textctrl+set}" = set; then
8696 enableval
="$enable_textctrl"
8698 if test "$enableval" = yes; then
8699 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
8701 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
8706 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8707 if test "x$LINE" != x
; then
8708 eval "DEFAULT_$LINE"
8713 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8717 eval "$ac_cv_use_textctrl"
8718 if test "$no_cache" != 1; then
8719 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8722 if test "$wxUSE_TEXTCTRL" = yes; then
8723 echo "$as_me:$LINENO: result: yes" >&5
8724 echo "${ECHO_T}yes" >&6
8726 echo "$as_me:$LINENO: result: no" >&5
8727 echo "${ECHO_T}no" >&6
8732 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8733 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8735 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8736 if test "${enable_togglebtn+set}" = set; then
8737 enableval
="$enable_togglebtn"
8739 if test "$enableval" = yes; then
8740 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
8742 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
8747 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8748 if test "x$LINE" != x
; then
8749 eval "DEFAULT_$LINE"
8754 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8758 eval "$ac_cv_use_togglebtn"
8759 if test "$no_cache" != 1; then
8760 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8763 if test "$wxUSE_TOGGLEBTN" = yes; then
8764 echo "$as_me:$LINENO: result: yes" >&5
8765 echo "${ECHO_T}yes" >&6
8767 echo "$as_me:$LINENO: result: no" >&5
8768 echo "${ECHO_T}no" >&6
8773 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8774 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8776 # Check whether --enable-toolbar or --disable-toolbar was given.
8777 if test "${enable_toolbar+set}" = set; then
8778 enableval
="$enable_toolbar"
8780 if test "$enableval" = yes; then
8781 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
8783 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
8788 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8789 if test "x$LINE" != x
; then
8790 eval "DEFAULT_$LINE"
8795 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8799 eval "$ac_cv_use_toolbar"
8800 if test "$no_cache" != 1; then
8801 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8804 if test "$wxUSE_TOOLBAR" = yes; then
8805 echo "$as_me:$LINENO: result: yes" >&5
8806 echo "${ECHO_T}yes" >&6
8808 echo "$as_me:$LINENO: result: no" >&5
8809 echo "${ECHO_T}no" >&6
8814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8815 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8817 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8818 if test "${enable_tbarnative+set}" = set; then
8819 enableval
="$enable_tbarnative"
8821 if test "$enableval" = yes; then
8822 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
8824 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
8829 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8830 if test "x$LINE" != x
; then
8831 eval "DEFAULT_$LINE"
8836 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8840 eval "$ac_cv_use_tbarnative"
8841 if test "$no_cache" != 1; then
8842 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8845 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8846 echo "$as_me:$LINENO: result: yes" >&5
8847 echo "${ECHO_T}yes" >&6
8849 echo "$as_me:$LINENO: result: no" >&5
8850 echo "${ECHO_T}no" >&6
8855 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8856 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8858 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8859 if test "${enable_tbarsmpl+set}" = set; then
8860 enableval
="$enable_tbarsmpl"
8862 if test "$enableval" = yes; then
8863 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
8865 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
8870 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8871 if test "x$LINE" != x
; then
8872 eval "DEFAULT_$LINE"
8877 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8881 eval "$ac_cv_use_tbarsmpl"
8882 if test "$no_cache" != 1; then
8883 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8886 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8887 echo "$as_me:$LINENO: result: yes" >&5
8888 echo "${ECHO_T}yes" >&6
8890 echo "$as_me:$LINENO: result: no" >&5
8891 echo "${ECHO_T}no" >&6
8896 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8897 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8899 # Check whether --enable-treectrl or --disable-treectrl was given.
8900 if test "${enable_treectrl+set}" = set; then
8901 enableval
="$enable_treectrl"
8903 if test "$enableval" = yes; then
8904 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8906 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8911 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8912 if test "x$LINE" != x
; then
8913 eval "DEFAULT_$LINE"
8918 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8922 eval "$ac_cv_use_treectrl"
8923 if test "$no_cache" != 1; then
8924 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8927 if test "$wxUSE_TREECTRL" = yes; then
8928 echo "$as_me:$LINENO: result: yes" >&5
8929 echo "${ECHO_T}yes" >&6
8931 echo "$as_me:$LINENO: result: no" >&5
8932 echo "${ECHO_T}no" >&6
8937 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8938 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8940 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8941 if test "${enable_tipwindow+set}" = set; then
8942 enableval
="$enable_tipwindow"
8944 if test "$enableval" = yes; then
8945 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8947 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8952 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8953 if test "x$LINE" != x
; then
8954 eval "DEFAULT_$LINE"
8959 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8963 eval "$ac_cv_use_tipwindow"
8964 if test "$no_cache" != 1; then
8965 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8968 if test "$wxUSE_TIPWINDOW" = yes; then
8969 echo "$as_me:$LINENO: result: yes" >&5
8970 echo "${ECHO_T}yes" >&6
8972 echo "$as_me:$LINENO: result: no" >&5
8973 echo "${ECHO_T}no" >&6
8978 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8979 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8981 # Check whether --enable-popupwin or --disable-popupwin was given.
8982 if test "${enable_popupwin+set}" = set; then
8983 enableval
="$enable_popupwin"
8985 if test "$enableval" = yes; then
8986 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8988 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8993 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8994 if test "x$LINE" != x
; then
8995 eval "DEFAULT_$LINE"
9000 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9004 eval "$ac_cv_use_popupwin"
9005 if test "$no_cache" != 1; then
9006 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
9009 if test "$wxUSE_POPUPWIN" = yes; then
9010 echo "$as_me:$LINENO: result: yes" >&5
9011 echo "${ECHO_T}yes" >&6
9013 echo "$as_me:$LINENO: result: no" >&5
9014 echo "${ECHO_T}no" >&6
9021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
9022 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
9024 # Check whether --enable-commondlg or --disable-commondlg was given.
9025 if test "${enable_commondlg+set}" = set; then
9026 enableval
="$enable_commondlg"
9028 if test "$enableval" = yes; then
9029 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
9031 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
9036 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
9037 if test "x$LINE" != x
; then
9038 eval "DEFAULT_$LINE"
9043 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
9047 eval "$ac_cv_use_commondlg"
9048 if test "$no_cache" != 1; then
9049 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
9052 if test "$wxUSE_COMMONDLGS" = yes; then
9053 echo "$as_me:$LINENO: result: yes" >&5
9054 echo "${ECHO_T}yes" >&6
9056 echo "$as_me:$LINENO: result: no" >&5
9057 echo "${ECHO_T}no" >&6
9062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
9063 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
9065 # Check whether --enable-choicedlg or --disable-choicedlg was given.
9066 if test "${enable_choicedlg+set}" = set; then
9067 enableval
="$enable_choicedlg"
9069 if test "$enableval" = yes; then
9070 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
9072 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
9077 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
9078 if test "x$LINE" != x
; then
9079 eval "DEFAULT_$LINE"
9084 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
9088 eval "$ac_cv_use_choicedlg"
9089 if test "$no_cache" != 1; then
9090 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
9093 if test "$wxUSE_CHOICEDLG" = yes; then
9094 echo "$as_me:$LINENO: result: yes" >&5
9095 echo "${ECHO_T}yes" >&6
9097 echo "$as_me:$LINENO: result: no" >&5
9098 echo "${ECHO_T}no" >&6
9103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
9104 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
9106 # Check whether --enable-coldlg or --disable-coldlg was given.
9107 if test "${enable_coldlg+set}" = set; then
9108 enableval
="$enable_coldlg"
9110 if test "$enableval" = yes; then
9111 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
9113 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
9118 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
9119 if test "x$LINE" != x
; then
9120 eval "DEFAULT_$LINE"
9125 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
9129 eval "$ac_cv_use_coldlg"
9130 if test "$no_cache" != 1; then
9131 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
9134 if test "$wxUSE_COLOURDLG" = yes; then
9135 echo "$as_me:$LINENO: result: yes" >&5
9136 echo "${ECHO_T}yes" >&6
9138 echo "$as_me:$LINENO: result: no" >&5
9139 echo "${ECHO_T}no" >&6
9144 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
9145 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
9147 # Check whether --enable-filedlg or --disable-filedlg was given.
9148 if test "${enable_filedlg+set}" = set; then
9149 enableval
="$enable_filedlg"
9151 if test "$enableval" = yes; then
9152 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
9154 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
9159 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
9160 if test "x$LINE" != x
; then
9161 eval "DEFAULT_$LINE"
9166 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
9170 eval "$ac_cv_use_filedlg"
9171 if test "$no_cache" != 1; then
9172 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
9175 if test "$wxUSE_FILEDLG" = yes; then
9176 echo "$as_me:$LINENO: result: yes" >&5
9177 echo "${ECHO_T}yes" >&6
9179 echo "$as_me:$LINENO: result: no" >&5
9180 echo "${ECHO_T}no" >&6
9185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
9186 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
9188 # Check whether --enable-finddlg or --disable-finddlg was given.
9189 if test "${enable_finddlg+set}" = set; then
9190 enableval
="$enable_finddlg"
9192 if test "$enableval" = yes; then
9193 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
9195 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
9200 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
9201 if test "x$LINE" != x
; then
9202 eval "DEFAULT_$LINE"
9207 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
9211 eval "$ac_cv_use_finddlg"
9212 if test "$no_cache" != 1; then
9213 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
9216 if test "$wxUSE_FINDREPLDLG" = yes; then
9217 echo "$as_me:$LINENO: result: yes" >&5
9218 echo "${ECHO_T}yes" >&6
9220 echo "$as_me:$LINENO: result: no" >&5
9221 echo "${ECHO_T}no" >&6
9226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
9227 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
9229 # Check whether --enable-fontdlg or --disable-fontdlg was given.
9230 if test "${enable_fontdlg+set}" = set; then
9231 enableval
="$enable_fontdlg"
9233 if test "$enableval" = yes; then
9234 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
9236 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
9241 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
9242 if test "x$LINE" != x
; then
9243 eval "DEFAULT_$LINE"
9248 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
9252 eval "$ac_cv_use_fontdlg"
9253 if test "$no_cache" != 1; then
9254 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
9257 if test "$wxUSE_FONTDLG" = yes; then
9258 echo "$as_me:$LINENO: result: yes" >&5
9259 echo "${ECHO_T}yes" >&6
9261 echo "$as_me:$LINENO: result: no" >&5
9262 echo "${ECHO_T}no" >&6
9267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
9268 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
9270 # Check whether --enable-dirdlg or --disable-dirdlg was given.
9271 if test "${enable_dirdlg+set}" = set; then
9272 enableval
="$enable_dirdlg"
9274 if test "$enableval" = yes; then
9275 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
9277 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
9282 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
9283 if test "x$LINE" != x
; then
9284 eval "DEFAULT_$LINE"
9289 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
9293 eval "$ac_cv_use_dirdlg"
9294 if test "$no_cache" != 1; then
9295 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
9298 if test "$wxUSE_DIRDLG" = yes; then
9299 echo "$as_me:$LINENO: result: yes" >&5
9300 echo "${ECHO_T}yes" >&6
9302 echo "$as_me:$LINENO: result: no" >&5
9303 echo "${ECHO_T}no" >&6
9308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
9309 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
9311 # Check whether --enable-msgdlg or --disable-msgdlg was given.
9312 if test "${enable_msgdlg+set}" = set; then
9313 enableval
="$enable_msgdlg"
9315 if test "$enableval" = yes; then
9316 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
9318 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
9323 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
9324 if test "x$LINE" != x
; then
9325 eval "DEFAULT_$LINE"
9330 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
9334 eval "$ac_cv_use_msgdlg"
9335 if test "$no_cache" != 1; then
9336 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
9339 if test "$wxUSE_MSGDLG" = yes; then
9340 echo "$as_me:$LINENO: result: yes" >&5
9341 echo "${ECHO_T}yes" >&6
9343 echo "$as_me:$LINENO: result: no" >&5
9344 echo "${ECHO_T}no" >&6
9349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
9350 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
9352 # Check whether --enable-numberdlg or --disable-numberdlg was given.
9353 if test "${enable_numberdlg+set}" = set; then
9354 enableval
="$enable_numberdlg"
9356 if test "$enableval" = yes; then
9357 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
9359 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
9364 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
9365 if test "x$LINE" != x
; then
9366 eval "DEFAULT_$LINE"
9371 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
9375 eval "$ac_cv_use_numberdlg"
9376 if test "$no_cache" != 1; then
9377 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
9380 if test "$wxUSE_NUMBERDLG" = yes; then
9381 echo "$as_me:$LINENO: result: yes" >&5
9382 echo "${ECHO_T}yes" >&6
9384 echo "$as_me:$LINENO: result: no" >&5
9385 echo "${ECHO_T}no" >&6
9390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
9391 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
9393 # Check whether --enable-splash or --disable-splash was given.
9394 if test "${enable_splash+set}" = set; then
9395 enableval
="$enable_splash"
9397 if test "$enableval" = yes; then
9398 ac_cv_use_splash
='wxUSE_SPLASH=yes'
9400 ac_cv_use_splash
='wxUSE_SPLASH=no'
9405 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
9406 if test "x$LINE" != x
; then
9407 eval "DEFAULT_$LINE"
9412 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
9416 eval "$ac_cv_use_splash"
9417 if test "$no_cache" != 1; then
9418 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
9421 if test "$wxUSE_SPLASH" = yes; then
9422 echo "$as_me:$LINENO: result: yes" >&5
9423 echo "${ECHO_T}yes" >&6
9425 echo "$as_me:$LINENO: result: no" >&5
9426 echo "${ECHO_T}no" >&6
9431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
9432 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
9434 # Check whether --enable-textdlg or --disable-textdlg was given.
9435 if test "${enable_textdlg+set}" = set; then
9436 enableval
="$enable_textdlg"
9438 if test "$enableval" = yes; then
9439 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
9441 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
9446 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
9447 if test "x$LINE" != x
; then
9448 eval "DEFAULT_$LINE"
9453 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9457 eval "$ac_cv_use_textdlg"
9458 if test "$no_cache" != 1; then
9459 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9462 if test "$wxUSE_TEXTDLG" = yes; then
9463 echo "$as_me:$LINENO: result: yes" >&5
9464 echo "${ECHO_T}yes" >&6
9466 echo "$as_me:$LINENO: result: no" >&5
9467 echo "${ECHO_T}no" >&6
9472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9473 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9475 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9476 if test "${enable_tipdlg+set}" = set; then
9477 enableval
="$enable_tipdlg"
9479 if test "$enableval" = yes; then
9480 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
9482 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
9487 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9488 if test "x$LINE" != x
; then
9489 eval "DEFAULT_$LINE"
9494 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9498 eval "$ac_cv_use_tipdlg"
9499 if test "$no_cache" != 1; then
9500 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9503 if test "$wxUSE_STARTUP_TIPS" = yes; then
9504 echo "$as_me:$LINENO: result: yes" >&5
9505 echo "${ECHO_T}yes" >&6
9507 echo "$as_me:$LINENO: result: no" >&5
9508 echo "${ECHO_T}no" >&6
9513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9514 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9516 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9517 if test "${enable_progressdlg+set}" = set; then
9518 enableval
="$enable_progressdlg"
9520 if test "$enableval" = yes; then
9521 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
9523 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
9528 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9529 if test "x$LINE" != x
; then
9530 eval "DEFAULT_$LINE"
9535 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9539 eval "$ac_cv_use_progressdlg"
9540 if test "$no_cache" != 1; then
9541 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9544 if test "$wxUSE_PROGRESSDLG" = yes; then
9545 echo "$as_me:$LINENO: result: yes" >&5
9546 echo "${ECHO_T}yes" >&6
9548 echo "$as_me:$LINENO: result: no" >&5
9549 echo "${ECHO_T}no" >&6
9554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9555 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9557 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9558 if test "${enable_wizarddlg+set}" = set; then
9559 enableval
="$enable_wizarddlg"
9561 if test "$enableval" = yes; then
9562 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
9564 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
9569 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9570 if test "x$LINE" != x
; then
9571 eval "DEFAULT_$LINE"
9576 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9580 eval "$ac_cv_use_wizarddlg"
9581 if test "$no_cache" != 1; then
9582 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9585 if test "$wxUSE_WIZARDDLG" = yes; then
9586 echo "$as_me:$LINENO: result: yes" >&5
9587 echo "${ECHO_T}yes" >&6
9589 echo "$as_me:$LINENO: result: no" >&5
9590 echo "${ECHO_T}no" >&6
9597 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9598 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9600 # Check whether --enable-menus or --disable-menus was given.
9601 if test "${enable_menus+set}" = set; then
9602 enableval
="$enable_menus"
9604 if test "$enableval" = yes; then
9605 ac_cv_use_menus
='wxUSE_MENUS=yes'
9607 ac_cv_use_menus
='wxUSE_MENUS=no'
9612 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9613 if test "x$LINE" != x
; then
9614 eval "DEFAULT_$LINE"
9619 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9623 eval "$ac_cv_use_menus"
9624 if test "$no_cache" != 1; then
9625 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9628 if test "$wxUSE_MENUS" = yes; then
9629 echo "$as_me:$LINENO: result: yes" >&5
9630 echo "${ECHO_T}yes" >&6
9632 echo "$as_me:$LINENO: result: no" >&5
9633 echo "${ECHO_T}no" >&6
9638 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9639 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9641 # Check whether --enable-miniframe or --disable-miniframe was given.
9642 if test "${enable_miniframe+set}" = set; then
9643 enableval
="$enable_miniframe"
9645 if test "$enableval" = yes; then
9646 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
9648 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
9653 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9654 if test "x$LINE" != x
; then
9655 eval "DEFAULT_$LINE"
9660 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9664 eval "$ac_cv_use_miniframe"
9665 if test "$no_cache" != 1; then
9666 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9669 if test "$wxUSE_MINIFRAME" = yes; then
9670 echo "$as_me:$LINENO: result: yes" >&5
9671 echo "${ECHO_T}yes" >&6
9673 echo "$as_me:$LINENO: result: no" >&5
9674 echo "${ECHO_T}no" >&6
9679 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9680 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9682 # Check whether --enable-tooltips or --disable-tooltips was given.
9683 if test "${enable_tooltips+set}" = set; then
9684 enableval
="$enable_tooltips"
9686 if test "$enableval" = yes; then
9687 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
9689 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
9694 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9695 if test "x$LINE" != x
; then
9696 eval "DEFAULT_$LINE"
9701 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9705 eval "$ac_cv_use_tooltips"
9706 if test "$no_cache" != 1; then
9707 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9710 if test "$wxUSE_TOOLTIPS" = yes; then
9711 echo "$as_me:$LINENO: result: yes" >&5
9712 echo "${ECHO_T}yes" >&6
9714 echo "$as_me:$LINENO: result: no" >&5
9715 echo "${ECHO_T}no" >&6
9720 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9721 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9723 # Check whether --enable-splines or --disable-splines was given.
9724 if test "${enable_splines+set}" = set; then
9725 enableval
="$enable_splines"
9727 if test "$enableval" = yes; then
9728 ac_cv_use_splines
='wxUSE_SPLINES=yes'
9730 ac_cv_use_splines
='wxUSE_SPLINES=no'
9735 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9736 if test "x$LINE" != x
; then
9737 eval "DEFAULT_$LINE"
9742 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9746 eval "$ac_cv_use_splines"
9747 if test "$no_cache" != 1; then
9748 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9751 if test "$wxUSE_SPLINES" = yes; then
9752 echo "$as_me:$LINENO: result: yes" >&5
9753 echo "${ECHO_T}yes" >&6
9755 echo "$as_me:$LINENO: result: no" >&5
9756 echo "${ECHO_T}no" >&6
9761 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
9762 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
9764 # Check whether --enable-mousewheel or --disable-mousewheel was given.
9765 if test "${enable_mousewheel+set}" = set; then
9766 enableval
="$enable_mousewheel"
9768 if test "$enableval" = yes; then
9769 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=yes'
9771 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=no'
9776 LINE
=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
9777 if test "x$LINE" != x
; then
9778 eval "DEFAULT_$LINE"
9783 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
9787 eval "$ac_cv_use_mousewheel"
9788 if test "$no_cache" != 1; then
9789 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
9792 if test "$wxUSE_MOUSEWHEEL" = yes; then
9793 echo "$as_me:$LINENO: result: yes" >&5
9794 echo "${ECHO_T}yes" >&6
9796 echo "$as_me:$LINENO: result: no" >&5
9797 echo "${ECHO_T}no" >&6
9802 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9803 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9805 # Check whether --enable-validators or --disable-validators was given.
9806 if test "${enable_validators+set}" = set; then
9807 enableval
="$enable_validators"
9809 if test "$enableval" = yes; then
9810 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
9812 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
9817 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9818 if test "x$LINE" != x
; then
9819 eval "DEFAULT_$LINE"
9824 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9828 eval "$ac_cv_use_validators"
9829 if test "$no_cache" != 1; then
9830 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9833 if test "$wxUSE_VALIDATORS" = yes; then
9834 echo "$as_me:$LINENO: result: yes" >&5
9835 echo "${ECHO_T}yes" >&6
9837 echo "$as_me:$LINENO: result: no" >&5
9838 echo "${ECHO_T}no" >&6
9843 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9844 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9846 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9847 if test "${enable_busyinfo+set}" = set; then
9848 enableval
="$enable_busyinfo"
9850 if test "$enableval" = yes; then
9851 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
9853 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
9858 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9859 if test "x$LINE" != x
; then
9860 eval "DEFAULT_$LINE"
9865 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9869 eval "$ac_cv_use_busyinfo"
9870 if test "$no_cache" != 1; then
9871 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9874 if test "$wxUSE_BUSYINFO" = yes; then
9875 echo "$as_me:$LINENO: result: yes" >&5
9876 echo "${ECHO_T}yes" >&6
9878 echo "$as_me:$LINENO: result: no" >&5
9879 echo "${ECHO_T}no" >&6
9884 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9885 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9887 # Check whether --enable-joystick or --disable-joystick was given.
9888 if test "${enable_joystick+set}" = set; then
9889 enableval
="$enable_joystick"
9891 if test "$enableval" = yes; then
9892 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
9894 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
9899 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9900 if test "x$LINE" != x
; then
9901 eval "DEFAULT_$LINE"
9906 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9910 eval "$ac_cv_use_joystick"
9911 if test "$no_cache" != 1; then
9912 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9915 if test "$wxUSE_JOYSTICK" = yes; then
9916 echo "$as_me:$LINENO: result: yes" >&5
9917 echo "${ECHO_T}yes" >&6
9919 echo "$as_me:$LINENO: result: no" >&5
9920 echo "${ECHO_T}no" >&6
9925 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9926 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9928 # Check whether --enable-metafile or --disable-metafile was given.
9929 if test "${enable_metafile+set}" = set; then
9930 enableval
="$enable_metafile"
9932 if test "$enableval" = yes; then
9933 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9935 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9940 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9941 if test "x$LINE" != x
; then
9942 eval "DEFAULT_$LINE"
9947 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9951 eval "$ac_cv_use_metafile"
9952 if test "$no_cache" != 1; then
9953 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9956 if test "$wxUSE_METAFILE" = yes; then
9957 echo "$as_me:$LINENO: result: yes" >&5
9958 echo "${ECHO_T}yes" >&6
9960 echo "$as_me:$LINENO: result: no" >&5
9961 echo "${ECHO_T}no" >&6
9966 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9967 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9969 # Check whether --enable-dragimage or --disable-dragimage was given.
9970 if test "${enable_dragimage+set}" = set; then
9971 enableval
="$enable_dragimage"
9973 if test "$enableval" = yes; then
9974 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9976 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9981 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9982 if test "x$LINE" != x
; then
9983 eval "DEFAULT_$LINE"
9988 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9992 eval "$ac_cv_use_dragimage"
9993 if test "$no_cache" != 1; then
9994 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9997 if test "$wxUSE_DRAGIMAGE" = yes; then
9998 echo "$as_me:$LINENO: result: yes" >&5
9999 echo "${ECHO_T}yes" >&6
10001 echo "$as_me:$LINENO: result: no" >&5
10002 echo "${ECHO_T}no" >&6
10007 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
10008 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
10010 # Check whether --enable-accessibility or --disable-accessibility was given.
10011 if test "${enable_accessibility+set}" = set; then
10012 enableval
="$enable_accessibility"
10014 if test "$enableval" = yes; then
10015 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
10017 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
10022 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
10023 if test "x$LINE" != x
; then
10024 eval "DEFAULT_$LINE"
10029 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
10033 eval "$ac_cv_use_accessibility"
10034 if test "$no_cache" != 1; then
10035 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
10038 if test "$wxUSE_ACCESSIBILITY" = yes; then
10039 echo "$as_me:$LINENO: result: yes" >&5
10040 echo "${ECHO_T}yes" >&6
10042 echo "$as_me:$LINENO: result: no" >&5
10043 echo "${ECHO_T}no" >&6
10047 if test "$wxUSE_MSW" = "1"; then
10050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
10051 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
10053 # Check whether --enable-dccache or --disable-dccache was given.
10054 if test "${enable_dccache+set}" = set; then
10055 enableval
="$enable_dccache"
10057 if test "$enableval" = yes; then
10058 ac_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
10060 ac_cv_use_dccache
='wxUSE_DC_CACHEING=no'
10065 LINE
=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
10066 if test "x$LINE" != x
; then
10067 eval "DEFAULT_$LINE"
10072 ac_cv_use_dccache
='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
10076 eval "$ac_cv_use_dccache"
10077 if test "$no_cache" != 1; then
10078 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
10081 if test "$wxUSE_DC_CACHEING" = yes; then
10082 echo "$as_me:$LINENO: result: yes" >&5
10083 echo "${ECHO_T}yes" >&6
10085 echo "$as_me:$LINENO: result: no" >&5
10086 echo "${ECHO_T}no" >&6
10094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
10095 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
10097 # Check whether --enable-palette or --disable-palette was given.
10098 if test "${enable_palette+set}" = set; then
10099 enableval
="$enable_palette"
10101 if test "$enableval" = yes; then
10102 ac_cv_use_palette
='wxUSE_PALETTE=yes'
10104 ac_cv_use_palette
='wxUSE_PALETTE=no'
10109 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
10110 if test "x$LINE" != x
; then
10111 eval "DEFAULT_$LINE"
10116 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
10120 eval "$ac_cv_use_palette"
10121 if test "$no_cache" != 1; then
10122 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
10125 if test "$wxUSE_PALETTE" = yes; then
10126 echo "$as_me:$LINENO: result: yes" >&5
10127 echo "${ECHO_T}yes" >&6
10129 echo "$as_me:$LINENO: result: no" >&5
10130 echo "${ECHO_T}no" >&6
10135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
10136 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
10138 # Check whether --enable-image or --disable-image was given.
10139 if test "${enable_image+set}" = set; then
10140 enableval
="$enable_image"
10142 if test "$enableval" = yes; then
10143 ac_cv_use_image
='wxUSE_IMAGE=yes'
10145 ac_cv_use_image
='wxUSE_IMAGE=no'
10150 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
10151 if test "x$LINE" != x
; then
10152 eval "DEFAULT_$LINE"
10157 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
10161 eval "$ac_cv_use_image"
10162 if test "$no_cache" != 1; then
10163 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
10166 if test "$wxUSE_IMAGE" = yes; then
10167 echo "$as_me:$LINENO: result: yes" >&5
10168 echo "${ECHO_T}yes" >&6
10170 echo "$as_me:$LINENO: result: no" >&5
10171 echo "${ECHO_T}no" >&6
10176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
10177 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10179 # Check whether --enable-gif or --disable-gif was given.
10180 if test "${enable_gif+set}" = set; then
10181 enableval
="$enable_gif"
10183 if test "$enableval" = yes; then
10184 ac_cv_use_gif
='wxUSE_GIF=yes'
10186 ac_cv_use_gif
='wxUSE_GIF=no'
10191 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
10192 if test "x$LINE" != x
; then
10193 eval "DEFAULT_$LINE"
10198 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10202 eval "$ac_cv_use_gif"
10203 if test "$no_cache" != 1; then
10204 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
10207 if test "$wxUSE_GIF" = yes; then
10208 echo "$as_me:$LINENO: result: yes" >&5
10209 echo "${ECHO_T}yes" >&6
10211 echo "$as_me:$LINENO: result: no" >&5
10212 echo "${ECHO_T}no" >&6
10217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
10218 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10220 # Check whether --enable-pcx or --disable-pcx was given.
10221 if test "${enable_pcx+set}" = set; then
10222 enableval
="$enable_pcx"
10224 if test "$enableval" = yes; then
10225 ac_cv_use_pcx
='wxUSE_PCX=yes'
10227 ac_cv_use_pcx
='wxUSE_PCX=no'
10232 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
10233 if test "x$LINE" != x
; then
10234 eval "DEFAULT_$LINE"
10239 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10243 eval "$ac_cv_use_pcx"
10244 if test "$no_cache" != 1; then
10245 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
10248 if test "$wxUSE_PCX" = yes; then
10249 echo "$as_me:$LINENO: result: yes" >&5
10250 echo "${ECHO_T}yes" >&6
10252 echo "$as_me:$LINENO: result: no" >&5
10253 echo "${ECHO_T}no" >&6
10258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
10259 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
10261 # Check whether --enable-iff or --disable-iff was given.
10262 if test "${enable_iff+set}" = set; then
10263 enableval
="$enable_iff"
10265 if test "$enableval" = yes; then
10266 ac_cv_use_iff
='wxUSE_IFF=yes'
10268 ac_cv_use_iff
='wxUSE_IFF=no'
10273 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
10274 if test "x$LINE" != x
; then
10275 eval "DEFAULT_$LINE"
10280 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
10284 eval "$ac_cv_use_iff"
10285 if test "$no_cache" != 1; then
10286 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
10289 if test "$wxUSE_IFF" = yes; then
10290 echo "$as_me:$LINENO: result: yes" >&5
10291 echo "${ECHO_T}yes" >&6
10293 echo "$as_me:$LINENO: result: no" >&5
10294 echo "${ECHO_T}no" >&6
10299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
10300 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10302 # Check whether --enable-pnm or --disable-pnm was given.
10303 if test "${enable_pnm+set}" = set; then
10304 enableval
="$enable_pnm"
10306 if test "$enableval" = yes; then
10307 ac_cv_use_pnm
='wxUSE_PNM=yes'
10309 ac_cv_use_pnm
='wxUSE_PNM=no'
10314 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
10315 if test "x$LINE" != x
; then
10316 eval "DEFAULT_$LINE"
10321 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10325 eval "$ac_cv_use_pnm"
10326 if test "$no_cache" != 1; then
10327 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
10330 if test "$wxUSE_PNM" = yes; then
10331 echo "$as_me:$LINENO: result: yes" >&5
10332 echo "${ECHO_T}yes" >&6
10334 echo "$as_me:$LINENO: result: no" >&5
10335 echo "${ECHO_T}no" >&6
10340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
10341 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
10343 # Check whether --enable-xpm or --disable-xpm was given.
10344 if test "${enable_xpm+set}" = set; then
10345 enableval
="$enable_xpm"
10347 if test "$enableval" = yes; then
10348 ac_cv_use_xpm
='wxUSE_XPM=yes'
10350 ac_cv_use_xpm
='wxUSE_XPM=no'
10355 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
10356 if test "x$LINE" != x
; then
10357 eval "DEFAULT_$LINE"
10362 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
10366 eval "$ac_cv_use_xpm"
10367 if test "$no_cache" != 1; then
10368 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
10371 if test "$wxUSE_XPM" = yes; then
10372 echo "$as_me:$LINENO: result: yes" >&5
10373 echo "${ECHO_T}yes" >&6
10375 echo "$as_me:$LINENO: result: no" >&5
10376 echo "${ECHO_T}no" >&6
10381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
10382 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
10384 # Check whether --enable-ico_cur or --disable-ico_cur was given.
10385 if test "${enable_ico_cur+set}" = set; then
10386 enableval
="$enable_ico_cur"
10388 if test "$enableval" = yes; then
10389 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
10391 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
10396 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
10397 if test "x$LINE" != x
; then
10398 eval "DEFAULT_$LINE"
10403 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
10407 eval "$ac_cv_use_ico_cur"
10408 if test "$no_cache" != 1; then
10409 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
10412 if test "$wxUSE_ICO_CUR" = yes; then
10413 echo "$as_me:$LINENO: result: yes" >&5
10414 echo "${ECHO_T}yes" >&6
10416 echo "$as_me:$LINENO: result: no" >&5
10417 echo "${ECHO_T}no" >&6
10425 # Check whether --with-flavour or --without-flavour was given.
10426 if test "${with_flavour+set}" = set; then
10427 withval
="$with_flavour"
10428 WX_FLAVOUR
="$withval"
10434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
10435 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
10437 # Check whether --enable-official_build or --disable-official_build was given.
10438 if test "${enable_official_build+set}" = set; then
10439 enableval
="$enable_official_build"
10441 if test "$enableval" = yes; then
10442 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
10444 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
10449 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
10450 if test "x$LINE" != x
; then
10451 eval "DEFAULT_$LINE"
10456 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
10460 eval "$ac_cv_use_official_build"
10461 if test "$no_cache" != 1; then
10462 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
10465 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
10466 echo "$as_me:$LINENO: result: yes" >&5
10467 echo "${ECHO_T}yes" >&6
10469 echo "$as_me:$LINENO: result: no" >&5
10470 echo "${ECHO_T}no" >&6
10473 # Check whether --enable-vendor or --disable-vendor was given.
10474 if test "${enable_vendor+set}" = set; then
10475 enableval
="$enable_vendor"
10476 VENDOR
="$enableval"
10478 if test "x$VENDOR" = "x"; then
10485 echo "saving argument cache $wx_arg_cache_file"
10486 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
10490 echo "$as_me:$LINENO: checking for toolkit" >&5
10491 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
10493 # In Wine, we need to default to MSW, not GTK or MOTIF
10494 if test "$wxUSE_WINE" = "yes"; then
10495 DEFAULT_DEFAULT_wxUSE_GTK
=0
10496 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
10497 DEFAULT_DEFAULT_wxUSE_MSW
=1
10502 if test "$wxUSE_GUI" = "yes"; then
10504 if test "$USE_BEOS" = 1; then
10505 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
10506 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
10507 { (exit 1); exit 1; }; }
10510 if test "$TOOLKIT_GIVEN" = 1; then
10511 for toolkit
in `echo $ALL_TOOLKITS`; do
10513 eval "value=\$${var}"
10514 if test "x$value" = "xno"; then
10516 elif test "x$value" != "x"; then
10520 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
10521 eval "wx${toolkit}_VERSION=$value"
10525 for toolkit
in `echo $ALL_TOOLKITS`; do
10526 if test "$has_toolkit_in_cache" != 1; then
10527 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
10529 var
=DEFAULT_wxUSE_
$toolkit
10531 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
10532 if test "x$version" != "x"; then
10533 eval "wx${toolkit}_VERSION=$version"
10536 eval "wxUSE_$toolkit=\$${var}"
10540 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
10541 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
10542 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10545 *-pc-os2_emx | *-pc-os2-emx )
10546 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10549 case "$NUM_TOOLKITS" in
10553 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10554 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10555 { (exit 1); exit 1; }; }
10558 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10559 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10560 { (exit 1); exit 1; }; }
10563 # to be removed when --disable-gtk2 isn't needed
10564 if test "x$wxUSE_GTK2" = "xyes"; then
10566 elif test "x$wxUSE_GTK2" = "xno"; then
10570 for toolkit
in `echo $ALL_TOOLKITS`; do
10572 eval "value=\$${var}"
10573 if test "x$value" != x
; then
10574 cache_var
=CACHE_
$toolkit
10575 eval "cache=\$${cache_var}"
10576 if test "$cache" = 1; then
10577 echo "$var=$value" >> ${wx_arg_cache_file}
10578 eval "version=\$wx${toolkit}_VERSION"
10579 if test "x$version" != "x"; then
10580 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
10583 if test "$value" = 1; then
10584 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10585 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10586 echo "${ECHO_T}$toolkit_echo" >&6
10591 if test "x$host_alias" != "x"; then
10592 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10593 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10595 echo "$as_me:$LINENO: result: base only" >&5
10596 echo "${ECHO_T}base only" >&6
10601 doesnt_want_win32
=0
10604 if test "$wxUSE_MSW" = 1 ; then
10606 BAKEFILE_FORCE_PLATFORM
=win32
10608 doesnt_want_win32
=1
10616 if test "$wxUSE_WINE" = "yes"; then
10620 LDFLAGS_GUI
="-mwindows"
10623 if test "$wants_win32" = 1 ; then
10626 cat >>confdefs.h
<<\_ACEOF
10627 #define __WIN32__ 1
10630 cat >>confdefs.h
<<\_ACEOF
10631 #define __WIN95__ 1
10634 cat >>confdefs.h
<<\_ACEOF
10635 #define __WINDOWS__ 1
10638 cat >>confdefs.h
<<\_ACEOF
10639 #define __GNUWIN32__ 1
10642 cat >>confdefs.h
<<\_ACEOF
10646 cat >>confdefs.h
<<\_ACEOF
10647 #define WINVER 0x0400
10651 if test "$doesnt_want_win32" = 1 ; then
10656 if test "$USE_UNIX" = 1 ; then
10658 cat >>confdefs.h
<<\_ACEOF
10665 cat >confcache
<<\_ACEOF
10666 # This file is a shell script that caches the results of configure
10667 # tests run on this system so they can be shared between configure
10668 # scripts and configure runs, see configure's option --config-cache.
10669 # It is not useful on other systems. If it contains results you don't
10670 # want to keep, you may remove or edit it.
10672 # config.status only pays attention to the cache file if you give it
10673 # the --recheck option to rerun configure.
10675 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10676 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10677 # following values.
10681 # The following way of writing the cache mishandles newlines in values,
10682 # but we know of no workaround that is simple, portable, and efficient.
10683 # So, don't put newlines in cache variables' values.
10684 # Ultrix sh set writes to stderr and can't be redirected directly,
10685 # and sets the high bit in the cache file unless we assign to the vars.
10688 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10690 # `set' does not quote correctly, so add quotes (double-quote
10691 # substitution turns \\\\ into \\, and sed turns \\ into \).
10694 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10697 # `set' quotes correctly as required by POSIX, so do not add quotes.
10699 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10706 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10708 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10710 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10711 if test -w $cache_file; then
10712 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10713 cat confcache
>$cache_file
10715 echo "not updating unwritable cache $cache_file"
10724 ac_cpp
='$CPP $CPPFLAGS'
10725 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10726 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10727 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10728 if test -n "$ac_tool_prefix"; then
10729 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10730 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10731 echo "$as_me:$LINENO: checking for $ac_word" >&5
10732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10733 if test "${ac_cv_prog_CC+set}" = set; then
10734 echo $ECHO_N "(cached) $ECHO_C" >&6
10736 if test -n "$CC"; then
10737 ac_cv_prog_CC
="$CC" # Let the user override the test.
10739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10740 for as_dir
in $PATH
10743 test -z "$as_dir" && as_dir
=.
10744 for ac_exec_ext
in '' $ac_executable_extensions; do
10745 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10746 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10756 if test -n "$CC"; then
10757 echo "$as_me:$LINENO: result: $CC" >&5
10758 echo "${ECHO_T}$CC" >&6
10760 echo "$as_me:$LINENO: result: no" >&5
10761 echo "${ECHO_T}no" >&6
10765 if test -z "$ac_cv_prog_CC"; then
10767 # Extract the first word of "gcc", so it can be a program name with args.
10768 set dummy gcc
; ac_word
=$2
10769 echo "$as_me:$LINENO: checking for $ac_word" >&5
10770 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10771 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10772 echo $ECHO_N "(cached) $ECHO_C" >&6
10774 if test -n "$ac_ct_CC"; then
10775 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10777 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10778 for as_dir
in $PATH
10781 test -z "$as_dir" && as_dir
=.
10782 for ac_exec_ext
in '' $ac_executable_extensions; do
10783 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10784 ac_cv_prog_ac_ct_CC
="gcc"
10785 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10793 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10794 if test -n "$ac_ct_CC"; then
10795 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10796 echo "${ECHO_T}$ac_ct_CC" >&6
10798 echo "$as_me:$LINENO: result: no" >&5
10799 echo "${ECHO_T}no" >&6
10804 CC
="$ac_cv_prog_CC"
10807 if test -z "$CC"; then
10808 if test -n "$ac_tool_prefix"; then
10809 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10810 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10811 echo "$as_me:$LINENO: checking for $ac_word" >&5
10812 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10813 if test "${ac_cv_prog_CC+set}" = set; then
10814 echo $ECHO_N "(cached) $ECHO_C" >&6
10816 if test -n "$CC"; then
10817 ac_cv_prog_CC
="$CC" # Let the user override the test.
10819 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10820 for as_dir
in $PATH
10823 test -z "$as_dir" && as_dir
=.
10824 for ac_exec_ext
in '' $ac_executable_extensions; do
10825 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10826 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10836 if test -n "$CC"; then
10837 echo "$as_me:$LINENO: result: $CC" >&5
10838 echo "${ECHO_T}$CC" >&6
10840 echo "$as_me:$LINENO: result: no" >&5
10841 echo "${ECHO_T}no" >&6
10845 if test -z "$ac_cv_prog_CC"; then
10847 # Extract the first word of "cc", so it can be a program name with args.
10848 set dummy cc
; ac_word
=$2
10849 echo "$as_me:$LINENO: checking for $ac_word" >&5
10850 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10851 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10852 echo $ECHO_N "(cached) $ECHO_C" >&6
10854 if test -n "$ac_ct_CC"; then
10855 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10858 for as_dir
in $PATH
10861 test -z "$as_dir" && as_dir
=.
10862 for ac_exec_ext
in '' $ac_executable_extensions; do
10863 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10864 ac_cv_prog_ac_ct_CC
="cc"
10865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10873 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10874 if test -n "$ac_ct_CC"; then
10875 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10876 echo "${ECHO_T}$ac_ct_CC" >&6
10878 echo "$as_me:$LINENO: result: no" >&5
10879 echo "${ECHO_T}no" >&6
10884 CC
="$ac_cv_prog_CC"
10888 if test -z "$CC"; then
10889 # Extract the first word of "cc", so it can be a program name with args.
10890 set dummy cc
; ac_word
=$2
10891 echo "$as_me:$LINENO: checking for $ac_word" >&5
10892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10893 if test "${ac_cv_prog_CC+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10896 if test -n "$CC"; then
10897 ac_cv_prog_CC
="$CC" # Let the user override the test.
10899 ac_prog_rejected
=no
10900 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10901 for as_dir
in $PATH
10904 test -z "$as_dir" && as_dir
=.
10905 for ac_exec_ext
in '' $ac_executable_extensions; do
10906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10907 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10908 ac_prog_rejected
=yes
10912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10918 if test $ac_prog_rejected = yes; then
10919 # We found a bogon in the path, so make sure we never use it.
10920 set dummy
$ac_cv_prog_CC
10922 if test $# != 0; then
10923 # We chose a different compiler from the bogus one.
10924 # However, it has the same basename, so the bogon will be chosen
10925 # first if we set CC to just the basename; use the full file name.
10927 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10933 if test -n "$CC"; then
10934 echo "$as_me:$LINENO: result: $CC" >&5
10935 echo "${ECHO_T}$CC" >&6
10937 echo "$as_me:$LINENO: result: no" >&5
10938 echo "${ECHO_T}no" >&6
10942 if test -z "$CC"; then
10943 if test -n "$ac_tool_prefix"; then
10946 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10947 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10948 echo "$as_me:$LINENO: checking for $ac_word" >&5
10949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10950 if test "${ac_cv_prog_CC+set}" = set; then
10951 echo $ECHO_N "(cached) $ECHO_C" >&6
10953 if test -n "$CC"; then
10954 ac_cv_prog_CC
="$CC" # Let the user override the test.
10956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10957 for as_dir
in $PATH
10960 test -z "$as_dir" && as_dir
=.
10961 for ac_exec_ext
in '' $ac_executable_extensions; do
10962 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10963 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10964 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10973 if test -n "$CC"; then
10974 echo "$as_me:$LINENO: result: $CC" >&5
10975 echo "${ECHO_T}$CC" >&6
10977 echo "$as_me:$LINENO: result: no" >&5
10978 echo "${ECHO_T}no" >&6
10981 test -n "$CC" && break
10984 if test -z "$CC"; then
10988 # Extract the first word of "$ac_prog", so it can be a program name with args.
10989 set dummy
$ac_prog; ac_word
=$2
10990 echo "$as_me:$LINENO: checking for $ac_word" >&5
10991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10992 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10995 if test -n "$ac_ct_CC"; then
10996 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10998 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10999 for as_dir
in $PATH
11002 test -z "$as_dir" && as_dir
=.
11003 for ac_exec_ext
in '' $ac_executable_extensions; do
11004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11005 ac_cv_prog_ac_ct_CC
="$ac_prog"
11006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11014 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
11015 if test -n "$ac_ct_CC"; then
11016 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
11017 echo "${ECHO_T}$ac_ct_CC" >&6
11019 echo "$as_me:$LINENO: result: no" >&5
11020 echo "${ECHO_T}no" >&6
11023 test -n "$ac_ct_CC" && break
11032 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
11033 See \`config.log' for more details." >&5
11034 echo "$as_me: error: no acceptable C compiler found in \$PATH
11035 See \`config.log' for more details." >&2;}
11036 { (exit 1); exit 1; }; }
11038 # Provide some information about the compiler.
11039 echo "$as_me:$LINENO:" \
11040 "checking for C compiler version" >&5
11041 ac_compiler
=`set X $ac_compile; echo $2`
11042 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11043 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11046 (exit $ac_status); }
11047 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11048 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11051 (exit $ac_status); }
11052 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11053 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); }
11058 cat >conftest.
$ac_ext <<_ACEOF
11061 cat confdefs.h
>>conftest.
$ac_ext
11062 cat >>conftest.
$ac_ext <<_ACEOF
11063 /* end confdefs.h. */
11073 ac_clean_files_save
=$ac_clean_files
11074 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
11075 # Try to create an executable without -o first, disregard a.out.
11076 # It will help us diagnose broken compilers, and finding out an intuition
11078 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
11079 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
11080 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
11081 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
11082 (eval $ac_link_default) 2>&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); }; then
11086 # Find the output, starting from the most likely. This scheme is
11087 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
11090 # Be careful to initialize this variable, since it used to be cached.
11091 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
11093 # b.out is created by i960 compilers.
11094 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
11096 test -f "$ac_file" || continue
11098 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
11101 # This is the source file.
11104 # We found the default executable, but exeext='' is most
11108 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11109 # FIXME: I believe we export ac_cv_exeext for Libtool,
11110 # but it would be cool to find out if it's true. Does anybody
11111 # maintain Libtool? --akim.
11112 export ac_cv_exeext
11119 echo "$as_me: failed program was:" >&5
11120 sed 's/^/| /' conftest.
$ac_ext >&5
11122 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
11123 See \`config.log' for more details." >&5
11124 echo "$as_me: error: C compiler cannot create executables
11125 See \`config.log' for more details." >&2;}
11126 { (exit 77); exit 77; }; }
11129 ac_exeext
=$ac_cv_exeext
11130 echo "$as_me:$LINENO: result: $ac_file" >&5
11131 echo "${ECHO_T}$ac_file" >&6
11133 # Check the compiler produces executables we can run. If not, either
11134 # the compiler is broken, or we cross compile.
11135 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
11136 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
11137 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
11138 # If not cross compiling, check that we can run a simple program.
11139 if test "$cross_compiling" != yes; then
11140 if { ac_try
='./$ac_file'
11141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11142 (eval $ac_try) 2>&5
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); }; }; then
11148 if test "$cross_compiling" = maybe
; then
11149 cross_compiling
=yes
11151 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
11152 If you meant to cross compile, use \`--host'.
11153 See \`config.log' for more details." >&5
11154 echo "$as_me: error: cannot run C compiled programs.
11155 If you meant to cross compile, use \`--host'.
11156 See \`config.log' for more details." >&2;}
11157 { (exit 1); exit 1; }; }
11161 echo "$as_me:$LINENO: result: yes" >&5
11162 echo "${ECHO_T}yes" >&6
11164 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
11165 ac_clean_files
=$ac_clean_files_save
11166 # Check the compiler produces executables we can run. If not, either
11167 # the compiler is broken, or we cross compile.
11168 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
11169 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
11170 echo "$as_me:$LINENO: result: $cross_compiling" >&5
11171 echo "${ECHO_T}$cross_compiling" >&6
11173 echo "$as_me:$LINENO: checking for suffix of executables" >&5
11174 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
11175 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11176 (eval $ac_link) 2>&5
11178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179 (exit $ac_status); }; then
11180 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11181 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
11182 # work properly (i.e., refer to `conftest.exe'), while it won't with
11184 for ac_file
in conftest.exe conftest conftest.
*; do
11185 test -f "$ac_file" || continue
11187 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
11188 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
11189 export ac_cv_exeext
11195 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
11196 See \`config.log' for more details." >&5
11197 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
11198 See \`config.log' for more details." >&2;}
11199 { (exit 1); exit 1; }; }
11202 rm -f conftest
$ac_cv_exeext
11203 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
11204 echo "${ECHO_T}$ac_cv_exeext" >&6
11206 rm -f conftest.
$ac_ext
11207 EXEEXT
=$ac_cv_exeext
11209 echo "$as_me:$LINENO: checking for suffix of object files" >&5
11210 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
11211 if test "${ac_cv_objext+set}" = set; then
11212 echo $ECHO_N "(cached) $ECHO_C" >&6
11214 cat >conftest.
$ac_ext <<_ACEOF
11217 cat confdefs.h
>>conftest.
$ac_ext
11218 cat >>conftest.
$ac_ext <<_ACEOF
11219 /* end confdefs.h. */
11229 rm -f conftest.o conftest.obj
11230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11231 (eval $ac_compile) 2>&5
11233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234 (exit $ac_status); }; then
11235 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
11237 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
11238 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
11243 echo "$as_me: failed program was:" >&5
11244 sed 's/^/| /' conftest.
$ac_ext >&5
11246 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
11247 See \`config.log' for more details." >&5
11248 echo "$as_me: error: cannot compute suffix of object files: cannot compile
11249 See \`config.log' for more details." >&2;}
11250 { (exit 1); exit 1; }; }
11253 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
11255 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
11256 echo "${ECHO_T}$ac_cv_objext" >&6
11257 OBJEXT
=$ac_cv_objext
11259 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
11260 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
11261 if test "${ac_cv_c_compiler_gnu+set}" = set; then
11262 echo $ECHO_N "(cached) $ECHO_C" >&6
11264 cat >conftest.
$ac_ext <<_ACEOF
11267 cat confdefs.h
>>conftest.
$ac_ext
11268 cat >>conftest.
$ac_ext <<_ACEOF
11269 /* end confdefs.h. */
11282 rm -f conftest.
$ac_objext
11283 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11284 (eval $ac_compile) 2>conftest.er1
11286 grep -v '^ *+' conftest.er1
>conftest.err
11288 cat conftest.err
>&5
11289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11290 (exit $ac_status); } &&
11291 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11293 (eval $ac_try) 2>&5
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); }; } &&
11297 { ac_try
='test -s conftest.$ac_objext'
11298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11299 (eval $ac_try) 2>&5
11301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11302 (exit $ac_status); }; }; then
11303 ac_compiler_gnu
=yes
11305 echo "$as_me: failed program was:" >&5
11306 sed 's/^/| /' conftest.
$ac_ext >&5
11310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11311 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
11314 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
11315 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
11316 GCC
=`test $ac_compiler_gnu = yes && echo yes`
11317 ac_test_CFLAGS
=${CFLAGS+set}
11318 ac_save_CFLAGS
=$CFLAGS
11320 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11321 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11322 if test "${ac_cv_prog_cc_g+set}" = set; then
11323 echo $ECHO_N "(cached) $ECHO_C" >&6
11325 cat >conftest.
$ac_ext <<_ACEOF
11328 cat confdefs.h
>>conftest.
$ac_ext
11329 cat >>conftest.
$ac_ext <<_ACEOF
11330 /* end confdefs.h. */
11340 rm -f conftest.
$ac_objext
11341 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11342 (eval $ac_compile) 2>conftest.er1
11344 grep -v '^ *+' conftest.er1
>conftest.err
11346 cat conftest.err
>&5
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } &&
11349 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; } &&
11355 { ac_try
='test -s conftest.$ac_objext'
11356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11357 (eval $ac_try) 2>&5
11359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11360 (exit $ac_status); }; }; then
11361 ac_cv_prog_cc_g
=yes
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.
$ac_ext >&5
11368 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11370 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11371 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11372 if test "$ac_test_CFLAGS" = set; then
11373 CFLAGS
=$ac_save_CFLAGS
11374 elif test $ac_cv_prog_cc_g = yes; then
11375 if test "$GCC" = yes; then
11381 if test "$GCC" = yes; then
11387 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
11388 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
11389 if test "${ac_cv_prog_cc_stdc+set}" = set; then
11390 echo $ECHO_N "(cached) $ECHO_C" >&6
11392 ac_cv_prog_cc_stdc
=no
11394 cat >conftest.
$ac_ext <<_ACEOF
11397 cat confdefs.h
>>conftest.
$ac_ext
11398 cat >>conftest.
$ac_ext <<_ACEOF
11399 /* end confdefs.h. */
11400 #include <stdarg.h>
11402 #include <sys/types.h>
11403 #include <sys/stat.h>
11404 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11405 struct buf { int x; };
11406 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11407 static char *e (p, i)
11413 static char *f (char * (*g) (char **, int), char **p, ...)
11418 s = g (p, va_arg (v,int));
11423 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11424 function prototypes and stuff, but not '\xHH' hex character constants.
11425 These don't provoke an error unfortunately, instead are silently treated
11426 as 'x'. The following induces an error, until -std1 is added to get
11427 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11428 array size at least. It's necessary to write '\x00'==0 to get something
11429 that's true only with -std1. */
11430 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11432 int test (int i, double x);
11433 struct s1 {int (*f) (int a);};
11434 struct s2 {int (*f) (double a);};
11435 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11441 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11446 # Don't try gcc -ansi; that turns off useful extensions and
11447 # breaks some systems' header files.
11448 # AIX -qlanglvl=ansi
11449 # Ultrix and OSF/1 -std1
11450 # HP-UX 10.20 and later -Ae
11451 # HP-UX older versions -Aa -D_HPUX_SOURCE
11452 # SVR4 -Xc -D__EXTENSIONS__
11453 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11455 CC
="$ac_save_CC $ac_arg"
11456 rm -f conftest.
$ac_objext
11457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11458 (eval $ac_compile) 2>conftest.er1
11460 grep -v '^ *+' conftest.er1
>conftest.err
11462 cat conftest.err
>&5
11463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11464 (exit $ac_status); } &&
11465 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11467 (eval $ac_try) 2>&5
11469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470 (exit $ac_status); }; } &&
11471 { ac_try
='test -s conftest.$ac_objext'
11472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11473 (eval $ac_try) 2>&5
11475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); }; }; then
11477 ac_cv_prog_cc_stdc
=$ac_arg
11480 echo "$as_me: failed program was:" >&5
11481 sed 's/^/| /' conftest.
$ac_ext >&5
11484 rm -f conftest.err conftest.
$ac_objext
11486 rm -f conftest.
$ac_ext conftest.
$ac_objext
11491 case "x$ac_cv_prog_cc_stdc" in
11493 echo "$as_me:$LINENO: result: none needed" >&5
11494 echo "${ECHO_T}none needed" >&6 ;;
11496 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
11497 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
11498 CC
="$CC $ac_cv_prog_cc_stdc" ;;
11501 # Some people use a C++ compiler to compile C. Since we use `exit',
11502 # in C++ we need to declare it. In case someone uses the same compiler
11503 # for both compiling C and C++ we need to have the C++ compiler decide
11504 # the declaration of exit, since it's the most demanding environment.
11505 cat >conftest.
$ac_ext <<_ACEOF
11506 #ifndef __cplusplus
11510 rm -f conftest.
$ac_objext
11511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11512 (eval $ac_compile) 2>conftest.er1
11514 grep -v '^ *+' conftest.er1
>conftest.err
11516 cat conftest.err
>&5
11517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11518 (exit $ac_status); } &&
11519 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11521 (eval $ac_try) 2>&5
11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524 (exit $ac_status); }; } &&
11525 { ac_try
='test -s conftest.$ac_objext'
11526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11527 (eval $ac_try) 2>&5
11529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11530 (exit $ac_status); }; }; then
11531 for ac_declaration
in \
11533 'extern "C" void std::exit (int) throw (); using std::exit;' \
11534 'extern "C" void std::exit (int); using std::exit;' \
11535 'extern "C" void exit (int) throw ();' \
11536 'extern "C" void exit (int);' \
11539 cat >conftest.
$ac_ext <<_ACEOF
11542 cat confdefs.h
>>conftest.
$ac_ext
11543 cat >>conftest.
$ac_ext <<_ACEOF
11544 /* end confdefs.h. */
11546 #include <stdlib.h>
11555 rm -f conftest.
$ac_objext
11556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11557 (eval $ac_compile) 2>conftest.er1
11559 grep -v '^ *+' conftest.er1
>conftest.err
11561 cat conftest.err
>&5
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); } &&
11564 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11566 (eval $ac_try) 2>&5
11568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11569 (exit $ac_status); }; } &&
11570 { ac_try
='test -s conftest.$ac_objext'
11571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11572 (eval $ac_try) 2>&5
11574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575 (exit $ac_status); }; }; then
11578 echo "$as_me: failed program was:" >&5
11579 sed 's/^/| /' conftest.
$ac_ext >&5
11583 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11584 cat >conftest.
$ac_ext <<_ACEOF
11587 cat confdefs.h
>>conftest.
$ac_ext
11588 cat >>conftest.
$ac_ext <<_ACEOF
11589 /* end confdefs.h. */
11599 rm -f conftest.
$ac_objext
11600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11601 (eval $ac_compile) 2>conftest.er1
11603 grep -v '^ *+' conftest.er1
>conftest.err
11605 cat conftest.err
>&5
11606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11607 (exit $ac_status); } &&
11608 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11610 (eval $ac_try) 2>&5
11612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); }; } &&
11614 { ac_try
='test -s conftest.$ac_objext'
11615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11616 (eval $ac_try) 2>&5
11618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11619 (exit $ac_status); }; }; then
11622 echo "$as_me: failed program was:" >&5
11623 sed 's/^/| /' conftest.
$ac_ext >&5
11626 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11629 if test -n "$ac_declaration"; then
11630 echo '#ifdef __cplusplus' >>confdefs.h
11631 echo $ac_declaration >>confdefs.h
11632 echo '#endif' >>confdefs.h
11636 echo "$as_me: failed program was:" >&5
11637 sed 's/^/| /' conftest.
$ac_ext >&5
11640 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11642 ac_cpp
='$CPP $CPPFLAGS'
11643 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11644 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11645 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11647 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
11648 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
11649 if test "${wx_cv_c_exto+set}" = set; then
11650 echo $ECHO_N "(cached) $ECHO_C" >&6
11652 cat >conftest.
$ac_ext <<_ACEOF
11655 cat confdefs.h
>>conftest.
$ac_ext
11656 cat >>conftest.
$ac_ext <<_ACEOF
11657 /* end confdefs.h. */
11667 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
11668 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11669 (eval $ac_compile) 2>&5
11671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11672 (exit $ac_status); }; then
11673 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
11675 conftest.
$ac_ext.o
)
11676 wx_cv_c_exto
="-ext o"
11683 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
11684 See \`config.log' for more details." >&5
11685 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
11686 See \`config.log' for more details." >&2;}
11687 { (exit 1); exit 1; }; }
11691 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
11694 echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5
11695 echo "${ECHO_T}$wx_cv_c_exto" >&6
11696 if test "x$wx_cv_c_exto" '!=' "x"; then
11697 if test "c" = "c"; then
11698 CFLAGS
="$wx_cv_c_exto $CFLAGS"
11700 if test "c" = "cxx"; then
11701 CXXFLAGS
="$wx_cv_c_exto $CXXFLAGS"
11705 if test "x$wx_cv_c_exto" '!=' "x"; then
11706 unset ac_cv_prog_cc_g
11707 ac_test_CFLAGS
=${CFLAGS+set}
11708 ac_save_CFLAGS
=$CFLAGS
11710 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
11711 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
11712 if test "${ac_cv_prog_cc_g+set}" = set; then
11713 echo $ECHO_N "(cached) $ECHO_C" >&6
11715 cat >conftest.
$ac_ext <<_ACEOF
11718 cat confdefs.h
>>conftest.
$ac_ext
11719 cat >>conftest.
$ac_ext <<_ACEOF
11720 /* end confdefs.h. */
11730 rm -f conftest.
$ac_objext
11731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11732 (eval $ac_compile) 2>conftest.er1
11734 grep -v '^ *+' conftest.er1
>conftest.err
11736 cat conftest.err
>&5
11737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11738 (exit $ac_status); } &&
11739 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11741 (eval $ac_try) 2>&5
11743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11744 (exit $ac_status); }; } &&
11745 { ac_try
='test -s conftest.$ac_objext'
11746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11747 (eval $ac_try) 2>&5
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); }; }; then
11751 ac_cv_prog_cc_g
=yes
11753 echo "$as_me: failed program was:" >&5
11754 sed 's/^/| /' conftest.
$ac_ext >&5
11758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11760 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
11761 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
11762 if test "$ac_test_CFLAGS" = set; then
11763 CFLAGS
=$ac_save_CFLAGS
11764 elif test $ac_cv_prog_cc_g = yes; then
11765 if test "$GCC" = yes; then
11771 if test "$GCC" = yes; then
11779 ac_cpp
='$CPP $CPPFLAGS'
11780 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11781 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11782 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11784 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
11785 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
11786 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
11787 echo $ECHO_N "(cached) $ECHO_C" >&6
11789 cat >conftest.
$ac_ext <<_ACEOF
11792 cat confdefs.h
>>conftest.
$ac_ext
11793 cat >>conftest.
$ac_ext <<_ACEOF
11794 /* end confdefs.h. */
11807 rm -f conftest.
$ac_objext
11808 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11809 (eval $ac_compile) 2>conftest.er1
11811 grep -v '^ *+' conftest.er1
>conftest.err
11813 cat conftest.err
>&5
11814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11815 (exit $ac_status); } &&
11816 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11818 (eval $ac_try) 2>&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); }; } &&
11822 { ac_try
='test -s conftest.$ac_objext'
11823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11824 (eval $ac_try) 2>&5
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); }; }; then
11828 bakefile_compiler_mwerks
=yes
11830 echo "$as_me: failed program was:" >&5
11831 sed 's/^/| /' conftest.
$ac_ext >&5
11833 bakefile_compiler_mwerks
=no
11835 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11836 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
11839 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
11840 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
11842 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
11844 ac_cpp
='$CPP $CPPFLAGS'
11845 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11846 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11847 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11851 ac_cpp
='$CPP $CPPFLAGS'
11852 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11853 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11854 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11856 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
11857 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
11858 if test "${wx_cv_c_compiler_xlc+set}" = set; then
11859 echo $ECHO_N "(cached) $ECHO_C" >&6
11861 cat >conftest.
$ac_ext <<_ACEOF
11864 cat confdefs.h
>>conftest.
$ac_ext
11865 cat >>conftest.
$ac_ext <<_ACEOF
11866 /* end confdefs.h. */
11879 rm -f conftest.
$ac_objext
11880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11881 (eval $ac_compile) 2>conftest.er1
11883 grep -v '^ *+' conftest.er1
>conftest.err
11885 cat conftest.err
>&5
11886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11887 (exit $ac_status); } &&
11888 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11890 (eval $ac_try) 2>&5
11892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11893 (exit $ac_status); }; } &&
11894 { ac_try
='test -s conftest.$ac_objext'
11895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11896 (eval $ac_try) 2>&5
11898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11899 (exit $ac_status); }; }; then
11900 wx_compiler_xlc
=yes
11902 echo "$as_me: failed program was:" >&5
11903 sed 's/^/| /' conftest.
$ac_ext >&5
11907 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11908 wx_cv_c_compiler_xlc
=$wx_compiler_xlc
11911 echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5
11912 echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6
11914 XLCC
=`test $wx_cv_c_compiler_xlc = yes && echo yes`
11916 ac_cpp
='$CPP $CPPFLAGS'
11917 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11918 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11919 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11925 ac_cpp
='$CPP $CPPFLAGS'
11926 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11927 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11928 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11930 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
11931 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
11932 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11935 cat >conftest.
$ac_ext <<_ACEOF
11938 cat confdefs.h
>>conftest.
$ac_ext
11939 cat >>conftest.
$ac_ext <<_ACEOF
11940 /* end confdefs.h. */
11946 #ifndef _SGI_COMPILER_VERSION
11954 rm -f conftest.
$ac_objext
11955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11956 (eval $ac_compile) 2>conftest.er1
11958 grep -v '^ *+' conftest.er1
>conftest.err
11960 cat conftest.err
>&5
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); } &&
11963 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; } &&
11969 { ac_try
='test -s conftest.$ac_objext'
11970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11971 (eval $ac_try) 2>&5
11973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11974 (exit $ac_status); }; }; then
11975 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=yes
11977 echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.
$ac_ext >&5
11980 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=no
11983 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11987 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
11988 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
11990 ac_cpp
='$CPP $CPPFLAGS'
11991 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11992 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11993 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11995 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
12005 ac_cpp
='$CPP $CPPFLAGS'
12006 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12007 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12008 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12010 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
12011 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
12012 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
12013 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 cat >conftest.
$ac_ext <<_ACEOF
12018 cat confdefs.h
>>conftest.
$ac_ext
12019 cat >>conftest.
$ac_ext <<_ACEOF
12020 /* end confdefs.h. */
12034 rm -f conftest.
$ac_objext
12035 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12036 (eval $ac_compile) 2>conftest.er1
12038 grep -v '^ *+' conftest.er1
>conftest.err
12040 cat conftest.err
>&5
12041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12042 (exit $ac_status); } &&
12043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12045 (eval $ac_try) 2>&5
12047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048 (exit $ac_status); }; } &&
12049 { ac_try
='test -s conftest.$ac_objext'
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 (exit $ac_status); }; }; then
12055 bakefile_cv_c_compiler___SUNPRO_C
=yes
12057 echo "$as_me: failed program was:" >&5
12058 sed 's/^/| /' conftest.
$ac_ext >&5
12060 bakefile_cv_c_compiler___SUNPRO_C
=no
12063 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12067 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
12068 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
12070 ac_cpp
='$CPP $CPPFLAGS'
12071 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12072 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12073 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12075 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
12085 ac_cpp
='$CPP $CPPFLAGS'
12086 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12087 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12088 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12089 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
12090 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
12091 # On Suns, sometimes $CPP names a directory.
12092 if test -n "$CPP" && test -d "$CPP"; then
12095 if test -z "$CPP"; then
12096 if test "${ac_cv_prog_CPP+set}" = set; then
12097 echo $ECHO_N "(cached) $ECHO_C" >&6
12099 # Double quotes because CPP needs to be expanded
12100 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
12102 ac_preproc_ok
=false
12103 for ac_c_preproc_warn_flag
in '' yes
12105 # Use a header file that comes with gcc, so configuring glibc
12106 # with a fresh cross-compiler works.
12107 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12108 # <limits.h> exists even on freestanding compilers.
12109 # On the NeXT, cc -E runs the code through the compiler's parser,
12110 # not just through cpp. "Syntax error" is here to catch this case.
12111 cat >conftest.
$ac_ext <<_ACEOF
12114 cat confdefs.h
>>conftest.
$ac_ext
12115 cat >>conftest.
$ac_ext <<_ACEOF
12116 /* end confdefs.h. */
12118 # include <limits.h>
12120 # include <assert.h>
12124 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12125 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12127 grep -v '^ *+' conftest.er1
>conftest.err
12129 cat conftest.err
>&5
12130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12131 (exit $ac_status); } >/dev
/null
; then
12132 if test -s conftest.err
; then
12133 ac_cpp_err
=$ac_c_preproc_warn_flag
12134 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12141 if test -z "$ac_cpp_err"; then
12144 echo "$as_me: failed program was:" >&5
12145 sed 's/^/| /' conftest.
$ac_ext >&5
12147 # Broken: fails on valid input.
12150 rm -f conftest.err conftest.
$ac_ext
12152 # OK, works on sane cases. Now check whether non-existent headers
12153 # can be detected and how.
12154 cat >conftest.
$ac_ext <<_ACEOF
12157 cat confdefs.h
>>conftest.
$ac_ext
12158 cat >>conftest.
$ac_ext <<_ACEOF
12159 /* end confdefs.h. */
12160 #include <ac_nonexistent.h>
12162 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12163 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12165 grep -v '^ *+' conftest.er1
>conftest.err
12167 cat conftest.err
>&5
12168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12169 (exit $ac_status); } >/dev
/null
; then
12170 if test -s conftest.err
; then
12171 ac_cpp_err
=$ac_c_preproc_warn_flag
12172 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12179 if test -z "$ac_cpp_err"; then
12180 # Broken: success on invalid input.
12183 echo "$as_me: failed program was:" >&5
12184 sed 's/^/| /' conftest.
$ac_ext >&5
12186 # Passes both tests.
12190 rm -f conftest.err conftest.
$ac_ext
12193 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12194 rm -f conftest.err conftest.
$ac_ext
12195 if $ac_preproc_ok; then
12200 ac_cv_prog_CPP
=$CPP
12203 CPP
=$ac_cv_prog_CPP
12205 ac_cv_prog_CPP
=$CPP
12207 echo "$as_me:$LINENO: result: $CPP" >&5
12208 echo "${ECHO_T}$CPP" >&6
12209 ac_preproc_ok
=false
12210 for ac_c_preproc_warn_flag
in '' yes
12212 # Use a header file that comes with gcc, so configuring glibc
12213 # with a fresh cross-compiler works.
12214 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12215 # <limits.h> exists even on freestanding compilers.
12216 # On the NeXT, cc -E runs the code through the compiler's parser,
12217 # not just through cpp. "Syntax error" is here to catch this case.
12218 cat >conftest.
$ac_ext <<_ACEOF
12221 cat confdefs.h
>>conftest.
$ac_ext
12222 cat >>conftest.
$ac_ext <<_ACEOF
12223 /* end confdefs.h. */
12225 # include <limits.h>
12227 # include <assert.h>
12231 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12232 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12234 grep -v '^ *+' conftest.er1
>conftest.err
12236 cat conftest.err
>&5
12237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238 (exit $ac_status); } >/dev
/null
; then
12239 if test -s conftest.err
; then
12240 ac_cpp_err
=$ac_c_preproc_warn_flag
12241 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12248 if test -z "$ac_cpp_err"; then
12251 echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.
$ac_ext >&5
12254 # Broken: fails on valid input.
12257 rm -f conftest.err conftest.
$ac_ext
12259 # OK, works on sane cases. Now check whether non-existent headers
12260 # can be detected and how.
12261 cat >conftest.
$ac_ext <<_ACEOF
12264 cat confdefs.h
>>conftest.
$ac_ext
12265 cat >>conftest.
$ac_ext <<_ACEOF
12266 /* end confdefs.h. */
12267 #include <ac_nonexistent.h>
12269 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12270 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12272 grep -v '^ *+' conftest.er1
>conftest.err
12274 cat conftest.err
>&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); } >/dev
/null
; then
12277 if test -s conftest.err
; then
12278 ac_cpp_err
=$ac_c_preproc_warn_flag
12279 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12286 if test -z "$ac_cpp_err"; then
12287 # Broken: success on invalid input.
12290 echo "$as_me: failed program was:" >&5
12291 sed 's/^/| /' conftest.
$ac_ext >&5
12293 # Passes both tests.
12297 rm -f conftest.err conftest.
$ac_ext
12300 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12301 rm -f conftest.err conftest.
$ac_ext
12302 if $ac_preproc_ok; then
12305 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
12306 See \`config.log' for more details." >&5
12307 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
12308 See \`config.log' for more details." >&2;}
12309 { (exit 1); exit 1; }; }
12313 ac_cpp
='$CPP $CPPFLAGS'
12314 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12315 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12316 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12319 echo "$as_me:$LINENO: checking for egrep" >&5
12320 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
12321 if test "${ac_cv_prog_egrep+set}" = set; then
12322 echo $ECHO_N "(cached) $ECHO_C" >&6
12324 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
12325 then ac_cv_prog_egrep
='grep -E'
12326 else ac_cv_prog_egrep
='egrep'
12329 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
12330 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
12331 EGREP
=$ac_cv_prog_egrep
12334 if test $ac_cv_c_compiler_gnu = yes; then
12335 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
12336 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
12337 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
12338 echo $ECHO_N "(cached) $ECHO_C" >&6
12340 ac_pattern
="Autoconf.*'x'"
12341 cat >conftest.
$ac_ext <<_ACEOF
12344 cat confdefs.h
>>conftest.
$ac_ext
12345 cat >>conftest.
$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12350 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12351 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12352 ac_cv_prog_gcc_traditional
=yes
12354 ac_cv_prog_gcc_traditional
=no
12359 if test $ac_cv_prog_gcc_traditional = no
; then
12360 cat >conftest.
$ac_ext <<_ACEOF
12363 cat confdefs.h
>>conftest.
$ac_ext
12364 cat >>conftest.
$ac_ext <<_ACEOF
12365 /* end confdefs.h. */
12366 #include <termio.h>
12369 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12370 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
12371 ac_cv_prog_gcc_traditional
=yes
12377 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
12378 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
12379 if test $ac_cv_prog_gcc_traditional = yes; then
12380 CC
="$CC -traditional"
12388 ac_cpp
='$CXXCPP $CPPFLAGS'
12389 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12390 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12391 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12394 CXXFLAGS
=${CXXFLAGS:=}
12398 ac_cpp
='$CXXCPP $CPPFLAGS'
12399 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12400 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12401 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12402 if test -n "$ac_tool_prefix"; then
12403 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12405 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12406 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12407 echo "$as_me:$LINENO: checking for $ac_word" >&5
12408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12409 if test "${ac_cv_prog_CXX+set}" = set; then
12410 echo $ECHO_N "(cached) $ECHO_C" >&6
12412 if test -n "$CXX"; then
12413 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
12415 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12416 for as_dir
in $PATH
12419 test -z "$as_dir" && as_dir
=.
12420 for ac_exec_ext
in '' $ac_executable_extensions; do
12421 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12422 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
12423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12431 CXX
=$ac_cv_prog_CXX
12432 if test -n "$CXX"; then
12433 echo "$as_me:$LINENO: result: $CXX" >&5
12434 echo "${ECHO_T}$CXX" >&6
12436 echo "$as_me:$LINENO: result: no" >&5
12437 echo "${ECHO_T}no" >&6
12440 test -n "$CXX" && break
12443 if test -z "$CXX"; then
12445 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
12447 # Extract the first word of "$ac_prog", so it can be a program name with args.
12448 set dummy
$ac_prog; ac_word
=$2
12449 echo "$as_me:$LINENO: checking for $ac_word" >&5
12450 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12451 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
12452 echo $ECHO_N "(cached) $ECHO_C" >&6
12454 if test -n "$ac_ct_CXX"; then
12455 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
12457 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12458 for as_dir
in $PATH
12461 test -z "$as_dir" && as_dir
=.
12462 for ac_exec_ext
in '' $ac_executable_extensions; do
12463 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12464 ac_cv_prog_ac_ct_CXX
="$ac_prog"
12465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12473 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
12474 if test -n "$ac_ct_CXX"; then
12475 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
12476 echo "${ECHO_T}$ac_ct_CXX" >&6
12478 echo "$as_me:$LINENO: result: no" >&5
12479 echo "${ECHO_T}no" >&6
12482 test -n "$ac_ct_CXX" && break
12484 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
12490 # Provide some information about the compiler.
12491 echo "$as_me:$LINENO:" \
12492 "checking for C++ compiler version" >&5
12493 ac_compiler
=`set X $ac_compile; echo $2`
12494 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12495 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498 (exit $ac_status); }
12499 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12500 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12503 (exit $ac_status); }
12504 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12505 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12508 (exit $ac_status); }
12510 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
12511 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
12512 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
12513 echo $ECHO_N "(cached) $ECHO_C" >&6
12515 cat >conftest.
$ac_ext <<_ACEOF
12518 cat confdefs.h
>>conftest.
$ac_ext
12519 cat >>conftest.
$ac_ext <<_ACEOF
12520 /* end confdefs.h. */
12533 rm -f conftest.
$ac_objext
12534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12535 (eval $ac_compile) 2>conftest.er1
12537 grep -v '^ *+' conftest.er1
>conftest.err
12539 cat conftest.err
>&5
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } &&
12542 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12544 (eval $ac_try) 2>&5
12546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); }; } &&
12548 { ac_try
='test -s conftest.$ac_objext'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; }; then
12554 ac_compiler_gnu
=yes
12556 echo "$as_me: failed program was:" >&5
12557 sed 's/^/| /' conftest.
$ac_ext >&5
12561 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12562 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
12565 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
12566 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
12567 GXX
=`test $ac_compiler_gnu = yes && echo yes`
12568 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12569 ac_save_CXXFLAGS
=$CXXFLAGS
12571 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12572 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12573 if test "${ac_cv_prog_cxx_g+set}" = set; then
12574 echo $ECHO_N "(cached) $ECHO_C" >&6
12576 cat >conftest.
$ac_ext <<_ACEOF
12579 cat confdefs.h
>>conftest.
$ac_ext
12580 cat >>conftest.
$ac_ext <<_ACEOF
12581 /* end confdefs.h. */
12591 rm -f conftest.
$ac_objext
12592 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12593 (eval $ac_compile) 2>conftest.er1
12595 grep -v '^ *+' conftest.er1
>conftest.err
12597 cat conftest.err
>&5
12598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12599 (exit $ac_status); } &&
12600 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12602 (eval $ac_try) 2>&5
12604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12605 (exit $ac_status); }; } &&
12606 { ac_try
='test -s conftest.$ac_objext'
12607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12608 (eval $ac_try) 2>&5
12610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12611 (exit $ac_status); }; }; then
12612 ac_cv_prog_cxx_g
=yes
12614 echo "$as_me: failed program was:" >&5
12615 sed 's/^/| /' conftest.
$ac_ext >&5
12617 ac_cv_prog_cxx_g
=no
12619 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12621 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12622 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12623 if test "$ac_test_CXXFLAGS" = set; then
12624 CXXFLAGS
=$ac_save_CXXFLAGS
12625 elif test $ac_cv_prog_cxx_g = yes; then
12626 if test "$GXX" = yes; then
12632 if test "$GXX" = yes; then
12638 for ac_declaration
in \
12640 'extern "C" void std::exit (int) throw (); using std::exit;' \
12641 'extern "C" void std::exit (int); using std::exit;' \
12642 'extern "C" void exit (int) throw ();' \
12643 'extern "C" void exit (int);' \
12646 cat >conftest.
$ac_ext <<_ACEOF
12649 cat confdefs.h
>>conftest.
$ac_ext
12650 cat >>conftest.
$ac_ext <<_ACEOF
12651 /* end confdefs.h. */
12653 #include <stdlib.h>
12662 rm -f conftest.
$ac_objext
12663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12664 (eval $ac_compile) 2>conftest.er1
12666 grep -v '^ *+' conftest.er1
>conftest.err
12668 cat conftest.err
>&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } &&
12671 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12673 (eval $ac_try) 2>&5
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); }; } &&
12677 { ac_try
='test -s conftest.$ac_objext'
12678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12679 (eval $ac_try) 2>&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); }; }; then
12685 echo "$as_me: failed program was:" >&5
12686 sed 's/^/| /' conftest.
$ac_ext >&5
12690 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12691 cat >conftest.
$ac_ext <<_ACEOF
12694 cat confdefs.h
>>conftest.
$ac_ext
12695 cat >>conftest.
$ac_ext <<_ACEOF
12696 /* end confdefs.h. */
12706 rm -f conftest.
$ac_objext
12707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12708 (eval $ac_compile) 2>conftest.er1
12710 grep -v '^ *+' conftest.er1
>conftest.err
12712 cat conftest.err
>&5
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); } &&
12715 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12717 (eval $ac_try) 2>&5
12719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720 (exit $ac_status); }; } &&
12721 { ac_try
='test -s conftest.$ac_objext'
12722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12723 (eval $ac_try) 2>&5
12725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12726 (exit $ac_status); }; }; then
12729 echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.
$ac_ext >&5
12733 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12736 if test -n "$ac_declaration"; then
12737 echo '#ifdef __cplusplus' >>confdefs.h
12738 echo $ac_declaration >>confdefs.h
12739 echo '#endif' >>confdefs.h
12743 ac_cpp
='$CXXCPP $CPPFLAGS'
12744 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12745 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12746 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12748 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
12749 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
12750 if test "${wx_cv_cxx_exto+set}" = set; then
12751 echo $ECHO_N "(cached) $ECHO_C" >&6
12753 cat >conftest.
$ac_ext <<_ACEOF
12756 cat confdefs.h
>>conftest.
$ac_ext
12757 cat >>conftest.
$ac_ext <<_ACEOF
12758 /* end confdefs.h. */
12768 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
12769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12770 (eval $ac_compile) 2>&5
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); }; then
12774 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
12776 conftest.
$ac_ext.o
)
12777 wx_cv_cxx_exto
="-ext o"
12784 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
12785 See \`config.log' for more details." >&5
12786 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
12787 See \`config.log' for more details." >&2;}
12788 { (exit 1); exit 1; }; }
12792 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
12795 echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5
12796 echo "${ECHO_T}$wx_cv_cxx_exto" >&6
12797 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12798 if test "cxx" = "c"; then
12799 CFLAGS
="$wx_cv_cxx_exto $CFLAGS"
12801 if test "cxx" = "cxx"; then
12802 CXXFLAGS
="$wx_cv_cxx_exto $CXXFLAGS"
12806 if test "x$wx_cv_cxx_exto" '!=' "x"; then
12807 unset ac_cv_prog_cxx_g
12808 ac_test_CXXFLAGS
=${CXXFLAGS+set}
12809 ac_save_CXXFLAGS
=$CXXFLAGS
12811 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
12812 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
12813 if test "${ac_cv_prog_cxx_g+set}" = set; then
12814 echo $ECHO_N "(cached) $ECHO_C" >&6
12816 cat >conftest.
$ac_ext <<_ACEOF
12819 cat confdefs.h
>>conftest.
$ac_ext
12820 cat >>conftest.
$ac_ext <<_ACEOF
12821 /* end confdefs.h. */
12831 rm -f conftest.
$ac_objext
12832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12833 (eval $ac_compile) 2>conftest.er1
12835 grep -v '^ *+' conftest.er1
>conftest.err
12837 cat conftest.err
>&5
12838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12839 (exit $ac_status); } &&
12840 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12842 (eval $ac_try) 2>&5
12844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12845 (exit $ac_status); }; } &&
12846 { ac_try
='test -s conftest.$ac_objext'
12847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12848 (eval $ac_try) 2>&5
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); }; }; then
12852 ac_cv_prog_cxx_g
=yes
12854 echo "$as_me: failed program was:" >&5
12855 sed 's/^/| /' conftest.
$ac_ext >&5
12857 ac_cv_prog_cxx_g
=no
12859 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12861 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
12862 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
12863 if test "$ac_test_CXXFLAGS" = set; then
12864 CXXFLAGS
=$ac_save_CXXFLAGS
12865 elif test $ac_cv_prog_cxx_g = yes; then
12866 if test "$GXX" = yes; then
12872 if test "$GXX" = yes; then
12880 ac_cpp
='$CXXCPP $CPPFLAGS'
12881 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12882 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12883 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12885 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
12886 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
12887 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
12888 echo $ECHO_N "(cached) $ECHO_C" >&6
12890 cat >conftest.
$ac_ext <<_ACEOF
12893 cat confdefs.h
>>conftest.
$ac_ext
12894 cat >>conftest.
$ac_ext <<_ACEOF
12895 /* end confdefs.h. */
12908 rm -f conftest.
$ac_objext
12909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12910 (eval $ac_compile) 2>conftest.er1
12912 grep -v '^ *+' conftest.er1
>conftest.err
12914 cat conftest.err
>&5
12915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12916 (exit $ac_status); } &&
12917 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12919 (eval $ac_try) 2>&5
12921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12922 (exit $ac_status); }; } &&
12923 { ac_try
='test -s conftest.$ac_objext'
12924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12925 (eval $ac_try) 2>&5
12927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12928 (exit $ac_status); }; }; then
12929 bakefile_compiler_mwerks
=yes
12931 echo "$as_me: failed program was:" >&5
12932 sed 's/^/| /' conftest.
$ac_ext >&5
12934 bakefile_compiler_mwerks
=no
12936 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12937 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
12940 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
12941 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
12943 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
12945 ac_cpp
='$CXXCPP $CPPFLAGS'
12946 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12947 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12948 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12952 ac_cpp
='$CXXCPP $CPPFLAGS'
12953 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12954 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12955 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12957 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
12958 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
12959 if test "${wx_cv_cxx_compiler_xlc+set}" = set; then
12960 echo $ECHO_N "(cached) $ECHO_C" >&6
12962 cat >conftest.
$ac_ext <<_ACEOF
12965 cat confdefs.h
>>conftest.
$ac_ext
12966 cat >>conftest.
$ac_ext <<_ACEOF
12967 /* end confdefs.h. */
12980 rm -f conftest.
$ac_objext
12981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12982 (eval $ac_compile) 2>conftest.er1
12984 grep -v '^ *+' conftest.er1
>conftest.err
12986 cat conftest.err
>&5
12987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12988 (exit $ac_status); } &&
12989 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12991 (eval $ac_try) 2>&5
12993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); }; } &&
12995 { ac_try
='test -s conftest.$ac_objext'
12996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12997 (eval $ac_try) 2>&5
12999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13000 (exit $ac_status); }; }; then
13001 wx_compiler_xlc
=yes
13003 echo "$as_me: failed program was:" >&5
13004 sed 's/^/| /' conftest.
$ac_ext >&5
13008 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13009 wx_cv_cxx_compiler_xlc
=$wx_compiler_xlc
13012 echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5
13013 echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6
13015 XLCXX
=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
13017 ac_cpp
='$CXXCPP $CPPFLAGS'
13018 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13019 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13020 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13026 ac_cpp
='$CXXCPP $CPPFLAGS'
13027 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13028 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13029 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13031 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
13032 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
13033 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
13034 echo $ECHO_N "(cached) $ECHO_C" >&6
13036 cat >conftest.
$ac_ext <<_ACEOF
13039 cat confdefs.h
>>conftest.
$ac_ext
13040 cat >>conftest.
$ac_ext <<_ACEOF
13041 /* end confdefs.h. */
13047 #ifndef _SGI_COMPILER_VERSION
13055 rm -f conftest.
$ac_objext
13056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13057 (eval $ac_compile) 2>conftest.er1
13059 grep -v '^ *+' conftest.er1
>conftest.err
13061 cat conftest.err
>&5
13062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13063 (exit $ac_status); } &&
13064 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13066 (eval $ac_try) 2>&5
13068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13069 (exit $ac_status); }; } &&
13070 { ac_try
='test -s conftest.$ac_objext'
13071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13072 (eval $ac_try) 2>&5
13074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075 (exit $ac_status); }; }; then
13076 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=yes
13078 echo "$as_me: failed program was:" >&5
13079 sed 's/^/| /' conftest.
$ac_ext >&5
13081 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=no
13084 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13088 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
13089 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
13091 ac_cpp
='$CXXCPP $CPPFLAGS'
13092 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13093 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13094 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13096 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13106 ac_cpp
='$CXXCPP $CPPFLAGS'
13107 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13108 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13109 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13111 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
13112 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
13113 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
13114 echo $ECHO_N "(cached) $ECHO_C" >&6
13116 cat >conftest.
$ac_ext <<_ACEOF
13119 cat confdefs.h
>>conftest.
$ac_ext
13120 cat >>conftest.
$ac_ext <<_ACEOF
13121 /* end confdefs.h. */
13127 #ifndef __SUNPRO_CC
13135 rm -f conftest.
$ac_objext
13136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13137 (eval $ac_compile) 2>conftest.er1
13139 grep -v '^ *+' conftest.er1
>conftest.err
13141 cat conftest.err
>&5
13142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13143 (exit $ac_status); } &&
13144 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
13145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13146 (eval $ac_try) 2>&5
13148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); }; } &&
13150 { ac_try
='test -s conftest.$ac_objext'
13151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13152 (eval $ac_try) 2>&5
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); }; }; then
13156 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
13158 echo "$as_me: failed program was:" >&5
13159 sed 's/^/| /' conftest.
$ac_ext >&5
13161 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
13164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13168 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
13169 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
13171 ac_cpp
='$CXXCPP $CPPFLAGS'
13172 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13173 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13174 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13176 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
13186 ac_cpp
='$CPP $CPPFLAGS'
13187 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13188 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13189 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13192 if test -n "$ac_tool_prefix"; then
13193 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13194 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
13195 echo "$as_me:$LINENO: checking for $ac_word" >&5
13196 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13197 if test "${ac_cv_prog_RANLIB+set}" = set; then
13198 echo $ECHO_N "(cached) $ECHO_C" >&6
13200 if test -n "$RANLIB"; then
13201 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
13203 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13204 for as_dir
in $PATH
13207 test -z "$as_dir" && as_dir
=.
13208 for ac_exec_ext
in '' $ac_executable_extensions; do
13209 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13210 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
13211 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13219 RANLIB
=$ac_cv_prog_RANLIB
13220 if test -n "$RANLIB"; then
13221 echo "$as_me:$LINENO: result: $RANLIB" >&5
13222 echo "${ECHO_T}$RANLIB" >&6
13224 echo "$as_me:$LINENO: result: no" >&5
13225 echo "${ECHO_T}no" >&6
13229 if test -z "$ac_cv_prog_RANLIB"; then
13230 ac_ct_RANLIB
=$RANLIB
13231 # Extract the first word of "ranlib", so it can be a program name with args.
13232 set dummy ranlib
; ac_word
=$2
13233 echo "$as_me:$LINENO: checking for $ac_word" >&5
13234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13235 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13236 echo $ECHO_N "(cached) $ECHO_C" >&6
13238 if test -n "$ac_ct_RANLIB"; then
13239 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
13241 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13242 for as_dir
in $PATH
13245 test -z "$as_dir" && as_dir
=.
13246 for ac_exec_ext
in '' $ac_executable_extensions; do
13247 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13248 ac_cv_prog_ac_ct_RANLIB
="ranlib"
13249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13255 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
13258 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
13259 if test -n "$ac_ct_RANLIB"; then
13260 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13261 echo "${ECHO_T}$ac_ct_RANLIB" >&6
13263 echo "$as_me:$LINENO: result: no" >&5
13264 echo "${ECHO_T}no" >&6
13267 RANLIB
=$ac_ct_RANLIB
13269 RANLIB
="$ac_cv_prog_RANLIB"
13273 if test -n "$ac_tool_prefix"; then
13274 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
13275 set dummy
${ac_tool_prefix}ar; ac_word
=$2
13276 echo "$as_me:$LINENO: checking for $ac_word" >&5
13277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13278 if test "${ac_cv_prog_AR+set}" = set; then
13279 echo $ECHO_N "(cached) $ECHO_C" >&6
13281 if test -n "$AR"; then
13282 ac_cv_prog_AR
="$AR" # Let the user override the test.
13284 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13285 for as_dir
in $PATH
13288 test -z "$as_dir" && as_dir
=.
13289 for ac_exec_ext
in '' $ac_executable_extensions; do
13290 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13291 ac_cv_prog_AR
="${ac_tool_prefix}ar"
13292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13301 if test -n "$AR"; then
13302 echo "$as_me:$LINENO: result: $AR" >&5
13303 echo "${ECHO_T}$AR" >&6
13305 echo "$as_me:$LINENO: result: no" >&5
13306 echo "${ECHO_T}no" >&6
13310 if test -z "$ac_cv_prog_AR"; then
13312 # Extract the first word of "ar", so it can be a program name with args.
13313 set dummy
ar; ac_word
=$2
13314 echo "$as_me:$LINENO: checking for $ac_word" >&5
13315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13316 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
13317 echo $ECHO_N "(cached) $ECHO_C" >&6
13319 if test -n "$ac_ct_AR"; then
13320 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
13322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13323 for as_dir
in $PATH
13326 test -z "$as_dir" && as_dir
=.
13327 for ac_exec_ext
in '' $ac_executable_extensions; do
13328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13329 ac_cv_prog_ac_ct_AR
="ar"
13330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13338 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
13339 if test -n "$ac_ct_AR"; then
13340 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
13341 echo "${ECHO_T}$ac_ct_AR" >&6
13343 echo "$as_me:$LINENO: result: no" >&5
13344 echo "${ECHO_T}no" >&6
13349 AR
="$ac_cv_prog_AR"
13352 if test "x$AR" = "x" ; then
13353 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
13354 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
13355 { (exit 1); exit 1; }; }
13358 # Find a good install program. We prefer a C program (faster),
13359 # so one script is as good as another. But avoid the broken or
13360 # incompatible versions:
13361 # SysV /etc/install, /usr/sbin/install
13362 # SunOS /usr/etc/install
13363 # IRIX /sbin/install
13365 # AmigaOS /C/install, which installs bootblocks on floppy discs
13366 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
13367 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
13368 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
13369 # OS/2's system install, which has a completely different semantic
13370 # ./install, which can be erroneously created by make from ./install.sh.
13371 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
13372 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
13373 if test -z "$INSTALL"; then
13374 if test "${ac_cv_path_install+set}" = set; then
13375 echo $ECHO_N "(cached) $ECHO_C" >&6
13377 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13378 for as_dir
in $PATH
13381 test -z "$as_dir" && as_dir
=.
13382 # Account for people who put trailing slashes in PATH elements.
13384 .
/ | .
// | /cC
/* | \
13385 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
13386 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
13389 # OSF1 and SCO ODT 3.0 have their own names for install.
13390 # Don't use installbsd from OSF since it installs stuff as root
13392 for ac_prog
in ginstall scoinst
install; do
13393 for ac_exec_ext
in '' $ac_executable_extensions; do
13394 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
13395 if test $ac_prog = install &&
13396 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13397 # AIX install. It has an incompatible calling convention.
13399 elif test $ac_prog = install &&
13400 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
13401 # program-specific install script used by HP pwplus--don't use.
13404 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
13416 if test "${ac_cv_path_install+set}" = set; then
13417 INSTALL
=$ac_cv_path_install
13419 # As a last resort, use the slow shell script. We don't cache a
13420 # path for INSTALL within a source directory, because that will
13421 # break other packages using the cache if that directory is
13422 # removed, or if the path is relative.
13423 INSTALL
=$ac_install_sh
13426 echo "$as_me:$LINENO: result: $INSTALL" >&5
13427 echo "${ECHO_T}$INSTALL" >&6
13429 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
13430 # It thinks the first close brace ends the variable substitution.
13431 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
13433 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
13435 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
13441 ?
:* ) # Drive letter, considered as absolute.
13444 INSTALL
=`pwd`/${INSTALL} ;;
13451 INSTALL_PROGRAM
="cp -fp"
13452 INSTALL_DATA
="cp -fp"
13458 if test -n "$ac_tool_prefix"; then
13459 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
13460 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
13461 echo "$as_me:$LINENO: checking for $ac_word" >&5
13462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13463 if test "${ac_cv_prog_STRIP+set}" = set; then
13464 echo $ECHO_N "(cached) $ECHO_C" >&6
13466 if test -n "$STRIP"; then
13467 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
13469 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13470 for as_dir
in $PATH
13473 test -z "$as_dir" && as_dir
=.
13474 for ac_exec_ext
in '' $ac_executable_extensions; do
13475 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13476 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
13477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13485 STRIP
=$ac_cv_prog_STRIP
13486 if test -n "$STRIP"; then
13487 echo "$as_me:$LINENO: result: $STRIP" >&5
13488 echo "${ECHO_T}$STRIP" >&6
13490 echo "$as_me:$LINENO: result: no" >&5
13491 echo "${ECHO_T}no" >&6
13495 if test -z "$ac_cv_prog_STRIP"; then
13497 # Extract the first word of "strip", so it can be a program name with args.
13498 set dummy strip
; ac_word
=$2
13499 echo "$as_me:$LINENO: checking for $ac_word" >&5
13500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13501 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
13502 echo $ECHO_N "(cached) $ECHO_C" >&6
13504 if test -n "$ac_ct_STRIP"; then
13505 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
13507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13508 for as_dir
in $PATH
13511 test -z "$as_dir" && as_dir
=.
13512 for ac_exec_ext
in '' $ac_executable_extensions; do
13513 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13514 ac_cv_prog_ac_ct_STRIP
="strip"
13515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13521 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="true"
13524 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
13525 if test -n "$ac_ct_STRIP"; then
13526 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
13527 echo "${ECHO_T}$ac_ct_STRIP" >&6
13529 echo "$as_me:$LINENO: result: no" >&5
13530 echo "${ECHO_T}no" >&6
13535 STRIP
="$ac_cv_prog_STRIP"
13539 if test "$wxUSE_WINE" = "yes"; then
13540 if test -n "$ac_tool_prefix"; then
13541 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
13542 set dummy
${ac_tool_prefix}wrc
; ac_word
=$2
13543 echo "$as_me:$LINENO: checking for $ac_word" >&5
13544 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13545 if test "${ac_cv_prog_RESCOMP+set}" = set; then
13546 echo $ECHO_N "(cached) $ECHO_C" >&6
13548 if test -n "$RESCOMP"; then
13549 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
13551 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13552 for as_dir
in $PATH
13555 test -z "$as_dir" && as_dir
=.
13556 for ac_exec_ext
in '' $ac_executable_extensions; do
13557 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13558 ac_cv_prog_RESCOMP
="${ac_tool_prefix}wrc"
13559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13567 RESCOMP
=$ac_cv_prog_RESCOMP
13568 if test -n "$RESCOMP"; then
13569 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13570 echo "${ECHO_T}$RESCOMP" >&6
13572 echo "$as_me:$LINENO: result: no" >&5
13573 echo "${ECHO_T}no" >&6
13577 if test -z "$ac_cv_prog_RESCOMP"; then
13578 ac_ct_RESCOMP
=$RESCOMP
13579 # Extract the first word of "wrc", so it can be a program name with args.
13580 set dummy wrc
; ac_word
=$2
13581 echo "$as_me:$LINENO: checking for $ac_word" >&5
13582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13583 if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13584 echo $ECHO_N "(cached) $ECHO_C" >&6
13586 if test -n "$ac_ct_RESCOMP"; then
13587 ac_cv_prog_ac_ct_RESCOMP
="$ac_ct_RESCOMP" # Let the user override the test.
13589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13590 for as_dir
in $PATH
13593 test -z "$as_dir" && as_dir
=.
13594 for ac_exec_ext
in '' $ac_executable_extensions; do
13595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13596 ac_cv_prog_ac_ct_RESCOMP
="wrc"
13597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13605 ac_ct_RESCOMP
=$ac_cv_prog_ac_ct_RESCOMP
13606 if test -n "$ac_ct_RESCOMP"; then
13607 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13608 echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13610 echo "$as_me:$LINENO: result: no" >&5
13611 echo "${ECHO_T}no" >&6
13614 RESCOMP
=$ac_ct_RESCOMP
13616 RESCOMP
="$ac_cv_prog_RESCOMP"
13621 *-*-cygwin* | *-*-mingw32* )
13622 if test -n "$ac_tool_prefix"; then
13623 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
13624 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
13625 echo "$as_me:$LINENO: checking for $ac_word" >&5
13626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13627 if test "${ac_cv_prog_RESCOMP+set}" = set; then
13628 echo $ECHO_N "(cached) $ECHO_C" >&6
13630 if test -n "$RESCOMP"; then
13631 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
13633 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13634 for as_dir
in $PATH
13637 test -z "$as_dir" && as_dir
=.
13638 for ac_exec_ext
in '' $ac_executable_extensions; do
13639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13640 ac_cv_prog_RESCOMP
="${ac_tool_prefix}windres"
13641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13649 RESCOMP
=$ac_cv_prog_RESCOMP
13650 if test -n "$RESCOMP"; then
13651 echo "$as_me:$LINENO: result: $RESCOMP" >&5
13652 echo "${ECHO_T}$RESCOMP" >&6
13654 echo "$as_me:$LINENO: result: no" >&5
13655 echo "${ECHO_T}no" >&6
13659 if test -z "$ac_cv_prog_RESCOMP"; then
13660 ac_ct_RESCOMP
=$RESCOMP
13661 # Extract the first word of "windres", so it can be a program name with args.
13662 set dummy windres
; ac_word
=$2
13663 echo "$as_me:$LINENO: checking for $ac_word" >&5
13664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13665 if test "${ac_cv_prog_ac_ct_RESCOMP+set}" = set; then
13666 echo $ECHO_N "(cached) $ECHO_C" >&6
13668 if test -n "$ac_ct_RESCOMP"; then
13669 ac_cv_prog_ac_ct_RESCOMP
="$ac_ct_RESCOMP" # Let the user override the test.
13671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13672 for as_dir
in $PATH
13675 test -z "$as_dir" && as_dir
=.
13676 for ac_exec_ext
in '' $ac_executable_extensions; do
13677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13678 ac_cv_prog_ac_ct_RESCOMP
="windres"
13679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13687 ac_ct_RESCOMP
=$ac_cv_prog_ac_ct_RESCOMP
13688 if test -n "$ac_ct_RESCOMP"; then
13689 echo "$as_me:$LINENO: result: $ac_ct_RESCOMP" >&5
13690 echo "${ECHO_T}$ac_ct_RESCOMP" >&6
13692 echo "$as_me:$LINENO: result: no" >&5
13693 echo "${ECHO_T}no" >&6
13696 RESCOMP
=$ac_ct_RESCOMP
13698 RESCOMP
="$ac_cv_prog_RESCOMP"
13701 if test -n "$ac_tool_prefix"; then
13702 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
13703 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
13704 echo "$as_me:$LINENO: checking for $ac_word" >&5
13705 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13706 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
13707 echo $ECHO_N "(cached) $ECHO_C" >&6
13709 if test -n "$DLLTOOL"; then
13710 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
13712 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13713 for as_dir
in $PATH
13716 test -z "$as_dir" && as_dir
=.
13717 for ac_exec_ext
in '' $ac_executable_extensions; do
13718 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13719 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
13720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13728 DLLTOOL
=$ac_cv_prog_DLLTOOL
13729 if test -n "$DLLTOOL"; then
13730 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
13731 echo "${ECHO_T}$DLLTOOL" >&6
13733 echo "$as_me:$LINENO: result: no" >&5
13734 echo "${ECHO_T}no" >&6
13738 if test -z "$ac_cv_prog_DLLTOOL"; then
13739 ac_ct_DLLTOOL
=$DLLTOOL
13740 # Extract the first word of "dlltool", so it can be a program name with args.
13741 set dummy dlltool
; ac_word
=$2
13742 echo "$as_me:$LINENO: checking for $ac_word" >&5
13743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13744 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
13745 echo $ECHO_N "(cached) $ECHO_C" >&6
13747 if test -n "$ac_ct_DLLTOOL"; then
13748 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
13750 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13751 for as_dir
in $PATH
13754 test -z "$as_dir" && as_dir
=.
13755 for ac_exec_ext
in '' $ac_executable_extensions; do
13756 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13757 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
13758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13766 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
13767 if test -n "$ac_ct_DLLTOOL"; then
13768 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
13769 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
13771 echo "$as_me:$LINENO: result: no" >&5
13772 echo "${ECHO_T}no" >&6
13775 DLLTOOL
=$ac_ct_DLLTOOL
13777 DLLTOOL
="$ac_cv_prog_DLLTOOL"
13784 echo "$as_me:$LINENO: checking if make is GNU make" >&5
13785 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
13786 if test "${wx_cv_prog_makeisgnu+set}" = set; then
13787 echo $ECHO_N "(cached) $ECHO_C" >&6
13790 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
13791 egrep -s GNU
> /dev
/null
); then
13792 wx_cv_prog_makeisgnu
="yes"
13794 wx_cv_prog_makeisgnu
="no"
13798 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
13799 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
13801 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
13809 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
13810 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
13811 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
13812 if test "${wx_cv_prog_makevpath+set}" = set; then
13813 echo $ECHO_N "(cached) $ECHO_C" >&6
13816 cat - << EOF > confMake
13822 if test ! -d sub
; then
13825 echo dummy
> sub
/file
13826 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
13828 rm -f sub
/file check final_file confMake
13830 if test "$RESULT" = 0; then
13831 wx_cv_prog_makevpath
="yes"
13833 wx_cv_prog_makevpath
="no"
13837 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
13838 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
13840 if test "x$wx_cv_prog_makevpath" != "xyes"; then
13841 { { echo "$as_me:$LINENO: error:
13842 You need a make-utility that is able to use the variable
13844 If your version of make does not support VPATH correctly,
13845 please install GNU-make (possibly as gmake), and start
13846 configure with the following command:
13847 export MAKE=gmake; ./configure for sh-type shells
13848 setenv MAKE gmake; ./configure for csh-type shells
13849 Also please do remember to use gmake in this case every time
13850 you are trying to compile.
13852 echo "$as_me: error:
13853 You need a make-utility that is able to use the variable
13855 If your version of make does not support VPATH correctly,
13856 please install GNU-make (possibly as gmake), and start
13857 configure with the following command:
13858 export MAKE=gmake; ./configure for sh-type shells
13859 setenv MAKE gmake; ./configure for csh-type shells
13860 Also please do remember to use gmake in this case every time
13861 you are trying to compile.
13863 { (exit 1); exit 1; }; }
13865 echo "$as_me:$LINENO: checking whether ln -s works" >&5
13866 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
13868 if test "$LN_S" = "ln -s"; then
13869 echo "$as_me:$LINENO: result: yes" >&5
13870 echo "${ECHO_T}yes" >&6
13872 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
13873 echo "${ECHO_T}no, using $LN_S" >&6
13878 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
13879 CXXFLAGS
="$CXXFLAGS -qunique"
13884 powerpc
-*-darwin* )
13885 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
13886 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
13887 cat >conftest.
$ac_ext <<_ACEOF
13890 cat confdefs.h
>>conftest.
$ac_ext
13891 cat >>conftest.
$ac_ext <<_ACEOF
13892 /* end confdefs.h. */
13897 #ifndef __POWERPC__
13898 choke me for lack of PowerPC
13905 rm -f conftest.
$ac_objext
13906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13907 (eval $ac_compile) 2>conftest.er1
13909 grep -v '^ *+' conftest.er1
>conftest.err
13911 cat conftest.err
>&5
13912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13913 (exit $ac_status); } &&
13914 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13916 (eval $ac_try) 2>&5
13918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919 (exit $ac_status); }; } &&
13920 { ac_try
='test -s conftest.$ac_objext'
13921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13922 (eval $ac_try) 2>&5
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); }; }; then
13926 echo "$as_me:$LINENO: result: yes" >&5
13927 echo "${ECHO_T}yes" >&6
13929 echo "$as_me: failed program was:" >&5
13930 sed 's/^/| /' conftest.
$ac_ext >&5
13932 echo "$as_me:$LINENO: result: no" >&5
13933 echo "${ECHO_T}no" >&6
13934 cat >>confdefs.h
<<\_ACEOF
13935 #define __POWERPC__ 1
13940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13946 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
13947 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
13948 cat >conftest.
$ac_ext <<_ACEOF
13951 cat confdefs.h
>>conftest.
$ac_ext
13952 cat >>conftest.
$ac_ext <<_ACEOF
13953 /* end confdefs.h. */
13954 #include <CoreFoundation/CFBase.h>
13964 rm -f conftest.
$ac_objext
13965 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13966 (eval $ac_compile) 2>conftest.er1
13968 grep -v '^ *+' conftest.er1
>conftest.err
13970 cat conftest.err
>&5
13971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13972 (exit $ac_status); } &&
13973 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13975 (eval $ac_try) 2>&5
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); }; } &&
13979 { ac_try
='test -s conftest.$ac_objext'
13980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13981 (eval $ac_try) 2>&5
13983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13984 (exit $ac_status); }; }; then
13985 echo "$as_me:$LINENO: result: yes" >&5
13986 echo "${ECHO_T}yes" >&6
13988 echo "$as_me: failed program was:" >&5
13989 sed 's/^/| /' conftest.
$ac_ext >&5
13991 echo "$as_me:$LINENO: result: no" >&5
13992 echo "${ECHO_T}no" >&6
13993 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
13994 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
13995 cat >conftest.
$ac_ext <<_ACEOF
13998 cat confdefs.h
>>conftest.
$ac_ext
13999 cat >>conftest.
$ac_ext <<_ACEOF
14000 /* end confdefs.h. */
14001 #define __CF_USE_FRAMEWORK_INCLUDES__
14002 #include <CoreFoundation/CFBase.h>
14012 rm -f conftest.
$ac_objext
14013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14014 (eval $ac_compile) 2>conftest.er1
14016 grep -v '^ *+' conftest.er1
>conftest.err
14018 cat conftest.err
>&5
14019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14020 (exit $ac_status); } &&
14021 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14023 (eval $ac_try) 2>&5
14025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14026 (exit $ac_status); }; } &&
14027 { ac_try
='test -s conftest.$ac_objext'
14028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14029 (eval $ac_try) 2>&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); }; }; then
14033 echo "$as_me:$LINENO: result: yes" >&5
14034 echo "${ECHO_T}yes" >&6
14035 CPPFLAGS
="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__"
14037 echo "$as_me: failed program was:" >&5
14038 sed 's/^/| /' conftest.
$ac_ext >&5
14040 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
14041 See \`config.log' for more details." >&5
14042 echo "$as_me: error: no. CoreFoundation not available.
14043 See \`config.log' for more details." >&2;}
14044 { (exit 1); exit 1; }; }
14047 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14051 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14056 *-pc-os2_emx | *-pc-os2-emx )
14057 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
14058 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
14059 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
14060 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
14061 echo $ECHO_N "(cached) $ECHO_C" >&6
14063 ac_check_lib_save_LIBS
=$LIBS
14064 LIBS
="-lcExt $LIBS"
14065 cat >conftest.
$ac_ext <<_ACEOF
14068 cat confdefs.h
>>conftest.
$ac_ext
14069 cat >>conftest.
$ac_ext <<_ACEOF
14070 /* end confdefs.h. */
14072 /* Override any gcc2 internal prototype to avoid an error. */
14076 /* We use char because int might match the return type of a gcc2
14077 builtin and then its argument prototype would still apply. */
14087 rm -f conftest.
$ac_objext conftest
$ac_exeext
14088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14089 (eval $ac_link) 2>conftest.er1
14091 grep -v '^ *+' conftest.er1
>conftest.err
14093 cat conftest.err
>&5
14094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095 (exit $ac_status); } &&
14096 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14098 (eval $ac_try) 2>&5
14100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14101 (exit $ac_status); }; } &&
14102 { ac_try
='test -s conftest$ac_exeext'
14103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14104 (eval $ac_try) 2>&5
14106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14107 (exit $ac_status); }; }; then
14108 ac_cv_lib_cExt_drand48
=yes
14110 echo "$as_me: failed program was:" >&5
14111 sed 's/^/| /' conftest.
$ac_ext >&5
14113 ac_cv_lib_cExt_drand48
=no
14115 rm -f conftest.err conftest.
$ac_objext \
14116 conftest
$ac_exeext conftest.
$ac_ext
14117 LIBS
=$ac_check_lib_save_LIBS
14119 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
14120 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
14121 if test $ac_cv_lib_cExt_drand48 = yes; then
14122 LIBS
="$LIBS -lcExt"
14126 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
14128 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
14129 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
14130 if test "${wx_cv_gccversion+set}" = set; then
14131 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 if test "$cross_compiling" = yes; then
14135 wx_cv_gccversion
="EMX2"
14138 cat >conftest.
$ac_ext <<_ACEOF
14141 cat confdefs.h
>>conftest.
$ac_ext
14142 cat >>conftest.
$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14149 FILE *f=fopen("conftestval", "w");
14154 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
14156 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
14166 rm -f conftest
$ac_exeext
14167 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14168 (eval $ac_link) 2>&5
14170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14171 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5
14175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14176 (exit $ac_status); }; }; then
14177 wx_cv_gccversion
=`cat conftestval`
14179 echo "$as_me: program exited with status $ac_status" >&5
14180 echo "$as_me: failed program was:" >&5
14181 sed 's/^/| /' conftest.
$ac_ext >&5
14183 ( exit $ac_status )
14184 wx_cv_gccversion
="EMX2"
14186 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14190 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
14191 echo "${ECHO_T}$wx_cv_gccversion" >&6
14192 if test "$wx_cv_gccversion" = "EMX2"; then
14193 LIBS
="$LIBS -lstdcpp"
14194 LDFLAGS
="$LDFLAGS -Zsysv-signals"
14196 if test "$wx_cv_gccversion" = "EMX3"; then
14197 LIBS
="$LIBS -lstdcxx -lgcc"
14198 LDFLAGS
="$LDFLAGS -Zsysv-signals"
14200 LIBS
="$LIBS -lstdc++"
14203 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
14204 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
14205 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
14215 ac_cpp
='$CXXCPP $CPPFLAGS'
14216 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14217 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14218 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14221 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
14222 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
14223 if test "${ac_cv_string_strcasecmp+set}" = set; then
14224 echo $ECHO_N "(cached) $ECHO_C" >&6
14227 cat >conftest.
$ac_ext <<_ACEOF
14230 cat confdefs.h
>>conftest.
$ac_ext
14231 cat >>conftest.
$ac_ext <<_ACEOF
14232 /* end confdefs.h. */
14234 #include <string.h>
14240 strcasecmp("foo", "bar");
14246 rm -f conftest.
$ac_objext conftest
$ac_exeext
14247 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14248 (eval $ac_link) 2>conftest.er1
14250 grep -v '^ *+' conftest.er1
>conftest.err
14252 cat conftest.err
>&5
14253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14254 (exit $ac_status); } &&
14255 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14257 (eval $ac_try) 2>&5
14259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14260 (exit $ac_status); }; } &&
14261 { ac_try
='test -s conftest$ac_exeext'
14262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14263 (eval $ac_try) 2>&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); }; }; then
14267 ac_cv_string_strcasecmp
=yes
14269 echo "$as_me: failed program was:" >&5
14270 sed 's/^/| /' conftest.
$ac_ext >&5
14272 ac_cv_string_strcasecmp
=no
14275 rm -f conftest.err conftest.
$ac_objext \
14276 conftest
$ac_exeext conftest.
$ac_ext
14279 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
14280 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
14282 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
14283 cat >>confdefs.h
<<\_ACEOF
14284 #define HAVE_STRCASECMP_IN_STRING_H 1
14288 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
14289 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
14290 if test "${ac_cv_strings_strcasecmp+set}" = set; then
14291 echo $ECHO_N "(cached) $ECHO_C" >&6
14294 cat >conftest.
$ac_ext <<_ACEOF
14297 cat confdefs.h
>>conftest.
$ac_ext
14298 cat >>conftest.
$ac_ext <<_ACEOF
14299 /* end confdefs.h. */
14301 #include <strings.h>
14307 strcasecmp("foo", "bar");
14313 rm -f conftest.
$ac_objext conftest
$ac_exeext
14314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14315 (eval $ac_link) 2>conftest.er1
14317 grep -v '^ *+' conftest.er1
>conftest.err
14319 cat conftest.err
>&5
14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14321 (exit $ac_status); } &&
14322 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14324 (eval $ac_try) 2>&5
14326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14327 (exit $ac_status); }; } &&
14328 { ac_try
='test -s conftest$ac_exeext'
14329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14330 (eval $ac_try) 2>&5
14332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14333 (exit $ac_status); }; }; then
14334 ac_cv_strings_strcasecmp
=yes
14336 echo "$as_me: failed program was:" >&5
14337 sed 's/^/| /' conftest.
$ac_ext >&5
14339 ac_cv_strings_strcasecmp
=no
14342 rm -f conftest.err conftest.
$ac_objext \
14343 conftest
$ac_exeext conftest.
$ac_ext
14346 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
14347 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
14349 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
14350 cat >>confdefs.h
<<\_ACEOF
14351 #define HAVE_STRCASECMP_IN_STRINGS_H 1
14355 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
14356 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
14357 { (exit 1); exit 1; }; }
14362 ac_cpp
='$CPP $CPPFLAGS'
14363 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14364 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14365 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14371 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
14372 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
14373 if test "${ac_cv_header_stdc+set}" = set; then
14374 echo $ECHO_N "(cached) $ECHO_C" >&6
14376 cat >conftest.
$ac_ext <<_ACEOF
14379 cat confdefs.h
>>conftest.
$ac_ext
14380 cat >>conftest.
$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14382 #include <stdlib.h>
14383 #include <stdarg.h>
14384 #include <string.h>
14395 rm -f conftest.
$ac_objext
14396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14397 (eval $ac_compile) 2>conftest.er1
14399 grep -v '^ *+' conftest.er1
>conftest.err
14401 cat conftest.err
>&5
14402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403 (exit $ac_status); } &&
14404 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
14410 { ac_try
='test -s conftest.$ac_objext'
14411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14412 (eval $ac_try) 2>&5
14414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14415 (exit $ac_status); }; }; then
14416 ac_cv_header_stdc
=yes
14418 echo "$as_me: failed program was:" >&5
14419 sed 's/^/| /' conftest.
$ac_ext >&5
14421 ac_cv_header_stdc
=no
14423 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14425 if test $ac_cv_header_stdc = yes; then
14426 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14427 cat >conftest.
$ac_ext <<_ACEOF
14430 cat confdefs.h
>>conftest.
$ac_ext
14431 cat >>conftest.
$ac_ext <<_ACEOF
14432 /* end confdefs.h. */
14433 #include <string.h>
14436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14437 $EGREP "memchr" >/dev
/null
2>&1; then
14440 ac_cv_header_stdc
=no
14446 if test $ac_cv_header_stdc = yes; then
14447 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14448 cat >conftest.
$ac_ext <<_ACEOF
14451 cat confdefs.h
>>conftest.
$ac_ext
14452 cat >>conftest.
$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14454 #include <stdlib.h>
14457 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14458 $EGREP "free" >/dev
/null
2>&1; then
14461 ac_cv_header_stdc
=no
14467 if test $ac_cv_header_stdc = yes; then
14468 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14469 if test "$cross_compiling" = yes; then
14472 cat >conftest.
$ac_ext <<_ACEOF
14475 cat confdefs.h
>>conftest.
$ac_ext
14476 cat >>conftest.
$ac_ext <<_ACEOF
14477 /* end confdefs.h. */
14479 #if ((' ' & 0x0FF) == 0x020)
14480 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14481 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14483 # define ISLOWER(c) \
14484 (('a' <= (c) && (c) <= 'i') \
14485 || ('j' <= (c) && (c) <= 'r') \
14486 || ('s' <= (c) && (c) <= 'z'))
14487 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14490 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14495 for (i = 0; i < 256; i++)
14496 if (XOR (islower (i), ISLOWER (i))
14497 || toupper (i) != TOUPPER (i))
14502 rm -f conftest
$ac_exeext
14503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14504 (eval $ac_link) 2>&5
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14509 (eval $ac_try) 2>&5
14511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); }; }; then
14515 echo "$as_me: program exited with status $ac_status" >&5
14516 echo "$as_me: failed program was:" >&5
14517 sed 's/^/| /' conftest.
$ac_ext >&5
14519 ( exit $ac_status )
14520 ac_cv_header_stdc
=no
14522 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14526 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14527 echo "${ECHO_T}$ac_cv_header_stdc" >&6
14528 if test $ac_cv_header_stdc = yes; then
14530 cat >>confdefs.h
<<\_ACEOF
14531 #define STDC_HEADERS 1
14536 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
14546 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
14547 inttypes.h stdint.h unistd.h
14549 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14550 echo "$as_me:$LINENO: checking for $ac_header" >&5
14551 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14552 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14553 echo $ECHO_N "(cached) $ECHO_C" >&6
14555 cat >conftest.
$ac_ext <<_ACEOF
14558 cat confdefs.h
>>conftest.
$ac_ext
14559 cat >>conftest.
$ac_ext <<_ACEOF
14560 /* end confdefs.h. */
14561 $ac_includes_default
14563 #include <$ac_header>
14565 rm -f conftest.
$ac_objext
14566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14567 (eval $ac_compile) 2>conftest.er1
14569 grep -v '^ *+' conftest.er1
>conftest.err
14571 cat conftest.err
>&5
14572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14573 (exit $ac_status); } &&
14574 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; } &&
14580 { ac_try
='test -s conftest.$ac_objext'
14581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14582 (eval $ac_try) 2>&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); }; }; then
14586 eval "$as_ac_Header=yes"
14588 echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.
$ac_ext >&5
14591 eval "$as_ac_Header=no"
14593 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14595 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14596 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14597 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14598 cat >>confdefs.h
<<_ACEOF
14599 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14608 for ac_header
in stdlib.h
14610 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14611 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14612 echo "$as_me:$LINENO: checking for $ac_header" >&5
14613 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14614 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14615 echo $ECHO_N "(cached) $ECHO_C" >&6
14617 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14618 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14620 # Is the header compilable?
14621 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14622 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14623 cat >conftest.
$ac_ext <<_ACEOF
14626 cat confdefs.h
>>conftest.
$ac_ext
14627 cat >>conftest.
$ac_ext <<_ACEOF
14628 /* end confdefs.h. */
14629 $ac_includes_default
14630 #include <$ac_header>
14632 rm -f conftest.
$ac_objext
14633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14634 (eval $ac_compile) 2>conftest.er1
14636 grep -v '^ *+' conftest.er1
>conftest.err
14638 cat conftest.err
>&5
14639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14640 (exit $ac_status); } &&
14641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14643 (eval $ac_try) 2>&5
14645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14646 (exit $ac_status); }; } &&
14647 { ac_try
='test -s conftest.$ac_objext'
14648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14649 (eval $ac_try) 2>&5
14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652 (exit $ac_status); }; }; then
14653 ac_header_compiler
=yes
14655 echo "$as_me: failed program was:" >&5
14656 sed 's/^/| /' conftest.
$ac_ext >&5
14658 ac_header_compiler
=no
14660 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14661 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14662 echo "${ECHO_T}$ac_header_compiler" >&6
14664 # Is the header present?
14665 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14666 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14667 cat >conftest.
$ac_ext <<_ACEOF
14670 cat confdefs.h
>>conftest.
$ac_ext
14671 cat >>conftest.
$ac_ext <<_ACEOF
14672 /* end confdefs.h. */
14673 #include <$ac_header>
14675 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14676 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14678 grep -v '^ *+' conftest.er1
>conftest.err
14680 cat conftest.err
>&5
14681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14682 (exit $ac_status); } >/dev
/null
; then
14683 if test -s conftest.err
; then
14684 ac_cpp_err
=$ac_c_preproc_warn_flag
14685 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14692 if test -z "$ac_cpp_err"; then
14693 ac_header_preproc
=yes
14695 echo "$as_me: failed program was:" >&5
14696 sed 's/^/| /' conftest.
$ac_ext >&5
14698 ac_header_preproc
=no
14700 rm -f conftest.err conftest.
$ac_ext
14701 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14702 echo "${ECHO_T}$ac_header_preproc" >&6
14704 # So? What about this header?
14705 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14707 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14708 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14709 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14710 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14711 ac_header_preproc
=yes
14714 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14715 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14716 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14717 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14718 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14719 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14720 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14721 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14722 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14723 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14724 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14725 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14728 ## ----------------------------------------- ##
14729 ## Report this to wx-dev@lists.wxwidgets.org ##
14730 ## ----------------------------------------- ##
14733 sed "s/^/$as_me: WARNING: /" >&2
14736 echo "$as_me:$LINENO: checking for $ac_header" >&5
14737 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14738 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14741 eval "$as_ac_Header=\$ac_header_preproc"
14743 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14744 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14747 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14748 cat >>confdefs.h
<<_ACEOF
14749 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14757 for ac_header
in malloc.h
14759 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14760 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14761 echo "$as_me:$LINENO: checking for $ac_header" >&5
14762 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14763 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14764 echo $ECHO_N "(cached) $ECHO_C" >&6
14766 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14767 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14769 # Is the header compilable?
14770 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14771 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14772 cat >conftest.
$ac_ext <<_ACEOF
14775 cat confdefs.h
>>conftest.
$ac_ext
14776 cat >>conftest.
$ac_ext <<_ACEOF
14777 /* end confdefs.h. */
14778 $ac_includes_default
14779 #include <$ac_header>
14781 rm -f conftest.
$ac_objext
14782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14783 (eval $ac_compile) 2>conftest.er1
14785 grep -v '^ *+' conftest.er1
>conftest.err
14787 cat conftest.err
>&5
14788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14789 (exit $ac_status); } &&
14790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14792 (eval $ac_try) 2>&5
14794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14795 (exit $ac_status); }; } &&
14796 { ac_try
='test -s conftest.$ac_objext'
14797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14798 (eval $ac_try) 2>&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); }; }; then
14802 ac_header_compiler
=yes
14804 echo "$as_me: failed program was:" >&5
14805 sed 's/^/| /' conftest.
$ac_ext >&5
14807 ac_header_compiler
=no
14809 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14810 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14811 echo "${ECHO_T}$ac_header_compiler" >&6
14813 # Is the header present?
14814 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14815 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14816 cat >conftest.
$ac_ext <<_ACEOF
14819 cat confdefs.h
>>conftest.
$ac_ext
14820 cat >>conftest.
$ac_ext <<_ACEOF
14821 /* end confdefs.h. */
14822 #include <$ac_header>
14824 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14825 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14827 grep -v '^ *+' conftest.er1
>conftest.err
14829 cat conftest.err
>&5
14830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831 (exit $ac_status); } >/dev
/null
; then
14832 if test -s conftest.err
; then
14833 ac_cpp_err
=$ac_c_preproc_warn_flag
14834 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14841 if test -z "$ac_cpp_err"; then
14842 ac_header_preproc
=yes
14844 echo "$as_me: failed program was:" >&5
14845 sed 's/^/| /' conftest.
$ac_ext >&5
14847 ac_header_preproc
=no
14849 rm -f conftest.err conftest.
$ac_ext
14850 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14851 echo "${ECHO_T}$ac_header_preproc" >&6
14853 # So? What about this header?
14854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14856 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14857 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14858 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14859 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14860 ac_header_preproc
=yes
14863 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14864 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14865 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14866 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14867 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14868 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14869 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14870 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14871 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14872 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14873 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14874 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14877 ## ----------------------------------------- ##
14878 ## Report this to wx-dev@lists.wxwidgets.org ##
14879 ## ----------------------------------------- ##
14882 sed "s/^/$as_me: WARNING: /" >&2
14885 echo "$as_me:$LINENO: checking for $ac_header" >&5
14886 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14887 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14888 echo $ECHO_N "(cached) $ECHO_C" >&6
14890 eval "$as_ac_Header=\$ac_header_preproc"
14892 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14893 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14896 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14897 cat >>confdefs.h
<<_ACEOF
14898 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14906 for ac_header
in unistd.h
14908 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14909 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14910 echo "$as_me:$LINENO: checking for $ac_header" >&5
14911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14912 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14913 echo $ECHO_N "(cached) $ECHO_C" >&6
14915 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14916 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14918 # Is the header compilable?
14919 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14920 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14921 cat >conftest.
$ac_ext <<_ACEOF
14924 cat confdefs.h
>>conftest.
$ac_ext
14925 cat >>conftest.
$ac_ext <<_ACEOF
14926 /* end confdefs.h. */
14927 $ac_includes_default
14928 #include <$ac_header>
14930 rm -f conftest.
$ac_objext
14931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14932 (eval $ac_compile) 2>conftest.er1
14934 grep -v '^ *+' conftest.er1
>conftest.err
14936 cat conftest.err
>&5
14937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14938 (exit $ac_status); } &&
14939 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14941 (eval $ac_try) 2>&5
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); }; } &&
14945 { ac_try
='test -s conftest.$ac_objext'
14946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14947 (eval $ac_try) 2>&5
14949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14950 (exit $ac_status); }; }; then
14951 ac_header_compiler
=yes
14953 echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.
$ac_ext >&5
14956 ac_header_compiler
=no
14958 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14959 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14960 echo "${ECHO_T}$ac_header_compiler" >&6
14962 # Is the header present?
14963 echo "$as_me:$LINENO: checking $ac_header presence" >&5
14964 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14965 cat >conftest.
$ac_ext <<_ACEOF
14968 cat confdefs.h
>>conftest.
$ac_ext
14969 cat >>conftest.
$ac_ext <<_ACEOF
14970 /* end confdefs.h. */
14971 #include <$ac_header>
14973 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14974 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
14976 grep -v '^ *+' conftest.er1
>conftest.err
14978 cat conftest.err
>&5
14979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14980 (exit $ac_status); } >/dev
/null
; then
14981 if test -s conftest.err
; then
14982 ac_cpp_err
=$ac_c_preproc_warn_flag
14983 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
14990 if test -z "$ac_cpp_err"; then
14991 ac_header_preproc
=yes
14993 echo "$as_me: failed program was:" >&5
14994 sed 's/^/| /' conftest.
$ac_ext >&5
14996 ac_header_preproc
=no
14998 rm -f conftest.err conftest.
$ac_ext
14999 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15000 echo "${ECHO_T}$ac_header_preproc" >&6
15002 # So? What about this header?
15003 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15005 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15006 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15007 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15008 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15009 ac_header_preproc
=yes
15012 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15013 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15014 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15015 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15016 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15017 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15018 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15019 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15020 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15021 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15022 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15023 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15026 ## ----------------------------------------- ##
15027 ## Report this to wx-dev@lists.wxwidgets.org ##
15028 ## ----------------------------------------- ##
15031 sed "s/^/$as_me: WARNING: /" >&2
15034 echo "$as_me:$LINENO: checking for $ac_header" >&5
15035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15036 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15037 echo $ECHO_N "(cached) $ECHO_C" >&6
15039 eval "$as_ac_Header=\$ac_header_preproc"
15041 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15042 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15045 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15046 cat >>confdefs.h
<<_ACEOF
15047 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15055 for ac_header
in wchar.h
15057 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15058 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15059 echo "$as_me:$LINENO: checking for $ac_header" >&5
15060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15061 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15062 echo $ECHO_N "(cached) $ECHO_C" >&6
15064 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15065 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15067 # Is the header compilable?
15068 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15069 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
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
15077 #include <$ac_header>
15079 rm -f conftest.
$ac_objext
15080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15081 (eval $ac_compile) 2>conftest.er1
15083 grep -v '^ *+' conftest.er1
>conftest.err
15085 cat conftest.err
>&5
15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); } &&
15088 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15090 (eval $ac_try) 2>&5
15092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); }; } &&
15094 { ac_try
='test -s conftest.$ac_objext'
15095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15096 (eval $ac_try) 2>&5
15098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099 (exit $ac_status); }; }; then
15100 ac_header_compiler
=yes
15102 echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.
$ac_ext >&5
15105 ac_header_compiler
=no
15107 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15108 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15109 echo "${ECHO_T}$ac_header_compiler" >&6
15111 # Is the header present?
15112 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15113 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15114 cat >conftest.
$ac_ext <<_ACEOF
15117 cat confdefs.h
>>conftest.
$ac_ext
15118 cat >>conftest.
$ac_ext <<_ACEOF
15119 /* end confdefs.h. */
15120 #include <$ac_header>
15122 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15123 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15125 grep -v '^ *+' conftest.er1
>conftest.err
15127 cat conftest.err
>&5
15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15129 (exit $ac_status); } >/dev
/null
; then
15130 if test -s conftest.err
; then
15131 ac_cpp_err
=$ac_c_preproc_warn_flag
15132 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15139 if test -z "$ac_cpp_err"; then
15140 ac_header_preproc
=yes
15142 echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.
$ac_ext >&5
15145 ac_header_preproc
=no
15147 rm -f conftest.err conftest.
$ac_ext
15148 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15149 echo "${ECHO_T}$ac_header_preproc" >&6
15151 # So? What about this header?
15152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15155 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15157 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15158 ac_header_preproc
=yes
15161 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15162 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15163 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15164 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15165 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15166 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15167 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15168 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15169 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15170 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15171 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15172 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15175 ## ----------------------------------------- ##
15176 ## Report this to wx-dev@lists.wxwidgets.org ##
15177 ## ----------------------------------------- ##
15180 sed "s/^/$as_me: WARNING: /" >&2
15183 echo "$as_me:$LINENO: checking for $ac_header" >&5
15184 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15185 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15186 echo $ECHO_N "(cached) $ECHO_C" >&6
15188 eval "$as_ac_Header=\$ac_header_preproc"
15190 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15191 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15194 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15195 cat >>confdefs.h
<<_ACEOF
15196 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15204 if test "$ac_cv_header_wchar_h" != "yes"; then
15206 for ac_header
in wcstr.h
15208 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15209 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15210 echo "$as_me:$LINENO: checking for $ac_header" >&5
15211 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15212 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15213 echo $ECHO_N "(cached) $ECHO_C" >&6
15215 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15216 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15218 # Is the header compilable?
15219 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15220 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15221 cat >conftest.
$ac_ext <<_ACEOF
15224 cat confdefs.h
>>conftest.
$ac_ext
15225 cat >>conftest.
$ac_ext <<_ACEOF
15226 /* end confdefs.h. */
15227 $ac_includes_default
15228 #include <$ac_header>
15230 rm -f conftest.
$ac_objext
15231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15232 (eval $ac_compile) 2>conftest.er1
15234 grep -v '^ *+' conftest.er1
>conftest.err
15236 cat conftest.err
>&5
15237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15238 (exit $ac_status); } &&
15239 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15241 (eval $ac_try) 2>&5
15243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15244 (exit $ac_status); }; } &&
15245 { ac_try
='test -s conftest.$ac_objext'
15246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15247 (eval $ac_try) 2>&5
15249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15250 (exit $ac_status); }; }; then
15251 ac_header_compiler
=yes
15253 echo "$as_me: failed program was:" >&5
15254 sed 's/^/| /' conftest.
$ac_ext >&5
15256 ac_header_compiler
=no
15258 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15259 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15260 echo "${ECHO_T}$ac_header_compiler" >&6
15262 # Is the header present?
15263 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15264 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15265 cat >conftest.
$ac_ext <<_ACEOF
15268 cat confdefs.h
>>conftest.
$ac_ext
15269 cat >>conftest.
$ac_ext <<_ACEOF
15270 /* end confdefs.h. */
15271 #include <$ac_header>
15273 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15274 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15276 grep -v '^ *+' conftest.er1
>conftest.err
15278 cat conftest.err
>&5
15279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15280 (exit $ac_status); } >/dev
/null
; then
15281 if test -s conftest.err
; then
15282 ac_cpp_err
=$ac_c_preproc_warn_flag
15283 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15290 if test -z "$ac_cpp_err"; then
15291 ac_header_preproc
=yes
15293 echo "$as_me: failed program was:" >&5
15294 sed 's/^/| /' conftest.
$ac_ext >&5
15296 ac_header_preproc
=no
15298 rm -f conftest.err conftest.
$ac_ext
15299 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15300 echo "${ECHO_T}$ac_header_preproc" >&6
15302 # So? What about this header?
15303 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15305 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15306 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15307 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15308 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15309 ac_header_preproc
=yes
15312 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15313 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15314 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15315 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15316 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15317 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15318 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15319 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15320 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15321 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15322 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15323 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15326 ## ----------------------------------------- ##
15327 ## Report this to wx-dev@lists.wxwidgets.org ##
15328 ## ----------------------------------------- ##
15331 sed "s/^/$as_me: WARNING: /" >&2
15334 echo "$as_me:$LINENO: checking for $ac_header" >&5
15335 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15336 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15337 echo $ECHO_N "(cached) $ECHO_C" >&6
15339 eval "$as_ac_Header=\$ac_header_preproc"
15341 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15342 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15345 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15346 cat >>confdefs.h
<<_ACEOF
15347 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15357 for ac_header
in fnmatch.h
15359 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15360 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15361 echo "$as_me:$LINENO: checking for $ac_header" >&5
15362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15363 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15366 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15367 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15369 # Is the header compilable?
15370 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15371 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15372 cat >conftest.
$ac_ext <<_ACEOF
15375 cat confdefs.h
>>conftest.
$ac_ext
15376 cat >>conftest.
$ac_ext <<_ACEOF
15377 /* end confdefs.h. */
15378 $ac_includes_default
15379 #include <$ac_header>
15381 rm -f conftest.
$ac_objext
15382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15383 (eval $ac_compile) 2>conftest.er1
15385 grep -v '^ *+' conftest.er1
>conftest.err
15387 cat conftest.err
>&5
15388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15389 (exit $ac_status); } &&
15390 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15392 (eval $ac_try) 2>&5
15394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15395 (exit $ac_status); }; } &&
15396 { ac_try
='test -s conftest.$ac_objext'
15397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15398 (eval $ac_try) 2>&5
15400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15401 (exit $ac_status); }; }; then
15402 ac_header_compiler
=yes
15404 echo "$as_me: failed program was:" >&5
15405 sed 's/^/| /' conftest.
$ac_ext >&5
15407 ac_header_compiler
=no
15409 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15410 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15411 echo "${ECHO_T}$ac_header_compiler" >&6
15413 # Is the header present?
15414 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15415 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15416 cat >conftest.
$ac_ext <<_ACEOF
15419 cat confdefs.h
>>conftest.
$ac_ext
15420 cat >>conftest.
$ac_ext <<_ACEOF
15421 /* end confdefs.h. */
15422 #include <$ac_header>
15424 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15425 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15427 grep -v '^ *+' conftest.er1
>conftest.err
15429 cat conftest.err
>&5
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); } >/dev
/null
; then
15432 if test -s conftest.err
; then
15433 ac_cpp_err
=$ac_c_preproc_warn_flag
15434 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15441 if test -z "$ac_cpp_err"; then
15442 ac_header_preproc
=yes
15444 echo "$as_me: failed program was:" >&5
15445 sed 's/^/| /' conftest.
$ac_ext >&5
15447 ac_header_preproc
=no
15449 rm -f conftest.err conftest.
$ac_ext
15450 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15451 echo "${ECHO_T}$ac_header_preproc" >&6
15453 # So? What about this header?
15454 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15456 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15457 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15458 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15459 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15460 ac_header_preproc
=yes
15463 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15464 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15465 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15466 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15467 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15468 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15469 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15470 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15471 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15472 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15473 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15474 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15477 ## ----------------------------------------- ##
15478 ## Report this to wx-dev@lists.wxwidgets.org ##
15479 ## ----------------------------------------- ##
15482 sed "s/^/$as_me: WARNING: /" >&2
15485 echo "$as_me:$LINENO: checking for $ac_header" >&5
15486 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15487 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15488 echo $ECHO_N "(cached) $ECHO_C" >&6
15490 eval "$as_ac_Header=\$ac_header_preproc"
15492 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15493 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15496 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15497 cat >>confdefs.h
<<_ACEOF
15498 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15507 for ac_header
in langinfo.h
15509 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15510 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15511 echo "$as_me:$LINENO: checking for $ac_header" >&5
15512 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15513 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15514 echo $ECHO_N "(cached) $ECHO_C" >&6
15516 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15517 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15519 # Is the header compilable?
15520 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15521 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15522 cat >conftest.
$ac_ext <<_ACEOF
15525 cat confdefs.h
>>conftest.
$ac_ext
15526 cat >>conftest.
$ac_ext <<_ACEOF
15527 /* end confdefs.h. */
15528 $ac_includes_default
15529 #include <$ac_header>
15531 rm -f conftest.
$ac_objext
15532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15533 (eval $ac_compile) 2>conftest.er1
15535 grep -v '^ *+' conftest.er1
>conftest.err
15537 cat conftest.err
>&5
15538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539 (exit $ac_status); } &&
15540 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15542 (eval $ac_try) 2>&5
15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); }; } &&
15546 { ac_try
='test -s conftest.$ac_objext'
15547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15548 (eval $ac_try) 2>&5
15550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15551 (exit $ac_status); }; }; then
15552 ac_header_compiler
=yes
15554 echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.
$ac_ext >&5
15557 ac_header_compiler
=no
15559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15560 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15561 echo "${ECHO_T}$ac_header_compiler" >&6
15563 # Is the header present?
15564 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15565 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15566 cat >conftest.
$ac_ext <<_ACEOF
15569 cat confdefs.h
>>conftest.
$ac_ext
15570 cat >>conftest.
$ac_ext <<_ACEOF
15571 /* end confdefs.h. */
15572 #include <$ac_header>
15574 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15575 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15577 grep -v '^ *+' conftest.er1
>conftest.err
15579 cat conftest.err
>&5
15580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15581 (exit $ac_status); } >/dev
/null
; then
15582 if test -s conftest.err
; then
15583 ac_cpp_err
=$ac_c_preproc_warn_flag
15584 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15591 if test -z "$ac_cpp_err"; then
15592 ac_header_preproc
=yes
15594 echo "$as_me: failed program was:" >&5
15595 sed 's/^/| /' conftest.
$ac_ext >&5
15597 ac_header_preproc
=no
15599 rm -f conftest.err conftest.
$ac_ext
15600 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15601 echo "${ECHO_T}$ac_header_preproc" >&6
15603 # So? What about this header?
15604 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15606 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15607 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15608 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15609 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15610 ac_header_preproc
=yes
15613 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15614 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15615 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15616 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15617 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15618 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15619 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15620 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15621 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15622 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15623 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15624 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15627 ## ----------------------------------------- ##
15628 ## Report this to wx-dev@lists.wxwidgets.org ##
15629 ## ----------------------------------------- ##
15632 sed "s/^/$as_me: WARNING: /" >&2
15635 echo "$as_me:$LINENO: checking for $ac_header" >&5
15636 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15637 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15638 echo $ECHO_N "(cached) $ECHO_C" >&6
15640 eval "$as_ac_Header=\$ac_header_preproc"
15642 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15643 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15646 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15647 cat >>confdefs.h
<<_ACEOF
15648 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15657 *-pc-os2_emx | *-pc-os2-emx )
15658 if test $ac_cv_header_langinfo_h = "yes" \
15659 -a \
( "$wx_cv_gccversion" = "EMX2" \
15660 -o "$wx_cv_gccversion" = "EMX3" \
15661 -o "$wx_cv_gccversion" = "Innotek5" \
); then
15662 LIBS
="$LIBS -lintl"
15668 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
15669 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
15670 if test "${ac_cv_c_const+set}" = set; then
15671 echo $ECHO_N "(cached) $ECHO_C" >&6
15673 cat >conftest.
$ac_ext <<_ACEOF
15676 cat confdefs.h
>>conftest.
$ac_ext
15677 cat >>conftest.
$ac_ext <<_ACEOF
15678 /* end confdefs.h. */
15683 /* FIXME: Include the comments suggested by Paul. */
15684 #ifndef __cplusplus
15685 /* Ultrix mips cc rejects this. */
15686 typedef int charset[2];
15688 /* SunOS 4.1.1 cc rejects this. */
15689 char const *const *ccp;
15691 /* NEC SVR4.0.2 mips cc rejects this. */
15692 struct point {int x, y;};
15693 static struct point const zero = {0,0};
15694 /* AIX XL C 1.02.0.0 rejects this.
15695 It does not let you subtract one const X* pointer from another in
15696 an arm of an if-expression whose if-part is not a constant
15698 const char *g = "string";
15699 ccp = &g + (g ? g-g : 0);
15700 /* HPUX 7.0 cc rejects these. */
15703 ccp = (char const *const *) p;
15704 { /* SCO 3.2v4 cc rejects this. */
15706 char const *s = 0 ? (char *) 0 : (char const *) 0;
15710 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
15711 int x[] = {25, 17};
15712 const int *foo = &x[0];
15715 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
15716 typedef const int *iptr;
15720 { /* AIX XL C 1.02.0.0 rejects this saying
15721 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
15722 struct s { int j; const int *ap[3]; };
15723 struct s *b; b->j = 5;
15725 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
15726 const int foo = 10;
15734 rm -f conftest.
$ac_objext
15735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15736 (eval $ac_compile) 2>conftest.er1
15738 grep -v '^ *+' conftest.er1
>conftest.err
15740 cat conftest.err
>&5
15741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15742 (exit $ac_status); } &&
15743 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15745 (eval $ac_try) 2>&5
15747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); }; } &&
15749 { ac_try
='test -s conftest.$ac_objext'
15750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15751 (eval $ac_try) 2>&5
15753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15754 (exit $ac_status); }; }; then
15757 echo "$as_me: failed program was:" >&5
15758 sed 's/^/| /' conftest.
$ac_ext >&5
15762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15764 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
15765 echo "${ECHO_T}$ac_cv_c_const" >&6
15766 if test $ac_cv_c_const = no
; then
15768 cat >>confdefs.h
<<\_ACEOF
15774 echo "$as_me:$LINENO: checking for inline" >&5
15775 echo $ECHO_N "checking for inline... $ECHO_C" >&6
15776 if test "${ac_cv_c_inline+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15780 for ac_kw
in inline __inline__ __inline
; do
15781 cat >conftest.
$ac_ext <<_ACEOF
15784 cat confdefs.h
>>conftest.
$ac_ext
15785 cat >>conftest.
$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15787 #ifndef __cplusplus
15789 static $ac_kw foo_t static_foo () {return 0; }
15790 $ac_kw foo_t foo () {return 0; }
15794 rm -f conftest.
$ac_objext
15795 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15796 (eval $ac_compile) 2>conftest.er1
15798 grep -v '^ *+' conftest.er1
>conftest.err
15800 cat conftest.err
>&5
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } &&
15803 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15805 (eval $ac_try) 2>&5
15807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); }; } &&
15809 { ac_try
='test -s conftest.$ac_objext'
15810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15811 (eval $ac_try) 2>&5
15813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15814 (exit $ac_status); }; }; then
15815 ac_cv_c_inline
=$ac_kw; break
15817 echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.
$ac_ext >&5
15821 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15825 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
15826 echo "${ECHO_T}$ac_cv_c_inline" >&6
15829 case $ac_cv_c_inline in
15832 case $ac_cv_c_inline in
15834 *) ac_val
=$ac_cv_c_inline;;
15836 cat >>confdefs.h
<<_ACEOF
15837 #ifndef __cplusplus
15838 #define inline $ac_val
15845 echo "$as_me:$LINENO: checking for char" >&5
15846 echo $ECHO_N "checking for char... $ECHO_C" >&6
15847 if test "${ac_cv_type_char+set}" = set; then
15848 echo $ECHO_N "(cached) $ECHO_C" >&6
15850 cat >conftest.
$ac_ext <<_ACEOF
15853 cat confdefs.h
>>conftest.
$ac_ext
15854 cat >>conftest.
$ac_ext <<_ACEOF
15855 /* end confdefs.h. */
15856 $ac_includes_default
15868 rm -f conftest.
$ac_objext
15869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15870 (eval $ac_compile) 2>conftest.er1
15872 grep -v '^ *+' conftest.er1
>conftest.err
15874 cat conftest.err
>&5
15875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876 (exit $ac_status); } &&
15877 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15879 (eval $ac_try) 2>&5
15881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15882 (exit $ac_status); }; } &&
15883 { ac_try
='test -s conftest.$ac_objext'
15884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15885 (eval $ac_try) 2>&5
15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15888 (exit $ac_status); }; }; then
15889 ac_cv_type_char
=yes
15891 echo "$as_me: failed program was:" >&5
15892 sed 's/^/| /' conftest.
$ac_ext >&5
15896 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15898 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
15899 echo "${ECHO_T}$ac_cv_type_char" >&6
15901 echo "$as_me:$LINENO: checking size of char" >&5
15902 echo $ECHO_N "checking size of char... $ECHO_C" >&6
15903 if test "${ac_cv_sizeof_char+set}" = set; then
15904 echo $ECHO_N "(cached) $ECHO_C" >&6
15906 if test "$ac_cv_type_char" = yes; then
15907 # The cast to unsigned long works around a bug in the HP C Compiler
15908 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15909 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15910 # This bug is HP SR number 8606223364.
15911 if test "$cross_compiling" = yes; then
15912 # Depending upon the size, compute the lo and hi bounds.
15913 cat >conftest.
$ac_ext <<_ACEOF
15916 cat confdefs.h
>>conftest.
$ac_ext
15917 cat >>conftest.
$ac_ext <<_ACEOF
15918 /* end confdefs.h. */
15919 $ac_includes_default
15923 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
15930 rm -f conftest.
$ac_objext
15931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15932 (eval $ac_compile) 2>conftest.er1
15934 grep -v '^ *+' conftest.er1
>conftest.err
15936 cat conftest.err
>&5
15937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15938 (exit $ac_status); } &&
15939 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15941 (eval $ac_try) 2>&5
15943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15944 (exit $ac_status); }; } &&
15945 { ac_try
='test -s conftest.$ac_objext'
15946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15947 (eval $ac_try) 2>&5
15949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15950 (exit $ac_status); }; }; then
15953 cat >conftest.
$ac_ext <<_ACEOF
15956 cat confdefs.h
>>conftest.
$ac_ext
15957 cat >>conftest.
$ac_ext <<_ACEOF
15958 /* end confdefs.h. */
15959 $ac_includes_default
15963 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
15970 rm -f conftest.
$ac_objext
15971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15972 (eval $ac_compile) 2>conftest.er1
15974 grep -v '^ *+' conftest.er1
>conftest.err
15976 cat conftest.err
>&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } &&
15979 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15981 (eval $ac_try) 2>&5
15983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15984 (exit $ac_status); }; } &&
15985 { ac_try
='test -s conftest.$ac_objext'
15986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15987 (eval $ac_try) 2>&5
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); }; }; then
15991 ac_hi
=$ac_mid; break
15993 echo "$as_me: failed program was:" >&5
15994 sed 's/^/| /' conftest.
$ac_ext >&5
15996 ac_lo
=`expr $ac_mid + 1`
15997 if test $ac_lo -le $ac_mid; then
16001 ac_mid
=`expr 2 '*' $ac_mid + 1`
16003 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16006 echo "$as_me: failed program was:" >&5
16007 sed 's/^/| /' conftest.
$ac_ext >&5
16009 cat >conftest.
$ac_ext <<_ACEOF
16012 cat confdefs.h
>>conftest.
$ac_ext
16013 cat >>conftest.
$ac_ext <<_ACEOF
16014 /* end confdefs.h. */
16015 $ac_includes_default
16019 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
16026 rm -f conftest.
$ac_objext
16027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16028 (eval $ac_compile) 2>conftest.er1
16030 grep -v '^ *+' conftest.er1
>conftest.err
16032 cat conftest.err
>&5
16033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16034 (exit $ac_status); } &&
16035 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16037 (eval $ac_try) 2>&5
16039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16040 (exit $ac_status); }; } &&
16041 { ac_try
='test -s conftest.$ac_objext'
16042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16043 (eval $ac_try) 2>&5
16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16046 (exit $ac_status); }; }; then
16049 cat >conftest.
$ac_ext <<_ACEOF
16052 cat confdefs.h
>>conftest.
$ac_ext
16053 cat >>conftest.
$ac_ext <<_ACEOF
16054 /* end confdefs.h. */
16055 $ac_includes_default
16059 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
16066 rm -f conftest.
$ac_objext
16067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16068 (eval $ac_compile) 2>conftest.er1
16070 grep -v '^ *+' conftest.er1
>conftest.err
16072 cat conftest.err
>&5
16073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074 (exit $ac_status); } &&
16075 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16077 (eval $ac_try) 2>&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); }; } &&
16081 { ac_try
='test -s conftest.$ac_objext'
16082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16083 (eval $ac_try) 2>&5
16085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); }; }; then
16087 ac_lo
=$ac_mid; break
16089 echo "$as_me: failed program was:" >&5
16090 sed 's/^/| /' conftest.
$ac_ext >&5
16092 ac_hi
=`expr '(' $ac_mid ')' - 1`
16093 if test $ac_mid -le $ac_hi; then
16097 ac_mid
=`expr 2 '*' $ac_mid`
16099 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16102 echo "$as_me: failed program was:" >&5
16103 sed 's/^/| /' conftest.
$ac_ext >&5
16107 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16109 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16110 # Binary search between lo and hi bounds.
16111 while test "x$ac_lo" != "x$ac_hi"; do
16112 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16113 cat >conftest.
$ac_ext <<_ACEOF
16116 cat confdefs.h
>>conftest.
$ac_ext
16117 cat >>conftest.
$ac_ext <<_ACEOF
16118 /* end confdefs.h. */
16119 $ac_includes_default
16123 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
16130 rm -f conftest.
$ac_objext
16131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16132 (eval $ac_compile) 2>conftest.er1
16134 grep -v '^ *+' conftest.er1
>conftest.err
16136 cat conftest.err
>&5
16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138 (exit $ac_status); } &&
16139 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16141 (eval $ac_try) 2>&5
16143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16144 (exit $ac_status); }; } &&
16145 { ac_try
='test -s conftest.$ac_objext'
16146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16147 (eval $ac_try) 2>&5
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); }; }; then
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.
$ac_ext >&5
16156 ac_lo
=`expr '(' $ac_mid ')' + 1`
16158 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16161 ?
*) ac_cv_sizeof_char
=$ac_lo;;
16162 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16163 See \`config.log' for more details." >&5
16164 echo "$as_me: error: cannot compute sizeof (char), 77
16165 See \`config.log' for more details." >&2;}
16166 { (exit 1); exit 1; }; } ;;
16169 if test "$cross_compiling" = yes; then
16170 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16171 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16172 { (exit 1); exit 1; }; }
16174 cat >conftest.
$ac_ext <<_ACEOF
16177 cat confdefs.h
>>conftest.
$ac_ext
16178 cat >>conftest.
$ac_ext <<_ACEOF
16179 /* end confdefs.h. */
16180 $ac_includes_default
16181 long longval () { return (long) (sizeof (char)); }
16182 unsigned long ulongval () { return (long) (sizeof (char)); }
16184 #include <stdlib.h>
16189 FILE *f = fopen ("conftest.val", "w");
16192 if (((long) (sizeof (char))) < 0)
16194 long i = longval ();
16195 if (i != ((long) (sizeof (char))))
16197 fprintf (f, "%ld\n", i);
16201 unsigned long i = ulongval ();
16202 if (i != ((long) (sizeof (char))))
16204 fprintf (f, "%lu\n", i);
16206 exit (ferror (f) || fclose (f) != 0);
16212 rm -f conftest
$ac_exeext
16213 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16214 (eval $ac_link) 2>&5
16216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16217 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16219 (eval $ac_try) 2>&5
16221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16222 (exit $ac_status); }; }; then
16223 ac_cv_sizeof_char
=`cat conftest.val`
16225 echo "$as_me: program exited with status $ac_status" >&5
16226 echo "$as_me: failed program was:" >&5
16227 sed 's/^/| /' conftest.
$ac_ext >&5
16229 ( exit $ac_status )
16230 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
16231 See \`config.log' for more details." >&5
16232 echo "$as_me: error: cannot compute sizeof (char), 77
16233 See \`config.log' for more details." >&2;}
16234 { (exit 1); exit 1; }; }
16236 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16241 ac_cv_sizeof_char
=0
16244 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
16245 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
16246 cat >>confdefs.h
<<_ACEOF
16247 #define SIZEOF_CHAR $ac_cv_sizeof_char
16251 echo "$as_me:$LINENO: checking for short" >&5
16252 echo $ECHO_N "checking for short... $ECHO_C" >&6
16253 if test "${ac_cv_type_short+set}" = set; then
16254 echo $ECHO_N "(cached) $ECHO_C" >&6
16256 cat >conftest.
$ac_ext <<_ACEOF
16259 cat confdefs.h
>>conftest.
$ac_ext
16260 cat >>conftest.
$ac_ext <<_ACEOF
16261 /* end confdefs.h. */
16262 $ac_includes_default
16268 if (sizeof (short))
16274 rm -f conftest.
$ac_objext
16275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16276 (eval $ac_compile) 2>conftest.er1
16278 grep -v '^ *+' conftest.er1
>conftest.err
16280 cat conftest.err
>&5
16281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16282 (exit $ac_status); } &&
16283 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16285 (eval $ac_try) 2>&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); }; } &&
16289 { ac_try
='test -s conftest.$ac_objext'
16290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16291 (eval $ac_try) 2>&5
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); }; }; then
16295 ac_cv_type_short
=yes
16297 echo "$as_me: failed program was:" >&5
16298 sed 's/^/| /' conftest.
$ac_ext >&5
16300 ac_cv_type_short
=no
16302 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16304 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
16305 echo "${ECHO_T}$ac_cv_type_short" >&6
16307 echo "$as_me:$LINENO: checking size of short" >&5
16308 echo $ECHO_N "checking size of short... $ECHO_C" >&6
16309 if test "${ac_cv_sizeof_short+set}" = set; then
16310 echo $ECHO_N "(cached) $ECHO_C" >&6
16312 if test "$ac_cv_type_short" = yes; then
16313 # The cast to unsigned long works around a bug in the HP C Compiler
16314 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16315 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16316 # This bug is HP SR number 8606223364.
16317 if test "$cross_compiling" = yes; then
16318 # Depending upon the size, compute the lo and hi bounds.
16319 cat >conftest.
$ac_ext <<_ACEOF
16322 cat confdefs.h
>>conftest.
$ac_ext
16323 cat >>conftest.
$ac_ext <<_ACEOF
16324 /* end confdefs.h. */
16325 $ac_includes_default
16329 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
16336 rm -f conftest.
$ac_objext
16337 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16338 (eval $ac_compile) 2>conftest.er1
16340 grep -v '^ *+' conftest.er1
>conftest.err
16342 cat conftest.err
>&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
16345 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16347 (eval $ac_try) 2>&5
16349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); }; } &&
16351 { ac_try
='test -s conftest.$ac_objext'
16352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16353 (eval $ac_try) 2>&5
16355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16356 (exit $ac_status); }; }; then
16359 cat >conftest.
$ac_ext <<_ACEOF
16362 cat confdefs.h
>>conftest.
$ac_ext
16363 cat >>conftest.
$ac_ext <<_ACEOF
16364 /* end confdefs.h. */
16365 $ac_includes_default
16369 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16376 rm -f conftest.
$ac_objext
16377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16378 (eval $ac_compile) 2>conftest.er1
16380 grep -v '^ *+' conftest.er1
>conftest.err
16382 cat conftest.err
>&5
16383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 (exit $ac_status); } &&
16385 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16387 (eval $ac_try) 2>&5
16389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390 (exit $ac_status); }; } &&
16391 { ac_try
='test -s conftest.$ac_objext'
16392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16393 (eval $ac_try) 2>&5
16395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396 (exit $ac_status); }; }; then
16397 ac_hi
=$ac_mid; break
16399 echo "$as_me: failed program was:" >&5
16400 sed 's/^/| /' conftest.
$ac_ext >&5
16402 ac_lo
=`expr $ac_mid + 1`
16403 if test $ac_lo -le $ac_mid; then
16407 ac_mid
=`expr 2 '*' $ac_mid + 1`
16409 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16412 echo "$as_me: failed program was:" >&5
16413 sed 's/^/| /' conftest.
$ac_ext >&5
16415 cat >conftest.
$ac_ext <<_ACEOF
16418 cat confdefs.h
>>conftest.
$ac_ext
16419 cat >>conftest.
$ac_ext <<_ACEOF
16420 /* end confdefs.h. */
16421 $ac_includes_default
16425 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
16432 rm -f conftest.
$ac_objext
16433 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16434 (eval $ac_compile) 2>conftest.er1
16436 grep -v '^ *+' conftest.er1
>conftest.err
16438 cat conftest.err
>&5
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); } &&
16441 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16443 (eval $ac_try) 2>&5
16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); }; } &&
16447 { ac_try
='test -s conftest.$ac_objext'
16448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16449 (eval $ac_try) 2>&5
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); }; }; then
16455 cat >conftest.
$ac_ext <<_ACEOF
16458 cat confdefs.h
>>conftest.
$ac_ext
16459 cat >>conftest.
$ac_ext <<_ACEOF
16460 /* end confdefs.h. */
16461 $ac_includes_default
16465 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
16472 rm -f conftest.
$ac_objext
16473 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16474 (eval $ac_compile) 2>conftest.er1
16476 grep -v '^ *+' conftest.er1
>conftest.err
16478 cat conftest.err
>&5
16479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16480 (exit $ac_status); } &&
16481 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16483 (eval $ac_try) 2>&5
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); }; } &&
16487 { ac_try
='test -s conftest.$ac_objext'
16488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16489 (eval $ac_try) 2>&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); }; }; then
16493 ac_lo
=$ac_mid; break
16495 echo "$as_me: failed program was:" >&5
16496 sed 's/^/| /' conftest.
$ac_ext >&5
16498 ac_hi
=`expr '(' $ac_mid ')' - 1`
16499 if test $ac_mid -le $ac_hi; then
16503 ac_mid
=`expr 2 '*' $ac_mid`
16505 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16508 echo "$as_me: failed program was:" >&5
16509 sed 's/^/| /' conftest.
$ac_ext >&5
16513 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16515 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16516 # Binary search between lo and hi bounds.
16517 while test "x$ac_lo" != "x$ac_hi"; do
16518 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16519 cat >conftest.
$ac_ext <<_ACEOF
16522 cat confdefs.h
>>conftest.
$ac_ext
16523 cat >>conftest.
$ac_ext <<_ACEOF
16524 /* end confdefs.h. */
16525 $ac_includes_default
16529 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
16536 rm -f conftest.
$ac_objext
16537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16538 (eval $ac_compile) 2>conftest.er1
16540 grep -v '^ *+' conftest.er1
>conftest.err
16542 cat conftest.err
>&5
16543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16544 (exit $ac_status); } &&
16545 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16547 (eval $ac_try) 2>&5
16549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16550 (exit $ac_status); }; } &&
16551 { ac_try
='test -s conftest.$ac_objext'
16552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16553 (eval $ac_try) 2>&5
16555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16556 (exit $ac_status); }; }; then
16559 echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.
$ac_ext >&5
16562 ac_lo
=`expr '(' $ac_mid ')' + 1`
16564 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16567 ?
*) ac_cv_sizeof_short
=$ac_lo;;
16568 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16569 See \`config.log' for more details." >&5
16570 echo "$as_me: error: cannot compute sizeof (short), 77
16571 See \`config.log' for more details." >&2;}
16572 { (exit 1); exit 1; }; } ;;
16575 if test "$cross_compiling" = yes; then
16576 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16577 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16578 { (exit 1); exit 1; }; }
16580 cat >conftest.
$ac_ext <<_ACEOF
16583 cat confdefs.h
>>conftest.
$ac_ext
16584 cat >>conftest.
$ac_ext <<_ACEOF
16585 /* end confdefs.h. */
16586 $ac_includes_default
16587 long longval () { return (long) (sizeof (short)); }
16588 unsigned long ulongval () { return (long) (sizeof (short)); }
16590 #include <stdlib.h>
16595 FILE *f = fopen ("conftest.val", "w");
16598 if (((long) (sizeof (short))) < 0)
16600 long i = longval ();
16601 if (i != ((long) (sizeof (short))))
16603 fprintf (f, "%ld\n", i);
16607 unsigned long i = ulongval ();
16608 if (i != ((long) (sizeof (short))))
16610 fprintf (f, "%lu\n", i);
16612 exit (ferror (f) || fclose (f) != 0);
16618 rm -f conftest
$ac_exeext
16619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16620 (eval $ac_link) 2>&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16625 (eval $ac_try) 2>&5
16627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); }; }; then
16629 ac_cv_sizeof_short
=`cat conftest.val`
16631 echo "$as_me: program exited with status $ac_status" >&5
16632 echo "$as_me: failed program was:" >&5
16633 sed 's/^/| /' conftest.
$ac_ext >&5
16635 ( exit $ac_status )
16636 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
16637 See \`config.log' for more details." >&5
16638 echo "$as_me: error: cannot compute sizeof (short), 77
16639 See \`config.log' for more details." >&2;}
16640 { (exit 1); exit 1; }; }
16642 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16647 ac_cv_sizeof_short
=0
16650 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
16651 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
16652 cat >>confdefs.h
<<_ACEOF
16653 #define SIZEOF_SHORT $ac_cv_sizeof_short
16657 echo "$as_me:$LINENO: checking for void *" >&5
16658 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16659 if test "${ac_cv_type_void_p+set}" = set; then
16660 echo $ECHO_N "(cached) $ECHO_C" >&6
16662 cat >conftest.
$ac_ext <<_ACEOF
16665 cat confdefs.h
>>conftest.
$ac_ext
16666 cat >>conftest.
$ac_ext <<_ACEOF
16667 /* end confdefs.h. */
16668 $ac_includes_default
16674 if (sizeof (void *))
16680 rm -f conftest.
$ac_objext
16681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16682 (eval $ac_compile) 2>conftest.er1
16684 grep -v '^ *+' conftest.er1
>conftest.err
16686 cat conftest.err
>&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } &&
16689 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); }; } &&
16695 { ac_try
='test -s conftest.$ac_objext'
16696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16697 (eval $ac_try) 2>&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); }; }; then
16701 ac_cv_type_void_p
=yes
16703 echo "$as_me: failed program was:" >&5
16704 sed 's/^/| /' conftest.
$ac_ext >&5
16706 ac_cv_type_void_p
=no
16708 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16710 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16711 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16713 echo "$as_me:$LINENO: checking size of void *" >&5
16714 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16715 if test "${ac_cv_sizeof_void_p+set}" = set; then
16716 echo $ECHO_N "(cached) $ECHO_C" >&6
16718 if test "$ac_cv_type_void_p" = yes; then
16719 # The cast to unsigned long works around a bug in the HP C Compiler
16720 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16721 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16722 # This bug is HP SR number 8606223364.
16723 if test "$cross_compiling" = yes; then
16724 # Depending upon the size, compute the lo and hi bounds.
16725 cat >conftest.
$ac_ext <<_ACEOF
16728 cat confdefs.h
>>conftest.
$ac_ext
16729 cat >>conftest.
$ac_ext <<_ACEOF
16730 /* end confdefs.h. */
16731 $ac_includes_default
16735 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16742 rm -f conftest.
$ac_objext
16743 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16744 (eval $ac_compile) 2>conftest.er1
16746 grep -v '^ *+' conftest.er1
>conftest.err
16748 cat conftest.err
>&5
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); } &&
16751 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16753 (eval $ac_try) 2>&5
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); }; } &&
16757 { ac_try
='test -s conftest.$ac_objext'
16758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16759 (eval $ac_try) 2>&5
16761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); }; }; then
16765 cat >conftest.
$ac_ext <<_ACEOF
16768 cat confdefs.h
>>conftest.
$ac_ext
16769 cat >>conftest.
$ac_ext <<_ACEOF
16770 /* end confdefs.h. */
16771 $ac_includes_default
16775 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16782 rm -f conftest.
$ac_objext
16783 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16784 (eval $ac_compile) 2>conftest.er1
16786 grep -v '^ *+' conftest.er1
>conftest.err
16788 cat conftest.err
>&5
16789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790 (exit $ac_status); } &&
16791 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16793 (eval $ac_try) 2>&5
16795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16796 (exit $ac_status); }; } &&
16797 { ac_try
='test -s conftest.$ac_objext'
16798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16799 (eval $ac_try) 2>&5
16801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16802 (exit $ac_status); }; }; then
16803 ac_hi
=$ac_mid; break
16805 echo "$as_me: failed program was:" >&5
16806 sed 's/^/| /' conftest.
$ac_ext >&5
16808 ac_lo
=`expr $ac_mid + 1`
16809 if test $ac_lo -le $ac_mid; then
16813 ac_mid
=`expr 2 '*' $ac_mid + 1`
16815 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16818 echo "$as_me: failed program was:" >&5
16819 sed 's/^/| /' conftest.
$ac_ext >&5
16821 cat >conftest.
$ac_ext <<_ACEOF
16824 cat confdefs.h
>>conftest.
$ac_ext
16825 cat >>conftest.
$ac_ext <<_ACEOF
16826 /* end confdefs.h. */
16827 $ac_includes_default
16831 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16838 rm -f conftest.
$ac_objext
16839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16840 (eval $ac_compile) 2>conftest.er1
16842 grep -v '^ *+' conftest.er1
>conftest.err
16844 cat conftest.err
>&5
16845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); } &&
16847 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16849 (eval $ac_try) 2>&5
16851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16852 (exit $ac_status); }; } &&
16853 { ac_try
='test -s conftest.$ac_objext'
16854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16855 (eval $ac_try) 2>&5
16857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); }; }; then
16861 cat >conftest.
$ac_ext <<_ACEOF
16864 cat confdefs.h
>>conftest.
$ac_ext
16865 cat >>conftest.
$ac_ext <<_ACEOF
16866 /* end confdefs.h. */
16867 $ac_includes_default
16871 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16878 rm -f conftest.
$ac_objext
16879 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16880 (eval $ac_compile) 2>conftest.er1
16882 grep -v '^ *+' conftest.er1
>conftest.err
16884 cat conftest.err
>&5
16885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886 (exit $ac_status); } &&
16887 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16889 (eval $ac_try) 2>&5
16891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16892 (exit $ac_status); }; } &&
16893 { ac_try
='test -s conftest.$ac_objext'
16894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16895 (eval $ac_try) 2>&5
16897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); }; }; then
16899 ac_lo
=$ac_mid; break
16901 echo "$as_me: failed program was:" >&5
16902 sed 's/^/| /' conftest.
$ac_ext >&5
16904 ac_hi
=`expr '(' $ac_mid ')' - 1`
16905 if test $ac_mid -le $ac_hi; then
16909 ac_mid
=`expr 2 '*' $ac_mid`
16911 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16914 echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.
$ac_ext >&5
16919 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16921 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16922 # Binary search between lo and hi bounds.
16923 while test "x$ac_lo" != "x$ac_hi"; do
16924 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16925 cat >conftest.
$ac_ext <<_ACEOF
16928 cat confdefs.h
>>conftest.
$ac_ext
16929 cat >>conftest.
$ac_ext <<_ACEOF
16930 /* end confdefs.h. */
16931 $ac_includes_default
16935 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16942 rm -f conftest.
$ac_objext
16943 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16944 (eval $ac_compile) 2>conftest.er1
16946 grep -v '^ *+' conftest.er1
>conftest.err
16948 cat conftest.err
>&5
16949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16950 (exit $ac_status); } &&
16951 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16953 (eval $ac_try) 2>&5
16955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16956 (exit $ac_status); }; } &&
16957 { ac_try
='test -s conftest.$ac_objext'
16958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16959 (eval $ac_try) 2>&5
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); }; }; then
16965 echo "$as_me: failed program was:" >&5
16966 sed 's/^/| /' conftest.
$ac_ext >&5
16968 ac_lo
=`expr '(' $ac_mid ')' + 1`
16970 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16973 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
16974 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16975 See \`config.log' for more details." >&5
16976 echo "$as_me: error: cannot compute sizeof (void *), 77
16977 See \`config.log' for more details." >&2;}
16978 { (exit 1); exit 1; }; } ;;
16981 if test "$cross_compiling" = yes; then
16982 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16983 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16984 { (exit 1); exit 1; }; }
16986 cat >conftest.
$ac_ext <<_ACEOF
16989 cat confdefs.h
>>conftest.
$ac_ext
16990 cat >>conftest.
$ac_ext <<_ACEOF
16991 /* end confdefs.h. */
16992 $ac_includes_default
16993 long longval () { return (long) (sizeof (void *)); }
16994 unsigned long ulongval () { return (long) (sizeof (void *)); }
16996 #include <stdlib.h>
17001 FILE *f = fopen ("conftest.val", "w");
17004 if (((long) (sizeof (void *))) < 0)
17006 long i = longval ();
17007 if (i != ((long) (sizeof (void *))))
17009 fprintf (f, "%ld\n", i);
17013 unsigned long i = ulongval ();
17014 if (i != ((long) (sizeof (void *))))
17016 fprintf (f, "%lu\n", i);
17018 exit (ferror (f) || fclose (f) != 0);
17024 rm -f conftest
$ac_exeext
17025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17026 (eval $ac_link) 2>&5
17028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17031 (eval $ac_try) 2>&5
17033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17034 (exit $ac_status); }; }; then
17035 ac_cv_sizeof_void_p
=`cat conftest.val`
17037 echo "$as_me: program exited with status $ac_status" >&5
17038 echo "$as_me: failed program was:" >&5
17039 sed 's/^/| /' conftest.
$ac_ext >&5
17041 ( exit $ac_status )
17042 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
17043 See \`config.log' for more details." >&5
17044 echo "$as_me: error: cannot compute sizeof (void *), 77
17045 See \`config.log' for more details." >&2;}
17046 { (exit 1); exit 1; }; }
17048 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17053 ac_cv_sizeof_void_p
=0
17056 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
17057 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
17058 cat >>confdefs.h
<<_ACEOF
17059 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
17063 echo "$as_me:$LINENO: checking for int" >&5
17064 echo $ECHO_N "checking for int... $ECHO_C" >&6
17065 if test "${ac_cv_type_int+set}" = set; then
17066 echo $ECHO_N "(cached) $ECHO_C" >&6
17068 cat >conftest.
$ac_ext <<_ACEOF
17071 cat confdefs.h
>>conftest.
$ac_ext
17072 cat >>conftest.
$ac_ext <<_ACEOF
17073 /* end confdefs.h. */
17074 $ac_includes_default
17086 rm -f conftest.
$ac_objext
17087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17088 (eval $ac_compile) 2>conftest.er1
17090 grep -v '^ *+' conftest.er1
>conftest.err
17092 cat conftest.err
>&5
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } &&
17095 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17097 (eval $ac_try) 2>&5
17099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17100 (exit $ac_status); }; } &&
17101 { ac_try
='test -s conftest.$ac_objext'
17102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17103 (eval $ac_try) 2>&5
17105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17106 (exit $ac_status); }; }; then
17109 echo "$as_me: failed program was:" >&5
17110 sed 's/^/| /' conftest.
$ac_ext >&5
17114 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17116 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17117 echo "${ECHO_T}$ac_cv_type_int" >&6
17119 echo "$as_me:$LINENO: checking size of int" >&5
17120 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17121 if test "${ac_cv_sizeof_int+set}" = set; then
17122 echo $ECHO_N "(cached) $ECHO_C" >&6
17124 if test "$ac_cv_type_int" = yes; then
17125 # The cast to unsigned long works around a bug in the HP C Compiler
17126 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17127 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17128 # This bug is HP SR number 8606223364.
17129 if test "$cross_compiling" = yes; then
17130 # Depending upon the size, compute the lo and hi bounds.
17131 cat >conftest.
$ac_ext <<_ACEOF
17134 cat confdefs.h
>>conftest.
$ac_ext
17135 cat >>conftest.
$ac_ext <<_ACEOF
17136 /* end confdefs.h. */
17137 $ac_includes_default
17141 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17148 rm -f conftest.
$ac_objext
17149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17150 (eval $ac_compile) 2>conftest.er1
17152 grep -v '^ *+' conftest.er1
>conftest.err
17154 cat conftest.err
>&5
17155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); } &&
17157 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17159 (eval $ac_try) 2>&5
17161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17162 (exit $ac_status); }; } &&
17163 { ac_try
='test -s conftest.$ac_objext'
17164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17165 (eval $ac_try) 2>&5
17167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17168 (exit $ac_status); }; }; then
17171 cat >conftest.
$ac_ext <<_ACEOF
17174 cat confdefs.h
>>conftest.
$ac_ext
17175 cat >>conftest.
$ac_ext <<_ACEOF
17176 /* end confdefs.h. */
17177 $ac_includes_default
17181 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17188 rm -f conftest.
$ac_objext
17189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17190 (eval $ac_compile) 2>conftest.er1
17192 grep -v '^ *+' conftest.er1
>conftest.err
17194 cat conftest.err
>&5
17195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17196 (exit $ac_status); } &&
17197 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17199 (eval $ac_try) 2>&5
17201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17202 (exit $ac_status); }; } &&
17203 { ac_try
='test -s conftest.$ac_objext'
17204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17205 (eval $ac_try) 2>&5
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); }; }; then
17209 ac_hi
=$ac_mid; break
17211 echo "$as_me: failed program was:" >&5
17212 sed 's/^/| /' conftest.
$ac_ext >&5
17214 ac_lo
=`expr $ac_mid + 1`
17215 if test $ac_lo -le $ac_mid; then
17219 ac_mid
=`expr 2 '*' $ac_mid + 1`
17221 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17224 echo "$as_me: failed program was:" >&5
17225 sed 's/^/| /' conftest.
$ac_ext >&5
17227 cat >conftest.
$ac_ext <<_ACEOF
17230 cat confdefs.h
>>conftest.
$ac_ext
17231 cat >>conftest.
$ac_ext <<_ACEOF
17232 /* end confdefs.h. */
17233 $ac_includes_default
17237 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17244 rm -f conftest.
$ac_objext
17245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17246 (eval $ac_compile) 2>conftest.er1
17248 grep -v '^ *+' conftest.er1
>conftest.err
17250 cat conftest.err
>&5
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); } &&
17253 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17255 (eval $ac_try) 2>&5
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); }; } &&
17259 { ac_try
='test -s conftest.$ac_objext'
17260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17261 (eval $ac_try) 2>&5
17263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264 (exit $ac_status); }; }; then
17267 cat >conftest.
$ac_ext <<_ACEOF
17270 cat confdefs.h
>>conftest.
$ac_ext
17271 cat >>conftest.
$ac_ext <<_ACEOF
17272 /* end confdefs.h. */
17273 $ac_includes_default
17277 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17284 rm -f conftest.
$ac_objext
17285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17286 (eval $ac_compile) 2>conftest.er1
17288 grep -v '^ *+' conftest.er1
>conftest.err
17290 cat conftest.err
>&5
17291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17292 (exit $ac_status); } &&
17293 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17295 (eval $ac_try) 2>&5
17297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17298 (exit $ac_status); }; } &&
17299 { ac_try
='test -s conftest.$ac_objext'
17300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17301 (eval $ac_try) 2>&5
17303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17304 (exit $ac_status); }; }; then
17305 ac_lo
=$ac_mid; break
17307 echo "$as_me: failed program was:" >&5
17308 sed 's/^/| /' conftest.
$ac_ext >&5
17310 ac_hi
=`expr '(' $ac_mid ')' - 1`
17311 if test $ac_mid -le $ac_hi; then
17315 ac_mid
=`expr 2 '*' $ac_mid`
17317 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17320 echo "$as_me: failed program was:" >&5
17321 sed 's/^/| /' conftest.
$ac_ext >&5
17325 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17327 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17328 # Binary search between lo and hi bounds.
17329 while test "x$ac_lo" != "x$ac_hi"; do
17330 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17331 cat >conftest.
$ac_ext <<_ACEOF
17334 cat confdefs.h
>>conftest.
$ac_ext
17335 cat >>conftest.
$ac_ext <<_ACEOF
17336 /* end confdefs.h. */
17337 $ac_includes_default
17341 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17348 rm -f conftest.
$ac_objext
17349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17350 (eval $ac_compile) 2>conftest.er1
17352 grep -v '^ *+' conftest.er1
>conftest.err
17354 cat conftest.err
>&5
17355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } &&
17357 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17359 (eval $ac_try) 2>&5
17361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362 (exit $ac_status); }; } &&
17363 { ac_try
='test -s conftest.$ac_objext'
17364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17365 (eval $ac_try) 2>&5
17367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368 (exit $ac_status); }; }; then
17371 echo "$as_me: failed program was:" >&5
17372 sed 's/^/| /' conftest.
$ac_ext >&5
17374 ac_lo
=`expr '(' $ac_mid ')' + 1`
17376 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17379 ?
*) ac_cv_sizeof_int
=$ac_lo;;
17380 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17381 See \`config.log' for more details." >&5
17382 echo "$as_me: error: cannot compute sizeof (int), 77
17383 See \`config.log' for more details." >&2;}
17384 { (exit 1); exit 1; }; } ;;
17387 if test "$cross_compiling" = yes; then
17388 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17389 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17390 { (exit 1); exit 1; }; }
17392 cat >conftest.
$ac_ext <<_ACEOF
17395 cat confdefs.h
>>conftest.
$ac_ext
17396 cat >>conftest.
$ac_ext <<_ACEOF
17397 /* end confdefs.h. */
17398 $ac_includes_default
17399 long longval () { return (long) (sizeof (int)); }
17400 unsigned long ulongval () { return (long) (sizeof (int)); }
17402 #include <stdlib.h>
17407 FILE *f = fopen ("conftest.val", "w");
17410 if (((long) (sizeof (int))) < 0)
17412 long i = longval ();
17413 if (i != ((long) (sizeof (int))))
17415 fprintf (f, "%ld\n", i);
17419 unsigned long i = ulongval ();
17420 if (i != ((long) (sizeof (int))))
17422 fprintf (f, "%lu\n", i);
17424 exit (ferror (f) || fclose (f) != 0);
17430 rm -f conftest
$ac_exeext
17431 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17432 (eval $ac_link) 2>&5
17434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17435 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17437 (eval $ac_try) 2>&5
17439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); }; }; then
17441 ac_cv_sizeof_int
=`cat conftest.val`
17443 echo "$as_me: program exited with status $ac_status" >&5
17444 echo "$as_me: failed program was:" >&5
17445 sed 's/^/| /' conftest.
$ac_ext >&5
17447 ( exit $ac_status )
17448 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17449 See \`config.log' for more details." >&5
17450 echo "$as_me: error: cannot compute sizeof (int), 77
17451 See \`config.log' for more details." >&2;}
17452 { (exit 1); exit 1; }; }
17454 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17462 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17463 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17464 cat >>confdefs.h
<<_ACEOF
17465 #define SIZEOF_INT $ac_cv_sizeof_int
17469 echo "$as_me:$LINENO: checking for long" >&5
17470 echo $ECHO_N "checking for long... $ECHO_C" >&6
17471 if test "${ac_cv_type_long+set}" = set; then
17472 echo $ECHO_N "(cached) $ECHO_C" >&6
17474 cat >conftest.
$ac_ext <<_ACEOF
17477 cat confdefs.h
>>conftest.
$ac_ext
17478 cat >>conftest.
$ac_ext <<_ACEOF
17479 /* end confdefs.h. */
17480 $ac_includes_default
17492 rm -f conftest.
$ac_objext
17493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17494 (eval $ac_compile) 2>conftest.er1
17496 grep -v '^ *+' conftest.er1
>conftest.err
17498 cat conftest.err
>&5
17499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17500 (exit $ac_status); } &&
17501 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17503 (eval $ac_try) 2>&5
17505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17506 (exit $ac_status); }; } &&
17507 { ac_try
='test -s conftest.$ac_objext'
17508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17509 (eval $ac_try) 2>&5
17511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); }; }; then
17513 ac_cv_type_long
=yes
17515 echo "$as_me: failed program was:" >&5
17516 sed 's/^/| /' conftest.
$ac_ext >&5
17520 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17522 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
17523 echo "${ECHO_T}$ac_cv_type_long" >&6
17525 echo "$as_me:$LINENO: checking size of long" >&5
17526 echo $ECHO_N "checking size of long... $ECHO_C" >&6
17527 if test "${ac_cv_sizeof_long+set}" = set; then
17528 echo $ECHO_N "(cached) $ECHO_C" >&6
17530 if test "$ac_cv_type_long" = yes; then
17531 # The cast to unsigned long works around a bug in the HP C Compiler
17532 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17533 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17534 # This bug is HP SR number 8606223364.
17535 if test "$cross_compiling" = yes; then
17536 # Depending upon the size, compute the lo and hi bounds.
17537 cat >conftest.
$ac_ext <<_ACEOF
17540 cat confdefs.h
>>conftest.
$ac_ext
17541 cat >>conftest.
$ac_ext <<_ACEOF
17542 /* end confdefs.h. */
17543 $ac_includes_default
17547 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
17554 rm -f conftest.
$ac_objext
17555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17556 (eval $ac_compile) 2>conftest.er1
17558 grep -v '^ *+' conftest.er1
>conftest.err
17560 cat conftest.err
>&5
17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17562 (exit $ac_status); } &&
17563 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17565 (eval $ac_try) 2>&5
17567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17568 (exit $ac_status); }; } &&
17569 { ac_try
='test -s conftest.$ac_objext'
17570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17571 (eval $ac_try) 2>&5
17573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17574 (exit $ac_status); }; }; then
17577 cat >conftest.
$ac_ext <<_ACEOF
17580 cat confdefs.h
>>conftest.
$ac_ext
17581 cat >>conftest.
$ac_ext <<_ACEOF
17582 /* end confdefs.h. */
17583 $ac_includes_default
17587 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17594 rm -f conftest.
$ac_objext
17595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17596 (eval $ac_compile) 2>conftest.er1
17598 grep -v '^ *+' conftest.er1
>conftest.err
17600 cat conftest.err
>&5
17601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17602 (exit $ac_status); } &&
17603 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17605 (eval $ac_try) 2>&5
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); }; } &&
17609 { ac_try
='test -s conftest.$ac_objext'
17610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17611 (eval $ac_try) 2>&5
17613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17614 (exit $ac_status); }; }; then
17615 ac_hi
=$ac_mid; break
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.
$ac_ext >&5
17620 ac_lo
=`expr $ac_mid + 1`
17621 if test $ac_lo -le $ac_mid; then
17625 ac_mid
=`expr 2 '*' $ac_mid + 1`
17627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17630 echo "$as_me: failed program was:" >&5
17631 sed 's/^/| /' conftest.
$ac_ext >&5
17633 cat >conftest.
$ac_ext <<_ACEOF
17636 cat confdefs.h
>>conftest.
$ac_ext
17637 cat >>conftest.
$ac_ext <<_ACEOF
17638 /* end confdefs.h. */
17639 $ac_includes_default
17643 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17650 rm -f conftest.
$ac_objext
17651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17652 (eval $ac_compile) 2>conftest.er1
17654 grep -v '^ *+' conftest.er1
>conftest.err
17656 cat conftest.err
>&5
17657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17658 (exit $ac_status); } &&
17659 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17661 (eval $ac_try) 2>&5
17663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664 (exit $ac_status); }; } &&
17665 { ac_try
='test -s conftest.$ac_objext'
17666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17667 (eval $ac_try) 2>&5
17669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17670 (exit $ac_status); }; }; then
17673 cat >conftest.
$ac_ext <<_ACEOF
17676 cat confdefs.h
>>conftest.
$ac_ext
17677 cat >>conftest.
$ac_ext <<_ACEOF
17678 /* end confdefs.h. */
17679 $ac_includes_default
17683 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17690 rm -f conftest.
$ac_objext
17691 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17692 (eval $ac_compile) 2>conftest.er1
17694 grep -v '^ *+' conftest.er1
>conftest.err
17696 cat conftest.err
>&5
17697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17698 (exit $ac_status); } &&
17699 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17701 (eval $ac_try) 2>&5
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); }; } &&
17705 { ac_try
='test -s conftest.$ac_objext'
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; }; then
17711 ac_lo
=$ac_mid; break
17713 echo "$as_me: failed program was:" >&5
17714 sed 's/^/| /' conftest.
$ac_ext >&5
17716 ac_hi
=`expr '(' $ac_mid ')' - 1`
17717 if test $ac_mid -le $ac_hi; then
17721 ac_mid
=`expr 2 '*' $ac_mid`
17723 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17726 echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.
$ac_ext >&5
17731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17733 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17734 # Binary search between lo and hi bounds.
17735 while test "x$ac_lo" != "x$ac_hi"; do
17736 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17737 cat >conftest.
$ac_ext <<_ACEOF
17740 cat confdefs.h
>>conftest.
$ac_ext
17741 cat >>conftest.
$ac_ext <<_ACEOF
17742 /* end confdefs.h. */
17743 $ac_includes_default
17747 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17754 rm -f conftest.
$ac_objext
17755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17756 (eval $ac_compile) 2>conftest.er1
17758 grep -v '^ *+' conftest.er1
>conftest.err
17760 cat conftest.err
>&5
17761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17762 (exit $ac_status); } &&
17763 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17765 (eval $ac_try) 2>&5
17767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768 (exit $ac_status); }; } &&
17769 { ac_try
='test -s conftest.$ac_objext'
17770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17771 (eval $ac_try) 2>&5
17773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17774 (exit $ac_status); }; }; then
17777 echo "$as_me: failed program was:" >&5
17778 sed 's/^/| /' conftest.
$ac_ext >&5
17780 ac_lo
=`expr '(' $ac_mid ')' + 1`
17782 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17785 ?
*) ac_cv_sizeof_long
=$ac_lo;;
17786 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17787 See \`config.log' for more details." >&5
17788 echo "$as_me: error: cannot compute sizeof (long), 77
17789 See \`config.log' for more details." >&2;}
17790 { (exit 1); exit 1; }; } ;;
17793 if test "$cross_compiling" = yes; then
17794 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17795 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17796 { (exit 1); exit 1; }; }
17798 cat >conftest.
$ac_ext <<_ACEOF
17801 cat confdefs.h
>>conftest.
$ac_ext
17802 cat >>conftest.
$ac_ext <<_ACEOF
17803 /* end confdefs.h. */
17804 $ac_includes_default
17805 long longval () { return (long) (sizeof (long)); }
17806 unsigned long ulongval () { return (long) (sizeof (long)); }
17808 #include <stdlib.h>
17813 FILE *f = fopen ("conftest.val", "w");
17816 if (((long) (sizeof (long))) < 0)
17818 long i = longval ();
17819 if (i != ((long) (sizeof (long))))
17821 fprintf (f, "%ld\n", i);
17825 unsigned long i = ulongval ();
17826 if (i != ((long) (sizeof (long))))
17828 fprintf (f, "%lu\n", i);
17830 exit (ferror (f) || fclose (f) != 0);
17836 rm -f conftest
$ac_exeext
17837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17838 (eval $ac_link) 2>&5
17840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17841 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17843 (eval $ac_try) 2>&5
17845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17846 (exit $ac_status); }; }; then
17847 ac_cv_sizeof_long
=`cat conftest.val`
17849 echo "$as_me: program exited with status $ac_status" >&5
17850 echo "$as_me: failed program was:" >&5
17851 sed 's/^/| /' conftest.
$ac_ext >&5
17853 ( exit $ac_status )
17854 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17855 See \`config.log' for more details." >&5
17856 echo "$as_me: error: cannot compute sizeof (long), 77
17857 See \`config.log' for more details." >&2;}
17858 { (exit 1); exit 1; }; }
17860 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17865 ac_cv_sizeof_long
=0
17868 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17869 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17870 cat >>confdefs.h
<<_ACEOF
17871 #define SIZEOF_LONG $ac_cv_sizeof_long
17875 echo "$as_me:$LINENO: checking for size_t" >&5
17876 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
17877 if test "${ac_cv_type_size_t+set}" = set; then
17878 echo $ECHO_N "(cached) $ECHO_C" >&6
17880 cat >conftest.
$ac_ext <<_ACEOF
17883 cat confdefs.h
>>conftest.
$ac_ext
17884 cat >>conftest.
$ac_ext <<_ACEOF
17885 /* end confdefs.h. */
17886 $ac_includes_default
17892 if (sizeof (size_t))
17898 rm -f conftest.
$ac_objext
17899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17900 (eval $ac_compile) 2>conftest.er1
17902 grep -v '^ *+' conftest.er1
>conftest.err
17904 cat conftest.err
>&5
17905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17906 (exit $ac_status); } &&
17907 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17909 (eval $ac_try) 2>&5
17911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17912 (exit $ac_status); }; } &&
17913 { ac_try
='test -s conftest.$ac_objext'
17914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17915 (eval $ac_try) 2>&5
17917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17918 (exit $ac_status); }; }; then
17919 ac_cv_type_size_t
=yes
17921 echo "$as_me: failed program was:" >&5
17922 sed 's/^/| /' conftest.
$ac_ext >&5
17924 ac_cv_type_size_t
=no
17926 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17928 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17929 echo "${ECHO_T}$ac_cv_type_size_t" >&6
17931 echo "$as_me:$LINENO: checking size of size_t" >&5
17932 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
17933 if test "${ac_cv_sizeof_size_t+set}" = set; then
17934 echo $ECHO_N "(cached) $ECHO_C" >&6
17936 if test "$ac_cv_type_size_t" = yes; then
17937 # The cast to unsigned long works around a bug in the HP C Compiler
17938 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17939 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17940 # This bug is HP SR number 8606223364.
17941 if test "$cross_compiling" = yes; then
17942 # Depending upon the size, compute the lo and hi bounds.
17943 cat >conftest.
$ac_ext <<_ACEOF
17946 cat confdefs.h
>>conftest.
$ac_ext
17947 cat >>conftest.
$ac_ext <<_ACEOF
17948 /* end confdefs.h. */
17949 $ac_includes_default
17953 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
17960 rm -f conftest.
$ac_objext
17961 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17962 (eval $ac_compile) 2>conftest.er1
17964 grep -v '^ *+' conftest.er1
>conftest.err
17966 cat conftest.err
>&5
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } &&
17969 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17971 (eval $ac_try) 2>&5
17973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17974 (exit $ac_status); }; } &&
17975 { ac_try
='test -s conftest.$ac_objext'
17976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17977 (eval $ac_try) 2>&5
17979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17980 (exit $ac_status); }; }; then
17983 cat >conftest.
$ac_ext <<_ACEOF
17986 cat confdefs.h
>>conftest.
$ac_ext
17987 cat >>conftest.
$ac_ext <<_ACEOF
17988 /* end confdefs.h. */
17989 $ac_includes_default
17993 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18000 rm -f conftest.
$ac_objext
18001 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18002 (eval $ac_compile) 2>conftest.er1
18004 grep -v '^ *+' conftest.er1
>conftest.err
18006 cat conftest.err
>&5
18007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18008 (exit $ac_status); } &&
18009 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18011 (eval $ac_try) 2>&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); }; } &&
18015 { ac_try
='test -s conftest.$ac_objext'
18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18017 (eval $ac_try) 2>&5
18019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18020 (exit $ac_status); }; }; then
18021 ac_hi
=$ac_mid; break
18023 echo "$as_me: failed program was:" >&5
18024 sed 's/^/| /' conftest.
$ac_ext >&5
18026 ac_lo
=`expr $ac_mid + 1`
18027 if test $ac_lo -le $ac_mid; then
18031 ac_mid
=`expr 2 '*' $ac_mid + 1`
18033 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18036 echo "$as_me: failed program was:" >&5
18037 sed 's/^/| /' conftest.
$ac_ext >&5
18039 cat >conftest.
$ac_ext <<_ACEOF
18042 cat confdefs.h
>>conftest.
$ac_ext
18043 cat >>conftest.
$ac_ext <<_ACEOF
18044 /* end confdefs.h. */
18045 $ac_includes_default
18049 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
18056 rm -f conftest.
$ac_objext
18057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18058 (eval $ac_compile) 2>conftest.er1
18060 grep -v '^ *+' conftest.er1
>conftest.err
18062 cat conftest.err
>&5
18063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18064 (exit $ac_status); } &&
18065 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18067 (eval $ac_try) 2>&5
18069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18070 (exit $ac_status); }; } &&
18071 { ac_try
='test -s conftest.$ac_objext'
18072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18073 (eval $ac_try) 2>&5
18075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18076 (exit $ac_status); }; }; then
18079 cat >conftest.
$ac_ext <<_ACEOF
18082 cat confdefs.h
>>conftest.
$ac_ext
18083 cat >>conftest.
$ac_ext <<_ACEOF
18084 /* end confdefs.h. */
18085 $ac_includes_default
18089 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
18096 rm -f conftest.
$ac_objext
18097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18098 (eval $ac_compile) 2>conftest.er1
18100 grep -v '^ *+' conftest.er1
>conftest.err
18102 cat conftest.err
>&5
18103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18104 (exit $ac_status); } &&
18105 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18107 (eval $ac_try) 2>&5
18109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18110 (exit $ac_status); }; } &&
18111 { ac_try
='test -s conftest.$ac_objext'
18112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18113 (eval $ac_try) 2>&5
18115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18116 (exit $ac_status); }; }; then
18117 ac_lo
=$ac_mid; break
18119 echo "$as_me: failed program was:" >&5
18120 sed 's/^/| /' conftest.
$ac_ext >&5
18122 ac_hi
=`expr '(' $ac_mid ')' - 1`
18123 if test $ac_mid -le $ac_hi; then
18127 ac_mid
=`expr 2 '*' $ac_mid`
18129 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18132 echo "$as_me: failed program was:" >&5
18133 sed 's/^/| /' conftest.
$ac_ext >&5
18137 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18139 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18140 # Binary search between lo and hi bounds.
18141 while test "x$ac_lo" != "x$ac_hi"; do
18142 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18143 cat >conftest.
$ac_ext <<_ACEOF
18146 cat confdefs.h
>>conftest.
$ac_ext
18147 cat >>conftest.
$ac_ext <<_ACEOF
18148 /* end confdefs.h. */
18149 $ac_includes_default
18153 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
18160 rm -f conftest.
$ac_objext
18161 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18162 (eval $ac_compile) 2>conftest.er1
18164 grep -v '^ *+' conftest.er1
>conftest.err
18166 cat conftest.err
>&5
18167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18168 (exit $ac_status); } &&
18169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18171 (eval $ac_try) 2>&5
18173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18174 (exit $ac_status); }; } &&
18175 { ac_try
='test -s conftest.$ac_objext'
18176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18177 (eval $ac_try) 2>&5
18179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18180 (exit $ac_status); }; }; then
18183 echo "$as_me: failed program was:" >&5
18184 sed 's/^/| /' conftest.
$ac_ext >&5
18186 ac_lo
=`expr '(' $ac_mid ')' + 1`
18188 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18191 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
18192 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18193 See \`config.log' for more details." >&5
18194 echo "$as_me: error: cannot compute sizeof (size_t), 77
18195 See \`config.log' for more details." >&2;}
18196 { (exit 1); exit 1; }; } ;;
18199 if test "$cross_compiling" = yes; then
18200 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18201 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18202 { (exit 1); exit 1; }; }
18204 cat >conftest.
$ac_ext <<_ACEOF
18207 cat confdefs.h
>>conftest.
$ac_ext
18208 cat >>conftest.
$ac_ext <<_ACEOF
18209 /* end confdefs.h. */
18210 $ac_includes_default
18211 long longval () { return (long) (sizeof (size_t)); }
18212 unsigned long ulongval () { return (long) (sizeof (size_t)); }
18214 #include <stdlib.h>
18219 FILE *f = fopen ("conftest.val", "w");
18222 if (((long) (sizeof (size_t))) < 0)
18224 long i = longval ();
18225 if (i != ((long) (sizeof (size_t))))
18227 fprintf (f, "%ld\n", i);
18231 unsigned long i = ulongval ();
18232 if (i != ((long) (sizeof (size_t))))
18234 fprintf (f, "%lu\n", i);
18236 exit (ferror (f) || fclose (f) != 0);
18242 rm -f conftest
$ac_exeext
18243 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18244 (eval $ac_link) 2>&5
18246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18247 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18249 (eval $ac_try) 2>&5
18251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18252 (exit $ac_status); }; }; then
18253 ac_cv_sizeof_size_t
=`cat conftest.val`
18255 echo "$as_me: program exited with status $ac_status" >&5
18256 echo "$as_me: failed program was:" >&5
18257 sed 's/^/| /' conftest.
$ac_ext >&5
18259 ( exit $ac_status )
18260 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
18261 See \`config.log' for more details." >&5
18262 echo "$as_me: error: cannot compute sizeof (size_t), 77
18263 See \`config.log' for more details." >&2;}
18264 { (exit 1); exit 1; }; }
18266 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18271 ac_cv_sizeof_size_t
=0
18274 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
18275 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
18276 cat >>confdefs.h
<<_ACEOF
18277 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
18284 echo "$as_me:$LINENO: checking for long long" >&5
18285 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18286 if test "${ac_cv_type_long_long+set}" = set; then
18287 echo $ECHO_N "(cached) $ECHO_C" >&6
18289 cat >conftest.
$ac_ext <<_ACEOF
18292 cat confdefs.h
>>conftest.
$ac_ext
18293 cat >>conftest.
$ac_ext <<_ACEOF
18294 /* end confdefs.h. */
18295 $ac_includes_default
18299 if ((long long *) 0)
18301 if (sizeof (long long))
18307 rm -f conftest.
$ac_objext
18308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18309 (eval $ac_compile) 2>conftest.er1
18311 grep -v '^ *+' conftest.er1
>conftest.err
18313 cat conftest.err
>&5
18314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315 (exit $ac_status); } &&
18316 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18318 (eval $ac_try) 2>&5
18320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18321 (exit $ac_status); }; } &&
18322 { ac_try
='test -s conftest.$ac_objext'
18323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18324 (eval $ac_try) 2>&5
18326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18327 (exit $ac_status); }; }; then
18328 ac_cv_type_long_long
=yes
18330 echo "$as_me: failed program was:" >&5
18331 sed 's/^/| /' conftest.
$ac_ext >&5
18333 ac_cv_type_long_long
=no
18335 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18337 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18338 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18340 echo "$as_me:$LINENO: checking size of long long" >&5
18341 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18342 if test "${ac_cv_sizeof_long_long+set}" = set; then
18343 echo $ECHO_N "(cached) $ECHO_C" >&6
18345 if test "$ac_cv_type_long_long" = yes; then
18346 # The cast to unsigned long works around a bug in the HP C Compiler
18347 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18348 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18349 # This bug is HP SR number 8606223364.
18350 if test "$cross_compiling" = yes; then
18351 # Depending upon the size, compute the lo and hi bounds.
18352 cat >conftest.
$ac_ext <<_ACEOF
18355 cat confdefs.h
>>conftest.
$ac_ext
18356 cat >>conftest.
$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18358 $ac_includes_default
18362 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18369 rm -f conftest.
$ac_objext
18370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18371 (eval $ac_compile) 2>conftest.er1
18373 grep -v '^ *+' conftest.er1
>conftest.err
18375 cat conftest.err
>&5
18376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377 (exit $ac_status); } &&
18378 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18380 (eval $ac_try) 2>&5
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); }; } &&
18384 { ac_try
='test -s conftest.$ac_objext'
18385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18386 (eval $ac_try) 2>&5
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); }; }; then
18392 cat >conftest.
$ac_ext <<_ACEOF
18395 cat confdefs.h
>>conftest.
$ac_ext
18396 cat >>conftest.
$ac_ext <<_ACEOF
18397 /* end confdefs.h. */
18398 $ac_includes_default
18402 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18409 rm -f conftest.
$ac_objext
18410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18411 (eval $ac_compile) 2>conftest.er1
18413 grep -v '^ *+' conftest.er1
>conftest.err
18415 cat conftest.err
>&5
18416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18417 (exit $ac_status); } &&
18418 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18420 (eval $ac_try) 2>&5
18422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18423 (exit $ac_status); }; } &&
18424 { ac_try
='test -s conftest.$ac_objext'
18425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18426 (eval $ac_try) 2>&5
18428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18429 (exit $ac_status); }; }; then
18430 ac_hi
=$ac_mid; break
18432 echo "$as_me: failed program was:" >&5
18433 sed 's/^/| /' conftest.
$ac_ext >&5
18435 ac_lo
=`expr $ac_mid + 1`
18436 if test $ac_lo -le $ac_mid; then
18440 ac_mid
=`expr 2 '*' $ac_mid + 1`
18442 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18445 echo "$as_me: failed program was:" >&5
18446 sed 's/^/| /' conftest.
$ac_ext >&5
18448 cat >conftest.
$ac_ext <<_ACEOF
18451 cat confdefs.h
>>conftest.
$ac_ext
18452 cat >>conftest.
$ac_ext <<_ACEOF
18453 /* end confdefs.h. */
18454 $ac_includes_default
18458 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18465 rm -f conftest.
$ac_objext
18466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18467 (eval $ac_compile) 2>conftest.er1
18469 grep -v '^ *+' conftest.er1
>conftest.err
18471 cat conftest.err
>&5
18472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473 (exit $ac_status); } &&
18474 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18476 (eval $ac_try) 2>&5
18478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18479 (exit $ac_status); }; } &&
18480 { ac_try
='test -s conftest.$ac_objext'
18481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18482 (eval $ac_try) 2>&5
18484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18485 (exit $ac_status); }; }; then
18488 cat >conftest.
$ac_ext <<_ACEOF
18491 cat confdefs.h
>>conftest.
$ac_ext
18492 cat >>conftest.
$ac_ext <<_ACEOF
18493 /* end confdefs.h. */
18494 $ac_includes_default
18498 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18505 rm -f conftest.
$ac_objext
18506 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18507 (eval $ac_compile) 2>conftest.er1
18509 grep -v '^ *+' conftest.er1
>conftest.err
18511 cat conftest.err
>&5
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } &&
18514 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18516 (eval $ac_try) 2>&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); }; } &&
18520 { ac_try
='test -s conftest.$ac_objext'
18521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18522 (eval $ac_try) 2>&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); }; }; then
18526 ac_lo
=$ac_mid; break
18528 echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.
$ac_ext >&5
18531 ac_hi
=`expr '(' $ac_mid ')' - 1`
18532 if test $ac_mid -le $ac_hi; then
18536 ac_mid
=`expr 2 '*' $ac_mid`
18538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18541 echo "$as_me: failed program was:" >&5
18542 sed 's/^/| /' conftest.
$ac_ext >&5
18546 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18548 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18549 # Binary search between lo and hi bounds.
18550 while test "x$ac_lo" != "x$ac_hi"; do
18551 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18552 cat >conftest.
$ac_ext <<_ACEOF
18555 cat confdefs.h
>>conftest.
$ac_ext
18556 cat >>conftest.
$ac_ext <<_ACEOF
18557 /* end confdefs.h. */
18558 $ac_includes_default
18562 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18569 rm -f conftest.
$ac_objext
18570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18571 (eval $ac_compile) 2>conftest.er1
18573 grep -v '^ *+' conftest.er1
>conftest.err
18575 cat conftest.err
>&5
18576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18577 (exit $ac_status); } &&
18578 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18580 (eval $ac_try) 2>&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); }; } &&
18584 { ac_try
='test -s conftest.$ac_objext'
18585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18586 (eval $ac_try) 2>&5
18588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589 (exit $ac_status); }; }; then
18592 echo "$as_me: failed program was:" >&5
18593 sed 's/^/| /' conftest.
$ac_ext >&5
18595 ac_lo
=`expr '(' $ac_mid ')' + 1`
18597 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18600 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
18601 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18602 See \`config.log' for more details." >&5
18603 echo "$as_me: error: cannot compute sizeof (long long), 77
18604 See \`config.log' for more details." >&2;}
18605 { (exit 1); exit 1; }; } ;;
18608 if test "$cross_compiling" = yes; then
18609 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18610 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18611 { (exit 1); exit 1; }; }
18613 cat >conftest.
$ac_ext <<_ACEOF
18616 cat confdefs.h
>>conftest.
$ac_ext
18617 cat >>conftest.
$ac_ext <<_ACEOF
18618 /* end confdefs.h. */
18619 $ac_includes_default
18620 long longval () { return (long) (sizeof (long long)); }
18621 unsigned long ulongval () { return (long) (sizeof (long long)); }
18623 #include <stdlib.h>
18628 FILE *f = fopen ("conftest.val", "w");
18631 if (((long) (sizeof (long long))) < 0)
18633 long i = longval ();
18634 if (i != ((long) (sizeof (long long))))
18636 fprintf (f, "%ld\n", i);
18640 unsigned long i = ulongval ();
18641 if (i != ((long) (sizeof (long long))))
18643 fprintf (f, "%lu\n", i);
18645 exit (ferror (f) || fclose (f) != 0);
18651 rm -f conftest
$ac_exeext
18652 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18653 (eval $ac_link) 2>&5
18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18658 (eval $ac_try) 2>&5
18660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18661 (exit $ac_status); }; }; then
18662 ac_cv_sizeof_long_long
=`cat conftest.val`
18664 echo "$as_me: program exited with status $ac_status" >&5
18665 echo "$as_me: failed program was:" >&5
18666 sed 's/^/| /' conftest.
$ac_ext >&5
18668 ( exit $ac_status )
18669 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
18670 See \`config.log' for more details." >&5
18671 echo "$as_me: error: cannot compute sizeof (long long), 77
18672 See \`config.log' for more details." >&2;}
18673 { (exit 1); exit 1; }; }
18675 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18680 ac_cv_sizeof_long_long
=0
18683 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
18684 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
18685 cat >>confdefs.h
<<_ACEOF
18686 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
18692 echo "$as_me:$LINENO: checking for long long" >&5
18693 echo $ECHO_N "checking for long long... $ECHO_C" >&6
18694 if test "${ac_cv_type_long_long+set}" = set; then
18695 echo $ECHO_N "(cached) $ECHO_C" >&6
18697 cat >conftest.
$ac_ext <<_ACEOF
18700 cat confdefs.h
>>conftest.
$ac_ext
18701 cat >>conftest.
$ac_ext <<_ACEOF
18702 /* end confdefs.h. */
18703 $ac_includes_default
18707 if ((long long *) 0)
18709 if (sizeof (long long))
18715 rm -f conftest.
$ac_objext
18716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18717 (eval $ac_compile) 2>conftest.er1
18719 grep -v '^ *+' conftest.er1
>conftest.err
18721 cat conftest.err
>&5
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); } &&
18724 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18726 (eval $ac_try) 2>&5
18728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18729 (exit $ac_status); }; } &&
18730 { ac_try
='test -s conftest.$ac_objext'
18731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18732 (eval $ac_try) 2>&5
18734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18735 (exit $ac_status); }; }; then
18736 ac_cv_type_long_long
=yes
18738 echo "$as_me: failed program was:" >&5
18739 sed 's/^/| /' conftest.
$ac_ext >&5
18741 ac_cv_type_long_long
=no
18743 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18745 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18746 echo "${ECHO_T}$ac_cv_type_long_long" >&6
18748 echo "$as_me:$LINENO: checking size of long long" >&5
18749 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
18750 if test "${ac_cv_sizeof_long_long+set}" = set; then
18751 echo $ECHO_N "(cached) $ECHO_C" >&6
18753 if test "$ac_cv_type_long_long" = yes; then
18754 # The cast to unsigned long works around a bug in the HP C Compiler
18755 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18756 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18757 # This bug is HP SR number 8606223364.
18758 if test "$cross_compiling" = yes; then
18759 # Depending upon the size, compute the lo and hi bounds.
18760 cat >conftest.
$ac_ext <<_ACEOF
18763 cat confdefs.h
>>conftest.
$ac_ext
18764 cat >>conftest.
$ac_ext <<_ACEOF
18765 /* end confdefs.h. */
18766 $ac_includes_default
18770 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
18777 rm -f conftest.
$ac_objext
18778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18779 (eval $ac_compile) 2>conftest.er1
18781 grep -v '^ *+' conftest.er1
>conftest.err
18783 cat conftest.err
>&5
18784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18785 (exit $ac_status); } &&
18786 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18788 (eval $ac_try) 2>&5
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); }; } &&
18792 { ac_try
='test -s conftest.$ac_objext'
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); }; }; then
18800 cat >conftest.
$ac_ext <<_ACEOF
18803 cat confdefs.h
>>conftest.
$ac_ext
18804 cat >>conftest.
$ac_ext <<_ACEOF
18805 /* end confdefs.h. */
18806 $ac_includes_default
18810 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18817 rm -f conftest.
$ac_objext
18818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18819 (eval $ac_compile) 2>conftest.er1
18821 grep -v '^ *+' conftest.er1
>conftest.err
18823 cat conftest.err
>&5
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); } &&
18826 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18828 (eval $ac_try) 2>&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); }; } &&
18832 { ac_try
='test -s conftest.$ac_objext'
18833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18834 (eval $ac_try) 2>&5
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); }; }; then
18838 ac_hi
=$ac_mid; break
18840 echo "$as_me: failed program was:" >&5
18841 sed 's/^/| /' conftest.
$ac_ext >&5
18843 ac_lo
=`expr $ac_mid + 1`
18844 if test $ac_lo -le $ac_mid; then
18848 ac_mid
=`expr 2 '*' $ac_mid + 1`
18850 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18853 echo "$as_me: failed program was:" >&5
18854 sed 's/^/| /' conftest.
$ac_ext >&5
18856 cat >conftest.
$ac_ext <<_ACEOF
18859 cat confdefs.h
>>conftest.
$ac_ext
18860 cat >>conftest.
$ac_ext <<_ACEOF
18861 /* end confdefs.h. */
18862 $ac_includes_default
18866 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
18873 rm -f conftest.
$ac_objext
18874 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18875 (eval $ac_compile) 2>conftest.er1
18877 grep -v '^ *+' conftest.er1
>conftest.err
18879 cat conftest.err
>&5
18880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18881 (exit $ac_status); } &&
18882 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18884 (eval $ac_try) 2>&5
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); }; } &&
18888 { ac_try
='test -s conftest.$ac_objext'
18889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18890 (eval $ac_try) 2>&5
18892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18893 (exit $ac_status); }; }; then
18896 cat >conftest.
$ac_ext <<_ACEOF
18899 cat confdefs.h
>>conftest.
$ac_ext
18900 cat >>conftest.
$ac_ext <<_ACEOF
18901 /* end confdefs.h. */
18902 $ac_includes_default
18906 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
18913 rm -f conftest.
$ac_objext
18914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18915 (eval $ac_compile) 2>conftest.er1
18917 grep -v '^ *+' conftest.er1
>conftest.err
18919 cat conftest.err
>&5
18920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18921 (exit $ac_status); } &&
18922 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18924 (eval $ac_try) 2>&5
18926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); }; } &&
18928 { ac_try
='test -s conftest.$ac_objext'
18929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18930 (eval $ac_try) 2>&5
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); }; }; then
18934 ac_lo
=$ac_mid; break
18936 echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.
$ac_ext >&5
18939 ac_hi
=`expr '(' $ac_mid ')' - 1`
18940 if test $ac_mid -le $ac_hi; then
18944 ac_mid
=`expr 2 '*' $ac_mid`
18946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18949 echo "$as_me: failed program was:" >&5
18950 sed 's/^/| /' conftest.
$ac_ext >&5
18954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18956 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18957 # Binary search between lo and hi bounds.
18958 while test "x$ac_lo" != "x$ac_hi"; do
18959 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18960 cat >conftest.
$ac_ext <<_ACEOF
18963 cat confdefs.h
>>conftest.
$ac_ext
18964 cat >>conftest.
$ac_ext <<_ACEOF
18965 /* end confdefs.h. */
18966 $ac_includes_default
18970 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
18977 rm -f conftest.
$ac_objext
18978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18979 (eval $ac_compile) 2>conftest.er1
18981 grep -v '^ *+' conftest.er1
>conftest.err
18983 cat conftest.err
>&5
18984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18985 (exit $ac_status); } &&
18986 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18988 (eval $ac_try) 2>&5
18990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18991 (exit $ac_status); }; } &&
18992 { ac_try
='test -s conftest.$ac_objext'
18993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18994 (eval $ac_try) 2>&5
18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18997 (exit $ac_status); }; }; then
19000 echo "$as_me: failed program was:" >&5
19001 sed 's/^/| /' conftest.
$ac_ext >&5
19003 ac_lo
=`expr '(' $ac_mid ')' + 1`
19005 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19008 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19009 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19010 See \`config.log' for more details." >&5
19011 echo "$as_me: error: cannot compute sizeof (long long), 77
19012 See \`config.log' for more details." >&2;}
19013 { (exit 1); exit 1; }; } ;;
19016 if test "$cross_compiling" = yes; then
19017 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19018 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19019 { (exit 1); exit 1; }; }
19021 cat >conftest.
$ac_ext <<_ACEOF
19024 cat confdefs.h
>>conftest.
$ac_ext
19025 cat >>conftest.
$ac_ext <<_ACEOF
19026 /* end confdefs.h. */
19027 $ac_includes_default
19028 long longval () { return (long) (sizeof (long long)); }
19029 unsigned long ulongval () { return (long) (sizeof (long long)); }
19031 #include <stdlib.h>
19036 FILE *f = fopen ("conftest.val", "w");
19039 if (((long) (sizeof (long long))) < 0)
19041 long i = longval ();
19042 if (i != ((long) (sizeof (long long))))
19044 fprintf (f, "%ld\n", i);
19048 unsigned long i = ulongval ();
19049 if (i != ((long) (sizeof (long long))))
19051 fprintf (f, "%lu\n", i);
19053 exit (ferror (f) || fclose (f) != 0);
19059 rm -f conftest
$ac_exeext
19060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19061 (eval $ac_link) 2>&5
19063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19064 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19066 (eval $ac_try) 2>&5
19068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19069 (exit $ac_status); }; }; then
19070 ac_cv_sizeof_long_long
=`cat conftest.val`
19072 echo "$as_me: program exited with status $ac_status" >&5
19073 echo "$as_me: failed program was:" >&5
19074 sed 's/^/| /' conftest.
$ac_ext >&5
19076 ( exit $ac_status )
19077 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19078 See \`config.log' for more details." >&5
19079 echo "$as_me: error: cannot compute sizeof (long long), 77
19080 See \`config.log' for more details." >&2;}
19081 { (exit 1); exit 1; }; }
19083 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19088 ac_cv_sizeof_long_long
=0
19091 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19092 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19093 cat >>confdefs.h
<<_ACEOF
19094 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19098 if test "$ac_cv_sizeof_long_long" != "0"; then
19099 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
19103 echo "$as_me:$LINENO: checking for long long" >&5
19104 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19105 if test "${ac_cv_type_long_long+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19108 cat >conftest.
$ac_ext <<_ACEOF
19111 cat confdefs.h
>>conftest.
$ac_ext
19112 cat >>conftest.
$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19114 $ac_includes_default
19118 if ((long long *) 0)
19120 if (sizeof (long long))
19126 rm -f conftest.
$ac_objext
19127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19128 (eval $ac_compile) 2>conftest.er1
19130 grep -v '^ *+' conftest.er1
>conftest.err
19132 cat conftest.err
>&5
19133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19134 (exit $ac_status); } &&
19135 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19137 (eval $ac_try) 2>&5
19139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140 (exit $ac_status); }; } &&
19141 { ac_try
='test -s conftest.$ac_objext'
19142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19143 (eval $ac_try) 2>&5
19145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19146 (exit $ac_status); }; }; then
19147 ac_cv_type_long_long
=yes
19149 echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.
$ac_ext >&5
19152 ac_cv_type_long_long
=no
19154 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19156 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19157 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19159 echo "$as_me:$LINENO: checking size of long long" >&5
19160 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19161 if test "${ac_cv_sizeof_long_long+set}" = set; then
19162 echo $ECHO_N "(cached) $ECHO_C" >&6
19164 if test "$ac_cv_type_long_long" = yes; then
19165 # The cast to unsigned long works around a bug in the HP C Compiler
19166 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19167 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19168 # This bug is HP SR number 8606223364.
19169 if test "$cross_compiling" = yes; then
19170 # Depending upon the size, compute the lo and hi bounds.
19171 cat >conftest.
$ac_ext <<_ACEOF
19174 cat confdefs.h
>>conftest.
$ac_ext
19175 cat >>conftest.
$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19181 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19188 rm -f conftest.
$ac_objext
19189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19190 (eval $ac_compile) 2>conftest.er1
19192 grep -v '^ *+' conftest.er1
>conftest.err
19194 cat conftest.err
>&5
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); } &&
19197 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19199 (eval $ac_try) 2>&5
19201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19202 (exit $ac_status); }; } &&
19203 { ac_try
='test -s conftest.$ac_objext'
19204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19205 (eval $ac_try) 2>&5
19207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19208 (exit $ac_status); }; }; then
19211 cat >conftest.
$ac_ext <<_ACEOF
19214 cat confdefs.h
>>conftest.
$ac_ext
19215 cat >>conftest.
$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19217 $ac_includes_default
19221 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19228 rm -f conftest.
$ac_objext
19229 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19230 (eval $ac_compile) 2>conftest.er1
19232 grep -v '^ *+' conftest.er1
>conftest.err
19234 cat conftest.err
>&5
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } &&
19237 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19239 (eval $ac_try) 2>&5
19241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242 (exit $ac_status); }; } &&
19243 { ac_try
='test -s conftest.$ac_objext'
19244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19245 (eval $ac_try) 2>&5
19247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19248 (exit $ac_status); }; }; then
19249 ac_hi
=$ac_mid; break
19251 echo "$as_me: failed program was:" >&5
19252 sed 's/^/| /' conftest.
$ac_ext >&5
19254 ac_lo
=`expr $ac_mid + 1`
19255 if test $ac_lo -le $ac_mid; then
19259 ac_mid
=`expr 2 '*' $ac_mid + 1`
19261 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19264 echo "$as_me: failed program was:" >&5
19265 sed 's/^/| /' conftest.
$ac_ext >&5
19267 cat >conftest.
$ac_ext <<_ACEOF
19270 cat confdefs.h
>>conftest.
$ac_ext
19271 cat >>conftest.
$ac_ext <<_ACEOF
19272 /* end confdefs.h. */
19273 $ac_includes_default
19277 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19284 rm -f conftest.
$ac_objext
19285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19286 (eval $ac_compile) 2>conftest.er1
19288 grep -v '^ *+' conftest.er1
>conftest.err
19290 cat conftest.err
>&5
19291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19292 (exit $ac_status); } &&
19293 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19295 (eval $ac_try) 2>&5
19297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19298 (exit $ac_status); }; } &&
19299 { ac_try
='test -s conftest.$ac_objext'
19300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19301 (eval $ac_try) 2>&5
19303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19304 (exit $ac_status); }; }; then
19307 cat >conftest.
$ac_ext <<_ACEOF
19310 cat confdefs.h
>>conftest.
$ac_ext
19311 cat >>conftest.
$ac_ext <<_ACEOF
19312 /* end confdefs.h. */
19313 $ac_includes_default
19317 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
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_c_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
19345 ac_lo
=$ac_mid; break
19347 echo "$as_me: failed program was:" >&5
19348 sed 's/^/| /' conftest.
$ac_ext >&5
19350 ac_hi
=`expr '(' $ac_mid ')' - 1`
19351 if test $ac_mid -le $ac_hi; then
19355 ac_mid
=`expr 2 '*' $ac_mid`
19357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19360 echo "$as_me: failed program was:" >&5
19361 sed 's/^/| /' conftest.
$ac_ext >&5
19365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19368 # Binary search between lo and hi bounds.
19369 while test "x$ac_lo" != "x$ac_hi"; do
19370 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19371 cat >conftest.
$ac_ext <<_ACEOF
19374 cat confdefs.h
>>conftest.
$ac_ext
19375 cat >>conftest.
$ac_ext <<_ACEOF
19376 /* end confdefs.h. */
19377 $ac_includes_default
19381 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19388 rm -f conftest.
$ac_objext
19389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19390 (eval $ac_compile) 2>conftest.er1
19392 grep -v '^ *+' conftest.er1
>conftest.err
19394 cat conftest.err
>&5
19395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396 (exit $ac_status); } &&
19397 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19399 (eval $ac_try) 2>&5
19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402 (exit $ac_status); }; } &&
19403 { ac_try
='test -s conftest.$ac_objext'
19404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19405 (eval $ac_try) 2>&5
19407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408 (exit $ac_status); }; }; then
19411 echo "$as_me: failed program was:" >&5
19412 sed 's/^/| /' conftest.
$ac_ext >&5
19414 ac_lo
=`expr '(' $ac_mid ')' + 1`
19416 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19419 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
19420 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19421 See \`config.log' for more details." >&5
19422 echo "$as_me: error: cannot compute sizeof (long long), 77
19423 See \`config.log' for more details." >&2;}
19424 { (exit 1); exit 1; }; } ;;
19427 if test "$cross_compiling" = yes; then
19428 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19429 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19430 { (exit 1); exit 1; }; }
19432 cat >conftest.
$ac_ext <<_ACEOF
19435 cat confdefs.h
>>conftest.
$ac_ext
19436 cat >>conftest.
$ac_ext <<_ACEOF
19437 /* end confdefs.h. */
19438 $ac_includes_default
19439 long longval () { return (long) (sizeof (long long)); }
19440 unsigned long ulongval () { return (long) (sizeof (long long)); }
19442 #include <stdlib.h>
19447 FILE *f = fopen ("conftest.val", "w");
19450 if (((long) (sizeof (long long))) < 0)
19452 long i = longval ();
19453 if (i != ((long) (sizeof (long long))))
19455 fprintf (f, "%ld\n", i);
19459 unsigned long i = ulongval ();
19460 if (i != ((long) (sizeof (long long))))
19462 fprintf (f, "%lu\n", i);
19464 exit (ferror (f) || fclose (f) != 0);
19470 rm -f conftest
$ac_exeext
19471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19472 (eval $ac_link) 2>&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19477 (eval $ac_try) 2>&5
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); }; }; then
19481 ac_cv_sizeof_long_long
=`cat conftest.val`
19483 echo "$as_me: program exited with status $ac_status" >&5
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.
$ac_ext >&5
19487 ( exit $ac_status )
19488 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
19489 See \`config.log' for more details." >&5
19490 echo "$as_me: error: cannot compute sizeof (long long), 77
19491 See \`config.log' for more details." >&2;}
19492 { (exit 1); exit 1; }; }
19494 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19499 ac_cv_sizeof_long_long
=0
19502 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
19503 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
19504 cat >>confdefs.h
<<_ACEOF
19505 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
19511 echo "$as_me:$LINENO: checking for wchar_t" >&5
19512 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
19513 if test "${ac_cv_type_wchar_t+set}" = set; then
19514 echo $ECHO_N "(cached) $ECHO_C" >&6
19516 cat >conftest.
$ac_ext <<_ACEOF
19519 cat confdefs.h
>>conftest.
$ac_ext
19520 cat >>conftest.
$ac_ext <<_ACEOF
19521 /* end confdefs.h. */
19523 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19524 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19525 # error "fake wchar_t"
19527 #ifdef HAVE_WCHAR_H
19529 # include <stddef.h>
19531 # include <wchar.h>
19533 #ifdef HAVE_STDLIB_H
19534 # include <stdlib.h>
19545 if (sizeof (wchar_t))
19551 rm -f conftest.
$ac_objext
19552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19553 (eval $ac_compile) 2>conftest.er1
19555 grep -v '^ *+' conftest.er1
>conftest.err
19557 cat conftest.err
>&5
19558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19559 (exit $ac_status); } &&
19560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19562 (eval $ac_try) 2>&5
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); }; } &&
19566 { ac_try
='test -s conftest.$ac_objext'
19567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19568 (eval $ac_try) 2>&5
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); }; }; then
19572 ac_cv_type_wchar_t
=yes
19574 echo "$as_me: failed program was:" >&5
19575 sed 's/^/| /' conftest.
$ac_ext >&5
19577 ac_cv_type_wchar_t
=no
19579 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19581 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
19582 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
19584 echo "$as_me:$LINENO: checking size of wchar_t" >&5
19585 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
19586 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
19587 echo $ECHO_N "(cached) $ECHO_C" >&6
19589 if test "$ac_cv_type_wchar_t" = yes; then
19590 # The cast to unsigned long works around a bug in the HP C Compiler
19591 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19592 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19593 # This bug is HP SR number 8606223364.
19594 if test "$cross_compiling" = yes; then
19595 # Depending upon the size, compute the lo and hi bounds.
19596 cat >conftest.
$ac_ext <<_ACEOF
19599 cat confdefs.h
>>conftest.
$ac_ext
19600 cat >>conftest.
$ac_ext <<_ACEOF
19601 /* end confdefs.h. */
19603 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19604 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19605 # error "fake wchar_t"
19607 #ifdef HAVE_WCHAR_H
19609 # include <stddef.h>
19611 # include <wchar.h>
19613 #ifdef HAVE_STDLIB_H
19614 # include <stdlib.h>
19623 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
19630 rm -f conftest.
$ac_objext
19631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19632 (eval $ac_compile) 2>conftest.er1
19634 grep -v '^ *+' conftest.er1
>conftest.err
19636 cat conftest.err
>&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } &&
19639 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19641 (eval $ac_try) 2>&5
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); }; } &&
19645 { ac_try
='test -s conftest.$ac_objext'
19646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19647 (eval $ac_try) 2>&5
19649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19650 (exit $ac_status); }; }; then
19653 cat >conftest.
$ac_ext <<_ACEOF
19656 cat confdefs.h
>>conftest.
$ac_ext
19657 cat >>conftest.
$ac_ext <<_ACEOF
19658 /* end confdefs.h. */
19660 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19661 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19662 # error "fake wchar_t"
19664 #ifdef HAVE_WCHAR_H
19666 # include <stddef.h>
19668 # include <wchar.h>
19670 #ifdef HAVE_STDLIB_H
19671 # include <stdlib.h>
19680 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19687 rm -f conftest.
$ac_objext
19688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19689 (eval $ac_compile) 2>conftest.er1
19691 grep -v '^ *+' conftest.er1
>conftest.err
19693 cat conftest.err
>&5
19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19695 (exit $ac_status); } &&
19696 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19698 (eval $ac_try) 2>&5
19700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701 (exit $ac_status); }; } &&
19702 { ac_try
='test -s conftest.$ac_objext'
19703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19704 (eval $ac_try) 2>&5
19706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19707 (exit $ac_status); }; }; then
19708 ac_hi
=$ac_mid; break
19710 echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.
$ac_ext >&5
19713 ac_lo
=`expr $ac_mid + 1`
19714 if test $ac_lo -le $ac_mid; then
19718 ac_mid
=`expr 2 '*' $ac_mid + 1`
19720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.
$ac_ext >&5
19726 cat >conftest.
$ac_ext <<_ACEOF
19729 cat confdefs.h
>>conftest.
$ac_ext
19730 cat >>conftest.
$ac_ext <<_ACEOF
19731 /* end confdefs.h. */
19733 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19734 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19735 # error "fake wchar_t"
19737 #ifdef HAVE_WCHAR_H
19739 # include <stddef.h>
19741 # include <wchar.h>
19743 #ifdef HAVE_STDLIB_H
19744 # include <stdlib.h>
19753 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
19760 rm -f conftest.
$ac_objext
19761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19762 (eval $ac_compile) 2>conftest.er1
19764 grep -v '^ *+' conftest.er1
>conftest.err
19766 cat conftest.err
>&5
19767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19768 (exit $ac_status); } &&
19769 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19771 (eval $ac_try) 2>&5
19773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774 (exit $ac_status); }; } &&
19775 { ac_try
='test -s conftest.$ac_objext'
19776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19777 (eval $ac_try) 2>&5
19779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19780 (exit $ac_status); }; }; then
19783 cat >conftest.
$ac_ext <<_ACEOF
19786 cat confdefs.h
>>conftest.
$ac_ext
19787 cat >>conftest.
$ac_ext <<_ACEOF
19788 /* end confdefs.h. */
19790 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19791 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19792 # error "fake wchar_t"
19794 #ifdef HAVE_WCHAR_H
19796 # include <stddef.h>
19798 # include <wchar.h>
19800 #ifdef HAVE_STDLIB_H
19801 # include <stdlib.h>
19810 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
19817 rm -f conftest.
$ac_objext
19818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19819 (eval $ac_compile) 2>conftest.er1
19821 grep -v '^ *+' conftest.er1
>conftest.err
19823 cat conftest.err
>&5
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); } &&
19826 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19828 (eval $ac_try) 2>&5
19830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19831 (exit $ac_status); }; } &&
19832 { ac_try
='test -s conftest.$ac_objext'
19833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19834 (eval $ac_try) 2>&5
19836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837 (exit $ac_status); }; }; then
19838 ac_lo
=$ac_mid; break
19840 echo "$as_me: failed program was:" >&5
19841 sed 's/^/| /' conftest.
$ac_ext >&5
19843 ac_hi
=`expr '(' $ac_mid ')' - 1`
19844 if test $ac_mid -le $ac_hi; then
19848 ac_mid
=`expr 2 '*' $ac_mid`
19850 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19853 echo "$as_me: failed program was:" >&5
19854 sed 's/^/| /' conftest.
$ac_ext >&5
19858 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19860 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19861 # Binary search between lo and hi bounds.
19862 while test "x$ac_lo" != "x$ac_hi"; do
19863 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19864 cat >conftest.
$ac_ext <<_ACEOF
19867 cat confdefs.h
>>conftest.
$ac_ext
19868 cat >>conftest.
$ac_ext <<_ACEOF
19869 /* end confdefs.h. */
19871 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19872 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19873 # error "fake wchar_t"
19875 #ifdef HAVE_WCHAR_H
19877 # include <stddef.h>
19879 # include <wchar.h>
19881 #ifdef HAVE_STDLIB_H
19882 # include <stdlib.h>
19891 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
19898 rm -f conftest.
$ac_objext
19899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19900 (eval $ac_compile) 2>conftest.er1
19902 grep -v '^ *+' conftest.er1
>conftest.err
19904 cat conftest.err
>&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); } &&
19907 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19909 (eval $ac_try) 2>&5
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); }; } &&
19913 { ac_try
='test -s conftest.$ac_objext'
19914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19915 (eval $ac_try) 2>&5
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); }; }; then
19921 echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.
$ac_ext >&5
19924 ac_lo
=`expr '(' $ac_mid ')' + 1`
19926 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19929 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
19930 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
19931 See \`config.log' for more details." >&5
19932 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
19933 See \`config.log' for more details." >&2;}
19934 { (exit 1); exit 1; }; } ;;
19937 if test "$cross_compiling" = yes; then
19938 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19939 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19940 { (exit 1); exit 1; }; }
19942 cat >conftest.
$ac_ext <<_ACEOF
19945 cat confdefs.h
>>conftest.
$ac_ext
19946 cat >>conftest.
$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19949 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
19950 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
19951 # error "fake wchar_t"
19953 #ifdef HAVE_WCHAR_H
19955 # include <stddef.h>
19957 # include <wchar.h>
19959 #ifdef HAVE_STDLIB_H
19960 # include <stdlib.h>
19966 long longval () { return (long) (sizeof (wchar_t)); }
19967 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
19969 #include <stdlib.h>
19974 FILE *f = fopen ("conftest.val", "w");
19977 if (((long) (sizeof (wchar_t))) < 0)
19979 long i = longval ();
19980 if (i != ((long) (sizeof (wchar_t))))
19982 fprintf (f, "%ld\n", i);
19986 unsigned long i = ulongval ();
19987 if (i != ((long) (sizeof (wchar_t))))
19989 fprintf (f, "%lu\n", i);
19991 exit (ferror (f) || fclose (f) != 0);
19997 rm -f conftest
$ac_exeext
19998 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19999 (eval $ac_link) 2>&5
20001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20004 (eval $ac_try) 2>&5
20006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); }; }; then
20008 ac_cv_sizeof_wchar_t
=`cat conftest.val`
20010 echo "$as_me: program exited with status $ac_status" >&5
20011 echo "$as_me: failed program was:" >&5
20012 sed 's/^/| /' conftest.
$ac_ext >&5
20014 ( exit $ac_status )
20015 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
20016 See \`config.log' for more details." >&5
20017 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
20018 See \`config.log' for more details." >&2;}
20019 { (exit 1); exit 1; }; }
20021 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20026 ac_cv_sizeof_wchar_t
=0
20029 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
20030 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
20031 cat >>confdefs.h
<<_ACEOF
20032 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
20036 if test "$ac_cv_sizeof_wchar_t" != "0"; then
20042 echo "$as_me:$LINENO: checking for va_copy" >&5
20043 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
20044 if test "${wx_cv_func_va_copy+set}" = set; then
20045 echo $ECHO_N "(cached) $ECHO_C" >&6
20048 cat >conftest.
$ac_ext <<_ACEOF
20050 #include <stdarg.h>
20051 void foo(char *f, ...)
20065 rm -f conftest.
$ac_objext conftest
$ac_exeext
20066 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20067 (eval $ac_link) 2>conftest.er1
20069 grep -v '^ *+' conftest.er1
>conftest.err
20071 cat conftest.err
>&5
20072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } &&
20074 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20076 (eval $ac_try) 2>&5
20078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20079 (exit $ac_status); }; } &&
20080 { ac_try
='test -s conftest$ac_exeext'
20081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20082 (eval $ac_try) 2>&5
20084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20085 (exit $ac_status); }; }; then
20086 wx_cv_func_va_copy
=yes
20088 echo "$as_me: failed program was:" >&5
20089 sed 's/^/| /' conftest.
$ac_ext >&5
20091 wx_cv_func_va_copy
=no
20094 rm -f conftest.err conftest.
$ac_objext \
20095 conftest
$ac_exeext conftest.
$ac_ext
20099 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
20100 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
20102 if test $wx_cv_func_va_copy = "yes"; then
20103 cat >>confdefs.h
<<\_ACEOF
20104 #define HAVE_VA_COPY 1
20108 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
20109 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
20110 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
20111 echo $ECHO_N "(cached) $ECHO_C" >&6
20114 if test "$cross_compiling" = yes; then
20115 wx_cv_type_va_list_lvalue
=yes
20118 cat >conftest.
$ac_ext <<_ACEOF
20120 #include <stdarg.h>
20121 int foo(char *f, ...)
20126 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
20134 return foo("hi", 17);
20137 rm -f conftest
$ac_exeext
20138 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20139 (eval $ac_link) 2>&5
20141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20142 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20144 (eval $ac_try) 2>&5
20146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147 (exit $ac_status); }; }; then
20148 wx_cv_type_va_list_lvalue
=yes
20150 echo "$as_me: program exited with status $ac_status" >&5
20151 echo "$as_me: failed program was:" >&5
20152 sed 's/^/| /' conftest.
$ac_ext >&5
20154 ( exit $ac_status )
20155 wx_cv_type_va_list_lvalue
=no
20157 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20162 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
20163 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
20165 if test $wx_cv_type_va_list_lvalue != "yes"; then
20166 cat >>confdefs.h
<<\_ACEOF
20167 #define VA_LIST_IS_ARRAY 1
20173 # Check whether --enable-largefile or --disable-largefile was given.
20174 if test "${enable_largefile+set}" = set; then
20175 enableval
="$enable_largefile"
20178 if test "$enable_largefile" != no
; then
20181 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
20182 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
20183 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
20184 echo $ECHO_N "(cached) $ECHO_C" >&6
20187 cat >conftest.
$ac_ext <<_ACEOF
20190 cat confdefs.h
>>conftest.
$ac_ext
20191 cat >>conftest.
$ac_ext <<_ACEOF
20192 /* end confdefs.h. */
20193 #define _FILE_OFFSET_BITS 64
20194 #include <sys/types.h>
20199 unsigned int field: sizeof(off_t) == 8;
20206 rm -f conftest.
$ac_objext
20207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20208 (eval $ac_compile) 2>conftest.er1
20210 grep -v '^ *+' conftest.er1
>conftest.err
20212 cat conftest.err
>&5
20213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20214 (exit $ac_status); } &&
20215 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20217 (eval $ac_try) 2>&5
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); }; } &&
20221 { ac_try
='test -s conftest.$ac_objext'
20222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20223 (eval $ac_try) 2>&5
20225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20226 (exit $ac_status); }; }; then
20227 ac_cv_sys_file_offset_bits
=64
20229 echo "$as_me: failed program was:" >&5
20230 sed 's/^/| /' conftest.
$ac_ext >&5
20232 ac_cv_sys_file_offset_bits
=no
20234 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20238 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
20239 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
20241 if test "$ac_cv_sys_file_offset_bits" != no
; then
20243 cat >>confdefs.h
<<_ACEOF
20244 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
20249 if test "x$wx_largefile" != "xyes"; then
20251 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
20252 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
20253 if test "${ac_cv_sys_large_files+set}" = set; then
20254 echo $ECHO_N "(cached) $ECHO_C" >&6
20257 cat >conftest.
$ac_ext <<_ACEOF
20260 cat confdefs.h
>>conftest.
$ac_ext
20261 cat >>conftest.
$ac_ext <<_ACEOF
20262 /* end confdefs.h. */
20263 #define _LARGE_FILES 1
20264 #include <sys/types.h>
20269 unsigned int field: sizeof(off_t) == 8;
20276 rm -f conftest.
$ac_objext
20277 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20278 (eval $ac_compile) 2>conftest.er1
20280 grep -v '^ *+' conftest.er1
>conftest.err
20282 cat conftest.err
>&5
20283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284 (exit $ac_status); } &&
20285 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20287 (eval $ac_try) 2>&5
20289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20290 (exit $ac_status); }; } &&
20291 { ac_try
='test -s conftest.$ac_objext'
20292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20293 (eval $ac_try) 2>&5
20295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20296 (exit $ac_status); }; }; then
20297 ac_cv_sys_large_files
=1
20299 echo "$as_me: failed program was:" >&5
20300 sed 's/^/| /' conftest.
$ac_ext >&5
20302 ac_cv_sys_large_files
=no
20304 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20308 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
20309 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
20311 if test "$ac_cv_sys_large_files" != no
; then
20313 cat >>confdefs.h
<<_ACEOF
20314 #define _LARGE_FILES $ac_cv_sys_large_files
20321 echo "$as_me:$LINENO: checking if large file support is available" >&5
20322 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
20323 if test "x$wx_largefile" = "xyes"; then
20324 cat >>confdefs.h
<<\_ACEOF
20325 #define HAVE_LARGEFILE_SUPPORT 1
20329 echo "$as_me:$LINENO: result: $wx_largefile" >&5
20330 echo "${ECHO_T}$wx_largefile" >&6
20334 if test "x$wx_largefile" = "xyes"; then
20335 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
20336 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
20338 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
20339 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
20340 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
20341 if test "${wx_cv_STDC_EXT_required+set}" = set; then
20342 echo $ECHO_N "(cached) $ECHO_C" >&6
20348 ac_cpp
='$CXXCPP $CPPFLAGS'
20349 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20350 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20351 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20353 cat >conftest.
$ac_ext <<_ACEOF
20356 cat confdefs.h
>>conftest.
$ac_ext
20357 cat >>conftest.
$ac_ext <<_ACEOF
20358 /* end confdefs.h. */
20364 #ifndef __STDC_EXT__
20372 rm -f conftest.
$ac_objext
20373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20374 (eval $ac_compile) 2>conftest.er1
20376 grep -v '^ *+' conftest.er1
>conftest.err
20378 cat conftest.err
>&5
20379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20380 (exit $ac_status); } &&
20381 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20383 (eval $ac_try) 2>&5
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); }; } &&
20387 { ac_try
='test -s conftest.$ac_objext'
20388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20389 (eval $ac_try) 2>&5
20391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); }; }; then
20393 wx_cv_STDC_EXT_required
=no
20395 echo "$as_me: failed program was:" >&5
20396 sed 's/^/| /' conftest.
$ac_ext >&5
20398 wx_cv_STDC_EXT_required
=yes
20401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20403 ac_cpp
='$CPP $CPPFLAGS'
20404 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20405 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20406 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
20411 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
20412 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
20413 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
20414 CXXFLAGS
="$CXXFLAGS -D__STDC_EXT__"
20418 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
20420 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20421 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
20422 if test "${ac_cv_sys_largefile_source+set}" = set; then
20423 echo $ECHO_N "(cached) $ECHO_C" >&6
20426 ac_cv_sys_largefile_source
=no
20427 cat >conftest.
$ac_ext <<_ACEOF
20430 cat confdefs.h
>>conftest.
$ac_ext
20431 cat >>conftest.
$ac_ext <<_ACEOF
20432 /* end confdefs.h. */
20442 rm -f conftest.
$ac_objext
20443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20444 (eval $ac_compile) 2>conftest.er1
20446 grep -v '^ *+' conftest.er1
>conftest.err
20448 cat conftest.err
>&5
20449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20450 (exit $ac_status); } &&
20451 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20453 (eval $ac_try) 2>&5
20455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); }; } &&
20457 { ac_try
='test -s conftest.$ac_objext'
20458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20459 (eval $ac_try) 2>&5
20461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20462 (exit $ac_status); }; }; then
20465 echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.
$ac_ext >&5
20469 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20470 cat >conftest.
$ac_ext <<_ACEOF
20473 cat confdefs.h
>>conftest.
$ac_ext
20474 cat >>conftest.
$ac_ext <<_ACEOF
20475 /* end confdefs.h. */
20476 #define _LARGEFILE_SOURCE 1
20486 rm -f conftest.
$ac_objext
20487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20488 (eval $ac_compile) 2>conftest.er1
20490 grep -v '^ *+' conftest.er1
>conftest.err
20492 cat conftest.err
>&5
20493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20494 (exit $ac_status); } &&
20495 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20497 (eval $ac_try) 2>&5
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); }; } &&
20501 { ac_try
='test -s conftest.$ac_objext'
20502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20503 (eval $ac_try) 2>&5
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); }; }; then
20507 ac_cv_sys_largefile_source
=1; break
20509 echo "$as_me: failed program was:" >&5
20510 sed 's/^/| /' conftest.
$ac_ext >&5
20513 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20517 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
20518 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
20519 if test "$ac_cv_sys_largefile_source" != no
; then
20521 cat >>confdefs.h
<<_ACEOF
20522 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
20528 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
20529 # in glibc 2.1.3, but that breaks too many other things.
20530 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
20531 echo "$as_me:$LINENO: checking for fseeko" >&5
20532 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
20533 if test "${ac_cv_func_fseeko+set}" = set; then
20534 echo $ECHO_N "(cached) $ECHO_C" >&6
20536 cat >conftest.
$ac_ext <<_ACEOF
20539 cat confdefs.h
>>conftest.
$ac_ext
20540 cat >>conftest.
$ac_ext <<_ACEOF
20541 /* end confdefs.h. */
20546 return fseeko && fseeko (stdin, 0, 0);
20551 rm -f conftest.
$ac_objext conftest
$ac_exeext
20552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20553 (eval $ac_link) 2>conftest.er1
20555 grep -v '^ *+' conftest.er1
>conftest.err
20557 cat conftest.err
>&5
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); } &&
20560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20562 (eval $ac_try) 2>&5
20564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20565 (exit $ac_status); }; } &&
20566 { ac_try
='test -s conftest$ac_exeext'
20567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20568 (eval $ac_try) 2>&5
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); }; }; then
20572 ac_cv_func_fseeko
=yes
20574 echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.
$ac_ext >&5
20577 ac_cv_func_fseeko
=no
20579 rm -f conftest.err conftest.
$ac_objext \
20580 conftest
$ac_exeext conftest.
$ac_ext
20582 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
20583 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
20584 if test $ac_cv_func_fseeko = yes; then
20586 cat >>confdefs.h
<<\_ACEOF
20587 #define HAVE_FSEEKO 1
20592 if test "$ac_cv_sys_largefile_source" != no
; then
20593 WX_LARGEFILE_FLAGS
="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
20595 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
20598 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
20599 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
20600 if test "${ac_cv_c_bigendian+set}" = set; then
20601 echo $ECHO_N "(cached) $ECHO_C" >&6
20603 ac_cv_c_bigendian
=unknown
20604 # See if sys/param.h defines the BYTE_ORDER macro.
20605 cat >conftest.
$ac_ext <<_ACEOF
20608 cat confdefs.h
>>conftest.
$ac_ext
20609 cat >>conftest.
$ac_ext <<_ACEOF
20610 /* end confdefs.h. */
20611 #include <sys/types.h>
20612 #include <sys/param.h>
20617 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
20618 bogus endian macros
20624 rm -f conftest.
$ac_objext
20625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20626 (eval $ac_compile) 2>conftest.er1
20628 grep -v '^ *+' conftest.er1
>conftest.err
20630 cat conftest.err
>&5
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); } &&
20633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20635 (eval $ac_try) 2>&5
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); }; } &&
20639 { ac_try
='test -s conftest.$ac_objext'
20640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20641 (eval $ac_try) 2>&5
20643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); }; }; then
20645 # It does; now see whether it defined to BIG_ENDIAN or not.
20646 cat >conftest.
$ac_ext <<_ACEOF
20649 cat confdefs.h
>>conftest.
$ac_ext
20650 cat >>conftest.
$ac_ext <<_ACEOF
20651 /* end confdefs.h. */
20652 #include <sys/types.h>
20653 #include <sys/param.h>
20658 #if BYTE_ORDER != BIG_ENDIAN
20665 rm -f conftest.
$ac_objext
20666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20667 (eval $ac_compile) 2>conftest.er1
20669 grep -v '^ *+' conftest.er1
>conftest.err
20671 cat conftest.err
>&5
20672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673 (exit $ac_status); } &&
20674 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20676 (eval $ac_try) 2>&5
20678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20679 (exit $ac_status); }; } &&
20680 { ac_try
='test -s conftest.$ac_objext'
20681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20682 (eval $ac_try) 2>&5
20684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685 (exit $ac_status); }; }; then
20686 ac_cv_c_bigendian
=yes
20688 echo "$as_me: failed program was:" >&5
20689 sed 's/^/| /' conftest.
$ac_ext >&5
20691 ac_cv_c_bigendian
=no
20693 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.
$ac_ext >&5
20699 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20700 if test $ac_cv_c_bigendian = unknown
; then
20701 if test "$cross_compiling" = yes; then
20702 ac_cv_c_bigendian
=unknown
20704 cat >conftest.
$ac_ext <<_ACEOF
20707 cat confdefs.h
>>conftest.
$ac_ext
20708 cat >>conftest.
$ac_ext <<_ACEOF
20709 /* end confdefs.h. */
20711 /* Are we little or big endian? From Harbison&Steele. */
20715 char c[sizeof (long)];
20718 exit (u.c[sizeof (long) - 1] == 1);
20721 rm -f conftest
$ac_exeext
20722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20723 (eval $ac_link) 2>&5
20725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20726 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20728 (eval $ac_try) 2>&5
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); }; }; then
20732 ac_cv_c_bigendian
=no
20734 echo "$as_me: program exited with status $ac_status" >&5
20735 echo "$as_me: failed program was:" >&5
20736 sed 's/^/| /' conftest.
$ac_ext >&5
20738 ( exit $ac_status )
20739 ac_cv_c_bigendian
=yes
20741 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20745 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
20746 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
20747 if test $ac_cv_c_bigendian = unknown
; then
20748 { 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
20749 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;}
20751 if test $ac_cv_c_bigendian = yes; then
20752 cat >>confdefs.h
<<\_ACEOF
20753 #define WORDS_BIGENDIAN 1
20760 ac_cpp
='$CXXCPP $CPPFLAGS'
20761 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20762 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20763 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20764 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
20765 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
20766 if test -z "$CXXCPP"; then
20767 if test "${ac_cv_prog_CXXCPP+set}" = set; then
20768 echo $ECHO_N "(cached) $ECHO_C" >&6
20770 # Double quotes because CXXCPP needs to be expanded
20771 for CXXCPP
in "$CXX -E" "/lib/cpp"
20773 ac_preproc_ok
=false
20774 for ac_cxx_preproc_warn_flag
in '' yes
20776 # Use a header file that comes with gcc, so configuring glibc
20777 # with a fresh cross-compiler works.
20778 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20779 # <limits.h> exists even on freestanding compilers.
20780 # On the NeXT, cc -E runs the code through the compiler's parser,
20781 # not just through cpp. "Syntax error" is here to catch this case.
20782 cat >conftest.
$ac_ext <<_ACEOF
20785 cat confdefs.h
>>conftest.
$ac_ext
20786 cat >>conftest.
$ac_ext <<_ACEOF
20787 /* end confdefs.h. */
20789 # include <limits.h>
20791 # include <assert.h>
20795 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20796 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20798 grep -v '^ *+' conftest.er1
>conftest.err
20800 cat conftest.err
>&5
20801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20802 (exit $ac_status); } >/dev
/null
; then
20803 if test -s conftest.err
; then
20804 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20805 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20812 if test -z "$ac_cpp_err"; then
20815 echo "$as_me: failed program was:" >&5
20816 sed 's/^/| /' conftest.
$ac_ext >&5
20818 # Broken: fails on valid input.
20821 rm -f conftest.err conftest.
$ac_ext
20823 # OK, works on sane cases. Now check whether non-existent headers
20824 # can be detected and how.
20825 cat >conftest.
$ac_ext <<_ACEOF
20828 cat confdefs.h
>>conftest.
$ac_ext
20829 cat >>conftest.
$ac_ext <<_ACEOF
20830 /* end confdefs.h. */
20831 #include <ac_nonexistent.h>
20833 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20834 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20836 grep -v '^ *+' conftest.er1
>conftest.err
20838 cat conftest.err
>&5
20839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20840 (exit $ac_status); } >/dev
/null
; then
20841 if test -s conftest.err
; then
20842 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20843 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20850 if test -z "$ac_cpp_err"; then
20851 # Broken: success on invalid input.
20854 echo "$as_me: failed program was:" >&5
20855 sed 's/^/| /' conftest.
$ac_ext >&5
20857 # Passes both tests.
20861 rm -f conftest.err conftest.
$ac_ext
20864 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20865 rm -f conftest.err conftest.
$ac_ext
20866 if $ac_preproc_ok; then
20871 ac_cv_prog_CXXCPP
=$CXXCPP
20874 CXXCPP
=$ac_cv_prog_CXXCPP
20876 ac_cv_prog_CXXCPP
=$CXXCPP
20878 echo "$as_me:$LINENO: result: $CXXCPP" >&5
20879 echo "${ECHO_T}$CXXCPP" >&6
20880 ac_preproc_ok
=false
20881 for ac_cxx_preproc_warn_flag
in '' yes
20883 # Use a header file that comes with gcc, so configuring glibc
20884 # with a fresh cross-compiler works.
20885 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20886 # <limits.h> exists even on freestanding compilers.
20887 # On the NeXT, cc -E runs the code through the compiler's parser,
20888 # not just through cpp. "Syntax error" is here to catch this case.
20889 cat >conftest.
$ac_ext <<_ACEOF
20892 cat confdefs.h
>>conftest.
$ac_ext
20893 cat >>conftest.
$ac_ext <<_ACEOF
20894 /* end confdefs.h. */
20896 # include <limits.h>
20898 # include <assert.h>
20902 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20903 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20905 grep -v '^ *+' conftest.er1
>conftest.err
20907 cat conftest.err
>&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } >/dev
/null
; then
20910 if test -s conftest.err
; then
20911 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20912 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20919 if test -z "$ac_cpp_err"; then
20922 echo "$as_me: failed program was:" >&5
20923 sed 's/^/| /' conftest.
$ac_ext >&5
20925 # Broken: fails on valid input.
20928 rm -f conftest.err conftest.
$ac_ext
20930 # OK, works on sane cases. Now check whether non-existent headers
20931 # can be detected and how.
20932 cat >conftest.
$ac_ext <<_ACEOF
20935 cat confdefs.h
>>conftest.
$ac_ext
20936 cat >>conftest.
$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <ac_nonexistent.h>
20940 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20941 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20943 grep -v '^ *+' conftest.er1
>conftest.err
20945 cat conftest.err
>&5
20946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20947 (exit $ac_status); } >/dev
/null
; then
20948 if test -s conftest.err
; then
20949 ac_cpp_err
=$ac_cxx_preproc_warn_flag
20950 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
20957 if test -z "$ac_cpp_err"; then
20958 # Broken: success on invalid input.
20961 echo "$as_me: failed program was:" >&5
20962 sed 's/^/| /' conftest.
$ac_ext >&5
20964 # Passes both tests.
20968 rm -f conftest.err conftest.
$ac_ext
20971 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
20972 rm -f conftest.err conftest.
$ac_ext
20973 if $ac_preproc_ok; then
20976 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20977 See \`config.log' for more details." >&5
20978 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
20979 See \`config.log' for more details." >&2;}
20980 { (exit 1); exit 1; }; }
20984 ac_cpp
='$CXXCPP $CPPFLAGS'
20985 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20986 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20987 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
20994 ac_cpp
='$CXXCPP $CPPFLAGS'
20995 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20996 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20997 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21001 for ac_header
in iostream
21003 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21004 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21005 echo "$as_me:$LINENO: checking for $ac_header" >&5
21006 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21007 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21008 echo $ECHO_N "(cached) $ECHO_C" >&6
21010 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21011 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21013 # Is the header compilable?
21014 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21015 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21016 cat >conftest.
$ac_ext <<_ACEOF
21019 cat confdefs.h
>>conftest.
$ac_ext
21020 cat >>conftest.
$ac_ext <<_ACEOF
21021 /* end confdefs.h. */
21022 $ac_includes_default
21023 #include <$ac_header>
21025 rm -f conftest.
$ac_objext
21026 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21027 (eval $ac_compile) 2>conftest.er1
21029 grep -v '^ *+' conftest.er1
>conftest.err
21031 cat conftest.err
>&5
21032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21033 (exit $ac_status); } &&
21034 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21036 (eval $ac_try) 2>&5
21038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21039 (exit $ac_status); }; } &&
21040 { ac_try
='test -s conftest.$ac_objext'
21041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21042 (eval $ac_try) 2>&5
21044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21045 (exit $ac_status); }; }; then
21046 ac_header_compiler
=yes
21048 echo "$as_me: failed program was:" >&5
21049 sed 's/^/| /' conftest.
$ac_ext >&5
21051 ac_header_compiler
=no
21053 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21054 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21055 echo "${ECHO_T}$ac_header_compiler" >&6
21057 # Is the header present?
21058 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21059 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21060 cat >conftest.
$ac_ext <<_ACEOF
21063 cat confdefs.h
>>conftest.
$ac_ext
21064 cat >>conftest.
$ac_ext <<_ACEOF
21065 /* end confdefs.h. */
21066 #include <$ac_header>
21068 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21069 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21071 grep -v '^ *+' conftest.er1
>conftest.err
21073 cat conftest.err
>&5
21074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21075 (exit $ac_status); } >/dev
/null
; then
21076 if test -s conftest.err
; then
21077 ac_cpp_err
=$ac_cxx_preproc_warn_flag
21078 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
21085 if test -z "$ac_cpp_err"; then
21086 ac_header_preproc
=yes
21088 echo "$as_me: failed program was:" >&5
21089 sed 's/^/| /' conftest.
$ac_ext >&5
21091 ac_header_preproc
=no
21093 rm -f conftest.err conftest.
$ac_ext
21094 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21095 echo "${ECHO_T}$ac_header_preproc" >&6
21097 # So? What about this header?
21098 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
21100 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21101 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21102 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21103 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21104 ac_header_preproc
=yes
21107 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21108 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21109 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21110 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21111 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21112 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21113 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21114 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21115 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21116 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21117 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21118 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21121 ## ----------------------------------------- ##
21122 ## Report this to wx-dev@lists.wxwidgets.org ##
21123 ## ----------------------------------------- ##
21126 sed "s/^/$as_me: WARNING: /" >&2
21129 echo "$as_me:$LINENO: checking for $ac_header" >&5
21130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21131 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21132 echo $ECHO_N "(cached) $ECHO_C" >&6
21134 eval "$as_ac_Header=\$ac_header_preproc"
21136 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21137 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21140 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21141 cat >>confdefs.h
<<_ACEOF
21142 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21150 if test "$ac_cv_header_iostream" = "yes" ; then
21153 cat >>confdefs.h
<<\_ACEOF
21154 #define wxUSE_IOSTREAMH 1
21160 ac_cpp
='$CPP $CPPFLAGS'
21161 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21162 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21163 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21168 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
21169 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
21170 if test "${wx_cv_cpp_bool+set}" = set; then
21171 echo $ECHO_N "(cached) $ECHO_C" >&6
21177 ac_cpp
='$CXXCPP $CPPFLAGS'
21178 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21179 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21180 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21183 cat >conftest.
$ac_ext <<_ACEOF
21186 cat confdefs.h
>>conftest.
$ac_ext
21187 cat >>conftest.
$ac_ext <<_ACEOF
21188 /* end confdefs.h. */
21203 rm -f conftest.
$ac_objext
21204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21205 (eval $ac_compile) 2>conftest.er1
21207 grep -v '^ *+' conftest.er1
>conftest.err
21209 cat conftest.err
>&5
21210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211 (exit $ac_status); } &&
21212 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21214 (eval $ac_try) 2>&5
21216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21217 (exit $ac_status); }; } &&
21218 { ac_try
='test -s conftest.$ac_objext'
21219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21220 (eval $ac_try) 2>&5
21222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21223 (exit $ac_status); }; }; then
21228 echo "$as_me: failed program was:" >&5
21229 sed 's/^/| /' conftest.
$ac_ext >&5
21236 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21239 ac_cpp
='$CPP $CPPFLAGS'
21240 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21241 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21242 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21246 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
21247 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21249 if test "$wx_cv_cpp_bool" = "yes"; then
21250 cat >>confdefs.h
<<\_ACEOF
21251 #define HAVE_BOOL 1
21258 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
21259 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
21260 if test "${wx_cv_explicit+set}" = set; then
21261 echo $ECHO_N "(cached) $ECHO_C" >&6
21267 ac_cpp
='$CXXCPP $CPPFLAGS'
21268 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21269 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21270 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21273 cat >conftest.
$ac_ext <<_ACEOF
21276 cat confdefs.h
>>conftest.
$ac_ext
21277 cat >>conftest.
$ac_ext <<_ACEOF
21278 /* end confdefs.h. */
21280 class Foo { public: explicit Foo(int) {} };
21292 rm -f conftest.
$ac_objext
21293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21294 (eval $ac_compile) 2>conftest.er1
21296 grep -v '^ *+' conftest.er1
>conftest.err
21298 cat conftest.err
>&5
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); } &&
21301 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21303 (eval $ac_try) 2>&5
21305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306 (exit $ac_status); }; } &&
21307 { ac_try
='test -s conftest.$ac_objext'
21308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21309 (eval $ac_try) 2>&5
21311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21312 (exit $ac_status); }; }; then
21314 cat >conftest.
$ac_ext <<_ACEOF
21317 cat confdefs.h
>>conftest.
$ac_ext
21318 cat >>conftest.
$ac_ext <<_ACEOF
21319 /* end confdefs.h. */
21321 class Foo { public: explicit Foo(int) {} };
21322 static void TakeFoo(const Foo& foo) { }
21335 rm -f conftest.
$ac_objext
21336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21337 (eval $ac_compile) 2>conftest.er1
21339 grep -v '^ *+' conftest.er1
>conftest.err
21341 cat conftest.err
>&5
21342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343 (exit $ac_status); } &&
21344 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21346 (eval $ac_try) 2>&5
21348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21349 (exit $ac_status); }; } &&
21350 { ac_try
='test -s conftest.$ac_objext'
21351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21352 (eval $ac_try) 2>&5
21354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21355 (exit $ac_status); }; }; then
21358 echo "$as_me: failed program was:" >&5
21359 sed 's/^/| /' conftest.
$ac_ext >&5
21364 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21367 echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.
$ac_ext >&5
21373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21376 ac_cpp
='$CPP $CPPFLAGS'
21377 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21378 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21379 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21383 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
21384 echo "${ECHO_T}$wx_cv_explicit" >&6
21386 if test "$wx_cv_explicit" = "yes"; then
21387 cat >>confdefs.h
<<\_ACEOF
21388 #define HAVE_EXPLICIT 1
21394 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
21395 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
21396 if test "${ac_cv_cxx_const_cast+set}" = set; then
21397 echo $ECHO_N "(cached) $ECHO_C" >&6
21402 ac_cpp
='$CXXCPP $CPPFLAGS'
21403 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21404 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21405 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21407 cat >conftest.
$ac_ext <<_ACEOF
21410 cat confdefs.h
>>conftest.
$ac_ext
21411 cat >>conftest.
$ac_ext <<_ACEOF
21412 /* end confdefs.h. */
21417 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
21422 rm -f conftest.
$ac_objext
21423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21424 (eval $ac_compile) 2>conftest.er1
21426 grep -v '^ *+' conftest.er1
>conftest.err
21428 cat conftest.err
>&5
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } &&
21431 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21433 (eval $ac_try) 2>&5
21435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21436 (exit $ac_status); }; } &&
21437 { ac_try
='test -s conftest.$ac_objext'
21438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21439 (eval $ac_try) 2>&5
21441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21442 (exit $ac_status); }; }; then
21443 ac_cv_cxx_const_cast
=yes
21445 echo "$as_me: failed program was:" >&5
21446 sed 's/^/| /' conftest.
$ac_ext >&5
21448 ac_cv_cxx_const_cast
=no
21450 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21452 ac_cpp
='$CPP $CPPFLAGS'
21453 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21454 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21455 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21459 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
21460 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
21461 if test "$ac_cv_cxx_const_cast" = yes; then
21463 cat >>confdefs.h
<<\_ACEOF
21464 #define HAVE_CONST_CAST
21469 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
21470 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
21471 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
21472 echo $ECHO_N "(cached) $ECHO_C" >&6
21477 ac_cpp
='$CXXCPP $CPPFLAGS'
21478 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21479 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21480 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21482 cat >conftest.
$ac_ext <<_ACEOF
21485 cat confdefs.h
>>conftest.
$ac_ext
21486 cat >>conftest.
$ac_ext <<_ACEOF
21487 /* end confdefs.h. */
21488 #include <typeinfo>
21489 class Base { public : Base () {} virtual void f () = 0;};
21490 class Derived : public Base { public : Derived () {} virtual void f () {} };
21491 class Unrelated { public : Unrelated () {} };
21492 int g (Unrelated&) { return 0; }
21497 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
21502 rm -f conftest.
$ac_objext
21503 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21504 (eval $ac_compile) 2>conftest.er1
21506 grep -v '^ *+' conftest.er1
>conftest.err
21508 cat conftest.err
>&5
21509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21510 (exit $ac_status); } &&
21511 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21513 (eval $ac_try) 2>&5
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); }; } &&
21517 { ac_try
='test -s conftest.$ac_objext'
21518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21519 (eval $ac_try) 2>&5
21521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21522 (exit $ac_status); }; }; then
21523 ac_cv_cxx_reinterpret_cast
=yes
21525 echo "$as_me: failed program was:" >&5
21526 sed 's/^/| /' conftest.
$ac_ext >&5
21528 ac_cv_cxx_reinterpret_cast
=no
21530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21532 ac_cpp
='$CPP $CPPFLAGS'
21533 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21534 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21535 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21539 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
21540 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
21541 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
21543 cat >>confdefs.h
<<\_ACEOF
21544 #define HAVE_REINTERPRET_CAST
21549 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
21550 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
21551 if test "${ac_cv_cxx_static_cast+set}" = set; then
21552 echo $ECHO_N "(cached) $ECHO_C" >&6
21557 ac_cpp
='$CXXCPP $CPPFLAGS'
21558 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21559 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21560 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21562 cat >conftest.
$ac_ext <<_ACEOF
21565 cat confdefs.h
>>conftest.
$ac_ext
21566 cat >>conftest.
$ac_ext <<_ACEOF
21567 /* end confdefs.h. */
21568 #include <typeinfo>
21569 class Base { public : Base () {} virtual void f () = 0; };
21570 class Derived : public Base { public : Derived () {} virtual void f () {} };
21571 int g (Derived&) { return 0; }
21576 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
21581 rm -f conftest.
$ac_objext
21582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21583 (eval $ac_compile) 2>conftest.er1
21585 grep -v '^ *+' conftest.er1
>conftest.err
21587 cat conftest.err
>&5
21588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21589 (exit $ac_status); } &&
21590 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21592 (eval $ac_try) 2>&5
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); }; } &&
21596 { ac_try
='test -s conftest.$ac_objext'
21597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21598 (eval $ac_try) 2>&5
21600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21601 (exit $ac_status); }; }; then
21602 ac_cv_cxx_static_cast
=yes
21604 echo "$as_me: failed program was:" >&5
21605 sed 's/^/| /' conftest.
$ac_ext >&5
21607 ac_cv_cxx_static_cast
=no
21609 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21611 ac_cpp
='$CPP $CPPFLAGS'
21612 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21613 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21614 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21618 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
21619 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
21620 if test "$ac_cv_cxx_static_cast" = yes; then
21622 cat >>confdefs.h
<<\_ACEOF
21623 #define HAVE_STATIC_CAST
21629 if test "x$SUNCXX" = xyes
; then
21630 CXXFLAGS
="$CXXFLAGS -features=tmplife"
21633 if test "x$SUNCC" = xyes
; then
21634 CFLAGS
="$CFLAGS -erroff=E_NO_EXPLICIT_TYPE_GIVEN"
21637 if test "x$SGICC" = "xyes"; then
21638 CFLAGS
="$CFLAGS -woff 3970"
21640 if test "x$SGICXX" = "xyes"; then
21641 CXXFLAGS
="$CXXFLAGS -woff 3970"
21644 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
21646 ac_cpp
='$CXXCPP $CPPFLAGS'
21647 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21648 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21649 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21652 if test "$wxUSE_UNICODE" = "yes"; then
21653 std_string
="std::wstring"
21654 char_type
="wchar_t"
21656 std_string
="std::string"
21660 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
21661 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
21662 cat >conftest.
$ac_ext <<_ACEOF
21665 cat confdefs.h
>>conftest.
$ac_ext
21666 cat >>conftest.
$ac_ext <<_ACEOF
21667 /* end confdefs.h. */
21677 rm -f conftest.
$ac_objext
21678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21679 (eval $ac_compile) 2>conftest.er1
21681 grep -v '^ *+' conftest.er1
>conftest.err
21683 cat conftest.err
>&5
21684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); } &&
21686 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21688 (eval $ac_try) 2>&5
21690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21691 (exit $ac_status); }; } &&
21692 { ac_try
='test -s conftest.$ac_objext'
21693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21694 (eval $ac_try) 2>&5
21696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697 (exit $ac_status); }; }; then
21698 echo "$as_me:$LINENO: result: yes" >&5
21699 echo "${ECHO_T}yes" >&6
21700 cat >>confdefs.h
<<\_ACEOF
21701 #define HAVE_STD_WSTRING 1
21705 echo "$as_me: failed program was:" >&5
21706 sed 's/^/| /' conftest.
$ac_ext >&5
21708 echo "$as_me:$LINENO: result: no" >&5
21709 echo "${ECHO_T}no" >&6
21710 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
21711 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
21712 cat >conftest.
$ac_ext <<_ACEOF
21715 cat confdefs.h
>>conftest.
$ac_ext
21716 cat >>conftest.
$ac_ext <<_ACEOF
21717 /* end confdefs.h. */
21719 #ifdef HAVE_WCHAR_H
21721 # include <stddef.h>
21723 # include <wchar.h>
21725 #ifdef HAVE_STDLIB_H
21726 # include <stdlib.h>
21734 std::basic_string<$char_type> foo;
21735 const $char_type* dummy = foo.c_str();
21740 rm -f conftest.
$ac_objext
21741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21742 (eval $ac_compile) 2>conftest.er1
21744 grep -v '^ *+' conftest.er1
>conftest.err
21746 cat conftest.err
>&5
21747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } &&
21749 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21751 (eval $ac_try) 2>&5
21753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21754 (exit $ac_status); }; } &&
21755 { ac_try
='test -s conftest.$ac_objext'
21756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21757 (eval $ac_try) 2>&5
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); }; }; then
21761 echo "$as_me:$LINENO: result: yes" >&5
21762 echo "${ECHO_T}yes" >&6
21764 echo "$as_me: failed program was:" >&5
21765 sed 's/^/| /' conftest.
$ac_ext >&5
21767 echo "$as_me:$LINENO: result: no" >&5
21768 echo "${ECHO_T}no" >&6
21769 if test "$wxUSE_STL" = "yes"; then
21770 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
21771 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
21772 { (exit 1); exit 1; }; }
21773 elif grep wxUSE_STD_STRING
$wx_arg_cache_file >/dev
/null
; then
21774 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
21775 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
21776 { (exit 1); exit 1; }; }
21778 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
21779 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
21780 wxUSE_STD_STRING
=no
21785 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21788 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21791 ac_cpp
='$CPP $CPPFLAGS'
21792 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21793 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21794 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21798 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
21800 ac_cpp
='$CXXCPP $CPPFLAGS'
21801 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21802 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21803 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21806 echo "$as_me:$LINENO: checking for std::istream" >&5
21807 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
21808 if test "${ac_cv_type_std__istream+set}" = set; then
21809 echo $ECHO_N "(cached) $ECHO_C" >&6
21811 cat >conftest.
$ac_ext <<_ACEOF
21814 cat confdefs.h
>>conftest.
$ac_ext
21815 cat >>conftest.
$ac_ext <<_ACEOF
21816 /* end confdefs.h. */
21817 #include <iostream>
21822 if ((std::istream *) 0)
21824 if (sizeof (std::istream))
21830 rm -f conftest.
$ac_objext
21831 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21832 (eval $ac_compile) 2>conftest.er1
21834 grep -v '^ *+' conftest.er1
>conftest.err
21836 cat conftest.err
>&5
21837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21838 (exit $ac_status); } &&
21839 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21841 (eval $ac_try) 2>&5
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); }; } &&
21845 { ac_try
='test -s conftest.$ac_objext'
21846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21847 (eval $ac_try) 2>&5
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); }; }; then
21851 ac_cv_type_std__istream
=yes
21853 echo "$as_me: failed program was:" >&5
21854 sed 's/^/| /' conftest.
$ac_ext >&5
21856 ac_cv_type_std__istream
=no
21858 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21860 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
21861 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
21862 if test $ac_cv_type_std__istream = yes; then
21864 cat >>confdefs.h
<<_ACEOF
21865 #define HAVE_STD__ISTREAM 1
21870 wxUSE_STD_IOSTREAM
=no
21872 echo "$as_me:$LINENO: checking for std::ostream" >&5
21873 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
21874 if test "${ac_cv_type_std__ostream+set}" = set; then
21875 echo $ECHO_N "(cached) $ECHO_C" >&6
21877 cat >conftest.
$ac_ext <<_ACEOF
21880 cat confdefs.h
>>conftest.
$ac_ext
21881 cat >>conftest.
$ac_ext <<_ACEOF
21882 /* end confdefs.h. */
21883 #include <iostream>
21888 if ((std::ostream *) 0)
21890 if (sizeof (std::ostream))
21896 rm -f conftest.
$ac_objext
21897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21898 (eval $ac_compile) 2>conftest.er1
21900 grep -v '^ *+' conftest.er1
>conftest.err
21902 cat conftest.err
>&5
21903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); } &&
21905 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21907 (eval $ac_try) 2>&5
21909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); }; } &&
21911 { ac_try
='test -s conftest.$ac_objext'
21912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21913 (eval $ac_try) 2>&5
21915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21916 (exit $ac_status); }; }; then
21917 ac_cv_type_std__ostream
=yes
21919 echo "$as_me: failed program was:" >&5
21920 sed 's/^/| /' conftest.
$ac_ext >&5
21922 ac_cv_type_std__ostream
=no
21924 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21926 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
21927 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
21928 if test $ac_cv_type_std__ostream = yes; then
21930 cat >>confdefs.h
<<_ACEOF
21931 #define HAVE_STD__OSTREAM 1
21936 wxUSE_STD_IOSTREAM
=no
21940 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
21941 if grep wxUSE_STD_IOSTREAM
$wx_arg_cache_file >/dev
/null
; then
21942 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
21943 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
21944 { (exit 1); exit 1; }; }
21946 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
21947 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
21952 ac_cpp
='$CPP $CPPFLAGS'
21953 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21954 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21955 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21959 if test "$wxUSE_STL" = "yes"; then
21961 ac_cpp
='$CXXCPP $CPPFLAGS'
21962 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21963 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21964 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21967 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
21968 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
21969 cat >conftest.
$ac_ext <<_ACEOF
21972 cat confdefs.h
>>conftest.
$ac_ext
21973 cat >>conftest.
$ac_ext <<_ACEOF
21974 /* end confdefs.h. */
21976 #include <functional>
21977 #include <algorithm>
21983 std::vector<int> moo;
21984 std::list<int> foo;
21985 std::vector<int>::iterator it =
21986 std::find_if(moo.begin(), moo.end(),
21987 std::bind2nd(std::less<int>(), 3));
21992 rm -f conftest.
$ac_objext
21993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21994 (eval $ac_compile) 2>conftest.er1
21996 grep -v '^ *+' conftest.er1
>conftest.err
21998 cat conftest.err
>&5
21999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22000 (exit $ac_status); } &&
22001 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22003 (eval $ac_try) 2>&5
22005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22006 (exit $ac_status); }; } &&
22007 { ac_try
='test -s conftest.$ac_objext'
22008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22009 (eval $ac_try) 2>&5
22011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012 (exit $ac_status); }; }; then
22013 echo "$as_me:$LINENO: result: yes" >&5
22014 echo "${ECHO_T}yes" >&6
22016 echo "$as_me: failed program was:" >&5
22017 sed 's/^/| /' conftest.
$ac_ext >&5
22019 echo "$as_me:$LINENO: result: no" >&5
22020 echo "${ECHO_T}no" >&6
22021 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
22022 echo "$as_me: error: Basic STL functionality missing" >&2;}
22023 { (exit 1); exit 1; }; }
22025 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22027 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
22028 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
22029 cat >conftest.
$ac_ext <<_ACEOF
22032 cat confdefs.h
>>conftest.
$ac_ext
22033 cat >>conftest.
$ac_ext <<_ACEOF
22034 /* end confdefs.h. */
22039 std::string foo, bar;
22041 foo.compare(1, 1, bar);
22042 foo.compare(1, 1, bar, 1, 1);
22044 foo.compare(1, 1, "");
22045 foo.compare(1, 1, "", 2);
22050 rm -f conftest.
$ac_objext
22051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22052 (eval $ac_compile) 2>conftest.er1
22054 grep -v '^ *+' conftest.er1
>conftest.err
22056 cat conftest.err
>&5
22057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22058 (exit $ac_status); } &&
22059 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22061 (eval $ac_try) 2>&5
22063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); }; } &&
22065 { ac_try
='test -s conftest.$ac_objext'
22066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22067 (eval $ac_try) 2>&5
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); }; }; then
22071 echo "$as_me:$LINENO: result: yes" >&5
22072 echo "${ECHO_T}yes" >&6
22073 cat >>confdefs.h
<<\_ACEOF
22074 #define HAVE_STD_STRING_COMPARE 1
22078 echo "$as_me: failed program was:" >&5
22079 sed 's/^/| /' conftest.
$ac_ext >&5
22081 echo "$as_me:$LINENO: result: no" >&5
22082 echo "${ECHO_T}no" >&6
22084 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22086 if test "${ac_cv_header_hash_map+set}" = set; then
22087 echo "$as_me:$LINENO: checking for hash_map" >&5
22088 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22089 if test "${ac_cv_header_hash_map+set}" = set; then
22090 echo $ECHO_N "(cached) $ECHO_C" >&6
22092 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22093 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22095 # Is the header compilable?
22096 echo "$as_me:$LINENO: checking hash_map usability" >&5
22097 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
22098 cat >conftest.
$ac_ext <<_ACEOF
22101 cat confdefs.h
>>conftest.
$ac_ext
22102 cat >>conftest.
$ac_ext <<_ACEOF
22103 /* end confdefs.h. */
22104 $ac_includes_default
22105 #include <hash_map>
22107 rm -f conftest.
$ac_objext
22108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22109 (eval $ac_compile) 2>conftest.er1
22111 grep -v '^ *+' conftest.er1
>conftest.err
22113 cat conftest.err
>&5
22114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22115 (exit $ac_status); } &&
22116 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22118 (eval $ac_try) 2>&5
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); }; } &&
22122 { ac_try
='test -s conftest.$ac_objext'
22123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22124 (eval $ac_try) 2>&5
22126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22127 (exit $ac_status); }; }; then
22128 ac_header_compiler
=yes
22130 echo "$as_me: failed program was:" >&5
22131 sed 's/^/| /' conftest.
$ac_ext >&5
22133 ac_header_compiler
=no
22135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22136 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22137 echo "${ECHO_T}$ac_header_compiler" >&6
22139 # Is the header present?
22140 echo "$as_me:$LINENO: checking hash_map presence" >&5
22141 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
22142 cat >conftest.
$ac_ext <<_ACEOF
22145 cat confdefs.h
>>conftest.
$ac_ext
22146 cat >>conftest.
$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22148 #include <hash_map>
22150 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22151 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22153 grep -v '^ *+' conftest.er1
>conftest.err
22155 cat conftest.err
>&5
22156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22157 (exit $ac_status); } >/dev
/null
; then
22158 if test -s conftest.err
; then
22159 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22160 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22167 if test -z "$ac_cpp_err"; then
22168 ac_header_preproc
=yes
22170 echo "$as_me: failed program was:" >&5
22171 sed 's/^/| /' conftest.
$ac_ext >&5
22173 ac_header_preproc
=no
22175 rm -f conftest.err conftest.
$ac_ext
22176 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22177 echo "${ECHO_T}$ac_header_preproc" >&6
22179 # So? What about this header?
22180 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22182 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22183 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22184 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
22185 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
22186 ac_header_preproc
=yes
22189 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
22190 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
22191 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
22192 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
22193 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
22194 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
22195 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
22196 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22197 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
22198 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
22199 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
22200 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
22203 ## ----------------------------------------- ##
22204 ## Report this to wx-dev@lists.wxwidgets.org ##
22205 ## ----------------------------------------- ##
22208 sed "s/^/$as_me: WARNING: /" >&2
22211 echo "$as_me:$LINENO: checking for hash_map" >&5
22212 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
22213 if test "${ac_cv_header_hash_map+set}" = set; then
22214 echo $ECHO_N "(cached) $ECHO_C" >&6
22216 ac_cv_header_hash_map
=$ac_header_preproc
22218 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
22219 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
22222 if test $ac_cv_header_hash_map = yes; then
22223 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22224 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22225 cat >conftest.
$ac_ext <<_ACEOF
22228 cat confdefs.h
>>conftest.
$ac_ext
22229 cat >>conftest.
$ac_ext <<_ACEOF
22230 /* end confdefs.h. */
22231 #include <hash_map>
22232 #include <hash_set>
22236 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
22237 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
22242 rm -f conftest.
$ac_objext
22243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22244 (eval $ac_compile) 2>conftest.er1
22246 grep -v '^ *+' conftest.er1
>conftest.err
22248 cat conftest.err
>&5
22249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250 (exit $ac_status); } &&
22251 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22253 (eval $ac_try) 2>&5
22255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256 (exit $ac_status); }; } &&
22257 { ac_try
='test -s conftest.$ac_objext'
22258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22259 (eval $ac_try) 2>&5
22261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22262 (exit $ac_status); }; }; then
22263 echo "$as_me:$LINENO: result: yes" >&5
22264 echo "${ECHO_T}yes" >&6
22265 cat >>confdefs.h
<<\_ACEOF
22266 #define HAVE_HASH_MAP 1
22269 cat >>confdefs.h
<<\_ACEOF
22270 #define HAVE_STD_HASH_MAP 1
22274 echo "$as_me: failed program was:" >&5
22275 sed 's/^/| /' conftest.
$ac_ext >&5
22277 echo "$as_me:$LINENO: result: no" >&5
22278 echo "${ECHO_T}no" >&6
22280 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22286 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22287 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22288 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22289 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22290 echo $ECHO_N "(cached) $ECHO_C" >&6
22292 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22293 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22295 # Is the header compilable?
22296 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
22297 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
22298 cat >conftest.
$ac_ext <<_ACEOF
22301 cat confdefs.h
>>conftest.
$ac_ext
22302 cat >>conftest.
$ac_ext <<_ACEOF
22303 /* end confdefs.h. */
22304 $ac_includes_default
22305 #include <ext/hash_map>
22307 rm -f conftest.
$ac_objext
22308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22309 (eval $ac_compile) 2>conftest.er1
22311 grep -v '^ *+' conftest.er1
>conftest.err
22313 cat conftest.err
>&5
22314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22315 (exit $ac_status); } &&
22316 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22318 (eval $ac_try) 2>&5
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); }; } &&
22322 { ac_try
='test -s conftest.$ac_objext'
22323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22324 (eval $ac_try) 2>&5
22326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22327 (exit $ac_status); }; }; then
22328 ac_header_compiler
=yes
22330 echo "$as_me: failed program was:" >&5
22331 sed 's/^/| /' conftest.
$ac_ext >&5
22333 ac_header_compiler
=no
22335 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22336 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22337 echo "${ECHO_T}$ac_header_compiler" >&6
22339 # Is the header present?
22340 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
22341 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
22342 cat >conftest.
$ac_ext <<_ACEOF
22345 cat confdefs.h
>>conftest.
$ac_ext
22346 cat >>conftest.
$ac_ext <<_ACEOF
22347 /* end confdefs.h. */
22348 #include <ext/hash_map>
22350 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22351 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22353 grep -v '^ *+' conftest.er1
>conftest.err
22355 cat conftest.err
>&5
22356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357 (exit $ac_status); } >/dev
/null
; then
22358 if test -s conftest.err
; then
22359 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22360 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22367 if test -z "$ac_cpp_err"; then
22368 ac_header_preproc
=yes
22370 echo "$as_me: failed program was:" >&5
22371 sed 's/^/| /' conftest.
$ac_ext >&5
22373 ac_header_preproc
=no
22375 rm -f conftest.err conftest.
$ac_ext
22376 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22377 echo "${ECHO_T}$ac_header_preproc" >&6
22379 # So? What about this header?
22380 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22382 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
22383 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
22384 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
22385 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
22386 ac_header_preproc
=yes
22389 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
22390 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
22391 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
22392 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
22393 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
22394 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
22395 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
22396 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
22397 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
22398 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
22399 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
22400 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
22403 ## ----------------------------------------- ##
22404 ## Report this to wx-dev@lists.wxwidgets.org ##
22405 ## ----------------------------------------- ##
22408 sed "s/^/$as_me: WARNING: /" >&2
22411 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
22412 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
22413 if test "${ac_cv_header_ext_hash_map+set}" = set; then
22414 echo $ECHO_N "(cached) $ECHO_C" >&6
22416 ac_cv_header_ext_hash_map
=$ac_header_preproc
22418 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
22419 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
22422 if test $ac_cv_header_ext_hash_map = yes; then
22423 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
22424 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
22425 cat >conftest.
$ac_ext <<_ACEOF
22428 cat confdefs.h
>>conftest.
$ac_ext
22429 cat >>conftest.
$ac_ext <<_ACEOF
22430 /* end confdefs.h. */
22431 #include <ext/hash_map>
22432 #include <ext/hash_set>
22436 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
22437 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
22442 rm -f conftest.
$ac_objext
22443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22444 (eval $ac_compile) 2>conftest.er1
22446 grep -v '^ *+' conftest.er1
>conftest.err
22448 cat conftest.err
>&5
22449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); } &&
22451 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22453 (eval $ac_try) 2>&5
22455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456 (exit $ac_status); }; } &&
22457 { ac_try
='test -s conftest.$ac_objext'
22458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22459 (eval $ac_try) 2>&5
22461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22462 (exit $ac_status); }; }; then
22463 echo "$as_me:$LINENO: result: yes" >&5
22464 echo "${ECHO_T}yes" >&6
22465 cat >>confdefs.h
<<\_ACEOF
22466 #define HAVE_EXT_HASH_MAP 1
22469 cat >>confdefs.h
<<\_ACEOF
22470 #define HAVE_GNU_CXX_HASH_MAP 1
22474 echo "$as_me: failed program was:" >&5
22475 sed 's/^/| /' conftest.
$ac_ext >&5
22477 echo "$as_me:$LINENO: result: no" >&5
22478 echo "${ECHO_T}no" >&6
22480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22487 ac_cpp
='$CPP $CPPFLAGS'
22488 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22489 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22490 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22496 /usr/local/include \
22498 /usr/Motif-2.1/include \
22499 /usr/Motif-1.2/include \
22500 /usr/include/Motif1.2 \
22503 /usr/openwin/include \
22507 /usr/X11R6/include \
22508 /usr/X11R6.4/include \
22509 /usr/X11R5/include \
22510 /usr/X11R4/include \
22512 /usr/include/X11R6 \
22513 /usr/include/X11R5 \
22514 /usr/include/X11R4 \
22516 /usr/local/X11R6/include \
22517 /usr/local/X11R5/include \
22518 /usr/local/X11R4/include \
22520 /usr/local/include/X11R6 \
22521 /usr/local/include/X11R5 \
22522 /usr/local/include/X11R4 \
22526 /usr/local/X11/include \
22527 /usr/local/include/X11 \
22529 /usr/XFree86/include/X11 \
22532 /usr/openwin/share/include"
22534 echo "$as_me:$LINENO: checking for libraries directory" >&5
22535 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
22536 if test "${wx_cv_std_libpath+set}" = set; then
22537 echo $ECHO_N "(cached) $ECHO_C" >&6
22540 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
22541 for e
in a so sl dylib dll.a
; do
22543 if test -f $libc; then
22546 cat >conftest.
$ac_ext <<_ACEOF
22547 int main() { return 0; }
22549 rm -f conftest.
$ac_objext conftest
$ac_exeext
22550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22551 (eval $ac_link) 2>conftest.er1
22553 grep -v '^ *+' conftest.er1
>conftest.err
22555 cat conftest.err
>&5
22556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557 (exit $ac_status); } &&
22558 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22560 (eval $ac_try) 2>&5
22562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22563 (exit $ac_status); }; } &&
22564 { ac_try
='test -s conftest$ac_exeext'
22565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22566 (eval $ac_try) 2>&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); }; }; then
22570 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
22572 echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.
$ac_ext >&5
22576 rm -f conftest.err conftest.
$ac_objext \
22577 conftest
$ac_exeext conftest.
$ac_ext
22579 if test "x$wx_cv_std_libpath" != "x"; then
22585 if test "x$wx_cv_std_libpath" = "x"; then
22586 wx_cv_std_libpath
="lib"
22591 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
22592 echo "${ECHO_T}$wx_cv_std_libpath" >&6
22594 SEARCH_LIB
=`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g`
22596 if test "$build" != "$host" -a "$GCC" = yes; then
22597 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
22598 cross_root
=`dirname $cross_root`
22599 cross_root
=`dirname $cross_root`
22601 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22602 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
22604 if test -z "$PKG_CONFIG_PATH"; then
22605 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
22606 export PKG_CONFIG_PATH
22609 if test -z "$x_includes" -o "$x_includes" = NONE
; then
22612 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
22614 if test -f "$ac_dir/X11/Intrinsic.h"; then
22615 ac_find_includes
=$ac_dir
22620 x_includes
=$ac_find_includes
22622 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
22626 for ac_dir
in $SEARCH_LIB;
22628 for ac_extension
in a so sl dylib dll.a
; do
22629 if test -f "$ac_dir/libXt.$ac_extension"; then
22630 ac_find_libraries
=$ac_dir
22636 if test "x$ac_find_libraries" = "x" ; then
22639 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
22641 for ac_extension
in a so sl dylib dll.a
; do
22642 if test -f "$ac_dir/libXt.$ac_extension"; then
22643 ac_find_libraries
=$ac_dir
22649 if test "x$ac_find_libraries" != "x" ; then
22650 ac_find_libraries
="default location"
22654 x_libraries
=$ac_find_libraries
22660 cat >confcache
<<\_ACEOF
22661 # This file is a shell script that caches the results of configure
22662 # tests run on this system so they can be shared between configure
22663 # scripts and configure runs, see configure's option --config-cache.
22664 # It is not useful on other systems. If it contains results you don't
22665 # want to keep, you may remove or edit it.
22667 # config.status only pays attention to the cache file if you give it
22668 # the --recheck option to rerun configure.
22670 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22671 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22672 # following values.
22676 # The following way of writing the cache mishandles newlines in values,
22677 # but we know of no workaround that is simple, portable, and efficient.
22678 # So, don't put newlines in cache variables' values.
22679 # Ultrix sh set writes to stderr and can't be redirected directly,
22680 # and sets the high bit in the cache file unless we assign to the vars.
22683 case `(ac_space=' '; set | grep ac_space) 2>&1` in
22685 # `set' does not quote correctly, so add quotes (double-quote
22686 # substitution turns \\\\ into \\, and sed turns \\ into \).
22689 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22692 # `set' quotes correctly as required by POSIX, so do not add quotes.
22694 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
22701 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22703 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22705 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
22706 if test -w $cache_file; then
22707 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
22708 cat confcache
>$cache_file
22710 echo "not updating unwritable cache $cache_file"
22715 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
22716 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
22717 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
22718 if test "${wx_cv_lib_glibc21+set}" = set; then
22719 echo $ECHO_N "(cached) $ECHO_C" >&6
22722 cat >conftest.
$ac_ext <<_ACEOF
22725 cat confdefs.h
>>conftest.
$ac_ext
22726 cat >>conftest.
$ac_ext <<_ACEOF
22727 /* end confdefs.h. */
22728 #include <features.h>
22733 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
22741 rm -f conftest.
$ac_objext
22742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22743 (eval $ac_compile) 2>conftest.er1
22745 grep -v '^ *+' conftest.er1
>conftest.err
22747 cat conftest.err
>&5
22748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22749 (exit $ac_status); } &&
22750 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22752 (eval $ac_try) 2>&5
22754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22755 (exit $ac_status); }; } &&
22756 { ac_try
='test -s conftest.$ac_objext'
22757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22758 (eval $ac_try) 2>&5
22760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); }; }; then
22763 wx_cv_lib_glibc21
=yes
22766 echo "$as_me: failed program was:" >&5
22767 sed 's/^/| /' conftest.
$ac_ext >&5
22770 wx_cv_lib_glibc21
=no
22774 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22777 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
22778 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
22779 if test "$wx_cv_lib_glibc21" = "yes"; then
22780 cat >>confdefs.h
<<\_ACEOF
22781 #define wxHAVE_GLIBC2 1
22787 if test "x$wx_cv_lib_glibc21" = "xyes"; then
22788 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
22789 cat >>confdefs.h
<<\_ACEOF
22790 #define _GNU_SOURCE 1
22798 if test "$wxUSE_REGEX" != "no"; then
22799 cat >>confdefs.h
<<\_ACEOF
22800 #define wxUSE_REGEX 1
22804 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
22805 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
22806 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
22807 wxUSE_REGEX
=builtin
22810 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
22811 if test "${ac_cv_header_regex_h+set}" = set; then
22812 echo "$as_me:$LINENO: checking for regex.h" >&5
22813 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22814 if test "${ac_cv_header_regex_h+set}" = set; then
22815 echo $ECHO_N "(cached) $ECHO_C" >&6
22817 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22818 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22820 # Is the header compilable?
22821 echo "$as_me:$LINENO: checking regex.h usability" >&5
22822 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
22823 cat >conftest.
$ac_ext <<_ACEOF
22826 cat confdefs.h
>>conftest.
$ac_ext
22827 cat >>conftest.
$ac_ext <<_ACEOF
22828 /* end confdefs.h. */
22829 $ac_includes_default
22832 rm -f conftest.
$ac_objext
22833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22834 (eval $ac_compile) 2>conftest.er1
22836 grep -v '^ *+' conftest.er1
>conftest.err
22838 cat conftest.err
>&5
22839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22840 (exit $ac_status); } &&
22841 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22843 (eval $ac_try) 2>&5
22845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22846 (exit $ac_status); }; } &&
22847 { ac_try
='test -s conftest.$ac_objext'
22848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22849 (eval $ac_try) 2>&5
22851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22852 (exit $ac_status); }; }; then
22853 ac_header_compiler
=yes
22855 echo "$as_me: failed program was:" >&5
22856 sed 's/^/| /' conftest.
$ac_ext >&5
22858 ac_header_compiler
=no
22860 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22861 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22862 echo "${ECHO_T}$ac_header_compiler" >&6
22864 # Is the header present?
22865 echo "$as_me:$LINENO: checking regex.h presence" >&5
22866 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
22867 cat >conftest.
$ac_ext <<_ACEOF
22870 cat confdefs.h
>>conftest.
$ac_ext
22871 cat >>conftest.
$ac_ext <<_ACEOF
22872 /* end confdefs.h. */
22875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22876 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22878 grep -v '^ *+' conftest.er1
>conftest.err
22880 cat conftest.err
>&5
22881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882 (exit $ac_status); } >/dev
/null
; then
22883 if test -s conftest.err
; then
22884 ac_cpp_err
=$ac_c_preproc_warn_flag
22885 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22892 if test -z "$ac_cpp_err"; then
22893 ac_header_preproc
=yes
22895 echo "$as_me: failed program was:" >&5
22896 sed 's/^/| /' conftest.
$ac_ext >&5
22898 ac_header_preproc
=no
22900 rm -f conftest.err conftest.
$ac_ext
22901 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22902 echo "${ECHO_T}$ac_header_preproc" >&6
22904 # So? What about this header?
22905 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22907 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
22908 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22909 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
22910 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
22911 ac_header_preproc
=yes
22914 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
22915 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
22916 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
22917 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
22918 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
22919 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
22920 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
22921 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
22922 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
22923 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
22924 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
22925 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
22928 ## ----------------------------------------- ##
22929 ## Report this to wx-dev@lists.wxwidgets.org ##
22930 ## ----------------------------------------- ##
22933 sed "s/^/$as_me: WARNING: /" >&2
22936 echo "$as_me:$LINENO: checking for regex.h" >&5
22937 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
22938 if test "${ac_cv_header_regex_h+set}" = set; then
22939 echo $ECHO_N "(cached) $ECHO_C" >&6
22941 ac_cv_header_regex_h
=$ac_header_preproc
22943 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
22944 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
22947 if test $ac_cv_header_regex_h = yes; then
22949 for ac_func
in regcomp
22951 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22952 echo "$as_me:$LINENO: checking for $ac_func" >&5
22953 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22954 if eval "test \"\${$as_ac_var+set}\" = set"; then
22955 echo $ECHO_N "(cached) $ECHO_C" >&6
22957 cat >conftest.
$ac_ext <<_ACEOF
22960 cat confdefs.h
>>conftest.
$ac_ext
22961 cat >>conftest.
$ac_ext <<_ACEOF
22962 /* end confdefs.h. */
22963 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22965 #define $ac_func innocuous_$ac_func
22967 /* System header to define __stub macros and hopefully few prototypes,
22968 which can conflict with char $ac_func (); below.
22969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22970 <limits.h> exists even on freestanding compilers. */
22973 # include <limits.h>
22975 # include <assert.h>
22980 /* Override any gcc2 internal prototype to avoid an error. */
22985 /* We use char because int might match the return type of a gcc2
22986 builtin and then its argument prototype would still apply. */
22988 /* The GNU C library defines this for functions which it implements
22989 to always fail with ENOSYS. Some functions are actually named
22990 something starting with __ and the normal name is an alias. */
22991 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22994 char (*f) () = $ac_func;
23003 return f != $ac_func;
23008 rm -f conftest.
$ac_objext conftest
$ac_exeext
23009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23010 (eval $ac_link) 2>conftest.er1
23012 grep -v '^ *+' conftest.er1
>conftest.err
23014 cat conftest.err
>&5
23015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23016 (exit $ac_status); } &&
23017 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23019 (eval $ac_try) 2>&5
23021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23022 (exit $ac_status); }; } &&
23023 { ac_try
='test -s conftest$ac_exeext'
23024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23025 (eval $ac_try) 2>&5
23027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23028 (exit $ac_status); }; }; then
23029 eval "$as_ac_var=yes"
23031 echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.
$ac_ext >&5
23034 eval "$as_ac_var=no"
23036 rm -f conftest.err conftest.
$ac_objext \
23037 conftest
$ac_exeext conftest.
$ac_ext
23039 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23040 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23041 if test `eval echo '${'$as_ac_var'}'` = yes; then
23042 cat >>confdefs.h
<<_ACEOF
23043 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23053 if test "x$ac_cv_func_regcomp" != "xyes"; then
23054 if test "$wxUSE_REGEX" = "sys" ; then
23055 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
23056 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
23057 { (exit 1); exit 1; }; }
23059 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
23060 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
23061 wxUSE_REGEX
=builtin
23065 cat >>confdefs.h
<<\_ACEOF
23066 #define WX_NO_REGEX_ADVANCED 1
23075 if test "$wxUSE_ZLIB" != "no" ; then
23076 cat >>confdefs.h
<<\_ACEOF
23077 #define wxUSE_ZLIB 1
23081 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
23082 if test "$USE_DARWIN" = 1; then
23083 system_zlib_h_ok
="yes"
23085 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
23086 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
23087 if test "${ac_cv_header_zlib_h+set}" = set; then
23088 echo $ECHO_N "(cached) $ECHO_C" >&6
23090 if test "$cross_compiling" = yes; then
23091 unset ac_cv_header_zlib_h
23094 cat >conftest.
$ac_ext <<_ACEOF
23097 cat confdefs.h
>>conftest.
$ac_ext
23098 cat >>conftest.
$ac_ext <<_ACEOF
23099 /* end confdefs.h. */
23106 FILE *f=fopen("conftestval", "w");
23109 ZLIB_VERSION[0] == '1' &&
23110 (ZLIB_VERSION[2] > '1' ||
23111 (ZLIB_VERSION[2] == '1' &&
23112 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
23117 rm -f conftest
$ac_exeext
23118 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23119 (eval $ac_link) 2>&5
23121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23122 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23124 (eval $ac_try) 2>&5
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); }; }; then
23128 ac_cv_header_zlib_h
=`cat conftestval`
23130 echo "$as_me: program exited with status $ac_status" >&5
23131 echo "$as_me: failed program was:" >&5
23132 sed 's/^/| /' conftest.
$ac_ext >&5
23134 ( exit $ac_status )
23135 ac_cv_header_zlib_h
=no
23137 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23141 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23142 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23143 if test "${ac_cv_header_zlib_h+set}" = set; then
23144 echo "$as_me:$LINENO: checking for zlib.h" >&5
23145 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23146 if test "${ac_cv_header_zlib_h+set}" = set; then
23147 echo $ECHO_N "(cached) $ECHO_C" >&6
23149 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23150 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23152 # Is the header compilable?
23153 echo "$as_me:$LINENO: checking zlib.h usability" >&5
23154 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
23155 cat >conftest.
$ac_ext <<_ACEOF
23158 cat confdefs.h
>>conftest.
$ac_ext
23159 cat >>conftest.
$ac_ext <<_ACEOF
23160 /* end confdefs.h. */
23161 $ac_includes_default
23164 rm -f conftest.
$ac_objext
23165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23166 (eval $ac_compile) 2>conftest.er1
23168 grep -v '^ *+' conftest.er1
>conftest.err
23170 cat conftest.err
>&5
23171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23172 (exit $ac_status); } &&
23173 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23175 (eval $ac_try) 2>&5
23177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23178 (exit $ac_status); }; } &&
23179 { ac_try
='test -s conftest.$ac_objext'
23180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23181 (eval $ac_try) 2>&5
23183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184 (exit $ac_status); }; }; then
23185 ac_header_compiler
=yes
23187 echo "$as_me: failed program was:" >&5
23188 sed 's/^/| /' conftest.
$ac_ext >&5
23190 ac_header_compiler
=no
23192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23193 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23194 echo "${ECHO_T}$ac_header_compiler" >&6
23196 # Is the header present?
23197 echo "$as_me:$LINENO: checking zlib.h presence" >&5
23198 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
23199 cat >conftest.
$ac_ext <<_ACEOF
23202 cat confdefs.h
>>conftest.
$ac_ext
23203 cat >>conftest.
$ac_ext <<_ACEOF
23204 /* end confdefs.h. */
23207 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23208 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23210 grep -v '^ *+' conftest.er1
>conftest.err
23212 cat conftest.err
>&5
23213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23214 (exit $ac_status); } >/dev
/null
; then
23215 if test -s conftest.err
; then
23216 ac_cpp_err
=$ac_c_preproc_warn_flag
23217 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23224 if test -z "$ac_cpp_err"; then
23225 ac_header_preproc
=yes
23227 echo "$as_me: failed program was:" >&5
23228 sed 's/^/| /' conftest.
$ac_ext >&5
23230 ac_header_preproc
=no
23232 rm -f conftest.err conftest.
$ac_ext
23233 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23234 echo "${ECHO_T}$ac_header_preproc" >&6
23236 # So? What about this header?
23237 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23239 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
23240 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23241 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
23242 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
23243 ac_header_preproc
=yes
23246 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
23247 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
23248 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
23249 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
23250 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
23251 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
23252 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
23253 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
23254 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
23255 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
23256 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
23257 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
23260 ## ----------------------------------------- ##
23261 ## Report this to wx-dev@lists.wxwidgets.org ##
23262 ## ----------------------------------------- ##
23265 sed "s/^/$as_me: WARNING: /" >&2
23268 echo "$as_me:$LINENO: checking for zlib.h" >&5
23269 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
23270 if test "${ac_cv_header_zlib_h+set}" = set; then
23271 echo $ECHO_N "(cached) $ECHO_C" >&6
23273 ac_cv_header_zlib_h
=$ac_header_preproc
23275 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
23276 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
23282 system_zlib_h_ok
=$ac_cv_header_zlib_h
23285 if test "$system_zlib_h_ok" = "yes"; then
23286 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
23287 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
23288 if test "${ac_cv_lib_z_deflate+set}" = set; then
23289 echo $ECHO_N "(cached) $ECHO_C" >&6
23291 ac_check_lib_save_LIBS
=$LIBS
23293 cat >conftest.
$ac_ext <<_ACEOF
23296 cat confdefs.h
>>conftest.
$ac_ext
23297 cat >>conftest.
$ac_ext <<_ACEOF
23298 /* end confdefs.h. */
23300 /* Override any gcc2 internal prototype to avoid an error. */
23304 /* We use char because int might match the return type of a gcc2
23305 builtin and then its argument prototype would still apply. */
23315 rm -f conftest.
$ac_objext conftest
$ac_exeext
23316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23317 (eval $ac_link) 2>conftest.er1
23319 grep -v '^ *+' conftest.er1
>conftest.err
23321 cat conftest.err
>&5
23322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23323 (exit $ac_status); } &&
23324 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23326 (eval $ac_try) 2>&5
23328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329 (exit $ac_status); }; } &&
23330 { ac_try
='test -s conftest$ac_exeext'
23331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23332 (eval $ac_try) 2>&5
23334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23335 (exit $ac_status); }; }; then
23336 ac_cv_lib_z_deflate
=yes
23338 echo "$as_me: failed program was:" >&5
23339 sed 's/^/| /' conftest.
$ac_ext >&5
23341 ac_cv_lib_z_deflate
=no
23343 rm -f conftest.err conftest.
$ac_objext \
23344 conftest
$ac_exeext conftest.
$ac_ext
23345 LIBS
=$ac_check_lib_save_LIBS
23347 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
23348 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
23349 if test $ac_cv_lib_z_deflate = yes; then
23355 if test "x$ZLIB_LINK" = "x" ; then
23356 if test "$wxUSE_ZLIB" = "sys" ; then
23357 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
23358 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
23359 { (exit 1); exit 1; }; }
23361 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
23362 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
23373 if test "$wxUSE_LIBPNG" != "no" ; then
23374 cat >>confdefs.h
<<\_ACEOF
23375 #define wxUSE_LIBPNG 1
23379 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
23380 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
23381 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
23385 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
23386 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
23387 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
23388 wxUSE_LIBPNG
=builtin
23391 if test "$wxUSE_MGL" != 1 ; then
23392 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
23393 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
23394 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
23395 if test "${ac_cv_header_png_h+set}" = set; then
23396 echo $ECHO_N "(cached) $ECHO_C" >&6
23398 if test "$cross_compiling" = yes; then
23399 unset ac_cv_header_png_h
23402 cat >conftest.
$ac_ext <<_ACEOF
23405 cat confdefs.h
>>conftest.
$ac_ext
23406 cat >>conftest.
$ac_ext <<_ACEOF
23407 /* end confdefs.h. */
23414 FILE *f=fopen("conftestval", "w");
23417 PNG_LIBPNG_VER > 90 ? "yes" : "no");
23422 rm -f conftest
$ac_exeext
23423 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23424 (eval $ac_link) 2>&5
23426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23427 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23429 (eval $ac_try) 2>&5
23431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432 (exit $ac_status); }; }; then
23433 ac_cv_header_png_h
=`cat conftestval`
23435 echo "$as_me: program exited with status $ac_status" >&5
23436 echo "$as_me: failed program was:" >&5
23437 sed 's/^/| /' conftest.
$ac_ext >&5
23439 ( exit $ac_status )
23440 ac_cv_header_png_h
=no
23442 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23446 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23447 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23448 if test "${ac_cv_header_png_h+set}" = set; then
23449 echo "$as_me:$LINENO: checking for png.h" >&5
23450 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23451 if test "${ac_cv_header_png_h+set}" = set; then
23452 echo $ECHO_N "(cached) $ECHO_C" >&6
23454 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23455 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23457 # Is the header compilable?
23458 echo "$as_me:$LINENO: checking png.h usability" >&5
23459 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
23460 cat >conftest.
$ac_ext <<_ACEOF
23463 cat confdefs.h
>>conftest.
$ac_ext
23464 cat >>conftest.
$ac_ext <<_ACEOF
23465 /* end confdefs.h. */
23466 $ac_includes_default
23469 rm -f conftest.
$ac_objext
23470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23471 (eval $ac_compile) 2>conftest.er1
23473 grep -v '^ *+' conftest.er1
>conftest.err
23475 cat conftest.err
>&5
23476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23477 (exit $ac_status); } &&
23478 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23480 (eval $ac_try) 2>&5
23482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23483 (exit $ac_status); }; } &&
23484 { ac_try
='test -s conftest.$ac_objext'
23485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23486 (eval $ac_try) 2>&5
23488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23489 (exit $ac_status); }; }; then
23490 ac_header_compiler
=yes
23492 echo "$as_me: failed program was:" >&5
23493 sed 's/^/| /' conftest.
$ac_ext >&5
23495 ac_header_compiler
=no
23497 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23498 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23499 echo "${ECHO_T}$ac_header_compiler" >&6
23501 # Is the header present?
23502 echo "$as_me:$LINENO: checking png.h presence" >&5
23503 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
23504 cat >conftest.
$ac_ext <<_ACEOF
23507 cat confdefs.h
>>conftest.
$ac_ext
23508 cat >>conftest.
$ac_ext <<_ACEOF
23509 /* end confdefs.h. */
23512 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23513 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23515 grep -v '^ *+' conftest.er1
>conftest.err
23517 cat conftest.err
>&5
23518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23519 (exit $ac_status); } >/dev
/null
; then
23520 if test -s conftest.err
; then
23521 ac_cpp_err
=$ac_c_preproc_warn_flag
23522 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23529 if test -z "$ac_cpp_err"; then
23530 ac_header_preproc
=yes
23532 echo "$as_me: failed program was:" >&5
23533 sed 's/^/| /' conftest.
$ac_ext >&5
23535 ac_header_preproc
=no
23537 rm -f conftest.err conftest.
$ac_ext
23538 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23539 echo "${ECHO_T}$ac_header_preproc" >&6
23541 # So? What about this header?
23542 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23544 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
23545 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23546 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
23547 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
23548 ac_header_preproc
=yes
23551 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
23552 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
23553 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
23554 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
23555 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
23556 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
23557 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
23558 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
23559 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
23560 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
23561 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
23562 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
23565 ## ----------------------------------------- ##
23566 ## Report this to wx-dev@lists.wxwidgets.org ##
23567 ## ----------------------------------------- ##
23570 sed "s/^/$as_me: WARNING: /" >&2
23573 echo "$as_me:$LINENO: checking for png.h" >&5
23574 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
23575 if test "${ac_cv_header_png_h+set}" = set; then
23576 echo $ECHO_N "(cached) $ECHO_C" >&6
23578 ac_cv_header_png_h
=$ac_header_preproc
23580 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
23581 echo "${ECHO_T}$ac_cv_header_png_h" >&6
23587 if test "$ac_cv_header_png_h" = "yes"; then
23588 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
23589 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
23590 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
23591 echo $ECHO_N "(cached) $ECHO_C" >&6
23593 ac_check_lib_save_LIBS
=$LIBS
23594 LIBS
="-lpng -lz -lm $LIBS"
23595 cat >conftest.
$ac_ext <<_ACEOF
23598 cat confdefs.h
>>conftest.
$ac_ext
23599 cat >>conftest.
$ac_ext <<_ACEOF
23600 /* end confdefs.h. */
23602 /* Override any gcc2 internal prototype to avoid an error. */
23606 /* We use char because int might match the return type of a gcc2
23607 builtin and then its argument prototype would still apply. */
23608 char png_check_sig ();
23617 rm -f conftest.
$ac_objext conftest
$ac_exeext
23618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23619 (eval $ac_link) 2>conftest.er1
23621 grep -v '^ *+' conftest.er1
>conftest.err
23623 cat conftest.err
>&5
23624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23625 (exit $ac_status); } &&
23626 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23628 (eval $ac_try) 2>&5
23630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23631 (exit $ac_status); }; } &&
23632 { ac_try
='test -s conftest$ac_exeext'
23633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23634 (eval $ac_try) 2>&5
23636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23637 (exit $ac_status); }; }; then
23638 ac_cv_lib_png_png_check_sig
=yes
23640 echo "$as_me: failed program was:" >&5
23641 sed 's/^/| /' conftest.
$ac_ext >&5
23643 ac_cv_lib_png_png_check_sig
=no
23645 rm -f conftest.err conftest.
$ac_objext \
23646 conftest
$ac_exeext conftest.
$ac_ext
23647 LIBS
=$ac_check_lib_save_LIBS
23649 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
23650 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
23651 if test $ac_cv_lib_png_png_check_sig = yes; then
23652 PNG_LINK
=" -lpng -lz"
23657 if test "x$PNG_LINK" = "x" ; then
23658 if test "$wxUSE_LIBPNG" = "sys" ; then
23659 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
23660 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
23661 { (exit 1); exit 1; }; }
23663 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
23664 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
23665 wxUSE_LIBPNG
=builtin
23673 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
23678 if test "$wxUSE_LIBJPEG" != "no" ; then
23679 cat >>confdefs.h
<<\_ACEOF
23680 #define wxUSE_LIBJPEG 1
23684 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
23685 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
23686 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
23690 if test "$wxUSE_MGL" != 1 ; then
23691 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
23692 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
23693 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
23694 if test "${ac_cv_header_jpeglib_h+set}" = set; then
23695 echo $ECHO_N "(cached) $ECHO_C" >&6
23697 cat >conftest.
$ac_ext <<_ACEOF
23700 cat confdefs.h
>>conftest.
$ac_ext
23701 cat >>conftest.
$ac_ext <<_ACEOF
23702 /* end confdefs.h. */
23704 #undef HAVE_STDLIB_H
23706 #include <jpeglib.h>
23717 rm -f conftest.
$ac_objext
23718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23719 (eval $ac_compile) 2>conftest.er1
23721 grep -v '^ *+' conftest.er1
>conftest.err
23723 cat conftest.err
>&5
23724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23725 (exit $ac_status); } &&
23726 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23728 (eval $ac_try) 2>&5
23730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23731 (exit $ac_status); }; } &&
23732 { ac_try
='test -s conftest.$ac_objext'
23733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23734 (eval $ac_try) 2>&5
23736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23737 (exit $ac_status); }; }; then
23738 ac_cv_header_jpeglib_h
=yes
23740 echo "$as_me: failed program was:" >&5
23741 sed 's/^/| /' conftest.
$ac_ext >&5
23743 ac_cv_header_jpeglib_h
=no
23746 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23750 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
23751 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
23753 if test "$ac_cv_header_jpeglib_h" = "yes"; then
23754 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
23755 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
23756 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
23757 echo $ECHO_N "(cached) $ECHO_C" >&6
23759 ac_check_lib_save_LIBS
=$LIBS
23760 LIBS
="-ljpeg $LIBS"
23761 cat >conftest.
$ac_ext <<_ACEOF
23764 cat confdefs.h
>>conftest.
$ac_ext
23765 cat >>conftest.
$ac_ext <<_ACEOF
23766 /* end confdefs.h. */
23768 /* Override any gcc2 internal prototype to avoid an error. */
23772 /* We use char because int might match the return type of a gcc2
23773 builtin and then its argument prototype would still apply. */
23774 char jpeg_read_header ();
23778 jpeg_read_header ();
23783 rm -f conftest.
$ac_objext conftest
$ac_exeext
23784 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23785 (eval $ac_link) 2>conftest.er1
23787 grep -v '^ *+' conftest.er1
>conftest.err
23789 cat conftest.err
>&5
23790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23791 (exit $ac_status); } &&
23792 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23794 (eval $ac_try) 2>&5
23796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23797 (exit $ac_status); }; } &&
23798 { ac_try
='test -s conftest$ac_exeext'
23799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23800 (eval $ac_try) 2>&5
23802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23803 (exit $ac_status); }; }; then
23804 ac_cv_lib_jpeg_jpeg_read_header
=yes
23806 echo "$as_me: failed program was:" >&5
23807 sed 's/^/| /' conftest.
$ac_ext >&5
23809 ac_cv_lib_jpeg_jpeg_read_header
=no
23811 rm -f conftest.err conftest.
$ac_objext \
23812 conftest
$ac_exeext conftest.
$ac_ext
23813 LIBS
=$ac_check_lib_save_LIBS
23815 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
23816 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
23817 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
23818 JPEG_LINK
=" -ljpeg"
23823 if test "x$JPEG_LINK" = "x" ; then
23824 if test "$wxUSE_LIBJPEG" = "sys" ; then
23825 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
23826 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
23827 { (exit 1); exit 1; }; }
23829 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
23830 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
23831 wxUSE_LIBJPEG
=builtin
23842 TIFF_PREREQ_LINKS
=-lm
23843 if test "$wxUSE_LIBTIFF" != "no" ; then
23844 cat >>confdefs.h
<<\_ACEOF
23845 #define wxUSE_LIBTIFF 1
23849 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
23850 if test "$wxUSE_LIBJPEG" = "sys"; then
23851 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
23853 if test "$wxUSE_ZLIB" = "sys"; then
23854 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
23856 if test "${ac_cv_header_tiffio_h+set}" = set; then
23857 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23858 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23859 if test "${ac_cv_header_tiffio_h+set}" = set; then
23860 echo $ECHO_N "(cached) $ECHO_C" >&6
23862 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23863 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23865 # Is the header compilable?
23866 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
23867 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
23868 cat >conftest.
$ac_ext <<_ACEOF
23871 cat confdefs.h
>>conftest.
$ac_ext
23872 cat >>conftest.
$ac_ext <<_ACEOF
23873 /* end confdefs.h. */
23874 $ac_includes_default
23875 #include <tiffio.h>
23877 rm -f conftest.
$ac_objext
23878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23879 (eval $ac_compile) 2>conftest.er1
23881 grep -v '^ *+' conftest.er1
>conftest.err
23883 cat conftest.err
>&5
23884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23885 (exit $ac_status); } &&
23886 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
23892 { ac_try
='test -s conftest.$ac_objext'
23893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23894 (eval $ac_try) 2>&5
23896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23897 (exit $ac_status); }; }; then
23898 ac_header_compiler
=yes
23900 echo "$as_me: failed program was:" >&5
23901 sed 's/^/| /' conftest.
$ac_ext >&5
23903 ac_header_compiler
=no
23905 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23906 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23907 echo "${ECHO_T}$ac_header_compiler" >&6
23909 # Is the header present?
23910 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
23911 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
23912 cat >conftest.
$ac_ext <<_ACEOF
23915 cat confdefs.h
>>conftest.
$ac_ext
23916 cat >>conftest.
$ac_ext <<_ACEOF
23917 /* end confdefs.h. */
23918 #include <tiffio.h>
23920 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23921 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23923 grep -v '^ *+' conftest.er1
>conftest.err
23925 cat conftest.err
>&5
23926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23927 (exit $ac_status); } >/dev
/null
; then
23928 if test -s conftest.err
; then
23929 ac_cpp_err
=$ac_c_preproc_warn_flag
23930 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23937 if test -z "$ac_cpp_err"; then
23938 ac_header_preproc
=yes
23940 echo "$as_me: failed program was:" >&5
23941 sed 's/^/| /' conftest.
$ac_ext >&5
23943 ac_header_preproc
=no
23945 rm -f conftest.err conftest.
$ac_ext
23946 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23947 echo "${ECHO_T}$ac_header_preproc" >&6
23949 # So? What about this header?
23950 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23952 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
23953 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
23954 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
23955 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
23956 ac_header_preproc
=yes
23959 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
23960 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
23961 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
23962 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
23963 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
23964 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
23965 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
23966 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
23967 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
23968 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
23969 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
23970 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
23973 ## ----------------------------------------- ##
23974 ## Report this to wx-dev@lists.wxwidgets.org ##
23975 ## ----------------------------------------- ##
23978 sed "s/^/$as_me: WARNING: /" >&2
23981 echo "$as_me:$LINENO: checking for tiffio.h" >&5
23982 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
23983 if test "${ac_cv_header_tiffio_h+set}" = set; then
23984 echo $ECHO_N "(cached) $ECHO_C" >&6
23986 ac_cv_header_tiffio_h
=$ac_header_preproc
23988 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
23989 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
23992 if test $ac_cv_header_tiffio_h = yes; then
23994 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
23995 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
23996 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
23997 echo $ECHO_N "(cached) $ECHO_C" >&6
23999 ac_check_lib_save_LIBS
=$LIBS
24000 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
24001 cat >conftest.
$ac_ext <<_ACEOF
24004 cat confdefs.h
>>conftest.
$ac_ext
24005 cat >>conftest.
$ac_ext <<_ACEOF
24006 /* end confdefs.h. */
24008 /* Override any gcc2 internal prototype to avoid an error. */
24012 /* We use char because int might match the return type of a gcc2
24013 builtin and then its argument prototype would still apply. */
24023 rm -f conftest.
$ac_objext conftest
$ac_exeext
24024 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24025 (eval $ac_link) 2>conftest.er1
24027 grep -v '^ *+' conftest.er1
>conftest.err
24029 cat conftest.err
>&5
24030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24031 (exit $ac_status); } &&
24032 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24034 (eval $ac_try) 2>&5
24036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24037 (exit $ac_status); }; } &&
24038 { ac_try
='test -s conftest$ac_exeext'
24039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24040 (eval $ac_try) 2>&5
24042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24043 (exit $ac_status); }; }; then
24044 ac_cv_lib_tiff_TIFFError
=yes
24046 echo "$as_me: failed program was:" >&5
24047 sed 's/^/| /' conftest.
$ac_ext >&5
24049 ac_cv_lib_tiff_TIFFError
=no
24051 rm -f conftest.err conftest.
$ac_objext \
24052 conftest
$ac_exeext conftest.
$ac_ext
24053 LIBS
=$ac_check_lib_save_LIBS
24055 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
24056 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
24057 if test $ac_cv_lib_tiff_TIFFError = yes; then
24058 TIFF_LINK
=" -ltiff"
24067 if test "x$TIFF_LINK" = "x" ; then
24068 if test "$wxUSE_LIBTIFF" = "sys" ; then
24069 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
24070 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
24071 { (exit 1); exit 1; }; }
24073 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
24074 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
24075 wxUSE_LIBTIFF
=builtin
24084 if test "$wxUSE_WCHAR_T" != "yes"; then
24085 if test "$wxUSE_EXPAT" != "no"; then
24086 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
24087 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
24090 if test "$wxUSE_XML" != "no"; then
24091 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
24092 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
24097 if test "$wxUSE_EXPAT" != "no"; then
24099 cat >>confdefs.h
<<\_ACEOF
24100 #define wxUSE_EXPAT 1
24103 cat >>confdefs.h
<<\_ACEOF
24104 #define wxUSE_XML 1
24108 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
24109 if test "${ac_cv_header_expat_h+set}" = set; then
24110 echo "$as_me:$LINENO: checking for expat.h" >&5
24111 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24112 if test "${ac_cv_header_expat_h+set}" = set; then
24113 echo $ECHO_N "(cached) $ECHO_C" >&6
24115 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24116 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24118 # Is the header compilable?
24119 echo "$as_me:$LINENO: checking expat.h usability" >&5
24120 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
24121 cat >conftest.
$ac_ext <<_ACEOF
24124 cat confdefs.h
>>conftest.
$ac_ext
24125 cat >>conftest.
$ac_ext <<_ACEOF
24126 /* end confdefs.h. */
24127 $ac_includes_default
24130 rm -f conftest.
$ac_objext
24131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24132 (eval $ac_compile) 2>conftest.er1
24134 grep -v '^ *+' conftest.er1
>conftest.err
24136 cat conftest.err
>&5
24137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24138 (exit $ac_status); } &&
24139 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24141 (eval $ac_try) 2>&5
24143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24144 (exit $ac_status); }; } &&
24145 { ac_try
='test -s conftest.$ac_objext'
24146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24147 (eval $ac_try) 2>&5
24149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24150 (exit $ac_status); }; }; then
24151 ac_header_compiler
=yes
24153 echo "$as_me: failed program was:" >&5
24154 sed 's/^/| /' conftest.
$ac_ext >&5
24156 ac_header_compiler
=no
24158 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24159 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24160 echo "${ECHO_T}$ac_header_compiler" >&6
24162 # Is the header present?
24163 echo "$as_me:$LINENO: checking expat.h presence" >&5
24164 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
24165 cat >conftest.
$ac_ext <<_ACEOF
24168 cat confdefs.h
>>conftest.
$ac_ext
24169 cat >>conftest.
$ac_ext <<_ACEOF
24170 /* end confdefs.h. */
24173 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24174 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24176 grep -v '^ *+' conftest.er1
>conftest.err
24178 cat conftest.err
>&5
24179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24180 (exit $ac_status); } >/dev
/null
; then
24181 if test -s conftest.err
; then
24182 ac_cpp_err
=$ac_c_preproc_warn_flag
24183 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24190 if test -z "$ac_cpp_err"; then
24191 ac_header_preproc
=yes
24193 echo "$as_me: failed program was:" >&5
24194 sed 's/^/| /' conftest.
$ac_ext >&5
24196 ac_header_preproc
=no
24198 rm -f conftest.err conftest.
$ac_ext
24199 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24200 echo "${ECHO_T}$ac_header_preproc" >&6
24202 # So? What about this header?
24203 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24205 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
24206 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24207 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
24208 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
24209 ac_header_preproc
=yes
24212 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
24213 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
24214 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
24215 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
24216 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
24217 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
24218 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
24219 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
24220 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
24221 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
24222 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
24223 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
24226 ## ----------------------------------------- ##
24227 ## Report this to wx-dev@lists.wxwidgets.org ##
24228 ## ----------------------------------------- ##
24231 sed "s/^/$as_me: WARNING: /" >&2
24234 echo "$as_me:$LINENO: checking for expat.h" >&5
24235 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
24236 if test "${ac_cv_header_expat_h+set}" = set; then
24237 echo $ECHO_N "(cached) $ECHO_C" >&6
24239 ac_cv_header_expat_h
=$ac_header_preproc
24241 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
24242 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
24245 if test $ac_cv_header_expat_h = yes; then
24250 if test "x$found_expat_h" = "x1"; then
24251 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
24252 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
24253 if test "${wx_cv_expat_is_not_broken+set}" = set; then
24254 echo $ECHO_N "(cached) $ECHO_C" >&6
24260 ac_cpp
='$CXXCPP $CPPFLAGS'
24261 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24262 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24263 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
24265 cat >conftest.
$ac_ext <<_ACEOF
24268 cat confdefs.h
>>conftest.
$ac_ext
24269 cat >>conftest.
$ac_ext <<_ACEOF
24270 /* end confdefs.h. */
24280 rm -f conftest.
$ac_objext
24281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24282 (eval $ac_compile) 2>conftest.er1
24284 grep -v '^ *+' conftest.er1
>conftest.err
24286 cat conftest.err
>&5
24287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24288 (exit $ac_status); } &&
24289 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24291 (eval $ac_try) 2>&5
24293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24294 (exit $ac_status); }; } &&
24295 { ac_try
='test -s conftest.$ac_objext'
24296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24297 (eval $ac_try) 2>&5
24299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24300 (exit $ac_status); }; }; then
24301 wx_cv_expat_is_not_broken
=yes
24303 echo "$as_me: failed program was:" >&5
24304 sed 's/^/| /' conftest.
$ac_ext >&5
24306 wx_cv_expat_is_not_broken
=no
24309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24311 ac_cpp
='$CPP $CPPFLAGS'
24312 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24313 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24314 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
24319 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
24320 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
24321 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
24322 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
24323 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
24324 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
24325 echo $ECHO_N "(cached) $ECHO_C" >&6
24327 ac_check_lib_save_LIBS
=$LIBS
24328 LIBS
="-lexpat $LIBS"
24329 cat >conftest.
$ac_ext <<_ACEOF
24332 cat confdefs.h
>>conftest.
$ac_ext
24333 cat >>conftest.
$ac_ext <<_ACEOF
24334 /* end confdefs.h. */
24336 /* Override any gcc2 internal prototype to avoid an error. */
24340 /* We use char because int might match the return type of a gcc2
24341 builtin and then its argument prototype would still apply. */
24342 char XML_ParserCreate ();
24346 XML_ParserCreate ();
24351 rm -f conftest.
$ac_objext conftest
$ac_exeext
24352 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24353 (eval $ac_link) 2>conftest.er1
24355 grep -v '^ *+' conftest.er1
>conftest.err
24357 cat conftest.err
>&5
24358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24359 (exit $ac_status); } &&
24360 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24362 (eval $ac_try) 2>&5
24364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24365 (exit $ac_status); }; } &&
24366 { ac_try
='test -s conftest$ac_exeext'
24367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24368 (eval $ac_try) 2>&5
24370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24371 (exit $ac_status); }; }; then
24372 ac_cv_lib_expat_XML_ParserCreate
=yes
24374 echo "$as_me: failed program was:" >&5
24375 sed 's/^/| /' conftest.
$ac_ext >&5
24377 ac_cv_lib_expat_XML_ParserCreate
=no
24379 rm -f conftest.err conftest.
$ac_objext \
24380 conftest
$ac_exeext conftest.
$ac_ext
24381 LIBS
=$ac_check_lib_save_LIBS
24383 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
24384 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
24385 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
24386 EXPAT_LINK
=" -lexpat"
24391 if test "x$EXPAT_LINK" = "x" ; then
24392 if test "$wxUSE_EXPAT" = "sys" ; then
24393 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
24394 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
24395 { (exit 1); exit 1; }; }
24397 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
24398 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
24399 wxUSE_EXPAT
=builtin
24405 if test "$wxUSE_EXPAT" = "builtin" ; then
24408 subdirs
="$subdirs src/expat"
24415 if test "$wxUSE_LIBMSPACK" != "no"; then
24416 if test "${ac_cv_header_mspack_h+set}" = set; then
24417 echo "$as_me:$LINENO: checking for mspack.h" >&5
24418 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24419 if test "${ac_cv_header_mspack_h+set}" = set; then
24420 echo $ECHO_N "(cached) $ECHO_C" >&6
24422 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24423 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24425 # Is the header compilable?
24426 echo "$as_me:$LINENO: checking mspack.h usability" >&5
24427 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
24428 cat >conftest.
$ac_ext <<_ACEOF
24431 cat confdefs.h
>>conftest.
$ac_ext
24432 cat >>conftest.
$ac_ext <<_ACEOF
24433 /* end confdefs.h. */
24434 $ac_includes_default
24435 #include <mspack.h>
24437 rm -f conftest.
$ac_objext
24438 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24439 (eval $ac_compile) 2>conftest.er1
24441 grep -v '^ *+' conftest.er1
>conftest.err
24443 cat conftest.err
>&5
24444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24445 (exit $ac_status); } &&
24446 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24448 (eval $ac_try) 2>&5
24450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24451 (exit $ac_status); }; } &&
24452 { ac_try
='test -s conftest.$ac_objext'
24453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24454 (eval $ac_try) 2>&5
24456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24457 (exit $ac_status); }; }; then
24458 ac_header_compiler
=yes
24460 echo "$as_me: failed program was:" >&5
24461 sed 's/^/| /' conftest.
$ac_ext >&5
24463 ac_header_compiler
=no
24465 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24466 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24467 echo "${ECHO_T}$ac_header_compiler" >&6
24469 # Is the header present?
24470 echo "$as_me:$LINENO: checking mspack.h presence" >&5
24471 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
24472 cat >conftest.
$ac_ext <<_ACEOF
24475 cat confdefs.h
>>conftest.
$ac_ext
24476 cat >>conftest.
$ac_ext <<_ACEOF
24477 /* end confdefs.h. */
24478 #include <mspack.h>
24480 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24481 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24483 grep -v '^ *+' conftest.er1
>conftest.err
24485 cat conftest.err
>&5
24486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24487 (exit $ac_status); } >/dev
/null
; then
24488 if test -s conftest.err
; then
24489 ac_cpp_err
=$ac_c_preproc_warn_flag
24490 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24497 if test -z "$ac_cpp_err"; then
24498 ac_header_preproc
=yes
24500 echo "$as_me: failed program was:" >&5
24501 sed 's/^/| /' conftest.
$ac_ext >&5
24503 ac_header_preproc
=no
24505 rm -f conftest.err conftest.
$ac_ext
24506 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24507 echo "${ECHO_T}$ac_header_preproc" >&6
24509 # So? What about this header?
24510 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24512 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
24513 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24514 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
24515 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
24516 ac_header_preproc
=yes
24519 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
24520 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
24521 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
24522 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
24523 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
24524 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
24525 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
24526 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
24527 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
24528 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
24529 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
24530 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
24533 ## ----------------------------------------- ##
24534 ## Report this to wx-dev@lists.wxwidgets.org ##
24535 ## ----------------------------------------- ##
24538 sed "s/^/$as_me: WARNING: /" >&2
24541 echo "$as_me:$LINENO: checking for mspack.h" >&5
24542 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
24543 if test "${ac_cv_header_mspack_h+set}" = set; then
24544 echo $ECHO_N "(cached) $ECHO_C" >&6
24546 ac_cv_header_mspack_h
=$ac_header_preproc
24548 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
24549 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
24552 if test $ac_cv_header_mspack_h = yes; then
24557 if test "x$found_mspack_h" = "x1"; then
24558 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
24559 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
24560 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
24561 echo $ECHO_N "(cached) $ECHO_C" >&6
24563 ac_check_lib_save_LIBS
=$LIBS
24564 LIBS
="-lmspack $LIBS"
24565 cat >conftest.
$ac_ext <<_ACEOF
24568 cat confdefs.h
>>conftest.
$ac_ext
24569 cat >>conftest.
$ac_ext <<_ACEOF
24570 /* end confdefs.h. */
24572 /* Override any gcc2 internal prototype to avoid an error. */
24576 /* We use char because int might match the return type of a gcc2
24577 builtin and then its argument prototype would still apply. */
24578 char mspack_create_chm_decompressor ();
24582 mspack_create_chm_decompressor ();
24587 rm -f conftest.
$ac_objext conftest
$ac_exeext
24588 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24589 (eval $ac_link) 2>conftest.er1
24591 grep -v '^ *+' conftest.er1
>conftest.err
24593 cat conftest.err
>&5
24594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24595 (exit $ac_status); } &&
24596 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24598 (eval $ac_try) 2>&5
24600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24601 (exit $ac_status); }; } &&
24602 { ac_try
='test -s conftest$ac_exeext'
24603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24604 (eval $ac_try) 2>&5
24606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24607 (exit $ac_status); }; }; then
24608 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
24610 echo "$as_me: failed program was:" >&5
24611 sed 's/^/| /' conftest.
$ac_ext >&5
24613 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
24615 rm -f conftest.err conftest.
$ac_objext \
24616 conftest
$ac_exeext conftest.
$ac_ext
24617 LIBS
=$ac_check_lib_save_LIBS
24619 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
24620 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
24621 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
24622 MSPACK_LINK
=" -lmspack"
24626 if test "x$MSPACK_LINK" = "x" ; then
24631 if test "$wxUSE_LIBMSPACK" != "no"; then
24632 cat >>confdefs.h
<<\_ACEOF
24633 #define wxUSE_LIBMSPACK 1
24647 if test "$USE_WIN32" = 1 ; then
24649 for ac_header
in w32api.h
24651 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
24652 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24653 echo "$as_me:$LINENO: checking for $ac_header" >&5
24654 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24655 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24656 echo $ECHO_N "(cached) $ECHO_C" >&6
24658 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24659 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24661 # Is the header compilable?
24662 echo "$as_me:$LINENO: checking $ac_header usability" >&5
24663 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
24664 cat >conftest.
$ac_ext <<_ACEOF
24667 cat confdefs.h
>>conftest.
$ac_ext
24668 cat >>conftest.
$ac_ext <<_ACEOF
24669 /* end confdefs.h. */
24670 $ac_includes_default
24671 #include <$ac_header>
24673 rm -f conftest.
$ac_objext
24674 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24675 (eval $ac_compile) 2>conftest.er1
24677 grep -v '^ *+' conftest.er1
>conftest.err
24679 cat conftest.err
>&5
24680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24681 (exit $ac_status); } &&
24682 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24684 (eval $ac_try) 2>&5
24686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24687 (exit $ac_status); }; } &&
24688 { ac_try
='test -s conftest.$ac_objext'
24689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24690 (eval $ac_try) 2>&5
24692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24693 (exit $ac_status); }; }; then
24694 ac_header_compiler
=yes
24696 echo "$as_me: failed program was:" >&5
24697 sed 's/^/| /' conftest.
$ac_ext >&5
24699 ac_header_compiler
=no
24701 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24702 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24703 echo "${ECHO_T}$ac_header_compiler" >&6
24705 # Is the header present?
24706 echo "$as_me:$LINENO: checking $ac_header presence" >&5
24707 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
24708 cat >conftest.
$ac_ext <<_ACEOF
24711 cat confdefs.h
>>conftest.
$ac_ext
24712 cat >>conftest.
$ac_ext <<_ACEOF
24713 /* end confdefs.h. */
24714 #include <$ac_header>
24716 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24717 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24719 grep -v '^ *+' conftest.er1
>conftest.err
24721 cat conftest.err
>&5
24722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24723 (exit $ac_status); } >/dev
/null
; then
24724 if test -s conftest.err
; then
24725 ac_cpp_err
=$ac_c_preproc_warn_flag
24726 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24733 if test -z "$ac_cpp_err"; then
24734 ac_header_preproc
=yes
24736 echo "$as_me: failed program was:" >&5
24737 sed 's/^/| /' conftest.
$ac_ext >&5
24739 ac_header_preproc
=no
24741 rm -f conftest.err conftest.
$ac_ext
24742 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24743 echo "${ECHO_T}$ac_header_preproc" >&6
24745 # So? What about this header?
24746 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24748 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
24749 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
24750 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
24751 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
24752 ac_header_preproc
=yes
24755 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
24756 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
24757 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
24758 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
24759 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
24760 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
24761 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
24762 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
24763 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
24764 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
24765 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
24766 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
24769 ## ----------------------------------------- ##
24770 ## Report this to wx-dev@lists.wxwidgets.org ##
24771 ## ----------------------------------------- ##
24774 sed "s/^/$as_me: WARNING: /" >&2
24777 echo "$as_me:$LINENO: checking for $ac_header" >&5
24778 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
24779 if eval "test \"\${$as_ac_Header+set}\" = set"; then
24780 echo $ECHO_N "(cached) $ECHO_C" >&6
24782 eval "$as_ac_Header=\$ac_header_preproc"
24784 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
24785 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
24788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
24789 cat >>confdefs.h
<<_ACEOF
24790 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
24797 if test "${ac_cv_header_windows_h+set}" = set; then
24798 echo "$as_me:$LINENO: checking for windows.h" >&5
24799 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24800 if test "${ac_cv_header_windows_h+set}" = set; then
24801 echo $ECHO_N "(cached) $ECHO_C" >&6
24803 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24804 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24806 # Is the header compilable?
24807 echo "$as_me:$LINENO: checking windows.h usability" >&5
24808 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
24809 cat >conftest.
$ac_ext <<_ACEOF
24812 cat confdefs.h
>>conftest.
$ac_ext
24813 cat >>conftest.
$ac_ext <<_ACEOF
24814 /* end confdefs.h. */
24815 $ac_includes_default
24816 #include <windows.h>
24818 rm -f conftest.
$ac_objext
24819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24820 (eval $ac_compile) 2>conftest.er1
24822 grep -v '^ *+' conftest.er1
>conftest.err
24824 cat conftest.err
>&5
24825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24826 (exit $ac_status); } &&
24827 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24829 (eval $ac_try) 2>&5
24831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24832 (exit $ac_status); }; } &&
24833 { ac_try
='test -s conftest.$ac_objext'
24834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24835 (eval $ac_try) 2>&5
24837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24838 (exit $ac_status); }; }; then
24839 ac_header_compiler
=yes
24841 echo "$as_me: failed program was:" >&5
24842 sed 's/^/| /' conftest.
$ac_ext >&5
24844 ac_header_compiler
=no
24846 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24847 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24848 echo "${ECHO_T}$ac_header_compiler" >&6
24850 # Is the header present?
24851 echo "$as_me:$LINENO: checking windows.h presence" >&5
24852 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
24853 cat >conftest.
$ac_ext <<_ACEOF
24856 cat confdefs.h
>>conftest.
$ac_ext
24857 cat >>conftest.
$ac_ext <<_ACEOF
24858 /* end confdefs.h. */
24859 #include <windows.h>
24861 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24862 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24864 grep -v '^ *+' conftest.er1
>conftest.err
24866 cat conftest.err
>&5
24867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24868 (exit $ac_status); } >/dev
/null
; then
24869 if test -s conftest.err
; then
24870 ac_cpp_err
=$ac_c_preproc_warn_flag
24871 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24878 if test -z "$ac_cpp_err"; then
24879 ac_header_preproc
=yes
24881 echo "$as_me: failed program was:" >&5
24882 sed 's/^/| /' conftest.
$ac_ext >&5
24884 ac_header_preproc
=no
24886 rm -f conftest.err conftest.
$ac_ext
24887 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24888 echo "${ECHO_T}$ac_header_preproc" >&6
24890 # So? What about this header?
24891 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24893 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
24894 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24895 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
24896 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
24897 ac_header_preproc
=yes
24900 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
24901 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
24902 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
24903 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
24904 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
24905 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
24906 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
24907 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
24908 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
24909 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
24910 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
24911 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
24914 ## ----------------------------------------- ##
24915 ## Report this to wx-dev@lists.wxwidgets.org ##
24916 ## ----------------------------------------- ##
24919 sed "s/^/$as_me: WARNING: /" >&2
24922 echo "$as_me:$LINENO: checking for windows.h" >&5
24923 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
24924 if test "${ac_cv_header_windows_h+set}" = set; then
24925 echo $ECHO_N "(cached) $ECHO_C" >&6
24927 ac_cv_header_windows_h
=$ac_header_preproc
24929 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
24930 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
24933 if test $ac_cv_header_windows_h = yes; then
24937 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
24938 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
24939 { (exit 1); exit 1; }; }
24945 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
24947 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
24948 LIBS
="$LIBS -loleacc"
24953 LIBS
="$LIBS -lkernel32 -luser32"
24954 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
24957 if test "$wxUSE_ODBC" = "sys" ; then
24960 if test "$wxUSE_ODBC" = "yes" ; then
24961 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
24962 cat >>confdefs.h
<<\_ACEOF
24963 #define wxUSE_ODBC 1
24968 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
24969 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
24971 WIN32INSTALL
=win32install
24974 if test "$wxUSE_GUI" = "yes"; then
24984 if test "$wxUSE_COCOA" = 1 ; then
24985 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
24986 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
24987 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
24988 wxUSE_PRINTING_ARCHITECTURE
=no
24990 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
24991 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
24992 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
24993 wxUSE_DRAG_AND_DROP
=no
24995 if test "$wxUSE_DRAGIMAGE" = "yes"; then
24996 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
24997 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
25002 if test "$wxUSE_MSW" = 1 ; then
25008 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
25012 if test "$wxUSE_GTK" = 1; then
25013 echo "$as_me:$LINENO: checking for GTK+ version" >&5
25014 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
25016 gtk_version_cached
=1
25017 if test "${wx_cv_lib_gtk+set}" = set; then
25018 echo $ECHO_N "(cached) $ECHO_C" >&6
25021 gtk_version_cached
=0
25022 echo "$as_me:$LINENO: result: " >&5
25023 echo "${ECHO_T}" >&6
25026 if test "$wxUSE_THREADS" = "yes"; then
25027 GTK_MODULES
=gthread
25031 if test "x$wxGTK_VERSION" != "x1"; then
25032 # Check whether --enable-gtktest or --disable-gtktest was given.
25033 if test "${enable_gtktest+set}" = set; then
25034 enableval
="$enable_gtktest"
25040 pkg_config_args
=gtk
+-2.0
25041 for module
in .
$GTK_MODULES
25045 pkg_config_args
="$pkg_config_args gthread-2.0"
25052 # Extract the first word of "pkg-config", so it can be a program name with args.
25053 set dummy pkg
-config; ac_word
=$2
25054 echo "$as_me:$LINENO: checking for $ac_word" >&5
25055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25056 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25057 echo $ECHO_N "(cached) $ECHO_C" >&6
25059 case $PKG_CONFIG in
25061 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25065 for as_dir
in $PATH
25068 test -z "$as_dir" && as_dir
=.
25069 for ac_exec_ext
in '' $ac_executable_extensions; do
25070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25071 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25078 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25082 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25084 if test -n "$PKG_CONFIG"; then
25085 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25086 echo "${ECHO_T}$PKG_CONFIG" >&6
25088 echo "$as_me:$LINENO: result: no" >&5
25089 echo "${ECHO_T}no" >&6
25093 if test x
$PKG_CONFIG != xno
; then
25094 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
25097 echo "*** pkg-config too old; version 0.7 or better required."
25105 min_gtk_version
=2.0.0
25106 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
25107 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
25109 if test x
$PKG_CONFIG != xno
; then
25110 ## don't try to run the test against uninstalled libtool libs
25111 if $PKG_CONFIG --uninstalled $pkg_config_args; then
25112 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
25116 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
25123 if test x
"$no_gtk" = x
; then
25124 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
25125 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
25126 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
25127 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25128 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
25129 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25130 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
25131 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25132 if test "x$enable_gtktest" = "xyes" ; then
25133 ac_save_CFLAGS
="$CFLAGS"
25134 ac_save_LIBS
="$LIBS"
25135 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25136 LIBS
="$GTK_LIBS $LIBS"
25138 if test "$cross_compiling" = yes; then
25139 echo $ac_n "cross compiling; assumed OK... $ac_c"
25141 cat >conftest.
$ac_ext <<_ACEOF
25144 cat confdefs.h
>>conftest.
$ac_ext
25145 cat >>conftest.
$ac_ext <<_ACEOF
25146 /* end confdefs.h. */
25148 #include <gtk/gtk.h>
25150 #include <stdlib.h>
25155 int major, minor, micro;
25158 system ("touch conf.gtktest");
25160 /* HP/UX 9 (%@#!) writes to sscanf strings */
25161 tmp_version = g_strdup("$min_gtk_version");
25162 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25163 printf("%s, bad version string\n", "$min_gtk_version");
25167 if ((gtk_major_version != $gtk_config_major_version) ||
25168 (gtk_minor_version != $gtk_config_minor_version) ||
25169 (gtk_micro_version != $gtk_config_micro_version))
25171 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25172 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25173 gtk_major_version, gtk_minor_version, gtk_micro_version);
25174 printf ("*** was found! If pkg-config was correct, then it is best\n");
25175 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25176 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25177 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25178 printf("*** required on your system.\n");
25179 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
25180 printf("*** to point to the correct configuration files\n");
25182 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25183 (gtk_minor_version != GTK_MINOR_VERSION) ||
25184 (gtk_micro_version != GTK_MICRO_VERSION))
25186 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25187 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25188 printf("*** library (version %d.%d.%d)\n",
25189 gtk_major_version, gtk_minor_version, gtk_micro_version);
25193 if ((gtk_major_version > major) ||
25194 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25195 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25201 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25202 gtk_major_version, gtk_minor_version, gtk_micro_version);
25203 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25204 major, minor, micro);
25205 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25207 printf("*** If you have already installed a sufficiently new version, this error\n");
25208 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
25209 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25210 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
25211 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
25212 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25213 printf("*** so that the correct libraries are found at run-time))\n");
25220 rm -f conftest
$ac_exeext
25221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25222 (eval $ac_link) 2>&5
25224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25225 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25227 (eval $ac_try) 2>&5
25229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25230 (exit $ac_status); }; }; then
25233 echo "$as_me: program exited with status $ac_status" >&5
25234 echo "$as_me: failed program was:" >&5
25235 sed 's/^/| /' conftest.
$ac_ext >&5
25237 ( exit $ac_status )
25240 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25242 CFLAGS
="$ac_save_CFLAGS"
25243 LIBS
="$ac_save_LIBS"
25246 if test "x$no_gtk" = x
; then
25247 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
25248 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
25251 echo "$as_me:$LINENO: result: no" >&5
25252 echo "${ECHO_T}no" >&6
25253 if test "$PKG_CONFIG" = "no" ; then
25254 echo "*** A new enough version of pkg-config was not found."
25255 echo "*** See http://pkgconfig.sourceforge.net"
25257 if test -f conf.gtktest
; then
25260 echo "*** Could not run GTK+ test program, checking why..."
25261 ac_save_CFLAGS
="$CFLAGS"
25262 ac_save_LIBS
="$LIBS"
25263 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25264 LIBS
="$LIBS $GTK_LIBS"
25265 cat >conftest.
$ac_ext <<_ACEOF
25268 cat confdefs.h
>>conftest.
$ac_ext
25269 cat >>conftest.
$ac_ext <<_ACEOF
25270 /* end confdefs.h. */
25272 #include <gtk/gtk.h>
25278 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25283 rm -f conftest.
$ac_objext conftest
$ac_exeext
25284 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25285 (eval $ac_link) 2>conftest.er1
25287 grep -v '^ *+' conftest.er1
>conftest.err
25289 cat conftest.err
>&5
25290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25291 (exit $ac_status); } &&
25292 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25294 (eval $ac_try) 2>&5
25296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25297 (exit $ac_status); }; } &&
25298 { ac_try
='test -s conftest$ac_exeext'
25299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25300 (eval $ac_try) 2>&5
25302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25303 (exit $ac_status); }; }; then
25304 echo "*** The test program compiled, but did not run. This usually means"
25305 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
25306 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
25307 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25308 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25309 echo "*** is required on your system"
25311 echo "*** If you have an old version installed, it is best to remove it, although"
25312 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25314 echo "$as_me: failed program was:" >&5
25315 sed 's/^/| /' conftest.
$ac_ext >&5
25317 echo "*** The test program failed to compile or link. See the file config.log for the"
25318 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
25320 rm -f conftest.err conftest.
$ac_objext \
25321 conftest
$ac_exeext conftest.
$ac_ext
25322 CFLAGS
="$ac_save_CFLAGS"
25323 LIBS
="$ac_save_LIBS"
25336 if test -z "$wx_cv_lib_gtk"; then
25337 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
25339 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25340 if test "${with_gtk_prefix+set}" = set; then
25341 withval
="$with_gtk_prefix"
25342 gtk_config_prefix
="$withval"
25344 gtk_config_prefix
=""
25347 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25348 if test "${with_gtk_exec_prefix+set}" = set; then
25349 withval
="$with_gtk_exec_prefix"
25350 gtk_config_exec_prefix
="$withval"
25352 gtk_config_exec_prefix
=""
25354 # Check whether --enable-gtktest or --disable-gtktest was given.
25355 if test "${enable_gtktest+set}" = set; then
25356 enableval
="$enable_gtktest"
25362 for module
in .
$GTK_MODULES
25366 gtk_config_args
="$gtk_config_args gthread"
25371 if test x
$gtk_config_exec_prefix != x
; then
25372 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25373 if test x
${GTK_CONFIG+set} != xset
; then
25374 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
25377 if test x
$gtk_config_prefix != x
; then
25378 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
25379 if test x
${GTK_CONFIG+set} != xset
; then
25380 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
25384 # Extract the first word of "gtk-config", so it can be a program name with args.
25385 set dummy gtk
-config; ac_word
=$2
25386 echo "$as_me:$LINENO: checking for $ac_word" >&5
25387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25388 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25389 echo $ECHO_N "(cached) $ECHO_C" >&6
25391 case $GTK_CONFIG in
25393 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
25396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25397 for as_dir
in $PATH
25400 test -z "$as_dir" && as_dir
=.
25401 for ac_exec_ext
in '' $ac_executable_extensions; do
25402 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25403 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25410 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
25414 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
25416 if test -n "$GTK_CONFIG"; then
25417 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25418 echo "${ECHO_T}$GTK_CONFIG" >&6
25420 echo "$as_me:$LINENO: result: no" >&5
25421 echo "${ECHO_T}no" >&6
25424 min_gtk_version
=1.2.7
25425 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25426 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25428 if test "$GTK_CONFIG" = "no" ; then
25431 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
25432 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
25433 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
25434 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25435 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
25436 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25437 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
25438 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25439 if test "x$enable_gtktest" = "xyes" ; then
25440 ac_save_CFLAGS
="$CFLAGS"
25441 ac_save_LIBS
="$LIBS"
25442 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25443 LIBS
="$GTK_LIBS $LIBS"
25445 if test "$cross_compiling" = yes; then
25446 echo $ac_n "cross compiling; assumed OK... $ac_c"
25448 cat >conftest.
$ac_ext <<_ACEOF
25451 cat confdefs.h
>>conftest.
$ac_ext
25452 cat >>conftest.
$ac_ext <<_ACEOF
25453 /* end confdefs.h. */
25455 #include <gtk/gtk.h>
25457 #include <stdlib.h>
25462 int major, minor, micro;
25465 system ("touch conf.gtktest");
25467 /* HP/UX 9 (%@#!) writes to sscanf strings */
25468 tmp_version = g_strdup("$min_gtk_version");
25469 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25470 printf("%s, bad version string\n", "$min_gtk_version");
25474 if ((gtk_major_version != $gtk_config_major_version) ||
25475 (gtk_minor_version != $gtk_config_minor_version) ||
25476 (gtk_micro_version != $gtk_config_micro_version))
25478 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25479 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25480 gtk_major_version, gtk_minor_version, gtk_micro_version);
25481 printf ("*** was found! If gtk-config was correct, then it is best\n");
25482 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25483 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25484 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25485 printf("*** required on your system.\n");
25486 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25487 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25488 printf("*** before re-running configure\n");
25490 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25491 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25492 (gtk_minor_version != GTK_MINOR_VERSION) ||
25493 (gtk_micro_version != GTK_MICRO_VERSION))
25495 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25496 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25497 printf("*** library (version %d.%d.%d)\n",
25498 gtk_major_version, gtk_minor_version, gtk_micro_version);
25500 #endif /* defined (GTK_MAJOR_VERSION) ... */
25503 if ((gtk_major_version > major) ||
25504 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25505 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25511 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25512 gtk_major_version, gtk_minor_version, gtk_micro_version);
25513 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25514 major, minor, micro);
25515 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25517 printf("*** If you have already installed a sufficiently new version, this error\n");
25518 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25519 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25520 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25521 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25522 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25523 printf("*** so that the correct libraries are found at run-time))\n");
25530 rm -f conftest
$ac_exeext
25531 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25532 (eval $ac_link) 2>&5
25534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25535 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25537 (eval $ac_try) 2>&5
25539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25540 (exit $ac_status); }; }; then
25543 echo "$as_me: program exited with status $ac_status" >&5
25544 echo "$as_me: failed program was:" >&5
25545 sed 's/^/| /' conftest.
$ac_ext >&5
25547 ( exit $ac_status )
25550 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25552 CFLAGS
="$ac_save_CFLAGS"
25553 LIBS
="$ac_save_LIBS"
25556 if test "x$no_gtk" = x
; then
25557 echo "$as_me:$LINENO: result: yes" >&5
25558 echo "${ECHO_T}yes" >&6
25559 wx_cv_lib_gtk
=1.2.7
25561 echo "$as_me:$LINENO: result: no" >&5
25562 echo "${ECHO_T}no" >&6
25563 if test "$GTK_CONFIG" = "no" ; then
25564 echo "*** The gtk-config script installed by GTK could not be found"
25565 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25566 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25567 echo "*** full path to gtk-config."
25569 if test -f conf.gtktest
; then
25572 echo "*** Could not run GTK test program, checking why..."
25573 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25574 LIBS
="$LIBS $GTK_LIBS"
25575 cat >conftest.
$ac_ext <<_ACEOF
25578 cat confdefs.h
>>conftest.
$ac_ext
25579 cat >>conftest.
$ac_ext <<_ACEOF
25580 /* end confdefs.h. */
25582 #include <gtk/gtk.h>
25588 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25593 rm -f conftest.
$ac_objext conftest
$ac_exeext
25594 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25595 (eval $ac_link) 2>conftest.er1
25597 grep -v '^ *+' conftest.er1
>conftest.err
25599 cat conftest.err
>&5
25600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25601 (exit $ac_status); } &&
25602 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25604 (eval $ac_try) 2>&5
25606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25607 (exit $ac_status); }; } &&
25608 { ac_try
='test -s conftest$ac_exeext'
25609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25610 (eval $ac_try) 2>&5
25612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25613 (exit $ac_status); }; }; then
25614 echo "*** The test program compiled, but did not run. This usually means"
25615 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25616 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25617 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25618 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25619 echo "*** is required on your system"
25621 echo "*** If you have an old version installed, it is best to remove it, although"
25622 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25624 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25625 echo "*** came with the system with the command"
25627 echo "*** rpm --erase --nodeps gtk gtk-devel"
25629 echo "$as_me: failed program was:" >&5
25630 sed 's/^/| /' conftest.
$ac_ext >&5
25632 echo "*** The test program failed to compile or link. See the file config.log for the"
25633 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25634 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25635 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25637 rm -f conftest.err conftest.
$ac_objext \
25638 conftest
$ac_exeext conftest.
$ac_ext
25639 CFLAGS
="$ac_save_CFLAGS"
25640 LIBS
="$ac_save_LIBS"
25652 if test -z "$wx_cv_lib_gtk"; then
25654 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
25655 if test "${with_gtk_prefix+set}" = set; then
25656 withval
="$with_gtk_prefix"
25657 gtk_config_prefix
="$withval"
25659 gtk_config_prefix
=""
25662 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
25663 if test "${with_gtk_exec_prefix+set}" = set; then
25664 withval
="$with_gtk_exec_prefix"
25665 gtk_config_exec_prefix
="$withval"
25667 gtk_config_exec_prefix
=""
25669 # Check whether --enable-gtktest or --disable-gtktest was given.
25670 if test "${enable_gtktest+set}" = set; then
25671 enableval
="$enable_gtktest"
25677 for module
in .
$GTK_MODULES
25681 gtk_config_args
="$gtk_config_args gthread"
25686 if test x
$gtk_config_exec_prefix != x
; then
25687 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
25688 if test x
${GTK_CONFIG+set} != xset
; then
25689 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
25692 if test x
$gtk_config_prefix != x
; then
25693 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
25694 if test x
${GTK_CONFIG+set} != xset
; then
25695 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
25699 # Extract the first word of "gtk-config", so it can be a program name with args.
25700 set dummy gtk
-config; ac_word
=$2
25701 echo "$as_me:$LINENO: checking for $ac_word" >&5
25702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25703 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
25704 echo $ECHO_N "(cached) $ECHO_C" >&6
25706 case $GTK_CONFIG in
25708 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
25711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25712 for as_dir
in $PATH
25715 test -z "$as_dir" && as_dir
=.
25716 for ac_exec_ext
in '' $ac_executable_extensions; do
25717 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25718 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25725 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
25729 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
25731 if test -n "$GTK_CONFIG"; then
25732 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
25733 echo "${ECHO_T}$GTK_CONFIG" >&6
25735 echo "$as_me:$LINENO: result: no" >&5
25736 echo "${ECHO_T}no" >&6
25739 min_gtk_version
=1.2.3
25740 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
25741 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
25743 if test "$GTK_CONFIG" = "no" ; then
25746 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
25747 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
25748 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
25749 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
25750 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
25751 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
25752 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
25753 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
25754 if test "x$enable_gtktest" = "xyes" ; then
25755 ac_save_CFLAGS
="$CFLAGS"
25756 ac_save_LIBS
="$LIBS"
25757 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25758 LIBS
="$GTK_LIBS $LIBS"
25760 if test "$cross_compiling" = yes; then
25761 echo $ac_n "cross compiling; assumed OK... $ac_c"
25763 cat >conftest.
$ac_ext <<_ACEOF
25766 cat confdefs.h
>>conftest.
$ac_ext
25767 cat >>conftest.
$ac_ext <<_ACEOF
25768 /* end confdefs.h. */
25770 #include <gtk/gtk.h>
25772 #include <stdlib.h>
25777 int major, minor, micro;
25780 system ("touch conf.gtktest");
25782 /* HP/UX 9 (%@#!) writes to sscanf strings */
25783 tmp_version = g_strdup("$min_gtk_version");
25784 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
25785 printf("%s, bad version string\n", "$min_gtk_version");
25789 if ((gtk_major_version != $gtk_config_major_version) ||
25790 (gtk_minor_version != $gtk_config_minor_version) ||
25791 (gtk_micro_version != $gtk_config_micro_version))
25793 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
25794 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
25795 gtk_major_version, gtk_minor_version, gtk_micro_version);
25796 printf ("*** was found! If gtk-config was correct, then it is best\n");
25797 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
25798 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
25799 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
25800 printf("*** required on your system.\n");
25801 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
25802 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
25803 printf("*** before re-running configure\n");
25805 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
25806 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
25807 (gtk_minor_version != GTK_MINOR_VERSION) ||
25808 (gtk_micro_version != GTK_MICRO_VERSION))
25810 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
25811 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
25812 printf("*** library (version %d.%d.%d)\n",
25813 gtk_major_version, gtk_minor_version, gtk_micro_version);
25815 #endif /* defined (GTK_MAJOR_VERSION) ... */
25818 if ((gtk_major_version > major) ||
25819 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
25820 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
25826 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
25827 gtk_major_version, gtk_minor_version, gtk_micro_version);
25828 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
25829 major, minor, micro);
25830 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
25832 printf("*** If you have already installed a sufficiently new version, this error\n");
25833 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
25834 printf("*** being found. The easiest way to fix this is to remove the old version\n");
25835 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
25836 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
25837 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
25838 printf("*** so that the correct libraries are found at run-time))\n");
25845 rm -f conftest
$ac_exeext
25846 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25847 (eval $ac_link) 2>&5
25849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25850 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25852 (eval $ac_try) 2>&5
25854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25855 (exit $ac_status); }; }; then
25858 echo "$as_me: program exited with status $ac_status" >&5
25859 echo "$as_me: failed program was:" >&5
25860 sed 's/^/| /' conftest.
$ac_ext >&5
25862 ( exit $ac_status )
25865 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25867 CFLAGS
="$ac_save_CFLAGS"
25868 LIBS
="$ac_save_LIBS"
25871 if test "x$no_gtk" = x
; then
25872 echo "$as_me:$LINENO: result: yes" >&5
25873 echo "${ECHO_T}yes" >&6
25874 wx_cv_lib_gtk
=1.2.3
25876 echo "$as_me:$LINENO: result: no" >&5
25877 echo "${ECHO_T}no" >&6
25878 if test "$GTK_CONFIG" = "no" ; then
25879 echo "*** The gtk-config script installed by GTK could not be found"
25880 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
25881 echo "*** your path, or set the GTK_CONFIG environment variable to the"
25882 echo "*** full path to gtk-config."
25884 if test -f conf.gtktest
; then
25887 echo "*** Could not run GTK test program, checking why..."
25888 CFLAGS
="$CFLAGS $GTK_CFLAGS"
25889 LIBS
="$LIBS $GTK_LIBS"
25890 cat >conftest.
$ac_ext <<_ACEOF
25893 cat confdefs.h
>>conftest.
$ac_ext
25894 cat >>conftest.
$ac_ext <<_ACEOF
25895 /* end confdefs.h. */
25897 #include <gtk/gtk.h>
25903 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
25908 rm -f conftest.
$ac_objext conftest
$ac_exeext
25909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25910 (eval $ac_link) 2>conftest.er1
25912 grep -v '^ *+' conftest.er1
>conftest.err
25914 cat conftest.err
>&5
25915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25916 (exit $ac_status); } &&
25917 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25919 (eval $ac_try) 2>&5
25921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25922 (exit $ac_status); }; } &&
25923 { ac_try
='test -s conftest$ac_exeext'
25924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25925 (eval $ac_try) 2>&5
25927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25928 (exit $ac_status); }; }; then
25929 echo "*** The test program compiled, but did not run. This usually means"
25930 echo "*** that the run-time linker is not finding GTK or finding the wrong"
25931 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
25932 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
25933 echo "*** to the installed location Also, make sure you have run ldconfig if that"
25934 echo "*** is required on your system"
25936 echo "*** If you have an old version installed, it is best to remove it, although"
25937 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
25939 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
25940 echo "*** came with the system with the command"
25942 echo "*** rpm --erase --nodeps gtk gtk-devel"
25944 echo "$as_me: failed program was:" >&5
25945 sed 's/^/| /' conftest.
$ac_ext >&5
25947 echo "*** The test program failed to compile or link. See the file config.log for the"
25948 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
25949 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
25950 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
25952 rm -f conftest.err conftest.
$ac_objext \
25953 conftest
$ac_exeext conftest.
$ac_ext
25954 CFLAGS
="$ac_save_CFLAGS"
25955 LIBS
="$ac_save_LIBS"
25970 if test -z "$wx_cv_lib_gtk"; then
25973 wx_cv_cflags_gtk
=$GTK_CFLAGS
25974 wx_cv_libs_gtk
=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
25981 if test "$gtk_version_cached" = 1; then
25982 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
25983 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
25986 case "$wx_cv_lib_gtk" in
25995 *) { { echo "$as_me:$LINENO: error:
25996 The development files for GTK+ were not found. For GTK+ 2, please
25997 ensure that pkg-config is in the path and that gtk+-2.0.pc is
25998 installed. For GTK+ 1.2 please check that gtk-config is in the path,
25999 and that the version is 1.2.3 or above. Also check that the
26000 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26001 --libs' are in the LD_LIBRARY_PATH or equivalent.
26003 echo "$as_me: error:
26004 The development files for GTK+ were not found. For GTK+ 2, please
26005 ensure that pkg-config is in the path and that gtk+-2.0.pc is
26006 installed. For GTK+ 1.2 please check that gtk-config is in the path,
26007 and that the version is 1.2.3 or above. Also check that the
26008 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
26009 --libs' are in the LD_LIBRARY_PATH or equivalent.
26011 { (exit 1); exit 1; }; }
26015 if test "$WXGTK20" = 1; then
26016 save_CFLAGS
="$CFLAGS"
26018 CFLAGS
="$CFLAGS $wx_cv_cflags_gtk"
26019 LIBS
="$LIBS $wx_cv_libs_gtk"
26021 echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5
26022 echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6
26023 cat >conftest.
$ac_ext <<_ACEOF
26026 cat confdefs.h
>>conftest.
$ac_ext
26027 cat >>conftest.
$ac_ext <<_ACEOF
26028 /* end confdefs.h. */
26030 #include <gtk/gtk.h>
26036 void *f = gtk_icon_size_lookup;
26042 rm -f conftest.
$ac_objext
26043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26044 (eval $ac_compile) 2>conftest.er1
26046 grep -v '^ *+' conftest.er1
>conftest.err
26048 cat conftest.err
>&5
26049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26050 (exit $ac_status); } &&
26051 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26053 (eval $ac_try) 2>&5
26055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26056 (exit $ac_status); }; } &&
26057 { ac_try
='test -s conftest.$ac_objext'
26058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26059 (eval $ac_try) 2>&5
26061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26062 (exit $ac_status); }; }; then
26064 echo "$as_me:$LINENO: result: no" >&5
26065 echo "${ECHO_T}no" >&6
26068 echo "$as_me: failed program was:" >&5
26069 sed 's/^/| /' conftest.
$ac_ext >&5
26072 cat >>confdefs.h
<<\_ACEOF
26073 #define NEED_GTK_ICON_SIZE_LOOKUP 1
26076 echo "$as_me:$LINENO: result: yes" >&5
26077 echo "${ECHO_T}yes" >&6
26080 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26082 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
26083 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
26084 cat >conftest.
$ac_ext <<_ACEOF
26087 cat confdefs.h
>>conftest.
$ac_ext
26088 cat >>conftest.
$ac_ext <<_ACEOF
26089 /* end confdefs.h. */
26091 #include <gtk/gtk.h>
26097 #if !GTK_CHECK_VERSION(2,4,0)
26105 rm -f conftest.
$ac_objext
26106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26107 (eval $ac_compile) 2>conftest.er1
26109 grep -v '^ *+' conftest.er1
>conftest.err
26111 cat conftest.err
>&5
26112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26113 (exit $ac_status); } &&
26114 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26116 (eval $ac_try) 2>&5
26118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26119 (exit $ac_status); }; } &&
26120 { ac_try
='test -s conftest.$ac_objext'
26121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26122 (eval $ac_try) 2>&5
26124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26125 (exit $ac_status); }; }; then
26127 cat >>confdefs.h
<<\_ACEOF
26128 #define __WXGTK24__ 1
26131 echo "$as_me:$LINENO: result: yes" >&5
26132 echo "${ECHO_T}yes" >&6
26135 echo "$as_me: failed program was:" >&5
26136 sed 's/^/| /' conftest.
$ac_ext >&5
26139 echo "$as_me:$LINENO: result: no" >&5
26140 echo "${ECHO_T}no" >&6
26143 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26145 CFLAGS
="$save_CFLAGS"
26148 if test "$wxUSE_UNICODE" = "yes"; then
26149 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
26150 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
26155 if test "$USE_DARWIN" != 1; then
26157 for ac_func
in poll
26159 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26160 echo "$as_me:$LINENO: checking for $ac_func" >&5
26161 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26162 if eval "test \"\${$as_ac_var+set}\" = set"; then
26163 echo $ECHO_N "(cached) $ECHO_C" >&6
26165 cat >conftest.
$ac_ext <<_ACEOF
26168 cat confdefs.h
>>conftest.
$ac_ext
26169 cat >>conftest.
$ac_ext <<_ACEOF
26170 /* end confdefs.h. */
26171 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
26172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
26173 #define $ac_func innocuous_$ac_func
26175 /* System header to define __stub macros and hopefully few prototypes,
26176 which can conflict with char $ac_func (); below.
26177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26178 <limits.h> exists even on freestanding compilers. */
26181 # include <limits.h>
26183 # include <assert.h>
26188 /* Override any gcc2 internal prototype to avoid an error. */
26193 /* We use char because int might match the return type of a gcc2
26194 builtin and then its argument prototype would still apply. */
26196 /* The GNU C library defines this for functions which it implements
26197 to always fail with ENOSYS. Some functions are actually named
26198 something starting with __ and the normal name is an alias. */
26199 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26202 char (*f) () = $ac_func;
26211 return f != $ac_func;
26216 rm -f conftest.
$ac_objext conftest
$ac_exeext
26217 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26218 (eval $ac_link) 2>conftest.er1
26220 grep -v '^ *+' conftest.er1
>conftest.err
26222 cat conftest.err
>&5
26223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26224 (exit $ac_status); } &&
26225 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26227 (eval $ac_try) 2>&5
26229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26230 (exit $ac_status); }; } &&
26231 { ac_try
='test -s conftest$ac_exeext'
26232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26233 (eval $ac_try) 2>&5
26235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26236 (exit $ac_status); }; }; then
26237 eval "$as_ac_var=yes"
26239 echo "$as_me: failed program was:" >&5
26240 sed 's/^/| /' conftest.
$ac_ext >&5
26242 eval "$as_ac_var=no"
26244 rm -f conftest.err conftest.
$ac_objext \
26245 conftest
$ac_exeext conftest.
$ac_ext
26247 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26248 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26249 if test `eval echo '${'$as_ac_var'}'` = yes; then
26250 cat >>confdefs.h
<<_ACEOF
26251 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26259 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
26260 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
26262 AFMINSTALL
=afminstall
26266 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
26267 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
26268 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
26269 echo $ECHO_N "(cached) $ECHO_C" >&6
26271 ac_check_lib_save_LIBS
=$LIBS
26273 cat >conftest.
$ac_ext <<_ACEOF
26276 cat confdefs.h
>>conftest.
$ac_ext
26277 cat >>conftest.
$ac_ext <<_ACEOF
26278 /* end confdefs.h. */
26280 /* Override any gcc2 internal prototype to avoid an error. */
26284 /* We use char because int might match the return type of a gcc2
26285 builtin and then its argument prototype would still apply. */
26286 char gdk_im_open ();
26295 rm -f conftest.
$ac_objext conftest
$ac_exeext
26296 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26297 (eval $ac_link) 2>conftest.er1
26299 grep -v '^ *+' conftest.er1
>conftest.err
26301 cat conftest.err
>&5
26302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26303 (exit $ac_status); } &&
26304 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26306 (eval $ac_try) 2>&5
26308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26309 (exit $ac_status); }; } &&
26310 { ac_try
='test -s conftest$ac_exeext'
26311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26312 (eval $ac_try) 2>&5
26314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26315 (exit $ac_status); }; }; then
26316 ac_cv_lib_gdk_gdk_im_open
=yes
26318 echo "$as_me: failed program was:" >&5
26319 sed 's/^/| /' conftest.
$ac_ext >&5
26321 ac_cv_lib_gdk_gdk_im_open
=no
26323 rm -f conftest.err conftest.
$ac_objext \
26324 conftest
$ac_exeext conftest.
$ac_ext
26325 LIBS
=$ac_check_lib_save_LIBS
26327 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
26328 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
26329 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
26330 cat >>confdefs.h
<<\_ACEOF
26338 if test "$wxUSE_GPE" = "yes"; then
26339 echo "$as_me:$LINENO: checking for gpewidget library" >&5
26340 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
26344 for ac_dir
in $SEARCH_LIB;
26346 for ac_extension
in a so sl dylib dll.a
; do
26347 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26348 ac_find_libraries
=$ac_dir
26354 if test "x$ac_find_libraries" = "x" ; then
26357 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
26359 for ac_extension
in a so sl dylib dll.a
; do
26360 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
26361 ac_find_libraries
=$ac_dir
26367 if test "x$ac_find_libraries" != "x" ; then
26368 ac_find_libraries
="default location"
26372 if test "$ac_find_libraries" != "" ; then
26374 if test "$ac_find_libraries" = "default location"; then
26377 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
26379 if test $result = 0; then
26382 ac_path_to_link
=" -L$ac_find_libraries"
26386 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
26388 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
26389 echo "${ECHO_T}found in $ac_find_libraries" >&6
26391 echo "$as_me:$LINENO: result: not found" >&5
26392 echo "${ECHO_T}not found" >&6
26398 if test "$wxUSE_MGL" = 1; then
26399 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
26400 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
26401 if test "x$MGL_ROOT" = x
; then
26402 echo "$as_me:$LINENO: result: not found" >&5
26403 echo "${ECHO_T}not found" >&6
26404 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
26405 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
26406 { (exit 1); exit 1; }; }
26408 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
26409 echo "${ECHO_T}$MGL_ROOT" >&6
26412 echo "$as_me:$LINENO: checking for libmgl location" >&5
26413 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
26416 if test "x$wxUSE_SHARED" = xyes
; then
26417 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
26419 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
26423 mgl_os_candidates
="dos32/dj2"
26426 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
26427 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
26428 { (exit 1); exit 1; }; }
26434 for mgl_os_i
in $mgl_os_candidates ; do
26435 if test "x$mgl_os" = x
; then
26436 if test "$wxUSE_DEBUG_FLAG" = yes ; then
26437 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
26438 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
26443 if test "x$mgl_lib_type" = x
; then
26444 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
26445 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
26446 mgl_lib_type
=release
26453 if test "x$mgl_os" = x
; then
26454 echo "$as_me:$LINENO: result: not found" >&5
26455 echo "${ECHO_T}not found" >&6
26456 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
26457 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
26458 { (exit 1); exit 1; }; }
26460 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
26461 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
26463 wxUSE_UNIVERSAL
="yes"
26465 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
26466 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
26468 AFMINSTALL
=afminstall
26473 if test "$wxUSE_MICROWIN" = 1; then
26474 echo "$as_me:$LINENO: checking for MicroWindows" >&5
26475 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
26476 if test "x$MICROWINDOWS" = x
; then
26477 echo "$as_me:$LINENO: result: not found" >&5
26478 echo "${ECHO_T}not found" >&6
26479 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
26480 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
26481 { (exit 1); exit 1; }; }
26483 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
26484 echo "${ECHO_T}$MICROWINDOWS" >&6
26487 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
26488 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
26489 echo "${ECHO_T}MicroWindows' libraries found." >&6
26491 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
26492 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
26493 { (exit 1); exit 1; }; }
26496 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
26497 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
26499 wxUSE_UNIVERSAL
="yes"
26501 AFMINSTALL
=afminstall
26503 GUIDIST
=MICROWIN_DIST
26505 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
26508 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
26510 if test "x$ac_path_x_has_been_run" != xyes
; then
26511 echo "$as_me:$LINENO: checking for X" >&5
26512 echo $ECHO_N "checking for X... $ECHO_C" >&6
26514 ac_path_x_has_been_run
=yes
26516 # Check whether --with-x or --without-x was given.
26517 if test "${with_x+set}" = set; then
26521 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
26522 if test "x$with_x" = xno
; then
26523 # The user explicitly disabled X.
26526 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
26527 # Both variables are already set.
26530 if test "${ac_cv_have_x+set}" = set; then
26531 echo $ECHO_N "(cached) $ECHO_C" >&6
26533 # One or both of the vars are not set, and there is no cached value.
26534 ac_x_includes
=no ac_x_libraries
=no
26535 rm -fr conftest.dir
26536 if mkdir conftest.dir
; then
26538 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
26539 cat >Imakefile
<<'_ACEOF'
26541 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
26543 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
26544 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
26545 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
26546 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
26547 for ac_extension
in a so sl
; do
26548 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
26549 test -f $ac_im_libdir/libX11.
$ac_extension; then
26550 ac_im_usrlibdir
=$ac_im_libdir; break
26553 # Screen out bogus values from the imake configuration. They are
26554 # bogus both because they are the default anyway, and because
26555 # using them would break gcc on systems where it needs fixed includes.
26556 case $ac_im_incroot in
26558 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
26560 case $ac_im_usrlibdir in
26561 /usr
/lib
| /lib
) ;;
26562 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
26566 rm -fr conftest.dir
26569 # Standard set of common directories for X headers.
26570 # Check X11 before X11Rn because it is often a symlink to the current release.
26582 /usr/local/X11/include
26583 /usr/local/X11R6/include
26584 /usr/local/X11R5/include
26585 /usr/local/X11R4/include
26587 /usr/local/include/X11
26588 /usr/local/include/X11R6
26589 /usr/local/include/X11R5
26590 /usr/local/include/X11R4
26594 /usr/XFree86/include/X11
26598 /usr/unsupported/include
26599 /usr/athena/include
26600 /usr/local/x11r5/include
26601 /usr/lpp/Xamples/include
26603 /usr/openwin/include
26604 /usr/openwin/share/include'
26606 if test "$ac_x_includes" = no
; then
26607 # Guess where to find include files, by looking for a specified header file.
26608 # First, try using that file with no special directory specified.
26609 cat >conftest.
$ac_ext <<_ACEOF
26612 cat confdefs.h
>>conftest.
$ac_ext
26613 cat >>conftest.
$ac_ext <<_ACEOF
26614 /* end confdefs.h. */
26615 #include <X11/Intrinsic.h>
26617 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26618 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26620 grep -v '^ *+' conftest.er1
>conftest.err
26622 cat conftest.err
>&5
26623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26624 (exit $ac_status); } >/dev
/null
; then
26625 if test -s conftest.err
; then
26626 ac_cpp_err
=$ac_c_preproc_warn_flag
26627 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26634 if test -z "$ac_cpp_err"; then
26635 # We can compile using X headers with no special include directory.
26638 echo "$as_me: failed program was:" >&5
26639 sed 's/^/| /' conftest.
$ac_ext >&5
26641 for ac_dir
in $ac_x_header_dirs; do
26642 if test -r "$ac_dir/X11/Intrinsic.h"; then
26643 ac_x_includes
=$ac_dir
26648 rm -f conftest.err conftest.
$ac_ext
26649 fi # $ac_x_includes = no
26651 if test "$ac_x_libraries" = no
; then
26652 # Check for the libraries.
26653 # See if we find them without any special options.
26654 # Don't add to $LIBS permanently.
26657 cat >conftest.
$ac_ext <<_ACEOF
26660 cat confdefs.h
>>conftest.
$ac_ext
26661 cat >>conftest.
$ac_ext <<_ACEOF
26662 /* end confdefs.h. */
26663 #include <X11/Intrinsic.h>
26672 rm -f conftest.
$ac_objext conftest
$ac_exeext
26673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26674 (eval $ac_link) 2>conftest.er1
26676 grep -v '^ *+' conftest.er1
>conftest.err
26678 cat conftest.err
>&5
26679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26680 (exit $ac_status); } &&
26681 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26683 (eval $ac_try) 2>&5
26685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26686 (exit $ac_status); }; } &&
26687 { ac_try
='test -s conftest$ac_exeext'
26688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26689 (eval $ac_try) 2>&5
26691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26692 (exit $ac_status); }; }; then
26694 # We can link X programs with no special library path.
26697 echo "$as_me: failed program was:" >&5
26698 sed 's/^/| /' conftest.
$ac_ext >&5
26701 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
26703 # Don't even attempt the hair of trying to link an X program!
26704 for ac_extension
in a so sl
; do
26705 if test -r $ac_dir/libXt.
$ac_extension; then
26706 ac_x_libraries
=$ac_dir
26712 rm -f conftest.err conftest.
$ac_objext \
26713 conftest
$ac_exeext conftest.
$ac_ext
26714 fi # $ac_x_libraries = no
26716 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
26717 # Didn't find X anywhere. Cache the known absence of X.
26718 ac_cv_have_x
="have_x=no"
26720 # Record where we found X for the cache.
26721 ac_cv_have_x
="have_x=yes \
26722 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
26727 eval "$ac_cv_have_x"
26730 if test "$have_x" != yes; then
26731 echo "$as_me:$LINENO: result: $have_x" >&5
26732 echo "${ECHO_T}$have_x" >&6
26735 # If each of the values was on the command line, it overrides each guess.
26736 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
26737 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
26738 # Update the cache value to reflect the command line values.
26739 ac_cv_have_x
="have_x=yes \
26740 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
26741 # It might be that x_includes is empty (headers are found in the
26742 # standard search path. Then output the corresponding message
26743 ac_out_x_includes
=$x_includes
26744 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
26745 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
26746 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
26750 if test "$no_x" = yes; then
26751 # Not all programs may use this symbol, but it does not hurt to define it.
26753 cat >>confdefs.h
<<\_ACEOF
26754 #define X_DISPLAY_MISSING 1
26757 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
26759 if test -n "$x_includes"; then
26760 X_CFLAGS
="$X_CFLAGS -I$x_includes"
26763 # It would also be nice to do this for all -L options, not just this one.
26764 if test -n "$x_libraries"; then
26765 X_LIBS
="$X_LIBS -L$x_libraries"
26766 # For Solaris; some versions of Sun CC require a space after -R and
26767 # others require no space. Words are not sufficient . . . .
26768 case `(uname -sr) 2>/dev/null` in
26770 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
26771 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
26772 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
26773 cat >conftest.
$ac_ext <<_ACEOF
26776 cat confdefs.h
>>conftest.
$ac_ext
26777 cat >>conftest.
$ac_ext <<_ACEOF
26778 /* end confdefs.h. */
26788 rm -f conftest.
$ac_objext conftest
$ac_exeext
26789 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26790 (eval $ac_link) 2>conftest.er1
26792 grep -v '^ *+' conftest.er1
>conftest.err
26794 cat conftest.err
>&5
26795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26796 (exit $ac_status); } &&
26797 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26799 (eval $ac_try) 2>&5
26801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26802 (exit $ac_status); }; } &&
26803 { ac_try
='test -s conftest$ac_exeext'
26804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26805 (eval $ac_try) 2>&5
26807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26808 (exit $ac_status); }; }; then
26811 echo "$as_me: failed program was:" >&5
26812 sed 's/^/| /' conftest.
$ac_ext >&5
26816 rm -f conftest.err conftest.
$ac_objext \
26817 conftest
$ac_exeext conftest.
$ac_ext
26818 if test $ac_R_nospace = yes; then
26819 echo "$as_me:$LINENO: result: no" >&5
26820 echo "${ECHO_T}no" >&6
26821 X_LIBS
="$X_LIBS -R$x_libraries"
26823 LIBS
="$ac_xsave_LIBS -R $x_libraries"
26824 cat >conftest.
$ac_ext <<_ACEOF
26827 cat confdefs.h
>>conftest.
$ac_ext
26828 cat >>conftest.
$ac_ext <<_ACEOF
26829 /* end confdefs.h. */
26839 rm -f conftest.
$ac_objext conftest
$ac_exeext
26840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26841 (eval $ac_link) 2>conftest.er1
26843 grep -v '^ *+' conftest.er1
>conftest.err
26845 cat conftest.err
>&5
26846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26847 (exit $ac_status); } &&
26848 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26850 (eval $ac_try) 2>&5
26852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26853 (exit $ac_status); }; } &&
26854 { ac_try
='test -s conftest$ac_exeext'
26855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26856 (eval $ac_try) 2>&5
26858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26859 (exit $ac_status); }; }; then
26862 echo "$as_me: failed program was:" >&5
26863 sed 's/^/| /' conftest.
$ac_ext >&5
26867 rm -f conftest.err conftest.
$ac_objext \
26868 conftest
$ac_exeext conftest.
$ac_ext
26869 if test $ac_R_space = yes; then
26870 echo "$as_me:$LINENO: result: yes" >&5
26871 echo "${ECHO_T}yes" >&6
26872 X_LIBS
="$X_LIBS -R $x_libraries"
26874 echo "$as_me:$LINENO: result: neither works" >&5
26875 echo "${ECHO_T}neither works" >&6
26878 LIBS
=$ac_xsave_LIBS
26882 # Check for system-dependent libraries X programs must link with.
26883 # Do this before checking for the system-independent R6 libraries
26884 # (-lICE), since we may need -lsocket or whatever for X linking.
26886 if test "$ISC" = yes; then
26887 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
26889 # Martyn Johnson says this is needed for Ultrix, if the X
26890 # libraries were built with DECnet support. And Karl Berry says
26891 # the Alpha needs dnet_stub (dnet does not exist).
26892 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
26893 cat >conftest.
$ac_ext <<_ACEOF
26896 cat confdefs.h
>>conftest.
$ac_ext
26897 cat >>conftest.
$ac_ext <<_ACEOF
26898 /* end confdefs.h. */
26900 /* Override any gcc2 internal prototype to avoid an error. */
26904 /* We use char because int might match the return type of a gcc2
26905 builtin and then its argument prototype would still apply. */
26906 char XOpenDisplay ();
26915 rm -f conftest.
$ac_objext conftest
$ac_exeext
26916 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26917 (eval $ac_link) 2>conftest.er1
26919 grep -v '^ *+' conftest.er1
>conftest.err
26921 cat conftest.err
>&5
26922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26923 (exit $ac_status); } &&
26924 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26926 (eval $ac_try) 2>&5
26928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26929 (exit $ac_status); }; } &&
26930 { ac_try
='test -s conftest$ac_exeext'
26931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26932 (eval $ac_try) 2>&5
26934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26935 (exit $ac_status); }; }; then
26938 echo "$as_me: failed program was:" >&5
26939 sed 's/^/| /' conftest.
$ac_ext >&5
26941 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
26942 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
26943 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
26944 echo $ECHO_N "(cached) $ECHO_C" >&6
26946 ac_check_lib_save_LIBS
=$LIBS
26947 LIBS
="-ldnet $LIBS"
26948 cat >conftest.
$ac_ext <<_ACEOF
26951 cat confdefs.h
>>conftest.
$ac_ext
26952 cat >>conftest.
$ac_ext <<_ACEOF
26953 /* end confdefs.h. */
26955 /* Override any gcc2 internal prototype to avoid an error. */
26959 /* We use char because int might match the return type of a gcc2
26960 builtin and then its argument prototype would still apply. */
26970 rm -f conftest.
$ac_objext conftest
$ac_exeext
26971 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26972 (eval $ac_link) 2>conftest.er1
26974 grep -v '^ *+' conftest.er1
>conftest.err
26976 cat conftest.err
>&5
26977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26978 (exit $ac_status); } &&
26979 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26981 (eval $ac_try) 2>&5
26983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26984 (exit $ac_status); }; } &&
26985 { ac_try
='test -s conftest$ac_exeext'
26986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26987 (eval $ac_try) 2>&5
26989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26990 (exit $ac_status); }; }; then
26991 ac_cv_lib_dnet_dnet_ntoa
=yes
26993 echo "$as_me: failed program was:" >&5
26994 sed 's/^/| /' conftest.
$ac_ext >&5
26996 ac_cv_lib_dnet_dnet_ntoa
=no
26998 rm -f conftest.err conftest.
$ac_objext \
26999 conftest
$ac_exeext conftest.
$ac_ext
27000 LIBS
=$ac_check_lib_save_LIBS
27002 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
27003 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
27004 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
27005 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
27008 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
27009 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
27010 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
27011 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
27012 echo $ECHO_N "(cached) $ECHO_C" >&6
27014 ac_check_lib_save_LIBS
=$LIBS
27015 LIBS
="-ldnet_stub $LIBS"
27016 cat >conftest.
$ac_ext <<_ACEOF
27019 cat confdefs.h
>>conftest.
$ac_ext
27020 cat >>conftest.
$ac_ext <<_ACEOF
27021 /* end confdefs.h. */
27023 /* Override any gcc2 internal prototype to avoid an error. */
27027 /* We use char because int might match the return type of a gcc2
27028 builtin and then its argument prototype would still apply. */
27038 rm -f conftest.
$ac_objext conftest
$ac_exeext
27039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27040 (eval $ac_link) 2>conftest.er1
27042 grep -v '^ *+' conftest.er1
>conftest.err
27044 cat conftest.err
>&5
27045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27046 (exit $ac_status); } &&
27047 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27049 (eval $ac_try) 2>&5
27051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27052 (exit $ac_status); }; } &&
27053 { ac_try
='test -s conftest$ac_exeext'
27054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27055 (eval $ac_try) 2>&5
27057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27058 (exit $ac_status); }; }; then
27059 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
27061 echo "$as_me: failed program was:" >&5
27062 sed 's/^/| /' conftest.
$ac_ext >&5
27064 ac_cv_lib_dnet_stub_dnet_ntoa
=no
27066 rm -f conftest.err conftest.
$ac_objext \
27067 conftest
$ac_exeext conftest.
$ac_ext
27068 LIBS
=$ac_check_lib_save_LIBS
27070 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
27071 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
27072 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
27073 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
27078 rm -f conftest.err conftest.
$ac_objext \
27079 conftest
$ac_exeext conftest.
$ac_ext
27080 LIBS
="$ac_xsave_LIBS"
27082 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
27083 # to get the SysV transport functions.
27084 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
27086 # The nsl library prevents programs from opening the X display
27087 # on Irix 5.2, according to T.E. Dickey.
27088 # The functions gethostbyname, getservbyname, and inet_addr are
27089 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
27090 echo "$as_me:$LINENO: checking for gethostbyname" >&5
27091 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
27092 if test "${ac_cv_func_gethostbyname+set}" = set; then
27093 echo $ECHO_N "(cached) $ECHO_C" >&6
27095 cat >conftest.
$ac_ext <<_ACEOF
27098 cat confdefs.h
>>conftest.
$ac_ext
27099 cat >>conftest.
$ac_ext <<_ACEOF
27100 /* end confdefs.h. */
27101 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
27102 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27103 #define gethostbyname innocuous_gethostbyname
27105 /* System header to define __stub macros and hopefully few prototypes,
27106 which can conflict with char gethostbyname (); below.
27107 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27108 <limits.h> exists even on freestanding compilers. */
27111 # include <limits.h>
27113 # include <assert.h>
27116 #undef gethostbyname
27118 /* Override any gcc2 internal prototype to avoid an error. */
27123 /* We use char because int might match the return type of a gcc2
27124 builtin and then its argument prototype would still apply. */
27125 char gethostbyname ();
27126 /* The GNU C library defines this for functions which it implements
27127 to always fail with ENOSYS. Some functions are actually named
27128 something starting with __ and the normal name is an alias. */
27129 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
27132 char (*f) () = gethostbyname;
27141 return f != gethostbyname;
27146 rm -f conftest.
$ac_objext conftest
$ac_exeext
27147 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27148 (eval $ac_link) 2>conftest.er1
27150 grep -v '^ *+' conftest.er1
>conftest.err
27152 cat conftest.err
>&5
27153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27154 (exit $ac_status); } &&
27155 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27157 (eval $ac_try) 2>&5
27159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27160 (exit $ac_status); }; } &&
27161 { ac_try
='test -s conftest$ac_exeext'
27162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27163 (eval $ac_try) 2>&5
27165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27166 (exit $ac_status); }; }; then
27167 ac_cv_func_gethostbyname
=yes
27169 echo "$as_me: failed program was:" >&5
27170 sed 's/^/| /' conftest.
$ac_ext >&5
27172 ac_cv_func_gethostbyname
=no
27174 rm -f conftest.err conftest.
$ac_objext \
27175 conftest
$ac_exeext conftest.
$ac_ext
27177 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
27178 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
27180 if test $ac_cv_func_gethostbyname = no
; then
27181 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
27182 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
27183 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
27184 echo $ECHO_N "(cached) $ECHO_C" >&6
27186 ac_check_lib_save_LIBS
=$LIBS
27188 cat >conftest.
$ac_ext <<_ACEOF
27191 cat confdefs.h
>>conftest.
$ac_ext
27192 cat >>conftest.
$ac_ext <<_ACEOF
27193 /* end confdefs.h. */
27195 /* Override any gcc2 internal prototype to avoid an error. */
27199 /* We use char because int might match the return type of a gcc2
27200 builtin and then its argument prototype would still apply. */
27201 char gethostbyname ();
27210 rm -f conftest.
$ac_objext conftest
$ac_exeext
27211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27212 (eval $ac_link) 2>conftest.er1
27214 grep -v '^ *+' conftest.er1
>conftest.err
27216 cat conftest.err
>&5
27217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27218 (exit $ac_status); } &&
27219 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27221 (eval $ac_try) 2>&5
27223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27224 (exit $ac_status); }; } &&
27225 { ac_try
='test -s conftest$ac_exeext'
27226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27227 (eval $ac_try) 2>&5
27229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27230 (exit $ac_status); }; }; then
27231 ac_cv_lib_nsl_gethostbyname
=yes
27233 echo "$as_me: failed program was:" >&5
27234 sed 's/^/| /' conftest.
$ac_ext >&5
27236 ac_cv_lib_nsl_gethostbyname
=no
27238 rm -f conftest.err conftest.
$ac_objext \
27239 conftest
$ac_exeext conftest.
$ac_ext
27240 LIBS
=$ac_check_lib_save_LIBS
27242 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
27243 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
27244 if test $ac_cv_lib_nsl_gethostbyname = yes; then
27245 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
27248 if test $ac_cv_lib_nsl_gethostbyname = no
; then
27249 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
27250 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
27251 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
27252 echo $ECHO_N "(cached) $ECHO_C" >&6
27254 ac_check_lib_save_LIBS
=$LIBS
27256 cat >conftest.
$ac_ext <<_ACEOF
27259 cat confdefs.h
>>conftest.
$ac_ext
27260 cat >>conftest.
$ac_ext <<_ACEOF
27261 /* end confdefs.h. */
27263 /* Override any gcc2 internal prototype to avoid an error. */
27267 /* We use char because int might match the return type of a gcc2
27268 builtin and then its argument prototype would still apply. */
27269 char gethostbyname ();
27278 rm -f conftest.
$ac_objext conftest
$ac_exeext
27279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27280 (eval $ac_link) 2>conftest.er1
27282 grep -v '^ *+' conftest.er1
>conftest.err
27284 cat conftest.err
>&5
27285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27286 (exit $ac_status); } &&
27287 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27289 (eval $ac_try) 2>&5
27291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27292 (exit $ac_status); }; } &&
27293 { ac_try
='test -s conftest$ac_exeext'
27294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27295 (eval $ac_try) 2>&5
27297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27298 (exit $ac_status); }; }; then
27299 ac_cv_lib_bsd_gethostbyname
=yes
27301 echo "$as_me: failed program was:" >&5
27302 sed 's/^/| /' conftest.
$ac_ext >&5
27304 ac_cv_lib_bsd_gethostbyname
=no
27306 rm -f conftest.err conftest.
$ac_objext \
27307 conftest
$ac_exeext conftest.
$ac_ext
27308 LIBS
=$ac_check_lib_save_LIBS
27310 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
27311 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
27312 if test $ac_cv_lib_bsd_gethostbyname = yes; then
27313 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
27319 # lieder@skyler.mavd.honeywell.com says without -lsocket,
27320 # socket/setsockopt and other routines are undefined under SCO ODT
27321 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
27322 # on later versions), says Simon Leinen: it contains gethostby*
27323 # variants that don't use the name server (or something). -lsocket
27324 # must be given before -lnsl if both are needed. We assume that
27325 # if connect needs -lnsl, so does gethostbyname.
27326 echo "$as_me:$LINENO: checking for connect" >&5
27327 echo $ECHO_N "checking for connect... $ECHO_C" >&6
27328 if test "${ac_cv_func_connect+set}" = set; then
27329 echo $ECHO_N "(cached) $ECHO_C" >&6
27331 cat >conftest.
$ac_ext <<_ACEOF
27334 cat confdefs.h
>>conftest.
$ac_ext
27335 cat >>conftest.
$ac_ext <<_ACEOF
27336 /* end confdefs.h. */
27337 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
27338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27339 #define connect innocuous_connect
27341 /* System header to define __stub macros and hopefully few prototypes,
27342 which can conflict with char connect (); below.
27343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27344 <limits.h> exists even on freestanding compilers. */
27347 # include <limits.h>
27349 # include <assert.h>
27354 /* Override any gcc2 internal prototype to avoid an error. */
27359 /* We use char because int might match the return type of a gcc2
27360 builtin and then its argument prototype would still apply. */
27362 /* The GNU C library defines this for functions which it implements
27363 to always fail with ENOSYS. Some functions are actually named
27364 something starting with __ and the normal name is an alias. */
27365 #if defined (__stub_connect) || defined (__stub___connect)
27368 char (*f) () = connect;
27377 return f != connect;
27382 rm -f conftest.
$ac_objext conftest
$ac_exeext
27383 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27384 (eval $ac_link) 2>conftest.er1
27386 grep -v '^ *+' conftest.er1
>conftest.err
27388 cat conftest.err
>&5
27389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27390 (exit $ac_status); } &&
27391 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27393 (eval $ac_try) 2>&5
27395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27396 (exit $ac_status); }; } &&
27397 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
27403 ac_cv_func_connect
=yes
27405 echo "$as_me: failed program was:" >&5
27406 sed 's/^/| /' conftest.
$ac_ext >&5
27408 ac_cv_func_connect
=no
27410 rm -f conftest.err conftest.
$ac_objext \
27411 conftest
$ac_exeext conftest.
$ac_ext
27413 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
27414 echo "${ECHO_T}$ac_cv_func_connect" >&6
27416 if test $ac_cv_func_connect = no
; then
27417 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
27418 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
27419 if test "${ac_cv_lib_socket_connect+set}" = set; then
27420 echo $ECHO_N "(cached) $ECHO_C" >&6
27422 ac_check_lib_save_LIBS
=$LIBS
27423 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
27424 cat >conftest.
$ac_ext <<_ACEOF
27427 cat confdefs.h
>>conftest.
$ac_ext
27428 cat >>conftest.
$ac_ext <<_ACEOF
27429 /* end confdefs.h. */
27431 /* Override any gcc2 internal prototype to avoid an error. */
27435 /* We use char because int might match the return type of a gcc2
27436 builtin and then its argument prototype would still apply. */
27446 rm -f conftest.
$ac_objext conftest
$ac_exeext
27447 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27448 (eval $ac_link) 2>conftest.er1
27450 grep -v '^ *+' conftest.er1
>conftest.err
27452 cat conftest.err
>&5
27453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27454 (exit $ac_status); } &&
27455 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27457 (eval $ac_try) 2>&5
27459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27460 (exit $ac_status); }; } &&
27461 { ac_try
='test -s conftest$ac_exeext'
27462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27463 (eval $ac_try) 2>&5
27465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27466 (exit $ac_status); }; }; then
27467 ac_cv_lib_socket_connect
=yes
27469 echo "$as_me: failed program was:" >&5
27470 sed 's/^/| /' conftest.
$ac_ext >&5
27472 ac_cv_lib_socket_connect
=no
27474 rm -f conftest.err conftest.
$ac_objext \
27475 conftest
$ac_exeext conftest.
$ac_ext
27476 LIBS
=$ac_check_lib_save_LIBS
27478 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
27479 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
27480 if test $ac_cv_lib_socket_connect = yes; then
27481 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
27486 # Guillermo Gomez says -lposix is necessary on A/UX.
27487 echo "$as_me:$LINENO: checking for remove" >&5
27488 echo $ECHO_N "checking for remove... $ECHO_C" >&6
27489 if test "${ac_cv_func_remove+set}" = set; then
27490 echo $ECHO_N "(cached) $ECHO_C" >&6
27492 cat >conftest.
$ac_ext <<_ACEOF
27495 cat confdefs.h
>>conftest.
$ac_ext
27496 cat >>conftest.
$ac_ext <<_ACEOF
27497 /* end confdefs.h. */
27498 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
27499 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27500 #define remove innocuous_remove
27502 /* System header to define __stub macros and hopefully few prototypes,
27503 which can conflict with char remove (); below.
27504 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27505 <limits.h> exists even on freestanding compilers. */
27508 # include <limits.h>
27510 # include <assert.h>
27515 /* Override any gcc2 internal prototype to avoid an error. */
27520 /* We use char because int might match the return type of a gcc2
27521 builtin and then its argument prototype would still apply. */
27523 /* The GNU C library defines this for functions which it implements
27524 to always fail with ENOSYS. Some functions are actually named
27525 something starting with __ and the normal name is an alias. */
27526 #if defined (__stub_remove) || defined (__stub___remove)
27529 char (*f) () = remove;
27538 return f != remove;
27543 rm -f conftest.
$ac_objext conftest
$ac_exeext
27544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27545 (eval $ac_link) 2>conftest.er1
27547 grep -v '^ *+' conftest.er1
>conftest.err
27549 cat conftest.err
>&5
27550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27551 (exit $ac_status); } &&
27552 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27554 (eval $ac_try) 2>&5
27556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27557 (exit $ac_status); }; } &&
27558 { ac_try
='test -s conftest$ac_exeext'
27559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27560 (eval $ac_try) 2>&5
27562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27563 (exit $ac_status); }; }; then
27564 ac_cv_func_remove
=yes
27566 echo "$as_me: failed program was:" >&5
27567 sed 's/^/| /' conftest.
$ac_ext >&5
27569 ac_cv_func_remove
=no
27571 rm -f conftest.err conftest.
$ac_objext \
27572 conftest
$ac_exeext conftest.
$ac_ext
27574 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
27575 echo "${ECHO_T}$ac_cv_func_remove" >&6
27577 if test $ac_cv_func_remove = no
; then
27578 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
27579 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
27580 if test "${ac_cv_lib_posix_remove+set}" = set; then
27581 echo $ECHO_N "(cached) $ECHO_C" >&6
27583 ac_check_lib_save_LIBS
=$LIBS
27584 LIBS
="-lposix $LIBS"
27585 cat >conftest.
$ac_ext <<_ACEOF
27588 cat confdefs.h
>>conftest.
$ac_ext
27589 cat >>conftest.
$ac_ext <<_ACEOF
27590 /* end confdefs.h. */
27592 /* Override any gcc2 internal prototype to avoid an error. */
27596 /* We use char because int might match the return type of a gcc2
27597 builtin and then its argument prototype would still apply. */
27607 rm -f conftest.
$ac_objext conftest
$ac_exeext
27608 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27609 (eval $ac_link) 2>conftest.er1
27611 grep -v '^ *+' conftest.er1
>conftest.err
27613 cat conftest.err
>&5
27614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27615 (exit $ac_status); } &&
27616 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27618 (eval $ac_try) 2>&5
27620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27621 (exit $ac_status); }; } &&
27622 { ac_try
='test -s conftest$ac_exeext'
27623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27624 (eval $ac_try) 2>&5
27626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27627 (exit $ac_status); }; }; then
27628 ac_cv_lib_posix_remove
=yes
27630 echo "$as_me: failed program was:" >&5
27631 sed 's/^/| /' conftest.
$ac_ext >&5
27633 ac_cv_lib_posix_remove
=no
27635 rm -f conftest.err conftest.
$ac_objext \
27636 conftest
$ac_exeext conftest.
$ac_ext
27637 LIBS
=$ac_check_lib_save_LIBS
27639 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
27640 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
27641 if test $ac_cv_lib_posix_remove = yes; then
27642 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
27647 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
27648 echo "$as_me:$LINENO: checking for shmat" >&5
27649 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
27650 if test "${ac_cv_func_shmat+set}" = set; then
27651 echo $ECHO_N "(cached) $ECHO_C" >&6
27653 cat >conftest.
$ac_ext <<_ACEOF
27656 cat confdefs.h
>>conftest.
$ac_ext
27657 cat >>conftest.
$ac_ext <<_ACEOF
27658 /* end confdefs.h. */
27659 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
27660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27661 #define shmat innocuous_shmat
27663 /* System header to define __stub macros and hopefully few prototypes,
27664 which can conflict with char shmat (); below.
27665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27666 <limits.h> exists even on freestanding compilers. */
27669 # include <limits.h>
27671 # include <assert.h>
27676 /* Override any gcc2 internal prototype to avoid an error. */
27681 /* We use char because int might match the return type of a gcc2
27682 builtin and then its argument prototype would still apply. */
27684 /* The GNU C library defines this for functions which it implements
27685 to always fail with ENOSYS. Some functions are actually named
27686 something starting with __ and the normal name is an alias. */
27687 #if defined (__stub_shmat) || defined (__stub___shmat)
27690 char (*f) () = shmat;
27704 rm -f conftest.
$ac_objext conftest
$ac_exeext
27705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27706 (eval $ac_link) 2>conftest.er1
27708 grep -v '^ *+' conftest.er1
>conftest.err
27710 cat conftest.err
>&5
27711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27712 (exit $ac_status); } &&
27713 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27715 (eval $ac_try) 2>&5
27717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27718 (exit $ac_status); }; } &&
27719 { ac_try
='test -s conftest$ac_exeext'
27720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27721 (eval $ac_try) 2>&5
27723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27724 (exit $ac_status); }; }; then
27725 ac_cv_func_shmat
=yes
27727 echo "$as_me: failed program was:" >&5
27728 sed 's/^/| /' conftest.
$ac_ext >&5
27730 ac_cv_func_shmat
=no
27732 rm -f conftest.err conftest.
$ac_objext \
27733 conftest
$ac_exeext conftest.
$ac_ext
27735 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
27736 echo "${ECHO_T}$ac_cv_func_shmat" >&6
27738 if test $ac_cv_func_shmat = no
; then
27739 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
27740 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
27741 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
27742 echo $ECHO_N "(cached) $ECHO_C" >&6
27744 ac_check_lib_save_LIBS
=$LIBS
27746 cat >conftest.
$ac_ext <<_ACEOF
27749 cat confdefs.h
>>conftest.
$ac_ext
27750 cat >>conftest.
$ac_ext <<_ACEOF
27751 /* end confdefs.h. */
27753 /* Override any gcc2 internal prototype to avoid an error. */
27757 /* We use char because int might match the return type of a gcc2
27758 builtin and then its argument prototype would still apply. */
27768 rm -f conftest.
$ac_objext conftest
$ac_exeext
27769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27770 (eval $ac_link) 2>conftest.er1
27772 grep -v '^ *+' conftest.er1
>conftest.err
27774 cat conftest.err
>&5
27775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27776 (exit $ac_status); } &&
27777 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27779 (eval $ac_try) 2>&5
27781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27782 (exit $ac_status); }; } &&
27783 { ac_try
='test -s conftest$ac_exeext'
27784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27785 (eval $ac_try) 2>&5
27787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27788 (exit $ac_status); }; }; then
27789 ac_cv_lib_ipc_shmat
=yes
27791 echo "$as_me: failed program was:" >&5
27792 sed 's/^/| /' conftest.
$ac_ext >&5
27794 ac_cv_lib_ipc_shmat
=no
27796 rm -f conftest.err conftest.
$ac_objext \
27797 conftest
$ac_exeext conftest.
$ac_ext
27798 LIBS
=$ac_check_lib_save_LIBS
27800 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
27801 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
27802 if test $ac_cv_lib_ipc_shmat = yes; then
27803 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
27809 # Check for libraries that X11R6 Xt/Xaw programs need.
27810 ac_save_LDFLAGS
=$LDFLAGS
27811 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
27812 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
27813 # check for ICE first), but we must link in the order -lSM -lICE or
27814 # we get undefined symbols. So assume we have SM if we have ICE.
27815 # These have to be linked with before -lX11, unlike the other
27816 # libraries we check for below, so use a different variable.
27817 # John Interrante, Karl Berry
27818 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
27819 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
27820 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
27821 echo $ECHO_N "(cached) $ECHO_C" >&6
27823 ac_check_lib_save_LIBS
=$LIBS
27824 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
27825 cat >conftest.
$ac_ext <<_ACEOF
27828 cat confdefs.h
>>conftest.
$ac_ext
27829 cat >>conftest.
$ac_ext <<_ACEOF
27830 /* end confdefs.h. */
27832 /* Override any gcc2 internal prototype to avoid an error. */
27836 /* We use char because int might match the return type of a gcc2
27837 builtin and then its argument prototype would still apply. */
27838 char IceConnectionNumber ();
27842 IceConnectionNumber ();
27847 rm -f conftest.
$ac_objext conftest
$ac_exeext
27848 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27849 (eval $ac_link) 2>conftest.er1
27851 grep -v '^ *+' conftest.er1
>conftest.err
27853 cat conftest.err
>&5
27854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27855 (exit $ac_status); } &&
27856 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27858 (eval $ac_try) 2>&5
27860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27861 (exit $ac_status); }; } &&
27862 { ac_try
='test -s conftest$ac_exeext'
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 ac_cv_lib_ICE_IceConnectionNumber
=yes
27870 echo "$as_me: failed program was:" >&5
27871 sed 's/^/| /' conftest.
$ac_ext >&5
27873 ac_cv_lib_ICE_IceConnectionNumber
=no
27875 rm -f conftest.err conftest.
$ac_objext \
27876 conftest
$ac_exeext conftest.
$ac_ext
27877 LIBS
=$ac_check_lib_save_LIBS
27879 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
27880 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
27881 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
27882 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
27885 LDFLAGS
=$ac_save_LDFLAGS
27890 if test "$no_x" = "yes"; then
27891 { { echo "$as_me:$LINENO: error: X11 not found" >&5
27892 echo "$as_me: error: X11 not found" >&2;}
27893 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
27896 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
27897 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
27898 AFMINSTALL
=afminstall
27899 COMPILED_X_PROGRAM
=0
27903 if test "$wxUSE_X11" = 1; then
27904 if test "$wxUSE_NANOX" = "yes"; then
27905 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
27906 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
27907 if test "x$MICROWIN" = x
; then
27908 echo "$as_me:$LINENO: result: not found" >&5
27909 echo "${ECHO_T}not found" >&6
27910 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
27911 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
27912 { (exit 1); exit 1; }; }
27914 echo "$as_me:$LINENO: result: $MICROWIN" >&5
27915 echo "${ECHO_T}$MICROWIN" >&6
27916 cat >>confdefs.h
<<\_ACEOF
27917 #define wxUSE_NANOX 1
27923 if test "$wxUSE_UNICODE" = "yes"; then
27927 if test -z "$PKG_CONFIG"; then
27928 # Extract the first word of "pkg-config", so it can be a program name with args.
27929 set dummy pkg
-config; ac_word
=$2
27930 echo "$as_me:$LINENO: checking for $ac_word" >&5
27931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27932 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27933 echo $ECHO_N "(cached) $ECHO_C" >&6
27935 case $PKG_CONFIG in
27937 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27941 for as_dir
in $PATH
27944 test -z "$as_dir" && as_dir
=.
27945 for ac_exec_ext
in '' $ac_executable_extensions; do
27946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27947 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27954 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27958 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27960 if test -n "$PKG_CONFIG"; then
27961 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27962 echo "${ECHO_T}$PKG_CONFIG" >&6
27964 echo "$as_me:$LINENO: result: no" >&5
27965 echo "${ECHO_T}no" >&6
27970 if test "$PKG_CONFIG" = "no" ; then
27971 echo "*** The pkg-config script could not be found. Make sure it is"
27972 echo "*** in your path, or set the PKG_CONFIG environment variable"
27973 echo "*** to the full path to pkg-config."
27974 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
27976 PKG_CONFIG_MIN_VERSION
=0.9.0
27977 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
27978 echo "$as_me:$LINENO: checking for pangox" >&5
27979 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
27981 if $PKG_CONFIG --exists "pangox" ; then
27982 echo "$as_me:$LINENO: result: yes" >&5
27983 echo "${ECHO_T}yes" >&6
27986 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
27987 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
27988 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
27989 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
27990 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
27992 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
27993 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
27994 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
27995 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
27996 echo "${ECHO_T}$PANGOX_LIBS" >&6
28000 ## If we have a custom action on failure, don't print errors, but
28001 ## do set a variable so people can do so.
28002 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
28009 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28010 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28014 if test $succeeded = yes; then
28016 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
28017 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
28021 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
28022 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
28023 { (exit 1); exit 1; }; }
28031 if test -z "$PKG_CONFIG"; then
28032 # Extract the first word of "pkg-config", so it can be a program name with args.
28033 set dummy pkg
-config; ac_word
=$2
28034 echo "$as_me:$LINENO: checking for $ac_word" >&5
28035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28036 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28037 echo $ECHO_N "(cached) $ECHO_C" >&6
28039 case $PKG_CONFIG in
28041 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28045 for as_dir
in $PATH
28048 test -z "$as_dir" && as_dir
=.
28049 for ac_exec_ext
in '' $ac_executable_extensions; do
28050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28051 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28058 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28062 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28064 if test -n "$PKG_CONFIG"; then
28065 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28066 echo "${ECHO_T}$PKG_CONFIG" >&6
28068 echo "$as_me:$LINENO: result: no" >&5
28069 echo "${ECHO_T}no" >&6
28074 if test "$PKG_CONFIG" = "no" ; then
28075 echo "*** The pkg-config script could not be found. Make sure it is"
28076 echo "*** in your path, or set the PKG_CONFIG environment variable"
28077 echo "*** to the full path to pkg-config."
28078 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28080 PKG_CONFIG_MIN_VERSION
=0.9.0
28081 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28082 echo "$as_me:$LINENO: checking for pangoft2" >&5
28083 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
28085 if $PKG_CONFIG --exists "pangoft2" ; then
28086 echo "$as_me:$LINENO: result: yes" >&5
28087 echo "${ECHO_T}yes" >&6
28090 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
28091 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
28092 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
28093 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
28094 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
28096 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
28097 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
28098 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
28099 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
28100 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
28104 ## If we have a custom action on failure, don't print errors, but
28105 ## do set a variable so people can do so.
28106 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
28113 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28114 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28118 if test $succeeded = yes; then
28120 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
28121 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
28125 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
28126 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
28127 wxUSE_PRINTING_ARCHITECTURE
="no"
28135 if test -z "$PKG_CONFIG"; then
28136 # Extract the first word of "pkg-config", so it can be a program name with args.
28137 set dummy pkg
-config; ac_word
=$2
28138 echo "$as_me:$LINENO: checking for $ac_word" >&5
28139 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28140 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28141 echo $ECHO_N "(cached) $ECHO_C" >&6
28143 case $PKG_CONFIG in
28145 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
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_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28162 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28166 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28168 if test -n "$PKG_CONFIG"; then
28169 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28170 echo "${ECHO_T}$PKG_CONFIG" >&6
28172 echo "$as_me:$LINENO: result: no" >&5
28173 echo "${ECHO_T}no" >&6
28178 if test "$PKG_CONFIG" = "no" ; then
28179 echo "*** The pkg-config script could not be found. Make sure it is"
28180 echo "*** in your path, or set the PKG_CONFIG environment variable"
28181 echo "*** to the full path to pkg-config."
28182 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
28184 PKG_CONFIG_MIN_VERSION
=0.9.0
28185 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
28186 echo "$as_me:$LINENO: checking for pangoxft" >&5
28187 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
28189 if $PKG_CONFIG --exists "pangoxft" ; then
28190 echo "$as_me:$LINENO: result: yes" >&5
28191 echo "${ECHO_T}yes" >&6
28194 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
28195 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
28196 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
28197 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
28198 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
28200 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
28201 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
28202 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
28203 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
28204 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
28208 ## If we have a custom action on failure, don't print errors, but
28209 ## do set a variable so people can do so.
28210 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
28217 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
28218 echo "*** See http://www.freedesktop.org/software/pkgconfig"
28222 if test $succeeded = yes; then
28224 cat >>confdefs.h
<<\_ACEOF
28225 #define HAVE_PANGO_XFT 1
28228 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
28229 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
28233 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
28234 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
28239 save_CFLAGS
="$CFLAGS"
28241 CFLAGS
="$CFLAGS $PANGOX_CFLAGS"
28242 LIBS
="$LIBS $PANGOX_LIBS"
28244 for ac_func
in pango_font_family_is_monospace
28246 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28247 echo "$as_me:$LINENO: checking for $ac_func" >&5
28248 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28249 if eval "test \"\${$as_ac_var+set}\" = set"; then
28250 echo $ECHO_N "(cached) $ECHO_C" >&6
28252 cat >conftest.
$ac_ext <<_ACEOF
28255 cat confdefs.h
>>conftest.
$ac_ext
28256 cat >>conftest.
$ac_ext <<_ACEOF
28257 /* end confdefs.h. */
28258 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28259 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28260 #define $ac_func innocuous_$ac_func
28262 /* System header to define __stub macros and hopefully few prototypes,
28263 which can conflict with char $ac_func (); below.
28264 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28265 <limits.h> exists even on freestanding compilers. */
28268 # include <limits.h>
28270 # include <assert.h>
28275 /* Override any gcc2 internal prototype to avoid an error. */
28280 /* We use char because int might match the return type of a gcc2
28281 builtin and then its argument prototype would still apply. */
28283 /* The GNU C library defines this for functions which it implements
28284 to always fail with ENOSYS. Some functions are actually named
28285 something starting with __ and the normal name is an alias. */
28286 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28289 char (*f) () = $ac_func;
28298 return f != $ac_func;
28303 rm -f conftest.
$ac_objext conftest
$ac_exeext
28304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28305 (eval $ac_link) 2>conftest.er1
28307 grep -v '^ *+' conftest.er1
>conftest.err
28309 cat conftest.err
>&5
28310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28311 (exit $ac_status); } &&
28312 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28314 (eval $ac_try) 2>&5
28316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28317 (exit $ac_status); }; } &&
28318 { ac_try
='test -s conftest$ac_exeext'
28319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28320 (eval $ac_try) 2>&5
28322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28323 (exit $ac_status); }; }; then
28324 eval "$as_ac_var=yes"
28326 echo "$as_me: failed program was:" >&5
28327 sed 's/^/| /' conftest.
$ac_ext >&5
28329 eval "$as_ac_var=no"
28331 rm -f conftest.err conftest.
$ac_objext \
28332 conftest
$ac_exeext conftest.
$ac_ext
28334 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28335 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28336 if test `eval echo '${'$as_ac_var'}'` = yes; then
28337 cat >>confdefs.h
<<_ACEOF
28338 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28344 CFLAGS
="$save_CFLAGS"
28348 wxUSE_UNIVERSAL
="yes"
28350 if test "$wxUSE_NANOX" = "yes"; then
28351 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
28352 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"
28353 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
28355 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
28362 if test "$wxUSE_MOTIF" = 1; then
28363 if test "$wxUSE_UNICODE" = "yes"; then
28364 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
28365 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
28366 { (exit 1); exit 1; }; }
28369 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
28370 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
28373 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
28375 if test -f "$ac_dir/Xm/Xm.h"; then
28376 ac_find_includes
=$ac_dir
28381 if test "$ac_find_includes" != "" ; then
28382 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
28383 echo "${ECHO_T}found in $ac_find_includes" >&6
28385 if test "x$ac_find_includes" = "x/usr/include"; then
28386 ac_path_to_include
=""
28388 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
28390 if test $result = 0; then
28391 ac_path_to_include
=""
28393 ac_path_to_include
=" -I$ac_find_includes"
28397 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
28399 save_CFLAGS
=$CFLAGS
28400 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28402 cat >conftest.
$ac_ext <<_ACEOF
28405 cat confdefs.h
>>conftest.
$ac_ext
28406 cat >>conftest.
$ac_ext <<_ACEOF
28407 /* end confdefs.h. */
28416 version = xmUseVersion;
28422 rm -f conftest.
$ac_objext
28423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28424 (eval $ac_compile) 2>conftest.er1
28426 grep -v '^ *+' conftest.er1
>conftest.err
28428 cat conftest.err
>&5
28429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28430 (exit $ac_status); } &&
28431 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28433 (eval $ac_try) 2>&5
28435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28436 (exit $ac_status); }; } &&
28437 { ac_try
='test -s conftest.$ac_objext'
28438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28439 (eval $ac_try) 2>&5
28441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28442 (exit $ac_status); }; }; then
28444 echo "$as_me:$LINENO: result: found in default search path" >&5
28445 echo "${ECHO_T}found in default search path" >&6
28446 COMPILED_X_PROGRAM
=1
28449 echo "$as_me: failed program was:" >&5
28450 sed 's/^/| /' conftest.
$ac_ext >&5
28453 echo "$as_me:$LINENO: result: no" >&5
28454 echo "${ECHO_T}no" >&6
28455 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
28456 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
28457 { (exit 1); exit 1; }; }
28461 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28463 CFLAGS
=$save_CFLAGS
28467 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
28468 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
28472 for ac_dir
in $SEARCH_LIB;
28474 for ac_extension
in a so sl dylib dll.a
; do
28475 if test -f "$ac_dir/libXm.$ac_extension"; then
28476 ac_find_libraries
=$ac_dir
28482 if test "x$ac_find_libraries" = "x" ; then
28485 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
28487 for ac_extension
in a so sl dylib dll.a
; do
28488 if test -f "$ac_dir/libXm.$ac_extension"; then
28489 ac_find_libraries
=$ac_dir
28495 if test "x$ac_find_libraries" != "x" ; then
28496 ac_find_libraries
="default location"
28501 if test "x$ac_find_libraries" != "x" ; then
28502 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28503 echo "${ECHO_T}found in $ac_find_libraries" >&6
28506 if test "$ac_find_libraries" = "default location"; then
28509 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28511 if test $result = 0; then
28514 ac_path_to_link
=" -L$ac_find_libraries"
28518 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
28520 save_CFLAGS
=$CFLAGS
28521 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28523 cat >conftest.
$ac_ext <<_ACEOF
28526 cat confdefs.h
>>conftest.
$ac_ext
28527 cat >>conftest.
$ac_ext <<_ACEOF
28528 /* end confdefs.h. */
28537 version = xmUseVersion;
28543 rm -f conftest.
$ac_objext conftest
$ac_exeext
28544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28545 (eval $ac_link) 2>conftest.er1
28547 grep -v '^ *+' conftest.er1
>conftest.err
28549 cat conftest.err
>&5
28550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28551 (exit $ac_status); } &&
28552 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28554 (eval $ac_try) 2>&5
28556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28557 (exit $ac_status); }; } &&
28558 { ac_try
='test -s conftest$ac_exeext'
28559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28560 (eval $ac_try) 2>&5
28562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28563 (exit $ac_status); }; }; then
28565 echo "$as_me:$LINENO: result: found in default search path" >&5
28566 echo "${ECHO_T}found in default search path" >&6
28567 COMPILED_X_PROGRAM
=1
28570 echo "$as_me: failed program was:" >&5
28571 sed 's/^/| /' conftest.
$ac_ext >&5
28574 echo "$as_me:$LINENO: result: no" >&5
28575 echo "${ECHO_T}no" >&6
28576 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
28577 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
28578 { (exit 1); exit 1; }; }
28582 rm -f conftest.err conftest.
$ac_objext \
28583 conftest
$ac_exeext conftest.
$ac_ext
28585 CFLAGS
=$save_CFLAGS
28588 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
28589 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
28593 for libp
in "" " -lXp"; do
28594 if test "$libs_found" = "0"; then
28595 for libsm_ice
in "" " -lSM -lICE"; do
28596 if test "$libs_found" = "0"; then
28598 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
28599 save_CFLAGS
=$CFLAGS
28600 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28602 cat >conftest.
$ac_ext <<_ACEOF
28605 cat confdefs.h
>>conftest.
$ac_ext
28606 cat >>conftest.
$ac_ext <<_ACEOF
28607 /* end confdefs.h. */
28610 #include <Xm/List.h>
28616 XmString string = NULL;
28619 XmListAddItem(w, string, position);
28625 rm -f conftest.
$ac_objext conftest
$ac_exeext
28626 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28627 (eval $ac_link) 2>conftest.er1
28629 grep -v '^ *+' conftest.er1
>conftest.err
28631 cat conftest.err
>&5
28632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28633 (exit $ac_status); } &&
28634 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28636 (eval $ac_try) 2>&5
28638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28639 (exit $ac_status); }; } &&
28640 { ac_try
='test -s conftest$ac_exeext'
28641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28642 (eval $ac_try) 2>&5
28644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28645 (exit $ac_status); }; }; then
28648 libsm_ice_link
="$libsm_ice"
28649 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
28650 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
28654 echo "$as_me: failed program was:" >&5
28655 sed 's/^/| /' conftest.
$ac_ext >&5
28660 rm -f conftest.err conftest.
$ac_objext \
28661 conftest
$ac_exeext conftest.
$ac_ext
28664 CFLAGS
=$save_CFLAGS
28670 if test "$libs_found" = "0"; then
28671 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
28672 echo "${ECHO_T}can't find the right libraries" >&6
28673 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
28674 echo "$as_me: error: can't link a simple motif program" >&2;}
28675 { (exit 1); exit 1; }; }
28678 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
28679 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
28680 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
28681 echo $ECHO_N "(cached) $ECHO_C" >&6
28683 ac_check_lib_save_LIBS
=$LIBS
28685 cat >conftest.
$ac_ext <<_ACEOF
28688 cat confdefs.h
>>conftest.
$ac_ext
28689 cat >>conftest.
$ac_ext <<_ACEOF
28690 /* end confdefs.h. */
28692 /* Override any gcc2 internal prototype to avoid an error. */
28696 /* We use char because int might match the return type of a gcc2
28697 builtin and then its argument prototype would still apply. */
28698 char SgCreateList ();
28707 rm -f conftest.
$ac_objext conftest
$ac_exeext
28708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28709 (eval $ac_link) 2>conftest.er1
28711 grep -v '^ *+' conftest.er1
>conftest.err
28713 cat conftest.err
>&5
28714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28715 (exit $ac_status); } &&
28716 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
28722 { ac_try
='test -s conftest$ac_exeext'
28723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28724 (eval $ac_try) 2>&5
28726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28727 (exit $ac_status); }; }; then
28728 ac_cv_lib_Sgm_SgCreateList
=yes
28730 echo "$as_me: failed program was:" >&5
28731 sed 's/^/| /' conftest.
$ac_ext >&5
28733 ac_cv_lib_Sgm_SgCreateList
=no
28735 rm -f conftest.err conftest.
$ac_objext \
28736 conftest
$ac_exeext conftest.
$ac_ext
28737 LIBS
=$ac_check_lib_save_LIBS
28739 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
28740 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
28741 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
28742 libsgm_link
=" -lSgm"
28746 save_CFLAGS
=$CFLAGS
28747 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28749 echo "$as_me:$LINENO: checking for Motif 2" >&5
28750 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
28751 if test "${wx_cv_lib_motif2+set}" = set; then
28752 echo $ECHO_N "(cached) $ECHO_C" >&6
28754 cat >conftest.
$ac_ext <<_ACEOF
28757 cat confdefs.h
>>conftest.
$ac_ext
28758 cat >>conftest.
$ac_ext <<_ACEOF
28759 /* end confdefs.h. */
28767 #if XmVersion < 2000
28775 rm -f conftest.
$ac_objext
28776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28777 (eval $ac_compile) 2>conftest.er1
28779 grep -v '^ *+' conftest.er1
>conftest.err
28781 cat conftest.err
>&5
28782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28783 (exit $ac_status); } &&
28784 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28786 (eval $ac_try) 2>&5
28788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28789 (exit $ac_status); }; } &&
28790 { ac_try
='test -s conftest.$ac_objext'
28791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28792 (eval $ac_try) 2>&5
28794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28795 (exit $ac_status); }; }; then
28796 wx_cv_lib_motif2
="yes"
28798 echo "$as_me: failed program was:" >&5
28799 sed 's/^/| /' conftest.
$ac_ext >&5
28801 wx_cv_lib_motif2
="no"
28803 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28805 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
28806 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
28807 if test "$wx_cv_lib_motif2" = "yes"; then
28808 cat >>confdefs.h
<<\_ACEOF
28809 #define __WXMOTIF20__ 1
28813 cat >>confdefs.h
<<\_ACEOF
28814 #define __WXMOTIF20__ 0
28819 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
28820 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
28821 if test "${wx_cv_lib_lesstif+set}" = set; then
28822 echo $ECHO_N "(cached) $ECHO_C" >&6
28824 cat >conftest.
$ac_ext <<_ACEOF
28827 cat confdefs.h
>>conftest.
$ac_ext
28828 cat >>conftest.
$ac_ext <<_ACEOF
28829 /* end confdefs.h. */
28837 #if !defined(LesstifVersion) || LesstifVersion <= 0
28845 rm -f conftest.
$ac_objext
28846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28847 (eval $ac_compile) 2>conftest.er1
28849 grep -v '^ *+' conftest.er1
>conftest.err
28851 cat conftest.err
>&5
28852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28853 (exit $ac_status); } &&
28854 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28856 (eval $ac_try) 2>&5
28858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28859 (exit $ac_status); }; } &&
28860 { ac_try
='test -s conftest.$ac_objext'
28861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28862 (eval $ac_try) 2>&5
28864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28865 (exit $ac_status); }; }; then
28866 wx_cv_lib_lesstif
="yes"
28868 echo "$as_me: failed program was:" >&5
28869 sed 's/^/| /' conftest.
$ac_ext >&5
28871 wx_cv_lib_lesstif
="no"
28873 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28876 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
28877 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
28878 if test "$wx_cv_lib_lesstif" = "yes"; then
28879 cat >>confdefs.h
<<\_ACEOF
28880 #define __WXLESSTIF__ 1
28884 cat >>confdefs.h
<<\_ACEOF
28885 #define __WXLESSTIF__ 0
28890 CFLAGS
=$save_CFLAGS
28892 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
28897 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
28898 if test "$wxUSE_LIBXPM" = "sys"; then
28899 echo "$as_me:$LINENO: checking for Xpm library" >&5
28900 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
28904 for ac_dir
in $SEARCH_LIB;
28906 for ac_extension
in a so sl dylib dll.a
; do
28907 if test -f "$ac_dir/libXpm.$ac_extension"; then
28908 ac_find_libraries
=$ac_dir
28914 if test "x$ac_find_libraries" = "x" ; then
28917 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
28919 for ac_extension
in a so sl dylib dll.a
; do
28920 if test -f "$ac_dir/libXpm.$ac_extension"; then
28921 ac_find_libraries
=$ac_dir
28927 if test "x$ac_find_libraries" != "x" ; then
28928 ac_find_libraries
="default location"
28932 if test "$ac_find_libraries" != "" ; then
28934 if test "$ac_find_libraries" = "default location"; then
28937 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28939 if test $result = 0; then
28942 ac_path_to_link
=" -L$ac_find_libraries"
28946 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
28947 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28948 echo "${ECHO_T}found in $ac_find_libraries" >&6
28950 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
28951 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
28952 if test "${wx_cv_x11_xpm_h+set}" = set; then
28953 echo $ECHO_N "(cached) $ECHO_C" >&6
28956 save_CFLAGS
=$CFLAGS
28957 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
28959 cat >conftest.
$ac_ext <<_ACEOF
28962 cat confdefs.h
>>conftest.
$ac_ext
28963 cat >>conftest.
$ac_ext <<_ACEOF
28964 /* end confdefs.h. */
28966 #include <X11/xpm.h>
28973 version = XpmLibraryVersion();
28979 rm -f conftest.
$ac_objext
28980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28981 (eval $ac_compile) 2>conftest.er1
28983 grep -v '^ *+' conftest.er1
>conftest.err
28985 cat conftest.err
>&5
28986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28987 (exit $ac_status); } &&
28988 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28990 (eval $ac_try) 2>&5
28992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28993 (exit $ac_status); }; } &&
28994 { ac_try
='test -s conftest.$ac_objext'
28995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28996 (eval $ac_try) 2>&5
28998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28999 (exit $ac_status); }; }; then
29000 wx_cv_x11_xpm_h
=yes
29002 echo "$as_me: failed program was:" >&5
29003 sed 's/^/| /' conftest.
$ac_ext >&5
29008 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29010 CFLAGS
=$save_CFLAGS
29014 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
29015 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
29017 if test $wx_cv_x11_xpm_h = "yes"; then
29018 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
29019 cat >>confdefs.h
<<\_ACEOF
29020 #define wxHAVE_LIB_XPM 1
29024 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
29025 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
29031 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
29032 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
29033 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
29034 echo $ECHO_N "(cached) $ECHO_C" >&6
29036 ac_check_lib_save_LIBS
=$LIBS
29037 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
29038 cat >conftest.
$ac_ext <<_ACEOF
29041 cat confdefs.h
>>conftest.
$ac_ext
29042 cat >>conftest.
$ac_ext <<_ACEOF
29043 /* end confdefs.h. */
29045 /* Override any gcc2 internal prototype to avoid an error. */
29049 /* We use char because int might match the return type of a gcc2
29050 builtin and then its argument prototype would still apply. */
29051 char XShapeQueryExtension ();
29055 XShapeQueryExtension ();
29060 rm -f conftest.
$ac_objext conftest
$ac_exeext
29061 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29062 (eval $ac_link) 2>conftest.er1
29064 grep -v '^ *+' conftest.er1
>conftest.err
29066 cat conftest.err
>&5
29067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29068 (exit $ac_status); } &&
29069 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29071 (eval $ac_try) 2>&5
29073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29074 (exit $ac_status); }; } &&
29075 { ac_try
='test -s conftest$ac_exeext'
29076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29077 (eval $ac_try) 2>&5
29079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29080 (exit $ac_status); }; }; then
29081 ac_cv_lib_Xext_XShapeQueryExtension
=yes
29083 echo "$as_me: failed program was:" >&5
29084 sed 's/^/| /' conftest.
$ac_ext >&5
29086 ac_cv_lib_Xext_XShapeQueryExtension
=no
29088 rm -f conftest.err conftest.
$ac_objext \
29089 conftest
$ac_exeext conftest.
$ac_ext
29090 LIBS
=$ac_check_lib_save_LIBS
29092 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
29093 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
29094 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
29096 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
29102 if test "$wxHAVE_XEXT_LIB" = 1; then
29103 save_CFLAGS
="$CFLAGS"
29104 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
29106 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
29107 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
29108 cat >conftest.
$ac_ext <<_ACEOF
29111 cat confdefs.h
>>conftest.
$ac_ext
29112 cat >>conftest.
$ac_ext <<_ACEOF
29113 /* end confdefs.h. */
29115 #include <X11/Xlib.h>
29116 #include <X11/extensions/shape.h>
29122 int dummy1, dummy2;
29123 XShapeQueryExtension((Display*)NULL,
29124 (int*)NULL, (int*)NULL);
29130 rm -f conftest.
$ac_objext
29131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29132 (eval $ac_compile) 2>conftest.er1
29134 grep -v '^ *+' conftest.er1
>conftest.err
29136 cat conftest.err
>&5
29137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29138 (exit $ac_status); } &&
29139 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29141 (eval $ac_try) 2>&5
29143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29144 (exit $ac_status); }; } &&
29145 { ac_try
='test -s conftest.$ac_objext'
29146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29147 (eval $ac_try) 2>&5
29149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29150 (exit $ac_status); }; }; then
29152 cat >>confdefs.h
<<\_ACEOF
29153 #define HAVE_XSHAPE 1
29156 echo "$as_me:$LINENO: result: found" >&5
29157 echo "${ECHO_T}found" >&6
29160 echo "$as_me: failed program was:" >&5
29161 sed 's/^/| /' conftest.
$ac_ext >&5
29164 echo "$as_me:$LINENO: result: not found" >&5
29165 echo "${ECHO_T}not found" >&6
29168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29169 CFLAGS
="$save_CFLAGS"
29174 if test "$wxUSE_MAC" = 1; then
29175 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
29176 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
29177 if test "$GCC" = yes; then
29178 echo "$as_me:$LINENO: result: gcc" >&5
29179 echo "${ECHO_T}gcc" >&6
29180 CPPFLAGS_PASCAL
="-fpascal-strings"
29181 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
29182 echo "$as_me:$LINENO: result: xlc" >&5
29183 echo "${ECHO_T}xlc" >&6
29184 CPPFLAGS_PASCAL
="-qmacpstr"
29186 echo "$as_me:$LINENO: result: none" >&5
29187 echo "${ECHO_T}none" >&6
29190 if test "x$wxUSE_UNIX" = "xyes"; then
29191 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
29193 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON"
29198 WXBASEPORT
="_carbon"
29201 if test "$wxUSE_COCOA" = 1; then
29206 if test "$wxUSE_PM" = 1; then
29209 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
29210 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
29211 if test "${wx_cv_spbcdata+set}" = set; then
29212 echo $ECHO_N "(cached) $ECHO_C" >&6
29215 cat >conftest.
$ac_ext <<_ACEOF
29218 cat confdefs.h
>>conftest.
$ac_ext
29219 cat >>conftest.
$ac_ext <<_ACEOF
29220 /* end confdefs.h. */
29235 rm -f conftest.
$ac_objext
29236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29237 (eval $ac_compile) 2>conftest.er1
29239 grep -v '^ *+' conftest.er1
>conftest.err
29241 cat conftest.err
>&5
29242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29243 (exit $ac_status); } &&
29244 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29246 (eval $ac_try) 2>&5
29248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29249 (exit $ac_status); }; } &&
29250 { ac_try
='test -s conftest.$ac_objext'
29251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29252 (eval $ac_try) 2>&5
29254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29255 (exit $ac_status); }; }; then
29258 echo "$as_me: failed program was:" >&5
29259 sed 's/^/| /' conftest.
$ac_ext >&5
29264 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29268 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
29269 echo "${ECHO_T}$wx_cv_spbcdata" >&6
29271 if test $wx_cv_spbcdata = "yes"; then
29272 cat >>confdefs.h
<<\_ACEOF
29273 #define HAVE_SPBCDATA 1
29279 if test "$TOOLKIT" = "PM" ; then
29282 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
29285 if test "$wxUSE_UNIVERSAL" = "yes"; then
29286 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
29290 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
29291 DISTDIR
="wx\$(TOOLKIT)"
29297 if test "$USE_WIN32" = 1 ; then
29301 GUIDIST
="BASE_DIST"
29306 if test "$wxUSE_GUI" = "yes"; then
29307 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
29309 for ac_header
in X
11/Xlib.h
29311 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29312 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29313 echo "$as_me:$LINENO: checking for $ac_header" >&5
29314 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29315 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29316 echo $ECHO_N "(cached) $ECHO_C" >&6
29318 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29319 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29321 # Is the header compilable?
29322 echo "$as_me:$LINENO: checking $ac_header usability" >&5
29323 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29324 cat >conftest.
$ac_ext <<_ACEOF
29327 cat confdefs.h
>>conftest.
$ac_ext
29328 cat >>conftest.
$ac_ext <<_ACEOF
29329 /* end confdefs.h. */
29330 $ac_includes_default
29331 #include <$ac_header>
29333 rm -f conftest.
$ac_objext
29334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29335 (eval $ac_compile) 2>conftest.er1
29337 grep -v '^ *+' conftest.er1
>conftest.err
29339 cat conftest.err
>&5
29340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29341 (exit $ac_status); } &&
29342 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29344 (eval $ac_try) 2>&5
29346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29347 (exit $ac_status); }; } &&
29348 { ac_try
='test -s conftest.$ac_objext'
29349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29350 (eval $ac_try) 2>&5
29352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29353 (exit $ac_status); }; }; then
29354 ac_header_compiler
=yes
29356 echo "$as_me: failed program was:" >&5
29357 sed 's/^/| /' conftest.
$ac_ext >&5
29359 ac_header_compiler
=no
29361 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29362 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29363 echo "${ECHO_T}$ac_header_compiler" >&6
29365 # Is the header present?
29366 echo "$as_me:$LINENO: checking $ac_header presence" >&5
29367 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29368 cat >conftest.
$ac_ext <<_ACEOF
29371 cat confdefs.h
>>conftest.
$ac_ext
29372 cat >>conftest.
$ac_ext <<_ACEOF
29373 /* end confdefs.h. */
29374 #include <$ac_header>
29376 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29377 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29379 grep -v '^ *+' conftest.er1
>conftest.err
29381 cat conftest.err
>&5
29382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29383 (exit $ac_status); } >/dev
/null
; then
29384 if test -s conftest.err
; then
29385 ac_cpp_err
=$ac_c_preproc_warn_flag
29386 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29393 if test -z "$ac_cpp_err"; then
29394 ac_header_preproc
=yes
29396 echo "$as_me: failed program was:" >&5
29397 sed 's/^/| /' conftest.
$ac_ext >&5
29399 ac_header_preproc
=no
29401 rm -f conftest.err conftest.
$ac_ext
29402 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29403 echo "${ECHO_T}$ac_header_preproc" >&6
29405 # So? What about this header?
29406 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29408 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29409 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29410 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
29411 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
29412 ac_header_preproc
=yes
29415 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29416 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29417 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29418 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29419 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
29420 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
29421 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
29422 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
29423 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29424 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29425 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
29426 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
29429 ## ----------------------------------------- ##
29430 ## Report this to wx-dev@lists.wxwidgets.org ##
29431 ## ----------------------------------------- ##
29434 sed "s/^/$as_me: WARNING: /" >&2
29437 echo "$as_me:$LINENO: checking for $ac_header" >&5
29438 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29439 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29440 echo $ECHO_N "(cached) $ECHO_C" >&6
29442 eval "$as_ac_Header=\$ac_header_preproc"
29444 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29445 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29448 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29449 cat >>confdefs.h
<<_ACEOF
29450 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29458 for ac_header
in X
11/XKBlib.h
29460 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29461 echo "$as_me:$LINENO: checking for $ac_header" >&5
29462 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29463 if eval "test \"\${$as_ac_Header+set}\" = set"; then
29464 echo $ECHO_N "(cached) $ECHO_C" >&6
29466 cat >conftest.
$ac_ext <<_ACEOF
29469 cat confdefs.h
>>conftest.
$ac_ext
29470 cat >>conftest.
$ac_ext <<_ACEOF
29471 /* end confdefs.h. */
29473 #if HAVE_X11_XLIB_H
29474 #include <X11/Xlib.h>
29478 #include <$ac_header>
29480 rm -f conftest.
$ac_objext
29481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29482 (eval $ac_compile) 2>conftest.er1
29484 grep -v '^ *+' conftest.er1
>conftest.err
29486 cat conftest.err
>&5
29487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29488 (exit $ac_status); } &&
29489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29491 (eval $ac_try) 2>&5
29493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29494 (exit $ac_status); }; } &&
29495 { ac_try
='test -s conftest.$ac_objext'
29496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29497 (eval $ac_try) 2>&5
29499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29500 (exit $ac_status); }; }; then
29501 eval "$as_ac_Header=yes"
29503 echo "$as_me: failed program was:" >&5
29504 sed 's/^/| /' conftest.
$ac_ext >&5
29506 eval "$as_ac_Header=no"
29508 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29510 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29511 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29512 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29513 cat >>confdefs.h
<<_ACEOF
29514 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29529 if test "$TOOLKIT" != "MSW" ; then
29531 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
29533 if test "${ac_cv_header_sql_h+set}" = set; then
29534 echo "$as_me:$LINENO: checking for sql.h" >&5
29535 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29536 if test "${ac_cv_header_sql_h+set}" = set; then
29537 echo $ECHO_N "(cached) $ECHO_C" >&6
29539 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29540 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29542 # Is the header compilable?
29543 echo "$as_me:$LINENO: checking sql.h usability" >&5
29544 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
29545 cat >conftest.
$ac_ext <<_ACEOF
29548 cat confdefs.h
>>conftest.
$ac_ext
29549 cat >>conftest.
$ac_ext <<_ACEOF
29550 /* end confdefs.h. */
29551 $ac_includes_default
29554 rm -f conftest.
$ac_objext
29555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29556 (eval $ac_compile) 2>conftest.er1
29558 grep -v '^ *+' conftest.er1
>conftest.err
29560 cat conftest.err
>&5
29561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29562 (exit $ac_status); } &&
29563 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29565 (eval $ac_try) 2>&5
29567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568 (exit $ac_status); }; } &&
29569 { ac_try
='test -s conftest.$ac_objext'
29570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29571 (eval $ac_try) 2>&5
29573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29574 (exit $ac_status); }; }; then
29575 ac_header_compiler
=yes
29577 echo "$as_me: failed program was:" >&5
29578 sed 's/^/| /' conftest.
$ac_ext >&5
29580 ac_header_compiler
=no
29582 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29583 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29584 echo "${ECHO_T}$ac_header_compiler" >&6
29586 # Is the header present?
29587 echo "$as_me:$LINENO: checking sql.h presence" >&5
29588 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
29589 cat >conftest.
$ac_ext <<_ACEOF
29592 cat confdefs.h
>>conftest.
$ac_ext
29593 cat >>conftest.
$ac_ext <<_ACEOF
29594 /* end confdefs.h. */
29597 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29598 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29600 grep -v '^ *+' conftest.er1
>conftest.err
29602 cat conftest.err
>&5
29603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29604 (exit $ac_status); } >/dev
/null
; then
29605 if test -s conftest.err
; then
29606 ac_cpp_err
=$ac_c_preproc_warn_flag
29607 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29614 if test -z "$ac_cpp_err"; then
29615 ac_header_preproc
=yes
29617 echo "$as_me: failed program was:" >&5
29618 sed 's/^/| /' conftest.
$ac_ext >&5
29620 ac_header_preproc
=no
29622 rm -f conftest.err conftest.
$ac_ext
29623 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29624 echo "${ECHO_T}$ac_header_preproc" >&6
29626 # So? What about this header?
29627 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
29629 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
29630 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
29631 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
29632 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
29633 ac_header_preproc
=yes
29636 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
29637 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
29638 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
29639 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
29640 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
29641 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
29642 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
29643 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
29644 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
29645 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
29646 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
29647 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
29650 ## ----------------------------------------- ##
29651 ## Report this to wx-dev@lists.wxwidgets.org ##
29652 ## ----------------------------------------- ##
29655 sed "s/^/$as_me: WARNING: /" >&2
29658 echo "$as_me:$LINENO: checking for sql.h" >&5
29659 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
29660 if test "${ac_cv_header_sql_h+set}" = set; then
29661 echo $ECHO_N "(cached) $ECHO_C" >&6
29663 ac_cv_header_sql_h
=$ac_header_preproc
29665 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
29666 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
29669 if test $ac_cv_header_sql_h = yes; then
29674 if test "x$found_sql_h" = "x1" ; then
29675 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
29676 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
29677 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
29678 echo $ECHO_N "(cached) $ECHO_C" >&6
29680 ac_check_lib_save_LIBS
=$LIBS
29681 LIBS
="-liodbc $LIBS"
29682 cat >conftest.
$ac_ext <<_ACEOF
29685 cat confdefs.h
>>conftest.
$ac_ext
29686 cat >>conftest.
$ac_ext <<_ACEOF
29687 /* end confdefs.h. */
29689 /* Override any gcc2 internal prototype to avoid an error. */
29693 /* We use char because int might match the return type of a gcc2
29694 builtin and then its argument prototype would still apply. */
29695 char SQLAllocEnv ();
29704 rm -f conftest.
$ac_objext conftest
$ac_exeext
29705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29706 (eval $ac_link) 2>conftest.er1
29708 grep -v '^ *+' conftest.er1
>conftest.err
29710 cat conftest.err
>&5
29711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29712 (exit $ac_status); } &&
29713 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29715 (eval $ac_try) 2>&5
29717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29718 (exit $ac_status); }; } &&
29719 { ac_try
='test -s conftest$ac_exeext'
29720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29721 (eval $ac_try) 2>&5
29723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29724 (exit $ac_status); }; }; then
29725 ac_cv_lib_iodbc_SQLAllocEnv
=yes
29727 echo "$as_me: failed program was:" >&5
29728 sed 's/^/| /' conftest.
$ac_ext >&5
29730 ac_cv_lib_iodbc_SQLAllocEnv
=no
29732 rm -f conftest.err conftest.
$ac_objext \
29733 conftest
$ac_exeext conftest.
$ac_ext
29734 LIBS
=$ac_check_lib_save_LIBS
29736 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
29737 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
29738 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
29739 ODBC_LINK
=" -liodbc"
29742 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
29743 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
29744 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
29745 echo $ECHO_N "(cached) $ECHO_C" >&6
29747 ac_check_lib_save_LIBS
=$LIBS
29748 LIBS
="-lunixodbc $LIBS"
29749 cat >conftest.
$ac_ext <<_ACEOF
29752 cat confdefs.h
>>conftest.
$ac_ext
29753 cat >>conftest.
$ac_ext <<_ACEOF
29754 /* end confdefs.h. */
29756 /* Override any gcc2 internal prototype to avoid an error. */
29760 /* We use char because int might match the return type of a gcc2
29761 builtin and then its argument prototype would still apply. */
29762 char SQLAllocEnv ();
29771 rm -f conftest.
$ac_objext conftest
$ac_exeext
29772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29773 (eval $ac_link) 2>conftest.er1
29775 grep -v '^ *+' conftest.er1
>conftest.err
29777 cat conftest.err
>&5
29778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29779 (exit $ac_status); } &&
29780 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29782 (eval $ac_try) 2>&5
29784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29785 (exit $ac_status); }; } &&
29786 { ac_try
='test -s conftest$ac_exeext'
29787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29788 (eval $ac_try) 2>&5
29790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29791 (exit $ac_status); }; }; then
29792 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
29794 echo "$as_me: failed program was:" >&5
29795 sed 's/^/| /' conftest.
$ac_ext >&5
29797 ac_cv_lib_unixodbc_SQLAllocEnv
=no
29799 rm -f conftest.err conftest.
$ac_objext \
29800 conftest
$ac_exeext conftest.
$ac_ext
29801 LIBS
=$ac_check_lib_save_LIBS
29803 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
29804 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
29805 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
29806 ODBC_LINK
=" -lunixodbc"
29809 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
29810 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
29811 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
29812 echo $ECHO_N "(cached) $ECHO_C" >&6
29814 ac_check_lib_save_LIBS
=$LIBS
29815 LIBS
="-lodbc $LIBS"
29816 cat >conftest.
$ac_ext <<_ACEOF
29819 cat confdefs.h
>>conftest.
$ac_ext
29820 cat >>conftest.
$ac_ext <<_ACEOF
29821 /* end confdefs.h. */
29823 /* Override any gcc2 internal prototype to avoid an error. */
29827 /* We use char because int might match the return type of a gcc2
29828 builtin and then its argument prototype would still apply. */
29829 char SQLAllocEnv ();
29838 rm -f conftest.
$ac_objext conftest
$ac_exeext
29839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29840 (eval $ac_link) 2>conftest.er1
29842 grep -v '^ *+' conftest.er1
>conftest.err
29844 cat conftest.err
>&5
29845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29846 (exit $ac_status); } &&
29847 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29849 (eval $ac_try) 2>&5
29851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29852 (exit $ac_status); }; } &&
29853 { ac_try
='test -s conftest$ac_exeext'
29854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29855 (eval $ac_try) 2>&5
29857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29858 (exit $ac_status); }; }; then
29859 ac_cv_lib_odbc_SQLAllocEnv
=yes
29861 echo "$as_me: failed program was:" >&5
29862 sed 's/^/| /' conftest.
$ac_ext >&5
29864 ac_cv_lib_odbc_SQLAllocEnv
=no
29866 rm -f conftest.err conftest.
$ac_objext \
29867 conftest
$ac_exeext conftest.
$ac_ext
29868 LIBS
=$ac_check_lib_save_LIBS
29870 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
29871 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
29872 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
29873 ODBC_LINK
=" -lodbc"
29883 if test "x$ODBC_LINK" = "x" ; then
29884 if test "$wxUSE_ODBC" = "sys" ; then
29885 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
29886 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
29887 { (exit 1); exit 1; }; }
29889 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
29890 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
29898 if test "$wxUSE_ODBC" = "builtin" ; then
29899 cat >>confdefs.h
<<\_ACEOF
29900 #define wxUSE_BUILTIN_IODBC 1
29906 if test "$wxUSE_ODBC" != "no" ; then
29907 cat >>confdefs.h
<<\_ACEOF
29908 #define wxUSE_ODBC 1
29911 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
29913 WXODBCFLAG
="-D_IODBC_"
29917 if test "$wxUSE_DISPLAY" = "yes"; then
29918 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
29919 echo "$as_me:$LINENO: checking for Xinerama" >&5
29920 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
29924 for ac_dir
in $SEARCH_LIB;
29926 for ac_extension
in a so sl dylib dll.a
; do
29927 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29928 ac_find_libraries
=$ac_dir
29934 if test "x$ac_find_libraries" = "x" ; then
29937 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
29939 for ac_extension
in a so sl dylib dll.a
; do
29940 if test -f "$ac_dir/libXinerama.$ac_extension"; then
29941 ac_find_libraries
=$ac_dir
29947 if test "x$ac_find_libraries" != "x" ; then
29948 ac_find_libraries
="default location"
29952 if test "$ac_find_libraries" != "" ; then
29954 if test "$ac_find_libraries" = "default location"; then
29957 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
29959 if test $result = 0; then
29962 ac_path_to_link
=" -L$ac_find_libraries"
29966 if test "$ac_path_to_link" != " -L/usr/lib" ; then
29967 LDFLAGS
="$LDFLAGS $ac_path_to_link"
29969 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
29970 echo "$as_me:$LINENO: result: yes" >&5
29971 echo "${ECHO_T}yes" >&6
29973 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
29974 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
29978 for ac_dir
in $SEARCH_LIB;
29980 for ac_extension
in a so sl dylib dll.a
; do
29981 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29982 ac_find_libraries
=$ac_dir
29988 if test "x$ac_find_libraries" = "x" ; then
29991 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
29993 for ac_extension
in a so sl dylib dll.a
; do
29994 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
29995 ac_find_libraries
=$ac_dir
30001 if test "x$ac_find_libraries" != "x" ; then
30002 ac_find_libraries
="default location"
30006 if test "$ac_find_libraries" != "" ; then
30007 echo "$as_me:$LINENO: result: yes" >&5
30008 echo "${ECHO_T}yes" >&6
30010 for ac_header
in X
11/extensions
/xf86vmode.h
30012 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30013 echo "$as_me:$LINENO: checking for $ac_header" >&5
30014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30015 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30016 echo $ECHO_N "(cached) $ECHO_C" >&6
30018 cat >conftest.
$ac_ext <<_ACEOF
30021 cat confdefs.h
>>conftest.
$ac_ext
30022 cat >>conftest.
$ac_ext <<_ACEOF
30023 /* end confdefs.h. */
30025 #if HAVE_X11_XLIB_H
30026 #include <X11/Xlib.h>
30030 #include <$ac_header>
30032 rm -f conftest.
$ac_objext
30033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30034 (eval $ac_compile) 2>conftest.er1
30036 grep -v '^ *+' conftest.er1
>conftest.err
30038 cat conftest.err
>&5
30039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30040 (exit $ac_status); } &&
30041 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30043 (eval $ac_try) 2>&5
30045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30046 (exit $ac_status); }; } &&
30047 { ac_try
='test -s conftest.$ac_objext'
30048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30049 (eval $ac_try) 2>&5
30051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30052 (exit $ac_status); }; }; then
30053 eval "$as_ac_Header=yes"
30055 echo "$as_me: failed program was:" >&5
30056 sed 's/^/| /' conftest.
$ac_ext >&5
30058 eval "$as_ac_Header=no"
30060 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30062 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30063 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30064 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30065 cat >>confdefs.h
<<_ACEOF
30066 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30069 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
30076 echo "$as_me:$LINENO: result: no" >&5
30077 echo "${ECHO_T}no" >&6
30081 echo "$as_me:$LINENO: result: no" >&5
30082 echo "${ECHO_T}no" >&6
30083 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
30084 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
30087 elif test "$wxUSE_MSW" = 1; then
30090 for ac_header
in multimon.h ddraw.h
30092 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
30093 echo "$as_me:$LINENO: checking for $ac_header" >&5
30094 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
30095 if eval "test \"\${$as_ac_Header+set}\" = set"; then
30096 echo $ECHO_N "(cached) $ECHO_C" >&6
30098 cat >conftest.
$ac_ext <<_ACEOF
30101 cat confdefs.h
>>conftest.
$ac_ext
30102 cat >>conftest.
$ac_ext <<_ACEOF
30103 /* end confdefs.h. */
30104 #include <windows.h>
30106 #include <$ac_header>
30108 rm -f conftest.
$ac_objext
30109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30110 (eval $ac_compile) 2>conftest.er1
30112 grep -v '^ *+' conftest.er1
>conftest.err
30114 cat conftest.err
>&5
30115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30116 (exit $ac_status); } &&
30117 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30119 (eval $ac_try) 2>&5
30121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30122 (exit $ac_status); }; } &&
30123 { ac_try
='test -s conftest.$ac_objext'
30124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30125 (eval $ac_try) 2>&5
30127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30128 (exit $ac_status); }; }; then
30129 eval "$as_ac_Header=yes"
30131 echo "$as_me: failed program was:" >&5
30132 sed 's/^/| /' conftest.
$ac_ext >&5
30134 eval "$as_ac_Header=no"
30136 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30138 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
30139 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
30140 if test `eval echo '${'$as_ac_Header'}'` = yes; then
30141 cat >>confdefs.h
<<_ACEOF
30142 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
30148 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
30149 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
30160 if test "$wxUSE_OPENGL" = "yes"; then
30161 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
30162 OPENGL_LIBS
="-framework OpenGL -framework AGL"
30163 elif test "$wxUSE_MSW" = 1; then
30164 OPENGL_LIBS
="-lopengl32 -lglu32"
30169 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
30171 if test -f "$ac_dir/GL/gl.h"; then
30172 ac_find_includes
=$ac_dir
30177 if test "$ac_find_includes" != "" ; then
30178 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30179 echo "${ECHO_T}found in $ac_find_includes" >&6
30181 if test "x$ac_find_includes" = "x/usr/include"; then
30182 ac_path_to_include
=""
30184 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
30186 if test $result = 0; then
30187 ac_path_to_include
=""
30189 ac_path_to_include
=" -I$ac_find_includes"
30193 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
30196 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30197 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
30198 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
30199 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30200 echo $ECHO_N "(cached) $ECHO_C" >&6
30202 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
30203 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
30205 # Is the header compilable?
30206 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
30207 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
30208 cat >conftest.
$ac_ext <<_ACEOF
30211 cat confdefs.h
>>conftest.
$ac_ext
30212 cat >>conftest.
$ac_ext <<_ACEOF
30213 /* end confdefs.h. */
30214 $ac_includes_default
30217 rm -f conftest.
$ac_objext
30218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30219 (eval $ac_compile) 2>conftest.er1
30221 grep -v '^ *+' conftest.er1
>conftest.err
30223 cat conftest.err
>&5
30224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30225 (exit $ac_status); } &&
30226 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30228 (eval $ac_try) 2>&5
30230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30231 (exit $ac_status); }; } &&
30232 { ac_try
='test -s conftest.$ac_objext'
30233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30234 (eval $ac_try) 2>&5
30236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30237 (exit $ac_status); }; }; then
30238 ac_header_compiler
=yes
30240 echo "$as_me: failed program was:" >&5
30241 sed 's/^/| /' conftest.
$ac_ext >&5
30243 ac_header_compiler
=no
30245 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30246 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
30247 echo "${ECHO_T}$ac_header_compiler" >&6
30249 # Is the header present?
30250 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
30251 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
30252 cat >conftest.
$ac_ext <<_ACEOF
30255 cat confdefs.h
>>conftest.
$ac_ext
30256 cat >>conftest.
$ac_ext <<_ACEOF
30257 /* end confdefs.h. */
30260 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
30261 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
30263 grep -v '^ *+' conftest.er1
>conftest.err
30265 cat conftest.err
>&5
30266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30267 (exit $ac_status); } >/dev
/null
; then
30268 if test -s conftest.err
; then
30269 ac_cpp_err
=$ac_c_preproc_warn_flag
30270 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
30277 if test -z "$ac_cpp_err"; then
30278 ac_header_preproc
=yes
30280 echo "$as_me: failed program was:" >&5
30281 sed 's/^/| /' conftest.
$ac_ext >&5
30283 ac_header_preproc
=no
30285 rm -f conftest.err conftest.
$ac_ext
30286 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
30287 echo "${ECHO_T}$ac_header_preproc" >&6
30289 # So? What about this header?
30290 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
30292 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
30293 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
30294 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
30295 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
30296 ac_header_preproc
=yes
30299 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
30300 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
30301 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
30302 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
30303 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
30304 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
30305 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
30306 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
30307 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
30308 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
30309 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
30310 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
30313 ## ----------------------------------------- ##
30314 ## Report this to wx-dev@lists.wxwidgets.org ##
30315 ## ----------------------------------------- ##
30318 sed "s/^/$as_me: WARNING: /" >&2
30321 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
30322 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
30323 if test "${ac_cv_header_GL_gl_h+set}" = set; then
30324 echo $ECHO_N "(cached) $ECHO_C" >&6
30326 ac_cv_header_GL_gl_h
=$ac_header_preproc
30328 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
30329 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
30332 if test $ac_cv_header_GL_gl_h = yes; then
30336 echo "$as_me:$LINENO: checking for -lGL" >&5
30337 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
30341 for ac_dir
in $SEARCH_LIB;
30343 for ac_extension
in a so sl dylib dll.a
; do
30344 if test -f "$ac_dir/libGL.$ac_extension"; then
30345 ac_find_libraries
=$ac_dir
30351 if test "x$ac_find_libraries" = "x" ; then
30354 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
30356 for ac_extension
in a so sl dylib dll.a
; do
30357 if test -f "$ac_dir/libGL.$ac_extension"; then
30358 ac_find_libraries
=$ac_dir
30364 if test "x$ac_find_libraries" != "x" ; then
30365 ac_find_libraries
="default location"
30369 if test "$ac_find_libraries" != "" ; then
30370 echo "$as_me:$LINENO: result: yes" >&5
30371 echo "${ECHO_T}yes" >&6
30374 if test "$ac_find_libraries" = "default location"; then
30377 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
30379 if test $result = 0; then
30382 ac_path_to_link
=" -L$ac_find_libraries"
30386 if test "$ac_path_to_link" != " -L/usr/lib" ; then
30387 LDFLAGS_GL
="$ac_path_to_link"
30390 echo "$as_me:$LINENO: checking for -lGLU" >&5
30391 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
30395 for ac_dir
in $SEARCH_LIB;
30397 for ac_extension
in a so sl dylib dll.a
; do
30398 if test -f "$ac_dir/libGLU.$ac_extension"; then
30399 ac_find_libraries
=$ac_dir
30405 if test "x$ac_find_libraries" = "x" ; then
30408 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
30410 for ac_extension
in a so sl dylib dll.a
; do
30411 if test -f "$ac_dir/libGLU.$ac_extension"; then
30412 ac_find_libraries
=$ac_dir
30418 if test "x$ac_find_libraries" != "x" ; then
30419 ac_find_libraries
="default location"
30423 if test "$ac_find_libraries" != "" ; then
30425 if test "$ac_find_libraries" = "default location"; then
30428 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
30430 if test $result = 0; then
30433 ac_path_to_link
=" -L$ac_find_libraries"
30437 if test "$ac_path_to_link" != " -L/usr/lib" -a \
30438 "$ac_path_to_link" != "$LDFLAGS_GL"; then
30439 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
30443 OPENGL_LIBS
="-lGL -lGLU"
30444 echo "$as_me:$LINENO: result: yes" >&5
30445 echo "${ECHO_T}yes" >&6
30447 echo "$as_me:$LINENO: result: no" >&5
30448 echo "${ECHO_T}no" >&6
30451 echo "$as_me:$LINENO: result: no" >&5
30452 echo "${ECHO_T}no" >&6
30455 if test "$found_gl" != 1; then
30456 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
30457 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
30461 for ac_dir
in $SEARCH_LIB;
30463 for ac_extension
in a so sl dylib dll.a
; do
30464 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
30465 ac_find_libraries
=$ac_dir
30471 if test "x$ac_find_libraries" = "x" ; then
30474 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
30476 for ac_extension
in a so sl dylib dll.a
; do
30477 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
30478 ac_find_libraries
=$ac_dir
30484 if test "x$ac_find_libraries" != "x" ; then
30485 ac_find_libraries
="default location"
30489 if test "$ac_find_libraries" != "" ; then
30491 if test "$ac_find_libraries" = "default location"; then
30494 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
30496 if test $result = 0; then
30499 ac_path_to_link
=" -L$ac_find_libraries"
30503 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
30504 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
30505 echo "$as_me:$LINENO: result: yes" >&5
30506 echo "${ECHO_T}yes" >&6
30508 echo "$as_me:$LINENO: result: no" >&5
30509 echo "${ECHO_T}no" >&6
30517 if test "x$OPENGL_LIBS" = "x"; then
30518 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
30519 echo "$as_me: error: OpenGL libraries not available" >&2;}
30520 { (exit 1); exit 1; }; }
30524 if test "$wxUSE_OPENGL" = "yes"; then
30526 cat >>confdefs.h
<<\_ACEOF
30527 #define wxUSE_OPENGL 1
30530 cat >>confdefs.h
<<\_ACEOF
30531 #define wxUSE_GLCANVAS 1
30534 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
30539 if test -n "$TOOLKIT" ; then
30540 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
30545 if test "$wxUSE_SHARED" = "yes"; then
30549 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
30550 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
30555 if test "$wxUSE_SHARED" = "yes"; then
30558 found_versioning
=no
30561 if test $found_versioning = no
; then
30562 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
30563 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
30564 if test "${wx_cv_version_script+set}" = set; then
30565 echo $ECHO_N "(cached) $ECHO_C" >&6
30568 echo "VER_1 { *; };" >conftest.sym
30569 echo "int main() { return 0; }" >conftest.cpp
30572 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30573 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
30574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30575 (eval $ac_try) 2>&5
30577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30578 (exit $ac_status); }; } ; then
30579 if test -s conftest.stderr
; then
30580 wx_cv_version_script
=no
30582 wx_cv_version_script
=yes
30585 wx_cv_version_script
=no
30588 if test $wx_cv_version_script = yes
30590 echo "struct B { virtual ~B() { } }; \
30591 struct D : public B { }; \
30592 void F() { D d; }" > conftest.cpp
30595 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30596 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
30597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30598 (eval $ac_try) 2>&5
30600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30601 (exit $ac_status); }; } &&
30603 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30604 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
30605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30606 (eval $ac_try) 2>&5
30608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30609 (exit $ac_status); }; }
30612 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
30613 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
30614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30615 (eval $ac_try) 2>&5
30617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30618 (exit $ac_status); }; }
30620 wx_cv_version_script
=yes
30622 wx_cv_version_script
=no
30627 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
30628 rm -f conftest1.output conftest2.output conftest3.output
30631 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
30632 echo "${ECHO_T}$wx_cv_version_script" >&6
30633 if test $wx_cv_version_script = yes ; then
30634 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
30640 *-*-linux* | *-*-gnu* )
30641 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
30642 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
30646 if test "$GCC" = yes ; then
30647 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
30649 saveLdflags
="$LDFLAGS"
30650 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
30651 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
30652 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
30653 cat >conftest.
$ac_ext <<_ACEOF
30656 cat confdefs.h
>>conftest.
$ac_ext
30657 cat >>conftest.
$ac_ext <<_ACEOF
30658 /* end confdefs.h. */
30668 rm -f conftest.
$ac_objext conftest
$ac_exeext
30669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30670 (eval $ac_link) 2>conftest.er1
30672 grep -v '^ *+' conftest.er1
>conftest.err
30674 cat conftest.err
>&5
30675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30676 (exit $ac_status); } &&
30677 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30679 (eval $ac_try) 2>&5
30681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30682 (exit $ac_status); }; } &&
30683 { ac_try
='test -s conftest$ac_exeext'
30684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30685 (eval $ac_try) 2>&5
30687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30688 (exit $ac_status); }; }; then
30690 echo "$as_me:$LINENO: result: yes" >&5
30691 echo "${ECHO_T}yes" >&6
30692 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
30693 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
30696 echo "$as_me: failed program was:" >&5
30697 sed 's/^/| /' conftest.
$ac_ext >&5
30700 echo "$as_me:$LINENO: result: no" >&5
30701 echo "${ECHO_T}no" >&6
30702 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
30703 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
30704 LDFLAGS
="$saveLdflags -Wl,-R,/"
30705 cat >conftest.
$ac_ext <<_ACEOF
30708 cat confdefs.h
>>conftest.
$ac_ext
30709 cat >>conftest.
$ac_ext <<_ACEOF
30710 /* end confdefs.h. */
30720 rm -f conftest.
$ac_objext conftest
$ac_exeext
30721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30722 (eval $ac_link) 2>conftest.er1
30724 grep -v '^ *+' conftest.er1
>conftest.err
30726 cat conftest.err
>&5
30727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30728 (exit $ac_status); } &&
30729 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30731 (eval $ac_try) 2>&5
30733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30734 (exit $ac_status); }; } &&
30735 { ac_try
='test -s conftest$ac_exeext'
30736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30737 (eval $ac_try) 2>&5
30739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740 (exit $ac_status); }; }; then
30742 echo "$as_me:$LINENO: result: yes" >&5
30743 echo "${ECHO_T}yes" >&6
30744 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
30745 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
30748 echo "$as_me: failed program was:" >&5
30749 sed 's/^/| /' conftest.
$ac_ext >&5
30752 echo "$as_me:$LINENO: result: no" >&5
30753 echo "${ECHO_T}no" >&6
30756 rm -f conftest.err conftest.
$ac_objext \
30757 conftest
$ac_exeext conftest.
$ac_ext
30760 rm -f conftest.err conftest.
$ac_objext \
30761 conftest
$ac_exeext conftest.
$ac_ext
30762 LDFLAGS
="$saveLdflags"
30764 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
30765 WXCONFIG_RPATH
="-R\$libdir"
30770 install_name_tool
=`which install_name_tool`
30771 if test "$install_name_tool" -a -x "$install_name_tool"; then
30772 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
30773 cat <<EOF >change-install-names
30775 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
30776 inst_cmd="install_name_tool "
30777 for i in \${libnames} ; do
30778 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
30782 chmod +x change
-install-names
30786 *-*-cygwin* | *-*-mingw32* )
30787 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
30791 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(top_builddir)lib"
30792 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
30797 if test $wxUSE_RPATH = "no"; then
30798 SAMPLES_RPATH_FLAG
=''
30799 SAMPLES_RPATH_POSTLINK
=''
30807 config_linkage_component
="-static"
30814 lib_unicode_suffix
=
30816 if test "$wxUSE_UNICODE" = "yes"; then
30817 lib_unicode_suffix
=u
30818 WX_CHARTYPE
="unicode"
30823 WX_DEBUGTYPE
="release"
30825 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
30827 WX_DEBUGTYPE
="debug"
30831 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
30832 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
30835 if test "$wxUSE_DEBUG_INFO" = "yes"; then
30839 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
30841 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
30843 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
30845 if test "$cross_compiling" = "yes"; then
30846 HOST_SUFFIX
="-$host_alias"
30847 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
30848 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
30851 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30852 if test "${TOOLKIT_DIR}" = "os2"; then
30853 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30855 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
30860 if test "$wxUSE_COCOA" = 1; then
30864 ac_cpp
='$CPP $CPPFLAGS'
30865 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30866 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30867 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30871 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
30872 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
30873 cat >conftest.
$ac_ext <<_ACEOF
30876 cat confdefs.h
>>conftest.
$ac_ext
30877 cat >>conftest.
$ac_ext <<_ACEOF
30878 /* end confdefs.h. */
30879 #include <AppKit/NSEvent.h>
30880 #include <CoreFoundation/CoreFoundation.h>
30890 rm -f conftest.
$ac_objext
30891 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30892 (eval $ac_compile) 2>conftest.er1
30894 grep -v '^ *+' conftest.er1
>conftest.err
30896 cat conftest.err
>&5
30897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30898 (exit $ac_status); } &&
30899 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30901 (eval $ac_try) 2>&5
30903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30904 (exit $ac_status); }; } &&
30905 { ac_try
='test -s conftest.$ac_objext'
30906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30907 (eval $ac_try) 2>&5
30909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30910 (exit $ac_status); }; }; then
30911 echo "$as_me:$LINENO: result: no" >&5
30912 echo "${ECHO_T}no" >&6
30914 echo "$as_me: failed program was:" >&5
30915 sed 's/^/| /' conftest.
$ac_ext >&5
30917 echo "$as_me:$LINENO: result: yes" >&5
30918 echo "${ECHO_T}yes" >&6
30919 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
30920 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
30921 cat >conftest.
$ac_ext <<_ACEOF
30924 cat confdefs.h
>>conftest.
$ac_ext
30925 cat >>conftest.
$ac_ext <<_ACEOF
30926 /* end confdefs.h. */
30927 #define __Point__ 1
30928 #include <AppKit/NSEvent.h>
30929 #include <CoreFoundation/CoreFoundation.h>
30939 rm -f conftest.
$ac_objext
30940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30941 (eval $ac_compile) 2>conftest.er1
30943 grep -v '^ *+' conftest.er1
>conftest.err
30945 cat conftest.err
>&5
30946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30947 (exit $ac_status); } &&
30948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30950 (eval $ac_try) 2>&5
30952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30953 (exit $ac_status); }; } &&
30954 { ac_try
='test -s conftest.$ac_objext'
30955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30956 (eval $ac_try) 2>&5
30958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30959 (exit $ac_status); }; }; then
30960 echo "$as_me:$LINENO: result: yes" >&5
30961 echo "${ECHO_T}yes" >&6
30962 cat >>confdefs.h
<<\_ACEOF
30963 #define __Point__ 1
30968 echo "$as_me: failed program was:" >&5
30969 sed 's/^/| /' conftest.
$ac_ext >&5
30971 { { echo "$as_me:$LINENO: error: no
30972 See \`config.log' for more details." >&5
30973 echo "$as_me: error: no
30974 See \`config.log' for more details." >&2;}
30975 { (exit 1); exit 1; }; }
30978 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30981 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
30983 ac_cpp
='$CPP $CPPFLAGS'
30984 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30985 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30986 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30990 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
30991 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
30992 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
30994 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
30996 # Extract the first word of "Rez", so it can be a program name with args.
30997 set dummy Rez
; ac_word
=$2
30998 echo "$as_me:$LINENO: checking for $ac_word" >&5
30999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31000 if test "${ac_cv_prog_RESCOMP+set}" = set; then
31001 echo $ECHO_N "(cached) $ECHO_C" >&6
31003 if test -n "$RESCOMP"; then
31004 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
31006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31007 for as_dir
in $PATH
31010 test -z "$as_dir" && as_dir
=.
31011 for ac_exec_ext
in '' $ac_executable_extensions; do
31012 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31013 ac_cv_prog_RESCOMP
="Rez"
31014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31020 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
31023 RESCOMP
=$ac_cv_prog_RESCOMP
31024 if test -n "$RESCOMP"; then
31025 echo "$as_me:$LINENO: result: $RESCOMP" >&5
31026 echo "${ECHO_T}$RESCOMP" >&6
31028 echo "$as_me:$LINENO: result: no" >&5
31029 echo "${ECHO_T}no" >&6
31032 # Extract the first word of "DeRez", so it can be a program name with args.
31033 set dummy DeRez
; ac_word
=$2
31034 echo "$as_me:$LINENO: checking for $ac_word" >&5
31035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31036 if test "${ac_cv_prog_DEREZ+set}" = set; then
31037 echo $ECHO_N "(cached) $ECHO_C" >&6
31039 if test -n "$DEREZ"; then
31040 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
31042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31043 for as_dir
in $PATH
31046 test -z "$as_dir" && as_dir
=.
31047 for ac_exec_ext
in '' $ac_executable_extensions; do
31048 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31049 ac_cv_prog_DEREZ
="DeRez"
31050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31056 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
31059 DEREZ
=$ac_cv_prog_DEREZ
31060 if test -n "$DEREZ"; then
31061 echo "$as_me:$LINENO: result: $DEREZ" >&5
31062 echo "${ECHO_T}$DEREZ" >&6
31064 echo "$as_me:$LINENO: result: no" >&5
31065 echo "${ECHO_T}no" >&6
31068 # Extract the first word of "SetFile", so it can be a program name with args.
31069 set dummy SetFile
; ac_word
=$2
31070 echo "$as_me:$LINENO: checking for $ac_word" >&5
31071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31072 if test "${ac_cv_prog_SETFILE+set}" = set; then
31073 echo $ECHO_N "(cached) $ECHO_C" >&6
31075 if test -n "$SETFILE"; then
31076 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
31078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31079 for as_dir
in $PATH
31082 test -z "$as_dir" && as_dir
=.
31083 for ac_exec_ext
in '' $ac_executable_extensions; do
31084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31085 ac_cv_prog_SETFILE
="SetFile"
31086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31092 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
31095 SETFILE
=$ac_cv_prog_SETFILE
31096 if test -n "$SETFILE"; then
31097 echo "$as_me:$LINENO: result: $SETFILE" >&5
31098 echo "${ECHO_T}$SETFILE" >&6
31100 echo "$as_me:$LINENO: result: no" >&5
31101 echo "${ECHO_T}no" >&6
31105 MACSETFILE
="\$(SETFILE)"
31107 if test "$wxUSE_MAC" = 1; then
31108 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o"
31110 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o"
31112 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
31113 MACRESWXCONFIG
="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
31117 MACRESWXCONFIG
="@true"
31119 if test "$wxUSE_PM" = 1; then
31120 MACRESCOMP
="emxbind -ep"
31128 echo "$as_me:$LINENO: checking for mode_t" >&5
31129 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
31130 if test "${ac_cv_type_mode_t+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 $ac_includes_default
31145 if (sizeof (mode_t))
31151 rm -f conftest.
$ac_objext
31152 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31153 (eval $ac_compile) 2>conftest.er1
31155 grep -v '^ *+' conftest.er1
>conftest.err
31157 cat conftest.err
>&5
31158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31159 (exit $ac_status); } &&
31160 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31162 (eval $ac_try) 2>&5
31164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31165 (exit $ac_status); }; } &&
31166 { ac_try
='test -s conftest.$ac_objext'
31167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31168 (eval $ac_try) 2>&5
31170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31171 (exit $ac_status); }; }; then
31172 ac_cv_type_mode_t
=yes
31174 echo "$as_me: failed program was:" >&5
31175 sed 's/^/| /' conftest.
$ac_ext >&5
31177 ac_cv_type_mode_t
=no
31179 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31181 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
31182 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
31183 if test $ac_cv_type_mode_t = yes; then
31187 cat >>confdefs.h
<<_ACEOF
31193 echo "$as_me:$LINENO: checking for off_t" >&5
31194 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
31195 if test "${ac_cv_type_off_t+set}" = set; then
31196 echo $ECHO_N "(cached) $ECHO_C" >&6
31198 cat >conftest.
$ac_ext <<_ACEOF
31201 cat confdefs.h
>>conftest.
$ac_ext
31202 cat >>conftest.
$ac_ext <<_ACEOF
31203 /* end confdefs.h. */
31204 $ac_includes_default
31210 if (sizeof (off_t))
31216 rm -f conftest.
$ac_objext
31217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31218 (eval $ac_compile) 2>conftest.er1
31220 grep -v '^ *+' conftest.er1
>conftest.err
31222 cat conftest.err
>&5
31223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31224 (exit $ac_status); } &&
31225 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31227 (eval $ac_try) 2>&5
31229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31230 (exit $ac_status); }; } &&
31231 { ac_try
='test -s conftest.$ac_objext'
31232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31233 (eval $ac_try) 2>&5
31235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31236 (exit $ac_status); }; }; then
31237 ac_cv_type_off_t
=yes
31239 echo "$as_me: failed program was:" >&5
31240 sed 's/^/| /' conftest.
$ac_ext >&5
31242 ac_cv_type_off_t
=no
31244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31246 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
31247 echo "${ECHO_T}$ac_cv_type_off_t" >&6
31248 if test $ac_cv_type_off_t = yes; then
31252 cat >>confdefs.h
<<_ACEOF
31258 echo "$as_me:$LINENO: checking for pid_t" >&5
31259 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
31260 if test "${ac_cv_type_pid_t+set}" = set; then
31261 echo $ECHO_N "(cached) $ECHO_C" >&6
31263 cat >conftest.
$ac_ext <<_ACEOF
31266 cat confdefs.h
>>conftest.
$ac_ext
31267 cat >>conftest.
$ac_ext <<_ACEOF
31268 /* end confdefs.h. */
31269 $ac_includes_default
31275 if (sizeof (pid_t))
31281 rm -f conftest.
$ac_objext
31282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31283 (eval $ac_compile) 2>conftest.er1
31285 grep -v '^ *+' conftest.er1
>conftest.err
31287 cat conftest.err
>&5
31288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31289 (exit $ac_status); } &&
31290 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31292 (eval $ac_try) 2>&5
31294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31295 (exit $ac_status); }; } &&
31296 { ac_try
='test -s conftest.$ac_objext'
31297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31298 (eval $ac_try) 2>&5
31300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31301 (exit $ac_status); }; }; then
31302 ac_cv_type_pid_t
=yes
31304 echo "$as_me: failed program was:" >&5
31305 sed 's/^/| /' conftest.
$ac_ext >&5
31307 ac_cv_type_pid_t
=no
31309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31311 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
31312 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
31313 if test $ac_cv_type_pid_t = yes; then
31317 cat >>confdefs.h
<<_ACEOF
31323 echo "$as_me:$LINENO: checking for size_t" >&5
31324 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
31325 if test "${ac_cv_type_size_t+set}" = set; then
31326 echo $ECHO_N "(cached) $ECHO_C" >&6
31328 cat >conftest.
$ac_ext <<_ACEOF
31331 cat confdefs.h
>>conftest.
$ac_ext
31332 cat >>conftest.
$ac_ext <<_ACEOF
31333 /* end confdefs.h. */
31334 $ac_includes_default
31340 if (sizeof (size_t))
31346 rm -f conftest.
$ac_objext
31347 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31348 (eval $ac_compile) 2>conftest.er1
31350 grep -v '^ *+' conftest.er1
>conftest.err
31352 cat conftest.err
>&5
31353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31354 (exit $ac_status); } &&
31355 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31357 (eval $ac_try) 2>&5
31359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31360 (exit $ac_status); }; } &&
31361 { ac_try
='test -s conftest.$ac_objext'
31362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31363 (eval $ac_try) 2>&5
31365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31366 (exit $ac_status); }; }; then
31367 ac_cv_type_size_t
=yes
31369 echo "$as_me: failed program was:" >&5
31370 sed 's/^/| /' conftest.
$ac_ext >&5
31372 ac_cv_type_size_t
=no
31374 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31376 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
31377 echo "${ECHO_T}$ac_cv_type_size_t" >&6
31378 if test $ac_cv_type_size_t = yes; then
31382 cat >>confdefs.h
<<_ACEOF
31383 #define size_t unsigned
31388 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
31389 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
31390 if test "${ac_cv_type_uid_t+set}" = set; then
31391 echo $ECHO_N "(cached) $ECHO_C" >&6
31393 cat >conftest.
$ac_ext <<_ACEOF
31396 cat confdefs.h
>>conftest.
$ac_ext
31397 cat >>conftest.
$ac_ext <<_ACEOF
31398 /* end confdefs.h. */
31399 #include <sys/types.h>
31402 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
31403 $EGREP "uid_t" >/dev
/null
2>&1; then
31404 ac_cv_type_uid_t
=yes
31406 ac_cv_type_uid_t
=no
31411 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
31412 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
31413 if test $ac_cv_type_uid_t = no
; then
31415 cat >>confdefs.h
<<\_ACEOF
31420 cat >>confdefs.h
<<\_ACEOF
31427 echo "$as_me:$LINENO: checking for ssize_t" >&5
31428 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
31429 if test "${ac_cv_type_ssize_t+set}" = set; then
31430 echo $ECHO_N "(cached) $ECHO_C" >&6
31432 cat >conftest.
$ac_ext <<_ACEOF
31435 cat confdefs.h
>>conftest.
$ac_ext
31436 cat >>conftest.
$ac_ext <<_ACEOF
31437 /* end confdefs.h. */
31438 $ac_includes_default
31444 if (sizeof (ssize_t))
31450 rm -f conftest.
$ac_objext
31451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31452 (eval $ac_compile) 2>conftest.er1
31454 grep -v '^ *+' conftest.er1
>conftest.err
31456 cat conftest.err
>&5
31457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31458 (exit $ac_status); } &&
31459 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31461 (eval $ac_try) 2>&5
31463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31464 (exit $ac_status); }; } &&
31465 { ac_try
='test -s conftest.$ac_objext'
31466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31467 (eval $ac_try) 2>&5
31469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31470 (exit $ac_status); }; }; then
31471 ac_cv_type_ssize_t
=yes
31473 echo "$as_me: failed program was:" >&5
31474 sed 's/^/| /' conftest.
$ac_ext >&5
31476 ac_cv_type_ssize_t
=no
31478 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31480 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
31481 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
31482 if test $ac_cv_type_ssize_t = yes; then
31484 cat >>confdefs.h
<<_ACEOF
31485 #define HAVE_SSIZE_T 1
31495 ac_cpp
='$CXXCPP $CPPFLAGS'
31496 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31497 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31498 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
31500 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
31501 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
31502 if test "${wx_cv_size_t_is_uint+set}" = set; then
31503 echo $ECHO_N "(cached) $ECHO_C" >&6
31506 cat >conftest.
$ac_ext <<_ACEOF
31509 cat confdefs.h
>>conftest.
$ac_ext
31510 cat >>conftest.
$ac_ext <<_ACEOF
31511 /* end confdefs.h. */
31512 #include <stddef.h>
31519 struct Foo { void foo(size_t); void foo(unsigned int); };
31527 rm -f conftest.
$ac_objext
31528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31529 (eval $ac_compile) 2>conftest.er1
31531 grep -v '^ *+' conftest.er1
>conftest.err
31533 cat conftest.err
>&5
31534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31535 (exit $ac_status); } &&
31536 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31538 (eval $ac_try) 2>&5
31540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31541 (exit $ac_status); }; } &&
31542 { ac_try
='test -s conftest.$ac_objext'
31543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31544 (eval $ac_try) 2>&5
31546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31547 (exit $ac_status); }; }; then
31548 wx_cv_size_t_is_uint
=no
31550 echo "$as_me: failed program was:" >&5
31551 sed 's/^/| /' conftest.
$ac_ext >&5
31553 wx_cv_size_t_is_uint
=yes
31556 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31560 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
31561 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
31563 if test "$wx_cv_size_t_is_uint" = "yes"; then
31564 cat >>confdefs.h
<<\_ACEOF
31565 #define wxSIZE_T_IS_UINT 1
31569 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
31570 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
31571 if test "${wx_cv_size_t_is_ulong+set}" = set; then
31572 echo $ECHO_N "(cached) $ECHO_C" >&6
31574 cat >conftest.
$ac_ext <<_ACEOF
31577 cat confdefs.h
>>conftest.
$ac_ext
31578 cat >>conftest.
$ac_ext <<_ACEOF
31579 /* end confdefs.h. */
31580 #include <stddef.h>
31587 struct Foo { void foo(size_t); void foo(unsigned long); };
31595 rm -f conftest.
$ac_objext
31596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31597 (eval $ac_compile) 2>conftest.er1
31599 grep -v '^ *+' conftest.er1
>conftest.err
31601 cat conftest.err
>&5
31602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31603 (exit $ac_status); } &&
31604 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31606 (eval $ac_try) 2>&5
31608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31609 (exit $ac_status); }; } &&
31610 { ac_try
='test -s conftest.$ac_objext'
31611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31612 (eval $ac_try) 2>&5
31614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31615 (exit $ac_status); }; }; then
31616 wx_cv_size_t_is_ulong
=no
31618 echo "$as_me: failed program was:" >&5
31619 sed 's/^/| /' conftest.
$ac_ext >&5
31621 wx_cv_size_t_is_ulong
=yes
31624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31627 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
31628 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
31630 if test "$wx_cv_size_t_is_ulong" = "yes"; then
31631 cat >>confdefs.h
<<\_ACEOF
31632 #define wxSIZE_T_IS_ULONG 1
31639 ac_cpp
='$CPP $CPPFLAGS'
31640 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31641 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31642 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
31646 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
31647 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
31648 if test "${wx_cv_struct_pw_gecos+set}" = set; then
31649 echo $ECHO_N "(cached) $ECHO_C" >&6
31652 cat >conftest.
$ac_ext <<_ACEOF
31655 cat confdefs.h
>>conftest.
$ac_ext
31656 cat >>conftest.
$ac_ext <<_ACEOF
31657 /* end confdefs.h. */
31671 rm -f conftest.
$ac_objext
31672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31673 (eval $ac_compile) 2>conftest.er1
31675 grep -v '^ *+' conftest.er1
>conftest.err
31677 cat conftest.err
>&5
31678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31679 (exit $ac_status); } &&
31680 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31682 (eval $ac_try) 2>&5
31684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31685 (exit $ac_status); }; } &&
31686 { ac_try
='test -s conftest.$ac_objext'
31687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31688 (eval $ac_try) 2>&5
31690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31691 (exit $ac_status); }; }; then
31693 wx_cv_struct_pw_gecos
=yes
31696 echo "$as_me: failed program was:" >&5
31697 sed 's/^/| /' conftest.
$ac_ext >&5
31700 wx_cv_struct_pw_gecos
=no
31704 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31708 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
31709 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
31711 if test "$wx_cv_struct_pw_gecos" = "yes"; then
31712 cat >>confdefs.h
<<\_ACEOF
31713 #define HAVE_PW_GECOS 1
31719 if test "$wxUSE_WCHAR_T" = "yes"; then
31720 cat >>confdefs.h
<<\_ACEOF
31721 #define wxUSE_WCHAR_T 1
31728 for ac_func
in wcslen
31730 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31731 echo "$as_me:$LINENO: checking for $ac_func" >&5
31732 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31733 if eval "test \"\${$as_ac_var+set}\" = set"; then
31734 echo $ECHO_N "(cached) $ECHO_C" >&6
31736 cat >conftest.
$ac_ext <<_ACEOF
31739 cat confdefs.h
>>conftest.
$ac_ext
31740 cat >>conftest.
$ac_ext <<_ACEOF
31741 /* end confdefs.h. */
31742 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31743 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31744 #define $ac_func innocuous_$ac_func
31746 /* System header to define __stub macros and hopefully few prototypes,
31747 which can conflict with char $ac_func (); below.
31748 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31749 <limits.h> exists even on freestanding compilers. */
31752 # include <limits.h>
31754 # include <assert.h>
31759 /* Override any gcc2 internal prototype to avoid an error. */
31764 /* We use char because int might match the return type of a gcc2
31765 builtin and then its argument prototype would still apply. */
31767 /* The GNU C library defines this for functions which it implements
31768 to always fail with ENOSYS. Some functions are actually named
31769 something starting with __ and the normal name is an alias. */
31770 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31773 char (*f) () = $ac_func;
31782 return f != $ac_func;
31787 rm -f conftest.
$ac_objext conftest
$ac_exeext
31788 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31789 (eval $ac_link) 2>conftest.er1
31791 grep -v '^ *+' conftest.er1
>conftest.err
31793 cat conftest.err
>&5
31794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31795 (exit $ac_status); } &&
31796 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31798 (eval $ac_try) 2>&5
31800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31801 (exit $ac_status); }; } &&
31802 { ac_try
='test -s conftest$ac_exeext'
31803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31804 (eval $ac_try) 2>&5
31806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31807 (exit $ac_status); }; }; then
31808 eval "$as_ac_var=yes"
31810 echo "$as_me: failed program was:" >&5
31811 sed 's/^/| /' conftest.
$ac_ext >&5
31813 eval "$as_ac_var=no"
31815 rm -f conftest.err conftest.
$ac_objext \
31816 conftest
$ac_exeext conftest.
$ac_ext
31818 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31819 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31820 if test `eval echo '${'$as_ac_var'}'` = yes; then
31821 cat >>confdefs.h
<<_ACEOF
31822 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31829 if test "$WCSLEN_FOUND" = 0; then
31830 if test "$TOOLKIT" = "MSW"; then
31831 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
31832 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
31833 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
31834 echo $ECHO_N "(cached) $ECHO_C" >&6
31836 ac_check_lib_save_LIBS
=$LIBS
31837 LIBS
="-lmsvcrt $LIBS"
31838 cat >conftest.
$ac_ext <<_ACEOF
31841 cat confdefs.h
>>conftest.
$ac_ext
31842 cat >>conftest.
$ac_ext <<_ACEOF
31843 /* end confdefs.h. */
31845 /* Override any gcc2 internal prototype to avoid an error. */
31849 /* We use char because int might match the return type of a gcc2
31850 builtin and then its argument prototype would still apply. */
31860 rm -f conftest.
$ac_objext conftest
$ac_exeext
31861 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31862 (eval $ac_link) 2>conftest.er1
31864 grep -v '^ *+' conftest.er1
>conftest.err
31866 cat conftest.err
>&5
31867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31868 (exit $ac_status); } &&
31869 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31871 (eval $ac_try) 2>&5
31873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31874 (exit $ac_status); }; } &&
31875 { ac_try
='test -s conftest$ac_exeext'
31876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31877 (eval $ac_try) 2>&5
31879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31880 (exit $ac_status); }; }; then
31881 ac_cv_lib_msvcrt_wcslen
=yes
31883 echo "$as_me: failed program was:" >&5
31884 sed 's/^/| /' conftest.
$ac_ext >&5
31886 ac_cv_lib_msvcrt_wcslen
=no
31888 rm -f conftest.err conftest.
$ac_objext \
31889 conftest
$ac_exeext conftest.
$ac_ext
31890 LIBS
=$ac_check_lib_save_LIBS
31892 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
31893 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
31894 if test $ac_cv_lib_msvcrt_wcslen = yes; then
31899 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
31900 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
31901 if test "${ac_cv_lib_w_wcslen+set}" = set; then
31902 echo $ECHO_N "(cached) $ECHO_C" >&6
31904 ac_check_lib_save_LIBS
=$LIBS
31906 cat >conftest.
$ac_ext <<_ACEOF
31909 cat confdefs.h
>>conftest.
$ac_ext
31910 cat >>conftest.
$ac_ext <<_ACEOF
31911 /* end confdefs.h. */
31913 /* Override any gcc2 internal prototype to avoid an error. */
31917 /* We use char because int might match the return type of a gcc2
31918 builtin and then its argument prototype would still apply. */
31928 rm -f conftest.
$ac_objext conftest
$ac_exeext
31929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31930 (eval $ac_link) 2>conftest.er1
31932 grep -v '^ *+' conftest.er1
>conftest.err
31934 cat conftest.err
>&5
31935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31936 (exit $ac_status); } &&
31937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31939 (eval $ac_try) 2>&5
31941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31942 (exit $ac_status); }; } &&
31943 { ac_try
='test -s conftest$ac_exeext'
31944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31945 (eval $ac_try) 2>&5
31947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31948 (exit $ac_status); }; }; then
31949 ac_cv_lib_w_wcslen
=yes
31951 echo "$as_me: failed program was:" >&5
31952 sed 's/^/| /' conftest.
$ac_ext >&5
31954 ac_cv_lib_w_wcslen
=no
31956 rm -f conftest.err conftest.
$ac_objext \
31957 conftest
$ac_exeext conftest.
$ac_ext
31958 LIBS
=$ac_check_lib_save_LIBS
31960 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
31961 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
31962 if test $ac_cv_lib_w_wcslen = yes; then
31972 if test "$WCSLEN_FOUND" = 1; then
31973 cat >>confdefs.h
<<\_ACEOF
31974 #define HAVE_WCSLEN 1
31979 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
31980 CPPFLAGS
="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
31983 echo "$as_me:$LINENO: checking for mbstate_t" >&5
31984 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
31985 if test "${ac_cv_type_mbstate_t+set}" = set; then
31986 echo $ECHO_N "(cached) $ECHO_C" >&6
31988 cat >conftest.
$ac_ext <<_ACEOF
31991 cat confdefs.h
>>conftest.
$ac_ext
31992 cat >>conftest.
$ac_ext <<_ACEOF
31993 /* end confdefs.h. */
31999 if ((mbstate_t *) 0)
32001 if (sizeof (mbstate_t))
32007 rm -f conftest.
$ac_objext
32008 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32009 (eval $ac_compile) 2>conftest.er1
32011 grep -v '^ *+' conftest.er1
>conftest.err
32013 cat conftest.err
>&5
32014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32015 (exit $ac_status); } &&
32016 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32018 (eval $ac_try) 2>&5
32020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32021 (exit $ac_status); }; } &&
32022 { ac_try
='test -s conftest.$ac_objext'
32023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32024 (eval $ac_try) 2>&5
32026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32027 (exit $ac_status); }; }; then
32028 ac_cv_type_mbstate_t
=yes
32030 echo "$as_me: failed program was:" >&5
32031 sed 's/^/| /' conftest.
$ac_ext >&5
32033 ac_cv_type_mbstate_t
=no
32035 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32037 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
32038 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
32039 if test $ac_cv_type_mbstate_t = yes; then
32041 cat >>confdefs.h
<<_ACEOF
32042 #define HAVE_MBSTATE_T 1
32046 for ac_func
in wcsrtombs
32048 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32049 echo "$as_me:$LINENO: checking for $ac_func" >&5
32050 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32051 if eval "test \"\${$as_ac_var+set}\" = set"; then
32052 echo $ECHO_N "(cached) $ECHO_C" >&6
32054 cat >conftest.
$ac_ext <<_ACEOF
32057 cat confdefs.h
>>conftest.
$ac_ext
32058 cat >>conftest.
$ac_ext <<_ACEOF
32059 /* end confdefs.h. */
32060 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32062 #define $ac_func innocuous_$ac_func
32064 /* System header to define __stub macros and hopefully few prototypes,
32065 which can conflict with char $ac_func (); below.
32066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32067 <limits.h> exists even on freestanding compilers. */
32070 # include <limits.h>
32072 # include <assert.h>
32077 /* Override any gcc2 internal prototype to avoid an error. */
32082 /* We use char because int might match the return type of a gcc2
32083 builtin and then its argument prototype would still apply. */
32085 /* The GNU C library defines this for functions which it implements
32086 to always fail with ENOSYS. Some functions are actually named
32087 something starting with __ and the normal name is an alias. */
32088 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32091 char (*f) () = $ac_func;
32100 return f != $ac_func;
32105 rm -f conftest.
$ac_objext conftest
$ac_exeext
32106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32107 (eval $ac_link) 2>conftest.er1
32109 grep -v '^ *+' conftest.er1
>conftest.err
32111 cat conftest.err
>&5
32112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32113 (exit $ac_status); } &&
32114 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32116 (eval $ac_try) 2>&5
32118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32119 (exit $ac_status); }; } &&
32120 { ac_try
='test -s conftest$ac_exeext'
32121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32122 (eval $ac_try) 2>&5
32124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32125 (exit $ac_status); }; }; then
32126 eval "$as_ac_var=yes"
32128 echo "$as_me: failed program was:" >&5
32129 sed 's/^/| /' conftest.
$ac_ext >&5
32131 eval "$as_ac_var=no"
32133 rm -f conftest.err conftest.
$ac_objext \
32134 conftest
$ac_exeext conftest.
$ac_ext
32136 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32137 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32138 if test `eval echo '${'$as_ac_var'}'` = yes; then
32139 cat >>confdefs.h
<<_ACEOF
32140 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32149 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
32150 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
32156 ac_cpp
='$CXXCPP $CPPFLAGS'
32157 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32158 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32159 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32164 for ac_func
in snprintf vsnprintf
32166 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32167 echo "$as_me:$LINENO: checking for $ac_func" >&5
32168 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32169 if eval "test \"\${$as_ac_var+set}\" = set"; then
32170 echo $ECHO_N "(cached) $ECHO_C" >&6
32172 cat >conftest.
$ac_ext <<_ACEOF
32175 cat confdefs.h
>>conftest.
$ac_ext
32176 cat >>conftest.
$ac_ext <<_ACEOF
32177 /* end confdefs.h. */
32178 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32179 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32180 #define $ac_func innocuous_$ac_func
32182 /* System header to define __stub macros and hopefully few prototypes,
32183 which can conflict with char $ac_func (); below.
32184 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32185 <limits.h> exists even on freestanding compilers. */
32188 # include <limits.h>
32190 # include <assert.h>
32195 /* Override any gcc2 internal prototype to avoid an error. */
32200 /* We use char because int might match the return type of a gcc2
32201 builtin and then its argument prototype would still apply. */
32203 /* The GNU C library defines this for functions which it implements
32204 to always fail with ENOSYS. Some functions are actually named
32205 something starting with __ and the normal name is an alias. */
32206 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32209 char (*f) () = $ac_func;
32218 return f != $ac_func;
32223 rm -f conftest.
$ac_objext conftest
$ac_exeext
32224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32225 (eval $ac_link) 2>conftest.er1
32227 grep -v '^ *+' conftest.er1
>conftest.err
32229 cat conftest.err
>&5
32230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32231 (exit $ac_status); } &&
32232 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32234 (eval $ac_try) 2>&5
32236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32237 (exit $ac_status); }; } &&
32238 { ac_try
='test -s conftest$ac_exeext'
32239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32240 (eval $ac_try) 2>&5
32242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32243 (exit $ac_status); }; }; then
32244 eval "$as_ac_var=yes"
32246 echo "$as_me: failed program was:" >&5
32247 sed 's/^/| /' conftest.
$ac_ext >&5
32249 eval "$as_ac_var=no"
32251 rm -f conftest.err conftest.
$ac_objext \
32252 conftest
$ac_exeext conftest.
$ac_ext
32254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32255 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32256 if test `eval echo '${'$as_ac_var'}'` = yes; then
32257 cat >>confdefs.h
<<_ACEOF
32258 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32265 if test "$ac_cv_func_vsnprintf" = "yes"; then
32266 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
32267 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
32268 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
32269 echo $ECHO_N "(cached) $ECHO_C" >&6
32272 cat >conftest.
$ac_ext <<_ACEOF
32275 cat confdefs.h
>>conftest.
$ac_ext
32276 cat >>conftest.
$ac_ext <<_ACEOF
32277 /* end confdefs.h. */
32280 #include <stdarg.h>
32282 #if __MSL__ >= 0x6000
32284 using namespace std;
32294 vsnprintf(buf, 10u, "%s", ap);
32300 rm -f conftest.
$ac_objext
32301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32302 (eval $ac_compile) 2>conftest.er1
32304 grep -v '^ *+' conftest.er1
>conftest.err
32306 cat conftest.err
>&5
32307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32308 (exit $ac_status); } &&
32309 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32311 (eval $ac_try) 2>&5
32313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32314 (exit $ac_status); }; } &&
32315 { ac_try
='test -s conftest.$ac_objext'
32316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32317 (eval $ac_try) 2>&5
32319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32320 (exit $ac_status); }; }; then
32321 wx_cv_func_vsnprintf_decl
=yes
32323 echo "$as_me: failed program was:" >&5
32324 sed 's/^/| /' conftest.
$ac_ext >&5
32326 wx_cv_func_vsnprintf_decl
=no
32329 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32333 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
32334 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
32336 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
32337 cat >>confdefs.h
<<\_ACEOF
32338 #define HAVE_VSNPRINTF_DECL 1
32342 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
32343 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
32344 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
32345 echo $ECHO_N "(cached) $ECHO_C" >&6
32348 cat >conftest.
$ac_ext <<_ACEOF
32351 cat confdefs.h
>>conftest.
$ac_ext
32352 cat >>conftest.
$ac_ext <<_ACEOF
32353 /* end confdefs.h. */
32356 #include <stdarg.h>
32358 #if __MSL__ >= 0x6000
32360 using namespace std;
32370 const char *fmt = "%s";
32371 vsnprintf(buf, 10u, fmt, ap);
32377 rm -f conftest.
$ac_objext
32378 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32379 (eval $ac_compile) 2>conftest.er1
32381 grep -v '^ *+' conftest.er1
>conftest.err
32383 cat conftest.err
>&5
32384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32385 (exit $ac_status); } &&
32386 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32388 (eval $ac_try) 2>&5
32390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32391 (exit $ac_status); }; } &&
32392 { ac_try
='test -s conftest.$ac_objext'
32393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32394 (eval $ac_try) 2>&5
32396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32397 (exit $ac_status); }; }; then
32398 wx_cv_func_broken_vsnprintf_decl
=no
32400 echo "$as_me: failed program was:" >&5
32401 sed 's/^/| /' conftest.
$ac_ext >&5
32403 wx_cv_func_broken_vsnprintf_decl
=yes
32406 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32410 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
32411 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
32413 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
32414 cat >>confdefs.h
<<\_ACEOF
32415 #define HAVE_BROKEN_VSNPRINTF_DECL 1
32422 if test "$ac_cv_func_snprintf" = "yes"; then
32423 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
32424 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
32425 if test "${wx_cv_func_snprintf_decl+set}" = set; then
32426 echo $ECHO_N "(cached) $ECHO_C" >&6
32429 cat >conftest.
$ac_ext <<_ACEOF
32432 cat confdefs.h
>>conftest.
$ac_ext
32433 cat >>conftest.
$ac_ext <<_ACEOF
32434 /* end confdefs.h. */
32437 #include <stdarg.h>
32439 #if __MSL__ >= 0x6000
32441 using namespace std;
32450 snprintf(buf, 10u, "%s", "wx");
32456 rm -f conftest.
$ac_objext
32457 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32458 (eval $ac_compile) 2>conftest.er1
32460 grep -v '^ *+' conftest.er1
>conftest.err
32462 cat conftest.err
>&5
32463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32464 (exit $ac_status); } &&
32465 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32467 (eval $ac_try) 2>&5
32469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32470 (exit $ac_status); }; } &&
32471 { ac_try
='test -s conftest.$ac_objext'
32472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32473 (eval $ac_try) 2>&5
32475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32476 (exit $ac_status); }; }; then
32477 wx_cv_func_snprintf_decl
=yes
32479 echo "$as_me: failed program was:" >&5
32480 sed 's/^/| /' conftest.
$ac_ext >&5
32482 wx_cv_func_snprintf_decl
=no
32485 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32489 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
32490 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
32492 if test "$wx_cv_func_snprintf_decl" = "yes"; then
32493 cat >>confdefs.h
<<\_ACEOF
32494 #define HAVE_SNPRINTF_DECL 1
32498 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
32499 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
32500 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
32501 echo $ECHO_N "(cached) $ECHO_C" >&6
32504 cat >conftest.
$ac_ext <<_ACEOF
32507 cat confdefs.h
>>conftest.
$ac_ext
32508 cat >>conftest.
$ac_ext <<_ACEOF
32509 /* end confdefs.h. */
32512 #include <stdarg.h>
32514 #if __MSL__ >= 0x6000
32516 using namespace std;
32525 const char *fmt = "%s";
32526 snprintf(buf, 10u, fmt, "wx");
32532 rm -f conftest.
$ac_objext
32533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32534 (eval $ac_compile) 2>conftest.er1
32536 grep -v '^ *+' conftest.er1
>conftest.err
32538 cat conftest.err
>&5
32539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32540 (exit $ac_status); } &&
32541 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32543 (eval $ac_try) 2>&5
32545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32546 (exit $ac_status); }; } &&
32547 { ac_try
='test -s conftest.$ac_objext'
32548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32549 (eval $ac_try) 2>&5
32551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32552 (exit $ac_status); }; }; then
32553 wx_cv_func_broken_snprintf_decl
=no
32555 echo "$as_me: failed program was:" >&5
32556 sed 's/^/| /' conftest.
$ac_ext >&5
32558 wx_cv_func_broken_snprintf_decl
=yes
32561 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32565 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
32566 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
32568 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
32569 cat >>confdefs.h
<<\_ACEOF
32570 #define HAVE_BROKEN_SNPRINTF_DECL 1
32577 if test "$wxUSE_UNICODE" = yes; then
32584 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
32586 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32587 echo "$as_me:$LINENO: checking for $ac_func" >&5
32588 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32589 if eval "test \"\${$as_ac_var+set}\" = set"; then
32590 echo $ECHO_N "(cached) $ECHO_C" >&6
32592 cat >conftest.
$ac_ext <<_ACEOF
32595 cat confdefs.h
>>conftest.
$ac_ext
32596 cat >>conftest.
$ac_ext <<_ACEOF
32597 /* end confdefs.h. */
32598 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32600 #define $ac_func innocuous_$ac_func
32602 /* System header to define __stub macros and hopefully few prototypes,
32603 which can conflict with char $ac_func (); below.
32604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32605 <limits.h> exists even on freestanding compilers. */
32608 # include <limits.h>
32610 # include <assert.h>
32615 /* Override any gcc2 internal prototype to avoid an error. */
32620 /* We use char because int might match the return type of a gcc2
32621 builtin and then its argument prototype would still apply. */
32623 /* The GNU C library defines this for functions which it implements
32624 to always fail with ENOSYS. Some functions are actually named
32625 something starting with __ and the normal name is an alias. */
32626 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32629 char (*f) () = $ac_func;
32638 return f != $ac_func;
32643 rm -f conftest.
$ac_objext conftest
$ac_exeext
32644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32645 (eval $ac_link) 2>conftest.er1
32647 grep -v '^ *+' conftest.er1
>conftest.err
32649 cat conftest.err
>&5
32650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32651 (exit $ac_status); } &&
32652 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32654 (eval $ac_try) 2>&5
32656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32657 (exit $ac_status); }; } &&
32658 { ac_try
='test -s conftest$ac_exeext'
32659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32660 (eval $ac_try) 2>&5
32662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32663 (exit $ac_status); }; }; then
32664 eval "$as_ac_var=yes"
32666 echo "$as_me: failed program was:" >&5
32667 sed 's/^/| /' conftest.
$ac_ext >&5
32669 eval "$as_ac_var=no"
32671 rm -f conftest.err conftest.
$ac_objext \
32672 conftest
$ac_exeext conftest.
$ac_ext
32674 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32675 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32676 if test `eval echo '${'$as_ac_var'}'` = yes; then
32677 cat >>confdefs.h
<<_ACEOF
32678 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32685 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
32686 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
32687 cat >conftest.
$ac_ext <<_ACEOF
32690 cat confdefs.h
>>conftest.
$ac_ext
32691 cat >>conftest.
$ac_ext <<_ACEOF
32692 /* end confdefs.h. */
32702 rm -f conftest.
$ac_objext
32703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32704 (eval $ac_compile) 2>conftest.er1
32706 grep -v '^ *+' conftest.er1
>conftest.err
32708 cat conftest.err
>&5
32709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32710 (exit $ac_status); } &&
32711 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32713 (eval $ac_try) 2>&5
32715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32716 (exit $ac_status); }; } &&
32717 { ac_try
='test -s conftest.$ac_objext'
32718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32719 (eval $ac_try) 2>&5
32721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32722 (exit $ac_status); }; }; then
32723 echo "$as_me:$LINENO: result: yes" >&5
32724 echo "${ECHO_T}yes" >&6
32725 cat >>confdefs.h
<<\_ACEOF
32726 #define HAVE__VSNWPRINTF 1
32730 echo "$as_me: failed program was:" >&5
32731 sed 's/^/| /' conftest.
$ac_ext >&5
32733 echo "$as_me:$LINENO: result: no" >&5
32734 echo "${ECHO_T}no" >&6
32736 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
32740 ac_cpp
='$CPP $CPPFLAGS'
32741 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32742 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32743 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
32746 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
32748 for ac_func
in fnmatch
32750 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32751 echo "$as_me:$LINENO: checking for $ac_func" >&5
32752 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32753 if eval "test \"\${$as_ac_var+set}\" = set"; then
32754 echo $ECHO_N "(cached) $ECHO_C" >&6
32756 cat >conftest.
$ac_ext <<_ACEOF
32759 cat confdefs.h
>>conftest.
$ac_ext
32760 cat >>conftest.
$ac_ext <<_ACEOF
32761 /* end confdefs.h. */
32762 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32763 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32764 #define $ac_func innocuous_$ac_func
32766 /* System header to define __stub macros and hopefully few prototypes,
32767 which can conflict with char $ac_func (); below.
32768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32769 <limits.h> exists even on freestanding compilers. */
32772 # include <limits.h>
32774 # include <assert.h>
32779 /* Override any gcc2 internal prototype to avoid an error. */
32784 /* We use char because int might match the return type of a gcc2
32785 builtin and then its argument prototype would still apply. */
32787 /* The GNU C library defines this for functions which it implements
32788 to always fail with ENOSYS. Some functions are actually named
32789 something starting with __ and the normal name is an alias. */
32790 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32793 char (*f) () = $ac_func;
32802 return f != $ac_func;
32807 rm -f conftest.
$ac_objext conftest
$ac_exeext
32808 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32809 (eval $ac_link) 2>conftest.er1
32811 grep -v '^ *+' conftest.er1
>conftest.err
32813 cat conftest.err
>&5
32814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32815 (exit $ac_status); } &&
32816 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32818 (eval $ac_try) 2>&5
32820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32821 (exit $ac_status); }; } &&
32822 { ac_try
='test -s conftest$ac_exeext'
32823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32824 (eval $ac_try) 2>&5
32826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32827 (exit $ac_status); }; }; then
32828 eval "$as_ac_var=yes"
32830 echo "$as_me: failed program was:" >&5
32831 sed 's/^/| /' conftest.
$ac_ext >&5
32833 eval "$as_ac_var=no"
32835 rm -f conftest.err conftest.
$ac_objext \
32836 conftest
$ac_exeext conftest.
$ac_ext
32838 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32839 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32840 if test `eval echo '${'$as_ac_var'}'` = yes; then
32841 cat >>confdefs.h
<<_ACEOF
32842 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32850 if test "$wxUSE_FILE" = "yes"; then
32852 for ac_func
in fsync
32854 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32855 echo "$as_me:$LINENO: checking for $ac_func" >&5
32856 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32857 if eval "test \"\${$as_ac_var+set}\" = set"; then
32858 echo $ECHO_N "(cached) $ECHO_C" >&6
32860 cat >conftest.
$ac_ext <<_ACEOF
32863 cat confdefs.h
>>conftest.
$ac_ext
32864 cat >>conftest.
$ac_ext <<_ACEOF
32865 /* end confdefs.h. */
32866 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
32867 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32868 #define $ac_func innocuous_$ac_func
32870 /* System header to define __stub macros and hopefully few prototypes,
32871 which can conflict with char $ac_func (); below.
32872 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32873 <limits.h> exists even on freestanding compilers. */
32876 # include <limits.h>
32878 # include <assert.h>
32883 /* Override any gcc2 internal prototype to avoid an error. */
32888 /* We use char because int might match the return type of a gcc2
32889 builtin and then its argument prototype would still apply. */
32891 /* The GNU C library defines this for functions which it implements
32892 to always fail with ENOSYS. Some functions are actually named
32893 something starting with __ and the normal name is an alias. */
32894 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32897 char (*f) () = $ac_func;
32906 return f != $ac_func;
32911 rm -f conftest.
$ac_objext conftest
$ac_exeext
32912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32913 (eval $ac_link) 2>conftest.er1
32915 grep -v '^ *+' conftest.er1
>conftest.err
32917 cat conftest.err
>&5
32918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32919 (exit $ac_status); } &&
32920 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32922 (eval $ac_try) 2>&5
32924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32925 (exit $ac_status); }; } &&
32926 { ac_try
='test -s conftest$ac_exeext'
32927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32928 (eval $ac_try) 2>&5
32930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32931 (exit $ac_status); }; }; then
32932 eval "$as_ac_var=yes"
32934 echo "$as_me: failed program was:" >&5
32935 sed 's/^/| /' conftest.
$ac_ext >&5
32937 eval "$as_ac_var=no"
32939 rm -f conftest.err conftest.
$ac_objext \
32940 conftest
$ac_exeext conftest.
$ac_ext
32942 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32943 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32944 if test `eval echo '${'$as_ac_var'}'` = yes; then
32945 cat >>confdefs.h
<<_ACEOF
32946 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32955 if test "$TOOLKIT" != "MSW"; then
32961 ac_cpp
='$CXXCPP $CPPFLAGS'
32962 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32963 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32964 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
32969 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
32970 if test "${with_libiconv_prefix+set}" = set; then
32971 withval
="$with_libiconv_prefix"
32973 for dir
in `echo "$withval" | tr : ' '`; do
32974 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
32975 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
32980 echo "$as_me:$LINENO: checking for iconv" >&5
32981 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
32982 if test "${am_cv_func_iconv+set}" = set; then
32983 echo $ECHO_N "(cached) $ECHO_C" >&6
32986 am_cv_func_iconv
="no, consider installing GNU libiconv"
32988 cat >conftest.
$ac_ext <<_ACEOF
32991 cat confdefs.h
>>conftest.
$ac_ext
32992 cat >>conftest.
$ac_ext <<_ACEOF
32993 /* end confdefs.h. */
32994 #include <stdlib.h>
32999 iconv_t cd = iconv_open("","");
33000 iconv(cd,NULL,NULL,NULL,NULL);
33006 rm -f conftest.
$ac_objext conftest
$ac_exeext
33007 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33008 (eval $ac_link) 2>conftest.er1
33010 grep -v '^ *+' conftest.er1
>conftest.err
33012 cat conftest.err
>&5
33013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33014 (exit $ac_status); } &&
33015 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33017 (eval $ac_try) 2>&5
33019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33020 (exit $ac_status); }; } &&
33021 { ac_try
='test -s conftest$ac_exeext'
33022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33023 (eval $ac_try) 2>&5
33025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33026 (exit $ac_status); }; }; then
33027 am_cv_func_iconv
=yes
33029 echo "$as_me: failed program was:" >&5
33030 sed 's/^/| /' conftest.
$ac_ext >&5
33033 rm -f conftest.err conftest.
$ac_objext \
33034 conftest
$ac_exeext conftest.
$ac_ext
33035 if test "$am_cv_func_iconv" != yes; then
33036 am_save_LIBS
="$LIBS"
33037 LIBS
="$LIBS -liconv"
33038 cat >conftest.
$ac_ext <<_ACEOF
33041 cat confdefs.h
>>conftest.
$ac_ext
33042 cat >>conftest.
$ac_ext <<_ACEOF
33043 /* end confdefs.h. */
33044 #include <stdlib.h>
33049 iconv_t cd = iconv_open("","");
33050 iconv(cd,NULL,NULL,NULL,NULL);
33056 rm -f conftest.
$ac_objext conftest
$ac_exeext
33057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33058 (eval $ac_link) 2>conftest.er1
33060 grep -v '^ *+' conftest.er1
>conftest.err
33062 cat conftest.err
>&5
33063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33064 (exit $ac_status); } &&
33065 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33067 (eval $ac_try) 2>&5
33069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33070 (exit $ac_status); }; } &&
33071 { ac_try
='test -s conftest$ac_exeext'
33072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33073 (eval $ac_try) 2>&5
33075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33076 (exit $ac_status); }; }; then
33077 am_cv_lib_iconv
=yes
33078 am_cv_func_iconv
=yes
33080 echo "$as_me: failed program was:" >&5
33081 sed 's/^/| /' conftest.
$ac_ext >&5
33084 rm -f conftest.err conftest.
$ac_objext \
33085 conftest
$ac_exeext conftest.
$ac_ext
33086 LIBS
="$am_save_LIBS"
33090 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
33091 echo "${ECHO_T}$am_cv_func_iconv" >&6
33092 if test "$am_cv_func_iconv" = yes; then
33094 cat >>confdefs.h
<<\_ACEOF
33095 #define HAVE_ICONV 1
33098 echo "$as_me:$LINENO: checking if iconv needs const" >&5
33099 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
33100 if test "${wx_cv_func_iconv_const+set}" = set; then
33101 echo $ECHO_N "(cached) $ECHO_C" >&6
33103 cat >conftest.
$ac_ext <<_ACEOF
33106 cat confdefs.h
>>conftest.
$ac_ext
33107 cat >>conftest.
$ac_ext <<_ACEOF
33108 /* end confdefs.h. */
33110 #include <stdlib.h>
33116 #if defined(__STDC__) || defined(__cplusplus)
33117 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
33130 rm -f conftest.
$ac_objext
33131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33132 (eval $ac_compile) 2>conftest.er1
33134 grep -v '^ *+' conftest.er1
>conftest.err
33136 cat conftest.err
>&5
33137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33138 (exit $ac_status); } &&
33139 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33141 (eval $ac_try) 2>&5
33143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33144 (exit $ac_status); }; } &&
33145 { ac_try
='test -s conftest.$ac_objext'
33146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33147 (eval $ac_try) 2>&5
33149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33150 (exit $ac_status); }; }; then
33151 wx_cv_func_iconv_const
="no"
33153 echo "$as_me: failed program was:" >&5
33154 sed 's/^/| /' conftest.
$ac_ext >&5
33156 wx_cv_func_iconv_const
="yes"
33159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33162 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
33163 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
33166 if test "x$wx_cv_func_iconv_const" = "xyes"; then
33167 iconv_const
="const"
33171 cat >>confdefs.h
<<_ACEOF
33172 #define ICONV_CONST $iconv_const
33177 if test "$am_cv_lib_iconv" = yes; then
33182 LIBS
="$LIBICONV $LIBS"
33184 ac_cpp
='$CPP $CPPFLAGS'
33185 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33186 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33187 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33190 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33192 for ac_func
in sigaction
33194 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33195 echo "$as_me:$LINENO: checking for $ac_func" >&5
33196 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33197 if eval "test \"\${$as_ac_var+set}\" = set"; then
33198 echo $ECHO_N "(cached) $ECHO_C" >&6
33200 cat >conftest.
$ac_ext <<_ACEOF
33203 cat confdefs.h
>>conftest.
$ac_ext
33204 cat >>conftest.
$ac_ext <<_ACEOF
33205 /* end confdefs.h. */
33206 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33207 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33208 #define $ac_func innocuous_$ac_func
33210 /* System header to define __stub macros and hopefully few prototypes,
33211 which can conflict with char $ac_func (); below.
33212 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33213 <limits.h> exists even on freestanding compilers. */
33216 # include <limits.h>
33218 # include <assert.h>
33223 /* Override any gcc2 internal prototype to avoid an error. */
33228 /* We use char because int might match the return type of a gcc2
33229 builtin and then its argument prototype would still apply. */
33231 /* The GNU C library defines this for functions which it implements
33232 to always fail with ENOSYS. Some functions are actually named
33233 something starting with __ and the normal name is an alias. */
33234 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33237 char (*f) () = $ac_func;
33246 return f != $ac_func;
33251 rm -f conftest.
$ac_objext conftest
$ac_exeext
33252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33253 (eval $ac_link) 2>conftest.er1
33255 grep -v '^ *+' conftest.er1
>conftest.err
33257 cat conftest.err
>&5
33258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33259 (exit $ac_status); } &&
33260 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33262 (eval $ac_try) 2>&5
33264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33265 (exit $ac_status); }; } &&
33266 { ac_try
='test -s conftest$ac_exeext'
33267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33268 (eval $ac_try) 2>&5
33270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33271 (exit $ac_status); }; }; then
33272 eval "$as_ac_var=yes"
33274 echo "$as_me: failed program was:" >&5
33275 sed 's/^/| /' conftest.
$ac_ext >&5
33277 eval "$as_ac_var=no"
33279 rm -f conftest.err conftest.
$ac_objext \
33280 conftest
$ac_exeext conftest.
$ac_ext
33282 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33283 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33284 if test `eval echo '${'$as_ac_var'}'` = yes; then
33285 cat >>confdefs.h
<<_ACEOF
33286 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33293 if test "$ac_cv_func_sigaction" = "no"; then
33294 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
33295 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
33296 wxUSE_ON_FATAL_EXCEPTION
=no
33299 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
33303 ac_cpp
='$CXXCPP $CPPFLAGS'
33304 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33305 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33306 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33309 echo "$as_me:$LINENO: checking for sa_handler type" >&5
33310 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
33311 if test "${wx_cv_type_sa_handler+set}" = set; then
33312 echo $ECHO_N "(cached) $ECHO_C" >&6
33315 cat >conftest.
$ac_ext <<_ACEOF
33318 cat confdefs.h
>>conftest.
$ac_ext
33319 cat >>conftest.
$ac_ext <<_ACEOF
33320 /* end confdefs.h. */
33321 #include <signal.h>
33326 extern void testSigHandler(int);
33328 struct sigaction sa;
33329 sa.sa_handler = testSigHandler;
33335 rm -f conftest.
$ac_objext
33336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33337 (eval $ac_compile) 2>conftest.er1
33339 grep -v '^ *+' conftest.er1
>conftest.err
33341 cat conftest.err
>&5
33342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33343 (exit $ac_status); } &&
33344 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33346 (eval $ac_try) 2>&5
33348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33349 (exit $ac_status); }; } &&
33350 { ac_try
='test -s conftest.$ac_objext'
33351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33352 (eval $ac_try) 2>&5
33354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33355 (exit $ac_status); }; }; then
33357 wx_cv_type_sa_handler
=int
33360 echo "$as_me: failed program was:" >&5
33361 sed 's/^/| /' conftest.
$ac_ext >&5
33364 wx_cv_type_sa_handler
=void
33367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33370 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
33371 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
33374 ac_cpp
='$CPP $CPPFLAGS'
33375 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33376 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33377 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33380 cat >>confdefs.h
<<_ACEOF
33381 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
33387 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
33391 ac_cpp
='$CXXCPP $CPPFLAGS'
33392 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33393 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33394 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33397 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
33398 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
33399 if test "${wx_cv_func_backtrace+set}" = set; then
33400 echo $ECHO_N "(cached) $ECHO_C" >&6
33403 cat >conftest.
$ac_ext <<_ACEOF
33406 cat confdefs.h
>>conftest.
$ac_ext
33407 cat >>conftest.
$ac_ext <<_ACEOF
33408 /* end confdefs.h. */
33409 #include <execinfo.h>
33417 backtrace(trace, 1);
33418 messages = backtrace_symbols(trace, 1);
33424 rm -f conftest.
$ac_objext
33425 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33426 (eval $ac_compile) 2>conftest.er1
33428 grep -v '^ *+' conftest.er1
>conftest.err
33430 cat conftest.err
>&5
33431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33432 (exit $ac_status); } &&
33433 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33435 (eval $ac_try) 2>&5
33437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33438 (exit $ac_status); }; } &&
33439 { ac_try
='test -s conftest.$ac_objext'
33440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33441 (eval $ac_try) 2>&5
33443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33444 (exit $ac_status); }; }; then
33445 wx_cv_func_backtrace
=yes
33447 echo "$as_me: failed program was:" >&5
33448 sed 's/^/| /' conftest.
$ac_ext >&5
33450 wx_cv_func_backtrace
=no
33453 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33457 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
33458 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
33461 if test "$wx_cv_func_backtrace" = "no"; then
33462 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
33463 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
33464 wxUSE_STACKWALKER
=no
33466 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
33467 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
33468 if test "${wx_cv_func_cxa_demangle+set}" = set; then
33469 echo $ECHO_N "(cached) $ECHO_C" >&6
33472 cat >conftest.
$ac_ext <<_ACEOF
33475 cat confdefs.h
>>conftest.
$ac_ext
33476 cat >>conftest.
$ac_ext <<_ACEOF
33477 /* end confdefs.h. */
33478 #include <cxxabi.h>
33484 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
33490 rm -f conftest.
$ac_objext conftest
$ac_exeext
33491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33492 (eval $ac_link) 2>conftest.er1
33494 grep -v '^ *+' conftest.er1
>conftest.err
33496 cat conftest.err
>&5
33497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33498 (exit $ac_status); } &&
33499 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33501 (eval $ac_try) 2>&5
33503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33504 (exit $ac_status); }; } &&
33505 { ac_try
='test -s conftest$ac_exeext'
33506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33507 (eval $ac_try) 2>&5
33509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33510 (exit $ac_status); }; }; then
33511 wx_cv_func_cxa_demangle
=yes
33513 echo "$as_me: failed program was:" >&5
33514 sed 's/^/| /' conftest.
$ac_ext >&5
33516 wx_cv_func_cxa_demangle
=no
33519 rm -f conftest.err conftest.
$ac_objext \
33520 conftest
$ac_exeext conftest.
$ac_ext
33524 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
33525 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
33527 if test "$wx_cv_func_cxa_demangle" = "yes"; then
33528 cat >>confdefs.h
<<\_ACEOF
33529 #define HAVE_CXA_DEMANGLE 1
33536 ac_cpp
='$CPP $CPPFLAGS'
33537 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33538 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33539 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33543 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
33544 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
33545 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
33546 wxUSE_STACKWALKER
=no
33552 for ac_func
in mkstemp mktemp
33554 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33555 echo "$as_me:$LINENO: checking for $ac_func" >&5
33556 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33557 if eval "test \"\${$as_ac_var+set}\" = set"; then
33558 echo $ECHO_N "(cached) $ECHO_C" >&6
33560 cat >conftest.
$ac_ext <<_ACEOF
33563 cat confdefs.h
>>conftest.
$ac_ext
33564 cat >>conftest.
$ac_ext <<_ACEOF
33565 /* end confdefs.h. */
33566 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33568 #define $ac_func innocuous_$ac_func
33570 /* System header to define __stub macros and hopefully few prototypes,
33571 which can conflict with char $ac_func (); below.
33572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33573 <limits.h> exists even on freestanding compilers. */
33576 # include <limits.h>
33578 # include <assert.h>
33583 /* Override any gcc2 internal prototype to avoid an error. */
33588 /* We use char because int might match the return type of a gcc2
33589 builtin and then its argument prototype would still apply. */
33591 /* The GNU C library defines this for functions which it implements
33592 to always fail with ENOSYS. Some functions are actually named
33593 something starting with __ and the normal name is an alias. */
33594 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33597 char (*f) () = $ac_func;
33606 return f != $ac_func;
33611 rm -f conftest.
$ac_objext conftest
$ac_exeext
33612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33613 (eval $ac_link) 2>conftest.er1
33615 grep -v '^ *+' conftest.er1
>conftest.err
33617 cat conftest.err
>&5
33618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33619 (exit $ac_status); } &&
33620 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33622 (eval $ac_try) 2>&5
33624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33625 (exit $ac_status); }; } &&
33626 { ac_try
='test -s conftest$ac_exeext'
33627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33628 (eval $ac_try) 2>&5
33630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33631 (exit $ac_status); }; }; then
33632 eval "$as_ac_var=yes"
33634 echo "$as_me: failed program was:" >&5
33635 sed 's/^/| /' conftest.
$ac_ext >&5
33637 eval "$as_ac_var=no"
33639 rm -f conftest.err conftest.
$ac_objext \
33640 conftest
$ac_exeext conftest.
$ac_ext
33642 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33643 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33644 if test `eval echo '${'$as_ac_var'}'` = yes; then
33645 cat >>confdefs.h
<<_ACEOF
33646 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33653 echo "$as_me:$LINENO: checking for statfs" >&5
33654 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
33655 if test "${wx_cv_func_statfs+set}" = set; then
33656 echo $ECHO_N "(cached) $ECHO_C" >&6
33658 cat >conftest.
$ac_ext <<_ACEOF
33661 cat confdefs.h
>>conftest.
$ac_ext
33662 cat >>conftest.
$ac_ext <<_ACEOF
33663 /* end confdefs.h. */
33665 #if defined(__BSD__)
33666 #include <sys/param.h>
33667 #include <sys/mount.h>
33669 #include <sys/vfs.h>
33687 rm -f conftest.
$ac_objext
33688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33689 (eval $ac_compile) 2>conftest.er1
33691 grep -v '^ *+' conftest.er1
>conftest.err
33693 cat conftest.err
>&5
33694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33695 (exit $ac_status); } &&
33696 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33698 (eval $ac_try) 2>&5
33700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33701 (exit $ac_status); }; } &&
33702 { ac_try
='test -s conftest.$ac_objext'
33703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33704 (eval $ac_try) 2>&5
33706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33707 (exit $ac_status); }; }; then
33708 wx_cv_func_statfs
=yes
33710 echo "$as_me: failed program was:" >&5
33711 sed 's/^/| /' conftest.
$ac_ext >&5
33713 wx_cv_func_statfs
=no
33716 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33719 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
33720 echo "${ECHO_T}$wx_cv_func_statfs" >&6
33722 if test "$wx_cv_func_statfs" = "yes"; then
33726 ac_cpp
='$CXXCPP $CPPFLAGS'
33727 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33728 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33729 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33731 echo "$as_me:$LINENO: checking for statfs declaration" >&5
33732 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
33733 if test "${wx_cv_func_statfs_decl+set}" = set; then
33734 echo $ECHO_N "(cached) $ECHO_C" >&6
33736 cat >conftest.
$ac_ext <<_ACEOF
33739 cat confdefs.h
>>conftest.
$ac_ext
33740 cat >>conftest.
$ac_ext <<_ACEOF
33741 /* end confdefs.h. */
33743 #if defined(__BSD__)
33744 #include <sys/param.h>
33745 #include <sys/mount.h>
33747 #include <sys/vfs.h>
33761 rm -f conftest.
$ac_objext
33762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33763 (eval $ac_compile) 2>conftest.er1
33765 grep -v '^ *+' conftest.er1
>conftest.err
33767 cat conftest.err
>&5
33768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33769 (exit $ac_status); } &&
33770 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33772 (eval $ac_try) 2>&5
33774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33775 (exit $ac_status); }; } &&
33776 { ac_try
='test -s conftest.$ac_objext'
33777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33778 (eval $ac_try) 2>&5
33780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33781 (exit $ac_status); }; }; then
33782 wx_cv_func_statfs_decl
=yes
33784 echo "$as_me: failed program was:" >&5
33785 sed 's/^/| /' conftest.
$ac_ext >&5
33787 wx_cv_func_statfs_decl
=no
33790 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33793 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
33794 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
33796 ac_cpp
='$CPP $CPPFLAGS'
33797 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33798 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33799 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33802 if test "$wx_cv_func_statfs_decl" = "yes"; then
33803 cat >>confdefs.h
<<\_ACEOF
33804 #define HAVE_STATFS_DECL 1
33809 wx_cv_type_statvfs_t
="struct statfs"
33810 cat >>confdefs.h
<<\_ACEOF
33811 #define HAVE_STATFS 1
33815 echo "$as_me:$LINENO: checking for statvfs" >&5
33816 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
33817 if test "${wx_cv_func_statvfs+set}" = set; then
33818 echo $ECHO_N "(cached) $ECHO_C" >&6
33820 cat >conftest.
$ac_ext <<_ACEOF
33823 cat confdefs.h
>>conftest.
$ac_ext
33824 cat >>conftest.
$ac_ext <<_ACEOF
33825 /* end confdefs.h. */
33827 #include <stddef.h>
33828 #include <sys/statvfs.h>
33834 statvfs("/", NULL);
33840 rm -f conftest.
$ac_objext
33841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33842 (eval $ac_compile) 2>conftest.er1
33844 grep -v '^ *+' conftest.er1
>conftest.err
33846 cat conftest.err
>&5
33847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33848 (exit $ac_status); } &&
33849 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33851 (eval $ac_try) 2>&5
33853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33854 (exit $ac_status); }; } &&
33855 { ac_try
='test -s conftest.$ac_objext'
33856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33857 (eval $ac_try) 2>&5
33859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33860 (exit $ac_status); }; }; then
33861 wx_cv_func_statvfs
=yes
33863 echo "$as_me: failed program was:" >&5
33864 sed 's/^/| /' conftest.
$ac_ext >&5
33866 wx_cv_func_statvfs
=no
33869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33872 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
33873 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
33875 if test "$wx_cv_func_statvfs" = "yes"; then
33879 ac_cpp
='$CXXCPP $CPPFLAGS'
33880 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33881 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33882 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
33885 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
33886 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
33887 if test "${wx_cv_type_statvfs_t+set}" = set; then
33888 echo $ECHO_N "(cached) $ECHO_C" >&6
33890 cat >conftest.
$ac_ext <<_ACEOF
33893 cat confdefs.h
>>conftest.
$ac_ext
33894 cat >>conftest.
$ac_ext <<_ACEOF
33895 /* end confdefs.h. */
33897 #include <sys/statvfs.h>
33914 rm -f conftest.
$ac_objext
33915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33916 (eval $ac_compile) 2>conftest.er1
33918 grep -v '^ *+' conftest.er1
>conftest.err
33920 cat conftest.err
>&5
33921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33922 (exit $ac_status); } &&
33923 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33925 (eval $ac_try) 2>&5
33927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33928 (exit $ac_status); }; } &&
33929 { ac_try
='test -s conftest.$ac_objext'
33930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33931 (eval $ac_try) 2>&5
33933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33934 (exit $ac_status); }; }; then
33935 wx_cv_type_statvfs_t
=statvfs_t
33937 echo "$as_me: failed program was:" >&5
33938 sed 's/^/| /' conftest.
$ac_ext >&5
33941 cat >conftest.
$ac_ext <<_ACEOF
33944 cat confdefs.h
>>conftest.
$ac_ext
33945 cat >>conftest.
$ac_ext <<_ACEOF
33946 /* end confdefs.h. */
33948 #include <sys/statvfs.h>
33965 rm -f conftest.
$ac_objext
33966 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33967 (eval $ac_compile) 2>conftest.er1
33969 grep -v '^ *+' conftest.er1
>conftest.err
33971 cat conftest.err
>&5
33972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33973 (exit $ac_status); } &&
33974 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33976 (eval $ac_try) 2>&5
33978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33979 (exit $ac_status); }; } &&
33980 { ac_try
='test -s conftest.$ac_objext'
33981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33982 (eval $ac_try) 2>&5
33984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33985 (exit $ac_status); }; }; then
33986 wx_cv_type_statvfs_t
="struct statvfs"
33988 echo "$as_me: failed program was:" >&5
33989 sed 's/^/| /' conftest.
$ac_ext >&5
33991 wx_cv_type_statvfs_t
="unknown"
33994 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33998 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34001 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
34002 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
34005 ac_cpp
='$CPP $CPPFLAGS'
34006 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34007 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34008 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34011 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34012 cat >>confdefs.h
<<\_ACEOF
34013 #define HAVE_STATVFS 1
34018 wx_cv_type_statvfs_t
="unknown"
34022 if test "$wx_cv_type_statvfs_t" != "unknown"; then
34023 cat >>confdefs.h
<<_ACEOF
34024 #define WX_STATFS_T $wx_cv_type_statvfs_t
34028 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
34029 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
34032 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34035 for ac_func
in fcntl flock
34037 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34038 echo "$as_me:$LINENO: checking for $ac_func" >&5
34039 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34040 if eval "test \"\${$as_ac_var+set}\" = set"; then
34041 echo $ECHO_N "(cached) $ECHO_C" >&6
34043 cat >conftest.
$ac_ext <<_ACEOF
34046 cat confdefs.h
>>conftest.
$ac_ext
34047 cat >>conftest.
$ac_ext <<_ACEOF
34048 /* end confdefs.h. */
34049 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34050 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34051 #define $ac_func innocuous_$ac_func
34053 /* System header to define __stub macros and hopefully few prototypes,
34054 which can conflict with char $ac_func (); below.
34055 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34056 <limits.h> exists even on freestanding compilers. */
34059 # include <limits.h>
34061 # include <assert.h>
34066 /* Override any gcc2 internal prototype to avoid an error. */
34071 /* We use char because int might match the return type of a gcc2
34072 builtin and then its argument prototype would still apply. */
34074 /* The GNU C library defines this for functions which it implements
34075 to always fail with ENOSYS. Some functions are actually named
34076 something starting with __ and the normal name is an alias. */
34077 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34080 char (*f) () = $ac_func;
34089 return f != $ac_func;
34094 rm -f conftest.
$ac_objext conftest
$ac_exeext
34095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34096 (eval $ac_link) 2>conftest.er1
34098 grep -v '^ *+' conftest.er1
>conftest.err
34100 cat conftest.err
>&5
34101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34102 (exit $ac_status); } &&
34103 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34105 (eval $ac_try) 2>&5
34107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34108 (exit $ac_status); }; } &&
34109 { ac_try
='test -s conftest$ac_exeext'
34110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34111 (eval $ac_try) 2>&5
34113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34114 (exit $ac_status); }; }; then
34115 eval "$as_ac_var=yes"
34117 echo "$as_me: failed program was:" >&5
34118 sed 's/^/| /' conftest.
$ac_ext >&5
34120 eval "$as_ac_var=no"
34122 rm -f conftest.err conftest.
$ac_objext \
34123 conftest
$ac_exeext conftest.
$ac_ext
34125 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34126 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34127 if test `eval echo '${'$as_ac_var'}'` = yes; then
34128 cat >>confdefs.h
<<_ACEOF
34129 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34136 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
34137 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
34138 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
34139 wxUSE_SNGLINST_CHECKER
=no
34144 for ac_func
in timegm
34146 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34147 echo "$as_me:$LINENO: checking for $ac_func" >&5
34148 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34149 if eval "test \"\${$as_ac_var+set}\" = set"; then
34150 echo $ECHO_N "(cached) $ECHO_C" >&6
34152 cat >conftest.
$ac_ext <<_ACEOF
34155 cat confdefs.h
>>conftest.
$ac_ext
34156 cat >>conftest.
$ac_ext <<_ACEOF
34157 /* end confdefs.h. */
34158 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34159 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34160 #define $ac_func innocuous_$ac_func
34162 /* System header to define __stub macros and hopefully few prototypes,
34163 which can conflict with char $ac_func (); below.
34164 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34165 <limits.h> exists even on freestanding compilers. */
34168 # include <limits.h>
34170 # include <assert.h>
34175 /* Override any gcc2 internal prototype to avoid an error. */
34180 /* We use char because int might match the return type of a gcc2
34181 builtin and then its argument prototype would still apply. */
34183 /* The GNU C library defines this for functions which it implements
34184 to always fail with ENOSYS. Some functions are actually named
34185 something starting with __ and the normal name is an alias. */
34186 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34189 char (*f) () = $ac_func;
34198 return f != $ac_func;
34203 rm -f conftest.
$ac_objext conftest
$ac_exeext
34204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34205 (eval $ac_link) 2>conftest.er1
34207 grep -v '^ *+' conftest.er1
>conftest.err
34209 cat conftest.err
>&5
34210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34211 (exit $ac_status); } &&
34212 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34214 (eval $ac_try) 2>&5
34216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34217 (exit $ac_status); }; } &&
34218 { ac_try
='test -s conftest$ac_exeext'
34219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34220 (eval $ac_try) 2>&5
34222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34223 (exit $ac_status); }; }; then
34224 eval "$as_ac_var=yes"
34226 echo "$as_me: failed program was:" >&5
34227 sed 's/^/| /' conftest.
$ac_ext >&5
34229 eval "$as_ac_var=no"
34231 rm -f conftest.err conftest.
$ac_objext \
34232 conftest
$ac_exeext conftest.
$ac_ext
34234 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34235 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34236 if test `eval echo '${'$as_ac_var'}'` = yes; then
34237 cat >>confdefs.h
<<_ACEOF
34238 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34247 for ac_func
in putenv setenv
34249 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34250 echo "$as_me:$LINENO: checking for $ac_func" >&5
34251 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34252 if eval "test \"\${$as_ac_var+set}\" = set"; then
34253 echo $ECHO_N "(cached) $ECHO_C" >&6
34255 cat >conftest.
$ac_ext <<_ACEOF
34258 cat confdefs.h
>>conftest.
$ac_ext
34259 cat >>conftest.
$ac_ext <<_ACEOF
34260 /* end confdefs.h. */
34261 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34262 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34263 #define $ac_func innocuous_$ac_func
34265 /* System header to define __stub macros and hopefully few prototypes,
34266 which can conflict with char $ac_func (); below.
34267 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34268 <limits.h> exists even on freestanding compilers. */
34271 # include <limits.h>
34273 # include <assert.h>
34278 /* Override any gcc2 internal prototype to avoid an error. */
34283 /* We use char because int might match the return type of a gcc2
34284 builtin and then its argument prototype would still apply. */
34286 /* The GNU C library defines this for functions which it implements
34287 to always fail with ENOSYS. Some functions are actually named
34288 something starting with __ and the normal name is an alias. */
34289 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34292 char (*f) () = $ac_func;
34301 return f != $ac_func;
34306 rm -f conftest.
$ac_objext conftest
$ac_exeext
34307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34308 (eval $ac_link) 2>conftest.er1
34310 grep -v '^ *+' conftest.er1
>conftest.err
34312 cat conftest.err
>&5
34313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34314 (exit $ac_status); } &&
34315 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34317 (eval $ac_try) 2>&5
34319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34320 (exit $ac_status); }; } &&
34321 { ac_try
='test -s conftest$ac_exeext'
34322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34323 (eval $ac_try) 2>&5
34325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34326 (exit $ac_status); }; }; then
34327 eval "$as_ac_var=yes"
34329 echo "$as_me: failed program was:" >&5
34330 sed 's/^/| /' conftest.
$ac_ext >&5
34332 eval "$as_ac_var=no"
34334 rm -f conftest.err conftest.
$ac_objext \
34335 conftest
$ac_exeext conftest.
$ac_ext
34337 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34338 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34339 if test `eval echo '${'$as_ac_var'}'` = yes; then
34340 cat >>confdefs.h
<<_ACEOF
34341 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34348 HAVE_SOME_SLEEP_FUNC
=0
34349 if test "$USE_BEOS" = 1; then
34350 cat >>confdefs.h
<<\_ACEOF
34351 #define HAVE_SLEEP 1
34354 HAVE_SOME_SLEEP_FUNC
=1
34357 if test "$USE_DARWIN" = 1; then
34358 cat >>confdefs.h
<<\_ACEOF
34359 #define HAVE_USLEEP 1
34362 HAVE_SOME_SLEEP_FUNC
=1
34365 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
34368 for ac_func
in nanosleep
34370 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34371 echo "$as_me:$LINENO: checking for $ac_func" >&5
34372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34373 if eval "test \"\${$as_ac_var+set}\" = set"; then
34374 echo $ECHO_N "(cached) $ECHO_C" >&6
34376 cat >conftest.
$ac_ext <<_ACEOF
34379 cat confdefs.h
>>conftest.
$ac_ext
34380 cat >>conftest.
$ac_ext <<_ACEOF
34381 /* end confdefs.h. */
34382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34384 #define $ac_func innocuous_$ac_func
34386 /* System header to define __stub macros and hopefully few prototypes,
34387 which can conflict with char $ac_func (); below.
34388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34389 <limits.h> exists even on freestanding compilers. */
34392 # include <limits.h>
34394 # include <assert.h>
34399 /* Override any gcc2 internal prototype to avoid an error. */
34404 /* We use char because int might match the return type of a gcc2
34405 builtin and then its argument prototype would still apply. */
34407 /* The GNU C library defines this for functions which it implements
34408 to always fail with ENOSYS. Some functions are actually named
34409 something starting with __ and the normal name is an alias. */
34410 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34413 char (*f) () = $ac_func;
34422 return f != $ac_func;
34427 rm -f conftest.
$ac_objext conftest
$ac_exeext
34428 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34429 (eval $ac_link) 2>conftest.er1
34431 grep -v '^ *+' conftest.er1
>conftest.err
34433 cat conftest.err
>&5
34434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34435 (exit $ac_status); } &&
34436 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34438 (eval $ac_try) 2>&5
34440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34441 (exit $ac_status); }; } &&
34442 { ac_try
='test -s conftest$ac_exeext'
34443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34444 (eval $ac_try) 2>&5
34446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34447 (exit $ac_status); }; }; then
34448 eval "$as_ac_var=yes"
34450 echo "$as_me: failed program was:" >&5
34451 sed 's/^/| /' conftest.
$ac_ext >&5
34453 eval "$as_ac_var=no"
34455 rm -f conftest.err conftest.
$ac_objext \
34456 conftest
$ac_exeext conftest.
$ac_ext
34458 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34459 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34460 if test `eval echo '${'$as_ac_var'}'` = yes; then
34461 cat >>confdefs.h
<<_ACEOF
34462 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34464 cat >>confdefs.h
<<\_ACEOF
34465 #define HAVE_NANOSLEEP 1
34470 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
34471 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
34472 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
34473 echo $ECHO_N "(cached) $ECHO_C" >&6
34475 ac_check_lib_save_LIBS
=$LIBS
34476 LIBS
="-lposix4 $LIBS"
34477 cat >conftest.
$ac_ext <<_ACEOF
34480 cat confdefs.h
>>conftest.
$ac_ext
34481 cat >>conftest.
$ac_ext <<_ACEOF
34482 /* end confdefs.h. */
34484 /* Override any gcc2 internal prototype to avoid an error. */
34488 /* We use char because int might match the return type of a gcc2
34489 builtin and then its argument prototype would still apply. */
34499 rm -f conftest.
$ac_objext conftest
$ac_exeext
34500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34501 (eval $ac_link) 2>conftest.er1
34503 grep -v '^ *+' conftest.er1
>conftest.err
34505 cat conftest.err
>&5
34506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34507 (exit $ac_status); } &&
34508 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34510 (eval $ac_try) 2>&5
34512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34513 (exit $ac_status); }; } &&
34514 { ac_try
='test -s conftest$ac_exeext'
34515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34516 (eval $ac_try) 2>&5
34518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34519 (exit $ac_status); }; }; then
34520 ac_cv_lib_posix4_nanosleep
=yes
34522 echo "$as_me: failed program was:" >&5
34523 sed 's/^/| /' conftest.
$ac_ext >&5
34525 ac_cv_lib_posix4_nanosleep
=no
34527 rm -f conftest.err conftest.
$ac_objext \
34528 conftest
$ac_exeext conftest.
$ac_ext
34529 LIBS
=$ac_check_lib_save_LIBS
34531 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
34532 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
34533 if test $ac_cv_lib_posix4_nanosleep = yes; then
34535 cat >>confdefs.h
<<\_ACEOF
34536 #define HAVE_NANOSLEEP 1
34539 POSIX4_LINK
=" -lposix4"
34544 for ac_func
in usleep
34546 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34547 echo "$as_me:$LINENO: checking for $ac_func" >&5
34548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34549 if eval "test \"\${$as_ac_var+set}\" = set"; then
34550 echo $ECHO_N "(cached) $ECHO_C" >&6
34552 cat >conftest.
$ac_ext <<_ACEOF
34555 cat confdefs.h
>>conftest.
$ac_ext
34556 cat >>conftest.
$ac_ext <<_ACEOF
34557 /* end confdefs.h. */
34558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34560 #define $ac_func innocuous_$ac_func
34562 /* System header to define __stub macros and hopefully few prototypes,
34563 which can conflict with char $ac_func (); below.
34564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34565 <limits.h> exists even on freestanding compilers. */
34568 # include <limits.h>
34570 # include <assert.h>
34575 /* Override any gcc2 internal prototype to avoid an error. */
34580 /* We use char because int might match the return type of a gcc2
34581 builtin and then its argument prototype would still apply. */
34583 /* The GNU C library defines this for functions which it implements
34584 to always fail with ENOSYS. Some functions are actually named
34585 something starting with __ and the normal name is an alias. */
34586 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34589 char (*f) () = $ac_func;
34598 return f != $ac_func;
34603 rm -f conftest.
$ac_objext conftest
$ac_exeext
34604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34605 (eval $ac_link) 2>conftest.er1
34607 grep -v '^ *+' conftest.er1
>conftest.err
34609 cat conftest.err
>&5
34610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34611 (exit $ac_status); } &&
34612 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34614 (eval $ac_try) 2>&5
34616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34617 (exit $ac_status); }; } &&
34618 { ac_try
='test -s conftest$ac_exeext'
34619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34620 (eval $ac_try) 2>&5
34622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34623 (exit $ac_status); }; }; then
34624 eval "$as_ac_var=yes"
34626 echo "$as_me: failed program was:" >&5
34627 sed 's/^/| /' conftest.
$ac_ext >&5
34629 eval "$as_ac_var=no"
34631 rm -f conftest.err conftest.
$ac_objext \
34632 conftest
$ac_exeext conftest.
$ac_ext
34634 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34635 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34636 if test `eval echo '${'$as_ac_var'}'` = yes; then
34637 cat >>confdefs.h
<<_ACEOF
34638 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34640 cat >>confdefs.h
<<\_ACEOF
34641 #define HAVE_USLEEP 1
34645 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
34646 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
34664 for ac_func
in uname gethostname
34666 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34667 echo "$as_me:$LINENO: checking for $ac_func" >&5
34668 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34669 if eval "test \"\${$as_ac_var+set}\" = set"; then
34670 echo $ECHO_N "(cached) $ECHO_C" >&6
34672 cat >conftest.
$ac_ext <<_ACEOF
34675 cat confdefs.h
>>conftest.
$ac_ext
34676 cat >>conftest.
$ac_ext <<_ACEOF
34677 /* end confdefs.h. */
34678 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34679 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34680 #define $ac_func innocuous_$ac_func
34682 /* System header to define __stub macros and hopefully few prototypes,
34683 which can conflict with char $ac_func (); below.
34684 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34685 <limits.h> exists even on freestanding compilers. */
34688 # include <limits.h>
34690 # include <assert.h>
34695 /* Override any gcc2 internal prototype to avoid an error. */
34700 /* We use char because int might match the return type of a gcc2
34701 builtin and then its argument prototype would still apply. */
34703 /* The GNU C library defines this for functions which it implements
34704 to always fail with ENOSYS. Some functions are actually named
34705 something starting with __ and the normal name is an alias. */
34706 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34709 char (*f) () = $ac_func;
34718 return f != $ac_func;
34723 rm -f conftest.
$ac_objext conftest
$ac_exeext
34724 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34725 (eval $ac_link) 2>conftest.er1
34727 grep -v '^ *+' conftest.er1
>conftest.err
34729 cat conftest.err
>&5
34730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34731 (exit $ac_status); } &&
34732 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34734 (eval $ac_try) 2>&5
34736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34737 (exit $ac_status); }; } &&
34738 { ac_try
='test -s conftest$ac_exeext'
34739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34740 (eval $ac_try) 2>&5
34742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34743 (exit $ac_status); }; }; then
34744 eval "$as_ac_var=yes"
34746 echo "$as_me: failed program was:" >&5
34747 sed 's/^/| /' conftest.
$ac_ext >&5
34749 eval "$as_ac_var=no"
34751 rm -f conftest.err conftest.
$ac_objext \
34752 conftest
$ac_exeext conftest.
$ac_ext
34754 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34755 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34756 if test `eval echo '${'$as_ac_var'}'` = yes; then
34757 cat >>confdefs.h
<<_ACEOF
34758 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34768 ac_cpp
='$CXXCPP $CPPFLAGS'
34769 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34770 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34771 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34775 for ac_func
in strtok_r
34777 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34778 echo "$as_me:$LINENO: checking for $ac_func" >&5
34779 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34780 if eval "test \"\${$as_ac_var+set}\" = set"; then
34781 echo $ECHO_N "(cached) $ECHO_C" >&6
34783 cat >conftest.
$ac_ext <<_ACEOF
34786 cat confdefs.h
>>conftest.
$ac_ext
34787 cat >>conftest.
$ac_ext <<_ACEOF
34788 /* end confdefs.h. */
34789 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34790 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34791 #define $ac_func innocuous_$ac_func
34793 /* System header to define __stub macros and hopefully few prototypes,
34794 which can conflict with char $ac_func (); below.
34795 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34796 <limits.h> exists even on freestanding compilers. */
34799 # include <limits.h>
34801 # include <assert.h>
34806 /* Override any gcc2 internal prototype to avoid an error. */
34811 /* We use char because int might match the return type of a gcc2
34812 builtin and then its argument prototype would still apply. */
34814 /* The GNU C library defines this for functions which it implements
34815 to always fail with ENOSYS. Some functions are actually named
34816 something starting with __ and the normal name is an alias. */
34817 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34820 char (*f) () = $ac_func;
34829 return f != $ac_func;
34834 rm -f conftest.
$ac_objext conftest
$ac_exeext
34835 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34836 (eval $ac_link) 2>conftest.er1
34838 grep -v '^ *+' conftest.er1
>conftest.err
34840 cat conftest.err
>&5
34841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34842 (exit $ac_status); } &&
34843 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34845 (eval $ac_try) 2>&5
34847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34848 (exit $ac_status); }; } &&
34849 { ac_try
='test -s conftest$ac_exeext'
34850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34851 (eval $ac_try) 2>&5
34853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34854 (exit $ac_status); }; }; then
34855 eval "$as_ac_var=yes"
34857 echo "$as_me: failed program was:" >&5
34858 sed 's/^/| /' conftest.
$ac_ext >&5
34860 eval "$as_ac_var=no"
34862 rm -f conftest.err conftest.
$ac_objext \
34863 conftest
$ac_exeext conftest.
$ac_ext
34865 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34866 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34867 if test `eval echo '${'$as_ac_var'}'` = yes; then
34868 cat >>confdefs.h
<<_ACEOF
34869 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34877 ac_cpp
='$CPP $CPPFLAGS'
34878 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34879 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34880 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34885 for ac_func
in inet_addr
34887 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34888 echo "$as_me:$LINENO: checking for $ac_func" >&5
34889 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34890 if eval "test \"\${$as_ac_var+set}\" = set"; then
34891 echo $ECHO_N "(cached) $ECHO_C" >&6
34893 cat >conftest.
$ac_ext <<_ACEOF
34896 cat confdefs.h
>>conftest.
$ac_ext
34897 cat >>conftest.
$ac_ext <<_ACEOF
34898 /* end confdefs.h. */
34899 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34901 #define $ac_func innocuous_$ac_func
34903 /* System header to define __stub macros and hopefully few prototypes,
34904 which can conflict with char $ac_func (); below.
34905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34906 <limits.h> exists even on freestanding compilers. */
34909 # include <limits.h>
34911 # include <assert.h>
34916 /* Override any gcc2 internal prototype to avoid an error. */
34921 /* We use char because int might match the return type of a gcc2
34922 builtin and then its argument prototype would still apply. */
34924 /* The GNU C library defines this for functions which it implements
34925 to always fail with ENOSYS. Some functions are actually named
34926 something starting with __ and the normal name is an alias. */
34927 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34930 char (*f) () = $ac_func;
34939 return f != $ac_func;
34944 rm -f conftest.
$ac_objext conftest
$ac_exeext
34945 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34946 (eval $ac_link) 2>conftest.er1
34948 grep -v '^ *+' conftest.er1
>conftest.err
34950 cat conftest.err
>&5
34951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34952 (exit $ac_status); } &&
34953 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34955 (eval $ac_try) 2>&5
34957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34958 (exit $ac_status); }; } &&
34959 { ac_try
='test -s conftest$ac_exeext'
34960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34961 (eval $ac_try) 2>&5
34963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34964 (exit $ac_status); }; }; then
34965 eval "$as_ac_var=yes"
34967 echo "$as_me: failed program was:" >&5
34968 sed 's/^/| /' conftest.
$ac_ext >&5
34970 eval "$as_ac_var=no"
34972 rm -f conftest.err conftest.
$ac_objext \
34973 conftest
$ac_exeext conftest.
$ac_ext
34975 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34976 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34977 if test `eval echo '${'$as_ac_var'}'` = yes; then
34978 cat >>confdefs.h
<<_ACEOF
34979 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34981 cat >>confdefs.h
<<\_ACEOF
34982 #define HAVE_INET_ADDR 1
34987 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
34988 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
34989 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
34990 echo $ECHO_N "(cached) $ECHO_C" >&6
34992 ac_check_lib_save_LIBS
=$LIBS
34994 cat >conftest.
$ac_ext <<_ACEOF
34997 cat confdefs.h
>>conftest.
$ac_ext
34998 cat >>conftest.
$ac_ext <<_ACEOF
34999 /* end confdefs.h. */
35001 /* Override any gcc2 internal prototype to avoid an error. */
35005 /* We use char because int might match the return type of a gcc2
35006 builtin and then its argument prototype would still apply. */
35016 rm -f conftest.
$ac_objext conftest
$ac_exeext
35017 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35018 (eval $ac_link) 2>conftest.er1
35020 grep -v '^ *+' conftest.er1
>conftest.err
35022 cat conftest.err
>&5
35023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35024 (exit $ac_status); } &&
35025 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35027 (eval $ac_try) 2>&5
35029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35030 (exit $ac_status); }; } &&
35031 { ac_try
='test -s conftest$ac_exeext'
35032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35033 (eval $ac_try) 2>&5
35035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35036 (exit $ac_status); }; }; then
35037 ac_cv_lib_nsl_inet_addr
=yes
35039 echo "$as_me: failed program was:" >&5
35040 sed 's/^/| /' conftest.
$ac_ext >&5
35042 ac_cv_lib_nsl_inet_addr
=no
35044 rm -f conftest.err conftest.
$ac_objext \
35045 conftest
$ac_exeext conftest.
$ac_ext
35046 LIBS
=$ac_check_lib_save_LIBS
35048 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
35049 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
35050 if test $ac_cv_lib_nsl_inet_addr = yes; then
35054 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
35055 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
35056 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
35057 echo $ECHO_N "(cached) $ECHO_C" >&6
35059 ac_check_lib_save_LIBS
=$LIBS
35060 LIBS
="-lresolv $LIBS"
35061 cat >conftest.
$ac_ext <<_ACEOF
35064 cat confdefs.h
>>conftest.
$ac_ext
35065 cat >>conftest.
$ac_ext <<_ACEOF
35066 /* end confdefs.h. */
35068 /* Override any gcc2 internal prototype to avoid an error. */
35072 /* We use char because int might match the return type of a gcc2
35073 builtin and then its argument prototype would still apply. */
35083 rm -f conftest.
$ac_objext conftest
$ac_exeext
35084 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35085 (eval $ac_link) 2>conftest.er1
35087 grep -v '^ *+' conftest.er1
>conftest.err
35089 cat conftest.err
>&5
35090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35091 (exit $ac_status); } &&
35092 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35094 (eval $ac_try) 2>&5
35096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35097 (exit $ac_status); }; } &&
35098 { ac_try
='test -s conftest$ac_exeext'
35099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35100 (eval $ac_try) 2>&5
35102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35103 (exit $ac_status); }; }; then
35104 ac_cv_lib_resolv_inet_addr
=yes
35106 echo "$as_me: failed program was:" >&5
35107 sed 's/^/| /' conftest.
$ac_ext >&5
35109 ac_cv_lib_resolv_inet_addr
=no
35111 rm -f conftest.err conftest.
$ac_objext \
35112 conftest
$ac_exeext conftest.
$ac_ext
35113 LIBS
=$ac_check_lib_save_LIBS
35115 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
35116 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
35117 if test $ac_cv_lib_resolv_inet_addr = yes; then
35121 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
35122 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
35123 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
35124 echo $ECHO_N "(cached) $ECHO_C" >&6
35126 ac_check_lib_save_LIBS
=$LIBS
35127 LIBS
="-lsocket $LIBS"
35128 cat >conftest.
$ac_ext <<_ACEOF
35131 cat confdefs.h
>>conftest.
$ac_ext
35132 cat >>conftest.
$ac_ext <<_ACEOF
35133 /* end confdefs.h. */
35135 /* Override any gcc2 internal prototype to avoid an error. */
35139 /* We use char because int might match the return type of a gcc2
35140 builtin and then its argument prototype would still apply. */
35150 rm -f conftest.
$ac_objext conftest
$ac_exeext
35151 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35152 (eval $ac_link) 2>conftest.er1
35154 grep -v '^ *+' conftest.er1
>conftest.err
35156 cat conftest.err
>&5
35157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35158 (exit $ac_status); } &&
35159 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35161 (eval $ac_try) 2>&5
35163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35164 (exit $ac_status); }; } &&
35165 { ac_try
='test -s conftest$ac_exeext'
35166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35167 (eval $ac_try) 2>&5
35169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35170 (exit $ac_status); }; }; then
35171 ac_cv_lib_socket_inet_addr
=yes
35173 echo "$as_me: failed program was:" >&5
35174 sed 's/^/| /' conftest.
$ac_ext >&5
35176 ac_cv_lib_socket_inet_addr
=no
35178 rm -f conftest.err conftest.
$ac_objext \
35179 conftest
$ac_exeext conftest.
$ac_ext
35180 LIBS
=$ac_check_lib_save_LIBS
35182 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
35183 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
35184 if test $ac_cv_lib_socket_inet_addr = yes; then
35204 for ac_func
in inet_aton
35206 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35207 echo "$as_me:$LINENO: checking for $ac_func" >&5
35208 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35209 if eval "test \"\${$as_ac_var+set}\" = set"; then
35210 echo $ECHO_N "(cached) $ECHO_C" >&6
35212 cat >conftest.
$ac_ext <<_ACEOF
35215 cat confdefs.h
>>conftest.
$ac_ext
35216 cat >>conftest.
$ac_ext <<_ACEOF
35217 /* end confdefs.h. */
35218 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35219 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35220 #define $ac_func innocuous_$ac_func
35222 /* System header to define __stub macros and hopefully few prototypes,
35223 which can conflict with char $ac_func (); below.
35224 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35225 <limits.h> exists even on freestanding compilers. */
35228 # include <limits.h>
35230 # include <assert.h>
35235 /* Override any gcc2 internal prototype to avoid an error. */
35240 /* We use char because int might match the return type of a gcc2
35241 builtin and then its argument prototype would still apply. */
35243 /* The GNU C library defines this for functions which it implements
35244 to always fail with ENOSYS. Some functions are actually named
35245 something starting with __ and the normal name is an alias. */
35246 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35249 char (*f) () = $ac_func;
35258 return f != $ac_func;
35263 rm -f conftest.
$ac_objext conftest
$ac_exeext
35264 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35265 (eval $ac_link) 2>conftest.er1
35267 grep -v '^ *+' conftest.er1
>conftest.err
35269 cat conftest.err
>&5
35270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35271 (exit $ac_status); } &&
35272 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35274 (eval $ac_try) 2>&5
35276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35277 (exit $ac_status); }; } &&
35278 { ac_try
='test -s conftest$ac_exeext'
35279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35280 (eval $ac_try) 2>&5
35282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35283 (exit $ac_status); }; }; then
35284 eval "$as_ac_var=yes"
35286 echo "$as_me: failed program was:" >&5
35287 sed 's/^/| /' conftest.
$ac_ext >&5
35289 eval "$as_ac_var=no"
35291 rm -f conftest.err conftest.
$ac_objext \
35292 conftest
$ac_exeext conftest.
$ac_ext
35294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35295 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35296 if test `eval echo '${'$as_ac_var'}'` = yes; then
35297 cat >>confdefs.h
<<_ACEOF
35298 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35300 cat >>confdefs.h
<<\_ACEOF
35301 #define HAVE_INET_ATON 1
35306 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
35307 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
35308 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
35309 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
35310 echo $ECHO_N "(cached) $ECHO_C" >&6
35312 ac_check_lib_save_LIBS
=$LIBS
35313 LIBS
="-l$INET_LINK $LIBS"
35314 cat >conftest.
$ac_ext <<_ACEOF
35317 cat confdefs.h
>>conftest.
$ac_ext
35318 cat >>conftest.
$ac_ext <<_ACEOF
35319 /* end confdefs.h. */
35321 /* Override any gcc2 internal prototype to avoid an error. */
35325 /* We use char because int might match the return type of a gcc2
35326 builtin and then its argument prototype would still apply. */
35336 rm -f conftest.
$ac_objext conftest
$ac_exeext
35337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35338 (eval $ac_link) 2>conftest.er1
35340 grep -v '^ *+' conftest.er1
>conftest.err
35342 cat conftest.err
>&5
35343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35344 (exit $ac_status); } &&
35345 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35347 (eval $ac_try) 2>&5
35349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35350 (exit $ac_status); }; } &&
35351 { ac_try
='test -s conftest$ac_exeext'
35352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35353 (eval $ac_try) 2>&5
35355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35356 (exit $ac_status); }; }; then
35357 eval "$as_ac_Lib=yes"
35359 echo "$as_me: failed program was:" >&5
35360 sed 's/^/| /' conftest.
$ac_ext >&5
35362 eval "$as_ac_Lib=no"
35364 rm -f conftest.err conftest.
$ac_objext \
35365 conftest
$ac_exeext conftest.
$ac_ext
35366 LIBS
=$ac_check_lib_save_LIBS
35368 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
35369 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
35370 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
35371 cat >>confdefs.h
<<\_ACEOF
35372 #define HAVE_INET_ATON 1
35382 if test "x$INET_LINK" != "x"; then
35383 cat >>confdefs.h
<<\_ACEOF
35384 #define HAVE_INET_ADDR 1
35387 INET_LINK
=" -l$INET_LINK"
35395 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
35396 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
35397 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
35398 echo $ECHO_N "(cached) $ECHO_C" >&6
35400 ac_check_lib_save_LIBS
=$LIBS
35402 cat >conftest.
$ac_ext <<_ACEOF
35405 cat confdefs.h
>>conftest.
$ac_ext
35406 cat >>conftest.
$ac_ext <<_ACEOF
35407 /* end confdefs.h. */
35409 /* Override any gcc2 internal prototype to avoid an error. */
35413 /* We use char because int might match the return type of a gcc2
35414 builtin and then its argument prototype would still apply. */
35424 rm -f conftest.
$ac_objext conftest
$ac_exeext
35425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35426 (eval $ac_link) 2>conftest.er1
35428 grep -v '^ *+' conftest.er1
>conftest.err
35430 cat conftest.err
>&5
35431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35432 (exit $ac_status); } &&
35433 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35435 (eval $ac_try) 2>&5
35437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35438 (exit $ac_status); }; } &&
35439 { ac_try
='test -s conftest$ac_exeext'
35440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35441 (eval $ac_try) 2>&5
35443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35444 (exit $ac_status); }; }; then
35445 ac_cv_lib_esd_esd_close
=yes
35447 echo "$as_me: failed program was:" >&5
35448 sed 's/^/| /' conftest.
$ac_ext >&5
35450 ac_cv_lib_esd_esd_close
=no
35452 rm -f conftest.err conftest.
$ac_objext \
35453 conftest
$ac_exeext conftest.
$ac_ext
35454 LIBS
=$ac_check_lib_save_LIBS
35456 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
35457 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
35458 if test $ac_cv_lib_esd_esd_close = yes; then
35461 for ac_header
in esd.h
35463 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35464 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35465 echo "$as_me:$LINENO: checking for $ac_header" >&5
35466 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35467 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35468 echo $ECHO_N "(cached) $ECHO_C" >&6
35470 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35471 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35473 # Is the header compilable?
35474 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35475 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35476 cat >conftest.
$ac_ext <<_ACEOF
35479 cat confdefs.h
>>conftest.
$ac_ext
35480 cat >>conftest.
$ac_ext <<_ACEOF
35481 /* end confdefs.h. */
35482 $ac_includes_default
35483 #include <$ac_header>
35485 rm -f conftest.
$ac_objext
35486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35487 (eval $ac_compile) 2>conftest.er1
35489 grep -v '^ *+' conftest.er1
>conftest.err
35491 cat conftest.err
>&5
35492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35493 (exit $ac_status); } &&
35494 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35496 (eval $ac_try) 2>&5
35498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35499 (exit $ac_status); }; } &&
35500 { ac_try
='test -s conftest.$ac_objext'
35501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35502 (eval $ac_try) 2>&5
35504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35505 (exit $ac_status); }; }; then
35506 ac_header_compiler
=yes
35508 echo "$as_me: failed program was:" >&5
35509 sed 's/^/| /' conftest.
$ac_ext >&5
35511 ac_header_compiler
=no
35513 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35514 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35515 echo "${ECHO_T}$ac_header_compiler" >&6
35517 # Is the header present?
35518 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35519 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35520 cat >conftest.
$ac_ext <<_ACEOF
35523 cat confdefs.h
>>conftest.
$ac_ext
35524 cat >>conftest.
$ac_ext <<_ACEOF
35525 /* end confdefs.h. */
35526 #include <$ac_header>
35528 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35529 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
35531 grep -v '^ *+' conftest.er1
>conftest.err
35533 cat conftest.err
>&5
35534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35535 (exit $ac_status); } >/dev
/null
; then
35536 if test -s conftest.err
; then
35537 ac_cpp_err
=$ac_c_preproc_warn_flag
35538 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
35545 if test -z "$ac_cpp_err"; then
35546 ac_header_preproc
=yes
35548 echo "$as_me: failed program was:" >&5
35549 sed 's/^/| /' conftest.
$ac_ext >&5
35551 ac_header_preproc
=no
35553 rm -f conftest.err conftest.
$ac_ext
35554 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35555 echo "${ECHO_T}$ac_header_preproc" >&6
35557 # So? What about this header?
35558 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35560 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35561 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35563 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35564 ac_header_preproc
=yes
35567 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35568 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35569 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35570 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35571 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35572 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35573 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35574 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35575 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35576 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35577 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35578 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35581 ## ----------------------------------------- ##
35582 ## Report this to wx-dev@lists.wxwidgets.org ##
35583 ## ----------------------------------------- ##
35586 sed "s/^/$as_me: WARNING: /" >&2
35589 echo "$as_me:$LINENO: checking for $ac_header" >&5
35590 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35591 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35592 echo $ECHO_N "(cached) $ECHO_C" >&6
35594 eval "$as_ac_Header=\$ac_header_preproc"
35596 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35597 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35600 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35601 cat >>confdefs.h
<<_ACEOF
35602 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35605 EXTRALIBS_ESD
="-lesd"
35616 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
35617 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
35618 cat >conftest.
$ac_ext <<_ACEOF
35621 cat confdefs.h
>>conftest.
$ac_ext
35622 cat >>conftest.
$ac_ext <<_ACEOF
35623 /* end confdefs.h. */
35625 #include <linux/cdrom.h>
35628 #include <sys/cdio.h>
35634 struct cdrom_tocentry entry, old_entry;
35639 rm -f conftest.
$ac_objext
35640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35641 (eval $ac_compile) 2>conftest.er1
35643 grep -v '^ *+' conftest.er1
>conftest.err
35645 cat conftest.err
>&5
35646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35647 (exit $ac_status); } &&
35648 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35650 (eval $ac_try) 2>&5
35652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35653 (exit $ac_status); }; } &&
35654 { ac_try
='test -s conftest.$ac_objext'
35655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35656 (eval $ac_try) 2>&5
35658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35659 (exit $ac_status); }; }; then
35660 echo "$as_me:$LINENO: result: yes" >&5
35661 echo "${ECHO_T}yes" >&6
35662 cat >>confdefs.h
<<\_ACEOF
35663 #define HAVE_KNOWN_CDROM_INTERFACE 1
35667 echo "$as_me: failed program was:" >&5
35668 sed 's/^/| /' conftest.
$ac_ext >&5
35670 echo "$as_me:$LINENO: result: no" >&5
35671 echo "${ECHO_T}no" >&6
35673 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35676 cat >confcache
<<\_ACEOF
35677 # This file is a shell script that caches the results of configure
35678 # tests run on this system so they can be shared between configure
35679 # scripts and configure runs, see configure's option --config-cache.
35680 # It is not useful on other systems. If it contains results you don't
35681 # want to keep, you may remove or edit it.
35683 # config.status only pays attention to the cache file if you give it
35684 # the --recheck option to rerun configure.
35686 # `ac_cv_env_foo' variables (set or unset) will be overridden when
35687 # loading this file, other *unset* `ac_cv_foo' will be assigned the
35688 # following values.
35692 # The following way of writing the cache mishandles newlines in values,
35693 # but we know of no workaround that is simple, portable, and efficient.
35694 # So, don't put newlines in cache variables' values.
35695 # Ultrix sh set writes to stderr and can't be redirected directly,
35696 # and sets the high bit in the cache file unless we assign to the vars.
35699 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35701 # `set' does not quote correctly, so add quotes (double-quote
35702 # substitution turns \\\\ into \\, and sed turns \\ into \).
35705 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35708 # `set' quotes correctly as required by POSIX, so do not add quotes.
35710 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35717 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35719 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35721 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
35722 if test -w $cache_file; then
35723 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35724 cat confcache
>$cache_file
35726 echo "not updating unwritable cache $cache_file"
35733 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
35739 if test "$wxUSE_THREADS" = "yes" ; then
35740 if test "$USE_BEOS" = 1; then
35741 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
35742 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
35747 if test "$wxUSE_THREADS" = "yes" ; then
35750 THREAD_OPTS
="-pthread"
35752 *-*-solaris2* | *-*-sunos4* )
35753 if test "x$GCC" = "xyes"; then
35754 THREAD_OPTS
="-pthreads $THREAD_OPTS"
35756 THREAD_OPTS
="-mt $THREAD_OPTS"
35760 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
35762 *-*-darwin* | *-*-cygwin* )
35766 THREAD_OPTS
="pthreads"
35769 if test "x$GCC" = "xyes"; then
35770 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
35778 if test "x$GCC" = "xyes"; then
35784 if test "x$GCC" != "xyes"; then
35785 THREAD_OPTS
="-Ethread"
35790 THREAD_OPTS
="$THREAD_OPTS pthread none"
35793 for flag
in $THREAD_OPTS; do
35796 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
35797 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
35801 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
35802 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
35803 THREADS_CFLAGS
="$flag"
35807 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
35808 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
35809 THREADS_LINK
="-l$flag"
35814 save_CFLAGS
="$CFLAGS"
35815 LIBS
="$THREADS_LINK $LIBS"
35816 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
35818 cat >conftest.
$ac_ext <<_ACEOF
35821 cat confdefs.h
>>conftest.
$ac_ext
35822 cat >>conftest.
$ac_ext <<_ACEOF
35823 /* end confdefs.h. */
35824 #include <pthread.h>
35828 pthread_create(0,0,0,0);
35833 rm -f conftest.
$ac_objext conftest
$ac_exeext
35834 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35835 (eval $ac_link) 2>conftest.er1
35837 grep -v '^ *+' conftest.er1
>conftest.err
35839 cat conftest.err
>&5
35840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35841 (exit $ac_status); } &&
35842 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35844 (eval $ac_try) 2>&5
35846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35847 (exit $ac_status); }; } &&
35848 { ac_try
='test -s conftest$ac_exeext'
35849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35850 (eval $ac_try) 2>&5
35852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35853 (exit $ac_status); }; }; then
35856 echo "$as_me: failed program was:" >&5
35857 sed 's/^/| /' conftest.
$ac_ext >&5
35860 rm -f conftest.err conftest.
$ac_objext \
35861 conftest
$ac_exeext conftest.
$ac_ext
35864 CFLAGS
="$save_CFLAGS"
35866 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
35867 echo "${ECHO_T}$THREADS_OK" >&6
35868 if test "x$THREADS_OK" = "xyes"; then
35876 if test "x$THREADS_OK" != "xyes"; then
35878 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
35879 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
35881 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
35882 LIBS
="$THREADS_LINK $LIBS"
35884 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
35885 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
35889 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
35890 flag
="-D_THREAD_SAFE"
35893 flag
="-D_THREAD_SAFE"
35896 flag
="-D_REENTRANT"
35897 if test "x$GCC" != "xyes"; then
35898 flag
="$flag -D_RWSTD_MULTI_THREAD"
35901 *solaris
* | alpha
*-osf*)
35902 flag
="-D_REENTRANT"
35905 echo "$as_me:$LINENO: result: ${flag}" >&5
35906 echo "${ECHO_T}${flag}" >&6
35907 if test "x$flag" != xno
; then
35908 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
35911 if test "x$THREADS_CFLAGS" != "x"; then
35912 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
35913 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
35918 if test "$wxUSE_THREADS" = "yes" ; then
35920 for ac_func
in thr_setconcurrency
35922 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35923 echo "$as_me:$LINENO: checking for $ac_func" >&5
35924 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35925 if eval "test \"\${$as_ac_var+set}\" = set"; then
35926 echo $ECHO_N "(cached) $ECHO_C" >&6
35928 cat >conftest.
$ac_ext <<_ACEOF
35931 cat confdefs.h
>>conftest.
$ac_ext
35932 cat >>conftest.
$ac_ext <<_ACEOF
35933 /* end confdefs.h. */
35934 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35936 #define $ac_func innocuous_$ac_func
35938 /* System header to define __stub macros and hopefully few prototypes,
35939 which can conflict with char $ac_func (); below.
35940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35941 <limits.h> exists even on freestanding compilers. */
35944 # include <limits.h>
35946 # include <assert.h>
35951 /* Override any gcc2 internal prototype to avoid an error. */
35956 /* We use char because int might match the return type of a gcc2
35957 builtin and then its argument prototype would still apply. */
35959 /* The GNU C library defines this for functions which it implements
35960 to always fail with ENOSYS. Some functions are actually named
35961 something starting with __ and the normal name is an alias. */
35962 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35965 char (*f) () = $ac_func;
35974 return f != $ac_func;
35979 rm -f conftest.
$ac_objext conftest
$ac_exeext
35980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35981 (eval $ac_link) 2>conftest.er1
35983 grep -v '^ *+' conftest.er1
>conftest.err
35985 cat conftest.err
>&5
35986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35987 (exit $ac_status); } &&
35988 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35990 (eval $ac_try) 2>&5
35992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35993 (exit $ac_status); }; } &&
35994 { ac_try
='test -s conftest$ac_exeext'
35995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35996 (eval $ac_try) 2>&5
35998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35999 (exit $ac_status); }; }; then
36000 eval "$as_ac_var=yes"
36002 echo "$as_me: failed program was:" >&5
36003 sed 's/^/| /' conftest.
$ac_ext >&5
36005 eval "$as_ac_var=no"
36007 rm -f conftest.err conftest.
$ac_objext \
36008 conftest
$ac_exeext conftest.
$ac_ext
36010 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36011 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36012 if test `eval echo '${'$as_ac_var'}'` = yes; then
36013 cat >>confdefs.h
<<_ACEOF
36014 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36021 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
36022 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
36023 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
36024 echo $ECHO_N "(cached) $ECHO_C" >&6
36027 cat >conftest.
$ac_ext <<_ACEOF
36030 cat confdefs.h
>>conftest.
$ac_ext
36031 cat >>conftest.
$ac_ext <<_ACEOF
36032 /* end confdefs.h. */
36033 #include <pthread.h>
36034 void ThreadCleanupFunc(void *p);
36041 pthread_cleanup_push(ThreadCleanupFunc, p);
36042 pthread_cleanup_pop(0);
36048 rm -f conftest.
$ac_objext
36049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36050 (eval $ac_compile) 2>conftest.er1
36052 grep -v '^ *+' conftest.er1
>conftest.err
36054 cat conftest.err
>&5
36055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36056 (exit $ac_status); } &&
36057 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36059 (eval $ac_try) 2>&5
36061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36062 (exit $ac_status); }; } &&
36063 { ac_try
='test -s conftest.$ac_objext'
36064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36065 (eval $ac_try) 2>&5
36067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36068 (exit $ac_status); }; }; then
36070 wx_cv_func_pthread_cleanup
=yes
36073 echo "$as_me: failed program was:" >&5
36074 sed 's/^/| /' conftest.
$ac_ext >&5
36077 wx_cv_func_pthread_cleanup
=no
36081 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36084 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
36085 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
36086 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
36087 cat >>confdefs.h
<<\_ACEOF
36088 #define wxHAVE_PTHREAD_CLEANUP 1
36094 for ac_header
in sched.h
36096 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
36097 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36098 echo "$as_me:$LINENO: checking for $ac_header" >&5
36099 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36100 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36101 echo $ECHO_N "(cached) $ECHO_C" >&6
36103 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36104 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36106 # Is the header compilable?
36107 echo "$as_me:$LINENO: checking $ac_header usability" >&5
36108 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36109 cat >conftest.
$ac_ext <<_ACEOF
36112 cat confdefs.h
>>conftest.
$ac_ext
36113 cat >>conftest.
$ac_ext <<_ACEOF
36114 /* end confdefs.h. */
36115 $ac_includes_default
36116 #include <$ac_header>
36118 rm -f conftest.
$ac_objext
36119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36120 (eval $ac_compile) 2>conftest.er1
36122 grep -v '^ *+' conftest.er1
>conftest.err
36124 cat conftest.err
>&5
36125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36126 (exit $ac_status); } &&
36127 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36129 (eval $ac_try) 2>&5
36131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36132 (exit $ac_status); }; } &&
36133 { ac_try
='test -s conftest.$ac_objext'
36134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36135 (eval $ac_try) 2>&5
36137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36138 (exit $ac_status); }; }; then
36139 ac_header_compiler
=yes
36141 echo "$as_me: failed program was:" >&5
36142 sed 's/^/| /' conftest.
$ac_ext >&5
36144 ac_header_compiler
=no
36146 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36147 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36148 echo "${ECHO_T}$ac_header_compiler" >&6
36150 # Is the header present?
36151 echo "$as_me:$LINENO: checking $ac_header presence" >&5
36152 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36153 cat >conftest.
$ac_ext <<_ACEOF
36156 cat confdefs.h
>>conftest.
$ac_ext
36157 cat >>conftest.
$ac_ext <<_ACEOF
36158 /* end confdefs.h. */
36159 #include <$ac_header>
36161 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
36162 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
36164 grep -v '^ *+' conftest.er1
>conftest.err
36166 cat conftest.err
>&5
36167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36168 (exit $ac_status); } >/dev
/null
; then
36169 if test -s conftest.err
; then
36170 ac_cpp_err
=$ac_c_preproc_warn_flag
36171 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
36178 if test -z "$ac_cpp_err"; then
36179 ac_header_preproc
=yes
36181 echo "$as_me: failed program was:" >&5
36182 sed 's/^/| /' conftest.
$ac_ext >&5
36184 ac_header_preproc
=no
36186 rm -f conftest.err conftest.
$ac_ext
36187 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36188 echo "${ECHO_T}$ac_header_preproc" >&6
36190 # So? What about this header?
36191 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
36193 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36194 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36195 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
36196 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
36197 ac_header_preproc
=yes
36200 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36201 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36202 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36203 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36204 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
36205 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
36206 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
36207 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
36208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36209 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36210 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
36211 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
36214 ## ----------------------------------------- ##
36215 ## Report this to wx-dev@lists.wxwidgets.org ##
36216 ## ----------------------------------------- ##
36219 sed "s/^/$as_me: WARNING: /" >&2
36222 echo "$as_me:$LINENO: checking for $ac_header" >&5
36223 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36224 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36225 echo $ECHO_N "(cached) $ECHO_C" >&6
36227 eval "$as_ac_Header=\$ac_header_preproc"
36229 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36230 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36233 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36234 cat >>confdefs.h
<<_ACEOF
36235 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36242 if test "$ac_cv_header_sched_h" = "yes"; then
36243 echo "$as_me:$LINENO: checking for sched_yield" >&5
36244 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
36245 if test "${ac_cv_func_sched_yield+set}" = set; then
36246 echo $ECHO_N "(cached) $ECHO_C" >&6
36248 cat >conftest.
$ac_ext <<_ACEOF
36251 cat confdefs.h
>>conftest.
$ac_ext
36252 cat >>conftest.
$ac_ext <<_ACEOF
36253 /* end confdefs.h. */
36254 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
36255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36256 #define sched_yield innocuous_sched_yield
36258 /* System header to define __stub macros and hopefully few prototypes,
36259 which can conflict with char sched_yield (); below.
36260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36261 <limits.h> exists even on freestanding compilers. */
36264 # include <limits.h>
36266 # include <assert.h>
36271 /* Override any gcc2 internal prototype to avoid an error. */
36276 /* We use char because int might match the return type of a gcc2
36277 builtin and then its argument prototype would still apply. */
36278 char sched_yield ();
36279 /* The GNU C library defines this for functions which it implements
36280 to always fail with ENOSYS. Some functions are actually named
36281 something starting with __ and the normal name is an alias. */
36282 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
36285 char (*f) () = sched_yield;
36294 return f != sched_yield;
36299 rm -f conftest.
$ac_objext conftest
$ac_exeext
36300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36301 (eval $ac_link) 2>conftest.er1
36303 grep -v '^ *+' conftest.er1
>conftest.err
36305 cat conftest.err
>&5
36306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36307 (exit $ac_status); } &&
36308 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36310 (eval $ac_try) 2>&5
36312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36313 (exit $ac_status); }; } &&
36314 { ac_try
='test -s conftest$ac_exeext'
36315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36316 (eval $ac_try) 2>&5
36318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36319 (exit $ac_status); }; }; then
36320 ac_cv_func_sched_yield
=yes
36322 echo "$as_me: failed program was:" >&5
36323 sed 's/^/| /' conftest.
$ac_ext >&5
36325 ac_cv_func_sched_yield
=no
36327 rm -f conftest.err conftest.
$ac_objext \
36328 conftest
$ac_exeext conftest.
$ac_ext
36330 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
36331 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
36332 if test $ac_cv_func_sched_yield = yes; then
36333 cat >>confdefs.h
<<\_ACEOF
36334 #define HAVE_SCHED_YIELD 1
36339 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
36340 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
36341 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
36342 echo $ECHO_N "(cached) $ECHO_C" >&6
36344 ac_check_lib_save_LIBS
=$LIBS
36345 LIBS
="-lposix4 $LIBS"
36346 cat >conftest.
$ac_ext <<_ACEOF
36349 cat confdefs.h
>>conftest.
$ac_ext
36350 cat >>conftest.
$ac_ext <<_ACEOF
36351 /* end confdefs.h. */
36353 /* Override any gcc2 internal prototype to avoid an error. */
36357 /* We use char because int might match the return type of a gcc2
36358 builtin and then its argument prototype would still apply. */
36359 char sched_yield ();
36368 rm -f conftest.
$ac_objext conftest
$ac_exeext
36369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36370 (eval $ac_link) 2>conftest.er1
36372 grep -v '^ *+' conftest.er1
>conftest.err
36374 cat conftest.err
>&5
36375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36376 (exit $ac_status); } &&
36377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36379 (eval $ac_try) 2>&5
36381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36382 (exit $ac_status); }; } &&
36383 { ac_try
='test -s conftest$ac_exeext'
36384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36385 (eval $ac_try) 2>&5
36387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36388 (exit $ac_status); }; }; then
36389 ac_cv_lib_posix4_sched_yield
=yes
36391 echo "$as_me: failed program was:" >&5
36392 sed 's/^/| /' conftest.
$ac_ext >&5
36394 ac_cv_lib_posix4_sched_yield
=no
36396 rm -f conftest.err conftest.
$ac_objext \
36397 conftest
$ac_exeext conftest.
$ac_ext
36398 LIBS
=$ac_check_lib_save_LIBS
36400 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
36401 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
36402 if test $ac_cv_lib_posix4_sched_yield = yes; then
36403 cat >>confdefs.h
<<\_ACEOF
36404 #define HAVE_SCHED_YIELD 1
36406 POSIX4_LINK
=" -lposix4"
36408 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
36409 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
36420 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
36421 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
36422 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
36423 echo $ECHO_N "(cached) $ECHO_C" >&6
36425 cat >conftest.
$ac_ext <<_ACEOF
36428 cat confdefs.h
>>conftest.
$ac_ext
36429 cat >>conftest.
$ac_ext <<_ACEOF
36430 /* end confdefs.h. */
36431 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
36432 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36433 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
36435 /* System header to define __stub macros and hopefully few prototypes,
36436 which can conflict with char pthread_attr_getschedpolicy (); below.
36437 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36438 <limits.h> exists even on freestanding compilers. */
36441 # include <limits.h>
36443 # include <assert.h>
36446 #undef pthread_attr_getschedpolicy
36448 /* Override any gcc2 internal prototype to avoid an error. */
36453 /* We use char because int might match the return type of a gcc2
36454 builtin and then its argument prototype would still apply. */
36455 char pthread_attr_getschedpolicy ();
36456 /* The GNU C library defines this for functions which it implements
36457 to always fail with ENOSYS. Some functions are actually named
36458 something starting with __ and the normal name is an alias. */
36459 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
36462 char (*f) () = pthread_attr_getschedpolicy;
36471 return f != pthread_attr_getschedpolicy;
36476 rm -f conftest.
$ac_objext conftest
$ac_exeext
36477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36478 (eval $ac_link) 2>conftest.er1
36480 grep -v '^ *+' conftest.er1
>conftest.err
36482 cat conftest.err
>&5
36483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36484 (exit $ac_status); } &&
36485 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36487 (eval $ac_try) 2>&5
36489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36490 (exit $ac_status); }; } &&
36491 { ac_try
='test -s conftest$ac_exeext'
36492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36493 (eval $ac_try) 2>&5
36495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36496 (exit $ac_status); }; }; then
36497 ac_cv_func_pthread_attr_getschedpolicy
=yes
36499 echo "$as_me: failed program was:" >&5
36500 sed 's/^/| /' conftest.
$ac_ext >&5
36502 ac_cv_func_pthread_attr_getschedpolicy
=no
36504 rm -f conftest.err conftest.
$ac_objext \
36505 conftest
$ac_exeext conftest.
$ac_ext
36507 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
36508 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
36509 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
36510 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
36511 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
36512 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
36513 echo $ECHO_N "(cached) $ECHO_C" >&6
36515 cat >conftest.
$ac_ext <<_ACEOF
36518 cat confdefs.h
>>conftest.
$ac_ext
36519 cat >>conftest.
$ac_ext <<_ACEOF
36520 /* end confdefs.h. */
36521 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
36522 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36523 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
36525 /* System header to define __stub macros and hopefully few prototypes,
36526 which can conflict with char pthread_attr_setschedparam (); below.
36527 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36528 <limits.h> exists even on freestanding compilers. */
36531 # include <limits.h>
36533 # include <assert.h>
36536 #undef pthread_attr_setschedparam
36538 /* Override any gcc2 internal prototype to avoid an error. */
36543 /* We use char because int might match the return type of a gcc2
36544 builtin and then its argument prototype would still apply. */
36545 char pthread_attr_setschedparam ();
36546 /* The GNU C library defines this for functions which it implements
36547 to always fail with ENOSYS. Some functions are actually named
36548 something starting with __ and the normal name is an alias. */
36549 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
36552 char (*f) () = pthread_attr_setschedparam;
36561 return f != pthread_attr_setschedparam;
36566 rm -f conftest.
$ac_objext conftest
$ac_exeext
36567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36568 (eval $ac_link) 2>conftest.er1
36570 grep -v '^ *+' conftest.er1
>conftest.err
36572 cat conftest.err
>&5
36573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36574 (exit $ac_status); } &&
36575 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36577 (eval $ac_try) 2>&5
36579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36580 (exit $ac_status); }; } &&
36581 { ac_try
='test -s conftest$ac_exeext'
36582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36583 (eval $ac_try) 2>&5
36585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36586 (exit $ac_status); }; }; then
36587 ac_cv_func_pthread_attr_setschedparam
=yes
36589 echo "$as_me: failed program was:" >&5
36590 sed 's/^/| /' conftest.
$ac_ext >&5
36592 ac_cv_func_pthread_attr_setschedparam
=no
36594 rm -f conftest.err conftest.
$ac_objext \
36595 conftest
$ac_exeext conftest.
$ac_ext
36597 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
36598 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
36599 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
36600 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
36601 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
36602 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
36603 echo $ECHO_N "(cached) $ECHO_C" >&6
36605 cat >conftest.
$ac_ext <<_ACEOF
36608 cat confdefs.h
>>conftest.
$ac_ext
36609 cat >>conftest.
$ac_ext <<_ACEOF
36610 /* end confdefs.h. */
36611 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
36612 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36613 #define sched_get_priority_max innocuous_sched_get_priority_max
36615 /* System header to define __stub macros and hopefully few prototypes,
36616 which can conflict with char sched_get_priority_max (); below.
36617 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36618 <limits.h> exists even on freestanding compilers. */
36621 # include <limits.h>
36623 # include <assert.h>
36626 #undef sched_get_priority_max
36628 /* Override any gcc2 internal prototype to avoid an error. */
36633 /* We use char because int might match the return type of a gcc2
36634 builtin and then its argument prototype would still apply. */
36635 char sched_get_priority_max ();
36636 /* The GNU C library defines this for functions which it implements
36637 to always fail with ENOSYS. Some functions are actually named
36638 something starting with __ and the normal name is an alias. */
36639 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
36642 char (*f) () = sched_get_priority_max;
36651 return f != sched_get_priority_max;
36656 rm -f conftest.
$ac_objext conftest
$ac_exeext
36657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36658 (eval $ac_link) 2>conftest.er1
36660 grep -v '^ *+' conftest.er1
>conftest.err
36662 cat conftest.err
>&5
36663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36664 (exit $ac_status); } &&
36665 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36667 (eval $ac_try) 2>&5
36669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36670 (exit $ac_status); }; } &&
36671 { ac_try
='test -s conftest$ac_exeext'
36672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36673 (eval $ac_try) 2>&5
36675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36676 (exit $ac_status); }; }; then
36677 ac_cv_func_sched_get_priority_max
=yes
36679 echo "$as_me: failed program was:" >&5
36680 sed 's/^/| /' conftest.
$ac_ext >&5
36682 ac_cv_func_sched_get_priority_max
=no
36684 rm -f conftest.err conftest.
$ac_objext \
36685 conftest
$ac_exeext conftest.
$ac_ext
36687 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
36688 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
36689 if test $ac_cv_func_sched_get_priority_max = yes; then
36692 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
36693 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
36694 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
36695 echo $ECHO_N "(cached) $ECHO_C" >&6
36697 ac_check_lib_save_LIBS
=$LIBS
36698 LIBS
="-lposix4 $LIBS"
36699 cat >conftest.
$ac_ext <<_ACEOF
36702 cat confdefs.h
>>conftest.
$ac_ext
36703 cat >>conftest.
$ac_ext <<_ACEOF
36704 /* end confdefs.h. */
36706 /* Override any gcc2 internal prototype to avoid an error. */
36710 /* We use char because int might match the return type of a gcc2
36711 builtin and then its argument prototype would still apply. */
36712 char sched_get_priority_max ();
36716 sched_get_priority_max ();
36721 rm -f conftest.
$ac_objext conftest
$ac_exeext
36722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36723 (eval $ac_link) 2>conftest.er1
36725 grep -v '^ *+' conftest.er1
>conftest.err
36727 cat conftest.err
>&5
36728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36729 (exit $ac_status); } &&
36730 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36732 (eval $ac_try) 2>&5
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); }; } &&
36736 { ac_try
='test -s conftest$ac_exeext'
36737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36738 (eval $ac_try) 2>&5
36740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36741 (exit $ac_status); }; }; then
36742 ac_cv_lib_posix4_sched_get_priority_max
=yes
36744 echo "$as_me: failed program was:" >&5
36745 sed 's/^/| /' conftest.
$ac_ext >&5
36747 ac_cv_lib_posix4_sched_get_priority_max
=no
36749 rm -f conftest.err conftest.
$ac_objext \
36750 conftest
$ac_exeext conftest.
$ac_ext
36751 LIBS
=$ac_check_lib_save_LIBS
36753 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
36754 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
36755 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
36758 POSIX4_LINK
=" -lposix4"
36772 if test "$HAVE_PRIOR_FUNCS" = 1; then
36773 cat >>confdefs.h
<<\_ACEOF
36774 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
36778 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
36779 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
36782 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
36783 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
36784 if test "${ac_cv_func_pthread_cancel+set}" = set; then
36785 echo $ECHO_N "(cached) $ECHO_C" >&6
36787 cat >conftest.
$ac_ext <<_ACEOF
36790 cat confdefs.h
>>conftest.
$ac_ext
36791 cat >>conftest.
$ac_ext <<_ACEOF
36792 /* end confdefs.h. */
36793 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
36794 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36795 #define pthread_cancel innocuous_pthread_cancel
36797 /* System header to define __stub macros and hopefully few prototypes,
36798 which can conflict with char pthread_cancel (); below.
36799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36800 <limits.h> exists even on freestanding compilers. */
36803 # include <limits.h>
36805 # include <assert.h>
36808 #undef pthread_cancel
36810 /* Override any gcc2 internal prototype to avoid an error. */
36815 /* We use char because int might match the return type of a gcc2
36816 builtin and then its argument prototype would still apply. */
36817 char pthread_cancel ();
36818 /* The GNU C library defines this for functions which it implements
36819 to always fail with ENOSYS. Some functions are actually named
36820 something starting with __ and the normal name is an alias. */
36821 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
36824 char (*f) () = pthread_cancel;
36833 return f != pthread_cancel;
36838 rm -f conftest.
$ac_objext conftest
$ac_exeext
36839 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36840 (eval $ac_link) 2>conftest.er1
36842 grep -v '^ *+' conftest.er1
>conftest.err
36844 cat conftest.err
>&5
36845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36846 (exit $ac_status); } &&
36847 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36849 (eval $ac_try) 2>&5
36851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36852 (exit $ac_status); }; } &&
36853 { ac_try
='test -s conftest$ac_exeext'
36854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36855 (eval $ac_try) 2>&5
36857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36858 (exit $ac_status); }; }; then
36859 ac_cv_func_pthread_cancel
=yes
36861 echo "$as_me: failed program was:" >&5
36862 sed 's/^/| /' conftest.
$ac_ext >&5
36864 ac_cv_func_pthread_cancel
=no
36866 rm -f conftest.err conftest.
$ac_objext \
36867 conftest
$ac_exeext conftest.
$ac_ext
36869 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
36870 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
36871 if test $ac_cv_func_pthread_cancel = yes; then
36872 cat >>confdefs.h
<<\_ACEOF
36873 #define HAVE_PTHREAD_CANCEL 1
36877 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
36878 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
36882 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
36883 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
36884 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
36885 echo $ECHO_N "(cached) $ECHO_C" >&6
36887 cat >conftest.
$ac_ext <<_ACEOF
36890 cat confdefs.h
>>conftest.
$ac_ext
36891 cat >>conftest.
$ac_ext <<_ACEOF
36892 /* end confdefs.h. */
36893 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
36894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36895 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
36897 /* System header to define __stub macros and hopefully few prototypes,
36898 which can conflict with char pthread_attr_setstacksize (); below.
36899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36900 <limits.h> exists even on freestanding compilers. */
36903 # include <limits.h>
36905 # include <assert.h>
36908 #undef pthread_attr_setstacksize
36910 /* Override any gcc2 internal prototype to avoid an error. */
36915 /* We use char because int might match the return type of a gcc2
36916 builtin and then its argument prototype would still apply. */
36917 char pthread_attr_setstacksize ();
36918 /* The GNU C library defines this for functions which it implements
36919 to always fail with ENOSYS. Some functions are actually named
36920 something starting with __ and the normal name is an alias. */
36921 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
36924 char (*f) () = pthread_attr_setstacksize;
36933 return f != pthread_attr_setstacksize;
36938 rm -f conftest.
$ac_objext conftest
$ac_exeext
36939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36940 (eval $ac_link) 2>conftest.er1
36942 grep -v '^ *+' conftest.er1
>conftest.err
36944 cat conftest.err
>&5
36945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36946 (exit $ac_status); } &&
36947 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36949 (eval $ac_try) 2>&5
36951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36952 (exit $ac_status); }; } &&
36953 { ac_try
='test -s conftest$ac_exeext'
36954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36955 (eval $ac_try) 2>&5
36957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36958 (exit $ac_status); }; }; then
36959 ac_cv_func_pthread_attr_setstacksize
=yes
36961 echo "$as_me: failed program was:" >&5
36962 sed 's/^/| /' conftest.
$ac_ext >&5
36964 ac_cv_func_pthread_attr_setstacksize
=no
36966 rm -f conftest.err conftest.
$ac_objext \
36967 conftest
$ac_exeext conftest.
$ac_ext
36969 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
36970 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
36971 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
36972 cat >>confdefs.h
<<\_ACEOF
36973 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
36980 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
36981 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
36982 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
36983 echo $ECHO_N "(cached) $ECHO_C" >&6
36986 cat >conftest.
$ac_ext <<_ACEOF
36989 cat confdefs.h
>>conftest.
$ac_ext
36990 cat >>conftest.
$ac_ext <<_ACEOF
36991 /* end confdefs.h. */
36992 #include <pthread.h>
36997 pthread_mutexattr_t attr;
36998 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
37004 rm -f conftest.
$ac_objext
37005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37006 (eval $ac_compile) 2>conftest.er1
37008 grep -v '^ *+' conftest.er1
>conftest.err
37010 cat conftest.err
>&5
37011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37012 (exit $ac_status); } &&
37013 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37015 (eval $ac_try) 2>&5
37017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37018 (exit $ac_status); }; } &&
37019 { ac_try
='test -s conftest.$ac_objext'
37020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37021 (eval $ac_try) 2>&5
37023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37024 (exit $ac_status); }; }; then
37026 wx_cv_type_pthread_mutexattr_t
=yes
37029 echo "$as_me: failed program was:" >&5
37030 sed 's/^/| /' conftest.
$ac_ext >&5
37033 wx_cv_type_pthread_mutexattr_t
=no
37037 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37040 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
37041 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
37043 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
37044 cat >>confdefs.h
<<\_ACEOF
37045 #define HAVE_PTHREAD_MUTEXATTR_T 1
37049 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
37050 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
37051 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
37052 echo $ECHO_N "(cached) $ECHO_C" >&6
37055 cat >conftest.
$ac_ext <<_ACEOF
37058 cat confdefs.h
>>conftest.
$ac_ext
37059 cat >>conftest.
$ac_ext <<_ACEOF
37060 /* end confdefs.h. */
37061 #include <pthread.h>
37066 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
37072 rm -f conftest.
$ac_objext
37073 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37074 (eval $ac_compile) 2>conftest.er1
37076 grep -v '^ *+' conftest.er1
>conftest.err
37078 cat conftest.err
>&5
37079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37080 (exit $ac_status); } &&
37081 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37083 (eval $ac_try) 2>&5
37085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37086 (exit $ac_status); }; } &&
37087 { ac_try
='test -s conftest.$ac_objext'
37088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37089 (eval $ac_try) 2>&5
37091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37092 (exit $ac_status); }; }; then
37094 wx_cv_type_pthread_rec_mutex_init
=yes
37097 echo "$as_me: failed program was:" >&5
37098 sed 's/^/| /' conftest.
$ac_ext >&5
37101 wx_cv_type_pthread_rec_mutex_init
=no
37105 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37108 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
37109 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
37110 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
37111 cat >>confdefs.h
<<\_ACEOF
37112 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
37116 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
37117 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
37123 if test "$wxUSE_THREADS" = "yes" ; then
37126 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
37127 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
37128 if test "${wx_cv_cflags_mthread+set}" = set; then
37129 echo $ECHO_N "(cached) $ECHO_C" >&6
37132 CFLAGS_OLD
="$CFLAGS"
37133 CFLAGS
="$CFLAGS -mthreads"
37134 cat >conftest.
$ac_ext <<_ACEOF
37137 cat confdefs.h
>>conftest.
$ac_ext
37138 cat >>conftest.
$ac_ext <<_ACEOF
37139 /* end confdefs.h. */
37149 rm -f conftest.
$ac_objext
37150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37151 (eval $ac_compile) 2>conftest.er1
37153 grep -v '^ *+' conftest.er1
>conftest.err
37155 cat conftest.err
>&5
37156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37157 (exit $ac_status); } &&
37158 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37160 (eval $ac_try) 2>&5
37162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37163 (exit $ac_status); }; } &&
37164 { ac_try
='test -s conftest.$ac_objext'
37165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37166 (eval $ac_try) 2>&5
37168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37169 (exit $ac_status); }; }; then
37170 wx_cv_cflags_mthread
=yes
37172 echo "$as_me: failed program was:" >&5
37173 sed 's/^/| /' conftest.
$ac_ext >&5
37175 wx_cv_cflags_mthread
=no
37178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37182 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
37183 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
37185 if test "$wx_cv_cflags_mthread" = "yes"; then
37186 CXXFLAGS
="$CXXFLAGS -mthreads"
37187 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
37188 LDFLAGS
="$LDFLAGS -mthreads"
37190 CFLAGS
="$CFLAGS_OLD"
37194 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
37195 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
37196 LDFLAGS
="$LDFLAGS -Zmt"
37202 if test "$wxUSE_THREADS" = "yes"; then
37203 cat >>confdefs.h
<<\_ACEOF
37204 #define wxUSE_THREADS 1
37208 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
37210 if test "$ac_cv_func_strtok_r" = "yes"; then
37211 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
37212 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
37213 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
37214 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
37215 echo "$as_me:$LINENO: result: yes" >&5
37216 echo "${ECHO_T}yes" >&6
37218 echo "$as_me:$LINENO: result: no" >&5
37219 echo "${ECHO_T}no" >&6
37224 if test "$WXGTK20" = 1 ; then
37225 cat >>confdefs.h
<<_ACEOF
37226 #define __WXGTK20__ $WXGTK20
37232 if test "$WXGTK12" = 1 ; then
37233 cat >>confdefs.h
<<_ACEOF
37234 #define __WXGTK12__ $WXGTK12
37239 if test "$WXGTK127" = 1 ; then
37240 cat >>confdefs.h
<<_ACEOF
37241 #define __WXGTK127__ $WXGTK127
37246 if test "$WXGPE" = 1 ; then
37247 cat >>confdefs.h
<<_ACEOF
37248 #define __WXGPE__ $WXGPE
37255 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
37260 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
37261 wxUSE_DEBUG_INFO
=yes
37262 if test "$GCC" = yes; then
37267 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
37268 cat >>confdefs.h
<<\_ACEOF
37272 WXDEBUG_DEFINE
="-D__WXDEBUG__"
37274 if test "$wxUSE_GTK" = 1 ; then
37275 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
37279 if test "$wxUSE_MEM_TRACING" = "yes" ; then
37280 cat >>confdefs.h
<<\_ACEOF
37281 #define wxUSE_MEMORY_TRACING 1
37284 cat >>confdefs.h
<<\_ACEOF
37285 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
37288 cat >>confdefs.h
<<\_ACEOF
37289 #define wxUSE_DEBUG_NEW_ALWAYS 1
37292 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
37295 if test "$wxUSE_DMALLOC" = "yes" ; then
37296 DMALLOC_LIBS
="-ldmallocthcxx"
37300 if test "$wxUSE_PROFILE" = "yes" ; then
37305 CODE_GEN_FLAGS_CXX
=
37306 if test "$GCC" = "yes" ; then
37307 if test "$wxUSE_NO_RTTI" = "yes" ; then
37308 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
37310 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
37311 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
37313 if test "$wxUSE_PERMISSIVE" = "yes" ; then
37314 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
37319 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
37322 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
37328 if test "$wxUSE_OPTIMISE" = "no" ; then
37329 if test "$GCC" = yes ; then
37333 if test "$GCC" = yes ; then
37337 i586
-*-*|i686
-*-* )
37338 OPTIMISE
="${OPTIMISE} "
37347 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
37348 cat >>confdefs.h
<<\_ACEOF
37349 #define WXWIN_COMPATIBILITY_2_2 1
37353 WXWIN_COMPATIBILITY_2_4
="yes"
37356 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
37357 cat >>confdefs.h
<<\_ACEOF
37358 #define WXWIN_COMPATIBILITY_2_4 1
37364 if test "$wxUSE_GUI" = "yes"; then
37365 cat >>confdefs.h
<<\_ACEOF
37366 #define wxUSE_GUI 1
37373 if test "$wxUSE_UNIX" = "yes"; then
37374 cat >>confdefs.h
<<\_ACEOF
37375 #define wxUSE_UNIX 1
37381 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
37385 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
37386 if test "$USE_DARWIN" = 1; then
37388 elif test "$USE_DOS" = 1; then
37392 for ac_func
in dlopen
37394 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37395 echo "$as_me:$LINENO: checking for $ac_func" >&5
37396 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37397 if eval "test \"\${$as_ac_var+set}\" = set"; then
37398 echo $ECHO_N "(cached) $ECHO_C" >&6
37400 cat >conftest.
$ac_ext <<_ACEOF
37403 cat confdefs.h
>>conftest.
$ac_ext
37404 cat >>conftest.
$ac_ext <<_ACEOF
37405 /* end confdefs.h. */
37406 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37407 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37408 #define $ac_func innocuous_$ac_func
37410 /* System header to define __stub macros and hopefully few prototypes,
37411 which can conflict with char $ac_func (); below.
37412 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37413 <limits.h> exists even on freestanding compilers. */
37416 # include <limits.h>
37418 # include <assert.h>
37423 /* Override any gcc2 internal prototype to avoid an error. */
37428 /* We use char because int might match the return type of a gcc2
37429 builtin and then its argument prototype would still apply. */
37431 /* The GNU C library defines this for functions which it implements
37432 to always fail with ENOSYS. Some functions are actually named
37433 something starting with __ and the normal name is an alias. */
37434 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37437 char (*f) () = $ac_func;
37446 return f != $ac_func;
37451 rm -f conftest.
$ac_objext conftest
$ac_exeext
37452 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37453 (eval $ac_link) 2>conftest.er1
37455 grep -v '^ *+' conftest.er1
>conftest.err
37457 cat conftest.err
>&5
37458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37459 (exit $ac_status); } &&
37460 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37462 (eval $ac_try) 2>&5
37464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37465 (exit $ac_status); }; } &&
37466 { ac_try
='test -s conftest$ac_exeext'
37467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37468 (eval $ac_try) 2>&5
37470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37471 (exit $ac_status); }; }; then
37472 eval "$as_ac_var=yes"
37474 echo "$as_me: failed program was:" >&5
37475 sed 's/^/| /' conftest.
$ac_ext >&5
37477 eval "$as_ac_var=no"
37479 rm -f conftest.err conftest.
$ac_objext \
37480 conftest
$ac_exeext conftest.
$ac_ext
37482 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37483 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37484 if test `eval echo '${'$as_ac_var'}'` = yes; then
37485 cat >>confdefs.h
<<_ACEOF
37486 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37489 cat >>confdefs.h
<<\_ACEOF
37490 #define HAVE_DLOPEN 1
37497 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
37498 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
37499 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
37500 echo $ECHO_N "(cached) $ECHO_C" >&6
37502 ac_check_lib_save_LIBS
=$LIBS
37504 cat >conftest.
$ac_ext <<_ACEOF
37507 cat confdefs.h
>>conftest.
$ac_ext
37508 cat >>conftest.
$ac_ext <<_ACEOF
37509 /* end confdefs.h. */
37511 /* Override any gcc2 internal prototype to avoid an error. */
37515 /* We use char because int might match the return type of a gcc2
37516 builtin and then its argument prototype would still apply. */
37526 rm -f conftest.
$ac_objext conftest
$ac_exeext
37527 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37528 (eval $ac_link) 2>conftest.er1
37530 grep -v '^ *+' conftest.er1
>conftest.err
37532 cat conftest.err
>&5
37533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37534 (exit $ac_status); } &&
37535 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37537 (eval $ac_try) 2>&5
37539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37540 (exit $ac_status); }; } &&
37541 { ac_try
='test -s conftest$ac_exeext'
37542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37543 (eval $ac_try) 2>&5
37545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37546 (exit $ac_status); }; }; then
37547 ac_cv_lib_dl_dlopen
=yes
37549 echo "$as_me: failed program was:" >&5
37550 sed 's/^/| /' conftest.
$ac_ext >&5
37552 ac_cv_lib_dl_dlopen
=no
37554 rm -f conftest.err conftest.
$ac_objext \
37555 conftest
$ac_exeext conftest.
$ac_ext
37556 LIBS
=$ac_check_lib_save_LIBS
37558 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
37559 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
37560 if test $ac_cv_lib_dl_dlopen = yes; then
37562 cat >>confdefs.h
<<\_ACEOF
37563 #define HAVE_DLOPEN 1
37567 DL_LINK
=" -ldl$DL_LINK"
37572 for ac_func
in shl_load
37574 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37575 echo "$as_me:$LINENO: checking for $ac_func" >&5
37576 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37577 if eval "test \"\${$as_ac_var+set}\" = set"; then
37578 echo $ECHO_N "(cached) $ECHO_C" >&6
37580 cat >conftest.
$ac_ext <<_ACEOF
37583 cat confdefs.h
>>conftest.
$ac_ext
37584 cat >>conftest.
$ac_ext <<_ACEOF
37585 /* end confdefs.h. */
37586 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37587 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37588 #define $ac_func innocuous_$ac_func
37590 /* System header to define __stub macros and hopefully few prototypes,
37591 which can conflict with char $ac_func (); below.
37592 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37593 <limits.h> exists even on freestanding compilers. */
37596 # include <limits.h>
37598 # include <assert.h>
37603 /* Override any gcc2 internal prototype to avoid an error. */
37608 /* We use char because int might match the return type of a gcc2
37609 builtin and then its argument prototype would still apply. */
37611 /* The GNU C library defines this for functions which it implements
37612 to always fail with ENOSYS. Some functions are actually named
37613 something starting with __ and the normal name is an alias. */
37614 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37617 char (*f) () = $ac_func;
37626 return f != $ac_func;
37631 rm -f conftest.
$ac_objext conftest
$ac_exeext
37632 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37633 (eval $ac_link) 2>conftest.er1
37635 grep -v '^ *+' conftest.er1
>conftest.err
37637 cat conftest.err
>&5
37638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37639 (exit $ac_status); } &&
37640 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37642 (eval $ac_try) 2>&5
37644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37645 (exit $ac_status); }; } &&
37646 { ac_try
='test -s conftest$ac_exeext'
37647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37648 (eval $ac_try) 2>&5
37650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37651 (exit $ac_status); }; }; then
37652 eval "$as_ac_var=yes"
37654 echo "$as_me: failed program was:" >&5
37655 sed 's/^/| /' conftest.
$ac_ext >&5
37657 eval "$as_ac_var=no"
37659 rm -f conftest.err conftest.
$ac_objext \
37660 conftest
$ac_exeext conftest.
$ac_ext
37662 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37663 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37664 if test `eval echo '${'$as_ac_var'}'` = yes; then
37665 cat >>confdefs.h
<<_ACEOF
37666 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37669 cat >>confdefs.h
<<\_ACEOF
37670 #define HAVE_SHL_LOAD 1
37677 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
37678 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
37679 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
37680 echo $ECHO_N "(cached) $ECHO_C" >&6
37682 ac_check_lib_save_LIBS
=$LIBS
37683 LIBS
="-lshl_load $LIBS"
37684 cat >conftest.
$ac_ext <<_ACEOF
37687 cat confdefs.h
>>conftest.
$ac_ext
37688 cat >>conftest.
$ac_ext <<_ACEOF
37689 /* end confdefs.h. */
37691 /* Override any gcc2 internal prototype to avoid an error. */
37695 /* We use char because int might match the return type of a gcc2
37696 builtin and then its argument prototype would still apply. */
37706 rm -f conftest.
$ac_objext conftest
$ac_exeext
37707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37708 (eval $ac_link) 2>conftest.er1
37710 grep -v '^ *+' conftest.er1
>conftest.err
37712 cat conftest.err
>&5
37713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37714 (exit $ac_status); } &&
37715 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37717 (eval $ac_try) 2>&5
37719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37720 (exit $ac_status); }; } &&
37721 { ac_try
='test -s conftest$ac_exeext'
37722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37723 (eval $ac_try) 2>&5
37725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37726 (exit $ac_status); }; }; then
37727 ac_cv_lib_shl_load_dld
=yes
37729 echo "$as_me: failed program was:" >&5
37730 sed 's/^/| /' conftest.
$ac_ext >&5
37732 ac_cv_lib_shl_load_dld
=no
37734 rm -f conftest.err conftest.
$ac_objext \
37735 conftest
$ac_exeext conftest.
$ac_ext
37736 LIBS
=$ac_check_lib_save_LIBS
37738 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
37739 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
37740 if test $ac_cv_lib_shl_load_dld = yes; then
37743 DL_LINK
=" -ldld$DL_LINK"
37759 if test "$HAVE_DL_FUNCS" = 1; then
37761 for ac_func
in dlerror
37763 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37764 echo "$as_me:$LINENO: checking for $ac_func" >&5
37765 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37766 if eval "test \"\${$as_ac_var+set}\" = set"; then
37767 echo $ECHO_N "(cached) $ECHO_C" >&6
37769 cat >conftest.
$ac_ext <<_ACEOF
37772 cat confdefs.h
>>conftest.
$ac_ext
37773 cat >>conftest.
$ac_ext <<_ACEOF
37774 /* end confdefs.h. */
37775 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37777 #define $ac_func innocuous_$ac_func
37779 /* System header to define __stub macros and hopefully few prototypes,
37780 which can conflict with char $ac_func (); below.
37781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37782 <limits.h> exists even on freestanding compilers. */
37785 # include <limits.h>
37787 # include <assert.h>
37792 /* Override any gcc2 internal prototype to avoid an error. */
37797 /* We use char because int might match the return type of a gcc2
37798 builtin and then its argument prototype would still apply. */
37800 /* The GNU C library defines this for functions which it implements
37801 to always fail with ENOSYS. Some functions are actually named
37802 something starting with __ and the normal name is an alias. */
37803 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37806 char (*f) () = $ac_func;
37815 return f != $ac_func;
37820 rm -f conftest.
$ac_objext conftest
$ac_exeext
37821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37822 (eval $ac_link) 2>conftest.er1
37824 grep -v '^ *+' conftest.er1
>conftest.err
37826 cat conftest.err
>&5
37827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37828 (exit $ac_status); } &&
37829 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37831 (eval $ac_try) 2>&5
37833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37834 (exit $ac_status); }; } &&
37835 { ac_try
='test -s conftest$ac_exeext'
37836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37837 (eval $ac_try) 2>&5
37839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37840 (exit $ac_status); }; }; then
37841 eval "$as_ac_var=yes"
37843 echo "$as_me: failed program was:" >&5
37844 sed 's/^/| /' conftest.
$ac_ext >&5
37846 eval "$as_ac_var=no"
37848 rm -f conftest.err conftest.
$ac_objext \
37849 conftest
$ac_exeext conftest.
$ac_ext
37851 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37852 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37853 if test `eval echo '${'$as_ac_var'}'` = yes; then
37854 cat >>confdefs.h
<<_ACEOF
37855 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37857 cat >>confdefs.h
<<\_ACEOF
37858 #define HAVE_DLERROR 1
37863 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
37864 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
37865 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
37866 echo $ECHO_N "(cached) $ECHO_C" >&6
37868 ac_check_lib_save_LIBS
=$LIBS
37870 cat >conftest.
$ac_ext <<_ACEOF
37873 cat confdefs.h
>>conftest.
$ac_ext
37874 cat >>conftest.
$ac_ext <<_ACEOF
37875 /* end confdefs.h. */
37877 /* Override any gcc2 internal prototype to avoid an error. */
37881 /* We use char because int might match the return type of a gcc2
37882 builtin and then its argument prototype would still apply. */
37892 rm -f conftest.
$ac_objext conftest
$ac_exeext
37893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37894 (eval $ac_link) 2>conftest.er1
37896 grep -v '^ *+' conftest.er1
>conftest.err
37898 cat conftest.err
>&5
37899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37900 (exit $ac_status); } &&
37901 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37903 (eval $ac_try) 2>&5
37905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37906 (exit $ac_status); }; } &&
37907 { ac_try
='test -s conftest$ac_exeext'
37908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37909 (eval $ac_try) 2>&5
37911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37912 (exit $ac_status); }; }; then
37913 ac_cv_lib_dl_dlerror
=yes
37915 echo "$as_me: failed program was:" >&5
37916 sed 's/^/| /' conftest.
$ac_ext >&5
37918 ac_cv_lib_dl_dlerror
=no
37920 rm -f conftest.err conftest.
$ac_objext \
37921 conftest
$ac_exeext conftest.
$ac_ext
37922 LIBS
=$ac_check_lib_save_LIBS
37924 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
37925 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
37926 if test $ac_cv_lib_dl_dlerror = yes; then
37927 cat >>confdefs.h
<<\_ACEOF
37928 #define HAVE_DLERROR 1
37941 if test "$HAVE_DL_FUNCS" = 0; then
37942 if test "$HAVE_SHL_FUNCS" = 0; then
37943 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
37944 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
37945 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
37946 wxUSE_DYNAMIC_LOADER
=no
37947 wxUSE_DYNLIB_CLASS
=no
37949 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
37950 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
37957 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
37958 cat >>confdefs.h
<<\_ACEOF
37959 #define wxUSE_DYNAMIC_LOADER 1
37963 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
37964 cat >>confdefs.h
<<\_ACEOF
37965 #define wxUSE_DYNLIB_CLASS 1
37972 if test "$wxUSE_PLUGINS" = "yes" ; then
37973 if test "$wxUSE_SHARED" = "no" ; then
37974 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
37975 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
37978 if test "$wxUSE_MONOLITHIC" = "yes" ; then
37979 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
37980 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
37983 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
37984 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
37985 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
37988 if test "$wxUSE_PLUGINS" = "yes" ; then
37989 cat >>confdefs.h
<<\_ACEOF
37990 #define wxUSE_PLUGINS 1
37997 if test "$wxUSE_STL" = "yes"; then
37998 cat >>confdefs.h
<<\_ACEOF
37999 #define wxUSE_STL 1
38004 if test "$wxUSE_APPLE_IEEE" = "yes"; then
38005 cat >>confdefs.h
<<\_ACEOF
38006 #define wxUSE_APPLE_IEEE 1
38011 if test "$wxUSE_TIMER" = "yes"; then
38012 cat >>confdefs.h
<<\_ACEOF
38013 #define wxUSE_TIMER 1
38018 if test "$USE_UNIX" = "1" ; then
38019 echo "$as_me:$LINENO: checking for ioctl() in sys/soundcard.h" >&5
38020 echo $ECHO_N "checking for ioctl() in sys/soundcard.h... $ECHO_C" >&6
38021 if test "${ac_cv_header_sys_soundcard+set}" = set; then
38022 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. */
38032 #include <sys/soundcard.h>
38038 ioctl(0, SNDCTL_DSP_SYNC, 0);
38044 rm -f conftest.
$ac_objext conftest
$ac_exeext
38045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38046 (eval $ac_link) 2>conftest.er1
38048 grep -v '^ *+' conftest.er1
>conftest.err
38050 cat conftest.err
>&5
38051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38052 (exit $ac_status); } &&
38053 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38055 (eval $ac_try) 2>&5
38057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38058 (exit $ac_status); }; } &&
38059 { ac_try
='test -s conftest$ac_exeext'
38060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38061 (eval $ac_try) 2>&5
38063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38064 (exit $ac_status); }; }; then
38065 ac_cv_header_sys_soundcard
=yes
38067 echo "$as_me: failed program was:" >&5
38068 sed 's/^/| /' conftest.
$ac_ext >&5
38072 LIBS
="$saveLibs -lossaudio"
38073 cat >conftest.
$ac_ext <<_ACEOF
38076 cat confdefs.h
>>conftest.
$ac_ext
38077 cat >>conftest.
$ac_ext <<_ACEOF
38078 /* end confdefs.h. */
38080 #include <sys/soundcard.h>
38086 ioctl(0, SNDCTL_DSP_SYNC, 0);
38092 rm -f conftest.
$ac_objext conftest
$ac_exeext
38093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38094 (eval $ac_link) 2>conftest.er1
38096 grep -v '^ *+' conftest.er1
>conftest.err
38098 cat conftest.err
>&5
38099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38100 (exit $ac_status); } &&
38101 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38103 (eval $ac_try) 2>&5
38105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38106 (exit $ac_status); }; } &&
38107 { ac_try
='test -s conftest$ac_exeext'
38108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38109 (eval $ac_try) 2>&5
38111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38112 (exit $ac_status); }; }; then
38113 ac_cv_header_sys_soundcard
=yes
38115 echo "$as_me: failed program was:" >&5
38116 sed 's/^/| /' conftest.
$ac_ext >&5
38120 ac_cv_header_sys_soundcard
=no
38124 rm -f conftest.err conftest.
$ac_objext \
38125 conftest
$ac_exeext conftest.
$ac_ext
38129 rm -f conftest.err conftest.
$ac_objext \
38130 conftest
$ac_exeext conftest.
$ac_ext
38133 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
38134 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
38136 if test "$ac_cv_header_sys_soundcard" = "yes"; then
38137 cat >>confdefs.h
<<\_ACEOF
38138 #define HAVE_SYS_SOUNDCARD_H 1
38142 DISABLED_CONTRIB
="$DISABLED_CONTRIB mmedia"
38146 if test "$wxUSE_SOUND" = "yes"; then
38147 if test "$USE_UNIX" = "1" ; then
38148 if test "$wxUSE_LIBSDL" != "no"; then
38150 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
38151 if test "${with_sdl_prefix+set}" = set; then
38152 withval
="$with_sdl_prefix"
38153 sdl_prefix
="$withval"
38158 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
38159 if test "${with_sdl_exec_prefix+set}" = set; then
38160 withval
="$with_sdl_exec_prefix"
38161 sdl_exec_prefix
="$withval"
38165 # Check whether --enable-sdltest or --disable-sdltest was given.
38166 if test "${enable_sdltest+set}" = set; then
38167 enableval
="$enable_sdltest"
38173 if test x
$sdl_exec_prefix != x
; then
38174 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
38175 if test x
${SDL_CONFIG+set} != xset
; then
38176 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
38179 if test x
$sdl_prefix != x
; then
38180 sdl_args
="$sdl_args --prefix=$sdl_prefix"
38181 if test x
${SDL_CONFIG+set} != xset
; then
38182 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
38187 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
38188 # Extract the first word of "sdl-config", so it can be a program name with args.
38189 set dummy sdl
-config; ac_word
=$2
38190 echo "$as_me:$LINENO: checking for $ac_word" >&5
38191 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38192 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
38193 echo $ECHO_N "(cached) $ECHO_C" >&6
38195 case $SDL_CONFIG in
38197 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
38200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38201 for as_dir
in $PATH
38204 test -z "$as_dir" && as_dir
=.
38205 for ac_exec_ext
in '' $ac_executable_extensions; do
38206 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38207 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
38208 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38214 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
38218 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
38220 if test -n "$SDL_CONFIG"; then
38221 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
38222 echo "${ECHO_T}$SDL_CONFIG" >&6
38224 echo "$as_me:$LINENO: result: no" >&5
38225 echo "${ECHO_T}no" >&6
38228 min_sdl_version
=1.2.0
38229 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
38230 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
38232 if test "$SDL_CONFIG" = "no" ; then
38235 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
38236 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
38238 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
38239 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
38240 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
38241 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
38242 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
38243 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
38244 if test "x$enable_sdltest" = "xyes" ; then
38245 ac_save_CFLAGS
="$CFLAGS"
38246 ac_save_CXXFLAGS
="$CXXFLAGS"
38247 ac_save_LIBS
="$LIBS"
38248 CFLAGS
="$CFLAGS $SDL_CFLAGS"
38249 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
38250 LIBS
="$LIBS $SDL_LIBS"
38252 if test "$cross_compiling" = yes; then
38253 echo $ac_n "cross compiling; assumed OK... $ac_c"
38255 cat >conftest.
$ac_ext <<_ACEOF
38258 cat confdefs.h
>>conftest.
$ac_ext
38259 cat >>conftest.
$ac_ext <<_ACEOF
38260 /* end confdefs.h. */
38263 #include <stdlib.h>
38264 #include <string.h>
38268 my_strdup (char *str)
38274 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
38275 strcpy (new_str, str);
38283 int main (int argc, char *argv[])
38285 int major, minor, micro;
38288 /* This hangs on some systems (?)
38289 system ("touch conf.sdltest");
38291 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
38293 /* HP/UX 9 (%@#!) writes to sscanf strings */
38294 tmp_version = my_strdup("$min_sdl_version");
38295 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
38296 printf("%s, bad version string\n", "$min_sdl_version");
38300 if (($sdl_major_version > major) ||
38301 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
38302 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
38308 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
38309 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
38310 printf("*** best to upgrade to the required version.\n");
38311 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
38312 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
38313 printf("*** config.cache before re-running configure\n");
38320 rm -f conftest
$ac_exeext
38321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38322 (eval $ac_link) 2>&5
38324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38325 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
38326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38327 (eval $ac_try) 2>&5
38329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38330 (exit $ac_status); }; }; then
38333 echo "$as_me: program exited with status $ac_status" >&5
38334 echo "$as_me: failed program was:" >&5
38335 sed 's/^/| /' conftest.
$ac_ext >&5
38337 ( exit $ac_status )
38340 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
38342 CFLAGS
="$ac_save_CFLAGS"
38343 CXXFLAGS
="$ac_save_CXXFLAGS"
38344 LIBS
="$ac_save_LIBS"
38347 if test "x$no_sdl" = x
; then
38348 echo "$as_me:$LINENO: result: yes" >&5
38349 echo "${ECHO_T}yes" >&6
38351 EXTRALIBS_SDL
="$SDL_LIBS"
38352 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
38353 cat >>confdefs.h
<<\_ACEOF
38354 #define wxUSE_LIBSDL 1
38359 echo "$as_me:$LINENO: result: no" >&5
38360 echo "${ECHO_T}no" >&6
38361 if test "$SDL_CONFIG" = "no" ; then
38362 echo "*** The sdl-config script installed by SDL could not be found"
38363 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
38364 echo "*** your path, or set the SDL_CONFIG environment variable to the"
38365 echo "*** full path to sdl-config."
38367 if test -f conf.sdltest
; then
38370 echo "*** Could not run SDL test program, checking why..."
38371 CFLAGS
="$CFLAGS $SDL_CFLAGS"
38372 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
38373 LIBS
="$LIBS $SDL_LIBS"
38374 cat >conftest.
$ac_ext <<_ACEOF
38377 cat confdefs.h
>>conftest.
$ac_ext
38378 cat >>conftest.
$ac_ext <<_ACEOF
38379 /* end confdefs.h. */
38384 int main(int argc, char *argv[])
38387 #define main K_and_R_C_main
38397 rm -f conftest.
$ac_objext conftest
$ac_exeext
38398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38399 (eval $ac_link) 2>conftest.er1
38401 grep -v '^ *+' conftest.er1
>conftest.err
38403 cat conftest.err
>&5
38404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38405 (exit $ac_status); } &&
38406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38408 (eval $ac_try) 2>&5
38410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38411 (exit $ac_status); }; } &&
38412 { ac_try
='test -s conftest$ac_exeext'
38413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38414 (eval $ac_try) 2>&5
38416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38417 (exit $ac_status); }; }; then
38418 echo "*** The test program compiled, but did not run. This usually means"
38419 echo "*** that the run-time linker is not finding SDL or finding the wrong"
38420 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
38421 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
38422 echo "*** to the installed location Also, make sure you have run ldconfig if that"
38423 echo "*** is required on your system"
38425 echo "*** If you have an old version installed, it is best to remove it, although"
38426 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
38428 echo "$as_me: failed program was:" >&5
38429 sed 's/^/| /' conftest.
$ac_ext >&5
38431 echo "*** The test program failed to compile or link. See the file config.log for the"
38432 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
38433 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
38434 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
38436 rm -f conftest.err conftest.
$ac_objext \
38437 conftest
$ac_exeext conftest.
$ac_ext
38438 CFLAGS
="$ac_save_CFLAGS"
38439 CXXFLAGS
="$ac_save_CXXFLAGS"
38440 LIBS
="$ac_save_LIBS"
38451 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
38457 cat >>confdefs.h
<<\_ACEOF
38458 #define wxUSE_SOUND 1
38461 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
38464 if test "$WXGTK20" = 1; then
38465 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
38466 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
38471 if test -z "$PKG_CONFIG"; then
38472 # Extract the first word of "pkg-config", so it can be a program name with args.
38473 set dummy pkg
-config; ac_word
=$2
38474 echo "$as_me:$LINENO: checking for $ac_word" >&5
38475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38476 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
38477 echo $ECHO_N "(cached) $ECHO_C" >&6
38479 case $PKG_CONFIG in
38481 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
38484 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38485 for as_dir
in $PATH
38488 test -z "$as_dir" && as_dir
=.
38489 for ac_exec_ext
in '' $ac_executable_extensions; do
38490 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38491 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
38492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38498 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
38502 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
38504 if test -n "$PKG_CONFIG"; then
38505 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
38506 echo "${ECHO_T}$PKG_CONFIG" >&6
38508 echo "$as_me:$LINENO: result: no" >&5
38509 echo "${ECHO_T}no" >&6
38514 if test "$PKG_CONFIG" = "no" ; then
38515 echo "*** The pkg-config script could not be found. Make sure it is"
38516 echo "*** in your path, or set the PKG_CONFIG environment variable"
38517 echo "*** to the full path to pkg-config."
38518 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
38520 PKG_CONFIG_MIN_VERSION
=0.9.0
38521 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
38522 echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5
38523 echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6
38525 if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then
38526 echo "$as_me:$LINENO: result: yes" >&5
38527 echo "${ECHO_T}yes" >&6
38530 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5
38531 echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6
38532 LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"`
38533 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5
38534 echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6
38536 echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5
38537 echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6
38538 LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"`
38539 echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5
38540 echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6
38542 LIBGNOMEPRINTUI_CFLAGS
=""
38543 LIBGNOMEPRINTUI_LIBS
=""
38544 ## If we have a custom action on failure, don't print errors, but
38545 ## do set a variable so people can do so.
38546 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
38553 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
38554 echo "*** See http://www.freedesktop.org/software/pkgconfig"
38558 if test $succeeded = yes; then
38560 CXXFLAGS
="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS"
38561 cat >>confdefs.h
<<\_ACEOF
38562 #define wxUSE_LIBGNOMEPRINT 1
38568 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
38569 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
38570 wxUSE_LIBGNOMEPRINT
="no"
38580 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
38581 cat >>confdefs.h
<<\_ACEOF
38582 #define wxUSE_CMDLINE_PARSER 1
38587 if test "$wxUSE_STOPWATCH" = "yes"; then
38588 cat >>confdefs.h
<<\_ACEOF
38589 #define wxUSE_STOPWATCH 1
38594 if test "$wxUSE_DATETIME" = "yes"; then
38595 cat >>confdefs.h
<<\_ACEOF
38596 #define wxUSE_DATETIME 1
38601 if test "$wxUSE_FILE" = "yes"; then
38602 cat >>confdefs.h
<<\_ACEOF
38603 #define wxUSE_FILE 1
38608 if test "$wxUSE_FFILE" = "yes"; then
38609 cat >>confdefs.h
<<\_ACEOF
38610 #define wxUSE_FFILE 1
38615 if test "$wxUSE_FILESYSTEM" = "yes"; then
38616 cat >>confdefs.h
<<\_ACEOF
38617 #define wxUSE_FILESYSTEM 1
38622 if test "$wxUSE_FS_ZIP" = "yes"; then
38623 cat >>confdefs.h
<<\_ACEOF
38624 #define wxUSE_FS_ZIP 1
38629 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
38630 cat >>confdefs.h
<<\_ACEOF
38631 #define wxUSE_ARCHIVE_STREAMS 1
38636 if test "$wxUSE_ZIPSTREAM" = "yes"; then
38637 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
38638 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
38639 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
38640 elif test "$wxUSE_ZLIB" = "no"; then
38641 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
38642 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
38644 cat >>confdefs.h
<<\_ACEOF
38645 #define wxUSE_ZIPSTREAM 1
38651 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38652 if test "$USE_UNIX" != 1; then
38653 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
38654 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
38655 wxUSE_ON_FATAL_EXCEPTION
=no
38657 cat >>confdefs.h
<<\_ACEOF
38658 #define wxUSE_ON_FATAL_EXCEPTION 1
38664 if test "$wxUSE_STACKWALKER" = "yes"; then
38665 cat >>confdefs.h
<<\_ACEOF
38666 #define wxUSE_STACKWALKER 1
38671 if test "$wxUSE_DEBUGREPORT" = "yes"; then
38672 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
38673 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
38674 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
38675 wxUSE_DEBUGREPORT
=no
38677 cat >>confdefs.h
<<\_ACEOF
38678 #define wxUSE_DEBUGREPORT 1
38681 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38682 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
38687 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38688 cat >>confdefs.h
<<\_ACEOF
38689 #define wxUSE_SNGLINST_CHECKER 1
38694 if test "$wxUSE_BUSYINFO" = "yes"; then
38695 cat >>confdefs.h
<<\_ACEOF
38696 #define wxUSE_BUSYINFO 1
38701 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
38702 cat >>confdefs.h
<<\_ACEOF
38703 #define wxUSE_STD_IOSTREAM 1
38708 if test "$wxUSE_STD_STRING" = "yes"; then
38709 cat >>confdefs.h
<<\_ACEOF
38710 #define wxUSE_STD_STRING 1
38715 if test "$wxUSE_STDPATHS" = "yes"; then
38716 cat >>confdefs.h
<<\_ACEOF
38717 #define wxUSE_STDPATHS 1
38722 if test "$wxUSE_TEXTBUFFER" = "yes"; then
38723 cat >>confdefs.h
<<\_ACEOF
38724 #define wxUSE_TEXTBUFFER 1
38729 if test "$wxUSE_TEXTFILE" = "yes"; then
38730 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
38731 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
38732 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
38734 cat >>confdefs.h
<<\_ACEOF
38735 #define wxUSE_TEXTFILE 1
38741 if test "$wxUSE_CONFIG" = "yes" ; then
38742 if test "$wxUSE_TEXTFILE" != "yes"; then
38743 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
38744 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
38746 cat >>confdefs.h
<<\_ACEOF
38747 #define wxUSE_CONFIG 1
38750 cat >>confdefs.h
<<\_ACEOF
38751 #define wxUSE_CONFIG_NATIVE 1
38754 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
38758 if test "$wxUSE_INTL" = "yes" ; then
38759 if test "$wxUSE_FILE" != "yes"; then
38760 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
38761 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
38763 cat >>confdefs.h
<<\_ACEOF
38764 #define wxUSE_INTL 1
38767 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
38768 GUIDIST
="$GUIDIST INTL_DIST"
38772 if test "$wxUSE_LOG" = "yes"; then
38773 cat >>confdefs.h
<<\_ACEOF
38774 #define wxUSE_LOG 1
38778 if test "$wxUSE_LOGGUI" = "yes"; then
38779 cat >>confdefs.h
<<\_ACEOF
38780 #define wxUSE_LOGGUI 1
38785 if test "$wxUSE_LOGWINDOW" = "yes"; then
38786 cat >>confdefs.h
<<\_ACEOF
38787 #define wxUSE_LOGWINDOW 1
38792 if test "$wxUSE_LOGDIALOG" = "yes"; then
38793 cat >>confdefs.h
<<\_ACEOF
38794 #define wxUSE_LOG_DIALOG 1
38799 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
38802 if test "$wxUSE_LONGLONG" = "yes"; then
38803 cat >>confdefs.h
<<\_ACEOF
38804 #define wxUSE_LONGLONG 1
38809 if test "$wxUSE_GEOMETRY" = "yes"; then
38810 cat >>confdefs.h
<<\_ACEOF
38811 #define wxUSE_GEOMETRY 1
38816 if test "$wxUSE_STREAMS" = "yes" ; then
38817 cat >>confdefs.h
<<\_ACEOF
38818 #define wxUSE_STREAMS 1
38824 if test "$wxUSE_DATETIME" = "yes"; then
38826 for ac_func
in strptime
38828 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38829 echo "$as_me:$LINENO: checking for $ac_func" >&5
38830 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38831 if eval "test \"\${$as_ac_var+set}\" = set"; then
38832 echo $ECHO_N "(cached) $ECHO_C" >&6
38834 cat >conftest.
$ac_ext <<_ACEOF
38837 cat confdefs.h
>>conftest.
$ac_ext
38838 cat >>conftest.
$ac_ext <<_ACEOF
38839 /* end confdefs.h. */
38840 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38841 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38842 #define $ac_func innocuous_$ac_func
38844 /* System header to define __stub macros and hopefully few prototypes,
38845 which can conflict with char $ac_func (); below.
38846 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38847 <limits.h> exists even on freestanding compilers. */
38850 # include <limits.h>
38852 # include <assert.h>
38857 /* Override any gcc2 internal prototype to avoid an error. */
38862 /* We use char because int might match the return type of a gcc2
38863 builtin and then its argument prototype would still apply. */
38865 /* The GNU C library defines this for functions which it implements
38866 to always fail with ENOSYS. Some functions are actually named
38867 something starting with __ and the normal name is an alias. */
38868 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38871 char (*f) () = $ac_func;
38880 return f != $ac_func;
38885 rm -f conftest.
$ac_objext conftest
$ac_exeext
38886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38887 (eval $ac_link) 2>conftest.er1
38889 grep -v '^ *+' conftest.er1
>conftest.err
38891 cat conftest.err
>&5
38892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38893 (exit $ac_status); } &&
38894 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38896 (eval $ac_try) 2>&5
38898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38899 (exit $ac_status); }; } &&
38900 { ac_try
='test -s conftest$ac_exeext'
38901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38902 (eval $ac_try) 2>&5
38904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38905 (exit $ac_status); }; }; then
38906 eval "$as_ac_var=yes"
38908 echo "$as_me: failed program was:" >&5
38909 sed 's/^/| /' conftest.
$ac_ext >&5
38911 eval "$as_ac_var=no"
38913 rm -f conftest.err conftest.
$ac_objext \
38914 conftest
$ac_exeext conftest.
$ac_ext
38916 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38917 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38918 if test `eval echo '${'$as_ac_var'}'` = yes; then
38919 cat >>confdefs.h
<<_ACEOF
38920 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38927 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
38928 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
38929 if test "${wx_cv_var_timezone+set}" = set; then
38930 echo $ECHO_N "(cached) $ECHO_C" >&6
38933 cat >conftest.
$ac_ext <<_ACEOF
38936 cat confdefs.h
>>conftest.
$ac_ext
38937 cat >>conftest.
$ac_ext <<_ACEOF
38938 /* end confdefs.h. */
38953 rm -f conftest.
$ac_objext
38954 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38955 (eval $ac_compile) 2>conftest.er1
38957 grep -v '^ *+' conftest.er1
>conftest.err
38959 cat conftest.err
>&5
38960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38961 (exit $ac_status); } &&
38962 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38964 (eval $ac_try) 2>&5
38966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38967 (exit $ac_status); }; } &&
38968 { ac_try
='test -s conftest.$ac_objext'
38969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38970 (eval $ac_try) 2>&5
38972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38973 (exit $ac_status); }; }; then
38975 wx_cv_var_timezone
=timezone
38978 echo "$as_me: failed program was:" >&5
38979 sed 's/^/| /' conftest.
$ac_ext >&5
38982 cat >conftest.
$ac_ext <<_ACEOF
38985 cat confdefs.h
>>conftest.
$ac_ext
38986 cat >>conftest.
$ac_ext <<_ACEOF
38987 /* end confdefs.h. */
39002 rm -f conftest.
$ac_objext
39003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39004 (eval $ac_compile) 2>conftest.er1
39006 grep -v '^ *+' conftest.er1
>conftest.err
39008 cat conftest.err
>&5
39009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39010 (exit $ac_status); } &&
39011 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39013 (eval $ac_try) 2>&5
39015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39016 (exit $ac_status); }; } &&
39017 { ac_try
='test -s conftest.$ac_objext'
39018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39019 (eval $ac_try) 2>&5
39021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39022 (exit $ac_status); }; }; then
39024 wx_cv_var_timezone
=_timezone
39027 echo "$as_me: failed program was:" >&5
39028 sed 's/^/| /' conftest.
$ac_ext >&5
39031 cat >conftest.
$ac_ext <<_ACEOF
39034 cat confdefs.h
>>conftest.
$ac_ext
39035 cat >>conftest.
$ac_ext <<_ACEOF
39036 /* end confdefs.h. */
39051 rm -f conftest.
$ac_objext
39052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39053 (eval $ac_compile) 2>conftest.er1
39055 grep -v '^ *+' conftest.er1
>conftest.err
39057 cat conftest.err
>&5
39058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39059 (exit $ac_status); } &&
39060 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39062 (eval $ac_try) 2>&5
39064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39065 (exit $ac_status); }; } &&
39066 { ac_try
='test -s conftest.$ac_objext'
39067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39068 (eval $ac_try) 2>&5
39070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39071 (exit $ac_status); }; }; then
39073 wx_cv_var_timezone
=__timezone
39076 echo "$as_me: failed program was:" >&5
39077 sed 's/^/| /' conftest.
$ac_ext >&5
39080 if test "$USE_DOS" = 0 ; then
39081 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
39082 echo "$as_me: WARNING: no timezone variable" >&2;}
39087 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39091 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39095 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39099 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
39100 echo "${ECHO_T}$wx_cv_var_timezone" >&6
39102 if test "x$wx_cv_var_timezone" != x
; then
39103 cat >>confdefs.h
<<_ACEOF
39104 #define WX_TIMEZONE $wx_cv_var_timezone
39110 for ac_func
in localtime
39112 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39113 echo "$as_me:$LINENO: checking for $ac_func" >&5
39114 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39115 if eval "test \"\${$as_ac_var+set}\" = set"; then
39116 echo $ECHO_N "(cached) $ECHO_C" >&6
39118 cat >conftest.
$ac_ext <<_ACEOF
39121 cat confdefs.h
>>conftest.
$ac_ext
39122 cat >>conftest.
$ac_ext <<_ACEOF
39123 /* end confdefs.h. */
39124 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39126 #define $ac_func innocuous_$ac_func
39128 /* System header to define __stub macros and hopefully few prototypes,
39129 which can conflict with char $ac_func (); below.
39130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39131 <limits.h> exists even on freestanding compilers. */
39134 # include <limits.h>
39136 # include <assert.h>
39141 /* Override any gcc2 internal prototype to avoid an error. */
39146 /* We use char because int might match the return type of a gcc2
39147 builtin and then its argument prototype would still apply. */
39149 /* The GNU C library defines this for functions which it implements
39150 to always fail with ENOSYS. Some functions are actually named
39151 something starting with __ and the normal name is an alias. */
39152 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39155 char (*f) () = $ac_func;
39164 return f != $ac_func;
39169 rm -f conftest.
$ac_objext conftest
$ac_exeext
39170 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39171 (eval $ac_link) 2>conftest.er1
39173 grep -v '^ *+' conftest.er1
>conftest.err
39175 cat conftest.err
>&5
39176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39177 (exit $ac_status); } &&
39178 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39180 (eval $ac_try) 2>&5
39182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39183 (exit $ac_status); }; } &&
39184 { ac_try
='test -s conftest$ac_exeext'
39185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39186 (eval $ac_try) 2>&5
39188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39189 (exit $ac_status); }; }; then
39190 eval "$as_ac_var=yes"
39192 echo "$as_me: failed program was:" >&5
39193 sed 's/^/| /' conftest.
$ac_ext >&5
39195 eval "$as_ac_var=no"
39197 rm -f conftest.err conftest.
$ac_objext \
39198 conftest
$ac_exeext conftest.
$ac_ext
39200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39202 if test `eval echo '${'$as_ac_var'}'` = yes; then
39203 cat >>confdefs.h
<<_ACEOF
39204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39211 if test "$ac_cv_func_localtime" = "yes"; then
39212 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
39213 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
39214 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
39215 echo $ECHO_N "(cached) $ECHO_C" >&6
39218 cat >conftest.
$ac_ext <<_ACEOF
39221 cat confdefs.h
>>conftest.
$ac_ext
39222 cat >>conftest.
$ac_ext <<_ACEOF
39223 /* end confdefs.h. */
39238 rm -f conftest.
$ac_objext
39239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39240 (eval $ac_compile) 2>conftest.er1
39242 grep -v '^ *+' conftest.er1
>conftest.err
39244 cat conftest.err
>&5
39245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39246 (exit $ac_status); } &&
39247 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39249 (eval $ac_try) 2>&5
39251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39252 (exit $ac_status); }; } &&
39253 { ac_try
='test -s conftest.$ac_objext'
39254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39255 (eval $ac_try) 2>&5
39257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39258 (exit $ac_status); }; }; then
39260 wx_cv_struct_tm_has_gmtoff
=yes
39263 echo "$as_me: failed program was:" >&5
39264 sed 's/^/| /' conftest.
$ac_ext >&5
39266 wx_cv_struct_tm_has_gmtoff
=no
39269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39272 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
39273 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
39276 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
39277 cat >>confdefs.h
<<\_ACEOF
39278 #define WX_GMTOFF_IN_TM 1
39285 for ac_func
in gettimeofday ftime
39287 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39288 echo "$as_me:$LINENO: checking for $ac_func" >&5
39289 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39290 if eval "test \"\${$as_ac_var+set}\" = set"; then
39291 echo $ECHO_N "(cached) $ECHO_C" >&6
39293 cat >conftest.
$ac_ext <<_ACEOF
39296 cat confdefs.h
>>conftest.
$ac_ext
39297 cat >>conftest.
$ac_ext <<_ACEOF
39298 /* end confdefs.h. */
39299 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39301 #define $ac_func innocuous_$ac_func
39303 /* System header to define __stub macros and hopefully few prototypes,
39304 which can conflict with char $ac_func (); below.
39305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39306 <limits.h> exists even on freestanding compilers. */
39309 # include <limits.h>
39311 # include <assert.h>
39316 /* Override any gcc2 internal prototype to avoid an error. */
39321 /* We use char because int might match the return type of a gcc2
39322 builtin and then its argument prototype would still apply. */
39324 /* The GNU C library defines this for functions which it implements
39325 to always fail with ENOSYS. Some functions are actually named
39326 something starting with __ and the normal name is an alias. */
39327 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39330 char (*f) () = $ac_func;
39339 return f != $ac_func;
39344 rm -f conftest.
$ac_objext conftest
$ac_exeext
39345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39346 (eval $ac_link) 2>conftest.er1
39348 grep -v '^ *+' conftest.er1
>conftest.err
39350 cat conftest.err
>&5
39351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39352 (exit $ac_status); } &&
39353 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39355 (eval $ac_try) 2>&5
39357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39358 (exit $ac_status); }; } &&
39359 { ac_try
='test -s conftest$ac_exeext'
39360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39361 (eval $ac_try) 2>&5
39363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39364 (exit $ac_status); }; }; then
39365 eval "$as_ac_var=yes"
39367 echo "$as_me: failed program was:" >&5
39368 sed 's/^/| /' conftest.
$ac_ext >&5
39370 eval "$as_ac_var=no"
39372 rm -f conftest.err conftest.
$ac_objext \
39373 conftest
$ac_exeext conftest.
$ac_ext
39375 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39376 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39377 if test `eval echo '${'$as_ac_var'}'` = yes; then
39378 cat >>confdefs.h
<<_ACEOF
39379 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39386 if test "$ac_cv_func_gettimeofday" = "yes"; then
39387 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
39388 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
39389 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
39390 echo $ECHO_N "(cached) $ECHO_C" >&6
39396 ac_cpp
='$CXXCPP $CPPFLAGS'
39397 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39398 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39399 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
39402 cat >conftest.
$ac_ext <<_ACEOF
39405 cat confdefs.h
>>conftest.
$ac_ext
39406 cat >>conftest.
$ac_ext <<_ACEOF
39407 /* end confdefs.h. */
39409 #include <sys/time.h>
39410 #include <unistd.h>
39417 gettimeofday(&tv, NULL);
39423 rm -f conftest.
$ac_objext
39424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39425 (eval $ac_compile) 2>conftest.er1
39427 grep -v '^ *+' conftest.er1
>conftest.err
39429 cat conftest.err
>&5
39430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39431 (exit $ac_status); } &&
39432 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39434 (eval $ac_try) 2>&5
39436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39437 (exit $ac_status); }; } &&
39438 { ac_try
='test -s conftest.$ac_objext'
39439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39440 (eval $ac_try) 2>&5
39442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39443 (exit $ac_status); }; }; then
39444 wx_cv_func_gettimeofday_has_2_args
=yes
39446 echo "$as_me: failed program was:" >&5
39447 sed 's/^/| /' conftest.
$ac_ext >&5
39449 cat >conftest.
$ac_ext <<_ACEOF
39452 cat confdefs.h
>>conftest.
$ac_ext
39453 cat >>conftest.
$ac_ext <<_ACEOF
39454 /* end confdefs.h. */
39456 #include <sys/time.h>
39457 #include <unistd.h>
39470 rm -f conftest.
$ac_objext
39471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39472 (eval $ac_compile) 2>conftest.er1
39474 grep -v '^ *+' conftest.er1
>conftest.err
39476 cat conftest.err
>&5
39477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39478 (exit $ac_status); } &&
39479 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39481 (eval $ac_try) 2>&5
39483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39484 (exit $ac_status); }; } &&
39485 { ac_try
='test -s conftest.$ac_objext'
39486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39487 (eval $ac_try) 2>&5
39489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39490 (exit $ac_status); }; }; then
39491 wx_cv_func_gettimeofday_has_2_args
=no
39493 echo "$as_me: failed program was:" >&5
39494 sed 's/^/| /' conftest.
$ac_ext >&5
39497 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
39498 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
39499 wx_cv_func_gettimeofday_has_2_args
=unknown
39503 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39506 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39508 ac_cpp
='$CPP $CPPFLAGS'
39509 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39510 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39511 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
39515 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
39516 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
39518 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
39519 cat >>confdefs.h
<<\_ACEOF
39520 #define WX_GETTIMEOFDAY_NO_TZ 1
39526 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
39530 if test "$wxUSE_SOCKETS" = "yes"; then
39531 if test "$wxUSE_MGL" = "1"; then
39532 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
39533 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
39538 if test "$wxUSE_SOCKETS" = "yes"; then
39539 if test "$TOOLKIT" != "MSW"; then
39540 echo "$as_me:$LINENO: checking for socket" >&5
39541 echo $ECHO_N "checking for socket... $ECHO_C" >&6
39542 if test "${ac_cv_func_socket+set}" = set; then
39543 echo $ECHO_N "(cached) $ECHO_C" >&6
39545 cat >conftest.
$ac_ext <<_ACEOF
39548 cat confdefs.h
>>conftest.
$ac_ext
39549 cat >>conftest.
$ac_ext <<_ACEOF
39550 /* end confdefs.h. */
39551 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
39552 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39553 #define socket innocuous_socket
39555 /* System header to define __stub macros and hopefully few prototypes,
39556 which can conflict with char socket (); below.
39557 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39558 <limits.h> exists even on freestanding compilers. */
39561 # include <limits.h>
39563 # include <assert.h>
39568 /* Override any gcc2 internal prototype to avoid an error. */
39573 /* We use char because int might match the return type of a gcc2
39574 builtin and then its argument prototype would still apply. */
39576 /* The GNU C library defines this for functions which it implements
39577 to always fail with ENOSYS. Some functions are actually named
39578 something starting with __ and the normal name is an alias. */
39579 #if defined (__stub_socket) || defined (__stub___socket)
39582 char (*f) () = socket;
39591 return f != socket;
39596 rm -f conftest.
$ac_objext conftest
$ac_exeext
39597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39598 (eval $ac_link) 2>conftest.er1
39600 grep -v '^ *+' conftest.er1
>conftest.err
39602 cat conftest.err
>&5
39603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39604 (exit $ac_status); } &&
39605 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39607 (eval $ac_try) 2>&5
39609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39610 (exit $ac_status); }; } &&
39611 { ac_try
='test -s conftest$ac_exeext'
39612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39613 (eval $ac_try) 2>&5
39615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39616 (exit $ac_status); }; }; then
39617 ac_cv_func_socket
=yes
39619 echo "$as_me: failed program was:" >&5
39620 sed 's/^/| /' conftest.
$ac_ext >&5
39622 ac_cv_func_socket
=no
39624 rm -f conftest.err conftest.
$ac_objext \
39625 conftest
$ac_exeext conftest.
$ac_ext
39627 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
39628 echo "${ECHO_T}$ac_cv_func_socket" >&6
39629 if test $ac_cv_func_socket = yes; then
39633 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
39634 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
39635 if test "${ac_cv_lib_socket_socket+set}" = set; then
39636 echo $ECHO_N "(cached) $ECHO_C" >&6
39638 ac_check_lib_save_LIBS
=$LIBS
39639 LIBS
="-lsocket $LIBS"
39640 cat >conftest.
$ac_ext <<_ACEOF
39643 cat confdefs.h
>>conftest.
$ac_ext
39644 cat >>conftest.
$ac_ext <<_ACEOF
39645 /* end confdefs.h. */
39647 /* Override any gcc2 internal prototype to avoid an error. */
39651 /* We use char because int might match the return type of a gcc2
39652 builtin and then its argument prototype would still apply. */
39662 rm -f conftest.
$ac_objext conftest
$ac_exeext
39663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39664 (eval $ac_link) 2>conftest.er1
39666 grep -v '^ *+' conftest.er1
>conftest.err
39668 cat conftest.err
>&5
39669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39670 (exit $ac_status); } &&
39671 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39673 (eval $ac_try) 2>&5
39675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39676 (exit $ac_status); }; } &&
39677 { ac_try
='test -s conftest$ac_exeext'
39678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39679 (eval $ac_try) 2>&5
39681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39682 (exit $ac_status); }; }; then
39683 ac_cv_lib_socket_socket
=yes
39685 echo "$as_me: failed program was:" >&5
39686 sed 's/^/| /' conftest.
$ac_ext >&5
39688 ac_cv_lib_socket_socket
=no
39690 rm -f conftest.err conftest.
$ac_objext \
39691 conftest
$ac_exeext conftest.
$ac_ext
39692 LIBS
=$ac_check_lib_save_LIBS
39694 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
39695 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
39696 if test $ac_cv_lib_socket_socket = yes; then
39697 if test "$INET_LINK" != " -lsocket"; then
39698 INET_LINK
="$INET_LINK -lsocket"
39702 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
39703 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
39716 if test "$wxUSE_SOCKETS" = "yes" ; then
39717 if test "$TOOLKIT" != "MSW"; then
39719 ac_cpp
='$CXXCPP $CPPFLAGS'
39720 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39721 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39722 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
39724 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
39725 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
39726 if test "${wx_cv_type_getsockname3+set}" = set; then
39727 echo $ECHO_N "(cached) $ECHO_C" >&6
39730 cat >conftest.
$ac_ext <<_ACEOF
39733 cat confdefs.h
>>conftest.
$ac_ext
39734 cat >>conftest.
$ac_ext <<_ACEOF
39735 /* end confdefs.h. */
39737 #include <sys/types.h>
39738 #include <sys/socket.h>
39745 getsockname(0, 0, &len);
39751 rm -f conftest.
$ac_objext
39752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39753 (eval $ac_compile) 2>conftest.er1
39755 grep -v '^ *+' conftest.er1
>conftest.err
39757 cat conftest.err
>&5
39758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39759 (exit $ac_status); } &&
39760 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39762 (eval $ac_try) 2>&5
39764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39765 (exit $ac_status); }; } &&
39766 { ac_try
='test -s conftest.$ac_objext'
39767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39768 (eval $ac_try) 2>&5
39770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39771 (exit $ac_status); }; }; then
39772 wx_cv_type_getsockname3
=socklen_t
39774 echo "$as_me: failed program was:" >&5
39775 sed 's/^/| /' conftest.
$ac_ext >&5
39778 CFLAGS_OLD
="$CFLAGS"
39779 if test "$GCC" = yes ; then
39780 CFLAGS
="$CFLAGS -Werror"
39783 cat >conftest.
$ac_ext <<_ACEOF
39786 cat confdefs.h
>>conftest.
$ac_ext
39787 cat >>conftest.
$ac_ext <<_ACEOF
39788 /* end confdefs.h. */
39790 #include <sys/types.h>
39791 #include <sys/socket.h>
39798 getsockname(0, 0, &len);
39804 rm -f conftest.
$ac_objext
39805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39806 (eval $ac_compile) 2>conftest.er1
39808 grep -v '^ *+' conftest.er1
>conftest.err
39810 cat conftest.err
>&5
39811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39812 (exit $ac_status); } &&
39813 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39815 (eval $ac_try) 2>&5
39817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39818 (exit $ac_status); }; } &&
39819 { ac_try
='test -s conftest.$ac_objext'
39820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39821 (eval $ac_try) 2>&5
39823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39824 (exit $ac_status); }; }; then
39825 wx_cv_type_getsockname3
=size_t
39827 echo "$as_me: failed program was:" >&5
39828 sed 's/^/| /' conftest.
$ac_ext >&5
39830 cat >conftest.
$ac_ext <<_ACEOF
39833 cat confdefs.h
>>conftest.
$ac_ext
39834 cat >>conftest.
$ac_ext <<_ACEOF
39835 /* end confdefs.h. */
39837 #include <sys/types.h>
39838 #include <sys/socket.h>
39845 getsockname(0, 0, &len);
39851 rm -f conftest.
$ac_objext
39852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39853 (eval $ac_compile) 2>conftest.er1
39855 grep -v '^ *+' conftest.er1
>conftest.err
39857 cat conftest.err
>&5
39858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39859 (exit $ac_status); } &&
39860 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39862 (eval $ac_try) 2>&5
39864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39865 (exit $ac_status); }; } &&
39866 { ac_try
='test -s conftest.$ac_objext'
39867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39868 (eval $ac_try) 2>&5
39870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39871 (exit $ac_status); }; }; then
39872 wx_cv_type_getsockname3
=int
39874 echo "$as_me: failed program was:" >&5
39875 sed 's/^/| /' conftest.
$ac_ext >&5
39877 wx_cv_type_getsockname3
=unknown
39880 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39885 CFLAGS
="$CFLAGS_OLD"
39889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39892 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
39893 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
39895 if test "$wx_cv_type_getsockname3" = "unknown"; then
39897 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
39898 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
39900 cat >>confdefs.h
<<_ACEOF
39901 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
39905 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
39906 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
39907 if test "${wx_cv_type_getsockopt5+set}" = set; then
39908 echo $ECHO_N "(cached) $ECHO_C" >&6
39911 cat >conftest.
$ac_ext <<_ACEOF
39914 cat confdefs.h
>>conftest.
$ac_ext
39915 cat >>conftest.
$ac_ext <<_ACEOF
39916 /* end confdefs.h. */
39918 #include <sys/types.h>
39919 #include <sys/socket.h>
39926 getsockopt(0, 0, 0, 0, &len);
39932 rm -f conftest.
$ac_objext
39933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39934 (eval $ac_compile) 2>conftest.er1
39936 grep -v '^ *+' conftest.er1
>conftest.err
39938 cat conftest.err
>&5
39939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39940 (exit $ac_status); } &&
39941 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39943 (eval $ac_try) 2>&5
39945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39946 (exit $ac_status); }; } &&
39947 { ac_try
='test -s conftest.$ac_objext'
39948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39949 (eval $ac_try) 2>&5
39951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39952 (exit $ac_status); }; }; then
39953 wx_cv_type_getsockopt5
=socklen_t
39955 echo "$as_me: failed program was:" >&5
39956 sed 's/^/| /' conftest.
$ac_ext >&5
39959 CFLAGS_OLD
="$CFLAGS"
39960 if test "$GCC" = yes ; then
39961 CFLAGS
="$CFLAGS -Werror"
39964 cat >conftest.
$ac_ext <<_ACEOF
39967 cat confdefs.h
>>conftest.
$ac_ext
39968 cat >>conftest.
$ac_ext <<_ACEOF
39969 /* end confdefs.h. */
39971 #include <sys/types.h>
39972 #include <sys/socket.h>
39979 getsockopt(0, 0, 0, 0, &len);
39985 rm -f conftest.
$ac_objext
39986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39987 (eval $ac_compile) 2>conftest.er1
39989 grep -v '^ *+' conftest.er1
>conftest.err
39991 cat conftest.err
>&5
39992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39993 (exit $ac_status); } &&
39994 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39996 (eval $ac_try) 2>&5
39998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39999 (exit $ac_status); }; } &&
40000 { ac_try
='test -s conftest.$ac_objext'
40001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40002 (eval $ac_try) 2>&5
40004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40005 (exit $ac_status); }; }; then
40006 wx_cv_type_getsockopt5
=size_t
40008 echo "$as_me: failed program was:" >&5
40009 sed 's/^/| /' conftest.
$ac_ext >&5
40011 cat >conftest.
$ac_ext <<_ACEOF
40014 cat confdefs.h
>>conftest.
$ac_ext
40015 cat >>conftest.
$ac_ext <<_ACEOF
40016 /* end confdefs.h. */
40018 #include <sys/types.h>
40019 #include <sys/socket.h>
40026 getsockopt(0, 0, 0, 0, &len);
40032 rm -f conftest.
$ac_objext
40033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40034 (eval $ac_compile) 2>conftest.er1
40036 grep -v '^ *+' conftest.er1
>conftest.err
40038 cat conftest.err
>&5
40039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40040 (exit $ac_status); } &&
40041 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40043 (eval $ac_try) 2>&5
40045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40046 (exit $ac_status); }; } &&
40047 { ac_try
='test -s conftest.$ac_objext'
40048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40049 (eval $ac_try) 2>&5
40051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40052 (exit $ac_status); }; }; then
40053 wx_cv_type_getsockopt5
=int
40055 echo "$as_me: failed program was:" >&5
40056 sed 's/^/| /' conftest.
$ac_ext >&5
40058 wx_cv_type_getsockopt5
=unknown
40061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40064 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40066 CFLAGS
="$CFLAGS_OLD"
40070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40073 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
40074 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
40076 if test "$wx_cv_type_getsockopt5" = "unknown"; then
40078 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
40079 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
40081 cat >>confdefs.h
<<_ACEOF
40082 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
40087 ac_cpp
='$CPP $CPPFLAGS'
40088 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40089 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40090 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
40095 if test "$wxUSE_SOCKETS" = "yes" ; then
40096 cat >>confdefs.h
<<\_ACEOF
40097 #define wxUSE_SOCKETS 1
40100 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
40103 if test "$wxUSE_PROTOCOL" = "yes"; then
40104 if test "$wxUSE_SOCKETS" != "yes"; then
40105 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
40106 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
40111 if test "$wxUSE_PROTOCOL" = "yes"; then
40112 cat >>confdefs.h
<<\_ACEOF
40113 #define wxUSE_PROTOCOL 1
40117 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
40118 cat >>confdefs.h
<<\_ACEOF
40119 #define wxUSE_PROTOCOL_HTTP 1
40123 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
40124 cat >>confdefs.h
<<\_ACEOF
40125 #define wxUSE_PROTOCOL_FTP 1
40129 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
40130 cat >>confdefs.h
<<\_ACEOF
40131 #define wxUSE_PROTOCOL_FILE 1
40136 if test "$wxUSE_FS_INET" = "yes"; then
40137 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
40138 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
40143 if test "$wxUSE_URL" = "yes"; then
40144 if test "$wxUSE_PROTOCOL" != "yes"; then
40145 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
40146 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
40149 if test "$wxUSE_URL" = "yes"; then
40150 cat >>confdefs.h
<<\_ACEOF
40151 #define wxUSE_URL 1
40157 if test "$wxUSE_FS_INET" = "yes"; then
40158 cat >>confdefs.h
<<\_ACEOF
40159 #define wxUSE_FS_INET 1
40165 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
40168 if test "$TOOLKIT" = "MSW"; then
40171 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
40172 if test "$USE_DARWIN" = 1; then
40173 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
40174 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
40176 ac_cpp
='$CXXCPP $CPPFLAGS'
40177 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40178 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40179 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
40181 cat >conftest.
$ac_ext <<_ACEOF
40184 cat confdefs.h
>>conftest.
$ac_ext
40185 cat >>conftest.
$ac_ext <<_ACEOF
40186 /* end confdefs.h. */
40187 #include <IOKit/hid/IOHIDLib.h>
40191 IOHIDQueueInterface *qi = NULL;
40192 IOHIDCallbackFunction cb = NULL;
40193 qi->setEventCallout(NULL, cb, NULL, NULL);
40198 rm -f conftest.
$ac_objext
40199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40200 (eval $ac_compile) 2>conftest.er1
40202 grep -v '^ *+' conftest.er1
>conftest.err
40204 cat conftest.err
>&5
40205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40206 (exit $ac_status); } &&
40207 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40209 (eval $ac_try) 2>&5
40211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40212 (exit $ac_status); }; } &&
40213 { ac_try
='test -s conftest.$ac_objext'
40214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40215 (eval $ac_try) 2>&5
40217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40218 (exit $ac_status); }; }; then
40222 echo "$as_me: failed program was:" >&5
40223 sed 's/^/| /' conftest.
$ac_ext >&5
40226 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40228 ac_cpp
='$CPP $CPPFLAGS'
40229 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40230 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40231 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
40233 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
40234 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
40239 for ac_header
in linux
/joystick.h
40241 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40242 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40243 echo "$as_me:$LINENO: checking for $ac_header" >&5
40244 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40245 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40246 echo $ECHO_N "(cached) $ECHO_C" >&6
40248 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40249 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40251 # Is the header compilable?
40252 echo "$as_me:$LINENO: checking $ac_header usability" >&5
40253 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
40254 cat >conftest.
$ac_ext <<_ACEOF
40257 cat confdefs.h
>>conftest.
$ac_ext
40258 cat >>conftest.
$ac_ext <<_ACEOF
40259 /* end confdefs.h. */
40260 $ac_includes_default
40261 #include <$ac_header>
40263 rm -f conftest.
$ac_objext
40264 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40265 (eval $ac_compile) 2>conftest.er1
40267 grep -v '^ *+' conftest.er1
>conftest.err
40269 cat conftest.err
>&5
40270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40271 (exit $ac_status); } &&
40272 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40274 (eval $ac_try) 2>&5
40276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40277 (exit $ac_status); }; } &&
40278 { ac_try
='test -s conftest.$ac_objext'
40279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40280 (eval $ac_try) 2>&5
40282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40283 (exit $ac_status); }; }; then
40284 ac_header_compiler
=yes
40286 echo "$as_me: failed program was:" >&5
40287 sed 's/^/| /' conftest.
$ac_ext >&5
40289 ac_header_compiler
=no
40291 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40292 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40293 echo "${ECHO_T}$ac_header_compiler" >&6
40295 # Is the header present?
40296 echo "$as_me:$LINENO: checking $ac_header presence" >&5
40297 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
40298 cat >conftest.
$ac_ext <<_ACEOF
40301 cat confdefs.h
>>conftest.
$ac_ext
40302 cat >>conftest.
$ac_ext <<_ACEOF
40303 /* end confdefs.h. */
40304 #include <$ac_header>
40306 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
40307 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
40309 grep -v '^ *+' conftest.er1
>conftest.err
40311 cat conftest.err
>&5
40312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40313 (exit $ac_status); } >/dev
/null
; then
40314 if test -s conftest.err
; then
40315 ac_cpp_err
=$ac_c_preproc_warn_flag
40316 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
40323 if test -z "$ac_cpp_err"; then
40324 ac_header_preproc
=yes
40326 echo "$as_me: failed program was:" >&5
40327 sed 's/^/| /' conftest.
$ac_ext >&5
40329 ac_header_preproc
=no
40331 rm -f conftest.err conftest.
$ac_ext
40332 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40333 echo "${ECHO_T}$ac_header_preproc" >&6
40335 # So? What about this header?
40336 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40338 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40339 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40341 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40342 ac_header_preproc
=yes
40345 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40346 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40347 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
40348 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
40349 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40350 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40351 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
40352 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
40353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40354 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40355 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40356 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40359 ## ----------------------------------------- ##
40360 ## Report this to wx-dev@lists.wxwidgets.org ##
40361 ## ----------------------------------------- ##
40364 sed "s/^/$as_me: WARNING: /" >&2
40367 echo "$as_me:$LINENO: checking for $ac_header" >&5
40368 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40369 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40370 echo $ECHO_N "(cached) $ECHO_C" >&6
40372 eval "$as_ac_Header=\$ac_header_preproc"
40374 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40375 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40378 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40379 cat >>confdefs.h
<<_ACEOF
40380 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40389 if test "$wxUSE_JOYSTICK" = "yes"; then
40390 cat >>confdefs.h
<<\_ACEOF
40391 #define wxUSE_JOYSTICK 1
40394 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
40396 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
40397 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
40403 if test "$wxUSE_FONTMAP" = "yes" ; then
40404 cat >>confdefs.h
<<\_ACEOF
40405 #define wxUSE_FONTMAP 1
40410 if test "$wxUSE_UNICODE" = "yes" ; then
40411 cat >>confdefs.h
<<\_ACEOF
40412 #define wxUSE_UNICODE 1
40416 if test "$USE_WIN32" != 1; then
40417 wxUSE_UNICODE_MSLU
=no
40420 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
40421 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
40422 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
40423 if test "${ac_cv_lib_unicows_main+set}" = set; then
40424 echo $ECHO_N "(cached) $ECHO_C" >&6
40426 ac_check_lib_save_LIBS
=$LIBS
40427 LIBS
="-lunicows $LIBS"
40428 cat >conftest.
$ac_ext <<_ACEOF
40431 cat confdefs.h
>>conftest.
$ac_ext
40432 cat >>conftest.
$ac_ext <<_ACEOF
40433 /* end confdefs.h. */
40444 rm -f conftest.
$ac_objext conftest
$ac_exeext
40445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40446 (eval $ac_link) 2>conftest.er1
40448 grep -v '^ *+' conftest.er1
>conftest.err
40450 cat conftest.err
>&5
40451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40452 (exit $ac_status); } &&
40453 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40455 (eval $ac_try) 2>&5
40457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40458 (exit $ac_status); }; } &&
40459 { ac_try
='test -s conftest$ac_exeext'
40460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40461 (eval $ac_try) 2>&5
40463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40464 (exit $ac_status); }; }; then
40465 ac_cv_lib_unicows_main
=yes
40467 echo "$as_me: failed program was:" >&5
40468 sed 's/^/| /' conftest.
$ac_ext >&5
40470 ac_cv_lib_unicows_main
=no
40472 rm -f conftest.err conftest.
$ac_objext \
40473 conftest
$ac_exeext conftest.
$ac_ext
40474 LIBS
=$ac_check_lib_save_LIBS
40476 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
40477 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
40478 if test $ac_cv_lib_unicows_main = yes; then
40480 cat >>confdefs.h
<<\_ACEOF
40481 #define wxUSE_UNICODE_MSLU 1
40487 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40488 Applications will only run on Windows NT/2000/XP!" >&5
40489 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
40490 Applications will only run on Windows NT/2000/XP!" >&2;}
40491 wxUSE_UNICODE_MSLU
=no
40498 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
40499 cat >>confdefs.h
<<\_ACEOF
40500 #define wxUSE_EXPERIMENTAL_PRINTF 1
40506 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
40507 cat >>confdefs.h
<<\_ACEOF
40508 #define wxUSE_POSTSCRIPT 1
40513 cat >>confdefs.h
<<\_ACEOF
40514 #define wxUSE_AFM_FOR_POSTSCRIPT 1
40518 cat >>confdefs.h
<<\_ACEOF
40519 #define wxUSE_NORMALIZED_PS_FONTS 1
40524 if test "$wxUSE_CONSTRAINTS" = "yes"; then
40525 cat >>confdefs.h
<<\_ACEOF
40526 #define wxUSE_CONSTRAINTS 1
40529 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
40532 if test "$wxUSE_MDI" = "yes"; then
40533 cat >>confdefs.h
<<\_ACEOF
40534 #define wxUSE_MDI 1
40538 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40539 cat >>confdefs.h
<<\_ACEOF
40540 #define wxUSE_MDI_ARCHITECTURE 1
40543 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
40547 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
40548 cat >>confdefs.h
<<\_ACEOF
40549 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
40552 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
40553 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
40554 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
40558 if test "$wxUSE_HELP" = "yes"; then
40559 cat >>confdefs.h
<<\_ACEOF
40560 #define wxUSE_HELP 1
40563 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
40565 if test "$wxUSE_MSW" = 1; then
40566 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
40567 cat >>confdefs.h
<<\_ACEOF
40568 #define wxUSE_MS_HTML_HELP 1
40574 if test "$wxUSE_WXHTML_HELP" = "yes"; then
40575 if test "$wxUSE_HTML" = "yes"; then
40576 cat >>confdefs.h
<<\_ACEOF
40577 #define wxUSE_WXHTML_HELP 1
40581 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
40582 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
40583 wxUSE_WXHTML_HELP
=no
40588 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
40589 if test "$wxUSE_CONSTRAINTS" != "yes"; then
40590 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
40591 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
40593 cat >>confdefs.h
<<\_ACEOF
40594 #define wxUSE_PRINTING_ARCHITECTURE 1
40598 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
40601 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
40602 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
40603 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
40604 { (exit 1); exit 1; }; }
40608 if test "$wxUSE_METAFILE" = "yes"; then
40609 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
40610 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
40611 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
40617 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
40618 -o "$wxUSE_CLIPBOARD" = "yes" \
40619 -o "$wxUSE_OLE" = "yes" \
40620 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
40622 for ac_header
in ole2.h
40624 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40625 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40626 echo "$as_me:$LINENO: checking for $ac_header" >&5
40627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40628 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40629 echo $ECHO_N "(cached) $ECHO_C" >&6
40631 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40632 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40634 # Is the header compilable?
40635 echo "$as_me:$LINENO: checking $ac_header usability" >&5
40636 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
40637 cat >conftest.
$ac_ext <<_ACEOF
40640 cat confdefs.h
>>conftest.
$ac_ext
40641 cat >>conftest.
$ac_ext <<_ACEOF
40642 /* end confdefs.h. */
40643 $ac_includes_default
40644 #include <$ac_header>
40646 rm -f conftest.
$ac_objext
40647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40648 (eval $ac_compile) 2>conftest.er1
40650 grep -v '^ *+' conftest.er1
>conftest.err
40652 cat conftest.err
>&5
40653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40654 (exit $ac_status); } &&
40655 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40657 (eval $ac_try) 2>&5
40659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40660 (exit $ac_status); }; } &&
40661 { ac_try
='test -s conftest.$ac_objext'
40662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40663 (eval $ac_try) 2>&5
40665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40666 (exit $ac_status); }; }; then
40667 ac_header_compiler
=yes
40669 echo "$as_me: failed program was:" >&5
40670 sed 's/^/| /' conftest.
$ac_ext >&5
40672 ac_header_compiler
=no
40674 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40675 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40676 echo "${ECHO_T}$ac_header_compiler" >&6
40678 # Is the header present?
40679 echo "$as_me:$LINENO: checking $ac_header presence" >&5
40680 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
40681 cat >conftest.
$ac_ext <<_ACEOF
40684 cat confdefs.h
>>conftest.
$ac_ext
40685 cat >>conftest.
$ac_ext <<_ACEOF
40686 /* end confdefs.h. */
40687 #include <$ac_header>
40689 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
40690 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
40692 grep -v '^ *+' conftest.er1
>conftest.err
40694 cat conftest.err
>&5
40695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40696 (exit $ac_status); } >/dev
/null
; then
40697 if test -s conftest.err
; then
40698 ac_cpp_err
=$ac_c_preproc_warn_flag
40699 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
40706 if test -z "$ac_cpp_err"; then
40707 ac_header_preproc
=yes
40709 echo "$as_me: failed program was:" >&5
40710 sed 's/^/| /' conftest.
$ac_ext >&5
40712 ac_header_preproc
=no
40714 rm -f conftest.err conftest.
$ac_ext
40715 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40716 echo "${ECHO_T}$ac_header_preproc" >&6
40718 # So? What about this header?
40719 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40721 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40722 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40724 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40725 ac_header_preproc
=yes
40728 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40729 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40730 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
40731 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
40732 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40733 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40734 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
40735 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
40736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40737 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40738 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40739 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40742 ## ----------------------------------------- ##
40743 ## Report this to wx-dev@lists.wxwidgets.org ##
40744 ## ----------------------------------------- ##
40747 sed "s/^/$as_me: WARNING: /" >&2
40750 echo "$as_me:$LINENO: checking for $ac_header" >&5
40751 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
40752 if eval "test \"\${$as_ac_Header+set}\" = set"; then
40753 echo $ECHO_N "(cached) $ECHO_C" >&6
40755 eval "$as_ac_Header=\$ac_header_preproc"
40757 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
40758 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
40761 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40762 cat >>confdefs.h
<<_ACEOF
40763 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40771 if test "$ac_cv_header_ole2_h" = "yes" ; then
40772 if test "$GCC" = yes ; then
40776 ac_cpp
='$CXXCPP $CPPFLAGS'
40777 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40778 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40779 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
40782 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
40783 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
40784 cat >conftest.
$ac_ext <<_ACEOF
40787 cat confdefs.h
>>conftest.
$ac_ext
40788 cat >>conftest.
$ac_ext <<_ACEOF
40789 /* end confdefs.h. */
40790 #include <windows.h>
40800 rm -f conftest.
$ac_objext
40801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40802 (eval $ac_compile) 2>conftest.er1
40804 grep -v '^ *+' conftest.er1
>conftest.err
40806 cat conftest.err
>&5
40807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40808 (exit $ac_status); } &&
40809 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40811 (eval $ac_try) 2>&5
40813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40814 (exit $ac_status); }; } &&
40815 { ac_try
='test -s conftest.$ac_objext'
40816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40817 (eval $ac_try) 2>&5
40819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40820 (exit $ac_status); }; }; then
40821 echo "$as_me:$LINENO: result: no" >&5
40822 echo "${ECHO_T}no" >&6
40824 echo "$as_me: failed program was:" >&5
40825 sed 's/^/| /' conftest.
$ac_ext >&5
40827 echo "$as_me:$LINENO: result: yes" >&5
40828 echo "${ECHO_T}yes" >&6
40829 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
40831 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40833 ac_cpp
='$CPP $CPPFLAGS'
40834 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40835 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40836 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
40838 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
40839 if test "$wxUSE_OLE" = "yes" ; then
40840 cat >>confdefs.h
<<\_ACEOF
40841 #define wxUSE_OLE 1
40844 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
40848 if test "$wxUSE_DATAOBJ" = "yes" ; then
40849 cat >>confdefs.h
<<\_ACEOF
40850 #define wxUSE_DATAOBJ 1
40855 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
40856 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
40859 wxUSE_DRAG_AND_DROP
=no
40864 if test "$wxUSE_METAFILE" = "yes"; then
40865 cat >>confdefs.h
<<\_ACEOF
40866 #define wxUSE_METAFILE 1
40870 cat >>confdefs.h
<<\_ACEOF
40871 #define wxUSE_ENH_METAFILE 1
40877 if test "$wxUSE_IPC" = "yes"; then
40878 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
40879 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
40880 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
40884 if test "$wxUSE_IPC" = "yes"; then
40885 cat >>confdefs.h
<<\_ACEOF
40886 #define wxUSE_IPC 1
40889 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
40893 if test "$wxUSE_DATAOBJ" = "yes"; then
40894 if test "$wxUSE_MGL" = 1; then
40895 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
40896 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
40899 cat >>confdefs.h
<<\_ACEOF
40900 #define wxUSE_DATAOBJ 1
40905 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
40906 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
40908 wxUSE_DRAG_AND_DROP
=no
40911 if test "$wxUSE_CLIPBOARD" = "yes"; then
40912 if test "$wxUSE_MGL" = 1; then
40913 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
40914 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
40918 if test "$wxUSE_CLIPBOARD" = "yes"; then
40919 cat >>confdefs.h
<<\_ACEOF
40920 #define wxUSE_CLIPBOARD 1
40926 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
40927 if test "$wxUSE_GTK" = 1; then
40928 if test "$WXGTK12" != 1; then
40929 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
40930 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
40931 wxUSE_DRAG_AND_DROP
=no
40935 if test "$wxUSE_MOTIF" = 1; then
40936 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
40937 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
40938 wxUSE_DRAG_AND_DROP
=no
40941 if test "$wxUSE_X11" = 1; then
40942 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
40943 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
40944 wxUSE_DRAG_AND_DROP
=no
40947 if test "$wxUSE_MGL" = 1; then
40948 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
40949 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
40950 wxUSE_DRAG_AND_DROP
=no
40953 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
40954 cat >>confdefs.h
<<\_ACEOF
40955 #define wxUSE_DRAG_AND_DROP 1
40962 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
40963 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
40966 if test "$wxUSE_SPLINES" = "yes" ; then
40967 cat >>confdefs.h
<<\_ACEOF
40968 #define wxUSE_SPLINES 1
40973 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
40974 cat >>confdefs.h
<<\_ACEOF
40975 #define wxUSE_MOUSEWHEEL 1
40982 if test "$wxUSE_CONTROLS" = "yes"; then
40986 if test "$wxUSE_ACCEL" = "yes"; then
40987 cat >>confdefs.h
<<\_ACEOF
40988 #define wxUSE_ACCEL 1
40994 if test "$wxUSE_BUTTON" = "yes"; then
40995 cat >>confdefs.h
<<\_ACEOF
40996 #define wxUSE_BUTTON 1
41002 if test "$wxUSE_BMPBUTTON" = "yes"; then
41003 cat >>confdefs.h
<<\_ACEOF
41004 #define wxUSE_BMPBUTTON 1
41010 if test "$wxUSE_CALCTRL" = "yes"; then
41011 cat >>confdefs.h
<<\_ACEOF
41012 #define wxUSE_CALENDARCTRL 1
41016 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
41019 if test "$wxUSE_CARET" = "yes"; then
41020 cat >>confdefs.h
<<\_ACEOF
41021 #define wxUSE_CARET 1
41025 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
41028 if test "$wxUSE_COMBOBOX" = "yes"; then
41029 cat >>confdefs.h
<<\_ACEOF
41030 #define wxUSE_COMBOBOX 1
41036 if test "$wxUSE_CHOICE" = "yes"; then
41037 cat >>confdefs.h
<<\_ACEOF
41038 #define wxUSE_CHOICE 1
41044 if test "$wxUSE_CHOICEBOOK" = "yes"; then
41045 cat >>confdefs.h
<<\_ACEOF
41046 #define wxUSE_CHOICEBOOK 1
41052 if test "$wxUSE_CHECKBOX" = "yes"; then
41053 cat >>confdefs.h
<<\_ACEOF
41054 #define wxUSE_CHECKBOX 1
41060 if test "$wxUSE_CHECKLST" = "yes"; then
41061 cat >>confdefs.h
<<\_ACEOF
41062 #define wxUSE_CHECKLISTBOX 1
41066 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
41069 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
41070 cat >>confdefs.h
<<\_ACEOF
41071 #define wxUSE_DATEPICKCTRL 1
41077 if test "$wxUSE_DISPLAY" = "yes"; then
41078 cat >>confdefs.h
<<\_ACEOF
41079 #define wxUSE_DISPLAY 1
41082 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
41085 if test "$wxUSE_GAUGE" = "yes"; then
41086 cat >>confdefs.h
<<\_ACEOF
41087 #define wxUSE_GAUGE 1
41093 if test "$wxUSE_GRID" = "yes"; then
41094 cat >>confdefs.h
<<\_ACEOF
41095 #define wxUSE_GRID 1
41099 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
41102 if test "$wxUSE_IMAGLIST" = "yes"; then
41103 cat >>confdefs.h
<<\_ACEOF
41104 #define wxUSE_IMAGLIST 1
41109 if test "$wxUSE_LISTBOOK" = "yes"; then
41110 cat >>confdefs.h
<<\_ACEOF
41111 #define wxUSE_LISTBOOK 1
41117 if test "$wxUSE_LISTBOX" = "yes"; then
41118 cat >>confdefs.h
<<\_ACEOF
41119 #define wxUSE_LISTBOX 1
41123 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
41126 if test "$wxUSE_LISTCTRL" = "yes"; then
41127 if test "$wxUSE_IMAGLIST" = "yes"; then
41128 cat >>confdefs.h
<<\_ACEOF
41129 #define wxUSE_LISTCTRL 1
41133 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
41135 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
41136 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
41140 if test "$wxUSE_NOTEBOOK" = "yes"; then
41141 cat >>confdefs.h
<<\_ACEOF
41142 #define wxUSE_NOTEBOOK 1
41146 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
41150 if test "$wxUSE_RADIOBOX" = "yes"; then
41151 cat >>confdefs.h
<<\_ACEOF
41152 #define wxUSE_RADIOBOX 1
41158 if test "$wxUSE_RADIOBTN" = "yes"; then
41159 cat >>confdefs.h
<<\_ACEOF
41160 #define wxUSE_RADIOBTN 1
41166 if test "$wxUSE_SASH" = "yes"; then
41167 cat >>confdefs.h
<<\_ACEOF
41168 #define wxUSE_SASH 1
41171 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
41174 if test "$wxUSE_SCROLLBAR" = "yes"; then
41175 cat >>confdefs.h
<<\_ACEOF
41176 #define wxUSE_SCROLLBAR 1
41180 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
41183 if test "$wxUSE_SLIDER" = "yes"; then
41184 cat >>confdefs.h
<<\_ACEOF
41185 #define wxUSE_SLIDER 1
41191 if test "$wxUSE_SPINBTN" = "yes"; then
41192 cat >>confdefs.h
<<\_ACEOF
41193 #define wxUSE_SPINBTN 1
41199 if test "$wxUSE_SPINCTRL" = "yes"; then
41200 cat >>confdefs.h
<<\_ACEOF
41201 #define wxUSE_SPINCTRL 1
41207 if test "$wxUSE_SPLITTER" = "yes"; then
41208 cat >>confdefs.h
<<\_ACEOF
41209 #define wxUSE_SPLITTER 1
41212 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
41215 if test "$wxUSE_STATBMP" = "yes"; then
41216 cat >>confdefs.h
<<\_ACEOF
41217 #define wxUSE_STATBMP 1
41223 if test "$wxUSE_STATBOX" = "yes"; then
41224 cat >>confdefs.h
<<\_ACEOF
41225 #define wxUSE_STATBOX 1
41231 if test "$wxUSE_STATTEXT" = "yes"; then
41232 cat >>confdefs.h
<<\_ACEOF
41233 #define wxUSE_STATTEXT 1
41239 if test "$wxUSE_STATLINE" = "yes"; then
41240 cat >>confdefs.h
<<\_ACEOF
41241 #define wxUSE_STATLINE 1
41247 if test "$wxUSE_STATUSBAR" = "yes"; then
41248 cat >>confdefs.h
<<\_ACEOF
41249 #define wxUSE_NATIVE_STATUSBAR 1
41252 cat >>confdefs.h
<<\_ACEOF
41253 #define wxUSE_STATUSBAR 1
41258 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
41261 if test "$wxUSE_TABDIALOG" = "yes"; then
41262 cat >>confdefs.h
<<\_ACEOF
41263 #define wxUSE_TAB_DIALOG 1
41268 if test "$wxUSE_TEXTCTRL" = "yes"; then
41269 cat >>confdefs.h
<<\_ACEOF
41270 #define wxUSE_TEXTCTRL 1
41274 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
41277 if test "$wxUSE_TOGGLEBTN" = "yes"; then
41278 if test "$wxUSE_COCOA" = 1 ; then
41279 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
41280 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
41283 if test "$wxUSE_UNIVERSAL" = "yes"; then
41284 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
41285 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
41289 if test "$wxUSE_TOGGLEBTN" = "yes"; then
41290 cat >>confdefs.h
<<\_ACEOF
41291 #define wxUSE_TOGGLEBTN 1
41298 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
41299 cat >>confdefs.h
<<\_ACEOF
41300 #define wxUSE_TOOLBAR_SIMPLE 1
41303 wxUSE_TOOLBAR
="yes"
41307 if test "$wxUSE_TOOLBAR" = "yes"; then
41308 cat >>confdefs.h
<<\_ACEOF
41309 #define wxUSE_TOOLBAR 1
41314 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
41315 wxUSE_TOOLBAR_NATIVE
="yes"
41318 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
41319 cat >>confdefs.h
<<\_ACEOF
41320 #define wxUSE_TOOLBAR_NATIVE 1
41326 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
41329 if test "$wxUSE_TOOLTIPS" = "yes"; then
41330 if test "$wxUSE_MOTIF" = 1; then
41331 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
41332 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
41334 if test "$wxUSE_UNIVERSAL" = "yes"; then
41335 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
41336 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
41338 cat >>confdefs.h
<<\_ACEOF
41339 #define wxUSE_TOOLTIPS 1
41346 if test "$wxUSE_TREECTRL" = "yes"; then
41347 if test "$wxUSE_IMAGLIST" = "yes"; then
41348 cat >>confdefs.h
<<\_ACEOF
41349 #define wxUSE_TREECTRL 1
41353 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
41355 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
41356 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
41360 if test "$wxUSE_POPUPWIN" = "yes"; then
41361 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
41362 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
41363 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
41365 if test "$wxUSE_PM" = 1; then
41366 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
41367 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
41369 cat >>confdefs.h
<<\_ACEOF
41370 #define wxUSE_POPUPWIN 1
41373 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
41380 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
41381 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
41382 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
41383 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
41385 cat >>confdefs.h
<<\_ACEOF
41386 #define wxUSE_DIALUP_MANAGER 1
41389 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
41393 if test "$wxUSE_TIPWINDOW" = "yes"; then
41394 if test "$wxUSE_PM" = 1; then
41395 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
41396 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
41398 cat >>confdefs.h
<<\_ACEOF
41399 #define wxUSE_TIPWINDOW 1
41405 if test "$USES_CONTROLS" = 1; then
41406 cat >>confdefs.h
<<\_ACEOF
41407 #define wxUSE_CONTROLS 1
41413 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
41414 cat >>confdefs.h
<<\_ACEOF
41415 #define wxUSE_ACCESSIBILITY 1
41418 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
41421 if test "$wxUSE_DC_CACHEING" = "yes"; then
41422 cat >>confdefs.h
<<\_ACEOF
41423 #define wxUSE_DC_CACHEING 1
41428 if test "$wxUSE_DRAGIMAGE" = "yes"; then
41429 cat >>confdefs.h
<<\_ACEOF
41430 #define wxUSE_DRAGIMAGE 1
41433 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
41436 if test "$wxUSE_EXCEPTIONS" = "yes"; then
41437 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41438 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
41439 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
41441 cat >>confdefs.h
<<\_ACEOF
41442 #define wxUSE_EXCEPTIONS 1
41445 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
41450 if test "$wxUSE_HTML" = "yes"; then
41451 cat >>confdefs.h
<<\_ACEOF
41452 #define wxUSE_HTML 1
41456 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
41457 if test "$wxUSE_MAC" = 1; then
41458 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
41461 if test "$wxUSE_WEBKIT" = "yes"; then
41462 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
41463 old_CPPFLAGS
="$CPPFLAGS"
41464 CPPFLAGS
="$CPPFLAGS -x objective-c++"
41465 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
41466 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
41467 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
41468 echo $ECHO_N "(cached) $ECHO_C" >&6
41470 cat >conftest.
$ac_ext <<_ACEOF
41473 cat confdefs.h
>>conftest.
$ac_ext
41474 cat >>conftest.
$ac_ext <<_ACEOF
41475 /* end confdefs.h. */
41476 #include <Carbon/Carbon.h>
41478 #include <WebKit/HIWebView.h>
41480 rm -f conftest.
$ac_objext
41481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41482 (eval $ac_compile) 2>conftest.er1
41484 grep -v '^ *+' conftest.er1
>conftest.err
41486 cat conftest.err
>&5
41487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41488 (exit $ac_status); } &&
41489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41491 (eval $ac_try) 2>&5
41493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41494 (exit $ac_status); }; } &&
41495 { ac_try
='test -s conftest.$ac_objext'
41496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41497 (eval $ac_try) 2>&5
41499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41500 (exit $ac_status); }; }; then
41501 ac_cv_header_WebKit_HIWebView_h
=yes
41503 echo "$as_me: failed program was:" >&5
41504 sed 's/^/| /' conftest.
$ac_ext >&5
41506 ac_cv_header_WebKit_HIWebView_h
=no
41508 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41510 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
41511 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
41512 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
41514 cat >>confdefs.h
<<\_ACEOF
41515 #define wxUSE_WEBKIT 1
41518 WEBKIT_LINK
="-framework WebKit"
41522 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
41523 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
41529 CPPFLAGS
="$old_CPPFLAGS"
41530 elif test "$wxUSE_COCOA" = 1; then
41531 cat >>confdefs.h
<<\_ACEOF
41532 #define wxUSE_WEBKIT 1
41541 if test "$wxUSE_XRC" = "yes"; then
41542 if test "$wxUSE_XML" != "yes"; then
41543 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
41544 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
41547 cat >>confdefs.h
<<\_ACEOF
41548 #define wxUSE_XRC 1
41552 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
41556 if test "$wxUSE_MENUS" = "yes"; then
41557 cat >>confdefs.h
<<\_ACEOF
41558 #define wxUSE_MENUS 1
41561 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
41564 if test "$wxUSE_METAFILE" = "yes"; then
41565 cat >>confdefs.h
<<\_ACEOF
41566 #define wxUSE_METAFILE 1
41571 if test "$wxUSE_MIMETYPE" = "yes"; then
41572 cat >>confdefs.h
<<\_ACEOF
41573 #define wxUSE_MIMETYPE 1
41578 if test "$wxUSE_MINIFRAME" = "yes"; then
41579 cat >>confdefs.h
<<\_ACEOF
41580 #define wxUSE_MINIFRAME 1
41583 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
41586 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
41587 cat >>confdefs.h
<<\_ACEOF
41588 #define wxUSE_SYSTEM_OPTIONS 1
41591 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
41592 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
41593 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
41598 if test "$wxUSE_VALIDATORS" = "yes"; then
41599 cat >>confdefs.h
<<\_ACEOF
41600 #define wxUSE_VALIDATORS 1
41603 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
41606 if test "$wxUSE_PALETTE" = "yes" ; then
41607 cat >>confdefs.h
<<\_ACEOF
41608 #define wxUSE_PALETTE 1
41613 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
41614 LIBS
=" -lunicows $LIBS"
41618 if test "$wxUSE_IMAGE" = "yes" ; then
41619 cat >>confdefs.h
<<\_ACEOF
41620 #define wxUSE_IMAGE 1
41624 if test "$wxUSE_GIF" = "yes" ; then
41625 cat >>confdefs.h
<<\_ACEOF
41626 #define wxUSE_GIF 1
41631 if test "$wxUSE_PCX" = "yes" ; then
41632 cat >>confdefs.h
<<\_ACEOF
41633 #define wxUSE_PCX 1
41638 if test "$wxUSE_IFF" = "yes" ; then
41639 cat >>confdefs.h
<<\_ACEOF
41640 #define wxUSE_IFF 1
41645 if test "$wxUSE_PNM" = "yes" ; then
41646 cat >>confdefs.h
<<\_ACEOF
41647 #define wxUSE_PNM 1
41652 if test "$wxUSE_XPM" = "yes" ; then
41653 cat >>confdefs.h
<<\_ACEOF
41654 #define wxUSE_XPM 1
41659 if test "$wxUSE_ICO_CUR" = "yes" ; then
41660 cat >>confdefs.h
<<\_ACEOF
41661 #define wxUSE_ICO_CUR 1
41668 if test "$wxUSE_CHOICEDLG" = "yes"; then
41669 cat >>confdefs.h
<<\_ACEOF
41670 #define wxUSE_CHOICEDLG 1
41675 if test "$wxUSE_COLOURDLG" = "yes"; then
41676 cat >>confdefs.h
<<\_ACEOF
41677 #define wxUSE_COLOURDLG 1
41682 if test "$wxUSE_FILEDLG" = "yes"; then
41683 cat >>confdefs.h
<<\_ACEOF
41684 #define wxUSE_FILEDLG 1
41689 if test "$wxUSE_FINDREPLDLG" = "yes"; then
41690 cat >>confdefs.h
<<\_ACEOF
41691 #define wxUSE_FINDREPLDLG 1
41696 if test "$wxUSE_FONTDLG" = "yes"; then
41697 cat >>confdefs.h
<<\_ACEOF
41698 #define wxUSE_FONTDLG 1
41703 if test "$wxUSE_DIRDLG" = "yes"; then
41704 if test "$wxUSE_TREECTRL" != "yes"; then
41705 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
41706 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
41708 cat >>confdefs.h
<<\_ACEOF
41709 #define wxUSE_DIRDLG 1
41715 if test "$wxUSE_MSGDLG" = "yes"; then
41716 cat >>confdefs.h
<<\_ACEOF
41717 #define wxUSE_MSGDLG 1
41722 if test "$wxUSE_NUMBERDLG" = "yes"; then
41723 cat >>confdefs.h
<<\_ACEOF
41724 #define wxUSE_NUMBERDLG 1
41729 if test "$wxUSE_PROGRESSDLG" = "yes"; then
41730 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41731 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
41732 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
41734 cat >>confdefs.h
<<\_ACEOF
41735 #define wxUSE_PROGRESSDLG 1
41741 if test "$wxUSE_SPLASH" = "yes"; then
41742 cat >>confdefs.h
<<\_ACEOF
41743 #define wxUSE_SPLASH 1
41746 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
41749 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
41750 if test "$wxUSE_CONSTRAINTS" != "yes"; then
41751 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
41752 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
41754 cat >>confdefs.h
<<\_ACEOF
41755 #define wxUSE_STARTUP_TIPS 1
41761 if test "$wxUSE_TEXTDLG" = "yes"; then
41762 cat >>confdefs.h
<<\_ACEOF
41763 #define wxUSE_TEXTDLG 1
41768 if test "$wxUSE_WIZARDDLG" = "yes"; then
41769 cat >>confdefs.h
<<\_ACEOF
41770 #define wxUSE_WIZARDDLG 1
41773 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
41777 if test "$wxUSE_MEDIACTRL" = "yes"; then
41778 if test "$wxUSE_GTK" = 1; then
41779 wxUSE_GSTREAMER
="yes"
41784 if test -z "$PKG_CONFIG"; then
41785 # Extract the first word of "pkg-config", so it can be a program name with args.
41786 set dummy pkg
-config; ac_word
=$2
41787 echo "$as_me:$LINENO: checking for $ac_word" >&5
41788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41789 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
41790 echo $ECHO_N "(cached) $ECHO_C" >&6
41792 case $PKG_CONFIG in
41794 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
41797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41798 for as_dir
in $PATH
41801 test -z "$as_dir" && as_dir
=.
41802 for ac_exec_ext
in '' $ac_executable_extensions; do
41803 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41804 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
41805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41811 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
41815 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
41817 if test -n "$PKG_CONFIG"; then
41818 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
41819 echo "${ECHO_T}$PKG_CONFIG" >&6
41821 echo "$as_me:$LINENO: result: no" >&5
41822 echo "${ECHO_T}no" >&6
41827 if test "$PKG_CONFIG" = "no" ; then
41828 echo "*** The pkg-config script could not be found. Make sure it is"
41829 echo "*** in your path, or set the PKG_CONFIG environment variable"
41830 echo "*** to the full path to pkg-config."
41831 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
41833 PKG_CONFIG_MIN_VERSION
=0.9.0
41834 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
41835 echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5
41836 echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6
41838 if $PKG_CONFIG --exists "gstreamer-0.8" ; then
41839 echo "$as_me:$LINENO: result: yes" >&5
41840 echo "${ECHO_T}yes" >&6
41843 echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5
41844 echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6
41845 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-0.8"`
41846 echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5
41847 echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6
41849 echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5
41850 echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6
41851 GSTREAMER_LIBS
=`$PKG_CONFIG --libs "gstreamer-0.8"`
41852 echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5
41853 echo "${ECHO_T}$GSTREAMER_LIBS" >&6
41855 GSTREAMER_CFLAGS
=""
41857 ## If we have a custom action on failure, don't print errors, but
41858 ## do set a variable so people can do so.
41859 GSTREAMER_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"`
41866 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
41867 echo "*** See http://www.freedesktop.org/software/pkgconfig"
41871 if test $succeeded = yes; then
41873 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
41874 LIBS
="$LIBS $GSTREAMER_LIBS -lgstplay-0.8"
41878 { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5
41879 echo "$as_me: WARNING: GStreamer installation not found" >&2;}
41880 wxUSE_GSTREAMER
="no"
41888 if test "x$GST_INSPECT" == "x"; then
41889 # Extract the first word of "gst-inspect", so it can be a program name with args.
41890 set dummy gst
-inspect; ac_word
=$2
41891 echo "$as_me:$LINENO: checking for $ac_word" >&5
41892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
41893 if test "${ac_cv_prog_GST_INSPECT+set}" = set; then
41894 echo $ECHO_N "(cached) $ECHO_C" >&6
41896 if test -n "$GST_INSPECT"; then
41897 ac_cv_prog_GST_INSPECT
="$GST_INSPECT" # Let the user override the test.
41899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41900 for as_dir
in $PATH
41903 test -z "$as_dir" && as_dir
=.
41904 for ac_exec_ext
in '' $ac_executable_extensions; do
41905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
41906 ac_cv_prog_GST_INSPECT
="gst-inspect"
41907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41915 GST_INSPECT
=$ac_cv_prog_GST_INSPECT
41916 if test -n "$GST_INSPECT"; then
41917 echo "$as_me:$LINENO: result: $GST_INSPECT" >&5
41918 echo "${ECHO_T}$GST_INSPECT" >&6
41920 echo "$as_me:$LINENO: result: no" >&5
41921 echo "${ECHO_T}no" >&6
41926 if test "x$GST_INSPECT" != "x"; then
41927 echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5
41928 echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6
41929 if $GST_INSPECT xvimagesink
> /dev
/null
2> /dev
/null
; then
41930 echo "$as_me:$LINENO: result: found." >&5
41931 echo "${ECHO_T}found." >&6
41934 echo "$as_me:$LINENO: result: not found." >&5
41935 echo "${ECHO_T}not found." >&6
41937 wxUSE_GSTREAMER
="no"
41938 { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5
41939 echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;}
41945 echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5
41946 echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6
41947 if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then
41948 echo $ECHO_N "(cached) $ECHO_C" >&6
41950 cat >conftest.
$ac_ext <<_ACEOF
41953 cat confdefs.h
>>conftest.
$ac_ext
41954 cat >>conftest.
$ac_ext <<_ACEOF
41955 /* end confdefs.h. */
41956 #include <gst/gst.h>
41958 #include <gst/xoverlay/xoverlay.h>
41960 rm -f conftest.
$ac_objext
41961 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41962 (eval $ac_compile) 2>conftest.er1
41964 grep -v '^ *+' conftest.er1
>conftest.err
41966 cat conftest.err
>&5
41967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41968 (exit $ac_status); } &&
41969 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41971 (eval $ac_try) 2>&5
41973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41974 (exit $ac_status); }; } &&
41975 { ac_try
='test -s conftest.$ac_objext'
41976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41977 (eval $ac_try) 2>&5
41979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41980 (exit $ac_status); }; }; then
41981 ac_cv_header_gst_xoverlay_xoverlay_h
=yes
41983 echo "$as_me: failed program was:" >&5
41984 sed 's/^/| /' conftest.
$ac_ext >&5
41986 ac_cv_header_gst_xoverlay_xoverlay_h
=no
41988 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41990 echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5
41991 echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6
41992 if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then
41996 wxUSE_GSTREAMER
="no"
41997 { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5
41998 echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;}
42004 echo "$as_me:$LINENO: checking for gstplay 0.8" >&5
42005 echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6
42009 for ac_dir
in $SEARCH_LIB;
42011 for ac_extension
in a so sl dylib dll.a
; do
42012 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42013 ac_find_libraries
=$ac_dir
42019 if test "x$ac_find_libraries" = "x" ; then
42022 for ac_dir
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
;
42024 for ac_extension
in a so sl dylib dll.a
; do
42025 if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then
42026 ac_find_libraries
=$ac_dir
42032 if test "x$ac_find_libraries" != "x" ; then
42033 ac_find_libraries
="default location"
42038 if test "$ac_find_libraries" = "" ; then
42039 echo "$as_me:$LINENO: result: no" >&5
42040 echo "${ECHO_T}no" >&6
42041 wxUSE_GSTREAMER
="no"
42043 echo "$as_me:$LINENO: result: yes" >&5
42044 echo "${ECHO_T}yes" >&6
42047 if test "$wxUSE_GSTREAMER" = "yes"; then
42048 cat >>confdefs.h
<<\_ACEOF
42049 #define wxUSE_GSTREAMER 1
42052 echo "$as_me:$LINENO: result: GStreamer detection successful" >&5
42053 echo "${ECHO_T}GStreamer detection successful" >&6
42056 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
42057 cat >>confdefs.h
<<\_ACEOF
42058 #define wxUSE_MEDIACTRL 1
42064 if test "$cross_compiling" = "yes"; then
42067 OSINFO
=`uname -s -r -m`
42068 OSINFO
="\"$OSINFO\""
42071 cat >>confdefs.h
<<_ACEOF
42072 #define WXWIN_OS_DESCRIPTION $OSINFO
42077 if test "x$prefix" != "xNONE"; then
42080 wxPREFIX
=$ac_default_prefix
42083 cat >>confdefs.h
<<_ACEOF
42084 #define wxINSTALL_PREFIX "$wxPREFIX"
42090 CORE_BASE_LIBS
="net base"
42091 CORE_GUI_LIBS
="adv core"
42093 if test "$wxUSE_XML" = "yes" ; then
42094 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
42096 if test "$wxUSE_ODBC" != "no" ; then
42097 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
42098 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
42100 if test "$wxUSE_HTML" = "yes" ; then
42101 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
42103 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42104 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
42106 if test "$wxUSE_XRC" = "yes" ; then
42107 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
42110 if test "$wxUSE_GUI" != "yes"; then
42121 if test "$wxUSE_MAC" = 1 ; then
42122 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
42123 if test "$USE_DARWIN" = 1; then
42124 LDFLAGS
="$LDFLAGS -framework QuickTime"
42126 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
42129 if test "$USE_DARWIN" = 1; then
42130 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
42132 LDFLAGS
="$LDFLAGS -lCarbonLib"
42135 if test "$wxUSE_COCOA" = 1 ; then
42136 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
42137 if test "$wxUSE_MEDIACTRL" = "yes"; then
42138 LDFLAGS
="$LDFLAGS -framework QuickTime"
42141 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
42142 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
42146 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
42153 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42154 echo "$as_me:$LINENO: checking for $ac_func" >&5
42155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42156 if eval "test \"\${$as_ac_var+set}\" = set"; then
42157 echo $ECHO_N "(cached) $ECHO_C" >&6
42159 cat >conftest.
$ac_ext <<_ACEOF
42162 cat confdefs.h
>>conftest.
$ac_ext
42163 cat >>conftest.
$ac_ext <<_ACEOF
42164 /* end confdefs.h. */
42165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42167 #define $ac_func innocuous_$ac_func
42169 /* System header to define __stub macros and hopefully few prototypes,
42170 which can conflict with char $ac_func (); below.
42171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42172 <limits.h> exists even on freestanding compilers. */
42175 # include <limits.h>
42177 # include <assert.h>
42182 /* Override any gcc2 internal prototype to avoid an error. */
42187 /* We use char because int might match the return type of a gcc2
42188 builtin and then its argument prototype would still apply. */
42190 /* The GNU C library defines this for functions which it implements
42191 to always fail with ENOSYS. Some functions are actually named
42192 something starting with __ and the normal name is an alias. */
42193 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42196 char (*f) () = $ac_func;
42205 return f != $ac_func;
42210 rm -f conftest.
$ac_objext conftest
$ac_exeext
42211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42212 (eval $ac_link) 2>conftest.er1
42214 grep -v '^ *+' conftest.er1
>conftest.err
42216 cat conftest.err
>&5
42217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42218 (exit $ac_status); } &&
42219 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42221 (eval $ac_try) 2>&5
42223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42224 (exit $ac_status); }; } &&
42225 { ac_try
='test -s conftest$ac_exeext'
42226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42227 (eval $ac_try) 2>&5
42229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42230 (exit $ac_status); }; }; then
42231 eval "$as_ac_var=yes"
42233 echo "$as_me: failed program was:" >&5
42234 sed 's/^/| /' conftest.
$ac_ext >&5
42236 eval "$as_ac_var=no"
42238 rm -f conftest.err conftest.
$ac_objext \
42239 conftest
$ac_exeext conftest.
$ac_ext
42241 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42242 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42243 if test `eval echo '${'$as_ac_var'}'` = yes; then
42244 cat >>confdefs.h
<<_ACEOF
42245 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42252 for ac_func
in floor
42254 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42255 echo "$as_me:$LINENO: checking for $ac_func" >&5
42256 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42257 if eval "test \"\${$as_ac_var+set}\" = set"; then
42258 echo $ECHO_N "(cached) $ECHO_C" >&6
42260 cat >conftest.
$ac_ext <<_ACEOF
42263 cat confdefs.h
>>conftest.
$ac_ext
42264 cat >>conftest.
$ac_ext <<_ACEOF
42265 /* end confdefs.h. */
42266 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42267 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42268 #define $ac_func innocuous_$ac_func
42270 /* System header to define __stub macros and hopefully few prototypes,
42271 which can conflict with char $ac_func (); below.
42272 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42273 <limits.h> exists even on freestanding compilers. */
42276 # include <limits.h>
42278 # include <assert.h>
42283 /* Override any gcc2 internal prototype to avoid an error. */
42288 /* We use char because int might match the return type of a gcc2
42289 builtin and then its argument prototype would still apply. */
42291 /* The GNU C library defines this for functions which it implements
42292 to always fail with ENOSYS. Some functions are actually named
42293 something starting with __ and the normal name is an alias. */
42294 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42297 char (*f) () = $ac_func;
42306 return f != $ac_func;
42311 rm -f conftest.
$ac_objext conftest
$ac_exeext
42312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42313 (eval $ac_link) 2>conftest.er1
42315 grep -v '^ *+' conftest.er1
>conftest.err
42317 cat conftest.err
>&5
42318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42319 (exit $ac_status); } &&
42320 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42322 (eval $ac_try) 2>&5
42324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42325 (exit $ac_status); }; } &&
42326 { ac_try
='test -s conftest$ac_exeext'
42327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42328 (eval $ac_try) 2>&5
42330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42331 (exit $ac_status); }; }; then
42332 eval "$as_ac_var=yes"
42334 echo "$as_me: failed program was:" >&5
42335 sed 's/^/| /' conftest.
$ac_ext >&5
42337 eval "$as_ac_var=no"
42339 rm -f conftest.err conftest.
$ac_objext \
42340 conftest
$ac_exeext conftest.
$ac_ext
42342 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42343 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42344 if test `eval echo '${'$as_ac_var'}'` = yes; then
42345 cat >>confdefs.h
<<_ACEOF
42346 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42352 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
42353 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
42354 if test "$have_cos" = 1 -a "$have_floor" = 1; then
42355 echo "$as_me:$LINENO: result: yes" >&5
42356 echo "${ECHO_T}yes" >&6
42358 echo "$as_me:$LINENO: result: no" >&5
42359 echo "${ECHO_T}no" >&6
42361 # use different functions to avoid configure caching
42367 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42368 echo "$as_me:$LINENO: checking for $ac_func" >&5
42369 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42370 if eval "test \"\${$as_ac_var+set}\" = set"; then
42371 echo $ECHO_N "(cached) $ECHO_C" >&6
42373 cat >conftest.
$ac_ext <<_ACEOF
42376 cat confdefs.h
>>conftest.
$ac_ext
42377 cat >>conftest.
$ac_ext <<_ACEOF
42378 /* end confdefs.h. */
42379 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42380 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42381 #define $ac_func innocuous_$ac_func
42383 /* System header to define __stub macros and hopefully few prototypes,
42384 which can conflict with char $ac_func (); below.
42385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42386 <limits.h> exists even on freestanding compilers. */
42389 # include <limits.h>
42391 # include <assert.h>
42396 /* Override any gcc2 internal prototype to avoid an error. */
42401 /* We use char because int might match the return type of a gcc2
42402 builtin and then its argument prototype would still apply. */
42404 /* The GNU C library defines this for functions which it implements
42405 to always fail with ENOSYS. Some functions are actually named
42406 something starting with __ and the normal name is an alias. */
42407 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42410 char (*f) () = $ac_func;
42419 return f != $ac_func;
42424 rm -f conftest.
$ac_objext conftest
$ac_exeext
42425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42426 (eval $ac_link) 2>conftest.er1
42428 grep -v '^ *+' conftest.er1
>conftest.err
42430 cat conftest.err
>&5
42431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42432 (exit $ac_status); } &&
42433 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42435 (eval $ac_try) 2>&5
42437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42438 (exit $ac_status); }; } &&
42439 { ac_try
='test -s conftest$ac_exeext'
42440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42441 (eval $ac_try) 2>&5
42443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42444 (exit $ac_status); }; }; then
42445 eval "$as_ac_var=yes"
42447 echo "$as_me: failed program was:" >&5
42448 sed 's/^/| /' conftest.
$ac_ext >&5
42450 eval "$as_ac_var=no"
42452 rm -f conftest.err conftest.
$ac_objext \
42453 conftest
$ac_exeext conftest.
$ac_ext
42455 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42456 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42457 if test `eval echo '${'$as_ac_var'}'` = yes; then
42458 cat >>confdefs.h
<<_ACEOF
42459 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42466 for ac_func
in ceil
42468 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42469 echo "$as_me:$LINENO: checking for $ac_func" >&5
42470 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42471 if eval "test \"\${$as_ac_var+set}\" = set"; then
42472 echo $ECHO_N "(cached) $ECHO_C" >&6
42474 cat >conftest.
$ac_ext <<_ACEOF
42477 cat confdefs.h
>>conftest.
$ac_ext
42478 cat >>conftest.
$ac_ext <<_ACEOF
42479 /* end confdefs.h. */
42480 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42481 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42482 #define $ac_func innocuous_$ac_func
42484 /* System header to define __stub macros and hopefully few prototypes,
42485 which can conflict with char $ac_func (); below.
42486 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42487 <limits.h> exists even on freestanding compilers. */
42490 # include <limits.h>
42492 # include <assert.h>
42497 /* Override any gcc2 internal prototype to avoid an error. */
42502 /* We use char because int might match the return type of a gcc2
42503 builtin and then its argument prototype would still apply. */
42505 /* The GNU C library defines this for functions which it implements
42506 to always fail with ENOSYS. Some functions are actually named
42507 something starting with __ and the normal name is an alias. */
42508 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42511 char (*f) () = $ac_func;
42520 return f != $ac_func;
42525 rm -f conftest.
$ac_objext conftest
$ac_exeext
42526 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42527 (eval $ac_link) 2>conftest.er1
42529 grep -v '^ *+' conftest.er1
>conftest.err
42531 cat conftest.err
>&5
42532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42533 (exit $ac_status); } &&
42534 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42536 (eval $ac_try) 2>&5
42538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42539 (exit $ac_status); }; } &&
42540 { ac_try
='test -s conftest$ac_exeext'
42541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42542 (eval $ac_try) 2>&5
42544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42545 (exit $ac_status); }; }; then
42546 eval "$as_ac_var=yes"
42548 echo "$as_me: failed program was:" >&5
42549 sed 's/^/| /' conftest.
$ac_ext >&5
42551 eval "$as_ac_var=no"
42553 rm -f conftest.err conftest.
$ac_objext \
42554 conftest
$ac_exeext conftest.
$ac_ext
42556 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42557 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42558 if test `eval echo '${'$as_ac_var'}'` = yes; then
42559 cat >>confdefs.h
<<_ACEOF
42560 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42566 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
42567 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
42568 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
42569 echo "$as_me:$LINENO: result: yes" >&5
42570 echo "${ECHO_T}yes" >&6
42572 echo "$as_me:$LINENO: result: no" >&5
42573 echo "${ECHO_T}no" >&6
42574 # not sure we should warn the user, crash, etc.
42578 if test "$wxUSE_GUI" = "yes"; then
42581 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
42582 dynamic erase event exec font image minimal mobile \
42583 mobile/wxedit mobile/styles propsize render \
42584 richedit rotate shaped vscroll widgets"
42586 if test "$wxUSE_MONOLITHIC" != "yes"; then
42587 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
42589 if test "$TOOLKIT" = "MSW"; then
42590 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
42591 if test "$wxUSE_UNIVERSAL" != "yes"; then
42592 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
42595 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
42596 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
42599 SAMPLES_SUBDIRS
="console"
42603 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
42604 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
42606 if test "$GXX" = yes ; then
42607 CWARNINGS
="-Wall -Wundef"
42608 CXXWARNINGS
="$CWARNINGS -Wno-ctor-dtor-privacy"
42611 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
42613 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
42614 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS`
42615 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
42617 if test "x$MWCC" = "xyes"; then
42619 CC
="$CC -cwd source -I-"
42620 CXX
="$CXX -cwd source -I-"
42625 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
42626 EXTRALIBS_XML
="$EXPAT_LINK"
42627 EXTRALIBS_HTML
="$MSPACK_LINK"
42628 EXTRALIBS_ODBC
="$ODBC_LINK"
42629 if test "$wxUSE_GUI" = "yes"; then
42630 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT`
42632 if test "$wxUSE_OPENGL" = "yes"; then
42633 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
42636 LDFLAGS
="$LDFLAGS $PROFILE"
42638 if test "$wxUSE_GTK" = 1; then
42641 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
42644 WXCONFIG_EXTRALIBS
="$LIBS"
42646 if test "$wxUSE_REGEX" = "builtin" ; then
42647 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
42649 if test "$wxUSE_EXPAT" = "builtin" ; then
42650 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
42652 if test "$wxUSE_ODBC" = "builtin" ; then
42653 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
42655 if test "$wxUSE_LIBTIFF" = "builtin" ; then
42656 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
42658 if test "$wxUSE_LIBJPEG" = "builtin" ; then
42659 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
42661 if test "$wxUSE_LIBPNG" = "builtin" ; then
42662 wxconfig_3rdparty
="png $wxconfig_3rdparty"
42664 if test "$wxUSE_ZLIB" = "builtin" ; then
42665 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
42668 for i
in $wxconfig_3rdparty ; do
42669 WXCONFIG_EXTRALIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS"
42673 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
42687 if test $wxUSE_MONOLITHIC = "yes" ; then
42693 if test $wxUSE_PLUGINS = "yes" ; then
42699 if test $wxUSE_ODBC != "no" ; then
42705 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
42711 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
42739 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
42750 TOOLKIT_USER
="GTK+"
42751 if test "$WXGTK20" = 1; then
42752 TOOLKIT_USER
="$TOOLKIT_USER 2"
42757 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
42761 if test "$wxUSE_WINE" = "yes"; then
42762 BAKEFILE_FORCE_PLATFORM
=win32
42768 if test "x$BAKEFILE_HOST" = "x"; then
42769 BAKEFILE_HOST
="${host}"
42772 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
42774 if test -n "$ac_tool_prefix"; then
42775 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
42776 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
42777 echo "$as_me:$LINENO: checking for $ac_word" >&5
42778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42779 if test "${ac_cv_prog_RANLIB+set}" = set; then
42780 echo $ECHO_N "(cached) $ECHO_C" >&6
42782 if test -n "$RANLIB"; then
42783 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
42785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42786 for as_dir
in $PATH
42789 test -z "$as_dir" && as_dir
=.
42790 for ac_exec_ext
in '' $ac_executable_extensions; do
42791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42792 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
42793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42801 RANLIB
=$ac_cv_prog_RANLIB
42802 if test -n "$RANLIB"; then
42803 echo "$as_me:$LINENO: result: $RANLIB" >&5
42804 echo "${ECHO_T}$RANLIB" >&6
42806 echo "$as_me:$LINENO: result: no" >&5
42807 echo "${ECHO_T}no" >&6
42811 if test -z "$ac_cv_prog_RANLIB"; then
42812 ac_ct_RANLIB
=$RANLIB
42813 # Extract the first word of "ranlib", so it can be a program name with args.
42814 set dummy ranlib
; ac_word
=$2
42815 echo "$as_me:$LINENO: checking for $ac_word" >&5
42816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
42818 echo $ECHO_N "(cached) $ECHO_C" >&6
42820 if test -n "$ac_ct_RANLIB"; then
42821 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
42823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42824 for as_dir
in $PATH
42827 test -z "$as_dir" && as_dir
=.
42828 for ac_exec_ext
in '' $ac_executable_extensions; do
42829 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42830 ac_cv_prog_ac_ct_RANLIB
="ranlib"
42831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42837 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
42840 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
42841 if test -n "$ac_ct_RANLIB"; then
42842 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
42843 echo "${ECHO_T}$ac_ct_RANLIB" >&6
42845 echo "$as_me:$LINENO: result: no" >&5
42846 echo "${ECHO_T}no" >&6
42849 RANLIB
=$ac_ct_RANLIB
42851 RANLIB
="$ac_cv_prog_RANLIB"
42854 # Find a good install program. We prefer a C program (faster),
42855 # so one script is as good as another. But avoid the broken or
42856 # incompatible versions:
42857 # SysV /etc/install, /usr/sbin/install
42858 # SunOS /usr/etc/install
42859 # IRIX /sbin/install
42861 # AmigaOS /C/install, which installs bootblocks on floppy discs
42862 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
42863 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
42864 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
42865 # OS/2's system install, which has a completely different semantic
42866 # ./install, which can be erroneously created by make from ./install.sh.
42867 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
42868 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
42869 if test -z "$INSTALL"; then
42870 if test "${ac_cv_path_install+set}" = set; then
42871 echo $ECHO_N "(cached) $ECHO_C" >&6
42873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42874 for as_dir
in $PATH
42877 test -z "$as_dir" && as_dir
=.
42878 # Account for people who put trailing slashes in PATH elements.
42880 .
/ | .
// | /cC
/* | \
42881 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
42882 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
42885 # OSF1 and SCO ODT 3.0 have their own names for install.
42886 # Don't use installbsd from OSF since it installs stuff as root
42888 for ac_prog
in ginstall scoinst
install; do
42889 for ac_exec_ext
in '' $ac_executable_extensions; do
42890 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42891 if test $ac_prog = install &&
42892 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
42893 # AIX install. It has an incompatible calling convention.
42895 elif test $ac_prog = install &&
42896 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
42897 # program-specific install script used by HP pwplus--don't use.
42900 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
42912 if test "${ac_cv_path_install+set}" = set; then
42913 INSTALL
=$ac_cv_path_install
42915 # As a last resort, use the slow shell script. We don't cache a
42916 # path for INSTALL within a source directory, because that will
42917 # break other packages using the cache if that directory is
42918 # removed, or if the path is relative.
42919 INSTALL
=$ac_install_sh
42922 echo "$as_me:$LINENO: result: $INSTALL" >&5
42923 echo "${ECHO_T}$INSTALL" >&6
42925 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
42926 # It thinks the first close brace ends the variable substitution.
42927 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
42929 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
42931 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
42933 echo "$as_me:$LINENO: checking whether ln -s works" >&5
42934 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
42936 if test "$LN_S" = "ln -s"; then
42937 echo "$as_me:$LINENO: result: yes" >&5
42938 echo "${ECHO_T}yes" >&6
42940 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
42941 echo "${ECHO_T}no, using $LN_S" >&6
42945 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
42946 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
42947 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
42948 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
42949 echo $ECHO_N "(cached) $ECHO_C" >&6
42951 cat >conftest.
make <<\_ACEOF
42953 @
echo 'ac_maketemp="$(MAKE)"'
42955 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
42956 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
42957 if test -n "$ac_maketemp"; then
42958 eval ac_cv_prog_make_
${ac_make}_set
=yes
42960 eval ac_cv_prog_make_
${ac_make}_set
=no
42962 rm -f conftest.
make
42964 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
42965 echo "$as_me:$LINENO: result: yes" >&5
42966 echo "${ECHO_T}yes" >&6
42969 echo "$as_me:$LINENO: result: no" >&5
42970 echo "${ECHO_T}no" >&6
42971 SET_MAKE
="MAKE=${MAKE-make}"
42976 if test -n "$ac_tool_prefix"; then
42977 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
42978 set dummy
${ac_tool_prefix}ar; ac_word
=$2
42979 echo "$as_me:$LINENO: checking for $ac_word" >&5
42980 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42981 if test "${ac_cv_prog_AR+set}" = set; then
42982 echo $ECHO_N "(cached) $ECHO_C" >&6
42984 if test -n "$AR"; then
42985 ac_cv_prog_AR
="$AR" # Let the user override the test.
42987 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42988 for as_dir
in $PATH
42991 test -z "$as_dir" && as_dir
=.
42992 for ac_exec_ext
in '' $ac_executable_extensions; do
42993 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42994 ac_cv_prog_AR
="${ac_tool_prefix}ar"
42995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43004 if test -n "$AR"; then
43005 echo "$as_me:$LINENO: result: $AR" >&5
43006 echo "${ECHO_T}$AR" >&6
43008 echo "$as_me:$LINENO: result: no" >&5
43009 echo "${ECHO_T}no" >&6
43013 if test -z "$ac_cv_prog_AR"; then
43015 # Extract the first word of "ar", so it can be a program name with args.
43016 set dummy
ar; ac_word
=$2
43017 echo "$as_me:$LINENO: checking for $ac_word" >&5
43018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43019 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
43020 echo $ECHO_N "(cached) $ECHO_C" >&6
43022 if test -n "$ac_ct_AR"; then
43023 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
43025 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43026 for as_dir
in $PATH
43029 test -z "$as_dir" && as_dir
=.
43030 for ac_exec_ext
in '' $ac_executable_extensions; do
43031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43032 ac_cv_prog_ac_ct_AR
="ar"
43033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43039 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
43042 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
43043 if test -n "$ac_ct_AR"; then
43044 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
43045 echo "${ECHO_T}$ac_ct_AR" >&6
43047 echo "$as_me:$LINENO: result: no" >&5
43048 echo "${ECHO_T}no" >&6
43053 AR
="$ac_cv_prog_AR"
43056 if test -n "$ac_tool_prefix"; then
43057 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
43058 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
43059 echo "$as_me:$LINENO: checking for $ac_word" >&5
43060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43061 if test "${ac_cv_prog_STRIP+set}" = set; then
43062 echo $ECHO_N "(cached) $ECHO_C" >&6
43064 if test -n "$STRIP"; then
43065 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
43067 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43068 for as_dir
in $PATH
43071 test -z "$as_dir" && as_dir
=.
43072 for ac_exec_ext
in '' $ac_executable_extensions; do
43073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43074 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
43075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43083 STRIP
=$ac_cv_prog_STRIP
43084 if test -n "$STRIP"; then
43085 echo "$as_me:$LINENO: result: $STRIP" >&5
43086 echo "${ECHO_T}$STRIP" >&6
43088 echo "$as_me:$LINENO: result: no" >&5
43089 echo "${ECHO_T}no" >&6
43093 if test -z "$ac_cv_prog_STRIP"; then
43095 # Extract the first word of "strip", so it can be a program name with args.
43096 set dummy strip
; ac_word
=$2
43097 echo "$as_me:$LINENO: checking for $ac_word" >&5
43098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43099 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
43100 echo $ECHO_N "(cached) $ECHO_C" >&6
43102 if test -n "$ac_ct_STRIP"; then
43103 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
43105 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43106 for as_dir
in $PATH
43109 test -z "$as_dir" && as_dir
=.
43110 for ac_exec_ext
in '' $ac_executable_extensions; do
43111 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43112 ac_cv_prog_ac_ct_STRIP
="strip"
43113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43119 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
43122 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
43123 if test -n "$ac_ct_STRIP"; then
43124 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
43125 echo "${ECHO_T}$ac_ct_STRIP" >&6
43127 echo "$as_me:$LINENO: result: no" >&5
43128 echo "${ECHO_T}no" >&6
43133 STRIP
="$ac_cv_prog_STRIP"
43136 if test -n "$ac_tool_prefix"; then
43137 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
43138 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
43139 echo "$as_me:$LINENO: checking for $ac_word" >&5
43140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43141 if test "${ac_cv_prog_NM+set}" = set; then
43142 echo $ECHO_N "(cached) $ECHO_C" >&6
43144 if test -n "$NM"; then
43145 ac_cv_prog_NM
="$NM" # Let the user override the test.
43147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43148 for as_dir
in $PATH
43151 test -z "$as_dir" && as_dir
=.
43152 for ac_exec_ext
in '' $ac_executable_extensions; do
43153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43154 ac_cv_prog_NM
="${ac_tool_prefix}nm"
43155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43164 if test -n "$NM"; then
43165 echo "$as_me:$LINENO: result: $NM" >&5
43166 echo "${ECHO_T}$NM" >&6
43168 echo "$as_me:$LINENO: result: no" >&5
43169 echo "${ECHO_T}no" >&6
43173 if test -z "$ac_cv_prog_NM"; then
43175 # Extract the first word of "nm", so it can be a program name with args.
43176 set dummy nm
; ac_word
=$2
43177 echo "$as_me:$LINENO: checking for $ac_word" >&5
43178 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43179 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
43180 echo $ECHO_N "(cached) $ECHO_C" >&6
43182 if test -n "$ac_ct_NM"; then
43183 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
43185 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43186 for as_dir
in $PATH
43189 test -z "$as_dir" && as_dir
=.
43190 for ac_exec_ext
in '' $ac_executable_extensions; do
43191 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43192 ac_cv_prog_ac_ct_NM
="nm"
43193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43199 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
43202 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
43203 if test -n "$ac_ct_NM"; then
43204 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
43205 echo "${ECHO_T}$ac_ct_NM" >&6
43207 echo "$as_me:$LINENO: result: no" >&5
43208 echo "${ECHO_T}no" >&6
43213 NM
="$ac_cv_prog_NM"
43217 case ${BAKEFILE_HOST} in
43219 INSTALL_DIR
="mkdir -p"
43221 *) INSTALL_DIR
="$INSTALL -d"
43227 case ${BAKEFILE_HOST} in
43228 *-*-cygwin* | *-*-mingw32* )
43229 LDFLAGS_GUI
="-mwindows"
43235 echo "$as_me:$LINENO: checking if make is GNU make" >&5
43236 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
43237 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
43238 echo $ECHO_N "(cached) $ECHO_C" >&6
43241 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
43242 egrep -s GNU
> /dev
/null
); then
43243 bakefile_cv_prog_makeisgnu
="yes"
43245 bakefile_cv_prog_makeisgnu
="no"
43249 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
43250 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
43252 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
43269 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
43270 case "${BAKEFILE_HOST}" in
43277 *-pc-os2_emx | *-pc-os2-emx )
43287 powerpc
-apple-macos* )
43296 case "$BAKEFILE_FORCE_PLATFORM" in
43317 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
43318 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
43319 { (exit 1); exit 1; }; }
43334 # Check whether --enable-omf or --disable-omf was given.
43335 if test "${enable_omf+set}" = set; then
43336 enableval
="$enable_omf"
43337 bk_os2_use_omf
="$enableval"
43340 case "${BAKEFILE_HOST}" in
43342 if test "x$GCC" = "xyes"; then
43343 CFLAGS
="$CFLAGS -fno-common"
43344 CXXFLAGS
="$CXXFLAGS -fno-common"
43346 if test "x$XLCC" = "xyes"; then
43347 CFLAGS
="$CFLAGS -qnocommon"
43348 CXXFLAGS
="$CXXFLAGS -qnocommon"
43352 *-pc-os2_emx | *-pc-os2-emx )
43353 if test "x$bk_os2_use_omf" = "xyes" ; then
43356 LDFLAGS
="-Zomf $LDFLAGS"
43357 CFLAGS
="-Zomf $CFLAGS"
43358 CXXFLAGS
="-Zomf $CXXFLAGS"
43366 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
43372 SO_SUFFIX_MODULE
="so"
43377 DLLPREFIX_MODULE
=""
43381 case "${BAKEFILE_HOST}" in
43384 SO_SUFFIX_MODULE
="sl"
43388 SO_SUFFIX_MODULE
="a"
43392 SO_SUFFIX_MODULE
="dll"
43393 DLLIMP_SUFFIX
="dll.a"
43400 SO_SUFFIX_MODULE
="dll"
43401 DLLIMP_SUFFIX
="dll.a"
43411 *-pc-os2_emx | *-pc-os2-emx )
43413 SO_SUFFIX_MODULE
="dll"
43414 DLLIMP_SUFFIX
=$OS2_LIBEXT
43418 LIBEXT
=".$OS2_LIBEXT"
43423 SO_SUFFIX_MODULE
="bundle"
43427 if test "x$DLLIMP_SUFFIX" = "x" ; then
43428 DLLIMP_SUFFIX
="$SO_SUFFIX"
43443 if test "x$GCC" = "xyes"; then
43447 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
43448 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
43451 case "${BAKEFILE_HOST}" in
43453 if test "x$GCC" != "xyes"; then
43454 LDFLAGS
="$LDFLAGS -L/usr/lib"
43456 SHARED_LD_CC
="${CC} -b -o"
43457 SHARED_LD_CXX
="${CXX} -b -o"
43463 if test "x$GCC" != "xyes"; then
43464 echo "$as_me:$LINENO: checking for Intel compiler" >&5
43465 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
43466 if test "${bakefile_cv_prog_icc+set}" = set; then
43467 echo $ECHO_N "(cached) $ECHO_C" >&6
43470 cat >conftest.
$ac_ext <<_ACEOF
43473 cat confdefs.h
>>conftest.
$ac_ext
43474 cat >>conftest.
$ac_ext <<_ACEOF
43475 /* end confdefs.h. */
43481 #ifndef __INTEL_COMPILER
43489 rm -f conftest.
$ac_objext
43490 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43491 (eval $ac_compile) 2>conftest.er1
43493 grep -v '^ *+' conftest.er1
>conftest.err
43495 cat conftest.err
>&5
43496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43497 (exit $ac_status); } &&
43498 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43500 (eval $ac_try) 2>&5
43502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43503 (exit $ac_status); }; } &&
43504 { ac_try
='test -s conftest.$ac_objext'
43505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43506 (eval $ac_try) 2>&5
43508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43509 (exit $ac_status); }; }; then
43510 bakefile_cv_prog_icc
=yes
43512 echo "$as_me: failed program was:" >&5
43513 sed 's/^/| /' conftest.
$ac_ext >&5
43515 bakefile_cv_prog_icc
=no
43518 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43521 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
43522 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
43523 if test "$bakefile_cv_prog_icc" = "yes"; then
43530 if test "x$GCC" != xyes
; then
43531 SHARED_LD_CC
="${CC} -G -o"
43532 SHARED_LD_CXX
="${CXX} -G -o"
43539 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
43540 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
43541 if test "${wx_cv_gcc31+set}" = set; then
43542 echo $ECHO_N "(cached) $ECHO_C" >&6
43545 cat >conftest.
$ac_ext <<_ACEOF
43548 cat confdefs.h
>>conftest.
$ac_ext
43549 cat >>conftest.
$ac_ext <<_ACEOF
43550 /* end confdefs.h. */
43556 #if (__GNUC__ < 3) || \
43557 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
43565 rm -f conftest.
$ac_objext
43566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43567 (eval $ac_compile) 2>conftest.er1
43569 grep -v '^ *+' conftest.er1
>conftest.err
43571 cat conftest.err
>&5
43572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43573 (exit $ac_status); } &&
43574 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43576 (eval $ac_try) 2>&5
43578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43579 (exit $ac_status); }; } &&
43580 { ac_try
='test -s conftest.$ac_objext'
43581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43582 (eval $ac_try) 2>&5
43584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43585 (exit $ac_status); }; }; then
43590 echo "$as_me: failed program was:" >&5
43591 sed 's/^/| /' conftest.
$ac_ext >&5
43598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43601 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
43602 echo "${ECHO_T}$wx_cv_gcc31" >&6
43603 if test "$wx_cv_gcc31" = "no"; then
43606 cat <<EOF >shared-ld-sh
43608 #-----------------------------------------------------------------------------
43609 #-- Name: distrib/mac/shared-ld-sh
43610 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
43611 #-- Author: Gilles Depeyrot
43612 #-- Copyright: (c) 2002 Gilles Depeyrot
43613 #-- Licence: any use permitted
43614 #-----------------------------------------------------------------------------
43619 linking_flag="-dynamiclib"
43620 ldargs="-r -keep_private_externs -nostdlib"
43622 while test ${D}# -gt 0; do
43629 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
43630 # collect these options and values
43631 args="${D}{args} ${D}1 ${D}2"
43636 # collect these load args
43637 ldargs="${D}{ldargs} ${D}1"
43640 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
43641 # collect these options
43642 args="${D}{args} ${D}1"
43645 -dynamiclib|-bundle)
43646 linking_flag="${D}1"
43650 echo "shared-ld: unhandled option '${D}1'"
43654 *.o | *.a | *.dylib)
43655 # collect object files
43656 objects="${D}{objects} ${D}1"
43660 echo "shared-ld: unhandled argument '${D}1'"
43671 # Link one module containing all the others
43673 if test ${D}{verbose} = 1; then
43674 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
43676 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
43680 # Link the shared library from the single module created, but only if the
43681 # previous command didn't fail:
43683 if test ${D}{status} = 0; then
43684 if test ${D}{verbose} = 1; then
43685 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
43687 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
43692 # Remove intermediate module
43694 rm -f master.${D}${D}.o
43699 chmod +x shared
-ld-sh
43701 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
43702 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
43703 SHARED_LD_CXX
="$SHARED_LD_CC"
43704 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
43706 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
43707 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
43708 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
43709 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
43712 if test "x$GCC" == "xyes"; then
43713 PIC_FLAG
="-dynamic -fPIC"
43715 if test "x$XLCC" = "xyes"; then
43716 PIC_FLAG
="-dynamic -DPIC"
43721 if test "x$GCC" = "xyes"; then
43724 case "${BAKEFILE_HOST}" in
43726 LD_EXPFULL
="-Wl,-bexpfull"
43730 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
43731 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
43733 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
43734 set dummy makeC
++SharedLib
; ac_word
=$2
43735 echo "$as_me:$LINENO: checking for $ac_word" >&5
43736 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
43737 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
43738 echo $ECHO_N "(cached) $ECHO_C" >&6
43740 if test -n "$AIX_CXX_LD"; then
43741 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
43743 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
43744 for as_dir
in $PATH
43747 test -z "$as_dir" && as_dir
=.
43748 for ac_exec_ext
in '' $ac_executable_extensions; do
43749 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43750 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
43751 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
43757 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
43760 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
43761 if test -n "$AIX_CXX_LD"; then
43762 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
43763 echo "${ECHO_T}$AIX_CXX_LD" >&6
43765 echo "$as_me:$LINENO: result: no" >&5
43766 echo "${ECHO_T}no" >&6
43769 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
43770 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
43775 SHARED_LD_CC
="${LD} -nostart -o"
43776 SHARED_LD_CXX
="${LD} -nostart -o"
43780 if test "x$GCC" != "xyes"; then
43785 *-*-cygwin* | *-*-mingw32* )
43787 SHARED_LD_CC
="\$(CC) -shared -o"
43788 SHARED_LD_CXX
="\$(CXX) -shared -o"
43792 *-pc-os2_emx | *-pc-os2-emx )
43793 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43794 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
43798 cat <<EOF >dllar.sh
43801 # dllar - a tool to build both a .dll and an .a file
43802 # from a set of object (.o) files for EMX/OS2.
43804 # Written by Andrew Zabolotny, bit@freya.etu.ru
43805 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
43807 # This script will accept a set of files on the command line.
43808 # All the public symbols from the .o files will be exported into
43809 # a .DEF file, then linker will be run (through gcc) against them to
43810 # build a shared library consisting of all given .o files. All libraries
43811 # (.a) will be first decompressed into component .o files then act as
43812 # described above. You can optionally give a description (-d "description")
43813 # which will be put into .DLL. To see the list of accepted options (as well
43814 # as command-line format) simply run this program without options. The .DLL
43815 # is built to be imported by name (there is no guarantee that new versions
43816 # of the library you build will have same ordinals for same symbols).
43818 # dllar is free software; you can redistribute it and/or modify
43819 # it under the terms of the GNU General Public License as published by
43820 # the Free Software Foundation; either version 2, or (at your option)
43821 # any later version.
43823 # dllar is distributed in the hope that it will be useful,
43824 # but WITHOUT ANY WARRANTY; without even the implied warranty of
43825 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43826 # GNU General Public License for more details.
43828 # You should have received a copy of the GNU General Public License
43829 # along with dllar; see the file COPYING. If not, write to the Free
43830 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
43833 # To successfuly run this program you will need:
43834 # - Current drive should have LFN support (HPFS, ext2, network, etc)
43835 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
43837 # (used to build the .dll)
43839 # (used to create .def file from .o files)
43841 # (used to create .a file from .def file)
43842 # - GNU text utilites (cat, sort, uniq)
43843 # used to process emxexp output
43844 # - GNU file utilities (mv, rm)
43846 # - lxlite (optional, see flag below)
43847 # (used for general .dll cleanup)
43854 # basnam, variant of basename, which does _not_ remove the path, _iff_
43855 # second argument (suffix to remove) is given
43859 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
43862 echo ${D}1 | sed 's/'${D}2'${D}//'
43865 echo "error in basnam ${D}*"
43871 # Cleanup temporary files and output
43874 for i in ${D}inputFiles ; do
43877 rm -rf \`basnam ${D}i !\`
43884 # Kill result in case of failure as there is just to many stupid make/nmake
43885 # things out there which doesn't do this.
43886 if [ ${D}# -eq 0 ]; then
43887 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
43891 # Print usage and exit script with rc=1.
43893 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
43894 echo ' [-name-mangler-script script.sh]'
43895 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
43896 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
43897 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
43898 echo ' [*.o] [*.a]'
43899 echo '*> "output_file" should have no extension.'
43900 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
43901 echo ' The import library name is derived from this and is set to "name".a,'
43902 echo ' unless overridden by -import'
43903 echo '*> "importlib_name" should have no extension.'
43904 echo ' If it has the .o, or .a extension, it is automatically removed.'
43905 echo ' This name is used as the import library name and may be longer and'
43906 echo ' more descriptive than the DLL name which has to follow the old '
43907 echo ' 8.3 convention of FAT.'
43908 echo '*> "script.sh may be given to override the output_file name by a'
43909 echo ' different name. It is mainly useful if the regular make process'
43910 echo ' of some package does not take into account OS/2 restriction of'
43911 echo ' DLL name lengths. It takes the importlib name as input and is'
43912 echo ' supposed to procude a shorter name as output. The script should'
43913 echo ' expect to get importlib_name without extension and should produce'
43914 echo ' a (max.) 8 letter name without extension.'
43915 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
43916 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
43917 echo ' These flags will be put at the start of GCC command line.'
43918 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
43919 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
43920 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
43921 echo ' If the last character of a symbol is "*", all symbols beginning'
43922 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
43923 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
43924 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
43925 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
43926 echo ' C runtime DLLs.'
43927 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
43928 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
43929 echo ' unchanged to GCC at the end of command line.'
43930 echo '*> If you create a DLL from a library and you do not specify -o,'
43931 echo ' the basename for DLL and import library will be set to library name,'
43932 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
43933 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
43934 echo ' library will be renamed into gcc_s.a.'
43937 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
43938 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
43943 # Execute a command.
43944 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
43945 # @Uses Whatever CleanUp() uses.
43951 if [ ${D}rcCmd -ne 0 ]; then
43952 echo "command failed, exit code="${D}rcCmd
43967 CFLAGS="-s -Zcrtdll"
43969 EXPORT_BY_ORDINALS=0
43974 case ${D}curDirS in
43978 curDirS=${D}{curDirS}"/"
43981 # Parse commandline
43984 while [ ${D}1 ]; do
43987 EXPORT_BY_ORDINALS=1;
43997 -name-mangler-script)
44018 exclude_symbols=${D}{exclude_symbols}${D}1" "
44022 library_flags=${D}{library_flags}${D}1" "
44041 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44044 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
44045 if [ ${D}omfLinking -eq 1 ]; then
44046 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
44048 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
44053 if [ ${D}libsToLink -ne 0 ]; then
44054 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
44056 for file in ${D}1 ; do
44057 if [ -f ${D}file ]; then
44058 inputFiles="${D}{inputFiles} ${D}file"
44062 if [ ${D}found -eq 0 ]; then
44063 echo "ERROR: No file(s) found: "${D}1
44070 done # iterate cmdline words
44073 if [ -z "${D}inputFiles" ]; then
44074 echo "dllar: no input files"
44078 # Now extract all .o files from .a files
44080 for file in ${D}inputFiles ; do
44091 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
44096 dirname=\`basnam ${D}file ${D}suffix\`"_%"
44098 if [ ${D}? -ne 0 ]; then
44099 echo "Failed to create subdirectory ./${D}dirname"
44103 # Append '!' to indicate archive
44104 newInputFiles="${D}newInputFiles ${D}{dirname}!"
44105 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
44108 for subfile in ${D}dirname/*.o* ; do
44109 if [ -f ${D}subfile ]; then
44111 if [ -s ${D}subfile ]; then
44112 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
44113 newInputFiles="${D}newInputFiles ${D}subfile"
44117 if [ ${D}found -eq 0 ]; then
44118 echo "WARNING: there are no files in archive \\'${D}file\\'"
44122 newInputFiles="${D}{newInputFiles} ${D}file"
44126 inputFiles="${D}newInputFiles"
44128 # Output filename(s).
44130 if [ -z ${D}outFile ]; then
44132 set outFile ${D}inputFiles; outFile=${D}2
44135 # If it is an archive, remove the '!' and the '_%' suffixes
44136 case ${D}outFile in
44138 outFile=\`basnam ${D}outFile _%!\`
44143 case ${D}outFile in
44145 outFile=\`basnam ${D}outFile .dll\`
44148 outFile=\`basnam ${D}outFile .DLL\`
44151 outFile=\`basnam ${D}outFile .o\`
44154 outFile=\`basnam ${D}outFile .obj\`
44157 outFile=\`basnam ${D}outFile .a\`
44160 outFile=\`basnam ${D}outFile .lib\`
44165 case ${D}outimpFile in
44167 outimpFile=\`basnam ${D}outimpFile .a\`
44170 outimpFile=\`basnam ${D}outimpFile .lib\`
44175 if [ -z ${D}outimpFile ]; then
44176 outimpFile=${D}outFile
44178 defFile="${D}{outFile}.def"
44179 arcFile="${D}{outimpFile}.a"
44180 arcFile2="${D}{outimpFile}.lib"
44182 #create ${D}dllFile as something matching 8.3 restrictions,
44183 if [ -z ${D}renameScript ] ; then
44184 dllFile="${D}outFile"
44186 dllFile=\`${D}renameScript ${D}outimpFile\`
44189 if [ ${D}do_backup -ne 0 ] ; then
44190 if [ -f ${D}arcFile ] ; then
44191 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
44193 if [ -f ${D}arcFile2 ] ; then
44194 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
44198 # Extract public symbols from all the object files.
44199 tmpdefFile=${D}{defFile}_%
44200 rm -f ${D}tmpdefFile
44201 for file in ${D}inputFiles ; do
44206 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
44211 # Create the def file.
44213 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
44214 dllFile="${D}{dllFile}.dll"
44215 if [ ! -z ${D}description ]; then
44216 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
44218 echo "EXPORTS" >> ${D}defFile
44220 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
44221 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
44223 # Checks if the export is ok or not.
44224 for word in ${D}exclude_symbols; do
44225 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
44226 mv ${D}{tmpdefFile}% ${D}tmpdefFile
44230 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
44231 sed "=" < ${D}tmpdefFile | \\
44235 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
44237 ' > ${D}{tmpdefFile}%
44238 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
44240 rm -f ${D}{tmpdefFile}%
44242 cat ${D}tmpdefFile >> ${D}defFile
44243 rm -f ${D}tmpdefFile
44245 # Do linking, create implib, and apply lxlite.
44247 for file in ${D}inputFiles ; do
44252 gccCmdl="${D}gccCmdl ${D}file"
44256 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
44257 touch "${D}{outFile}.dll"
44259 doCommand "emximp -o ${D}arcFile ${D}defFile"
44260 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
44262 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
44265 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
44267 doCommand "emxomf -s -l ${D}arcFile"
44277 powerpc
-apple-macos* | \
44278 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
44287 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
44288 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
44289 { (exit 1); exit 1; }; }
44292 if test "x$PIC_FLAG" != "x" ; then
44293 PIC_FLAG
="$PIC_FLAG -DPIC"
44296 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
44297 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
44299 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
44300 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
44319 case "${BAKEFILE_HOST}" in
44320 *-*-linux* | *-*-freebsd* | *-*-k*bsd
*-gnu )
44321 SONAME_FLAG
="-Wl,-soname,"
44355 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
44356 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
44359 if test "x$GCC" = "xyes"; then
44361 case "${BAKEFILE_HOST}" in
44363 DEPSFLAG
="-no-cpp-precomp -MMD"
44369 echo "$as_me:$LINENO: result: gcc" >&5
44370 echo "${ECHO_T}gcc" >&6
44371 elif test "x$MWCC" = "xyes"; then
44374 echo "$as_me:$LINENO: result: mwcc" >&5
44375 echo "${ECHO_T}mwcc" >&6
44376 elif test "x$SUNCC" = "xyes"; then
44379 echo "$as_me:$LINENO: result: Sun cc" >&5
44380 echo "${ECHO_T}Sun cc" >&6
44381 elif test "x$SGICC" = "xyes"; then
44384 echo "$as_me:$LINENO: result: SGI cc" >&5
44385 echo "${ECHO_T}SGI cc" >&6
44388 echo "$as_me:$LINENO: result: none" >&5
44389 echo "${ECHO_T}none" >&6
44392 if test $DEPS_TRACKING = 1 ; then
44398 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
44399 # script. It is used to track C/C++ files dependencies in portable way.
44401 # Permission is given to use this file in any way.
44403 DEPSMODE=${DEPSMODE}
44405 DEPSFLAG="${DEPSFLAG}"
44407 mkdir -p ${D}DEPSDIR
44409 if test ${D}DEPSMODE = gcc ; then
44410 ${D}* ${D}{DEPSFLAG}
44412 if test ${D}{status} != 0 ; then
44415 # move created file to the location we want it in:
44416 while test ${D}# -gt 0; do
44430 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
44431 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
44432 if test -f ${D}depfile ; then
44433 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
44436 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
44437 if test -f ${D}depfile ; then
44438 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
44443 elif test ${D}DEPSMODE = mwcc ; then
44444 ${D}* || exit ${D}?
44445 # Run mwcc again with -MM and redirect into the dep file we want
44446 # NOTE: We can't use shift here because we need ${D}* to be valid
44448 for arg in ${D}* ; do
44449 if test "${D}prevarg" = "-o"; then
44462 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
44464 elif test ${D}DEPSMODE = unixcc; then
44465 ${D}* || exit ${D}?
44466 # Run compiler again with deps flag and redirect into the dep file.
44467 # It doesn't work if the '-o FILE' option is used, but without it the
44468 # dependency file will contain the wrong name for the object. So it is
44469 # removed from the command line, and the dep file is fixed with sed.
44471 while test ${D}# -gt 0; do
44478 eval arg${D}#=\\${D}1
44479 cmd="${D}cmd \\${D}arg${D}#"
44484 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
44501 case ${BAKEFILE_HOST} in
44502 *-*-cygwin* | *-*-mingw32* )
44503 if test "$build" != "$host" ; then
44504 RESCOMP
=$host_alias-windres
44506 # Extract the first word of "windres", so it can be a program name with args.
44507 set dummy windres
; ac_word
=$2
44508 echo "$as_me:$LINENO: checking for $ac_word" >&5
44509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44510 if test "${ac_cv_prog_RESCOMP+set}" = set; then
44511 echo $ECHO_N "(cached) $ECHO_C" >&6
44513 if test -n "$RESCOMP"; then
44514 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
44516 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44517 for as_dir
in $PATH
44520 test -z "$as_dir" && as_dir
=.
44521 for ac_exec_ext
in '' $ac_executable_extensions; do
44522 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44523 ac_cv_prog_RESCOMP
="windres"
44524 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44530 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
44533 RESCOMP
=$ac_cv_prog_RESCOMP
44534 if test -n "$RESCOMP"; then
44535 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44536 echo "${ECHO_T}$RESCOMP" >&6
44538 echo "$as_me:$LINENO: result: no" >&5
44539 echo "${ECHO_T}no" >&6
44545 *-*-darwin* | powerpc
-apple-macos* )
44546 # Extract the first word of "Rez", so it can be a program name with args.
44547 set dummy Rez
; ac_word
=$2
44548 echo "$as_me:$LINENO: checking for $ac_word" >&5
44549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44550 if test "${ac_cv_prog_RESCOMP+set}" = set; then
44551 echo $ECHO_N "(cached) $ECHO_C" >&6
44553 if test -n "$RESCOMP"; then
44554 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
44556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44557 for as_dir
in $PATH
44560 test -z "$as_dir" && as_dir
=.
44561 for ac_exec_ext
in '' $ac_executable_extensions; do
44562 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44563 ac_cv_prog_RESCOMP
="Rez"
44564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44570 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
44573 RESCOMP
=$ac_cv_prog_RESCOMP
44574 if test -n "$RESCOMP"; then
44575 echo "$as_me:$LINENO: result: $RESCOMP" >&5
44576 echo "${ECHO_T}$RESCOMP" >&6
44578 echo "$as_me:$LINENO: result: no" >&5
44579 echo "${ECHO_T}no" >&6
44582 # Extract the first word of "SetFile", so it can be a program name with args.
44583 set dummy SetFile
; ac_word
=$2
44584 echo "$as_me:$LINENO: checking for $ac_word" >&5
44585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
44586 if test "${ac_cv_prog_SETFILE+set}" = set; then
44587 echo $ECHO_N "(cached) $ECHO_C" >&6
44589 if test -n "$SETFILE"; then
44590 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
44592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
44593 for as_dir
in $PATH
44596 test -z "$as_dir" && as_dir
=.
44597 for ac_exec_ext
in '' $ac_executable_extensions; do
44598 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44599 ac_cv_prog_SETFILE
="SetFile"
44600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44606 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
44609 SETFILE
=$ac_cv_prog_SETFILE
44610 if test -n "$SETFILE"; then
44611 echo "$as_me:$LINENO: result: $SETFILE" >&5
44612 echo "${ECHO_T}$SETFILE" >&6
44614 echo "$as_me:$LINENO: result: no" >&5
44615 echo "${ECHO_T}no" >&6
44625 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.9"
44628 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.9"
44632 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
44633 if test "${enable_precomp_headers+set}" = set; then
44634 enableval
="$enable_precomp_headers"
44635 bk_use_pch
="$enableval"
44640 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
44641 if test "x$GCC" = "xyes"; then
44642 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
44643 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
44644 cat >conftest.
$ac_ext <<_ACEOF
44647 cat confdefs.h
>>conftest.
$ac_ext
44648 cat >>conftest.
$ac_ext <<_ACEOF
44649 /* end confdefs.h. */
44655 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
44656 #error "no pch support"
44659 #error "no pch support"
44661 #if (__GNUC__ == 3) && \
44662 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
44663 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
44664 #error "no pch support"
44671 rm -f conftest.
$ac_objext
44672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44673 (eval $ac_compile) 2>conftest.er1
44675 grep -v '^ *+' conftest.er1
>conftest.err
44677 cat conftest.err
>&5
44678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44679 (exit $ac_status); } &&
44680 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44682 (eval $ac_try) 2>&5
44684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44685 (exit $ac_status); }; } &&
44686 { ac_try
='test -s conftest.$ac_objext'
44687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44688 (eval $ac_try) 2>&5
44690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44691 (exit $ac_status); }; }; then
44693 echo "$as_me:$LINENO: result: yes" >&5
44694 echo "${ECHO_T}yes" >&6
44698 echo "$as_me: failed program was:" >&5
44699 sed 's/^/| /' conftest.
$ac_ext >&5
44702 echo "$as_me:$LINENO: result: no" >&5
44703 echo "${ECHO_T}no" >&6
44706 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44707 if test $GCC_PCH = 1 ; then
44710 cat <<EOF >bk-make-pch
44713 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
44714 # script. It is used to generated precompiled headers.
44716 # Permission is given to use this file in any way.
44725 while test ${D}{#} -gt 0; do
44728 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
44729 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
44730 headerfile="${D}{incdir}/${D}{header}"
44734 compiler="${D}{compiler} ${D}{1}"
44738 if test "x${D}{headerfile}" = "x" ; then
44739 echo "error: can't find header ${D}{header} in include paths" >2
44741 if test -f ${D}{outfile} ; then
44742 rm -f ${D}{outfile}
44744 mkdir -p \`dirname ${D}{outfile}\`
44746 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
44748 # can do this because gcc is >= 3.4:
44749 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
44754 chmod +x bk
-make-pch
44761 COND_BUILD_DEBUG
="#"
44762 if test "x$BUILD" = "xdebug" ; then
44763 COND_BUILD_DEBUG
=""
44766 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
44767 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
44768 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
44771 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
44772 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
44773 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
44776 COND_BUILD_DEBUG_UNICODE_0
="#"
44777 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
44778 COND_BUILD_DEBUG_UNICODE_0
=""
44781 COND_BUILD_DEBUG_UNICODE_1
="#"
44782 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
44783 COND_BUILD_DEBUG_UNICODE_1
=""
44786 COND_BUILD_RELEASE
="#"
44787 if test "x$BUILD" = "xrelease" ; then
44788 COND_BUILD_RELEASE
=""
44791 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
44792 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
44793 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
44796 COND_BUILD_RELEASE_UNICODE_0
="#"
44797 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
44798 COND_BUILD_RELEASE_UNICODE_0
=""
44801 COND_BUILD_RELEASE_UNICODE_1
="#"
44802 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
44803 COND_BUILD_RELEASE_UNICODE_1
=""
44806 COND_DEBUG_FLAG_1
="#"
44807 if test "x$DEBUG_FLAG" = "x1" ; then
44808 COND_DEBUG_FLAG_1
=""
44811 COND_DEBUG_INFO_0
="#"
44812 if test "x$DEBUG_INFO" = "x0" ; then
44813 COND_DEBUG_INFO_0
=""
44816 COND_DEBUG_INFO_1
="#"
44817 if test "x$DEBUG_INFO" = "x1" ; then
44818 COND_DEBUG_INFO_1
=""
44821 COND_DEPS_TRACKING_0
="#"
44822 if test "x$DEPS_TRACKING" = "x0" ; then
44823 COND_DEPS_TRACKING_0
=""
44826 COND_DEPS_TRACKING_1
="#"
44827 if test "x$DEPS_TRACKING" = "x1" ; then
44828 COND_DEPS_TRACKING_1
=""
44832 if test "x$GCC_PCH" = "x1" ; then
44836 COND_MONOLITHIC_0
="#"
44837 if test "x$MONOLITHIC" = "x0" ; then
44838 COND_MONOLITHIC_0
=""
44841 COND_MONOLITHIC_0_SHARED_0
="#"
44842 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
44843 COND_MONOLITHIC_0_SHARED_0
=""
44846 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
44847 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
44848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
44851 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
44852 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44853 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
44856 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
44857 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44858 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
44861 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
44862 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44863 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
44866 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
44867 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
44868 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
44871 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
44872 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
44873 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
44876 COND_MONOLITHIC_0_SHARED_1
="#"
44877 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
44878 COND_MONOLITHIC_0_SHARED_1
=""
44881 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
44882 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
44883 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
44886 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
44887 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
44888 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
44891 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
44892 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
44893 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
44896 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
44897 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
44898 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
44901 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
44902 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
44903 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
44906 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
44907 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
44908 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
44911 COND_MONOLITHIC_0_USE_ODBC_1
="#"
44912 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
44913 COND_MONOLITHIC_0_USE_ODBC_1
=""
44916 COND_MONOLITHIC_1
="#"
44917 if test "x$MONOLITHIC" = "x1" ; then
44918 COND_MONOLITHIC_1
=""
44921 COND_MONOLITHIC_1_SHARED_0
="#"
44922 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
44923 COND_MONOLITHIC_1_SHARED_0
=""
44926 COND_MONOLITHIC_1_SHARED_1
="#"
44927 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
44928 COND_MONOLITHIC_1_SHARED_1
=""
44931 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
44932 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
44933 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
44936 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
44937 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
44938 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
44941 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
44942 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44943 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
44946 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
44947 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
44948 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
44951 COND_PLATFORM_MACOSX_1
="#"
44952 if test "x$PLATFORM_MACOSX" = "x1" ; then
44953 COND_PLATFORM_MACOSX_1
=""
44956 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
44957 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
44958 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
44961 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
44962 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
44963 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
44966 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
44967 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
44968 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
44971 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
44972 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
44973 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
44976 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
44977 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
44978 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
44981 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
44982 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
44983 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
44986 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
44987 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
44988 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
44991 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
44992 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
44993 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
44996 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
44997 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
44998 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
45001 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
45002 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45003 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
45006 COND_PLATFORM_MACOS_1
="#"
45007 if test "x$PLATFORM_MACOS" = "x1" ; then
45008 COND_PLATFORM_MACOS_1
=""
45011 COND_PLATFORM_MAC_1
="#"
45012 if test "x$PLATFORM_MAC" = "x1" ; then
45013 COND_PLATFORM_MAC_1
=""
45016 COND_PLATFORM_MSDOS_1
="#"
45017 if test "x$PLATFORM_MSDOS" = "x1" ; then
45018 COND_PLATFORM_MSDOS_1
=""
45021 COND_PLATFORM_OS2_1
="#"
45022 if test "x$PLATFORM_OS2" = "x1" ; then
45023 COND_PLATFORM_OS2_1
=""
45026 COND_PLATFORM_UNIX_0
="#"
45027 if test "x$PLATFORM_UNIX" = "x0" ; then
45028 COND_PLATFORM_UNIX_0
=""
45031 COND_PLATFORM_UNIX_1
="#"
45032 if test "x$PLATFORM_UNIX" = "x1" ; then
45033 COND_PLATFORM_UNIX_1
=""
45036 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
45037 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
45038 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
45041 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
45042 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
45043 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
45046 COND_PLATFORM_WIN32_0
="#"
45047 if test "x$PLATFORM_WIN32" = "x0" ; then
45048 COND_PLATFORM_WIN32_0
=""
45051 COND_PLATFORM_WIN32_1
="#"
45052 if test "x$PLATFORM_WIN32" = "x1" ; then
45053 COND_PLATFORM_WIN32_1
=""
45057 if test "x$SHARED" = "x0" ; then
45061 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
45062 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
45063 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
45066 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
45067 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
45068 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
45071 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
45072 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
45073 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
45076 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
45077 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45078 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
45081 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
45082 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45083 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
45086 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
45087 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45088 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
45091 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
45092 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45093 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
45096 COND_SHARED_0_USE_XRC_1
="#"
45097 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
45098 COND_SHARED_0_USE_XRC_1
=""
45101 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
45102 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
45103 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
45106 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
45107 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
45108 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
45111 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
45112 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
45113 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
45116 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
45117 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
45118 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
45122 if test "x$SHARED" = "x1" ; then
45126 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
45127 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
45128 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
45131 COND_SHARED_1_USE_XRC_1
="#"
45132 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
45133 COND_SHARED_1_USE_XRC_1
=""
45137 if test "x$TOOLKIT" = "x" ; then
45141 COND_TOOLKIT_COCOA
="#"
45142 if test "x$TOOLKIT" = "xCOCOA" ; then
45143 COND_TOOLKIT_COCOA
=""
45146 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
45147 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
45148 COND_TOOLKIT_COCOA_USE_GUI_1
=""
45151 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
45152 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45153 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
45156 COND_TOOLKIT_GTK
="#"
45157 if test "x$TOOLKIT" = "xGTK" ; then
45158 COND_TOOLKIT_GTK
=""
45161 COND_TOOLKIT_GTK_USE_GUI_1
="#"
45162 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
45163 COND_TOOLKIT_GTK_USE_GUI_1
=""
45166 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
45167 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45168 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
45171 COND_TOOLKIT_MAC
="#"
45172 if test "x$TOOLKIT" = "xMAC" ; then
45173 COND_TOOLKIT_MAC
=""
45176 COND_TOOLKIT_MAC_USE_GUI_1
="#"
45177 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
45178 COND_TOOLKIT_MAC_USE_GUI_1
=""
45181 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
45182 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45183 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
45186 COND_TOOLKIT_MGL
="#"
45187 if test "x$TOOLKIT" = "xMGL" ; then
45188 COND_TOOLKIT_MGL
=""
45191 COND_TOOLKIT_MGL_USE_GUI_1
="#"
45192 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
45193 COND_TOOLKIT_MGL_USE_GUI_1
=""
45196 COND_TOOLKIT_MOTIF
="#"
45197 if test "x$TOOLKIT" = "xMOTIF" ; then
45198 COND_TOOLKIT_MOTIF
=""
45201 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
45202 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
45203 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
45206 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
45207 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45208 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
45211 COND_TOOLKIT_MSW
="#"
45212 if test "x$TOOLKIT" = "xMSW" ; then
45213 COND_TOOLKIT_MSW
=""
45216 COND_TOOLKIT_MSW_USE_GUI_1
="#"
45217 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
45218 COND_TOOLKIT_MSW_USE_GUI_1
=""
45221 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
45222 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45223 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
45226 COND_TOOLKIT_PM
="#"
45227 if test "x$TOOLKIT" = "xPM" ; then
45231 COND_TOOLKIT_PM_USE_GUI_1
="#"
45232 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
45233 COND_TOOLKIT_PM_USE_GUI_1
=""
45236 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
45237 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45238 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
45241 COND_TOOLKIT_WINCE
="#"
45242 if test "x$TOOLKIT" = "xWINCE" ; then
45243 COND_TOOLKIT_WINCE
=""
45246 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
45247 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
45248 COND_TOOLKIT_WINCE_USE_GUI_1
=""
45251 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
45252 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45253 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
45256 COND_TOOLKIT_X11
="#"
45257 if test "x$TOOLKIT" = "xX11" ; then
45258 COND_TOOLKIT_X11
=""
45261 COND_TOOLKIT_X11_USE_GUI_1
="#"
45262 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
45263 COND_TOOLKIT_X11_USE_GUI_1
=""
45267 if test "x$UNICODE" = "x1" ; then
45271 COND_USE_EXCEPTIONS_0
="#"
45272 if test "x$USE_EXCEPTIONS" = "x0" ; then
45273 COND_USE_EXCEPTIONS_0
=""
45276 COND_USE_EXCEPTIONS_1
="#"
45277 if test "x$USE_EXCEPTIONS" = "x1" ; then
45278 COND_USE_EXCEPTIONS_1
=""
45282 if test "x$USE_GUI" = "x0" ; then
45287 if test "x$USE_GUI" = "x1" ; then
45291 COND_USE_GUI_1_WXUNIV_0
="#"
45292 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
45293 COND_USE_GUI_1_WXUNIV_0
=""
45296 COND_USE_GUI_1_WXUNIV_1
="#"
45297 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
45298 COND_USE_GUI_1_WXUNIV_1
=""
45301 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
45302 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45303 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
45306 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
45307 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45308 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
45311 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
45312 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45313 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
45316 COND_USE_ODBC_1
="#"
45317 if test "x$USE_ODBC" = "x1" ; then
45321 COND_USE_OPENGL_1
="#"
45322 if test "x$USE_OPENGL" = "x1" ; then
45323 COND_USE_OPENGL_1
=""
45326 COND_USE_PLUGINS_0
="#"
45327 if test "x$USE_PLUGINS" = "x0" ; then
45328 COND_USE_PLUGINS_0
=""
45331 COND_USE_RTTI_0
="#"
45332 if test "x$USE_RTTI" = "x0" ; then
45336 COND_USE_RTTI_1
="#"
45337 if test "x$USE_RTTI" = "x1" ; then
45341 COND_USE_SOSYMLINKS_1
="#"
45342 if test "x$USE_SOSYMLINKS" = "x1" ; then
45343 COND_USE_SOSYMLINKS_1
=""
45346 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
45347 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
45348 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
45351 COND_USE_SOVERLINUX_1
="#"
45352 if test "x$USE_SOVERLINUX" = "x1" ; then
45353 COND_USE_SOVERLINUX_1
=""
45356 COND_USE_SOVERSION_0
="#"
45357 if test "x$USE_SOVERSION" = "x0" ; then
45358 COND_USE_SOVERSION_0
=""
45361 COND_USE_SOVERSOLARIS_1
="#"
45362 if test "x$USE_SOVERSOLARIS" = "x1" ; then
45363 COND_USE_SOVERSOLARIS_1
=""
45366 COND_USE_THREADS_0
="#"
45367 if test "x$USE_THREADS" = "x0" ; then
45368 COND_USE_THREADS_0
=""
45371 COND_USE_THREADS_1
="#"
45372 if test "x$USE_THREADS" = "x1" ; then
45373 COND_USE_THREADS_1
=""
45377 if test "x$USE_XRC" = "x1" ; then
45381 COND_WINDOWS_IMPLIB_1
="#"
45382 if test "x$WINDOWS_IMPLIB" = "x1" ; then
45383 COND_WINDOWS_IMPLIB_1
=""
45386 COND_WITH_PLUGIN_SDL_1
="#"
45387 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
45388 COND_WITH_PLUGIN_SDL_1
=""
45392 if test "x$WXUNIV" = "x0" ; then
45397 if test "x$WXUNIV" = "x1" ; then
45401 COND_WXUSE_EXPAT_BUILTIN
="#"
45402 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
45403 COND_WXUSE_EXPAT_BUILTIN
=""
45406 COND_WXUSE_LIBJPEG_BUILTIN
="#"
45407 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
45408 COND_WXUSE_LIBJPEG_BUILTIN
=""
45411 COND_WXUSE_LIBPNG_BUILTIN
="#"
45412 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
45413 COND_WXUSE_LIBPNG_BUILTIN
=""
45416 COND_WXUSE_LIBTIFF_BUILTIN
="#"
45417 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
45418 COND_WXUSE_LIBTIFF_BUILTIN
=""
45421 COND_WXUSE_ODBC_BUILTIN
="#"
45422 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
45423 COND_WXUSE_ODBC_BUILTIN
=""
45426 COND_WXUSE_REGEX_BUILTIN
="#"
45427 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
45428 COND_WXUSE_REGEX_BUILTIN
=""
45431 COND_WXUSE_ZLIB_BUILTIN
="#"
45432 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
45433 COND_WXUSE_ZLIB_BUILTIN
=""
45438 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
45439 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
45440 echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
45441 { (exit 1); exit 1; }; }
45444 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
45445 { { 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
45446 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;}
45447 { (exit 1); exit 1; }; }
45451 if test "$wxUSE_SHARED" = "yes"; then
45453 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
45454 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
45457 *-pc-os2_emx | *-pc-os2-emx )
45458 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45459 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
45460 cp -p ${srcdir}/src
/os
2/dllnames.sh .
45461 cp -p ${srcdir}/src
/os
2/dllar.sh .
45466 EXE_LINKER
="$CXX -o"
45469 if test "$wxUSE_OMF" = "yes"; then
45471 *-pc-os2_emx | *-pc-os2-emx )
45472 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
45473 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
45474 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
45479 GCC_PRAGMA_FLAGS
=""
45482 if test $GCC_PCH = 1 ; then
45483 PCH_FLAGS
="-DWX_PRECOMP"
45484 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
45486 if test "$GCC" = yes; then
45487 echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5
45488 echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
45489 cat >conftest.
$ac_ext <<_ACEOF
45492 cat confdefs.h
>>conftest.
$ac_ext
45493 cat >>conftest.
$ac_ext <<_ACEOF
45494 /* end confdefs.h. */
45500 Not GCC 4.0 or greater
45507 rm -f conftest.
$ac_objext
45508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45509 (eval $ac_compile) 2>conftest.er1
45511 grep -v '^ *+' conftest.er1
>conftest.err
45513 cat conftest.err
>&5
45514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45515 (exit $ac_status); } &&
45516 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45518 (eval $ac_try) 2>&5
45520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45521 (exit $ac_status); }; } &&
45522 { ac_try
='test -s conftest.$ac_objext'
45523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45524 (eval $ac_try) 2>&5
45526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45527 (exit $ac_status); }; }; then
45528 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
45529 echo "$as_me:$LINENO: result: yes" >&5
45530 echo "${ECHO_T}yes" >&6
45532 echo "$as_me: failed program was:" >&5
45533 sed 's/^/| /' conftest.
$ac_ext >&5
45535 echo "$as_me:$LINENO: result: no" >&5
45536 echo "${ECHO_T}no" >&6
45539 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
45542 if test "$wxUSE_STL" = "yes" -o \
45543 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
45544 "$wxUSE_NO_RTTI" != "yes"; then
45545 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
45546 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
45547 cat >conftest.
$ac_ext <<_ACEOF
45550 cat confdefs.h
>>conftest.
$ac_ext
45551 cat >>conftest.
$ac_ext <<_ACEOF
45552 /* end confdefs.h. */
45557 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
45558 Not GCC 3.2 or greater
45565 rm -f conftest.
$ac_objext
45566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45567 (eval $ac_compile) 2>conftest.er1
45569 grep -v '^ *+' conftest.er1
>conftest.err
45571 cat conftest.err
>&5
45572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45573 (exit $ac_status); } &&
45574 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45576 (eval $ac_try) 2>&5
45578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45579 (exit $ac_status); }; } &&
45580 { ac_try
='test -s conftest.$ac_objext'
45581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45582 (eval $ac_try) 2>&5
45584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45585 (exit $ac_status); }; }; then
45586 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
45587 echo "$as_me:$LINENO: result: yes" >&5
45588 echo "${ECHO_T}yes" >&6
45590 echo "$as_me: failed program was:" >&5
45591 sed 's/^/| /' conftest.
$ac_ext >&5
45593 echo "$as_me:$LINENO: result: no" >&5
45594 echo "${ECHO_T}no" >&6
45596 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45599 *-pc-os2_emx | *-pc-os2-emx )
45600 if test "$wxUSE_STL" = "yes"; then
45601 echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5
45602 echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
45603 cat >conftest.
$ac_ext <<_ACEOF
45606 cat confdefs.h
>>conftest.
$ac_ext
45607 cat >>conftest.
$ac_ext <<_ACEOF
45608 /* end confdefs.h. */
45613 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
45614 Not GCC 3.2 or greater
45621 rm -f conftest.
$ac_objext
45622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45623 (eval $ac_compile) 2>conftest.er1
45625 grep -v '^ *+' conftest.er1
>conftest.err
45627 cat conftest.err
>&5
45628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45629 (exit $ac_status); } &&
45630 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45632 (eval $ac_try) 2>&5
45634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45635 (exit $ac_status); }; } &&
45636 { ac_try
='test -s conftest.$ac_objext'
45637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45638 (eval $ac_try) 2>&5
45640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45641 (exit $ac_status); }; }; then
45642 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
45643 echo "$as_me:$LINENO: result: yes" >&5
45644 echo "${ECHO_T}yes" >&6
45646 echo "$as_me: failed program was:" >&5
45647 sed 's/^/| /' conftest.
$ac_ext >&5
45649 echo "$as_me:$LINENO: result: no" >&5
45650 echo "${ECHO_T}no" >&6
45652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45661 CPPFLAGS
="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS"
45664 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
45728 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
45729 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
45730 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
45731 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
45732 echo $ECHO_N "(cached) $ECHO_C" >&6
45734 cat >conftest.
make <<\_ACEOF
45736 @
echo 'ac_maketemp="$(MAKE)"'
45738 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
45739 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
45740 if test -n "$ac_maketemp"; then
45741 eval ac_cv_prog_make_
${ac_make}_set
=yes
45743 eval ac_cv_prog_make_
${ac_make}_set
=no
45745 rm -f conftest.
make
45747 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
45748 echo "$as_me:$LINENO: result: yes" >&5
45749 echo "${ECHO_T}yes" >&6
45752 echo "$as_me:$LINENO: result: no" >&5
45753 echo "${ECHO_T}no" >&6
45754 SET_MAKE
="MAKE=${MAKE-make}"
45759 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
45762 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
45765 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
45768 ac_config_files
="$ac_config_files version-script Makefile"
45771 ac_config_commands
="$ac_config_commands wx-config
45777 if test "$wxUSE_GUI" = "yes"; then
45778 SUBDIRS
="samples demos utils contrib"
45779 else SUBDIRS
="samples utils"
45784 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
45785 if test "${with_cppunit_prefix+set}" = set; then
45786 withval
="$with_cppunit_prefix"
45787 cppunit_config_prefix
="$withval"
45789 cppunit_config_prefix
=""
45792 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
45793 if test "${with_cppunit_exec_prefix+set}" = set; then
45794 withval
="$with_cppunit_exec_prefix"
45795 cppunit_config_exec_prefix
="$withval"
45797 cppunit_config_exec_prefix
=""
45800 if test x
$cppunit_config_exec_prefix != x
; then
45801 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
45802 if test x
${CPPUNIT_CONFIG+set} != xset
; then
45803 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
45806 if test x
$cppunit_config_prefix != x
; then
45807 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
45808 if test x
${CPPUNIT_CONFIG+set} != xset
; then
45809 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
45813 # Extract the first word of "cppunit-config", so it can be a program name with args.
45814 set dummy cppunit
-config; ac_word
=$2
45815 echo "$as_me:$LINENO: checking for $ac_word" >&5
45816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
45817 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
45818 echo $ECHO_N "(cached) $ECHO_C" >&6
45820 case $CPPUNIT_CONFIG in
45822 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
45825 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
45826 for as_dir
in $PATH
45829 test -z "$as_dir" && as_dir
=.
45830 for ac_exec_ext
in '' $ac_executable_extensions; do
45831 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45832 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
45833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
45839 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
45843 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
45845 if test -n "$CPPUNIT_CONFIG"; then
45846 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
45847 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
45849 echo "$as_me:$LINENO: result: no" >&5
45850 echo "${ECHO_T}no" >&6
45853 cppunit_version_min
=1.8.0
45855 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
45856 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
45858 if test "$CPPUNIT_CONFIG" = "no" ; then
45861 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
45862 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
45863 cppunit_version
=`$CPPUNIT_CONFIG --version`
45865 cppunit_major_version
=`echo $cppunit_version | \
45866 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45867 cppunit_minor_version
=`echo $cppunit_version | \
45868 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45869 cppunit_micro_version
=`echo $cppunit_version | \
45870 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45872 cppunit_major_min
=`echo $cppunit_version_min | \
45873 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
45874 cppunit_minor_min
=`echo $cppunit_version_min | \
45875 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
45876 cppunit_micro_min
=`echo $cppunit_version_min | \
45877 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
45879 cppunit_version_proper
=`expr \
45880 $cppunit_major_version \> $cppunit_major_min \| \
45881 $cppunit_major_version \= $cppunit_major_min \& \
45882 $cppunit_minor_version \> $cppunit_minor_min \| \
45883 $cppunit_major_version \= $cppunit_major_min \& \
45884 $cppunit_minor_version \= $cppunit_minor_min \& \
45885 $cppunit_micro_version \>= $cppunit_micro_min `
45887 if test "$cppunit_version_proper" = "1" ; then
45888 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
45889 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
45891 echo "$as_me:$LINENO: result: no" >&5
45892 echo "${ECHO_T}no" >&6
45897 if test "x$no_cppunit" = x
; then
45898 SUBDIRS
="$SUBDIRS tests"
45909 for subdir
in `echo $SUBDIRS`; do
45910 if test -d ${srcdir}/${subdir} ; then
45911 if test "$wxUSE_GUI" = "yes"; then
45912 if test ${subdir} = "samples"; then
45913 makefiles
="samples/Makefile.in $makefiles"
45914 for sample
in `echo $SAMPLES_SUBDIRS`; do
45915 if test -d $srcdir/samples
/$sample; then
45916 makefiles
="samples/$sample/Makefile.in $makefiles"
45920 disabled_var
=DISABLED_
`echo $subdir | tr [a-z] [A-Z]`;
45921 eval "disabled=\$$disabled_var"
45922 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
45923 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
45925 else if test ${subdir} = "samples"; then
45926 makefiles
="samples/Makefile.in samples/console/Makefile.in"
45927 elif test ${subdir} = "utils"; then
45929 for util
in HelpGen tex2rtf
; do
45930 if test -d $srcdir/utils
/$util ; then
45931 makefiles
="utils/$util/Makefile.in \
45932 utils/$util/src/Makefile.in \
45936 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
45940 for mkin
in $makefiles ; do
45941 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
45942 ac_config_files
="$ac_config_files $mk"
45949 cat >confcache
<<\_ACEOF
45950 # This file is a shell script that caches the results of configure
45951 # tests run on this system so they can be shared between configure
45952 # scripts and configure runs, see configure's option --config-cache.
45953 # It is not useful on other systems. If it contains results you don't
45954 # want to keep, you may remove or edit it.
45956 # config.status only pays attention to the cache file if you give it
45957 # the --recheck option to rerun configure.
45959 # `ac_cv_env_foo' variables (set or unset) will be overridden when
45960 # loading this file, other *unset* `ac_cv_foo' will be assigned the
45961 # following values.
45965 # The following way of writing the cache mishandles newlines in values,
45966 # but we know of no workaround that is simple, portable, and efficient.
45967 # So, don't put newlines in cache variables' values.
45968 # Ultrix sh set writes to stderr and can't be redirected directly,
45969 # and sets the high bit in the cache file unless we assign to the vars.
45972 case `(ac_space=' '; set | grep ac_space) 2>&1` in
45974 # `set' does not quote correctly, so add quotes (double-quote
45975 # substitution turns \\\\ into \\, and sed turns \\ into \).
45978 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
45981 # `set' quotes correctly as required by POSIX, so do not add quotes.
45983 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
45990 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
45992 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
45994 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
45995 if test -w $cache_file; then
45996 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
45997 cat confcache
>$cache_file
45999 echo "not updating unwritable cache $cache_file"
46004 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
46005 # Let make expand exec_prefix.
46006 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
46008 # VPATH may cause trouble with some makes, so we remove $(srcdir),
46009 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46010 # trailing colons and then remove the whole line if VPATH becomes empty
46011 # (actually we leave an empty line to preserve line numbers).
46012 if test "x$srcdir" = x.
; then
46013 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
46014 s/:*\$(srcdir):*/:/;
46015 s/:*\${srcdir}:*/:/;
46017 s/^\([^=]*=[ ]*\):*/\1/;
46023 DEFS
=-DHAVE_CONFIG_H
46027 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
46028 # 1. Remove the extension, and $U if already installed.
46029 ac_i
=`echo "$ac_i" |
46030 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
46032 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
46033 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
46035 LIBOBJS
=$ac_libobjs
46037 LTLIBOBJS
=$ac_ltlibobjs
46041 : ${CONFIG_STATUS=./config.status}
46042 ac_clean_files_save
=$ac_clean_files
46043 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
46044 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
46045 echo "$as_me: creating $CONFIG_STATUS" >&6;}
46046 cat >$CONFIG_STATUS <<_ACEOF
46048 # Generated by $as_me.
46049 # Run this file to recreate the current configuration.
46050 # Compiler output produced by configure, useful for debugging
46051 # configure, is in config.log if it exists.
46054 ac_cs_recheck=false
46056 SHELL=\${CONFIG_SHELL-$SHELL}
46059 cat >>$CONFIG_STATUS <<\_ACEOF
46060 ## --------------------- ##
46061 ## M4sh Initialization. ##
46062 ## --------------------- ##
46064 # Be Bourne compatible
46065 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
46068 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
46069 # is contrary to our usage. Disable this feature.
46070 alias -g '${1+"$@"}'='"$@"'
46071 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
46074 DUALCASE
=1; export DUALCASE
# for MKS sh
46076 # Support unset when possible.
46077 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
46084 # Work around bugs in pre-3.0 UWIN ksh.
46085 $as_unset ENV MAIL MAILPATH
46092 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
46093 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
46094 LC_TELEPHONE LC_TIME
46096 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
46097 eval $as_var=C
; export $as_var
46103 # Required to use basename.
46104 if expr a
: '\(a\)' >/dev
/null
2>&1; then
46110 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
46111 as_basename
=basename
46117 # Name of the executable.
46118 as_me
=`$as_basename "$0" ||
46119 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
46120 X"$0" : 'X\(//\)$' \| \
46121 X"$0" : 'X\(/\)$' \| \
46122 . : '\(.\)' 2>/dev/null ||
46124 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
46125 /^X\/\(\/\/\)$/{ s//\1/; q; }
46126 /^X\/\(\/\).*/{ s//\1/; q; }
46130 # PATH needs CR, and LINENO needs CR and PATH.
46131 # Avoid depending upon Character Ranges.
46132 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
46133 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
46134 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
46135 as_cr_digits
='0123456789'
46136 as_cr_alnum
=$as_cr_Letters$as_cr_digits
46138 # The user is always right.
46139 if test "${PATH_SEPARATOR+set}" != set; then
46140 echo "#! /bin/sh" >conf$$.sh
46141 echo "exit 0" >>conf$$.sh
46143 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
46152 as_lineno_1
=$LINENO
46153 as_lineno_2
=$LINENO
46154 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
46155 test "x$as_lineno_1" != "x$as_lineno_2" &&
46156 test "x$as_lineno_3" = "x$as_lineno_2" || {
46157 # Find who we are. Look in the path if we contain no path at all
46160 *[\\/]* ) as_myself
=$0 ;;
46161 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46162 for as_dir
in $PATH
46165 test -z "$as_dir" && as_dir
=.
46166 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
46171 # We did not find ourselves, most probably we were run as `sh COMMAND'
46172 # in which case we are not to be found in the path.
46173 if test "x$as_myself" = x
; then
46176 if test ! -f "$as_myself"; then
46177 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
46178 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
46179 { (exit 1); exit 1; }; }
46181 case $CONFIG_SHELL in
46183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
46184 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
46187 test -z "$as_dir" && as_dir
=.
46188 for as_base
in sh bash ksh sh5
; do
46191 if ("$as_dir/$as_base" -c '
46192 as_lineno_1=$LINENO
46193 as_lineno_2=$LINENO
46194 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
46195 test "x$as_lineno_1" != "x$as_lineno_2" &&
46196 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
46197 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
46198 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
46199 CONFIG_SHELL
=$as_dir/$as_base
46200 export CONFIG_SHELL
46201 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
46209 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
46210 # uniformly replaced by the line number. The first 'sed' inserts a
46211 # line-number line before each line; the second 'sed' does the real
46212 # work. The second script uses 'N' to pair each line-number line
46213 # with the numbered line, and appends trailing '-' during
46214 # substitution so that $LINENO is not a special case at line end.
46215 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
46216 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
46217 sed '=' <$as_myself |
46222 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
46225 s,^['$as_cr_digits']*\n,,
46226 ' >$as_me.lineno
&&
46227 chmod +x
$as_me.lineno
||
46228 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
46229 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
46230 { (exit 1); exit 1; }; }
46232 # Don't try to exec as it changes $[0], causing all sort of problems
46233 # (the dirname of $[0] is not the place where we might find the
46234 # original and so on. Autoconf is especially sensible to this).
46236 # Exit status is that of the last command.
46241 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
46242 *c
*,-n*) ECHO_N
= ECHO_C
='
46244 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
46245 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
46248 if expr a
: '\(a\)' >/dev
/null
2>&1; then
46254 rm -f conf$$ conf$$.exe conf$$.
file
46256 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
46257 # We could just check for DJGPP; but this test a) works b) is more generic
46258 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
46259 if test -f conf$$.exe
; then
46260 # Don't use ln at all; we don't have any links
46265 elif ln conf$$.
file conf$$
2>/dev
/null
; then
46270 rm -f conf$$ conf$$.exe conf$$.
file
46272 if mkdir -p .
2>/dev
/null
; then
46275 test -d .
/-p && rmdir .
/-p
46279 as_executable_p
="test -f"
46281 # Sed expression to map a string onto a valid CPP name.
46282 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
46284 # Sed expression to map a string onto a valid variable name.
46285 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
46289 # We need space, tab and new line, in precisely that order.
46299 # Open the log real soon, to keep \$[0] and so on meaningful, and to
46300 # report actual input values of CONFIG_FILES etc. instead of their
46301 # values after options handling. Logging --version etc. is OK.
46305 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
46306 ## Running $as_me. ##
46311 This file was extended by wxWidgets $as_me 2.6.2, which was
46312 generated by GNU Autoconf 2.59. Invocation command line was
46314 CONFIG_FILES = $CONFIG_FILES
46315 CONFIG_HEADERS = $CONFIG_HEADERS
46316 CONFIG_LINKS = $CONFIG_LINKS
46317 CONFIG_COMMANDS = $CONFIG_COMMANDS
46321 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
46325 # Files that config.status was made for.
46326 if test -n "$ac_config_files"; then
46327 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
46330 if test -n "$ac_config_headers"; then
46331 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
46334 if test -n "$ac_config_links"; then
46335 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
46338 if test -n "$ac_config_commands"; then
46339 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
46342 cat >>$CONFIG_STATUS <<\_ACEOF
46345 \`$as_me' instantiates files from templates according to the
46346 current configuration.
46348 Usage: $0 [OPTIONS] [FILE]...
46350 -h, --help print this help, then exit
46351 -V, --version print version number, then exit
46352 -q, --quiet do not print progress messages
46353 -d, --debug don't remove temporary files
46354 --recheck update $as_me by reconfiguring in the same conditions
46355 --file=FILE[:TEMPLATE]
46356 instantiate the configuration file FILE
46357 --header=FILE[:TEMPLATE]
46358 instantiate the configuration header FILE
46360 Configuration files:
46363 Configuration headers:
46366 Configuration commands:
46369 Report bugs to <bug-autoconf@gnu.org>."
46372 cat >>$CONFIG_STATUS <<_ACEOF
46374 wxWidgets config.status 2.6.2
46375 configured by $0, generated by GNU Autoconf 2.59,
46376 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
46378 Copyright (C) 2003 Free Software Foundation, Inc.
46379 This config.status script is free software; the Free Software Foundation
46380 gives unlimited permission to copy, distribute and modify it."
46385 cat >>$CONFIG_STATUS <<\_ACEOF
46386 # If no file are specified by the user, then we need to provide default
46387 # value. By we need to know if files were specified by the user.
46393 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
46394 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
46402 *) # This is not an option, so the user has probably given explicit
46405 ac_need_defaults
=false
;;
46409 # Handling of the options.
46411 cat >>$CONFIG_STATUS <<\_ACEOF
46412 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
46414 --version | --vers* | -V )
46415 echo "$ac_cs_version"; exit 0 ;;
46417 # Conflict between --help and --header
46418 { { echo "$as_me:$LINENO: error: ambiguous option: $1
46419 Try \`$0 --help' for more information." >&5
46420 echo "$as_me: error: ambiguous option: $1
46421 Try \`$0 --help' for more information." >&2;}
46422 { (exit 1); exit 1; }; };;
46423 --help | --hel | -h )
46424 echo "$ac_cs_usage"; exit 0 ;;
46425 --debug | --d* | -d )
46427 --file | --fil | --fi | --f )
46429 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
46430 ac_need_defaults
=false
;;
46431 --header | --heade | --head | --hea )
46433 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
46434 ac_need_defaults
=false
;;
46435 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
46436 | -silent | --silent | --silen | --sile | --sil | --si | --s)
46439 # This is an error.
46440 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
46441 Try \`$0 --help' for more information." >&5
46442 echo "$as_me: error: unrecognized option: $1
46443 Try \`$0 --help' for more information." >&2;}
46444 { (exit 1); exit 1; }; } ;;
46446 *) ac_config_targets
="$ac_config_targets $1" ;;
46452 ac_configure_extra_args
=
46454 if $ac_cs_silent; then
46456 ac_configure_extra_args
="$ac_configure_extra_args --silent"
46460 cat >>$CONFIG_STATUS <<_ACEOF
46461 if \$ac_cs_recheck; then
46462 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
46463 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
46468 cat >>$CONFIG_STATUS <<_ACEOF
46470 # INIT-COMMANDS section.
46473 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46474 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46475 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
46483 cat >>$CONFIG_STATUS <<\_ACEOF
46484 for ac_config_target
in $ac_config_targets
46486 case "$ac_config_target" in
46487 # Handling of arguments.
46488 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
46489 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
46490 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
46491 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
46492 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
46493 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
46494 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
46495 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
46496 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
46497 { (exit 1); exit 1; }; };;
46501 # If the user did not use the arguments to specify the items to instantiate,
46502 # then the envvar interface is used. Set only those that are not.
46503 # We use the long form for the default assignment because of an extremely
46504 # bizarre bug on SunOS 4.1.3.
46505 if $ac_need_defaults; then
46506 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
46507 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
46508 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
46511 # Have a temporary directory for convenience. Make it in the build tree
46512 # simply because there is no reason to put it here, and in addition,
46513 # creating and moving files from /tmp can sometimes cause problems.
46514 # Create a temporary directory, and hook for its removal unless debugging.
46517 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
46518 trap '{ (exit 1); exit 1; }' 1 2 13 15
46521 # Create a (secure) tmp directory for tmp files.
46524 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
46525 test -n "$tmp" && test -d "$tmp"
46528 tmp
=.
/confstat$$
-$RANDOM
46529 (umask 077 && mkdir $tmp)
46532 echo "$me: cannot create a temporary directory in ." >&2
46533 { (exit 1); exit 1; }
46538 cat >>$CONFIG_STATUS <<_ACEOF
46541 # CONFIG_FILES section.
46544 # No need to generate the scripts if there are no CONFIG_FILES.
46545 # This happens for instance when ./config.status config.h
46546 if test -n "\$CONFIG_FILES"; then
46547 # Protect against being on the right side of a sed subst in config.status.
46548 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
46549 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
46550 s,@SHELL@,$SHELL,;t t
46551 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
46552 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
46553 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
46554 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
46555 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
46556 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
46557 s,@exec_prefix@,$exec_prefix,;t t
46558 s,@prefix@,$prefix,;t t
46559 s,@program_transform_name@,$program_transform_name,;t t
46560 s,@bindir@,$bindir,;t t
46561 s,@sbindir@,$sbindir,;t t
46562 s,@libexecdir@,$libexecdir,;t t
46563 s,@datadir@,$datadir,;t t
46564 s,@sysconfdir@,$sysconfdir,;t t
46565 s,@sharedstatedir@,$sharedstatedir,;t t
46566 s,@localstatedir@,$localstatedir,;t t
46567 s,@libdir@,$libdir,;t t
46568 s,@includedir@,$includedir,;t t
46569 s,@oldincludedir@,$oldincludedir,;t t
46570 s,@infodir@,$infodir,;t t
46571 s,@mandir@,$mandir,;t t
46572 s,@build_alias@,$build_alias,;t t
46573 s,@host_alias@,$host_alias,;t t
46574 s,@target_alias@,$target_alias,;t t
46575 s,@DEFS@,$DEFS,;t t
46576 s,@ECHO_C@,$ECHO_C,;t t
46577 s,@ECHO_N@,$ECHO_N,;t t
46578 s,@ECHO_T@,$ECHO_T,;t t
46579 s,@LIBS@,$LIBS,;t t
46580 s,@build@,$build,;t t
46581 s,@build_cpu@,$build_cpu,;t t
46582 s,@build_vendor@,$build_vendor,;t t
46583 s,@build_os@,$build_os,;t t
46584 s,@host@,$host,;t t
46585 s,@host_cpu@,$host_cpu,;t t
46586 s,@host_vendor@,$host_vendor,;t t
46587 s,@host_os@,$host_os,;t t
46588 s,@target@,$target,;t t
46589 s,@target_cpu@,$target_cpu,;t t
46590 s,@target_vendor@,$target_vendor,;t t
46591 s,@target_os@,$target_os,;t t
46593 s,@CFLAGS@,$CFLAGS,;t t
46594 s,@LDFLAGS@,$LDFLAGS,;t t
46595 s,@CPPFLAGS@,$CPPFLAGS,;t t
46596 s,@ac_ct_CC@,$ac_ct_CC,;t t
46597 s,@EXEEXT@,$EXEEXT,;t t
46598 s,@OBJEXT@,$OBJEXT,;t t
46600 s,@EGREP@,$EGREP,;t t
46602 s,@CXXFLAGS@,$CXXFLAGS,;t t
46603 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
46604 s,@RANLIB@,$RANLIB,;t t
46605 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
46607 s,@ac_ct_AR@,$ac_ct_AR,;t t
46608 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
46609 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
46610 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
46611 s,@STRIP@,$STRIP,;t t
46612 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
46613 s,@RESCOMP@,$RESCOMP,;t t
46614 s,@ac_ct_RESCOMP@,$ac_ct_RESCOMP,;t t
46615 s,@DLLTOOL@,$DLLTOOL,;t t
46616 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
46617 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
46618 s,@LN_S@,$LN_S,;t t
46619 s,@CXXCPP@,$CXXCPP,;t t
46620 s,@subdirs@,$subdirs,;t t
46621 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
46622 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
46623 s,@GTK_LIBS@,$GTK_LIBS,;t t
46624 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
46625 s,@X_CFLAGS@,$X_CFLAGS,;t t
46626 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
46627 s,@X_LIBS@,$X_LIBS,;t t
46628 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
46629 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
46630 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
46631 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
46632 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
46633 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
46634 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
46635 s,@DEREZ@,$DEREZ,;t t
46636 s,@SETFILE@,$SETFILE,;t t
46637 s,@LIBICONV@,$LIBICONV,;t t
46638 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
46639 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
46640 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
46641 s,@SDL_LIBS@,$SDL_LIBS,;t t
46642 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
46643 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
46644 s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t
46645 s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t
46646 s,@GST_INSPECT@,$GST_INSPECT,;t t
46647 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
46648 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
46649 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
46650 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
46651 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
46652 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
46653 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
46654 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
46655 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
46656 s,@VENDOR@,$VENDOR,;t t
46657 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
46658 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
46659 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
46660 s,@WXUNIV@,$WXUNIV,;t t
46661 s,@MONOLITHIC@,$MONOLITHIC,;t t
46662 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
46663 s,@EXTRALIBS@,$EXTRALIBS,;t t
46664 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
46665 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
46666 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
46667 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
46668 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
46669 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
46670 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
46671 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
46672 s,@UNICODE@,$UNICODE,;t t
46673 s,@BUILD@,$BUILD,;t t
46674 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
46675 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
46676 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
46677 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
46678 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
46679 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
46680 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
46681 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
46682 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
46683 s,@SET_MAKE@,$SET_MAKE,;t t
46684 s,@MAKE_SET@,$MAKE_SET,;t t
46686 s,@ac_ct_NM@,$ac_ct_NM,;t t
46687 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
46688 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
46689 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
46690 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
46691 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
46692 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
46693 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
46694 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
46695 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
46696 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
46697 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
46698 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
46699 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
46700 s,@LIBPREFIX@,$LIBPREFIX,;t t
46701 s,@LIBEXT@,$LIBEXT,;t t
46702 s,@DLLPREFIX@,$DLLPREFIX,;t t
46703 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
46704 s,@dlldir@,$dlldir,;t t
46705 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
46706 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
46707 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
46708 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
46709 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
46710 s,@PIC_FLAG@,$PIC_FLAG,;t t
46711 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
46712 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
46713 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
46714 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
46715 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
46716 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
46717 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
46718 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
46719 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
46720 s,@GCC_PCH@,$GCC_PCH,;t t
46721 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
46722 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
46723 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
46724 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
46725 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
46726 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
46727 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
46728 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
46729 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
46730 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
46731 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
46732 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
46733 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
46734 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
46735 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
46736 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
46737 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
46738 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
46739 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
46740 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
46741 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t
46742 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
46743 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
46744 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
46745 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
46746 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
46747 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
46748 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t
46749 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
46750 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
46751 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
46752 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
46753 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
46754 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
46755 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
46756 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
46757 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
46758 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
46759 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
46760 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
46761 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
46762 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
46763 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
46764 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
46765 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
46766 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
46767 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
46768 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
46769 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
46770 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
46771 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
46772 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
46773 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
46774 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
46775 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
46776 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
46777 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
46778 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
46779 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
46780 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
46781 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
46782 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
46783 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
46784 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
46785 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46786 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46787 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
46788 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
46789 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
46790 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
46791 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
46792 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
46793 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
46794 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
46795 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
46796 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
46797 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
46798 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
46799 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
46800 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
46801 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
46802 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
46803 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
46804 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
46805 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
46806 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
46807 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
46808 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
46809 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
46810 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
46811 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
46812 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
46813 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
46814 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
46815 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
46816 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
46817 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
46818 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
46819 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
46820 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
46821 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
46822 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
46823 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
46824 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
46825 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
46826 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
46827 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
46828 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
46829 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
46830 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
46831 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
46832 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
46833 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
46834 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
46835 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
46836 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
46837 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
46838 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
46839 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
46840 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
46841 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
46842 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
46843 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
46844 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
46845 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
46846 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
46847 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
46848 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
46849 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
46850 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
46851 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
46852 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
46853 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
46854 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
46855 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
46856 s,@SHARED@,$SHARED,;t t
46857 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
46858 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
46859 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
46860 s,@USE_GUI@,$USE_GUI,;t t
46861 s,@AFMINSTALL@,$AFMINSTALL,;t t
46862 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
46863 s,@TOOLKIT@,$TOOLKIT,;t t
46864 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
46865 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
46866 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
46867 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
46868 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
46869 s,@cross_compiling@,$cross_compiling,;t t
46870 s,@WIDGET_SET@,$WIDGET_SET,;t t
46871 s,@WX_RELEASE@,$WX_RELEASE,;t t
46872 s,@WX_VERSION@,$WX_VERSION,;t t
46873 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
46874 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
46875 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
46876 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
46877 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
46878 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
46879 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
46880 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
46881 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
46882 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
46883 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
46884 s,@EXE_LINKER@,$EXE_LINKER,;t t
46885 s,@GUIDIST@,$GUIDIST,;t t
46886 s,@DISTDIR@,$DISTDIR,;t t
46887 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
46888 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
46889 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
46890 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
46891 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
46892 s,@RESFLAGS@,$RESFLAGS,;t t
46893 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
46894 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
46895 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
46896 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
46897 s,@MACRESCOMP@,$MACRESCOMP,;t t
46898 s,@MACSETFILE@,$MACSETFILE,;t t
46899 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
46901 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
46902 s,@LIBOBJS@,$LIBOBJS,;t t
46903 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
46908 cat >>$CONFIG_STATUS <<\_ACEOF
46909 # Split the substitutions into bite-sized pieces for seds with
46910 # small command number limits, like on Digital OSF/1 and HP-UX.
46911 ac_max_sed_lines
=48
46912 ac_sed_frag
=1 # Number of current file.
46913 ac_beg
=1 # First line for current file.
46914 ac_end
=$ac_max_sed_lines # Line after last line for current file.
46917 while $ac_more_lines; do
46918 if test $ac_beg -gt 1; then
46919 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
46921 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
46923 if test ! -s $tmp/subs.frag
; then
46924 ac_more_lines
=false
46926 # The purpose of the label and of the branching condition is to
46927 # speed up the sed processing (if there are no `@' at all, there
46928 # is no need to browse any of the substitutions).
46929 # These are the two extra sed commands mentioned above.
46931 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
46932 if test -z "$ac_sed_cmds"; then
46933 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
46935 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
46937 ac_sed_frag
=`expr $ac_sed_frag + 1`
46939 ac_end
=`expr $ac_end + $ac_max_sed_lines`
46942 if test -z "$ac_sed_cmds"; then
46945 fi # test -n "$CONFIG_FILES"
46948 cat >>$CONFIG_STATUS <<\_ACEOF
46949 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
46950 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
46952 - | *:- | *:-:* ) # input from stdin
46954 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
46955 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
46956 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
46957 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
46958 * ) ac_file_in
=$ac_file.
in ;;
46961 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
46962 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
46963 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46964 X"$ac_file" : 'X\(//\)[^/]' \| \
46965 X"$ac_file" : 'X\(//\)$' \| \
46966 X"$ac_file" : 'X\(/\)' \| \
46967 . : '\(.\)' 2>/dev/null ||
46969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46970 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46971 /^X\(\/\/\)$/{ s//\1/; q; }
46972 /^X\(\/\).*/{ s//\1/; q; }
46974 { if $as_mkdir_p; then
46979 while test ! -d "$as_dir"; do
46980 as_dirs
="$as_dir $as_dirs"
46981 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
46982 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46983 X"$as_dir" : 'X\(//\)[^/]' \| \
46984 X"$as_dir" : 'X\(//\)$' \| \
46985 X"$as_dir" : 'X\(/\)' \| \
46986 . : '\(.\)' 2>/dev/null ||
46988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
46989 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
46990 /^X\(\/\/\)$/{ s//\1/; q; }
46991 /^X\(\/\).*/{ s//\1/; q; }
46994 test ! -n "$as_dirs" || mkdir $as_dirs
46995 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
46996 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
46997 { (exit 1); exit 1; }; }; }
47001 if test "$ac_dir" != .
; then
47002 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47003 # A "../" for each directory in $ac_dir_suffix.
47004 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47006 ac_dir_suffix
= ac_top_builddir
=
47010 .
) # No --srcdir option. We are building in place.
47012 if test -z "$ac_top_builddir"; then
47015 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
47017 [\\/]* | ?
:[\\/]* ) # Absolute path.
47018 ac_srcdir
=$srcdir$ac_dir_suffix;
47019 ac_top_srcdir
=$srcdir ;;
47020 *) # Relative path.
47021 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
47022 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
47025 # Do not use `cd foo && pwd` to compute absolute paths, because
47026 # the directories may not exist.
47028 .
) ac_abs_builddir
="$ac_dir";;
47031 .
) ac_abs_builddir
=`pwd`;;
47032 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
47033 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
47036 case $ac_abs_builddir in
47037 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47039 case ${ac_top_builddir}.
in
47040 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
47041 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47042 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
47045 case $ac_abs_builddir in
47046 .
) ac_abs_srcdir
=$ac_srcdir;;
47049 .
) ac_abs_srcdir
=$ac_abs_builddir;;
47050 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
47051 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
47054 case $ac_abs_builddir in
47055 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
47057 case $ac_top_srcdir in
47058 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
47059 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
47060 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
47066 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
47067 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
47070 # Let's still pretend it is `configure' which instantiates (i.e., don't
47071 # use $as_me), people would be surprised to read:
47072 # /* config.h. Generated by config.status. */
47073 if test x
"$ac_file" = x
-; then
47076 configure_input
="$ac_file. "
47078 configure_input
=$configure_input"Generated from `echo $ac_file_in |
47079 sed 's,.*/,,'` by configure."
47081 # First look for the input files in the build tree, otherwise in the
47083 ac_file_inputs
=`IFS=:
47084 for f in $ac_file_in; do
47086 -) echo $tmp/stdin ;;
47088 # Absolute (can't be DOS-style, as IFS=:)
47089 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47090 echo "$as_me: error: cannot find input file: $f" >&2;}
47091 { (exit 1); exit 1; }; }
47094 if test -f "$f"; then
47097 elif test -f "$srcdir/$f"; then
47102 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47103 echo "$as_me: error: cannot find input file: $f" >&2;}
47104 { (exit 1); exit 1; }; }
47107 done` || { (exit 1); exit 1; }
47109 if test x
"$ac_file" != x
-; then
47110 { echo "$as_me:$LINENO: creating $ac_file" >&5
47111 echo "$as_me: creating $ac_file" >&6;}
47115 cat >>$CONFIG_STATUS <<_ACEOF
47119 cat >>$CONFIG_STATUS <<\_ACEOF
47121 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
47122 s
,@configure_input@
,$configure_input,;t t
47123 s
,@srcdir@
,$ac_srcdir,;t t
47124 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
47125 s
,@top_srcdir@
,$ac_top_srcdir,;t t
47126 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
47127 s
,@builddir@
,$ac_builddir,;t t
47128 s
,@abs_builddir@
,$ac_abs_builddir,;t t
47129 s
,@top_builddir@
,$ac_top_builddir,;t t
47130 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
47131 s
,@INSTALL@
,$ac_INSTALL,;t t
47132 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
47134 if test x"$ac_file" != x-; then
47135 mv $tmp/out $ac_file
47141 # Run the commands associated with the file.
47143 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
47144 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
47148 cat >>$CONFIG_STATUS <<\_ACEOF
47151 # CONFIG_HEADER section.
47154 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
47155 # NAME is the cpp macro being defined and VALUE is the value it is being given.
47157 # ac_d sets the value in "#define NAME VALUE" lines.
47158 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
47159 ac_dB
='[ ].*$,\1#\2'
47162 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
47163 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
47164 ac_uB
='$,\1#\2define\3'
47168 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
47169 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
47171 - | *:- | *:-:* ) # input from stdin
47173 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
47174 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
47175 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
47176 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
47177 * ) ac_file_in
=$ac_file.
in ;;
47180 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
47181 echo "$as_me: creating $ac_file" >&6;}
47183 # First look for the input files in the build tree, otherwise in the
47185 ac_file_inputs
=`IFS=:
47186 for f in $ac_file_in; do
47188 -) echo $tmp/stdin ;;
47190 # Absolute (can't be DOS-style, as IFS=:)
47191 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47192 echo "$as_me: error: cannot find input file: $f" >&2;}
47193 { (exit 1); exit 1; }; }
47194 # Do quote $f, to prevent DOS paths from being IFS'd.
47197 if test -f "$f"; then
47200 elif test -f "$srcdir/$f"; then
47205 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
47206 echo "$as_me: error: cannot find input file: $f" >&2;}
47207 { (exit 1); exit 1; }; }
47210 done` || { (exit 1); exit 1; }
47211 # Remove the trailing spaces.
47212 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
47216 # Transform confdefs.h into two sed scripts, `conftest.defines' and
47217 # `conftest.undefs', that substitutes the proper values into
47218 # config.h.in to produce config.h. The first handles `#define'
47219 # templates, and the second `#undef' templates.
47220 # And first: Protect against being on the right side of a sed subst in
47221 # config.status. Protect against being in an unquoted here document
47222 # in config.status.
47223 rm -f conftest.defines conftest.undefs
47224 # Using a here document instead of a string reduces the quoting nightmare.
47225 # Putting comments in sed scripts is not portable.
47227 # `end' is used to avoid that the second main sed command (meant for
47228 # 0-ary CPP macros) applies to n-ary macro definitions.
47229 # See the Autoconf documentation for `clear'.
47230 cat >confdef2sed.
sed <<\_ACEOF
47235 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
47237 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
47240 # If some macros were called several times there might be several times
47241 # the same #defines, which is useless. Nevertheless, we may not want to
47242 # sort them, since we want the *last* AC-DEFINE to be honored.
47243 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
47244 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
47245 rm -f confdef2sed.sed
47247 # This sed command replaces #undef with comments. This is necessary, for
47248 # example, in the case of _POSIX_SOURCE, which is predefined and required
47249 # on some systems where configure will not decide to define it.
47250 cat >>conftest.undefs <<\_ACEOF
47251 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
47254 # Break up conftest.defines because some shells have a limit on the size
47255 # of here documents, and old seds have small limits too (100 cmds).
47256 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
47257 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
47258 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
47259 echo ' :' >>$CONFIG_STATUS
47260 rm -f conftest.tail
47261 while grep . conftest.defines >/dev/null
47263 # Write a limited-size here document to $tmp/defines.sed.
47264 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
47265 # Speed up: don't consider the non `#define' lines.
47266 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
47267 # Work around the forget-to-reset-the-flag bug.
47268 echo 't clr' >>$CONFIG_STATUS
47269 echo ': clr' >>$CONFIG_STATUS
47270 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
47272 sed -f $tmp/defines.sed $tmp/in >$tmp/out
47274 mv $tmp/out $tmp/in
47276 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
47277 rm -f conftest.defines
47278 mv conftest.
tail conftest.defines
47280 rm -f conftest.defines
47281 echo ' fi # grep' >>$CONFIG_STATUS
47282 echo >>$CONFIG_STATUS
47284 # Break up conftest.undefs because some shells have a limit on the size
47285 # of here documents, and old seds have small limits too (100 cmds).
47286 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
47287 rm -f conftest.
tail
47288 while grep . conftest.undefs
>/dev
/null
47290 # Write a limited-size here document to $tmp/undefs.sed.
47291 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
47292 # Speed up: don't consider the non
`#undef'
47293 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
47294 # Work around the forget-to-reset-the-flag bug.
47295 echo 't clr' >>$CONFIG_STATUS
47296 echo ': clr' >>$CONFIG_STATUS
47297 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
47299 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
47301 mv $tmp/out $tmp/in
47303 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
47304 rm -f conftest.undefs
47305 mv conftest.tail conftest.undefs
47307 rm -f conftest.undefs
47309 cat >>$CONFIG_STATUS <<\_ACEOF
47310 # Let's still pretend it is `configure
' which instantiates (i.e., don't
47311 # use $as_me), people would be surprised to read:
47312 # /* config.h. Generated by config.status. */
47313 if test x
"$ac_file" = x
-; then
47314 echo "/* Generated by configure. */" >$tmp/config.h
47316 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
47318 cat $tmp/in >>$tmp/config.h
47320 if test x
"$ac_file" != x
-; then
47321 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
47322 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
47323 echo "$as_me: $ac_file is unchanged" >&6;}
47325 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
47326 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47327 X"$ac_file" : 'X\(//\)[^/]' \| \
47328 X"$ac_file" : 'X\(//\)$' \| \
47329 X"$ac_file" : 'X\(/\)' \| \
47330 . : '\(.\)' 2>/dev/null ||
47332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47333 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47334 /^X\(\/\/\)$/{ s//\1/; q; }
47335 /^X\(\/\).*/{ s//\1/; q; }
47337 { if $as_mkdir_p; then
47342 while test ! -d "$as_dir"; do
47343 as_dirs
="$as_dir $as_dirs"
47344 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
47345 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47346 X"$as_dir" : 'X\(//\)[^/]' \| \
47347 X"$as_dir" : 'X\(//\)$' \| \
47348 X"$as_dir" : 'X\(/\)' \| \
47349 . : '\(.\)' 2>/dev/null ||
47351 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47352 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47353 /^X\(\/\/\)$/{ s//\1/; q; }
47354 /^X\(\/\).*/{ s//\1/; q; }
47357 test ! -n "$as_dirs" || mkdir $as_dirs
47358 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47359 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47360 { (exit 1); exit 1; }; }; }
47363 mv $tmp/config.h
$ac_file
47367 rm -f $tmp/config.h
47371 cat >>$CONFIG_STATUS <<\_ACEOF
47374 # CONFIG_COMMANDS section.
47376 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
47377 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
47378 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
47379 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
47380 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47381 X"$ac_dest" : 'X\(//\)[^/]' \| \
47382 X"$ac_dest" : 'X\(//\)$' \| \
47383 X"$ac_dest" : 'X\(/\)' \| \
47384 . : '\(.\)' 2>/dev/null ||
47386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47387 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47388 /^X\(\/\/\)$/{ s//\1/; q; }
47389 /^X\(\/\).*/{ s//\1/; q; }
47391 { if $as_mkdir_p; then
47396 while test ! -d "$as_dir"; do
47397 as_dirs
="$as_dir $as_dirs"
47398 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
47399 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47400 X"$as_dir" : 'X\(//\)[^/]' \| \
47401 X"$as_dir" : 'X\(//\)$' \| \
47402 X"$as_dir" : 'X\(/\)' \| \
47403 . : '\(.\)' 2>/dev/null ||
47405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47406 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47407 /^X\(\/\/\)$/{ s//\1/; q; }
47408 /^X\(\/\).*/{ s//\1/; q; }
47411 test ! -n "$as_dirs" || mkdir $as_dirs
47412 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47413 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47414 { (exit 1); exit 1; }; }; }
47418 if test "$ac_dir" != .
; then
47419 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47420 # A "../" for each directory in $ac_dir_suffix.
47421 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47423 ac_dir_suffix
= ac_top_builddir
=
47427 .
) # No --srcdir option. We are building in place.
47429 if test -z "$ac_top_builddir"; then
47432 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
47434 [\\/]* | ?
:[\\/]* ) # Absolute path.
47435 ac_srcdir
=$srcdir$ac_dir_suffix;
47436 ac_top_srcdir
=$srcdir ;;
47437 *) # Relative path.
47438 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
47439 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
47442 # Do not use `cd foo && pwd` to compute absolute paths, because
47443 # the directories may not exist.
47445 .
) ac_abs_builddir
="$ac_dir";;
47448 .
) ac_abs_builddir
=`pwd`;;
47449 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
47450 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
47453 case $ac_abs_builddir in
47454 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47456 case ${ac_top_builddir}.
in
47457 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
47458 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47459 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
47462 case $ac_abs_builddir in
47463 .
) ac_abs_srcdir
=$ac_srcdir;;
47466 .
) ac_abs_srcdir
=$ac_abs_builddir;;
47467 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
47468 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
47471 case $ac_abs_builddir in
47472 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
47474 case $ac_top_srcdir in
47475 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
47476 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
47477 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
47482 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
47483 echo "$as_me: executing $ac_dest commands" >&6;}
47485 wx
-config ) rm -f wx
-config
47486 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
47492 cat >>$CONFIG_STATUS <<\_ACEOF
47494 { (exit 0); exit 0; }
47496 chmod +x
$CONFIG_STATUS
47497 ac_clean_files
=$ac_clean_files_save
47500 # configure is writing to config.log, and then calls config.status.
47501 # config.status does its own redirection, appending to config.log.
47502 # Unfortunately, on DOS this fails, as config.log is still kept open
47503 # by configure, so config.status won't be able to write to it; its
47504 # output is simply discarded. So we exec the FD to /dev/null,
47505 # effectively closing config.log, so it can be properly (re)opened and
47506 # appended to by config.status. When coming back to configure, we
47507 # need to make the FD available again.
47508 if test "$no_create" != yes; then
47510 ac_config_status_args
=
47511 test "$silent" = yes &&
47512 ac_config_status_args
="$ac_config_status_args --quiet"
47514 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
47516 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
47517 # would make configure fail if this is the last instruction.
47518 $ac_cs_success || { (exit 1); exit 1; }
47522 # CONFIG_SUBDIRS section.
47524 if test "$no_recursion" != yes; then
47526 # Remove --cache-file and --srcdir arguments so they do not pile up.
47527 ac_sub_configure_args
=
47529 for ac_arg
in $ac_configure_args; do
47530 if test -n "$ac_prev"; then
47535 -cache-file | --cache-file | --cache-fil | --cache-fi \
47536 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
47537 ac_prev
=cache_file
;;
47538 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
47539 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
47542 --config-cache | -C)
47544 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
47546 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
47548 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
47550 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
47552 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
47556 # Always prepend --prefix to ensure using the same prefix
47557 # in subdir configurations.
47558 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
47561 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
47563 # Do not complain, so a configure script can configure whichever
47564 # parts of a large source tree are present.
47565 test -d $srcdir/$ac_dir || continue
47567 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
47568 echo "$as_me: configuring in $ac_dir" >&6;}
47569 { if $as_mkdir_p; then
47574 while test ! -d "$as_dir"; do
47575 as_dirs
="$as_dir $as_dirs"
47576 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
47577 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
47578 X"$as_dir" : 'X\(//\)[^/]' \| \
47579 X"$as_dir" : 'X\(//\)$' \| \
47580 X"$as_dir" : 'X\(/\)' \| \
47581 . : '\(.\)' 2>/dev/null ||
47583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
47584 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
47585 /^X\(\/\/\)$/{ s//\1/; q; }
47586 /^X\(\/\).*/{ s//\1/; q; }
47589 test ! -n "$as_dirs" || mkdir $as_dirs
47590 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
47591 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
47592 { (exit 1); exit 1; }; }; }
47596 if test "$ac_dir" != .
; then
47597 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
47598 # A "../" for each directory in $ac_dir_suffix.
47599 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
47601 ac_dir_suffix
= ac_top_builddir
=
47605 .
) # No --srcdir option. We are building in place.
47607 if test -z "$ac_top_builddir"; then
47610 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
47612 [\\/]* | ?
:[\\/]* ) # Absolute path.
47613 ac_srcdir
=$srcdir$ac_dir_suffix;
47614 ac_top_srcdir
=$srcdir ;;
47615 *) # Relative path.
47616 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
47617 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
47620 # Do not use `cd foo && pwd` to compute absolute paths, because
47621 # the directories may not exist.
47623 .
) ac_abs_builddir
="$ac_dir";;
47626 .
) ac_abs_builddir
=`pwd`;;
47627 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
47628 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
47631 case $ac_abs_builddir in
47632 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47634 case ${ac_top_builddir}.
in
47635 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
47636 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
47637 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
47640 case $ac_abs_builddir in
47641 .
) ac_abs_srcdir
=$ac_srcdir;;
47644 .
) ac_abs_srcdir
=$ac_abs_builddir;;
47645 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
47646 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
47649 case $ac_abs_builddir in
47650 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
47652 case $ac_top_srcdir in
47653 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
47654 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
47655 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
47662 # Check for guested configure; otherwise get Cygnus style configure.
47663 if test -f $ac_srcdir/configure.gnu
; then
47664 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
47665 elif test -f $ac_srcdir/configure
; then
47666 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
47667 elif test -f $ac_srcdir/configure.
in; then
47668 ac_sub_configure
=$ac_configure
47670 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
47671 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
47675 # The recursion is here.
47676 if test -n "$ac_sub_configure"; then
47677 # Make the cache file name correct relative to the subdirectory.
47678 case $cache_file in
47679 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
47680 *) # Relative path.
47681 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
47684 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
47685 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
47686 # The eval makes quoting arguments work.
47687 eval $ac_sub_configure $ac_sub_configure_args \
47688 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
47689 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
47690 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
47691 { (exit 1); exit 1; }; }
47700 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
47702 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
47703 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
47705 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
47706 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
47707 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
47709 echo " What level of wxWidgets compatibility should be enabled?"
47710 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
47711 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
47713 echo " Which libraries should wxWidgets use?"
47714 echo " jpeg ${wxUSE_LIBJPEG-none}"
47715 echo " png ${wxUSE_LIBPNG-none}"
47716 echo " regex ${wxUSE_REGEX}"
47717 echo " tiff ${wxUSE_LIBTIFF-none}"
47718 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
47719 echo " xpm ${wxUSE_LIBXPM-none}"
47721 echo " zlib ${wxUSE_ZLIB}"
47722 echo " odbc ${wxUSE_ODBC}"
47723 echo " expat ${wxUSE_EXPAT}"
47724 echo " libmspack ${wxUSE_LIBMSPACK}"
47725 echo " sdl ${wxUSE_LIBSDL}"
47726 echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}"