2 # From configure.in Id: configure.in.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.59 for wxWidgets 2.5.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.5.2'
274 PACKAGE_STRING
='wxWidgets 2.5.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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG PANGOFT2_CFLAGS PANGOFT2_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL UNICODE BUILD DEBUG_INFO DEBUG_FLAG SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX PLATFORM_OS2 SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC 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_MAC_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_COCOA 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_MAC_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_MSW_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM_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_PLUGINS_0 COND_USE_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_WITH_PLUGIN_SDL_1 COND_WITH_SDL_1 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_NUMBER WX_SUBRELEASE_NUMBER WX_LIBRARY_NAME_STATIC WX_LIBRARY_NAME_SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WX_LIBRARY_IMPORTLIB WX_TARGET_LIBRARY WX_LIBRARY_LINK1 WX_LIBRARY_LINK2 PROGRAM_EXT WX_LIBRARY_NAME_STATIC_GL WX_LIBRARY_NAME_SHARED_GL WX_TARGET_LIBRARY_GL WX_LIBRARY_LINK1_GL WX_LIBRARY_LINK2_GL WX_ALL WX_ALL_INSTALLED SHARED_LD WX_TARGET_LIBRARY_TYPE STATIC_FLAG WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLKIT_VPATH TOOLCHAIN_NAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS top_builddir_wxconfig cross_compiling WXCONFIG_EXTRALIBS WXCONFIG_LIBS WXCONFIG_LIBS_GL WXCONFIG_LIBS_STATIC WXCONFIG_LIBS_STATIC_GL WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WXCONFIG_DATA_FILE WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX ALL_OBJECTS ALL_HEADERS ALL_SOURCES GUIDIST PORT_FILES DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL LDFLAGS_VERSIONING LDFLAGS_EXE OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS LD MAKEINFO INSTALL_LIBRARY CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
319 # Initialize some variables set by options.
321 ac_init_version
=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
331 program_transform_name
=s
,x
,x
,
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir
='${exec_prefix}/bin'
345 sbindir
='${exec_prefix}/sbin'
346 libexecdir
='${exec_prefix}/libexec'
347 datadir
='${prefix}/share'
348 sysconfdir
='${prefix}/etc'
349 sharedstatedir
='${prefix}/com'
350 localstatedir
='${prefix}/var'
351 libdir
='${exec_prefix}/lib'
352 includedir
='${prefix}/include'
353 oldincludedir
='/usr/include'
354 infodir
='${prefix}/info'
355 mandir
='${prefix}/man'
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
367 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369 # Accept the important Cygnus configure options, so we can diagnose typos.
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
378 -build | --build | --buil | --bui | --bu)
379 ac_prev
=build_alias
;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias
=$ac_optarg ;;
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev
=cache_file
;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file
=$ac_optarg ;;
391 cache_file
=config.cache
;;
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397 datadir
=$ac_optarg ;;
399 -disable-* | --disable-*)
400 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
408 -enable-* | --enable-*)
409 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
416 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
419 eval "enable_$ac_feature='$ac_optarg'" ;;
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev
=exec_prefix
;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix
=$ac_optarg ;;
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
434 -help | --help | --hel | --he | -h)
436 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
437 ac_init_help
=recursive
;;
438 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
439 ac_init_help
=short
;;
441 -host | --host | --hos | --ho)
442 ac_prev
=host_alias
;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias
=$ac_optarg ;;
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev
=includedir
;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir
=$ac_optarg ;;
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir
=$ac_optarg ;;
458 -libdir | --libdir | --libdi | --libd)
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev
=libexecdir
;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir
=$ac_optarg ;;
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev
=localstatedir
;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir
=$ac_optarg ;;
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
485 # Obsolete; use --without-fp.
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev
=oldincludedir
;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir
=$ac_optarg ;;
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev
=program_prefix
;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix
=$ac_optarg ;;
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev
=program_suffix
;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix
=$ac_optarg ;;
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev
=program_transform_name
;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name
=$ac_optarg ;;
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549 sbindir
=$ac_optarg ;;
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
555 ac_prev
=sharedstatedir
;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560 sharedstatedir
=$ac_optarg ;;
562 -site | --site | --sit)
564 -site=* | --site=* | --sit=*)
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev
=sysconfdir
;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir
=$ac_optarg ;;
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev
=target_alias
;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias
=$ac_optarg ;;
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
587 -version | --version | --versio | --versi | --vers | -V)
591 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package
=`echo $ac_package| sed 's/-/_/g'`
598 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
601 eval "with_$ac_package='$ac_optarg'" ;;
603 -without-* | --without-*)
604 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package
=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
613 # Obsolete; use --with-x.
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev
=x_includes
;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes
=$ac_optarg ;;
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev
=x_libraries
;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries
=$ac_optarg ;;
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
636 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
656 if test -n "$ac_prev"; then
657 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
662 # Be sure to have absolute paths.
663 for ac_var
in exec_prefix prefix
665 eval ac_val
=$
`echo $ac_var`
667 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
673 # Be sure to have absolute paths.
674 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
677 eval ac_val
=$
`echo $ac_var`
679 [\\/$
]* | ?
:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x
; then
694 if test "x$build_alias" = x
; then
695 cross_compiling
=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
704 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
706 test "$silent" = yes && exec 6>/dev
/null
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir
=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
726 if test ! -r $srcdir/$ac_unique_file; then
730 ac_srcdir_defaulted
=no
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
741 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set
=${build_alias+set}
746 ac_env_build_alias_value
=$build_alias
747 ac_cv_env_build_alias_set
=${build_alias+set}
748 ac_cv_env_build_alias_value
=$build_alias
749 ac_env_host_alias_set
=${host_alias+set}
750 ac_env_host_alias_value
=$host_alias
751 ac_cv_env_host_alias_set
=${host_alias+set}
752 ac_cv_env_host_alias_value
=$host_alias
753 ac_env_target_alias_set
=${target_alias+set}
754 ac_env_target_alias_value
=$target_alias
755 ac_cv_env_target_alias_set
=${target_alias+set}
756 ac_cv_env_target_alias_value
=$target_alias
757 ac_env_CC_set
=${CC+set}
759 ac_cv_env_CC_set
=${CC+set}
760 ac_cv_env_CC_value
=$CC
761 ac_env_CFLAGS_set
=${CFLAGS+set}
762 ac_env_CFLAGS_value
=$CFLAGS
763 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value
=$CFLAGS
765 ac_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_env_LDFLAGS_value
=$LDFLAGS
767 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value
=$LDFLAGS
769 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
773 ac_env_CPP_set
=${CPP+set}
774 ac_env_CPP_value
=$CPP
775 ac_cv_env_CPP_set
=${CPP+set}
776 ac_cv_env_CPP_value
=$CPP
777 ac_env_CXX_set
=${CXX+set}
778 ac_env_CXX_value
=$CXX
779 ac_cv_env_CXX_set
=${CXX+set}
780 ac_cv_env_CXX_value
=$CXX
781 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
785 ac_env_CXXCPP_set
=${CXXCPP+set}
786 ac_env_CXXCPP_value
=$CXXCPP
787 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value
=$CXXCPP
791 # Report the --help message.
793 if test "$ac_init_help" = "long"; then
794 # Omit some internal or obsolete options to make the list less imposing.
795 # This message is too long to be a string in the A/UX 3.1 sh.
797 \`configure' configures wxWidgets 2.5.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.5.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 --enable-rpath=DIR output the rpath flag from wx
-config
895 --enable-intl use internationalization system
896 --enable-config use wxConfig
(and derived
) classes
897 --enable-protocols use wxProtocol and derived classes
898 --enable-ftp use wxFTP
(requires wxProtocol
899 --enable-http use wxHTTP
(requires wxProtocol
900 --enable-fileproto use wxFileProto class
(requires wxProtocol
901 --enable-sockets use socket
/network classes
902 --enable-ole use OLE classes
(Win32 only
)
903 --enable-dataobj use data object classes
904 --enable-ipc use interprocess communication
(wxSocket etc.
)
905 --enable-apple_ieee use the Apple IEEE codec
906 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
907 --enable-cmdline use wxCmdLineParser class
908 --enable-datetime use wxDateTime class
909 --enable-dialupman use dialup network classes
910 --enable-dynlib use wxLibrary class
for DLL loading
911 --enable-dynamicloader use
(new
) wxDynamicLibrary class
912 --enable-exceptions build exception
-safe library
913 --enable-ffile use wxFFile class
914 --enable-file use wxFile class
915 --enable-filesystem use virtual
file systems classes
916 --enable-fontmap use font encodings conversion classes
917 --enable-fs_inet use virtual HTTP
/FTP filesystems
918 --enable-fs_zip use virtual ZIP filesystems
919 --enable-geometry use geometry class
920 --enable-log use logging system
921 --enable-longlong use wxLongLong class
922 --enable-mimetype use wxMimeTypesManager
923 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
924 --enable-snglinst use wxSingleInstanceChecker class
925 --enable-streams use wxStream etc classes
926 --enable-std_iostreams use standard C
++ stream classes
927 --enable-stopwatch use wxStopWatch class
928 --enable-sysoptions use wxSystemOptions
929 --enable-textbuf use wxTextBuffer class
930 --enable-textfile use wxTextFile class
931 --enable-timer use wxTimer class
932 --enable-unicode compile wxString with Unicode support
933 --enable-sound use wxSound class
934 --enable-wxprintfv use wxWidgets implementation of vprintf
()
935 --enable-zipstream use wxZipInputStream
936 --enable-url use wxURL class
937 --enable-protocol use wxProtocol class
938 --enable-protocol-http HTTP support
in wxProtocol
939 --enable-protocol-ftp FTP support
in wxProtocol
940 --enable-protocol-file FILE support
in wxProtocol
941 --enable-threads use threads
942 --enable-docview use document view architecture
943 --enable-help use
help subsystem
944 --enable-mshtmlhelp use MS HTML Help
(win32
)
945 --enable-html use wxHTML sub
-library
946 --enable-htmlhelp use wxHTML
-based help
947 --enable-constraints use layout
-constraints system
948 --enable-printarch use printing architecture
949 --enable-mdi use multiple document interface architecture
950 --enable-mdidoc use docview architecture with MDI
951 --enable-loggui use standard GUI logger
952 --enable-logwin use wxLogWindow
953 --enable-logdialog use wxLogDialog
954 --enable-webkit use wxWebKitCtrl
(Mac
)
955 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
956 --enable-prologio not available
; see contrib
957 --enable-resources not available
; see contrib
958 --enable-clipboard use wxClipboard class
959 --enable-dnd use Drag
'n'Drop classes
960 --enable-metafile use win32 metafiles
961 --enable-controls use all usual controls
962 --enable-accel use accelerators
963 --enable-button use wxButton class
964 --enable-bmpbutton use wxBitmapButton class
965 --enable-calendar use wxCalendarCtrl class
966 --enable-caret use wxCaret class
967 --enable-checkbox use wxCheckBox class
968 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
969 --enable-choice use wxChoice class
970 --enable-combobox use wxComboBox class
971 --enable-display use wxDisplay class
972 --enable-gauge use wxGauge class
973 --enable-grid use wxGrid class
974 --enable-imaglist use wxImageList class
975 --enable-listbook use wxListbook class
976 --enable-listbox use wxListBox class
977 --enable-listctrl use wxListCtrl class
978 --enable-notebook use wxNotebook class
979 --enable-radiobox use wxRadioBox class
980 --enable-radiobtn use wxRadioButton class
981 --enable-sash use wxSashWindow class
982 --enable-scrollbar use wxScrollBar class and scrollable windows
983 --enable-slider use wxSlider class
984 --enable-spinbtn use wxSpinButton class
985 --enable-spinctrl use wxSpinCtrl class
986 --enable-splitter use wxSplitterWindow class
987 --enable-statbmp use wxStaticBitmap class
988 --enable-statbox use wxStaticBox class
989 --enable-statline use wxStaticLine class
990 --enable-stattext use wxStaticText class
991 --enable-statusbar use wxStatusBar class
992 --enable-tabdialog use wxTabControl class
993 --enable-textctrl use wxTextCtrl class
994 --enable-togglebtn use wxToggleButton class
995 --enable-toolbar use wxToolBar class
996 --enable-tbarnative use native wxToolBar class
997 --enable-tbarsmpl use wxToolBarSimple class
998 --enable-treectrl use wxTreeCtrl class
999 --enable-tipwindow use wxTipWindow class
1000 --enable-popupwin use wxPopUpWindow class
1001 --enable-commondlg use all common dialogs
1002 --enable-choicedlg use wxChoiceDialog
1003 --enable-coldlg use wxColourDialog
1004 --enable-filedlg use wxFileDialog
1005 --enable-finddlg use wxFindReplaceDialog
1006 --enable-fontdlg use wxFontDialog
1007 --enable-dirdlg use wxDirDialog
1008 --enable-msgdlg use wxMessageDialog
1009 --enable-numberdlg use wxNumberEntryDialog
1010 --enable-splash use wxSplashScreen
1011 --enable-textdlg use wxTextDialog
1012 --enable-tipdlg use startup tips
1013 --enable-progressdlg use wxProgressDialog
1014 --enable-wizarddlg use wxWizard
1015 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1016 --enable-miniframe use wxMiniFrame class
1017 --enable-tooltips use wxToolTip class
1018 --enable-splines use spline drawing code
1019 --enable-validators use wxValidator and derived classes
1020 --enable-busyinfo use wxBusyInfo
1021 --enable-joystick use wxJoystick
(Linux only
)
1022 --enable-metafiles use wxMetaFile
(Windows only
)
1023 --enable-dragimage use wxDragImage
1024 --enable-accessibility enable accessibility support
1025 --enable-palette use wxPalette class
1026 --enable-image use wxImage class
1027 --enable-gif use gif images
(GIF
file format
)
1028 --enable-pcx use pcx images
(PCX
file format
)
1029 --enable-iff use iff images
(IFF
file format
)
1030 --enable-pnm use pnm images
(PNM
file format
)
1031 --enable-xpm use xpm images
(XPM
file format
)
1032 --enable-icocur use Windows ICO and CUR formats
1033 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1034 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1035 --disable-largefile omit support
for large files
1036 --disable-gtktest do not try to compile and run a
test GTK
+ program
1037 --disable-gtktest Do not try to compile and run a
test GTK program
1038 --disable-sdltest Do not try to compile and run a
test SDL program
1039 --enable-omf use OMF object format
(OS
/2)
1040 --disable-precomp-headers
1041 don
't use precompiled headers even if compiler can
1044 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1045 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1047 --with-motif use Motif/Lesstif
1048 --with-mac use Mac OS X
1049 --with-cocoa use Cocoa
1050 --with-wine use Wine
1051 --with-msw use MS-Windows
1052 --with-pm use OS/2 Presentation Manager
1053 --with-mgl use SciTech MGL
1054 --with-microwin use MicroWindows
1056 --with-libpng use libpng (PNG image format)
1057 --with-libjpeg use libjpeg (JPEG file format)
1058 --with-libtiff use libtiff (TIFF file format)
1059 --with-libxpm use libxpm (XPM file format)
1060 --with-libmspack use libmspack (CHM help files loading)
1061 --with-sdl use SDL for audio on Unix
1062 --with-opengl use OpenGL (or Mesa)
1063 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1064 --with-regex enable support for wxRegEx class
1065 --with-zlib use zlib for LZW compression
1066 --with-odbc use the IODBC and wxODBC classes
1067 --with-expat enable XML support using expat parser
1068 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1069 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1070 --with-x use the X Window System
1071 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1072 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1073 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1074 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1075 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1077 Some influential environment variables:
1078 CC C compiler command
1079 CFLAGS C compiler flags
1080 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1081 nonstandard directory <lib dir>
1082 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1083 headers in a nonstandard directory <include dir>
1085 CXX C++ compiler command
1086 CXXFLAGS C++ compiler flags
1087 CXXCPP C++ preprocessor
1089 Use these variables to override the choices made by `configure' or to
help
1090 it to
find libraries and programs with nonstandard names
/locations.
1092 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
1096 if test "$ac_init_help" = "recursive"; then
1097 # If there are subdirs, report their specific --help.
1099 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1100 test -d $ac_dir || continue
1103 if test "$ac_dir" != .
; then
1104 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1105 # A "../" for each directory in $ac_dir_suffix.
1106 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1108 ac_dir_suffix
= ac_top_builddir
=
1112 .
) # No --srcdir option. We are building in place.
1114 if test -z "$ac_top_builddir"; then
1117 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1119 [\\/]* | ?
:[\\/]* ) # Absolute path.
1120 ac_srcdir
=$srcdir$ac_dir_suffix;
1121 ac_top_srcdir
=$srcdir ;;
1123 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1124 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1127 # Do not use `cd foo && pwd` to compute absolute paths, because
1128 # the directories may not exist.
1130 .
) ac_abs_builddir
="$ac_dir";;
1133 .
) ac_abs_builddir
=`pwd`;;
1134 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1135 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1138 case $ac_abs_builddir in
1139 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1141 case ${ac_top_builddir}.
in
1142 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1143 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1144 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1147 case $ac_abs_builddir in
1148 .
) ac_abs_srcdir
=$ac_srcdir;;
1151 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1152 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1153 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1156 case $ac_abs_builddir in
1157 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1159 case $ac_top_srcdir in
1160 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1161 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1162 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1167 # Check for guested configure; otherwise get Cygnus style configure.
1168 if test -f $ac_srcdir/configure.gnu
; then
1170 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1171 elif test -f $ac_srcdir/configure
; then
1173 $SHELL $ac_srcdir/configure
--help=recursive
1174 elif test -f $ac_srcdir/configure.ac
||
1175 test -f $ac_srcdir/configure.
in; then
1177 $ac_configure --help
1179 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1185 test -n "$ac_init_help" && exit 0
1186 if $ac_init_version; then
1188 wxWidgets configure
2.5.2
1189 generated by GNU Autoconf
2.59
1191 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1192 This configure
script is free software
; the Free Software Foundation
1193 gives unlimited permission to copy
, distribute and modify it.
1199 This file contains any messages produced by compilers while
1200 running configure, to aid debugging if configure makes a mistake.
1202 It was created by wxWidgets $as_me 2.5.2, which was
1203 generated by GNU Autoconf 2.59. Invocation command line was
1214 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1215 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1216 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1217 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1218 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1220 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1221 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1223 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1224 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1225 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1226 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1227 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1228 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1229 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1237 test -z "$as_dir" && as_dir
=.
1238 echo "PATH: $as_dir"
1253 # Keep a trace of the command line.
1254 # Strip out --no-create and --no-recursion so they do not pile up.
1255 # Strip out --silent because we don't want to record it for future runs.
1256 # Also quote any args containing shell meta-characters.
1257 # Make two passes to allow for proper duplicate-argument suppression.
1262 ac_must_keep_next
=false
1268 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1269 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1270 | -silent | --silent | --silen | --sile | --sil)
1272 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1273 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1276 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1278 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1279 if test $ac_must_keep_next = true
; then
1280 ac_must_keep_next
=false
# Got value, back to normal.
1283 *=* | --config-cache | -C | -disable-* | --disable-* \
1284 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1285 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1286 | -with-* | --with-* | -without-* | --without-* | --x)
1287 case "$ac_configure_args0 " in
1288 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1291 -* ) ac_must_keep_next
=true
;;
1294 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1295 # Get rid of the leading space.
1301 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1302 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1304 # When interrupted or exit'd, cleanup temporary files, and complete
1305 # config.log. We remove comments because anyway the quotes in there
1306 # would cause problems or look ugly.
1307 # WARNING: Be sure not to use single quotes in there, as some shells,
1308 # such as our DU 5.0 friend, will then `close' the trap.
1309 trap 'exit_status=$?
1310 # Save into config.log some information that might help in debugging.
1315 ## ---------------- ##
1316 ## Cache variables. ##
1317 ## ---------------- ##
1320 # The following way of writing the cache mishandles newlines in values,
1323 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1326 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1331 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1338 ## ----------------- ##
1339 ## Output variables. ##
1340 ## ----------------- ##
1343 for ac_var in $ac_subst_vars
1345 eval ac_val=$`echo $ac_var`
1346 echo "$ac_var='"'"'$ac_val'"'"'"
1350 if test -n "$ac_subst_files"; then
1357 for ac_var in $ac_subst_files
1359 eval ac_val=$`echo $ac_var`
1360 echo "$ac_var='"'"'$ac_val'"'"'"
1365 if test -s confdefs.h; then
1372 sed "/^$/d" confdefs.h | sort
1375 test "$ac_signal" != 0 &&
1376 echo "$as_me: caught signal $ac_signal"
1377 echo "$as_me: exit $exit_status"
1379 rm -f core *.core &&
1380 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1383 for ac_signal
in 1 2 13 15; do
1384 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1388 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1389 rm -rf conftest
* confdefs.h
1390 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1393 # Predefined preprocessor variables.
1395 cat >>confdefs.h
<<_ACEOF
1396 #define PACKAGE_NAME "$PACKAGE_NAME"
1400 cat >>confdefs.h
<<_ACEOF
1401 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1405 cat >>confdefs.h
<<_ACEOF
1406 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1410 cat >>confdefs.h
<<_ACEOF
1411 #define PACKAGE_STRING "$PACKAGE_STRING"
1415 cat >>confdefs.h
<<_ACEOF
1416 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1420 # Let the site file select an alternate cache file if it wants to.
1421 # Prefer explicitly selected file to automatically selected ones.
1422 if test -z "$CONFIG_SITE"; then
1423 if test "x$prefix" != xNONE
; then
1424 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1426 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1429 for ac_site_file
in $CONFIG_SITE; do
1430 if test -r "$ac_site_file"; then
1431 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1432 echo "$as_me: loading site script $ac_site_file" >&6;}
1433 sed 's/^/| /' "$ac_site_file" >&5
1438 if test -r "$cache_file"; then
1439 # Some versions of bash will fail to source /dev/null (special
1440 # files actually), so we avoid doing that.
1441 if test -f "$cache_file"; then
1442 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1443 echo "$as_me: loading cache $cache_file" >&6;}
1445 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1446 *) . .
/$cache_file;;
1450 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1451 echo "$as_me: creating cache $cache_file" >&6;}
1455 # Check that the precious variables saved in the cache have kept the same
1457 ac_cache_corrupted
=false
1458 for ac_var
in `(set) 2>&1 |
1459 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1460 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1461 eval ac_new_set
=\
$ac_env_${ac_var}_set
1462 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1463 eval ac_new_val
="\$ac_env_${ac_var}_value"
1464 case $ac_old_set,$ac_new_set in
1466 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1467 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1468 ac_cache_corrupted
=: ;;
1470 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1471 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1472 ac_cache_corrupted
=: ;;
1475 if test "x$ac_old_val" != "x$ac_new_val"; then
1476 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1477 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1478 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1479 echo "$as_me: former value: $ac_old_val" >&2;}
1480 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1481 echo "$as_me: current value: $ac_new_val" >&2;}
1482 ac_cache_corrupted
=:
1485 # Pass precious variables to config.status.
1486 if test "$ac_new_set" = set; then
1488 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1489 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1490 *) ac_arg
=$ac_var=$ac_new_val ;;
1492 case " $ac_configure_args " in
1493 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1494 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1498 if $ac_cache_corrupted; then
1499 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1500 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1501 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1502 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1503 { (exit 1); exit 1; }; }
1507 ac_cpp
='$CPP $CPPFLAGS'
1508 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1509 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1510 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1542 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1543 if test -f $ac_dir/install-sh; then
1545 ac_install_sh
="$ac_aux_dir/install-sh -c"
1547 elif test -f $ac_dir/install.sh
; then
1549 ac_install_sh
="$ac_aux_dir/install.sh -c"
1551 elif test -f $ac_dir/shtool
; then
1553 ac_install_sh
="$ac_aux_dir/shtool install -c"
1557 if test -z "$ac_aux_dir"; then
1558 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1559 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1560 { (exit 1); exit 1; }; }
1562 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1563 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1564 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1566 # Make sure we can run config.sub.
1567 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1568 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1569 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1570 { (exit 1); exit 1; }; }
1572 echo "$as_me:$LINENO: checking build system type" >&5
1573 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1574 if test "${ac_cv_build+set}" = set; then
1575 echo $ECHO_N "(cached) $ECHO_C" >&6
1577 ac_cv_build_alias
=$build_alias
1578 test -z "$ac_cv_build_alias" &&
1579 ac_cv_build_alias
=`$ac_config_guess`
1580 test -z "$ac_cv_build_alias" &&
1581 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1582 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1583 { (exit 1); exit 1; }; }
1584 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1585 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1586 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1587 { (exit 1); exit 1; }; }
1590 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1591 echo "${ECHO_T}$ac_cv_build" >&6
1593 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1594 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1595 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1598 echo "$as_me:$LINENO: checking host system type" >&5
1599 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1600 if test "${ac_cv_host+set}" = set; then
1601 echo $ECHO_N "(cached) $ECHO_C" >&6
1603 ac_cv_host_alias
=$host_alias
1604 test -z "$ac_cv_host_alias" &&
1605 ac_cv_host_alias
=$ac_cv_build_alias
1606 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1607 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1608 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1609 { (exit 1); exit 1; }; }
1612 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1613 echo "${ECHO_T}$ac_cv_host" >&6
1615 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1616 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1617 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1620 echo "$as_me:$LINENO: checking target system type" >&5
1621 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1622 if test "${ac_cv_target+set}" = set; then
1623 echo $ECHO_N "(cached) $ECHO_C" >&6
1625 ac_cv_target_alias
=$target_alias
1626 test "x$ac_cv_target_alias" = "x" &&
1627 ac_cv_target_alias
=$ac_cv_host_alias
1628 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1629 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1630 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1631 { (exit 1); exit 1; }; }
1634 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1635 echo "${ECHO_T}$ac_cv_target" >&6
1636 target
=$ac_cv_target
1637 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1638 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1639 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1642 # The aliases save the names the user supplied, while $host etc.
1643 # will get canonicalized.
1644 test -n "$target_alias" &&
1645 test "$program_prefix$program_suffix$program_transform_name" = \
1647 program_prefix
=${target_alias}-
1651 WX_MAJOR_VERSION_NUMBER
=2
1652 WX_MINOR_VERSION_NUMBER
=5
1654 WX_SUBRELEASE_NUMBER
=3
1656 WX_VERSION
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER.
$WX_RELEASE_NUMBER
1657 WX_RELEASE
=$WX_MAJOR_VERSION_NUMBER.
$WX_MINOR_VERSION_NUMBER
1659 WX_MSW_VERSION
=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1675 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1681 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1687 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1689 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
1691 DEFAULT_wxUSE_COCOA
=0
1695 DEFAULT_wxUSE_MICROWIN
=0
1696 DEFAULT_wxUSE_MOTIF
=0
1701 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1702 DEFAULT_DEFAULT_wxUSE_GTK
=0
1703 DEFAULT_DEFAULT_wxUSE_MAC
=0
1704 DEFAULT_DEFAULT_wxUSE_MGL
=0
1705 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1706 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1707 DEFAULT_DEFAULT_wxUSE_MSW
=0
1708 DEFAULT_DEFAULT_wxUSE_PM
=0
1709 DEFAULT_DEFAULT_wxUSE_X11
=0
1714 SAMPLES_RPATH_POSTLINK
=
1719 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1720 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1722 cat >>confdefs.h
<<\_ACEOF
1729 cat >>confdefs.h
<<\_ACEOF
1734 if test "x$TMP" = "xalpha"; then
1736 cat >>confdefs.h
<<\_ACEOF
1741 DEFAULT_DEFAULT_wxUSE_GTK
=1
1743 *-*-gnu* | *-*-k*bsd
*-gnu )
1746 if test "x$TMP" = "xalpha"; then
1748 cat >>confdefs.h
<<\_ACEOF
1753 DEFAULT_DEFAULT_wxUSE_GTK
=1
1755 *-*-irix5* | *-*-irix6* )
1758 cat >>confdefs.h
<<\_ACEOF
1762 cat >>confdefs.h
<<\_ACEOF
1766 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1772 cat >>confdefs.h
<<\_ACEOF
1776 cat >>confdefs.h
<<\_ACEOF
1777 #define __SOLARIS__ 1
1780 cat >>confdefs.h
<<\_ACEOF
1784 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1785 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1791 cat >>confdefs.h
<<\_ACEOF
1795 cat >>confdefs.h
<<\_ACEOF
1799 cat >>confdefs.h
<<\_ACEOF
1803 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1808 cat >>confdefs.h
<<\_ACEOF
1809 #define __FREEBSD__ 1
1812 cat >>confdefs.h
<<\_ACEOF
1816 DEFAULT_DEFAULT_wxUSE_GTK
=1
1821 cat >>confdefs.h
<<\_ACEOF
1822 #define __OPENBSD__ 1
1825 cat >>confdefs.h
<<\_ACEOF
1829 DEFAULT_DEFAULT_wxUSE_GTK
=1
1834 cat >>confdefs.h
<<\_ACEOF
1835 #define __NETBSD__ 1
1838 cat >>confdefs.h
<<\_ACEOF
1842 DEFAULT_DEFAULT_wxUSE_GTK
=1
1847 cat >>confdefs.h
<<\_ACEOF
1851 cat >>confdefs.h
<<\_ACEOF
1855 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1856 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1861 cat >>confdefs.h
<<\_ACEOF
1865 cat >>confdefs.h
<<\_ACEOF
1869 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1874 cat >>confdefs.h
<<\_ACEOF
1878 cat >>confdefs.h
<<\_ACEOF
1882 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1889 cat >>confdefs.h
<<\_ACEOF
1893 cat >>confdefs.h
<<\_ACEOF
1897 cat >>confdefs.h
<<\_ACEOF
1901 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1908 cat >>confdefs.h
<<\_ACEOF
1909 #define __UNIXWARE__ 1
1914 *-*-cygwin* | *-*-mingw32* )
1918 DEFAULT_DEFAULT_wxUSE_MSW
=1
1924 cat >>confdefs.h
<<\_ACEOF
1929 DEFAULT_DEFAULT_wxUSE_MGL
=1
1930 LIBS
="$LIBS -lstdc++"
1933 *-pc-os2_emx | *-pc-os2-emx )
1934 cat >>confdefs.h
<<\_ACEOF
1939 cat >>confdefs.h
<<\_ACEOF
1944 DEFAULT_DEFAULT_wxUSE_PM
=1
1946 LDFLAGS
="$LDFLAGS -Zcrtdll"
1947 ac_executable_extensions
=".exe"
1948 export ac_executable_extensions
1952 for ac_dir
in $PATH; do
1954 if test -z "$ac_TEMP_PATH"; then
1955 ac_TEMP_PATH
="$ac_dir"
1957 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
1960 export PATH
="$ac_TEMP_PATH"
1968 cat >>confdefs.h
<<\_ACEOF
1972 cat >>confdefs.h
<<\_ACEOF
1973 #define __DARWIN__ 1
1976 cat >>confdefs.h
<<\_ACEOF
1977 #define __POWERPC__ 1
1980 cat >>confdefs.h
<<\_ACEOF
1981 #define TARGET_CARBON 1
1984 DEFAULT_DEFAULT_wxUSE_MAC
=1
1989 cat >>confdefs.h
<<\_ACEOF
1996 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1997 echo "$as_me: error: unknown system type ${host}." >&2;}
1998 { (exit 1); exit 1; }; }
2004 wx_arg_cache_file
="configarg.cache"
2005 echo "loading argument cache $wx_arg_cache_file"
2006 rm -f ${wx_arg_cache_file}.tmp
2007 touch ${wx_arg_cache_file}.tmp
2008 touch ${wx_arg_cache_file}
2012 if test $DEBUG_CONFIGURE = 1; then
2013 DEFAULT_wxUSE_UNIVERSAL
=no
2014 DEFAULT_wxUSE_STL
=no
2016 DEFAULT_wxUSE_NANOX
=no
2018 DEFAULT_wxUSE_THREADS
=yes
2020 DEFAULT_wxUSE_SHARED
=yes
2021 DEFAULT_wxUSE_OPTIMISE
=no
2022 DEFAULT_wxUSE_PROFILE
=no
2023 DEFAULT_wxUSE_NO_DEPS
=no
2024 DEFAULT_wxUSE_NO_RTTI
=no
2025 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2026 DEFAULT_wxUSE_PERMISSIVE
=no
2027 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2028 DEFAULT_wxUSE_DEBUG_INFO
=yes
2029 DEFAULT_wxUSE_DEBUG_GDB
=yes
2030 DEFAULT_wxUSE_MEM_TRACING
=no
2031 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2032 DEFAULT_wxUSE_DMALLOC
=no
2033 DEFAULT_wxUSE_APPLE_IEEE
=no
2035 DEFAULT_wxUSE_EXCEPTIONS
=no
2036 DEFAULT_wxUSE_LOG
=yes
2037 DEFAULT_wxUSE_LOGWINDOW
=no
2038 DEFAULT_wxUSE_LOGGUI
=no
2039 DEFAULT_wxUSE_LOGDIALOG
=no
2041 DEFAULT_wxUSE_GUI
=yes
2042 DEFAULT_wxUSE_CONTROLS
=no
2044 DEFAULT_wxUSE_REGEX
=no
2045 DEFAULT_wxUSE_XML
=no
2046 DEFAULT_wxUSE_EXPAT
=no
2047 DEFAULT_wxUSE_ZLIB
=no
2048 DEFAULT_wxUSE_LIBPNG
=no
2049 DEFAULT_wxUSE_LIBJPEG
=no
2050 DEFAULT_wxUSE_LIBTIFF
=no
2051 DEFAULT_wxUSE_LIBXPM
=no
2052 DEFAULT_wxUSE_LIBMSPACK
=no
2053 DEFAULT_wxUSE_LIBSDL
=no
2054 DEFAULT_wxUSE_ODBC
=no
2055 DEFAULT_wxUSE_OPENGL
=no
2057 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2058 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2059 DEFAULT_wxUSE_STD_IOSTREAM
=no
2060 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2061 DEFAULT_wxUSE_DATETIME
=no
2062 DEFAULT_wxUSE_TIMER
=no
2063 DEFAULT_wxUSE_STOPWATCH
=no
2064 DEFAULT_wxUSE_FILE
=no
2065 DEFAULT_wxUSE_FFILE
=no
2066 DEFAULT_wxUSE_TEXTBUFFER
=no
2067 DEFAULT_wxUSE_TEXTFILE
=no
2068 DEFAULT_wxUSE_SOUND
=no
2069 DEFAULT_wxUSE_INTL
=no
2070 DEFAULT_wxUSE_CONFIG
=no
2071 DEFAULT_wxUSE_FONTMAP
=no
2072 DEFAULT_wxUSE_STREAMS
=no
2073 DEFAULT_wxUSE_SOCKETS
=no
2074 DEFAULT_wxUSE_OLE
=no
2075 DEFAULT_wxUSE_DATAOBJ
=no
2076 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2077 DEFAULT_wxUSE_JOYSTICK
=no
2078 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2079 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2080 DEFAULT_wxUSE_LONGLONG
=no
2081 DEFAULT_wxUSE_GEOMETRY
=no
2083 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2084 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2085 DEFAULT_wxUSE_POSTSCRIPT
=no
2087 DEFAULT_wxUSE_CLIPBOARD
=no
2088 DEFAULT_wxUSE_TOOLTIPS
=no
2089 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2090 DEFAULT_wxUSE_DRAGIMAGE
=no
2091 DEFAULT_wxUSE_SPLINES
=no
2093 DEFAULT_wxUSE_MDI
=no
2094 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2095 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2096 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2098 DEFAULT_wxUSE_RESOURCES
=no
2099 DEFAULT_wxUSE_CONSTRAINTS
=no
2100 DEFAULT_wxUSE_IPC
=no
2101 DEFAULT_wxUSE_HELP
=no
2102 DEFAULT_wxUSE_MS_HTML_HELP
=no
2103 DEFAULT_wxUSE_WXHTML_HELP
=no
2104 DEFAULT_wxUSE_TREELAYOUT
=no
2105 DEFAULT_wxUSE_METAFILE
=no
2106 DEFAULT_wxUSE_MIMETYPE
=no
2107 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2108 DEFAULT_wxUSE_PROTOCOL
=no
2109 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2110 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2111 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2112 DEFAULT_wxUSE_URL
=no
2114 DEFAULT_wxUSE_COMMONDLGS
=no
2115 DEFAULT_wxUSE_CHOICEDLG
=no
2116 DEFAULT_wxUSE_COLOURDLG
=no
2117 DEFAULT_wxUSE_DIRDLG
=no
2118 DEFAULT_wxUSE_FILEDLG
=no
2119 DEFAULT_wxUSE_FINDREPLDLG
=no
2120 DEFAULT_wxUSE_FONTDLG
=no
2121 DEFAULT_wxUSE_MSGDLG
=no
2122 DEFAULT_wxUSE_NUMBERDLG
=no
2123 DEFAULT_wxUSE_TEXTDLG
=no
2124 DEFAULT_wxUSE_SPLASH
=no
2125 DEFAULT_wxUSE_STARTUP_TIPS
=no
2126 DEFAULT_wxUSE_PROGRESSDLG
=no
2127 DEFAULT_wxUSE_WIZARDDLG
=no
2129 DEFAULT_wxUSE_MENUS
=no
2130 DEFAULT_wxUSE_MINIFRAME
=no
2131 DEFAULT_wxUSE_HTML
=no
2132 DEFAULT_wxUSE_WEBKIT
=no
2133 DEFAULT_wxUSE_FILESYSTEM
=no
2134 DEFAULT_wxUSE_FS_INET
=no
2135 DEFAULT_wxUSE_FS_ZIP
=no
2136 DEFAULT_wxUSE_BUSYINFO
=no
2137 DEFAULT_wxUSE_ZIPSTREAM
=no
2138 DEFAULT_wxUSE_VALIDATORS
=no
2140 DEFAULT_wxUSE_ACCEL
=no
2141 DEFAULT_wxUSE_BUTTON
=no
2142 DEFAULT_wxUSE_BMPBUTTON
=no
2143 DEFAULT_wxUSE_CALCTRL
=no
2144 DEFAULT_wxUSE_CARET
=no
2145 DEFAULT_wxUSE_CHECKBOX
=no
2146 DEFAULT_wxUSE_CHECKLST
=no
2147 DEFAULT_wxUSE_CHOICE
=no
2148 DEFAULT_wxUSE_COMBOBOX
=no
2149 DEFAULT_wxUSE_DISPLAY
=no
2150 DEFAULT_wxUSE_GAUGE
=no
2151 DEFAULT_wxUSE_GRID
=no
2152 DEFAULT_wxUSE_IMAGLIST
=no
2153 DEFAULT_wxUSE_LISTBOOK
=no
2154 DEFAULT_wxUSE_LISTBOX
=no
2155 DEFAULT_wxUSE_LISTCTRL
=no
2156 DEFAULT_wxUSE_NOTEBOOK
=no
2157 DEFAULT_wxUSE_RADIOBOX
=no
2158 DEFAULT_wxUSE_RADIOBTN
=no
2159 DEFAULT_wxUSE_SASH
=no
2160 DEFAULT_wxUSE_SCROLLBAR
=no
2161 DEFAULT_wxUSE_SLIDER
=no
2162 DEFAULT_wxUSE_SPINBTN
=no
2163 DEFAULT_wxUSE_SPINCTRL
=no
2164 DEFAULT_wxUSE_SPLITTER
=no
2165 DEFAULT_wxUSE_STATBMP
=no
2166 DEFAULT_wxUSE_STATBOX
=no
2167 DEFAULT_wxUSE_STATLINE
=no
2168 DEFAULT_wxUSE_STATTEXT
=no
2169 DEFAULT_wxUSE_STATUSBAR
=yes
2170 DEFAULT_wxUSE_TABDIALOG
=no
2171 DEFAULT_wxUSE_TEXTCTRL
=no
2172 DEFAULT_wxUSE_TOGGLEBTN
=no
2173 DEFAULT_wxUSE_TOOLBAR
=no
2174 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2175 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
2176 DEFAULT_wxUSE_TREECTRL
=no
2177 DEFAULT_wxUSE_POPUPWIN
=no
2178 DEFAULT_wxUSE_TIPWINDOW
=no
2180 DEFAULT_wxUSE_UNICODE
=no
2181 DEFAULT_wxUSE_UNICODE_MSLU
=no
2182 DEFAULT_wxUSE_WCSRTOMBS
=no
2184 DEFAULT_wxUSE_PALETTE
=no
2185 DEFAULT_wxUSE_IMAGE
=no
2186 DEFAULT_wxUSE_GIF
=no
2187 DEFAULT_wxUSE_PCX
=no
2188 DEFAULT_wxUSE_PNM
=no
2189 DEFAULT_wxUSE_IFF
=no
2190 DEFAULT_wxUSE_XPM
=no
2191 DEFAULT_wxUSE_ICO_CUR
=no
2192 DEFAULT_wxUSE_ACCESSIBILITY
=no
2194 DEFAULT_wxUSE_MONOLITHIC
=no
2195 DEFAULT_wxUSE_PLUGINS
=no
2196 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2198 DEFAULT_wxUSE_UNIVERSAL
=no
2199 DEFAULT_wxUSE_STL
=no
2201 DEFAULT_wxUSE_NANOX
=no
2203 DEFAULT_wxUSE_THREADS
=yes
2205 DEFAULT_wxUSE_SHARED
=yes
2206 DEFAULT_wxUSE_OPTIMISE
=yes
2207 DEFAULT_wxUSE_PROFILE
=no
2208 DEFAULT_wxUSE_NO_DEPS
=no
2209 DEFAULT_wxUSE_NO_RTTI
=no
2210 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2211 DEFAULT_wxUSE_PERMISSIVE
=no
2212 DEFAULT_wxUSE_DEBUG_FLAG
=no
2213 DEFAULT_wxUSE_DEBUG_INFO
=no
2214 DEFAULT_wxUSE_DEBUG_GDB
=no
2215 DEFAULT_wxUSE_MEM_TRACING
=no
2216 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2217 DEFAULT_wxUSE_DMALLOC
=no
2218 DEFAULT_wxUSE_APPLE_IEEE
=yes
2220 DEFAULT_wxUSE_EXCEPTIONS
=yes
2221 DEFAULT_wxUSE_LOG
=yes
2222 DEFAULT_wxUSE_LOGWINDOW
=yes
2223 DEFAULT_wxUSE_LOGGUI
=yes
2224 DEFAULT_wxUSE_LOGDIALOG
=yes
2226 DEFAULT_wxUSE_GUI
=yes
2228 DEFAULT_wxUSE_REGEX
=yes
2229 DEFAULT_wxUSE_XML
=yes
2230 DEFAULT_wxUSE_EXPAT
=yes
2231 DEFAULT_wxUSE_ZLIB
=yes
2232 DEFAULT_wxUSE_LIBPNG
=yes
2233 DEFAULT_wxUSE_LIBJPEG
=yes
2234 DEFAULT_wxUSE_LIBTIFF
=yes
2235 DEFAULT_wxUSE_LIBXPM
=yes
2236 DEFAULT_wxUSE_LIBMSPACK
=yes
2237 DEFAULT_wxUSE_LIBSDL
=no
2238 DEFAULT_wxUSE_ODBC
=no
2239 DEFAULT_wxUSE_OPENGL
=no
2241 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2242 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2243 DEFAULT_wxUSE_STD_IOSTREAM
=no
2244 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2245 DEFAULT_wxUSE_DATETIME
=yes
2246 DEFAULT_wxUSE_TIMER
=yes
2247 DEFAULT_wxUSE_STOPWATCH
=yes
2248 DEFAULT_wxUSE_FILE
=yes
2249 DEFAULT_wxUSE_FFILE
=yes
2250 DEFAULT_wxUSE_TEXTBUFFER
=yes
2251 DEFAULT_wxUSE_TEXTFILE
=yes
2252 DEFAULT_wxUSE_SOUND
=yes
2253 DEFAULT_wxUSE_INTL
=yes
2254 DEFAULT_wxUSE_CONFIG
=yes
2255 DEFAULT_wxUSE_FONTMAP
=yes
2256 DEFAULT_wxUSE_STREAMS
=yes
2257 DEFAULT_wxUSE_SOCKETS
=yes
2258 DEFAULT_wxUSE_OLE
=yes
2259 DEFAULT_wxUSE_DATAOBJ
=yes
2260 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2261 DEFAULT_wxUSE_JOYSTICK
=yes
2262 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2263 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2264 DEFAULT_wxUSE_LONGLONG
=yes
2265 DEFAULT_wxUSE_GEOMETRY
=yes
2267 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2268 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2269 DEFAULT_wxUSE_POSTSCRIPT
=yes
2271 DEFAULT_wxUSE_CLIPBOARD
=yes
2272 DEFAULT_wxUSE_TOOLTIPS
=yes
2273 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2274 DEFAULT_wxUSE_DRAGIMAGE
=yes
2275 DEFAULT_wxUSE_SPLINES
=yes
2277 DEFAULT_wxUSE_MDI
=yes
2278 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2279 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2280 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2282 DEFAULT_wxUSE_RESOURCES
=no
2283 DEFAULT_wxUSE_CONSTRAINTS
=yes
2284 DEFAULT_wxUSE_IPC
=yes
2285 DEFAULT_wxUSE_HELP
=yes
2286 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2287 DEFAULT_wxUSE_WXHTML_HELP
=yes
2288 DEFAULT_wxUSE_TREELAYOUT
=yes
2289 DEFAULT_wxUSE_METAFILE
=yes
2290 DEFAULT_wxUSE_MIMETYPE
=yes
2291 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2292 DEFAULT_wxUSE_PROTOCOL
=yes
2293 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2294 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2295 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2296 DEFAULT_wxUSE_URL
=yes
2298 DEFAULT_wxUSE_COMMONDLGS
=yes
2299 DEFAULT_wxUSE_CHOICEDLG
=yes
2300 DEFAULT_wxUSE_COLOURDLG
=yes
2301 DEFAULT_wxUSE_DIRDLG
=yes
2302 DEFAULT_wxUSE_FILEDLG
=yes
2303 DEFAULT_wxUSE_FINDREPLDLG
=yes
2304 DEFAULT_wxUSE_FONTDLG
=yes
2305 DEFAULT_wxUSE_MSGDLG
=yes
2306 DEFAULT_wxUSE_NUMBERDLG
=yes
2307 DEFAULT_wxUSE_TEXTDLG
=yes
2308 DEFAULT_wxUSE_SPLASH
=yes
2309 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2310 DEFAULT_wxUSE_PROGRESSDLG
=yes
2311 DEFAULT_wxUSE_WIZARDDLG
=yes
2313 DEFAULT_wxUSE_MENUS
=yes
2314 DEFAULT_wxUSE_MINIFRAME
=yes
2315 DEFAULT_wxUSE_HTML
=yes
2316 DEFAULT_wxUSE_WEBKIT
=yes
2317 DEFAULT_wxUSE_FILESYSTEM
=yes
2318 DEFAULT_wxUSE_FS_INET
=yes
2319 DEFAULT_wxUSE_FS_ZIP
=yes
2320 DEFAULT_wxUSE_BUSYINFO
=yes
2321 DEFAULT_wxUSE_ZIPSTREAM
=yes
2322 DEFAULT_wxUSE_VALIDATORS
=yes
2324 DEFAULT_wxUSE_ACCEL
=yes
2325 DEFAULT_wxUSE_BUTTON
=yes
2326 DEFAULT_wxUSE_BMPBUTTON
=yes
2327 DEFAULT_wxUSE_CALCTRL
=yes
2328 DEFAULT_wxUSE_CARET
=yes
2329 DEFAULT_wxUSE_CHECKBOX
=yes
2330 DEFAULT_wxUSE_CHECKLST
=yes
2331 DEFAULT_wxUSE_CHOICE
=yes
2332 DEFAULT_wxUSE_COMBOBOX
=yes
2333 DEFAULT_wxUSE_DISPLAY
=yes
2334 DEFAULT_wxUSE_GAUGE
=yes
2335 DEFAULT_wxUSE_GRID
=yes
2336 DEFAULT_wxUSE_IMAGLIST
=yes
2337 DEFAULT_wxUSE_LISTBOOK
=yes
2338 DEFAULT_wxUSE_LISTBOX
=yes
2339 DEFAULT_wxUSE_LISTCTRL
=yes
2340 DEFAULT_wxUSE_NOTEBOOK
=yes
2341 DEFAULT_wxUSE_RADIOBOX
=yes
2342 DEFAULT_wxUSE_RADIOBTN
=yes
2343 DEFAULT_wxUSE_SASH
=yes
2344 DEFAULT_wxUSE_SCROLLBAR
=yes
2345 DEFAULT_wxUSE_SLIDER
=yes
2346 DEFAULT_wxUSE_SPINBTN
=yes
2347 DEFAULT_wxUSE_SPINCTRL
=yes
2348 DEFAULT_wxUSE_SPLITTER
=yes
2349 DEFAULT_wxUSE_STATBMP
=yes
2350 DEFAULT_wxUSE_STATBOX
=yes
2351 DEFAULT_wxUSE_STATLINE
=yes
2352 DEFAULT_wxUSE_STATTEXT
=yes
2353 DEFAULT_wxUSE_STATUSBAR
=yes
2354 DEFAULT_wxUSE_TABDIALOG
=no
2355 DEFAULT_wxUSE_TEXTCTRL
=yes
2356 DEFAULT_wxUSE_TOGGLEBTN
=yes
2357 DEFAULT_wxUSE_TOOLBAR
=yes
2358 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2359 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
2360 DEFAULT_wxUSE_TREECTRL
=yes
2361 DEFAULT_wxUSE_POPUPWIN
=yes
2362 DEFAULT_wxUSE_TIPWINDOW
=yes
2364 DEFAULT_wxUSE_UNICODE
=no
2365 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2366 DEFAULT_wxUSE_WCSRTOMBS
=no
2368 DEFAULT_wxUSE_PALETTE
=yes
2369 DEFAULT_wxUSE_IMAGE
=yes
2370 DEFAULT_wxUSE_GIF
=yes
2371 DEFAULT_wxUSE_PCX
=yes
2372 DEFAULT_wxUSE_IFF
=no
2373 DEFAULT_wxUSE_PNM
=yes
2374 DEFAULT_wxUSE_XPM
=yes
2375 DEFAULT_wxUSE_ICO_CUR
=yes
2376 DEFAULT_wxUSE_ACCESSIBILITY
=no
2378 DEFAULT_wxUSE_MONOLITHIC
=no
2379 DEFAULT_wxUSE_PLUGINS
=no
2380 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2382 DEFAULT_wxUSE_GTK2
=yes
2387 for toolkit
in `echo $ALL_TOOLKITS`; do
2388 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2389 if test "x$LINE" != "x" ; then
2390 has_toolkit_in_cache
=1
2391 eval "DEFAULT_$LINE"
2392 eval "CACHE_$toolkit=1"
2399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2400 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2402 # Check whether --enable-gui or --disable-gui was given.
2403 if test "${enable_gui+set}" = set; then
2404 enableval
="$enable_gui"
2406 if test "$enableval" = yes; then
2407 ac_cv_use_gui
='wxUSE_GUI=yes'
2409 ac_cv_use_gui
='wxUSE_GUI=no'
2414 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2415 if test "x$LINE" != x
; then
2416 eval "DEFAULT_$LINE"
2421 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2425 eval "$ac_cv_use_gui"
2426 if test "$no_cache" != 1; then
2427 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2430 if test "$wxUSE_GUI" = yes; then
2431 echo "$as_me:$LINENO: result: yes" >&5
2432 echo "${ECHO_T}yes" >&6
2434 echo "$as_me:$LINENO: result: no" >&5
2435 echo "${ECHO_T}no" >&6
2440 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2441 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2443 # Check whether --enable-monolithic or --disable-monolithic was given.
2444 if test "${enable_monolithic+set}" = set; then
2445 enableval
="$enable_monolithic"
2447 if test "$enableval" = yes; then
2448 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2450 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2455 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2456 if test "x$LINE" != x
; then
2457 eval "DEFAULT_$LINE"
2462 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2466 eval "$ac_cv_use_monolithic"
2467 if test "$no_cache" != 1; then
2468 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2471 if test "$wxUSE_MONOLITHIC" = yes; then
2472 echo "$as_me:$LINENO: result: yes" >&5
2473 echo "${ECHO_T}yes" >&6
2475 echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6
2481 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2482 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2484 # Check whether --enable-plugins or --disable-plugins was given.
2485 if test "${enable_plugins+set}" = set; then
2486 enableval
="$enable_plugins"
2488 if test "$enableval" = yes; then
2489 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2491 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2496 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2497 if test "x$LINE" != x
; then
2498 eval "DEFAULT_$LINE"
2503 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2507 eval "$ac_cv_use_plugins"
2508 if test "$no_cache" != 1; then
2509 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2512 if test "$wxUSE_PLUGINS" = yes; then
2513 echo "$as_me:$LINENO: result: yes" >&5
2514 echo "${ECHO_T}yes" >&6
2516 echo "$as_me:$LINENO: result: no" >&5
2517 echo "${ECHO_T}no" >&6
2521 if test "$wxUSE_GUI" = "yes"; then
2525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2526 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2528 # Check whether --enable-universal or --disable-universal was given.
2529 if test "${enable_universal+set}" = set; then
2530 enableval
="$enable_universal"
2532 if test "$enableval" = yes; then
2533 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2535 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2540 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2541 if test "x$LINE" != x
; then
2542 eval "DEFAULT_$LINE"
2547 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2551 eval "$ac_cv_use_universal"
2552 if test "$no_cache" != 1; then
2553 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2556 if test "$wxUSE_UNIVERSAL" = yes; then
2557 echo "$as_me:$LINENO: result: yes" >&5
2558 echo "${ECHO_T}yes" >&6
2560 echo "$as_me:$LINENO: result: no" >&5
2561 echo "${ECHO_T}no" >&6
2565 # Check whether --with-gtk or --without-gtk was given.
2566 if test "${with_gtk+set}" = set; then
2568 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2571 # Check whether --with-motif or --without-motif was given.
2572 if test "${with_motif+set}" = set; then
2573 withval
="$with_motif"
2574 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2577 # Check whether --with-mac or --without-mac was given.
2578 if test "${with_mac+set}" = set; then
2580 wxUSE_MAC
="$withval" TOOLKIT_GIVEN
=1
2583 # Check whether --with-cocoa or --without-cocoa was given.
2584 if test "${with_cocoa+set}" = set; then
2585 withval
="$with_cocoa"
2586 wxUSE_COCOA
="$withval" TOOLKIT_GIVEN
=1
2589 # Check whether --with-wine or --without-wine was given.
2590 if test "${with_wine+set}" = set; then
2591 withval
="$with_wine"
2592 wxUSE_WINE
="$withval" CACHE_WINE
=1
2595 # Check whether --with-msw or --without-msw was given.
2596 if test "${with_msw+set}" = set; then
2598 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2601 # Check whether --with-pm or --without-pm was given.
2602 if test "${with_pm+set}" = set; then
2604 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2607 # Check whether --with-mgl or --without-mgl was given.
2608 if test "${with_mgl+set}" = set; then
2610 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2613 # Check whether --with-microwin or --without-microwin was given.
2614 if test "${with_microwin+set}" = set; then
2615 withval
="$with_microwin"
2616 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2619 # Check whether --with-x11 or --without-x11 was given.
2620 if test "${with_x11+set}" = set; then
2622 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2627 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2629 # Check whether --enable-nanox or --disable-nanox was given.
2630 if test "${enable_nanox+set}" = set; then
2631 enableval
="$enable_nanox"
2633 if test "$enableval" = yes; then
2634 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2636 ac_cv_use_nanox
='wxUSE_NANOX=no'
2641 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2642 if test "x$LINE" != x
; then
2643 eval "DEFAULT_$LINE"
2648 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2652 eval "$ac_cv_use_nanox"
2653 if test "$no_cache" != 1; then
2654 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2657 if test "$wxUSE_NANOX" = yes; then
2658 echo "$as_me:$LINENO: result: yes" >&5
2659 echo "${ECHO_T}yes" >&6
2661 echo "$as_me:$LINENO: result: no" >&5
2662 echo "${ECHO_T}no" >&6
2668 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2669 echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
2671 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2672 if test "${enable_gtk2+set}" = set; then
2673 enableval
="$enable_gtk2"
2675 if test "$enableval" = yes; then
2676 ac_cv_use_gtk2
='wxUSE_GTK2=yes'
2678 ac_cv_use_gtk2
='wxUSE_GTK2=no'
2683 LINE
=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2684 if test "x$LINE" != x
; then
2685 eval "DEFAULT_$LINE"
2690 ac_cv_use_gtk2
='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
2694 eval "$ac_cv_use_gtk2"
2695 if test "$no_cache" != 1; then
2696 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2699 if test "$wxUSE_GTK2" = yes; then
2700 echo "$as_me:$LINENO: result: yes" >&5
2701 echo "${ECHO_T}yes" >&6
2703 echo "$as_me:$LINENO: result: no" >&5
2704 echo "${ECHO_T}no" >&6
2709 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2710 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2712 # Check whether --enable-gpe or --disable-gpe was given.
2713 if test "${enable_gpe+set}" = set; then
2714 enableval
="$enable_gpe"
2716 if test "$enableval" = yes; then
2717 ac_cv_use_gpe
='wxUSE_GPE=yes'
2719 ac_cv_use_gpe
='wxUSE_GPE=no'
2724 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2725 if test "x$LINE" != x
; then
2726 eval "DEFAULT_$LINE"
2731 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2735 eval "$ac_cv_use_gpe"
2736 if test "$no_cache" != 1; then
2737 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2740 if test "$wxUSE_GPE" = yes; then
2741 echo "$as_me:$LINENO: result: yes" >&5
2742 echo "${ECHO_T}yes" >&6
2744 echo "$as_me:$LINENO: result: no" >&5
2745 echo "${ECHO_T}no" >&6
2750 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2751 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
2754 # Check whether --with-libpng or --without-libpng was given.
2755 if test "${with_libpng+set}" = set; then
2756 withval
="$with_libpng"
2758 if test "$withval" = yes; then
2759 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
2760 elif test "$withval" = no
; then
2761 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
2762 elif test "$withval" = sys
; then
2763 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
2764 elif test "$withval" = builtin; then
2765 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
2767 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2768 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2769 { (exit 1); exit 1; }; }
2774 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
2775 if test "x$LINE" != x
; then
2776 eval "DEFAULT_$LINE"
2781 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
2785 eval "$ac_cv_use_libpng"
2786 if test "$no_cache" != 1; then
2787 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
2790 if test "$wxUSE_LIBPNG" = yes; then
2791 echo "$as_me:$LINENO: result: yes" >&5
2792 echo "${ECHO_T}yes" >&6
2793 elif test "$wxUSE_LIBPNG" = no
; then
2794 echo "$as_me:$LINENO: result: no" >&5
2795 echo "${ECHO_T}no" >&6
2796 elif test "$wxUSE_LIBPNG" = sys
; then
2797 echo "$as_me:$LINENO: result: system version" >&5
2798 echo "${ECHO_T}system version" >&6
2799 elif test "$wxUSE_LIBPNG" = builtin; then
2800 echo "$as_me:$LINENO: result: builtin version" >&5
2801 echo "${ECHO_T}builtin version" >&6
2803 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2804 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2805 { (exit 1); exit 1; }; }
2809 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2810 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
2813 # Check whether --with-libjpeg or --without-libjpeg was given.
2814 if test "${with_libjpeg+set}" = set; then
2815 withval
="$with_libjpeg"
2817 if test "$withval" = yes; then
2818 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
2819 elif test "$withval" = no
; then
2820 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
2821 elif test "$withval" = sys
; then
2822 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
2823 elif test "$withval" = builtin; then
2824 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
2826 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2827 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2828 { (exit 1); exit 1; }; }
2833 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
2834 if test "x$LINE" != x
; then
2835 eval "DEFAULT_$LINE"
2840 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
2844 eval "$ac_cv_use_libjpeg"
2845 if test "$no_cache" != 1; then
2846 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
2849 if test "$wxUSE_LIBJPEG" = yes; then
2850 echo "$as_me:$LINENO: result: yes" >&5
2851 echo "${ECHO_T}yes" >&6
2852 elif test "$wxUSE_LIBJPEG" = no
; then
2853 echo "$as_me:$LINENO: result: no" >&5
2854 echo "${ECHO_T}no" >&6
2855 elif test "$wxUSE_LIBJPEG" = sys
; then
2856 echo "$as_me:$LINENO: result: system version" >&5
2857 echo "${ECHO_T}system version" >&6
2858 elif test "$wxUSE_LIBJPEG" = builtin; then
2859 echo "$as_me:$LINENO: result: builtin version" >&5
2860 echo "${ECHO_T}builtin version" >&6
2862 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2863 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2864 { (exit 1); exit 1; }; }
2868 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2869 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
2872 # Check whether --with-libtiff or --without-libtiff was given.
2873 if test "${with_libtiff+set}" = set; then
2874 withval
="$with_libtiff"
2876 if test "$withval" = yes; then
2877 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
2878 elif test "$withval" = no
; then
2879 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
2880 elif test "$withval" = sys
; then
2881 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
2882 elif test "$withval" = builtin; then
2883 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
2885 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2886 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2887 { (exit 1); exit 1; }; }
2892 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
2893 if test "x$LINE" != x
; then
2894 eval "DEFAULT_$LINE"
2899 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
2903 eval "$ac_cv_use_libtiff"
2904 if test "$no_cache" != 1; then
2905 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
2908 if test "$wxUSE_LIBTIFF" = yes; then
2909 echo "$as_me:$LINENO: result: yes" >&5
2910 echo "${ECHO_T}yes" >&6
2911 elif test "$wxUSE_LIBTIFF" = no
; then
2912 echo "$as_me:$LINENO: result: no" >&5
2913 echo "${ECHO_T}no" >&6
2914 elif test "$wxUSE_LIBTIFF" = sys
; then
2915 echo "$as_me:$LINENO: result: system version" >&5
2916 echo "${ECHO_T}system version" >&6
2917 elif test "$wxUSE_LIBTIFF" = builtin; then
2918 echo "$as_me:$LINENO: result: builtin version" >&5
2919 echo "${ECHO_T}builtin version" >&6
2921 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2922 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2923 { (exit 1); exit 1; }; }
2927 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
2928 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
2931 # Check whether --with-libxpm or --without-libxpm was given.
2932 if test "${with_libxpm+set}" = set; then
2933 withval
="$with_libxpm"
2935 if test "$withval" = yes; then
2936 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
2937 elif test "$withval" = no
; then
2938 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
2939 elif test "$withval" = sys
; then
2940 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
2941 elif test "$withval" = builtin; then
2942 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
2944 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2945 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2946 { (exit 1); exit 1; }; }
2951 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
2952 if test "x$LINE" != x
; then
2953 eval "DEFAULT_$LINE"
2958 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
2962 eval "$ac_cv_use_libxpm"
2963 if test "$no_cache" != 1; then
2964 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
2967 if test "$wxUSE_LIBXPM" = yes; then
2968 echo "$as_me:$LINENO: result: yes" >&5
2969 echo "${ECHO_T}yes" >&6
2970 elif test "$wxUSE_LIBXPM" = no
; then
2971 echo "$as_me:$LINENO: result: no" >&5
2972 echo "${ECHO_T}no" >&6
2973 elif test "$wxUSE_LIBXPM" = sys
; then
2974 echo "$as_me:$LINENO: result: system version" >&5
2975 echo "${ECHO_T}system version" >&6
2976 elif test "$wxUSE_LIBXPM" = builtin; then
2977 echo "$as_me:$LINENO: result: builtin version" >&5
2978 echo "${ECHO_T}builtin version" >&6
2980 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
2981 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
2982 { (exit 1); exit 1; }; }
2986 echo "$as_me:$LINENO: checking for --with-libmspack" >&5
2987 echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6
2990 # Check whether --with-libmspack or --without-libmspack was given.
2991 if test "${with_libmspack+set}" = set; then
2992 withval
="$with_libmspack"
2994 if test "$withval" = yes; then
2995 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
2997 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3002 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3003 if test "x$LINE" != x
; then
3004 eval "DEFAULT_$LINE"
3009 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3013 eval "$ac_cv_use_libmspack"
3014 if test "$no_cache" != 1; then
3015 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3018 if test "$wxUSE_LIBMSPACK" = yes; then
3019 echo "$as_me:$LINENO: result: yes" >&5
3020 echo "${ECHO_T}yes" >&6
3022 echo "$as_me:$LINENO: result: no" >&5
3023 echo "${ECHO_T}no" >&6
3027 echo "$as_me:$LINENO: checking for --with-sdl" >&5
3028 echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6
3031 # Check whether --with-sdl or --without-sdl was given.
3032 if test "${with_sdl+set}" = set; then
3035 if test "$withval" = yes; then
3036 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3038 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3043 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3044 if test "x$LINE" != x
; then
3045 eval "DEFAULT_$LINE"
3050 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3054 eval "$ac_cv_use_sdl"
3055 if test "$no_cache" != 1; then
3056 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3059 if test "$wxUSE_LIBSDL" = yes; then
3060 echo "$as_me:$LINENO: result: yes" >&5
3061 echo "${ECHO_T}yes" >&6
3063 echo "$as_me:$LINENO: result: no" >&5
3064 echo "${ECHO_T}no" >&6
3068 echo "$as_me:$LINENO: checking for --with-opengl" >&5
3069 echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
3072 # Check whether --with-opengl or --without-opengl was given.
3073 if test "${with_opengl+set}" = set; then
3074 withval
="$with_opengl"
3076 if test "$withval" = yes; then
3077 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3079 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3084 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3085 if test "x$LINE" != x
; then
3086 eval "DEFAULT_$LINE"
3091 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3095 eval "$ac_cv_use_opengl"
3096 if test "$no_cache" != 1; then
3097 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3100 if test "$wxUSE_OPENGL" = yes; then
3101 echo "$as_me:$LINENO: result: yes" >&5
3102 echo "${ECHO_T}yes" >&6
3104 echo "$as_me:$LINENO: result: no" >&5
3105 echo "${ECHO_T}no" >&6
3112 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
3113 echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
3116 # Check whether --with-dmalloc or --without-dmalloc was given.
3117 if test "${with_dmalloc+set}" = set; then
3118 withval
="$with_dmalloc"
3120 if test "$withval" = yes; then
3121 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3123 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3128 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3129 if test "x$LINE" != x
; then
3130 eval "DEFAULT_$LINE"
3135 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3139 eval "$ac_cv_use_dmalloc"
3140 if test "$no_cache" != 1; then
3141 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3144 if test "$wxUSE_DMALLOC" = yes; then
3145 echo "$as_me:$LINENO: result: yes" >&5
3146 echo "${ECHO_T}yes" >&6
3148 echo "$as_me:$LINENO: result: no" >&5
3149 echo "${ECHO_T}no" >&6
3153 echo "$as_me:$LINENO: checking for --with-regex" >&5
3154 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3157 # Check whether --with-regex or --without-regex was given.
3158 if test "${with_regex+set}" = set; then
3159 withval
="$with_regex"
3161 if test "$withval" = yes; then
3162 ac_cv_use_regex
='wxUSE_REGEX=yes'
3163 elif test "$withval" = no
; then
3164 ac_cv_use_regex
='wxUSE_REGEX=no'
3165 elif test "$withval" = sys
; then
3166 ac_cv_use_regex
='wxUSE_REGEX=sys'
3167 elif test "$withval" = builtin; then
3168 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3170 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3171 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3172 { (exit 1); exit 1; }; }
3177 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3178 if test "x$LINE" != x
; then
3179 eval "DEFAULT_$LINE"
3184 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3188 eval "$ac_cv_use_regex"
3189 if test "$no_cache" != 1; then
3190 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3193 if test "$wxUSE_REGEX" = yes; then
3194 echo "$as_me:$LINENO: result: yes" >&5
3195 echo "${ECHO_T}yes" >&6
3196 elif test "$wxUSE_REGEX" = no
; then
3197 echo "$as_me:$LINENO: result: no" >&5
3198 echo "${ECHO_T}no" >&6
3199 elif test "$wxUSE_REGEX" = sys
; then
3200 echo "$as_me:$LINENO: result: system version" >&5
3201 echo "${ECHO_T}system version" >&6
3202 elif test "$wxUSE_REGEX" = builtin; then
3203 echo "$as_me:$LINENO: result: builtin version" >&5
3204 echo "${ECHO_T}builtin version" >&6
3206 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3207 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3208 { (exit 1); exit 1; }; }
3212 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3213 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3216 # Check whether --with-zlib or --without-zlib was given.
3217 if test "${with_zlib+set}" = set; then
3218 withval
="$with_zlib"
3220 if test "$withval" = yes; then
3221 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3222 elif test "$withval" = no
; then
3223 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3224 elif test "$withval" = sys
; then
3225 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3226 elif test "$withval" = builtin; then
3227 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3229 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3230 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3231 { (exit 1); exit 1; }; }
3236 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3237 if test "x$LINE" != x
; then
3238 eval "DEFAULT_$LINE"
3243 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3247 eval "$ac_cv_use_zlib"
3248 if test "$no_cache" != 1; then
3249 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3252 if test "$wxUSE_ZLIB" = yes; then
3253 echo "$as_me:$LINENO: result: yes" >&5
3254 echo "${ECHO_T}yes" >&6
3255 elif test "$wxUSE_ZLIB" = no
; then
3256 echo "$as_me:$LINENO: result: no" >&5
3257 echo "${ECHO_T}no" >&6
3258 elif test "$wxUSE_ZLIB" = sys
; then
3259 echo "$as_me:$LINENO: result: system version" >&5
3260 echo "${ECHO_T}system version" >&6
3261 elif test "$wxUSE_ZLIB" = builtin; then
3262 echo "$as_me:$LINENO: result: builtin version" >&5
3263 echo "${ECHO_T}builtin version" >&6
3265 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3266 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3267 { (exit 1); exit 1; }; }
3271 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3272 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3275 # Check whether --with-odbc or --without-odbc was given.
3276 if test "${with_odbc+set}" = set; then
3277 withval
="$with_odbc"
3279 if test "$withval" = yes; then
3280 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3281 elif test "$withval" = no
; then
3282 ac_cv_use_odbc
='wxUSE_ODBC=no'
3283 elif test "$withval" = sys
; then
3284 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3285 elif test "$withval" = builtin; then
3286 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3288 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3289 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3290 { (exit 1); exit 1; }; }
3295 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3296 if test "x$LINE" != x
; then
3297 eval "DEFAULT_$LINE"
3302 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3306 eval "$ac_cv_use_odbc"
3307 if test "$no_cache" != 1; then
3308 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3311 if test "$wxUSE_ODBC" = yes; then
3312 echo "$as_me:$LINENO: result: yes" >&5
3313 echo "${ECHO_T}yes" >&6
3314 elif test "$wxUSE_ODBC" = no
; then
3315 echo "$as_me:$LINENO: result: no" >&5
3316 echo "${ECHO_T}no" >&6
3317 elif test "$wxUSE_ODBC" = sys
; then
3318 echo "$as_me:$LINENO: result: system version" >&5
3319 echo "${ECHO_T}system version" >&6
3320 elif test "$wxUSE_ODBC" = builtin; then
3321 echo "$as_me:$LINENO: result: builtin version" >&5
3322 echo "${ECHO_T}builtin version" >&6
3324 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3325 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3326 { (exit 1); exit 1; }; }
3330 echo "$as_me:$LINENO: checking for --with-expat" >&5
3331 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3334 # Check whether --with-expat or --without-expat was given.
3335 if test "${with_expat+set}" = set; then
3336 withval
="$with_expat"
3338 if test "$withval" = yes; then
3339 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3340 elif test "$withval" = no
; then
3341 ac_cv_use_expat
='wxUSE_EXPAT=no'
3342 elif test "$withval" = sys
; then
3343 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3344 elif test "$withval" = builtin; then
3345 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3347 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3348 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3349 { (exit 1); exit 1; }; }
3354 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3355 if test "x$LINE" != x
; then
3356 eval "DEFAULT_$LINE"
3361 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3365 eval "$ac_cv_use_expat"
3366 if test "$no_cache" != 1; then
3367 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3370 if test "$wxUSE_EXPAT" = yes; then
3371 echo "$as_me:$LINENO: result: yes" >&5
3372 echo "${ECHO_T}yes" >&6
3373 elif test "$wxUSE_EXPAT" = no
; then
3374 echo "$as_me:$LINENO: result: no" >&5
3375 echo "${ECHO_T}no" >&6
3376 elif test "$wxUSE_EXPAT" = sys
; then
3377 echo "$as_me:$LINENO: result: system version" >&5
3378 echo "${ECHO_T}system version" >&6
3379 elif test "$wxUSE_EXPAT" = builtin; then
3380 echo "$as_me:$LINENO: result: builtin version" >&5
3381 echo "${ECHO_T}builtin version" >&6
3383 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3384 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3385 { (exit 1); exit 1; }; }
3392 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3393 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3395 # Check whether --enable-shared or --disable-shared was given.
3396 if test "${enable_shared+set}" = set; then
3397 enableval
="$enable_shared"
3399 if test "$enableval" = yes; then
3400 ac_cv_use_shared
='wxUSE_SHARED=yes'
3402 ac_cv_use_shared
='wxUSE_SHARED=no'
3407 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3408 if test "x$LINE" != x
; then
3409 eval "DEFAULT_$LINE"
3414 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3418 eval "$ac_cv_use_shared"
3419 if test "$no_cache" != 1; then
3420 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3423 if test "$wxUSE_SHARED" = yes; then
3424 echo "$as_me:$LINENO: result: yes" >&5
3425 echo "${ECHO_T}yes" >&6
3427 echo "$as_me:$LINENO: result: no" >&5
3428 echo "${ECHO_T}no" >&6
3433 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3434 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3436 # Check whether --enable-optimise or --disable-optimise was given.
3437 if test "${enable_optimise+set}" = set; then
3438 enableval
="$enable_optimise"
3440 if test "$enableval" = yes; then
3441 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3443 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3448 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3449 if test "x$LINE" != x
; then
3450 eval "DEFAULT_$LINE"
3455 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3459 eval "$ac_cv_use_optimise"
3460 if test "$no_cache" != 1; then
3461 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3464 if test "$wxUSE_OPTIMISE" = yes; then
3465 echo "$as_me:$LINENO: result: yes" >&5
3466 echo "${ECHO_T}yes" >&6
3468 echo "$as_me:$LINENO: result: no" >&5
3469 echo "${ECHO_T}no" >&6
3474 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3475 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3477 # Check whether --enable-debug or --disable-debug was given.
3478 if test "${enable_debug+set}" = set; then
3479 enableval
="$enable_debug"
3481 if test "$enableval" = yes; then
3482 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3484 ac_cv_use_debug
='wxUSE_DEBUG=no'
3489 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3490 if test "x$LINE" != x
; then
3491 eval "DEFAULT_$LINE"
3496 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3500 eval "$ac_cv_use_debug"
3501 if test "$no_cache" != 1; then
3502 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3505 if test "$wxUSE_DEBUG" = yes; then
3506 echo "$as_me:$LINENO: result: yes" >&5
3507 echo "${ECHO_T}yes" >&6
3509 echo "$as_me:$LINENO: result: no" >&5
3510 echo "${ECHO_T}no" >&6
3515 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3516 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3518 # Check whether --enable-stl or --disable-stl was given.
3519 if test "${enable_stl+set}" = set; then
3520 enableval
="$enable_stl"
3522 if test "$enableval" = yes; then
3523 ac_cv_use_stl
='wxUSE_STL=yes'
3525 ac_cv_use_stl
='wxUSE_STL=no'
3530 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3531 if test "x$LINE" != x
; then
3532 eval "DEFAULT_$LINE"
3537 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3541 eval "$ac_cv_use_stl"
3542 if test "$no_cache" != 1; then
3543 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3546 if test "$wxUSE_STL" = yes; then
3547 echo "$as_me:$LINENO: result: yes" >&5
3548 echo "${ECHO_T}yes" >&6
3550 echo "$as_me:$LINENO: result: no" >&5
3551 echo "${ECHO_T}no" >&6
3554 if test "$USE_OS2" = "1"; then
3557 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3558 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3560 # Check whether --enable-omf or --disable-omf was given.
3561 if test "${enable_omf+set}" = set; then
3562 enableval
="$enable_omf"
3564 if test "$enableval" = yes; then
3565 ac_cv_use_omf
='wxUSE_OMF=yes'
3567 ac_cv_use_omf
='wxUSE_OMF=no'
3572 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3573 if test "x$LINE" != x
; then
3574 eval "DEFAULT_$LINE"
3579 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3583 eval "$ac_cv_use_omf"
3584 if test "$no_cache" != 1; then
3585 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3588 if test "$wxUSE_OMF" = yes; then
3589 echo "$as_me:$LINENO: result: yes" >&5
3590 echo "${ECHO_T}yes" >&6
3592 echo "$as_me:$LINENO: result: no" >&5
3593 echo "${ECHO_T}no" >&6
3598 if test "$wxUSE_DEBUG" = "yes"; then
3599 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3600 DEFAULT_wxUSE_DEBUG_INFO
=yes
3602 elif test "$wxUSE_DEBUG" = "no"; then
3603 DEFAULT_wxUSE_DEBUG_FLAG
=no
3604 DEFAULT_wxUSE_DEBUG_INFO
=no
3610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3611 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
3613 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3614 if test "${enable_debug_flag+set}" = set; then
3615 enableval
="$enable_debug_flag"
3617 if test "$enableval" = yes; then
3618 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
3620 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
3625 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3626 if test "x$LINE" != x
; then
3627 eval "DEFAULT_$LINE"
3632 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
3636 eval "$ac_cv_use_debug_flag"
3637 if test "$no_cache" != 1; then
3638 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3641 if test "$wxUSE_DEBUG_FLAG" = 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 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3652 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
3654 # Check whether --enable-debug_info or --disable-debug_info was given.
3655 if test "${enable_debug_info+set}" = set; then
3656 enableval
="$enable_debug_info"
3658 if test "$enableval" = yes; then
3659 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
3661 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
3666 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3667 if test "x$LINE" != x
; then
3668 eval "DEFAULT_$LINE"
3673 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
3677 eval "$ac_cv_use_debug_info"
3678 if test "$no_cache" != 1; then
3679 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3682 if test "$wxUSE_DEBUG_INFO" = yes; then
3683 echo "$as_me:$LINENO: result: yes" >&5
3684 echo "${ECHO_T}yes" >&6
3686 echo "$as_me:$LINENO: result: no" >&5
3687 echo "${ECHO_T}no" >&6
3692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3693 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
3695 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3696 if test "${enable_debug_gdb+set}" = set; then
3697 enableval
="$enable_debug_gdb"
3699 if test "$enableval" = yes; then
3700 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
3702 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
3707 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3708 if test "x$LINE" != x
; then
3709 eval "DEFAULT_$LINE"
3714 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
3718 eval "$ac_cv_use_debug_gdb"
3719 if test "$no_cache" != 1; then
3720 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3723 if test "$wxUSE_DEBUG_GDB" = yes; then
3724 echo "$as_me:$LINENO: result: yes" >&5
3725 echo "${ECHO_T}yes" >&6
3727 echo "$as_me:$LINENO: result: no" >&5
3728 echo "${ECHO_T}no" >&6
3733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3734 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
3736 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3737 if test "${enable_debug_cntxt+set}" = set; then
3738 enableval
="$enable_debug_cntxt"
3740 if test "$enableval" = yes; then
3741 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
3743 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
3748 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3749 if test "x$LINE" != x
; then
3750 eval "DEFAULT_$LINE"
3755 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
3759 eval "$ac_cv_use_debug_cntxt"
3760 if test "$no_cache" != 1; then
3761 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3764 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
3765 echo "$as_me:$LINENO: result: yes" >&5
3766 echo "${ECHO_T}yes" >&6
3768 echo "$as_me:$LINENO: result: no" >&5
3769 echo "${ECHO_T}no" >&6
3774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3775 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
3777 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3778 if test "${enable_mem_tracing+set}" = set; then
3779 enableval
="$enable_mem_tracing"
3781 if test "$enableval" = yes; then
3782 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
3784 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
3789 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3790 if test "x$LINE" != x
; then
3791 eval "DEFAULT_$LINE"
3796 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
3800 eval "$ac_cv_use_mem_tracing"
3801 if test "$no_cache" != 1; then
3802 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3805 if test "$wxUSE_MEM_TRACING" = yes; then
3806 echo "$as_me:$LINENO: result: yes" >&5
3807 echo "${ECHO_T}yes" >&6
3809 echo "$as_me:$LINENO: result: no" >&5
3810 echo "${ECHO_T}no" >&6
3815 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3816 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
3818 # Check whether --enable-profile or --disable-profile was given.
3819 if test "${enable_profile+set}" = set; then
3820 enableval
="$enable_profile"
3822 if test "$enableval" = yes; then
3823 ac_cv_use_profile
='wxUSE_PROFILE=yes'
3825 ac_cv_use_profile
='wxUSE_PROFILE=no'
3830 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3831 if test "x$LINE" != x
; then
3832 eval "DEFAULT_$LINE"
3837 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
3841 eval "$ac_cv_use_profile"
3842 if test "$no_cache" != 1; then
3843 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3846 if test "$wxUSE_PROFILE" = yes; then
3847 echo "$as_me:$LINENO: result: yes" >&5
3848 echo "${ECHO_T}yes" >&6
3850 echo "$as_me:$LINENO: result: no" >&5
3851 echo "${ECHO_T}no" >&6
3856 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3857 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
3859 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3860 if test "${enable_no_rtti+set}" = set; then
3861 enableval
="$enable_no_rtti"
3863 if test "$enableval" = yes; then
3864 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
3866 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
3871 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3872 if test "x$LINE" != x
; then
3873 eval "DEFAULT_$LINE"
3878 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
3882 eval "$ac_cv_use_no_rtti"
3883 if test "$no_cache" != 1; then
3884 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3887 if test "$wxUSE_NO_RTTI" = yes; then
3888 echo "$as_me:$LINENO: result: yes" >&5
3889 echo "${ECHO_T}yes" >&6
3891 echo "$as_me:$LINENO: result: no" >&5
3892 echo "${ECHO_T}no" >&6
3897 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3898 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
3900 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3901 if test "${enable_no_exceptions+set}" = set; then
3902 enableval
="$enable_no_exceptions"
3904 if test "$enableval" = yes; then
3905 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
3907 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
3912 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3913 if test "x$LINE" != x
; then
3914 eval "DEFAULT_$LINE"
3919 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
3923 eval "$ac_cv_use_no_exceptions"
3924 if test "$no_cache" != 1; then
3925 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3928 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
3929 echo "$as_me:$LINENO: result: yes" >&5
3930 echo "${ECHO_T}yes" >&6
3932 echo "$as_me:$LINENO: result: no" >&5
3933 echo "${ECHO_T}no" >&6
3938 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3939 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
3941 # Check whether --enable-permissive or --disable-permissive was given.
3942 if test "${enable_permissive+set}" = set; then
3943 enableval
="$enable_permissive"
3945 if test "$enableval" = yes; then
3946 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
3948 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
3953 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3954 if test "x$LINE" != x
; then
3955 eval "DEFAULT_$LINE"
3960 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
3964 eval "$ac_cv_use_permissive"
3965 if test "$no_cache" != 1; then
3966 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3969 if test "$wxUSE_PERMISSIVE" = yes; then
3970 echo "$as_me:$LINENO: result: yes" >&5
3971 echo "${ECHO_T}yes" >&6
3973 echo "$as_me:$LINENO: result: no" >&5
3974 echo "${ECHO_T}no" >&6
3979 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3980 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
3982 # Check whether --enable-no_deps or --disable-no_deps was given.
3983 if test "${enable_no_deps+set}" = set; then
3984 enableval
="$enable_no_deps"
3986 if test "$enableval" = yes; then
3987 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
3989 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
3994 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3995 if test "x$LINE" != x
; then
3996 eval "DEFAULT_$LINE"
4001 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4005 eval "$ac_cv_use_no_deps"
4006 if test "$no_cache" != 1; then
4007 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4010 if test "$wxUSE_NO_DEPS" = yes; then
4011 echo "$as_me:$LINENO: result: yes" >&5
4012 echo "${ECHO_T}yes" >&6
4014 echo "$as_me:$LINENO: result: no" >&5
4015 echo "${ECHO_T}no" >&6
4021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
4022 echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
4024 # Check whether --enable-compat22 or --disable-compat22 was given.
4025 if test "${enable_compat22+set}" = set; then
4026 enableval
="$enable_compat22"
4028 if test "$enableval" = yes; then
4029 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=yes'
4031 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2=no'
4036 LINE
=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
4037 if test "x$LINE" != x
; then
4038 eval "DEFAULT_$LINE"
4043 ac_cv_use_compat22
='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
4047 eval "$ac_cv_use_compat22"
4048 if test "$no_cache" != 1; then
4049 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
4052 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
4053 echo "$as_me:$LINENO: result: yes" >&5
4054 echo "${ECHO_T}yes" >&6
4056 echo "$as_me:$LINENO: result: no" >&5
4057 echo "${ECHO_T}no" >&6
4061 enablestring
=disable
4062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4063 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4065 # Check whether --enable-compat24 or --disable-compat24 was given.
4066 if test "${enable_compat24+set}" = set; then
4067 enableval
="$enable_compat24"
4069 if test "$enableval" = yes; then
4070 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4072 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4077 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4078 if test "x$LINE" != x
; then
4079 eval "DEFAULT_$LINE"
4084 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4088 eval "$ac_cv_use_compat24"
4089 if test "$no_cache" != 1; then
4090 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4093 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4094 echo "$as_me:$LINENO: result: yes" >&5
4095 echo "${ECHO_T}yes" >&6
4097 echo "$as_me:$LINENO: result: no" >&5
4098 echo "${ECHO_T}no" >&6
4102 # Check whether --enable-rpath or --disable-rpath was given.
4103 if test "${enable_rpath+set}" = set; then
4104 enableval
="$enable_rpath"
4105 wxRPATH_DIR
="$enableval"
4108 if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable" -a "$wxRPATH_DIR" != "no"; then
4109 WXCONFIG_RPATH
="-Wl,-rpath -Wl,$wxRPATH_DIR"
4116 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4117 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4119 # Check whether --enable-intl or --disable-intl was given.
4120 if test "${enable_intl+set}" = set; then
4121 enableval
="$enable_intl"
4123 if test "$enableval" = yes; then
4124 ac_cv_use_intl
='wxUSE_INTL=yes'
4126 ac_cv_use_intl
='wxUSE_INTL=no'
4131 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4132 if test "x$LINE" != x
; then
4133 eval "DEFAULT_$LINE"
4138 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4142 eval "$ac_cv_use_intl"
4143 if test "$no_cache" != 1; then
4144 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4147 if test "$wxUSE_INTL" = yes; then
4148 echo "$as_me:$LINENO: result: yes" >&5
4149 echo "${ECHO_T}yes" >&6
4151 echo "$as_me:$LINENO: result: no" >&5
4152 echo "${ECHO_T}no" >&6
4157 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4158 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4160 # Check whether --enable-config or --disable-config was given.
4161 if test "${enable_config+set}" = set; then
4162 enableval
="$enable_config"
4164 if test "$enableval" = yes; then
4165 ac_cv_use_config
='wxUSE_CONFIG=yes'
4167 ac_cv_use_config
='wxUSE_CONFIG=no'
4172 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4173 if test "x$LINE" != x
; then
4174 eval "DEFAULT_$LINE"
4179 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4183 eval "$ac_cv_use_config"
4184 if test "$no_cache" != 1; then
4185 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4188 if test "$wxUSE_CONFIG" = 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
4199 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4200 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4202 # Check whether --enable-protocols or --disable-protocols was given.
4203 if test "${enable_protocols+set}" = set; then
4204 enableval
="$enable_protocols"
4206 if test "$enableval" = yes; then
4207 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4209 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4214 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4215 if test "x$LINE" != x
; then
4216 eval "DEFAULT_$LINE"
4221 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4225 eval "$ac_cv_use_protocols"
4226 if test "$no_cache" != 1; then
4227 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4230 if test "$wxUSE_PROTOCOL" = yes; then
4231 echo "$as_me:$LINENO: result: yes" >&5
4232 echo "${ECHO_T}yes" >&6
4234 echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6
4240 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4241 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4243 # Check whether --enable-ftp or --disable-ftp was given.
4244 if test "${enable_ftp+set}" = set; then
4245 enableval
="$enable_ftp"
4247 if test "$enableval" = yes; then
4248 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4250 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4255 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4256 if test "x$LINE" != x
; then
4257 eval "DEFAULT_$LINE"
4262 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4266 eval "$ac_cv_use_ftp"
4267 if test "$no_cache" != 1; then
4268 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4271 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4272 echo "$as_me:$LINENO: result: yes" >&5
4273 echo "${ECHO_T}yes" >&6
4275 echo "$as_me:$LINENO: result: no" >&5
4276 echo "${ECHO_T}no" >&6
4281 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4282 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4284 # Check whether --enable-http or --disable-http was given.
4285 if test "${enable_http+set}" = set; then
4286 enableval
="$enable_http"
4288 if test "$enableval" = yes; then
4289 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4291 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4296 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4297 if test "x$LINE" != x
; then
4298 eval "DEFAULT_$LINE"
4303 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4307 eval "$ac_cv_use_http"
4308 if test "$no_cache" != 1; then
4309 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4312 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4313 echo "$as_me:$LINENO: result: yes" >&5
4314 echo "${ECHO_T}yes" >&6
4316 echo "$as_me:$LINENO: result: no" >&5
4317 echo "${ECHO_T}no" >&6
4322 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4323 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4325 # Check whether --enable-fileproto or --disable-fileproto was given.
4326 if test "${enable_fileproto+set}" = set; then
4327 enableval
="$enable_fileproto"
4329 if test "$enableval" = yes; then
4330 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4332 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4337 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4338 if test "x$LINE" != x
; then
4339 eval "DEFAULT_$LINE"
4344 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4348 eval "$ac_cv_use_fileproto"
4349 if test "$no_cache" != 1; then
4350 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4353 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4354 echo "$as_me:$LINENO: result: yes" >&5
4355 echo "${ECHO_T}yes" >&6
4357 echo "$as_me:$LINENO: result: no" >&5
4358 echo "${ECHO_T}no" >&6
4363 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4364 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4366 # Check whether --enable-sockets or --disable-sockets was given.
4367 if test "${enable_sockets+set}" = set; then
4368 enableval
="$enable_sockets"
4370 if test "$enableval" = yes; then
4371 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4373 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4378 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4379 if test "x$LINE" != x
; then
4380 eval "DEFAULT_$LINE"
4385 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4389 eval "$ac_cv_use_sockets"
4390 if test "$no_cache" != 1; then
4391 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4394 if test "$wxUSE_SOCKETS" = yes; then
4395 echo "$as_me:$LINENO: result: yes" >&5
4396 echo "${ECHO_T}yes" >&6
4398 echo "$as_me:$LINENO: result: no" >&5
4399 echo "${ECHO_T}no" >&6
4404 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4405 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4407 # Check whether --enable-ole or --disable-ole was given.
4408 if test "${enable_ole+set}" = set; then
4409 enableval
="$enable_ole"
4411 if test "$enableval" = yes; then
4412 ac_cv_use_ole
='wxUSE_OLE=yes'
4414 ac_cv_use_ole
='wxUSE_OLE=no'
4419 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4420 if test "x$LINE" != x
; then
4421 eval "DEFAULT_$LINE"
4426 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4430 eval "$ac_cv_use_ole"
4431 if test "$no_cache" != 1; then
4432 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4435 if test "$wxUSE_OLE" = yes; then
4436 echo "$as_me:$LINENO: result: yes" >&5
4437 echo "${ECHO_T}yes" >&6
4439 echo "$as_me:$LINENO: result: no" >&5
4440 echo "${ECHO_T}no" >&6
4445 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4446 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4448 # Check whether --enable-dataobj or --disable-dataobj was given.
4449 if test "${enable_dataobj+set}" = set; then
4450 enableval
="$enable_dataobj"
4452 if test "$enableval" = yes; then
4453 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4455 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4460 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4461 if test "x$LINE" != x
; then
4462 eval "DEFAULT_$LINE"
4467 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4471 eval "$ac_cv_use_dataobj"
4472 if test "$no_cache" != 1; then
4473 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4476 if test "$wxUSE_DATAOBJ" = yes; then
4477 echo "$as_me:$LINENO: result: yes" >&5
4478 echo "${ECHO_T}yes" >&6
4480 echo "$as_me:$LINENO: result: no" >&5
4481 echo "${ECHO_T}no" >&6
4487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4488 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4490 # Check whether --enable-ipc or --disable-ipc was given.
4491 if test "${enable_ipc+set}" = set; then
4492 enableval
="$enable_ipc"
4494 if test "$enableval" = yes; then
4495 ac_cv_use_ipc
='wxUSE_IPC=yes'
4497 ac_cv_use_ipc
='wxUSE_IPC=no'
4502 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4503 if test "x$LINE" != x
; then
4504 eval "DEFAULT_$LINE"
4509 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4513 eval "$ac_cv_use_ipc"
4514 if test "$no_cache" != 1; then
4515 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4518 if test "$wxUSE_IPC" = yes; then
4519 echo "$as_me:$LINENO: result: yes" >&5
4520 echo "${ECHO_T}yes" >&6
4522 echo "$as_me:$LINENO: result: no" >&5
4523 echo "${ECHO_T}no" >&6
4529 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4530 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4532 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4533 if test "${enable_apple_ieee+set}" = set; then
4534 enableval
="$enable_apple_ieee"
4536 if test "$enableval" = yes; then
4537 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
4539 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
4544 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4545 if test "x$LINE" != x
; then
4546 eval "DEFAULT_$LINE"
4551 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
4555 eval "$ac_cv_use_apple_ieee"
4556 if test "$no_cache" != 1; then
4557 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4560 if test "$wxUSE_APPLE_IEEE" = yes; then
4561 echo "$as_me:$LINENO: result: yes" >&5
4562 echo "${ECHO_T}yes" >&6
4564 echo "$as_me:$LINENO: result: no" >&5
4565 echo "${ECHO_T}no" >&6
4570 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
4571 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
4573 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
4574 if test "${enable_catch_segvs+set}" = set; then
4575 enableval
="$enable_catch_segvs"
4577 if test "$enableval" = yes; then
4578 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
4580 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
4585 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
4586 if test "x$LINE" != x
; then
4587 eval "DEFAULT_$LINE"
4592 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
4596 eval "$ac_cv_use_catch_segvs"
4597 if test "$no_cache" != 1; then
4598 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
4601 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
4602 echo "$as_me:$LINENO: result: yes" >&5
4603 echo "${ECHO_T}yes" >&6
4605 echo "$as_me:$LINENO: result: no" >&5
4606 echo "${ECHO_T}no" >&6
4611 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4612 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
4614 # Check whether --enable-cmdline or --disable-cmdline was given.
4615 if test "${enable_cmdline+set}" = set; then
4616 enableval
="$enable_cmdline"
4618 if test "$enableval" = yes; then
4619 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
4621 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
4626 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4627 if test "x$LINE" != x
; then
4628 eval "DEFAULT_$LINE"
4633 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
4637 eval "$ac_cv_use_cmdline"
4638 if test "$no_cache" != 1; then
4639 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4642 if test "$wxUSE_CMDLINE_PARSER" = yes; then
4643 echo "$as_me:$LINENO: result: yes" >&5
4644 echo "${ECHO_T}yes" >&6
4646 echo "$as_me:$LINENO: result: no" >&5
4647 echo "${ECHO_T}no" >&6
4652 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4653 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
4655 # Check whether --enable-datetime or --disable-datetime was given.
4656 if test "${enable_datetime+set}" = set; then
4657 enableval
="$enable_datetime"
4659 if test "$enableval" = yes; then
4660 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
4662 ac_cv_use_datetime
='wxUSE_DATETIME=no'
4667 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4668 if test "x$LINE" != x
; then
4669 eval "DEFAULT_$LINE"
4674 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
4678 eval "$ac_cv_use_datetime"
4679 if test "$no_cache" != 1; then
4680 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4683 if test "$wxUSE_DATETIME" = yes; then
4684 echo "$as_me:$LINENO: result: yes" >&5
4685 echo "${ECHO_T}yes" >&6
4687 echo "$as_me:$LINENO: result: no" >&5
4688 echo "${ECHO_T}no" >&6
4693 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4694 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
4696 # Check whether --enable-dialupman or --disable-dialupman was given.
4697 if test "${enable_dialupman+set}" = set; then
4698 enableval
="$enable_dialupman"
4700 if test "$enableval" = yes; then
4701 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
4703 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
4708 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
4709 if test "x$LINE" != x
; then
4710 eval "DEFAULT_$LINE"
4715 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
4719 eval "$ac_cv_use_dialupman"
4720 if test "$no_cache" != 1; then
4721 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
4724 if test "$wxUSE_DIALUP_MANAGER" = yes; then
4725 echo "$as_me:$LINENO: result: yes" >&5
4726 echo "${ECHO_T}yes" >&6
4728 echo "$as_me:$LINENO: result: no" >&5
4729 echo "${ECHO_T}no" >&6
4734 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4735 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
4737 # Check whether --enable-dynlib or --disable-dynlib was given.
4738 if test "${enable_dynlib+set}" = set; then
4739 enableval
="$enable_dynlib"
4741 if test "$enableval" = yes; then
4742 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
4744 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
4749 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4750 if test "x$LINE" != x
; then
4751 eval "DEFAULT_$LINE"
4756 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
4760 eval "$ac_cv_use_dynlib"
4761 if test "$no_cache" != 1; then
4762 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4765 if test "$wxUSE_DYNLIB_CLASS" = yes; then
4766 echo "$as_me:$LINENO: result: yes" >&5
4767 echo "${ECHO_T}yes" >&6
4769 echo "$as_me:$LINENO: result: no" >&5
4770 echo "${ECHO_T}no" >&6
4775 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4776 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
4778 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4779 if test "${enable_dynamicloader+set}" = set; then
4780 enableval
="$enable_dynamicloader"
4782 if test "$enableval" = yes; then
4783 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
4785 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
4790 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4791 if test "x$LINE" != x
; then
4792 eval "DEFAULT_$LINE"
4797 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
4801 eval "$ac_cv_use_dynamicloader"
4802 if test "$no_cache" != 1; then
4803 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4806 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
4807 echo "$as_me:$LINENO: result: yes" >&5
4808 echo "${ECHO_T}yes" >&6
4810 echo "$as_me:$LINENO: result: no" >&5
4811 echo "${ECHO_T}no" >&6
4816 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
4817 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
4819 # Check whether --enable-exceptions or --disable-exceptions was given.
4820 if test "${enable_exceptions+set}" = set; then
4821 enableval
="$enable_exceptions"
4823 if test "$enableval" = yes; then
4824 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
4826 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
4831 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
4832 if test "x$LINE" != x
; then
4833 eval "DEFAULT_$LINE"
4838 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
4842 eval "$ac_cv_use_exceptions"
4843 if test "$no_cache" != 1; then
4844 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
4847 if test "$wxUSE_EXCEPTIONS" = yes; then
4848 echo "$as_me:$LINENO: result: yes" >&5
4849 echo "${ECHO_T}yes" >&6
4851 echo "$as_me:$LINENO: result: no" >&5
4852 echo "${ECHO_T}no" >&6
4857 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4858 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
4860 # Check whether --enable-ffile or --disable-ffile was given.
4861 if test "${enable_ffile+set}" = set; then
4862 enableval
="$enable_ffile"
4864 if test "$enableval" = yes; then
4865 ac_cv_use_ffile
='wxUSE_FFILE=yes'
4867 ac_cv_use_ffile
='wxUSE_FFILE=no'
4872 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
4873 if test "x$LINE" != x
; then
4874 eval "DEFAULT_$LINE"
4879 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
4883 eval "$ac_cv_use_ffile"
4884 if test "$no_cache" != 1; then
4885 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
4888 if test "$wxUSE_FFILE" = yes; then
4889 echo "$as_me:$LINENO: result: yes" >&5
4890 echo "${ECHO_T}yes" >&6
4892 echo "$as_me:$LINENO: result: no" >&5
4893 echo "${ECHO_T}no" >&6
4898 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4899 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
4901 # Check whether --enable-file or --disable-file was given.
4902 if test "${enable_file+set}" = set; then
4903 enableval
="$enable_file"
4905 if test "$enableval" = yes; then
4906 ac_cv_use_file
='wxUSE_FILE=yes'
4908 ac_cv_use_file
='wxUSE_FILE=no'
4913 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4914 if test "x$LINE" != x
; then
4915 eval "DEFAULT_$LINE"
4920 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
4924 eval "$ac_cv_use_file"
4925 if test "$no_cache" != 1; then
4926 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4929 if test "$wxUSE_FILE" = yes; then
4930 echo "$as_me:$LINENO: result: yes" >&5
4931 echo "${ECHO_T}yes" >&6
4933 echo "$as_me:$LINENO: result: no" >&5
4934 echo "${ECHO_T}no" >&6
4939 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
4940 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
4942 # Check whether --enable-filesystem or --disable-filesystem was given.
4943 if test "${enable_filesystem+set}" = set; then
4944 enableval
="$enable_filesystem"
4946 if test "$enableval" = yes; then
4947 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
4949 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
4954 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
4955 if test "x$LINE" != x
; then
4956 eval "DEFAULT_$LINE"
4961 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
4965 eval "$ac_cv_use_filesystem"
4966 if test "$no_cache" != 1; then
4967 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
4970 if test "$wxUSE_FILESYSTEM" = yes; then
4971 echo "$as_me:$LINENO: result: yes" >&5
4972 echo "${ECHO_T}yes" >&6
4974 echo "$as_me:$LINENO: result: no" >&5
4975 echo "${ECHO_T}no" >&6
4980 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4981 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
4983 # Check whether --enable-fontmap or --disable-fontmap was given.
4984 if test "${enable_fontmap+set}" = set; then
4985 enableval
="$enable_fontmap"
4987 if test "$enableval" = yes; then
4988 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
4990 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
4995 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
4996 if test "x$LINE" != x
; then
4997 eval "DEFAULT_$LINE"
5002 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5006 eval "$ac_cv_use_fontmap"
5007 if test "$no_cache" != 1; then
5008 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5011 if test "$wxUSE_FONTMAP" = yes; then
5012 echo "$as_me:$LINENO: result: yes" >&5
5013 echo "${ECHO_T}yes" >&6
5015 echo "$as_me:$LINENO: result: no" >&5
5016 echo "${ECHO_T}no" >&6
5021 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5022 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5024 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5025 if test "${enable_fs_inet+set}" = set; then
5026 enableval
="$enable_fs_inet"
5028 if test "$enableval" = yes; then
5029 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5031 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5036 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5037 if test "x$LINE" != x
; then
5038 eval "DEFAULT_$LINE"
5043 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5047 eval "$ac_cv_use_fs_inet"
5048 if test "$no_cache" != 1; then
5049 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5052 if test "$wxUSE_FS_INET" = yes; then
5053 echo "$as_me:$LINENO: result: yes" >&5
5054 echo "${ECHO_T}yes" >&6
5056 echo "$as_me:$LINENO: result: no" >&5
5057 echo "${ECHO_T}no" >&6
5062 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5063 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5065 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5066 if test "${enable_fs_zip+set}" = set; then
5067 enableval
="$enable_fs_zip"
5069 if test "$enableval" = yes; then
5070 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5072 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5077 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5078 if test "x$LINE" != x
; then
5079 eval "DEFAULT_$LINE"
5084 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5088 eval "$ac_cv_use_fs_zip"
5089 if test "$no_cache" != 1; then
5090 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5093 if test "$wxUSE_FS_ZIP" = yes; then
5094 echo "$as_me:$LINENO: result: yes" >&5
5095 echo "${ECHO_T}yes" >&6
5097 echo "$as_me:$LINENO: result: no" >&5
5098 echo "${ECHO_T}no" >&6
5103 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5104 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5106 # Check whether --enable-geometry or --disable-geometry was given.
5107 if test "${enable_geometry+set}" = set; then
5108 enableval
="$enable_geometry"
5110 if test "$enableval" = yes; then
5111 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5113 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5118 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5119 if test "x$LINE" != x
; then
5120 eval "DEFAULT_$LINE"
5125 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5129 eval "$ac_cv_use_geometry"
5130 if test "$no_cache" != 1; then
5131 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5134 if test "$wxUSE_GEOMETRY" = yes; then
5135 echo "$as_me:$LINENO: result: yes" >&5
5136 echo "${ECHO_T}yes" >&6
5138 echo "$as_me:$LINENO: result: no" >&5
5139 echo "${ECHO_T}no" >&6
5144 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5145 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5147 # Check whether --enable-log or --disable-log was given.
5148 if test "${enable_log+set}" = set; then
5149 enableval
="$enable_log"
5151 if test "$enableval" = yes; then
5152 ac_cv_use_log
='wxUSE_LOG=yes'
5154 ac_cv_use_log
='wxUSE_LOG=no'
5159 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5160 if test "x$LINE" != x
; then
5161 eval "DEFAULT_$LINE"
5166 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5170 eval "$ac_cv_use_log"
5171 if test "$no_cache" != 1; then
5172 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5175 if test "$wxUSE_LOG" = yes; then
5176 echo "$as_me:$LINENO: result: yes" >&5
5177 echo "${ECHO_T}yes" >&6
5179 echo "$as_me:$LINENO: result: no" >&5
5180 echo "${ECHO_T}no" >&6
5185 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5186 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5188 # Check whether --enable-longlong or --disable-longlong was given.
5189 if test "${enable_longlong+set}" = set; then
5190 enableval
="$enable_longlong"
5192 if test "$enableval" = yes; then
5193 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5195 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5200 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5201 if test "x$LINE" != x
; then
5202 eval "DEFAULT_$LINE"
5207 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5211 eval "$ac_cv_use_longlong"
5212 if test "$no_cache" != 1; then
5213 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5216 if test "$wxUSE_LONGLONG" = yes; then
5217 echo "$as_me:$LINENO: result: yes" >&5
5218 echo "${ECHO_T}yes" >&6
5220 echo "$as_me:$LINENO: result: no" >&5
5221 echo "${ECHO_T}no" >&6
5226 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5227 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5229 # Check whether --enable-mimetype or --disable-mimetype was given.
5230 if test "${enable_mimetype+set}" = set; then
5231 enableval
="$enable_mimetype"
5233 if test "$enableval" = yes; then
5234 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5236 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5241 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5242 if test "x$LINE" != x
; then
5243 eval "DEFAULT_$LINE"
5248 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5252 eval "$ac_cv_use_mimetype"
5253 if test "$no_cache" != 1; then
5254 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5257 if test "$wxUSE_MIMETYPE" = yes; then
5258 echo "$as_me:$LINENO: result: yes" >&5
5259 echo "${ECHO_T}yes" >&6
5261 echo "$as_me:$LINENO: result: no" >&5
5262 echo "${ECHO_T}no" >&6
5267 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5268 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5270 # Check whether --enable-mslu or --disable-mslu was given.
5271 if test "${enable_mslu+set}" = set; then
5272 enableval
="$enable_mslu"
5274 if test "$enableval" = yes; then
5275 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5277 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5282 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5283 if test "x$LINE" != x
; then
5284 eval "DEFAULT_$LINE"
5289 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5293 eval "$ac_cv_use_mslu"
5294 if test "$no_cache" != 1; then
5295 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5298 if test "$wxUSE_UNICODE_MSLU" = yes; then
5299 echo "$as_me:$LINENO: result: yes" >&5
5300 echo "${ECHO_T}yes" >&6
5302 echo "$as_me:$LINENO: result: no" >&5
5303 echo "${ECHO_T}no" >&6
5308 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5309 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5311 # Check whether --enable-snglinst or --disable-snglinst was given.
5312 if test "${enable_snglinst+set}" = set; then
5313 enableval
="$enable_snglinst"
5315 if test "$enableval" = yes; then
5316 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5318 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5323 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5324 if test "x$LINE" != x
; then
5325 eval "DEFAULT_$LINE"
5330 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5334 eval "$ac_cv_use_snglinst"
5335 if test "$no_cache" != 1; then
5336 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5339 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5340 echo "$as_me:$LINENO: result: yes" >&5
5341 echo "${ECHO_T}yes" >&6
5343 echo "$as_me:$LINENO: result: no" >&5
5344 echo "${ECHO_T}no" >&6
5349 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
5350 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
5352 # Check whether --enable-streams or --disable-streams was given.
5353 if test "${enable_streams+set}" = set; then
5354 enableval
="$enable_streams"
5356 if test "$enableval" = yes; then
5357 ac_cv_use_streams
='wxUSE_STREAMS=yes'
5359 ac_cv_use_streams
='wxUSE_STREAMS=no'
5364 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
5365 if test "x$LINE" != x
; then
5366 eval "DEFAULT_$LINE"
5371 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
5375 eval "$ac_cv_use_streams"
5376 if test "$no_cache" != 1; then
5377 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
5380 if test "$wxUSE_STREAMS" = yes; then
5381 echo "$as_me:$LINENO: result: yes" >&5
5382 echo "${ECHO_T}yes" >&6
5384 echo "$as_me:$LINENO: result: no" >&5
5385 echo "${ECHO_T}no" >&6
5390 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5391 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5393 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5394 if test "${enable_std_iostreams+set}" = set; then
5395 enableval
="$enable_std_iostreams"
5397 if test "$enableval" = yes; then
5398 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5400 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5405 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5406 if test "x$LINE" != x
; then
5407 eval "DEFAULT_$LINE"
5412 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
5416 eval "$ac_cv_use_std_iostreams"
5417 if test "$no_cache" != 1; then
5418 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5421 if test "$wxUSE_STD_IOSTREAM" = yes; then
5422 echo "$as_me:$LINENO: result: yes" >&5
5423 echo "${ECHO_T}yes" >&6
5425 echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6
5431 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
5432 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
5434 # Check whether --enable-stopwatch or --disable-stopwatch was given.
5435 if test "${enable_stopwatch+set}" = set; then
5436 enableval
="$enable_stopwatch"
5438 if test "$enableval" = yes; then
5439 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
5441 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
5446 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
5447 if test "x$LINE" != x
; then
5448 eval "DEFAULT_$LINE"
5453 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
5457 eval "$ac_cv_use_stopwatch"
5458 if test "$no_cache" != 1; then
5459 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
5462 if test "$wxUSE_STOPWATCH" = yes; then
5463 echo "$as_me:$LINENO: result: yes" >&5
5464 echo "${ECHO_T}yes" >&6
5466 echo "$as_me:$LINENO: result: no" >&5
5467 echo "${ECHO_T}no" >&6
5472 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5473 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
5475 # Check whether --enable-system_options or --disable-system_options was given.
5476 if test "${enable_system_options+set}" = set; then
5477 enableval
="$enable_system_options"
5479 if test "$enableval" = yes; then
5480 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
5482 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
5487 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5488 if test "x$LINE" != x
; then
5489 eval "DEFAULT_$LINE"
5494 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
5498 eval "$ac_cv_use_system_options"
5499 if test "$no_cache" != 1; then
5500 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5503 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
5504 echo "$as_me:$LINENO: result: yes" >&5
5505 echo "${ECHO_T}yes" >&6
5507 echo "$as_me:$LINENO: result: no" >&5
5508 echo "${ECHO_T}no" >&6
5513 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
5514 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
5516 # Check whether --enable-textbuf or --disable-textbuf was given.
5517 if test "${enable_textbuf+set}" = set; then
5518 enableval
="$enable_textbuf"
5520 if test "$enableval" = yes; then
5521 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
5523 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
5528 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
5529 if test "x$LINE" != x
; then
5530 eval "DEFAULT_$LINE"
5535 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
5539 eval "$ac_cv_use_textbuf"
5540 if test "$no_cache" != 1; then
5541 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
5544 if test "$wxUSE_TEXTBUFFER" = yes; then
5545 echo "$as_me:$LINENO: result: yes" >&5
5546 echo "${ECHO_T}yes" >&6
5548 echo "$as_me:$LINENO: result: no" >&5
5549 echo "${ECHO_T}no" >&6
5554 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
5555 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
5557 # Check whether --enable-textfile or --disable-textfile was given.
5558 if test "${enable_textfile+set}" = set; then
5559 enableval
="$enable_textfile"
5561 if test "$enableval" = yes; then
5562 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
5564 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
5569 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
5570 if test "x$LINE" != x
; then
5571 eval "DEFAULT_$LINE"
5576 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
5580 eval "$ac_cv_use_textfile"
5581 if test "$no_cache" != 1; then
5582 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
5585 if test "$wxUSE_TEXTFILE" = yes; then
5586 echo "$as_me:$LINENO: result: yes" >&5
5587 echo "${ECHO_T}yes" >&6
5589 echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6
5595 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
5596 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
5598 # Check whether --enable-timer or --disable-timer was given.
5599 if test "${enable_timer+set}" = set; then
5600 enableval
="$enable_timer"
5602 if test "$enableval" = yes; then
5603 ac_cv_use_timer
='wxUSE_TIMER=yes'
5605 ac_cv_use_timer
='wxUSE_TIMER=no'
5610 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
5611 if test "x$LINE" != x
; then
5612 eval "DEFAULT_$LINE"
5617 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
5621 eval "$ac_cv_use_timer"
5622 if test "$no_cache" != 1; then
5623 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
5626 if test "$wxUSE_TIMER" = yes; then
5627 echo "$as_me:$LINENO: result: yes" >&5
5628 echo "${ECHO_T}yes" >&6
5630 echo "$as_me:$LINENO: result: no" >&5
5631 echo "${ECHO_T}no" >&6
5636 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
5637 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
5639 # Check whether --enable-unicode or --disable-unicode was given.
5640 if test "${enable_unicode+set}" = set; then
5641 enableval
="$enable_unicode"
5643 if test "$enableval" = yes; then
5644 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
5646 ac_cv_use_unicode
='wxUSE_UNICODE=no'
5651 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5652 if test "x$LINE" != x
; then
5653 eval "DEFAULT_$LINE"
5658 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
5662 eval "$ac_cv_use_unicode"
5663 if test "$no_cache" != 1; then
5664 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5667 if test "$wxUSE_UNICODE" = yes; then
5668 echo "$as_me:$LINENO: result: yes" >&5
5669 echo "${ECHO_T}yes" >&6
5671 echo "$as_me:$LINENO: result: no" >&5
5672 echo "${ECHO_T}no" >&6
5677 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
5678 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
5680 # Check whether --enable-sound or --disable-sound was given.
5681 if test "${enable_sound+set}" = set; then
5682 enableval
="$enable_sound"
5684 if test "$enableval" = yes; then
5685 ac_cv_use_sound
='wxUSE_SOUND=yes'
5687 ac_cv_use_sound
='wxUSE_SOUND=no'
5692 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
5693 if test "x$LINE" != x
; then
5694 eval "DEFAULT_$LINE"
5699 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
5703 eval "$ac_cv_use_sound"
5704 if test "$no_cache" != 1; then
5705 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
5708 if test "$wxUSE_SOUND" = yes; then
5709 echo "$as_me:$LINENO: result: yes" >&5
5710 echo "${ECHO_T}yes" >&6
5712 echo "$as_me:$LINENO: result: no" >&5
5713 echo "${ECHO_T}no" >&6
5718 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5719 echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
5721 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5722 if test "${enable_wxprintfv+set}" = set; then
5723 enableval
="$enable_wxprintfv"
5725 if test "$enableval" = yes; then
5726 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=yes'
5728 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF=no'
5733 LINE
=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5734 if test "x$LINE" != x
; then
5735 eval "DEFAULT_$LINE"
5740 ac_cv_use_wxprintfv
='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
5744 eval "$ac_cv_use_wxprintfv"
5745 if test "$no_cache" != 1; then
5746 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5749 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
5750 echo "$as_me:$LINENO: result: yes" >&5
5751 echo "${ECHO_T}yes" >&6
5753 echo "$as_me:$LINENO: result: no" >&5
5754 echo "${ECHO_T}no" >&6
5759 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5760 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
5762 # Check whether --enable-zipstream or --disable-zipstream was given.
5763 if test "${enable_zipstream+set}" = set; then
5764 enableval
="$enable_zipstream"
5766 if test "$enableval" = yes; then
5767 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
5769 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
5774 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5775 if test "x$LINE" != x
; then
5776 eval "DEFAULT_$LINE"
5781 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
5785 eval "$ac_cv_use_zipstream"
5786 if test "$no_cache" != 1; then
5787 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5790 if test "$wxUSE_ZIPSTREAM" = yes; then
5791 echo "$as_me:$LINENO: result: yes" >&5
5792 echo "${ECHO_T}yes" >&6
5794 echo "$as_me:$LINENO: result: no" >&5
5795 echo "${ECHO_T}no" >&6
5801 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5802 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
5804 # Check whether --enable-url or --disable-url was given.
5805 if test "${enable_url+set}" = set; then
5806 enableval
="$enable_url"
5808 if test "$enableval" = yes; then
5809 ac_cv_use_url
='wxUSE_URL=yes'
5811 ac_cv_use_url
='wxUSE_URL=no'
5816 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5817 if test "x$LINE" != x
; then
5818 eval "DEFAULT_$LINE"
5823 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
5827 eval "$ac_cv_use_url"
5828 if test "$no_cache" != 1; then
5829 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5832 if test "$wxUSE_URL" = yes; then
5833 echo "$as_me:$LINENO: result: yes" >&5
5834 echo "${ECHO_T}yes" >&6
5836 echo "$as_me:$LINENO: result: no" >&5
5837 echo "${ECHO_T}no" >&6
5842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5843 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
5845 # Check whether --enable-protocol or --disable-protocol was given.
5846 if test "${enable_protocol+set}" = set; then
5847 enableval
="$enable_protocol"
5849 if test "$enableval" = yes; then
5850 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
5852 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
5857 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5858 if test "x$LINE" != x
; then
5859 eval "DEFAULT_$LINE"
5864 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
5868 eval "$ac_cv_use_protocol"
5869 if test "$no_cache" != 1; then
5870 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5873 if test "$wxUSE_PROTOCOL" = yes; then
5874 echo "$as_me:$LINENO: result: yes" >&5
5875 echo "${ECHO_T}yes" >&6
5877 echo "$as_me:$LINENO: result: no" >&5
5878 echo "${ECHO_T}no" >&6
5883 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5884 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
5886 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5887 if test "${enable_protocol_http+set}" = set; then
5888 enableval
="$enable_protocol_http"
5890 if test "$enableval" = yes; then
5891 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
5893 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
5898 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5899 if test "x$LINE" != x
; then
5900 eval "DEFAULT_$LINE"
5905 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
5909 eval "$ac_cv_use_protocol_http"
5910 if test "$no_cache" != 1; then
5911 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5914 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
5915 echo "$as_me:$LINENO: result: yes" >&5
5916 echo "${ECHO_T}yes" >&6
5918 echo "$as_me:$LINENO: result: no" >&5
5919 echo "${ECHO_T}no" >&6
5924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5925 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
5927 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5928 if test "${enable_protocol_ftp+set}" = set; then
5929 enableval
="$enable_protocol_ftp"
5931 if test "$enableval" = yes; then
5932 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
5934 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
5939 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5940 if test "x$LINE" != x
; then
5941 eval "DEFAULT_$LINE"
5946 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
5950 eval "$ac_cv_use_protocol_ftp"
5951 if test "$no_cache" != 1; then
5952 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5955 if test "$wxUSE_PROTOCOL_FTP" = yes; then
5956 echo "$as_me:$LINENO: result: yes" >&5
5957 echo "${ECHO_T}yes" >&6
5959 echo "$as_me:$LINENO: result: no" >&5
5960 echo "${ECHO_T}no" >&6
5965 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5966 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
5968 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5969 if test "${enable_protocol_file+set}" = set; then
5970 enableval
="$enable_protocol_file"
5972 if test "$enableval" = yes; then
5973 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
5975 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
5980 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5981 if test "x$LINE" != x
; then
5982 eval "DEFAULT_$LINE"
5987 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
5991 eval "$ac_cv_use_protocol_file"
5992 if test "$no_cache" != 1; then
5993 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5996 if test "$wxUSE_PROTOCOL_FILE" = yes; then
5997 echo "$as_me:$LINENO: result: yes" >&5
5998 echo "${ECHO_T}yes" >&6
6000 echo "$as_me:$LINENO: result: no" >&5
6001 echo "${ECHO_T}no" >&6
6009 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6010 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6012 # Check whether --enable-threads or --disable-threads was given.
6013 if test "${enable_threads+set}" = set; then
6014 enableval
="$enable_threads"
6016 if test "$enableval" = yes; then
6017 ac_cv_use_threads
='wxUSE_THREADS=yes'
6019 ac_cv_use_threads
='wxUSE_THREADS=no'
6024 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6025 if test "x$LINE" != x
; then
6026 eval "DEFAULT_$LINE"
6031 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6035 eval "$ac_cv_use_threads"
6036 if test "$no_cache" != 1; then
6037 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6040 if test "$wxUSE_THREADS" = yes; then
6041 echo "$as_me:$LINENO: result: yes" >&5
6042 echo "${ECHO_T}yes" >&6
6044 echo "$as_me:$LINENO: result: no" >&5
6045 echo "${ECHO_T}no" >&6
6049 if test "$wxUSE_GUI" = "yes"; then
6054 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6055 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6057 # Check whether --enable-docview or --disable-docview was given.
6058 if test "${enable_docview+set}" = set; then
6059 enableval
="$enable_docview"
6061 if test "$enableval" = yes; then
6062 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6064 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6069 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6070 if test "x$LINE" != x
; then
6071 eval "DEFAULT_$LINE"
6076 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6080 eval "$ac_cv_use_docview"
6081 if test "$no_cache" != 1; then
6082 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6085 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6086 echo "$as_me:$LINENO: result: yes" >&5
6087 echo "${ECHO_T}yes" >&6
6089 echo "$as_me:$LINENO: result: no" >&5
6090 echo "${ECHO_T}no" >&6
6095 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6096 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6098 # Check whether --enable-help or --disable-help was given.
6099 if test "${enable_help+set}" = set; then
6100 enableval
="$enable_help"
6102 if test "$enableval" = yes; then
6103 ac_cv_use_help
='wxUSE_HELP=yes'
6105 ac_cv_use_help
='wxUSE_HELP=no'
6110 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6111 if test "x$LINE" != x
; then
6112 eval "DEFAULT_$LINE"
6117 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6121 eval "$ac_cv_use_help"
6122 if test "$no_cache" != 1; then
6123 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6126 if test "$wxUSE_HELP" = yes; then
6127 echo "$as_me:$LINENO: result: yes" >&5
6128 echo "${ECHO_T}yes" >&6
6130 echo "$as_me:$LINENO: result: no" >&5
6131 echo "${ECHO_T}no" >&6
6136 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
6137 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
6139 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
6140 if test "${enable_mshtmlhelp+set}" = set; then
6141 enableval
="$enable_mshtmlhelp"
6143 if test "$enableval" = yes; then
6144 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
6146 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
6151 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
6152 if test "x$LINE" != x
; then
6153 eval "DEFAULT_$LINE"
6158 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
6162 eval "$ac_cv_use_mshtmlhelp"
6163 if test "$no_cache" != 1; then
6164 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
6167 if test "$wxUSE_MS_HTML_HELP" = yes; then
6168 echo "$as_me:$LINENO: result: yes" >&5
6169 echo "${ECHO_T}yes" >&6
6171 echo "$as_me:$LINENO: result: no" >&5
6172 echo "${ECHO_T}no" >&6
6177 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
6178 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
6180 # Check whether --enable-html or --disable-html was given.
6181 if test "${enable_html+set}" = set; then
6182 enableval
="$enable_html"
6184 if test "$enableval" = yes; then
6185 ac_cv_use_html
='wxUSE_HTML=yes'
6187 ac_cv_use_html
='wxUSE_HTML=no'
6192 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
6193 if test "x$LINE" != x
; then
6194 eval "DEFAULT_$LINE"
6199 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
6203 eval "$ac_cv_use_html"
6204 if test "$no_cache" != 1; then
6205 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
6208 if test "$wxUSE_HTML" = yes; then
6209 echo "$as_me:$LINENO: result: yes" >&5
6210 echo "${ECHO_T}yes" >&6
6212 echo "$as_me:$LINENO: result: no" >&5
6213 echo "${ECHO_T}no" >&6
6218 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
6219 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
6221 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
6222 if test "${enable_htmlhelp+set}" = set; then
6223 enableval
="$enable_htmlhelp"
6225 if test "$enableval" = yes; then
6226 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
6228 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
6233 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
6234 if test "x$LINE" != x
; then
6235 eval "DEFAULT_$LINE"
6240 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
6244 eval "$ac_cv_use_htmlhelp"
6245 if test "$no_cache" != 1; then
6246 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
6249 if test "$wxUSE_WXHTML_HELP" = yes; then
6250 echo "$as_me:$LINENO: result: yes" >&5
6251 echo "${ECHO_T}yes" >&6
6253 echo "$as_me:$LINENO: result: no" >&5
6254 echo "${ECHO_T}no" >&6
6259 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
6260 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
6262 # Check whether --enable-constraints or --disable-constraints was given.
6263 if test "${enable_constraints+set}" = set; then
6264 enableval
="$enable_constraints"
6266 if test "$enableval" = yes; then
6267 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
6269 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
6274 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
6275 if test "x$LINE" != x
; then
6276 eval "DEFAULT_$LINE"
6281 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
6285 eval "$ac_cv_use_constraints"
6286 if test "$no_cache" != 1; then
6287 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
6290 if test "$wxUSE_CONSTRAINTS" = yes; then
6291 echo "$as_me:$LINENO: result: yes" >&5
6292 echo "${ECHO_T}yes" >&6
6294 echo "$as_me:$LINENO: result: no" >&5
6295 echo "${ECHO_T}no" >&6
6300 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
6301 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
6303 # Check whether --enable-printarch or --disable-printarch was given.
6304 if test "${enable_printarch+set}" = set; then
6305 enableval
="$enable_printarch"
6307 if test "$enableval" = yes; then
6308 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
6310 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
6315 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6316 if test "x$LINE" != x
; then
6317 eval "DEFAULT_$LINE"
6322 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
6326 eval "$ac_cv_use_printarch"
6327 if test "$no_cache" != 1; then
6328 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6331 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
6332 echo "$as_me:$LINENO: result: yes" >&5
6333 echo "${ECHO_T}yes" >&6
6335 echo "$as_me:$LINENO: result: no" >&5
6336 echo "${ECHO_T}no" >&6
6341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6342 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
6344 # Check whether --enable-mdi or --disable-mdi was given.
6345 if test "${enable_mdi+set}" = set; then
6346 enableval
="$enable_mdi"
6348 if test "$enableval" = yes; then
6349 ac_cv_use_mdi
='wxUSE_MDI=yes'
6351 ac_cv_use_mdi
='wxUSE_MDI=no'
6356 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
6357 if test "x$LINE" != x
; then
6358 eval "DEFAULT_$LINE"
6363 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
6367 eval "$ac_cv_use_mdi"
6368 if test "$no_cache" != 1; then
6369 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6372 if test "$wxUSE_MDI" = yes; then
6373 echo "$as_me:$LINENO: result: yes" >&5
6374 echo "${ECHO_T}yes" >&6
6376 echo "$as_me:$LINENO: result: no" >&5
6377 echo "${ECHO_T}no" >&6
6382 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
6383 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
6385 # Check whether --enable-mdidoc or --disable-mdidoc was given.
6386 if test "${enable_mdidoc+set}" = set; then
6387 enableval
="$enable_mdidoc"
6389 if test "$enableval" = yes; then
6390 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
6392 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
6397 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6398 if test "x$LINE" != x
; then
6399 eval "DEFAULT_$LINE"
6404 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
6408 eval "$ac_cv_use_mdidoc"
6409 if test "$no_cache" != 1; then
6410 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
6413 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
6414 echo "$as_me:$LINENO: result: yes" >&5
6415 echo "${ECHO_T}yes" >&6
6417 echo "$as_me:$LINENO: result: no" >&5
6418 echo "${ECHO_T}no" >&6
6423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6424 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
6426 # Check whether --enable-loggui or --disable-loggui was given.
6427 if test "${enable_loggui+set}" = set; then
6428 enableval
="$enable_loggui"
6430 if test "$enableval" = yes; then
6431 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
6433 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
6438 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6439 if test "x$LINE" != x
; then
6440 eval "DEFAULT_$LINE"
6445 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
6449 eval "$ac_cv_use_loggui"
6450 if test "$no_cache" != 1; then
6451 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6454 if test "$wxUSE_LOGGUI" = yes; then
6455 echo "$as_me:$LINENO: result: yes" >&5
6456 echo "${ECHO_T}yes" >&6
6458 echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6
6464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6465 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
6467 # Check whether --enable-logwin or --disable-logwin was given.
6468 if test "${enable_logwin+set}" = set; then
6469 enableval
="$enable_logwin"
6471 if test "$enableval" = yes; then
6472 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
6474 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
6479 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6480 if test "x$LINE" != x
; then
6481 eval "DEFAULT_$LINE"
6486 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
6490 eval "$ac_cv_use_logwin"
6491 if test "$no_cache" != 1; then
6492 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6495 if test "$wxUSE_LOGWINDOW" = yes; then
6496 echo "$as_me:$LINENO: result: yes" >&5
6497 echo "${ECHO_T}yes" >&6
6499 echo "$as_me:$LINENO: result: no" >&5
6500 echo "${ECHO_T}no" >&6
6505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6506 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
6508 # Check whether --enable-logdialog or --disable-logdialog was given.
6509 if test "${enable_logdialog+set}" = set; then
6510 enableval
="$enable_logdialog"
6512 if test "$enableval" = yes; then
6513 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
6515 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
6520 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6521 if test "x$LINE" != x
; then
6522 eval "DEFAULT_$LINE"
6527 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
6531 eval "$ac_cv_use_logdialog"
6532 if test "$no_cache" != 1; then
6533 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6536 if test "$wxUSE_LOGDIALOG" = yes; then
6537 echo "$as_me:$LINENO: result: yes" >&5
6538 echo "${ECHO_T}yes" >&6
6540 echo "$as_me:$LINENO: result: no" >&5
6541 echo "${ECHO_T}no" >&6
6546 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
6547 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
6549 # Check whether --enable-webkit or --disable-webkit was given.
6550 if test "${enable_webkit+set}" = set; then
6551 enableval
="$enable_webkit"
6553 if test "$enableval" = yes; then
6554 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
6556 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
6561 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
6562 if test "x$LINE" != x
; then
6563 eval "DEFAULT_$LINE"
6568 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
6572 eval "$ac_cv_use_webkit"
6573 if test "$no_cache" != 1; then
6574 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
6577 if test "$wxUSE_WEBKIT" = yes; then
6578 echo "$as_me:$LINENO: result: yes" >&5
6579 echo "${ECHO_T}yes" >&6
6581 echo "$as_me:$LINENO: result: no" >&5
6582 echo "${ECHO_T}no" >&6
6588 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6589 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
6591 # Check whether --enable-postscript or --disable-postscript was given.
6592 if test "${enable_postscript+set}" = set; then
6593 enableval
="$enable_postscript"
6595 if test "$enableval" = yes; then
6596 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
6598 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
6603 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6604 if test "x$LINE" != x
; then
6605 eval "DEFAULT_$LINE"
6610 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
6614 eval "$ac_cv_use_postscript"
6615 if test "$no_cache" != 1; then
6616 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6619 if test "$wxUSE_POSTSCRIPT" = yes; then
6620 echo "$as_me:$LINENO: result: yes" >&5
6621 echo "${ECHO_T}yes" >&6
6623 echo "$as_me:$LINENO: result: no" >&5
6624 echo "${ECHO_T}no" >&6
6632 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6633 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
6635 # Check whether --enable-prologio or --disable-prologio was given.
6636 if test "${enable_prologio+set}" = set; then
6637 enableval
="$enable_prologio"
6639 if test "$enableval" = yes; then
6640 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
6642 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
6647 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
6648 if test "x$LINE" != x
; then
6649 eval "DEFAULT_$LINE"
6654 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
6658 eval "$ac_cv_use_prologio"
6659 if test "$no_cache" != 1; then
6660 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
6663 if test "$wxUSE_PROLOGIO" = yes; then
6664 echo "$as_me:$LINENO: result: yes" >&5
6665 echo "${ECHO_T}yes" >&6
6667 echo "$as_me:$LINENO: result: no" >&5
6668 echo "${ECHO_T}no" >&6
6673 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6674 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
6676 # Check whether --enable-resources or --disable-resources was given.
6677 if test "${enable_resources+set}" = set; then
6678 enableval
="$enable_resources"
6680 if test "$enableval" = yes; then
6681 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
6683 ac_cv_use_resources
='wxUSE_RESOURCES=no'
6688 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
6689 if test "x$LINE" != x
; then
6690 eval "DEFAULT_$LINE"
6695 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
6699 eval "$ac_cv_use_resources"
6700 if test "$no_cache" != 1; then
6701 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
6704 if test "$wxUSE_RESOURCES" = yes; then
6705 echo "$as_me:$LINENO: result: yes" >&5
6706 echo "${ECHO_T}yes" >&6
6708 echo "$as_me:$LINENO: result: no" >&5
6709 echo "${ECHO_T}no" >&6
6716 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6717 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
6719 # Check whether --enable-clipboard or --disable-clipboard was given.
6720 if test "${enable_clipboard+set}" = set; then
6721 enableval
="$enable_clipboard"
6723 if test "$enableval" = yes; then
6724 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
6726 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
6731 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6732 if test "x$LINE" != x
; then
6733 eval "DEFAULT_$LINE"
6738 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
6742 eval "$ac_cv_use_clipboard"
6743 if test "$no_cache" != 1; then
6744 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6747 if test "$wxUSE_CLIPBOARD" = yes; then
6748 echo "$as_me:$LINENO: result: yes" >&5
6749 echo "${ECHO_T}yes" >&6
6751 echo "$as_me:$LINENO: result: no" >&5
6752 echo "${ECHO_T}no" >&6
6757 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6758 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
6760 # Check whether --enable-dnd or --disable-dnd was given.
6761 if test "${enable_dnd+set}" = set; then
6762 enableval
="$enable_dnd"
6764 if test "$enableval" = yes; then
6765 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
6767 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
6772 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6773 if test "x$LINE" != x
; then
6774 eval "DEFAULT_$LINE"
6779 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
6783 eval "$ac_cv_use_dnd"
6784 if test "$no_cache" != 1; then
6785 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6788 if test "$wxUSE_DRAG_AND_DROP" = yes; then
6789 echo "$as_me:$LINENO: result: yes" >&5
6790 echo "${ECHO_T}yes" >&6
6792 echo "$as_me:$LINENO: result: no" >&5
6793 echo "${ECHO_T}no" >&6
6798 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6799 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
6801 # Check whether --enable-metafile or --disable-metafile was given.
6802 if test "${enable_metafile+set}" = set; then
6803 enableval
="$enable_metafile"
6805 if test "$enableval" = yes; then
6806 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
6808 ac_cv_use_metafile
='wxUSE_METAFILE=no'
6813 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6814 if test "x$LINE" != x
; then
6815 eval "DEFAULT_$LINE"
6820 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
6824 eval "$ac_cv_use_metafile"
6825 if test "$no_cache" != 1; then
6826 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6829 if test "$wxUSE_METAFILE" = yes; then
6830 echo "$as_me:$LINENO: result: yes" >&5
6831 echo "${ECHO_T}yes" >&6
6833 echo "$as_me:$LINENO: result: no" >&5
6834 echo "${ECHO_T}no" >&6
6842 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6843 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
6845 # Check whether --enable-controls or --disable-controls was given.
6846 if test "${enable_controls+set}" = set; then
6847 enableval
="$enable_controls"
6849 if test "$enableval" = yes; then
6850 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
6852 ac_cv_use_controls
='wxUSE_CONTROLS=no'
6857 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6858 if test "x$LINE" != x
; then
6859 eval "DEFAULT_$LINE"
6864 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
6868 eval "$ac_cv_use_controls"
6869 if test "$no_cache" != 1; then
6870 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6873 if test "$wxUSE_CONTROLS" = yes; then
6874 echo "$as_me:$LINENO: result: yes" >&5
6875 echo "${ECHO_T}yes" >&6
6877 echo "$as_me:$LINENO: result: no" >&5
6878 echo "${ECHO_T}no" >&6
6882 if test "$wxUSE_CONTROLS" = "yes"; then
6883 DEFAULT_wxUSE_ACCEL
=yes
6884 DEFAULT_wxUSE_BMPBUTTON
=yes
6885 DEFAULT_wxUSE_BUTTON
=yes
6886 DEFAULT_wxUSE_CALCTRL
=no
6887 DEFAULT_wxUSE_CARET
=yes
6888 DEFAULT_wxUSE_COMBOBOX
=yes
6889 DEFAULT_wxUSE_CHECKBOX
=yes
6890 DEFAULT_wxUSE_CHECKLISTBOX
=yes
6891 DEFAULT_wxUSE_CHOICE
=yes
6892 DEFAULT_wxUSE_GAUGE
=yes
6893 DEFAULT_wxUSE_GRID
=yes
6894 DEFAULT_wxUSE_IMAGLIST
=yes
6895 DEFAULT_wxUSE_LISTBOOK
=yes
6896 DEFAULT_wxUSE_LISTBOX
=yes
6897 DEFAULT_wxUSE_LISTCTRL
=yes
6898 DEFAULT_wxUSE_NOTEBOOK
=yes
6899 DEFAULT_wxUSE_RADIOBOX
=yes
6900 DEFAULT_wxUSE_RADIOBTN
=yes
6901 DEFAULT_wxUSE_SASH
=yes
6902 DEFAULT_wxUSE_SCROLLBAR
=yes
6903 DEFAULT_wxUSE_SLIDER
=yes
6904 DEFAULT_wxUSE_SPINBTN
=yes
6905 DEFAULT_wxUSE_SPINCTRL
=yes
6906 DEFAULT_wxUSE_SPLITTER
=yes
6907 DEFAULT_wxUSE_STATBMP
=yes
6908 DEFAULT_wxUSE_STATBOX
=yes
6909 DEFAULT_wxUSE_STATLINE
=yes
6910 DEFAULT_wxUSE_STATUSBAR
=yes
6911 DEFAULT_wxUSE_TAB_DIALOG
=yes
6912 DEFAULT_wxUSE_TOGGLEBTN
=yes
6913 DEFAULT_wxUSE_TOOLBAR
=yes
6914 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
6915 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=yes
6916 DEFAULT_wxUSE_TOOLTIPS
=yes
6917 DEFAULT_wxUSE_TREECTRL
=yes
6918 DEFAULT_wxUSE_POPUPWIN
=yes
6919 DEFAULT_wxUSE_TIPWINDOW
=yes
6920 elif test "$wxUSE_CONTROLS" = "no"; then
6921 DEFAULT_wxUSE_ACCEL
=no
6922 DEFAULT_wxUSE_BMPBUTTON
=no
6923 DEFAULT_wxUSE_BUTTON
=no
6924 DEFAULT_wxUSE_CALCTRL
=no
6925 DEFAULT_wxUSE_CARET
=no
6926 DEFAULT_wxUSE_COMBOBOX
=no
6927 DEFAULT_wxUSE_CHECKBOX
=no
6928 DEFAULT_wxUSE_CHECKLISTBOX
=no
6929 DEFAULT_wxUSE_CHOICE
=no
6930 DEFAULT_wxUSE_GAUGE
=no
6931 DEFAULT_wxUSE_GRID
=no
6932 DEFAULT_wxUSE_IMAGLIST
=no
6933 DEFAULT_wxUSE_LISTBOOK
=no
6934 DEFAULT_wxUSE_LISTBOX
=no
6935 DEFAULT_wxUSE_LISTCTRL
=no
6936 DEFAULT_wxUSE_NOTEBOOK
=no
6937 DEFAULT_wxUSE_RADIOBOX
=no
6938 DEFAULT_wxUSE_RADIOBTN
=no
6939 DEFAULT_wxUSE_SASH
=no
6940 DEFAULT_wxUSE_SCROLLBAR
=no
6941 DEFAULT_wxUSE_SLIDER
=no
6942 DEFAULT_wxUSE_SPINBTN
=no
6943 DEFAULT_wxUSE_SPINCTRL
=no
6944 DEFAULT_wxUSE_SPLITTER
=no
6945 DEFAULT_wxUSE_STATBMP
=no
6946 DEFAULT_wxUSE_STATBOX
=no
6947 DEFAULT_wxUSE_STATLINE
=no
6948 DEFAULT_wxUSE_STATUSBAR
=no
6949 DEFAULT_wxUSE_TAB_DIALOG
=no
6950 DEFAULT_wxUSE_TOGGLEBTN
=no
6951 DEFAULT_wxUSE_TOOLBAR
=no
6952 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
6953 DEFAULT_wxUSE_TOOLBAR_SIMPLE
=no
6954 DEFAULT_wxUSE_TOOLTIPS
=no
6955 DEFAULT_wxUSE_TREECTRL
=no
6956 DEFAULT_wxUSE_POPUPWIN
=no
6957 DEFAULT_wxUSE_TIPWINDOW
=no
6960 ## FIXME: This is a blatant hack
6961 if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6962 wxUSE_PRINTING_ARCHITECTURE
=no
6963 wxUSE_DRAG_AND_DROP
=no
6964 DEFAULT_wxUSE_TOOLTIPS
=no
6965 DEFAULT_wxUSE_DRAGIMAGE
=no
6970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6971 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
6973 # Check whether --enable-accel or --disable-accel was given.
6974 if test "${enable_accel+set}" = set; then
6975 enableval
="$enable_accel"
6977 if test "$enableval" = yes; then
6978 ac_cv_use_accel
='wxUSE_ACCEL=yes'
6980 ac_cv_use_accel
='wxUSE_ACCEL=no'
6985 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6986 if test "x$LINE" != x
; then
6987 eval "DEFAULT_$LINE"
6992 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
6996 eval "$ac_cv_use_accel"
6997 if test "$no_cache" != 1; then
6998 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
7001 if test "$wxUSE_ACCEL" = yes; then
7002 echo "$as_me:$LINENO: result: yes" >&5
7003 echo "${ECHO_T}yes" >&6
7005 echo "$as_me:$LINENO: result: no" >&5
7006 echo "${ECHO_T}no" >&6
7011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
7012 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
7014 # Check whether --enable-button or --disable-button was given.
7015 if test "${enable_button+set}" = set; then
7016 enableval
="$enable_button"
7018 if test "$enableval" = yes; then
7019 ac_cv_use_button
='wxUSE_BUTTON=yes'
7021 ac_cv_use_button
='wxUSE_BUTTON=no'
7026 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
7027 if test "x$LINE" != x
; then
7028 eval "DEFAULT_$LINE"
7033 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
7037 eval "$ac_cv_use_button"
7038 if test "$no_cache" != 1; then
7039 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
7042 if test "$wxUSE_BUTTON" = yes; then
7043 echo "$as_me:$LINENO: result: yes" >&5
7044 echo "${ECHO_T}yes" >&6
7046 echo "$as_me:$LINENO: result: no" >&5
7047 echo "${ECHO_T}no" >&6
7052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
7053 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
7055 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
7056 if test "${enable_bmpbutton+set}" = set; then
7057 enableval
="$enable_bmpbutton"
7059 if test "$enableval" = yes; then
7060 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
7062 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
7067 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
7068 if test "x$LINE" != x
; then
7069 eval "DEFAULT_$LINE"
7074 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
7078 eval "$ac_cv_use_bmpbutton"
7079 if test "$no_cache" != 1; then
7080 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
7083 if test "$wxUSE_BMPBUTTON" = yes; then
7084 echo "$as_me:$LINENO: result: yes" >&5
7085 echo "${ECHO_T}yes" >&6
7087 echo "$as_me:$LINENO: result: no" >&5
7088 echo "${ECHO_T}no" >&6
7093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
7094 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
7096 # Check whether --enable-calendar or --disable-calendar was given.
7097 if test "${enable_calendar+set}" = set; then
7098 enableval
="$enable_calendar"
7100 if test "$enableval" = yes; then
7101 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
7103 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
7108 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
7109 if test "x$LINE" != x
; then
7110 eval "DEFAULT_$LINE"
7115 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
7119 eval "$ac_cv_use_calendar"
7120 if test "$no_cache" != 1; then
7121 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
7124 if test "$wxUSE_CALCTRL" = yes; then
7125 echo "$as_me:$LINENO: result: yes" >&5
7126 echo "${ECHO_T}yes" >&6
7128 echo "$as_me:$LINENO: result: no" >&5
7129 echo "${ECHO_T}no" >&6
7134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
7135 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
7137 # Check whether --enable-caret or --disable-caret was given.
7138 if test "${enable_caret+set}" = set; then
7139 enableval
="$enable_caret"
7141 if test "$enableval" = yes; then
7142 ac_cv_use_caret
='wxUSE_CARET=yes'
7144 ac_cv_use_caret
='wxUSE_CARET=no'
7149 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
7150 if test "x$LINE" != x
; then
7151 eval "DEFAULT_$LINE"
7156 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
7160 eval "$ac_cv_use_caret"
7161 if test "$no_cache" != 1; then
7162 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
7165 if test "$wxUSE_CARET" = yes; then
7166 echo "$as_me:$LINENO: result: yes" >&5
7167 echo "${ECHO_T}yes" >&6
7169 echo "$as_me:$LINENO: result: no" >&5
7170 echo "${ECHO_T}no" >&6
7175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
7176 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
7178 # Check whether --enable-checkbox or --disable-checkbox was given.
7179 if test "${enable_checkbox+set}" = set; then
7180 enableval
="$enable_checkbox"
7182 if test "$enableval" = yes; then
7183 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
7185 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
7190 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
7191 if test "x$LINE" != x
; then
7192 eval "DEFAULT_$LINE"
7197 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
7201 eval "$ac_cv_use_checkbox"
7202 if test "$no_cache" != 1; then
7203 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
7206 if test "$wxUSE_CHECKBOX" = yes; then
7207 echo "$as_me:$LINENO: result: yes" >&5
7208 echo "${ECHO_T}yes" >&6
7210 echo "$as_me:$LINENO: result: no" >&5
7211 echo "${ECHO_T}no" >&6
7216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
7217 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
7219 # Check whether --enable-checklst or --disable-checklst was given.
7220 if test "${enable_checklst+set}" = set; then
7221 enableval
="$enable_checklst"
7223 if test "$enableval" = yes; then
7224 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
7226 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
7231 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
7232 if test "x$LINE" != x
; then
7233 eval "DEFAULT_$LINE"
7238 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
7242 eval "$ac_cv_use_checklst"
7243 if test "$no_cache" != 1; then
7244 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
7247 if test "$wxUSE_CHECKLST" = yes; then
7248 echo "$as_me:$LINENO: result: yes" >&5
7249 echo "${ECHO_T}yes" >&6
7251 echo "$as_me:$LINENO: result: no" >&5
7252 echo "${ECHO_T}no" >&6
7257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
7258 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
7260 # Check whether --enable-choice or --disable-choice was given.
7261 if test "${enable_choice+set}" = set; then
7262 enableval
="$enable_choice"
7264 if test "$enableval" = yes; then
7265 ac_cv_use_choice
='wxUSE_CHOICE=yes'
7267 ac_cv_use_choice
='wxUSE_CHOICE=no'
7272 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
7273 if test "x$LINE" != x
; then
7274 eval "DEFAULT_$LINE"
7279 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
7283 eval "$ac_cv_use_choice"
7284 if test "$no_cache" != 1; then
7285 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
7288 if test "$wxUSE_CHOICE" = yes; then
7289 echo "$as_me:$LINENO: result: yes" >&5
7290 echo "${ECHO_T}yes" >&6
7292 echo "$as_me:$LINENO: result: no" >&5
7293 echo "${ECHO_T}no" >&6
7298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
7299 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
7301 # Check whether --enable-combobox or --disable-combobox was given.
7302 if test "${enable_combobox+set}" = set; then
7303 enableval
="$enable_combobox"
7305 if test "$enableval" = yes; then
7306 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
7308 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
7313 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
7314 if test "x$LINE" != x
; then
7315 eval "DEFAULT_$LINE"
7320 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
7324 eval "$ac_cv_use_combobox"
7325 if test "$no_cache" != 1; then
7326 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
7329 if test "$wxUSE_COMBOBOX" = yes; then
7330 echo "$as_me:$LINENO: result: yes" >&5
7331 echo "${ECHO_T}yes" >&6
7333 echo "$as_me:$LINENO: result: no" >&5
7334 echo "${ECHO_T}no" >&6
7339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
7340 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
7342 # Check whether --enable-display or --disable-display was given.
7343 if test "${enable_display+set}" = set; then
7344 enableval
="$enable_display"
7346 if test "$enableval" = yes; then
7347 ac_cv_use_display
='wxUSE_DISPLAY=yes'
7349 ac_cv_use_display
='wxUSE_DISPLAY=no'
7354 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
7355 if test "x$LINE" != x
; then
7356 eval "DEFAULT_$LINE"
7361 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
7365 eval "$ac_cv_use_display"
7366 if test "$no_cache" != 1; then
7367 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
7370 if test "$wxUSE_DISPLAY" = yes; then
7371 echo "$as_me:$LINENO: result: yes" >&5
7372 echo "${ECHO_T}yes" >&6
7374 echo "$as_me:$LINENO: result: no" >&5
7375 echo "${ECHO_T}no" >&6
7380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
7381 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
7383 # Check whether --enable-gauge or --disable-gauge was given.
7384 if test "${enable_gauge+set}" = set; then
7385 enableval
="$enable_gauge"
7387 if test "$enableval" = yes; then
7388 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
7390 ac_cv_use_gauge
='wxUSE_GAUGE=no'
7395 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7396 if test "x$LINE" != x
; then
7397 eval "DEFAULT_$LINE"
7402 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
7406 eval "$ac_cv_use_gauge"
7407 if test "$no_cache" != 1; then
7408 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7411 if test "$wxUSE_GAUGE" = yes; then
7412 echo "$as_me:$LINENO: result: yes" >&5
7413 echo "${ECHO_T}yes" >&6
7415 echo "$as_me:$LINENO: result: no" >&5
7416 echo "${ECHO_T}no" >&6
7421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7422 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
7424 # Check whether --enable-grid or --disable-grid was given.
7425 if test "${enable_grid+set}" = set; then
7426 enableval
="$enable_grid"
7428 if test "$enableval" = yes; then
7429 ac_cv_use_grid
='wxUSE_GRID=yes'
7431 ac_cv_use_grid
='wxUSE_GRID=no'
7436 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7437 if test "x$LINE" != x
; then
7438 eval "DEFAULT_$LINE"
7443 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
7447 eval "$ac_cv_use_grid"
7448 if test "$no_cache" != 1; then
7449 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7452 if test "$wxUSE_GRID" = yes; then
7453 echo "$as_me:$LINENO: result: yes" >&5
7454 echo "${ECHO_T}yes" >&6
7456 echo "$as_me:$LINENO: result: no" >&5
7457 echo "${ECHO_T}no" >&6
7462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7463 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
7465 # Check whether --enable-imaglist or --disable-imaglist was given.
7466 if test "${enable_imaglist+set}" = set; then
7467 enableval
="$enable_imaglist"
7469 if test "$enableval" = yes; then
7470 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
7472 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
7477 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7478 if test "x$LINE" != x
; then
7479 eval "DEFAULT_$LINE"
7484 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
7488 eval "$ac_cv_use_imaglist"
7489 if test "$no_cache" != 1; then
7490 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7493 if test "$wxUSE_IMAGLIST" = yes; then
7494 echo "$as_me:$LINENO: result: yes" >&5
7495 echo "${ECHO_T}yes" >&6
7497 echo "$as_me:$LINENO: result: no" >&5
7498 echo "${ECHO_T}no" >&6
7503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
7504 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
7506 # Check whether --enable-listbook or --disable-listbook was given.
7507 if test "${enable_listbook+set}" = set; then
7508 enableval
="$enable_listbook"
7510 if test "$enableval" = yes; then
7511 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
7513 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
7518 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
7519 if test "x$LINE" != x
; then
7520 eval "DEFAULT_$LINE"
7525 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
7529 eval "$ac_cv_use_listbook"
7530 if test "$no_cache" != 1; then
7531 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
7534 if test "$wxUSE_LISTBOOK" = yes; then
7535 echo "$as_me:$LINENO: result: yes" >&5
7536 echo "${ECHO_T}yes" >&6
7538 echo "$as_me:$LINENO: result: no" >&5
7539 echo "${ECHO_T}no" >&6
7544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7545 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
7547 # Check whether --enable-listbox or --disable-listbox was given.
7548 if test "${enable_listbox+set}" = set; then
7549 enableval
="$enable_listbox"
7551 if test "$enableval" = yes; then
7552 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
7554 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
7559 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7560 if test "x$LINE" != x
; then
7561 eval "DEFAULT_$LINE"
7566 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
7570 eval "$ac_cv_use_listbox"
7571 if test "$no_cache" != 1; then
7572 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7575 if test "$wxUSE_LISTBOX" = yes; then
7576 echo "$as_me:$LINENO: result: yes" >&5
7577 echo "${ECHO_T}yes" >&6
7579 echo "$as_me:$LINENO: result: no" >&5
7580 echo "${ECHO_T}no" >&6
7585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7586 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
7588 # Check whether --enable-listctrl or --disable-listctrl was given.
7589 if test "${enable_listctrl+set}" = set; then
7590 enableval
="$enable_listctrl"
7592 if test "$enableval" = yes; then
7593 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
7595 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
7600 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7601 if test "x$LINE" != x
; then
7602 eval "DEFAULT_$LINE"
7607 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
7611 eval "$ac_cv_use_listctrl"
7612 if test "$no_cache" != 1; then
7613 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7616 if test "$wxUSE_LISTCTRL" = yes; then
7617 echo "$as_me:$LINENO: result: yes" >&5
7618 echo "${ECHO_T}yes" >&6
7620 echo "$as_me:$LINENO: result: no" >&5
7621 echo "${ECHO_T}no" >&6
7626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7627 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
7629 # Check whether --enable-notebook or --disable-notebook was given.
7630 if test "${enable_notebook+set}" = set; then
7631 enableval
="$enable_notebook"
7633 if test "$enableval" = yes; then
7634 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
7636 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
7641 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7642 if test "x$LINE" != x
; then
7643 eval "DEFAULT_$LINE"
7648 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
7652 eval "$ac_cv_use_notebook"
7653 if test "$no_cache" != 1; then
7654 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7657 if test "$wxUSE_NOTEBOOK" = yes; then
7658 echo "$as_me:$LINENO: result: yes" >&5
7659 echo "${ECHO_T}yes" >&6
7661 echo "$as_me:$LINENO: result: no" >&5
7662 echo "${ECHO_T}no" >&6
7667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7668 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
7670 # Check whether --enable-radiobox or --disable-radiobox was given.
7671 if test "${enable_radiobox+set}" = set; then
7672 enableval
="$enable_radiobox"
7674 if test "$enableval" = yes; then
7675 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
7677 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
7682 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7683 if test "x$LINE" != x
; then
7684 eval "DEFAULT_$LINE"
7689 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
7693 eval "$ac_cv_use_radiobox"
7694 if test "$no_cache" != 1; then
7695 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7698 if test "$wxUSE_RADIOBOX" = yes; then
7699 echo "$as_me:$LINENO: result: yes" >&5
7700 echo "${ECHO_T}yes" >&6
7702 echo "$as_me:$LINENO: result: no" >&5
7703 echo "${ECHO_T}no" >&6
7708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7709 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
7711 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7712 if test "${enable_radiobtn+set}" = set; then
7713 enableval
="$enable_radiobtn"
7715 if test "$enableval" = yes; then
7716 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
7718 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
7723 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7724 if test "x$LINE" != x
; then
7725 eval "DEFAULT_$LINE"
7730 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
7734 eval "$ac_cv_use_radiobtn"
7735 if test "$no_cache" != 1; then
7736 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7739 if test "$wxUSE_RADIOBTN" = yes; then
7740 echo "$as_me:$LINENO: result: yes" >&5
7741 echo "${ECHO_T}yes" >&6
7743 echo "$as_me:$LINENO: result: no" >&5
7744 echo "${ECHO_T}no" >&6
7749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7750 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
7752 # Check whether --enable-sash or --disable-sash was given.
7753 if test "${enable_sash+set}" = set; then
7754 enableval
="$enable_sash"
7756 if test "$enableval" = yes; then
7757 ac_cv_use_sash
='wxUSE_SASH=yes'
7759 ac_cv_use_sash
='wxUSE_SASH=no'
7764 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7765 if test "x$LINE" != x
; then
7766 eval "DEFAULT_$LINE"
7771 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
7775 eval "$ac_cv_use_sash"
7776 if test "$no_cache" != 1; then
7777 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7780 if test "$wxUSE_SASH" = yes; then
7781 echo "$as_me:$LINENO: result: yes" >&5
7782 echo "${ECHO_T}yes" >&6
7784 echo "$as_me:$LINENO: result: no" >&5
7785 echo "${ECHO_T}no" >&6
7790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7791 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
7793 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7794 if test "${enable_scrollbar+set}" = set; then
7795 enableval
="$enable_scrollbar"
7797 if test "$enableval" = yes; then
7798 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
7800 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
7805 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7806 if test "x$LINE" != x
; then
7807 eval "DEFAULT_$LINE"
7812 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
7816 eval "$ac_cv_use_scrollbar"
7817 if test "$no_cache" != 1; then
7818 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7821 if test "$wxUSE_SCROLLBAR" = yes; then
7822 echo "$as_me:$LINENO: result: yes" >&5
7823 echo "${ECHO_T}yes" >&6
7825 echo "$as_me:$LINENO: result: no" >&5
7826 echo "${ECHO_T}no" >&6
7831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7832 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
7834 # Check whether --enable-slider or --disable-slider was given.
7835 if test "${enable_slider+set}" = set; then
7836 enableval
="$enable_slider"
7838 if test "$enableval" = yes; then
7839 ac_cv_use_slider
='wxUSE_SLIDER=yes'
7841 ac_cv_use_slider
='wxUSE_SLIDER=no'
7846 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7847 if test "x$LINE" != x
; then
7848 eval "DEFAULT_$LINE"
7853 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
7857 eval "$ac_cv_use_slider"
7858 if test "$no_cache" != 1; then
7859 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7862 if test "$wxUSE_SLIDER" = yes; then
7863 echo "$as_me:$LINENO: result: yes" >&5
7864 echo "${ECHO_T}yes" >&6
7866 echo "$as_me:$LINENO: result: no" >&5
7867 echo "${ECHO_T}no" >&6
7872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7873 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
7875 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7876 if test "${enable_spinbtn+set}" = set; then
7877 enableval
="$enable_spinbtn"
7879 if test "$enableval" = yes; then
7880 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
7882 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
7887 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7888 if test "x$LINE" != x
; then
7889 eval "DEFAULT_$LINE"
7894 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
7898 eval "$ac_cv_use_spinbtn"
7899 if test "$no_cache" != 1; then
7900 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7903 if test "$wxUSE_SPINBTN" = yes; then
7904 echo "$as_me:$LINENO: result: yes" >&5
7905 echo "${ECHO_T}yes" >&6
7907 echo "$as_me:$LINENO: result: no" >&5
7908 echo "${ECHO_T}no" >&6
7913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7914 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
7916 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7917 if test "${enable_spinctrl+set}" = set; then
7918 enableval
="$enable_spinctrl"
7920 if test "$enableval" = yes; then
7921 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
7923 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
7928 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7929 if test "x$LINE" != x
; then
7930 eval "DEFAULT_$LINE"
7935 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
7939 eval "$ac_cv_use_spinctrl"
7940 if test "$no_cache" != 1; then
7941 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7944 if test "$wxUSE_SPINCTRL" = yes; then
7945 echo "$as_me:$LINENO: result: yes" >&5
7946 echo "${ECHO_T}yes" >&6
7948 echo "$as_me:$LINENO: result: no" >&5
7949 echo "${ECHO_T}no" >&6
7954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7955 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
7957 # Check whether --enable-splitter or --disable-splitter was given.
7958 if test "${enable_splitter+set}" = set; then
7959 enableval
="$enable_splitter"
7961 if test "$enableval" = yes; then
7962 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
7964 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
7969 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7970 if test "x$LINE" != x
; then
7971 eval "DEFAULT_$LINE"
7976 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
7980 eval "$ac_cv_use_splitter"
7981 if test "$no_cache" != 1; then
7982 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7985 if test "$wxUSE_SPLITTER" = yes; then
7986 echo "$as_me:$LINENO: result: yes" >&5
7987 echo "${ECHO_T}yes" >&6
7989 echo "$as_me:$LINENO: result: no" >&5
7990 echo "${ECHO_T}no" >&6
7995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7996 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
7998 # Check whether --enable-statbmp or --disable-statbmp was given.
7999 if test "${enable_statbmp+set}" = set; then
8000 enableval
="$enable_statbmp"
8002 if test "$enableval" = yes; then
8003 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
8005 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
8010 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
8011 if test "x$LINE" != x
; then
8012 eval "DEFAULT_$LINE"
8017 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
8021 eval "$ac_cv_use_statbmp"
8022 if test "$no_cache" != 1; then
8023 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
8026 if test "$wxUSE_STATBMP" = yes; then
8027 echo "$as_me:$LINENO: result: yes" >&5
8028 echo "${ECHO_T}yes" >&6
8030 echo "$as_me:$LINENO: result: no" >&5
8031 echo "${ECHO_T}no" >&6
8036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
8037 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
8039 # Check whether --enable-statbox or --disable-statbox was given.
8040 if test "${enable_statbox+set}" = set; then
8041 enableval
="$enable_statbox"
8043 if test "$enableval" = yes; then
8044 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
8046 ac_cv_use_statbox
='wxUSE_STATBOX=no'
8051 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
8052 if test "x$LINE" != x
; then
8053 eval "DEFAULT_$LINE"
8058 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
8062 eval "$ac_cv_use_statbox"
8063 if test "$no_cache" != 1; then
8064 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
8067 if test "$wxUSE_STATBOX" = yes; then
8068 echo "$as_me:$LINENO: result: yes" >&5
8069 echo "${ECHO_T}yes" >&6
8071 echo "$as_me:$LINENO: result: no" >&5
8072 echo "${ECHO_T}no" >&6
8077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
8078 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
8080 # Check whether --enable-statline or --disable-statline was given.
8081 if test "${enable_statline+set}" = set; then
8082 enableval
="$enable_statline"
8084 if test "$enableval" = yes; then
8085 ac_cv_use_statline
='wxUSE_STATLINE=yes'
8087 ac_cv_use_statline
='wxUSE_STATLINE=no'
8092 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
8093 if test "x$LINE" != x
; then
8094 eval "DEFAULT_$LINE"
8099 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
8103 eval "$ac_cv_use_statline"
8104 if test "$no_cache" != 1; then
8105 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
8108 if test "$wxUSE_STATLINE" = yes; then
8109 echo "$as_me:$LINENO: result: yes" >&5
8110 echo "${ECHO_T}yes" >&6
8112 echo "$as_me:$LINENO: result: no" >&5
8113 echo "${ECHO_T}no" >&6
8118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
8119 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
8121 # Check whether --enable-stattext or --disable-stattext was given.
8122 if test "${enable_stattext+set}" = set; then
8123 enableval
="$enable_stattext"
8125 if test "$enableval" = yes; then
8126 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
8128 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
8133 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
8134 if test "x$LINE" != x
; then
8135 eval "DEFAULT_$LINE"
8140 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
8144 eval "$ac_cv_use_stattext"
8145 if test "$no_cache" != 1; then
8146 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
8149 if test "$wxUSE_STATTEXT" = yes; then
8150 echo "$as_me:$LINENO: result: yes" >&5
8151 echo "${ECHO_T}yes" >&6
8153 echo "$as_me:$LINENO: result: no" >&5
8154 echo "${ECHO_T}no" >&6
8159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
8160 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
8162 # Check whether --enable-statusbar or --disable-statusbar was given.
8163 if test "${enable_statusbar+set}" = set; then
8164 enableval
="$enable_statusbar"
8166 if test "$enableval" = yes; then
8167 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
8169 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
8174 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
8175 if test "x$LINE" != x
; then
8176 eval "DEFAULT_$LINE"
8181 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
8185 eval "$ac_cv_use_statusbar"
8186 if test "$no_cache" != 1; then
8187 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
8190 if test "$wxUSE_STATUSBAR" = yes; then
8191 echo "$as_me:$LINENO: result: yes" >&5
8192 echo "${ECHO_T}yes" >&6
8194 echo "$as_me:$LINENO: result: no" >&5
8195 echo "${ECHO_T}no" >&6
8200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
8201 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
8203 # Check whether --enable-tabdialog or --disable-tabdialog was given.
8204 if test "${enable_tabdialog+set}" = set; then
8205 enableval
="$enable_tabdialog"
8207 if test "$enableval" = yes; then
8208 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=yes'
8210 ac_cv_use_tabdialog
='wxUSE_TABDIALOG=no'
8215 LINE
=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
8216 if test "x$LINE" != x
; then
8217 eval "DEFAULT_$LINE"
8222 ac_cv_use_tabdialog
='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
8226 eval "$ac_cv_use_tabdialog"
8227 if test "$no_cache" != 1; then
8228 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
8231 if test "$wxUSE_TABDIALOG" = yes; then
8232 echo "$as_me:$LINENO: result: yes" >&5
8233 echo "${ECHO_T}yes" >&6
8235 echo "$as_me:$LINENO: result: no" >&5
8236 echo "${ECHO_T}no" >&6
8241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
8242 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
8244 # Check whether --enable-textctrl or --disable-textctrl was given.
8245 if test "${enable_textctrl+set}" = set; then
8246 enableval
="$enable_textctrl"
8248 if test "$enableval" = yes; then
8249 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
8251 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
8256 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
8257 if test "x$LINE" != x
; then
8258 eval "DEFAULT_$LINE"
8263 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
8267 eval "$ac_cv_use_textctrl"
8268 if test "$no_cache" != 1; then
8269 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
8272 if test "$wxUSE_TEXTCTRL" = yes; then
8273 echo "$as_me:$LINENO: result: yes" >&5
8274 echo "${ECHO_T}yes" >&6
8276 echo "$as_me:$LINENO: result: no" >&5
8277 echo "${ECHO_T}no" >&6
8282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
8283 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
8285 # Check whether --enable-togglebtn or --disable-togglebtn was given.
8286 if test "${enable_togglebtn+set}" = set; then
8287 enableval
="$enable_togglebtn"
8289 if test "$enableval" = yes; then
8290 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
8292 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
8297 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
8298 if test "x$LINE" != x
; then
8299 eval "DEFAULT_$LINE"
8304 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
8308 eval "$ac_cv_use_togglebtn"
8309 if test "$no_cache" != 1; then
8310 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
8313 if test "$wxUSE_TOGGLEBTN" = yes; then
8314 echo "$as_me:$LINENO: result: yes" >&5
8315 echo "${ECHO_T}yes" >&6
8317 echo "$as_me:$LINENO: result: no" >&5
8318 echo "${ECHO_T}no" >&6
8323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
8324 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
8326 # Check whether --enable-toolbar or --disable-toolbar was given.
8327 if test "${enable_toolbar+set}" = set; then
8328 enableval
="$enable_toolbar"
8330 if test "$enableval" = yes; then
8331 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
8333 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
8338 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
8339 if test "x$LINE" != x
; then
8340 eval "DEFAULT_$LINE"
8345 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
8349 eval "$ac_cv_use_toolbar"
8350 if test "$no_cache" != 1; then
8351 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
8354 if test "$wxUSE_TOOLBAR" = yes; then
8355 echo "$as_me:$LINENO: result: yes" >&5
8356 echo "${ECHO_T}yes" >&6
8358 echo "$as_me:$LINENO: result: no" >&5
8359 echo "${ECHO_T}no" >&6
8364 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
8365 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
8367 # Check whether --enable-tbarnative or --disable-tbarnative was given.
8368 if test "${enable_tbarnative+set}" = set; then
8369 enableval
="$enable_tbarnative"
8371 if test "$enableval" = yes; then
8372 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
8374 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
8379 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
8380 if test "x$LINE" != x
; then
8381 eval "DEFAULT_$LINE"
8386 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
8390 eval "$ac_cv_use_tbarnative"
8391 if test "$no_cache" != 1; then
8392 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
8395 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
8396 echo "$as_me:$LINENO: result: yes" >&5
8397 echo "${ECHO_T}yes" >&6
8399 echo "$as_me:$LINENO: result: no" >&5
8400 echo "${ECHO_T}no" >&6
8405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
8406 echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
8408 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
8409 if test "${enable_tbarsmpl+set}" = set; then
8410 enableval
="$enable_tbarsmpl"
8412 if test "$enableval" = yes; then
8413 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=yes'
8415 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE=no'
8420 LINE
=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
8421 if test "x$LINE" != x
; then
8422 eval "DEFAULT_$LINE"
8427 ac_cv_use_tbarsmpl
='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
8431 eval "$ac_cv_use_tbarsmpl"
8432 if test "$no_cache" != 1; then
8433 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8436 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
8437 echo "$as_me:$LINENO: result: yes" >&5
8438 echo "${ECHO_T}yes" >&6
8440 echo "$as_me:$LINENO: result: no" >&5
8441 echo "${ECHO_T}no" >&6
8446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8447 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
8449 # Check whether --enable-treectrl or --disable-treectrl was given.
8450 if test "${enable_treectrl+set}" = set; then
8451 enableval
="$enable_treectrl"
8453 if test "$enableval" = yes; then
8454 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
8456 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
8461 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8462 if test "x$LINE" != x
; then
8463 eval "DEFAULT_$LINE"
8468 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
8472 eval "$ac_cv_use_treectrl"
8473 if test "$no_cache" != 1; then
8474 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8477 if test "$wxUSE_TREECTRL" = yes; then
8478 echo "$as_me:$LINENO: result: yes" >&5
8479 echo "${ECHO_T}yes" >&6
8481 echo "$as_me:$LINENO: result: no" >&5
8482 echo "${ECHO_T}no" >&6
8487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8488 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
8490 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8491 if test "${enable_tipwindow+set}" = set; then
8492 enableval
="$enable_tipwindow"
8494 if test "$enableval" = yes; then
8495 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
8497 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
8502 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8503 if test "x$LINE" != x
; then
8504 eval "DEFAULT_$LINE"
8509 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
8513 eval "$ac_cv_use_tipwindow"
8514 if test "$no_cache" != 1; then
8515 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8518 if test "$wxUSE_TIPWINDOW" = yes; then
8519 echo "$as_me:$LINENO: result: yes" >&5
8520 echo "${ECHO_T}yes" >&6
8522 echo "$as_me:$LINENO: result: no" >&5
8523 echo "${ECHO_T}no" >&6
8528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8529 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
8531 # Check whether --enable-popupwin or --disable-popupwin was given.
8532 if test "${enable_popupwin+set}" = set; then
8533 enableval
="$enable_popupwin"
8535 if test "$enableval" = yes; then
8536 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
8538 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
8543 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8544 if test "x$LINE" != x
; then
8545 eval "DEFAULT_$LINE"
8550 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
8554 eval "$ac_cv_use_popupwin"
8555 if test "$no_cache" != 1; then
8556 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8559 if test "$wxUSE_POPUPWIN" = yes; then
8560 echo "$as_me:$LINENO: result: yes" >&5
8561 echo "${ECHO_T}yes" >&6
8563 echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6
8571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8572 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
8574 # Check whether --enable-commondlg or --disable-commondlg was given.
8575 if test "${enable_commondlg+set}" = set; then
8576 enableval
="$enable_commondlg"
8578 if test "$enableval" = yes; then
8579 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
8581 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
8586 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8587 if test "x$LINE" != x
; then
8588 eval "DEFAULT_$LINE"
8593 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
8597 eval "$ac_cv_use_commondlg"
8598 if test "$no_cache" != 1; then
8599 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8602 if test "$wxUSE_COMMONDLGS" = yes; then
8603 echo "$as_me:$LINENO: result: yes" >&5
8604 echo "${ECHO_T}yes" >&6
8606 echo "$as_me:$LINENO: result: no" >&5
8607 echo "${ECHO_T}no" >&6
8612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8613 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
8615 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8616 if test "${enable_choicedlg+set}" = set; then
8617 enableval
="$enable_choicedlg"
8619 if test "$enableval" = yes; then
8620 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
8622 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
8627 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8628 if test "x$LINE" != x
; then
8629 eval "DEFAULT_$LINE"
8634 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
8638 eval "$ac_cv_use_choicedlg"
8639 if test "$no_cache" != 1; then
8640 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8643 if test "$wxUSE_CHOICEDLG" = yes; then
8644 echo "$as_me:$LINENO: result: yes" >&5
8645 echo "${ECHO_T}yes" >&6
8647 echo "$as_me:$LINENO: result: no" >&5
8648 echo "${ECHO_T}no" >&6
8653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8654 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
8656 # Check whether --enable-coldlg or --disable-coldlg was given.
8657 if test "${enable_coldlg+set}" = set; then
8658 enableval
="$enable_coldlg"
8660 if test "$enableval" = yes; then
8661 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
8663 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
8668 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8669 if test "x$LINE" != x
; then
8670 eval "DEFAULT_$LINE"
8675 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
8679 eval "$ac_cv_use_coldlg"
8680 if test "$no_cache" != 1; then
8681 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8684 if test "$wxUSE_COLOURDLG" = yes; then
8685 echo "$as_me:$LINENO: result: yes" >&5
8686 echo "${ECHO_T}yes" >&6
8688 echo "$as_me:$LINENO: result: no" >&5
8689 echo "${ECHO_T}no" >&6
8694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8695 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
8697 # Check whether --enable-filedlg or --disable-filedlg was given.
8698 if test "${enable_filedlg+set}" = set; then
8699 enableval
="$enable_filedlg"
8701 if test "$enableval" = yes; then
8702 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
8704 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
8709 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8710 if test "x$LINE" != x
; then
8711 eval "DEFAULT_$LINE"
8716 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
8720 eval "$ac_cv_use_filedlg"
8721 if test "$no_cache" != 1; then
8722 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8725 if test "$wxUSE_FILEDLG" = yes; then
8726 echo "$as_me:$LINENO: result: yes" >&5
8727 echo "${ECHO_T}yes" >&6
8729 echo "$as_me:$LINENO: result: no" >&5
8730 echo "${ECHO_T}no" >&6
8735 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8736 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8738 # Check whether --enable-finddlg or --disable-finddlg was given.
8739 if test "${enable_finddlg+set}" = set; then
8740 enableval
="$enable_finddlg"
8742 if test "$enableval" = yes; then
8743 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
8745 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
8750 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8751 if test "x$LINE" != x
; then
8752 eval "DEFAULT_$LINE"
8757 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8761 eval "$ac_cv_use_finddlg"
8762 if test "$no_cache" != 1; then
8763 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8766 if test "$wxUSE_FINDREPLDLG" = yes; then
8767 echo "$as_me:$LINENO: result: yes" >&5
8768 echo "${ECHO_T}yes" >&6
8770 echo "$as_me:$LINENO: result: no" >&5
8771 echo "${ECHO_T}no" >&6
8776 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8777 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
8779 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8780 if test "${enable_fontdlg+set}" = set; then
8781 enableval
="$enable_fontdlg"
8783 if test "$enableval" = yes; then
8784 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
8786 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
8791 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8792 if test "x$LINE" != x
; then
8793 eval "DEFAULT_$LINE"
8798 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
8802 eval "$ac_cv_use_fontdlg"
8803 if test "$no_cache" != 1; then
8804 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8807 if test "$wxUSE_FONTDLG" = yes; then
8808 echo "$as_me:$LINENO: result: yes" >&5
8809 echo "${ECHO_T}yes" >&6
8811 echo "$as_me:$LINENO: result: no" >&5
8812 echo "${ECHO_T}no" >&6
8817 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8818 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
8820 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8821 if test "${enable_dirdlg+set}" = set; then
8822 enableval
="$enable_dirdlg"
8824 if test "$enableval" = yes; then
8825 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
8827 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
8832 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8833 if test "x$LINE" != x
; then
8834 eval "DEFAULT_$LINE"
8839 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
8843 eval "$ac_cv_use_dirdlg"
8844 if test "$no_cache" != 1; then
8845 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
8848 if test "$wxUSE_DIRDLG" = yes; then
8849 echo "$as_me:$LINENO: result: yes" >&5
8850 echo "${ECHO_T}yes" >&6
8852 echo "$as_me:$LINENO: result: no" >&5
8853 echo "${ECHO_T}no" >&6
8858 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8859 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
8861 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8862 if test "${enable_msgdlg+set}" = set; then
8863 enableval
="$enable_msgdlg"
8865 if test "$enableval" = yes; then
8866 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
8868 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
8873 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
8874 if test "x$LINE" != x
; then
8875 eval "DEFAULT_$LINE"
8880 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
8884 eval "$ac_cv_use_msgdlg"
8885 if test "$no_cache" != 1; then
8886 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
8889 if test "$wxUSE_MSGDLG" = yes; then
8890 echo "$as_me:$LINENO: result: yes" >&5
8891 echo "${ECHO_T}yes" >&6
8893 echo "$as_me:$LINENO: result: no" >&5
8894 echo "${ECHO_T}no" >&6
8899 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8900 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
8902 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8903 if test "${enable_numberdlg+set}" = set; then
8904 enableval
="$enable_numberdlg"
8906 if test "$enableval" = yes; then
8907 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
8909 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
8914 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
8915 if test "x$LINE" != x
; then
8916 eval "DEFAULT_$LINE"
8921 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
8925 eval "$ac_cv_use_numberdlg"
8926 if test "$no_cache" != 1; then
8927 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
8930 if test "$wxUSE_NUMBERDLG" = yes; then
8931 echo "$as_me:$LINENO: result: yes" >&5
8932 echo "${ECHO_T}yes" >&6
8934 echo "$as_me:$LINENO: result: no" >&5
8935 echo "${ECHO_T}no" >&6
8940 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8941 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
8943 # Check whether --enable-splash or --disable-splash was given.
8944 if test "${enable_splash+set}" = set; then
8945 enableval
="$enable_splash"
8947 if test "$enableval" = yes; then
8948 ac_cv_use_splash
='wxUSE_SPLASH=yes'
8950 ac_cv_use_splash
='wxUSE_SPLASH=no'
8955 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8956 if test "x$LINE" != x
; then
8957 eval "DEFAULT_$LINE"
8962 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
8966 eval "$ac_cv_use_splash"
8967 if test "$no_cache" != 1; then
8968 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8971 if test "$wxUSE_SPLASH" = yes; then
8972 echo "$as_me:$LINENO: result: yes" >&5
8973 echo "${ECHO_T}yes" >&6
8975 echo "$as_me:$LINENO: result: no" >&5
8976 echo "${ECHO_T}no" >&6
8981 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8982 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
8984 # Check whether --enable-textdlg or --disable-textdlg was given.
8985 if test "${enable_textdlg+set}" = set; then
8986 enableval
="$enable_textdlg"
8988 if test "$enableval" = yes; then
8989 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
8991 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
8996 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8997 if test "x$LINE" != x
; then
8998 eval "DEFAULT_$LINE"
9003 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
9007 eval "$ac_cv_use_textdlg"
9008 if test "$no_cache" != 1; then
9009 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
9012 if test "$wxUSE_TEXTDLG" = yes; then
9013 echo "$as_me:$LINENO: result: yes" >&5
9014 echo "${ECHO_T}yes" >&6
9016 echo "$as_me:$LINENO: result: no" >&5
9017 echo "${ECHO_T}no" >&6
9022 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
9023 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
9025 # Check whether --enable-tipdlg or --disable-tipdlg was given.
9026 if test "${enable_tipdlg+set}" = set; then
9027 enableval
="$enable_tipdlg"
9029 if test "$enableval" = yes; then
9030 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
9032 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
9037 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
9038 if test "x$LINE" != x
; then
9039 eval "DEFAULT_$LINE"
9044 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
9048 eval "$ac_cv_use_tipdlg"
9049 if test "$no_cache" != 1; then
9050 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
9053 if test "$wxUSE_STARTUP_TIPS" = yes; then
9054 echo "$as_me:$LINENO: result: yes" >&5
9055 echo "${ECHO_T}yes" >&6
9057 echo "$as_me:$LINENO: result: no" >&5
9058 echo "${ECHO_T}no" >&6
9063 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
9064 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
9066 # Check whether --enable-progressdlg or --disable-progressdlg was given.
9067 if test "${enable_progressdlg+set}" = set; then
9068 enableval
="$enable_progressdlg"
9070 if test "$enableval" = yes; then
9071 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
9073 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
9078 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
9079 if test "x$LINE" != x
; then
9080 eval "DEFAULT_$LINE"
9085 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
9089 eval "$ac_cv_use_progressdlg"
9090 if test "$no_cache" != 1; then
9091 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
9094 if test "$wxUSE_PROGRESSDLG" = yes; then
9095 echo "$as_me:$LINENO: result: yes" >&5
9096 echo "${ECHO_T}yes" >&6
9098 echo "$as_me:$LINENO: result: no" >&5
9099 echo "${ECHO_T}no" >&6
9104 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
9105 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
9107 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
9108 if test "${enable_wizarddlg+set}" = set; then
9109 enableval
="$enable_wizarddlg"
9111 if test "$enableval" = yes; then
9112 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
9114 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
9119 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
9120 if test "x$LINE" != x
; then
9121 eval "DEFAULT_$LINE"
9126 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
9130 eval "$ac_cv_use_wizarddlg"
9131 if test "$no_cache" != 1; then
9132 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
9135 if test "$wxUSE_WIZARDDLG" = yes; then
9136 echo "$as_me:$LINENO: result: yes" >&5
9137 echo "${ECHO_T}yes" >&6
9139 echo "$as_me:$LINENO: result: no" >&5
9140 echo "${ECHO_T}no" >&6
9147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
9148 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
9150 # Check whether --enable-menus or --disable-menus was given.
9151 if test "${enable_menus+set}" = set; then
9152 enableval
="$enable_menus"
9154 if test "$enableval" = yes; then
9155 ac_cv_use_menus
='wxUSE_MENUS=yes'
9157 ac_cv_use_menus
='wxUSE_MENUS=no'
9162 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
9163 if test "x$LINE" != x
; then
9164 eval "DEFAULT_$LINE"
9169 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
9173 eval "$ac_cv_use_menus"
9174 if test "$no_cache" != 1; then
9175 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
9178 if test "$wxUSE_MENUS" = yes; then
9179 echo "$as_me:$LINENO: result: yes" >&5
9180 echo "${ECHO_T}yes" >&6
9182 echo "$as_me:$LINENO: result: no" >&5
9183 echo "${ECHO_T}no" >&6
9188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
9189 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
9191 # Check whether --enable-miniframe or --disable-miniframe was given.
9192 if test "${enable_miniframe+set}" = set; then
9193 enableval
="$enable_miniframe"
9195 if test "$enableval" = yes; then
9196 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
9198 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
9203 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
9204 if test "x$LINE" != x
; then
9205 eval "DEFAULT_$LINE"
9210 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
9214 eval "$ac_cv_use_miniframe"
9215 if test "$no_cache" != 1; then
9216 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
9219 if test "$wxUSE_MINIFRAME" = yes; then
9220 echo "$as_me:$LINENO: result: yes" >&5
9221 echo "${ECHO_T}yes" >&6
9223 echo "$as_me:$LINENO: result: no" >&5
9224 echo "${ECHO_T}no" >&6
9229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
9230 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
9232 # Check whether --enable-tooltips or --disable-tooltips was given.
9233 if test "${enable_tooltips+set}" = set; then
9234 enableval
="$enable_tooltips"
9236 if test "$enableval" = yes; then
9237 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
9239 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
9244 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
9245 if test "x$LINE" != x
; then
9246 eval "DEFAULT_$LINE"
9251 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
9255 eval "$ac_cv_use_tooltips"
9256 if test "$no_cache" != 1; then
9257 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
9260 if test "$wxUSE_TOOLTIPS" = yes; then
9261 echo "$as_me:$LINENO: result: yes" >&5
9262 echo "${ECHO_T}yes" >&6
9264 echo "$as_me:$LINENO: result: no" >&5
9265 echo "${ECHO_T}no" >&6
9270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
9271 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
9273 # Check whether --enable-splines or --disable-splines was given.
9274 if test "${enable_splines+set}" = set; then
9275 enableval
="$enable_splines"
9277 if test "$enableval" = yes; then
9278 ac_cv_use_splines
='wxUSE_SPLINES=yes'
9280 ac_cv_use_splines
='wxUSE_SPLINES=no'
9285 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
9286 if test "x$LINE" != x
; then
9287 eval "DEFAULT_$LINE"
9292 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
9296 eval "$ac_cv_use_splines"
9297 if test "$no_cache" != 1; then
9298 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
9301 if test "$wxUSE_SPLINES" = yes; then
9302 echo "$as_me:$LINENO: result: yes" >&5
9303 echo "${ECHO_T}yes" >&6
9305 echo "$as_me:$LINENO: result: no" >&5
9306 echo "${ECHO_T}no" >&6
9311 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
9312 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
9314 # Check whether --enable-validators or --disable-validators was given.
9315 if test "${enable_validators+set}" = set; then
9316 enableval
="$enable_validators"
9318 if test "$enableval" = yes; then
9319 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
9321 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
9326 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
9327 if test "x$LINE" != x
; then
9328 eval "DEFAULT_$LINE"
9333 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
9337 eval "$ac_cv_use_validators"
9338 if test "$no_cache" != 1; then
9339 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
9342 if test "$wxUSE_VALIDATORS" = yes; then
9343 echo "$as_me:$LINENO: result: yes" >&5
9344 echo "${ECHO_T}yes" >&6
9346 echo "$as_me:$LINENO: result: no" >&5
9347 echo "${ECHO_T}no" >&6
9352 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
9353 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
9355 # Check whether --enable-busyinfo or --disable-busyinfo was given.
9356 if test "${enable_busyinfo+set}" = set; then
9357 enableval
="$enable_busyinfo"
9359 if test "$enableval" = yes; then
9360 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
9362 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
9367 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
9368 if test "x$LINE" != x
; then
9369 eval "DEFAULT_$LINE"
9374 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
9378 eval "$ac_cv_use_busyinfo"
9379 if test "$no_cache" != 1; then
9380 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
9383 if test "$wxUSE_BUSYINFO" = yes; then
9384 echo "$as_me:$LINENO: result: yes" >&5
9385 echo "${ECHO_T}yes" >&6
9387 echo "$as_me:$LINENO: result: no" >&5
9388 echo "${ECHO_T}no" >&6
9393 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
9394 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
9396 # Check whether --enable-joystick or --disable-joystick was given.
9397 if test "${enable_joystick+set}" = set; then
9398 enableval
="$enable_joystick"
9400 if test "$enableval" = yes; then
9401 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
9403 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
9408 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
9409 if test "x$LINE" != x
; then
9410 eval "DEFAULT_$LINE"
9415 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
9419 eval "$ac_cv_use_joystick"
9420 if test "$no_cache" != 1; then
9421 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
9424 if test "$wxUSE_JOYSTICK" = yes; then
9425 echo "$as_me:$LINENO: result: yes" >&5
9426 echo "${ECHO_T}yes" >&6
9428 echo "$as_me:$LINENO: result: no" >&5
9429 echo "${ECHO_T}no" >&6
9434 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9435 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
9437 # Check whether --enable-metafile or --disable-metafile was given.
9438 if test "${enable_metafile+set}" = set; then
9439 enableval
="$enable_metafile"
9441 if test "$enableval" = yes; then
9442 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
9444 ac_cv_use_metafile
='wxUSE_METAFILE=no'
9449 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9450 if test "x$LINE" != x
; then
9451 eval "DEFAULT_$LINE"
9456 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
9460 eval "$ac_cv_use_metafile"
9461 if test "$no_cache" != 1; then
9462 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9465 if test "$wxUSE_METAFILE" = yes; then
9466 echo "$as_me:$LINENO: result: yes" >&5
9467 echo "${ECHO_T}yes" >&6
9469 echo "$as_me:$LINENO: result: no" >&5
9470 echo "${ECHO_T}no" >&6
9475 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9476 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
9478 # Check whether --enable-dragimage or --disable-dragimage was given.
9479 if test "${enable_dragimage+set}" = set; then
9480 enableval
="$enable_dragimage"
9482 if test "$enableval" = yes; then
9483 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
9485 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
9490 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9491 if test "x$LINE" != x
; then
9492 eval "DEFAULT_$LINE"
9497 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
9501 eval "$ac_cv_use_dragimage"
9502 if test "$no_cache" != 1; then
9503 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9506 if test "$wxUSE_DRAGIMAGE" = yes; then
9507 echo "$as_me:$LINENO: result: yes" >&5
9508 echo "${ECHO_T}yes" >&6
9510 echo "$as_me:$LINENO: result: no" >&5
9511 echo "${ECHO_T}no" >&6
9516 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9517 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
9519 # Check whether --enable-accessibility or --disable-accessibility was given.
9520 if test "${enable_accessibility+set}" = set; then
9521 enableval
="$enable_accessibility"
9523 if test "$enableval" = yes; then
9524 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
9526 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
9531 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9532 if test "x$LINE" != x
; then
9533 eval "DEFAULT_$LINE"
9538 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
9542 eval "$ac_cv_use_accessibility"
9543 if test "$no_cache" != 1; then
9544 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9547 if test "$wxUSE_ACCESSIBILITY" = yes; then
9548 echo "$as_me:$LINENO: result: yes" >&5
9549 echo "${ECHO_T}yes" >&6
9551 echo "$as_me:$LINENO: result: no" >&5
9552 echo "${ECHO_T}no" >&6
9559 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9560 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
9562 # Check whether --enable-palette or --disable-palette was given.
9563 if test "${enable_palette+set}" = set; then
9564 enableval
="$enable_palette"
9566 if test "$enableval" = yes; then
9567 ac_cv_use_palette
='wxUSE_PALETTE=yes'
9569 ac_cv_use_palette
='wxUSE_PALETTE=no'
9574 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9575 if test "x$LINE" != x
; then
9576 eval "DEFAULT_$LINE"
9581 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
9585 eval "$ac_cv_use_palette"
9586 if test "$no_cache" != 1; then
9587 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9590 if test "$wxUSE_PALETTE" = yes; then
9591 echo "$as_me:$LINENO: result: yes" >&5
9592 echo "${ECHO_T}yes" >&6
9594 echo "$as_me:$LINENO: result: no" >&5
9595 echo "${ECHO_T}no" >&6
9600 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9601 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
9603 # Check whether --enable-image or --disable-image was given.
9604 if test "${enable_image+set}" = set; then
9605 enableval
="$enable_image"
9607 if test "$enableval" = yes; then
9608 ac_cv_use_image
='wxUSE_IMAGE=yes'
9610 ac_cv_use_image
='wxUSE_IMAGE=no'
9615 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9616 if test "x$LINE" != x
; then
9617 eval "DEFAULT_$LINE"
9622 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
9626 eval "$ac_cv_use_image"
9627 if test "$no_cache" != 1; then
9628 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9631 if test "$wxUSE_IMAGE" = yes; then
9632 echo "$as_me:$LINENO: result: yes" >&5
9633 echo "${ECHO_T}yes" >&6
9635 echo "$as_me:$LINENO: result: no" >&5
9636 echo "${ECHO_T}no" >&6
9641 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9642 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
9644 # Check whether --enable-gif or --disable-gif was given.
9645 if test "${enable_gif+set}" = set; then
9646 enableval
="$enable_gif"
9648 if test "$enableval" = yes; then
9649 ac_cv_use_gif
='wxUSE_GIF=yes'
9651 ac_cv_use_gif
='wxUSE_GIF=no'
9656 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9657 if test "x$LINE" != x
; then
9658 eval "DEFAULT_$LINE"
9663 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
9667 eval "$ac_cv_use_gif"
9668 if test "$no_cache" != 1; then
9669 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9672 if test "$wxUSE_GIF" = yes; then
9673 echo "$as_me:$LINENO: result: yes" >&5
9674 echo "${ECHO_T}yes" >&6
9676 echo "$as_me:$LINENO: result: no" >&5
9677 echo "${ECHO_T}no" >&6
9682 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9683 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
9685 # Check whether --enable-pcx or --disable-pcx was given.
9686 if test "${enable_pcx+set}" = set; then
9687 enableval
="$enable_pcx"
9689 if test "$enableval" = yes; then
9690 ac_cv_use_pcx
='wxUSE_PCX=yes'
9692 ac_cv_use_pcx
='wxUSE_PCX=no'
9697 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9698 if test "x$LINE" != x
; then
9699 eval "DEFAULT_$LINE"
9704 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
9708 eval "$ac_cv_use_pcx"
9709 if test "$no_cache" != 1; then
9710 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9713 if test "$wxUSE_PCX" = yes; then
9714 echo "$as_me:$LINENO: result: yes" >&5
9715 echo "${ECHO_T}yes" >&6
9717 echo "$as_me:$LINENO: result: no" >&5
9718 echo "${ECHO_T}no" >&6
9723 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9724 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
9726 # Check whether --enable-iff or --disable-iff was given.
9727 if test "${enable_iff+set}" = set; then
9728 enableval
="$enable_iff"
9730 if test "$enableval" = yes; then
9731 ac_cv_use_iff
='wxUSE_IFF=yes'
9733 ac_cv_use_iff
='wxUSE_IFF=no'
9738 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9739 if test "x$LINE" != x
; then
9740 eval "DEFAULT_$LINE"
9745 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
9749 eval "$ac_cv_use_iff"
9750 if test "$no_cache" != 1; then
9751 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9754 if test "$wxUSE_IFF" = yes; then
9755 echo "$as_me:$LINENO: result: yes" >&5
9756 echo "${ECHO_T}yes" >&6
9758 echo "$as_me:$LINENO: result: no" >&5
9759 echo "${ECHO_T}no" >&6
9764 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9765 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
9767 # Check whether --enable-pnm or --disable-pnm was given.
9768 if test "${enable_pnm+set}" = set; then
9769 enableval
="$enable_pnm"
9771 if test "$enableval" = yes; then
9772 ac_cv_use_pnm
='wxUSE_PNM=yes'
9774 ac_cv_use_pnm
='wxUSE_PNM=no'
9779 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9780 if test "x$LINE" != x
; then
9781 eval "DEFAULT_$LINE"
9786 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
9790 eval "$ac_cv_use_pnm"
9791 if test "$no_cache" != 1; then
9792 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9795 if test "$wxUSE_PNM" = yes; then
9796 echo "$as_me:$LINENO: result: yes" >&5
9797 echo "${ECHO_T}yes" >&6
9799 echo "$as_me:$LINENO: result: no" >&5
9800 echo "${ECHO_T}no" >&6
9805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9806 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
9808 # Check whether --enable-xpm or --disable-xpm was given.
9809 if test "${enable_xpm+set}" = set; then
9810 enableval
="$enable_xpm"
9812 if test "$enableval" = yes; then
9813 ac_cv_use_xpm
='wxUSE_XPM=yes'
9815 ac_cv_use_xpm
='wxUSE_XPM=no'
9820 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9821 if test "x$LINE" != x
; then
9822 eval "DEFAULT_$LINE"
9827 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
9831 eval "$ac_cv_use_xpm"
9832 if test "$no_cache" != 1; then
9833 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
9836 if test "$wxUSE_XPM" = yes; then
9837 echo "$as_me:$LINENO: result: yes" >&5
9838 echo "${ECHO_T}yes" >&6
9840 echo "$as_me:$LINENO: result: no" >&5
9841 echo "${ECHO_T}no" >&6
9846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9847 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
9849 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9850 if test "${enable_ico_cur+set}" = set; then
9851 enableval
="$enable_ico_cur"
9853 if test "$enableval" = yes; then
9854 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
9856 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
9861 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9862 if test "x$LINE" != x
; then
9863 eval "DEFAULT_$LINE"
9868 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
9872 eval "$ac_cv_use_ico_cur"
9873 if test "$no_cache" != 1; then
9874 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
9877 if test "$wxUSE_ICO_CUR" = yes; then
9878 echo "$as_me:$LINENO: result: yes" >&5
9879 echo "${ECHO_T}yes" >&6
9881 echo "$as_me:$LINENO: result: no" >&5
9882 echo "${ECHO_T}no" >&6
9891 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9892 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9894 # Check whether --enable-official_build or --disable-official_build was given.
9895 if test "${enable_official_build+set}" = set; then
9896 enableval
="$enable_official_build"
9898 if test "$enableval" = yes; then
9899 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
9901 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
9906 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9907 if test "x$LINE" != x
; then
9908 eval "DEFAULT_$LINE"
9913 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
9917 eval "$ac_cv_use_official_build"
9918 if test "$no_cache" != 1; then
9919 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
9922 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
9923 echo "$as_me:$LINENO: result: yes" >&5
9924 echo "${ECHO_T}yes" >&6
9926 echo "$as_me:$LINENO: result: no" >&5
9927 echo "${ECHO_T}no" >&6
9930 # Check whether --enable-vendor or --disable-vendor was given.
9931 if test "${enable_vendor+set}" = set; then
9932 enableval
="$enable_vendor"
9935 if test "x$VENDOR" = "x"; then
9940 *-pc-os2_emx | *-pc-os2-emx )
9950 echo "saving argument cache $wx_arg_cache_file"
9951 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
9955 echo "$as_me:$LINENO: checking for toolkit" >&5
9956 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
9958 # In Wine, we need to default to MSW, not GTK or MOTIF
9959 if test "$wxUSE_WINE" = "yes"; then
9960 DEFAULT_DEFAULT_wxUSE_GTK
=0
9961 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
9962 DEFAULT_DEFAULT_wxUSE_MSW
=1
9966 if test "$wxUSE_GUI" = "yes"; then
9968 if test "$USE_BEOS" = 1; then
9969 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9970 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9971 { (exit 1); exit 1; }; }
9974 if test "$TOOLKIT_GIVEN" = 1; then
9975 for toolkit
in `echo $ALL_TOOLKITS`; do
9977 eval "value=\$${var}"
9978 eval "$var=`echo \$value | sed -e "s
/yes
/1/" -e "s
/no
/0/"`"
9981 for toolkit
in `echo $ALL_TOOLKITS`; do
9982 if test "$has_toolkit_in_cache" != 1; then
9983 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
9985 var
=DEFAULT_wxUSE_
$toolkit
9987 eval "wxUSE_$toolkit=\$${var}"
9991 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9992 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9993 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
9996 *-pc-os2_emx | *-pc-os2-emx )
9997 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
10000 case "$NUM_TOOLKITS" in
10004 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
10005 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
10006 { (exit 1); exit 1; }; }
10009 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
10010 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
10011 { (exit 1); exit 1; }; }
10014 for toolkit
in `echo $ALL_TOOLKITS`; do
10016 eval "value=\$${var}"
10017 if test "x$value" != x
; then
10018 cache_var
=CACHE_
$toolkit
10019 eval "cache=\$${cache_var}"
10020 if test "$cache" = 1; then
10021 echo "$var=$value" >> ${wx_arg_cache_file}
10023 if test "$value" = 1; then
10024 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
10025 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
10026 echo "${ECHO_T}$toolkit_echo" >&6
10031 if test "x$host_alias" != "x"; then
10032 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
10033 echo "${ECHO_T}base ($host_alias hosted) only" >&6
10035 echo "$as_me:$LINENO: result: base only" >&5
10036 echo "${ECHO_T}base only" >&6
10041 doesnt_want_win32
=0
10044 if test "$wxUSE_MSW" = 1 ; then
10047 doesnt_want_win32
=1
10055 if test "$wxUSE_WINE" = "yes"; then
10060 LDFLAGS_GUI
="-mwindows"
10063 if test "$wants_win32" = 1 ; then
10066 cat >>confdefs.h
<<\_ACEOF
10067 #define __WIN32__ 1
10070 cat >>confdefs.h
<<\_ACEOF
10071 #define __WIN95__ 1
10074 cat >>confdefs.h
<<\_ACEOF
10075 #define __WINDOWS__ 1
10078 cat >>confdefs.h
<<\_ACEOF
10079 #define __GNUWIN32__ 1
10082 cat >>confdefs.h
<<\_ACEOF
10086 cat >>confdefs.h
<<\_ACEOF
10087 #define WINVER 0x0400
10091 if test "$doesnt_want_win32" = 1 ; then
10096 if test "$USE_UNIX" = 1 ; then
10098 cat >>confdefs.h
<<\_ACEOF
10105 cat >confcache
<<\_ACEOF
10106 # This file is a shell script that caches the results of configure
10107 # tests run on this system so they can be shared between configure
10108 # scripts and configure runs, see configure's option --config-cache.
10109 # It is not useful on other systems. If it contains results you don't
10110 # want to keep, you may remove or edit it.
10112 # config.status only pays attention to the cache file if you give it
10113 # the --recheck option to rerun configure.
10115 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10116 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10117 # following values.
10121 # The following way of writing the cache mishandles newlines in values,
10122 # but we know of no workaround that is simple, portable, and efficient.
10123 # So, don't put newlines in cache variables' values.
10124 # Ultrix sh set writes to stderr and can't be redirected directly,
10125 # and sets the high bit in the cache file unless we assign to the vars.
10128 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10130 # `set' does not quote correctly, so add quotes (double-quote
10131 # substitution turns \\\\ into \\, and sed turns \\ into \).
10134 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10137 # `set' quotes correctly as required by POSIX, so do not add quotes.
10139 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10146 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10148 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10150 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10151 if test -w $cache_file; then
10152 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10153 cat confcache
>$cache_file
10155 echo "not updating unwritable cache $cache_file"
10160 if test "$build" != "$host" ; then
10161 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
10163 CXX
=$host_alias-c++
10165 RANLIB
=$host_alias-ranlib
10166 DLLTOOL
=$host_alias-dlltool
10167 RESCOMP
=$host_alias-windres
10170 STRIP
=$host_alias-strip
10172 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
10173 echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
10174 { (exit 1); exit 1; }; }
10180 ac_cpp
='$CPP $CPPFLAGS'
10181 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10182 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10183 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10184 if test -n "$ac_tool_prefix"; then
10185 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10186 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
10187 echo "$as_me:$LINENO: checking for $ac_word" >&5
10188 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10189 if test "${ac_cv_prog_CC+set}" = set; then
10190 echo $ECHO_N "(cached) $ECHO_C" >&6
10192 if test -n "$CC"; then
10193 ac_cv_prog_CC
="$CC" # Let the user override the test.
10195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10196 for as_dir
in $PATH
10199 test -z "$as_dir" && as_dir
=.
10200 for ac_exec_ext
in '' $ac_executable_extensions; do
10201 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10202 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
10203 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10212 if test -n "$CC"; then
10213 echo "$as_me:$LINENO: result: $CC" >&5
10214 echo "${ECHO_T}$CC" >&6
10216 echo "$as_me:$LINENO: result: no" >&5
10217 echo "${ECHO_T}no" >&6
10221 if test -z "$ac_cv_prog_CC"; then
10223 # Extract the first word of "gcc", so it can be a program name with args.
10224 set dummy gcc
; ac_word
=$2
10225 echo "$as_me:$LINENO: checking for $ac_word" >&5
10226 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10227 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10228 echo $ECHO_N "(cached) $ECHO_C" >&6
10230 if test -n "$ac_ct_CC"; then
10231 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10234 for as_dir
in $PATH
10237 test -z "$as_dir" && as_dir
=.
10238 for ac_exec_ext
in '' $ac_executable_extensions; do
10239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10240 ac_cv_prog_ac_ct_CC
="gcc"
10241 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10249 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10250 if test -n "$ac_ct_CC"; then
10251 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10252 echo "${ECHO_T}$ac_ct_CC" >&6
10254 echo "$as_me:$LINENO: result: no" >&5
10255 echo "${ECHO_T}no" >&6
10260 CC
="$ac_cv_prog_CC"
10263 if test -z "$CC"; then
10264 if test -n "$ac_tool_prefix"; then
10265 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10266 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
10267 echo "$as_me:$LINENO: checking for $ac_word" >&5
10268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10269 if test "${ac_cv_prog_CC+set}" = set; then
10270 echo $ECHO_N "(cached) $ECHO_C" >&6
10272 if test -n "$CC"; then
10273 ac_cv_prog_CC
="$CC" # Let the user override the test.
10275 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10276 for as_dir
in $PATH
10279 test -z "$as_dir" && as_dir
=.
10280 for ac_exec_ext
in '' $ac_executable_extensions; do
10281 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10282 ac_cv_prog_CC
="${ac_tool_prefix}cc"
10283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10292 if test -n "$CC"; then
10293 echo "$as_me:$LINENO: result: $CC" >&5
10294 echo "${ECHO_T}$CC" >&6
10296 echo "$as_me:$LINENO: result: no" >&5
10297 echo "${ECHO_T}no" >&6
10301 if test -z "$ac_cv_prog_CC"; then
10303 # Extract the first word of "cc", so it can be a program name with args.
10304 set dummy cc
; ac_word
=$2
10305 echo "$as_me:$LINENO: checking for $ac_word" >&5
10306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10307 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10308 echo $ECHO_N "(cached) $ECHO_C" >&6
10310 if test -n "$ac_ct_CC"; then
10311 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10313 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10314 for as_dir
in $PATH
10317 test -z "$as_dir" && as_dir
=.
10318 for ac_exec_ext
in '' $ac_executable_extensions; do
10319 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10320 ac_cv_prog_ac_ct_CC
="cc"
10321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10329 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10330 if test -n "$ac_ct_CC"; then
10331 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10332 echo "${ECHO_T}$ac_ct_CC" >&6
10334 echo "$as_me:$LINENO: result: no" >&5
10335 echo "${ECHO_T}no" >&6
10340 CC
="$ac_cv_prog_CC"
10344 if test -z "$CC"; then
10345 # Extract the first word of "cc", so it can be a program name with args.
10346 set dummy cc
; ac_word
=$2
10347 echo "$as_me:$LINENO: checking for $ac_word" >&5
10348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10349 if test "${ac_cv_prog_CC+set}" = set; then
10350 echo $ECHO_N "(cached) $ECHO_C" >&6
10352 if test -n "$CC"; then
10353 ac_cv_prog_CC
="$CC" # Let the user override the test.
10355 ac_prog_rejected
=no
10356 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10357 for as_dir
in $PATH
10360 test -z "$as_dir" && as_dir
=.
10361 for ac_exec_ext
in '' $ac_executable_extensions; do
10362 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10363 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10364 ac_prog_rejected
=yes
10368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10374 if test $ac_prog_rejected = yes; then
10375 # We found a bogon in the path, so make sure we never use it.
10376 set dummy
$ac_cv_prog_CC
10378 if test $# != 0; then
10379 # We chose a different compiler from the bogus one.
10380 # However, it has the same basename, so the bogon will be chosen
10381 # first if we set CC to just the basename; use the full file name.
10383 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
10389 if test -n "$CC"; then
10390 echo "$as_me:$LINENO: result: $CC" >&5
10391 echo "${ECHO_T}$CC" >&6
10393 echo "$as_me:$LINENO: result: no" >&5
10394 echo "${ECHO_T}no" >&6
10398 if test -z "$CC"; then
10399 if test -n "$ac_tool_prefix"; then
10402 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10403 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
10404 echo "$as_me:$LINENO: checking for $ac_word" >&5
10405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10406 if test "${ac_cv_prog_CC+set}" = set; then
10407 echo $ECHO_N "(cached) $ECHO_C" >&6
10409 if test -n "$CC"; then
10410 ac_cv_prog_CC
="$CC" # Let the user override the test.
10412 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10413 for as_dir
in $PATH
10416 test -z "$as_dir" && as_dir
=.
10417 for ac_exec_ext
in '' $ac_executable_extensions; do
10418 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10419 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
10420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10429 if test -n "$CC"; then
10430 echo "$as_me:$LINENO: result: $CC" >&5
10431 echo "${ECHO_T}$CC" >&6
10433 echo "$as_me:$LINENO: result: no" >&5
10434 echo "${ECHO_T}no" >&6
10437 test -n "$CC" && break
10440 if test -z "$CC"; then
10444 # Extract the first word of "$ac_prog", so it can be a program name with args.
10445 set dummy
$ac_prog; ac_word
=$2
10446 echo "$as_me:$LINENO: checking for $ac_word" >&5
10447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10448 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10449 echo $ECHO_N "(cached) $ECHO_C" >&6
10451 if test -n "$ac_ct_CC"; then
10452 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
10454 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10455 for as_dir
in $PATH
10458 test -z "$as_dir" && as_dir
=.
10459 for ac_exec_ext
in '' $ac_executable_extensions; do
10460 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10461 ac_cv_prog_ac_ct_CC
="$ac_prog"
10462 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10470 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
10471 if test -n "$ac_ct_CC"; then
10472 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10473 echo "${ECHO_T}$ac_ct_CC" >&6
10475 echo "$as_me:$LINENO: result: no" >&5
10476 echo "${ECHO_T}no" >&6
10479 test -n "$ac_ct_CC" && break
10488 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10489 See \`config.log' for more details." >&5
10490 echo "$as_me: error: no acceptable C compiler found in \$PATH
10491 See \`config.log' for more details." >&2;}
10492 { (exit 1); exit 1; }; }
10494 # Provide some information about the compiler.
10495 echo "$as_me:$LINENO:" \
10496 "checking for C compiler version" >&5
10497 ac_compiler
=`set X $ac_compile; echo $2`
10498 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10499 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
10501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10502 (exit $ac_status); }
10503 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10504 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
10506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10507 (exit $ac_status); }
10508 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10509 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
10511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10512 (exit $ac_status); }
10514 cat >conftest.
$ac_ext <<_ACEOF
10517 cat confdefs.h
>>conftest.
$ac_ext
10518 cat >>conftest.
$ac_ext <<_ACEOF
10519 /* end confdefs.h. */
10529 ac_clean_files_save
=$ac_clean_files
10530 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
10531 # Try to create an executable without -o first, disregard a.out.
10532 # It will help us diagnose broken compilers, and finding out an intuition
10534 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
10535 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
10536 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10537 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10538 (eval $ac_link_default) 2>&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); }; then
10542 # Find the output, starting from the most likely. This scheme is
10543 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
10546 # Be careful to initialize this variable, since it used to be cached.
10547 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10549 # b.out is created by i960 compilers.
10550 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
10552 test -f "$ac_file" || continue
10554 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
10557 # This is the source file.
10560 # We found the default executable, but exeext='' is most
10564 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10565 # FIXME: I believe we export ac_cv_exeext for Libtool,
10566 # but it would be cool to find out if it's true. Does anybody
10567 # maintain Libtool? --akim.
10568 export ac_cv_exeext
10575 echo "$as_me: failed program was:" >&5
10576 sed 's/^/| /' conftest.
$ac_ext >&5
10578 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
10579 See \`config.log' for more details." >&5
10580 echo "$as_me: error: C compiler cannot create executables
10581 See \`config.log' for more details." >&2;}
10582 { (exit 77); exit 77; }; }
10585 ac_exeext
=$ac_cv_exeext
10586 echo "$as_me:$LINENO: result: $ac_file" >&5
10587 echo "${ECHO_T}$ac_file" >&6
10589 # Check the compiler produces executables we can run. If not, either
10590 # the compiler is broken, or we cross compile.
10591 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10592 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10593 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10594 # If not cross compiling, check that we can run a simple program.
10595 if test "$cross_compiling" != yes; then
10596 if { ac_try
='./$ac_file'
10597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10598 (eval $ac_try) 2>&5
10600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10601 (exit $ac_status); }; }; then
10604 if test "$cross_compiling" = maybe
; then
10605 cross_compiling
=yes
10607 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10608 If you meant to cross compile, use \`--host'.
10609 See \`config.log' for more details." >&5
10610 echo "$as_me: error: cannot run C compiled programs.
10611 If you meant to cross compile, use \`--host'.
10612 See \`config.log' for more details." >&2;}
10613 { (exit 1); exit 1; }; }
10617 echo "$as_me:$LINENO: result: yes" >&5
10618 echo "${ECHO_T}yes" >&6
10620 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
10621 ac_clean_files
=$ac_clean_files_save
10622 # Check the compiler produces executables we can run. If not, either
10623 # the compiler is broken, or we cross compile.
10624 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10625 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10626 echo "$as_me:$LINENO: result: $cross_compiling" >&5
10627 echo "${ECHO_T}$cross_compiling" >&6
10629 echo "$as_me:$LINENO: checking for suffix of executables" >&5
10630 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10631 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10632 (eval $ac_link) 2>&5
10634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10635 (exit $ac_status); }; then
10636 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10637 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10638 # work properly (i.e., refer to `conftest.exe'), while it won't with
10640 for ac_file
in conftest.exe conftest conftest.
*; do
10641 test -f "$ac_file" || continue
10643 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
10644 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
10645 export ac_cv_exeext
10651 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10652 See \`config.log' for more details." >&5
10653 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10654 See \`config.log' for more details." >&2;}
10655 { (exit 1); exit 1; }; }
10658 rm -f conftest
$ac_cv_exeext
10659 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10660 echo "${ECHO_T}$ac_cv_exeext" >&6
10662 rm -f conftest.
$ac_ext
10663 EXEEXT
=$ac_cv_exeext
10665 echo "$as_me:$LINENO: checking for suffix of object files" >&5
10666 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10667 if test "${ac_cv_objext+set}" = set; then
10668 echo $ECHO_N "(cached) $ECHO_C" >&6
10670 cat >conftest.
$ac_ext <<_ACEOF
10673 cat confdefs.h
>>conftest.
$ac_ext
10674 cat >>conftest.
$ac_ext <<_ACEOF
10675 /* end confdefs.h. */
10685 rm -f conftest.o conftest.obj
10686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10687 (eval $ac_compile) 2>&5
10689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10690 (exit $ac_status); }; then
10691 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10693 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
10694 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
10699 echo "$as_me: failed program was:" >&5
10700 sed 's/^/| /' conftest.
$ac_ext >&5
10702 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10703 See \`config.log' for more details." >&5
10704 echo "$as_me: error: cannot compute suffix of object files: cannot compile
10705 See \`config.log' for more details." >&2;}
10706 { (exit 1); exit 1; }; }
10709 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
10711 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10712 echo "${ECHO_T}$ac_cv_objext" >&6
10713 OBJEXT
=$ac_cv_objext
10715 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10716 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10717 if test "${ac_cv_c_compiler_gnu+set}" = set; then
10718 echo $ECHO_N "(cached) $ECHO_C" >&6
10720 cat >conftest.
$ac_ext <<_ACEOF
10723 cat confdefs.h
>>conftest.
$ac_ext
10724 cat >>conftest.
$ac_ext <<_ACEOF
10725 /* end confdefs.h. */
10738 rm -f conftest.
$ac_objext
10739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10740 (eval $ac_compile) 2>conftest.er1
10742 grep -v '^ *+' conftest.er1
>conftest.err
10744 cat conftest.err
>&5
10745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10746 (exit $ac_status); } &&
10747 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); }; } &&
10753 { ac_try
='test -s conftest.$ac_objext'
10754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10755 (eval $ac_try) 2>&5
10757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10758 (exit $ac_status); }; }; then
10759 ac_compiler_gnu
=yes
10761 echo "$as_me: failed program was:" >&5
10762 sed 's/^/| /' conftest.
$ac_ext >&5
10766 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10767 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
10770 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10771 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10772 GCC
=`test $ac_compiler_gnu = yes && echo yes`
10773 ac_test_CFLAGS
=${CFLAGS+set}
10774 ac_save_CFLAGS
=$CFLAGS
10776 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10777 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10778 if test "${ac_cv_prog_cc_g+set}" = set; then
10779 echo $ECHO_N "(cached) $ECHO_C" >&6
10781 cat >conftest.
$ac_ext <<_ACEOF
10784 cat confdefs.h
>>conftest.
$ac_ext
10785 cat >>conftest.
$ac_ext <<_ACEOF
10786 /* end confdefs.h. */
10796 rm -f conftest.
$ac_objext
10797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10798 (eval $ac_compile) 2>conftest.er1
10800 grep -v '^ *+' conftest.er1
>conftest.err
10802 cat conftest.err
>&5
10803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10804 (exit $ac_status); } &&
10805 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10807 (eval $ac_try) 2>&5
10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10810 (exit $ac_status); }; } &&
10811 { ac_try
='test -s conftest.$ac_objext'
10812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10813 (eval $ac_try) 2>&5
10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816 (exit $ac_status); }; }; then
10817 ac_cv_prog_cc_g
=yes
10819 echo "$as_me: failed program was:" >&5
10820 sed 's/^/| /' conftest.
$ac_ext >&5
10824 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10826 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10827 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
10828 if test "$ac_test_CFLAGS" = set; then
10829 CFLAGS
=$ac_save_CFLAGS
10830 elif test $ac_cv_prog_cc_g = yes; then
10831 if test "$GCC" = yes; then
10837 if test "$GCC" = yes; then
10843 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10844 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10845 if test "${ac_cv_prog_cc_stdc+set}" = set; then
10846 echo $ECHO_N "(cached) $ECHO_C" >&6
10848 ac_cv_prog_cc_stdc
=no
10850 cat >conftest.
$ac_ext <<_ACEOF
10853 cat confdefs.h
>>conftest.
$ac_ext
10854 cat >>conftest.
$ac_ext <<_ACEOF
10855 /* end confdefs.h. */
10856 #include <stdarg.h>
10858 #include <sys/types.h>
10859 #include <sys/stat.h>
10860 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10861 struct buf { int x; };
10862 FILE * (*rcsopen) (struct buf *, struct stat *, int);
10863 static char *e (p, i)
10869 static char *f (char * (*g) (char **, int), char **p, ...)
10874 s = g (p, va_arg (v,int));
10879 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
10880 function prototypes and stuff, but not '\xHH' hex character constants.
10881 These don't provoke an error unfortunately, instead are silently treated
10882 as 'x'. The following induces an error, until -std1 is added to get
10883 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
10884 array size at least. It's necessary to write '\x00'==0 to get something
10885 that's true only with -std1. */
10886 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
10888 int test (int i, double x);
10889 struct s1 {int (*f) (int a);};
10890 struct s2 {int (*f) (double a);};
10891 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10897 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10902 # Don't try gcc -ansi; that turns off useful extensions and
10903 # breaks some systems' header files.
10904 # AIX -qlanglvl=ansi
10905 # Ultrix and OSF/1 -std1
10906 # HP-UX 10.20 and later -Ae
10907 # HP-UX older versions -Aa -D_HPUX_SOURCE
10908 # SVR4 -Xc -D__EXTENSIONS__
10909 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10911 CC
="$ac_save_CC $ac_arg"
10912 rm -f conftest.
$ac_objext
10913 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10914 (eval $ac_compile) 2>conftest.er1
10916 grep -v '^ *+' conftest.er1
>conftest.err
10918 cat conftest.err
>&5
10919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920 (exit $ac_status); } &&
10921 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10923 (eval $ac_try) 2>&5
10925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10926 (exit $ac_status); }; } &&
10927 { ac_try
='test -s conftest.$ac_objext'
10928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10929 (eval $ac_try) 2>&5
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); }; }; then
10933 ac_cv_prog_cc_stdc
=$ac_arg
10936 echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.
$ac_ext >&5
10940 rm -f conftest.err conftest.
$ac_objext
10942 rm -f conftest.
$ac_ext conftest.
$ac_objext
10947 case "x$ac_cv_prog_cc_stdc" in
10949 echo "$as_me:$LINENO: result: none needed" >&5
10950 echo "${ECHO_T}none needed" >&6 ;;
10952 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10953 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10954 CC
="$CC $ac_cv_prog_cc_stdc" ;;
10957 # Some people use a C++ compiler to compile C. Since we use `exit',
10958 # in C++ we need to declare it. In case someone uses the same compiler
10959 # for both compiling C and C++ we need to have the C++ compiler decide
10960 # the declaration of exit, since it's the most demanding environment.
10961 cat >conftest.
$ac_ext <<_ACEOF
10962 #ifndef __cplusplus
10966 rm -f conftest.
$ac_objext
10967 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10968 (eval $ac_compile) 2>conftest.er1
10970 grep -v '^ *+' conftest.er1
>conftest.err
10972 cat conftest.err
>&5
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); } &&
10975 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10977 (eval $ac_try) 2>&5
10979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10980 (exit $ac_status); }; } &&
10981 { ac_try
='test -s conftest.$ac_objext'
10982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10983 (eval $ac_try) 2>&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); }; }; then
10987 for ac_declaration
in \
10989 'extern "C" void std::exit (int) throw (); using std::exit;' \
10990 'extern "C" void std::exit (int); using std::exit;' \
10991 'extern "C" void exit (int) throw ();' \
10992 'extern "C" void exit (int);' \
10995 cat >conftest.
$ac_ext <<_ACEOF
10998 cat confdefs.h
>>conftest.
$ac_ext
10999 cat >>conftest.
$ac_ext <<_ACEOF
11000 /* end confdefs.h. */
11002 #include <stdlib.h>
11011 rm -f conftest.
$ac_objext
11012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11013 (eval $ac_compile) 2>conftest.er1
11015 grep -v '^ *+' conftest.er1
>conftest.err
11017 cat conftest.err
>&5
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); } &&
11020 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11022 (eval $ac_try) 2>&5
11024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11025 (exit $ac_status); }; } &&
11026 { ac_try
='test -s conftest.$ac_objext'
11027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11028 (eval $ac_try) 2>&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); }; }; then
11034 echo "$as_me: failed program was:" >&5
11035 sed 's/^/| /' conftest.
$ac_ext >&5
11039 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11040 cat >conftest.
$ac_ext <<_ACEOF
11043 cat confdefs.h
>>conftest.
$ac_ext
11044 cat >>conftest.
$ac_ext <<_ACEOF
11045 /* end confdefs.h. */
11055 rm -f conftest.
$ac_objext
11056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11057 (eval $ac_compile) 2>conftest.er1
11059 grep -v '^ *+' conftest.er1
>conftest.err
11061 cat conftest.err
>&5
11062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11063 (exit $ac_status); } &&
11064 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11066 (eval $ac_try) 2>&5
11068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11069 (exit $ac_status); }; } &&
11070 { ac_try
='test -s conftest.$ac_objext'
11071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11072 (eval $ac_try) 2>&5
11074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11075 (exit $ac_status); }; }; then
11078 echo "$as_me: failed program was:" >&5
11079 sed 's/^/| /' conftest.
$ac_ext >&5
11082 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11085 if test -n "$ac_declaration"; then
11086 echo '#ifdef __cplusplus' >>confdefs.h
11087 echo $ac_declaration >>confdefs.h
11088 echo '#endif' >>confdefs.h
11092 echo "$as_me: failed program was:" >&5
11093 sed 's/^/| /' conftest.
$ac_ext >&5
11096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11098 ac_cpp
='$CPP $CPPFLAGS'
11099 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11100 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11101 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11106 ac_cpp
='$CPP $CPPFLAGS'
11107 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11108 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11109 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11110 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
11111 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
11112 # On Suns, sometimes $CPP names a directory.
11113 if test -n "$CPP" && test -d "$CPP"; then
11116 if test -z "$CPP"; then
11117 if test "${ac_cv_prog_CPP+set}" = set; then
11118 echo $ECHO_N "(cached) $ECHO_C" >&6
11120 # Double quotes because CPP needs to be expanded
11121 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
11123 ac_preproc_ok
=false
11124 for ac_c_preproc_warn_flag
in '' yes
11126 # Use a header file that comes with gcc, so configuring glibc
11127 # with a fresh cross-compiler works.
11128 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11129 # <limits.h> exists even on freestanding compilers.
11130 # On the NeXT, cc -E runs the code through the compiler's parser,
11131 # not just through cpp. "Syntax error" is here to catch this case.
11132 cat >conftest.
$ac_ext <<_ACEOF
11135 cat confdefs.h
>>conftest.
$ac_ext
11136 cat >>conftest.
$ac_ext <<_ACEOF
11137 /* end confdefs.h. */
11139 # include <limits.h>
11141 # include <assert.h>
11145 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11146 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11148 grep -v '^ *+' conftest.er1
>conftest.err
11150 cat conftest.err
>&5
11151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11152 (exit $ac_status); } >/dev
/null
; then
11153 if test -s conftest.err
; then
11154 ac_cpp_err
=$ac_c_preproc_warn_flag
11155 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11162 if test -z "$ac_cpp_err"; then
11165 echo "$as_me: failed program was:" >&5
11166 sed 's/^/| /' conftest.
$ac_ext >&5
11168 # Broken: fails on valid input.
11171 rm -f conftest.err conftest.
$ac_ext
11173 # OK, works on sane cases. Now check whether non-existent headers
11174 # can be detected and how.
11175 cat >conftest.
$ac_ext <<_ACEOF
11178 cat confdefs.h
>>conftest.
$ac_ext
11179 cat >>conftest.
$ac_ext <<_ACEOF
11180 /* end confdefs.h. */
11181 #include <ac_nonexistent.h>
11183 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11184 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11186 grep -v '^ *+' conftest.er1
>conftest.err
11188 cat conftest.err
>&5
11189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11190 (exit $ac_status); } >/dev
/null
; then
11191 if test -s conftest.err
; then
11192 ac_cpp_err
=$ac_c_preproc_warn_flag
11193 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11200 if test -z "$ac_cpp_err"; then
11201 # Broken: success on invalid input.
11204 echo "$as_me: failed program was:" >&5
11205 sed 's/^/| /' conftest.
$ac_ext >&5
11207 # Passes both tests.
11211 rm -f conftest.err conftest.
$ac_ext
11214 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11215 rm -f conftest.err conftest.
$ac_ext
11216 if $ac_preproc_ok; then
11221 ac_cv_prog_CPP
=$CPP
11224 CPP
=$ac_cv_prog_CPP
11226 ac_cv_prog_CPP
=$CPP
11228 echo "$as_me:$LINENO: result: $CPP" >&5
11229 echo "${ECHO_T}$CPP" >&6
11230 ac_preproc_ok
=false
11231 for ac_c_preproc_warn_flag
in '' yes
11233 # Use a header file that comes with gcc, so configuring glibc
11234 # with a fresh cross-compiler works.
11235 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11236 # <limits.h> exists even on freestanding compilers.
11237 # On the NeXT, cc -E runs the code through the compiler's parser,
11238 # not just through cpp. "Syntax error" is here to catch this case.
11239 cat >conftest.
$ac_ext <<_ACEOF
11242 cat confdefs.h
>>conftest.
$ac_ext
11243 cat >>conftest.
$ac_ext <<_ACEOF
11244 /* end confdefs.h. */
11246 # include <limits.h>
11248 # include <assert.h>
11252 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11253 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11255 grep -v '^ *+' conftest.er1
>conftest.err
11257 cat conftest.err
>&5
11258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11259 (exit $ac_status); } >/dev
/null
; then
11260 if test -s conftest.err
; then
11261 ac_cpp_err
=$ac_c_preproc_warn_flag
11262 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11269 if test -z "$ac_cpp_err"; then
11272 echo "$as_me: failed program was:" >&5
11273 sed 's/^/| /' conftest.
$ac_ext >&5
11275 # Broken: fails on valid input.
11278 rm -f conftest.err conftest.
$ac_ext
11280 # OK, works on sane cases. Now check whether non-existent headers
11281 # can be detected and how.
11282 cat >conftest.
$ac_ext <<_ACEOF
11285 cat confdefs.h
>>conftest.
$ac_ext
11286 cat >>conftest.
$ac_ext <<_ACEOF
11287 /* end confdefs.h. */
11288 #include <ac_nonexistent.h>
11290 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11291 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
11293 grep -v '^ *+' conftest.er1
>conftest.err
11295 cat conftest.err
>&5
11296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11297 (exit $ac_status); } >/dev
/null
; then
11298 if test -s conftest.err
; then
11299 ac_cpp_err
=$ac_c_preproc_warn_flag
11300 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
11307 if test -z "$ac_cpp_err"; then
11308 # Broken: success on invalid input.
11311 echo "$as_me: failed program was:" >&5
11312 sed 's/^/| /' conftest.
$ac_ext >&5
11314 # Passes both tests.
11318 rm -f conftest.err conftest.
$ac_ext
11321 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11322 rm -f conftest.err conftest.
$ac_ext
11323 if $ac_preproc_ok; then
11326 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
11327 See \`config.log' for more details." >&5
11328 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
11329 See \`config.log' for more details." >&2;}
11330 { (exit 1); exit 1; }; }
11334 ac_cpp
='$CPP $CPPFLAGS'
11335 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11336 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11337 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11340 echo "$as_me:$LINENO: checking for egrep" >&5
11341 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
11342 if test "${ac_cv_prog_egrep+set}" = set; then
11343 echo $ECHO_N "(cached) $ECHO_C" >&6
11345 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
11346 then ac_cv_prog_egrep
='grep -E'
11347 else ac_cv_prog_egrep
='egrep'
11350 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
11351 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
11352 EGREP
=$ac_cv_prog_egrep
11355 if test $ac_cv_c_compiler_gnu = yes; then
11356 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
11357 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
11358 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
11359 echo $ECHO_N "(cached) $ECHO_C" >&6
11361 ac_pattern
="Autoconf.*'x'"
11362 cat >conftest.
$ac_ext <<_ACEOF
11365 cat confdefs.h
>>conftest.
$ac_ext
11366 cat >>conftest.
$ac_ext <<_ACEOF
11367 /* end confdefs.h. */
11371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11372 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11373 ac_cv_prog_gcc_traditional
=yes
11375 ac_cv_prog_gcc_traditional
=no
11380 if test $ac_cv_prog_gcc_traditional = no
; then
11381 cat >conftest.
$ac_ext <<_ACEOF
11384 cat confdefs.h
>>conftest.
$ac_ext
11385 cat >>conftest.
$ac_ext <<_ACEOF
11386 /* end confdefs.h. */
11387 #include <termio.h>
11390 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11391 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
11392 ac_cv_prog_gcc_traditional
=yes
11398 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
11399 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
11400 if test $ac_cv_prog_gcc_traditional = yes; then
11401 CC
="$CC -traditional"
11409 ac_cpp
='$CXXCPP $CPPFLAGS'
11410 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11411 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11412 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11415 CXXFLAGS
=${CXXFLAGS:=}
11417 ac_cpp
='$CXXCPP $CPPFLAGS'
11418 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11419 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11420 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11421 if test -n "$ac_tool_prefix"; then
11422 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11424 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11425 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11426 echo "$as_me:$LINENO: checking for $ac_word" >&5
11427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11428 if test "${ac_cv_prog_CXX+set}" = set; then
11429 echo $ECHO_N "(cached) $ECHO_C" >&6
11431 if test -n "$CXX"; then
11432 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
11434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11435 for as_dir
in $PATH
11438 test -z "$as_dir" && as_dir
=.
11439 for ac_exec_ext
in '' $ac_executable_extensions; do
11440 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11441 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
11442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11450 CXX
=$ac_cv_prog_CXX
11451 if test -n "$CXX"; then
11452 echo "$as_me:$LINENO: result: $CXX" >&5
11453 echo "${ECHO_T}$CXX" >&6
11455 echo "$as_me:$LINENO: result: no" >&5
11456 echo "${ECHO_T}no" >&6
11459 test -n "$CXX" && break
11462 if test -z "$CXX"; then
11464 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
11466 # Extract the first word of "$ac_prog", so it can be a program name with args.
11467 set dummy
$ac_prog; ac_word
=$2
11468 echo "$as_me:$LINENO: checking for $ac_word" >&5
11469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11470 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11471 echo $ECHO_N "(cached) $ECHO_C" >&6
11473 if test -n "$ac_ct_CXX"; then
11474 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
11476 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11477 for as_dir
in $PATH
11480 test -z "$as_dir" && as_dir
=.
11481 for ac_exec_ext
in '' $ac_executable_extensions; do
11482 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11483 ac_cv_prog_ac_ct_CXX
="$ac_prog"
11484 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11492 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
11493 if test -n "$ac_ct_CXX"; then
11494 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11495 echo "${ECHO_T}$ac_ct_CXX" >&6
11497 echo "$as_me:$LINENO: result: no" >&5
11498 echo "${ECHO_T}no" >&6
11501 test -n "$ac_ct_CXX" && break
11503 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
11509 # Provide some information about the compiler.
11510 echo "$as_me:$LINENO:" \
11511 "checking for C++ compiler version" >&5
11512 ac_compiler
=`set X $ac_compile; echo $2`
11513 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11514 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11517 (exit $ac_status); }
11518 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11519 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11522 (exit $ac_status); }
11523 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11524 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11527 (exit $ac_status); }
11529 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11530 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11531 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11532 echo $ECHO_N "(cached) $ECHO_C" >&6
11534 cat >conftest.
$ac_ext <<_ACEOF
11537 cat confdefs.h
>>conftest.
$ac_ext
11538 cat >>conftest.
$ac_ext <<_ACEOF
11539 /* end confdefs.h. */
11552 rm -f conftest.
$ac_objext
11553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11554 (eval $ac_compile) 2>conftest.er1
11556 grep -v '^ *+' conftest.er1
>conftest.err
11558 cat conftest.err
>&5
11559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11560 (exit $ac_status); } &&
11561 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11563 (eval $ac_try) 2>&5
11565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11566 (exit $ac_status); }; } &&
11567 { ac_try
='test -s conftest.$ac_objext'
11568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11569 (eval $ac_try) 2>&5
11571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11572 (exit $ac_status); }; }; then
11573 ac_compiler_gnu
=yes
11575 echo "$as_me: failed program was:" >&5
11576 sed 's/^/| /' conftest.
$ac_ext >&5
11580 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11581 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
11584 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11585 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11586 GXX
=`test $ac_compiler_gnu = yes && echo yes`
11587 ac_test_CXXFLAGS
=${CXXFLAGS+set}
11588 ac_save_CXXFLAGS
=$CXXFLAGS
11590 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11591 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11592 if test "${ac_cv_prog_cxx_g+set}" = set; then
11593 echo $ECHO_N "(cached) $ECHO_C" >&6
11595 cat >conftest.
$ac_ext <<_ACEOF
11598 cat confdefs.h
>>conftest.
$ac_ext
11599 cat >>conftest.
$ac_ext <<_ACEOF
11600 /* end confdefs.h. */
11610 rm -f conftest.
$ac_objext
11611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11612 (eval $ac_compile) 2>conftest.er1
11614 grep -v '^ *+' conftest.er1
>conftest.err
11616 cat conftest.err
>&5
11617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11618 (exit $ac_status); } &&
11619 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11621 (eval $ac_try) 2>&5
11623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11624 (exit $ac_status); }; } &&
11625 { ac_try
='test -s conftest.$ac_objext'
11626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11627 (eval $ac_try) 2>&5
11629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11630 (exit $ac_status); }; }; then
11631 ac_cv_prog_cxx_g
=yes
11633 echo "$as_me: failed program was:" >&5
11634 sed 's/^/| /' conftest.
$ac_ext >&5
11636 ac_cv_prog_cxx_g
=no
11638 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11640 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11641 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
11642 if test "$ac_test_CXXFLAGS" = set; then
11643 CXXFLAGS
=$ac_save_CXXFLAGS
11644 elif test $ac_cv_prog_cxx_g = yes; then
11645 if test "$GXX" = yes; then
11651 if test "$GXX" = yes; then
11657 for ac_declaration
in \
11659 'extern "C" void std::exit (int) throw (); using std::exit;' \
11660 'extern "C" void std::exit (int); using std::exit;' \
11661 'extern "C" void exit (int) throw ();' \
11662 'extern "C" void exit (int);' \
11665 cat >conftest.
$ac_ext <<_ACEOF
11668 cat confdefs.h
>>conftest.
$ac_ext
11669 cat >>conftest.
$ac_ext <<_ACEOF
11670 /* end confdefs.h. */
11672 #include <stdlib.h>
11681 rm -f conftest.
$ac_objext
11682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11683 (eval $ac_compile) 2>conftest.er1
11685 grep -v '^ *+' conftest.er1
>conftest.err
11687 cat conftest.err
>&5
11688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11689 (exit $ac_status); } &&
11690 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11692 (eval $ac_try) 2>&5
11694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11695 (exit $ac_status); }; } &&
11696 { ac_try
='test -s conftest.$ac_objext'
11697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11698 (eval $ac_try) 2>&5
11700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701 (exit $ac_status); }; }; then
11704 echo "$as_me: failed program was:" >&5
11705 sed 's/^/| /' conftest.
$ac_ext >&5
11709 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11710 cat >conftest.
$ac_ext <<_ACEOF
11713 cat confdefs.h
>>conftest.
$ac_ext
11714 cat >>conftest.
$ac_ext <<_ACEOF
11715 /* end confdefs.h. */
11725 rm -f conftest.
$ac_objext
11726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11727 (eval $ac_compile) 2>conftest.er1
11729 grep -v '^ *+' conftest.er1
>conftest.err
11731 cat conftest.err
>&5
11732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11733 (exit $ac_status); } &&
11734 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
11735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11736 (eval $ac_try) 2>&5
11738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11739 (exit $ac_status); }; } &&
11740 { ac_try
='test -s conftest.$ac_objext'
11741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11742 (eval $ac_try) 2>&5
11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); }; }; then
11748 echo "$as_me: failed program was:" >&5
11749 sed 's/^/| /' conftest.
$ac_ext >&5
11752 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11755 if test -n "$ac_declaration"; then
11756 echo '#ifdef __cplusplus' >>confdefs.h
11757 echo $ac_declaration >>confdefs.h
11758 echo '#endif' >>confdefs.h
11762 ac_cpp
='$CXXCPP $CPPFLAGS'
11763 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11764 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11765 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11769 ac_cpp
='$CPP $CPPFLAGS'
11770 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11771 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11772 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11775 if test -n "$ac_tool_prefix"; then
11776 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11777 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
11778 echo "$as_me:$LINENO: checking for $ac_word" >&5
11779 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11780 if test "${ac_cv_prog_RANLIB+set}" = set; then
11781 echo $ECHO_N "(cached) $ECHO_C" >&6
11783 if test -n "$RANLIB"; then
11784 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
11786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11787 for as_dir
in $PATH
11790 test -z "$as_dir" && as_dir
=.
11791 for ac_exec_ext
in '' $ac_executable_extensions; do
11792 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11793 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
11794 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11802 RANLIB
=$ac_cv_prog_RANLIB
11803 if test -n "$RANLIB"; then
11804 echo "$as_me:$LINENO: result: $RANLIB" >&5
11805 echo "${ECHO_T}$RANLIB" >&6
11807 echo "$as_me:$LINENO: result: no" >&5
11808 echo "${ECHO_T}no" >&6
11812 if test -z "$ac_cv_prog_RANLIB"; then
11813 ac_ct_RANLIB
=$RANLIB
11814 # Extract the first word of "ranlib", so it can be a program name with args.
11815 set dummy ranlib
; ac_word
=$2
11816 echo "$as_me:$LINENO: checking for $ac_word" >&5
11817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11819 echo $ECHO_N "(cached) $ECHO_C" >&6
11821 if test -n "$ac_ct_RANLIB"; then
11822 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
11824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11825 for as_dir
in $PATH
11828 test -z "$as_dir" && as_dir
=.
11829 for ac_exec_ext
in '' $ac_executable_extensions; do
11830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11831 ac_cv_prog_ac_ct_RANLIB
="ranlib"
11832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11838 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
11841 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
11842 if test -n "$ac_ct_RANLIB"; then
11843 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11844 echo "${ECHO_T}$ac_ct_RANLIB" >&6
11846 echo "$as_me:$LINENO: result: no" >&5
11847 echo "${ECHO_T}no" >&6
11850 RANLIB
=$ac_ct_RANLIB
11852 RANLIB
="$ac_cv_prog_RANLIB"
11856 # Extract the first word of "ar", so it can be a program name with args.
11857 set dummy
ar; ac_word
=$2
11858 echo "$as_me:$LINENO: checking for $ac_word" >&5
11859 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11860 if test "${ac_cv_prog_AR+set}" = set; then
11861 echo $ECHO_N "(cached) $ECHO_C" >&6
11863 if test -n "$AR"; then
11864 ac_cv_prog_AR
="$AR" # Let the user override the test.
11866 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11867 for as_dir
in $PATH
11870 test -z "$as_dir" && as_dir
=.
11871 for ac_exec_ext
in '' $ac_executable_extensions; do
11872 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11874 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11883 if test -n "$AR"; then
11884 echo "$as_me:$LINENO: result: $AR" >&5
11885 echo "${ECHO_T}$AR" >&6
11887 echo "$as_me:$LINENO: result: no" >&5
11888 echo "${ECHO_T}no" >&6
11891 if test "x$AR" = "x" ; then
11892 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
11893 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
11894 { (exit 1); exit 1; }; }
11897 # Find a good install program. We prefer a C program (faster),
11898 # so one script is as good as another. But avoid the broken or
11899 # incompatible versions:
11900 # SysV /etc/install, /usr/sbin/install
11901 # SunOS /usr/etc/install
11902 # IRIX /sbin/install
11904 # AmigaOS /C/install, which installs bootblocks on floppy discs
11905 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
11906 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
11907 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11908 # OS/2's system install, which has a completely different semantic
11909 # ./install, which can be erroneously created by make from ./install.sh.
11910 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11911 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
11912 if test -z "$INSTALL"; then
11913 if test "${ac_cv_path_install+set}" = set; then
11914 echo $ECHO_N "(cached) $ECHO_C" >&6
11916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11917 for as_dir
in $PATH
11920 test -z "$as_dir" && as_dir
=.
11921 # Account for people who put trailing slashes in PATH elements.
11923 .
/ | .
// | /cC
/* | \
11924 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
11925 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
11928 # OSF1 and SCO ODT 3.0 have their own names for install.
11929 # Don't use installbsd from OSF since it installs stuff as root
11931 for ac_prog
in ginstall scoinst
install; do
11932 for ac_exec_ext
in '' $ac_executable_extensions; do
11933 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11934 if test $ac_prog = install &&
11935 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11936 # AIX install. It has an incompatible calling convention.
11938 elif test $ac_prog = install &&
11939 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
11940 # program-specific install script used by HP pwplus--don't use.
11943 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
11955 if test "${ac_cv_path_install+set}" = set; then
11956 INSTALL
=$ac_cv_path_install
11958 # As a last resort, use the slow shell script. We don't cache a
11959 # path for INSTALL within a source directory, because that will
11960 # break other packages using the cache if that directory is
11961 # removed, or if the path is relative.
11962 INSTALL
=$ac_install_sh
11965 echo "$as_me:$LINENO: result: $INSTALL" >&5
11966 echo "${ECHO_T}$INSTALL" >&6
11968 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11969 # It thinks the first close brace ends the variable substitution.
11970 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
11972 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
11974 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
11980 ?
:* ) # Drive letter, considered as absolute.
11983 INSTALL
=`pwd`/${INSTALL} ;;
11989 powerpc
-*-darwin* )
11990 INSTALL_PROGRAM
="cp -fp"
11991 INSTALL_DATA
="cp -fp"
11997 # Extract the first word of "strip", so it can be a program name with args.
11998 set dummy strip
; ac_word
=$2
11999 echo "$as_me:$LINENO: checking for $ac_word" >&5
12000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12001 if test "${ac_cv_prog_STRIP+set}" = set; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12004 if test -n "$STRIP"; then
12005 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
12007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12008 for as_dir
in $PATH
12011 test -z "$as_dir" && as_dir
=.
12012 for ac_exec_ext
in '' $ac_executable_extensions; do
12013 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12014 ac_cv_prog_STRIP
="strip"
12015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12021 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
="true"
12024 STRIP
=$ac_cv_prog_STRIP
12025 if test -n "$STRIP"; then
12026 echo "$as_me:$LINENO: result: $STRIP" >&5
12027 echo "${ECHO_T}$STRIP" >&6
12029 echo "$as_me:$LINENO: result: no" >&5
12030 echo "${ECHO_T}no" >&6
12034 echo "$as_me:$LINENO: checking if make is GNU make" >&5
12035 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
12036 if test "${wx_cv_prog_makeisgnu+set}" = set; then
12037 echo $ECHO_N "(cached) $ECHO_C" >&6
12040 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
12041 egrep -s GNU
> /dev
/null
); then
12042 wx_cv_prog_makeisgnu
="yes"
12044 wx_cv_prog_makeisgnu
="no"
12048 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
12049 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
12051 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
12059 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
12060 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
12061 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
12062 if test "${wx_cv_prog_makevpath+set}" = set; then
12063 echo $ECHO_N "(cached) $ECHO_C" >&6
12066 cat - << EOF > confMake
12072 if test ! -d sub
; then
12075 echo dummy
> sub
/file
12076 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
12078 rm -f sub
/file check final_file confMake
12080 if test "$RESULT" = 0; then
12081 wx_cv_prog_makevpath
="yes"
12083 wx_cv_prog_makevpath
="no"
12087 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
12088 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
12090 if test "x$wx_cv_prog_makevpath" != "xyes"; then
12091 { { echo "$as_me:$LINENO: error:
12092 You need a make-utility that is able to use the variable
12094 If your version of make does not support VPATH correctly,
12095 please install GNU-make (possibly as gmake), and start
12096 configure with the following command:
12097 export MAKE=gmake; ./configure for sh-type shells
12098 setenv MAKE gmake; ./configure for csh-type shells
12099 Also please do remember to use gmake in this case every time
12100 you are trying to compile.
12102 echo "$as_me: error:
12103 You need a make-utility that is able to use the variable
12105 If your version of make does not support VPATH correctly,
12106 please install GNU-make (possibly as gmake), and start
12107 configure with the following command:
12108 export MAKE=gmake; ./configure for sh-type shells
12109 setenv MAKE gmake; ./configure for csh-type shells
12110 Also please do remember to use gmake in this case every time
12111 you are trying to compile.
12113 { (exit 1); exit 1; }; }
12115 echo "$as_me:$LINENO: checking whether ln -s works" >&5
12116 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
12118 if test "$LN_S" = "ln -s"; then
12119 echo "$as_me:$LINENO: result: yes" >&5
12120 echo "${ECHO_T}yes" >&6
12122 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
12123 echo "${ECHO_T}no, using $LN_S" >&6
12129 *-pc-os2_emx | *-pc-os2-emx )
12130 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
12131 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
12132 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
12133 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
12134 echo $ECHO_N "(cached) $ECHO_C" >&6
12136 ac_check_lib_save_LIBS
=$LIBS
12137 LIBS
="-lcExt $LIBS"
12138 cat >conftest.
$ac_ext <<_ACEOF
12141 cat confdefs.h
>>conftest.
$ac_ext
12142 cat >>conftest.
$ac_ext <<_ACEOF
12143 /* end confdefs.h. */
12145 /* Override any gcc2 internal prototype to avoid an error. */
12149 /* We use char because int might match the return type of a gcc2
12150 builtin and then its argument prototype would still apply. */
12160 rm -f conftest.
$ac_objext conftest
$ac_exeext
12161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12162 (eval $ac_link) 2>conftest.er1
12164 grep -v '^ *+' conftest.er1
>conftest.err
12166 cat conftest.err
>&5
12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12168 (exit $ac_status); } &&
12169 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12171 (eval $ac_try) 2>&5
12173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12174 (exit $ac_status); }; } &&
12175 { ac_try
='test -s conftest$ac_exeext'
12176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12177 (eval $ac_try) 2>&5
12179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12180 (exit $ac_status); }; }; then
12181 ac_cv_lib_cExt_drand48
=yes
12183 echo "$as_me: failed program was:" >&5
12184 sed 's/^/| /' conftest.
$ac_ext >&5
12186 ac_cv_lib_cExt_drand48
=no
12188 rm -f conftest.err conftest.
$ac_objext \
12189 conftest
$ac_exeext conftest.
$ac_ext
12190 LIBS
=$ac_check_lib_save_LIBS
12192 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
12193 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
12194 if test $ac_cv_lib_cExt_drand48 = yes; then
12195 LIBS
="$LIBS -lcExt"
12199 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
12201 echo "$as_me:$LINENO: checking for gcc version" >&5
12202 echo $ECHO_N "checking for gcc version... $ECHO_C" >&6
12203 if test "${wx_cv_gccversion+set}" = set; then
12204 echo $ECHO_N "(cached) $ECHO_C" >&6
12207 cat >conftest.
$ac_ext <<_ACEOF
12210 cat confdefs.h
>>conftest.
$ac_ext
12211 cat >>conftest.
$ac_ext <<_ACEOF
12212 /* end confdefs.h. */
12226 rm -f conftest.
$ac_objext
12227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12228 (eval $ac_compile) 2>conftest.er1
12230 grep -v '^ *+' conftest.er1
>conftest.err
12232 cat conftest.err
>&5
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); } &&
12235 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12237 (eval $ac_try) 2>&5
12239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); }; } &&
12241 { ac_try
='test -s conftest.$ac_objext'
12242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12243 (eval $ac_try) 2>&5
12245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12246 (exit $ac_status); }; }; then
12248 cat >conftest.
$ac_ext <<_ACEOF
12251 cat confdefs.h
>>conftest.
$ac_ext
12252 cat >>conftest.
$ac_ext <<_ACEOF
12253 /* end confdefs.h. */
12259 #if (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
12260 #error intermediate gcc
12267 rm -f conftest.
$ac_objext
12268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12269 (eval $ac_compile) 2>conftest.er1
12271 grep -v '^ *+' conftest.er1
>conftest.err
12273 cat conftest.err
>&5
12274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12275 (exit $ac_status); } &&
12276 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12278 (eval $ac_try) 2>&5
12280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12281 (exit $ac_status); }; } &&
12282 { ac_try
='test -s conftest.$ac_objext'
12283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12284 (eval $ac_try) 2>&5
12286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); }; }; then
12289 wx_cv_gccversion
=Innotek
12292 echo "$as_me: failed program was:" >&5
12293 sed 's/^/| /' conftest.
$ac_ext >&5
12300 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12303 echo "$as_me: failed program was:" >&5
12304 sed 's/^/| /' conftest.
$ac_ext >&5
12311 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12314 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
12315 echo "${ECHO_T}$wx_cv_gccversion" >&6
12316 if test "$wx_cv_gccversion" = "2"; then
12317 LIBS
="$LIBS -lstdcpp"
12318 LDFLAGS
="$LDFLAGS -Zsysv-signals"
12320 if test "$wx_cv_gccversion" = "3"; then
12321 LIBS
="$LIBS -lstdcxx"
12322 LDFLAGS
="$LDFLAGS -Zsysv-signals"
12324 LIBS
="$LIBS -lstdc++"
12327 if test "$wxUSE_OMF" = "yes"; then
12328 LDFLAGS
="$LDFLAGS -Zomf -Zlinker /PMTYPE:PM -Zlinker /EXEPACK"
12336 ac_cpp
='$CXXCPP $CPPFLAGS'
12337 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12338 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12339 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12343 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
12344 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
12345 if test "${ac_cv_string_strcasecmp+set}" = set; then
12346 echo $ECHO_N "(cached) $ECHO_C" >&6
12349 cat >conftest.
$ac_ext <<_ACEOF
12352 cat confdefs.h
>>conftest.
$ac_ext
12353 cat >>conftest.
$ac_ext <<_ACEOF
12354 /* end confdefs.h. */
12356 #include <string.h>
12362 strcasecmp("foo", "bar");
12368 rm -f conftest.
$ac_objext conftest
$ac_exeext
12369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12370 (eval $ac_link) 2>conftest.er1
12372 grep -v '^ *+' conftest.er1
>conftest.err
12374 cat conftest.err
>&5
12375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376 (exit $ac_status); } &&
12377 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12379 (eval $ac_try) 2>&5
12381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); }; } &&
12383 { ac_try
='test -s conftest$ac_exeext'
12384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12385 (eval $ac_try) 2>&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); }; }; then
12389 ac_cv_string_strcasecmp
=yes
12391 echo "$as_me: failed program was:" >&5
12392 sed 's/^/| /' conftest.
$ac_ext >&5
12394 ac_cv_string_strcasecmp
=no
12397 rm -f conftest.err conftest.
$ac_objext \
12398 conftest
$ac_exeext conftest.
$ac_ext
12401 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
12402 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
12404 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
12405 cat >>confdefs.h
<<\_ACEOF
12406 #define HAVE_STRCASECMP_IN_STRING_H 1
12410 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
12411 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
12412 if test "${ac_cv_strings_strcasecmp+set}" = set; then
12413 echo $ECHO_N "(cached) $ECHO_C" >&6
12416 cat >conftest.
$ac_ext <<_ACEOF
12419 cat confdefs.h
>>conftest.
$ac_ext
12420 cat >>conftest.
$ac_ext <<_ACEOF
12421 /* end confdefs.h. */
12423 #include <strings.h>
12429 strcasecmp("foo", "bar");
12435 rm -f conftest.
$ac_objext conftest
$ac_exeext
12436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12437 (eval $ac_link) 2>conftest.er1
12439 grep -v '^ *+' conftest.er1
>conftest.err
12441 cat conftest.err
>&5
12442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12443 (exit $ac_status); } &&
12444 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
12445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12446 (eval $ac_try) 2>&5
12448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12449 (exit $ac_status); }; } &&
12450 { ac_try
='test -s conftest$ac_exeext'
12451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12452 (eval $ac_try) 2>&5
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); }; }; then
12456 ac_cv_strings_strcasecmp
=yes
12458 echo "$as_me: failed program was:" >&5
12459 sed 's/^/| /' conftest.
$ac_ext >&5
12461 ac_cv_strings_strcasecmp
=no
12464 rm -f conftest.err conftest.
$ac_objext \
12465 conftest
$ac_exeext conftest.
$ac_ext
12468 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
12469 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
12471 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
12472 cat >>confdefs.h
<<\_ACEOF
12473 #define HAVE_STRCASECMP_IN_STRINGS_H 1
12477 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
12478 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
12479 { (exit 1); exit 1; }; }
12484 ac_cpp
='$CPP $CPPFLAGS'
12485 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12486 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12487 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12493 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
12494 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
12495 if test "${ac_cv_header_stdc+set}" = set; then
12496 echo $ECHO_N "(cached) $ECHO_C" >&6
12498 cat >conftest.
$ac_ext <<_ACEOF
12501 cat confdefs.h
>>conftest.
$ac_ext
12502 cat >>conftest.
$ac_ext <<_ACEOF
12503 /* end confdefs.h. */
12504 #include <stdlib.h>
12505 #include <stdarg.h>
12506 #include <string.h>
12517 rm -f conftest.
$ac_objext
12518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12519 (eval $ac_compile) 2>conftest.er1
12521 grep -v '^ *+' conftest.er1
>conftest.err
12523 cat conftest.err
>&5
12524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12525 (exit $ac_status); } &&
12526 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12528 (eval $ac_try) 2>&5
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); }; } &&
12532 { ac_try
='test -s conftest.$ac_objext'
12533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12534 (eval $ac_try) 2>&5
12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); }; }; then
12538 ac_cv_header_stdc
=yes
12540 echo "$as_me: failed program was:" >&5
12541 sed 's/^/| /' conftest.
$ac_ext >&5
12543 ac_cv_header_stdc
=no
12545 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12547 if test $ac_cv_header_stdc = yes; then
12548 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12549 cat >conftest.
$ac_ext <<_ACEOF
12552 cat confdefs.h
>>conftest.
$ac_ext
12553 cat >>conftest.
$ac_ext <<_ACEOF
12554 /* end confdefs.h. */
12555 #include <string.h>
12558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12559 $EGREP "memchr" >/dev
/null
2>&1; then
12562 ac_cv_header_stdc
=no
12568 if test $ac_cv_header_stdc = yes; then
12569 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12570 cat >conftest.
$ac_ext <<_ACEOF
12573 cat confdefs.h
>>conftest.
$ac_ext
12574 cat >>conftest.
$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12576 #include <stdlib.h>
12579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12580 $EGREP "free" >/dev
/null
2>&1; then
12583 ac_cv_header_stdc
=no
12589 if test $ac_cv_header_stdc = yes; then
12590 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12591 if test "$cross_compiling" = yes; then
12594 cat >conftest.
$ac_ext <<_ACEOF
12597 cat confdefs.h
>>conftest.
$ac_ext
12598 cat >>conftest.
$ac_ext <<_ACEOF
12599 /* end confdefs.h. */
12601 #if ((' ' & 0x0FF) == 0x020)
12602 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12603 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12605 # define ISLOWER(c) \
12606 (('a' <= (c) && (c) <= 'i') \
12607 || ('j' <= (c) && (c) <= 'r') \
12608 || ('s' <= (c) && (c) <= 'z'))
12609 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12612 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12617 for (i = 0; i < 256; i++)
12618 if (XOR (islower (i), ISLOWER (i))
12619 || toupper (i) != TOUPPER (i))
12624 rm -f conftest
$ac_exeext
12625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12626 (eval $ac_link) 2>&5
12628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
12630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12631 (eval $ac_try) 2>&5
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); }; }; then
12637 echo "$as_me: program exited with status $ac_status" >&5
12638 echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.
$ac_ext >&5
12641 ( exit $ac_status )
12642 ac_cv_header_stdc
=no
12644 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
12648 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12649 echo "${ECHO_T}$ac_cv_header_stdc" >&6
12650 if test $ac_cv_header_stdc = yes; then
12652 cat >>confdefs.h
<<\_ACEOF
12653 #define STDC_HEADERS 1
12658 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
12668 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
12669 inttypes.h stdint.h unistd.h
12671 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12672 echo "$as_me:$LINENO: checking for $ac_header" >&5
12673 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12674 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12675 echo $ECHO_N "(cached) $ECHO_C" >&6
12677 cat >conftest.
$ac_ext <<_ACEOF
12680 cat confdefs.h
>>conftest.
$ac_ext
12681 cat >>conftest.
$ac_ext <<_ACEOF
12682 /* end confdefs.h. */
12683 $ac_includes_default
12685 #include <$ac_header>
12687 rm -f conftest.
$ac_objext
12688 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12689 (eval $ac_compile) 2>conftest.er1
12691 grep -v '^ *+' conftest.er1
>conftest.err
12693 cat conftest.err
>&5
12694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12695 (exit $ac_status); } &&
12696 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12698 (eval $ac_try) 2>&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); }; } &&
12702 { ac_try
='test -s conftest.$ac_objext'
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; }; then
12708 eval "$as_ac_Header=yes"
12710 echo "$as_me: failed program was:" >&5
12711 sed 's/^/| /' conftest.
$ac_ext >&5
12713 eval "$as_ac_Header=no"
12715 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12717 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12718 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12719 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12720 cat >>confdefs.h
<<_ACEOF
12721 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12730 for ac_header
in stdlib.h
12732 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12733 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12734 echo "$as_me:$LINENO: checking for $ac_header" >&5
12735 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12736 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12737 echo $ECHO_N "(cached) $ECHO_C" >&6
12739 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12740 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12742 # Is the header compilable?
12743 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12744 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12745 cat >conftest.
$ac_ext <<_ACEOF
12748 cat confdefs.h
>>conftest.
$ac_ext
12749 cat >>conftest.
$ac_ext <<_ACEOF
12750 /* end confdefs.h. */
12751 $ac_includes_default
12752 #include <$ac_header>
12754 rm -f conftest.
$ac_objext
12755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12756 (eval $ac_compile) 2>conftest.er1
12758 grep -v '^ *+' conftest.er1
>conftest.err
12760 cat conftest.err
>&5
12761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12762 (exit $ac_status); } &&
12763 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12765 (eval $ac_try) 2>&5
12767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12768 (exit $ac_status); }; } &&
12769 { ac_try
='test -s conftest.$ac_objext'
12770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12771 (eval $ac_try) 2>&5
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); }; }; then
12775 ac_header_compiler
=yes
12777 echo "$as_me: failed program was:" >&5
12778 sed 's/^/| /' conftest.
$ac_ext >&5
12780 ac_header_compiler
=no
12782 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12783 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12784 echo "${ECHO_T}$ac_header_compiler" >&6
12786 # Is the header present?
12787 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12788 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12789 cat >conftest.
$ac_ext <<_ACEOF
12792 cat confdefs.h
>>conftest.
$ac_ext
12793 cat >>conftest.
$ac_ext <<_ACEOF
12794 /* end confdefs.h. */
12795 #include <$ac_header>
12797 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12798 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12800 grep -v '^ *+' conftest.er1
>conftest.err
12802 cat conftest.err
>&5
12803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804 (exit $ac_status); } >/dev
/null
; then
12805 if test -s conftest.err
; then
12806 ac_cpp_err
=$ac_c_preproc_warn_flag
12807 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12814 if test -z "$ac_cpp_err"; then
12815 ac_header_preproc
=yes
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.
$ac_ext >&5
12820 ac_header_preproc
=no
12822 rm -f conftest.err conftest.
$ac_ext
12823 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12824 echo "${ECHO_T}$ac_header_preproc" >&6
12826 # So? What about this header?
12827 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12829 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12830 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12832 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12833 ac_header_preproc
=yes
12836 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12837 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12838 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12839 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12840 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12841 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12842 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12843 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12844 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12845 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12846 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12847 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12850 ## ----------------------------------------- ##
12851 ## Report this to wx-dev@lists.wxwidgets.org ##
12852 ## ----------------------------------------- ##
12855 sed "s/^/$as_me: WARNING: /" >&2
12858 echo "$as_me:$LINENO: checking for $ac_header" >&5
12859 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12860 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12861 echo $ECHO_N "(cached) $ECHO_C" >&6
12863 eval "$as_ac_Header=\$ac_header_preproc"
12865 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12866 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12870 cat >>confdefs.h
<<_ACEOF
12871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12879 for ac_header
in malloc.h
12881 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12882 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12883 echo "$as_me:$LINENO: checking for $ac_header" >&5
12884 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12885 if eval "test \"\${$as_ac_Header+set}\" = set"; then
12886 echo $ECHO_N "(cached) $ECHO_C" >&6
12888 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12889 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12891 # Is the header compilable?
12892 echo "$as_me:$LINENO: checking $ac_header usability" >&5
12893 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12894 cat >conftest.
$ac_ext <<_ACEOF
12897 cat confdefs.h
>>conftest.
$ac_ext
12898 cat >>conftest.
$ac_ext <<_ACEOF
12899 /* end confdefs.h. */
12900 $ac_includes_default
12901 #include <$ac_header>
12903 rm -f conftest.
$ac_objext
12904 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12905 (eval $ac_compile) 2>conftest.er1
12907 grep -v '^ *+' conftest.er1
>conftest.err
12909 cat conftest.err
>&5
12910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911 (exit $ac_status); } &&
12912 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12914 (eval $ac_try) 2>&5
12916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12917 (exit $ac_status); }; } &&
12918 { ac_try
='test -s conftest.$ac_objext'
12919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12920 (eval $ac_try) 2>&5
12922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12923 (exit $ac_status); }; }; then
12924 ac_header_compiler
=yes
12926 echo "$as_me: failed program was:" >&5
12927 sed 's/^/| /' conftest.
$ac_ext >&5
12929 ac_header_compiler
=no
12931 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12932 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12933 echo "${ECHO_T}$ac_header_compiler" >&6
12935 # Is the header present?
12936 echo "$as_me:$LINENO: checking $ac_header presence" >&5
12937 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12938 cat >conftest.
$ac_ext <<_ACEOF
12941 cat confdefs.h
>>conftest.
$ac_ext
12942 cat >>conftest.
$ac_ext <<_ACEOF
12943 /* end confdefs.h. */
12944 #include <$ac_header>
12946 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12947 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
12949 grep -v '^ *+' conftest.er1
>conftest.err
12951 cat conftest.err
>&5
12952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12953 (exit $ac_status); } >/dev
/null
; then
12954 if test -s conftest.err
; then
12955 ac_cpp_err
=$ac_c_preproc_warn_flag
12956 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
12963 if test -z "$ac_cpp_err"; then
12964 ac_header_preproc
=yes
12966 echo "$as_me: failed program was:" >&5
12967 sed 's/^/| /' conftest.
$ac_ext >&5
12969 ac_header_preproc
=no
12971 rm -f conftest.err conftest.
$ac_ext
12972 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12973 echo "${ECHO_T}$ac_header_preproc" >&6
12975 # So? What about this header?
12976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12978 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12979 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12981 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12982 ac_header_preproc
=yes
12985 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12986 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12987 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12988 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12989 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12990 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12991 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12992 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12994 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12995 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12996 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12999 ## ----------------------------------------- ##
13000 ## Report this to wx-dev@lists.wxwidgets.org ##
13001 ## ----------------------------------------- ##
13004 sed "s/^/$as_me: WARNING: /" >&2
13007 echo "$as_me:$LINENO: checking for $ac_header" >&5
13008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13009 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13010 echo $ECHO_N "(cached) $ECHO_C" >&6
13012 eval "$as_ac_Header=\$ac_header_preproc"
13014 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13015 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13018 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13019 cat >>confdefs.h
<<_ACEOF
13020 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13028 for ac_header
in unistd.h
13030 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13031 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13032 echo "$as_me:$LINENO: checking for $ac_header" >&5
13033 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13034 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13035 echo $ECHO_N "(cached) $ECHO_C" >&6
13037 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13038 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13040 # Is the header compilable?
13041 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13042 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13043 cat >conftest.
$ac_ext <<_ACEOF
13046 cat confdefs.h
>>conftest.
$ac_ext
13047 cat >>conftest.
$ac_ext <<_ACEOF
13048 /* end confdefs.h. */
13049 $ac_includes_default
13050 #include <$ac_header>
13052 rm -f conftest.
$ac_objext
13053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13054 (eval $ac_compile) 2>conftest.er1
13056 grep -v '^ *+' conftest.er1
>conftest.err
13058 cat conftest.err
>&5
13059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13060 (exit $ac_status); } &&
13061 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13063 (eval $ac_try) 2>&5
13065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13066 (exit $ac_status); }; } &&
13067 { ac_try
='test -s conftest.$ac_objext'
13068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13069 (eval $ac_try) 2>&5
13071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13072 (exit $ac_status); }; }; then
13073 ac_header_compiler
=yes
13075 echo "$as_me: failed program was:" >&5
13076 sed 's/^/| /' conftest.
$ac_ext >&5
13078 ac_header_compiler
=no
13080 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13081 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13082 echo "${ECHO_T}$ac_header_compiler" >&6
13084 # Is the header present?
13085 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13086 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13087 cat >conftest.
$ac_ext <<_ACEOF
13090 cat confdefs.h
>>conftest.
$ac_ext
13091 cat >>conftest.
$ac_ext <<_ACEOF
13092 /* end confdefs.h. */
13093 #include <$ac_header>
13095 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13096 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13098 grep -v '^ *+' conftest.er1
>conftest.err
13100 cat conftest.err
>&5
13101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13102 (exit $ac_status); } >/dev
/null
; then
13103 if test -s conftest.err
; then
13104 ac_cpp_err
=$ac_c_preproc_warn_flag
13105 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13112 if test -z "$ac_cpp_err"; then
13113 ac_header_preproc
=yes
13115 echo "$as_me: failed program was:" >&5
13116 sed 's/^/| /' conftest.
$ac_ext >&5
13118 ac_header_preproc
=no
13120 rm -f conftest.err conftest.
$ac_ext
13121 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13122 echo "${ECHO_T}$ac_header_preproc" >&6
13124 # So? What about this header?
13125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13127 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13128 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13129 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13130 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13131 ac_header_preproc
=yes
13134 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13135 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13136 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13137 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13138 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13139 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13140 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13141 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13143 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13144 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13145 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13148 ## ----------------------------------------- ##
13149 ## Report this to wx-dev@lists.wxwidgets.org ##
13150 ## ----------------------------------------- ##
13153 sed "s/^/$as_me: WARNING: /" >&2
13156 echo "$as_me:$LINENO: checking for $ac_header" >&5
13157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13158 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13159 echo $ECHO_N "(cached) $ECHO_C" >&6
13161 eval "$as_ac_Header=\$ac_header_preproc"
13163 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13164 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13168 cat >>confdefs.h
<<_ACEOF
13169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13177 for ac_header
in wchar.h
13179 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13180 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13181 echo "$as_me:$LINENO: checking for $ac_header" >&5
13182 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13183 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13184 echo $ECHO_N "(cached) $ECHO_C" >&6
13186 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13187 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13189 # Is the header compilable?
13190 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13191 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13192 cat >conftest.
$ac_ext <<_ACEOF
13195 cat confdefs.h
>>conftest.
$ac_ext
13196 cat >>conftest.
$ac_ext <<_ACEOF
13197 /* end confdefs.h. */
13198 $ac_includes_default
13199 #include <$ac_header>
13201 rm -f conftest.
$ac_objext
13202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13203 (eval $ac_compile) 2>conftest.er1
13205 grep -v '^ *+' conftest.er1
>conftest.err
13207 cat conftest.err
>&5
13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13209 (exit $ac_status); } &&
13210 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13212 (eval $ac_try) 2>&5
13214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13215 (exit $ac_status); }; } &&
13216 { ac_try
='test -s conftest.$ac_objext'
13217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13218 (eval $ac_try) 2>&5
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); }; }; then
13222 ac_header_compiler
=yes
13224 echo "$as_me: failed program was:" >&5
13225 sed 's/^/| /' conftest.
$ac_ext >&5
13227 ac_header_compiler
=no
13229 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13230 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13231 echo "${ECHO_T}$ac_header_compiler" >&6
13233 # Is the header present?
13234 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13235 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13236 cat >conftest.
$ac_ext <<_ACEOF
13239 cat confdefs.h
>>conftest.
$ac_ext
13240 cat >>conftest.
$ac_ext <<_ACEOF
13241 /* end confdefs.h. */
13242 #include <$ac_header>
13244 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13245 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13247 grep -v '^ *+' conftest.er1
>conftest.err
13249 cat conftest.err
>&5
13250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13251 (exit $ac_status); } >/dev
/null
; then
13252 if test -s conftest.err
; then
13253 ac_cpp_err
=$ac_c_preproc_warn_flag
13254 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13261 if test -z "$ac_cpp_err"; then
13262 ac_header_preproc
=yes
13264 echo "$as_me: failed program was:" >&5
13265 sed 's/^/| /' conftest.
$ac_ext >&5
13267 ac_header_preproc
=no
13269 rm -f conftest.err conftest.
$ac_ext
13270 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13271 echo "${ECHO_T}$ac_header_preproc" >&6
13273 # So? What about this header?
13274 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13276 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13277 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13278 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13279 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13280 ac_header_preproc
=yes
13283 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13284 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13285 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13286 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13287 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13288 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13289 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13290 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13291 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13292 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13293 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13294 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13297 ## ----------------------------------------- ##
13298 ## Report this to wx-dev@lists.wxwidgets.org ##
13299 ## ----------------------------------------- ##
13302 sed "s/^/$as_me: WARNING: /" >&2
13305 echo "$as_me:$LINENO: checking for $ac_header" >&5
13306 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13307 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13308 echo $ECHO_N "(cached) $ECHO_C" >&6
13310 eval "$as_ac_Header=\$ac_header_preproc"
13312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13313 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13316 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13317 cat >>confdefs.h
<<_ACEOF
13318 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13326 if test "$ac_cv_header_wchar_h" != "yes"; then
13328 for ac_header
in wcstr.h
13330 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13331 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13332 echo "$as_me:$LINENO: checking for $ac_header" >&5
13333 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13334 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13335 echo $ECHO_N "(cached) $ECHO_C" >&6
13337 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13338 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13340 # Is the header compilable?
13341 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13342 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13343 cat >conftest.
$ac_ext <<_ACEOF
13346 cat confdefs.h
>>conftest.
$ac_ext
13347 cat >>conftest.
$ac_ext <<_ACEOF
13348 /* end confdefs.h. */
13349 $ac_includes_default
13350 #include <$ac_header>
13352 rm -f conftest.
$ac_objext
13353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13354 (eval $ac_compile) 2>conftest.er1
13356 grep -v '^ *+' conftest.er1
>conftest.err
13358 cat conftest.err
>&5
13359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13360 (exit $ac_status); } &&
13361 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13363 (eval $ac_try) 2>&5
13365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13366 (exit $ac_status); }; } &&
13367 { ac_try
='test -s conftest.$ac_objext'
13368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13369 (eval $ac_try) 2>&5
13371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13372 (exit $ac_status); }; }; then
13373 ac_header_compiler
=yes
13375 echo "$as_me: failed program was:" >&5
13376 sed 's/^/| /' conftest.
$ac_ext >&5
13378 ac_header_compiler
=no
13380 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13381 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13382 echo "${ECHO_T}$ac_header_compiler" >&6
13384 # Is the header present?
13385 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13386 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13387 cat >conftest.
$ac_ext <<_ACEOF
13390 cat confdefs.h
>>conftest.
$ac_ext
13391 cat >>conftest.
$ac_ext <<_ACEOF
13392 /* end confdefs.h. */
13393 #include <$ac_header>
13395 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13396 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13398 grep -v '^ *+' conftest.er1
>conftest.err
13400 cat conftest.err
>&5
13401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13402 (exit $ac_status); } >/dev
/null
; then
13403 if test -s conftest.err
; then
13404 ac_cpp_err
=$ac_c_preproc_warn_flag
13405 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13412 if test -z "$ac_cpp_err"; then
13413 ac_header_preproc
=yes
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.
$ac_ext >&5
13418 ac_header_preproc
=no
13420 rm -f conftest.err conftest.
$ac_ext
13421 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13422 echo "${ECHO_T}$ac_header_preproc" >&6
13424 # So? What about this header?
13425 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13427 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13428 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13429 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13430 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13431 ac_header_preproc
=yes
13434 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13435 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13436 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13437 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13438 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13439 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13440 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13441 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13442 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13443 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13444 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13445 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13448 ## ----------------------------------------- ##
13449 ## Report this to wx-dev@lists.wxwidgets.org ##
13450 ## ----------------------------------------- ##
13453 sed "s/^/$as_me: WARNING: /" >&2
13456 echo "$as_me:$LINENO: checking for $ac_header" >&5
13457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13458 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13459 echo $ECHO_N "(cached) $ECHO_C" >&6
13461 eval "$as_ac_Header=\$ac_header_preproc"
13463 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13464 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13468 cat >>confdefs.h
<<_ACEOF
13469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13479 for ac_header
in fnmatch.h
13481 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13482 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13483 echo "$as_me:$LINENO: checking for $ac_header" >&5
13484 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13485 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13486 echo $ECHO_N "(cached) $ECHO_C" >&6
13488 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13489 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13491 # Is the header compilable?
13492 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13493 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13494 cat >conftest.
$ac_ext <<_ACEOF
13497 cat confdefs.h
>>conftest.
$ac_ext
13498 cat >>conftest.
$ac_ext <<_ACEOF
13499 /* end confdefs.h. */
13500 $ac_includes_default
13501 #include <$ac_header>
13503 rm -f conftest.
$ac_objext
13504 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13505 (eval $ac_compile) 2>conftest.er1
13507 grep -v '^ *+' conftest.er1
>conftest.err
13509 cat conftest.err
>&5
13510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13511 (exit $ac_status); } &&
13512 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13514 (eval $ac_try) 2>&5
13516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13517 (exit $ac_status); }; } &&
13518 { ac_try
='test -s conftest.$ac_objext'
13519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13520 (eval $ac_try) 2>&5
13522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); }; }; then
13524 ac_header_compiler
=yes
13526 echo "$as_me: failed program was:" >&5
13527 sed 's/^/| /' conftest.
$ac_ext >&5
13529 ac_header_compiler
=no
13531 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13532 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13533 echo "${ECHO_T}$ac_header_compiler" >&6
13535 # Is the header present?
13536 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13537 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13538 cat >conftest.
$ac_ext <<_ACEOF
13541 cat confdefs.h
>>conftest.
$ac_ext
13542 cat >>conftest.
$ac_ext <<_ACEOF
13543 /* end confdefs.h. */
13544 #include <$ac_header>
13546 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13547 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13549 grep -v '^ *+' conftest.er1
>conftest.err
13551 cat conftest.err
>&5
13552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13553 (exit $ac_status); } >/dev
/null
; then
13554 if test -s conftest.err
; then
13555 ac_cpp_err
=$ac_c_preproc_warn_flag
13556 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13563 if test -z "$ac_cpp_err"; then
13564 ac_header_preproc
=yes
13566 echo "$as_me: failed program was:" >&5
13567 sed 's/^/| /' conftest.
$ac_ext >&5
13569 ac_header_preproc
=no
13571 rm -f conftest.err conftest.
$ac_ext
13572 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13573 echo "${ECHO_T}$ac_header_preproc" >&6
13575 # So? What about this header?
13576 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13578 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13579 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13580 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13581 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13582 ac_header_preproc
=yes
13585 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13586 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13587 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13588 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13589 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13590 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13591 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13592 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13593 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13594 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13595 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13596 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13599 ## ----------------------------------------- ##
13600 ## Report this to wx-dev@lists.wxwidgets.org ##
13601 ## ----------------------------------------- ##
13604 sed "s/^/$as_me: WARNING: /" >&2
13607 echo "$as_me:$LINENO: checking for $ac_header" >&5
13608 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13609 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13610 echo $ECHO_N "(cached) $ECHO_C" >&6
13612 eval "$as_ac_Header=\$ac_header_preproc"
13614 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13615 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13618 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13619 cat >>confdefs.h
<<_ACEOF
13620 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13628 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
13630 for ac_func
in fnmatch
13632 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13633 echo "$as_me:$LINENO: checking for $ac_func" >&5
13634 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13635 if eval "test \"\${$as_ac_var+set}\" = set"; then
13636 echo $ECHO_N "(cached) $ECHO_C" >&6
13638 cat >conftest.
$ac_ext <<_ACEOF
13641 cat confdefs.h
>>conftest.
$ac_ext
13642 cat >>conftest.
$ac_ext <<_ACEOF
13643 /* end confdefs.h. */
13644 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13646 #define $ac_func innocuous_$ac_func
13648 /* System header to define __stub macros and hopefully few prototypes,
13649 which can conflict with char $ac_func (); below.
13650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13651 <limits.h> exists even on freestanding compilers. */
13654 # include <limits.h>
13656 # include <assert.h>
13661 /* Override any gcc2 internal prototype to avoid an error. */
13666 /* We use char because int might match the return type of a gcc2
13667 builtin and then its argument prototype would still apply. */
13669 /* The GNU C library defines this for functions which it implements
13670 to always fail with ENOSYS. Some functions are actually named
13671 something starting with __ and the normal name is an alias. */
13672 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13675 char (*f) () = $ac_func;
13684 return f != $ac_func;
13689 rm -f conftest.
$ac_objext conftest
$ac_exeext
13690 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13691 (eval $ac_link) 2>conftest.er1
13693 grep -v '^ *+' conftest.er1
>conftest.err
13695 cat conftest.err
>&5
13696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13697 (exit $ac_status); } &&
13698 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13700 (eval $ac_try) 2>&5
13702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13703 (exit $ac_status); }; } &&
13704 { ac_try
='test -s conftest$ac_exeext'
13705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13706 (eval $ac_try) 2>&5
13708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13709 (exit $ac_status); }; }; then
13710 eval "$as_ac_var=yes"
13712 echo "$as_me: failed program was:" >&5
13713 sed 's/^/| /' conftest.
$ac_ext >&5
13715 eval "$as_ac_var=no"
13717 rm -f conftest.err conftest.
$ac_objext \
13718 conftest
$ac_exeext conftest.
$ac_ext
13720 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13721 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13722 if test `eval echo '${'$as_ac_var'}'` = yes; then
13723 cat >>confdefs.h
<<_ACEOF
13724 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13733 for ac_header
in langinfo.h
13735 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13736 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13737 echo "$as_me:$LINENO: checking for $ac_header" >&5
13738 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13739 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13740 echo $ECHO_N "(cached) $ECHO_C" >&6
13742 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13743 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13745 # Is the header compilable?
13746 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13747 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13748 cat >conftest.
$ac_ext <<_ACEOF
13751 cat confdefs.h
>>conftest.
$ac_ext
13752 cat >>conftest.
$ac_ext <<_ACEOF
13753 /* end confdefs.h. */
13754 $ac_includes_default
13755 #include <$ac_header>
13757 rm -f conftest.
$ac_objext
13758 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13759 (eval $ac_compile) 2>conftest.er1
13761 grep -v '^ *+' conftest.er1
>conftest.err
13763 cat conftest.err
>&5
13764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13765 (exit $ac_status); } &&
13766 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13768 (eval $ac_try) 2>&5
13770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13771 (exit $ac_status); }; } &&
13772 { ac_try
='test -s conftest.$ac_objext'
13773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13774 (eval $ac_try) 2>&5
13776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777 (exit $ac_status); }; }; then
13778 ac_header_compiler
=yes
13780 echo "$as_me: failed program was:" >&5
13781 sed 's/^/| /' conftest.
$ac_ext >&5
13783 ac_header_compiler
=no
13785 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13786 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13787 echo "${ECHO_T}$ac_header_compiler" >&6
13789 # Is the header present?
13790 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13791 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13792 cat >conftest.
$ac_ext <<_ACEOF
13795 cat confdefs.h
>>conftest.
$ac_ext
13796 cat >>conftest.
$ac_ext <<_ACEOF
13797 /* end confdefs.h. */
13798 #include <$ac_header>
13800 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13801 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13803 grep -v '^ *+' conftest.er1
>conftest.err
13805 cat conftest.err
>&5
13806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13807 (exit $ac_status); } >/dev
/null
; then
13808 if test -s conftest.err
; then
13809 ac_cpp_err
=$ac_c_preproc_warn_flag
13810 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13817 if test -z "$ac_cpp_err"; then
13818 ac_header_preproc
=yes
13820 echo "$as_me: failed program was:" >&5
13821 sed 's/^/| /' conftest.
$ac_ext >&5
13823 ac_header_preproc
=no
13825 rm -f conftest.err conftest.
$ac_ext
13826 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13827 echo "${ECHO_T}$ac_header_preproc" >&6
13829 # So? What about this header?
13830 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13832 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13833 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13834 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13835 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13836 ac_header_preproc
=yes
13839 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13840 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13841 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13842 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13843 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13844 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13845 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13846 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13847 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13848 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13849 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13850 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13853 ## ----------------------------------------- ##
13854 ## Report this to wx-dev@lists.wxwidgets.org ##
13855 ## ----------------------------------------- ##
13858 sed "s/^/$as_me: WARNING: /" >&2
13861 echo "$as_me:$LINENO: checking for $ac_header" >&5
13862 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13863 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13864 echo $ECHO_N "(cached) $ECHO_C" >&6
13866 eval "$as_ac_Header=\$ac_header_preproc"
13868 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13869 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13873 cat >>confdefs.h
<<_ACEOF
13874 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13883 *-pc-os2_emx | *-pc-os2-emx )
13884 if test $ac_cv_header_langinfo_h = "yes"; then
13885 LIBS
="$LIBS -lintl"
13890 if test "$wxUSE_GUI" = "yes"; then
13891 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
13893 for ac_header
in X
11/Xlib.h
13895 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13896 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13897 echo "$as_me:$LINENO: checking for $ac_header" >&5
13898 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13899 if eval "test \"\${$as_ac_Header+set}\" = set"; then
13900 echo $ECHO_N "(cached) $ECHO_C" >&6
13902 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13903 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13905 # Is the header compilable?
13906 echo "$as_me:$LINENO: checking $ac_header usability" >&5
13907 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13908 cat >conftest.
$ac_ext <<_ACEOF
13911 cat confdefs.h
>>conftest.
$ac_ext
13912 cat >>conftest.
$ac_ext <<_ACEOF
13913 /* end confdefs.h. */
13914 $ac_includes_default
13915 #include <$ac_header>
13917 rm -f conftest.
$ac_objext
13918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13919 (eval $ac_compile) 2>conftest.er1
13921 grep -v '^ *+' conftest.er1
>conftest.err
13923 cat conftest.err
>&5
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); } &&
13926 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13928 (eval $ac_try) 2>&5
13930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13931 (exit $ac_status); }; } &&
13932 { ac_try
='test -s conftest.$ac_objext'
13933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13934 (eval $ac_try) 2>&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); }; }; then
13938 ac_header_compiler
=yes
13940 echo "$as_me: failed program was:" >&5
13941 sed 's/^/| /' conftest.
$ac_ext >&5
13943 ac_header_compiler
=no
13945 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13946 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13947 echo "${ECHO_T}$ac_header_compiler" >&6
13949 # Is the header present?
13950 echo "$as_me:$LINENO: checking $ac_header presence" >&5
13951 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13952 cat >conftest.
$ac_ext <<_ACEOF
13955 cat confdefs.h
>>conftest.
$ac_ext
13956 cat >>conftest.
$ac_ext <<_ACEOF
13957 /* end confdefs.h. */
13958 #include <$ac_header>
13960 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13961 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13963 grep -v '^ *+' conftest.er1
>conftest.err
13965 cat conftest.err
>&5
13966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13967 (exit $ac_status); } >/dev
/null
; then
13968 if test -s conftest.err
; then
13969 ac_cpp_err
=$ac_c_preproc_warn_flag
13970 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13977 if test -z "$ac_cpp_err"; then
13978 ac_header_preproc
=yes
13980 echo "$as_me: failed program was:" >&5
13981 sed 's/^/| /' conftest.
$ac_ext >&5
13983 ac_header_preproc
=no
13985 rm -f conftest.err conftest.
$ac_ext
13986 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13987 echo "${ECHO_T}$ac_header_preproc" >&6
13989 # So? What about this header?
13990 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13992 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13993 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13994 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13995 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13996 ac_header_preproc
=yes
13999 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14000 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14001 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14002 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14003 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14004 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14005 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14006 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14007 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14008 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14009 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14010 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14013 ## ----------------------------------------- ##
14014 ## Report this to wx-dev@lists.wxwidgets.org ##
14015 ## ----------------------------------------- ##
14018 sed "s/^/$as_me: WARNING: /" >&2
14021 echo "$as_me:$LINENO: checking for $ac_header" >&5
14022 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14023 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14024 echo $ECHO_N "(cached) $ECHO_C" >&6
14026 eval "$as_ac_Header=\$ac_header_preproc"
14028 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14029 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14032 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14033 cat >>confdefs.h
<<_ACEOF
14034 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14042 for ac_header
in X
11/XKBlib.h
14044 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14045 echo "$as_me:$LINENO: checking for $ac_header" >&5
14046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14047 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14048 echo $ECHO_N "(cached) $ECHO_C" >&6
14050 cat >conftest.
$ac_ext <<_ACEOF
14053 cat confdefs.h
>>conftest.
$ac_ext
14054 cat >>conftest.
$ac_ext <<_ACEOF
14055 /* end confdefs.h. */
14057 #if HAVE_X11_XLIB_H
14058 #include <X11/Xlib.h>
14062 #include <$ac_header>
14064 rm -f conftest.
$ac_objext
14065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14066 (eval $ac_compile) 2>conftest.er1
14068 grep -v '^ *+' conftest.er1
>conftest.err
14070 cat conftest.err
>&5
14071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072 (exit $ac_status); } &&
14073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14075 (eval $ac_try) 2>&5
14077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14078 (exit $ac_status); }; } &&
14079 { ac_try
='test -s conftest.$ac_objext'
14080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14081 (eval $ac_try) 2>&5
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); }; }; then
14085 eval "$as_ac_Header=yes"
14087 echo "$as_me: failed program was:" >&5
14088 sed 's/^/| /' conftest.
$ac_ext >&5
14090 eval "$as_ac_Header=no"
14092 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14094 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14095 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14096 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14097 cat >>confdefs.h
<<_ACEOF
14098 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14109 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
14110 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
14111 if test "${ac_cv_c_const+set}" = set; then
14112 echo $ECHO_N "(cached) $ECHO_C" >&6
14114 cat >conftest.
$ac_ext <<_ACEOF
14117 cat confdefs.h
>>conftest.
$ac_ext
14118 cat >>conftest.
$ac_ext <<_ACEOF
14119 /* end confdefs.h. */
14124 /* FIXME: Include the comments suggested by Paul. */
14125 #ifndef __cplusplus
14126 /* Ultrix mips cc rejects this. */
14127 typedef int charset[2];
14129 /* SunOS 4.1.1 cc rejects this. */
14130 char const *const *ccp;
14132 /* NEC SVR4.0.2 mips cc rejects this. */
14133 struct point {int x, y;};
14134 static struct point const zero = {0,0};
14135 /* AIX XL C 1.02.0.0 rejects this.
14136 It does not let you subtract one const X* pointer from another in
14137 an arm of an if-expression whose if-part is not a constant
14139 const char *g = "string";
14140 ccp = &g + (g ? g-g : 0);
14141 /* HPUX 7.0 cc rejects these. */
14144 ccp = (char const *const *) p;
14145 { /* SCO 3.2v4 cc rejects this. */
14147 char const *s = 0 ? (char *) 0 : (char const *) 0;
14151 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
14152 int x[] = {25, 17};
14153 const int *foo = &x[0];
14156 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
14157 typedef const int *iptr;
14161 { /* AIX XL C 1.02.0.0 rejects this saying
14162 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14163 struct s { int j; const int *ap[3]; };
14164 struct s *b; b->j = 5;
14166 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14167 const int foo = 10;
14175 rm -f conftest.
$ac_objext
14176 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14177 (eval $ac_compile) 2>conftest.er1
14179 grep -v '^ *+' conftest.er1
>conftest.err
14181 cat conftest.err
>&5
14182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); } &&
14184 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14186 (eval $ac_try) 2>&5
14188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14189 (exit $ac_status); }; } &&
14190 { ac_try
='test -s conftest.$ac_objext'
14191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14192 (eval $ac_try) 2>&5
14194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14195 (exit $ac_status); }; }; then
14198 echo "$as_me: failed program was:" >&5
14199 sed 's/^/| /' conftest.
$ac_ext >&5
14203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14205 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
14206 echo "${ECHO_T}$ac_cv_c_const" >&6
14207 if test $ac_cv_c_const = no
; then
14209 cat >>confdefs.h
<<\_ACEOF
14215 echo "$as_me:$LINENO: checking for inline" >&5
14216 echo $ECHO_N "checking for inline... $ECHO_C" >&6
14217 if test "${ac_cv_c_inline+set}" = set; then
14218 echo $ECHO_N "(cached) $ECHO_C" >&6
14221 for ac_kw
in inline __inline__ __inline
; do
14222 cat >conftest.
$ac_ext <<_ACEOF
14225 cat confdefs.h
>>conftest.
$ac_ext
14226 cat >>conftest.
$ac_ext <<_ACEOF
14227 /* end confdefs.h. */
14228 #ifndef __cplusplus
14230 static $ac_kw foo_t static_foo () {return 0; }
14231 $ac_kw foo_t foo () {return 0; }
14235 rm -f conftest.
$ac_objext
14236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14237 (eval $ac_compile) 2>conftest.er1
14239 grep -v '^ *+' conftest.er1
>conftest.err
14241 cat conftest.err
>&5
14242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14243 (exit $ac_status); } &&
14244 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14246 (eval $ac_try) 2>&5
14248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249 (exit $ac_status); }; } &&
14250 { ac_try
='test -s conftest.$ac_objext'
14251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14252 (eval $ac_try) 2>&5
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); }; }; then
14256 ac_cv_c_inline
=$ac_kw; break
14258 echo "$as_me: failed program was:" >&5
14259 sed 's/^/| /' conftest.
$ac_ext >&5
14262 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14266 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
14267 echo "${ECHO_T}$ac_cv_c_inline" >&6
14270 case $ac_cv_c_inline in
14273 case $ac_cv_c_inline in
14275 *) ac_val
=$ac_cv_c_inline;;
14277 cat >>confdefs.h
<<_ACEOF
14278 #ifndef __cplusplus
14279 #define inline $ac_val
14286 echo "$as_me:$LINENO: checking for char" >&5
14287 echo $ECHO_N "checking for char... $ECHO_C" >&6
14288 if test "${ac_cv_type_char+set}" = set; then
14289 echo $ECHO_N "(cached) $ECHO_C" >&6
14291 cat >conftest.
$ac_ext <<_ACEOF
14294 cat confdefs.h
>>conftest.
$ac_ext
14295 cat >>conftest.
$ac_ext <<_ACEOF
14296 /* end confdefs.h. */
14297 $ac_includes_default
14309 rm -f conftest.
$ac_objext
14310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14311 (eval $ac_compile) 2>conftest.er1
14313 grep -v '^ *+' conftest.er1
>conftest.err
14315 cat conftest.err
>&5
14316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); } &&
14318 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14320 (eval $ac_try) 2>&5
14322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14323 (exit $ac_status); }; } &&
14324 { ac_try
='test -s conftest.$ac_objext'
14325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14326 (eval $ac_try) 2>&5
14328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14329 (exit $ac_status); }; }; then
14330 ac_cv_type_char
=yes
14332 echo "$as_me: failed program was:" >&5
14333 sed 's/^/| /' conftest.
$ac_ext >&5
14337 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14339 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
14340 echo "${ECHO_T}$ac_cv_type_char" >&6
14342 echo "$as_me:$LINENO: checking size of char" >&5
14343 echo $ECHO_N "checking size of char... $ECHO_C" >&6
14344 if test "${ac_cv_sizeof_char+set}" = set; then
14345 echo $ECHO_N "(cached) $ECHO_C" >&6
14347 if test "$ac_cv_type_char" = yes; then
14348 # The cast to unsigned long works around a bug in the HP C Compiler
14349 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14350 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14351 # This bug is HP SR number 8606223364.
14352 if test "$cross_compiling" = yes; then
14353 # Depending upon the size, compute the lo and hi bounds.
14354 cat >conftest.
$ac_ext <<_ACEOF
14357 cat confdefs.h
>>conftest.
$ac_ext
14358 cat >>conftest.
$ac_ext <<_ACEOF
14359 /* end confdefs.h. */
14360 $ac_includes_default
14364 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
14371 rm -f conftest.
$ac_objext
14372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14373 (eval $ac_compile) 2>conftest.er1
14375 grep -v '^ *+' conftest.er1
>conftest.err
14377 cat conftest.err
>&5
14378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14379 (exit $ac_status); } &&
14380 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14382 (eval $ac_try) 2>&5
14384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14385 (exit $ac_status); }; } &&
14386 { ac_try
='test -s conftest.$ac_objext'
14387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14388 (eval $ac_try) 2>&5
14390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14391 (exit $ac_status); }; }; then
14394 cat >conftest.
$ac_ext <<_ACEOF
14397 cat confdefs.h
>>conftest.
$ac_ext
14398 cat >>conftest.
$ac_ext <<_ACEOF
14399 /* end confdefs.h. */
14400 $ac_includes_default
14404 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14411 rm -f conftest.
$ac_objext
14412 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14413 (eval $ac_compile) 2>conftest.er1
14415 grep -v '^ *+' conftest.er1
>conftest.err
14417 cat conftest.err
>&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } &&
14420 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14422 (eval $ac_try) 2>&5
14424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14425 (exit $ac_status); }; } &&
14426 { ac_try
='test -s conftest.$ac_objext'
14427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14428 (eval $ac_try) 2>&5
14430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14431 (exit $ac_status); }; }; then
14432 ac_hi
=$ac_mid; break
14434 echo "$as_me: failed program was:" >&5
14435 sed 's/^/| /' conftest.
$ac_ext >&5
14437 ac_lo
=`expr $ac_mid + 1`
14438 if test $ac_lo -le $ac_mid; then
14442 ac_mid
=`expr 2 '*' $ac_mid + 1`
14444 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14447 echo "$as_me: failed program was:" >&5
14448 sed 's/^/| /' conftest.
$ac_ext >&5
14450 cat >conftest.
$ac_ext <<_ACEOF
14453 cat confdefs.h
>>conftest.
$ac_ext
14454 cat >>conftest.
$ac_ext <<_ACEOF
14455 /* end confdefs.h. */
14456 $ac_includes_default
14460 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
14467 rm -f conftest.
$ac_objext
14468 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14469 (eval $ac_compile) 2>conftest.er1
14471 grep -v '^ *+' conftest.er1
>conftest.err
14473 cat conftest.err
>&5
14474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14475 (exit $ac_status); } &&
14476 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14478 (eval $ac_try) 2>&5
14480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14481 (exit $ac_status); }; } &&
14482 { ac_try
='test -s conftest.$ac_objext'
14483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14484 (eval $ac_try) 2>&5
14486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14487 (exit $ac_status); }; }; then
14490 cat >conftest.
$ac_ext <<_ACEOF
14493 cat confdefs.h
>>conftest.
$ac_ext
14494 cat >>conftest.
$ac_ext <<_ACEOF
14495 /* end confdefs.h. */
14496 $ac_includes_default
14500 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
14507 rm -f conftest.
$ac_objext
14508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14509 (eval $ac_compile) 2>conftest.er1
14511 grep -v '^ *+' conftest.er1
>conftest.err
14513 cat conftest.err
>&5
14514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14515 (exit $ac_status); } &&
14516 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14518 (eval $ac_try) 2>&5
14520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14521 (exit $ac_status); }; } &&
14522 { ac_try
='test -s conftest.$ac_objext'
14523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14524 (eval $ac_try) 2>&5
14526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14527 (exit $ac_status); }; }; then
14528 ac_lo
=$ac_mid; break
14530 echo "$as_me: failed program was:" >&5
14531 sed 's/^/| /' conftest.
$ac_ext >&5
14533 ac_hi
=`expr '(' $ac_mid ')' - 1`
14534 if test $ac_mid -le $ac_hi; then
14538 ac_mid
=`expr 2 '*' $ac_mid`
14540 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14543 echo "$as_me: failed program was:" >&5
14544 sed 's/^/| /' conftest.
$ac_ext >&5
14548 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14550 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14551 # Binary search between lo and hi bounds.
14552 while test "x$ac_lo" != "x$ac_hi"; do
14553 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14554 cat >conftest.
$ac_ext <<_ACEOF
14557 cat confdefs.h
>>conftest.
$ac_ext
14558 cat >>conftest.
$ac_ext <<_ACEOF
14559 /* end confdefs.h. */
14560 $ac_includes_default
14564 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
14571 rm -f conftest.
$ac_objext
14572 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14573 (eval $ac_compile) 2>conftest.er1
14575 grep -v '^ *+' conftest.er1
>conftest.err
14577 cat conftest.err
>&5
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); } &&
14580 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
14586 { ac_try
='test -s conftest.$ac_objext'
14587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14588 (eval $ac_try) 2>&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); }; }; then
14594 echo "$as_me: failed program was:" >&5
14595 sed 's/^/| /' conftest.
$ac_ext >&5
14597 ac_lo
=`expr '(' $ac_mid ')' + 1`
14599 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14602 ?
*) ac_cv_sizeof_char
=$ac_lo;;
14603 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14604 See \`config.log' for more details." >&5
14605 echo "$as_me: error: cannot compute sizeof (char), 77
14606 See \`config.log' for more details." >&2;}
14607 { (exit 1); exit 1; }; } ;;
14610 if test "$cross_compiling" = yes; then
14611 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
14612 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
14613 { (exit 1); exit 1; }; }
14615 cat >conftest.
$ac_ext <<_ACEOF
14618 cat confdefs.h
>>conftest.
$ac_ext
14619 cat >>conftest.
$ac_ext <<_ACEOF
14620 /* end confdefs.h. */
14621 $ac_includes_default
14622 long longval () { return (long) (sizeof (char)); }
14623 unsigned long ulongval () { return (long) (sizeof (char)); }
14625 #include <stdlib.h>
14630 FILE *f = fopen ("conftest.val", "w");
14633 if (((long) (sizeof (char))) < 0)
14635 long i = longval ();
14636 if (i != ((long) (sizeof (char))))
14638 fprintf (f, "%ld\n", i);
14642 unsigned long i = ulongval ();
14643 if (i != ((long) (sizeof (char))))
14645 fprintf (f, "%lu\n", i);
14647 exit (ferror (f) || fclose (f) != 0);
14653 rm -f conftest
$ac_exeext
14654 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14655 (eval $ac_link) 2>&5
14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14660 (eval $ac_try) 2>&5
14662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14663 (exit $ac_status); }; }; then
14664 ac_cv_sizeof_char
=`cat conftest.val`
14666 echo "$as_me: program exited with status $ac_status" >&5
14667 echo "$as_me: failed program was:" >&5
14668 sed 's/^/| /' conftest.
$ac_ext >&5
14670 ( exit $ac_status )
14671 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14672 See \`config.log' for more details." >&5
14673 echo "$as_me: error: cannot compute sizeof (char), 77
14674 See \`config.log' for more details." >&2;}
14675 { (exit 1); exit 1; }; }
14677 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14682 ac_cv_sizeof_char
=0
14685 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14686 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14687 cat >>confdefs.h
<<_ACEOF
14688 #define SIZEOF_CHAR $ac_cv_sizeof_char
14692 echo "$as_me:$LINENO: checking for short" >&5
14693 echo $ECHO_N "checking for short... $ECHO_C" >&6
14694 if test "${ac_cv_type_short+set}" = set; then
14695 echo $ECHO_N "(cached) $ECHO_C" >&6
14697 cat >conftest.
$ac_ext <<_ACEOF
14700 cat confdefs.h
>>conftest.
$ac_ext
14701 cat >>conftest.
$ac_ext <<_ACEOF
14702 /* end confdefs.h. */
14703 $ac_includes_default
14709 if (sizeof (short))
14715 rm -f conftest.
$ac_objext
14716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14717 (eval $ac_compile) 2>conftest.er1
14719 grep -v '^ *+' conftest.er1
>conftest.err
14721 cat conftest.err
>&5
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } &&
14724 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14726 (eval $ac_try) 2>&5
14728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14729 (exit $ac_status); }; } &&
14730 { ac_try
='test -s conftest.$ac_objext'
14731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14732 (eval $ac_try) 2>&5
14734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); }; }; then
14736 ac_cv_type_short
=yes
14738 echo "$as_me: failed program was:" >&5
14739 sed 's/^/| /' conftest.
$ac_ext >&5
14741 ac_cv_type_short
=no
14743 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14745 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14746 echo "${ECHO_T}$ac_cv_type_short" >&6
14748 echo "$as_me:$LINENO: checking size of short" >&5
14749 echo $ECHO_N "checking size of short... $ECHO_C" >&6
14750 if test "${ac_cv_sizeof_short+set}" = set; then
14751 echo $ECHO_N "(cached) $ECHO_C" >&6
14753 if test "$ac_cv_type_short" = yes; then
14754 # The cast to unsigned long works around a bug in the HP C Compiler
14755 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14756 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14757 # This bug is HP SR number 8606223364.
14758 if test "$cross_compiling" = yes; then
14759 # Depending upon the size, compute the lo and hi bounds.
14760 cat >conftest.
$ac_ext <<_ACEOF
14763 cat confdefs.h
>>conftest.
$ac_ext
14764 cat >>conftest.
$ac_ext <<_ACEOF
14765 /* end confdefs.h. */
14766 $ac_includes_default
14770 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14777 rm -f conftest.
$ac_objext
14778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14779 (eval $ac_compile) 2>conftest.er1
14781 grep -v '^ *+' conftest.er1
>conftest.err
14783 cat conftest.err
>&5
14784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14785 (exit $ac_status); } &&
14786 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14788 (eval $ac_try) 2>&5
14790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14791 (exit $ac_status); }; } &&
14792 { ac_try
='test -s conftest.$ac_objext'
14793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14794 (eval $ac_try) 2>&5
14796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14797 (exit $ac_status); }; }; then
14800 cat >conftest.
$ac_ext <<_ACEOF
14803 cat confdefs.h
>>conftest.
$ac_ext
14804 cat >>conftest.
$ac_ext <<_ACEOF
14805 /* end confdefs.h. */
14806 $ac_includes_default
14810 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14817 rm -f conftest.
$ac_objext
14818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14819 (eval $ac_compile) 2>conftest.er1
14821 grep -v '^ *+' conftest.er1
>conftest.err
14823 cat conftest.err
>&5
14824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14825 (exit $ac_status); } &&
14826 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14828 (eval $ac_try) 2>&5
14830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831 (exit $ac_status); }; } &&
14832 { ac_try
='test -s conftest.$ac_objext'
14833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14834 (eval $ac_try) 2>&5
14836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14837 (exit $ac_status); }; }; then
14838 ac_hi
=$ac_mid; break
14840 echo "$as_me: failed program was:" >&5
14841 sed 's/^/| /' conftest.
$ac_ext >&5
14843 ac_lo
=`expr $ac_mid + 1`
14844 if test $ac_lo -le $ac_mid; then
14848 ac_mid
=`expr 2 '*' $ac_mid + 1`
14850 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14853 echo "$as_me: failed program was:" >&5
14854 sed 's/^/| /' conftest.
$ac_ext >&5
14856 cat >conftest.
$ac_ext <<_ACEOF
14859 cat confdefs.h
>>conftest.
$ac_ext
14860 cat >>conftest.
$ac_ext <<_ACEOF
14861 /* end confdefs.h. */
14862 $ac_includes_default
14866 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14873 rm -f conftest.
$ac_objext
14874 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14875 (eval $ac_compile) 2>conftest.er1
14877 grep -v '^ *+' conftest.er1
>conftest.err
14879 cat conftest.err
>&5
14880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14881 (exit $ac_status); } &&
14882 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14884 (eval $ac_try) 2>&5
14886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14887 (exit $ac_status); }; } &&
14888 { ac_try
='test -s conftest.$ac_objext'
14889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14890 (eval $ac_try) 2>&5
14892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893 (exit $ac_status); }; }; then
14896 cat >conftest.
$ac_ext <<_ACEOF
14899 cat confdefs.h
>>conftest.
$ac_ext
14900 cat >>conftest.
$ac_ext <<_ACEOF
14901 /* end confdefs.h. */
14902 $ac_includes_default
14906 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14913 rm -f conftest.
$ac_objext
14914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14915 (eval $ac_compile) 2>conftest.er1
14917 grep -v '^ *+' conftest.er1
>conftest.err
14919 cat conftest.err
>&5
14920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14921 (exit $ac_status); } &&
14922 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14924 (eval $ac_try) 2>&5
14926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14927 (exit $ac_status); }; } &&
14928 { ac_try
='test -s conftest.$ac_objext'
14929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14930 (eval $ac_try) 2>&5
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); }; }; then
14934 ac_lo
=$ac_mid; break
14936 echo "$as_me: failed program was:" >&5
14937 sed 's/^/| /' conftest.
$ac_ext >&5
14939 ac_hi
=`expr '(' $ac_mid ')' - 1`
14940 if test $ac_mid -le $ac_hi; then
14944 ac_mid
=`expr 2 '*' $ac_mid`
14946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14949 echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.
$ac_ext >&5
14954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14956 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14957 # Binary search between lo and hi bounds.
14958 while test "x$ac_lo" != "x$ac_hi"; do
14959 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14960 cat >conftest.
$ac_ext <<_ACEOF
14963 cat confdefs.h
>>conftest.
$ac_ext
14964 cat >>conftest.
$ac_ext <<_ACEOF
14965 /* end confdefs.h. */
14966 $ac_includes_default
14970 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14977 rm -f conftest.
$ac_objext
14978 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14979 (eval $ac_compile) 2>conftest.er1
14981 grep -v '^ *+' conftest.er1
>conftest.err
14983 cat conftest.err
>&5
14984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14985 (exit $ac_status); } &&
14986 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14988 (eval $ac_try) 2>&5
14990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14991 (exit $ac_status); }; } &&
14992 { ac_try
='test -s conftest.$ac_objext'
14993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14994 (eval $ac_try) 2>&5
14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); }; }; then
15000 echo "$as_me: failed program was:" >&5
15001 sed 's/^/| /' conftest.
$ac_ext >&5
15003 ac_lo
=`expr '(' $ac_mid ')' + 1`
15005 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15008 ?
*) ac_cv_sizeof_short
=$ac_lo;;
15009 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15010 See \`config.log' for more details." >&5
15011 echo "$as_me: error: cannot compute sizeof (short), 77
15012 See \`config.log' for more details." >&2;}
15013 { (exit 1); exit 1; }; } ;;
15016 if test "$cross_compiling" = yes; then
15017 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15018 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15019 { (exit 1); exit 1; }; }
15021 cat >conftest.
$ac_ext <<_ACEOF
15024 cat confdefs.h
>>conftest.
$ac_ext
15025 cat >>conftest.
$ac_ext <<_ACEOF
15026 /* end confdefs.h. */
15027 $ac_includes_default
15028 long longval () { return (long) (sizeof (short)); }
15029 unsigned long ulongval () { return (long) (sizeof (short)); }
15031 #include <stdlib.h>
15036 FILE *f = fopen ("conftest.val", "w");
15039 if (((long) (sizeof (short))) < 0)
15041 long i = longval ();
15042 if (i != ((long) (sizeof (short))))
15044 fprintf (f, "%ld\n", i);
15048 unsigned long i = ulongval ();
15049 if (i != ((long) (sizeof (short))))
15051 fprintf (f, "%lu\n", i);
15053 exit (ferror (f) || fclose (f) != 0);
15059 rm -f conftest
$ac_exeext
15060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15061 (eval $ac_link) 2>&5
15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15066 (eval $ac_try) 2>&5
15068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15069 (exit $ac_status); }; }; then
15070 ac_cv_sizeof_short
=`cat conftest.val`
15072 echo "$as_me: program exited with status $ac_status" >&5
15073 echo "$as_me: failed program was:" >&5
15074 sed 's/^/| /' conftest.
$ac_ext >&5
15076 ( exit $ac_status )
15077 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
15078 See \`config.log' for more details." >&5
15079 echo "$as_me: error: cannot compute sizeof (short), 77
15080 See \`config.log' for more details." >&2;}
15081 { (exit 1); exit 1; }; }
15083 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15088 ac_cv_sizeof_short
=0
15091 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
15092 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
15093 cat >>confdefs.h
<<_ACEOF
15094 #define SIZEOF_SHORT $ac_cv_sizeof_short
15098 echo "$as_me:$LINENO: checking for void *" >&5
15099 echo $ECHO_N "checking for void *... $ECHO_C" >&6
15100 if test "${ac_cv_type_void_p+set}" = set; then
15101 echo $ECHO_N "(cached) $ECHO_C" >&6
15103 cat >conftest.
$ac_ext <<_ACEOF
15106 cat confdefs.h
>>conftest.
$ac_ext
15107 cat >>conftest.
$ac_ext <<_ACEOF
15108 /* end confdefs.h. */
15109 $ac_includes_default
15115 if (sizeof (void *))
15121 rm -f conftest.
$ac_objext
15122 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15123 (eval $ac_compile) 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); } &&
15130 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15132 (eval $ac_try) 2>&5
15134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15135 (exit $ac_status); }; } &&
15136 { ac_try
='test -s conftest.$ac_objext'
15137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15138 (eval $ac_try) 2>&5
15140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); }; }; then
15142 ac_cv_type_void_p
=yes
15144 echo "$as_me: failed program was:" >&5
15145 sed 's/^/| /' conftest.
$ac_ext >&5
15147 ac_cv_type_void_p
=no
15149 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15151 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
15152 echo "${ECHO_T}$ac_cv_type_void_p" >&6
15154 echo "$as_me:$LINENO: checking size of void *" >&5
15155 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
15156 if test "${ac_cv_sizeof_void_p+set}" = set; then
15157 echo $ECHO_N "(cached) $ECHO_C" >&6
15159 if test "$ac_cv_type_void_p" = yes; then
15160 # The cast to unsigned long works around a bug in the HP C Compiler
15161 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15162 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15163 # This bug is HP SR number 8606223364.
15164 if test "$cross_compiling" = yes; then
15165 # Depending upon the size, compute the lo and hi bounds.
15166 cat >conftest.
$ac_ext <<_ACEOF
15169 cat confdefs.h
>>conftest.
$ac_ext
15170 cat >>conftest.
$ac_ext <<_ACEOF
15171 /* end confdefs.h. */
15172 $ac_includes_default
15176 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
15183 rm -f conftest.
$ac_objext
15184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15185 (eval $ac_compile) 2>conftest.er1
15187 grep -v '^ *+' conftest.er1
>conftest.err
15189 cat conftest.err
>&5
15190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15191 (exit $ac_status); } &&
15192 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15194 (eval $ac_try) 2>&5
15196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15197 (exit $ac_status); }; } &&
15198 { ac_try
='test -s conftest.$ac_objext'
15199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15200 (eval $ac_try) 2>&5
15202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15203 (exit $ac_status); }; }; then
15206 cat >conftest.
$ac_ext <<_ACEOF
15209 cat confdefs.h
>>conftest.
$ac_ext
15210 cat >>conftest.
$ac_ext <<_ACEOF
15211 /* end confdefs.h. */
15212 $ac_includes_default
15216 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15223 rm -f conftest.
$ac_objext
15224 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15225 (eval $ac_compile) 2>conftest.er1
15227 grep -v '^ *+' conftest.er1
>conftest.err
15229 cat conftest.err
>&5
15230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231 (exit $ac_status); } &&
15232 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15234 (eval $ac_try) 2>&5
15236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); }; } &&
15238 { ac_try
='test -s conftest.$ac_objext'
15239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15240 (eval $ac_try) 2>&5
15242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15243 (exit $ac_status); }; }; then
15244 ac_hi
=$ac_mid; break
15246 echo "$as_me: failed program was:" >&5
15247 sed 's/^/| /' conftest.
$ac_ext >&5
15249 ac_lo
=`expr $ac_mid + 1`
15250 if test $ac_lo -le $ac_mid; then
15254 ac_mid
=`expr 2 '*' $ac_mid + 1`
15256 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15259 echo "$as_me: failed program was:" >&5
15260 sed 's/^/| /' conftest.
$ac_ext >&5
15262 cat >conftest.
$ac_ext <<_ACEOF
15265 cat confdefs.h
>>conftest.
$ac_ext
15266 cat >>conftest.
$ac_ext <<_ACEOF
15267 /* end confdefs.h. */
15268 $ac_includes_default
15272 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
15279 rm -f conftest.
$ac_objext
15280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15281 (eval $ac_compile) 2>conftest.er1
15283 grep -v '^ *+' conftest.er1
>conftest.err
15285 cat conftest.err
>&5
15286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15287 (exit $ac_status); } &&
15288 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15290 (eval $ac_try) 2>&5
15292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15293 (exit $ac_status); }; } &&
15294 { ac_try
='test -s conftest.$ac_objext'
15295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15296 (eval $ac_try) 2>&5
15298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15299 (exit $ac_status); }; }; then
15302 cat >conftest.
$ac_ext <<_ACEOF
15305 cat confdefs.h
>>conftest.
$ac_ext
15306 cat >>conftest.
$ac_ext <<_ACEOF
15307 /* end confdefs.h. */
15308 $ac_includes_default
15312 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
15319 rm -f conftest.
$ac_objext
15320 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15321 (eval $ac_compile) 2>conftest.er1
15323 grep -v '^ *+' conftest.er1
>conftest.err
15325 cat conftest.err
>&5
15326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15327 (exit $ac_status); } &&
15328 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15330 (eval $ac_try) 2>&5
15332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15333 (exit $ac_status); }; } &&
15334 { ac_try
='test -s conftest.$ac_objext'
15335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15336 (eval $ac_try) 2>&5
15338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15339 (exit $ac_status); }; }; then
15340 ac_lo
=$ac_mid; break
15342 echo "$as_me: failed program was:" >&5
15343 sed 's/^/| /' conftest.
$ac_ext >&5
15345 ac_hi
=`expr '(' $ac_mid ')' - 1`
15346 if test $ac_mid -le $ac_hi; then
15350 ac_mid
=`expr 2 '*' $ac_mid`
15352 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15355 echo "$as_me: failed program was:" >&5
15356 sed 's/^/| /' conftest.
$ac_ext >&5
15360 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15362 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15363 # Binary search between lo and hi bounds.
15364 while test "x$ac_lo" != "x$ac_hi"; do
15365 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15366 cat >conftest.
$ac_ext <<_ACEOF
15369 cat confdefs.h
>>conftest.
$ac_ext
15370 cat >>conftest.
$ac_ext <<_ACEOF
15371 /* end confdefs.h. */
15372 $ac_includes_default
15376 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
15383 rm -f conftest.
$ac_objext
15384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15385 (eval $ac_compile) 2>conftest.er1
15387 grep -v '^ *+' conftest.er1
>conftest.err
15389 cat conftest.err
>&5
15390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15391 (exit $ac_status); } &&
15392 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15394 (eval $ac_try) 2>&5
15396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397 (exit $ac_status); }; } &&
15398 { ac_try
='test -s conftest.$ac_objext'
15399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15400 (eval $ac_try) 2>&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); }; }; then
15406 echo "$as_me: failed program was:" >&5
15407 sed 's/^/| /' conftest.
$ac_ext >&5
15409 ac_lo
=`expr '(' $ac_mid ')' + 1`
15411 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15414 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
15415 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15416 See \`config.log' for more details." >&5
15417 echo "$as_me: error: cannot compute sizeof (void *), 77
15418 See \`config.log' for more details." >&2;}
15419 { (exit 1); exit 1; }; } ;;
15422 if test "$cross_compiling" = yes; then
15423 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15424 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15425 { (exit 1); exit 1; }; }
15427 cat >conftest.
$ac_ext <<_ACEOF
15430 cat confdefs.h
>>conftest.
$ac_ext
15431 cat >>conftest.
$ac_ext <<_ACEOF
15432 /* end confdefs.h. */
15433 $ac_includes_default
15434 long longval () { return (long) (sizeof (void *)); }
15435 unsigned long ulongval () { return (long) (sizeof (void *)); }
15437 #include <stdlib.h>
15442 FILE *f = fopen ("conftest.val", "w");
15445 if (((long) (sizeof (void *))) < 0)
15447 long i = longval ();
15448 if (i != ((long) (sizeof (void *))))
15450 fprintf (f, "%ld\n", i);
15454 unsigned long i = ulongval ();
15455 if (i != ((long) (sizeof (void *))))
15457 fprintf (f, "%lu\n", i);
15459 exit (ferror (f) || fclose (f) != 0);
15465 rm -f conftest
$ac_exeext
15466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15467 (eval $ac_link) 2>&5
15469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15470 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15472 (eval $ac_try) 2>&5
15474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15475 (exit $ac_status); }; }; then
15476 ac_cv_sizeof_void_p
=`cat conftest.val`
15478 echo "$as_me: program exited with status $ac_status" >&5
15479 echo "$as_me: failed program was:" >&5
15480 sed 's/^/| /' conftest.
$ac_ext >&5
15482 ( exit $ac_status )
15483 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
15484 See \`config.log' for more details." >&5
15485 echo "$as_me: error: cannot compute sizeof (void *), 77
15486 See \`config.log' for more details." >&2;}
15487 { (exit 1); exit 1; }; }
15489 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15494 ac_cv_sizeof_void_p
=0
15497 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
15498 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
15499 cat >>confdefs.h
<<_ACEOF
15500 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15504 echo "$as_me:$LINENO: checking for int" >&5
15505 echo $ECHO_N "checking for int... $ECHO_C" >&6
15506 if test "${ac_cv_type_int+set}" = set; then
15507 echo $ECHO_N "(cached) $ECHO_C" >&6
15509 cat >conftest.
$ac_ext <<_ACEOF
15512 cat confdefs.h
>>conftest.
$ac_ext
15513 cat >>conftest.
$ac_ext <<_ACEOF
15514 /* end confdefs.h. */
15515 $ac_includes_default
15527 rm -f conftest.
$ac_objext
15528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15529 (eval $ac_compile) 2>conftest.er1
15531 grep -v '^ *+' conftest.er1
>conftest.err
15533 cat conftest.err
>&5
15534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15535 (exit $ac_status); } &&
15536 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15538 (eval $ac_try) 2>&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); }; } &&
15542 { ac_try
='test -s conftest.$ac_objext'
15543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15544 (eval $ac_try) 2>&5
15546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15547 (exit $ac_status); }; }; then
15550 echo "$as_me: failed program was:" >&5
15551 sed 's/^/| /' conftest.
$ac_ext >&5
15555 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15557 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
15558 echo "${ECHO_T}$ac_cv_type_int" >&6
15560 echo "$as_me:$LINENO: checking size of int" >&5
15561 echo $ECHO_N "checking size of int... $ECHO_C" >&6
15562 if test "${ac_cv_sizeof_int+set}" = set; then
15563 echo $ECHO_N "(cached) $ECHO_C" >&6
15565 if test "$ac_cv_type_int" = yes; then
15566 # The cast to unsigned long works around a bug in the HP C Compiler
15567 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15568 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15569 # This bug is HP SR number 8606223364.
15570 if test "$cross_compiling" = yes; then
15571 # Depending upon the size, compute the lo and hi bounds.
15572 cat >conftest.
$ac_ext <<_ACEOF
15575 cat confdefs.h
>>conftest.
$ac_ext
15576 cat >>conftest.
$ac_ext <<_ACEOF
15577 /* end confdefs.h. */
15578 $ac_includes_default
15582 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
15589 rm -f conftest.
$ac_objext
15590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15591 (eval $ac_compile) 2>conftest.er1
15593 grep -v '^ *+' conftest.er1
>conftest.err
15595 cat conftest.err
>&5
15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597 (exit $ac_status); } &&
15598 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15600 (eval $ac_try) 2>&5
15602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15603 (exit $ac_status); }; } &&
15604 { ac_try
='test -s conftest.$ac_objext'
15605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15606 (eval $ac_try) 2>&5
15608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15609 (exit $ac_status); }; }; then
15612 cat >conftest.
$ac_ext <<_ACEOF
15615 cat confdefs.h
>>conftest.
$ac_ext
15616 cat >>conftest.
$ac_ext <<_ACEOF
15617 /* end confdefs.h. */
15618 $ac_includes_default
15622 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15629 rm -f conftest.
$ac_objext
15630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15631 (eval $ac_compile) 2>conftest.er1
15633 grep -v '^ *+' conftest.er1
>conftest.err
15635 cat conftest.err
>&5
15636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15637 (exit $ac_status); } &&
15638 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15640 (eval $ac_try) 2>&5
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); }; } &&
15644 { ac_try
='test -s conftest.$ac_objext'
15645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15646 (eval $ac_try) 2>&5
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); }; }; then
15650 ac_hi
=$ac_mid; break
15652 echo "$as_me: failed program was:" >&5
15653 sed 's/^/| /' conftest.
$ac_ext >&5
15655 ac_lo
=`expr $ac_mid + 1`
15656 if test $ac_lo -le $ac_mid; then
15660 ac_mid
=`expr 2 '*' $ac_mid + 1`
15662 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15665 echo "$as_me: failed program was:" >&5
15666 sed 's/^/| /' conftest.
$ac_ext >&5
15668 cat >conftest.
$ac_ext <<_ACEOF
15671 cat confdefs.h
>>conftest.
$ac_ext
15672 cat >>conftest.
$ac_ext <<_ACEOF
15673 /* end confdefs.h. */
15674 $ac_includes_default
15678 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
15685 rm -f conftest.
$ac_objext
15686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15687 (eval $ac_compile) 2>conftest.er1
15689 grep -v '^ *+' conftest.er1
>conftest.err
15691 cat conftest.err
>&5
15692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15693 (exit $ac_status); } &&
15694 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15696 (eval $ac_try) 2>&5
15698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15699 (exit $ac_status); }; } &&
15700 { ac_try
='test -s conftest.$ac_objext'
15701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15702 (eval $ac_try) 2>&5
15704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15705 (exit $ac_status); }; }; then
15708 cat >conftest.
$ac_ext <<_ACEOF
15711 cat confdefs.h
>>conftest.
$ac_ext
15712 cat >>conftest.
$ac_ext <<_ACEOF
15713 /* end confdefs.h. */
15714 $ac_includes_default
15718 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15725 rm -f conftest.
$ac_objext
15726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15727 (eval $ac_compile) 2>conftest.er1
15729 grep -v '^ *+' conftest.er1
>conftest.err
15731 cat conftest.err
>&5
15732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15733 (exit $ac_status); } &&
15734 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15736 (eval $ac_try) 2>&5
15738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15739 (exit $ac_status); }; } &&
15740 { ac_try
='test -s conftest.$ac_objext'
15741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15742 (eval $ac_try) 2>&5
15744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15745 (exit $ac_status); }; }; then
15746 ac_lo
=$ac_mid; break
15748 echo "$as_me: failed program was:" >&5
15749 sed 's/^/| /' conftest.
$ac_ext >&5
15751 ac_hi
=`expr '(' $ac_mid ')' - 1`
15752 if test $ac_mid -le $ac_hi; then
15756 ac_mid
=`expr 2 '*' $ac_mid`
15758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15761 echo "$as_me: failed program was:" >&5
15762 sed 's/^/| /' conftest.
$ac_ext >&5
15766 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15768 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15769 # Binary search between lo and hi bounds.
15770 while test "x$ac_lo" != "x$ac_hi"; do
15771 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15772 cat >conftest.
$ac_ext <<_ACEOF
15775 cat confdefs.h
>>conftest.
$ac_ext
15776 cat >>conftest.
$ac_ext <<_ACEOF
15777 /* end confdefs.h. */
15778 $ac_includes_default
15782 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15789 rm -f conftest.
$ac_objext
15790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15791 (eval $ac_compile) 2>conftest.er1
15793 grep -v '^ *+' conftest.er1
>conftest.err
15795 cat conftest.err
>&5
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); } &&
15798 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15800 (eval $ac_try) 2>&5
15802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15803 (exit $ac_status); }; } &&
15804 { ac_try
='test -s conftest.$ac_objext'
15805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15806 (eval $ac_try) 2>&5
15808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15809 (exit $ac_status); }; }; then
15812 echo "$as_me: failed program was:" >&5
15813 sed 's/^/| /' conftest.
$ac_ext >&5
15815 ac_lo
=`expr '(' $ac_mid ')' + 1`
15817 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15820 ?
*) ac_cv_sizeof_int
=$ac_lo;;
15821 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15822 See \`config.log' for more details." >&5
15823 echo "$as_me: error: cannot compute sizeof (int), 77
15824 See \`config.log' for more details." >&2;}
15825 { (exit 1); exit 1; }; } ;;
15828 if test "$cross_compiling" = yes; then
15829 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
15830 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
15831 { (exit 1); exit 1; }; }
15833 cat >conftest.
$ac_ext <<_ACEOF
15836 cat confdefs.h
>>conftest.
$ac_ext
15837 cat >>conftest.
$ac_ext <<_ACEOF
15838 /* end confdefs.h. */
15839 $ac_includes_default
15840 long longval () { return (long) (sizeof (int)); }
15841 unsigned long ulongval () { return (long) (sizeof (int)); }
15843 #include <stdlib.h>
15848 FILE *f = fopen ("conftest.val", "w");
15851 if (((long) (sizeof (int))) < 0)
15853 long i = longval ();
15854 if (i != ((long) (sizeof (int))))
15856 fprintf (f, "%ld\n", i);
15860 unsigned long i = ulongval ();
15861 if (i != ((long) (sizeof (int))))
15863 fprintf (f, "%lu\n", i);
15865 exit (ferror (f) || fclose (f) != 0);
15871 rm -f conftest
$ac_exeext
15872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15873 (eval $ac_link) 2>&5
15875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15876 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
15877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15878 (eval $ac_try) 2>&5
15880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); }; }; then
15882 ac_cv_sizeof_int
=`cat conftest.val`
15884 echo "$as_me: program exited with status $ac_status" >&5
15885 echo "$as_me: failed program was:" >&5
15886 sed 's/^/| /' conftest.
$ac_ext >&5
15888 ( exit $ac_status )
15889 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15890 See \`config.log' for more details." >&5
15891 echo "$as_me: error: cannot compute sizeof (int), 77
15892 See \`config.log' for more details." >&2;}
15893 { (exit 1); exit 1; }; }
15895 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
15903 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15904 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15905 cat >>confdefs.h
<<_ACEOF
15906 #define SIZEOF_INT $ac_cv_sizeof_int
15910 echo "$as_me:$LINENO: checking for long" >&5
15911 echo $ECHO_N "checking for long... $ECHO_C" >&6
15912 if test "${ac_cv_type_long+set}" = set; then
15913 echo $ECHO_N "(cached) $ECHO_C" >&6
15915 cat >conftest.
$ac_ext <<_ACEOF
15918 cat confdefs.h
>>conftest.
$ac_ext
15919 cat >>conftest.
$ac_ext <<_ACEOF
15920 /* end confdefs.h. */
15921 $ac_includes_default
15933 rm -f conftest.
$ac_objext
15934 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15935 (eval $ac_compile) 2>conftest.er1
15937 grep -v '^ *+' conftest.er1
>conftest.err
15939 cat conftest.err
>&5
15940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941 (exit $ac_status); } &&
15942 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15944 (eval $ac_try) 2>&5
15946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947 (exit $ac_status); }; } &&
15948 { ac_try
='test -s conftest.$ac_objext'
15949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15950 (eval $ac_try) 2>&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); }; }; then
15954 ac_cv_type_long
=yes
15956 echo "$as_me: failed program was:" >&5
15957 sed 's/^/| /' conftest.
$ac_ext >&5
15961 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15963 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15964 echo "${ECHO_T}$ac_cv_type_long" >&6
15966 echo "$as_me:$LINENO: checking size of long" >&5
15967 echo $ECHO_N "checking size of long... $ECHO_C" >&6
15968 if test "${ac_cv_sizeof_long+set}" = set; then
15969 echo $ECHO_N "(cached) $ECHO_C" >&6
15971 if test "$ac_cv_type_long" = yes; then
15972 # The cast to unsigned long works around a bug in the HP C Compiler
15973 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15974 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15975 # This bug is HP SR number 8606223364.
15976 if test "$cross_compiling" = yes; then
15977 # Depending upon the size, compute the lo and hi bounds.
15978 cat >conftest.
$ac_ext <<_ACEOF
15981 cat confdefs.h
>>conftest.
$ac_ext
15982 cat >>conftest.
$ac_ext <<_ACEOF
15983 /* end confdefs.h. */
15984 $ac_includes_default
15988 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15995 rm -f conftest.
$ac_objext
15996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15997 (eval $ac_compile) 2>conftest.er1
15999 grep -v '^ *+' conftest.er1
>conftest.err
16001 cat conftest.err
>&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 (exit $ac_status); } &&
16004 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16006 (eval $ac_try) 2>&5
16008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16009 (exit $ac_status); }; } &&
16010 { ac_try
='test -s conftest.$ac_objext'
16011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16012 (eval $ac_try) 2>&5
16014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16015 (exit $ac_status); }; }; then
16018 cat >conftest.
$ac_ext <<_ACEOF
16021 cat confdefs.h
>>conftest.
$ac_ext
16022 cat >>conftest.
$ac_ext <<_ACEOF
16023 /* end confdefs.h. */
16024 $ac_includes_default
16028 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16035 rm -f conftest.
$ac_objext
16036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16037 (eval $ac_compile) 2>conftest.er1
16039 grep -v '^ *+' conftest.er1
>conftest.err
16041 cat conftest.err
>&5
16042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16043 (exit $ac_status); } &&
16044 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16046 (eval $ac_try) 2>&5
16048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16049 (exit $ac_status); }; } &&
16050 { ac_try
='test -s conftest.$ac_objext'
16051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16052 (eval $ac_try) 2>&5
16054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16055 (exit $ac_status); }; }; then
16056 ac_hi
=$ac_mid; break
16058 echo "$as_me: failed program was:" >&5
16059 sed 's/^/| /' conftest.
$ac_ext >&5
16061 ac_lo
=`expr $ac_mid + 1`
16062 if test $ac_lo -le $ac_mid; then
16066 ac_mid
=`expr 2 '*' $ac_mid + 1`
16068 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16071 echo "$as_me: failed program was:" >&5
16072 sed 's/^/| /' conftest.
$ac_ext >&5
16074 cat >conftest.
$ac_ext <<_ACEOF
16077 cat confdefs.h
>>conftest.
$ac_ext
16078 cat >>conftest.
$ac_ext <<_ACEOF
16079 /* end confdefs.h. */
16080 $ac_includes_default
16084 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
16091 rm -f conftest.
$ac_objext
16092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16093 (eval $ac_compile) 2>conftest.er1
16095 grep -v '^ *+' conftest.er1
>conftest.err
16097 cat conftest.err
>&5
16098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } &&
16100 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16102 (eval $ac_try) 2>&5
16104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105 (exit $ac_status); }; } &&
16106 { ac_try
='test -s conftest.$ac_objext'
16107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16108 (eval $ac_try) 2>&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); }; }; then
16114 cat >conftest.
$ac_ext <<_ACEOF
16117 cat confdefs.h
>>conftest.
$ac_ext
16118 cat >>conftest.
$ac_ext <<_ACEOF
16119 /* end confdefs.h. */
16120 $ac_includes_default
16124 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
16131 rm -f conftest.
$ac_objext
16132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16133 (eval $ac_compile) 2>conftest.er1
16135 grep -v '^ *+' conftest.er1
>conftest.err
16137 cat conftest.err
>&5
16138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16139 (exit $ac_status); } &&
16140 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16142 (eval $ac_try) 2>&5
16144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16145 (exit $ac_status); }; } &&
16146 { ac_try
='test -s conftest.$ac_objext'
16147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16148 (eval $ac_try) 2>&5
16150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16151 (exit $ac_status); }; }; then
16152 ac_lo
=$ac_mid; break
16154 echo "$as_me: failed program was:" >&5
16155 sed 's/^/| /' conftest.
$ac_ext >&5
16157 ac_hi
=`expr '(' $ac_mid ')' - 1`
16158 if test $ac_mid -le $ac_hi; then
16162 ac_mid
=`expr 2 '*' $ac_mid`
16164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16167 echo "$as_me: failed program was:" >&5
16168 sed 's/^/| /' conftest.
$ac_ext >&5
16172 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16174 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16175 # Binary search between lo and hi bounds.
16176 while test "x$ac_lo" != "x$ac_hi"; do
16177 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16178 cat >conftest.
$ac_ext <<_ACEOF
16181 cat confdefs.h
>>conftest.
$ac_ext
16182 cat >>conftest.
$ac_ext <<_ACEOF
16183 /* end confdefs.h. */
16184 $ac_includes_default
16188 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16195 rm -f conftest.
$ac_objext
16196 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16197 (eval $ac_compile) 2>conftest.er1
16199 grep -v '^ *+' conftest.er1
>conftest.err
16201 cat conftest.err
>&5
16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203 (exit $ac_status); } &&
16204 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16206 (eval $ac_try) 2>&5
16208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16209 (exit $ac_status); }; } &&
16210 { ac_try
='test -s conftest.$ac_objext'
16211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16212 (eval $ac_try) 2>&5
16214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16215 (exit $ac_status); }; }; then
16218 echo "$as_me: failed program was:" >&5
16219 sed 's/^/| /' conftest.
$ac_ext >&5
16221 ac_lo
=`expr '(' $ac_mid ')' + 1`
16223 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16226 ?
*) ac_cv_sizeof_long
=$ac_lo;;
16227 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16228 See \`config.log' for more details." >&5
16229 echo "$as_me: error: cannot compute sizeof (long), 77
16230 See \`config.log' for more details." >&2;}
16231 { (exit 1); exit 1; }; } ;;
16234 if test "$cross_compiling" = yes; then
16235 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16236 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16237 { (exit 1); exit 1; }; }
16239 cat >conftest.
$ac_ext <<_ACEOF
16242 cat confdefs.h
>>conftest.
$ac_ext
16243 cat >>conftest.
$ac_ext <<_ACEOF
16244 /* end confdefs.h. */
16245 $ac_includes_default
16246 long longval () { return (long) (sizeof (long)); }
16247 unsigned long ulongval () { return (long) (sizeof (long)); }
16249 #include <stdlib.h>
16254 FILE *f = fopen ("conftest.val", "w");
16257 if (((long) (sizeof (long))) < 0)
16259 long i = longval ();
16260 if (i != ((long) (sizeof (long))))
16262 fprintf (f, "%ld\n", i);
16266 unsigned long i = ulongval ();
16267 if (i != ((long) (sizeof (long))))
16269 fprintf (f, "%lu\n", i);
16271 exit (ferror (f) || fclose (f) != 0);
16277 rm -f conftest
$ac_exeext
16278 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16279 (eval $ac_link) 2>&5
16281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16282 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16284 (eval $ac_try) 2>&5
16286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16287 (exit $ac_status); }; }; then
16288 ac_cv_sizeof_long
=`cat conftest.val`
16290 echo "$as_me: program exited with status $ac_status" >&5
16291 echo "$as_me: failed program was:" >&5
16292 sed 's/^/| /' conftest.
$ac_ext >&5
16294 ( exit $ac_status )
16295 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
16296 See \`config.log' for more details." >&5
16297 echo "$as_me: error: cannot compute sizeof (long), 77
16298 See \`config.log' for more details." >&2;}
16299 { (exit 1); exit 1; }; }
16301 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16306 ac_cv_sizeof_long
=0
16309 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
16310 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
16311 cat >>confdefs.h
<<_ACEOF
16312 #define SIZEOF_LONG $ac_cv_sizeof_long
16316 echo "$as_me:$LINENO: checking for size_t" >&5
16317 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
16318 if test "${ac_cv_type_size_t+set}" = set; then
16319 echo $ECHO_N "(cached) $ECHO_C" >&6
16321 cat >conftest.
$ac_ext <<_ACEOF
16324 cat confdefs.h
>>conftest.
$ac_ext
16325 cat >>conftest.
$ac_ext <<_ACEOF
16326 /* end confdefs.h. */
16327 $ac_includes_default
16333 if (sizeof (size_t))
16339 rm -f conftest.
$ac_objext
16340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16341 (eval $ac_compile) 2>conftest.er1
16343 grep -v '^ *+' conftest.er1
>conftest.err
16345 cat conftest.err
>&5
16346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16347 (exit $ac_status); } &&
16348 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16350 (eval $ac_try) 2>&5
16352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); }; } &&
16354 { ac_try
='test -s conftest.$ac_objext'
16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16356 (eval $ac_try) 2>&5
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); }; }; then
16360 ac_cv_type_size_t
=yes
16362 echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.
$ac_ext >&5
16365 ac_cv_type_size_t
=no
16367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16369 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16370 echo "${ECHO_T}$ac_cv_type_size_t" >&6
16372 echo "$as_me:$LINENO: checking size of size_t" >&5
16373 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
16374 if test "${ac_cv_sizeof_size_t+set}" = set; then
16375 echo $ECHO_N "(cached) $ECHO_C" >&6
16377 if test "$ac_cv_type_size_t" = yes; then
16378 # The cast to unsigned long works around a bug in the HP C Compiler
16379 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16380 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16381 # This bug is HP SR number 8606223364.
16382 if test "$cross_compiling" = yes; then
16383 # Depending upon the size, compute the lo and hi bounds.
16384 cat >conftest.
$ac_ext <<_ACEOF
16387 cat confdefs.h
>>conftest.
$ac_ext
16388 cat >>conftest.
$ac_ext <<_ACEOF
16389 /* end confdefs.h. */
16390 $ac_includes_default
16394 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
16401 rm -f conftest.
$ac_objext
16402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16403 (eval $ac_compile) 2>conftest.er1
16405 grep -v '^ *+' conftest.er1
>conftest.err
16407 cat conftest.err
>&5
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); } &&
16410 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16412 (eval $ac_try) 2>&5
16414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16415 (exit $ac_status); }; } &&
16416 { ac_try
='test -s conftest.$ac_objext'
16417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16418 (eval $ac_try) 2>&5
16420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421 (exit $ac_status); }; }; then
16424 cat >conftest.
$ac_ext <<_ACEOF
16427 cat confdefs.h
>>conftest.
$ac_ext
16428 cat >>conftest.
$ac_ext <<_ACEOF
16429 /* end confdefs.h. */
16430 $ac_includes_default
16434 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16441 rm -f conftest.
$ac_objext
16442 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16443 (eval $ac_compile) 2>conftest.er1
16445 grep -v '^ *+' conftest.er1
>conftest.err
16447 cat conftest.err
>&5
16448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16449 (exit $ac_status); } &&
16450 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16452 (eval $ac_try) 2>&5
16454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16455 (exit $ac_status); }; } &&
16456 { ac_try
='test -s conftest.$ac_objext'
16457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16458 (eval $ac_try) 2>&5
16460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16461 (exit $ac_status); }; }; then
16462 ac_hi
=$ac_mid; break
16464 echo "$as_me: failed program was:" >&5
16465 sed 's/^/| /' conftest.
$ac_ext >&5
16467 ac_lo
=`expr $ac_mid + 1`
16468 if test $ac_lo -le $ac_mid; then
16472 ac_mid
=`expr 2 '*' $ac_mid + 1`
16474 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16477 echo "$as_me: failed program was:" >&5
16478 sed 's/^/| /' conftest.
$ac_ext >&5
16480 cat >conftest.
$ac_ext <<_ACEOF
16483 cat confdefs.h
>>conftest.
$ac_ext
16484 cat >>conftest.
$ac_ext <<_ACEOF
16485 /* end confdefs.h. */
16486 $ac_includes_default
16490 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
16497 rm -f conftest.
$ac_objext
16498 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16499 (eval $ac_compile) 2>conftest.er1
16501 grep -v '^ *+' conftest.er1
>conftest.err
16503 cat conftest.err
>&5
16504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16505 (exit $ac_status); } &&
16506 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16508 (eval $ac_try) 2>&5
16510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); }; } &&
16512 { ac_try
='test -s conftest.$ac_objext'
16513 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16514 (eval $ac_try) 2>&5
16516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16517 (exit $ac_status); }; }; then
16520 cat >conftest.
$ac_ext <<_ACEOF
16523 cat confdefs.h
>>conftest.
$ac_ext
16524 cat >>conftest.
$ac_ext <<_ACEOF
16525 /* end confdefs.h. */
16526 $ac_includes_default
16530 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
16537 rm -f conftest.
$ac_objext
16538 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16539 (eval $ac_compile) 2>conftest.er1
16541 grep -v '^ *+' conftest.er1
>conftest.err
16543 cat conftest.err
>&5
16544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16545 (exit $ac_status); } &&
16546 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16548 (eval $ac_try) 2>&5
16550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16551 (exit $ac_status); }; } &&
16552 { ac_try
='test -s conftest.$ac_objext'
16553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16554 (eval $ac_try) 2>&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); }; }; then
16558 ac_lo
=$ac_mid; break
16560 echo "$as_me: failed program was:" >&5
16561 sed 's/^/| /' conftest.
$ac_ext >&5
16563 ac_hi
=`expr '(' $ac_mid ')' - 1`
16564 if test $ac_mid -le $ac_hi; then
16568 ac_mid
=`expr 2 '*' $ac_mid`
16570 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16573 echo "$as_me: failed program was:" >&5
16574 sed 's/^/| /' conftest.
$ac_ext >&5
16578 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16580 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16581 # Binary search between lo and hi bounds.
16582 while test "x$ac_lo" != "x$ac_hi"; do
16583 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16584 cat >conftest.
$ac_ext <<_ACEOF
16587 cat confdefs.h
>>conftest.
$ac_ext
16588 cat >>conftest.
$ac_ext <<_ACEOF
16589 /* end confdefs.h. */
16590 $ac_includes_default
16594 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
16601 rm -f conftest.
$ac_objext
16602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16603 (eval $ac_compile) 2>conftest.er1
16605 grep -v '^ *+' conftest.er1
>conftest.err
16607 cat conftest.err
>&5
16608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16609 (exit $ac_status); } &&
16610 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16612 (eval $ac_try) 2>&5
16614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16615 (exit $ac_status); }; } &&
16616 { ac_try
='test -s conftest.$ac_objext'
16617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16618 (eval $ac_try) 2>&5
16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); }; }; then
16624 echo "$as_me: failed program was:" >&5
16625 sed 's/^/| /' conftest.
$ac_ext >&5
16627 ac_lo
=`expr '(' $ac_mid ')' + 1`
16629 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16632 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
16633 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16634 See \`config.log' for more details." >&5
16635 echo "$as_me: error: cannot compute sizeof (size_t), 77
16636 See \`config.log' for more details." >&2;}
16637 { (exit 1); exit 1; }; } ;;
16640 if test "$cross_compiling" = yes; then
16641 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
16642 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
16643 { (exit 1); exit 1; }; }
16645 cat >conftest.
$ac_ext <<_ACEOF
16648 cat confdefs.h
>>conftest.
$ac_ext
16649 cat >>conftest.
$ac_ext <<_ACEOF
16650 /* end confdefs.h. */
16651 $ac_includes_default
16652 long longval () { return (long) (sizeof (size_t)); }
16653 unsigned long ulongval () { return (long) (sizeof (size_t)); }
16655 #include <stdlib.h>
16660 FILE *f = fopen ("conftest.val", "w");
16663 if (((long) (sizeof (size_t))) < 0)
16665 long i = longval ();
16666 if (i != ((long) (sizeof (size_t))))
16668 fprintf (f, "%ld\n", i);
16672 unsigned long i = ulongval ();
16673 if (i != ((long) (sizeof (size_t))))
16675 fprintf (f, "%lu\n", i);
16677 exit (ferror (f) || fclose (f) != 0);
16683 rm -f conftest
$ac_exeext
16684 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16685 (eval $ac_link) 2>&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16690 (eval $ac_try) 2>&5
16692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16693 (exit $ac_status); }; }; then
16694 ac_cv_sizeof_size_t
=`cat conftest.val`
16696 echo "$as_me: program exited with status $ac_status" >&5
16697 echo "$as_me: failed program was:" >&5
16698 sed 's/^/| /' conftest.
$ac_ext >&5
16700 ( exit $ac_status )
16701 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
16702 See \`config.log' for more details." >&5
16703 echo "$as_me: error: cannot compute sizeof (size_t), 77
16704 See \`config.log' for more details." >&2;}
16705 { (exit 1); exit 1; }; }
16707 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16712 ac_cv_sizeof_size_t
=0
16715 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
16716 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
16717 cat >>confdefs.h
<<_ACEOF
16718 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
16725 echo "$as_me:$LINENO: checking for long long" >&5
16726 echo $ECHO_N "checking for long long... $ECHO_C" >&6
16727 if test "${ac_cv_type_long_long+set}" = set; then
16728 echo $ECHO_N "(cached) $ECHO_C" >&6
16730 cat >conftest.
$ac_ext <<_ACEOF
16733 cat confdefs.h
>>conftest.
$ac_ext
16734 cat >>conftest.
$ac_ext <<_ACEOF
16735 /* end confdefs.h. */
16736 $ac_includes_default
16740 if ((long long *) 0)
16742 if (sizeof (long long))
16748 rm -f conftest.
$ac_objext
16749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16750 (eval $ac_compile) 2>conftest.er1
16752 grep -v '^ *+' conftest.er1
>conftest.err
16754 cat conftest.err
>&5
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); } &&
16757 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
16763 { ac_try
='test -s conftest.$ac_objext'
16764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16765 (eval $ac_try) 2>&5
16767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16768 (exit $ac_status); }; }; then
16769 ac_cv_type_long_long
=yes
16771 echo "$as_me: failed program was:" >&5
16772 sed 's/^/| /' conftest.
$ac_ext >&5
16774 ac_cv_type_long_long
=no
16776 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16778 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16779 echo "${ECHO_T}$ac_cv_type_long_long" >&6
16781 echo "$as_me:$LINENO: checking size of long long" >&5
16782 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16783 if test "${ac_cv_sizeof_long_long+set}" = set; then
16784 echo $ECHO_N "(cached) $ECHO_C" >&6
16786 if test "$ac_cv_type_long_long" = yes; then
16787 # The cast to unsigned long works around a bug in the HP C Compiler
16788 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16789 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16790 # This bug is HP SR number 8606223364.
16791 if test "$cross_compiling" = yes; then
16792 # Depending upon the size, compute the lo and hi bounds.
16793 cat >conftest.
$ac_ext <<_ACEOF
16796 cat confdefs.h
>>conftest.
$ac_ext
16797 cat >>conftest.
$ac_ext <<_ACEOF
16798 /* end confdefs.h. */
16799 $ac_includes_default
16803 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16810 rm -f conftest.
$ac_objext
16811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16812 (eval $ac_compile) 2>conftest.er1
16814 grep -v '^ *+' conftest.er1
>conftest.err
16816 cat conftest.err
>&5
16817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16818 (exit $ac_status); } &&
16819 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16821 (eval $ac_try) 2>&5
16823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824 (exit $ac_status); }; } &&
16825 { ac_try
='test -s conftest.$ac_objext'
16826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16827 (eval $ac_try) 2>&5
16829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16830 (exit $ac_status); }; }; then
16833 cat >conftest.
$ac_ext <<_ACEOF
16836 cat confdefs.h
>>conftest.
$ac_ext
16837 cat >>conftest.
$ac_ext <<_ACEOF
16838 /* end confdefs.h. */
16839 $ac_includes_default
16843 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16850 rm -f conftest.
$ac_objext
16851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16852 (eval $ac_compile) 2>conftest.er1
16854 grep -v '^ *+' conftest.er1
>conftest.err
16856 cat conftest.err
>&5
16857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); } &&
16859 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16861 (eval $ac_try) 2>&5
16863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16864 (exit $ac_status); }; } &&
16865 { ac_try
='test -s conftest.$ac_objext'
16866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16867 (eval $ac_try) 2>&5
16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16870 (exit $ac_status); }; }; then
16871 ac_hi
=$ac_mid; break
16873 echo "$as_me: failed program was:" >&5
16874 sed 's/^/| /' conftest.
$ac_ext >&5
16876 ac_lo
=`expr $ac_mid + 1`
16877 if test $ac_lo -le $ac_mid; then
16881 ac_mid
=`expr 2 '*' $ac_mid + 1`
16883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16886 echo "$as_me: failed program was:" >&5
16887 sed 's/^/| /' conftest.
$ac_ext >&5
16889 cat >conftest.
$ac_ext <<_ACEOF
16892 cat confdefs.h
>>conftest.
$ac_ext
16893 cat >>conftest.
$ac_ext <<_ACEOF
16894 /* end confdefs.h. */
16895 $ac_includes_default
16899 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16906 rm -f conftest.
$ac_objext
16907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16908 (eval $ac_compile) 2>conftest.er1
16910 grep -v '^ *+' conftest.er1
>conftest.err
16912 cat conftest.err
>&5
16913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); } &&
16915 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16917 (eval $ac_try) 2>&5
16919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16920 (exit $ac_status); }; } &&
16921 { ac_try
='test -s conftest.$ac_objext'
16922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16923 (eval $ac_try) 2>&5
16925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926 (exit $ac_status); }; }; then
16929 cat >conftest.
$ac_ext <<_ACEOF
16932 cat confdefs.h
>>conftest.
$ac_ext
16933 cat >>conftest.
$ac_ext <<_ACEOF
16934 /* end confdefs.h. */
16935 $ac_includes_default
16939 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16946 rm -f conftest.
$ac_objext
16947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16948 (eval $ac_compile) 2>conftest.er1
16950 grep -v '^ *+' conftest.er1
>conftest.err
16952 cat conftest.err
>&5
16953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16954 (exit $ac_status); } &&
16955 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16957 (eval $ac_try) 2>&5
16959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16960 (exit $ac_status); }; } &&
16961 { ac_try
='test -s conftest.$ac_objext'
16962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16963 (eval $ac_try) 2>&5
16965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16966 (exit $ac_status); }; }; then
16967 ac_lo
=$ac_mid; break
16969 echo "$as_me: failed program was:" >&5
16970 sed 's/^/| /' conftest.
$ac_ext >&5
16972 ac_hi
=`expr '(' $ac_mid ')' - 1`
16973 if test $ac_mid -le $ac_hi; then
16977 ac_mid
=`expr 2 '*' $ac_mid`
16979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16982 echo "$as_me: failed program was:" >&5
16983 sed 's/^/| /' conftest.
$ac_ext >&5
16987 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16989 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16990 # Binary search between lo and hi bounds.
16991 while test "x$ac_lo" != "x$ac_hi"; do
16992 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16993 cat >conftest.
$ac_ext <<_ACEOF
16996 cat confdefs.h
>>conftest.
$ac_ext
16997 cat >>conftest.
$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
16999 $ac_includes_default
17003 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17010 rm -f conftest.
$ac_objext
17011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17012 (eval $ac_compile) 2>conftest.er1
17014 grep -v '^ *+' conftest.er1
>conftest.err
17016 cat conftest.err
>&5
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } &&
17019 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17021 (eval $ac_try) 2>&5
17023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); }; } &&
17025 { ac_try
='test -s conftest.$ac_objext'
17026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17027 (eval $ac_try) 2>&5
17029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17030 (exit $ac_status); }; }; then
17033 echo "$as_me: failed program was:" >&5
17034 sed 's/^/| /' conftest.
$ac_ext >&5
17036 ac_lo
=`expr '(' $ac_mid ')' + 1`
17038 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17041 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17042 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17043 See \`config.log' for more details." >&5
17044 echo "$as_me: error: cannot compute sizeof (long long), 77
17045 See \`config.log' for more details." >&2;}
17046 { (exit 1); exit 1; }; } ;;
17049 if test "$cross_compiling" = yes; then
17050 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17051 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17052 { (exit 1); exit 1; }; }
17054 cat >conftest.
$ac_ext <<_ACEOF
17057 cat confdefs.h
>>conftest.
$ac_ext
17058 cat >>conftest.
$ac_ext <<_ACEOF
17059 /* end confdefs.h. */
17060 $ac_includes_default
17061 long longval () { return (long) (sizeof (long long)); }
17062 unsigned long ulongval () { return (long) (sizeof (long long)); }
17064 #include <stdlib.h>
17069 FILE *f = fopen ("conftest.val", "w");
17072 if (((long) (sizeof (long long))) < 0)
17074 long i = longval ();
17075 if (i != ((long) (sizeof (long long))))
17077 fprintf (f, "%ld\n", i);
17081 unsigned long i = ulongval ();
17082 if (i != ((long) (sizeof (long long))))
17084 fprintf (f, "%lu\n", i);
17086 exit (ferror (f) || fclose (f) != 0);
17092 rm -f conftest
$ac_exeext
17093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17094 (eval $ac_link) 2>&5
17096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17097 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17099 (eval $ac_try) 2>&5
17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17102 (exit $ac_status); }; }; then
17103 ac_cv_sizeof_long_long
=`cat conftest.val`
17105 echo "$as_me: program exited with status $ac_status" >&5
17106 echo "$as_me: failed program was:" >&5
17107 sed 's/^/| /' conftest.
$ac_ext >&5
17109 ( exit $ac_status )
17110 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17111 See \`config.log' for more details." >&5
17112 echo "$as_me: error: cannot compute sizeof (long long), 77
17113 See \`config.log' for more details." >&2;}
17114 { (exit 1); exit 1; }; }
17116 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17121 ac_cv_sizeof_long_long
=0
17124 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17125 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17126 cat >>confdefs.h
<<_ACEOF
17127 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17133 echo "$as_me:$LINENO: checking for long long" >&5
17134 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17135 if test "${ac_cv_type_long_long+set}" = set; then
17136 echo $ECHO_N "(cached) $ECHO_C" >&6
17138 cat >conftest.
$ac_ext <<_ACEOF
17141 cat confdefs.h
>>conftest.
$ac_ext
17142 cat >>conftest.
$ac_ext <<_ACEOF
17143 /* end confdefs.h. */
17144 $ac_includes_default
17148 if ((long long *) 0)
17150 if (sizeof (long long))
17156 rm -f conftest.
$ac_objext
17157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17158 (eval $ac_compile) 2>conftest.er1
17160 grep -v '^ *+' conftest.er1
>conftest.err
17162 cat conftest.err
>&5
17163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17164 (exit $ac_status); } &&
17165 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17167 (eval $ac_try) 2>&5
17169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170 (exit $ac_status); }; } &&
17171 { ac_try
='test -s conftest.$ac_objext'
17172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17173 (eval $ac_try) 2>&5
17175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17176 (exit $ac_status); }; }; then
17177 ac_cv_type_long_long
=yes
17179 echo "$as_me: failed program was:" >&5
17180 sed 's/^/| /' conftest.
$ac_ext >&5
17182 ac_cv_type_long_long
=no
17184 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17186 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17187 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17189 echo "$as_me:$LINENO: checking size of long long" >&5
17190 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17191 if test "${ac_cv_sizeof_long_long+set}" = set; then
17192 echo $ECHO_N "(cached) $ECHO_C" >&6
17194 if test "$ac_cv_type_long_long" = yes; then
17195 # The cast to unsigned long works around a bug in the HP C Compiler
17196 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17197 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17198 # This bug is HP SR number 8606223364.
17199 if test "$cross_compiling" = yes; then
17200 # Depending upon the size, compute the lo and hi bounds.
17201 cat >conftest.
$ac_ext <<_ACEOF
17204 cat confdefs.h
>>conftest.
$ac_ext
17205 cat >>conftest.
$ac_ext <<_ACEOF
17206 /* end confdefs.h. */
17207 $ac_includes_default
17211 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17218 rm -f conftest.
$ac_objext
17219 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17220 (eval $ac_compile) 2>conftest.er1
17222 grep -v '^ *+' conftest.er1
>conftest.err
17224 cat conftest.err
>&5
17225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17226 (exit $ac_status); } &&
17227 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17229 (eval $ac_try) 2>&5
17231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232 (exit $ac_status); }; } &&
17233 { ac_try
='test -s conftest.$ac_objext'
17234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17235 (eval $ac_try) 2>&5
17237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238 (exit $ac_status); }; }; then
17241 cat >conftest.
$ac_ext <<_ACEOF
17244 cat confdefs.h
>>conftest.
$ac_ext
17245 cat >>conftest.
$ac_ext <<_ACEOF
17246 /* end confdefs.h. */
17247 $ac_includes_default
17251 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17258 rm -f conftest.
$ac_objext
17259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17260 (eval $ac_compile) 2>conftest.er1
17262 grep -v '^ *+' conftest.er1
>conftest.err
17264 cat conftest.err
>&5
17265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17266 (exit $ac_status); } &&
17267 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17269 (eval $ac_try) 2>&5
17271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17272 (exit $ac_status); }; } &&
17273 { ac_try
='test -s conftest.$ac_objext'
17274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17275 (eval $ac_try) 2>&5
17277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17278 (exit $ac_status); }; }; then
17279 ac_hi
=$ac_mid; break
17281 echo "$as_me: failed program was:" >&5
17282 sed 's/^/| /' conftest.
$ac_ext >&5
17284 ac_lo
=`expr $ac_mid + 1`
17285 if test $ac_lo -le $ac_mid; then
17289 ac_mid
=`expr 2 '*' $ac_mid + 1`
17291 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17294 echo "$as_me: failed program was:" >&5
17295 sed 's/^/| /' conftest.
$ac_ext >&5
17297 cat >conftest.
$ac_ext <<_ACEOF
17300 cat confdefs.h
>>conftest.
$ac_ext
17301 cat >>conftest.
$ac_ext <<_ACEOF
17302 /* end confdefs.h. */
17303 $ac_includes_default
17307 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17314 rm -f conftest.
$ac_objext
17315 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17316 (eval $ac_compile) 2>conftest.er1
17318 grep -v '^ *+' conftest.er1
>conftest.err
17320 cat conftest.err
>&5
17321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17322 (exit $ac_status); } &&
17323 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17325 (eval $ac_try) 2>&5
17327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17328 (exit $ac_status); }; } &&
17329 { ac_try
='test -s conftest.$ac_objext'
17330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17331 (eval $ac_try) 2>&5
17333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17334 (exit $ac_status); }; }; then
17337 cat >conftest.
$ac_ext <<_ACEOF
17340 cat confdefs.h
>>conftest.
$ac_ext
17341 cat >>conftest.
$ac_ext <<_ACEOF
17342 /* end confdefs.h. */
17343 $ac_includes_default
17347 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17354 rm -f conftest.
$ac_objext
17355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17356 (eval $ac_compile) 2>conftest.er1
17358 grep -v '^ *+' conftest.er1
>conftest.err
17360 cat conftest.err
>&5
17361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362 (exit $ac_status); } &&
17363 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
17369 { ac_try
='test -s conftest.$ac_objext'
17370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17371 (eval $ac_try) 2>&5
17373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17374 (exit $ac_status); }; }; then
17375 ac_lo
=$ac_mid; break
17377 echo "$as_me: failed program was:" >&5
17378 sed 's/^/| /' conftest.
$ac_ext >&5
17380 ac_hi
=`expr '(' $ac_mid ')' - 1`
17381 if test $ac_mid -le $ac_hi; then
17385 ac_mid
=`expr 2 '*' $ac_mid`
17387 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17390 echo "$as_me: failed program was:" >&5
17391 sed 's/^/| /' conftest.
$ac_ext >&5
17395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17397 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17398 # Binary search between lo and hi bounds.
17399 while test "x$ac_lo" != "x$ac_hi"; do
17400 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17401 cat >conftest.
$ac_ext <<_ACEOF
17404 cat confdefs.h
>>conftest.
$ac_ext
17405 cat >>conftest.
$ac_ext <<_ACEOF
17406 /* end confdefs.h. */
17407 $ac_includes_default
17411 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17418 rm -f conftest.
$ac_objext
17419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17420 (eval $ac_compile) 2>conftest.er1
17422 grep -v '^ *+' conftest.er1
>conftest.err
17424 cat conftest.err
>&5
17425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17426 (exit $ac_status); } &&
17427 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17429 (eval $ac_try) 2>&5
17431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17432 (exit $ac_status); }; } &&
17433 { ac_try
='test -s conftest.$ac_objext'
17434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17435 (eval $ac_try) 2>&5
17437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); }; }; then
17441 echo "$as_me: failed program was:" >&5
17442 sed 's/^/| /' conftest.
$ac_ext >&5
17444 ac_lo
=`expr '(' $ac_mid ')' + 1`
17446 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17449 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17450 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17451 See \`config.log' for more details." >&5
17452 echo "$as_me: error: cannot compute sizeof (long long), 77
17453 See \`config.log' for more details." >&2;}
17454 { (exit 1); exit 1; }; } ;;
17457 if test "$cross_compiling" = yes; then
17458 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17459 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17460 { (exit 1); exit 1; }; }
17462 cat >conftest.
$ac_ext <<_ACEOF
17465 cat confdefs.h
>>conftest.
$ac_ext
17466 cat >>conftest.
$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17468 $ac_includes_default
17469 long longval () { return (long) (sizeof (long long)); }
17470 unsigned long ulongval () { return (long) (sizeof (long long)); }
17472 #include <stdlib.h>
17477 FILE *f = fopen ("conftest.val", "w");
17480 if (((long) (sizeof (long long))) < 0)
17482 long i = longval ();
17483 if (i != ((long) (sizeof (long long))))
17485 fprintf (f, "%ld\n", i);
17489 unsigned long i = ulongval ();
17490 if (i != ((long) (sizeof (long long))))
17492 fprintf (f, "%lu\n", i);
17494 exit (ferror (f) || fclose (f) != 0);
17500 rm -f conftest
$ac_exeext
17501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17502 (eval $ac_link) 2>&5
17504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17505 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17507 (eval $ac_try) 2>&5
17509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510 (exit $ac_status); }; }; then
17511 ac_cv_sizeof_long_long
=`cat conftest.val`
17513 echo "$as_me: program exited with status $ac_status" >&5
17514 echo "$as_me: failed program was:" >&5
17515 sed 's/^/| /' conftest.
$ac_ext >&5
17517 ( exit $ac_status )
17518 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17519 See \`config.log' for more details." >&5
17520 echo "$as_me: error: cannot compute sizeof (long long), 77
17521 See \`config.log' for more details." >&2;}
17522 { (exit 1); exit 1; }; }
17524 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17529 ac_cv_sizeof_long_long
=0
17532 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17533 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17534 cat >>confdefs.h
<<_ACEOF
17535 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17539 if test "$ac_cv_sizeof_long_long" != "0"; then
17540 CPPFLAGS
="$CPPFLAGS -D_INCLUDE_LONGLONG"
17544 echo "$as_me:$LINENO: checking for long long" >&5
17545 echo $ECHO_N "checking for long long... $ECHO_C" >&6
17546 if test "${ac_cv_type_long_long+set}" = set; then
17547 echo $ECHO_N "(cached) $ECHO_C" >&6
17549 cat >conftest.
$ac_ext <<_ACEOF
17552 cat confdefs.h
>>conftest.
$ac_ext
17553 cat >>conftest.
$ac_ext <<_ACEOF
17554 /* end confdefs.h. */
17555 $ac_includes_default
17559 if ((long long *) 0)
17561 if (sizeof (long long))
17567 rm -f conftest.
$ac_objext
17568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17569 (eval $ac_compile) 2>conftest.er1
17571 grep -v '^ *+' conftest.er1
>conftest.err
17573 cat conftest.err
>&5
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); } &&
17576 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17578 (eval $ac_try) 2>&5
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); }; } &&
17582 { ac_try
='test -s conftest.$ac_objext'
17583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17584 (eval $ac_try) 2>&5
17586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587 (exit $ac_status); }; }; then
17588 ac_cv_type_long_long
=yes
17590 echo "$as_me: failed program was:" >&5
17591 sed 's/^/| /' conftest.
$ac_ext >&5
17593 ac_cv_type_long_long
=no
17595 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17597 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17598 echo "${ECHO_T}$ac_cv_type_long_long" >&6
17600 echo "$as_me:$LINENO: checking size of long long" >&5
17601 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
17602 if test "${ac_cv_sizeof_long_long+set}" = set; then
17603 echo $ECHO_N "(cached) $ECHO_C" >&6
17605 if test "$ac_cv_type_long_long" = yes; then
17606 # The cast to unsigned long works around a bug in the HP C Compiler
17607 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17608 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17609 # This bug is HP SR number 8606223364.
17610 if test "$cross_compiling" = yes; then
17611 # Depending upon the size, compute the lo and hi bounds.
17612 cat >conftest.
$ac_ext <<_ACEOF
17615 cat confdefs.h
>>conftest.
$ac_ext
17616 cat >>conftest.
$ac_ext <<_ACEOF
17617 /* end confdefs.h. */
17618 $ac_includes_default
17622 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
17629 rm -f conftest.
$ac_objext
17630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17631 (eval $ac_compile) 2>conftest.er1
17633 grep -v '^ *+' conftest.er1
>conftest.err
17635 cat conftest.err
>&5
17636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17637 (exit $ac_status); } &&
17638 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17640 (eval $ac_try) 2>&5
17642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17643 (exit $ac_status); }; } &&
17644 { ac_try
='test -s conftest.$ac_objext'
17645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17646 (eval $ac_try) 2>&5
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); }; }; then
17652 cat >conftest.
$ac_ext <<_ACEOF
17655 cat confdefs.h
>>conftest.
$ac_ext
17656 cat >>conftest.
$ac_ext <<_ACEOF
17657 /* end confdefs.h. */
17658 $ac_includes_default
17662 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17669 rm -f conftest.
$ac_objext
17670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17671 (eval $ac_compile) 2>conftest.er1
17673 grep -v '^ *+' conftest.er1
>conftest.err
17675 cat conftest.err
>&5
17676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17677 (exit $ac_status); } &&
17678 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17680 (eval $ac_try) 2>&5
17682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17683 (exit $ac_status); }; } &&
17684 { ac_try
='test -s conftest.$ac_objext'
17685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17686 (eval $ac_try) 2>&5
17688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17689 (exit $ac_status); }; }; then
17690 ac_hi
=$ac_mid; break
17692 echo "$as_me: failed program was:" >&5
17693 sed 's/^/| /' conftest.
$ac_ext >&5
17695 ac_lo
=`expr $ac_mid + 1`
17696 if test $ac_lo -le $ac_mid; then
17700 ac_mid
=`expr 2 '*' $ac_mid + 1`
17702 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17705 echo "$as_me: failed program was:" >&5
17706 sed 's/^/| /' conftest.
$ac_ext >&5
17708 cat >conftest.
$ac_ext <<_ACEOF
17711 cat confdefs.h
>>conftest.
$ac_ext
17712 cat >>conftest.
$ac_ext <<_ACEOF
17713 /* end confdefs.h. */
17714 $ac_includes_default
17718 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
17725 rm -f conftest.
$ac_objext
17726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17727 (eval $ac_compile) 2>conftest.er1
17729 grep -v '^ *+' conftest.er1
>conftest.err
17731 cat conftest.err
>&5
17732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17733 (exit $ac_status); } &&
17734 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17736 (eval $ac_try) 2>&5
17738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17739 (exit $ac_status); }; } &&
17740 { ac_try
='test -s conftest.$ac_objext'
17741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17742 (eval $ac_try) 2>&5
17744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17745 (exit $ac_status); }; }; then
17748 cat >conftest.
$ac_ext <<_ACEOF
17751 cat confdefs.h
>>conftest.
$ac_ext
17752 cat >>conftest.
$ac_ext <<_ACEOF
17753 /* end confdefs.h. */
17754 $ac_includes_default
17758 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
17765 rm -f conftest.
$ac_objext
17766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17767 (eval $ac_compile) 2>conftest.er1
17769 grep -v '^ *+' conftest.er1
>conftest.err
17771 cat conftest.err
>&5
17772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17773 (exit $ac_status); } &&
17774 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17776 (eval $ac_try) 2>&5
17778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17779 (exit $ac_status); }; } &&
17780 { ac_try
='test -s conftest.$ac_objext'
17781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17782 (eval $ac_try) 2>&5
17784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17785 (exit $ac_status); }; }; then
17786 ac_lo
=$ac_mid; break
17788 echo "$as_me: failed program was:" >&5
17789 sed 's/^/| /' conftest.
$ac_ext >&5
17791 ac_hi
=`expr '(' $ac_mid ')' - 1`
17792 if test $ac_mid -le $ac_hi; then
17796 ac_mid
=`expr 2 '*' $ac_mid`
17798 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17801 echo "$as_me: failed program was:" >&5
17802 sed 's/^/| /' conftest.
$ac_ext >&5
17806 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17808 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17809 # Binary search between lo and hi bounds.
17810 while test "x$ac_lo" != "x$ac_hi"; do
17811 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17812 cat >conftest.
$ac_ext <<_ACEOF
17815 cat confdefs.h
>>conftest.
$ac_ext
17816 cat >>conftest.
$ac_ext <<_ACEOF
17817 /* end confdefs.h. */
17818 $ac_includes_default
17822 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
17829 rm -f conftest.
$ac_objext
17830 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17831 (eval $ac_compile) 2>conftest.er1
17833 grep -v '^ *+' conftest.er1
>conftest.err
17835 cat conftest.err
>&5
17836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17837 (exit $ac_status); } &&
17838 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17840 (eval $ac_try) 2>&5
17842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17843 (exit $ac_status); }; } &&
17844 { ac_try
='test -s conftest.$ac_objext'
17845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17846 (eval $ac_try) 2>&5
17848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17849 (exit $ac_status); }; }; then
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.
$ac_ext >&5
17855 ac_lo
=`expr '(' $ac_mid ')' + 1`
17857 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17860 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
17861 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17862 See \`config.log' for more details." >&5
17863 echo "$as_me: error: cannot compute sizeof (long long), 77
17864 See \`config.log' for more details." >&2;}
17865 { (exit 1); exit 1; }; } ;;
17868 if test "$cross_compiling" = yes; then
17869 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17870 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17871 { (exit 1); exit 1; }; }
17873 cat >conftest.
$ac_ext <<_ACEOF
17876 cat confdefs.h
>>conftest.
$ac_ext
17877 cat >>conftest.
$ac_ext <<_ACEOF
17878 /* end confdefs.h. */
17879 $ac_includes_default
17880 long longval () { return (long) (sizeof (long long)); }
17881 unsigned long ulongval () { return (long) (sizeof (long long)); }
17883 #include <stdlib.h>
17888 FILE *f = fopen ("conftest.val", "w");
17891 if (((long) (sizeof (long long))) < 0)
17893 long i = longval ();
17894 if (i != ((long) (sizeof (long long))))
17896 fprintf (f, "%ld\n", i);
17900 unsigned long i = ulongval ();
17901 if (i != ((long) (sizeof (long long))))
17903 fprintf (f, "%lu\n", i);
17905 exit (ferror (f) || fclose (f) != 0);
17911 rm -f conftest
$ac_exeext
17912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17913 (eval $ac_link) 2>&5
17915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17916 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17918 (eval $ac_try) 2>&5
17920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921 (exit $ac_status); }; }; then
17922 ac_cv_sizeof_long_long
=`cat conftest.val`
17924 echo "$as_me: program exited with status $ac_status" >&5
17925 echo "$as_me: failed program was:" >&5
17926 sed 's/^/| /' conftest.
$ac_ext >&5
17928 ( exit $ac_status )
17929 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
17930 See \`config.log' for more details." >&5
17931 echo "$as_me: error: cannot compute sizeof (long long), 77
17932 See \`config.log' for more details." >&2;}
17933 { (exit 1); exit 1; }; }
17935 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17940 ac_cv_sizeof_long_long
=0
17943 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
17944 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
17945 cat >>confdefs.h
<<_ACEOF
17946 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
17952 echo "$as_me:$LINENO: checking size of wchar_t" >&5
17953 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
17954 if test "${wx_cv_sizeof_wchar_t+set}" = set; then
17955 echo $ECHO_N "(cached) $ECHO_C" >&6
17958 if test "$cross_compiling" = yes; then
17962 wx_cv_sizeof_wchar_t
=0
17965 wx_cv_sizeof_wchar_t
=4
17971 cat >conftest.
$ac_ext <<_ACEOF
17974 cat confdefs.h
>>conftest.
$ac_ext
17975 cat >>conftest.
$ac_ext <<_ACEOF
17976 /* end confdefs.h. */
17978 /* DJGPP only has fake wchar_t: */
17980 # error "fake wchar_t"
17982 #ifdef HAVE_WCHAR_H
17984 # include <stddef.h>
17986 # include <wchar.h>
17988 #ifdef HAVE_STDLIB_H
17989 # include <stdlib.h>
17994 FILE *f=fopen("conftestval", "w");
17996 fprintf(f, "%i", sizeof(wchar_t));
18001 rm -f conftest
$ac_exeext
18002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18003 (eval $ac_link) 2>&5
18005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18006 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18008 (eval $ac_try) 2>&5
18010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18011 (exit $ac_status); }; }; then
18012 wx_cv_sizeof_wchar_t
=`cat conftestval`
18014 echo "$as_me: program exited with status $ac_status" >&5
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.
$ac_ext >&5
18018 ( exit $ac_status )
18019 wx_cv_sizeof_wchar_t
=0
18021 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18025 echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
18026 echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
18028 cat >>confdefs.h
<<_ACEOF
18029 #define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
18033 # Check whether --enable-largefile or --disable-largefile was given.
18034 if test "${enable_largefile+set}" = set; then
18035 enableval
="$enable_largefile"
18038 if test "$enable_largefile" != no
; then
18041 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
18042 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
18043 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
18044 echo $ECHO_N "(cached) $ECHO_C" >&6
18047 cat >conftest.
$ac_ext <<_ACEOF
18050 cat confdefs.h
>>conftest.
$ac_ext
18051 cat >>conftest.
$ac_ext <<_ACEOF
18052 /* end confdefs.h. */
18053 #define _FILE_OFFSET_BITS 64
18054 #include <sys/types.h>
18059 unsigned int field: sizeof(off_t) == 8;
18066 rm -f conftest.
$ac_objext
18067 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18068 (eval $ac_compile) 2>conftest.er1
18070 grep -v '^ *+' conftest.er1
>conftest.err
18072 cat conftest.err
>&5
18073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18074 (exit $ac_status); } &&
18075 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18077 (eval $ac_try) 2>&5
18079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18080 (exit $ac_status); }; } &&
18081 { ac_try
='test -s conftest.$ac_objext'
18082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18083 (eval $ac_try) 2>&5
18085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18086 (exit $ac_status); }; }; then
18087 ac_cv_sys_file_offset_bits
=64
18089 echo "$as_me: failed program was:" >&5
18090 sed 's/^/| /' conftest.
$ac_ext >&5
18092 ac_cv_sys_file_offset_bits
=no
18094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18098 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
18099 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
18101 if test "$ac_cv_sys_file_offset_bits" != no
; then
18103 cat >>confdefs.h
<<_ACEOF
18104 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
18109 if test "x$wx_largefile" != "xyes"; then
18111 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
18112 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
18113 if test "${ac_cv_sys_large_files+set}" = set; then
18114 echo $ECHO_N "(cached) $ECHO_C" >&6
18117 cat >conftest.
$ac_ext <<_ACEOF
18120 cat confdefs.h
>>conftest.
$ac_ext
18121 cat >>conftest.
$ac_ext <<_ACEOF
18122 /* end confdefs.h. */
18123 #define _LARGE_FILES 1
18124 #include <sys/types.h>
18129 unsigned int field: sizeof(off_t) == 8;
18136 rm -f conftest.
$ac_objext
18137 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18138 (eval $ac_compile) 2>conftest.er1
18140 grep -v '^ *+' conftest.er1
>conftest.err
18142 cat conftest.err
>&5
18143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18144 (exit $ac_status); } &&
18145 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18147 (eval $ac_try) 2>&5
18149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18150 (exit $ac_status); }; } &&
18151 { ac_try
='test -s conftest.$ac_objext'
18152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18153 (eval $ac_try) 2>&5
18155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18156 (exit $ac_status); }; }; then
18157 ac_cv_sys_large_files
=1
18159 echo "$as_me: failed program was:" >&5
18160 sed 's/^/| /' conftest.
$ac_ext >&5
18162 ac_cv_sys_large_files
=no
18164 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18168 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
18169 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
18171 if test "$ac_cv_sys_large_files" != no
; then
18173 cat >>confdefs.h
<<_ACEOF
18174 #define _LARGE_FILES $ac_cv_sys_large_files
18181 echo "$as_me:$LINENO: checking if large file support is available" >&5
18182 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
18183 if test "x$wx_largefile" = "xyes"; then
18184 cat >>confdefs.h
<<\_ACEOF
18185 #define HAVE_LARGEFILE_SUPPORT 1
18189 echo "$as_me:$LINENO: result: $wx_largefile" >&5
18190 echo "${ECHO_T}$wx_largefile" >&6
18194 if test "x$wx_largefile" = "xyes"; then
18195 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
18196 WX_LARGEFILE_FLAGS
="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
18198 WX_LARGEFILE_FLAGS
="-D_LARGE_FILES"
18200 CPPFLAGS
="$CPPFLAGS $WX_LARGEFILE_FLAGS"
18203 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
18204 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
18205 if test "${ac_cv_c_bigendian+set}" = set; then
18206 echo $ECHO_N "(cached) $ECHO_C" >&6
18208 ac_cv_c_bigendian
=unknown
18209 # See if sys/param.h defines the BYTE_ORDER macro.
18210 cat >conftest.
$ac_ext <<_ACEOF
18213 cat confdefs.h
>>conftest.
$ac_ext
18214 cat >>conftest.
$ac_ext <<_ACEOF
18215 /* end confdefs.h. */
18216 #include <sys/types.h>
18217 #include <sys/param.h>
18222 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
18223 bogus endian macros
18229 rm -f conftest.
$ac_objext
18230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18231 (eval $ac_compile) 2>conftest.er1
18233 grep -v '^ *+' conftest.er1
>conftest.err
18235 cat conftest.err
>&5
18236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18237 (exit $ac_status); } &&
18238 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18240 (eval $ac_try) 2>&5
18242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18243 (exit $ac_status); }; } &&
18244 { ac_try
='test -s conftest.$ac_objext'
18245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18246 (eval $ac_try) 2>&5
18248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18249 (exit $ac_status); }; }; then
18250 # It does; now see whether it defined to BIG_ENDIAN or not.
18251 cat >conftest.
$ac_ext <<_ACEOF
18254 cat confdefs.h
>>conftest.
$ac_ext
18255 cat >>conftest.
$ac_ext <<_ACEOF
18256 /* end confdefs.h. */
18257 #include <sys/types.h>
18258 #include <sys/param.h>
18263 #if BYTE_ORDER != BIG_ENDIAN
18270 rm -f conftest.
$ac_objext
18271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18272 (eval $ac_compile) 2>conftest.er1
18274 grep -v '^ *+' conftest.er1
>conftest.err
18276 cat conftest.err
>&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } &&
18279 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18281 (eval $ac_try) 2>&5
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); }; } &&
18285 { ac_try
='test -s conftest.$ac_objext'
18286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18287 (eval $ac_try) 2>&5
18289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18290 (exit $ac_status); }; }; then
18291 ac_cv_c_bigendian
=yes
18293 echo "$as_me: failed program was:" >&5
18294 sed 's/^/| /' conftest.
$ac_ext >&5
18296 ac_cv_c_bigendian
=no
18298 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18300 echo "$as_me: failed program was:" >&5
18301 sed 's/^/| /' conftest.
$ac_ext >&5
18304 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18305 if test $ac_cv_c_bigendian = unknown
; then
18306 if test "$cross_compiling" = yes; then
18307 ac_cv_c_bigendian
=unknown
18309 cat >conftest.
$ac_ext <<_ACEOF
18312 cat confdefs.h
>>conftest.
$ac_ext
18313 cat >>conftest.
$ac_ext <<_ACEOF
18314 /* end confdefs.h. */
18316 /* Are we little or big endian? From Harbison&Steele. */
18320 char c[sizeof (long)];
18323 exit (u.c[sizeof (long) - 1] == 1);
18326 rm -f conftest
$ac_exeext
18327 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18328 (eval $ac_link) 2>&5
18330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18331 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18333 (eval $ac_try) 2>&5
18335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18336 (exit $ac_status); }; }; then
18337 ac_cv_c_bigendian
=no
18339 echo "$as_me: program exited with status $ac_status" >&5
18340 echo "$as_me: failed program was:" >&5
18341 sed 's/^/| /' conftest.
$ac_ext >&5
18343 ( exit $ac_status )
18344 ac_cv_c_bigendian
=yes
18346 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18350 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
18351 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
18352 if test $ac_cv_c_bigendian = unknown
; then
18353 { 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
18354 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;}
18356 if test $ac_cv_c_bigendian = yes; then
18357 cat >>confdefs.h
<<\_ACEOF
18358 #define WORDS_BIGENDIAN 1
18365 ac_cpp
='$CXXCPP $CPPFLAGS'
18366 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18367 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18368 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18369 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
18370 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
18371 if test -z "$CXXCPP"; then
18372 if test "${ac_cv_prog_CXXCPP+set}" = set; then
18373 echo $ECHO_N "(cached) $ECHO_C" >&6
18375 # Double quotes because CXXCPP needs to be expanded
18376 for CXXCPP
in "$CXX -E" "/lib/cpp"
18378 ac_preproc_ok
=false
18379 for ac_cxx_preproc_warn_flag
in '' yes
18381 # Use a header file that comes with gcc, so configuring glibc
18382 # with a fresh cross-compiler works.
18383 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18384 # <limits.h> exists even on freestanding compilers.
18385 # On the NeXT, cc -E runs the code through the compiler's parser,
18386 # not just through cpp. "Syntax error" is here to catch this case.
18387 cat >conftest.
$ac_ext <<_ACEOF
18390 cat confdefs.h
>>conftest.
$ac_ext
18391 cat >>conftest.
$ac_ext <<_ACEOF
18392 /* end confdefs.h. */
18394 # include <limits.h>
18396 # include <assert.h>
18400 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18401 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18403 grep -v '^ *+' conftest.er1
>conftest.err
18405 cat conftest.err
>&5
18406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18407 (exit $ac_status); } >/dev
/null
; then
18408 if test -s conftest.err
; then
18409 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18410 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18417 if test -z "$ac_cpp_err"; then
18420 echo "$as_me: failed program was:" >&5
18421 sed 's/^/| /' conftest.
$ac_ext >&5
18423 # Broken: fails on valid input.
18426 rm -f conftest.err conftest.
$ac_ext
18428 # OK, works on sane cases. Now check whether non-existent headers
18429 # can be detected and how.
18430 cat >conftest.
$ac_ext <<_ACEOF
18433 cat confdefs.h
>>conftest.
$ac_ext
18434 cat >>conftest.
$ac_ext <<_ACEOF
18435 /* end confdefs.h. */
18436 #include <ac_nonexistent.h>
18438 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18439 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18441 grep -v '^ *+' conftest.er1
>conftest.err
18443 cat conftest.err
>&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); } >/dev
/null
; then
18446 if test -s conftest.err
; then
18447 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18448 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18455 if test -z "$ac_cpp_err"; then
18456 # Broken: success on invalid input.
18459 echo "$as_me: failed program was:" >&5
18460 sed 's/^/| /' conftest.
$ac_ext >&5
18462 # Passes both tests.
18466 rm -f conftest.err conftest.
$ac_ext
18469 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18470 rm -f conftest.err conftest.
$ac_ext
18471 if $ac_preproc_ok; then
18476 ac_cv_prog_CXXCPP
=$CXXCPP
18479 CXXCPP
=$ac_cv_prog_CXXCPP
18481 ac_cv_prog_CXXCPP
=$CXXCPP
18483 echo "$as_me:$LINENO: result: $CXXCPP" >&5
18484 echo "${ECHO_T}$CXXCPP" >&6
18485 ac_preproc_ok
=false
18486 for ac_cxx_preproc_warn_flag
in '' yes
18488 # Use a header file that comes with gcc, so configuring glibc
18489 # with a fresh cross-compiler works.
18490 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18491 # <limits.h> exists even on freestanding compilers.
18492 # On the NeXT, cc -E runs the code through the compiler's parser,
18493 # not just through cpp. "Syntax error" is here to catch this case.
18494 cat >conftest.
$ac_ext <<_ACEOF
18497 cat confdefs.h
>>conftest.
$ac_ext
18498 cat >>conftest.
$ac_ext <<_ACEOF
18499 /* end confdefs.h. */
18501 # include <limits.h>
18503 # include <assert.h>
18507 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18508 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18510 grep -v '^ *+' conftest.er1
>conftest.err
18512 cat conftest.err
>&5
18513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18514 (exit $ac_status); } >/dev
/null
; then
18515 if test -s conftest.err
; then
18516 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18517 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18524 if test -z "$ac_cpp_err"; then
18527 echo "$as_me: failed program was:" >&5
18528 sed 's/^/| /' conftest.
$ac_ext >&5
18530 # Broken: fails on valid input.
18533 rm -f conftest.err conftest.
$ac_ext
18535 # OK, works on sane cases. Now check whether non-existent headers
18536 # can be detected and how.
18537 cat >conftest.
$ac_ext <<_ACEOF
18540 cat confdefs.h
>>conftest.
$ac_ext
18541 cat >>conftest.
$ac_ext <<_ACEOF
18542 /* end confdefs.h. */
18543 #include <ac_nonexistent.h>
18545 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18546 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18548 grep -v '^ *+' conftest.er1
>conftest.err
18550 cat conftest.err
>&5
18551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18552 (exit $ac_status); } >/dev
/null
; then
18553 if test -s conftest.err
; then
18554 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18555 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18562 if test -z "$ac_cpp_err"; then
18563 # Broken: success on invalid input.
18566 echo "$as_me: failed program was:" >&5
18567 sed 's/^/| /' conftest.
$ac_ext >&5
18569 # Passes both tests.
18573 rm -f conftest.err conftest.
$ac_ext
18576 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
18577 rm -f conftest.err conftest.
$ac_ext
18578 if $ac_preproc_ok; then
18581 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18582 See \`config.log' for more details." >&5
18583 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
18584 See \`config.log' for more details." >&2;}
18585 { (exit 1); exit 1; }; }
18589 ac_cpp
='$CXXCPP $CPPFLAGS'
18590 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18591 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18592 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18599 ac_cpp
='$CXXCPP $CPPFLAGS'
18600 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18601 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18602 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18606 for ac_header
in iostream
18608 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
18609 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18610 echo "$as_me:$LINENO: checking for $ac_header" >&5
18611 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18612 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18613 echo $ECHO_N "(cached) $ECHO_C" >&6
18615 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18616 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18618 # Is the header compilable?
18619 echo "$as_me:$LINENO: checking $ac_header usability" >&5
18620 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18621 cat >conftest.
$ac_ext <<_ACEOF
18624 cat confdefs.h
>>conftest.
$ac_ext
18625 cat >>conftest.
$ac_ext <<_ACEOF
18626 /* end confdefs.h. */
18627 $ac_includes_default
18628 #include <$ac_header>
18630 rm -f conftest.
$ac_objext
18631 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18632 (eval $ac_compile) 2>conftest.er1
18634 grep -v '^ *+' conftest.er1
>conftest.err
18636 cat conftest.err
>&5
18637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18638 (exit $ac_status); } &&
18639 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18641 (eval $ac_try) 2>&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); }; } &&
18645 { ac_try
='test -s conftest.$ac_objext'
18646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18647 (eval $ac_try) 2>&5
18649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650 (exit $ac_status); }; }; then
18651 ac_header_compiler
=yes
18653 echo "$as_me: failed program was:" >&5
18654 sed 's/^/| /' conftest.
$ac_ext >&5
18656 ac_header_compiler
=no
18658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18659 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18660 echo "${ECHO_T}$ac_header_compiler" >&6
18662 # Is the header present?
18663 echo "$as_me:$LINENO: checking $ac_header presence" >&5
18664 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18665 cat >conftest.
$ac_ext <<_ACEOF
18668 cat confdefs.h
>>conftest.
$ac_ext
18669 cat >>conftest.
$ac_ext <<_ACEOF
18670 /* end confdefs.h. */
18671 #include <$ac_header>
18673 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18674 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
18676 grep -v '^ *+' conftest.er1
>conftest.err
18678 cat conftest.err
>&5
18679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18680 (exit $ac_status); } >/dev
/null
; then
18681 if test -s conftest.err
; then
18682 ac_cpp_err
=$ac_cxx_preproc_warn_flag
18683 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
18690 if test -z "$ac_cpp_err"; then
18691 ac_header_preproc
=yes
18693 echo "$as_me: failed program was:" >&5
18694 sed 's/^/| /' conftest.
$ac_ext >&5
18696 ac_header_preproc
=no
18698 rm -f conftest.err conftest.
$ac_ext
18699 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18700 echo "${ECHO_T}$ac_header_preproc" >&6
18702 # So? What about this header?
18703 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
18705 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18706 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18707 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18708 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18709 ac_header_preproc
=yes
18712 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18713 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18714 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18715 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18716 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18717 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18718 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18719 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18721 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18722 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18723 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18726 ## ----------------------------------------- ##
18727 ## Report this to wx-dev@lists.wxwidgets.org ##
18728 ## ----------------------------------------- ##
18731 sed "s/^/$as_me: WARNING: /" >&2
18734 echo "$as_me:$LINENO: checking for $ac_header" >&5
18735 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18736 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18737 echo $ECHO_N "(cached) $ECHO_C" >&6
18739 eval "$as_ac_Header=\$ac_header_preproc"
18741 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18742 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18745 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18746 cat >>confdefs.h
<<_ACEOF
18747 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18755 if test "$ac_cv_header_iostream" = "yes" ; then
18758 cat >>confdefs.h
<<\_ACEOF
18759 #define wxUSE_IOSTREAMH 1
18765 ac_cpp
='$CPP $CPPFLAGS'
18766 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18767 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18768 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18773 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
18774 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
18775 if test "${wx_cv_cpp_bool+set}" = set; then
18776 echo $ECHO_N "(cached) $ECHO_C" >&6
18782 ac_cpp
='$CXXCPP $CPPFLAGS'
18783 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18784 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18785 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18788 cat >conftest.
$ac_ext <<_ACEOF
18791 cat confdefs.h
>>conftest.
$ac_ext
18792 cat >>conftest.
$ac_ext <<_ACEOF
18793 /* end confdefs.h. */
18808 rm -f conftest.
$ac_objext
18809 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18810 (eval $ac_compile) 2>conftest.er1
18812 grep -v '^ *+' conftest.er1
>conftest.err
18814 cat conftest.err
>&5
18815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18816 (exit $ac_status); } &&
18817 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18819 (eval $ac_try) 2>&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); }; } &&
18823 { ac_try
='test -s conftest.$ac_objext'
18824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18825 (eval $ac_try) 2>&5
18827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); }; }; then
18833 echo "$as_me: failed program was:" >&5
18834 sed 's/^/| /' conftest.
$ac_ext >&5
18841 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18844 ac_cpp
='$CPP $CPPFLAGS'
18845 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18846 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18847 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18851 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
18852 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
18854 if test "$wx_cv_cpp_bool" = "yes"; then
18855 cat >>confdefs.h
<<\_ACEOF
18856 #define HAVE_BOOL 1
18863 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
18864 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
18865 if test "${wx_cv_explicit+set}" = set; then
18866 echo $ECHO_N "(cached) $ECHO_C" >&6
18872 ac_cpp
='$CXXCPP $CPPFLAGS'
18873 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18874 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18875 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18878 cat >conftest.
$ac_ext <<_ACEOF
18881 cat confdefs.h
>>conftest.
$ac_ext
18882 cat >>conftest.
$ac_ext <<_ACEOF
18883 /* end confdefs.h. */
18885 class Foo { public: explicit Foo(int) {} };
18897 rm -f conftest.
$ac_objext
18898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18899 (eval $ac_compile) 2>conftest.er1
18901 grep -v '^ *+' conftest.er1
>conftest.err
18903 cat conftest.err
>&5
18904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18905 (exit $ac_status); } &&
18906 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18908 (eval $ac_try) 2>&5
18910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18911 (exit $ac_status); }; } &&
18912 { ac_try
='test -s conftest.$ac_objext'
18913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18914 (eval $ac_try) 2>&5
18916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18917 (exit $ac_status); }; }; then
18919 cat >conftest.
$ac_ext <<_ACEOF
18922 cat confdefs.h
>>conftest.
$ac_ext
18923 cat >>conftest.
$ac_ext <<_ACEOF
18924 /* end confdefs.h. */
18926 class Foo { public: explicit Foo(int) {} };
18927 static void TakeFoo(const Foo& foo) { }
18940 rm -f conftest.
$ac_objext
18941 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18942 (eval $ac_compile) 2>conftest.er1
18944 grep -v '^ *+' conftest.er1
>conftest.err
18946 cat conftest.err
>&5
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); } &&
18949 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18951 (eval $ac_try) 2>&5
18953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954 (exit $ac_status); }; } &&
18955 { ac_try
='test -s conftest.$ac_objext'
18956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18957 (eval $ac_try) 2>&5
18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); }; }; then
18963 echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.
$ac_ext >&5
18969 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18972 echo "$as_me: failed program was:" >&5
18973 sed 's/^/| /' conftest.
$ac_ext >&5
18978 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18981 ac_cpp
='$CPP $CPPFLAGS'
18982 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18983 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18984 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18988 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
18989 echo "${ECHO_T}$wx_cv_explicit" >&6
18991 if test "$wx_cv_explicit" = "yes"; then
18992 cat >>confdefs.h
<<\_ACEOF
18993 #define HAVE_EXPLICIT 1
18999 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
19000 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
19001 if test "${ac_cv_cxx_const_cast+set}" = set; then
19002 echo $ECHO_N "(cached) $ECHO_C" >&6
19007 ac_cpp
='$CXXCPP $CPPFLAGS'
19008 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19009 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19010 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19012 cat >conftest.
$ac_ext <<_ACEOF
19015 cat confdefs.h
>>conftest.
$ac_ext
19016 cat >>conftest.
$ac_ext <<_ACEOF
19017 /* end confdefs.h. */
19022 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
19027 rm -f conftest.
$ac_objext
19028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19029 (eval $ac_compile) 2>conftest.er1
19031 grep -v '^ *+' conftest.er1
>conftest.err
19033 cat conftest.err
>&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); } &&
19036 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19038 (eval $ac_try) 2>&5
19040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19041 (exit $ac_status); }; } &&
19042 { ac_try
='test -s conftest.$ac_objext'
19043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19044 (eval $ac_try) 2>&5
19046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19047 (exit $ac_status); }; }; then
19048 ac_cv_cxx_const_cast
=yes
19050 echo "$as_me: failed program was:" >&5
19051 sed 's/^/| /' conftest.
$ac_ext >&5
19053 ac_cv_cxx_const_cast
=no
19055 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19057 ac_cpp
='$CPP $CPPFLAGS'
19058 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19059 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19060 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19064 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
19065 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
19066 if test "$ac_cv_cxx_const_cast" = yes; then
19068 cat >>confdefs.h
<<\_ACEOF
19069 #define HAVE_CONST_CAST
19074 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
19075 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
19076 if test "${ac_cv_cxx_static_cast+set}" = set; then
19077 echo $ECHO_N "(cached) $ECHO_C" >&6
19082 ac_cpp
='$CXXCPP $CPPFLAGS'
19083 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19084 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19085 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19087 cat >conftest.
$ac_ext <<_ACEOF
19090 cat confdefs.h
>>conftest.
$ac_ext
19091 cat >>conftest.
$ac_ext <<_ACEOF
19092 /* end confdefs.h. */
19093 #include <typeinfo>
19094 class Base { public : Base () {} virtual void f () = 0; };
19095 class Derived : public Base { public : Derived () {} virtual void f () {} };
19096 int g (Derived&) { return 0; }
19101 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
19106 rm -f conftest.
$ac_objext
19107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19108 (eval $ac_compile) 2>conftest.er1
19110 grep -v '^ *+' conftest.er1
>conftest.err
19112 cat conftest.err
>&5
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); } &&
19115 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19117 (eval $ac_try) 2>&5
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); }; } &&
19121 { ac_try
='test -s conftest.$ac_objext'
19122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19123 (eval $ac_try) 2>&5
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); }; }; then
19127 ac_cv_cxx_static_cast
=yes
19129 echo "$as_me: failed program was:" >&5
19130 sed 's/^/| /' conftest.
$ac_ext >&5
19132 ac_cv_cxx_static_cast
=no
19134 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19136 ac_cpp
='$CPP $CPPFLAGS'
19137 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19138 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19139 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19143 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
19144 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
19145 if test "$ac_cv_cxx_static_cast" = yes; then
19147 cat >>confdefs.h
<<\_ACEOF
19148 #define HAVE_STATIC_CAST
19154 if test "$wxUSE_STL" = "yes"; then
19156 ac_cpp
='$CXXCPP $CPPFLAGS'
19157 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19158 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19159 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
19162 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
19163 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
19164 cat >conftest.
$ac_ext <<_ACEOF
19167 cat confdefs.h
>>conftest.
$ac_ext
19168 cat >>conftest.
$ac_ext <<_ACEOF
19169 /* end confdefs.h. */
19171 #include <functional>
19172 #include <algorithm>
19178 std::vector<int> moo;
19179 std::list<int> foo;
19180 std::vector<int>::iterator it =
19181 std::find_if(moo.begin(), moo.end(),
19182 std::bind2nd(std::less<int>(), 3));
19187 rm -f conftest.
$ac_objext
19188 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19189 (eval $ac_compile) 2>conftest.er1
19191 grep -v '^ *+' conftest.er1
>conftest.err
19193 cat conftest.err
>&5
19194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19195 (exit $ac_status); } &&
19196 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19198 (eval $ac_try) 2>&5
19200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19201 (exit $ac_status); }; } &&
19202 { ac_try
='test -s conftest.$ac_objext'
19203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19204 (eval $ac_try) 2>&5
19206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19207 (exit $ac_status); }; }; then
19208 echo "$as_me:$LINENO: result: yes" >&5
19209 echo "${ECHO_T}yes" >&6
19211 echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.
$ac_ext >&5
19214 echo "$as_me:$LINENO: result: no" >&5
19215 echo "${ECHO_T}no" >&6
19216 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
19217 echo "$as_me: error: Basic STL functionality missing" >&2;}
19218 { (exit 1); exit 1; }; }
19220 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19222 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
19223 echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
19224 cat >conftest.
$ac_ext <<_ACEOF
19227 cat confdefs.h
>>conftest.
$ac_ext
19228 cat >>conftest.
$ac_ext <<_ACEOF
19229 /* end confdefs.h. */
19239 rm -f conftest.
$ac_objext
19240 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19241 (eval $ac_compile) 2>conftest.er1
19243 grep -v '^ *+' conftest.er1
>conftest.err
19245 cat conftest.err
>&5
19246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); } &&
19248 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19250 (eval $ac_try) 2>&5
19252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253 (exit $ac_status); }; } &&
19254 { ac_try
='test -s conftest.$ac_objext'
19255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19256 (eval $ac_try) 2>&5
19258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19259 (exit $ac_status); }; }; then
19260 echo "$as_me:$LINENO: result: yes" >&5
19261 echo "${ECHO_T}yes" >&6
19262 cat >>confdefs.h
<<\_ACEOF
19263 #define HAVE_STD_WSTRING 1
19267 echo "$as_me: failed program was:" >&5
19268 sed 's/^/| /' conftest.
$ac_ext >&5
19270 echo "$as_me:$LINENO: result: no" >&5
19271 echo "${ECHO_T}no" >&6
19273 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19275 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
19276 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
19277 cat >conftest.
$ac_ext <<_ACEOF
19280 cat confdefs.h
>>conftest.
$ac_ext
19281 cat >>conftest.
$ac_ext <<_ACEOF
19282 /* end confdefs.h. */
19287 std::string foo, bar;
19289 foo.compare(1, 1, bar);
19290 foo.compare(1, 1, bar, 1, 1);
19292 foo.compare(1, 1, "");
19293 foo.compare(1, 1, "", 2);
19298 rm -f conftest.
$ac_objext
19299 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19300 (eval $ac_compile) 2>conftest.er1
19302 grep -v '^ *+' conftest.er1
>conftest.err
19304 cat conftest.err
>&5
19305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19306 (exit $ac_status); } &&
19307 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19309 (eval $ac_try) 2>&5
19311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19312 (exit $ac_status); }; } &&
19313 { ac_try
='test -s conftest.$ac_objext'
19314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19315 (eval $ac_try) 2>&5
19317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19318 (exit $ac_status); }; }; then
19319 echo "$as_me:$LINENO: result: yes" >&5
19320 echo "${ECHO_T}yes" >&6
19321 cat >>confdefs.h
<<\_ACEOF
19322 #define HAVE_STD_STRING_COMPARE 1
19326 echo "$as_me: failed program was:" >&5
19327 sed 's/^/| /' conftest.
$ac_ext >&5
19329 echo "$as_me:$LINENO: result: no" >&5
19330 echo "${ECHO_T}no" >&6
19332 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19334 if test "${ac_cv_header_hash_map+set}" = set; then
19335 echo "$as_me:$LINENO: checking for hash_map" >&5
19336 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
19337 if test "${ac_cv_header_hash_map+set}" = set; then
19338 echo $ECHO_N "(cached) $ECHO_C" >&6
19340 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
19341 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
19343 # Is the header compilable?
19344 echo "$as_me:$LINENO: checking hash_map usability" >&5
19345 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
19346 cat >conftest.
$ac_ext <<_ACEOF
19349 cat confdefs.h
>>conftest.
$ac_ext
19350 cat >>conftest.
$ac_ext <<_ACEOF
19351 /* end confdefs.h. */
19352 $ac_includes_default
19353 #include <hash_map>
19355 rm -f conftest.
$ac_objext
19356 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19357 (eval $ac_compile) 2>conftest.er1
19359 grep -v '^ *+' conftest.er1
>conftest.err
19361 cat conftest.err
>&5
19362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19363 (exit $ac_status); } &&
19364 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19366 (eval $ac_try) 2>&5
19368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19369 (exit $ac_status); }; } &&
19370 { ac_try
='test -s conftest.$ac_objext'
19371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19372 (eval $ac_try) 2>&5
19374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19375 (exit $ac_status); }; }; then
19376 ac_header_compiler
=yes
19378 echo "$as_me: failed program was:" >&5
19379 sed 's/^/| /' conftest.
$ac_ext >&5
19381 ac_header_compiler
=no
19383 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19384 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19385 echo "${ECHO_T}$ac_header_compiler" >&6
19387 # Is the header present?
19388 echo "$as_me:$LINENO: checking hash_map presence" >&5
19389 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
19390 cat >conftest.
$ac_ext <<_ACEOF
19393 cat confdefs.h
>>conftest.
$ac_ext
19394 cat >>conftest.
$ac_ext <<_ACEOF
19395 /* end confdefs.h. */
19396 #include <hash_map>
19398 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19399 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19401 grep -v '^ *+' conftest.er1
>conftest.err
19403 cat conftest.err
>&5
19404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19405 (exit $ac_status); } >/dev
/null
; then
19406 if test -s conftest.err
; then
19407 ac_cpp_err
=$ac_cxx_preproc_warn_flag
19408 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
19415 if test -z "$ac_cpp_err"; then
19416 ac_header_preproc
=yes
19418 echo "$as_me: failed program was:" >&5
19419 sed 's/^/| /' conftest.
$ac_ext >&5
19421 ac_header_preproc
=no
19423 rm -f conftest.err conftest.
$ac_ext
19424 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19425 echo "${ECHO_T}$ac_header_preproc" >&6
19427 # So? What about this header?
19428 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
19430 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
19431 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
19432 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
19433 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
19434 ac_header_preproc
=yes
19437 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
19438 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
19439 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
19440 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
19441 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
19442 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
19443 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
19444 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
19445 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
19446 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
19447 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
19448 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
19451 ## ----------------------------------------- ##
19452 ## Report this to wx-dev@lists.wxwidgets.org ##
19453 ## ----------------------------------------- ##
19456 sed "s/^/$as_me: WARNING: /" >&2
19459 echo "$as_me:$LINENO: checking for hash_map" >&5
19460 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
19461 if test "${ac_cv_header_hash_map+set}" = set; then
19462 echo $ECHO_N "(cached) $ECHO_C" >&6
19464 ac_cv_header_hash_map
=$ac_header_preproc
19466 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
19467 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
19470 if test $ac_cv_header_hash_map = yes; then
19471 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
19472 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
19473 cat >conftest.
$ac_ext <<_ACEOF
19476 cat confdefs.h
>>conftest.
$ac_ext
19477 cat >>conftest.
$ac_ext <<_ACEOF
19478 /* end confdefs.h. */
19479 #include <hash_map>
19480 #include <hash_set>
19484 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
19485 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
19490 rm -f conftest.
$ac_objext
19491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19492 (eval $ac_compile) 2>conftest.er1
19494 grep -v '^ *+' conftest.er1
>conftest.err
19496 cat conftest.err
>&5
19497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19498 (exit $ac_status); } &&
19499 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19501 (eval $ac_try) 2>&5
19503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504 (exit $ac_status); }; } &&
19505 { ac_try
='test -s conftest.$ac_objext'
19506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19507 (eval $ac_try) 2>&5
19509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19510 (exit $ac_status); }; }; then
19511 echo "$as_me:$LINENO: result: yes" >&5
19512 echo "${ECHO_T}yes" >&6
19513 cat >>confdefs.h
<<\_ACEOF
19514 #define HAVE_HASH_MAP 1
19517 cat >>confdefs.h
<<\_ACEOF
19518 #define HAVE_STD_HASH_MAP 1
19522 echo "$as_me: failed program was:" >&5
19523 sed 's/^/| /' conftest.
$ac_ext >&5
19525 echo "$as_me:$LINENO: result: no" >&5
19526 echo "${ECHO_T}no" >&6
19528 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19534 if test "${ac_cv_header_ext_hash_map+set}" = set; then
19535 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
19536 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
19537 if test "${ac_cv_header_ext_hash_map+set}" = set; then
19538 echo $ECHO_N "(cached) $ECHO_C" >&6
19540 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
19541 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
19543 # Is the header compilable?
19544 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
19545 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
19546 cat >conftest.
$ac_ext <<_ACEOF
19549 cat confdefs.h
>>conftest.
$ac_ext
19550 cat >>conftest.
$ac_ext <<_ACEOF
19551 /* end confdefs.h. */
19552 $ac_includes_default
19553 #include <ext/hash_map>
19555 rm -f conftest.
$ac_objext
19556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19557 (eval $ac_compile) 2>conftest.er1
19559 grep -v '^ *+' conftest.er1
>conftest.err
19561 cat conftest.err
>&5
19562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563 (exit $ac_status); } &&
19564 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19566 (eval $ac_try) 2>&5
19568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19569 (exit $ac_status); }; } &&
19570 { ac_try
='test -s conftest.$ac_objext'
19571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19572 (eval $ac_try) 2>&5
19574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19575 (exit $ac_status); }; }; then
19576 ac_header_compiler
=yes
19578 echo "$as_me: failed program was:" >&5
19579 sed 's/^/| /' conftest.
$ac_ext >&5
19581 ac_header_compiler
=no
19583 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19584 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19585 echo "${ECHO_T}$ac_header_compiler" >&6
19587 # Is the header present?
19588 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
19589 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
19590 cat >conftest.
$ac_ext <<_ACEOF
19593 cat confdefs.h
>>conftest.
$ac_ext
19594 cat >>conftest.
$ac_ext <<_ACEOF
19595 /* end confdefs.h. */
19596 #include <ext/hash_map>
19598 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19599 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19601 grep -v '^ *+' conftest.er1
>conftest.err
19603 cat conftest.err
>&5
19604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19605 (exit $ac_status); } >/dev
/null
; then
19606 if test -s conftest.err
; then
19607 ac_cpp_err
=$ac_cxx_preproc_warn_flag
19608 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
19615 if test -z "$ac_cpp_err"; then
19616 ac_header_preproc
=yes
19618 echo "$as_me: failed program was:" >&5
19619 sed 's/^/| /' conftest.
$ac_ext >&5
19621 ac_header_preproc
=no
19623 rm -f conftest.err conftest.
$ac_ext
19624 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19625 echo "${ECHO_T}$ac_header_preproc" >&6
19627 # So? What about this header?
19628 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
19630 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
19631 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
19632 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
19633 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
19634 ac_header_preproc
=yes
19637 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
19638 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
19639 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
19640 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
19641 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
19642 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
19643 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
19644 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
19645 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
19646 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
19647 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
19648 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
19651 ## ----------------------------------------- ##
19652 ## Report this to wx-dev@lists.wxwidgets.org ##
19653 ## ----------------------------------------- ##
19656 sed "s/^/$as_me: WARNING: /" >&2
19659 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
19660 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
19661 if test "${ac_cv_header_ext_hash_map+set}" = set; then
19662 echo $ECHO_N "(cached) $ECHO_C" >&6
19664 ac_cv_header_ext_hash_map
=$ac_header_preproc
19666 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
19667 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
19670 if test $ac_cv_header_ext_hash_map = yes; then
19671 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
19672 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
19673 cat >conftest.
$ac_ext <<_ACEOF
19676 cat confdefs.h
>>conftest.
$ac_ext
19677 cat >>conftest.
$ac_ext <<_ACEOF
19678 /* end confdefs.h. */
19679 #include <ext/hash_map>
19680 #include <ext/hash_set>
19684 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
19685 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
19690 rm -f conftest.
$ac_objext
19691 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19692 (eval $ac_compile) 2>conftest.er1
19694 grep -v '^ *+' conftest.er1
>conftest.err
19696 cat conftest.err
>&5
19697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19698 (exit $ac_status); } &&
19699 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19701 (eval $ac_try) 2>&5
19703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19704 (exit $ac_status); }; } &&
19705 { ac_try
='test -s conftest.$ac_objext'
19706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19707 (eval $ac_try) 2>&5
19709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710 (exit $ac_status); }; }; then
19711 echo "$as_me:$LINENO: result: yes" >&5
19712 echo "${ECHO_T}yes" >&6
19713 cat >>confdefs.h
<<\_ACEOF
19714 #define HAVE_EXT_HASH_MAP 1
19717 cat >>confdefs.h
<<\_ACEOF
19718 #define HAVE_GNU_CXX_HASH_MAP 1
19722 echo "$as_me: failed program was:" >&5
19723 sed 's/^/| /' conftest.
$ac_ext >&5
19725 echo "$as_me:$LINENO: result: no" >&5
19726 echo "${ECHO_T}no" >&6
19728 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19735 ac_cpp
='$CPP $CPPFLAGS'
19736 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19737 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19738 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19744 /usr/local/include \
19746 /usr/Motif-2.1/include \
19747 /usr/Motif-1.2/include \
19748 /usr/include/Motif1.2 \
19749 /opt/xpm/include/X11 \
19750 /opt/GBxpm/include/ \
19751 /opt/GBxpm/X11/include/ \
19754 /usr/openwin/include \
19758 /usr/X11R6/include \
19759 /usr/X11R6.4/include \
19760 /usr/X11R5/include \
19761 /usr/X11R4/include \
19763 /usr/include/X11R6 \
19764 /usr/include/X11R5 \
19765 /usr/include/X11R4 \
19767 /usr/local/X11R6/include \
19768 /usr/local/X11R5/include \
19769 /usr/local/X11R4/include \
19771 /usr/local/include/X11R6 \
19772 /usr/local/include/X11R5 \
19773 /usr/local/include/X11R4 \
19777 /usr/local/X11/include \
19778 /usr/local/include/X11 \
19780 /usr/X386/include \
19781 /usr/x386/include \
19782 /usr/XFree86/include/X11 \
19784 X:/XFree86/include \
19785 X:/XFree86/include/X11 \
19788 /usr/local/include/gtk \
19789 /usr/include/glib \
19790 /usr/local/include/glib \
19793 /usr/local/include/qt \
19795 /usr/local/arm/3.3.2/include \
19797 /usr/include/windows \
19798 /usr/include/wine \
19799 /usr/local/include/wine \
19801 /usr/unsupported/include \
19802 /usr/athena/include \
19803 /usr/local/x11r5/include \
19804 /usr/lpp/Xamples/include \
19806 /usr/openwin/share/include"
19808 SEARCH_LIB
="/usr/lib /usr/lib32 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g` /usr/lib64 /usr/X11R6/lib64"
19811 cat >confcache
<<\_ACEOF
19812 # This file is a shell script that caches the results of configure
19813 # tests run on this system so they can be shared between configure
19814 # scripts and configure runs, see configure's option --config-cache.
19815 # It is not useful on other systems. If it contains results you don't
19816 # want to keep, you may remove or edit it.
19818 # config.status only pays attention to the cache file if you give it
19819 # the --recheck option to rerun configure.
19821 # `ac_cv_env_foo' variables (set or unset) will be overridden when
19822 # loading this file, other *unset* `ac_cv_foo' will be assigned the
19823 # following values.
19827 # The following way of writing the cache mishandles newlines in values,
19828 # but we know of no workaround that is simple, portable, and efficient.
19829 # So, don't put newlines in cache variables' values.
19830 # Ultrix sh set writes to stderr and can't be redirected directly,
19831 # and sets the high bit in the cache file unless we assign to the vars.
19834 case `(ac_space=' '; set | grep ac_space) 2>&1` in
19836 # `set' does not quote correctly, so add quotes (double-quote
19837 # substitution turns \\\\ into \\, and sed turns \\ into \).
19840 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19843 # `set' quotes correctly as required by POSIX, so do not add quotes.
19845 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
19852 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
19854 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
19856 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
19857 if test -w $cache_file; then
19858 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
19859 cat confcache
>$cache_file
19861 echo "not updating unwritable cache $cache_file"
19866 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
19867 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
19868 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
19869 if test "${wx_cv_lib_glibc21+set}" = set; then
19870 echo $ECHO_N "(cached) $ECHO_C" >&6
19873 cat >conftest.
$ac_ext <<_ACEOF
19876 cat confdefs.h
>>conftest.
$ac_ext
19877 cat >>conftest.
$ac_ext <<_ACEOF
19878 /* end confdefs.h. */
19879 #include <features.h>
19884 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
19885 #error not glibc2.1
19892 rm -f conftest.
$ac_objext
19893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19894 (eval $ac_compile) 2>conftest.er1
19896 grep -v '^ *+' conftest.er1
>conftest.err
19898 cat conftest.err
>&5
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } &&
19901 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19903 (eval $ac_try) 2>&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); }; } &&
19907 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
19914 wx_cv_lib_glibc21
=yes
19917 echo "$as_me: failed program was:" >&5
19918 sed 's/^/| /' conftest.
$ac_ext >&5
19921 wx_cv_lib_glibc21
=no
19925 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19928 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
19929 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
19930 if test "$wx_cv_lib_glibc21" = "yes"; then
19931 cat >>confdefs.h
<<\_ACEOF
19932 #define wxHAVE_GLIBC2 1
19938 if test "x$wx_cv_lib_glibc21" = "xyes"; then
19939 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
19940 cat >>confdefs.h
<<\_ACEOF
19941 #define _GNU_SOURCE 1
19949 if test "$wxUSE_REGEX" != "no"; then
19950 cat >>confdefs.h
<<\_ACEOF
19951 #define wxUSE_REGEX 1
19955 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
19956 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
19957 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
19958 wxUSE_REGEX
=builtin
19961 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
19962 if test "${ac_cv_header_regex_h+set}" = set; then
19963 echo "$as_me:$LINENO: checking for regex.h" >&5
19964 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
19965 if test "${ac_cv_header_regex_h+set}" = set; then
19966 echo $ECHO_N "(cached) $ECHO_C" >&6
19968 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
19969 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
19971 # Is the header compilable?
19972 echo "$as_me:$LINENO: checking regex.h usability" >&5
19973 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
19974 cat >conftest.
$ac_ext <<_ACEOF
19977 cat confdefs.h
>>conftest.
$ac_ext
19978 cat >>conftest.
$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 $ac_includes_default
19983 rm -f conftest.
$ac_objext
19984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19985 (eval $ac_compile) 2>conftest.er1
19987 grep -v '^ *+' conftest.er1
>conftest.err
19989 cat conftest.err
>&5
19990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19991 (exit $ac_status); } &&
19992 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19994 (eval $ac_try) 2>&5
19996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19997 (exit $ac_status); }; } &&
19998 { ac_try
='test -s conftest.$ac_objext'
19999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20000 (eval $ac_try) 2>&5
20002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003 (exit $ac_status); }; }; then
20004 ac_header_compiler
=yes
20006 echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.
$ac_ext >&5
20009 ac_header_compiler
=no
20011 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20012 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20013 echo "${ECHO_T}$ac_header_compiler" >&6
20015 # Is the header present?
20016 echo "$as_me:$LINENO: checking regex.h presence" >&5
20017 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
20018 cat >conftest.
$ac_ext <<_ACEOF
20021 cat confdefs.h
>>conftest.
$ac_ext
20022 cat >>conftest.
$ac_ext <<_ACEOF
20023 /* end confdefs.h. */
20026 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20027 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20029 grep -v '^ *+' conftest.er1
>conftest.err
20031 cat conftest.err
>&5
20032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20033 (exit $ac_status); } >/dev
/null
; then
20034 if test -s conftest.err
; then
20035 ac_cpp_err
=$ac_c_preproc_warn_flag
20036 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20043 if test -z "$ac_cpp_err"; then
20044 ac_header_preproc
=yes
20046 echo "$as_me: failed program was:" >&5
20047 sed 's/^/| /' conftest.
$ac_ext >&5
20049 ac_header_preproc
=no
20051 rm -f conftest.err conftest.
$ac_ext
20052 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20053 echo "${ECHO_T}$ac_header_preproc" >&6
20055 # So? What about this header?
20056 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20058 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
20059 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20060 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
20061 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
20062 ac_header_preproc
=yes
20065 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
20066 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
20067 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
20068 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
20069 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
20070 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
20071 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
20072 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
20073 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
20074 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
20075 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
20076 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
20079 ## ----------------------------------------- ##
20080 ## Report this to wx-dev@lists.wxwidgets.org ##
20081 ## ----------------------------------------- ##
20084 sed "s/^/$as_me: WARNING: /" >&2
20087 echo "$as_me:$LINENO: checking for regex.h" >&5
20088 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
20089 if test "${ac_cv_header_regex_h+set}" = set; then
20090 echo $ECHO_N "(cached) $ECHO_C" >&6
20092 ac_cv_header_regex_h
=$ac_header_preproc
20094 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
20095 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
20098 if test $ac_cv_header_regex_h = yes; then
20100 for ac_func
in regcomp
20102 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20103 echo "$as_me:$LINENO: checking for $ac_func" >&5
20104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20105 if eval "test \"\${$as_ac_var+set}\" = set"; then
20106 echo $ECHO_N "(cached) $ECHO_C" >&6
20108 cat >conftest.
$ac_ext <<_ACEOF
20111 cat confdefs.h
>>conftest.
$ac_ext
20112 cat >>conftest.
$ac_ext <<_ACEOF
20113 /* end confdefs.h. */
20114 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20115 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20116 #define $ac_func innocuous_$ac_func
20118 /* System header to define __stub macros and hopefully few prototypes,
20119 which can conflict with char $ac_func (); below.
20120 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20121 <limits.h> exists even on freestanding compilers. */
20124 # include <limits.h>
20126 # include <assert.h>
20131 /* Override any gcc2 internal prototype to avoid an error. */
20136 /* We use char because int might match the return type of a gcc2
20137 builtin and then its argument prototype would still apply. */
20139 /* The GNU C library defines this for functions which it implements
20140 to always fail with ENOSYS. Some functions are actually named
20141 something starting with __ and the normal name is an alias. */
20142 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20145 char (*f) () = $ac_func;
20154 return f != $ac_func;
20159 rm -f conftest.
$ac_objext conftest
$ac_exeext
20160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20161 (eval $ac_link) 2>conftest.er1
20163 grep -v '^ *+' conftest.er1
>conftest.err
20165 cat conftest.err
>&5
20166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20167 (exit $ac_status); } &&
20168 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20170 (eval $ac_try) 2>&5
20172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173 (exit $ac_status); }; } &&
20174 { ac_try
='test -s conftest$ac_exeext'
20175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20176 (eval $ac_try) 2>&5
20178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20179 (exit $ac_status); }; }; then
20180 eval "$as_ac_var=yes"
20182 echo "$as_me: failed program was:" >&5
20183 sed 's/^/| /' conftest.
$ac_ext >&5
20185 eval "$as_ac_var=no"
20187 rm -f conftest.err conftest.
$ac_objext \
20188 conftest
$ac_exeext conftest.
$ac_ext
20190 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20191 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20192 if test `eval echo '${'$as_ac_var'}'` = yes; then
20193 cat >>confdefs.h
<<_ACEOF
20194 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20204 if test "x$ac_cv_func_regcomp" != "xyes"; then
20205 if test "$wxUSE_REGEX" = "sys" ; then
20206 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
20207 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
20208 { (exit 1); exit 1; }; }
20210 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
20211 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
20212 wxUSE_REGEX
=builtin
20216 cat >>confdefs.h
<<\_ACEOF
20217 #define WX_NO_REGEX_ADVANCED 1
20226 if test "$wxUSE_ZLIB" != "no" ; then
20227 cat >>confdefs.h
<<\_ACEOF
20228 #define wxUSE_ZLIB 1
20232 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
20233 if test "$USE_DARWIN" = 1; then
20234 system_zlib_h_ok
="yes"
20236 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
20237 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
20238 if test "${ac_cv_header_zlib_h+set}" = set; then
20239 echo $ECHO_N "(cached) $ECHO_C" >&6
20241 if test "$cross_compiling" = yes; then
20242 unset ac_cv_header_zlib_h
20245 cat >conftest.
$ac_ext <<_ACEOF
20248 cat confdefs.h
>>conftest.
$ac_ext
20249 cat >>conftest.
$ac_ext <<_ACEOF
20250 /* end confdefs.h. */
20257 FILE *f=fopen("conftestval", "w");
20260 ZLIB_VERSION[0] == '1' &&
20261 (ZLIB_VERSION[2] > '1' ||
20262 (ZLIB_VERSION[2] == '1' &&
20263 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
20268 rm -f conftest
$ac_exeext
20269 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20270 (eval $ac_link) 2>&5
20272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20273 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20275 (eval $ac_try) 2>&5
20277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20278 (exit $ac_status); }; }; then
20279 ac_cv_header_zlib_h
=`cat conftestval`
20281 echo "$as_me: program exited with status $ac_status" >&5
20282 echo "$as_me: failed program was:" >&5
20283 sed 's/^/| /' conftest.
$ac_ext >&5
20285 ( exit $ac_status )
20286 ac_cv_header_zlib_h
=no
20288 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20292 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20293 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20294 if test "${ac_cv_header_zlib_h+set}" = set; then
20295 echo "$as_me:$LINENO: checking for zlib.h" >&5
20296 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
20297 if test "${ac_cv_header_zlib_h+set}" = set; then
20298 echo $ECHO_N "(cached) $ECHO_C" >&6
20300 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20301 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20303 # Is the header compilable?
20304 echo "$as_me:$LINENO: checking zlib.h usability" >&5
20305 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
20306 cat >conftest.
$ac_ext <<_ACEOF
20309 cat confdefs.h
>>conftest.
$ac_ext
20310 cat >>conftest.
$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 $ac_includes_default
20315 rm -f conftest.
$ac_objext
20316 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20317 (eval $ac_compile) 2>conftest.er1
20319 grep -v '^ *+' conftest.er1
>conftest.err
20321 cat conftest.err
>&5
20322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20323 (exit $ac_status); } &&
20324 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20326 (eval $ac_try) 2>&5
20328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20329 (exit $ac_status); }; } &&
20330 { ac_try
='test -s conftest.$ac_objext'
20331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20332 (eval $ac_try) 2>&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); }; }; then
20336 ac_header_compiler
=yes
20338 echo "$as_me: failed program was:" >&5
20339 sed 's/^/| /' conftest.
$ac_ext >&5
20341 ac_header_compiler
=no
20343 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20344 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20345 echo "${ECHO_T}$ac_header_compiler" >&6
20347 # Is the header present?
20348 echo "$as_me:$LINENO: checking zlib.h presence" >&5
20349 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
20350 cat >conftest.
$ac_ext <<_ACEOF
20353 cat confdefs.h
>>conftest.
$ac_ext
20354 cat >>conftest.
$ac_ext <<_ACEOF
20355 /* end confdefs.h. */
20358 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20359 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20361 grep -v '^ *+' conftest.er1
>conftest.err
20363 cat conftest.err
>&5
20364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20365 (exit $ac_status); } >/dev
/null
; then
20366 if test -s conftest.err
; then
20367 ac_cpp_err
=$ac_c_preproc_warn_flag
20368 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20375 if test -z "$ac_cpp_err"; then
20376 ac_header_preproc
=yes
20378 echo "$as_me: failed program was:" >&5
20379 sed 's/^/| /' conftest.
$ac_ext >&5
20381 ac_header_preproc
=no
20383 rm -f conftest.err conftest.
$ac_ext
20384 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20385 echo "${ECHO_T}$ac_header_preproc" >&6
20387 # So? What about this header?
20388 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20390 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
20391 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20392 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
20393 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
20394 ac_header_preproc
=yes
20397 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
20398 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
20399 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
20400 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
20401 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
20402 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
20403 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
20404 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
20405 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
20406 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
20407 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
20408 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
20411 ## ----------------------------------------- ##
20412 ## Report this to wx-dev@lists.wxwidgets.org ##
20413 ## ----------------------------------------- ##
20416 sed "s/^/$as_me: WARNING: /" >&2
20419 echo "$as_me:$LINENO: checking for zlib.h" >&5
20420 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
20421 if test "${ac_cv_header_zlib_h+set}" = set; then
20422 echo $ECHO_N "(cached) $ECHO_C" >&6
20424 ac_cv_header_zlib_h
=$ac_header_preproc
20426 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
20427 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
20433 system_zlib_h_ok
=$ac_cv_header_zlib_h
20436 if test "$system_zlib_h_ok" = "yes"; then
20437 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
20438 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
20439 if test "${ac_cv_lib_z_deflate+set}" = set; then
20440 echo $ECHO_N "(cached) $ECHO_C" >&6
20442 ac_check_lib_save_LIBS
=$LIBS
20444 cat >conftest.
$ac_ext <<_ACEOF
20447 cat confdefs.h
>>conftest.
$ac_ext
20448 cat >>conftest.
$ac_ext <<_ACEOF
20449 /* end confdefs.h. */
20451 /* Override any gcc2 internal prototype to avoid an error. */
20455 /* We use char because int might match the return type of a gcc2
20456 builtin and then its argument prototype would still apply. */
20466 rm -f conftest.
$ac_objext conftest
$ac_exeext
20467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20468 (eval $ac_link) 2>conftest.er1
20470 grep -v '^ *+' conftest.er1
>conftest.err
20472 cat conftest.err
>&5
20473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20474 (exit $ac_status); } &&
20475 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20477 (eval $ac_try) 2>&5
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); }; } &&
20481 { ac_try
='test -s conftest$ac_exeext'
20482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20483 (eval $ac_try) 2>&5
20485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20486 (exit $ac_status); }; }; then
20487 ac_cv_lib_z_deflate
=yes
20489 echo "$as_me: failed program was:" >&5
20490 sed 's/^/| /' conftest.
$ac_ext >&5
20492 ac_cv_lib_z_deflate
=no
20494 rm -f conftest.err conftest.
$ac_objext \
20495 conftest
$ac_exeext conftest.
$ac_ext
20496 LIBS
=$ac_check_lib_save_LIBS
20498 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
20499 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
20500 if test $ac_cv_lib_z_deflate = yes; then
20506 if test "x$ZLIB_LINK" = "x" ; then
20507 if test "$wxUSE_ZLIB" = "sys" ; then
20508 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
20509 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
20510 { (exit 1); exit 1; }; }
20512 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
20513 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
20524 if test "$wxUSE_LIBPNG" != "no" ; then
20525 cat >>confdefs.h
<<\_ACEOF
20526 #define wxUSE_LIBPNG 1
20530 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
20531 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
20532 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
20536 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
20537 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
20538 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
20539 wxUSE_LIBPNG
=builtin
20542 if test "$wxUSE_MGL" != 1 ; then
20543 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
20544 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
20545 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
20546 if test "${ac_cv_header_png_h+set}" = set; then
20547 echo $ECHO_N "(cached) $ECHO_C" >&6
20549 if test "$cross_compiling" = yes; then
20550 unset ac_cv_header_png_h
20553 cat >conftest.
$ac_ext <<_ACEOF
20556 cat confdefs.h
>>conftest.
$ac_ext
20557 cat >>conftest.
$ac_ext <<_ACEOF
20558 /* end confdefs.h. */
20565 FILE *f=fopen("conftestval", "w");
20568 PNG_LIBPNG_VER > 90 ? "yes" : "no");
20573 rm -f conftest
$ac_exeext
20574 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20575 (eval $ac_link) 2>&5
20577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20578 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20580 (eval $ac_try) 2>&5
20582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20583 (exit $ac_status); }; }; then
20584 ac_cv_header_png_h
=`cat conftestval`
20586 echo "$as_me: program exited with status $ac_status" >&5
20587 echo "$as_me: failed program was:" >&5
20588 sed 's/^/| /' conftest.
$ac_ext >&5
20590 ( exit $ac_status )
20591 ac_cv_header_png_h
=no
20593 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20597 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20598 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20599 if test "${ac_cv_header_png_h+set}" = set; then
20600 echo "$as_me:$LINENO: checking for png.h" >&5
20601 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
20602 if test "${ac_cv_header_png_h+set}" = set; then
20603 echo $ECHO_N "(cached) $ECHO_C" >&6
20605 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20606 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20608 # Is the header compilable?
20609 echo "$as_me:$LINENO: checking png.h usability" >&5
20610 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
20611 cat >conftest.
$ac_ext <<_ACEOF
20614 cat confdefs.h
>>conftest.
$ac_ext
20615 cat >>conftest.
$ac_ext <<_ACEOF
20616 /* end confdefs.h. */
20617 $ac_includes_default
20620 rm -f conftest.
$ac_objext
20621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20622 (eval $ac_compile) 2>conftest.er1
20624 grep -v '^ *+' conftest.er1
>conftest.err
20626 cat conftest.err
>&5
20627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20628 (exit $ac_status); } &&
20629 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20631 (eval $ac_try) 2>&5
20633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); }; } &&
20635 { ac_try
='test -s conftest.$ac_objext'
20636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20637 (eval $ac_try) 2>&5
20639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640 (exit $ac_status); }; }; then
20641 ac_header_compiler
=yes
20643 echo "$as_me: failed program was:" >&5
20644 sed 's/^/| /' conftest.
$ac_ext >&5
20646 ac_header_compiler
=no
20648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20649 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20650 echo "${ECHO_T}$ac_header_compiler" >&6
20652 # Is the header present?
20653 echo "$as_me:$LINENO: checking png.h presence" >&5
20654 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
20655 cat >conftest.
$ac_ext <<_ACEOF
20658 cat confdefs.h
>>conftest.
$ac_ext
20659 cat >>conftest.
$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20663 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20664 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
20666 grep -v '^ *+' conftest.er1
>conftest.err
20668 cat conftest.err
>&5
20669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20670 (exit $ac_status); } >/dev
/null
; then
20671 if test -s conftest.err
; then
20672 ac_cpp_err
=$ac_c_preproc_warn_flag
20673 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
20680 if test -z "$ac_cpp_err"; then
20681 ac_header_preproc
=yes
20683 echo "$as_me: failed program was:" >&5
20684 sed 's/^/| /' conftest.
$ac_ext >&5
20686 ac_header_preproc
=no
20688 rm -f conftest.err conftest.
$ac_ext
20689 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20690 echo "${ECHO_T}$ac_header_preproc" >&6
20692 # So? What about this header?
20693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20695 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
20696 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20697 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
20698 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
20699 ac_header_preproc
=yes
20702 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
20703 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
20704 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
20705 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
20706 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
20707 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
20708 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
20709 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
20710 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
20711 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
20712 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
20713 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
20716 ## ----------------------------------------- ##
20717 ## Report this to wx-dev@lists.wxwidgets.org ##
20718 ## ----------------------------------------- ##
20721 sed "s/^/$as_me: WARNING: /" >&2
20724 echo "$as_me:$LINENO: checking for png.h" >&5
20725 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
20726 if test "${ac_cv_header_png_h+set}" = set; then
20727 echo $ECHO_N "(cached) $ECHO_C" >&6
20729 ac_cv_header_png_h
=$ac_header_preproc
20731 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
20732 echo "${ECHO_T}$ac_cv_header_png_h" >&6
20738 if test "$ac_cv_header_png_h" = "yes"; then
20739 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
20740 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
20741 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
20742 echo $ECHO_N "(cached) $ECHO_C" >&6
20744 ac_check_lib_save_LIBS
=$LIBS
20745 LIBS
="-lpng -lz -lm $LIBS"
20746 cat >conftest.
$ac_ext <<_ACEOF
20749 cat confdefs.h
>>conftest.
$ac_ext
20750 cat >>conftest.
$ac_ext <<_ACEOF
20751 /* end confdefs.h. */
20753 /* Override any gcc2 internal prototype to avoid an error. */
20757 /* We use char because int might match the return type of a gcc2
20758 builtin and then its argument prototype would still apply. */
20759 char png_check_sig ();
20768 rm -f conftest.
$ac_objext conftest
$ac_exeext
20769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20770 (eval $ac_link) 2>conftest.er1
20772 grep -v '^ *+' conftest.er1
>conftest.err
20774 cat conftest.err
>&5
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); } &&
20777 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; } &&
20783 { ac_try
='test -s conftest$ac_exeext'
20784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20785 (eval $ac_try) 2>&5
20787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20788 (exit $ac_status); }; }; then
20789 ac_cv_lib_png_png_check_sig
=yes
20791 echo "$as_me: failed program was:" >&5
20792 sed 's/^/| /' conftest.
$ac_ext >&5
20794 ac_cv_lib_png_png_check_sig
=no
20796 rm -f conftest.err conftest.
$ac_objext \
20797 conftest
$ac_exeext conftest.
$ac_ext
20798 LIBS
=$ac_check_lib_save_LIBS
20800 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
20801 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
20802 if test $ac_cv_lib_png_png_check_sig = yes; then
20803 PNG_LINK
=" -lpng -lz"
20808 if test "x$PNG_LINK" = "x" ; then
20809 if test "$wxUSE_LIBPNG" = "sys" ; then
20810 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
20811 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
20812 { (exit 1); exit 1; }; }
20814 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
20815 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
20816 wxUSE_LIBPNG
=builtin
20824 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
20829 if test "$wxUSE_LIBJPEG" != "no" ; then
20830 cat >>confdefs.h
<<\_ACEOF
20831 #define wxUSE_LIBJPEG 1
20835 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
20836 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
20837 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
20841 if test "$wxUSE_MGL" != 1 ; then
20842 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
20843 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
20844 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
20845 if test "${ac_cv_header_jpeglib_h+set}" = set; then
20846 echo $ECHO_N "(cached) $ECHO_C" >&6
20848 cat >conftest.
$ac_ext <<_ACEOF
20851 cat confdefs.h
>>conftest.
$ac_ext
20852 cat >>conftest.
$ac_ext <<_ACEOF
20853 /* end confdefs.h. */
20855 #undef HAVE_STDLIB_H
20857 #include <jpeglib.h>
20868 rm -f conftest.
$ac_objext
20869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20870 (eval $ac_compile) 2>conftest.er1
20872 grep -v '^ *+' conftest.er1
>conftest.err
20874 cat conftest.err
>&5
20875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20876 (exit $ac_status); } &&
20877 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20879 (eval $ac_try) 2>&5
20881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20882 (exit $ac_status); }; } &&
20883 { ac_try
='test -s conftest.$ac_objext'
20884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20885 (eval $ac_try) 2>&5
20887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888 (exit $ac_status); }; }; then
20889 ac_cv_header_jpeglib_h
=yes
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.
$ac_ext >&5
20894 ac_cv_header_jpeglib_h
=no
20897 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20901 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
20902 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
20904 if test "$ac_cv_header_jpeglib_h" = "yes"; then
20905 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
20906 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
20907 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
20908 echo $ECHO_N "(cached) $ECHO_C" >&6
20910 ac_check_lib_save_LIBS
=$LIBS
20911 LIBS
="-ljpeg $LIBS"
20912 cat >conftest.
$ac_ext <<_ACEOF
20915 cat confdefs.h
>>conftest.
$ac_ext
20916 cat >>conftest.
$ac_ext <<_ACEOF
20917 /* end confdefs.h. */
20919 /* Override any gcc2 internal prototype to avoid an error. */
20923 /* We use char because int might match the return type of a gcc2
20924 builtin and then its argument prototype would still apply. */
20925 char jpeg_read_header ();
20929 jpeg_read_header ();
20934 rm -f conftest.
$ac_objext conftest
$ac_exeext
20935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20936 (eval $ac_link) 2>conftest.er1
20938 grep -v '^ *+' conftest.er1
>conftest.err
20940 cat conftest.err
>&5
20941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20942 (exit $ac_status); } &&
20943 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20945 (eval $ac_try) 2>&5
20947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); }; } &&
20949 { ac_try
='test -s conftest$ac_exeext'
20950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20951 (eval $ac_try) 2>&5
20953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20954 (exit $ac_status); }; }; then
20955 ac_cv_lib_jpeg_jpeg_read_header
=yes
20957 echo "$as_me: failed program was:" >&5
20958 sed 's/^/| /' conftest.
$ac_ext >&5
20960 ac_cv_lib_jpeg_jpeg_read_header
=no
20962 rm -f conftest.err conftest.
$ac_objext \
20963 conftest
$ac_exeext conftest.
$ac_ext
20964 LIBS
=$ac_check_lib_save_LIBS
20966 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
20967 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
20968 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
20969 JPEG_LINK
=" -ljpeg"
20974 if test "x$JPEG_LINK" = "x" ; then
20975 if test "$wxUSE_LIBJPEG" = "sys" ; then
20976 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
20977 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
20978 { (exit 1); exit 1; }; }
20980 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
20981 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
20982 wxUSE_LIBJPEG
=builtin
20993 TIFF_PREREQ_LINKS
=-lm
20994 if test "$wxUSE_LIBTIFF" != "no" ; then
20995 cat >>confdefs.h
<<\_ACEOF
20996 #define wxUSE_LIBTIFF 1
21000 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
21001 if test "$wxUSE_LIBJPEG" = "sys"; then
21002 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
21004 if test "$wxUSE_ZLIB" = "sys"; then
21005 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
21007 if test "${ac_cv_header_tiffio_h+set}" = set; then
21008 echo "$as_me:$LINENO: checking for tiffio.h" >&5
21009 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21010 if test "${ac_cv_header_tiffio_h+set}" = set; then
21011 echo $ECHO_N "(cached) $ECHO_C" >&6
21013 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21014 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21016 # Is the header compilable?
21017 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
21018 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
21019 cat >conftest.
$ac_ext <<_ACEOF
21022 cat confdefs.h
>>conftest.
$ac_ext
21023 cat >>conftest.
$ac_ext <<_ACEOF
21024 /* end confdefs.h. */
21025 $ac_includes_default
21026 #include <tiffio.h>
21028 rm -f conftest.
$ac_objext
21029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21030 (eval $ac_compile) 2>conftest.er1
21032 grep -v '^ *+' conftest.er1
>conftest.err
21034 cat conftest.err
>&5
21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } &&
21037 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21039 (eval $ac_try) 2>&5
21041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21042 (exit $ac_status); }; } &&
21043 { ac_try
='test -s conftest.$ac_objext'
21044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21045 (eval $ac_try) 2>&5
21047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21048 (exit $ac_status); }; }; then
21049 ac_header_compiler
=yes
21051 echo "$as_me: failed program was:" >&5
21052 sed 's/^/| /' conftest.
$ac_ext >&5
21054 ac_header_compiler
=no
21056 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21057 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21058 echo "${ECHO_T}$ac_header_compiler" >&6
21060 # Is the header present?
21061 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
21062 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
21063 cat >conftest.
$ac_ext <<_ACEOF
21066 cat confdefs.h
>>conftest.
$ac_ext
21067 cat >>conftest.
$ac_ext <<_ACEOF
21068 /* end confdefs.h. */
21069 #include <tiffio.h>
21071 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21072 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21074 grep -v '^ *+' conftest.er1
>conftest.err
21076 cat conftest.err
>&5
21077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21078 (exit $ac_status); } >/dev
/null
; then
21079 if test -s conftest.err
; then
21080 ac_cpp_err
=$ac_c_preproc_warn_flag
21081 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21088 if test -z "$ac_cpp_err"; then
21089 ac_header_preproc
=yes
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.
$ac_ext >&5
21094 ac_header_preproc
=no
21096 rm -f conftest.err conftest.
$ac_ext
21097 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21098 echo "${ECHO_T}$ac_header_preproc" >&6
21100 # So? What about this header?
21101 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21103 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
21104 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21105 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
21106 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
21107 ac_header_preproc
=yes
21110 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
21111 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
21112 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
21113 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
21114 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
21115 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
21116 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
21117 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
21118 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
21119 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
21120 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
21121 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
21124 ## ----------------------------------------- ##
21125 ## Report this to wx-dev@lists.wxwidgets.org ##
21126 ## ----------------------------------------- ##
21129 sed "s/^/$as_me: WARNING: /" >&2
21132 echo "$as_me:$LINENO: checking for tiffio.h" >&5
21133 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
21134 if test "${ac_cv_header_tiffio_h+set}" = set; then
21135 echo $ECHO_N "(cached) $ECHO_C" >&6
21137 ac_cv_header_tiffio_h
=$ac_header_preproc
21139 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
21140 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
21143 if test $ac_cv_header_tiffio_h = yes; then
21145 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
21146 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
21147 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
21148 echo $ECHO_N "(cached) $ECHO_C" >&6
21150 ac_check_lib_save_LIBS
=$LIBS
21151 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
21152 cat >conftest.
$ac_ext <<_ACEOF
21155 cat confdefs.h
>>conftest.
$ac_ext
21156 cat >>conftest.
$ac_ext <<_ACEOF
21157 /* end confdefs.h. */
21159 /* Override any gcc2 internal prototype to avoid an error. */
21163 /* We use char because int might match the return type of a gcc2
21164 builtin and then its argument prototype would still apply. */
21174 rm -f conftest.
$ac_objext conftest
$ac_exeext
21175 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21176 (eval $ac_link) 2>conftest.er1
21178 grep -v '^ *+' conftest.er1
>conftest.err
21180 cat conftest.err
>&5
21181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182 (exit $ac_status); } &&
21183 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21185 (eval $ac_try) 2>&5
21187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21188 (exit $ac_status); }; } &&
21189 { ac_try
='test -s conftest$ac_exeext'
21190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21191 (eval $ac_try) 2>&5
21193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21194 (exit $ac_status); }; }; then
21195 ac_cv_lib_tiff_TIFFError
=yes
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.
$ac_ext >&5
21200 ac_cv_lib_tiff_TIFFError
=no
21202 rm -f conftest.err conftest.
$ac_objext \
21203 conftest
$ac_exeext conftest.
$ac_ext
21204 LIBS
=$ac_check_lib_save_LIBS
21206 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
21207 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
21208 if test $ac_cv_lib_tiff_TIFFError = yes; then
21209 TIFF_LINK
=" -ltiff"
21218 if test "x$TIFF_LINK" = "x" ; then
21219 if test "$wxUSE_LIBTIFF" = "sys" ; then
21220 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
21221 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
21222 { (exit 1); exit 1; }; }
21224 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
21225 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
21226 wxUSE_LIBTIFF
=builtin
21235 if test "$wxUSE_EXPAT" != "no"; then
21237 cat >>confdefs.h
<<\_ACEOF
21238 #define wxUSE_EXPAT 1
21241 cat >>confdefs.h
<<\_ACEOF
21242 #define wxUSE_XML 1
21246 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
21247 if test "${ac_cv_header_expat_h+set}" = set; then
21248 echo "$as_me:$LINENO: checking for expat.h" >&5
21249 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21250 if test "${ac_cv_header_expat_h+set}" = set; then
21251 echo $ECHO_N "(cached) $ECHO_C" >&6
21253 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21254 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21256 # Is the header compilable?
21257 echo "$as_me:$LINENO: checking expat.h usability" >&5
21258 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
21259 cat >conftest.
$ac_ext <<_ACEOF
21262 cat confdefs.h
>>conftest.
$ac_ext
21263 cat >>conftest.
$ac_ext <<_ACEOF
21264 /* end confdefs.h. */
21265 $ac_includes_default
21268 rm -f conftest.
$ac_objext
21269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21270 (eval $ac_compile) 2>conftest.er1
21272 grep -v '^ *+' conftest.er1
>conftest.err
21274 cat conftest.err
>&5
21275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21276 (exit $ac_status); } &&
21277 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21279 (eval $ac_try) 2>&5
21281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21282 (exit $ac_status); }; } &&
21283 { ac_try
='test -s conftest.$ac_objext'
21284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21285 (eval $ac_try) 2>&5
21287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288 (exit $ac_status); }; }; then
21289 ac_header_compiler
=yes
21291 echo "$as_me: failed program was:" >&5
21292 sed 's/^/| /' conftest.
$ac_ext >&5
21294 ac_header_compiler
=no
21296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21297 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21298 echo "${ECHO_T}$ac_header_compiler" >&6
21300 # Is the header present?
21301 echo "$as_me:$LINENO: checking expat.h presence" >&5
21302 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
21303 cat >conftest.
$ac_ext <<_ACEOF
21306 cat confdefs.h
>>conftest.
$ac_ext
21307 cat >>conftest.
$ac_ext <<_ACEOF
21308 /* end confdefs.h. */
21311 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21312 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21314 grep -v '^ *+' conftest.er1
>conftest.err
21316 cat conftest.err
>&5
21317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21318 (exit $ac_status); } >/dev
/null
; then
21319 if test -s conftest.err
; then
21320 ac_cpp_err
=$ac_c_preproc_warn_flag
21321 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21328 if test -z "$ac_cpp_err"; then
21329 ac_header_preproc
=yes
21331 echo "$as_me: failed program was:" >&5
21332 sed 's/^/| /' conftest.
$ac_ext >&5
21334 ac_header_preproc
=no
21336 rm -f conftest.err conftest.
$ac_ext
21337 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21338 echo "${ECHO_T}$ac_header_preproc" >&6
21340 # So? What about this header?
21341 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21343 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
21344 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21345 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
21346 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
21347 ac_header_preproc
=yes
21350 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
21351 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
21352 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
21353 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
21354 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
21355 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
21356 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
21357 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
21358 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
21359 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
21360 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
21361 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
21364 ## ----------------------------------------- ##
21365 ## Report this to wx-dev@lists.wxwidgets.org ##
21366 ## ----------------------------------------- ##
21369 sed "s/^/$as_me: WARNING: /" >&2
21372 echo "$as_me:$LINENO: checking for expat.h" >&5
21373 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
21374 if test "${ac_cv_header_expat_h+set}" = set; then
21375 echo $ECHO_N "(cached) $ECHO_C" >&6
21377 ac_cv_header_expat_h
=$ac_header_preproc
21379 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
21380 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
21383 if test $ac_cv_header_expat_h = yes; then
21388 if test "x$found_expat_h" = "x1"; then
21389 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
21390 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
21391 if test "${wx_cv_expat_is_not_broken+set}" = set; then
21392 echo $ECHO_N "(cached) $ECHO_C" >&6
21398 ac_cpp
='$CXXCPP $CPPFLAGS'
21399 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21400 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21401 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
21403 cat >conftest.
$ac_ext <<_ACEOF
21406 cat confdefs.h
>>conftest.
$ac_ext
21407 cat >>conftest.
$ac_ext <<_ACEOF
21408 /* end confdefs.h. */
21418 rm -f conftest.
$ac_objext
21419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21420 (eval $ac_compile) 2>conftest.er1
21422 grep -v '^ *+' conftest.er1
>conftest.err
21424 cat conftest.err
>&5
21425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21426 (exit $ac_status); } &&
21427 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21429 (eval $ac_try) 2>&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); }; } &&
21433 { ac_try
='test -s conftest.$ac_objext'
21434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21435 (eval $ac_try) 2>&5
21437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21438 (exit $ac_status); }; }; then
21439 wx_cv_expat_is_not_broken
=yes
21441 echo "$as_me: failed program was:" >&5
21442 sed 's/^/| /' conftest.
$ac_ext >&5
21444 wx_cv_expat_is_not_broken
=no
21447 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21449 ac_cpp
='$CPP $CPPFLAGS'
21450 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21451 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21452 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
21457 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
21458 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
21459 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
21460 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
21461 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
21462 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
21463 echo $ECHO_N "(cached) $ECHO_C" >&6
21465 ac_check_lib_save_LIBS
=$LIBS
21466 LIBS
="-lexpat $LIBS"
21467 cat >conftest.
$ac_ext <<_ACEOF
21470 cat confdefs.h
>>conftest.
$ac_ext
21471 cat >>conftest.
$ac_ext <<_ACEOF
21472 /* end confdefs.h. */
21474 /* Override any gcc2 internal prototype to avoid an error. */
21478 /* We use char because int might match the return type of a gcc2
21479 builtin and then its argument prototype would still apply. */
21480 char XML_ParserCreate ();
21484 XML_ParserCreate ();
21489 rm -f conftest.
$ac_objext conftest
$ac_exeext
21490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21491 (eval $ac_link) 2>conftest.er1
21493 grep -v '^ *+' conftest.er1
>conftest.err
21495 cat conftest.err
>&5
21496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); } &&
21498 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21500 (eval $ac_try) 2>&5
21502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21503 (exit $ac_status); }; } &&
21504 { ac_try
='test -s conftest$ac_exeext'
21505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21506 (eval $ac_try) 2>&5
21508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21509 (exit $ac_status); }; }; then
21510 ac_cv_lib_expat_XML_ParserCreate
=yes
21512 echo "$as_me: failed program was:" >&5
21513 sed 's/^/| /' conftest.
$ac_ext >&5
21515 ac_cv_lib_expat_XML_ParserCreate
=no
21517 rm -f conftest.err conftest.
$ac_objext \
21518 conftest
$ac_exeext conftest.
$ac_ext
21519 LIBS
=$ac_check_lib_save_LIBS
21521 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
21522 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
21523 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
21524 EXPAT_LINK
=" -lexpat"
21529 if test "x$EXPAT_LINK" = "x" ; then
21530 if test "$wxUSE_EXPAT" = "sys" ; then
21531 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
21532 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
21533 { (exit 1); exit 1; }; }
21535 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
21536 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
21537 wxUSE_EXPAT
=builtin
21543 if test "$wxUSE_EXPAT" = "builtin" ; then
21546 subdirs
="$subdirs src/expat"
21553 if test "$wxUSE_LIBMSPACK" != "no"; then
21555 if test "${ac_cv_header_mspack_h+set}" = set; then
21556 echo "$as_me:$LINENO: checking for mspack.h" >&5
21557 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
21558 if test "${ac_cv_header_mspack_h+set}" = set; then
21559 echo $ECHO_N "(cached) $ECHO_C" >&6
21561 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
21562 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
21564 # Is the header compilable?
21565 echo "$as_me:$LINENO: checking mspack.h usability" >&5
21566 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
21567 cat >conftest.
$ac_ext <<_ACEOF
21570 cat confdefs.h
>>conftest.
$ac_ext
21571 cat >>conftest.
$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 $ac_includes_default
21574 #include <mspack.h>
21576 rm -f conftest.
$ac_objext
21577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21578 (eval $ac_compile) 2>conftest.er1
21580 grep -v '^ *+' conftest.er1
>conftest.err
21582 cat conftest.err
>&5
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } &&
21585 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21587 (eval $ac_try) 2>&5
21589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21590 (exit $ac_status); }; } &&
21591 { ac_try
='test -s conftest.$ac_objext'
21592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21593 (eval $ac_try) 2>&5
21595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21596 (exit $ac_status); }; }; then
21597 ac_header_compiler
=yes
21599 echo "$as_me: failed program was:" >&5
21600 sed 's/^/| /' conftest.
$ac_ext >&5
21602 ac_header_compiler
=no
21604 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21605 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21606 echo "${ECHO_T}$ac_header_compiler" >&6
21608 # Is the header present?
21609 echo "$as_me:$LINENO: checking mspack.h presence" >&5
21610 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
21611 cat >conftest.
$ac_ext <<_ACEOF
21614 cat confdefs.h
>>conftest.
$ac_ext
21615 cat >>conftest.
$ac_ext <<_ACEOF
21616 /* end confdefs.h. */
21617 #include <mspack.h>
21619 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21620 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21622 grep -v '^ *+' conftest.er1
>conftest.err
21624 cat conftest.err
>&5
21625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626 (exit $ac_status); } >/dev
/null
; then
21627 if test -s conftest.err
; then
21628 ac_cpp_err
=$ac_c_preproc_warn_flag
21629 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21636 if test -z "$ac_cpp_err"; then
21637 ac_header_preproc
=yes
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.
$ac_ext >&5
21642 ac_header_preproc
=no
21644 rm -f conftest.err conftest.
$ac_ext
21645 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21646 echo "${ECHO_T}$ac_header_preproc" >&6
21648 # So? What about this header?
21649 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21651 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
21652 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
21653 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
21654 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
21655 ac_header_preproc
=yes
21658 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
21659 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
21660 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
21661 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
21662 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
21663 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
21664 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
21665 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
21666 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
21667 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
21668 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
21669 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
21672 ## ----------------------------------------- ##
21673 ## Report this to wx-dev@lists.wxwidgets.org ##
21674 ## ----------------------------------------- ##
21677 sed "s/^/$as_me: WARNING: /" >&2
21680 echo "$as_me:$LINENO: checking for mspack.h" >&5
21681 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
21682 if test "${ac_cv_header_mspack_h+set}" = set; then
21683 echo $ECHO_N "(cached) $ECHO_C" >&6
21685 ac_cv_header_mspack_h
=$ac_header_preproc
21687 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
21688 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
21691 if test $ac_cv_header_mspack_h = yes; then
21696 if test "x$found_mspack_h" = "x1"; then
21697 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
21698 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
21699 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
21700 echo $ECHO_N "(cached) $ECHO_C" >&6
21702 ac_check_lib_save_LIBS
=$LIBS
21703 LIBS
="-lmspack $LIBS"
21704 cat >conftest.
$ac_ext <<_ACEOF
21707 cat confdefs.h
>>conftest.
$ac_ext
21708 cat >>conftest.
$ac_ext <<_ACEOF
21709 /* end confdefs.h. */
21711 /* Override any gcc2 internal prototype to avoid an error. */
21715 /* We use char because int might match the return type of a gcc2
21716 builtin and then its argument prototype would still apply. */
21717 char mspack_create_chm_decompressor ();
21721 mspack_create_chm_decompressor ();
21726 rm -f conftest.
$ac_objext conftest
$ac_exeext
21727 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21728 (eval $ac_link) 2>conftest.er1
21730 grep -v '^ *+' conftest.er1
>conftest.err
21732 cat conftest.err
>&5
21733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); } &&
21735 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21737 (eval $ac_try) 2>&5
21739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21740 (exit $ac_status); }; } &&
21741 { ac_try
='test -s conftest$ac_exeext'
21742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21743 (eval $ac_try) 2>&5
21745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21746 (exit $ac_status); }; }; then
21747 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
21749 echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.
$ac_ext >&5
21752 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
21754 rm -f conftest.err conftest.
$ac_objext \
21755 conftest
$ac_exeext conftest.
$ac_ext
21756 LIBS
=$ac_check_lib_save_LIBS
21758 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
21759 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
21760 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
21761 MSPACK_LINK
=" -lmspack"
21765 if test "x$MSPACK_LINK" = "x" ; then
21768 cat >>confdefs.h
<<\_ACEOF
21769 #define wxUSE_LIBMSPACK 1
21784 if test "$USE_WIN32" = 1 ; then
21786 for ac_header
in w32api.h
21788 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21789 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21790 echo "$as_me:$LINENO: checking for $ac_header" >&5
21791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21792 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21793 echo $ECHO_N "(cached) $ECHO_C" >&6
21795 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21796 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21798 # Is the header compilable?
21799 echo "$as_me:$LINENO: checking $ac_header usability" >&5
21800 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21801 cat >conftest.
$ac_ext <<_ACEOF
21804 cat confdefs.h
>>conftest.
$ac_ext
21805 cat >>conftest.
$ac_ext <<_ACEOF
21806 /* end confdefs.h. */
21807 $ac_includes_default
21808 #include <$ac_header>
21810 rm -f conftest.
$ac_objext
21811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21812 (eval $ac_compile) 2>conftest.er1
21814 grep -v '^ *+' conftest.er1
>conftest.err
21816 cat conftest.err
>&5
21817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21818 (exit $ac_status); } &&
21819 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21821 (eval $ac_try) 2>&5
21823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21824 (exit $ac_status); }; } &&
21825 { ac_try
='test -s conftest.$ac_objext'
21826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21827 (eval $ac_try) 2>&5
21829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21830 (exit $ac_status); }; }; then
21831 ac_header_compiler
=yes
21833 echo "$as_me: failed program was:" >&5
21834 sed 's/^/| /' conftest.
$ac_ext >&5
21836 ac_header_compiler
=no
21838 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21839 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21840 echo "${ECHO_T}$ac_header_compiler" >&6
21842 # Is the header present?
21843 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21844 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21845 cat >conftest.
$ac_ext <<_ACEOF
21848 cat confdefs.h
>>conftest.
$ac_ext
21849 cat >>conftest.
$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21851 #include <$ac_header>
21853 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21854 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21856 grep -v '^ *+' conftest.er1
>conftest.err
21858 cat conftest.err
>&5
21859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21860 (exit $ac_status); } >/dev
/null
; then
21861 if test -s conftest.err
; then
21862 ac_cpp_err
=$ac_c_preproc_warn_flag
21863 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21870 if test -z "$ac_cpp_err"; then
21871 ac_header_preproc
=yes
21873 echo "$as_me: failed program was:" >&5
21874 sed 's/^/| /' conftest.
$ac_ext >&5
21876 ac_header_preproc
=no
21878 rm -f conftest.err conftest.
$ac_ext
21879 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21880 echo "${ECHO_T}$ac_header_preproc" >&6
21882 # So? What about this header?
21883 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21885 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21886 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21887 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21888 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21889 ac_header_preproc
=yes
21892 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21893 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21894 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21895 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21896 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21897 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21898 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21899 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21900 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21901 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21902 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21903 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21906 ## ----------------------------------------- ##
21907 ## Report this to wx-dev@lists.wxwidgets.org ##
21908 ## ----------------------------------------- ##
21911 sed "s/^/$as_me: WARNING: /" >&2
21914 echo "$as_me:$LINENO: checking for $ac_header" >&5
21915 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21916 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21917 echo $ECHO_N "(cached) $ECHO_C" >&6
21919 eval "$as_ac_Header=\$ac_header_preproc"
21921 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21922 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21925 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21926 cat >>confdefs.h
<<_ACEOF
21927 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21934 if test "${ac_cv_header_windows_h+set}" = set; then
21935 echo "$as_me:$LINENO: checking for windows.h" >&5
21936 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
21937 if test "${ac_cv_header_windows_h+set}" = set; then
21938 echo $ECHO_N "(cached) $ECHO_C" >&6
21940 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
21941 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
21943 # Is the header compilable?
21944 echo "$as_me:$LINENO: checking windows.h usability" >&5
21945 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
21946 cat >conftest.
$ac_ext <<_ACEOF
21949 cat confdefs.h
>>conftest.
$ac_ext
21950 cat >>conftest.
$ac_ext <<_ACEOF
21951 /* end confdefs.h. */
21952 $ac_includes_default
21953 #include <windows.h>
21955 rm -f conftest.
$ac_objext
21956 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21957 (eval $ac_compile) 2>conftest.er1
21959 grep -v '^ *+' conftest.er1
>conftest.err
21961 cat conftest.err
>&5
21962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963 (exit $ac_status); } &&
21964 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21966 (eval $ac_try) 2>&5
21968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21969 (exit $ac_status); }; } &&
21970 { ac_try
='test -s conftest.$ac_objext'
21971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21972 (eval $ac_try) 2>&5
21974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975 (exit $ac_status); }; }; then
21976 ac_header_compiler
=yes
21978 echo "$as_me: failed program was:" >&5
21979 sed 's/^/| /' conftest.
$ac_ext >&5
21981 ac_header_compiler
=no
21983 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21984 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21985 echo "${ECHO_T}$ac_header_compiler" >&6
21987 # Is the header present?
21988 echo "$as_me:$LINENO: checking windows.h presence" >&5
21989 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
21990 cat >conftest.
$ac_ext <<_ACEOF
21993 cat confdefs.h
>>conftest.
$ac_ext
21994 cat >>conftest.
$ac_ext <<_ACEOF
21995 /* end confdefs.h. */
21996 #include <windows.h>
21998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21999 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22001 grep -v '^ *+' conftest.er1
>conftest.err
22003 cat conftest.err
>&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); } >/dev
/null
; then
22006 if test -s conftest.err
; then
22007 ac_cpp_err
=$ac_c_preproc_warn_flag
22008 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
22015 if test -z "$ac_cpp_err"; then
22016 ac_header_preproc
=yes
22018 echo "$as_me: failed program was:" >&5
22019 sed 's/^/| /' conftest.
$ac_ext >&5
22021 ac_header_preproc
=no
22023 rm -f conftest.err conftest.
$ac_ext
22024 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22025 echo "${ECHO_T}$ac_header_preproc" >&6
22027 # So? What about this header?
22028 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22030 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
22031 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
22032 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
22033 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
22034 ac_header_preproc
=yes
22037 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
22038 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
22039 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
22040 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
22041 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
22042 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
22043 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
22044 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
22045 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
22046 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
22047 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
22048 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
22051 ## ----------------------------------------- ##
22052 ## Report this to wx-dev@lists.wxwidgets.org ##
22053 ## ----------------------------------------- ##
22056 sed "s/^/$as_me: WARNING: /" >&2
22059 echo "$as_me:$LINENO: checking for windows.h" >&5
22060 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
22061 if test "${ac_cv_header_windows_h+set}" = set; then
22062 echo $ECHO_N "(cached) $ECHO_C" >&6
22064 ac_cv_header_windows_h
=$ac_header_preproc
22066 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
22067 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
22070 if test $ac_cv_header_windows_h = yes; then
22074 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
22075 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
22076 { (exit 1); exit 1; }; }
22082 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
22084 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
22085 LIBS
="$LIBS -loleacc"
22090 LIBS
="$LIBS -lkernel32 -luser32"
22091 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WIN95__"
22094 if test "$wxUSE_ODBC" = "sys" ; then
22097 if test "$wxUSE_ODBC" = "yes" ; then
22098 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
22099 cat >>confdefs.h
<<\_ACEOF
22100 #define wxUSE_ODBC 1
22105 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
22106 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
22108 WIN32INSTALL
=win32install
22111 if test "$wxUSE_GUI" = "yes"; then
22121 if test "$wxUSE_MSW" = 1 ; then
22127 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
22131 if test "$wxUSE_GTK" = 1; then
22132 echo "$as_me:$LINENO: checking for GTK+ version" >&5
22133 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
22135 gtk_version_cached
=1
22136 if test "${wx_cv_lib_gtk+set}" = set; then
22137 echo $ECHO_N "(cached) $ECHO_C" >&6
22140 gtk_version_cached
=0
22141 echo "$as_me:$LINENO: result: " >&5
22142 echo "${ECHO_T}" >&6
22145 if test "$wxUSE_THREADS" = "yes"; then
22146 GTK_MODULES
=gthread
22150 if test "x$wxUSE_GTK2" = "xyes"; then
22151 # Check whether --enable-gtktest or --disable-gtktest was given.
22152 if test "${enable_gtktest+set}" = set; then
22153 enableval
="$enable_gtktest"
22159 pkg_config_args
=gtk
+-2.0
22160 for module
in .
$GTK_MODULES
22164 pkg_config_args
="$pkg_config_args gthread-2.0"
22171 # Extract the first word of "pkg-config", so it can be a program name with args.
22172 set dummy pkg
-config; ac_word
=$2
22173 echo "$as_me:$LINENO: checking for $ac_word" >&5
22174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22175 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22176 echo $ECHO_N "(cached) $ECHO_C" >&6
22178 case $PKG_CONFIG in
22180 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
22183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22184 for as_dir
in $PATH
22187 test -z "$as_dir" && as_dir
=.
22188 for ac_exec_ext
in '' $ac_executable_extensions; do
22189 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22190 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22197 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
22201 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
22203 if test -n "$PKG_CONFIG"; then
22204 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22205 echo "${ECHO_T}$PKG_CONFIG" >&6
22207 echo "$as_me:$LINENO: result: no" >&5
22208 echo "${ECHO_T}no" >&6
22212 if test x
$PKG_CONFIG != xno
; then
22213 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
22216 echo "*** pkg-config too old; version 0.7 or better required."
22224 min_gtk_version
=2.0.0
22225 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
22226 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
22228 if test x
$PKG_CONFIG != xno
; then
22229 ## don't try to run the test against uninstalled libtool libs
22230 if $PKG_CONFIG --uninstalled $pkg_config_args; then
22231 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
22235 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
22242 if test x
"$no_gtk" = x
; then
22243 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
22244 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
22245 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22246 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22247 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22248 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22249 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
22250 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22251 if test "x$enable_gtktest" = "xyes" ; then
22252 ac_save_CFLAGS
="$CFLAGS"
22253 ac_save_LIBS
="$LIBS"
22254 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22255 LIBS
="$GTK_LIBS $LIBS"
22257 if test "$cross_compiling" = yes; then
22258 echo $ac_n "cross compiling; assumed OK... $ac_c"
22260 cat >conftest.
$ac_ext <<_ACEOF
22263 cat confdefs.h
>>conftest.
$ac_ext
22264 cat >>conftest.
$ac_ext <<_ACEOF
22265 /* end confdefs.h. */
22267 #include <gtk/gtk.h>
22269 #include <stdlib.h>
22274 int major, minor, micro;
22277 system ("touch conf.gtktest");
22279 /* HP/UX 9 (%@#!) writes to sscanf strings */
22280 tmp_version = g_strdup("$min_gtk_version");
22281 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
22282 printf("%s, bad version string\n", "$min_gtk_version");
22286 if ((gtk_major_version != $gtk_config_major_version) ||
22287 (gtk_minor_version != $gtk_config_minor_version) ||
22288 (gtk_micro_version != $gtk_config_micro_version))
22290 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22291 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22292 gtk_major_version, gtk_minor_version, gtk_micro_version);
22293 printf ("*** was found! If pkg-config was correct, then it is best\n");
22294 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22295 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22296 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22297 printf("*** required on your system.\n");
22298 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
22299 printf("*** to point to the correct configuration files\n");
22301 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22302 (gtk_minor_version != GTK_MINOR_VERSION) ||
22303 (gtk_micro_version != GTK_MICRO_VERSION))
22305 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22306 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22307 printf("*** library (version %d.%d.%d)\n",
22308 gtk_major_version, gtk_minor_version, gtk_micro_version);
22312 if ((gtk_major_version > major) ||
22313 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22314 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22320 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22321 gtk_major_version, gtk_minor_version, gtk_micro_version);
22322 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22323 major, minor, micro);
22324 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22326 printf("*** If you have already installed a sufficiently new version, this error\n");
22327 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
22328 printf("*** being found. The easiest way to fix this is to remove the old version\n");
22329 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
22330 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
22331 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22332 printf("*** so that the correct libraries are found at run-time))\n");
22339 rm -f conftest
$ac_exeext
22340 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22341 (eval $ac_link) 2>&5
22343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22344 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22346 (eval $ac_try) 2>&5
22348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22349 (exit $ac_status); }; }; then
22352 echo "$as_me: program exited with status $ac_status" >&5
22353 echo "$as_me: failed program was:" >&5
22354 sed 's/^/| /' conftest.
$ac_ext >&5
22356 ( exit $ac_status )
22359 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22361 CFLAGS
="$ac_save_CFLAGS"
22362 LIBS
="$ac_save_LIBS"
22365 if test "x$no_gtk" = x
; then
22366 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
22367 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
22370 echo "$as_me:$LINENO: result: no" >&5
22371 echo "${ECHO_T}no" >&6
22372 if test "$PKG_CONFIG" = "no" ; then
22373 echo "*** A new enough version of pkg-config was not found."
22374 echo "*** See http://pkgconfig.sourceforge.net"
22376 if test -f conf.gtktest
; then
22379 echo "*** Could not run GTK+ test program, checking why..."
22380 ac_save_CFLAGS
="$CFLAGS"
22381 ac_save_LIBS
="$LIBS"
22382 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22383 LIBS
="$LIBS $GTK_LIBS"
22384 cat >conftest.
$ac_ext <<_ACEOF
22387 cat confdefs.h
>>conftest.
$ac_ext
22388 cat >>conftest.
$ac_ext <<_ACEOF
22389 /* end confdefs.h. */
22391 #include <gtk/gtk.h>
22397 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
22402 rm -f conftest.
$ac_objext conftest
$ac_exeext
22403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22404 (eval $ac_link) 2>conftest.er1
22406 grep -v '^ *+' conftest.er1
>conftest.err
22408 cat conftest.err
>&5
22409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22410 (exit $ac_status); } &&
22411 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22413 (eval $ac_try) 2>&5
22415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22416 (exit $ac_status); }; } &&
22417 { ac_try
='test -s conftest$ac_exeext'
22418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22419 (eval $ac_try) 2>&5
22421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22422 (exit $ac_status); }; }; then
22423 echo "*** The test program compiled, but did not run. This usually means"
22424 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
22425 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
22426 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
22427 echo "*** to the installed location Also, make sure you have run ldconfig if that"
22428 echo "*** is required on your system"
22430 echo "*** If you have an old version installed, it is best to remove it, although"
22431 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
22433 echo "$as_me: failed program was:" >&5
22434 sed 's/^/| /' conftest.
$ac_ext >&5
22436 echo "*** The test program failed to compile or link. See the file config.log for the"
22437 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
22439 rm -f conftest.err conftest.
$ac_objext \
22440 conftest
$ac_exeext conftest.
$ac_ext
22441 CFLAGS
="$ac_save_CFLAGS"
22442 LIBS
="$ac_save_LIBS"
22455 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
22456 if test "${with_gtk_prefix+set}" = set; then
22457 withval
="$with_gtk_prefix"
22458 gtk_config_prefix
="$withval"
22460 gtk_config_prefix
=""
22463 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
22464 if test "${with_gtk_exec_prefix+set}" = set; then
22465 withval
="$with_gtk_exec_prefix"
22466 gtk_config_exec_prefix
="$withval"
22468 gtk_config_exec_prefix
=""
22470 # Check whether --enable-gtktest or --disable-gtktest was given.
22471 if test "${enable_gtktest+set}" = set; then
22472 enableval
="$enable_gtktest"
22478 for module
in .
$GTK_MODULES
22482 gtk_config_args
="$gtk_config_args gthread"
22487 if test x
$gtk_config_exec_prefix != x
; then
22488 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
22489 if test x
${GTK_CONFIG+set} != xset
; then
22490 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
22493 if test x
$gtk_config_prefix != x
; then
22494 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
22495 if test x
${GTK_CONFIG+set} != xset
; then
22496 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
22500 # Extract the first word of "gtk-config", so it can be a program name with args.
22501 set dummy gtk
-config; ac_word
=$2
22502 echo "$as_me:$LINENO: checking for $ac_word" >&5
22503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22504 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
22505 echo $ECHO_N "(cached) $ECHO_C" >&6
22507 case $GTK_CONFIG in
22509 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
22512 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22513 for as_dir
in $PATH
22516 test -z "$as_dir" && as_dir
=.
22517 for ac_exec_ext
in '' $ac_executable_extensions; do
22518 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22519 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22526 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
22530 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
22532 if test -n "$GTK_CONFIG"; then
22533 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
22534 echo "${ECHO_T}$GTK_CONFIG" >&6
22536 echo "$as_me:$LINENO: result: no" >&5
22537 echo "${ECHO_T}no" >&6
22540 min_gtk_version
=1.2.7
22541 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
22542 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
22544 if test "$GTK_CONFIG" = "no" ; then
22547 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
22548 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
22549 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
22550 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22551 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
22552 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22553 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
22554 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22555 if test "x$enable_gtktest" = "xyes" ; then
22556 ac_save_CFLAGS
="$CFLAGS"
22557 ac_save_LIBS
="$LIBS"
22558 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22559 LIBS
="$GTK_LIBS $LIBS"
22561 if test "$cross_compiling" = yes; then
22562 echo $ac_n "cross compiling; assumed OK... $ac_c"
22564 cat >conftest.
$ac_ext <<_ACEOF
22567 cat confdefs.h
>>conftest.
$ac_ext
22568 cat >>conftest.
$ac_ext <<_ACEOF
22569 /* end confdefs.h. */
22571 #include <gtk/gtk.h>
22573 #include <stdlib.h>
22578 int major, minor, micro;
22581 system ("touch conf.gtktest");
22583 /* HP/UX 9 (%@#!) writes to sscanf strings */
22584 tmp_version = g_strdup("$min_gtk_version");
22585 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
22586 printf("%s, bad version string\n", "$min_gtk_version");
22590 if ((gtk_major_version != $gtk_config_major_version) ||
22591 (gtk_minor_version != $gtk_config_minor_version) ||
22592 (gtk_micro_version != $gtk_config_micro_version))
22594 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22595 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22596 gtk_major_version, gtk_minor_version, gtk_micro_version);
22597 printf ("*** was found! If gtk-config was correct, then it is best\n");
22598 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22599 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22600 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22601 printf("*** required on your system.\n");
22602 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
22603 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
22604 printf("*** before re-running configure\n");
22606 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
22607 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22608 (gtk_minor_version != GTK_MINOR_VERSION) ||
22609 (gtk_micro_version != GTK_MICRO_VERSION))
22611 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22612 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22613 printf("*** library (version %d.%d.%d)\n",
22614 gtk_major_version, gtk_minor_version, gtk_micro_version);
22616 #endif /* defined (GTK_MAJOR_VERSION) ... */
22619 if ((gtk_major_version > major) ||
22620 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22621 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22627 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22628 gtk_major_version, gtk_minor_version, gtk_micro_version);
22629 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22630 major, minor, micro);
22631 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22633 printf("*** If you have already installed a sufficiently new version, this error\n");
22634 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
22635 printf("*** being found. The easiest way to fix this is to remove the old version\n");
22636 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
22637 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
22638 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22639 printf("*** so that the correct libraries are found at run-time))\n");
22646 rm -f conftest
$ac_exeext
22647 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22648 (eval $ac_link) 2>&5
22650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22651 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22653 (eval $ac_try) 2>&5
22655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22656 (exit $ac_status); }; }; then
22659 echo "$as_me: program exited with status $ac_status" >&5
22660 echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.
$ac_ext >&5
22663 ( exit $ac_status )
22666 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22668 CFLAGS
="$ac_save_CFLAGS"
22669 LIBS
="$ac_save_LIBS"
22672 if test "x$no_gtk" = x
; then
22673 echo "$as_me:$LINENO: result: yes" >&5
22674 echo "${ECHO_T}yes" >&6
22675 wx_cv_lib_gtk
=1.2.7
22677 echo "$as_me:$LINENO: result: no" >&5
22678 echo "${ECHO_T}no" >&6
22679 if test "$GTK_CONFIG" = "no" ; then
22680 echo "*** The gtk-config script installed by GTK could not be found"
22681 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
22682 echo "*** your path, or set the GTK_CONFIG environment variable to the"
22683 echo "*** full path to gtk-config."
22685 if test -f conf.gtktest
; then
22688 echo "*** Could not run GTK test program, checking why..."
22689 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22690 LIBS
="$LIBS $GTK_LIBS"
22691 cat >conftest.
$ac_ext <<_ACEOF
22694 cat confdefs.h
>>conftest.
$ac_ext
22695 cat >>conftest.
$ac_ext <<_ACEOF
22696 /* end confdefs.h. */
22698 #include <gtk/gtk.h>
22704 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
22709 rm -f conftest.
$ac_objext conftest
$ac_exeext
22710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22711 (eval $ac_link) 2>conftest.er1
22713 grep -v '^ *+' conftest.er1
>conftest.err
22715 cat conftest.err
>&5
22716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22717 (exit $ac_status); } &&
22718 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22720 (eval $ac_try) 2>&5
22722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 (exit $ac_status); }; } &&
22724 { ac_try
='test -s conftest$ac_exeext'
22725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22726 (eval $ac_try) 2>&5
22728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22729 (exit $ac_status); }; }; then
22730 echo "*** The test program compiled, but did not run. This usually means"
22731 echo "*** that the run-time linker is not finding GTK or finding the wrong"
22732 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
22733 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
22734 echo "*** to the installed location Also, make sure you have run ldconfig if that"
22735 echo "*** is required on your system"
22737 echo "*** If you have an old version installed, it is best to remove it, although"
22738 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
22740 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
22741 echo "*** came with the system with the command"
22743 echo "*** rpm --erase --nodeps gtk gtk-devel"
22745 echo "$as_me: failed program was:" >&5
22746 sed 's/^/| /' conftest.
$ac_ext >&5
22748 echo "*** The test program failed to compile or link. See the file config.log for the"
22749 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
22750 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
22751 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
22753 rm -f conftest.err conftest.
$ac_objext \
22754 conftest
$ac_exeext conftest.
$ac_ext
22755 CFLAGS
="$ac_save_CFLAGS"
22756 LIBS
="$ac_save_LIBS"
22768 if test -z "$wx_cv_lib_gtk"; then
22770 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
22771 if test "${with_gtk_prefix+set}" = set; then
22772 withval
="$with_gtk_prefix"
22773 gtk_config_prefix
="$withval"
22775 gtk_config_prefix
=""
22778 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
22779 if test "${with_gtk_exec_prefix+set}" = set; then
22780 withval
="$with_gtk_exec_prefix"
22781 gtk_config_exec_prefix
="$withval"
22783 gtk_config_exec_prefix
=""
22785 # Check whether --enable-gtktest or --disable-gtktest was given.
22786 if test "${enable_gtktest+set}" = set; then
22787 enableval
="$enable_gtktest"
22793 for module
in .
$GTK_MODULES
22797 gtk_config_args
="$gtk_config_args gthread"
22802 if test x
$gtk_config_exec_prefix != x
; then
22803 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
22804 if test x
${GTK_CONFIG+set} != xset
; then
22805 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
22808 if test x
$gtk_config_prefix != x
; then
22809 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
22810 if test x
${GTK_CONFIG+set} != xset
; then
22811 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
22815 # Extract the first word of "gtk-config", so it can be a program name with args.
22816 set dummy gtk
-config; ac_word
=$2
22817 echo "$as_me:$LINENO: checking for $ac_word" >&5
22818 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22819 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
22820 echo $ECHO_N "(cached) $ECHO_C" >&6
22822 case $GTK_CONFIG in
22824 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
22827 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22828 for as_dir
in $PATH
22831 test -z "$as_dir" && as_dir
=.
22832 for ac_exec_ext
in '' $ac_executable_extensions; do
22833 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22834 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
22835 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22841 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
22845 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
22847 if test -n "$GTK_CONFIG"; then
22848 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
22849 echo "${ECHO_T}$GTK_CONFIG" >&6
22851 echo "$as_me:$LINENO: result: no" >&5
22852 echo "${ECHO_T}no" >&6
22855 min_gtk_version
=1.2.3
22856 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
22857 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
22859 if test "$GTK_CONFIG" = "no" ; then
22862 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
22863 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
22864 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
22865 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
22866 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
22867 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
22868 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
22869 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
22870 if test "x$enable_gtktest" = "xyes" ; then
22871 ac_save_CFLAGS
="$CFLAGS"
22872 ac_save_LIBS
="$LIBS"
22873 CFLAGS
="$CFLAGS $GTK_CFLAGS"
22874 LIBS
="$GTK_LIBS $LIBS"
22876 if test "$cross_compiling" = yes; then
22877 echo $ac_n "cross compiling; assumed OK... $ac_c"
22879 cat >conftest.
$ac_ext <<_ACEOF
22882 cat confdefs.h
>>conftest.
$ac_ext
22883 cat >>conftest.
$ac_ext <<_ACEOF
22884 /* end confdefs.h. */
22886 #include <gtk/gtk.h>
22888 #include <stdlib.h>
22893 int major, minor, micro;
22896 system ("touch conf.gtktest");
22898 /* HP/UX 9 (%@#!) writes to sscanf strings */
22899 tmp_version = g_strdup("$min_gtk_version");
22900 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
22901 printf("%s, bad version string\n", "$min_gtk_version");
22905 if ((gtk_major_version != $gtk_config_major_version) ||
22906 (gtk_minor_version != $gtk_config_minor_version) ||
22907 (gtk_micro_version != $gtk_config_micro_version))
22909 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
22910 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
22911 gtk_major_version, gtk_minor_version, gtk_micro_version);
22912 printf ("*** was found! If gtk-config was correct, then it is best\n");
22913 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
22914 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
22915 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
22916 printf("*** required on your system.\n");
22917 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
22918 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
22919 printf("*** before re-running configure\n");
22921 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
22922 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
22923 (gtk_minor_version != GTK_MINOR_VERSION) ||
22924 (gtk_micro_version != GTK_MICRO_VERSION))
22926 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
22927 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
22928 printf("*** library (version %d.%d.%d)\n",
22929 gtk_major_version, gtk_minor_version, gtk_micro_version);
22931 #endif /* defined (GTK_MAJOR_VERSION) ... */
22934 if ((gtk_major_version > major) ||
22935 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
22936 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
22942 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
22943 gtk_major_version, gtk_minor_version, gtk_micro_version);
22944 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
22945 major, minor, micro);
22946 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
22948 printf("*** If you have already installed a sufficiently new version, this error\n");
22949 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
22950 printf("*** being found. The easiest way to fix this is to remove the old version\n");
22951 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
22952 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
22953 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
22954 printf("*** so that the correct libraries are found at run-time))\n");
22961 rm -f conftest
$ac_exeext
22962 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22963 (eval $ac_link) 2>&5
22965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22966 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22968 (eval $ac_try) 2>&5
22970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22971 (exit $ac_status); }; }; then
22974 echo "$as_me: program exited with status $ac_status" >&5
22975 echo "$as_me: failed program was:" >&5
22976 sed 's/^/| /' conftest.
$ac_ext >&5
22978 ( exit $ac_status )
22981 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22983 CFLAGS
="$ac_save_CFLAGS"
22984 LIBS
="$ac_save_LIBS"
22987 if test "x$no_gtk" = x
; then
22988 echo "$as_me:$LINENO: result: yes" >&5
22989 echo "${ECHO_T}yes" >&6
22990 wx_cv_lib_gtk
=1.2.3
22992 echo "$as_me:$LINENO: result: no" >&5
22993 echo "${ECHO_T}no" >&6
22994 if test "$GTK_CONFIG" = "no" ; then
22995 echo "*** The gtk-config script installed by GTK could not be found"
22996 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
22997 echo "*** your path, or set the GTK_CONFIG environment variable to the"
22998 echo "*** full path to gtk-config."
23000 if test -f conf.gtktest
; then
23003 echo "*** Could not run GTK test program, checking why..."
23004 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23005 LIBS
="$LIBS $GTK_LIBS"
23006 cat >conftest.
$ac_ext <<_ACEOF
23009 cat confdefs.h
>>conftest.
$ac_ext
23010 cat >>conftest.
$ac_ext <<_ACEOF
23011 /* end confdefs.h. */
23013 #include <gtk/gtk.h>
23019 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
23024 rm -f conftest.
$ac_objext conftest
$ac_exeext
23025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23026 (eval $ac_link) 2>conftest.er1
23028 grep -v '^ *+' conftest.er1
>conftest.err
23030 cat conftest.err
>&5
23031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23032 (exit $ac_status); } &&
23033 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23035 (eval $ac_try) 2>&5
23037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23038 (exit $ac_status); }; } &&
23039 { ac_try
='test -s conftest$ac_exeext'
23040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23041 (eval $ac_try) 2>&5
23043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23044 (exit $ac_status); }; }; then
23045 echo "*** The test program compiled, but did not run. This usually means"
23046 echo "*** that the run-time linker is not finding GTK or finding the wrong"
23047 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
23048 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
23049 echo "*** to the installed location Also, make sure you have run ldconfig if that"
23050 echo "*** is required on your system"
23052 echo "*** If you have an old version installed, it is best to remove it, although"
23053 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
23055 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
23056 echo "*** came with the system with the command"
23058 echo "*** rpm --erase --nodeps gtk gtk-devel"
23060 echo "$as_me: failed program was:" >&5
23061 sed 's/^/| /' conftest.
$ac_ext >&5
23063 echo "*** The test program failed to compile or link. See the file config.log for the"
23064 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
23065 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
23066 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
23068 rm -f conftest.err conftest.
$ac_objext \
23069 conftest
$ac_exeext conftest.
$ac_ext
23070 CFLAGS
="$ac_save_CFLAGS"
23071 LIBS
="$ac_save_LIBS"
23085 if test -z "$wx_cv_lib_gtk"; then
23088 wx_cv_cflags_gtk
=$GTK_CFLAGS
23089 wx_cv_libs_gtk
=$GTK_LIBS
23096 if test "$gtk_version_cached" = 1; then
23097 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
23098 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
23101 case "$wx_cv_lib_gtk" in
23110 *) { { echo "$as_me:$LINENO: error:
23111 Please check that gtk-config is in path, the directory
23112 where GTK+ libraries are installed (returned by
23113 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23114 equivalent variable and GTK+ is version 1.2.3 or above.
23116 echo "$as_me: error:
23117 Please check that gtk-config is in path, the directory
23118 where GTK+ libraries are installed (returned by
23119 'gtk-config --libs' command) is in LD_LIBRARY_PATH or
23120 equivalent variable and GTK+ is version 1.2.3 or above.
23122 { (exit 1); exit 1; }; }
23126 if test "$WXGTK20" = 1; then
23127 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
23131 if test -z "$PKG_CONFIG"; then
23132 # Extract the first word of "pkg-config", so it can be a program name with args.
23133 set dummy pkg
-config; ac_word
=$2
23134 echo "$as_me:$LINENO: checking for $ac_word" >&5
23135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
23136 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
23137 echo $ECHO_N "(cached) $ECHO_C" >&6
23139 case $PKG_CONFIG in
23141 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
23144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23145 for as_dir
in $PATH
23148 test -z "$as_dir" && as_dir
=.
23149 for ac_exec_ext
in '' $ac_executable_extensions; do
23150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
23151 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
23152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
23158 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
23162 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
23164 if test -n "$PKG_CONFIG"; then
23165 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
23166 echo "${ECHO_T}$PKG_CONFIG" >&6
23168 echo "$as_me:$LINENO: result: no" >&5
23169 echo "${ECHO_T}no" >&6
23174 if test "$PKG_CONFIG" = "no" ; then
23175 echo "*** The pkg-config script could not be found. Make sure it is"
23176 echo "*** in your path, or set the PKG_CONFIG environment variable"
23177 echo "*** to the full path to pkg-config."
23178 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
23180 PKG_CONFIG_MIN_VERSION
=0.9.0
23181 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
23182 echo "$as_me:$LINENO: checking for pangoft2" >&5
23183 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
23185 if $PKG_CONFIG --exists "pangoft2" ; then
23186 echo "$as_me:$LINENO: result: yes" >&5
23187 echo "${ECHO_T}yes" >&6
23190 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
23191 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
23192 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
23193 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
23194 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
23196 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
23197 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
23198 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
23199 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
23200 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
23204 ## If we have a custom action on failure, don't print errors, but
23205 ## do set a variable so people can do so.
23206 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
23213 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
23214 echo "*** See http://www.freedesktop.org/software/pkgconfig"
23218 if test $succeeded = yes; then
23220 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
23221 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
23225 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
23226 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
23227 wxUSE_PRINTING_ARCHITECTURE
="no"
23234 save_CFLAGS
="$CFLAGS"
23236 CFLAGS
="$CFLAGS $GTK_CFLAGS"
23237 LIBS
="$LIBS $GTK_LIBS"
23239 for ac_func
in pango_font_family_is_monospace
23241 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23242 echo "$as_me:$LINENO: checking for $ac_func" >&5
23243 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23244 if eval "test \"\${$as_ac_var+set}\" = set"; then
23245 echo $ECHO_N "(cached) $ECHO_C" >&6
23247 cat >conftest.
$ac_ext <<_ACEOF
23250 cat confdefs.h
>>conftest.
$ac_ext
23251 cat >>conftest.
$ac_ext <<_ACEOF
23252 /* end confdefs.h. */
23253 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23254 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23255 #define $ac_func innocuous_$ac_func
23257 /* System header to define __stub macros and hopefully few prototypes,
23258 which can conflict with char $ac_func (); below.
23259 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23260 <limits.h> exists even on freestanding compilers. */
23263 # include <limits.h>
23265 # include <assert.h>
23270 /* Override any gcc2 internal prototype to avoid an error. */
23275 /* We use char because int might match the return type of a gcc2
23276 builtin and then its argument prototype would still apply. */
23278 /* The GNU C library defines this for functions which it implements
23279 to always fail with ENOSYS. Some functions are actually named
23280 something starting with __ and the normal name is an alias. */
23281 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23284 char (*f) () = $ac_func;
23293 return f != $ac_func;
23298 rm -f conftest.
$ac_objext conftest
$ac_exeext
23299 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23300 (eval $ac_link) 2>conftest.er1
23302 grep -v '^ *+' conftest.er1
>conftest.err
23304 cat conftest.err
>&5
23305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23306 (exit $ac_status); } &&
23307 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23309 (eval $ac_try) 2>&5
23311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23312 (exit $ac_status); }; } &&
23313 { ac_try
='test -s conftest$ac_exeext'
23314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23315 (eval $ac_try) 2>&5
23317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23318 (exit $ac_status); }; }; then
23319 eval "$as_ac_var=yes"
23321 echo "$as_me: failed program was:" >&5
23322 sed 's/^/| /' conftest.
$ac_ext >&5
23324 eval "$as_ac_var=no"
23326 rm -f conftest.err conftest.
$ac_objext \
23327 conftest
$ac_exeext conftest.
$ac_ext
23329 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23330 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23331 if test `eval echo '${'$as_ac_var'}'` = yes; then
23332 cat >>confdefs.h
<<_ACEOF
23333 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23339 CFLAGS
="$save_CFLAGS"
23342 if test "$wxUSE_UNICODE" = "yes"; then
23343 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
23344 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
23349 if test "$USE_DARWIN" != 1; then
23351 for ac_func
in poll
23353 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23354 echo "$as_me:$LINENO: checking for $ac_func" >&5
23355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23356 if eval "test \"\${$as_ac_var+set}\" = set"; then
23357 echo $ECHO_N "(cached) $ECHO_C" >&6
23359 cat >conftest.
$ac_ext <<_ACEOF
23362 cat confdefs.h
>>conftest.
$ac_ext
23363 cat >>conftest.
$ac_ext <<_ACEOF
23364 /* end confdefs.h. */
23365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23366 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23367 #define $ac_func innocuous_$ac_func
23369 /* System header to define __stub macros and hopefully few prototypes,
23370 which can conflict with char $ac_func (); below.
23371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23372 <limits.h> exists even on freestanding compilers. */
23375 # include <limits.h>
23377 # include <assert.h>
23382 /* Override any gcc2 internal prototype to avoid an error. */
23387 /* We use char because int might match the return type of a gcc2
23388 builtin and then its argument prototype would still apply. */
23390 /* The GNU C library defines this for functions which it implements
23391 to always fail with ENOSYS. Some functions are actually named
23392 something starting with __ and the normal name is an alias. */
23393 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23396 char (*f) () = $ac_func;
23405 return f != $ac_func;
23410 rm -f conftest.
$ac_objext conftest
$ac_exeext
23411 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23412 (eval $ac_link) 2>conftest.er1
23414 grep -v '^ *+' conftest.er1
>conftest.err
23416 cat conftest.err
>&5
23417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23418 (exit $ac_status); } &&
23419 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23421 (eval $ac_try) 2>&5
23423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23424 (exit $ac_status); }; } &&
23425 { ac_try
='test -s conftest$ac_exeext'
23426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23427 (eval $ac_try) 2>&5
23429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23430 (exit $ac_status); }; }; then
23431 eval "$as_ac_var=yes"
23433 echo "$as_me: failed program was:" >&5
23434 sed 's/^/| /' conftest.
$ac_ext >&5
23436 eval "$as_ac_var=no"
23438 rm -f conftest.err conftest.
$ac_objext \
23439 conftest
$ac_exeext conftest.
$ac_ext
23441 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23442 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23443 if test `eval echo '${'$as_ac_var'}'` = yes; then
23444 cat >>confdefs.h
<<_ACEOF
23445 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23453 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
23454 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
23456 AFMINSTALL
=afminstall
23460 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
23461 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
23462 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
23463 echo $ECHO_N "(cached) $ECHO_C" >&6
23465 ac_check_lib_save_LIBS
=$LIBS
23467 cat >conftest.
$ac_ext <<_ACEOF
23470 cat confdefs.h
>>conftest.
$ac_ext
23471 cat >>conftest.
$ac_ext <<_ACEOF
23472 /* end confdefs.h. */
23474 /* Override any gcc2 internal prototype to avoid an error. */
23478 /* We use char because int might match the return type of a gcc2
23479 builtin and then its argument prototype would still apply. */
23480 char gdk_im_open ();
23489 rm -f conftest.
$ac_objext conftest
$ac_exeext
23490 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23491 (eval $ac_link) 2>conftest.er1
23493 grep -v '^ *+' conftest.er1
>conftest.err
23495 cat conftest.err
>&5
23496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23497 (exit $ac_status); } &&
23498 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23500 (eval $ac_try) 2>&5
23502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23503 (exit $ac_status); }; } &&
23504 { ac_try
='test -s conftest$ac_exeext'
23505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23506 (eval $ac_try) 2>&5
23508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23509 (exit $ac_status); }; }; then
23510 ac_cv_lib_gdk_gdk_im_open
=yes
23512 echo "$as_me: failed program was:" >&5
23513 sed 's/^/| /' conftest.
$ac_ext >&5
23515 ac_cv_lib_gdk_gdk_im_open
=no
23517 rm -f conftest.err conftest.
$ac_objext \
23518 conftest
$ac_exeext conftest.
$ac_ext
23519 LIBS
=$ac_check_lib_save_LIBS
23521 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
23522 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
23523 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
23524 cat >>confdefs.h
<<\_ACEOF
23532 if test "$wxUSE_GPE" = "yes"; then
23533 echo "$as_me:$LINENO: checking for gpewidget library" >&5
23534 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
23537 for ac_dir
in $SEARCH_LIB /usr
/lib
;
23539 for ac_extension
in a so sl dylib
; do
23540 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
23541 ac_find_libraries
=$ac_dir
23547 if test "$ac_find_libraries" != "" ; then
23549 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
23551 if test $result = 0; then
23554 ac_path_to_link
=" -L$ac_find_libraries"
23557 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
23559 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
23560 echo "${ECHO_T}found at $ac_find_libraries" >&6
23562 echo "$as_me:$LINENO: result: not found" >&5
23563 echo "${ECHO_T}not found" >&6
23569 if test "$wxUSE_MGL" = 1; then
23570 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
23571 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
23572 if test "x$MGL_ROOT" = x
; then
23573 echo "$as_me:$LINENO: result: not found" >&5
23574 echo "${ECHO_T}not found" >&6
23575 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
23576 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
23577 { (exit 1); exit 1; }; }
23579 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
23580 echo "${ECHO_T}$MGL_ROOT" >&6
23583 echo "$as_me:$LINENO: checking for libmgl location" >&5
23584 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
23587 if test "x$wxUSE_SHARED" = xyes
; then
23588 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
23590 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
23594 mgl_os_candidates
="dos32/dj2"
23597 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
23598 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
23599 { (exit 1); exit 1; }; }
23605 for mgl_os_i
in $mgl_os_candidates ; do
23606 if test "x$mgl_os" = x
; then
23607 if test "$wxUSE_DEBUG_FLAG" = yes ; then
23608 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
23609 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
23614 if test "x$mgl_lib_type" = x
; then
23615 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
23616 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
23617 mgl_lib_type
=release
23624 if test "x$mgl_os" = x
; then
23625 echo "$as_me:$LINENO: result: not found" >&5
23626 echo "${ECHO_T}not found" >&6
23627 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
23628 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
23629 { (exit 1); exit 1; }; }
23631 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
23632 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
23634 wxUSE_UNIVERSAL
="yes"
23636 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
23637 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
23639 AFMINSTALL
=afminstall
23644 if test "$wxUSE_MICROWIN" = 1; then
23645 echo "$as_me:$LINENO: checking for MicroWindows" >&5
23646 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
23647 if test "x$MICROWINDOWS" = x
; then
23648 echo "$as_me:$LINENO: result: not found" >&5
23649 echo "${ECHO_T}not found" >&6
23650 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
23651 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
23652 { (exit 1); exit 1; }; }
23654 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
23655 echo "${ECHO_T}$MICROWINDOWS" >&6
23658 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
23659 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
23660 echo "${ECHO_T}MicroWindows' libraries found." >&6
23662 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
23663 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
23664 { (exit 1); exit 1; }; }
23667 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
23668 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
23670 wxUSE_UNIVERSAL
="yes"
23672 AFMINSTALL
=afminstall
23674 GUIDIST
=MICROWIN_DIST
23676 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
23679 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
23681 if test "x$ac_path_x_has_been_run" != xyes
; then
23682 echo "$as_me:$LINENO: checking for X" >&5
23683 echo $ECHO_N "checking for X... $ECHO_C" >&6
23685 ac_path_x_has_been_run
=yes
23687 # Check whether --with-x or --without-x was given.
23688 if test "${with_x+set}" = set; then
23692 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
23693 if test "x$with_x" = xno
; then
23694 # The user explicitly disabled X.
23697 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
23698 # Both variables are already set.
23701 if test "${ac_cv_have_x+set}" = set; then
23702 echo $ECHO_N "(cached) $ECHO_C" >&6
23704 # One or both of the vars are not set, and there is no cached value.
23705 ac_x_includes
=no ac_x_libraries
=no
23706 rm -fr conftest.dir
23707 if mkdir conftest.dir
; then
23709 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
23710 cat >Imakefile
<<'_ACEOF'
23712 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
23714 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
23715 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
23716 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
23717 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
23718 for ac_extension
in a so sl
; do
23719 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
23720 test -f $ac_im_libdir/libX11.
$ac_extension; then
23721 ac_im_usrlibdir
=$ac_im_libdir; break
23724 # Screen out bogus values from the imake configuration. They are
23725 # bogus both because they are the default anyway, and because
23726 # using them would break gcc on systems where it needs fixed includes.
23727 case $ac_im_incroot in
23729 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
23731 case $ac_im_usrlibdir in
23732 /usr
/lib
| /lib
) ;;
23733 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
23737 rm -fr conftest.dir
23740 # Standard set of common directories for X headers.
23741 # Check X11 before X11Rn because it is often a symlink to the current release.
23753 /usr/local/X11/include
23754 /usr/local/X11R6/include
23755 /usr/local/X11R5/include
23756 /usr/local/X11R4/include
23758 /usr/local/include/X11
23759 /usr/local/include/X11R6
23760 /usr/local/include/X11R5
23761 /usr/local/include/X11R4
23765 /usr/XFree86/include/X11
23769 /usr/unsupported/include
23770 /usr/athena/include
23771 /usr/local/x11r5/include
23772 /usr/lpp/Xamples/include
23774 /usr/openwin/include
23775 /usr/openwin/share/include'
23777 if test "$ac_x_includes" = no
; then
23778 # Guess where to find include files, by looking for a specified header file.
23779 # First, try using that file with no special directory specified.
23780 cat >conftest.
$ac_ext <<_ACEOF
23783 cat confdefs.h
>>conftest.
$ac_ext
23784 cat >>conftest.
$ac_ext <<_ACEOF
23785 /* end confdefs.h. */
23786 #include <X11/Intrinsic.h>
23788 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23789 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23791 grep -v '^ *+' conftest.er1
>conftest.err
23793 cat conftest.err
>&5
23794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23795 (exit $ac_status); } >/dev
/null
; then
23796 if test -s conftest.err
; then
23797 ac_cpp_err
=$ac_c_preproc_warn_flag
23798 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23805 if test -z "$ac_cpp_err"; then
23806 # We can compile using X headers with no special include directory.
23809 echo "$as_me: failed program was:" >&5
23810 sed 's/^/| /' conftest.
$ac_ext >&5
23812 for ac_dir
in $ac_x_header_dirs; do
23813 if test -r "$ac_dir/X11/Intrinsic.h"; then
23814 ac_x_includes
=$ac_dir
23819 rm -f conftest.err conftest.
$ac_ext
23820 fi # $ac_x_includes = no
23822 if test "$ac_x_libraries" = no
; then
23823 # Check for the libraries.
23824 # See if we find them without any special options.
23825 # Don't add to $LIBS permanently.
23828 cat >conftest.
$ac_ext <<_ACEOF
23831 cat confdefs.h
>>conftest.
$ac_ext
23832 cat >>conftest.
$ac_ext <<_ACEOF
23833 /* end confdefs.h. */
23834 #include <X11/Intrinsic.h>
23843 rm -f conftest.
$ac_objext conftest
$ac_exeext
23844 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23845 (eval $ac_link) 2>conftest.er1
23847 grep -v '^ *+' conftest.er1
>conftest.err
23849 cat conftest.err
>&5
23850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23851 (exit $ac_status); } &&
23852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23854 (eval $ac_try) 2>&5
23856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23857 (exit $ac_status); }; } &&
23858 { ac_try
='test -s conftest$ac_exeext'
23859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23860 (eval $ac_try) 2>&5
23862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23863 (exit $ac_status); }; }; then
23865 # We can link X programs with no special library path.
23868 echo "$as_me: failed program was:" >&5
23869 sed 's/^/| /' conftest.
$ac_ext >&5
23872 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
23874 # Don't even attempt the hair of trying to link an X program!
23875 for ac_extension
in a so sl
; do
23876 if test -r $ac_dir/libXt.
$ac_extension; then
23877 ac_x_libraries
=$ac_dir
23883 rm -f conftest.err conftest.
$ac_objext \
23884 conftest
$ac_exeext conftest.
$ac_ext
23885 fi # $ac_x_libraries = no
23887 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
23888 # Didn't find X anywhere. Cache the known absence of X.
23889 ac_cv_have_x
="have_x=no"
23891 # Record where we found X for the cache.
23892 ac_cv_have_x
="have_x=yes \
23893 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
23898 eval "$ac_cv_have_x"
23901 if test "$have_x" != yes; then
23902 echo "$as_me:$LINENO: result: $have_x" >&5
23903 echo "${ECHO_T}$have_x" >&6
23906 # If each of the values was on the command line, it overrides each guess.
23907 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
23908 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
23909 # Update the cache value to reflect the command line values.
23910 ac_cv_have_x
="have_x=yes \
23911 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
23912 # It might be that x_includes is empty (headers are found in the
23913 # standard search path. Then output the corresponding message
23914 ac_out_x_includes
=$x_includes
23915 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
23916 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
23917 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
23921 if test "$no_x" = yes; then
23922 # Not all programs may use this symbol, but it does not hurt to define it.
23924 cat >>confdefs.h
<<\_ACEOF
23925 #define X_DISPLAY_MISSING 1
23928 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
23930 if test -n "$x_includes"; then
23931 X_CFLAGS
="$X_CFLAGS -I$x_includes"
23934 # It would also be nice to do this for all -L options, not just this one.
23935 if test -n "$x_libraries"; then
23936 X_LIBS
="$X_LIBS -L$x_libraries"
23937 # For Solaris; some versions of Sun CC require a space after -R and
23938 # others require no space. Words are not sufficient . . . .
23939 case `(uname -sr) 2>/dev/null` in
23941 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
23942 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
23943 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
23944 cat >conftest.
$ac_ext <<_ACEOF
23947 cat confdefs.h
>>conftest.
$ac_ext
23948 cat >>conftest.
$ac_ext <<_ACEOF
23949 /* end confdefs.h. */
23959 rm -f conftest.
$ac_objext conftest
$ac_exeext
23960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23961 (eval $ac_link) 2>conftest.er1
23963 grep -v '^ *+' conftest.er1
>conftest.err
23965 cat conftest.err
>&5
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); } &&
23968 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23970 (eval $ac_try) 2>&5
23972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23973 (exit $ac_status); }; } &&
23974 { ac_try
='test -s conftest$ac_exeext'
23975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23976 (eval $ac_try) 2>&5
23978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23979 (exit $ac_status); }; }; then
23982 echo "$as_me: failed program was:" >&5
23983 sed 's/^/| /' conftest.
$ac_ext >&5
23987 rm -f conftest.err conftest.
$ac_objext \
23988 conftest
$ac_exeext conftest.
$ac_ext
23989 if test $ac_R_nospace = yes; then
23990 echo "$as_me:$LINENO: result: no" >&5
23991 echo "${ECHO_T}no" >&6
23992 X_LIBS
="$X_LIBS -R$x_libraries"
23994 LIBS
="$ac_xsave_LIBS -R $x_libraries"
23995 cat >conftest.
$ac_ext <<_ACEOF
23998 cat confdefs.h
>>conftest.
$ac_ext
23999 cat >>conftest.
$ac_ext <<_ACEOF
24000 /* end confdefs.h. */
24010 rm -f conftest.
$ac_objext conftest
$ac_exeext
24011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24012 (eval $ac_link) 2>conftest.er1
24014 grep -v '^ *+' conftest.er1
>conftest.err
24016 cat conftest.err
>&5
24017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24018 (exit $ac_status); } &&
24019 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24021 (eval $ac_try) 2>&5
24023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24024 (exit $ac_status); }; } &&
24025 { ac_try
='test -s conftest$ac_exeext'
24026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24027 (eval $ac_try) 2>&5
24029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24030 (exit $ac_status); }; }; then
24033 echo "$as_me: failed program was:" >&5
24034 sed 's/^/| /' conftest.
$ac_ext >&5
24038 rm -f conftest.err conftest.
$ac_objext \
24039 conftest
$ac_exeext conftest.
$ac_ext
24040 if test $ac_R_space = yes; then
24041 echo "$as_me:$LINENO: result: yes" >&5
24042 echo "${ECHO_T}yes" >&6
24043 X_LIBS
="$X_LIBS -R $x_libraries"
24045 echo "$as_me:$LINENO: result: neither works" >&5
24046 echo "${ECHO_T}neither works" >&6
24049 LIBS
=$ac_xsave_LIBS
24053 # Check for system-dependent libraries X programs must link with.
24054 # Do this before checking for the system-independent R6 libraries
24055 # (-lICE), since we may need -lsocket or whatever for X linking.
24057 if test "$ISC" = yes; then
24058 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
24060 # Martyn Johnson says this is needed for Ultrix, if the X
24061 # libraries were built with DECnet support. And Karl Berry says
24062 # the Alpha needs dnet_stub (dnet does not exist).
24063 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
24064 cat >conftest.
$ac_ext <<_ACEOF
24067 cat confdefs.h
>>conftest.
$ac_ext
24068 cat >>conftest.
$ac_ext <<_ACEOF
24069 /* end confdefs.h. */
24071 /* Override any gcc2 internal prototype to avoid an error. */
24075 /* We use char because int might match the return type of a gcc2
24076 builtin and then its argument prototype would still apply. */
24077 char XOpenDisplay ();
24086 rm -f conftest.
$ac_objext conftest
$ac_exeext
24087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24088 (eval $ac_link) 2>conftest.er1
24090 grep -v '^ *+' conftest.er1
>conftest.err
24092 cat conftest.err
>&5
24093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24094 (exit $ac_status); } &&
24095 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24097 (eval $ac_try) 2>&5
24099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24100 (exit $ac_status); }; } &&
24101 { ac_try
='test -s conftest$ac_exeext'
24102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24103 (eval $ac_try) 2>&5
24105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24106 (exit $ac_status); }; }; then
24109 echo "$as_me: failed program was:" >&5
24110 sed 's/^/| /' conftest.
$ac_ext >&5
24112 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
24113 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
24114 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
24115 echo $ECHO_N "(cached) $ECHO_C" >&6
24117 ac_check_lib_save_LIBS
=$LIBS
24118 LIBS
="-ldnet $LIBS"
24119 cat >conftest.
$ac_ext <<_ACEOF
24122 cat confdefs.h
>>conftest.
$ac_ext
24123 cat >>conftest.
$ac_ext <<_ACEOF
24124 /* end confdefs.h. */
24126 /* Override any gcc2 internal prototype to avoid an error. */
24130 /* We use char because int might match the return type of a gcc2
24131 builtin and then its argument prototype would still apply. */
24141 rm -f conftest.
$ac_objext conftest
$ac_exeext
24142 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24143 (eval $ac_link) 2>conftest.er1
24145 grep -v '^ *+' conftest.er1
>conftest.err
24147 cat conftest.err
>&5
24148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24149 (exit $ac_status); } &&
24150 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24152 (eval $ac_try) 2>&5
24154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24155 (exit $ac_status); }; } &&
24156 { ac_try
='test -s conftest$ac_exeext'
24157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24158 (eval $ac_try) 2>&5
24160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24161 (exit $ac_status); }; }; then
24162 ac_cv_lib_dnet_dnet_ntoa
=yes
24164 echo "$as_me: failed program was:" >&5
24165 sed 's/^/| /' conftest.
$ac_ext >&5
24167 ac_cv_lib_dnet_dnet_ntoa
=no
24169 rm -f conftest.err conftest.
$ac_objext \
24170 conftest
$ac_exeext conftest.
$ac_ext
24171 LIBS
=$ac_check_lib_save_LIBS
24173 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
24174 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
24175 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
24176 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
24179 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
24180 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
24181 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
24182 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
24183 echo $ECHO_N "(cached) $ECHO_C" >&6
24185 ac_check_lib_save_LIBS
=$LIBS
24186 LIBS
="-ldnet_stub $LIBS"
24187 cat >conftest.
$ac_ext <<_ACEOF
24190 cat confdefs.h
>>conftest.
$ac_ext
24191 cat >>conftest.
$ac_ext <<_ACEOF
24192 /* end confdefs.h. */
24194 /* Override any gcc2 internal prototype to avoid an error. */
24198 /* We use char because int might match the return type of a gcc2
24199 builtin and then its argument prototype would still apply. */
24209 rm -f conftest.
$ac_objext conftest
$ac_exeext
24210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24211 (eval $ac_link) 2>conftest.er1
24213 grep -v '^ *+' conftest.er1
>conftest.err
24215 cat conftest.err
>&5
24216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24217 (exit $ac_status); } &&
24218 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24220 (eval $ac_try) 2>&5
24222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24223 (exit $ac_status); }; } &&
24224 { ac_try
='test -s conftest$ac_exeext'
24225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24226 (eval $ac_try) 2>&5
24228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24229 (exit $ac_status); }; }; then
24230 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
24232 echo "$as_me: failed program was:" >&5
24233 sed 's/^/| /' conftest.
$ac_ext >&5
24235 ac_cv_lib_dnet_stub_dnet_ntoa
=no
24237 rm -f conftest.err conftest.
$ac_objext \
24238 conftest
$ac_exeext conftest.
$ac_ext
24239 LIBS
=$ac_check_lib_save_LIBS
24241 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
24242 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
24243 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
24244 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
24249 rm -f conftest.err conftest.
$ac_objext \
24250 conftest
$ac_exeext conftest.
$ac_ext
24251 LIBS
="$ac_xsave_LIBS"
24253 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
24254 # to get the SysV transport functions.
24255 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
24257 # The nsl library prevents programs from opening the X display
24258 # on Irix 5.2, according to T.E. Dickey.
24259 # The functions gethostbyname, getservbyname, and inet_addr are
24260 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
24261 echo "$as_me:$LINENO: checking for gethostbyname" >&5
24262 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
24263 if test "${ac_cv_func_gethostbyname+set}" = set; then
24264 echo $ECHO_N "(cached) $ECHO_C" >&6
24266 cat >conftest.
$ac_ext <<_ACEOF
24269 cat confdefs.h
>>conftest.
$ac_ext
24270 cat >>conftest.
$ac_ext <<_ACEOF
24271 /* end confdefs.h. */
24272 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
24273 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24274 #define gethostbyname innocuous_gethostbyname
24276 /* System header to define __stub macros and hopefully few prototypes,
24277 which can conflict with char gethostbyname (); below.
24278 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24279 <limits.h> exists even on freestanding compilers. */
24282 # include <limits.h>
24284 # include <assert.h>
24287 #undef gethostbyname
24289 /* Override any gcc2 internal prototype to avoid an error. */
24294 /* We use char because int might match the return type of a gcc2
24295 builtin and then its argument prototype would still apply. */
24296 char gethostbyname ();
24297 /* The GNU C library defines this for functions which it implements
24298 to always fail with ENOSYS. Some functions are actually named
24299 something starting with __ and the normal name is an alias. */
24300 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
24303 char (*f) () = gethostbyname;
24312 return f != gethostbyname;
24317 rm -f conftest.
$ac_objext conftest
$ac_exeext
24318 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24319 (eval $ac_link) 2>conftest.er1
24321 grep -v '^ *+' conftest.er1
>conftest.err
24323 cat conftest.err
>&5
24324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24325 (exit $ac_status); } &&
24326 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24328 (eval $ac_try) 2>&5
24330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24331 (exit $ac_status); }; } &&
24332 { ac_try
='test -s conftest$ac_exeext'
24333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24334 (eval $ac_try) 2>&5
24336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24337 (exit $ac_status); }; }; then
24338 ac_cv_func_gethostbyname
=yes
24340 echo "$as_me: failed program was:" >&5
24341 sed 's/^/| /' conftest.
$ac_ext >&5
24343 ac_cv_func_gethostbyname
=no
24345 rm -f conftest.err conftest.
$ac_objext \
24346 conftest
$ac_exeext conftest.
$ac_ext
24348 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
24349 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
24351 if test $ac_cv_func_gethostbyname = no
; then
24352 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
24353 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
24354 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
24355 echo $ECHO_N "(cached) $ECHO_C" >&6
24357 ac_check_lib_save_LIBS
=$LIBS
24359 cat >conftest.
$ac_ext <<_ACEOF
24362 cat confdefs.h
>>conftest.
$ac_ext
24363 cat >>conftest.
$ac_ext <<_ACEOF
24364 /* end confdefs.h. */
24366 /* Override any gcc2 internal prototype to avoid an error. */
24370 /* We use char because int might match the return type of a gcc2
24371 builtin and then its argument prototype would still apply. */
24372 char gethostbyname ();
24381 rm -f conftest.
$ac_objext conftest
$ac_exeext
24382 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24383 (eval $ac_link) 2>conftest.er1
24385 grep -v '^ *+' conftest.er1
>conftest.err
24387 cat conftest.err
>&5
24388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24389 (exit $ac_status); } &&
24390 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24392 (eval $ac_try) 2>&5
24394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24395 (exit $ac_status); }; } &&
24396 { ac_try
='test -s conftest$ac_exeext'
24397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24398 (eval $ac_try) 2>&5
24400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24401 (exit $ac_status); }; }; then
24402 ac_cv_lib_nsl_gethostbyname
=yes
24404 echo "$as_me: failed program was:" >&5
24405 sed 's/^/| /' conftest.
$ac_ext >&5
24407 ac_cv_lib_nsl_gethostbyname
=no
24409 rm -f conftest.err conftest.
$ac_objext \
24410 conftest
$ac_exeext conftest.
$ac_ext
24411 LIBS
=$ac_check_lib_save_LIBS
24413 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
24414 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
24415 if test $ac_cv_lib_nsl_gethostbyname = yes; then
24416 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
24419 if test $ac_cv_lib_nsl_gethostbyname = no
; then
24420 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
24421 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
24422 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
24423 echo $ECHO_N "(cached) $ECHO_C" >&6
24425 ac_check_lib_save_LIBS
=$LIBS
24427 cat >conftest.
$ac_ext <<_ACEOF
24430 cat confdefs.h
>>conftest.
$ac_ext
24431 cat >>conftest.
$ac_ext <<_ACEOF
24432 /* end confdefs.h. */
24434 /* Override any gcc2 internal prototype to avoid an error. */
24438 /* We use char because int might match the return type of a gcc2
24439 builtin and then its argument prototype would still apply. */
24440 char gethostbyname ();
24449 rm -f conftest.
$ac_objext conftest
$ac_exeext
24450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24451 (eval $ac_link) 2>conftest.er1
24453 grep -v '^ *+' conftest.er1
>conftest.err
24455 cat conftest.err
>&5
24456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24457 (exit $ac_status); } &&
24458 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24460 (eval $ac_try) 2>&5
24462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24463 (exit $ac_status); }; } &&
24464 { ac_try
='test -s conftest$ac_exeext'
24465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24466 (eval $ac_try) 2>&5
24468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24469 (exit $ac_status); }; }; then
24470 ac_cv_lib_bsd_gethostbyname
=yes
24472 echo "$as_me: failed program was:" >&5
24473 sed 's/^/| /' conftest.
$ac_ext >&5
24475 ac_cv_lib_bsd_gethostbyname
=no
24477 rm -f conftest.err conftest.
$ac_objext \
24478 conftest
$ac_exeext conftest.
$ac_ext
24479 LIBS
=$ac_check_lib_save_LIBS
24481 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
24482 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
24483 if test $ac_cv_lib_bsd_gethostbyname = yes; then
24484 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
24490 # lieder@skyler.mavd.honeywell.com says without -lsocket,
24491 # socket/setsockopt and other routines are undefined under SCO ODT
24492 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
24493 # on later versions), says Simon Leinen: it contains gethostby*
24494 # variants that don't use the name server (or something). -lsocket
24495 # must be given before -lnsl if both are needed. We assume that
24496 # if connect needs -lnsl, so does gethostbyname.
24497 echo "$as_me:$LINENO: checking for connect" >&5
24498 echo $ECHO_N "checking for connect... $ECHO_C" >&6
24499 if test "${ac_cv_func_connect+set}" = set; then
24500 echo $ECHO_N "(cached) $ECHO_C" >&6
24502 cat >conftest.
$ac_ext <<_ACEOF
24505 cat confdefs.h
>>conftest.
$ac_ext
24506 cat >>conftest.
$ac_ext <<_ACEOF
24507 /* end confdefs.h. */
24508 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
24509 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24510 #define connect innocuous_connect
24512 /* System header to define __stub macros and hopefully few prototypes,
24513 which can conflict with char connect (); below.
24514 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24515 <limits.h> exists even on freestanding compilers. */
24518 # include <limits.h>
24520 # include <assert.h>
24525 /* Override any gcc2 internal prototype to avoid an error. */
24530 /* We use char because int might match the return type of a gcc2
24531 builtin and then its argument prototype would still apply. */
24533 /* The GNU C library defines this for functions which it implements
24534 to always fail with ENOSYS. Some functions are actually named
24535 something starting with __ and the normal name is an alias. */
24536 #if defined (__stub_connect) || defined (__stub___connect)
24539 char (*f) () = connect;
24548 return f != connect;
24553 rm -f conftest.
$ac_objext conftest
$ac_exeext
24554 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24555 (eval $ac_link) 2>conftest.er1
24557 grep -v '^ *+' conftest.er1
>conftest.err
24559 cat conftest.err
>&5
24560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24561 (exit $ac_status); } &&
24562 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24564 (eval $ac_try) 2>&5
24566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24567 (exit $ac_status); }; } &&
24568 { ac_try
='test -s conftest$ac_exeext'
24569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24570 (eval $ac_try) 2>&5
24572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24573 (exit $ac_status); }; }; then
24574 ac_cv_func_connect
=yes
24576 echo "$as_me: failed program was:" >&5
24577 sed 's/^/| /' conftest.
$ac_ext >&5
24579 ac_cv_func_connect
=no
24581 rm -f conftest.err conftest.
$ac_objext \
24582 conftest
$ac_exeext conftest.
$ac_ext
24584 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24585 echo "${ECHO_T}$ac_cv_func_connect" >&6
24587 if test $ac_cv_func_connect = no
; then
24588 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
24589 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
24590 if test "${ac_cv_lib_socket_connect+set}" = set; then
24591 echo $ECHO_N "(cached) $ECHO_C" >&6
24593 ac_check_lib_save_LIBS
=$LIBS
24594 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
24595 cat >conftest.
$ac_ext <<_ACEOF
24598 cat confdefs.h
>>conftest.
$ac_ext
24599 cat >>conftest.
$ac_ext <<_ACEOF
24600 /* end confdefs.h. */
24602 /* Override any gcc2 internal prototype to avoid an error. */
24606 /* We use char because int might match the return type of a gcc2
24607 builtin and then its argument prototype would still apply. */
24617 rm -f conftest.
$ac_objext conftest
$ac_exeext
24618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24619 (eval $ac_link) 2>conftest.er1
24621 grep -v '^ *+' conftest.er1
>conftest.err
24623 cat conftest.err
>&5
24624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24625 (exit $ac_status); } &&
24626 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24628 (eval $ac_try) 2>&5
24630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24631 (exit $ac_status); }; } &&
24632 { ac_try
='test -s conftest$ac_exeext'
24633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24634 (eval $ac_try) 2>&5
24636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24637 (exit $ac_status); }; }; then
24638 ac_cv_lib_socket_connect
=yes
24640 echo "$as_me: failed program was:" >&5
24641 sed 's/^/| /' conftest.
$ac_ext >&5
24643 ac_cv_lib_socket_connect
=no
24645 rm -f conftest.err conftest.
$ac_objext \
24646 conftest
$ac_exeext conftest.
$ac_ext
24647 LIBS
=$ac_check_lib_save_LIBS
24649 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
24650 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
24651 if test $ac_cv_lib_socket_connect = yes; then
24652 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
24657 # Guillermo Gomez says -lposix is necessary on A/UX.
24658 echo "$as_me:$LINENO: checking for remove" >&5
24659 echo $ECHO_N "checking for remove... $ECHO_C" >&6
24660 if test "${ac_cv_func_remove+set}" = set; then
24661 echo $ECHO_N "(cached) $ECHO_C" >&6
24663 cat >conftest.
$ac_ext <<_ACEOF
24666 cat confdefs.h
>>conftest.
$ac_ext
24667 cat >>conftest.
$ac_ext <<_ACEOF
24668 /* end confdefs.h. */
24669 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
24670 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24671 #define remove innocuous_remove
24673 /* System header to define __stub macros and hopefully few prototypes,
24674 which can conflict with char remove (); below.
24675 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24676 <limits.h> exists even on freestanding compilers. */
24679 # include <limits.h>
24681 # include <assert.h>
24686 /* Override any gcc2 internal prototype to avoid an error. */
24691 /* We use char because int might match the return type of a gcc2
24692 builtin and then its argument prototype would still apply. */
24694 /* The GNU C library defines this for functions which it implements
24695 to always fail with ENOSYS. Some functions are actually named
24696 something starting with __ and the normal name is an alias. */
24697 #if defined (__stub_remove) || defined (__stub___remove)
24700 char (*f) () = remove;
24709 return f != remove;
24714 rm -f conftest.
$ac_objext conftest
$ac_exeext
24715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24716 (eval $ac_link) 2>conftest.er1
24718 grep -v '^ *+' conftest.er1
>conftest.err
24720 cat conftest.err
>&5
24721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24722 (exit $ac_status); } &&
24723 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24725 (eval $ac_try) 2>&5
24727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24728 (exit $ac_status); }; } &&
24729 { ac_try
='test -s conftest$ac_exeext'
24730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24731 (eval $ac_try) 2>&5
24733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24734 (exit $ac_status); }; }; then
24735 ac_cv_func_remove
=yes
24737 echo "$as_me: failed program was:" >&5
24738 sed 's/^/| /' conftest.
$ac_ext >&5
24740 ac_cv_func_remove
=no
24742 rm -f conftest.err conftest.
$ac_objext \
24743 conftest
$ac_exeext conftest.
$ac_ext
24745 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
24746 echo "${ECHO_T}$ac_cv_func_remove" >&6
24748 if test $ac_cv_func_remove = no
; then
24749 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
24750 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
24751 if test "${ac_cv_lib_posix_remove+set}" = set; then
24752 echo $ECHO_N "(cached) $ECHO_C" >&6
24754 ac_check_lib_save_LIBS
=$LIBS
24755 LIBS
="-lposix $LIBS"
24756 cat >conftest.
$ac_ext <<_ACEOF
24759 cat confdefs.h
>>conftest.
$ac_ext
24760 cat >>conftest.
$ac_ext <<_ACEOF
24761 /* end confdefs.h. */
24763 /* Override any gcc2 internal prototype to avoid an error. */
24767 /* We use char because int might match the return type of a gcc2
24768 builtin and then its argument prototype would still apply. */
24778 rm -f conftest.
$ac_objext conftest
$ac_exeext
24779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24780 (eval $ac_link) 2>conftest.er1
24782 grep -v '^ *+' conftest.er1
>conftest.err
24784 cat conftest.err
>&5
24785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24786 (exit $ac_status); } &&
24787 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24789 (eval $ac_try) 2>&5
24791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24792 (exit $ac_status); }; } &&
24793 { ac_try
='test -s conftest$ac_exeext'
24794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24795 (eval $ac_try) 2>&5
24797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24798 (exit $ac_status); }; }; then
24799 ac_cv_lib_posix_remove
=yes
24801 echo "$as_me: failed program was:" >&5
24802 sed 's/^/| /' conftest.
$ac_ext >&5
24804 ac_cv_lib_posix_remove
=no
24806 rm -f conftest.err conftest.
$ac_objext \
24807 conftest
$ac_exeext conftest.
$ac_ext
24808 LIBS
=$ac_check_lib_save_LIBS
24810 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
24811 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
24812 if test $ac_cv_lib_posix_remove = yes; then
24813 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
24818 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
24819 echo "$as_me:$LINENO: checking for shmat" >&5
24820 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
24821 if test "${ac_cv_func_shmat+set}" = set; then
24822 echo $ECHO_N "(cached) $ECHO_C" >&6
24824 cat >conftest.
$ac_ext <<_ACEOF
24827 cat confdefs.h
>>conftest.
$ac_ext
24828 cat >>conftest.
$ac_ext <<_ACEOF
24829 /* end confdefs.h. */
24830 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
24831 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24832 #define shmat innocuous_shmat
24834 /* System header to define __stub macros and hopefully few prototypes,
24835 which can conflict with char shmat (); below.
24836 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24837 <limits.h> exists even on freestanding compilers. */
24840 # include <limits.h>
24842 # include <assert.h>
24847 /* Override any gcc2 internal prototype to avoid an error. */
24852 /* We use char because int might match the return type of a gcc2
24853 builtin and then its argument prototype would still apply. */
24855 /* The GNU C library defines this for functions which it implements
24856 to always fail with ENOSYS. Some functions are actually named
24857 something starting with __ and the normal name is an alias. */
24858 #if defined (__stub_shmat) || defined (__stub___shmat)
24861 char (*f) () = shmat;
24875 rm -f conftest.
$ac_objext conftest
$ac_exeext
24876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24877 (eval $ac_link) 2>conftest.er1
24879 grep -v '^ *+' conftest.er1
>conftest.err
24881 cat conftest.err
>&5
24882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24883 (exit $ac_status); } &&
24884 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24886 (eval $ac_try) 2>&5
24888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24889 (exit $ac_status); }; } &&
24890 { ac_try
='test -s conftest$ac_exeext'
24891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24892 (eval $ac_try) 2>&5
24894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24895 (exit $ac_status); }; }; then
24896 ac_cv_func_shmat
=yes
24898 echo "$as_me: failed program was:" >&5
24899 sed 's/^/| /' conftest.
$ac_ext >&5
24901 ac_cv_func_shmat
=no
24903 rm -f conftest.err conftest.
$ac_objext \
24904 conftest
$ac_exeext conftest.
$ac_ext
24906 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
24907 echo "${ECHO_T}$ac_cv_func_shmat" >&6
24909 if test $ac_cv_func_shmat = no
; then
24910 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
24911 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
24912 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
24913 echo $ECHO_N "(cached) $ECHO_C" >&6
24915 ac_check_lib_save_LIBS
=$LIBS
24917 cat >conftest.
$ac_ext <<_ACEOF
24920 cat confdefs.h
>>conftest.
$ac_ext
24921 cat >>conftest.
$ac_ext <<_ACEOF
24922 /* end confdefs.h. */
24924 /* Override any gcc2 internal prototype to avoid an error. */
24928 /* We use char because int might match the return type of a gcc2
24929 builtin and then its argument prototype would still apply. */
24939 rm -f conftest.
$ac_objext conftest
$ac_exeext
24940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24941 (eval $ac_link) 2>conftest.er1
24943 grep -v '^ *+' conftest.er1
>conftest.err
24945 cat conftest.err
>&5
24946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24947 (exit $ac_status); } &&
24948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24950 (eval $ac_try) 2>&5
24952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24953 (exit $ac_status); }; } &&
24954 { ac_try
='test -s conftest$ac_exeext'
24955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24956 (eval $ac_try) 2>&5
24958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24959 (exit $ac_status); }; }; then
24960 ac_cv_lib_ipc_shmat
=yes
24962 echo "$as_me: failed program was:" >&5
24963 sed 's/^/| /' conftest.
$ac_ext >&5
24965 ac_cv_lib_ipc_shmat
=no
24967 rm -f conftest.err conftest.
$ac_objext \
24968 conftest
$ac_exeext conftest.
$ac_ext
24969 LIBS
=$ac_check_lib_save_LIBS
24971 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
24972 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
24973 if test $ac_cv_lib_ipc_shmat = yes; then
24974 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
24980 # Check for libraries that X11R6 Xt/Xaw programs need.
24981 ac_save_LDFLAGS
=$LDFLAGS
24982 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
24983 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
24984 # check for ICE first), but we must link in the order -lSM -lICE or
24985 # we get undefined symbols. So assume we have SM if we have ICE.
24986 # These have to be linked with before -lX11, unlike the other
24987 # libraries we check for below, so use a different variable.
24988 # John Interrante, Karl Berry
24989 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
24990 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
24991 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
24992 echo $ECHO_N "(cached) $ECHO_C" >&6
24994 ac_check_lib_save_LIBS
=$LIBS
24995 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
24996 cat >conftest.
$ac_ext <<_ACEOF
24999 cat confdefs.h
>>conftest.
$ac_ext
25000 cat >>conftest.
$ac_ext <<_ACEOF
25001 /* end confdefs.h. */
25003 /* Override any gcc2 internal prototype to avoid an error. */
25007 /* We use char because int might match the return type of a gcc2
25008 builtin and then its argument prototype would still apply. */
25009 char IceConnectionNumber ();
25013 IceConnectionNumber ();
25018 rm -f conftest.
$ac_objext conftest
$ac_exeext
25019 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25020 (eval $ac_link) 2>conftest.er1
25022 grep -v '^ *+' conftest.er1
>conftest.err
25024 cat conftest.err
>&5
25025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25026 (exit $ac_status); } &&
25027 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25029 (eval $ac_try) 2>&5
25031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25032 (exit $ac_status); }; } &&
25033 { ac_try
='test -s conftest$ac_exeext'
25034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25035 (eval $ac_try) 2>&5
25037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25038 (exit $ac_status); }; }; then
25039 ac_cv_lib_ICE_IceConnectionNumber
=yes
25041 echo "$as_me: failed program was:" >&5
25042 sed 's/^/| /' conftest.
$ac_ext >&5
25044 ac_cv_lib_ICE_IceConnectionNumber
=no
25046 rm -f conftest.err conftest.
$ac_objext \
25047 conftest
$ac_exeext conftest.
$ac_ext
25048 LIBS
=$ac_check_lib_save_LIBS
25050 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
25051 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
25052 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
25053 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
25056 LDFLAGS
=$ac_save_LDFLAGS
25061 if test "$no_x" = "yes"; then
25062 { { echo "$as_me:$LINENO: error: X11 not found" >&5
25063 echo "$as_me: error: X11 not found" >&2;}
25064 { (exit please use
--x-includes and
/or
--x-libraries options
); exit please use
--x-includes and
/or
--x-libraries options
; }; }
25067 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
25068 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
25069 AFMINSTALL
=afminstall
25070 COMPILED_X_PROGRAM
=0
25074 if test "$wxUSE_X11" = 1; then
25075 if test "$wxUSE_NANOX" = "yes"; then
25076 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
25077 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
25078 if test "x$MICROWIN" = x
; then
25079 echo "$as_me:$LINENO: result: not found" >&5
25080 echo "${ECHO_T}not found" >&6
25081 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
25082 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
25083 { (exit 1); exit 1; }; }
25085 echo "$as_me:$LINENO: result: $MICROWIN" >&5
25086 echo "${ECHO_T}$MICROWIN" >&6
25087 cat >>confdefs.h
<<\_ACEOF
25088 #define wxUSE_NANOX 1
25094 if test "$wxUSE_UNICODE" = "yes"; then
25098 if test -z "$PKG_CONFIG"; then
25099 # Extract the first word of "pkg-config", so it can be a program name with args.
25100 set dummy pkg
-config; ac_word
=$2
25101 echo "$as_me:$LINENO: checking for $ac_word" >&5
25102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25103 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25104 echo $ECHO_N "(cached) $ECHO_C" >&6
25106 case $PKG_CONFIG in
25108 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25111 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25112 for as_dir
in $PATH
25115 test -z "$as_dir" && as_dir
=.
25116 for ac_exec_ext
in '' $ac_executable_extensions; do
25117 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25118 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25119 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25125 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25129 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25131 if test -n "$PKG_CONFIG"; then
25132 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25133 echo "${ECHO_T}$PKG_CONFIG" >&6
25135 echo "$as_me:$LINENO: result: no" >&5
25136 echo "${ECHO_T}no" >&6
25141 if test "$PKG_CONFIG" = "no" ; then
25142 echo "*** The pkg-config script could not be found. Make sure it is"
25143 echo "*** in your path, or set the PKG_CONFIG environment variable"
25144 echo "*** to the full path to pkg-config."
25145 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25147 PKG_CONFIG_MIN_VERSION
=0.9.0
25148 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25149 echo "$as_me:$LINENO: checking for pangox" >&5
25150 echo $ECHO_N "checking for pangox... $ECHO_C" >&6
25152 if $PKG_CONFIG --exists "pangox" ; then
25153 echo "$as_me:$LINENO: result: yes" >&5
25154 echo "${ECHO_T}yes" >&6
25157 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
25158 echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
25159 PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox"`
25160 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
25161 echo "${ECHO_T}$PANGOX_CFLAGS" >&6
25163 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
25164 echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
25165 PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox"`
25166 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
25167 echo "${ECHO_T}$PANGOX_LIBS" >&6
25171 ## If we have a custom action on failure, don't print errors, but
25172 ## do set a variable so people can do so.
25173 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
25180 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25181 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25185 if test $succeeded = yes; then
25187 CXXFLAGS
="$CXXFLAGS $PANGOX_CFLAGS"
25188 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
25192 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
25193 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
25194 { (exit 1); exit 1; }; }
25202 if test -z "$PKG_CONFIG"; then
25203 # Extract the first word of "pkg-config", so it can be a program name with args.
25204 set dummy pkg
-config; ac_word
=$2
25205 echo "$as_me:$LINENO: checking for $ac_word" >&5
25206 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25207 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25208 echo $ECHO_N "(cached) $ECHO_C" >&6
25210 case $PKG_CONFIG in
25212 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25215 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25216 for as_dir
in $PATH
25219 test -z "$as_dir" && as_dir
=.
25220 for ac_exec_ext
in '' $ac_executable_extensions; do
25221 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25222 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25229 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25233 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25235 if test -n "$PKG_CONFIG"; then
25236 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25237 echo "${ECHO_T}$PKG_CONFIG" >&6
25239 echo "$as_me:$LINENO: result: no" >&5
25240 echo "${ECHO_T}no" >&6
25245 if test "$PKG_CONFIG" = "no" ; then
25246 echo "*** The pkg-config script could not be found. Make sure it is"
25247 echo "*** in your path, or set the PKG_CONFIG environment variable"
25248 echo "*** to the full path to pkg-config."
25249 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25251 PKG_CONFIG_MIN_VERSION
=0.9.0
25252 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25253 echo "$as_me:$LINENO: checking for pangoft2" >&5
25254 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
25256 if $PKG_CONFIG --exists "pangoft2" ; then
25257 echo "$as_me:$LINENO: result: yes" >&5
25258 echo "${ECHO_T}yes" >&6
25261 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
25262 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
25263 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
25264 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
25265 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
25267 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
25268 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
25269 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
25270 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
25271 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
25275 ## If we have a custom action on failure, don't print errors, but
25276 ## do set a variable so people can do so.
25277 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
25284 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25285 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25289 if test $succeeded = yes; then
25291 CXXFLAGS
="$CXXFLAGS $PANGOFT2_CFLAGS"
25292 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
25296 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
25297 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
25298 wxUSE_PRINTING_ARCHITECTURE
="no"
25306 if test -z "$PKG_CONFIG"; then
25307 # Extract the first word of "pkg-config", so it can be a program name with args.
25308 set dummy pkg
-config; ac_word
=$2
25309 echo "$as_me:$LINENO: checking for $ac_word" >&5
25310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25311 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25312 echo $ECHO_N "(cached) $ECHO_C" >&6
25314 case $PKG_CONFIG in
25316 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
25319 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25320 for as_dir
in $PATH
25323 test -z "$as_dir" && as_dir
=.
25324 for ac_exec_ext
in '' $ac_executable_extensions; do
25325 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25326 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
25327 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25333 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25337 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25339 if test -n "$PKG_CONFIG"; then
25340 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25341 echo "${ECHO_T}$PKG_CONFIG" >&6
25343 echo "$as_me:$LINENO: result: no" >&5
25344 echo "${ECHO_T}no" >&6
25349 if test "$PKG_CONFIG" = "no" ; then
25350 echo "*** The pkg-config script could not be found. Make sure it is"
25351 echo "*** in your path, or set the PKG_CONFIG environment variable"
25352 echo "*** to the full path to pkg-config."
25353 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25355 PKG_CONFIG_MIN_VERSION
=0.9.0
25356 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25357 echo "$as_me:$LINENO: checking for pangoxft" >&5
25358 echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
25360 if $PKG_CONFIG --exists "pangoxft" ; then
25361 echo "$as_me:$LINENO: result: yes" >&5
25362 echo "${ECHO_T}yes" >&6
25365 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
25366 echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
25367 PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft"`
25368 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
25369 echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
25371 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
25372 echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
25373 PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft"`
25374 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
25375 echo "${ECHO_T}$PANGOXFT_LIBS" >&6
25379 ## If we have a custom action on failure, don't print errors, but
25380 ## do set a variable so people can do so.
25381 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
25388 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25389 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25393 if test $succeeded = yes; then
25395 CXXFLAGS
="$CXXFLAGS $PANGOXFT_CFLAGS"
25396 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
25400 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
25401 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
25406 save_CFLAGS
="$CFLAGS"
25408 CFLAGS
="$CFLAGS $PANGOX_CFLAGS"
25409 LIBS
="$LIBS $PANGOX_LIBS"
25411 for ac_func
in pango_font_family_is_monospace
25413 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25414 echo "$as_me:$LINENO: checking for $ac_func" >&5
25415 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25416 if eval "test \"\${$as_ac_var+set}\" = set"; then
25417 echo $ECHO_N "(cached) $ECHO_C" >&6
25419 cat >conftest.
$ac_ext <<_ACEOF
25422 cat confdefs.h
>>conftest.
$ac_ext
25423 cat >>conftest.
$ac_ext <<_ACEOF
25424 /* end confdefs.h. */
25425 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25426 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25427 #define $ac_func innocuous_$ac_func
25429 /* System header to define __stub macros and hopefully few prototypes,
25430 which can conflict with char $ac_func (); below.
25431 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25432 <limits.h> exists even on freestanding compilers. */
25435 # include <limits.h>
25437 # include <assert.h>
25442 /* Override any gcc2 internal prototype to avoid an error. */
25447 /* We use char because int might match the return type of a gcc2
25448 builtin and then its argument prototype would still apply. */
25450 /* The GNU C library defines this for functions which it implements
25451 to always fail with ENOSYS. Some functions are actually named
25452 something starting with __ and the normal name is an alias. */
25453 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25456 char (*f) () = $ac_func;
25465 return f != $ac_func;
25470 rm -f conftest.
$ac_objext conftest
$ac_exeext
25471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25472 (eval $ac_link) 2>conftest.er1
25474 grep -v '^ *+' conftest.er1
>conftest.err
25476 cat conftest.err
>&5
25477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25478 (exit $ac_status); } &&
25479 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25481 (eval $ac_try) 2>&5
25483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25484 (exit $ac_status); }; } &&
25485 { ac_try
='test -s conftest$ac_exeext'
25486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25487 (eval $ac_try) 2>&5
25489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25490 (exit $ac_status); }; }; then
25491 eval "$as_ac_var=yes"
25493 echo "$as_me: failed program was:" >&5
25494 sed 's/^/| /' conftest.
$ac_ext >&5
25496 eval "$as_ac_var=no"
25498 rm -f conftest.err conftest.
$ac_objext \
25499 conftest
$ac_exeext conftest.
$ac_ext
25501 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25502 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25503 if test `eval echo '${'$as_ac_var'}'` = yes; then
25504 cat >>confdefs.h
<<_ACEOF
25505 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25511 CFLAGS
="$save_CFLAGS"
25515 wxUSE_UNIVERSAL
="yes"
25517 if test "$wxUSE_NANOX" = "yes"; then
25518 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
25519 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"
25520 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
25522 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
25525 TOOLKIT_VPATH
="\${top_srcdir}/src/x11"
25530 if test "$wxUSE_MOTIF" = 1; then
25531 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
25532 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
25535 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
25537 if test -f "$ac_dir/Xm/Xm.h"; then
25538 ac_find_includes
=$ac_dir
25543 if test "$ac_find_includes" != "" ; then
25544 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
25545 echo "${ECHO_T}found in $ac_find_includes" >&6
25547 if test "x$ac_find_includes" = "x/usr/include"; then
25548 ac_path_to_include
=""
25550 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
25552 if test $result = 0; then
25553 ac_path_to_include
=""
25555 ac_path_to_include
=" -I$ac_find_includes"
25559 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
25561 cat >conftest.
$ac_ext <<_ACEOF
25564 cat confdefs.h
>>conftest.
$ac_ext
25565 cat >>conftest.
$ac_ext <<_ACEOF
25566 /* end confdefs.h. */
25575 version = xmUseVersion;
25581 rm -f conftest.
$ac_objext
25582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25583 (eval $ac_compile) 2>conftest.er1
25585 grep -v '^ *+' conftest.er1
>conftest.err
25587 cat conftest.err
>&5
25588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25589 (exit $ac_status); } &&
25590 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25592 (eval $ac_try) 2>&5
25594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25595 (exit $ac_status); }; } &&
25596 { ac_try
='test -s conftest.$ac_objext'
25597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25598 (eval $ac_try) 2>&5
25600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25601 (exit $ac_status); }; }; then
25603 echo "$as_me:$LINENO: result: found in default search path" >&5
25604 echo "${ECHO_T}found in default search path" >&6
25605 COMPILED_X_PROGRAM
=1
25608 echo "$as_me: failed program was:" >&5
25609 sed 's/^/| /' conftest.
$ac_ext >&5
25612 echo "$as_me:$LINENO: result: no" >&5
25613 echo "${ECHO_T}no" >&6
25614 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
25615 echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
25616 { (exit 1); exit 1; }; }
25620 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25623 if test "$COMPILED_X_PROGRAM" = 0; then
25624 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
25625 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
25628 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25630 for ac_extension
in a so sl dylib
; do
25631 if test -f "$ac_dir/libXm.$ac_extension"; then
25632 ac_find_libraries
=$ac_dir
25638 if test "$ac_find_libraries" != "" ; then
25639 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25640 echo "${ECHO_T}found at $ac_find_libraries" >&6
25643 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25645 if test $result = 0; then
25648 ac_path_to_link
=" -L$ac_find_libraries"
25651 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
25653 save_CFLAGS
=$CFLAGS
25654 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25656 cat >conftest.
$ac_ext <<_ACEOF
25659 cat confdefs.h
>>conftest.
$ac_ext
25660 cat >>conftest.
$ac_ext <<_ACEOF
25661 /* end confdefs.h. */
25670 version = xmUseVersion;
25676 rm -f conftest.
$ac_objext
25677 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25678 (eval $ac_compile) 2>conftest.er1
25680 grep -v '^ *+' conftest.er1
>conftest.err
25682 cat conftest.err
>&5
25683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25684 (exit $ac_status); } &&
25685 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25687 (eval $ac_try) 2>&5
25689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25690 (exit $ac_status); }; } &&
25691 { ac_try
='test -s conftest.$ac_objext'
25692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25693 (eval $ac_try) 2>&5
25695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25696 (exit $ac_status); }; }; then
25698 echo "$as_me:$LINENO: result: found in default search path" >&5
25699 echo "${ECHO_T}found in default search path" >&6
25700 COMPILED_X_PROGRAM
=1
25703 echo "$as_me: failed program was:" >&5
25704 sed 's/^/| /' conftest.
$ac_ext >&5
25707 echo "$as_me:$LINENO: result: no" >&5
25708 echo "${ECHO_T}no" >&6
25709 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
25710 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
25711 { (exit 1); exit 1; }; }
25715 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25717 CFLAGS
=$save_CFLAGS
25721 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
25722 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
25726 for libp
in "" " -lXp"; do
25727 if test "$libs_found" = "0"; then
25728 for libsm_ice
in "" " -lSM -lICE"; do
25729 if test "$libs_found" = "0"; then
25731 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
25732 save_CFLAGS
=$CFLAGS
25733 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25735 cat >conftest.
$ac_ext <<_ACEOF
25738 cat confdefs.h
>>conftest.
$ac_ext
25739 cat >>conftest.
$ac_ext <<_ACEOF
25740 /* end confdefs.h. */
25743 #include <Xm/List.h>
25749 XmString string = NULL;
25752 XmListAddItem(w, string, position);
25758 rm -f conftest.
$ac_objext conftest
$ac_exeext
25759 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25760 (eval $ac_link) 2>conftest.er1
25762 grep -v '^ *+' conftest.er1
>conftest.err
25764 cat conftest.err
>&5
25765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25766 (exit $ac_status); } &&
25767 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25769 (eval $ac_try) 2>&5
25771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25772 (exit $ac_status); }; } &&
25773 { ac_try
='test -s conftest$ac_exeext'
25774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25775 (eval $ac_try) 2>&5
25777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25778 (exit $ac_status); }; }; then
25781 libsm_ice_link
="$libsm_ice"
25782 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
25783 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
25787 echo "$as_me: failed program was:" >&5
25788 sed 's/^/| /' conftest.
$ac_ext >&5
25793 rm -f conftest.err conftest.
$ac_objext \
25794 conftest
$ac_exeext conftest.
$ac_ext
25797 CFLAGS
=$save_CFLAGS
25803 if test "$libs_found" = "0"; then
25804 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
25805 echo "${ECHO_T}can't find the right libraries" >&6
25806 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
25807 echo "$as_me: error: can't link a simple motif program" >&2;}
25808 { (exit 1); exit 1; }; }
25811 save_CFLAGS
=$CFLAGS
25812 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25813 echo "$as_me:$LINENO: checking for Motif 2" >&5
25814 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
25815 cat >conftest.
$ac_ext <<_ACEOF
25818 cat confdefs.h
>>conftest.
$ac_ext
25819 cat >>conftest.
$ac_ext <<_ACEOF
25820 /* end confdefs.h. */
25828 #if XmVersion < 2000
25829 #error "Not Motif 2"
25836 rm -f conftest.
$ac_objext
25837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25838 (eval $ac_compile) 2>conftest.er1
25840 grep -v '^ *+' conftest.er1
>conftest.err
25842 cat conftest.err
>&5
25843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25844 (exit $ac_status); } &&
25845 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25847 (eval $ac_try) 2>&5
25849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25850 (exit $ac_status); }; } &&
25851 { ac_try
='test -s conftest.$ac_objext'
25852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25853 (eval $ac_try) 2>&5
25855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25856 (exit $ac_status); }; }; then
25858 cat >>confdefs.h
<<\_ACEOF
25859 #define __WXMOTIF20__ 1
25862 echo "$as_me:$LINENO: result: found" >&5
25863 echo "${ECHO_T}found" >&6
25866 echo "$as_me: failed program was:" >&5
25867 sed 's/^/| /' conftest.
$ac_ext >&5
25870 cat >>confdefs.h
<<\_ACEOF
25871 #define __WXMOTIF20__ 0
25874 echo "$as_me:$LINENO: result: not found" >&5
25875 echo "${ECHO_T}not found" >&6
25878 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25879 CFLAGS
=$save_CFLAGS
25881 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
25882 TOOLKIT_VPATH
="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
25887 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
25888 if test "$wxUSE_LIBXPM" = "sys"; then
25889 echo "$as_me:$LINENO: checking for Xpm library" >&5
25890 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
25893 for ac_dir
in $SEARCH_LIB /usr
/lib
;
25895 for ac_extension
in a so sl dylib
; do
25896 if test -f "$ac_dir/libXpm.$ac_extension"; then
25897 ac_find_libraries
=$ac_dir
25903 if test "$ac_find_libraries" != "" ; then
25905 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
25907 if test $result = 0; then
25910 ac_path_to_link
=" -L$ac_find_libraries"
25913 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
25914 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
25915 echo "${ECHO_T}found at $ac_find_libraries" >&6
25917 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
25918 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
25919 if test "${wx_cv_x11_xpm_h+set}" = set; then
25920 echo $ECHO_N "(cached) $ECHO_C" >&6
25923 save_CFLAGS
=$CFLAGS
25924 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
25926 cat >conftest.
$ac_ext <<_ACEOF
25929 cat confdefs.h
>>conftest.
$ac_ext
25930 cat >>conftest.
$ac_ext <<_ACEOF
25931 /* end confdefs.h. */
25933 #include <X11/xpm.h>
25940 version = XpmLibraryVersion();
25946 rm -f conftest.
$ac_objext
25947 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25948 (eval $ac_compile) 2>conftest.er1
25950 grep -v '^ *+' conftest.er1
>conftest.err
25952 cat conftest.err
>&5
25953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25954 (exit $ac_status); } &&
25955 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25957 (eval $ac_try) 2>&5
25959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25960 (exit $ac_status); }; } &&
25961 { ac_try
='test -s conftest.$ac_objext'
25962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25963 (eval $ac_try) 2>&5
25965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25966 (exit $ac_status); }; }; then
25967 wx_cv_x11_xpm_h
=yes
25969 echo "$as_me: failed program was:" >&5
25970 sed 's/^/| /' conftest.
$ac_ext >&5
25975 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25977 CFLAGS
=$save_CFLAGS
25981 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
25982 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
25984 if test $wx_cv_x11_xpm_h = "yes"; then
25985 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
25986 cat >>confdefs.h
<<\_ACEOF
25987 #define wxHAVE_LIB_XPM 1
25991 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
25992 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
25998 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
25999 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
26000 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
26001 echo $ECHO_N "(cached) $ECHO_C" >&6
26003 ac_check_lib_save_LIBS
=$LIBS
26004 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
26005 cat >conftest.
$ac_ext <<_ACEOF
26008 cat confdefs.h
>>conftest.
$ac_ext
26009 cat >>conftest.
$ac_ext <<_ACEOF
26010 /* end confdefs.h. */
26012 /* Override any gcc2 internal prototype to avoid an error. */
26016 /* We use char because int might match the return type of a gcc2
26017 builtin and then its argument prototype would still apply. */
26018 char XShapeQueryExtension ();
26022 XShapeQueryExtension ();
26027 rm -f conftest.
$ac_objext conftest
$ac_exeext
26028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26029 (eval $ac_link) 2>conftest.er1
26031 grep -v '^ *+' conftest.er1
>conftest.err
26033 cat conftest.err
>&5
26034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26035 (exit $ac_status); } &&
26036 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26038 (eval $ac_try) 2>&5
26040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26041 (exit $ac_status); }; } &&
26042 { ac_try
='test -s conftest$ac_exeext'
26043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26044 (eval $ac_try) 2>&5
26046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26047 (exit $ac_status); }; }; then
26048 ac_cv_lib_Xext_XShapeQueryExtension
=yes
26050 echo "$as_me: failed program was:" >&5
26051 sed 's/^/| /' conftest.
$ac_ext >&5
26053 ac_cv_lib_Xext_XShapeQueryExtension
=no
26055 rm -f conftest.err conftest.
$ac_objext \
26056 conftest
$ac_exeext conftest.
$ac_ext
26057 LIBS
=$ac_check_lib_save_LIBS
26059 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
26060 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
26061 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
26063 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
26069 if test "$wxHAVE_XEXT_LIB" = 1; then
26070 save_CFLAGS
="$CFLAGS"
26071 CFLAGS
="$CFLAGS $TOOLKIT_INCLUDE"
26073 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
26074 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
26075 cat >conftest.
$ac_ext <<_ACEOF
26078 cat confdefs.h
>>conftest.
$ac_ext
26079 cat >>conftest.
$ac_ext <<_ACEOF
26080 /* end confdefs.h. */
26082 #include <X11/Xlib.h>
26083 #include <X11/extensions/shape.h>
26089 int dummy1, dummy2;
26090 XShapeQueryExtension((Display*)NULL,
26091 (int*)NULL, (int*)NULL);
26097 rm -f conftest.
$ac_objext
26098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26099 (eval $ac_compile) 2>conftest.er1
26101 grep -v '^ *+' conftest.er1
>conftest.err
26103 cat conftest.err
>&5
26104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26105 (exit $ac_status); } &&
26106 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26108 (eval $ac_try) 2>&5
26110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26111 (exit $ac_status); }; } &&
26112 { ac_try
='test -s conftest.$ac_objext'
26113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26114 (eval $ac_try) 2>&5
26116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26117 (exit $ac_status); }; }; then
26119 cat >>confdefs.h
<<\_ACEOF
26120 #define HAVE_XSHAPE 1
26123 echo "$as_me:$LINENO: result: found" >&5
26124 echo "${ECHO_T}found" >&6
26127 echo "$as_me: failed program was:" >&5
26128 sed 's/^/| /' conftest.
$ac_ext >&5
26131 echo "$as_me:$LINENO: result: not found" >&5
26132 echo "${ECHO_T}not found" >&6
26135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26136 CFLAGS
="$save_CFLAGS"
26141 if test "$wxUSE_MAC" = 1; then
26142 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
26143 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
26144 if test "$GCC" = yes; then
26145 echo "$as_me:$LINENO: result: gcc" >&5
26146 echo "${ECHO_T}gcc" >&6
26147 CPPFLAGS_PASCAL
="-fpascal-strings"
26148 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
26149 echo "$as_me:$LINENO: result: xlc" >&5
26150 echo "${ECHO_T}xlc" >&6
26151 CPPFLAGS_PASCAL
="-qmacpstr"
26153 echo "$as_me:$LINENO: result: none" >&5
26154 echo "${ECHO_T}none" >&6
26157 CPPFLAGS
="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon"
26159 TOOLKIT_VPATH
="\${top_srcdir}/src/mac/carbon${PATH_IFS}\${top_srcdir}/src/mac/carbon/morefilex"
26162 WXBASEPORT
="_carbon"
26165 if test "$wxUSE_COCOA" = 1; then
26166 TOOLKIT_VPATH
="\${top_srcdir}/src/cocoa"
26171 if test "$wxUSE_PM" = 1; then
26174 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
26175 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
26176 if test "${wx_cv_spbcdata+set}" = set; then
26177 echo $ECHO_N "(cached) $ECHO_C" >&6
26180 cat >conftest.
$ac_ext <<_ACEOF
26183 cat confdefs.h
>>conftest.
$ac_ext
26184 cat >>conftest.
$ac_ext <<_ACEOF
26185 /* end confdefs.h. */
26200 rm -f conftest.
$ac_objext
26201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26202 (eval $ac_compile) 2>conftest.er1
26204 grep -v '^ *+' conftest.er1
>conftest.err
26206 cat conftest.err
>&5
26207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26208 (exit $ac_status); } &&
26209 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26211 (eval $ac_try) 2>&5
26213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26214 (exit $ac_status); }; } &&
26215 { ac_try
='test -s conftest.$ac_objext'
26216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26217 (eval $ac_try) 2>&5
26219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26220 (exit $ac_status); }; }; then
26223 echo "$as_me: failed program was:" >&5
26224 sed 's/^/| /' conftest.
$ac_ext >&5
26229 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26233 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
26234 echo "${ECHO_T}$wx_cv_spbcdata" >&6
26236 if test $wx_cv_spbcdata = "yes"; then
26237 cat >>confdefs.h
<<\_ACEOF
26238 #define HAVE_SPBCDATA 1
26244 if test "$TOOLKIT" = "PM" ; then
26247 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
26250 PORT_FILES
="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
26252 if test "$wxUSE_UNIVERSAL" = "yes"; then
26253 ALL_OBJECTS
="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
26255 ALL_SOURCES
="\$(ALL_SOURCES) \${UNIV_SOURCES}"
26256 ALL_HEADERS
="\$(ALL_HEADERS) \${UNIV_HEADERS}"
26258 PORT_FILES
="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
26259 if test "$wxUSE_X11" = 1; then
26260 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
26262 TOOLKIT_VPATH
="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
26264 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
26267 ALL_OBJECTS
="\$(GUIOBJS)"
26268 ALL_SOURCES
="\$(ALL_SOURCES)"
26269 ALL_HEADERS
="\$(ALL_HEADERS)"
26272 ALL_OBJECTS
="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
26274 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
26275 ALL_OBJECTS
="${ALL_OBJECTS} \$(UNIXOBJS)"
26278 if test "$wxUSE_HTML" = "yes"; then
26279 ALL_OBJECTS
="${ALL_OBJECTS} \$(HTMLOBJS)"
26282 if test "$wxUSE_LIBJPEG" = "builtin" ; then
26283 ALL_OBJECTS
="${ALL_OBJECTS} \$(JPEGOBJS)"
26285 if test "$wxUSE_LIBTIFF" = "builtin" ; then
26286 ALL_OBJECTS
="${ALL_OBJECTS} \$(TIFFOBJS)"
26288 if test "$wxUSE_LIBPNG" = "builtin" ; then
26289 ALL_OBJECTS
="${ALL_OBJECTS} \$(PNGOBJS)"
26292 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
26293 DISTDIR
="wx\$(TOOLKIT)"
26299 if test "$USE_WIN32" = 1 ; then
26300 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_MSW_OBJS}"
26301 TOOLKIT_VPATH
="\${top_srcdir}/src/msw"
26305 ALL_OBJECTS
="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
26306 TOOLKIT_VPATH
="\${top_srcdir}/src/unix"
26309 ALL_SOURCES
="\$(ALL_SOURCES)"
26310 ALL_HEADERS
="\$(ALL_HEADERS)"
26312 PORT_FILES
="\${top_srcdir}/src/files.lst"
26314 GUIDIST
="BASE_DIST"
26324 if test "$TOOLKIT" != "MSW" ; then
26326 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
26328 if test "${ac_cv_header_sql_h+set}" = set; then
26329 echo "$as_me:$LINENO: checking for sql.h" >&5
26330 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26331 if test "${ac_cv_header_sql_h+set}" = set; then
26332 echo $ECHO_N "(cached) $ECHO_C" >&6
26334 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26335 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26337 # Is the header compilable?
26338 echo "$as_me:$LINENO: checking sql.h usability" >&5
26339 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
26340 cat >conftest.
$ac_ext <<_ACEOF
26343 cat confdefs.h
>>conftest.
$ac_ext
26344 cat >>conftest.
$ac_ext <<_ACEOF
26345 /* end confdefs.h. */
26346 $ac_includes_default
26349 rm -f conftest.
$ac_objext
26350 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26351 (eval $ac_compile) 2>conftest.er1
26353 grep -v '^ *+' conftest.er1
>conftest.err
26355 cat conftest.err
>&5
26356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26357 (exit $ac_status); } &&
26358 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26360 (eval $ac_try) 2>&5
26362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26363 (exit $ac_status); }; } &&
26364 { ac_try
='test -s conftest.$ac_objext'
26365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26366 (eval $ac_try) 2>&5
26368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26369 (exit $ac_status); }; }; then
26370 ac_header_compiler
=yes
26372 echo "$as_me: failed program was:" >&5
26373 sed 's/^/| /' conftest.
$ac_ext >&5
26375 ac_header_compiler
=no
26377 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26378 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26379 echo "${ECHO_T}$ac_header_compiler" >&6
26381 # Is the header present?
26382 echo "$as_me:$LINENO: checking sql.h presence" >&5
26383 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
26384 cat >conftest.
$ac_ext <<_ACEOF
26387 cat confdefs.h
>>conftest.
$ac_ext
26388 cat >>conftest.
$ac_ext <<_ACEOF
26389 /* end confdefs.h. */
26392 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26393 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26395 grep -v '^ *+' conftest.er1
>conftest.err
26397 cat conftest.err
>&5
26398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26399 (exit $ac_status); } >/dev
/null
; then
26400 if test -s conftest.err
; then
26401 ac_cpp_err
=$ac_c_preproc_warn_flag
26402 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26409 if test -z "$ac_cpp_err"; then
26410 ac_header_preproc
=yes
26412 echo "$as_me: failed program was:" >&5
26413 sed 's/^/| /' conftest.
$ac_ext >&5
26415 ac_header_preproc
=no
26417 rm -f conftest.err conftest.
$ac_ext
26418 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26419 echo "${ECHO_T}$ac_header_preproc" >&6
26421 # So? What about this header?
26422 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26424 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
26425 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26426 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
26427 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
26428 ac_header_preproc
=yes
26431 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
26432 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
26433 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
26434 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
26435 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
26436 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
26437 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
26438 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
26439 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
26440 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
26441 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
26442 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
26445 ## ----------------------------------------- ##
26446 ## Report this to wx-dev@lists.wxwidgets.org ##
26447 ## ----------------------------------------- ##
26450 sed "s/^/$as_me: WARNING: /" >&2
26453 echo "$as_me:$LINENO: checking for sql.h" >&5
26454 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
26455 if test "${ac_cv_header_sql_h+set}" = set; then
26456 echo $ECHO_N "(cached) $ECHO_C" >&6
26458 ac_cv_header_sql_h
=$ac_header_preproc
26460 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
26461 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
26464 if test $ac_cv_header_sql_h = yes; then
26469 if test "x$found_sql_h" = "x1" ; then
26470 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
26471 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
26472 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
26473 echo $ECHO_N "(cached) $ECHO_C" >&6
26475 ac_check_lib_save_LIBS
=$LIBS
26476 LIBS
="-liodbc $LIBS"
26477 cat >conftest.
$ac_ext <<_ACEOF
26480 cat confdefs.h
>>conftest.
$ac_ext
26481 cat >>conftest.
$ac_ext <<_ACEOF
26482 /* end confdefs.h. */
26484 /* Override any gcc2 internal prototype to avoid an error. */
26488 /* We use char because int might match the return type of a gcc2
26489 builtin and then its argument prototype would still apply. */
26490 char SQLAllocEnv ();
26499 rm -f conftest.
$ac_objext conftest
$ac_exeext
26500 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26501 (eval $ac_link) 2>conftest.er1
26503 grep -v '^ *+' conftest.er1
>conftest.err
26505 cat conftest.err
>&5
26506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26507 (exit $ac_status); } &&
26508 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26510 (eval $ac_try) 2>&5
26512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26513 (exit $ac_status); }; } &&
26514 { ac_try
='test -s conftest$ac_exeext'
26515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26516 (eval $ac_try) 2>&5
26518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26519 (exit $ac_status); }; }; then
26520 ac_cv_lib_iodbc_SQLAllocEnv
=yes
26522 echo "$as_me: failed program was:" >&5
26523 sed 's/^/| /' conftest.
$ac_ext >&5
26525 ac_cv_lib_iodbc_SQLAllocEnv
=no
26527 rm -f conftest.err conftest.
$ac_objext \
26528 conftest
$ac_exeext conftest.
$ac_ext
26529 LIBS
=$ac_check_lib_save_LIBS
26531 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
26532 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
26533 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
26534 ODBC_LINK
=" -liodbc"
26537 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
26538 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
26539 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
26540 echo $ECHO_N "(cached) $ECHO_C" >&6
26542 ac_check_lib_save_LIBS
=$LIBS
26543 LIBS
="-lunixodbc $LIBS"
26544 cat >conftest.
$ac_ext <<_ACEOF
26547 cat confdefs.h
>>conftest.
$ac_ext
26548 cat >>conftest.
$ac_ext <<_ACEOF
26549 /* end confdefs.h. */
26551 /* Override any gcc2 internal prototype to avoid an error. */
26555 /* We use char because int might match the return type of a gcc2
26556 builtin and then its argument prototype would still apply. */
26557 char SQLAllocEnv ();
26566 rm -f conftest.
$ac_objext conftest
$ac_exeext
26567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26568 (eval $ac_link) 2>conftest.er1
26570 grep -v '^ *+' conftest.er1
>conftest.err
26572 cat conftest.err
>&5
26573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26574 (exit $ac_status); } &&
26575 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26577 (eval $ac_try) 2>&5
26579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26580 (exit $ac_status); }; } &&
26581 { ac_try
='test -s conftest$ac_exeext'
26582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26583 (eval $ac_try) 2>&5
26585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26586 (exit $ac_status); }; }; then
26587 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
26589 echo "$as_me: failed program was:" >&5
26590 sed 's/^/| /' conftest.
$ac_ext >&5
26592 ac_cv_lib_unixodbc_SQLAllocEnv
=no
26594 rm -f conftest.err conftest.
$ac_objext \
26595 conftest
$ac_exeext conftest.
$ac_ext
26596 LIBS
=$ac_check_lib_save_LIBS
26598 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
26599 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
26600 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
26601 ODBC_LINK
=" -lunixodbc"
26604 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
26605 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
26606 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
26607 echo $ECHO_N "(cached) $ECHO_C" >&6
26609 ac_check_lib_save_LIBS
=$LIBS
26610 LIBS
="-lodbc $LIBS"
26611 cat >conftest.
$ac_ext <<_ACEOF
26614 cat confdefs.h
>>conftest.
$ac_ext
26615 cat >>conftest.
$ac_ext <<_ACEOF
26616 /* end confdefs.h. */
26618 /* Override any gcc2 internal prototype to avoid an error. */
26622 /* We use char because int might match the return type of a gcc2
26623 builtin and then its argument prototype would still apply. */
26624 char SQLAllocEnv ();
26633 rm -f conftest.
$ac_objext conftest
$ac_exeext
26634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26635 (eval $ac_link) 2>conftest.er1
26637 grep -v '^ *+' conftest.er1
>conftest.err
26639 cat conftest.err
>&5
26640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26641 (exit $ac_status); } &&
26642 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26644 (eval $ac_try) 2>&5
26646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26647 (exit $ac_status); }; } &&
26648 { ac_try
='test -s conftest$ac_exeext'
26649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26650 (eval $ac_try) 2>&5
26652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26653 (exit $ac_status); }; }; then
26654 ac_cv_lib_odbc_SQLAllocEnv
=yes
26656 echo "$as_me: failed program was:" >&5
26657 sed 's/^/| /' conftest.
$ac_ext >&5
26659 ac_cv_lib_odbc_SQLAllocEnv
=no
26661 rm -f conftest.err conftest.
$ac_objext \
26662 conftest
$ac_exeext conftest.
$ac_ext
26663 LIBS
=$ac_check_lib_save_LIBS
26665 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
26666 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
26667 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
26668 ODBC_LINK
=" -lodbc"
26678 if test "x$ODBC_LINK" = "x" ; then
26679 if test "$wxUSE_ODBC" = "sys" ; then
26680 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
26681 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
26682 { (exit 1); exit 1; }; }
26684 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
26685 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
26692 if test "$wxUSE_ODBC" != "no" ; then
26693 cat >>confdefs.h
<<\_ACEOF
26694 #define wxUSE_ODBC 1
26697 if test "$wxUSE_ODBC" = "builtin" ; then
26698 cat >>confdefs.h
<<\_ACEOF
26699 #define wxUSE_BUILTIN_IODBC 1
26703 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
26705 WXODBCFLAG
="-D_IODBC_"
26709 if test "$wxUSE_REGEX" = "builtin" ; then
26710 ALL_OBJECTS
="${ALL_OBJECTS} \$(REGEXOBJS)"
26712 if test "$wxUSE_ZLIB" = "builtin" ; then
26713 ALL_OBJECTS
="${ALL_OBJECTS} \$(ZLIBOBJS)"
26717 if test "$wxUSE_DISPLAY" = "yes"; then
26718 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
26719 echo "$as_me:$LINENO: checking for Xinerama" >&5
26720 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
26723 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26725 for ac_extension
in a so sl dylib
; do
26726 if test -f "$ac_dir/libXinerama.$ac_extension"; then
26727 ac_find_libraries
=$ac_dir
26733 if test "$ac_find_libraries" != "" ; then
26735 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
26737 if test $result = 0; then
26740 ac_path_to_link
=" -L$ac_find_libraries"
26743 if test "$ac_path_to_link" != " -L/usr/lib" ; then
26744 LDFLAGS
="$LDFLAGS $ac_path_to_link"
26746 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
26747 echo "$as_me:$LINENO: result: yes" >&5
26748 echo "${ECHO_T}yes" >&6
26750 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
26751 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
26754 for ac_dir
in $SEARCH_LIB /usr
/lib
;
26756 for ac_extension
in a so sl dylib
; do
26757 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
26758 ac_find_libraries
=$ac_dir
26764 if test "$ac_find_libraries" != "" ; then
26765 echo "$as_me:$LINENO: result: yes" >&5
26766 echo "${ECHO_T}yes" >&6
26768 for ac_header
in X
11/extensions
/xf86vmode.h
26770 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26771 echo "$as_me:$LINENO: checking for $ac_header" >&5
26772 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26773 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26774 echo $ECHO_N "(cached) $ECHO_C" >&6
26776 cat >conftest.
$ac_ext <<_ACEOF
26779 cat confdefs.h
>>conftest.
$ac_ext
26780 cat >>conftest.
$ac_ext <<_ACEOF
26781 /* end confdefs.h. */
26783 #if HAVE_X11_XLIB_H
26784 #include <X11/Xlib.h>
26788 #include <$ac_header>
26790 rm -f conftest.
$ac_objext
26791 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26792 (eval $ac_compile) 2>conftest.er1
26794 grep -v '^ *+' conftest.er1
>conftest.err
26796 cat conftest.err
>&5
26797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26798 (exit $ac_status); } &&
26799 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26801 (eval $ac_try) 2>&5
26803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26804 (exit $ac_status); }; } &&
26805 { ac_try
='test -s conftest.$ac_objext'
26806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26807 (eval $ac_try) 2>&5
26809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26810 (exit $ac_status); }; }; then
26811 eval "$as_ac_Header=yes"
26813 echo "$as_me: failed program was:" >&5
26814 sed 's/^/| /' conftest.
$ac_ext >&5
26816 eval "$as_ac_Header=no"
26818 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26820 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26821 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26822 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26823 cat >>confdefs.h
<<_ACEOF
26824 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26827 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
26834 echo "$as_me:$LINENO: result: no" >&5
26835 echo "${ECHO_T}no" >&6
26839 echo "$as_me:$LINENO: result: no" >&5
26840 echo "${ECHO_T}no" >&6
26841 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
26842 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
26845 elif test "$wxUSE_MSW" = 1; then
26848 for ac_header
in multimon.h ddraw.h
26850 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26851 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26852 echo "$as_me:$LINENO: checking for $ac_header" >&5
26853 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26854 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26855 echo $ECHO_N "(cached) $ECHO_C" >&6
26857 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26858 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26860 # Is the header compilable?
26861 echo "$as_me:$LINENO: checking $ac_header usability" >&5
26862 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
26863 cat >conftest.
$ac_ext <<_ACEOF
26866 cat confdefs.h
>>conftest.
$ac_ext
26867 cat >>conftest.
$ac_ext <<_ACEOF
26868 /* end confdefs.h. */
26869 $ac_includes_default
26870 #include <$ac_header>
26872 rm -f conftest.
$ac_objext
26873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26874 (eval $ac_compile) 2>conftest.er1
26876 grep -v '^ *+' conftest.er1
>conftest.err
26878 cat conftest.err
>&5
26879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26880 (exit $ac_status); } &&
26881 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26883 (eval $ac_try) 2>&5
26885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26886 (exit $ac_status); }; } &&
26887 { ac_try
='test -s conftest.$ac_objext'
26888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26889 (eval $ac_try) 2>&5
26891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26892 (exit $ac_status); }; }; then
26893 ac_header_compiler
=yes
26895 echo "$as_me: failed program was:" >&5
26896 sed 's/^/| /' conftest.
$ac_ext >&5
26898 ac_header_compiler
=no
26900 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26901 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26902 echo "${ECHO_T}$ac_header_compiler" >&6
26904 # Is the header present?
26905 echo "$as_me:$LINENO: checking $ac_header presence" >&5
26906 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
26907 cat >conftest.
$ac_ext <<_ACEOF
26910 cat confdefs.h
>>conftest.
$ac_ext
26911 cat >>conftest.
$ac_ext <<_ACEOF
26912 /* end confdefs.h. */
26913 #include <$ac_header>
26915 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26916 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26918 grep -v '^ *+' conftest.er1
>conftest.err
26920 cat conftest.err
>&5
26921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26922 (exit $ac_status); } >/dev
/null
; then
26923 if test -s conftest.err
; then
26924 ac_cpp_err
=$ac_c_preproc_warn_flag
26925 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26932 if test -z "$ac_cpp_err"; then
26933 ac_header_preproc
=yes
26935 echo "$as_me: failed program was:" >&5
26936 sed 's/^/| /' conftest.
$ac_ext >&5
26938 ac_header_preproc
=no
26940 rm -f conftest.err conftest.
$ac_ext
26941 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26942 echo "${ECHO_T}$ac_header_preproc" >&6
26944 # So? What about this header?
26945 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26947 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26948 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26949 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26950 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26951 ac_header_preproc
=yes
26954 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26955 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26956 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26957 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26958 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26959 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26960 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26961 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26962 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26963 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26964 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26965 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26968 ## ----------------------------------------- ##
26969 ## Report this to wx-dev@lists.wxwidgets.org ##
26970 ## ----------------------------------------- ##
26973 sed "s/^/$as_me: WARNING: /" >&2
26976 echo "$as_me:$LINENO: checking for $ac_header" >&5
26977 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26978 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26979 echo $ECHO_N "(cached) $ECHO_C" >&6
26981 eval "$as_ac_Header=\$ac_header_preproc"
26983 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26984 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26987 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26988 cat >>confdefs.h
<<_ACEOF
26989 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26995 { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5
26996 echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;}
27007 if test "$wxUSE_OPENGL" = "yes"; then
27008 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
27009 OPENGL_LIBS
="-framework OpenGL -framework AGL"
27010 elif test "$wxUSE_MSW" = 1; then
27011 OPENGL_LIBS
="-lopengl32 -lglu32"
27016 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
27018 if test -f "$ac_dir/GL/gl.h"; then
27019 ac_find_includes
=$ac_dir
27024 if test "$ac_find_includes" != "" ; then
27025 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
27026 echo "${ECHO_T}found in $ac_find_includes" >&6
27028 if test "x$ac_find_includes" = "x/usr/include"; then
27029 ac_path_to_include
=""
27031 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
27033 if test $result = 0; then
27034 ac_path_to_include
=""
27036 ac_path_to_include
=" -I$ac_find_includes"
27040 CPPFLAGS
="$CPPFLAGS$ac_path_to_include"
27043 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27044 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27045 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27046 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27047 echo $ECHO_N "(cached) $ECHO_C" >&6
27049 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27050 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27052 # Is the header compilable?
27053 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
27054 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
27055 cat >conftest.
$ac_ext <<_ACEOF
27058 cat confdefs.h
>>conftest.
$ac_ext
27059 cat >>conftest.
$ac_ext <<_ACEOF
27060 /* end confdefs.h. */
27061 $ac_includes_default
27064 rm -f conftest.
$ac_objext
27065 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27066 (eval $ac_compile) 2>conftest.er1
27068 grep -v '^ *+' conftest.er1
>conftest.err
27070 cat conftest.err
>&5
27071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27072 (exit $ac_status); } &&
27073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27075 (eval $ac_try) 2>&5
27077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27078 (exit $ac_status); }; } &&
27079 { ac_try
='test -s conftest.$ac_objext'
27080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27081 (eval $ac_try) 2>&5
27083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27084 (exit $ac_status); }; }; then
27085 ac_header_compiler
=yes
27087 echo "$as_me: failed program was:" >&5
27088 sed 's/^/| /' conftest.
$ac_ext >&5
27090 ac_header_compiler
=no
27092 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27093 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27094 echo "${ECHO_T}$ac_header_compiler" >&6
27096 # Is the header present?
27097 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
27098 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
27099 cat >conftest.
$ac_ext <<_ACEOF
27102 cat confdefs.h
>>conftest.
$ac_ext
27103 cat >>conftest.
$ac_ext <<_ACEOF
27104 /* end confdefs.h. */
27107 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27108 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27110 grep -v '^ *+' conftest.er1
>conftest.err
27112 cat conftest.err
>&5
27113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27114 (exit $ac_status); } >/dev
/null
; then
27115 if test -s conftest.err
; then
27116 ac_cpp_err
=$ac_c_preproc_warn_flag
27117 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
27124 if test -z "$ac_cpp_err"; then
27125 ac_header_preproc
=yes
27127 echo "$as_me: failed program was:" >&5
27128 sed 's/^/| /' conftest.
$ac_ext >&5
27130 ac_header_preproc
=no
27132 rm -f conftest.err conftest.
$ac_ext
27133 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27134 echo "${ECHO_T}$ac_header_preproc" >&6
27136 # So? What about this header?
27137 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27139 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
27140 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27141 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
27142 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
27143 ac_header_preproc
=yes
27146 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
27147 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
27148 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
27149 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
27150 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
27151 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
27152 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
27153 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
27154 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
27155 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
27156 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
27157 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
27160 ## ----------------------------------------- ##
27161 ## Report this to wx-dev@lists.wxwidgets.org ##
27162 ## ----------------------------------------- ##
27165 sed "s/^/$as_me: WARNING: /" >&2
27168 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
27169 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
27170 if test "${ac_cv_header_GL_gl_h+set}" = set; then
27171 echo $ECHO_N "(cached) $ECHO_C" >&6
27173 ac_cv_header_GL_gl_h
=$ac_header_preproc
27175 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
27176 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
27179 if test $ac_cv_header_GL_gl_h = yes; then
27183 echo "$as_me:$LINENO: checking for -lGL" >&5
27184 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
27187 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27189 for ac_extension
in a so sl dylib
; do
27190 if test -f "$ac_dir/libGL.$ac_extension"; then
27191 ac_find_libraries
=$ac_dir
27197 if test "$ac_find_libraries" != "" ; then
27199 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27201 if test $result = 0; then
27204 ac_path_to_link
=" -L$ac_find_libraries"
27207 if test "$ac_path_to_link" != " -L/usr/lib" ; then
27208 LDFLAGS_GL
="$ac_path_to_link"
27213 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27215 for ac_extension
in a so sl dylib
; do
27216 if test -f "$ac_dir/libGLU.$ac_extension"; then
27217 ac_find_libraries
=$ac_dir
27223 if test "$ac_find_libraries" != "" ; then
27225 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27227 if test $result = 0; then
27230 ac_path_to_link
=" -L$ac_find_libraries"
27233 if test "$ac_path_to_link" != " -L/usr/lib" -a \
27234 "$ac_path_to_link" != "$LDFLAGS_GL"; then
27235 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
27239 OPENGL_LIBS
="-lGL -lGLU"
27240 echo "$as_me:$LINENO: result: yes" >&5
27241 echo "${ECHO_T}yes" >&6
27245 if test "$found_gl" != 1; then
27246 echo "$as_me:$LINENO: result: no" >&5
27247 echo "${ECHO_T}no" >&6
27248 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
27249 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
27252 for ac_dir
in $SEARCH_LIB /usr
/lib
;
27254 for ac_extension
in a so sl dylib
; do
27255 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
27256 ac_find_libraries
=$ac_dir
27262 if test "$ac_find_libraries" != "" ; then
27264 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
27266 if test $result = 0; then
27269 ac_path_to_link
=" -L$ac_find_libraries"
27272 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
27273 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
27274 echo "$as_me:$LINENO: result: yes" >&5
27275 echo "${ECHO_T}yes" >&6
27277 echo "$as_me:$LINENO: result: no" >&5
27278 echo "${ECHO_T}no" >&6
27286 if test "x$OPENGL_LIBS" = "x"; then
27287 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
27288 echo "$as_me: error: OpenGL libraries not available" >&2;}
27289 { (exit 1); exit 1; }; }
27293 if test "$wxUSE_OPENGL" = "yes"; then
27295 cat >>confdefs.h
<<\_ACEOF
27296 #define wxUSE_OPENGL 1
27299 cat >>confdefs.h
<<\_ACEOF
27300 #define wxUSE_GLCANVAS 1
27303 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
27307 if test -z "$TOOLKIT_VPATH" ; then
27308 TOOLKIT_VPATH
="\${top_srcdir}/src/${TOOLKIT_DIR}"
27311 if test -n "$TOOLKIT" ; then
27312 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
27316 lib_unicode_suffix
=
27317 wxconfig_filename_unicode
="ansi"
27318 if test "$wxUSE_UNICODE" = "yes"; then
27319 lib_unicode_suffix
=u
27320 wxconfig_filename_unicode
="unicode"
27325 wxconfig_filename_debug
="release"
27327 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
27329 wxconfig_filename_debug
="debug"
27334 if test "$wxUSE_DEBUG_INFO" = "yes"; then
27338 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
27340 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
27341 TOOLCHAIN_NAME_GL
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
27343 WXCONFIG_DATA_FILE
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${wxconfig_filename_unicode}-${wxconfig_filename_debug}-${WX_RELEASE}"
27345 if test "$cross_compiling" = "yes"; then
27346 TOOLCHAIN_NAME
="${TOOLCHAIN_NAME}-${host_alias}"
27347 TOOLCHAIN_NAME_GL
="${TOOLCHAIN_NAME_GL}-${host_alias}"
27348 WXCONFIG_DATA_FILE
="${WXCONFIG_DATA_FILE}-${host_alias}"
27349 HOST_SUFFIX
="-${host_alias}"
27352 WX_LIBRARY
="wx_${TOOLCHAIN_NAME}"
27353 WX_LIBRARY_GL
="wx_${TOOLCHAIN_NAME_GL}"
27354 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
27355 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
27357 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
27358 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
27360 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
27361 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
27362 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
27363 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27366 *-*-cygwin* | *-*-mingw32* )
27367 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${SO_SUFFIX}"
27368 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27373 WX_LIBRARY_NAME_SHARED
="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
27374 WX_LIBRARY_NAME_SHARED_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
27376 WX_LIBRARY_LINK1
="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
27377 WX_LIBRARY_LINK2
="lib${WX_LIBRARY}.${SO_SUFFIX}"
27378 WX_LIBRARY_LINK1_GL
="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
27379 WX_LIBRARY_LINK2_GL
="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
27381 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
27382 WX_RESOURCES_MACOSX_ASCII
="lib${WX_LIBRARY}.${WX_CURRENT}.r"
27383 WX_RESOURCES_MACOSX_DATA
="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
27388 WX_LIBRARY_NAME_STATIC
="lib${WX_LIBRARY}.a"
27389 WX_LIBRARY_NAME_STATIC_GL
="lib${WX_LIBRARY_GL}.a"
27391 WXCONFIG_LIBS
="-l${WX_LIBRARY}"
27392 WXCONFIG_LIBS_STATIC
="lib${WX_LIBRARY}.a"
27394 if test "$wxUSE_OPENGL" = "yes"; then
27395 WXCONFIG_LIBS_GL
="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
27396 WXCONFIG_LIBS_STATIC_GL
="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
27401 if test "$wxUSE_SHARED" = "yes"; then
27405 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
27406 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
27412 if test "$wxUSE_SHARED" = "yes"; then
27416 found_versioning
=no
27419 if test $found_versioning = no
; then
27420 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
27421 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
27422 if test "${wx_cv_version_script+set}" = set; then
27423 echo $ECHO_N "(cached) $ECHO_C" >&6
27426 echo "VER_1 { *; };" >conftest.sym
27427 echo "int main() { return 0; }" >conftest.cpp
27430 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
27431 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
27432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27433 (eval $ac_try) 2>&5
27435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27436 (exit $ac_status); }; } ; then
27437 if test -s conftest.stderr
; then
27438 wx_cv_version_script
=no
27440 wx_cv_version_script
=yes
27443 wx_cv_version_script
=no
27445 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
27448 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
27449 echo "${ECHO_T}$wx_cv_version_script" >&6
27450 if test $wx_cv_version_script = yes ; then
27451 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
27457 *-*-linux* | *-*-gnu* )
27458 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27462 if test "$GCC" = yes ; then
27463 CPPFLAGS
="$CPPFLAGS -isystem /usr/openwin/include"
27465 saveLdflags
="$LDFLAGS"
27466 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
27467 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
27468 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
27469 cat >conftest.
$ac_ext <<_ACEOF
27472 cat confdefs.h
>>conftest.
$ac_ext
27473 cat >>conftest.
$ac_ext <<_ACEOF
27474 /* end confdefs.h. */
27484 rm -f conftest.
$ac_objext conftest
$ac_exeext
27485 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27486 (eval $ac_link) 2>conftest.er1
27488 grep -v '^ *+' conftest.er1
>conftest.err
27490 cat conftest.err
>&5
27491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27492 (exit $ac_status); } &&
27493 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27495 (eval $ac_try) 2>&5
27497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27498 (exit $ac_status); }; } &&
27499 { ac_try
='test -s conftest$ac_exeext'
27500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27501 (eval $ac_try) 2>&5
27503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27504 (exit $ac_status); }; }; then
27506 echo "$as_me:$LINENO: result: yes" >&5
27507 echo "${ECHO_T}yes" >&6
27508 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
27511 echo "$as_me: failed program was:" >&5
27512 sed 's/^/| /' conftest.
$ac_ext >&5
27515 echo "$as_me:$LINENO: result: no" >&5
27516 echo "${ECHO_T}no" >&6
27517 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
27518 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
27519 LDFLAGS
="$saveLdflags -Wl,-R,/"
27520 cat >conftest.
$ac_ext <<_ACEOF
27523 cat confdefs.h
>>conftest.
$ac_ext
27524 cat >>conftest.
$ac_ext <<_ACEOF
27525 /* end confdefs.h. */
27535 rm -f conftest.
$ac_objext conftest
$ac_exeext
27536 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27537 (eval $ac_link) 2>conftest.er1
27539 grep -v '^ *+' conftest.er1
>conftest.err
27541 cat conftest.err
>&5
27542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27543 (exit $ac_status); } &&
27544 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27546 (eval $ac_try) 2>&5
27548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27549 (exit $ac_status); }; } &&
27550 { ac_try
='test -s conftest$ac_exeext'
27551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27552 (eval $ac_try) 2>&5
27554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27555 (exit $ac_status); }; }; then
27557 echo "$as_me:$LINENO: result: yes" >&5
27558 echo "${ECHO_T}yes" >&6
27559 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
27561 echo "$as_me: failed program was:" >&5
27562 sed 's/^/| /' conftest.
$ac_ext >&5
27565 echo "$as_me:$LINENO: result: no" >&5
27566 echo "${ECHO_T}no" >&6
27569 rm -f conftest.err conftest.
$ac_objext \
27570 conftest
$ac_exeext conftest.
$ac_ext
27573 rm -f conftest.err conftest.
$ac_objext \
27574 conftest
$ac_exeext conftest.
$ac_ext
27575 LDFLAGS
="$saveLdflags"
27577 SHARED_LD
="${CXX} -G -o"
27579 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
27583 powerpc
-*-darwin* )
27584 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
27585 cat <<EOF >change-install-names
27587 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
27588 inst_cmd="install_name_tool "
27589 for i in \${libnames} ; do
27590 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
27594 chmod +x change
-install-names
27597 *-*-cygwin* | *-*-mingw32* )
27598 TOOLCHAIN_DLL_DEFS
="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1"
27603 if test "x$WX_TARGET_LIBRARY" = "x"; then
27604 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_SHARED}"
27605 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_SHARED_GL}"
27608 WX_TARGET_LIBRARY_TYPE
="so"
27609 INSTALL_LIBRARY
='$(INSTALL_PROGRAM)'
27612 if test "$wxUSE_SHARED" = "no"; then
27614 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
27615 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
27618 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
27619 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall"
27622 if test "$wxUSE_OPENGL" = "yes"; then
27623 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_gl"
27624 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
27626 WX_ALL
="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
27629 WX_TARGET_LIBRARY
="${WX_LIBRARY_NAME_STATIC}"
27630 WX_TARGET_LIBRARY_GL
="${WX_LIBRARY_NAME_STATIC_GL}"
27632 WX_TARGET_LIBRARY_TYPE
="a"
27633 INSTALL_LIBRARY
='$(INSTALL_DATA)'
27640 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
27641 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
27642 WX_ALL
="${WX_ALL} ${LIBWXMACRES}"
27643 WX_ALL_INSTALLED
="${WX_ALL_INSTALLED} preinstall_res"
27645 # Extract the first word of "Rez", so it can be a program name with args.
27646 set dummy Rez
; ac_word
=$2
27647 echo "$as_me:$LINENO: checking for $ac_word" >&5
27648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27649 if test "${ac_cv_prog_RESCOMP+set}" = set; then
27650 echo $ECHO_N "(cached) $ECHO_C" >&6
27652 if test -n "$RESCOMP"; then
27653 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
27655 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27656 for as_dir
in $PATH
27659 test -z "$as_dir" && as_dir
=.
27660 for ac_exec_ext
in '' $ac_executable_extensions; do
27661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27662 ac_cv_prog_RESCOMP
="Rez"
27663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27669 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
27672 RESCOMP
=$ac_cv_prog_RESCOMP
27673 if test -n "$RESCOMP"; then
27674 echo "$as_me:$LINENO: result: $RESCOMP" >&5
27675 echo "${ECHO_T}$RESCOMP" >&6
27677 echo "$as_me:$LINENO: result: no" >&5
27678 echo "${ECHO_T}no" >&6
27681 # Extract the first word of "DeRez", so it can be a program name with args.
27682 set dummy DeRez
; ac_word
=$2
27683 echo "$as_me:$LINENO: checking for $ac_word" >&5
27684 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27685 if test "${ac_cv_prog_DEREZ+set}" = set; then
27686 echo $ECHO_N "(cached) $ECHO_C" >&6
27688 if test -n "$DEREZ"; then
27689 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
27691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27692 for as_dir
in $PATH
27695 test -z "$as_dir" && as_dir
=.
27696 for ac_exec_ext
in '' $ac_executable_extensions; do
27697 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27698 ac_cv_prog_DEREZ
="DeRez"
27699 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27705 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
27708 DEREZ
=$ac_cv_prog_DEREZ
27709 if test -n "$DEREZ"; then
27710 echo "$as_me:$LINENO: result: $DEREZ" >&5
27711 echo "${ECHO_T}$DEREZ" >&6
27713 echo "$as_me:$LINENO: result: no" >&5
27714 echo "${ECHO_T}no" >&6
27717 # Extract the first word of "SetFile", so it can be a program name with args.
27718 set dummy SetFile
; ac_word
=$2
27719 echo "$as_me:$LINENO: checking for $ac_word" >&5
27720 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27721 if test "${ac_cv_prog_SETFILE+set}" = set; then
27722 echo $ECHO_N "(cached) $ECHO_C" >&6
27724 if test -n "$SETFILE"; then
27725 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
27727 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27728 for as_dir
in $PATH
27731 test -z "$as_dir" && as_dir
=.
27732 for ac_exec_ext
in '' $ac_executable_extensions; do
27733 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27734 ac_cv_prog_SETFILE
="SetFile"
27735 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27741 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
27744 SETFILE
=$ac_cv_prog_SETFILE
27745 if test -n "$SETFILE"; then
27746 echo "$as_me:$LINENO: result: $SETFILE" >&5
27747 echo "${ECHO_T}$SETFILE" >&6
27749 echo "$as_me:$LINENO: result: no" >&5
27750 echo "${ECHO_T}no" >&6
27754 MACSETFILE
="\$(SETFILE)"
27756 if test "$wxUSE_MAC" = 1; then
27757 MACRESCOMP
="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
27759 MACRESWXCONFIG
="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
27761 MACRESCOMP
="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
27762 MACRESWXCONFIG
="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
27768 if test "$wxUSE_PM" = 1; then
27769 MACRESCOMP
="emxbind -ep"
27777 echo "$as_me:$LINENO: checking for mode_t" >&5
27778 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
27779 if test "${ac_cv_type_mode_t+set}" = set; then
27780 echo $ECHO_N "(cached) $ECHO_C" >&6
27782 cat >conftest.
$ac_ext <<_ACEOF
27785 cat confdefs.h
>>conftest.
$ac_ext
27786 cat >>conftest.
$ac_ext <<_ACEOF
27787 /* end confdefs.h. */
27788 $ac_includes_default
27794 if (sizeof (mode_t))
27800 rm -f conftest.
$ac_objext
27801 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27802 (eval $ac_compile) 2>conftest.er1
27804 grep -v '^ *+' conftest.er1
>conftest.err
27806 cat conftest.err
>&5
27807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27808 (exit $ac_status); } &&
27809 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27811 (eval $ac_try) 2>&5
27813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27814 (exit $ac_status); }; } &&
27815 { ac_try
='test -s conftest.$ac_objext'
27816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27817 (eval $ac_try) 2>&5
27819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27820 (exit $ac_status); }; }; then
27821 ac_cv_type_mode_t
=yes
27823 echo "$as_me: failed program was:" >&5
27824 sed 's/^/| /' conftest.
$ac_ext >&5
27826 ac_cv_type_mode_t
=no
27828 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27830 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
27831 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
27832 if test $ac_cv_type_mode_t = yes; then
27836 cat >>confdefs.h
<<_ACEOF
27842 echo "$as_me:$LINENO: checking for off_t" >&5
27843 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
27844 if test "${ac_cv_type_off_t+set}" = set; then
27845 echo $ECHO_N "(cached) $ECHO_C" >&6
27847 cat >conftest.
$ac_ext <<_ACEOF
27850 cat confdefs.h
>>conftest.
$ac_ext
27851 cat >>conftest.
$ac_ext <<_ACEOF
27852 /* end confdefs.h. */
27853 $ac_includes_default
27859 if (sizeof (off_t))
27865 rm -f conftest.
$ac_objext
27866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27867 (eval $ac_compile) 2>conftest.er1
27869 grep -v '^ *+' conftest.er1
>conftest.err
27871 cat conftest.err
>&5
27872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27873 (exit $ac_status); } &&
27874 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27876 (eval $ac_try) 2>&5
27878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27879 (exit $ac_status); }; } &&
27880 { ac_try
='test -s conftest.$ac_objext'
27881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27882 (eval $ac_try) 2>&5
27884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27885 (exit $ac_status); }; }; then
27886 ac_cv_type_off_t
=yes
27888 echo "$as_me: failed program was:" >&5
27889 sed 's/^/| /' conftest.
$ac_ext >&5
27891 ac_cv_type_off_t
=no
27893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27895 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
27896 echo "${ECHO_T}$ac_cv_type_off_t" >&6
27897 if test $ac_cv_type_off_t = yes; then
27901 cat >>confdefs.h
<<_ACEOF
27907 echo "$as_me:$LINENO: checking for pid_t" >&5
27908 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
27909 if test "${ac_cv_type_pid_t+set}" = set; then
27910 echo $ECHO_N "(cached) $ECHO_C" >&6
27912 cat >conftest.
$ac_ext <<_ACEOF
27915 cat confdefs.h
>>conftest.
$ac_ext
27916 cat >>conftest.
$ac_ext <<_ACEOF
27917 /* end confdefs.h. */
27918 $ac_includes_default
27924 if (sizeof (pid_t))
27930 rm -f conftest.
$ac_objext
27931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27932 (eval $ac_compile) 2>conftest.er1
27934 grep -v '^ *+' conftest.er1
>conftest.err
27936 cat conftest.err
>&5
27937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27938 (exit $ac_status); } &&
27939 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27941 (eval $ac_try) 2>&5
27943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27944 (exit $ac_status); }; } &&
27945 { ac_try
='test -s conftest.$ac_objext'
27946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27947 (eval $ac_try) 2>&5
27949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27950 (exit $ac_status); }; }; then
27951 ac_cv_type_pid_t
=yes
27953 echo "$as_me: failed program was:" >&5
27954 sed 's/^/| /' conftest.
$ac_ext >&5
27956 ac_cv_type_pid_t
=no
27958 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27960 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
27961 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
27962 if test $ac_cv_type_pid_t = yes; then
27966 cat >>confdefs.h
<<_ACEOF
27972 echo "$as_me:$LINENO: checking for size_t" >&5
27973 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
27974 if test "${ac_cv_type_size_t+set}" = set; then
27975 echo $ECHO_N "(cached) $ECHO_C" >&6
27977 cat >conftest.
$ac_ext <<_ACEOF
27980 cat confdefs.h
>>conftest.
$ac_ext
27981 cat >>conftest.
$ac_ext <<_ACEOF
27982 /* end confdefs.h. */
27983 $ac_includes_default
27989 if (sizeof (size_t))
27995 rm -f conftest.
$ac_objext
27996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27997 (eval $ac_compile) 2>conftest.er1
27999 grep -v '^ *+' conftest.er1
>conftest.err
28001 cat conftest.err
>&5
28002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28003 (exit $ac_status); } &&
28004 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28006 (eval $ac_try) 2>&5
28008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28009 (exit $ac_status); }; } &&
28010 { ac_try
='test -s conftest.$ac_objext'
28011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28012 (eval $ac_try) 2>&5
28014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28015 (exit $ac_status); }; }; then
28016 ac_cv_type_size_t
=yes
28018 echo "$as_me: failed program was:" >&5
28019 sed 's/^/| /' conftest.
$ac_ext >&5
28021 ac_cv_type_size_t
=no
28023 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28025 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
28026 echo "${ECHO_T}$ac_cv_type_size_t" >&6
28027 if test $ac_cv_type_size_t = yes; then
28031 cat >>confdefs.h
<<_ACEOF
28032 #define size_t unsigned
28037 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
28038 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
28039 if test "${ac_cv_type_uid_t+set}" = set; then
28040 echo $ECHO_N "(cached) $ECHO_C" >&6
28042 cat >conftest.
$ac_ext <<_ACEOF
28045 cat confdefs.h
>>conftest.
$ac_ext
28046 cat >>conftest.
$ac_ext <<_ACEOF
28047 /* end confdefs.h. */
28048 #include <sys/types.h>
28051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
28052 $EGREP "uid_t" >/dev
/null
2>&1; then
28053 ac_cv_type_uid_t
=yes
28055 ac_cv_type_uid_t
=no
28060 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
28061 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
28062 if test $ac_cv_type_uid_t = no
; then
28064 cat >>confdefs.h
<<\_ACEOF
28069 cat >>confdefs.h
<<\_ACEOF
28079 ac_cpp
='$CXXCPP $CPPFLAGS'
28080 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28081 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28082 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28084 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
28085 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
28086 if test "${wx_cv_size_t_is_uint+set}" = set; then
28087 echo $ECHO_N "(cached) $ECHO_C" >&6
28090 cat >conftest.
$ac_ext <<_ACEOF
28093 cat confdefs.h
>>conftest.
$ac_ext
28094 cat >>conftest.
$ac_ext <<_ACEOF
28095 /* end confdefs.h. */
28096 #include <stddef.h>
28103 struct Foo { void foo(size_t); void foo(unsigned int); };
28111 rm -f conftest.
$ac_objext
28112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28113 (eval $ac_compile) 2>conftest.er1
28115 grep -v '^ *+' conftest.er1
>conftest.err
28117 cat conftest.err
>&5
28118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28119 (exit $ac_status); } &&
28120 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28122 (eval $ac_try) 2>&5
28124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28125 (exit $ac_status); }; } &&
28126 { ac_try
='test -s conftest.$ac_objext'
28127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28128 (eval $ac_try) 2>&5
28130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28131 (exit $ac_status); }; }; then
28132 wx_cv_size_t_is_uint
=no
28134 echo "$as_me: failed program was:" >&5
28135 sed 's/^/| /' conftest.
$ac_ext >&5
28137 wx_cv_size_t_is_uint
=yes
28140 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28144 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
28145 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
28147 if test "$wx_cv_size_t_is_uint" = "yes"; then
28148 cat >>confdefs.h
<<\_ACEOF
28149 #define wxSIZE_T_IS_UINT 1
28153 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
28154 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
28155 if test "${wx_cv_size_t_is_ulong+set}" = set; then
28156 echo $ECHO_N "(cached) $ECHO_C" >&6
28158 cat >conftest.
$ac_ext <<_ACEOF
28161 cat confdefs.h
>>conftest.
$ac_ext
28162 cat >>conftest.
$ac_ext <<_ACEOF
28163 /* end confdefs.h. */
28164 #include <stddef.h>
28171 struct Foo { void foo(size_t); void foo(unsigned long); };
28179 rm -f conftest.
$ac_objext
28180 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28181 (eval $ac_compile) 2>conftest.er1
28183 grep -v '^ *+' conftest.er1
>conftest.err
28185 cat conftest.err
>&5
28186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28187 (exit $ac_status); } &&
28188 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28190 (eval $ac_try) 2>&5
28192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28193 (exit $ac_status); }; } &&
28194 { ac_try
='test -s conftest.$ac_objext'
28195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28196 (eval $ac_try) 2>&5
28198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28199 (exit $ac_status); }; }; then
28200 wx_cv_size_t_is_ulong
=no
28202 echo "$as_me: failed program was:" >&5
28203 sed 's/^/| /' conftest.
$ac_ext >&5
28205 wx_cv_size_t_is_ulong
=yes
28208 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28211 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
28212 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
28214 if test "$wx_cv_size_t_is_ulong" = "yes"; then
28215 cat >>confdefs.h
<<\_ACEOF
28216 #define wxSIZE_T_IS_ULONG 1
28223 ac_cpp
='$CPP $CPPFLAGS'
28224 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28225 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28226 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28230 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
28231 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
28232 if test "${wx_cv_struct_pw_gecos+set}" = set; then
28233 echo $ECHO_N "(cached) $ECHO_C" >&6
28236 cat >conftest.
$ac_ext <<_ACEOF
28239 cat confdefs.h
>>conftest.
$ac_ext
28240 cat >>conftest.
$ac_ext <<_ACEOF
28241 /* end confdefs.h. */
28255 rm -f conftest.
$ac_objext
28256 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28257 (eval $ac_compile) 2>conftest.er1
28259 grep -v '^ *+' conftest.er1
>conftest.err
28261 cat conftest.err
>&5
28262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28263 (exit $ac_status); } &&
28264 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28266 (eval $ac_try) 2>&5
28268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28269 (exit $ac_status); }; } &&
28270 { ac_try
='test -s conftest.$ac_objext'
28271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28272 (eval $ac_try) 2>&5
28274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28275 (exit $ac_status); }; }; then
28277 wx_cv_struct_pw_gecos
=yes
28280 echo "$as_me: failed program was:" >&5
28281 sed 's/^/| /' conftest.
$ac_ext >&5
28284 wx_cv_struct_pw_gecos
=no
28288 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28292 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
28293 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
28295 if test "$wx_cv_struct_pw_gecos" = "yes"; then
28296 cat >>confdefs.h
<<\_ACEOF
28297 #define HAVE_PW_GECOS 1
28303 if test "$wx_cv_sizeof_wchar_t" != "0"; then
28304 cat >>confdefs.h
<<\_ACEOF
28305 #define wxUSE_WCHAR_T 1
28312 for ac_func
in wcslen
28314 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28315 echo "$as_me:$LINENO: checking for $ac_func" >&5
28316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28317 if eval "test \"\${$as_ac_var+set}\" = set"; then
28318 echo $ECHO_N "(cached) $ECHO_C" >&6
28320 cat >conftest.
$ac_ext <<_ACEOF
28323 cat confdefs.h
>>conftest.
$ac_ext
28324 cat >>conftest.
$ac_ext <<_ACEOF
28325 /* end confdefs.h. */
28326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28328 #define $ac_func innocuous_$ac_func
28330 /* System header to define __stub macros and hopefully few prototypes,
28331 which can conflict with char $ac_func (); below.
28332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28333 <limits.h> exists even on freestanding compilers. */
28336 # include <limits.h>
28338 # include <assert.h>
28343 /* Override any gcc2 internal prototype to avoid an error. */
28348 /* We use char because int might match the return type of a gcc2
28349 builtin and then its argument prototype would still apply. */
28351 /* The GNU C library defines this for functions which it implements
28352 to always fail with ENOSYS. Some functions are actually named
28353 something starting with __ and the normal name is an alias. */
28354 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28357 char (*f) () = $ac_func;
28366 return f != $ac_func;
28371 rm -f conftest.
$ac_objext conftest
$ac_exeext
28372 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28373 (eval $ac_link) 2>conftest.er1
28375 grep -v '^ *+' conftest.er1
>conftest.err
28377 cat conftest.err
>&5
28378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28379 (exit $ac_status); } &&
28380 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28382 (eval $ac_try) 2>&5
28384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28385 (exit $ac_status); }; } &&
28386 { ac_try
='test -s conftest$ac_exeext'
28387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28388 (eval $ac_try) 2>&5
28390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28391 (exit $ac_status); }; }; then
28392 eval "$as_ac_var=yes"
28394 echo "$as_me: failed program was:" >&5
28395 sed 's/^/| /' conftest.
$ac_ext >&5
28397 eval "$as_ac_var=no"
28399 rm -f conftest.err conftest.
$ac_objext \
28400 conftest
$ac_exeext conftest.
$ac_ext
28402 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28403 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28404 if test `eval echo '${'$as_ac_var'}'` = yes; then
28405 cat >>confdefs.h
<<_ACEOF
28406 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28413 if test "$WCSLEN_FOUND" = 0; then
28414 if test "$TOOLKIT" = "MSW"; then
28415 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
28416 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
28417 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
28418 echo $ECHO_N "(cached) $ECHO_C" >&6
28420 ac_check_lib_save_LIBS
=$LIBS
28421 LIBS
="-lmsvcrt $LIBS"
28422 cat >conftest.
$ac_ext <<_ACEOF
28425 cat confdefs.h
>>conftest.
$ac_ext
28426 cat >>conftest.
$ac_ext <<_ACEOF
28427 /* end confdefs.h. */
28429 /* Override any gcc2 internal prototype to avoid an error. */
28433 /* We use char because int might match the return type of a gcc2
28434 builtin and then its argument prototype would still apply. */
28444 rm -f conftest.
$ac_objext conftest
$ac_exeext
28445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28446 (eval $ac_link) 2>conftest.er1
28448 grep -v '^ *+' conftest.er1
>conftest.err
28450 cat conftest.err
>&5
28451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28452 (exit $ac_status); } &&
28453 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28455 (eval $ac_try) 2>&5
28457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28458 (exit $ac_status); }; } &&
28459 { ac_try
='test -s conftest$ac_exeext'
28460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28461 (eval $ac_try) 2>&5
28463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28464 (exit $ac_status); }; }; then
28465 ac_cv_lib_msvcrt_wcslen
=yes
28467 echo "$as_me: failed program was:" >&5
28468 sed 's/^/| /' conftest.
$ac_ext >&5
28470 ac_cv_lib_msvcrt_wcslen
=no
28472 rm -f conftest.err conftest.
$ac_objext \
28473 conftest
$ac_exeext conftest.
$ac_ext
28474 LIBS
=$ac_check_lib_save_LIBS
28476 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
28477 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
28478 if test $ac_cv_lib_msvcrt_wcslen = yes; then
28483 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
28484 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
28485 if test "${ac_cv_lib_w_wcslen+set}" = set; then
28486 echo $ECHO_N "(cached) $ECHO_C" >&6
28488 ac_check_lib_save_LIBS
=$LIBS
28490 cat >conftest.
$ac_ext <<_ACEOF
28493 cat confdefs.h
>>conftest.
$ac_ext
28494 cat >>conftest.
$ac_ext <<_ACEOF
28495 /* end confdefs.h. */
28497 /* Override any gcc2 internal prototype to avoid an error. */
28501 /* We use char because int might match the return type of a gcc2
28502 builtin and then its argument prototype would still apply. */
28512 rm -f conftest.
$ac_objext conftest
$ac_exeext
28513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28514 (eval $ac_link) 2>conftest.er1
28516 grep -v '^ *+' conftest.er1
>conftest.err
28518 cat conftest.err
>&5
28519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28520 (exit $ac_status); } &&
28521 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28523 (eval $ac_try) 2>&5
28525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28526 (exit $ac_status); }; } &&
28527 { ac_try
='test -s conftest$ac_exeext'
28528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28529 (eval $ac_try) 2>&5
28531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28532 (exit $ac_status); }; }; then
28533 ac_cv_lib_w_wcslen
=yes
28535 echo "$as_me: failed program was:" >&5
28536 sed 's/^/| /' conftest.
$ac_ext >&5
28538 ac_cv_lib_w_wcslen
=no
28540 rm -f conftest.err conftest.
$ac_objext \
28541 conftest
$ac_exeext conftest.
$ac_ext
28542 LIBS
=$ac_check_lib_save_LIBS
28544 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
28545 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
28546 if test $ac_cv_lib_w_wcslen = yes; then
28556 if test "$WCSLEN_FOUND" = 1; then
28557 cat >>confdefs.h
<<\_ACEOF
28558 #define HAVE_WCSLEN 1
28563 if test "$USE_HPUX" = 1 -a "x$GCC" != "xyes"; then
28564 CPPFLAGS
="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE "
28568 for ac_func
in wcsrtombs
28570 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28571 echo "$as_me:$LINENO: checking for $ac_func" >&5
28572 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28573 if eval "test \"\${$as_ac_var+set}\" = set"; then
28574 echo $ECHO_N "(cached) $ECHO_C" >&6
28576 cat >conftest.
$ac_ext <<_ACEOF
28579 cat confdefs.h
>>conftest.
$ac_ext
28580 cat >>conftest.
$ac_ext <<_ACEOF
28581 /* end confdefs.h. */
28582 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28583 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28584 #define $ac_func innocuous_$ac_func
28586 /* System header to define __stub macros and hopefully few prototypes,
28587 which can conflict with char $ac_func (); below.
28588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28589 <limits.h> exists even on freestanding compilers. */
28592 # include <limits.h>
28594 # include <assert.h>
28599 /* Override any gcc2 internal prototype to avoid an error. */
28604 /* We use char because int might match the return type of a gcc2
28605 builtin and then its argument prototype would still apply. */
28607 /* The GNU C library defines this for functions which it implements
28608 to always fail with ENOSYS. Some functions are actually named
28609 something starting with __ and the normal name is an alias. */
28610 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28613 char (*f) () = $ac_func;
28622 return f != $ac_func;
28627 rm -f conftest.
$ac_objext conftest
$ac_exeext
28628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28629 (eval $ac_link) 2>conftest.er1
28631 grep -v '^ *+' conftest.er1
>conftest.err
28633 cat conftest.err
>&5
28634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28635 (exit $ac_status); } &&
28636 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28638 (eval $ac_try) 2>&5
28640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28641 (exit $ac_status); }; } &&
28642 { ac_try
='test -s conftest$ac_exeext'
28643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28644 (eval $ac_try) 2>&5
28646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28647 (exit $ac_status); }; }; then
28648 eval "$as_ac_var=yes"
28650 echo "$as_me: failed program was:" >&5
28651 sed 's/^/| /' conftest.
$ac_ext >&5
28653 eval "$as_ac_var=no"
28655 rm -f conftest.err conftest.
$ac_objext \
28656 conftest
$ac_exeext conftest.
$ac_ext
28658 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28659 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28660 if test `eval echo '${'$as_ac_var'}'` = yes; then
28661 cat >>confdefs.h
<<_ACEOF
28662 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28669 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
28670 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
28676 ac_cpp
='$CXXCPP $CPPFLAGS'
28677 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28678 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28679 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
28683 for ac_func
in vsnprintf
28685 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28686 echo "$as_me:$LINENO: checking for $ac_func" >&5
28687 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28688 if eval "test \"\${$as_ac_var+set}\" = set"; then
28689 echo $ECHO_N "(cached) $ECHO_C" >&6
28691 cat >conftest.
$ac_ext <<_ACEOF
28694 cat confdefs.h
>>conftest.
$ac_ext
28695 cat >>conftest.
$ac_ext <<_ACEOF
28696 /* end confdefs.h. */
28697 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28698 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28699 #define $ac_func innocuous_$ac_func
28701 /* System header to define __stub macros and hopefully few prototypes,
28702 which can conflict with char $ac_func (); below.
28703 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28704 <limits.h> exists even on freestanding compilers. */
28707 # include <limits.h>
28709 # include <assert.h>
28714 /* Override any gcc2 internal prototype to avoid an error. */
28719 /* We use char because int might match the return type of a gcc2
28720 builtin and then its argument prototype would still apply. */
28722 /* The GNU C library defines this for functions which it implements
28723 to always fail with ENOSYS. Some functions are actually named
28724 something starting with __ and the normal name is an alias. */
28725 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28728 char (*f) () = $ac_func;
28737 return f != $ac_func;
28742 rm -f conftest.
$ac_objext conftest
$ac_exeext
28743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28744 (eval $ac_link) 2>conftest.er1
28746 grep -v '^ *+' conftest.er1
>conftest.err
28748 cat conftest.err
>&5
28749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28750 (exit $ac_status); } &&
28751 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28753 (eval $ac_try) 2>&5
28755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28756 (exit $ac_status); }; } &&
28757 { ac_try
='test -s conftest$ac_exeext'
28758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28759 (eval $ac_try) 2>&5
28761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28762 (exit $ac_status); }; }; then
28763 eval "$as_ac_var=yes"
28765 echo "$as_me: failed program was:" >&5
28766 sed 's/^/| /' conftest.
$ac_ext >&5
28768 eval "$as_ac_var=no"
28770 rm -f conftest.err conftest.
$ac_objext \
28771 conftest
$ac_exeext conftest.
$ac_ext
28773 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28774 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28775 if test `eval echo '${'$as_ac_var'}'` = yes; then
28776 cat >>confdefs.h
<<_ACEOF
28777 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28784 if test "$ac_cv_func_vsnprintf" = "yes"; then
28785 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
28786 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
28787 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
28788 echo $ECHO_N "(cached) $ECHO_C" >&6
28791 cat >conftest.
$ac_ext <<_ACEOF
28794 cat confdefs.h
>>conftest.
$ac_ext
28795 cat >>conftest.
$ac_ext <<_ACEOF
28796 /* end confdefs.h. */
28799 #include <stdarg.h>
28807 vsnprintf(buf, 10u, "%s", ap);
28813 rm -f conftest.
$ac_objext
28814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28815 (eval $ac_compile) 2>conftest.er1
28817 grep -v '^ *+' conftest.er1
>conftest.err
28819 cat conftest.err
>&5
28820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28821 (exit $ac_status); } &&
28822 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28824 (eval $ac_try) 2>&5
28826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28827 (exit $ac_status); }; } &&
28828 { ac_try
='test -s conftest.$ac_objext'
28829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28830 (eval $ac_try) 2>&5
28832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28833 (exit $ac_status); }; }; then
28834 wx_cv_func_vsnprintf_decl
=yes
28836 echo "$as_me: failed program was:" >&5
28837 sed 's/^/| /' conftest.
$ac_ext >&5
28839 wx_cv_func_vsnprintf_decl
=no
28842 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28846 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
28847 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
28849 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
28850 cat >>confdefs.h
<<\_ACEOF
28851 #define HAVE_VSNPRINTF_DECL 1
28857 if test "$wxUSE_UNICODE" = yes; then
28864 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
28866 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28867 echo "$as_me:$LINENO: checking for $ac_func" >&5
28868 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28869 if eval "test \"\${$as_ac_var+set}\" = set"; then
28870 echo $ECHO_N "(cached) $ECHO_C" >&6
28872 cat >conftest.
$ac_ext <<_ACEOF
28875 cat confdefs.h
>>conftest.
$ac_ext
28876 cat >>conftest.
$ac_ext <<_ACEOF
28877 /* end confdefs.h. */
28878 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28880 #define $ac_func innocuous_$ac_func
28882 /* System header to define __stub macros and hopefully few prototypes,
28883 which can conflict with char $ac_func (); below.
28884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28885 <limits.h> exists even on freestanding compilers. */
28888 # include <limits.h>
28890 # include <assert.h>
28895 /* Override any gcc2 internal prototype to avoid an error. */
28900 /* We use char because int might match the return type of a gcc2
28901 builtin and then its argument prototype would still apply. */
28903 /* The GNU C library defines this for functions which it implements
28904 to always fail with ENOSYS. Some functions are actually named
28905 something starting with __ and the normal name is an alias. */
28906 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28909 char (*f) () = $ac_func;
28918 return f != $ac_func;
28923 rm -f conftest.
$ac_objext conftest
$ac_exeext
28924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28925 (eval $ac_link) 2>conftest.er1
28927 grep -v '^ *+' conftest.er1
>conftest.err
28929 cat conftest.err
>&5
28930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28931 (exit $ac_status); } &&
28932 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28934 (eval $ac_try) 2>&5
28936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28937 (exit $ac_status); }; } &&
28938 { ac_try
='test -s conftest$ac_exeext'
28939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28940 (eval $ac_try) 2>&5
28942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28943 (exit $ac_status); }; }; then
28944 eval "$as_ac_var=yes"
28946 echo "$as_me: failed program was:" >&5
28947 sed 's/^/| /' conftest.
$ac_ext >&5
28949 eval "$as_ac_var=no"
28951 rm -f conftest.err conftest.
$ac_objext \
28952 conftest
$ac_exeext conftest.
$ac_ext
28954 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28955 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28956 if test `eval echo '${'$as_ac_var'}'` = yes; then
28957 cat >>confdefs.h
<<_ACEOF
28958 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28965 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
28966 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
28967 cat >conftest.
$ac_ext <<_ACEOF
28970 cat confdefs.h
>>conftest.
$ac_ext
28971 cat >>conftest.
$ac_ext <<_ACEOF
28972 /* end confdefs.h. */
28982 rm -f conftest.
$ac_objext
28983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28984 (eval $ac_compile) 2>conftest.er1
28986 grep -v '^ *+' conftest.er1
>conftest.err
28988 cat conftest.err
>&5
28989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28990 (exit $ac_status); } &&
28991 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
28992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28993 (eval $ac_try) 2>&5
28995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28996 (exit $ac_status); }; } &&
28997 { ac_try
='test -s conftest.$ac_objext'
28998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28999 (eval $ac_try) 2>&5
29001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29002 (exit $ac_status); }; }; then
29003 echo "$as_me:$LINENO: result: yes" >&5
29004 echo "${ECHO_T}yes" >&6
29005 cat >>confdefs.h
<<\_ACEOF
29006 #define HAVE__VSNWPRINTF 1
29010 echo "$as_me: failed program was:" >&5
29011 sed 's/^/| /' conftest.
$ac_ext >&5
29013 echo "$as_me:$LINENO: result: no" >&5
29014 echo "${ECHO_T}no" >&6
29016 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
29020 ac_cpp
='$CPP $CPPFLAGS'
29021 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29022 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29023 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29028 if test "$TOOLKIT" != "MSW"; then
29034 ac_cpp
='$CXXCPP $CPPFLAGS'
29035 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29036 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29037 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29042 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
29043 if test "${with_libiconv_prefix+set}" = set; then
29044 withval
="$with_libiconv_prefix"
29046 for dir
in `echo "$withval" | tr : ' '`; do
29047 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
29048 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
29053 echo "$as_me:$LINENO: checking for iconv" >&5
29054 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
29055 if test "${am_cv_func_iconv+set}" = set; then
29056 echo $ECHO_N "(cached) $ECHO_C" >&6
29059 am_cv_func_iconv
="no, consider installing GNU libiconv"
29061 cat >conftest.
$ac_ext <<_ACEOF
29064 cat confdefs.h
>>conftest.
$ac_ext
29065 cat >>conftest.
$ac_ext <<_ACEOF
29066 /* end confdefs.h. */
29067 #include <stdlib.h>
29072 iconv_t cd = iconv_open("","");
29073 iconv(cd,NULL,NULL,NULL,NULL);
29079 rm -f conftest.
$ac_objext conftest
$ac_exeext
29080 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29081 (eval $ac_link) 2>conftest.er1
29083 grep -v '^ *+' conftest.er1
>conftest.err
29085 cat conftest.err
>&5
29086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29087 (exit $ac_status); } &&
29088 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29090 (eval $ac_try) 2>&5
29092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29093 (exit $ac_status); }; } &&
29094 { ac_try
='test -s conftest$ac_exeext'
29095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29096 (eval $ac_try) 2>&5
29098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29099 (exit $ac_status); }; }; then
29100 am_cv_func_iconv
=yes
29102 echo "$as_me: failed program was:" >&5
29103 sed 's/^/| /' conftest.
$ac_ext >&5
29106 rm -f conftest.err conftest.
$ac_objext \
29107 conftest
$ac_exeext conftest.
$ac_ext
29108 if test "$am_cv_func_iconv" != yes; then
29109 am_save_LIBS
="$LIBS"
29110 LIBS
="$LIBS -liconv"
29111 cat >conftest.
$ac_ext <<_ACEOF
29114 cat confdefs.h
>>conftest.
$ac_ext
29115 cat >>conftest.
$ac_ext <<_ACEOF
29116 /* end confdefs.h. */
29117 #include <stdlib.h>
29122 iconv_t cd = iconv_open("","");
29123 iconv(cd,NULL,NULL,NULL,NULL);
29129 rm -f conftest.
$ac_objext conftest
$ac_exeext
29130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29131 (eval $ac_link) 2>conftest.er1
29133 grep -v '^ *+' conftest.er1
>conftest.err
29135 cat conftest.err
>&5
29136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29137 (exit $ac_status); } &&
29138 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29140 (eval $ac_try) 2>&5
29142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29143 (exit $ac_status); }; } &&
29144 { ac_try
='test -s conftest$ac_exeext'
29145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29146 (eval $ac_try) 2>&5
29148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29149 (exit $ac_status); }; }; then
29150 am_cv_lib_iconv
=yes
29151 am_cv_func_iconv
=yes
29153 echo "$as_me: failed program was:" >&5
29154 sed 's/^/| /' conftest.
$ac_ext >&5
29157 rm -f conftest.err conftest.
$ac_objext \
29158 conftest
$ac_exeext conftest.
$ac_ext
29159 LIBS
="$am_save_LIBS"
29163 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
29164 echo "${ECHO_T}$am_cv_func_iconv" >&6
29165 if test "$am_cv_func_iconv" = yes; then
29167 cat >>confdefs.h
<<\_ACEOF
29168 #define HAVE_ICONV 1
29171 echo "$as_me:$LINENO: checking if iconv needs const" >&5
29172 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
29173 if test "${wx_cv_func_iconv_const+set}" = set; then
29174 echo $ECHO_N "(cached) $ECHO_C" >&6
29176 cat >conftest.
$ac_ext <<_ACEOF
29179 cat confdefs.h
>>conftest.
$ac_ext
29180 cat >>conftest.
$ac_ext <<_ACEOF
29181 /* end confdefs.h. */
29183 #include <stdlib.h>
29189 #if defined(__STDC__) || defined(__cplusplus)
29190 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
29203 rm -f conftest.
$ac_objext
29204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29205 (eval $ac_compile) 2>conftest.er1
29207 grep -v '^ *+' conftest.er1
>conftest.err
29209 cat conftest.err
>&5
29210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29211 (exit $ac_status); } &&
29212 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29214 (eval $ac_try) 2>&5
29216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29217 (exit $ac_status); }; } &&
29218 { ac_try
='test -s conftest.$ac_objext'
29219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29220 (eval $ac_try) 2>&5
29222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29223 (exit $ac_status); }; }; then
29224 wx_cv_func_iconv_const
="no"
29226 echo "$as_me: failed program was:" >&5
29227 sed 's/^/| /' conftest.
$ac_ext >&5
29229 wx_cv_func_iconv_const
="yes"
29232 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29235 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
29236 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
29239 if test "x$wx_cv_func_iconv_const" = "xyes"; then
29240 iconv_const
="const"
29244 cat >>confdefs.h
<<_ACEOF
29245 #define ICONV_CONST $iconv_const
29250 if test "$am_cv_lib_iconv" = yes; then
29255 LIBS
="$LIBICONV $LIBS"
29257 ac_cpp
='$CPP $CPPFLAGS'
29258 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29259 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29260 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29263 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
29265 for ac_func
in sigaction
29267 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29268 echo "$as_me:$LINENO: checking for $ac_func" >&5
29269 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29270 if eval "test \"\${$as_ac_var+set}\" = set"; then
29271 echo $ECHO_N "(cached) $ECHO_C" >&6
29273 cat >conftest.
$ac_ext <<_ACEOF
29276 cat confdefs.h
>>conftest.
$ac_ext
29277 cat >>conftest.
$ac_ext <<_ACEOF
29278 /* end confdefs.h. */
29279 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29280 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29281 #define $ac_func innocuous_$ac_func
29283 /* System header to define __stub macros and hopefully few prototypes,
29284 which can conflict with char $ac_func (); below.
29285 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29286 <limits.h> exists even on freestanding compilers. */
29289 # include <limits.h>
29291 # include <assert.h>
29296 /* Override any gcc2 internal prototype to avoid an error. */
29301 /* We use char because int might match the return type of a gcc2
29302 builtin and then its argument prototype would still apply. */
29304 /* The GNU C library defines this for functions which it implements
29305 to always fail with ENOSYS. Some functions are actually named
29306 something starting with __ and the normal name is an alias. */
29307 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29310 char (*f) () = $ac_func;
29319 return f != $ac_func;
29324 rm -f conftest.
$ac_objext conftest
$ac_exeext
29325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29326 (eval $ac_link) 2>conftest.er1
29328 grep -v '^ *+' conftest.er1
>conftest.err
29330 cat conftest.err
>&5
29331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29332 (exit $ac_status); } &&
29333 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29335 (eval $ac_try) 2>&5
29337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29338 (exit $ac_status); }; } &&
29339 { ac_try
='test -s conftest$ac_exeext'
29340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29341 (eval $ac_try) 2>&5
29343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29344 (exit $ac_status); }; }; then
29345 eval "$as_ac_var=yes"
29347 echo "$as_me: failed program was:" >&5
29348 sed 's/^/| /' conftest.
$ac_ext >&5
29350 eval "$as_ac_var=no"
29352 rm -f conftest.err conftest.
$ac_objext \
29353 conftest
$ac_exeext conftest.
$ac_ext
29355 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29356 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29357 if test `eval echo '${'$as_ac_var'}'` = yes; then
29358 cat >>confdefs.h
<<_ACEOF
29359 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29366 if test "$ac_cv_func_sigaction" = "no"; then
29367 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
29368 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
29369 wxUSE_ON_FATAL_EXCEPTION
=no
29372 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
29376 ac_cpp
='$CXXCPP $CPPFLAGS'
29377 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29378 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29379 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29382 echo "$as_me:$LINENO: checking for sa_handler type" >&5
29383 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
29384 if test "${wx_cv_type_sa_handler+set}" = set; then
29385 echo $ECHO_N "(cached) $ECHO_C" >&6
29388 cat >conftest.
$ac_ext <<_ACEOF
29391 cat confdefs.h
>>conftest.
$ac_ext
29392 cat >>conftest.
$ac_ext <<_ACEOF
29393 /* end confdefs.h. */
29394 #include <signal.h>
29399 extern void testSigHandler(int);
29401 struct sigaction sa;
29402 sa.sa_handler = testSigHandler;
29408 rm -f conftest.
$ac_objext
29409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29410 (eval $ac_compile) 2>conftest.er1
29412 grep -v '^ *+' conftest.er1
>conftest.err
29414 cat conftest.err
>&5
29415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29416 (exit $ac_status); } &&
29417 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29419 (eval $ac_try) 2>&5
29421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29422 (exit $ac_status); }; } &&
29423 { ac_try
='test -s conftest.$ac_objext'
29424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29425 (eval $ac_try) 2>&5
29427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29428 (exit $ac_status); }; }; then
29430 wx_cv_type_sa_handler
=int
29433 echo "$as_me: failed program was:" >&5
29434 sed 's/^/| /' conftest.
$ac_ext >&5
29437 wx_cv_type_sa_handler
=void
29440 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29443 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
29444 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
29447 ac_cpp
='$CPP $CPPFLAGS'
29448 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29449 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29450 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29453 cat >>confdefs.h
<<_ACEOF
29454 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
29462 for ac_func
in mkstemp mktemp
29464 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29465 echo "$as_me:$LINENO: checking for $ac_func" >&5
29466 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29467 if eval "test \"\${$as_ac_var+set}\" = set"; then
29468 echo $ECHO_N "(cached) $ECHO_C" >&6
29470 cat >conftest.
$ac_ext <<_ACEOF
29473 cat confdefs.h
>>conftest.
$ac_ext
29474 cat >>conftest.
$ac_ext <<_ACEOF
29475 /* end confdefs.h. */
29476 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29477 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29478 #define $ac_func innocuous_$ac_func
29480 /* System header to define __stub macros and hopefully few prototypes,
29481 which can conflict with char $ac_func (); below.
29482 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29483 <limits.h> exists even on freestanding compilers. */
29486 # include <limits.h>
29488 # include <assert.h>
29493 /* Override any gcc2 internal prototype to avoid an error. */
29498 /* We use char because int might match the return type of a gcc2
29499 builtin and then its argument prototype would still apply. */
29501 /* The GNU C library defines this for functions which it implements
29502 to always fail with ENOSYS. Some functions are actually named
29503 something starting with __ and the normal name is an alias. */
29504 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29507 char (*f) () = $ac_func;
29516 return f != $ac_func;
29521 rm -f conftest.
$ac_objext conftest
$ac_exeext
29522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29523 (eval $ac_link) 2>conftest.er1
29525 grep -v '^ *+' conftest.er1
>conftest.err
29527 cat conftest.err
>&5
29528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29529 (exit $ac_status); } &&
29530 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29532 (eval $ac_try) 2>&5
29534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29535 (exit $ac_status); }; } &&
29536 { ac_try
='test -s conftest$ac_exeext'
29537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29538 (eval $ac_try) 2>&5
29540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29541 (exit $ac_status); }; }; then
29542 eval "$as_ac_var=yes"
29544 echo "$as_me: failed program was:" >&5
29545 sed 's/^/| /' conftest.
$ac_ext >&5
29547 eval "$as_ac_var=no"
29549 rm -f conftest.err conftest.
$ac_objext \
29550 conftest
$ac_exeext conftest.
$ac_ext
29552 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29553 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29554 if test `eval echo '${'$as_ac_var'}'` = yes; then
29555 cat >>confdefs.h
<<_ACEOF
29556 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29563 echo "$as_me:$LINENO: checking for statfs" >&5
29564 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
29565 if test "${wx_cv_func_statfs+set}" = set; then
29566 echo $ECHO_N "(cached) $ECHO_C" >&6
29568 cat >conftest.
$ac_ext <<_ACEOF
29571 cat confdefs.h
>>conftest.
$ac_ext
29572 cat >>conftest.
$ac_ext <<_ACEOF
29573 /* end confdefs.h. */
29575 #if defined(__BSD__)
29576 #include <sys/param.h>
29577 #include <sys/mount.h>
29579 #include <sys/vfs.h>
29597 rm -f conftest.
$ac_objext
29598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29599 (eval $ac_compile) 2>conftest.er1
29601 grep -v '^ *+' conftest.er1
>conftest.err
29603 cat conftest.err
>&5
29604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29605 (exit $ac_status); } &&
29606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29608 (eval $ac_try) 2>&5
29610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29611 (exit $ac_status); }; } &&
29612 { ac_try
='test -s conftest.$ac_objext'
29613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29614 (eval $ac_try) 2>&5
29616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29617 (exit $ac_status); }; }; then
29619 wx_cv_func_statfs
=yes
29622 echo "$as_me: failed program was:" >&5
29623 sed 's/^/| /' conftest.
$ac_ext >&5
29626 wx_cv_func_statfs
=no
29630 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29633 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
29634 echo "${ECHO_T}$wx_cv_func_statfs" >&6
29636 if test "$wx_cv_func_statfs" = "yes"; then
29637 wx_cv_type_statvfs_t
="struct statfs"
29638 cat >>confdefs.h
<<\_ACEOF
29639 #define HAVE_STATFS 1
29643 echo "$as_me:$LINENO: checking for statvfs" >&5
29644 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
29645 if test "${wx_cv_func_statvfs+set}" = set; then
29646 echo $ECHO_N "(cached) $ECHO_C" >&6
29648 cat >conftest.
$ac_ext <<_ACEOF
29651 cat confdefs.h
>>conftest.
$ac_ext
29652 cat >>conftest.
$ac_ext <<_ACEOF
29653 /* end confdefs.h. */
29655 #include <stddef.h>
29656 #include <sys/statvfs.h>
29662 statvfs("/", NULL);
29668 rm -f conftest.
$ac_objext
29669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29670 (eval $ac_compile) 2>conftest.er1
29672 grep -v '^ *+' conftest.er1
>conftest.err
29674 cat conftest.err
>&5
29675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29676 (exit $ac_status); } &&
29677 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29679 (eval $ac_try) 2>&5
29681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29682 (exit $ac_status); }; } &&
29683 { ac_try
='test -s conftest.$ac_objext'
29684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29685 (eval $ac_try) 2>&5
29687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29688 (exit $ac_status); }; }; then
29689 wx_cv_func_statvfs
=yes
29691 echo "$as_me: failed program was:" >&5
29692 sed 's/^/| /' conftest.
$ac_ext >&5
29694 wx_cv_func_statvfs
=no
29697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29700 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
29701 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
29703 if test "$wx_cv_func_statvfs" = "yes"; then
29707 ac_cpp
='$CXXCPP $CPPFLAGS'
29708 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29709 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29710 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29713 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
29714 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
29715 if test "${wx_cv_type_statvfs_t+set}" = set; then
29716 echo $ECHO_N "(cached) $ECHO_C" >&6
29718 cat >conftest.
$ac_ext <<_ACEOF
29721 cat confdefs.h
>>conftest.
$ac_ext
29722 cat >>conftest.
$ac_ext <<_ACEOF
29723 /* end confdefs.h. */
29725 #include <sys/statvfs.h>
29742 rm -f conftest.
$ac_objext
29743 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29744 (eval $ac_compile) 2>conftest.er1
29746 grep -v '^ *+' conftest.er1
>conftest.err
29748 cat conftest.err
>&5
29749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29750 (exit $ac_status); } &&
29751 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29753 (eval $ac_try) 2>&5
29755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29756 (exit $ac_status); }; } &&
29757 { ac_try
='test -s conftest.$ac_objext'
29758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29759 (eval $ac_try) 2>&5
29761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29762 (exit $ac_status); }; }; then
29763 wx_cv_type_statvfs_t
=statvfs_t
29765 echo "$as_me: failed program was:" >&5
29766 sed 's/^/| /' conftest.
$ac_ext >&5
29769 cat >conftest.
$ac_ext <<_ACEOF
29772 cat confdefs.h
>>conftest.
$ac_ext
29773 cat >>conftest.
$ac_ext <<_ACEOF
29774 /* end confdefs.h. */
29776 #include <sys/statvfs.h>
29793 rm -f conftest.
$ac_objext
29794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29795 (eval $ac_compile) 2>conftest.er1
29797 grep -v '^ *+' conftest.er1
>conftest.err
29799 cat conftest.err
>&5
29800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29801 (exit $ac_status); } &&
29802 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29804 (eval $ac_try) 2>&5
29806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29807 (exit $ac_status); }; } &&
29808 { ac_try
='test -s conftest.$ac_objext'
29809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29810 (eval $ac_try) 2>&5
29812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29813 (exit $ac_status); }; }; then
29814 wx_cv_type_statvfs_t
="struct statvfs"
29816 echo "$as_me: failed program was:" >&5
29817 sed 's/^/| /' conftest.
$ac_ext >&5
29819 wx_cv_type_statvfs_t
="unknown"
29822 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29826 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29829 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
29830 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
29833 ac_cpp
='$CPP $CPPFLAGS'
29834 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29835 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29836 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
29839 if test "$wx_cv_type_statvfs_t" != "unknown"; then
29840 cat >>confdefs.h
<<\_ACEOF
29841 #define HAVE_STATVFS 1
29846 wx_cv_type_statvfs_t
="unknown"
29850 if test "$wx_cv_type_statvfs_t" != "unknown"; then
29851 cat >>confdefs.h
<<_ACEOF
29852 #define WX_STATFS_T $wx_cv_type_statvfs_t
29856 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
29857 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
29860 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
29863 for ac_func
in fcntl flock
29865 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29866 echo "$as_me:$LINENO: checking for $ac_func" >&5
29867 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29868 if eval "test \"\${$as_ac_var+set}\" = set"; then
29869 echo $ECHO_N "(cached) $ECHO_C" >&6
29871 cat >conftest.
$ac_ext <<_ACEOF
29874 cat confdefs.h
>>conftest.
$ac_ext
29875 cat >>conftest.
$ac_ext <<_ACEOF
29876 /* end confdefs.h. */
29877 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29878 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29879 #define $ac_func innocuous_$ac_func
29881 /* System header to define __stub macros and hopefully few prototypes,
29882 which can conflict with char $ac_func (); below.
29883 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29884 <limits.h> exists even on freestanding compilers. */
29887 # include <limits.h>
29889 # include <assert.h>
29894 /* Override any gcc2 internal prototype to avoid an error. */
29899 /* We use char because int might match the return type of a gcc2
29900 builtin and then its argument prototype would still apply. */
29902 /* The GNU C library defines this for functions which it implements
29903 to always fail with ENOSYS. Some functions are actually named
29904 something starting with __ and the normal name is an alias. */
29905 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29908 char (*f) () = $ac_func;
29917 return f != $ac_func;
29922 rm -f conftest.
$ac_objext conftest
$ac_exeext
29923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29924 (eval $ac_link) 2>conftest.er1
29926 grep -v '^ *+' conftest.er1
>conftest.err
29928 cat conftest.err
>&5
29929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29930 (exit $ac_status); } &&
29931 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29933 (eval $ac_try) 2>&5
29935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29936 (exit $ac_status); }; } &&
29937 { ac_try
='test -s conftest$ac_exeext'
29938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29939 (eval $ac_try) 2>&5
29941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29942 (exit $ac_status); }; }; then
29943 eval "$as_ac_var=yes"
29945 echo "$as_me: failed program was:" >&5
29946 sed 's/^/| /' conftest.
$ac_ext >&5
29948 eval "$as_ac_var=no"
29950 rm -f conftest.err conftest.
$ac_objext \
29951 conftest
$ac_exeext conftest.
$ac_ext
29953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29954 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29955 if test `eval echo '${'$as_ac_var'}'` = yes; then
29956 cat >>confdefs.h
<<_ACEOF
29957 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29964 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
29965 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
29966 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
29967 wxUSE_SNGLINST_CHECKER
=no
29972 for ac_func
in timegm
29974 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29975 echo "$as_me:$LINENO: checking for $ac_func" >&5
29976 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29977 if eval "test \"\${$as_ac_var+set}\" = set"; then
29978 echo $ECHO_N "(cached) $ECHO_C" >&6
29980 cat >conftest.
$ac_ext <<_ACEOF
29983 cat confdefs.h
>>conftest.
$ac_ext
29984 cat >>conftest.
$ac_ext <<_ACEOF
29985 /* end confdefs.h. */
29986 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29987 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29988 #define $ac_func innocuous_$ac_func
29990 /* System header to define __stub macros and hopefully few prototypes,
29991 which can conflict with char $ac_func (); below.
29992 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29993 <limits.h> exists even on freestanding compilers. */
29996 # include <limits.h>
29998 # include <assert.h>
30003 /* Override any gcc2 internal prototype to avoid an error. */
30008 /* We use char because int might match the return type of a gcc2
30009 builtin and then its argument prototype would still apply. */
30011 /* The GNU C library defines this for functions which it implements
30012 to always fail with ENOSYS. Some functions are actually named
30013 something starting with __ and the normal name is an alias. */
30014 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30017 char (*f) () = $ac_func;
30026 return f != $ac_func;
30031 rm -f conftest.
$ac_objext conftest
$ac_exeext
30032 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30033 (eval $ac_link) 2>conftest.er1
30035 grep -v '^ *+' conftest.er1
>conftest.err
30037 cat conftest.err
>&5
30038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30039 (exit $ac_status); } &&
30040 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30042 (eval $ac_try) 2>&5
30044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30045 (exit $ac_status); }; } &&
30046 { ac_try
='test -s conftest$ac_exeext'
30047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30048 (eval $ac_try) 2>&5
30050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30051 (exit $ac_status); }; }; then
30052 eval "$as_ac_var=yes"
30054 echo "$as_me: failed program was:" >&5
30055 sed 's/^/| /' conftest.
$ac_ext >&5
30057 eval "$as_ac_var=no"
30059 rm -f conftest.err conftest.
$ac_objext \
30060 conftest
$ac_exeext conftest.
$ac_ext
30062 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30063 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30064 if test `eval echo '${'$as_ac_var'}'` = yes; then
30065 cat >>confdefs.h
<<_ACEOF
30066 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30075 for ac_func
in putenv setenv
30077 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30078 echo "$as_me:$LINENO: checking for $ac_func" >&5
30079 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30080 if eval "test \"\${$as_ac_var+set}\" = set"; then
30081 echo $ECHO_N "(cached) $ECHO_C" >&6
30083 cat >conftest.
$ac_ext <<_ACEOF
30086 cat confdefs.h
>>conftest.
$ac_ext
30087 cat >>conftest.
$ac_ext <<_ACEOF
30088 /* end confdefs.h. */
30089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30090 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30091 #define $ac_func innocuous_$ac_func
30093 /* System header to define __stub macros and hopefully few prototypes,
30094 which can conflict with char $ac_func (); below.
30095 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30096 <limits.h> exists even on freestanding compilers. */
30099 # include <limits.h>
30101 # include <assert.h>
30106 /* Override any gcc2 internal prototype to avoid an error. */
30111 /* We use char because int might match the return type of a gcc2
30112 builtin and then its argument prototype would still apply. */
30114 /* The GNU C library defines this for functions which it implements
30115 to always fail with ENOSYS. Some functions are actually named
30116 something starting with __ and the normal name is an alias. */
30117 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30120 char (*f) () = $ac_func;
30129 return f != $ac_func;
30134 rm -f conftest.
$ac_objext conftest
$ac_exeext
30135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30136 (eval $ac_link) 2>conftest.er1
30138 grep -v '^ *+' conftest.er1
>conftest.err
30140 cat conftest.err
>&5
30141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30142 (exit $ac_status); } &&
30143 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30145 (eval $ac_try) 2>&5
30147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30148 (exit $ac_status); }; } &&
30149 { ac_try
='test -s conftest$ac_exeext'
30150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30151 (eval $ac_try) 2>&5
30153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30154 (exit $ac_status); }; }; then
30155 eval "$as_ac_var=yes"
30157 echo "$as_me: failed program was:" >&5
30158 sed 's/^/| /' conftest.
$ac_ext >&5
30160 eval "$as_ac_var=no"
30162 rm -f conftest.err conftest.
$ac_objext \
30163 conftest
$ac_exeext conftest.
$ac_ext
30165 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30166 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30167 if test `eval echo '${'$as_ac_var'}'` = yes; then
30168 cat >>confdefs.h
<<_ACEOF
30169 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30176 HAVE_SOME_SLEEP_FUNC
=0
30177 if test "$USE_BEOS" = 1; then
30178 cat >>confdefs.h
<<\_ACEOF
30179 #define HAVE_SLEEP 1
30182 HAVE_SOME_SLEEP_FUNC
=1
30185 if test "$USE_DARWIN" = 1; then
30186 cat >>confdefs.h
<<\_ACEOF
30187 #define HAVE_USLEEP 1
30190 HAVE_SOME_SLEEP_FUNC
=1
30193 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
30196 for ac_func
in nanosleep
30198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30199 echo "$as_me:$LINENO: checking for $ac_func" >&5
30200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30201 if eval "test \"\${$as_ac_var+set}\" = set"; then
30202 echo $ECHO_N "(cached) $ECHO_C" >&6
30204 cat >conftest.
$ac_ext <<_ACEOF
30207 cat confdefs.h
>>conftest.
$ac_ext
30208 cat >>conftest.
$ac_ext <<_ACEOF
30209 /* end confdefs.h. */
30210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30212 #define $ac_func innocuous_$ac_func
30214 /* System header to define __stub macros and hopefully few prototypes,
30215 which can conflict with char $ac_func (); below.
30216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30217 <limits.h> exists even on freestanding compilers. */
30220 # include <limits.h>
30222 # include <assert.h>
30227 /* Override any gcc2 internal prototype to avoid an error. */
30232 /* We use char because int might match the return type of a gcc2
30233 builtin and then its argument prototype would still apply. */
30235 /* The GNU C library defines this for functions which it implements
30236 to always fail with ENOSYS. Some functions are actually named
30237 something starting with __ and the normal name is an alias. */
30238 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30241 char (*f) () = $ac_func;
30250 return f != $ac_func;
30255 rm -f conftest.
$ac_objext conftest
$ac_exeext
30256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30257 (eval $ac_link) 2>conftest.er1
30259 grep -v '^ *+' conftest.er1
>conftest.err
30261 cat conftest.err
>&5
30262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30263 (exit $ac_status); } &&
30264 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30266 (eval $ac_try) 2>&5
30268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30269 (exit $ac_status); }; } &&
30270 { ac_try
='test -s conftest$ac_exeext'
30271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30272 (eval $ac_try) 2>&5
30274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30275 (exit $ac_status); }; }; then
30276 eval "$as_ac_var=yes"
30278 echo "$as_me: failed program was:" >&5
30279 sed 's/^/| /' conftest.
$ac_ext >&5
30281 eval "$as_ac_var=no"
30283 rm -f conftest.err conftest.
$ac_objext \
30284 conftest
$ac_exeext conftest.
$ac_ext
30286 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30287 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30288 if test `eval echo '${'$as_ac_var'}'` = yes; then
30289 cat >>confdefs.h
<<_ACEOF
30290 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30292 cat >>confdefs.h
<<\_ACEOF
30293 #define HAVE_NANOSLEEP 1
30298 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
30299 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
30300 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
30301 echo $ECHO_N "(cached) $ECHO_C" >&6
30303 ac_check_lib_save_LIBS
=$LIBS
30304 LIBS
="-lposix4 $LIBS"
30305 cat >conftest.
$ac_ext <<_ACEOF
30308 cat confdefs.h
>>conftest.
$ac_ext
30309 cat >>conftest.
$ac_ext <<_ACEOF
30310 /* end confdefs.h. */
30312 /* Override any gcc2 internal prototype to avoid an error. */
30316 /* We use char because int might match the return type of a gcc2
30317 builtin and then its argument prototype would still apply. */
30327 rm -f conftest.
$ac_objext conftest
$ac_exeext
30328 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30329 (eval $ac_link) 2>conftest.er1
30331 grep -v '^ *+' conftest.er1
>conftest.err
30333 cat conftest.err
>&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); } &&
30336 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30338 (eval $ac_try) 2>&5
30340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30341 (exit $ac_status); }; } &&
30342 { ac_try
='test -s conftest$ac_exeext'
30343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30344 (eval $ac_try) 2>&5
30346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30347 (exit $ac_status); }; }; then
30348 ac_cv_lib_posix4_nanosleep
=yes
30350 echo "$as_me: failed program was:" >&5
30351 sed 's/^/| /' conftest.
$ac_ext >&5
30353 ac_cv_lib_posix4_nanosleep
=no
30355 rm -f conftest.err conftest.
$ac_objext \
30356 conftest
$ac_exeext conftest.
$ac_ext
30357 LIBS
=$ac_check_lib_save_LIBS
30359 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
30360 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
30361 if test $ac_cv_lib_posix4_nanosleep = yes; then
30363 cat >>confdefs.h
<<\_ACEOF
30364 #define HAVE_NANOSLEEP 1
30367 POSIX4_LINK
=" -lposix4"
30372 for ac_func
in usleep
30374 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30375 echo "$as_me:$LINENO: checking for $ac_func" >&5
30376 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30377 if eval "test \"\${$as_ac_var+set}\" = set"; then
30378 echo $ECHO_N "(cached) $ECHO_C" >&6
30380 cat >conftest.
$ac_ext <<_ACEOF
30383 cat confdefs.h
>>conftest.
$ac_ext
30384 cat >>conftest.
$ac_ext <<_ACEOF
30385 /* end confdefs.h. */
30386 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30387 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30388 #define $ac_func innocuous_$ac_func
30390 /* System header to define __stub macros and hopefully few prototypes,
30391 which can conflict with char $ac_func (); below.
30392 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30393 <limits.h> exists even on freestanding compilers. */
30396 # include <limits.h>
30398 # include <assert.h>
30403 /* Override any gcc2 internal prototype to avoid an error. */
30408 /* We use char because int might match the return type of a gcc2
30409 builtin and then its argument prototype would still apply. */
30411 /* The GNU C library defines this for functions which it implements
30412 to always fail with ENOSYS. Some functions are actually named
30413 something starting with __ and the normal name is an alias. */
30414 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30417 char (*f) () = $ac_func;
30426 return f != $ac_func;
30431 rm -f conftest.
$ac_objext conftest
$ac_exeext
30432 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30433 (eval $ac_link) 2>conftest.er1
30435 grep -v '^ *+' conftest.er1
>conftest.err
30437 cat conftest.err
>&5
30438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30439 (exit $ac_status); } &&
30440 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30442 (eval $ac_try) 2>&5
30444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30445 (exit $ac_status); }; } &&
30446 { ac_try
='test -s conftest$ac_exeext'
30447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30448 (eval $ac_try) 2>&5
30450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30451 (exit $ac_status); }; }; then
30452 eval "$as_ac_var=yes"
30454 echo "$as_me: failed program was:" >&5
30455 sed 's/^/| /' conftest.
$ac_ext >&5
30457 eval "$as_ac_var=no"
30459 rm -f conftest.err conftest.
$ac_objext \
30460 conftest
$ac_exeext conftest.
$ac_ext
30462 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30463 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30464 if test `eval echo '${'$as_ac_var'}'` = yes; then
30465 cat >>confdefs.h
<<_ACEOF
30466 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30468 cat >>confdefs.h
<<\_ACEOF
30469 #define HAVE_USLEEP 1
30473 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
30474 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
30492 for ac_func
in uname gethostname
30494 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30495 echo "$as_me:$LINENO: checking for $ac_func" >&5
30496 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30497 if eval "test \"\${$as_ac_var+set}\" = set"; then
30498 echo $ECHO_N "(cached) $ECHO_C" >&6
30500 cat >conftest.
$ac_ext <<_ACEOF
30503 cat confdefs.h
>>conftest.
$ac_ext
30504 cat >>conftest.
$ac_ext <<_ACEOF
30505 /* end confdefs.h. */
30506 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30507 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30508 #define $ac_func innocuous_$ac_func
30510 /* System header to define __stub macros and hopefully few prototypes,
30511 which can conflict with char $ac_func (); below.
30512 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30513 <limits.h> exists even on freestanding compilers. */
30516 # include <limits.h>
30518 # include <assert.h>
30523 /* Override any gcc2 internal prototype to avoid an error. */
30528 /* We use char because int might match the return type of a gcc2
30529 builtin and then its argument prototype would still apply. */
30531 /* The GNU C library defines this for functions which it implements
30532 to always fail with ENOSYS. Some functions are actually named
30533 something starting with __ and the normal name is an alias. */
30534 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30537 char (*f) () = $ac_func;
30546 return f != $ac_func;
30551 rm -f conftest.
$ac_objext conftest
$ac_exeext
30552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30553 (eval $ac_link) 2>conftest.er1
30555 grep -v '^ *+' conftest.er1
>conftest.err
30557 cat conftest.err
>&5
30558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30559 (exit $ac_status); } &&
30560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30562 (eval $ac_try) 2>&5
30564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30565 (exit $ac_status); }; } &&
30566 { ac_try
='test -s conftest$ac_exeext'
30567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30568 (eval $ac_try) 2>&5
30570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30571 (exit $ac_status); }; }; then
30572 eval "$as_ac_var=yes"
30574 echo "$as_me: failed program was:" >&5
30575 sed 's/^/| /' conftest.
$ac_ext >&5
30577 eval "$as_ac_var=no"
30579 rm -f conftest.err conftest.
$ac_objext \
30580 conftest
$ac_exeext conftest.
$ac_ext
30582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30583 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30584 if test `eval echo '${'$as_ac_var'}'` = yes; then
30585 cat >>confdefs.h
<<_ACEOF
30586 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30596 ac_cpp
='$CXXCPP $CPPFLAGS'
30597 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30598 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30599 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
30603 for ac_func
in strtok_r
30605 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30606 echo "$as_me:$LINENO: checking for $ac_func" >&5
30607 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30608 if eval "test \"\${$as_ac_var+set}\" = set"; then
30609 echo $ECHO_N "(cached) $ECHO_C" >&6
30611 cat >conftest.
$ac_ext <<_ACEOF
30614 cat confdefs.h
>>conftest.
$ac_ext
30615 cat >>conftest.
$ac_ext <<_ACEOF
30616 /* end confdefs.h. */
30617 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30618 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30619 #define $ac_func innocuous_$ac_func
30621 /* System header to define __stub macros and hopefully few prototypes,
30622 which can conflict with char $ac_func (); below.
30623 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30624 <limits.h> exists even on freestanding compilers. */
30627 # include <limits.h>
30629 # include <assert.h>
30634 /* Override any gcc2 internal prototype to avoid an error. */
30639 /* We use char because int might match the return type of a gcc2
30640 builtin and then its argument prototype would still apply. */
30642 /* The GNU C library defines this for functions which it implements
30643 to always fail with ENOSYS. Some functions are actually named
30644 something starting with __ and the normal name is an alias. */
30645 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30648 char (*f) () = $ac_func;
30657 return f != $ac_func;
30662 rm -f conftest.
$ac_objext conftest
$ac_exeext
30663 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30664 (eval $ac_link) 2>conftest.er1
30666 grep -v '^ *+' conftest.er1
>conftest.err
30668 cat conftest.err
>&5
30669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30670 (exit $ac_status); } &&
30671 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30673 (eval $ac_try) 2>&5
30675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30676 (exit $ac_status); }; } &&
30677 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
30683 eval "$as_ac_var=yes"
30685 echo "$as_me: failed program was:" >&5
30686 sed 's/^/| /' conftest.
$ac_ext >&5
30688 eval "$as_ac_var=no"
30690 rm -f conftest.err conftest.
$ac_objext \
30691 conftest
$ac_exeext conftest.
$ac_ext
30693 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30694 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30695 if test `eval echo '${'$as_ac_var'}'` = yes; then
30696 cat >>confdefs.h
<<_ACEOF
30697 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30705 ac_cpp
='$CPP $CPPFLAGS'
30706 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30707 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30708 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
30713 for ac_func
in inet_addr
30715 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30716 echo "$as_me:$LINENO: checking for $ac_func" >&5
30717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30718 if eval "test \"\${$as_ac_var+set}\" = set"; then
30719 echo $ECHO_N "(cached) $ECHO_C" >&6
30721 cat >conftest.
$ac_ext <<_ACEOF
30724 cat confdefs.h
>>conftest.
$ac_ext
30725 cat >>conftest.
$ac_ext <<_ACEOF
30726 /* end confdefs.h. */
30727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30729 #define $ac_func innocuous_$ac_func
30731 /* System header to define __stub macros and hopefully few prototypes,
30732 which can conflict with char $ac_func (); below.
30733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30734 <limits.h> exists even on freestanding compilers. */
30737 # include <limits.h>
30739 # include <assert.h>
30744 /* Override any gcc2 internal prototype to avoid an error. */
30749 /* We use char because int might match the return type of a gcc2
30750 builtin and then its argument prototype would still apply. */
30752 /* The GNU C library defines this for functions which it implements
30753 to always fail with ENOSYS. Some functions are actually named
30754 something starting with __ and the normal name is an alias. */
30755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30758 char (*f) () = $ac_func;
30767 return f != $ac_func;
30772 rm -f conftest.
$ac_objext conftest
$ac_exeext
30773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30774 (eval $ac_link) 2>conftest.er1
30776 grep -v '^ *+' conftest.er1
>conftest.err
30778 cat conftest.err
>&5
30779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30780 (exit $ac_status); } &&
30781 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30783 (eval $ac_try) 2>&5
30785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30786 (exit $ac_status); }; } &&
30787 { ac_try
='test -s conftest$ac_exeext'
30788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30789 (eval $ac_try) 2>&5
30791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30792 (exit $ac_status); }; }; then
30793 eval "$as_ac_var=yes"
30795 echo "$as_me: failed program was:" >&5
30796 sed 's/^/| /' conftest.
$ac_ext >&5
30798 eval "$as_ac_var=no"
30800 rm -f conftest.err conftest.
$ac_objext \
30801 conftest
$ac_exeext conftest.
$ac_ext
30803 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30804 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30805 if test `eval echo '${'$as_ac_var'}'` = yes; then
30806 cat >>confdefs.h
<<_ACEOF
30807 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30809 cat >>confdefs.h
<<\_ACEOF
30810 #define HAVE_INET_ADDR 1
30815 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
30816 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
30817 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
30818 echo $ECHO_N "(cached) $ECHO_C" >&6
30820 ac_check_lib_save_LIBS
=$LIBS
30822 cat >conftest.
$ac_ext <<_ACEOF
30825 cat confdefs.h
>>conftest.
$ac_ext
30826 cat >>conftest.
$ac_ext <<_ACEOF
30827 /* end confdefs.h. */
30829 /* Override any gcc2 internal prototype to avoid an error. */
30833 /* We use char because int might match the return type of a gcc2
30834 builtin and then its argument prototype would still apply. */
30844 rm -f conftest.
$ac_objext conftest
$ac_exeext
30845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30846 (eval $ac_link) 2>conftest.er1
30848 grep -v '^ *+' conftest.er1
>conftest.err
30850 cat conftest.err
>&5
30851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30852 (exit $ac_status); } &&
30853 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30855 (eval $ac_try) 2>&5
30857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30858 (exit $ac_status); }; } &&
30859 { ac_try
='test -s conftest$ac_exeext'
30860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30861 (eval $ac_try) 2>&5
30863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30864 (exit $ac_status); }; }; then
30865 ac_cv_lib_nsl_inet_addr
=yes
30867 echo "$as_me: failed program was:" >&5
30868 sed 's/^/| /' conftest.
$ac_ext >&5
30870 ac_cv_lib_nsl_inet_addr
=no
30872 rm -f conftest.err conftest.
$ac_objext \
30873 conftest
$ac_exeext conftest.
$ac_ext
30874 LIBS
=$ac_check_lib_save_LIBS
30876 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
30877 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
30878 if test $ac_cv_lib_nsl_inet_addr = yes; then
30882 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
30883 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
30884 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
30885 echo $ECHO_N "(cached) $ECHO_C" >&6
30887 ac_check_lib_save_LIBS
=$LIBS
30888 LIBS
="-lresolv $LIBS"
30889 cat >conftest.
$ac_ext <<_ACEOF
30892 cat confdefs.h
>>conftest.
$ac_ext
30893 cat >>conftest.
$ac_ext <<_ACEOF
30894 /* end confdefs.h. */
30896 /* Override any gcc2 internal prototype to avoid an error. */
30900 /* We use char because int might match the return type of a gcc2
30901 builtin and then its argument prototype would still apply. */
30911 rm -f conftest.
$ac_objext conftest
$ac_exeext
30912 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30913 (eval $ac_link) 2>conftest.er1
30915 grep -v '^ *+' conftest.er1
>conftest.err
30917 cat conftest.err
>&5
30918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30919 (exit $ac_status); } &&
30920 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30922 (eval $ac_try) 2>&5
30924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30925 (exit $ac_status); }; } &&
30926 { ac_try
='test -s conftest$ac_exeext'
30927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30928 (eval $ac_try) 2>&5
30930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30931 (exit $ac_status); }; }; then
30932 ac_cv_lib_resolv_inet_addr
=yes
30934 echo "$as_me: failed program was:" >&5
30935 sed 's/^/| /' conftest.
$ac_ext >&5
30937 ac_cv_lib_resolv_inet_addr
=no
30939 rm -f conftest.err conftest.
$ac_objext \
30940 conftest
$ac_exeext conftest.
$ac_ext
30941 LIBS
=$ac_check_lib_save_LIBS
30943 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
30944 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
30945 if test $ac_cv_lib_resolv_inet_addr = yes; then
30949 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
30950 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
30951 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
30952 echo $ECHO_N "(cached) $ECHO_C" >&6
30954 ac_check_lib_save_LIBS
=$LIBS
30955 LIBS
="-lsocket $LIBS"
30956 cat >conftest.
$ac_ext <<_ACEOF
30959 cat confdefs.h
>>conftest.
$ac_ext
30960 cat >>conftest.
$ac_ext <<_ACEOF
30961 /* end confdefs.h. */
30963 /* Override any gcc2 internal prototype to avoid an error. */
30967 /* We use char because int might match the return type of a gcc2
30968 builtin and then its argument prototype would still apply. */
30978 rm -f conftest.
$ac_objext conftest
$ac_exeext
30979 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30980 (eval $ac_link) 2>conftest.er1
30982 grep -v '^ *+' conftest.er1
>conftest.err
30984 cat conftest.err
>&5
30985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30986 (exit $ac_status); } &&
30987 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30989 (eval $ac_try) 2>&5
30991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30992 (exit $ac_status); }; } &&
30993 { ac_try
='test -s conftest$ac_exeext'
30994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30995 (eval $ac_try) 2>&5
30997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30998 (exit $ac_status); }; }; then
30999 ac_cv_lib_socket_inet_addr
=yes
31001 echo "$as_me: failed program was:" >&5
31002 sed 's/^/| /' conftest.
$ac_ext >&5
31004 ac_cv_lib_socket_inet_addr
=no
31006 rm -f conftest.err conftest.
$ac_objext \
31007 conftest
$ac_exeext conftest.
$ac_ext
31008 LIBS
=$ac_check_lib_save_LIBS
31010 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
31011 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
31012 if test $ac_cv_lib_socket_inet_addr = yes; then
31032 for ac_func
in inet_aton
31034 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31035 echo "$as_me:$LINENO: checking for $ac_func" >&5
31036 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31037 if eval "test \"\${$as_ac_var+set}\" = set"; then
31038 echo $ECHO_N "(cached) $ECHO_C" >&6
31040 cat >conftest.
$ac_ext <<_ACEOF
31043 cat confdefs.h
>>conftest.
$ac_ext
31044 cat >>conftest.
$ac_ext <<_ACEOF
31045 /* end confdefs.h. */
31046 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31047 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31048 #define $ac_func innocuous_$ac_func
31050 /* System header to define __stub macros and hopefully few prototypes,
31051 which can conflict with char $ac_func (); below.
31052 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31053 <limits.h> exists even on freestanding compilers. */
31056 # include <limits.h>
31058 # include <assert.h>
31063 /* Override any gcc2 internal prototype to avoid an error. */
31068 /* We use char because int might match the return type of a gcc2
31069 builtin and then its argument prototype would still apply. */
31071 /* The GNU C library defines this for functions which it implements
31072 to always fail with ENOSYS. Some functions are actually named
31073 something starting with __ and the normal name is an alias. */
31074 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31077 char (*f) () = $ac_func;
31086 return f != $ac_func;
31091 rm -f conftest.
$ac_objext conftest
$ac_exeext
31092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31093 (eval $ac_link) 2>conftest.er1
31095 grep -v '^ *+' conftest.er1
>conftest.err
31097 cat conftest.err
>&5
31098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31099 (exit $ac_status); } &&
31100 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31102 (eval $ac_try) 2>&5
31104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31105 (exit $ac_status); }; } &&
31106 { ac_try
='test -s conftest$ac_exeext'
31107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31108 (eval $ac_try) 2>&5
31110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31111 (exit $ac_status); }; }; then
31112 eval "$as_ac_var=yes"
31114 echo "$as_me: failed program was:" >&5
31115 sed 's/^/| /' conftest.
$ac_ext >&5
31117 eval "$as_ac_var=no"
31119 rm -f conftest.err conftest.
$ac_objext \
31120 conftest
$ac_exeext conftest.
$ac_ext
31122 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31123 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31124 if test `eval echo '${'$as_ac_var'}'` = yes; then
31125 cat >>confdefs.h
<<_ACEOF
31126 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31128 cat >>confdefs.h
<<\_ACEOF
31129 #define HAVE_INET_ATON 1
31134 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
31135 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
31136 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
31137 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
31138 echo $ECHO_N "(cached) $ECHO_C" >&6
31140 ac_check_lib_save_LIBS
=$LIBS
31141 LIBS
="-l$INET_LINK $LIBS"
31142 cat >conftest.
$ac_ext <<_ACEOF
31145 cat confdefs.h
>>conftest.
$ac_ext
31146 cat >>conftest.
$ac_ext <<_ACEOF
31147 /* end confdefs.h. */
31149 /* Override any gcc2 internal prototype to avoid an error. */
31153 /* We use char because int might match the return type of a gcc2
31154 builtin and then its argument prototype would still apply. */
31164 rm -f conftest.
$ac_objext conftest
$ac_exeext
31165 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31166 (eval $ac_link) 2>conftest.er1
31168 grep -v '^ *+' conftest.er1
>conftest.err
31170 cat conftest.err
>&5
31171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31172 (exit $ac_status); } &&
31173 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31175 (eval $ac_try) 2>&5
31177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31178 (exit $ac_status); }; } &&
31179 { ac_try
='test -s conftest$ac_exeext'
31180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31181 (eval $ac_try) 2>&5
31183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31184 (exit $ac_status); }; }; then
31185 eval "$as_ac_Lib=yes"
31187 echo "$as_me: failed program was:" >&5
31188 sed 's/^/| /' conftest.
$ac_ext >&5
31190 eval "$as_ac_Lib=no"
31192 rm -f conftest.err conftest.
$ac_objext \
31193 conftest
$ac_exeext conftest.
$ac_ext
31194 LIBS
=$ac_check_lib_save_LIBS
31196 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31197 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31198 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31199 cat >>confdefs.h
<<\_ACEOF
31200 #define HAVE_INET_ATON 1
31210 if test "x$INET_LINK" != "x"; then
31211 cat >>confdefs.h
<<\_ACEOF
31212 #define HAVE_INET_ADDR 1
31215 INET_LINK
=" -l$INET_LINK"
31223 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
31224 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
31225 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
31226 echo $ECHO_N "(cached) $ECHO_C" >&6
31228 ac_check_lib_save_LIBS
=$LIBS
31230 cat >conftest.
$ac_ext <<_ACEOF
31233 cat confdefs.h
>>conftest.
$ac_ext
31234 cat >>conftest.
$ac_ext <<_ACEOF
31235 /* end confdefs.h. */
31237 /* Override any gcc2 internal prototype to avoid an error. */
31241 /* We use char because int might match the return type of a gcc2
31242 builtin and then its argument prototype would still apply. */
31252 rm -f conftest.
$ac_objext conftest
$ac_exeext
31253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31254 (eval $ac_link) 2>conftest.er1
31256 grep -v '^ *+' conftest.er1
>conftest.err
31258 cat conftest.err
>&5
31259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31260 (exit $ac_status); } &&
31261 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31263 (eval $ac_try) 2>&5
31265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31266 (exit $ac_status); }; } &&
31267 { ac_try
='test -s conftest$ac_exeext'
31268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31269 (eval $ac_try) 2>&5
31271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31272 (exit $ac_status); }; }; then
31273 ac_cv_lib_esd_esd_close
=yes
31275 echo "$as_me: failed program was:" >&5
31276 sed 's/^/| /' conftest.
$ac_ext >&5
31278 ac_cv_lib_esd_esd_close
=no
31280 rm -f conftest.err conftest.
$ac_objext \
31281 conftest
$ac_exeext conftest.
$ac_ext
31282 LIBS
=$ac_check_lib_save_LIBS
31284 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
31285 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
31286 if test $ac_cv_lib_esd_esd_close = yes; then
31289 for ac_header
in esd.h
31291 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31292 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31293 echo "$as_me:$LINENO: checking for $ac_header" >&5
31294 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31295 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31296 echo $ECHO_N "(cached) $ECHO_C" >&6
31298 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31299 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31301 # Is the header compilable?
31302 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31303 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31304 cat >conftest.
$ac_ext <<_ACEOF
31307 cat confdefs.h
>>conftest.
$ac_ext
31308 cat >>conftest.
$ac_ext <<_ACEOF
31309 /* end confdefs.h. */
31310 $ac_includes_default
31311 #include <$ac_header>
31313 rm -f conftest.
$ac_objext
31314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31315 (eval $ac_compile) 2>conftest.er1
31317 grep -v '^ *+' conftest.er1
>conftest.err
31319 cat conftest.err
>&5
31320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31321 (exit $ac_status); } &&
31322 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31324 (eval $ac_try) 2>&5
31326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31327 (exit $ac_status); }; } &&
31328 { ac_try
='test -s conftest.$ac_objext'
31329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31330 (eval $ac_try) 2>&5
31332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31333 (exit $ac_status); }; }; then
31334 ac_header_compiler
=yes
31336 echo "$as_me: failed program was:" >&5
31337 sed 's/^/| /' conftest.
$ac_ext >&5
31339 ac_header_compiler
=no
31341 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31342 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31343 echo "${ECHO_T}$ac_header_compiler" >&6
31345 # Is the header present?
31346 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31347 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31348 cat >conftest.
$ac_ext <<_ACEOF
31351 cat confdefs.h
>>conftest.
$ac_ext
31352 cat >>conftest.
$ac_ext <<_ACEOF
31353 /* end confdefs.h. */
31354 #include <$ac_header>
31356 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31357 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31359 grep -v '^ *+' conftest.er1
>conftest.err
31361 cat conftest.err
>&5
31362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31363 (exit $ac_status); } >/dev
/null
; then
31364 if test -s conftest.err
; then
31365 ac_cpp_err
=$ac_c_preproc_warn_flag
31366 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31373 if test -z "$ac_cpp_err"; then
31374 ac_header_preproc
=yes
31376 echo "$as_me: failed program was:" >&5
31377 sed 's/^/| /' conftest.
$ac_ext >&5
31379 ac_header_preproc
=no
31381 rm -f conftest.err conftest.
$ac_ext
31382 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31383 echo "${ECHO_T}$ac_header_preproc" >&6
31385 # So? What about this header?
31386 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31388 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31389 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31390 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31391 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31392 ac_header_preproc
=yes
31395 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31396 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31397 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31398 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31399 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31400 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31401 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31402 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31403 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31404 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31405 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31406 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31409 ## ----------------------------------------- ##
31410 ## Report this to wx-dev@lists.wxwidgets.org ##
31411 ## ----------------------------------------- ##
31414 sed "s/^/$as_me: WARNING: /" >&2
31417 echo "$as_me:$LINENO: checking for $ac_header" >&5
31418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31419 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31420 echo $ECHO_N "(cached) $ECHO_C" >&6
31422 eval "$as_ac_Header=\$ac_header_preproc"
31424 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31425 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31428 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31429 cat >>confdefs.h
<<_ACEOF
31430 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31433 EXTRALIBS_ESD
="-lesd"
31444 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
31445 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
31446 cat >conftest.
$ac_ext <<_ACEOF
31449 cat confdefs.h
>>conftest.
$ac_ext
31450 cat >>conftest.
$ac_ext <<_ACEOF
31451 /* end confdefs.h. */
31453 #include <linux/cdrom.h>
31456 #include <sys/cdio.h>
31462 struct cdrom_tocentry entry, old_entry;
31467 rm -f conftest.
$ac_objext
31468 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31469 (eval $ac_compile) 2>conftest.er1
31471 grep -v '^ *+' conftest.er1
>conftest.err
31473 cat conftest.err
>&5
31474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31475 (exit $ac_status); } &&
31476 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31478 (eval $ac_try) 2>&5
31480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31481 (exit $ac_status); }; } &&
31482 { ac_try
='test -s conftest.$ac_objext'
31483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31484 (eval $ac_try) 2>&5
31486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31487 (exit $ac_status); }; }; then
31488 echo "$as_me:$LINENO: result: yes" >&5
31489 echo "${ECHO_T}yes" >&6
31490 cat >>confdefs.h
<<\_ACEOF
31491 #define HAVE_KNOWN_CDROM_INTERFACE 1
31495 echo "$as_me: failed program was:" >&5
31496 sed 's/^/| /' conftest.
$ac_ext >&5
31498 echo "$as_me:$LINENO: result: no" >&5
31499 echo "${ECHO_T}no" >&6
31501 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31504 cat >confcache
<<\_ACEOF
31505 # This file is a shell script that caches the results of configure
31506 # tests run on this system so they can be shared between configure
31507 # scripts and configure runs, see configure's option --config-cache.
31508 # It is not useful on other systems. If it contains results you don't
31509 # want to keep, you may remove or edit it.
31511 # config.status only pays attention to the cache file if you give it
31512 # the --recheck option to rerun configure.
31514 # `ac_cv_env_foo' variables (set or unset) will be overridden when
31515 # loading this file, other *unset* `ac_cv_foo' will be assigned the
31516 # following values.
31520 # The following way of writing the cache mishandles newlines in values,
31521 # but we know of no workaround that is simple, portable, and efficient.
31522 # So, don't put newlines in cache variables' values.
31523 # Ultrix sh set writes to stderr and can't be redirected directly,
31524 # and sets the high bit in the cache file unless we assign to the vars.
31527 case `(ac_space=' '; set | grep ac_space) 2>&1` in
31529 # `set' does not quote correctly, so add quotes (double-quote
31530 # substitution turns \\\\ into \\, and sed turns \\ into \).
31533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
31536 # `set' quotes correctly as required by POSIX, so do not add quotes.
31538 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
31545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
31547 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
31549 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
31550 if test -w $cache_file; then
31551 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
31552 cat confcache
>$cache_file
31554 echo "not updating unwritable cache $cache_file"
31561 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
31567 if test "$wxUSE_THREADS" = "yes" ; then
31568 if test "$USE_BEOS" = 1; then
31569 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
31570 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
31575 if test "$wxUSE_THREADS" = "yes" ; then
31578 THREAD_OPTS
="-pthread"
31580 *-*-solaris2* | *-*-sunos4* )
31581 if test "x$GCC" = "xyes"; then
31582 THREAD_OPTS
="-pthreads $THREAD_OPTS"
31584 THREAD_OPTS
="-mt $THREAD_OPTS"
31588 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
31590 *-*-darwin* | *-*-cygwin* )
31594 THREAD_OPTS
="pthreads"
31597 if test "x$GCC" != "xyes"; then
31603 if test "x$GCC" = "xyes"; then
31609 if test "x$GCC" != "xyes"; then
31610 THREAD_OPTS
="-Ethread"
31615 THREAD_OPTS
="$THREAD_OPTS pthread none"
31618 for flag
in $THREAD_OPTS; do
31621 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
31622 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
31626 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
31627 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
31628 THREADS_CFLAGS
="$flag"
31632 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
31633 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
31634 THREADS_LINK
="-l$flag"
31639 save_CFLAGS
="$CFLAGS"
31640 LIBS
="$THREADS_LINK $LIBS"
31641 CFLAGS
="$THREADS_CFLAGS $CFLAGS"
31643 cat >conftest.
$ac_ext <<_ACEOF
31646 cat confdefs.h
>>conftest.
$ac_ext
31647 cat >>conftest.
$ac_ext <<_ACEOF
31648 /* end confdefs.h. */
31649 #include <pthread.h>
31653 pthread_create(0,0,0,0);
31658 rm -f conftest.
$ac_objext conftest
$ac_exeext
31659 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31660 (eval $ac_link) 2>conftest.er1
31662 grep -v '^ *+' conftest.er1
>conftest.err
31664 cat conftest.err
>&5
31665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31666 (exit $ac_status); } &&
31667 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31669 (eval $ac_try) 2>&5
31671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31672 (exit $ac_status); }; } &&
31673 { ac_try
='test -s conftest$ac_exeext'
31674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31675 (eval $ac_try) 2>&5
31677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31678 (exit $ac_status); }; }; then
31681 echo "$as_me: failed program was:" >&5
31682 sed 's/^/| /' conftest.
$ac_ext >&5
31685 rm -f conftest.err conftest.
$ac_objext \
31686 conftest
$ac_exeext conftest.
$ac_ext
31689 CFLAGS
="$save_CFLAGS"
31691 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
31692 echo "${ECHO_T}$THREADS_OK" >&6
31693 if test "x$THREADS_OK" = "xyes"; then
31701 if test "x$THREADS_OK" != "xyes"; then
31703 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
31704 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
31706 LDFLAGS
="$THREADS_CFLAGS $LDFLAGS"
31707 LIBS
="$THREADS_LINK $LIBS"
31709 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
31710 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
31714 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
31715 flag
="-D_THREAD_SAFE"
31718 flag
="-D_THREAD_SAFE"
31721 flag
="-D_REENTRANT"
31722 if test "x$GCC" != "xyes"; then
31723 flag
="$flag -D_RWSTD_MULTI_THREAD"
31728 *solaris
* | alpha
*-osf*)
31729 flag
="-D_REENTRANT"
31732 echo "$as_me:$LINENO: result: ${flag}" >&5
31733 echo "${ECHO_T}${flag}" >&6
31734 if test "x$flag" != xno
; then
31735 THREADS_CFLAGS
="$THREADS_CFLAGS $flag"
31738 if test "x$THREADS_CFLAGS" != "x"; then
31739 CFLAGS
="$CFLAGS $THREADS_CFLAGS"
31740 CXXFLAGS
="$CXXFLAGS $THREADS_CFLAGS"
31745 if test "$wxUSE_THREADS" = "yes" ; then
31747 for ac_func
in thr_setconcurrency
31749 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31750 echo "$as_me:$LINENO: checking for $ac_func" >&5
31751 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31752 if eval "test \"\${$as_ac_var+set}\" = set"; then
31753 echo $ECHO_N "(cached) $ECHO_C" >&6
31755 cat >conftest.
$ac_ext <<_ACEOF
31758 cat confdefs.h
>>conftest.
$ac_ext
31759 cat >>conftest.
$ac_ext <<_ACEOF
31760 /* end confdefs.h. */
31761 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31762 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31763 #define $ac_func innocuous_$ac_func
31765 /* System header to define __stub macros and hopefully few prototypes,
31766 which can conflict with char $ac_func (); below.
31767 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31768 <limits.h> exists even on freestanding compilers. */
31771 # include <limits.h>
31773 # include <assert.h>
31778 /* Override any gcc2 internal prototype to avoid an error. */
31783 /* We use char because int might match the return type of a gcc2
31784 builtin and then its argument prototype would still apply. */
31786 /* The GNU C library defines this for functions which it implements
31787 to always fail with ENOSYS. Some functions are actually named
31788 something starting with __ and the normal name is an alias. */
31789 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31792 char (*f) () = $ac_func;
31801 return f != $ac_func;
31806 rm -f conftest.
$ac_objext conftest
$ac_exeext
31807 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31808 (eval $ac_link) 2>conftest.er1
31810 grep -v '^ *+' conftest.er1
>conftest.err
31812 cat conftest.err
>&5
31813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31814 (exit $ac_status); } &&
31815 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31817 (eval $ac_try) 2>&5
31819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31820 (exit $ac_status); }; } &&
31821 { ac_try
='test -s conftest$ac_exeext'
31822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31823 (eval $ac_try) 2>&5
31825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31826 (exit $ac_status); }; }; then
31827 eval "$as_ac_var=yes"
31829 echo "$as_me: failed program was:" >&5
31830 sed 's/^/| /' conftest.
$ac_ext >&5
31832 eval "$as_ac_var=no"
31834 rm -f conftest.err conftest.
$ac_objext \
31835 conftest
$ac_exeext conftest.
$ac_ext
31837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31838 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31839 if test `eval echo '${'$as_ac_var'}'` = yes; then
31840 cat >>confdefs.h
<<_ACEOF
31841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31849 for ac_header
in sched.h
31851 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31852 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31853 echo "$as_me:$LINENO: checking for $ac_header" >&5
31854 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31855 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31856 echo $ECHO_N "(cached) $ECHO_C" >&6
31858 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31859 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31861 # Is the header compilable?
31862 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31863 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31864 cat >conftest.
$ac_ext <<_ACEOF
31867 cat confdefs.h
>>conftest.
$ac_ext
31868 cat >>conftest.
$ac_ext <<_ACEOF
31869 /* end confdefs.h. */
31870 $ac_includes_default
31871 #include <$ac_header>
31873 rm -f conftest.
$ac_objext
31874 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31875 (eval $ac_compile) 2>conftest.er1
31877 grep -v '^ *+' conftest.er1
>conftest.err
31879 cat conftest.err
>&5
31880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31881 (exit $ac_status); } &&
31882 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31884 (eval $ac_try) 2>&5
31886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31887 (exit $ac_status); }; } &&
31888 { ac_try
='test -s conftest.$ac_objext'
31889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31890 (eval $ac_try) 2>&5
31892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31893 (exit $ac_status); }; }; then
31894 ac_header_compiler
=yes
31896 echo "$as_me: failed program was:" >&5
31897 sed 's/^/| /' conftest.
$ac_ext >&5
31899 ac_header_compiler
=no
31901 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31902 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31903 echo "${ECHO_T}$ac_header_compiler" >&6
31905 # Is the header present?
31906 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31907 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31908 cat >conftest.
$ac_ext <<_ACEOF
31911 cat confdefs.h
>>conftest.
$ac_ext
31912 cat >>conftest.
$ac_ext <<_ACEOF
31913 /* end confdefs.h. */
31914 #include <$ac_header>
31916 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31917 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31919 grep -v '^ *+' conftest.er1
>conftest.err
31921 cat conftest.err
>&5
31922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31923 (exit $ac_status); } >/dev
/null
; then
31924 if test -s conftest.err
; then
31925 ac_cpp_err
=$ac_c_preproc_warn_flag
31926 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31933 if test -z "$ac_cpp_err"; then
31934 ac_header_preproc
=yes
31936 echo "$as_me: failed program was:" >&5
31937 sed 's/^/| /' conftest.
$ac_ext >&5
31939 ac_header_preproc
=no
31941 rm -f conftest.err conftest.
$ac_ext
31942 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31943 echo "${ECHO_T}$ac_header_preproc" >&6
31945 # So? What about this header?
31946 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31948 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31949 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31950 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31951 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31952 ac_header_preproc
=yes
31955 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31956 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31957 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31958 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31959 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31960 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31961 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31962 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31963 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31964 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31965 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31966 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31969 ## ----------------------------------------- ##
31970 ## Report this to wx-dev@lists.wxwidgets.org ##
31971 ## ----------------------------------------- ##
31974 sed "s/^/$as_me: WARNING: /" >&2
31977 echo "$as_me:$LINENO: checking for $ac_header" >&5
31978 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31979 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31980 echo $ECHO_N "(cached) $ECHO_C" >&6
31982 eval "$as_ac_Header=\$ac_header_preproc"
31984 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31985 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31988 if test `eval echo '${'$as_ac_Header'}'` = yes; then
31989 cat >>confdefs.h
<<_ACEOF
31990 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31997 if test "$ac_cv_header_sched_h" = "yes"; then
31998 echo "$as_me:$LINENO: checking for sched_yield" >&5
31999 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
32000 if test "${ac_cv_func_sched_yield+set}" = set; then
32001 echo $ECHO_N "(cached) $ECHO_C" >&6
32003 cat >conftest.
$ac_ext <<_ACEOF
32006 cat confdefs.h
>>conftest.
$ac_ext
32007 cat >>conftest.
$ac_ext <<_ACEOF
32008 /* end confdefs.h. */
32009 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
32010 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32011 #define sched_yield innocuous_sched_yield
32013 /* System header to define __stub macros and hopefully few prototypes,
32014 which can conflict with char sched_yield (); below.
32015 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32016 <limits.h> exists even on freestanding compilers. */
32019 # include <limits.h>
32021 # include <assert.h>
32026 /* Override any gcc2 internal prototype to avoid an error. */
32031 /* We use char because int might match the return type of a gcc2
32032 builtin and then its argument prototype would still apply. */
32033 char sched_yield ();
32034 /* The GNU C library defines this for functions which it implements
32035 to always fail with ENOSYS. Some functions are actually named
32036 something starting with __ and the normal name is an alias. */
32037 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
32040 char (*f) () = sched_yield;
32049 return f != sched_yield;
32054 rm -f conftest.
$ac_objext conftest
$ac_exeext
32055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32056 (eval $ac_link) 2>conftest.er1
32058 grep -v '^ *+' conftest.er1
>conftest.err
32060 cat conftest.err
>&5
32061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32062 (exit $ac_status); } &&
32063 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32065 (eval $ac_try) 2>&5
32067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32068 (exit $ac_status); }; } &&
32069 { ac_try
='test -s conftest$ac_exeext'
32070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32071 (eval $ac_try) 2>&5
32073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32074 (exit $ac_status); }; }; then
32075 ac_cv_func_sched_yield
=yes
32077 echo "$as_me: failed program was:" >&5
32078 sed 's/^/| /' conftest.
$ac_ext >&5
32080 ac_cv_func_sched_yield
=no
32082 rm -f conftest.err conftest.
$ac_objext \
32083 conftest
$ac_exeext conftest.
$ac_ext
32085 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
32086 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
32087 if test $ac_cv_func_sched_yield = yes; then
32088 cat >>confdefs.h
<<\_ACEOF
32089 #define HAVE_SCHED_YIELD 1
32094 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
32095 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
32096 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
32097 echo $ECHO_N "(cached) $ECHO_C" >&6
32099 ac_check_lib_save_LIBS
=$LIBS
32100 LIBS
="-lposix4 $LIBS"
32101 cat >conftest.
$ac_ext <<_ACEOF
32104 cat confdefs.h
>>conftest.
$ac_ext
32105 cat >>conftest.
$ac_ext <<_ACEOF
32106 /* end confdefs.h. */
32108 /* Override any gcc2 internal prototype to avoid an error. */
32112 /* We use char because int might match the return type of a gcc2
32113 builtin and then its argument prototype would still apply. */
32114 char sched_yield ();
32123 rm -f conftest.
$ac_objext conftest
$ac_exeext
32124 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32125 (eval $ac_link) 2>conftest.er1
32127 grep -v '^ *+' conftest.er1
>conftest.err
32129 cat conftest.err
>&5
32130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32131 (exit $ac_status); } &&
32132 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32134 (eval $ac_try) 2>&5
32136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32137 (exit $ac_status); }; } &&
32138 { ac_try
='test -s conftest$ac_exeext'
32139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32140 (eval $ac_try) 2>&5
32142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32143 (exit $ac_status); }; }; then
32144 ac_cv_lib_posix4_sched_yield
=yes
32146 echo "$as_me: failed program was:" >&5
32147 sed 's/^/| /' conftest.
$ac_ext >&5
32149 ac_cv_lib_posix4_sched_yield
=no
32151 rm -f conftest.err conftest.
$ac_objext \
32152 conftest
$ac_exeext conftest.
$ac_ext
32153 LIBS
=$ac_check_lib_save_LIBS
32155 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
32156 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
32157 if test $ac_cv_lib_posix4_sched_yield = yes; then
32158 cat >>confdefs.h
<<\_ACEOF
32159 #define HAVE_SCHED_YIELD 1
32161 POSIX4_LINK
=" -lposix4"
32163 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
32164 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
32175 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
32176 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
32177 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
32178 echo $ECHO_N "(cached) $ECHO_C" >&6
32180 cat >conftest.
$ac_ext <<_ACEOF
32183 cat confdefs.h
>>conftest.
$ac_ext
32184 cat >>conftest.
$ac_ext <<_ACEOF
32185 /* end confdefs.h. */
32186 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
32187 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32188 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
32190 /* System header to define __stub macros and hopefully few prototypes,
32191 which can conflict with char pthread_attr_getschedpolicy (); below.
32192 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32193 <limits.h> exists even on freestanding compilers. */
32196 # include <limits.h>
32198 # include <assert.h>
32201 #undef pthread_attr_getschedpolicy
32203 /* Override any gcc2 internal prototype to avoid an error. */
32208 /* We use char because int might match the return type of a gcc2
32209 builtin and then its argument prototype would still apply. */
32210 char pthread_attr_getschedpolicy ();
32211 /* The GNU C library defines this for functions which it implements
32212 to always fail with ENOSYS. Some functions are actually named
32213 something starting with __ and the normal name is an alias. */
32214 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
32217 char (*f) () = pthread_attr_getschedpolicy;
32226 return f != pthread_attr_getschedpolicy;
32231 rm -f conftest.
$ac_objext conftest
$ac_exeext
32232 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32233 (eval $ac_link) 2>conftest.er1
32235 grep -v '^ *+' conftest.er1
>conftest.err
32237 cat conftest.err
>&5
32238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32239 (exit $ac_status); } &&
32240 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32242 (eval $ac_try) 2>&5
32244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32245 (exit $ac_status); }; } &&
32246 { ac_try
='test -s conftest$ac_exeext'
32247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32248 (eval $ac_try) 2>&5
32250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32251 (exit $ac_status); }; }; then
32252 ac_cv_func_pthread_attr_getschedpolicy
=yes
32254 echo "$as_me: failed program was:" >&5
32255 sed 's/^/| /' conftest.
$ac_ext >&5
32257 ac_cv_func_pthread_attr_getschedpolicy
=no
32259 rm -f conftest.err conftest.
$ac_objext \
32260 conftest
$ac_exeext conftest.
$ac_ext
32262 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
32263 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
32264 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
32265 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
32266 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
32267 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
32268 echo $ECHO_N "(cached) $ECHO_C" >&6
32270 cat >conftest.
$ac_ext <<_ACEOF
32273 cat confdefs.h
>>conftest.
$ac_ext
32274 cat >>conftest.
$ac_ext <<_ACEOF
32275 /* end confdefs.h. */
32276 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
32277 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32278 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
32280 /* System header to define __stub macros and hopefully few prototypes,
32281 which can conflict with char pthread_attr_setschedparam (); below.
32282 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32283 <limits.h> exists even on freestanding compilers. */
32286 # include <limits.h>
32288 # include <assert.h>
32291 #undef pthread_attr_setschedparam
32293 /* Override any gcc2 internal prototype to avoid an error. */
32298 /* We use char because int might match the return type of a gcc2
32299 builtin and then its argument prototype would still apply. */
32300 char pthread_attr_setschedparam ();
32301 /* The GNU C library defines this for functions which it implements
32302 to always fail with ENOSYS. Some functions are actually named
32303 something starting with __ and the normal name is an alias. */
32304 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
32307 char (*f) () = pthread_attr_setschedparam;
32316 return f != pthread_attr_setschedparam;
32321 rm -f conftest.
$ac_objext conftest
$ac_exeext
32322 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32323 (eval $ac_link) 2>conftest.er1
32325 grep -v '^ *+' conftest.er1
>conftest.err
32327 cat conftest.err
>&5
32328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32329 (exit $ac_status); } &&
32330 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32332 (eval $ac_try) 2>&5
32334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32335 (exit $ac_status); }; } &&
32336 { ac_try
='test -s conftest$ac_exeext'
32337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32338 (eval $ac_try) 2>&5
32340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32341 (exit $ac_status); }; }; then
32342 ac_cv_func_pthread_attr_setschedparam
=yes
32344 echo "$as_me: failed program was:" >&5
32345 sed 's/^/| /' conftest.
$ac_ext >&5
32347 ac_cv_func_pthread_attr_setschedparam
=no
32349 rm -f conftest.err conftest.
$ac_objext \
32350 conftest
$ac_exeext conftest.
$ac_ext
32352 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
32353 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
32354 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
32355 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
32356 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
32357 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
32358 echo $ECHO_N "(cached) $ECHO_C" >&6
32360 cat >conftest.
$ac_ext <<_ACEOF
32363 cat confdefs.h
>>conftest.
$ac_ext
32364 cat >>conftest.
$ac_ext <<_ACEOF
32365 /* end confdefs.h. */
32366 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
32367 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32368 #define sched_get_priority_max innocuous_sched_get_priority_max
32370 /* System header to define __stub macros and hopefully few prototypes,
32371 which can conflict with char sched_get_priority_max (); below.
32372 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32373 <limits.h> exists even on freestanding compilers. */
32376 # include <limits.h>
32378 # include <assert.h>
32381 #undef sched_get_priority_max
32383 /* Override any gcc2 internal prototype to avoid an error. */
32388 /* We use char because int might match the return type of a gcc2
32389 builtin and then its argument prototype would still apply. */
32390 char sched_get_priority_max ();
32391 /* The GNU C library defines this for functions which it implements
32392 to always fail with ENOSYS. Some functions are actually named
32393 something starting with __ and the normal name is an alias. */
32394 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
32397 char (*f) () = sched_get_priority_max;
32406 return f != sched_get_priority_max;
32411 rm -f conftest.
$ac_objext conftest
$ac_exeext
32412 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32413 (eval $ac_link) 2>conftest.er1
32415 grep -v '^ *+' conftest.er1
>conftest.err
32417 cat conftest.err
>&5
32418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32419 (exit $ac_status); } &&
32420 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32422 (eval $ac_try) 2>&5
32424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32425 (exit $ac_status); }; } &&
32426 { ac_try
='test -s conftest$ac_exeext'
32427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32428 (eval $ac_try) 2>&5
32430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32431 (exit $ac_status); }; }; then
32432 ac_cv_func_sched_get_priority_max
=yes
32434 echo "$as_me: failed program was:" >&5
32435 sed 's/^/| /' conftest.
$ac_ext >&5
32437 ac_cv_func_sched_get_priority_max
=no
32439 rm -f conftest.err conftest.
$ac_objext \
32440 conftest
$ac_exeext conftest.
$ac_ext
32442 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
32443 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
32444 if test $ac_cv_func_sched_get_priority_max = yes; then
32447 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
32448 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
32449 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
32450 echo $ECHO_N "(cached) $ECHO_C" >&6
32452 ac_check_lib_save_LIBS
=$LIBS
32453 LIBS
="-lposix4 $LIBS"
32454 cat >conftest.
$ac_ext <<_ACEOF
32457 cat confdefs.h
>>conftest.
$ac_ext
32458 cat >>conftest.
$ac_ext <<_ACEOF
32459 /* end confdefs.h. */
32461 /* Override any gcc2 internal prototype to avoid an error. */
32465 /* We use char because int might match the return type of a gcc2
32466 builtin and then its argument prototype would still apply. */
32467 char sched_get_priority_max ();
32471 sched_get_priority_max ();
32476 rm -f conftest.
$ac_objext conftest
$ac_exeext
32477 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32478 (eval $ac_link) 2>conftest.er1
32480 grep -v '^ *+' conftest.er1
>conftest.err
32482 cat conftest.err
>&5
32483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32484 (exit $ac_status); } &&
32485 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32487 (eval $ac_try) 2>&5
32489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32490 (exit $ac_status); }; } &&
32491 { ac_try
='test -s conftest$ac_exeext'
32492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32493 (eval $ac_try) 2>&5
32495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32496 (exit $ac_status); }; }; then
32497 ac_cv_lib_posix4_sched_get_priority_max
=yes
32499 echo "$as_me: failed program was:" >&5
32500 sed 's/^/| /' conftest.
$ac_ext >&5
32502 ac_cv_lib_posix4_sched_get_priority_max
=no
32504 rm -f conftest.err conftest.
$ac_objext \
32505 conftest
$ac_exeext conftest.
$ac_ext
32506 LIBS
=$ac_check_lib_save_LIBS
32508 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
32509 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
32510 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
32513 POSIX4_LINK
=" -lposix4"
32527 if test "$HAVE_PRIOR_FUNCS" = 1; then
32528 cat >>confdefs.h
<<\_ACEOF
32529 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
32533 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
32534 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
32537 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
32538 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
32539 if test "${ac_cv_func_pthread_cancel+set}" = set; then
32540 echo $ECHO_N "(cached) $ECHO_C" >&6
32542 cat >conftest.
$ac_ext <<_ACEOF
32545 cat confdefs.h
>>conftest.
$ac_ext
32546 cat >>conftest.
$ac_ext <<_ACEOF
32547 /* end confdefs.h. */
32548 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
32549 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32550 #define pthread_cancel innocuous_pthread_cancel
32552 /* System header to define __stub macros and hopefully few prototypes,
32553 which can conflict with char pthread_cancel (); below.
32554 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32555 <limits.h> exists even on freestanding compilers. */
32558 # include <limits.h>
32560 # include <assert.h>
32563 #undef pthread_cancel
32565 /* Override any gcc2 internal prototype to avoid an error. */
32570 /* We use char because int might match the return type of a gcc2
32571 builtin and then its argument prototype would still apply. */
32572 char pthread_cancel ();
32573 /* The GNU C library defines this for functions which it implements
32574 to always fail with ENOSYS. Some functions are actually named
32575 something starting with __ and the normal name is an alias. */
32576 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
32579 char (*f) () = pthread_cancel;
32588 return f != pthread_cancel;
32593 rm -f conftest.
$ac_objext conftest
$ac_exeext
32594 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32595 (eval $ac_link) 2>conftest.er1
32597 grep -v '^ *+' conftest.er1
>conftest.err
32599 cat conftest.err
>&5
32600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32601 (exit $ac_status); } &&
32602 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32604 (eval $ac_try) 2>&5
32606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32607 (exit $ac_status); }; } &&
32608 { ac_try
='test -s conftest$ac_exeext'
32609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32610 (eval $ac_try) 2>&5
32612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32613 (exit $ac_status); }; }; then
32614 ac_cv_func_pthread_cancel
=yes
32616 echo "$as_me: failed program was:" >&5
32617 sed 's/^/| /' conftest.
$ac_ext >&5
32619 ac_cv_func_pthread_cancel
=no
32621 rm -f conftest.err conftest.
$ac_objext \
32622 conftest
$ac_exeext conftest.
$ac_ext
32624 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
32625 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
32626 if test $ac_cv_func_pthread_cancel = yes; then
32627 cat >>confdefs.h
<<\_ACEOF
32628 #define HAVE_PTHREAD_CANCEL 1
32632 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
32633 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
32639 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
32640 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
32641 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
32642 echo $ECHO_N "(cached) $ECHO_C" >&6
32645 cat >conftest.
$ac_ext <<_ACEOF
32648 cat confdefs.h
>>conftest.
$ac_ext
32649 cat >>conftest.
$ac_ext <<_ACEOF
32650 /* end confdefs.h. */
32651 #include <pthread.h>
32656 pthread_mutexattr_t attr;
32657 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
32663 rm -f conftest.
$ac_objext
32664 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32665 (eval $ac_compile) 2>conftest.er1
32667 grep -v '^ *+' conftest.er1
>conftest.err
32669 cat conftest.err
>&5
32670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32671 (exit $ac_status); } &&
32672 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32674 (eval $ac_try) 2>&5
32676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32677 (exit $ac_status); }; } &&
32678 { ac_try
='test -s conftest.$ac_objext'
32679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32680 (eval $ac_try) 2>&5
32682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32683 (exit $ac_status); }; }; then
32685 wx_cv_type_pthread_mutexattr_t
=yes
32688 echo "$as_me: failed program was:" >&5
32689 sed 's/^/| /' conftest.
$ac_ext >&5
32692 wx_cv_type_pthread_mutexattr_t
=no
32696 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32699 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
32700 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
32702 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
32703 cat >>confdefs.h
<<\_ACEOF
32704 #define HAVE_PTHREAD_MUTEXATTR_T 1
32708 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
32709 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
32710 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
32711 echo $ECHO_N "(cached) $ECHO_C" >&6
32714 cat >conftest.
$ac_ext <<_ACEOF
32717 cat confdefs.h
>>conftest.
$ac_ext
32718 cat >>conftest.
$ac_ext <<_ACEOF
32719 /* end confdefs.h. */
32720 #include <pthread.h>
32725 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
32731 rm -f conftest.
$ac_objext
32732 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32733 (eval $ac_compile) 2>conftest.er1
32735 grep -v '^ *+' conftest.er1
>conftest.err
32737 cat conftest.err
>&5
32738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32739 (exit $ac_status); } &&
32740 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32742 (eval $ac_try) 2>&5
32744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32745 (exit $ac_status); }; } &&
32746 { ac_try
='test -s conftest.$ac_objext'
32747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32748 (eval $ac_try) 2>&5
32750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32751 (exit $ac_status); }; }; then
32753 wx_cv_type_pthread_rec_mutex_init
=yes
32756 echo "$as_me: failed program was:" >&5
32757 sed 's/^/| /' conftest.
$ac_ext >&5
32760 wx_cv_type_pthread_rec_mutex_init
=no
32764 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32767 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
32768 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
32769 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
32770 cat >>confdefs.h
<<\_ACEOF
32771 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
32775 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
32776 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
32782 if test "$wxUSE_THREADS" = "yes" ; then
32785 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
32786 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
32787 if test "${wx_cv_cflags_mthread+set}" = set; then
32788 echo $ECHO_N "(cached) $ECHO_C" >&6
32791 CFLAGS_OLD
="$CFLAGS"
32792 CFLAGS
="$CFLAGS -mthreads"
32793 cat >conftest.
$ac_ext <<_ACEOF
32796 cat confdefs.h
>>conftest.
$ac_ext
32797 cat >>conftest.
$ac_ext <<_ACEOF
32798 /* end confdefs.h. */
32808 rm -f conftest.
$ac_objext
32809 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32810 (eval $ac_compile) 2>conftest.er1
32812 grep -v '^ *+' conftest.er1
>conftest.err
32814 cat conftest.err
>&5
32815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32816 (exit $ac_status); } &&
32817 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32819 (eval $ac_try) 2>&5
32821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32822 (exit $ac_status); }; } &&
32823 { ac_try
='test -s conftest.$ac_objext'
32824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32825 (eval $ac_try) 2>&5
32827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32828 (exit $ac_status); }; }; then
32829 wx_cv_cflags_mthread
=yes
32831 echo "$as_me: failed program was:" >&5
32832 sed 's/^/| /' conftest.
$ac_ext >&5
32834 wx_cv_cflags_mthread
=no
32837 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32841 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
32842 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
32844 if test "$wx_cv_cflags_mthread" = "yes"; then
32845 CXXFLAGS
="$CXXFLAGS -mthreads"
32846 TOOLCHAIN_DEFS
="$TOOLCHAIN_DEFS -mthreads"
32847 LDFLAGS
="$LDFLAGS -mthreads"
32849 CFLAGS
="$CFLAGS_OLD"
32853 CFLAGS
="$CFLAGS -Zmt -D__ST_MT_ERRNO__"
32854 CXXFLAGS
="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
32855 LDFLAGS
="$LDFLAGS -Zmt"
32861 if test "$wxUSE_THREADS" = "yes"; then
32862 cat >>confdefs.h
<<\_ACEOF
32863 #define wxUSE_THREADS 1
32867 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
32869 if test "$ac_cv_func_strtok_r" = "yes"; then
32870 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
32871 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
32872 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
32873 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D_REENTRANT"
32874 echo "$as_me:$LINENO: result: yes" >&5
32875 echo "${ECHO_T}yes" >&6
32877 echo "$as_me:$LINENO: result: no" >&5
32878 echo "${ECHO_T}no" >&6
32883 if test "$WXGTK20" = 1 ; then
32884 cat >>confdefs.h
<<_ACEOF
32885 #define __WXGTK20__ $WXGTK20
32891 if test "$WXGTK12" = 1 ; then
32892 cat >>confdefs.h
<<_ACEOF
32893 #define __WXGTK12__ $WXGTK12
32898 if test "$WXGTK127" = 1 ; then
32899 cat >>confdefs.h
<<_ACEOF
32900 #define __WXGTK127__ $WXGTK127
32905 if test "$WXGPE" = 1 ; then
32906 cat >>confdefs.h
<<_ACEOF
32907 #define __WXGPE__ $WXGPE
32914 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
32919 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
32920 wxUSE_DEBUG_INFO
=yes
32924 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
32925 cat >>confdefs.h
<<\_ACEOF
32929 WXDEBUG_DEFINE
="-D__WXDEBUG__"
32931 if test "$wxUSE_GTK" = 1 ; then
32932 WXDEBUG_DEFINE
="-DGTK_NO_CHECK_CASTS"
32936 if test "$wxUSE_MEM_TRACING" = "yes" ; then
32937 cat >>confdefs.h
<<\_ACEOF
32938 #define wxUSE_MEMORY_TRACING 1
32941 cat >>confdefs.h
<<\_ACEOF
32942 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
32945 cat >>confdefs.h
<<\_ACEOF
32946 #define wxUSE_DEBUG_NEW_ALWAYS 1
32949 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
32952 if test "$wxUSE_DMALLOC" = "yes" ; then
32953 DMALLOC_LIBS
="-ldmalloc"
32957 if test "$wxUSE_PROFILE" = "yes" ; then
32962 CODE_GEN_FLAGS_CXX
=
32963 if test "$GCC" = "yes" ; then
32964 if test "$wxUSE_NO_RTTI" = "yes" ; then
32965 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-rtti"
32967 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
32968 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fno-exceptions"
32970 if test "$wxUSE_PERMISSIVE" = "yes" ; then
32971 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -fpermissive"
32976 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -mminimal-toc"
32979 CODE_GEN_FLAGS
="$CODE_GEN_FLAGS -ffunction-sections"
32985 if test "$wxUSE_OPTIMISE" = "no" ; then
32986 if test "$GCC" = yes ; then
32990 if test "$GCC" = yes ; then
32994 i586
-*-*|i686
-*-* )
32995 OPTIMISE
="${OPTIMISE} "
33004 if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
33005 cat >>confdefs.h
<<\_ACEOF
33006 #define WXWIN_COMPATIBILITY_2_2 1
33010 WXWIN_COMPATIBILITY_2_4
="yes"
33013 if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
33014 cat >>confdefs.h
<<\_ACEOF
33015 #define WXWIN_COMPATIBILITY_2_4 1
33021 if test "$wxUSE_GUI" = "yes"; then
33022 cat >>confdefs.h
<<\_ACEOF
33023 #define wxUSE_GUI 1
33028 cat >>confdefs.h
<<\_ACEOF
33029 #define wxUSE_NOGUI 1
33035 if test "$wxUSE_UNIX" = "yes"; then
33036 cat >>confdefs.h
<<\_ACEOF
33037 #define wxUSE_UNIX 1
33043 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
33047 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33048 if test "$USE_DARWIN" = 1; then
33052 for ac_func
in dlopen
33054 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33055 echo "$as_me:$LINENO: checking for $ac_func" >&5
33056 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33057 if eval "test \"\${$as_ac_var+set}\" = set"; then
33058 echo $ECHO_N "(cached) $ECHO_C" >&6
33060 cat >conftest.
$ac_ext <<_ACEOF
33063 cat confdefs.h
>>conftest.
$ac_ext
33064 cat >>conftest.
$ac_ext <<_ACEOF
33065 /* end confdefs.h. */
33066 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33067 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33068 #define $ac_func innocuous_$ac_func
33070 /* System header to define __stub macros and hopefully few prototypes,
33071 which can conflict with char $ac_func (); below.
33072 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33073 <limits.h> exists even on freestanding compilers. */
33076 # include <limits.h>
33078 # include <assert.h>
33083 /* Override any gcc2 internal prototype to avoid an error. */
33088 /* We use char because int might match the return type of a gcc2
33089 builtin and then its argument prototype would still apply. */
33091 /* The GNU C library defines this for functions which it implements
33092 to always fail with ENOSYS. Some functions are actually named
33093 something starting with __ and the normal name is an alias. */
33094 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33097 char (*f) () = $ac_func;
33106 return f != $ac_func;
33111 rm -f conftest.
$ac_objext conftest
$ac_exeext
33112 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33113 (eval $ac_link) 2>conftest.er1
33115 grep -v '^ *+' conftest.er1
>conftest.err
33117 cat conftest.err
>&5
33118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33119 (exit $ac_status); } &&
33120 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33122 (eval $ac_try) 2>&5
33124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33125 (exit $ac_status); }; } &&
33126 { ac_try
='test -s conftest$ac_exeext'
33127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33128 (eval $ac_try) 2>&5
33130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33131 (exit $ac_status); }; }; then
33132 eval "$as_ac_var=yes"
33134 echo "$as_me: failed program was:" >&5
33135 sed 's/^/| /' conftest.
$ac_ext >&5
33137 eval "$as_ac_var=no"
33139 rm -f conftest.err conftest.
$ac_objext \
33140 conftest
$ac_exeext conftest.
$ac_ext
33142 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33143 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33144 if test `eval echo '${'$as_ac_var'}'` = yes; then
33145 cat >>confdefs.h
<<_ACEOF
33146 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33149 cat >>confdefs.h
<<\_ACEOF
33150 #define HAVE_DLOPEN 1
33157 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
33158 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
33159 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
33160 echo $ECHO_N "(cached) $ECHO_C" >&6
33162 ac_check_lib_save_LIBS
=$LIBS
33164 cat >conftest.
$ac_ext <<_ACEOF
33167 cat confdefs.h
>>conftest.
$ac_ext
33168 cat >>conftest.
$ac_ext <<_ACEOF
33169 /* end confdefs.h. */
33171 /* Override any gcc2 internal prototype to avoid an error. */
33175 /* We use char because int might match the return type of a gcc2
33176 builtin and then its argument prototype would still apply. */
33186 rm -f conftest.
$ac_objext conftest
$ac_exeext
33187 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33188 (eval $ac_link) 2>conftest.er1
33190 grep -v '^ *+' conftest.er1
>conftest.err
33192 cat conftest.err
>&5
33193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33194 (exit $ac_status); } &&
33195 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33197 (eval $ac_try) 2>&5
33199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33200 (exit $ac_status); }; } &&
33201 { ac_try
='test -s conftest$ac_exeext'
33202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33203 (eval $ac_try) 2>&5
33205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33206 (exit $ac_status); }; }; then
33207 ac_cv_lib_dl_dlopen
=yes
33209 echo "$as_me: failed program was:" >&5
33210 sed 's/^/| /' conftest.
$ac_ext >&5
33212 ac_cv_lib_dl_dlopen
=no
33214 rm -f conftest.err conftest.
$ac_objext \
33215 conftest
$ac_exeext conftest.
$ac_ext
33216 LIBS
=$ac_check_lib_save_LIBS
33218 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
33219 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
33220 if test $ac_cv_lib_dl_dlopen = yes; then
33222 cat >>confdefs.h
<<\_ACEOF
33223 #define HAVE_DLOPEN 1
33227 DL_LINK
=" -ldl$DL_LINK"
33232 for ac_func
in shl_load
33234 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33235 echo "$as_me:$LINENO: checking for $ac_func" >&5
33236 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33237 if eval "test \"\${$as_ac_var+set}\" = set"; then
33238 echo $ECHO_N "(cached) $ECHO_C" >&6
33240 cat >conftest.
$ac_ext <<_ACEOF
33243 cat confdefs.h
>>conftest.
$ac_ext
33244 cat >>conftest.
$ac_ext <<_ACEOF
33245 /* end confdefs.h. */
33246 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33247 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33248 #define $ac_func innocuous_$ac_func
33250 /* System header to define __stub macros and hopefully few prototypes,
33251 which can conflict with char $ac_func (); below.
33252 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33253 <limits.h> exists even on freestanding compilers. */
33256 # include <limits.h>
33258 # include <assert.h>
33263 /* Override any gcc2 internal prototype to avoid an error. */
33268 /* We use char because int might match the return type of a gcc2
33269 builtin and then its argument prototype would still apply. */
33271 /* The GNU C library defines this for functions which it implements
33272 to always fail with ENOSYS. Some functions are actually named
33273 something starting with __ and the normal name is an alias. */
33274 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33277 char (*f) () = $ac_func;
33286 return f != $ac_func;
33291 rm -f conftest.
$ac_objext conftest
$ac_exeext
33292 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33293 (eval $ac_link) 2>conftest.er1
33295 grep -v '^ *+' conftest.er1
>conftest.err
33297 cat conftest.err
>&5
33298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33299 (exit $ac_status); } &&
33300 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33302 (eval $ac_try) 2>&5
33304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33305 (exit $ac_status); }; } &&
33306 { ac_try
='test -s conftest$ac_exeext'
33307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33308 (eval $ac_try) 2>&5
33310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33311 (exit $ac_status); }; }; then
33312 eval "$as_ac_var=yes"
33314 echo "$as_me: failed program was:" >&5
33315 sed 's/^/| /' conftest.
$ac_ext >&5
33317 eval "$as_ac_var=no"
33319 rm -f conftest.err conftest.
$ac_objext \
33320 conftest
$ac_exeext conftest.
$ac_ext
33322 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33323 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33324 if test `eval echo '${'$as_ac_var'}'` = yes; then
33325 cat >>confdefs.h
<<_ACEOF
33326 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33329 cat >>confdefs.h
<<\_ACEOF
33330 #define HAVE_SHL_LOAD 1
33337 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
33338 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
33339 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
33340 echo $ECHO_N "(cached) $ECHO_C" >&6
33342 ac_check_lib_save_LIBS
=$LIBS
33343 LIBS
="-lshl_load $LIBS"
33344 cat >conftest.
$ac_ext <<_ACEOF
33347 cat confdefs.h
>>conftest.
$ac_ext
33348 cat >>conftest.
$ac_ext <<_ACEOF
33349 /* end confdefs.h. */
33351 /* Override any gcc2 internal prototype to avoid an error. */
33355 /* We use char because int might match the return type of a gcc2
33356 builtin and then its argument prototype would still apply. */
33366 rm -f conftest.
$ac_objext conftest
$ac_exeext
33367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33368 (eval $ac_link) 2>conftest.er1
33370 grep -v '^ *+' conftest.er1
>conftest.err
33372 cat conftest.err
>&5
33373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33374 (exit $ac_status); } &&
33375 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33377 (eval $ac_try) 2>&5
33379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33380 (exit $ac_status); }; } &&
33381 { ac_try
='test -s conftest$ac_exeext'
33382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33383 (eval $ac_try) 2>&5
33385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33386 (exit $ac_status); }; }; then
33387 ac_cv_lib_shl_load_dld
=yes
33389 echo "$as_me: failed program was:" >&5
33390 sed 's/^/| /' conftest.
$ac_ext >&5
33392 ac_cv_lib_shl_load_dld
=no
33394 rm -f conftest.err conftest.
$ac_objext \
33395 conftest
$ac_exeext conftest.
$ac_ext
33396 LIBS
=$ac_check_lib_save_LIBS
33398 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
33399 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
33400 if test $ac_cv_lib_shl_load_dld = yes; then
33403 DL_LINK
=" -ldld$DL_LINK"
33419 if test "$HAVE_DL_FUNCS" = 1; then
33421 for ac_func
in dlerror
33423 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33424 echo "$as_me:$LINENO: checking for $ac_func" >&5
33425 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33426 if eval "test \"\${$as_ac_var+set}\" = set"; then
33427 echo $ECHO_N "(cached) $ECHO_C" >&6
33429 cat >conftest.
$ac_ext <<_ACEOF
33432 cat confdefs.h
>>conftest.
$ac_ext
33433 cat >>conftest.
$ac_ext <<_ACEOF
33434 /* end confdefs.h. */
33435 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33436 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33437 #define $ac_func innocuous_$ac_func
33439 /* System header to define __stub macros and hopefully few prototypes,
33440 which can conflict with char $ac_func (); below.
33441 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33442 <limits.h> exists even on freestanding compilers. */
33445 # include <limits.h>
33447 # include <assert.h>
33452 /* Override any gcc2 internal prototype to avoid an error. */
33457 /* We use char because int might match the return type of a gcc2
33458 builtin and then its argument prototype would still apply. */
33460 /* The GNU C library defines this for functions which it implements
33461 to always fail with ENOSYS. Some functions are actually named
33462 something starting with __ and the normal name is an alias. */
33463 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33466 char (*f) () = $ac_func;
33475 return f != $ac_func;
33480 rm -f conftest.
$ac_objext conftest
$ac_exeext
33481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33482 (eval $ac_link) 2>conftest.er1
33484 grep -v '^ *+' conftest.er1
>conftest.err
33486 cat conftest.err
>&5
33487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33488 (exit $ac_status); } &&
33489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33491 (eval $ac_try) 2>&5
33493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33494 (exit $ac_status); }; } &&
33495 { ac_try
='test -s conftest$ac_exeext'
33496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33497 (eval $ac_try) 2>&5
33499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33500 (exit $ac_status); }; }; then
33501 eval "$as_ac_var=yes"
33503 echo "$as_me: failed program was:" >&5
33504 sed 's/^/| /' conftest.
$ac_ext >&5
33506 eval "$as_ac_var=no"
33508 rm -f conftest.err conftest.
$ac_objext \
33509 conftest
$ac_exeext conftest.
$ac_ext
33511 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33512 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33513 if test `eval echo '${'$as_ac_var'}'` = yes; then
33514 cat >>confdefs.h
<<_ACEOF
33515 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33517 cat >>confdefs.h
<<\_ACEOF
33518 #define HAVE_DLERROR 1
33523 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
33524 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
33525 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
33526 echo $ECHO_N "(cached) $ECHO_C" >&6
33528 ac_check_lib_save_LIBS
=$LIBS
33530 cat >conftest.
$ac_ext <<_ACEOF
33533 cat confdefs.h
>>conftest.
$ac_ext
33534 cat >>conftest.
$ac_ext <<_ACEOF
33535 /* end confdefs.h. */
33537 /* Override any gcc2 internal prototype to avoid an error. */
33541 /* We use char because int might match the return type of a gcc2
33542 builtin and then its argument prototype would still apply. */
33552 rm -f conftest.
$ac_objext conftest
$ac_exeext
33553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33554 (eval $ac_link) 2>conftest.er1
33556 grep -v '^ *+' conftest.er1
>conftest.err
33558 cat conftest.err
>&5
33559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33560 (exit $ac_status); } &&
33561 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33563 (eval $ac_try) 2>&5
33565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33566 (exit $ac_status); }; } &&
33567 { ac_try
='test -s conftest$ac_exeext'
33568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33569 (eval $ac_try) 2>&5
33571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33572 (exit $ac_status); }; }; then
33573 ac_cv_lib_dl_dlerror
=yes
33575 echo "$as_me: failed program was:" >&5
33576 sed 's/^/| /' conftest.
$ac_ext >&5
33578 ac_cv_lib_dl_dlerror
=no
33580 rm -f conftest.err conftest.
$ac_objext \
33581 conftest
$ac_exeext conftest.
$ac_ext
33582 LIBS
=$ac_check_lib_save_LIBS
33584 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
33585 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
33586 if test $ac_cv_lib_dl_dlerror = yes; then
33587 cat >>confdefs.h
<<\_ACEOF
33588 #define HAVE_DLERROR 1
33601 if test "$HAVE_DL_FUNCS" = 0; then
33602 if test "$HAVE_SHL_FUNCS" = 0; then
33603 if test "$USE_UNIX" = 1; then
33604 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
33605 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
33606 wxUSE_DYNAMIC_LOADER
=no
33607 wxUSE_DYNLIB_CLASS
=no
33609 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
33610 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
33617 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
33618 cat >>confdefs.h
<<\_ACEOF
33619 #define wxUSE_DYNAMIC_LOADER 1
33623 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
33624 cat >>confdefs.h
<<\_ACEOF
33625 #define wxUSE_DYNLIB_CLASS 1
33632 if test "$wxUSE_PLUGINS" = "yes" ; then
33633 if test "$wxUSE_SHARED" = "no" ; then
33634 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
33635 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
33638 if test "$wxUSE_MONOLITHIC" = "yes" ; then
33639 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
33640 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
33643 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
33644 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
33645 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
33648 if test "$wxUSE_PLUGINS" = "yes" ; then
33649 cat >>confdefs.h
<<\_ACEOF
33650 #define wxUSE_PLUGINS 1
33657 if test "$wxUSE_STL" = "yes"; then
33658 cat >>confdefs.h
<<\_ACEOF
33659 #define wxUSE_STL 1
33664 if test "$wxUSE_APPLE_IEEE" = "yes"; then
33665 cat >>confdefs.h
<<\_ACEOF
33666 #define wxUSE_APPLE_IEEE 1
33671 if test "$wxUSE_TIMER" = "yes"; then
33672 cat >>confdefs.h
<<\_ACEOF
33673 #define wxUSE_TIMER 1
33679 if test "$wxUSE_SOUND" = "yes"; then
33680 if test "$USE_UNIX" = "1" ; then
33682 for ac_header
in sys
/soundcard.h
33684 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33685 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33686 echo "$as_me:$LINENO: checking for $ac_header" >&5
33687 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33688 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33689 echo $ECHO_N "(cached) $ECHO_C" >&6
33691 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33692 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33694 # Is the header compilable?
33695 echo "$as_me:$LINENO: checking $ac_header usability" >&5
33696 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
33697 cat >conftest.
$ac_ext <<_ACEOF
33700 cat confdefs.h
>>conftest.
$ac_ext
33701 cat >>conftest.
$ac_ext <<_ACEOF
33702 /* end confdefs.h. */
33703 $ac_includes_default
33704 #include <$ac_header>
33706 rm -f conftest.
$ac_objext
33707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33708 (eval $ac_compile) 2>conftest.er1
33710 grep -v '^ *+' conftest.er1
>conftest.err
33712 cat conftest.err
>&5
33713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33714 (exit $ac_status); } &&
33715 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33717 (eval $ac_try) 2>&5
33719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33720 (exit $ac_status); }; } &&
33721 { ac_try
='test -s conftest.$ac_objext'
33722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33723 (eval $ac_try) 2>&5
33725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33726 (exit $ac_status); }; }; then
33727 ac_header_compiler
=yes
33729 echo "$as_me: failed program was:" >&5
33730 sed 's/^/| /' conftest.
$ac_ext >&5
33732 ac_header_compiler
=no
33734 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33735 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33736 echo "${ECHO_T}$ac_header_compiler" >&6
33738 # Is the header present?
33739 echo "$as_me:$LINENO: checking $ac_header presence" >&5
33740 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
33741 cat >conftest.
$ac_ext <<_ACEOF
33744 cat confdefs.h
>>conftest.
$ac_ext
33745 cat >>conftest.
$ac_ext <<_ACEOF
33746 /* end confdefs.h. */
33747 #include <$ac_header>
33749 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
33750 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
33752 grep -v '^ *+' conftest.er1
>conftest.err
33754 cat conftest.err
>&5
33755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33756 (exit $ac_status); } >/dev
/null
; then
33757 if test -s conftest.err
; then
33758 ac_cpp_err
=$ac_c_preproc_warn_flag
33759 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
33766 if test -z "$ac_cpp_err"; then
33767 ac_header_preproc
=yes
33769 echo "$as_me: failed program was:" >&5
33770 sed 's/^/| /' conftest.
$ac_ext >&5
33772 ac_header_preproc
=no
33774 rm -f conftest.err conftest.
$ac_ext
33775 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33776 echo "${ECHO_T}$ac_header_preproc" >&6
33778 # So? What about this header?
33779 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33781 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
33782 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
33783 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
33784 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
33785 ac_header_preproc
=yes
33788 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
33789 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
33790 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
33791 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
33792 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
33793 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
33794 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
33795 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
33796 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
33797 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
33798 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
33799 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
33802 ## ----------------------------------------- ##
33803 ## Report this to wx-dev@lists.wxwidgets.org ##
33804 ## ----------------------------------------- ##
33807 sed "s/^/$as_me: WARNING: /" >&2
33810 echo "$as_me:$LINENO: checking for $ac_header" >&5
33811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33812 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33813 echo $ECHO_N "(cached) $ECHO_C" >&6
33815 eval "$as_ac_Header=\$ac_header_preproc"
33817 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33818 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33821 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33822 cat >>confdefs.h
<<_ACEOF
33823 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33831 if test "$wxUSE_LIBSDL" != "no"; then
33833 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
33834 if test "${with_sdl_prefix+set}" = set; then
33835 withval
="$with_sdl_prefix"
33836 sdl_prefix
="$withval"
33841 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
33842 if test "${with_sdl_exec_prefix+set}" = set; then
33843 withval
="$with_sdl_exec_prefix"
33844 sdl_exec_prefix
="$withval"
33848 # Check whether --enable-sdltest or --disable-sdltest was given.
33849 if test "${enable_sdltest+set}" = set; then
33850 enableval
="$enable_sdltest"
33856 if test x
$sdl_exec_prefix != x
; then
33857 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
33858 if test x
${SDL_CONFIG+set} != xset
; then
33859 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
33862 if test x
$sdl_prefix != x
; then
33863 sdl_args
="$sdl_args --prefix=$sdl_prefix"
33864 if test x
${SDL_CONFIG+set} != xset
; then
33865 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
33870 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
33871 # Extract the first word of "sdl-config", so it can be a program name with args.
33872 set dummy sdl
-config; ac_word
=$2
33873 echo "$as_me:$LINENO: checking for $ac_word" >&5
33874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33875 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
33876 echo $ECHO_N "(cached) $ECHO_C" >&6
33878 case $SDL_CONFIG in
33880 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
33883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33884 for as_dir
in $PATH
33887 test -z "$as_dir" && as_dir
=.
33888 for ac_exec_ext
in '' $ac_executable_extensions; do
33889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33890 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
33891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33897 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
33901 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
33903 if test -n "$SDL_CONFIG"; then
33904 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
33905 echo "${ECHO_T}$SDL_CONFIG" >&6
33907 echo "$as_me:$LINENO: result: no" >&5
33908 echo "${ECHO_T}no" >&6
33911 min_sdl_version
=1.2.0
33912 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
33913 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
33915 if test "$SDL_CONFIG" = "no" ; then
33918 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
33919 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
33921 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
33922 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
33923 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
33924 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
33925 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
33926 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
33927 if test "x$enable_sdltest" = "xyes" ; then
33928 ac_save_CFLAGS
="$CFLAGS"
33929 ac_save_LIBS
="$LIBS"
33930 CFLAGS
="$CFLAGS $SDL_CFLAGS"
33931 LIBS
="$LIBS $SDL_LIBS"
33933 if test "$cross_compiling" = yes; then
33934 echo $ac_n "cross compiling; assumed OK... $ac_c"
33936 cat >conftest.
$ac_ext <<_ACEOF
33939 cat confdefs.h
>>conftest.
$ac_ext
33940 cat >>conftest.
$ac_ext <<_ACEOF
33941 /* end confdefs.h. */
33944 #include <stdlib.h>
33945 #include <string.h>
33949 my_strdup (char *str)
33955 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
33956 strcpy (new_str, str);
33964 int main (int argc, char *argv[])
33966 int major, minor, micro;
33969 /* This hangs on some systems (?)
33970 system ("touch conf.sdltest");
33972 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
33974 /* HP/UX 9 (%@#!) writes to sscanf strings */
33975 tmp_version = my_strdup("$min_sdl_version");
33976 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
33977 printf("%s, bad version string\n", "$min_sdl_version");
33981 if (($sdl_major_version > major) ||
33982 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
33983 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
33989 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
33990 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
33991 printf("*** best to upgrade to the required version.\n");
33992 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
33993 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
33994 printf("*** config.cache before re-running configure\n");
34001 rm -f conftest
$ac_exeext
34002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34003 (eval $ac_link) 2>&5
34005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34006 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
34007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34008 (eval $ac_try) 2>&5
34010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34011 (exit $ac_status); }; }; then
34014 echo "$as_me: program exited with status $ac_status" >&5
34015 echo "$as_me: failed program was:" >&5
34016 sed 's/^/| /' conftest.
$ac_ext >&5
34018 ( exit $ac_status )
34021 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
34023 CFLAGS
="$ac_save_CFLAGS"
34024 LIBS
="$ac_save_LIBS"
34027 if test "x$no_sdl" = x
; then
34028 echo "$as_me:$LINENO: result: yes" >&5
34029 echo "${ECHO_T}yes" >&6
34031 EXTRALIBS_SDL
="$SDL_LIBS"
34032 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
34033 cat >>confdefs.h
<<\_ACEOF
34034 #define wxUSE_LIBSDL 1
34039 echo "$as_me:$LINENO: result: no" >&5
34040 echo "${ECHO_T}no" >&6
34041 if test "$SDL_CONFIG" = "no" ; then
34042 echo "*** The sdl-config script installed by SDL could not be found"
34043 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
34044 echo "*** your path, or set the SDL_CONFIG environment variable to the"
34045 echo "*** full path to sdl-config."
34047 if test -f conf.sdltest
; then
34050 echo "*** Could not run SDL test program, checking why..."
34051 CFLAGS
="$CFLAGS $SDL_CFLAGS"
34052 LIBS
="$LIBS $SDL_LIBS"
34053 cat >conftest.
$ac_ext <<_ACEOF
34056 cat confdefs.h
>>conftest.
$ac_ext
34057 cat >>conftest.
$ac_ext <<_ACEOF
34058 /* end confdefs.h. */
34063 int main(int argc, char *argv[])
34066 #define main K_and_R_C_main
34076 rm -f conftest.
$ac_objext conftest
$ac_exeext
34077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34078 (eval $ac_link) 2>conftest.er1
34080 grep -v '^ *+' conftest.er1
>conftest.err
34082 cat conftest.err
>&5
34083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34084 (exit $ac_status); } &&
34085 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34087 (eval $ac_try) 2>&5
34089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34090 (exit $ac_status); }; } &&
34091 { ac_try
='test -s conftest$ac_exeext'
34092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34093 (eval $ac_try) 2>&5
34095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34096 (exit $ac_status); }; }; then
34097 echo "*** The test program compiled, but did not run. This usually means"
34098 echo "*** that the run-time linker is not finding SDL or finding the wrong"
34099 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
34100 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
34101 echo "*** to the installed location Also, make sure you have run ldconfig if that"
34102 echo "*** is required on your system"
34104 echo "*** If you have an old version installed, it is best to remove it, although"
34105 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
34107 echo "$as_me: failed program was:" >&5
34108 sed 's/^/| /' conftest.
$ac_ext >&5
34110 echo "*** The test program failed to compile or link. See the file config.log for the"
34111 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
34112 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
34113 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
34115 rm -f conftest.err conftest.
$ac_objext \
34116 conftest
$ac_exeext conftest.
$ac_ext
34117 CFLAGS
="$ac_save_CFLAGS"
34118 LIBS
="$ac_save_LIBS"
34129 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
34135 cat >>confdefs.h
<<\_ACEOF
34136 #define wxUSE_SOUND 1
34139 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
34142 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
34143 cat >>confdefs.h
<<\_ACEOF
34144 #define wxUSE_CMDLINE_PARSER 1
34149 if test "$wxUSE_STOPWATCH" = "yes"; then
34150 cat >>confdefs.h
<<\_ACEOF
34151 #define wxUSE_STOPWATCH 1
34156 if test "$wxUSE_DATETIME" = "yes"; then
34157 cat >>confdefs.h
<<\_ACEOF
34158 #define wxUSE_DATETIME 1
34163 if test "$wxUSE_FILE" = "yes"; then
34164 cat >>confdefs.h
<<\_ACEOF
34165 #define wxUSE_FILE 1
34170 if test "$wxUSE_FFILE" = "yes"; then
34171 cat >>confdefs.h
<<\_ACEOF
34172 #define wxUSE_FFILE 1
34177 if test "$wxUSE_FILESYSTEM" = "yes"; then
34178 cat >>confdefs.h
<<\_ACEOF
34179 #define wxUSE_FILESYSTEM 1
34184 if test "$wxUSE_FS_ZIP" = "yes"; then
34185 cat >>confdefs.h
<<\_ACEOF
34186 #define wxUSE_FS_ZIP 1
34191 if test "$wxUSE_ZIPSTREAM" = "yes"; then
34192 cat >>confdefs.h
<<\_ACEOF
34193 #define wxUSE_ZIPSTREAM 1
34198 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
34199 cat >>confdefs.h
<<\_ACEOF
34200 #define wxUSE_ON_FATAL_EXCEPTION 1
34205 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
34206 cat >>confdefs.h
<<\_ACEOF
34207 #define wxUSE_SNGLINST_CHECKER 1
34212 if test "$wxUSE_BUSYINFO" = "yes"; then
34213 cat >>confdefs.h
<<\_ACEOF
34214 #define wxUSE_BUSYINFO 1
34219 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
34220 cat >>confdefs.h
<<\_ACEOF
34221 #define wxUSE_STD_IOSTREAM 1
34226 if test "$wxUSE_TEXTBUFFER" = "yes"; then
34227 cat >>confdefs.h
<<\_ACEOF
34228 #define wxUSE_TEXTBUFFER 1
34233 if test "$wxUSE_TEXTFILE" = "yes"; then
34234 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
34235 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
34236 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
34238 cat >>confdefs.h
<<\_ACEOF
34239 #define wxUSE_TEXTFILE 1
34245 if test "$wxUSE_CONFIG" = "yes" ; then
34246 if test "$wxUSE_TEXTFILE" != "yes"; then
34247 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
34248 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
34250 cat >>confdefs.h
<<\_ACEOF
34251 #define wxUSE_CONFIG 1
34254 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
34258 if test "$wxUSE_INTL" = "yes" ; then
34259 if test "$wxUSE_FILE" != "yes"; then
34260 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
34261 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
34263 cat >>confdefs.h
<<\_ACEOF
34264 #define wxUSE_INTL 1
34267 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
34268 GUIDIST
="$GUIDIST INTL_DIST"
34272 if test "$wxUSE_LOG" = "yes"; then
34273 cat >>confdefs.h
<<\_ACEOF
34274 #define wxUSE_LOG 1
34278 if test "$wxUSE_LOGGUI" = "yes"; then
34279 cat >>confdefs.h
<<\_ACEOF
34280 #define wxUSE_LOGGUI 1
34285 if test "$wxUSE_LOGWINDOW" = "yes"; then
34286 cat >>confdefs.h
<<\_ACEOF
34287 #define wxUSE_LOGWINDOW 1
34292 if test "$wxUSE_LOGDIALOG" = "yes"; then
34293 cat >>confdefs.h
<<\_ACEOF
34294 #define wxUSE_LOG_DIALOG 1
34300 if test "$wxUSE_LONGLONG" = "yes"; then
34301 cat >>confdefs.h
<<\_ACEOF
34302 #define wxUSE_LONGLONG 1
34307 if test "$wxUSE_GEOMETRY" = "yes"; then
34308 cat >>confdefs.h
<<\_ACEOF
34309 #define wxUSE_GEOMETRY 1
34314 if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
34315 cat >>confdefs.h
<<\_ACEOF
34316 #define wxUSE_DIALUP_MANAGER 1
34319 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
34322 if test "$wxUSE_STREAMS" = "yes" ; then
34323 cat >>confdefs.h
<<\_ACEOF
34324 #define wxUSE_STREAMS 1
34330 if test "$wxUSE_DATETIME" = "yes"; then
34332 for ac_func
in strptime
34334 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34335 echo "$as_me:$LINENO: checking for $ac_func" >&5
34336 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34337 if eval "test \"\${$as_ac_var+set}\" = set"; then
34338 echo $ECHO_N "(cached) $ECHO_C" >&6
34340 cat >conftest.
$ac_ext <<_ACEOF
34343 cat confdefs.h
>>conftest.
$ac_ext
34344 cat >>conftest.
$ac_ext <<_ACEOF
34345 /* end confdefs.h. */
34346 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34347 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34348 #define $ac_func innocuous_$ac_func
34350 /* System header to define __stub macros and hopefully few prototypes,
34351 which can conflict with char $ac_func (); below.
34352 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34353 <limits.h> exists even on freestanding compilers. */
34356 # include <limits.h>
34358 # include <assert.h>
34363 /* Override any gcc2 internal prototype to avoid an error. */
34368 /* We use char because int might match the return type of a gcc2
34369 builtin and then its argument prototype would still apply. */
34371 /* The GNU C library defines this for functions which it implements
34372 to always fail with ENOSYS. Some functions are actually named
34373 something starting with __ and the normal name is an alias. */
34374 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34377 char (*f) () = $ac_func;
34386 return f != $ac_func;
34391 rm -f conftest.
$ac_objext conftest
$ac_exeext
34392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34393 (eval $ac_link) 2>conftest.er1
34395 grep -v '^ *+' conftest.er1
>conftest.err
34397 cat conftest.err
>&5
34398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34399 (exit $ac_status); } &&
34400 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34402 (eval $ac_try) 2>&5
34404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34405 (exit $ac_status); }; } &&
34406 { ac_try
='test -s conftest$ac_exeext'
34407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34408 (eval $ac_try) 2>&5
34410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34411 (exit $ac_status); }; }; then
34412 eval "$as_ac_var=yes"
34414 echo "$as_me: failed program was:" >&5
34415 sed 's/^/| /' conftest.
$ac_ext >&5
34417 eval "$as_ac_var=no"
34419 rm -f conftest.err conftest.
$ac_objext \
34420 conftest
$ac_exeext conftest.
$ac_ext
34422 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34423 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34424 if test `eval echo '${'$as_ac_var'}'` = yes; then
34425 cat >>confdefs.h
<<_ACEOF
34426 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34433 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
34434 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
34435 if test "${wx_cv_var_timezone+set}" = set; then
34436 echo $ECHO_N "(cached) $ECHO_C" >&6
34439 cat >conftest.
$ac_ext <<_ACEOF
34442 cat confdefs.h
>>conftest.
$ac_ext
34443 cat >>conftest.
$ac_ext <<_ACEOF
34444 /* end confdefs.h. */
34459 rm -f conftest.
$ac_objext
34460 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34461 (eval $ac_compile) 2>conftest.er1
34463 grep -v '^ *+' conftest.er1
>conftest.err
34465 cat conftest.err
>&5
34466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34467 (exit $ac_status); } &&
34468 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34470 (eval $ac_try) 2>&5
34472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34473 (exit $ac_status); }; } &&
34474 { ac_try
='test -s conftest.$ac_objext'
34475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34476 (eval $ac_try) 2>&5
34478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34479 (exit $ac_status); }; }; then
34481 wx_cv_var_timezone
=timezone
34484 echo "$as_me: failed program was:" >&5
34485 sed 's/^/| /' conftest.
$ac_ext >&5
34488 cat >conftest.
$ac_ext <<_ACEOF
34491 cat confdefs.h
>>conftest.
$ac_ext
34492 cat >>conftest.
$ac_ext <<_ACEOF
34493 /* end confdefs.h. */
34508 rm -f conftest.
$ac_objext
34509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34510 (eval $ac_compile) 2>conftest.er1
34512 grep -v '^ *+' conftest.er1
>conftest.err
34514 cat conftest.err
>&5
34515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34516 (exit $ac_status); } &&
34517 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34519 (eval $ac_try) 2>&5
34521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34522 (exit $ac_status); }; } &&
34523 { ac_try
='test -s conftest.$ac_objext'
34524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34525 (eval $ac_try) 2>&5
34527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34528 (exit $ac_status); }; }; then
34530 wx_cv_var_timezone
=_timezone
34533 echo "$as_me: failed program was:" >&5
34534 sed 's/^/| /' conftest.
$ac_ext >&5
34537 cat >conftest.
$ac_ext <<_ACEOF
34540 cat confdefs.h
>>conftest.
$ac_ext
34541 cat >>conftest.
$ac_ext <<_ACEOF
34542 /* end confdefs.h. */
34557 rm -f conftest.
$ac_objext
34558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34559 (eval $ac_compile) 2>conftest.er1
34561 grep -v '^ *+' conftest.er1
>conftest.err
34563 cat conftest.err
>&5
34564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34565 (exit $ac_status); } &&
34566 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34568 (eval $ac_try) 2>&5
34570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34571 (exit $ac_status); }; } &&
34572 { ac_try
='test -s conftest.$ac_objext'
34573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34574 (eval $ac_try) 2>&5
34576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34577 (exit $ac_status); }; }; then
34579 wx_cv_var_timezone
=__timezone
34582 echo "$as_me: failed program was:" >&5
34583 sed 's/^/| /' conftest.
$ac_ext >&5
34586 if test "$USE_DOS" = 0 ; then
34587 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
34588 echo "$as_me: WARNING: no timezone variable" >&2;}
34593 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34597 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34605 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
34606 echo "${ECHO_T}$wx_cv_var_timezone" >&6
34608 if test "x$wx_cv_var_timezone" != x
; then
34609 cat >>confdefs.h
<<_ACEOF
34610 #define WX_TIMEZONE $wx_cv_var_timezone
34616 for ac_func
in localtime
34618 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34619 echo "$as_me:$LINENO: checking for $ac_func" >&5
34620 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34621 if eval "test \"\${$as_ac_var+set}\" = set"; then
34622 echo $ECHO_N "(cached) $ECHO_C" >&6
34624 cat >conftest.
$ac_ext <<_ACEOF
34627 cat confdefs.h
>>conftest.
$ac_ext
34628 cat >>conftest.
$ac_ext <<_ACEOF
34629 /* end confdefs.h. */
34630 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34631 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34632 #define $ac_func innocuous_$ac_func
34634 /* System header to define __stub macros and hopefully few prototypes,
34635 which can conflict with char $ac_func (); below.
34636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34637 <limits.h> exists even on freestanding compilers. */
34640 # include <limits.h>
34642 # include <assert.h>
34647 /* Override any gcc2 internal prototype to avoid an error. */
34652 /* We use char because int might match the return type of a gcc2
34653 builtin and then its argument prototype would still apply. */
34655 /* The GNU C library defines this for functions which it implements
34656 to always fail with ENOSYS. Some functions are actually named
34657 something starting with __ and the normal name is an alias. */
34658 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34661 char (*f) () = $ac_func;
34670 return f != $ac_func;
34675 rm -f conftest.
$ac_objext conftest
$ac_exeext
34676 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34677 (eval $ac_link) 2>conftest.er1
34679 grep -v '^ *+' conftest.er1
>conftest.err
34681 cat conftest.err
>&5
34682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34683 (exit $ac_status); } &&
34684 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34686 (eval $ac_try) 2>&5
34688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34689 (exit $ac_status); }; } &&
34690 { ac_try
='test -s conftest$ac_exeext'
34691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34692 (eval $ac_try) 2>&5
34694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34695 (exit $ac_status); }; }; then
34696 eval "$as_ac_var=yes"
34698 echo "$as_me: failed program was:" >&5
34699 sed 's/^/| /' conftest.
$ac_ext >&5
34701 eval "$as_ac_var=no"
34703 rm -f conftest.err conftest.
$ac_objext \
34704 conftest
$ac_exeext conftest.
$ac_ext
34706 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34707 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34708 if test `eval echo '${'$as_ac_var'}'` = yes; then
34709 cat >>confdefs.h
<<_ACEOF
34710 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34717 if test "$ac_cv_func_localtime" = "yes"; then
34718 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
34719 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
34720 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
34721 echo $ECHO_N "(cached) $ECHO_C" >&6
34724 cat >conftest.
$ac_ext <<_ACEOF
34727 cat confdefs.h
>>conftest.
$ac_ext
34728 cat >>conftest.
$ac_ext <<_ACEOF
34729 /* end confdefs.h. */
34744 rm -f conftest.
$ac_objext
34745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34746 (eval $ac_compile) 2>conftest.er1
34748 grep -v '^ *+' conftest.er1
>conftest.err
34750 cat conftest.err
>&5
34751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34752 (exit $ac_status); } &&
34753 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34755 (eval $ac_try) 2>&5
34757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34758 (exit $ac_status); }; } &&
34759 { ac_try
='test -s conftest.$ac_objext'
34760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34761 (eval $ac_try) 2>&5
34763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34764 (exit $ac_status); }; }; then
34766 wx_cv_struct_tm_has_gmtoff
=yes
34769 echo "$as_me: failed program was:" >&5
34770 sed 's/^/| /' conftest.
$ac_ext >&5
34772 wx_cv_struct_tm_has_gmtoff
=no
34775 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34778 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
34779 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
34782 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
34783 cat >>confdefs.h
<<\_ACEOF
34784 #define WX_GMTOFF_IN_TM 1
34791 for ac_func
in gettimeofday ftime
34793 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34794 echo "$as_me:$LINENO: checking for $ac_func" >&5
34795 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34796 if eval "test \"\${$as_ac_var+set}\" = set"; then
34797 echo $ECHO_N "(cached) $ECHO_C" >&6
34799 cat >conftest.
$ac_ext <<_ACEOF
34802 cat confdefs.h
>>conftest.
$ac_ext
34803 cat >>conftest.
$ac_ext <<_ACEOF
34804 /* end confdefs.h. */
34805 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34806 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34807 #define $ac_func innocuous_$ac_func
34809 /* System header to define __stub macros and hopefully few prototypes,
34810 which can conflict with char $ac_func (); below.
34811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34812 <limits.h> exists even on freestanding compilers. */
34815 # include <limits.h>
34817 # include <assert.h>
34822 /* Override any gcc2 internal prototype to avoid an error. */
34827 /* We use char because int might match the return type of a gcc2
34828 builtin and then its argument prototype would still apply. */
34830 /* The GNU C library defines this for functions which it implements
34831 to always fail with ENOSYS. Some functions are actually named
34832 something starting with __ and the normal name is an alias. */
34833 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34836 char (*f) () = $ac_func;
34845 return f != $ac_func;
34850 rm -f conftest.
$ac_objext conftest
$ac_exeext
34851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34852 (eval $ac_link) 2>conftest.er1
34854 grep -v '^ *+' conftest.er1
>conftest.err
34856 cat conftest.err
>&5
34857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34858 (exit $ac_status); } &&
34859 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34861 (eval $ac_try) 2>&5
34863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34864 (exit $ac_status); }; } &&
34865 { ac_try
='test -s conftest$ac_exeext'
34866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34867 (eval $ac_try) 2>&5
34869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34870 (exit $ac_status); }; }; then
34871 eval "$as_ac_var=yes"
34873 echo "$as_me: failed program was:" >&5
34874 sed 's/^/| /' conftest.
$ac_ext >&5
34876 eval "$as_ac_var=no"
34878 rm -f conftest.err conftest.
$ac_objext \
34879 conftest
$ac_exeext conftest.
$ac_ext
34881 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34882 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34883 if test `eval echo '${'$as_ac_var'}'` = yes; then
34884 cat >>confdefs.h
<<_ACEOF
34885 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34892 if test "$ac_cv_func_gettimeofday" = "yes"; then
34893 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
34894 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
34895 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
34896 echo $ECHO_N "(cached) $ECHO_C" >&6
34902 ac_cpp
='$CXXCPP $CPPFLAGS'
34903 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34904 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34905 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34908 cat >conftest.
$ac_ext <<_ACEOF
34911 cat confdefs.h
>>conftest.
$ac_ext
34912 cat >>conftest.
$ac_ext <<_ACEOF
34913 /* end confdefs.h. */
34915 #include <sys/time.h>
34916 #include <unistd.h>
34923 gettimeofday(&tv, NULL);
34929 rm -f conftest.
$ac_objext
34930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34931 (eval $ac_compile) 2>conftest.er1
34933 grep -v '^ *+' conftest.er1
>conftest.err
34935 cat conftest.err
>&5
34936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34937 (exit $ac_status); } &&
34938 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34940 (eval $ac_try) 2>&5
34942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34943 (exit $ac_status); }; } &&
34944 { ac_try
='test -s conftest.$ac_objext'
34945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34946 (eval $ac_try) 2>&5
34948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34949 (exit $ac_status); }; }; then
34950 wx_cv_func_gettimeofday_has_2_args
=yes
34952 echo "$as_me: failed program was:" >&5
34953 sed 's/^/| /' conftest.
$ac_ext >&5
34955 cat >conftest.
$ac_ext <<_ACEOF
34958 cat confdefs.h
>>conftest.
$ac_ext
34959 cat >>conftest.
$ac_ext <<_ACEOF
34960 /* end confdefs.h. */
34962 #include <sys/time.h>
34963 #include <unistd.h>
34976 rm -f conftest.
$ac_objext
34977 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34978 (eval $ac_compile) 2>conftest.er1
34980 grep -v '^ *+' conftest.er1
>conftest.err
34982 cat conftest.err
>&5
34983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34984 (exit $ac_status); } &&
34985 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34987 (eval $ac_try) 2>&5
34989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34990 (exit $ac_status); }; } &&
34991 { ac_try
='test -s conftest.$ac_objext'
34992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34993 (eval $ac_try) 2>&5
34995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34996 (exit $ac_status); }; }; then
34997 wx_cv_func_gettimeofday_has_2_args
=no
34999 echo "$as_me: failed program was:" >&5
35000 sed 's/^/| /' conftest.
$ac_ext >&5
35003 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
35004 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
35005 wx_cv_func_gettimeofday_has_2_args
=unknown
35009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35014 ac_cpp
='$CPP $CPPFLAGS'
35015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35021 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
35022 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
35024 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
35025 cat >>confdefs.h
<<\_ACEOF
35026 #define WX_GETTIMEOFDAY_NO_TZ 1
35032 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
35036 if test "$wxUSE_SOCKETS" = "yes"; then
35037 if test "$wxUSE_MGL" = "1"; then
35038 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
35039 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
35044 if test "$wxUSE_SOCKETS" = "yes"; then
35045 if test "$TOOLKIT" != "MSW"; then
35046 echo "$as_me:$LINENO: checking for socket" >&5
35047 echo $ECHO_N "checking for socket... $ECHO_C" >&6
35048 if test "${ac_cv_func_socket+set}" = set; then
35049 echo $ECHO_N "(cached) $ECHO_C" >&6
35051 cat >conftest.
$ac_ext <<_ACEOF
35054 cat confdefs.h
>>conftest.
$ac_ext
35055 cat >>conftest.
$ac_ext <<_ACEOF
35056 /* end confdefs.h. */
35057 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
35058 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35059 #define socket innocuous_socket
35061 /* System header to define __stub macros and hopefully few prototypes,
35062 which can conflict with char socket (); below.
35063 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35064 <limits.h> exists even on freestanding compilers. */
35067 # include <limits.h>
35069 # include <assert.h>
35074 /* Override any gcc2 internal prototype to avoid an error. */
35079 /* We use char because int might match the return type of a gcc2
35080 builtin and then its argument prototype would still apply. */
35082 /* The GNU C library defines this for functions which it implements
35083 to always fail with ENOSYS. Some functions are actually named
35084 something starting with __ and the normal name is an alias. */
35085 #if defined (__stub_socket) || defined (__stub___socket)
35088 char (*f) () = socket;
35097 return f != socket;
35102 rm -f conftest.
$ac_objext conftest
$ac_exeext
35103 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35104 (eval $ac_link) 2>conftest.er1
35106 grep -v '^ *+' conftest.er1
>conftest.err
35108 cat conftest.err
>&5
35109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35110 (exit $ac_status); } &&
35111 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35113 (eval $ac_try) 2>&5
35115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35116 (exit $ac_status); }; } &&
35117 { ac_try
='test -s conftest$ac_exeext'
35118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35119 (eval $ac_try) 2>&5
35121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35122 (exit $ac_status); }; }; then
35123 ac_cv_func_socket
=yes
35125 echo "$as_me: failed program was:" >&5
35126 sed 's/^/| /' conftest.
$ac_ext >&5
35128 ac_cv_func_socket
=no
35130 rm -f conftest.err conftest.
$ac_objext \
35131 conftest
$ac_exeext conftest.
$ac_ext
35133 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
35134 echo "${ECHO_T}$ac_cv_func_socket" >&6
35135 if test $ac_cv_func_socket = yes; then
35139 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
35140 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
35141 if test "${ac_cv_lib_socket_socket+set}" = set; then
35142 echo $ECHO_N "(cached) $ECHO_C" >&6
35144 ac_check_lib_save_LIBS
=$LIBS
35145 LIBS
="-lsocket $LIBS"
35146 cat >conftest.
$ac_ext <<_ACEOF
35149 cat confdefs.h
>>conftest.
$ac_ext
35150 cat >>conftest.
$ac_ext <<_ACEOF
35151 /* end confdefs.h. */
35153 /* Override any gcc2 internal prototype to avoid an error. */
35157 /* We use char because int might match the return type of a gcc2
35158 builtin and then its argument prototype would still apply. */
35168 rm -f conftest.
$ac_objext conftest
$ac_exeext
35169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35170 (eval $ac_link) 2>conftest.er1
35172 grep -v '^ *+' conftest.er1
>conftest.err
35174 cat conftest.err
>&5
35175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35176 (exit $ac_status); } &&
35177 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35179 (eval $ac_try) 2>&5
35181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35182 (exit $ac_status); }; } &&
35183 { ac_try
='test -s conftest$ac_exeext'
35184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35185 (eval $ac_try) 2>&5
35187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35188 (exit $ac_status); }; }; then
35189 ac_cv_lib_socket_socket
=yes
35191 echo "$as_me: failed program was:" >&5
35192 sed 's/^/| /' conftest.
$ac_ext >&5
35194 ac_cv_lib_socket_socket
=no
35196 rm -f conftest.err conftest.
$ac_objext \
35197 conftest
$ac_exeext conftest.
$ac_ext
35198 LIBS
=$ac_check_lib_save_LIBS
35200 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
35201 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
35202 if test $ac_cv_lib_socket_socket = yes; then
35203 if test "$INET_LINK" != " -lsocket"; then
35204 INET_LINK
="$INET_LINK -lsocket"
35208 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
35209 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
35222 if test "$wxUSE_SOCKETS" = "yes" ; then
35223 if test "$TOOLKIT" != "MSW"; then
35225 ac_cpp
='$CXXCPP $CPPFLAGS'
35226 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35227 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35228 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
35230 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
35231 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
35232 if test "${wx_cv_type_getsockname3+set}" = set; then
35233 echo $ECHO_N "(cached) $ECHO_C" >&6
35236 cat >conftest.
$ac_ext <<_ACEOF
35239 cat confdefs.h
>>conftest.
$ac_ext
35240 cat >>conftest.
$ac_ext <<_ACEOF
35241 /* end confdefs.h. */
35243 #include <sys/types.h>
35244 #include <sys/socket.h>
35251 getsockname(0, 0, &len);
35257 rm -f conftest.
$ac_objext
35258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35259 (eval $ac_compile) 2>conftest.er1
35261 grep -v '^ *+' conftest.er1
>conftest.err
35263 cat conftest.err
>&5
35264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35265 (exit $ac_status); } &&
35266 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35268 (eval $ac_try) 2>&5
35270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35271 (exit $ac_status); }; } &&
35272 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
35278 wx_cv_type_getsockname3
=socklen_t
35280 echo "$as_me: failed program was:" >&5
35281 sed 's/^/| /' conftest.
$ac_ext >&5
35284 CFLAGS_OLD
="$CFLAGS"
35285 if test "$GCC" = yes ; then
35286 CFLAGS
="$CFLAGS -Werror"
35289 cat >conftest.
$ac_ext <<_ACEOF
35292 cat confdefs.h
>>conftest.
$ac_ext
35293 cat >>conftest.
$ac_ext <<_ACEOF
35294 /* end confdefs.h. */
35296 #include <sys/types.h>
35297 #include <sys/socket.h>
35304 getsockname(0, 0, &len);
35310 rm -f conftest.
$ac_objext
35311 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35312 (eval $ac_compile) 2>conftest.er1
35314 grep -v '^ *+' conftest.er1
>conftest.err
35316 cat conftest.err
>&5
35317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35318 (exit $ac_status); } &&
35319 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35321 (eval $ac_try) 2>&5
35323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35324 (exit $ac_status); }; } &&
35325 { ac_try
='test -s conftest.$ac_objext'
35326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35327 (eval $ac_try) 2>&5
35329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35330 (exit $ac_status); }; }; then
35331 wx_cv_type_getsockname3
=size_t
35333 echo "$as_me: failed program was:" >&5
35334 sed 's/^/| /' conftest.
$ac_ext >&5
35336 cat >conftest.
$ac_ext <<_ACEOF
35339 cat confdefs.h
>>conftest.
$ac_ext
35340 cat >>conftest.
$ac_ext <<_ACEOF
35341 /* end confdefs.h. */
35343 #include <sys/types.h>
35344 #include <sys/socket.h>
35351 getsockname(0, 0, &len);
35357 rm -f conftest.
$ac_objext
35358 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35359 (eval $ac_compile) 2>conftest.er1
35361 grep -v '^ *+' conftest.er1
>conftest.err
35363 cat conftest.err
>&5
35364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35365 (exit $ac_status); } &&
35366 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35368 (eval $ac_try) 2>&5
35370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35371 (exit $ac_status); }; } &&
35372 { ac_try
='test -s conftest.$ac_objext'
35373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35374 (eval $ac_try) 2>&5
35376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35377 (exit $ac_status); }; }; then
35378 wx_cv_type_getsockname3
=int
35380 echo "$as_me: failed program was:" >&5
35381 sed 's/^/| /' conftest.
$ac_ext >&5
35383 wx_cv_type_getsockname3
=unknown
35386 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35389 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35391 CFLAGS
="$CFLAGS_OLD"
35395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35398 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
35399 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
35401 if test "$wx_cv_type_getsockname3" = "unknown"; then
35403 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
35404 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
35406 cat >>confdefs.h
<<_ACEOF
35407 #define SOCKLEN_T $wx_cv_type_getsockname3
35412 ac_cpp
='$CPP $CPPFLAGS'
35413 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35414 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35415 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
35420 if test "$wxUSE_SOCKETS" = "yes" ; then
35421 cat >>confdefs.h
<<\_ACEOF
35422 #define wxUSE_SOCKETS 1
35425 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
35428 if test "$wxUSE_PROTOCOL" = "yes"; then
35429 if test "$wxUSE_SOCKETS" != "yes"; then
35430 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
35431 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
35436 if test "$wxUSE_PROTOCOL" = "yes"; then
35437 cat >>confdefs.h
<<\_ACEOF
35438 #define wxUSE_PROTOCOL 1
35442 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
35443 cat >>confdefs.h
<<\_ACEOF
35444 #define wxUSE_PROTOCOL_HTTP 1
35448 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
35449 cat >>confdefs.h
<<\_ACEOF
35450 #define wxUSE_PROTOCOL_FTP 1
35454 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
35455 cat >>confdefs.h
<<\_ACEOF
35456 #define wxUSE_PROTOCOL_FILE 1
35461 if test "$wxUSE_FS_INET" = "yes"; then
35462 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
35463 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
35468 if test "$wxUSE_URL" = "yes"; then
35469 if test "$wxUSE_PROTOCOL" != "yes"; then
35470 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
35471 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
35474 if test "$wxUSE_URL" = "yes"; then
35475 cat >>confdefs.h
<<\_ACEOF
35476 #define wxUSE_URL 1
35482 if test "$wxUSE_FS_INET" = "yes"; then
35483 cat >>confdefs.h
<<\_ACEOF
35484 #define wxUSE_FS_INET 1
35490 if test "$wxUSE_GUI" = "yes"; then
35492 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
35493 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
35494 echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
35498 if test "$TOOLKIT" != "MSW"; then
35499 if test "$wxUSE_JOYSTICK" = "yes"; then
35501 for ac_header
in linux
/joystick.h
35503 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35504 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35505 echo "$as_me:$LINENO: checking for $ac_header" >&5
35506 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35507 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35508 echo $ECHO_N "(cached) $ECHO_C" >&6
35510 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35511 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35513 # Is the header compilable?
35514 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35515 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35516 cat >conftest.
$ac_ext <<_ACEOF
35519 cat confdefs.h
>>conftest.
$ac_ext
35520 cat >>conftest.
$ac_ext <<_ACEOF
35521 /* end confdefs.h. */
35522 $ac_includes_default
35523 #include <$ac_header>
35525 rm -f conftest.
$ac_objext
35526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35527 (eval $ac_compile) 2>conftest.er1
35529 grep -v '^ *+' conftest.er1
>conftest.err
35531 cat conftest.err
>&5
35532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35533 (exit $ac_status); } &&
35534 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35536 (eval $ac_try) 2>&5
35538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35539 (exit $ac_status); }; } &&
35540 { ac_try
='test -s conftest.$ac_objext'
35541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35542 (eval $ac_try) 2>&5
35544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35545 (exit $ac_status); }; }; then
35546 ac_header_compiler
=yes
35548 echo "$as_me: failed program was:" >&5
35549 sed 's/^/| /' conftest.
$ac_ext >&5
35551 ac_header_compiler
=no
35553 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35554 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35555 echo "${ECHO_T}$ac_header_compiler" >&6
35557 # Is the header present?
35558 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35559 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35560 cat >conftest.
$ac_ext <<_ACEOF
35563 cat confdefs.h
>>conftest.
$ac_ext
35564 cat >>conftest.
$ac_ext <<_ACEOF
35565 /* end confdefs.h. */
35566 #include <$ac_header>
35568 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35569 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
35571 grep -v '^ *+' conftest.er1
>conftest.err
35573 cat conftest.err
>&5
35574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35575 (exit $ac_status); } >/dev
/null
; then
35576 if test -s conftest.err
; then
35577 ac_cpp_err
=$ac_c_preproc_warn_flag
35578 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
35585 if test -z "$ac_cpp_err"; then
35586 ac_header_preproc
=yes
35588 echo "$as_me: failed program was:" >&5
35589 sed 's/^/| /' conftest.
$ac_ext >&5
35591 ac_header_preproc
=no
35593 rm -f conftest.err conftest.
$ac_ext
35594 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35595 echo "${ECHO_T}$ac_header_preproc" >&6
35597 # So? What about this header?
35598 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35600 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35601 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35602 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35603 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35604 ac_header_preproc
=yes
35607 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35608 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35609 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35610 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35611 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35612 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35613 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35614 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35615 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35616 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35617 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35618 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35621 ## ----------------------------------------- ##
35622 ## Report this to wx-dev@lists.wxwidgets.org ##
35623 ## ----------------------------------------- ##
35626 sed "s/^/$as_me: WARNING: /" >&2
35629 echo "$as_me:$LINENO: checking for $ac_header" >&5
35630 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35631 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35632 echo $ECHO_N "(cached) $ECHO_C" >&6
35634 eval "$as_ac_Header=\$ac_header_preproc"
35636 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35637 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35640 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35641 cat >>confdefs.h
<<_ACEOF
35642 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35649 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
35651 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
35652 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
35657 if test "$wxUSE_JOYSTICK" = "yes"; then
35658 cat >>confdefs.h
<<\_ACEOF
35659 #define wxUSE_JOYSTICK 1
35662 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
35668 if test "$wxUSE_FONTMAP" = "yes" ; then
35669 cat >>confdefs.h
<<\_ACEOF
35670 #define wxUSE_FONTMAP 1
35675 if test "$wxUSE_UNICODE" = "yes" ; then
35676 cat >>confdefs.h
<<\_ACEOF
35677 #define wxUSE_UNICODE 1
35681 if test "$USE_WIN32" != 1; then
35682 wxUSE_UNICODE_MSLU
=no
35685 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
35686 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
35687 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
35688 if test "${ac_cv_lib_unicows_main+set}" = set; then
35689 echo $ECHO_N "(cached) $ECHO_C" >&6
35691 ac_check_lib_save_LIBS
=$LIBS
35692 LIBS
="-lunicows $LIBS"
35693 cat >conftest.
$ac_ext <<_ACEOF
35696 cat confdefs.h
>>conftest.
$ac_ext
35697 cat >>conftest.
$ac_ext <<_ACEOF
35698 /* end confdefs.h. */
35709 rm -f conftest.
$ac_objext conftest
$ac_exeext
35710 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35711 (eval $ac_link) 2>conftest.er1
35713 grep -v '^ *+' conftest.er1
>conftest.err
35715 cat conftest.err
>&5
35716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35717 (exit $ac_status); } &&
35718 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35720 (eval $ac_try) 2>&5
35722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35723 (exit $ac_status); }; } &&
35724 { ac_try
='test -s conftest$ac_exeext'
35725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35726 (eval $ac_try) 2>&5
35728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35729 (exit $ac_status); }; }; then
35730 ac_cv_lib_unicows_main
=yes
35732 echo "$as_me: failed program was:" >&5
35733 sed 's/^/| /' conftest.
$ac_ext >&5
35735 ac_cv_lib_unicows_main
=no
35737 rm -f conftest.err conftest.
$ac_objext \
35738 conftest
$ac_exeext conftest.
$ac_ext
35739 LIBS
=$ac_check_lib_save_LIBS
35741 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
35742 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
35743 if test $ac_cv_lib_unicows_main = yes; then
35745 cat >>confdefs.h
<<\_ACEOF
35746 #define wxUSE_UNICODE_MSLU 1
35752 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35753 Applications will only run on Windows NT/2000/XP!" >&5
35754 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
35755 Applications will only run on Windows NT/2000/XP!" >&2;}
35756 wxUSE_UNICODE_MSLU
=no
35763 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
35764 cat >>confdefs.h
<<\_ACEOF
35765 #define wxUSE_EXPERIMENTAL_PRINTF 1
35771 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
35772 cat >>confdefs.h
<<\_ACEOF
35773 #define wxUSE_POSTSCRIPT 1
35778 cat >>confdefs.h
<<\_ACEOF
35779 #define wxUSE_AFM_FOR_POSTSCRIPT 1
35783 cat >>confdefs.h
<<\_ACEOF
35784 #define wxUSE_NORMALIZED_PS_FONTS 1
35789 if test "$wxUSE_CONSTRAINTS" = "yes"; then
35790 cat >>confdefs.h
<<\_ACEOF
35791 #define wxUSE_CONSTRAINTS 1
35794 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
35797 if test "$wxUSE_MDI" = "yes"; then
35798 cat >>confdefs.h
<<\_ACEOF
35799 #define wxUSE_MDI 1
35803 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35804 cat >>confdefs.h
<<\_ACEOF
35805 #define wxUSE_MDI_ARCHITECTURE 1
35808 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
35812 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
35813 cat >>confdefs.h
<<\_ACEOF
35814 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
35817 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
35818 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
35819 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
35823 if test "$wxUSE_HELP" = "yes"; then
35824 cat >>confdefs.h
<<\_ACEOF
35825 #define wxUSE_HELP 1
35828 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
35830 if test "$wxUSE_MSW" = 1; then
35831 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
35832 cat >>confdefs.h
<<\_ACEOF
35833 #define wxUSE_MS_HTML_HELP 1
35839 if test "$wxUSE_WXHTML_HELP" = "yes"; then
35840 if test "$wxUSE_HTML" = "yes"; then
35841 cat >>confdefs.h
<<\_ACEOF
35842 #define wxUSE_WXHTML_HELP 1
35846 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
35847 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
35848 wxUSE_WXHTML_HELP
=no
35853 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
35854 if test "$wxUSE_CONSTRAINTS" != "yes"; then
35855 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
35856 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
35858 cat >>confdefs.h
<<\_ACEOF
35859 #define wxUSE_PRINTING_ARCHITECTURE 1
35863 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
35866 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
35867 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
35868 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
35869 { (exit 1); exit 1; }; }
35873 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
35874 -o "$wxUSE_CLIPBOARD" = "yes" \
35875 -o "$wxUSE_OLE" = "yes" \
35876 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
35878 for ac_header
in ole2.h
35880 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35881 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35882 echo "$as_me:$LINENO: checking for $ac_header" >&5
35883 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35884 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35885 echo $ECHO_N "(cached) $ECHO_C" >&6
35887 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35888 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35890 # Is the header compilable?
35891 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35892 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35893 cat >conftest.
$ac_ext <<_ACEOF
35896 cat confdefs.h
>>conftest.
$ac_ext
35897 cat >>conftest.
$ac_ext <<_ACEOF
35898 /* end confdefs.h. */
35899 $ac_includes_default
35900 #include <$ac_header>
35902 rm -f conftest.
$ac_objext
35903 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35904 (eval $ac_compile) 2>conftest.er1
35906 grep -v '^ *+' conftest.er1
>conftest.err
35908 cat conftest.err
>&5
35909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35910 (exit $ac_status); } &&
35911 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35913 (eval $ac_try) 2>&5
35915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35916 (exit $ac_status); }; } &&
35917 { ac_try
='test -s conftest.$ac_objext'
35918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35919 (eval $ac_try) 2>&5
35921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35922 (exit $ac_status); }; }; then
35923 ac_header_compiler
=yes
35925 echo "$as_me: failed program was:" >&5
35926 sed 's/^/| /' conftest.
$ac_ext >&5
35928 ac_header_compiler
=no
35930 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35931 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35932 echo "${ECHO_T}$ac_header_compiler" >&6
35934 # Is the header present?
35935 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35936 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35937 cat >conftest.
$ac_ext <<_ACEOF
35940 cat confdefs.h
>>conftest.
$ac_ext
35941 cat >>conftest.
$ac_ext <<_ACEOF
35942 /* end confdefs.h. */
35943 #include <$ac_header>
35945 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35946 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
35948 grep -v '^ *+' conftest.er1
>conftest.err
35950 cat conftest.err
>&5
35951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35952 (exit $ac_status); } >/dev
/null
; then
35953 if test -s conftest.err
; then
35954 ac_cpp_err
=$ac_c_preproc_warn_flag
35955 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
35962 if test -z "$ac_cpp_err"; then
35963 ac_header_preproc
=yes
35965 echo "$as_me: failed program was:" >&5
35966 sed 's/^/| /' conftest.
$ac_ext >&5
35968 ac_header_preproc
=no
35970 rm -f conftest.err conftest.
$ac_ext
35971 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35972 echo "${ECHO_T}$ac_header_preproc" >&6
35974 # So? What about this header?
35975 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35977 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35978 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35979 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35980 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35981 ac_header_preproc
=yes
35984 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35985 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35986 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35987 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35988 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35989 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35990 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35991 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35992 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35993 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35994 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35995 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35998 ## ----------------------------------------- ##
35999 ## Report this to wx-dev@lists.wxwidgets.org ##
36000 ## ----------------------------------------- ##
36003 sed "s/^/$as_me: WARNING: /" >&2
36006 echo "$as_me:$LINENO: checking for $ac_header" >&5
36007 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36008 if eval "test \"\${$as_ac_Header+set}\" = set"; then
36009 echo $ECHO_N "(cached) $ECHO_C" >&6
36011 eval "$as_ac_Header=\$ac_header_preproc"
36013 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36014 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36017 if test `eval echo '${'$as_ac_Header'}'` = yes; then
36018 cat >>confdefs.h
<<_ACEOF
36019 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
36027 if test "$ac_cv_header_ole2_h" = "yes" ; then
36028 if test "$GCC" = yes ; then
36032 ac_cpp
='$CXXCPP $CPPFLAGS'
36033 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36034 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36035 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
36038 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
36039 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
36040 cat >conftest.
$ac_ext <<_ACEOF
36043 cat confdefs.h
>>conftest.
$ac_ext
36044 cat >>conftest.
$ac_ext <<_ACEOF
36045 /* end confdefs.h. */
36046 #include <windows.h>
36056 rm -f conftest.
$ac_objext
36057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36058 (eval $ac_compile) 2>conftest.er1
36060 grep -v '^ *+' conftest.er1
>conftest.err
36062 cat conftest.err
>&5
36063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36064 (exit $ac_status); } &&
36065 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36067 (eval $ac_try) 2>&5
36069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36070 (exit $ac_status); }; } &&
36071 { ac_try
='test -s conftest.$ac_objext'
36072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36073 (eval $ac_try) 2>&5
36075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36076 (exit $ac_status); }; }; then
36077 echo "$as_me:$LINENO: result: no" >&5
36078 echo "${ECHO_T}no" >&6
36080 echo "$as_me: failed program was:" >&5
36081 sed 's/^/| /' conftest.
$ac_ext >&5
36083 echo "$as_me:$LINENO: result: yes" >&5
36084 echo "${ECHO_T}yes" >&6
36085 CODE_GEN_FLAGS_CXX
="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
36087 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36089 ac_cpp
='$CPP $CPPFLAGS'
36090 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36091 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36092 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
36094 ALL_OBJECTS
="$ALL_OBJECTS \$(OLEOBJS)"
36095 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
36096 if test "$wxUSE_OLE" = "yes" ; then
36097 cat >>confdefs.h
<<\_ACEOF
36098 #define wxUSE_OLE 1
36104 if test "$wxUSE_DATAOBJ" = "yes" ; then
36105 cat >>confdefs.h
<<\_ACEOF
36106 #define wxUSE_DATAOBJ 1
36111 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
36112 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
36115 wxUSE_DRAG_AND_DROP
=no
36120 if test "$wxUSE_METAFILE" = "yes"; then
36121 cat >>confdefs.h
<<\_ACEOF
36122 #define wxUSE_METAFILE 1
36126 cat >>confdefs.h
<<\_ACEOF
36127 #define wxUSE_ENH_METAFILE 1
36133 if test "$wxUSE_IPC" = "yes"; then
36134 if test "$wxUSE_SOCKETS" != "yes"; then
36135 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
36136 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
36139 cat >>confdefs.h
<<\_ACEOF
36140 #define wxUSE_IPC 1
36145 if test "$wxUSE_CLIPBOARD" = "yes"; then
36146 if test "$wxUSE_MGL" = 1; then
36147 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
36148 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
36152 if test "$wxUSE_CLIPBOARD" = "yes"; then
36153 cat >>confdefs.h
<<\_ACEOF
36154 #define wxUSE_CLIPBOARD 1
36158 cat >>confdefs.h
<<\_ACEOF
36159 #define wxUSE_DATAOBJ 1
36165 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
36166 if test "$wxUSE_GTK" = 1; then
36167 if test "$WXGTK12" != 1; then
36168 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
36169 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
36170 wxUSE_DRAG_AND_DROP
=no
36174 if test "$wxUSE_MOTIF" = 1; then
36175 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
36176 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
36177 wxUSE_DRAG_AND_DROP
=no
36180 if test "$wxUSE_X11" = 1; then
36181 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
36182 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
36183 wxUSE_DRAG_AND_DROP
=no
36186 if test "$wxUSE_MGL" = 1; then
36187 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
36188 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
36189 wxUSE_DRAG_AND_DROP
=no
36192 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
36193 cat >>confdefs.h
<<\_ACEOF
36194 #define wxUSE_DRAG_AND_DROP 1
36201 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
36202 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
36205 if test "$wxUSE_SPLINES" = "yes" ; then
36206 cat >>confdefs.h
<<\_ACEOF
36207 #define wxUSE_SPLINES 1
36214 if test "$wxUSE_CONTROLS" = "yes"; then
36218 if test "$wxUSE_ACCEL" = "yes"; then
36219 cat >>confdefs.h
<<\_ACEOF
36220 #define wxUSE_ACCEL 1
36226 if test "$wxUSE_BUTTON" = "yes"; then
36227 cat >>confdefs.h
<<\_ACEOF
36228 #define wxUSE_BUTTON 1
36234 if test "$wxUSE_BMPBUTTON" = "yes"; then
36235 cat >>confdefs.h
<<\_ACEOF
36236 #define wxUSE_BMPBUTTON 1
36242 if test "$wxUSE_CALCTRL" = "yes"; then
36243 cat >>confdefs.h
<<\_ACEOF
36244 #define wxUSE_CALENDARCTRL 1
36248 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
36251 if test "$wxUSE_CARET" = "yes"; then
36252 cat >>confdefs.h
<<\_ACEOF
36253 #define wxUSE_CARET 1
36257 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
36260 if test "$wxUSE_COMBOBOX" = "yes"; then
36261 cat >>confdefs.h
<<\_ACEOF
36262 #define wxUSE_COMBOBOX 1
36268 if test "$wxUSE_CHOICE" = "yes"; then
36269 cat >>confdefs.h
<<\_ACEOF
36270 #define wxUSE_CHOICE 1
36276 if test "$wxUSE_CHECKBOX" = "yes"; then
36277 cat >>confdefs.h
<<\_ACEOF
36278 #define wxUSE_CHECKBOX 1
36284 if test "$wxUSE_CHECKLST" = "yes"; then
36285 cat >>confdefs.h
<<\_ACEOF
36286 #define wxUSE_CHECKLISTBOX 1
36290 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
36293 if test "$wxUSE_DISPLAY" = "yes"; then
36294 cat >>confdefs.h
<<\_ACEOF
36295 #define wxUSE_DISPLAY 1
36298 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display"
36301 if test "$wxUSE_GAUGE" = "yes"; then
36302 cat >>confdefs.h
<<\_ACEOF
36303 #define wxUSE_GAUGE 1
36309 if test "$wxUSE_GRID" = "yes"; then
36310 cat >>confdefs.h
<<\_ACEOF
36311 #define wxUSE_GRID 1
36315 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
36318 if test "$wxUSE_IMAGLIST" = "yes"; then
36319 cat >>confdefs.h
<<\_ACEOF
36320 #define wxUSE_IMAGLIST 1
36325 if test "$wxUSE_LISTBOOK" = "yes"; then
36326 cat >>confdefs.h
<<\_ACEOF
36327 #define wxUSE_LISTBOOK 1
36333 if test "$wxUSE_LISTBOX" = "yes"; then
36334 cat >>confdefs.h
<<\_ACEOF
36335 #define wxUSE_LISTBOX 1
36341 if test "$wxUSE_LISTCTRL" = "yes"; then
36342 if test "$wxUSE_IMAGLIST" = "yes"; then
36343 cat >>confdefs.h
<<\_ACEOF
36344 #define wxUSE_LISTCTRL 1
36348 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
36350 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
36351 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
36355 if test "$wxUSE_NOTEBOOK" = "yes"; then
36356 cat >>confdefs.h
<<\_ACEOF
36357 #define wxUSE_NOTEBOOK 1
36361 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
36365 if test "$wxUSE_RADIOBOX" = "yes"; then
36366 cat >>confdefs.h
<<\_ACEOF
36367 #define wxUSE_RADIOBOX 1
36373 if test "$wxUSE_RADIOBTN" = "yes"; then
36374 cat >>confdefs.h
<<\_ACEOF
36375 #define wxUSE_RADIOBTN 1
36381 if test "$wxUSE_SASH" = "yes"; then
36382 cat >>confdefs.h
<<\_ACEOF
36383 #define wxUSE_SASH 1
36386 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
36389 if test "$wxUSE_SCROLLBAR" = "yes"; then
36390 cat >>confdefs.h
<<\_ACEOF
36391 #define wxUSE_SCROLLBAR 1
36395 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
36398 if test "$wxUSE_SLIDER" = "yes"; then
36399 cat >>confdefs.h
<<\_ACEOF
36400 #define wxUSE_SLIDER 1
36406 if test "$wxUSE_SPINBTN" = "yes"; then
36407 cat >>confdefs.h
<<\_ACEOF
36408 #define wxUSE_SPINBTN 1
36414 if test "$wxUSE_SPINCTRL" = "yes"; then
36415 cat >>confdefs.h
<<\_ACEOF
36416 #define wxUSE_SPINCTRL 1
36422 if test "$wxUSE_SPLITTER" = "yes"; then
36423 cat >>confdefs.h
<<\_ACEOF
36424 #define wxUSE_SPLITTER 1
36427 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
36430 if test "$wxUSE_STATBMP" = "yes"; then
36431 cat >>confdefs.h
<<\_ACEOF
36432 #define wxUSE_STATBMP 1
36438 if test "$wxUSE_STATBOX" = "yes"; then
36439 cat >>confdefs.h
<<\_ACEOF
36440 #define wxUSE_STATBOX 1
36446 if test "$wxUSE_STATTEXT" = "yes"; then
36447 cat >>confdefs.h
<<\_ACEOF
36448 #define wxUSE_STATTEXT 1
36454 if test "$wxUSE_STATLINE" = "yes"; then
36455 cat >>confdefs.h
<<\_ACEOF
36456 #define wxUSE_STATLINE 1
36462 if test "$wxUSE_STATUSBAR" = "yes"; then
36463 cat >>confdefs.h
<<\_ACEOF
36464 #define wxUSE_STATUSBAR 1
36469 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
36472 if test "$wxUSE_TABDIALOG" = "yes"; then
36473 cat >>confdefs.h
<<\_ACEOF
36474 #define wxUSE_TAB_DIALOG 1
36477 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS tab"
36480 if test "$wxUSE_TEXTCTRL" = "yes"; then
36481 cat >>confdefs.h
<<\_ACEOF
36482 #define wxUSE_TEXTCTRL 1
36486 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
36489 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36490 if test "$wxUSE_COCOA" = 1 ; then
36491 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
36492 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
36495 if test "$wxUSE_PM" = 1; then
36496 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5
36497 echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;}
36501 if test "$wxUSE_UNIVERSAL" = "yes"; then
36502 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
36503 echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
36507 if test "$wxUSE_TOGGLEBTN" = "yes"; then
36508 cat >>confdefs.h
<<\_ACEOF
36509 #define wxUSE_TOGGLEBTN 1
36516 if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
36517 cat >>confdefs.h
<<\_ACEOF
36518 #define wxUSE_TOOLBAR_SIMPLE 1
36521 wxUSE_TOOLBAR
="yes"
36525 if test "$wxUSE_TOOLBAR" = "yes"; then
36526 cat >>confdefs.h
<<\_ACEOF
36527 #define wxUSE_TOOLBAR 1
36532 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
36533 wxUSE_TOOLBAR_NATIVE
="yes"
36536 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
36537 cat >>confdefs.h
<<\_ACEOF
36538 #define wxUSE_TOOLBAR_NATIVE 1
36544 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
36547 if test "$wxUSE_TOOLTIPS" = "yes"; then
36548 if test "$wxUSE_MOTIF" = 1; then
36549 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
36550 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
36552 if test "$wxUSE_UNIVERSAL" = "yes"; then
36553 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
36554 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
36556 cat >>confdefs.h
<<\_ACEOF
36557 #define wxUSE_TOOLTIPS 1
36564 if test "$wxUSE_TREECTRL" = "yes"; then
36565 if test "$wxUSE_IMAGLIST" = "yes"; then
36566 cat >>confdefs.h
<<\_ACEOF
36567 #define wxUSE_TREECTRL 1
36571 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
36573 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
36574 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
36578 if test "$wxUSE_POPUPWIN" = "yes"; then
36579 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
36580 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
36581 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
36583 if test "$wxUSE_PM" = 1; then
36584 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
36585 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
36587 cat >>confdefs.h
<<\_ACEOF
36588 #define wxUSE_POPUPWIN 1
36597 if test "$wxUSE_TIPWINDOW" = "yes"; then
36598 if test "$wxUSE_PM" = 1; then
36599 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
36600 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
36602 cat >>confdefs.h
<<\_ACEOF
36603 #define wxUSE_TIPWINDOW 1
36609 if test "$USES_CONTROLS" = 1; then
36610 cat >>confdefs.h
<<\_ACEOF
36611 #define wxUSE_CONTROLS 1
36617 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
36618 cat >>confdefs.h
<<\_ACEOF
36619 #define wxUSE_ACCESSIBILITY 1
36622 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
36625 if test "$wxUSE_DRAGIMAGE" = "yes"; then
36626 cat >>confdefs.h
<<\_ACEOF
36627 #define wxUSE_DRAGIMAGE 1
36630 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
36633 if test "$wxUSE_EXCEPTIONS" = "yes"; then
36634 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
36635 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
36636 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
36638 cat >>confdefs.h
<<\_ACEOF
36639 #define wxUSE_EXCEPTIONS 1
36642 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
36647 if test "$wxUSE_HTML" = "yes"; then
36648 cat >>confdefs.h
<<\_ACEOF
36649 #define wxUSE_HTML 1
36653 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
36654 if test "$wxUSE_MAC" = 1; then
36655 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
36658 if test "$wxUSE_WEBKIT" = "yes"; then
36659 if test "$wxUSE_MAC" = 1; then
36660 old_CPPFLAGS
="$CPPFLAGS"
36661 CPPFLAGS
="$CPPFLAGS -x objective-c++"
36662 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
36663 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
36664 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
36665 echo $ECHO_N "(cached) $ECHO_C" >&6
36667 cat >conftest.
$ac_ext <<_ACEOF
36670 cat confdefs.h
>>conftest.
$ac_ext
36671 cat >>conftest.
$ac_ext <<_ACEOF
36672 /* end confdefs.h. */
36673 #include <Carbon/Carbon.h>
36675 #include <WebKit/HIWebView.h>
36677 rm -f conftest.
$ac_objext
36678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36679 (eval $ac_compile) 2>conftest.er1
36681 grep -v '^ *+' conftest.er1
>conftest.err
36683 cat conftest.err
>&5
36684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36685 (exit $ac_status); } &&
36686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36688 (eval $ac_try) 2>&5
36690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36691 (exit $ac_status); }; } &&
36692 { ac_try
='test -s conftest.$ac_objext'
36693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36694 (eval $ac_try) 2>&5
36696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36697 (exit $ac_status); }; }; then
36698 ac_cv_header_WebKit_HIWebView_h
=yes
36700 echo "$as_me: failed program was:" >&5
36701 sed 's/^/| /' conftest.
$ac_ext >&5
36703 ac_cv_header_WebKit_HIWebView_h
=no
36705 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36707 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
36708 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
36709 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
36711 cat >>confdefs.h
<<\_ACEOF
36712 #define wxUSE_WEBKIT 1
36715 WEBKIT_LINK
="-framework WebKit"
36719 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
36720 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
36726 CPPFLAGS
="$old_CPPFLAGS"
36727 elif test "$wxUSE_COCOA" = 1; then
36728 cat >>confdefs.h
<<\_ACEOF
36729 #define wxUSE_WEBKIT 1
36738 if test "$wxUSE_MENUS" = "yes"; then
36739 cat >>confdefs.h
<<\_ACEOF
36740 #define wxUSE_MENUS 1
36743 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
36746 if test "$wxUSE_METAFILE" = "yes"; then
36747 cat >>confdefs.h
<<\_ACEOF
36748 #define wxUSE_METAFILE 1
36753 if test "$wxUSE_MIMETYPE" = "yes"; then
36754 cat >>confdefs.h
<<\_ACEOF
36755 #define wxUSE_MIMETYPE 1
36760 if test "$wxUSE_MINIFRAME" = "yes"; then
36761 cat >>confdefs.h
<<\_ACEOF
36762 #define wxUSE_MINIFRAME 1
36765 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
36768 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
36769 cat >>confdefs.h
<<\_ACEOF
36770 #define wxUSE_SYSTEM_OPTIONS 1
36773 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
36774 "$TOOLKIT" = "MOTIF"; then
36775 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
36780 if test "$wxUSE_VALIDATORS" = "yes"; then
36781 cat >>confdefs.h
<<\_ACEOF
36782 #define wxUSE_VALIDATORS 1
36785 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
36788 if test "$wxUSE_PALETTE" = "yes" ; then
36789 cat >>confdefs.h
<<\_ACEOF
36790 #define wxUSE_PALETTE 1
36795 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
36796 LIBS
=" -lunicows $LIBS"
36800 if test "$wxUSE_IMAGE" = "yes" ; then
36801 cat >>confdefs.h
<<\_ACEOF
36802 #define wxUSE_IMAGE 1
36806 if test "$wxUSE_GIF" = "yes" ; then
36807 cat >>confdefs.h
<<\_ACEOF
36808 #define wxUSE_GIF 1
36813 if test "$wxUSE_PCX" = "yes" ; then
36814 cat >>confdefs.h
<<\_ACEOF
36815 #define wxUSE_PCX 1
36820 if test "$wxUSE_IFF" = "yes" ; then
36821 cat >>confdefs.h
<<\_ACEOF
36822 #define wxUSE_IFF 1
36827 if test "$wxUSE_PNM" = "yes" ; then
36828 cat >>confdefs.h
<<\_ACEOF
36829 #define wxUSE_PNM 1
36834 if test "$wxUSE_XPM" = "yes" ; then
36835 cat >>confdefs.h
<<\_ACEOF
36836 #define wxUSE_XPM 1
36841 if test "$wxUSE_ICO_CUR" = "yes" ; then
36842 cat >>confdefs.h
<<\_ACEOF
36843 #define wxUSE_ICO_CUR 1
36850 if test "$wxUSE_CHOICEDLG" = "yes"; then
36851 cat >>confdefs.h
<<\_ACEOF
36852 #define wxUSE_CHOICEDLG 1
36857 if test "$wxUSE_COLOURDLG" = "yes"; then
36858 cat >>confdefs.h
<<\_ACEOF
36859 #define wxUSE_COLOURDLG 1
36864 if test "$wxUSE_FILEDLG" = "yes"; then
36865 cat >>confdefs.h
<<\_ACEOF
36866 #define wxUSE_FILEDLG 1
36871 if test "$wxUSE_FINDREPLDLG" = "yes"; then
36872 cat >>confdefs.h
<<\_ACEOF
36873 #define wxUSE_FINDREPLDLG 1
36878 if test "$wxUSE_FONTDLG" = "yes"; then
36879 cat >>confdefs.h
<<\_ACEOF
36880 #define wxUSE_FONTDLG 1
36885 if test "$wxUSE_DIRDLG" = "yes"; then
36886 if test "$wxUSE_TREECTRL" != "yes"; then
36887 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
36888 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
36890 cat >>confdefs.h
<<\_ACEOF
36891 #define wxUSE_DIRDLG 1
36897 if test "$wxUSE_MSGDLG" = "yes"; then
36898 cat >>confdefs.h
<<\_ACEOF
36899 #define wxUSE_MSGDLG 1
36904 if test "$wxUSE_NUMBERDLG" = "yes"; then
36905 cat >>confdefs.h
<<\_ACEOF
36906 #define wxUSE_NUMBERDLG 1
36911 if test "$wxUSE_PROGRESSDLG" = "yes"; then
36912 if test "$wxUSE_CONSTRAINTS" != "yes"; then
36913 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
36914 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
36916 cat >>confdefs.h
<<\_ACEOF
36917 #define wxUSE_PROGRESSDLG 1
36923 if test "$wxUSE_SPLASH" = "yes"; then
36924 cat >>confdefs.h
<<\_ACEOF
36925 #define wxUSE_SPLASH 1
36928 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
36931 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
36932 if test "$wxUSE_CONSTRAINTS" != "yes"; then
36933 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
36934 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
36936 cat >>confdefs.h
<<\_ACEOF
36937 #define wxUSE_STARTUP_TIPS 1
36943 if test "$wxUSE_TEXTDLG" = "yes"; then
36944 cat >>confdefs.h
<<\_ACEOF
36945 #define wxUSE_TEXTDLG 1
36950 if test "$wxUSE_WIZARDDLG" = "yes"; then
36951 cat >>confdefs.h
<<\_ACEOF
36952 #define wxUSE_WIZARDDLG 1
36955 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
36959 if test "$cross_compiling" = "yes"; then
36962 OSINFO
=`uname -s -r -m`
36963 OSINFO
="\"$OSINFO\""
36966 cat >>confdefs.h
<<_ACEOF
36967 #define WXWIN_OS_DESCRIPTION $OSINFO
36972 if test "x$prefix" != "xNONE"; then
36975 wxPREFIX
=$ac_default_prefix
36978 cat >>confdefs.h
<<_ACEOF
36979 #define wxINSTALL_PREFIX "$wxPREFIX"
36983 top_builddir_wxconfig
=`pwd`
36987 CORE_BASE_LIBS
="net base"
36988 CORE_GUI_LIBS
="adv core"
36990 if test "$wxUSE_XML" = "yes" ; then
36991 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
36993 if test "$wxUSE_ODBC" != "no" ; then
36994 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
36995 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
36997 if test "$wxUSE_HTML" = "yes" ; then
36998 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
37001 if test "$wxUSE_GUI" != "yes"; then
37012 if test "$wxUSE_MAC" = 1 ; then
37013 if test "$wxUSE_SOUND" = "yes"; then
37014 LDFLAGS
="$LDFLAGS -framework QuickTime"
37016 LDFLAGS
="$LDFLAGS -framework Carbon -framework Cocoa -framework System"
37018 if test "$wxUSE_COCOA" = 1 ; then
37019 LDFLAGS
="$LDFLAGS -framework Cocoa -framework System"
37023 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
37030 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37031 echo "$as_me:$LINENO: checking for $ac_func" >&5
37032 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37033 if eval "test \"\${$as_ac_var+set}\" = set"; then
37034 echo $ECHO_N "(cached) $ECHO_C" >&6
37036 cat >conftest.
$ac_ext <<_ACEOF
37039 cat confdefs.h
>>conftest.
$ac_ext
37040 cat >>conftest.
$ac_ext <<_ACEOF
37041 /* end confdefs.h. */
37042 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37044 #define $ac_func innocuous_$ac_func
37046 /* System header to define __stub macros and hopefully few prototypes,
37047 which can conflict with char $ac_func (); below.
37048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37049 <limits.h> exists even on freestanding compilers. */
37052 # include <limits.h>
37054 # include <assert.h>
37059 /* Override any gcc2 internal prototype to avoid an error. */
37064 /* We use char because int might match the return type of a gcc2
37065 builtin and then its argument prototype would still apply. */
37067 /* The GNU C library defines this for functions which it implements
37068 to always fail with ENOSYS. Some functions are actually named
37069 something starting with __ and the normal name is an alias. */
37070 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37073 char (*f) () = $ac_func;
37082 return f != $ac_func;
37087 rm -f conftest.
$ac_objext conftest
$ac_exeext
37088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37089 (eval $ac_link) 2>conftest.er1
37091 grep -v '^ *+' conftest.er1
>conftest.err
37093 cat conftest.err
>&5
37094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37095 (exit $ac_status); } &&
37096 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37098 (eval $ac_try) 2>&5
37100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37101 (exit $ac_status); }; } &&
37102 { ac_try
='test -s conftest$ac_exeext'
37103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37104 (eval $ac_try) 2>&5
37106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37107 (exit $ac_status); }; }; then
37108 eval "$as_ac_var=yes"
37110 echo "$as_me: failed program was:" >&5
37111 sed 's/^/| /' conftest.
$ac_ext >&5
37113 eval "$as_ac_var=no"
37115 rm -f conftest.err conftest.
$ac_objext \
37116 conftest
$ac_exeext conftest.
$ac_ext
37118 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37119 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37120 if test `eval echo '${'$as_ac_var'}'` = yes; then
37121 cat >>confdefs.h
<<_ACEOF
37122 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37129 for ac_func
in floor
37131 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37132 echo "$as_me:$LINENO: checking for $ac_func" >&5
37133 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37134 if eval "test \"\${$as_ac_var+set}\" = set"; then
37135 echo $ECHO_N "(cached) $ECHO_C" >&6
37137 cat >conftest.
$ac_ext <<_ACEOF
37140 cat confdefs.h
>>conftest.
$ac_ext
37141 cat >>conftest.
$ac_ext <<_ACEOF
37142 /* end confdefs.h. */
37143 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37144 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37145 #define $ac_func innocuous_$ac_func
37147 /* System header to define __stub macros and hopefully few prototypes,
37148 which can conflict with char $ac_func (); below.
37149 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37150 <limits.h> exists even on freestanding compilers. */
37153 # include <limits.h>
37155 # include <assert.h>
37160 /* Override any gcc2 internal prototype to avoid an error. */
37165 /* We use char because int might match the return type of a gcc2
37166 builtin and then its argument prototype would still apply. */
37168 /* The GNU C library defines this for functions which it implements
37169 to always fail with ENOSYS. Some functions are actually named
37170 something starting with __ and the normal name is an alias. */
37171 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37174 char (*f) () = $ac_func;
37183 return f != $ac_func;
37188 rm -f conftest.
$ac_objext conftest
$ac_exeext
37189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37190 (eval $ac_link) 2>conftest.er1
37192 grep -v '^ *+' conftest.er1
>conftest.err
37194 cat conftest.err
>&5
37195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37196 (exit $ac_status); } &&
37197 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37199 (eval $ac_try) 2>&5
37201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37202 (exit $ac_status); }; } &&
37203 { ac_try
='test -s conftest$ac_exeext'
37204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37205 (eval $ac_try) 2>&5
37207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37208 (exit $ac_status); }; }; then
37209 eval "$as_ac_var=yes"
37211 echo "$as_me: failed program was:" >&5
37212 sed 's/^/| /' conftest.
$ac_ext >&5
37214 eval "$as_ac_var=no"
37216 rm -f conftest.err conftest.
$ac_objext \
37217 conftest
$ac_exeext conftest.
$ac_ext
37219 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37220 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37221 if test `eval echo '${'$as_ac_var'}'` = yes; then
37222 cat >>confdefs.h
<<_ACEOF
37223 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37229 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
37230 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
37231 if test "$have_cos" = 1 -a "$have_floor" = 1; then
37232 echo "$as_me:$LINENO: result: yes" >&5
37233 echo "${ECHO_T}yes" >&6
37235 echo "$as_me:$LINENO: result: no" >&5
37236 echo "${ECHO_T}no" >&6
37238 # use different functions to avoid configure caching
37244 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37245 echo "$as_me:$LINENO: checking for $ac_func" >&5
37246 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37247 if eval "test \"\${$as_ac_var+set}\" = set"; then
37248 echo $ECHO_N "(cached) $ECHO_C" >&6
37250 cat >conftest.
$ac_ext <<_ACEOF
37253 cat confdefs.h
>>conftest.
$ac_ext
37254 cat >>conftest.
$ac_ext <<_ACEOF
37255 /* end confdefs.h. */
37256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37258 #define $ac_func innocuous_$ac_func
37260 /* System header to define __stub macros and hopefully few prototypes,
37261 which can conflict with char $ac_func (); below.
37262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37263 <limits.h> exists even on freestanding compilers. */
37266 # include <limits.h>
37268 # include <assert.h>
37273 /* Override any gcc2 internal prototype to avoid an error. */
37278 /* We use char because int might match the return type of a gcc2
37279 builtin and then its argument prototype would still apply. */
37281 /* The GNU C library defines this for functions which it implements
37282 to always fail with ENOSYS. Some functions are actually named
37283 something starting with __ and the normal name is an alias. */
37284 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37287 char (*f) () = $ac_func;
37296 return f != $ac_func;
37301 rm -f conftest.
$ac_objext conftest
$ac_exeext
37302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37303 (eval $ac_link) 2>conftest.er1
37305 grep -v '^ *+' conftest.er1
>conftest.err
37307 cat conftest.err
>&5
37308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37309 (exit $ac_status); } &&
37310 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37312 (eval $ac_try) 2>&5
37314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37315 (exit $ac_status); }; } &&
37316 { ac_try
='test -s conftest$ac_exeext'
37317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37318 (eval $ac_try) 2>&5
37320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37321 (exit $ac_status); }; }; then
37322 eval "$as_ac_var=yes"
37324 echo "$as_me: failed program was:" >&5
37325 sed 's/^/| /' conftest.
$ac_ext >&5
37327 eval "$as_ac_var=no"
37329 rm -f conftest.err conftest.
$ac_objext \
37330 conftest
$ac_exeext conftest.
$ac_ext
37332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37333 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37334 if test `eval echo '${'$as_ac_var'}'` = yes; then
37335 cat >>confdefs.h
<<_ACEOF
37336 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37343 for ac_func
in ceil
37345 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37346 echo "$as_me:$LINENO: checking for $ac_func" >&5
37347 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37348 if eval "test \"\${$as_ac_var+set}\" = set"; then
37349 echo $ECHO_N "(cached) $ECHO_C" >&6
37351 cat >conftest.
$ac_ext <<_ACEOF
37354 cat confdefs.h
>>conftest.
$ac_ext
37355 cat >>conftest.
$ac_ext <<_ACEOF
37356 /* end confdefs.h. */
37357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37359 #define $ac_func innocuous_$ac_func
37361 /* System header to define __stub macros and hopefully few prototypes,
37362 which can conflict with char $ac_func (); below.
37363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37364 <limits.h> exists even on freestanding compilers. */
37367 # include <limits.h>
37369 # include <assert.h>
37374 /* Override any gcc2 internal prototype to avoid an error. */
37379 /* We use char because int might match the return type of a gcc2
37380 builtin and then its argument prototype would still apply. */
37382 /* The GNU C library defines this for functions which it implements
37383 to always fail with ENOSYS. Some functions are actually named
37384 something starting with __ and the normal name is an alias. */
37385 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37388 char (*f) () = $ac_func;
37397 return f != $ac_func;
37402 rm -f conftest.
$ac_objext conftest
$ac_exeext
37403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37404 (eval $ac_link) 2>conftest.er1
37406 grep -v '^ *+' conftest.er1
>conftest.err
37408 cat conftest.err
>&5
37409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37410 (exit $ac_status); } &&
37411 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37413 (eval $ac_try) 2>&5
37415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37416 (exit $ac_status); }; } &&
37417 { ac_try
='test -s conftest$ac_exeext'
37418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37419 (eval $ac_try) 2>&5
37421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37422 (exit $ac_status); }; }; then
37423 eval "$as_ac_var=yes"
37425 echo "$as_me: failed program was:" >&5
37426 sed 's/^/| /' conftest.
$ac_ext >&5
37428 eval "$as_ac_var=no"
37430 rm -f conftest.err conftest.
$ac_objext \
37431 conftest
$ac_exeext conftest.
$ac_ext
37433 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37434 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37435 if test `eval echo '${'$as_ac_var'}'` = yes; then
37436 cat >>confdefs.h
<<_ACEOF
37437 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37443 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
37444 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
37445 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
37446 echo "$as_me:$LINENO: result: yes" >&5
37447 echo "${ECHO_T}yes" >&6
37449 echo "$as_me:$LINENO: result: no" >&5
37450 echo "${ECHO_T}no" >&6
37451 # not sure we should warn the user, crash, etc.
37455 if test "$wxUSE_GUI" = "yes"; then
37458 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs \
37459 drawing dynamic erase event exec font image \
37460 minimal propsize rotate shaped widgets render"
37462 if test "$wxUSE_MONOLITHIC" != "yes"; then
37463 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
37466 SAMPLES_SUBDIRS
="console"
37470 INCLUDES
="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
37471 -I\${top_srcdir}/include $TOOLKIT_INCLUDE"
37473 if test "$GXX" = yes ; then
37474 CXXWARNINGS
="-Wall"
37477 EXTRA_CFLAGS
="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
37479 CPPFLAGS
=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS`
37480 CFLAGS
=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS`
37481 CXXFLAGS
=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS`
37485 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
37486 EXTRALIBS_XML
="$EXPAT_LINK"
37487 EXTRALIBS_HTML
="$MSPACK_LINK"
37488 EXTRALIBS_ODBC
="$ODBC_LINK"
37489 if test "$wxUSE_GUI" = "yes"; then
37490 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK`
37492 if test "$wxUSE_OPENGL" = "yes"; then
37493 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
37496 LDFLAGS
="$LDFLAGS $PROFILE"
37498 if test "$wxUSE_GTK" = 1; then
37501 WXCONFIG_INCLUDE
="$TOOLKIT_INCLUDE"
37504 WXCONFIG_EXTRALIBS
="$LIBS"
37506 if test "$wxUSE_REGEX" = "builtin" ; then
37507 wxconfig_3rdparty
="$wxconfig_3rdparty regex${lib_unicode_suffix}"
37509 if test "$wxUSE_EXPAT" = "builtin" ; then
37510 wxconfig_3rdparty
="$wxconfig_3rdparty expat"
37512 if test "$wxUSE_ODBC" = "builtin" ; then
37513 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
37515 if test "$wxUSE_LIBTIFF" = "builtin" ; then
37516 wxconfig_3rdparty
="$wxconfig_3rdparty tiff"
37518 if test "$wxUSE_LIBJPEG" = "builtin" ; then
37519 wxconfig_3rdparty
="$wxconfig_3rdparty jpeg"
37521 if test "$wxUSE_LIBPNG" = "builtin" ; then
37522 wxconfig_3rdparty
="$wxconfig_3rdparty png"
37524 if test "$wxUSE_ZLIB" = "builtin" ; then
37525 wxconfig_3rdparty
="$wxconfig_3rdparty zlib"
37527 if test "$wxUSE_ODBC" = "builtin" ; then
37528 wxconfig_3rdparty
="$wxconfig_3rdparty odbc"
37531 for i
in $wxconfig_3rdparty ; do
37532 WXCONFIG_EXTRALIBS
="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
37536 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
37550 if test $wxUSE_MONOLITHIC = "yes" ; then
37556 if test $wxUSE_PLUGINS = "yes" ; then
37562 if test $wxUSE_ODBC != "no" ; then
37568 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
37594 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
37605 TOOLKIT_USER
="GTK+"
37606 if test "$WXGTK20" = 1; then
37607 TOOLKIT_USER
="$TOOLKIT_USER 2"
37612 TOOLKIT_USER
=$TOOLKIT_LOWERCASE
37616 if test "x$BAKEFILE_HOST" = "x"; then
37617 BAKEFILE_HOST
="${host}"
37620 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
37622 if test -n "$ac_tool_prefix"; then
37623 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
37624 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
37625 echo "$as_me:$LINENO: checking for $ac_word" >&5
37626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37627 if test "${ac_cv_prog_RANLIB+set}" = set; then
37628 echo $ECHO_N "(cached) $ECHO_C" >&6
37630 if test -n "$RANLIB"; then
37631 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
37633 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37634 for as_dir
in $PATH
37637 test -z "$as_dir" && as_dir
=.
37638 for ac_exec_ext
in '' $ac_executable_extensions; do
37639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37640 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
37641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37649 RANLIB
=$ac_cv_prog_RANLIB
37650 if test -n "$RANLIB"; then
37651 echo "$as_me:$LINENO: result: $RANLIB" >&5
37652 echo "${ECHO_T}$RANLIB" >&6
37654 echo "$as_me:$LINENO: result: no" >&5
37655 echo "${ECHO_T}no" >&6
37659 if test -z "$ac_cv_prog_RANLIB"; then
37660 ac_ct_RANLIB
=$RANLIB
37661 # Extract the first word of "ranlib", so it can be a program name with args.
37662 set dummy ranlib
; ac_word
=$2
37663 echo "$as_me:$LINENO: checking for $ac_word" >&5
37664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37665 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
37666 echo $ECHO_N "(cached) $ECHO_C" >&6
37668 if test -n "$ac_ct_RANLIB"; then
37669 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
37671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37672 for as_dir
in $PATH
37675 test -z "$as_dir" && as_dir
=.
37676 for ac_exec_ext
in '' $ac_executable_extensions; do
37677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37678 ac_cv_prog_ac_ct_RANLIB
="ranlib"
37679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37685 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
37688 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
37689 if test -n "$ac_ct_RANLIB"; then
37690 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
37691 echo "${ECHO_T}$ac_ct_RANLIB" >&6
37693 echo "$as_me:$LINENO: result: no" >&5
37694 echo "${ECHO_T}no" >&6
37697 RANLIB
=$ac_ct_RANLIB
37699 RANLIB
="$ac_cv_prog_RANLIB"
37702 # Find a good install program. We prefer a C program (faster),
37703 # so one script is as good as another. But avoid the broken or
37704 # incompatible versions:
37705 # SysV /etc/install, /usr/sbin/install
37706 # SunOS /usr/etc/install
37707 # IRIX /sbin/install
37709 # AmigaOS /C/install, which installs bootblocks on floppy discs
37710 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
37711 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
37712 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
37713 # OS/2's system install, which has a completely different semantic
37714 # ./install, which can be erroneously created by make from ./install.sh.
37715 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
37716 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
37717 if test -z "$INSTALL"; then
37718 if test "${ac_cv_path_install+set}" = set; then
37719 echo $ECHO_N "(cached) $ECHO_C" >&6
37721 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37722 for as_dir
in $PATH
37725 test -z "$as_dir" && as_dir
=.
37726 # Account for people who put trailing slashes in PATH elements.
37728 .
/ | .
// | /cC
/* | \
37729 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
37730 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
37733 # OSF1 and SCO ODT 3.0 have their own names for install.
37734 # Don't use installbsd from OSF since it installs stuff as root
37736 for ac_prog
in ginstall scoinst
install; do
37737 for ac_exec_ext
in '' $ac_executable_extensions; do
37738 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
37739 if test $ac_prog = install &&
37740 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
37741 # AIX install. It has an incompatible calling convention.
37743 elif test $ac_prog = install &&
37744 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
37745 # program-specific install script used by HP pwplus--don't use.
37748 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
37760 if test "${ac_cv_path_install+set}" = set; then
37761 INSTALL
=$ac_cv_path_install
37763 # As a last resort, use the slow shell script. We don't cache a
37764 # path for INSTALL within a source directory, because that will
37765 # break other packages using the cache if that directory is
37766 # removed, or if the path is relative.
37767 INSTALL
=$ac_install_sh
37770 echo "$as_me:$LINENO: result: $INSTALL" >&5
37771 echo "${ECHO_T}$INSTALL" >&6
37773 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
37774 # It thinks the first close brace ends the variable substitution.
37775 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
37777 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
37779 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
37781 echo "$as_me:$LINENO: checking whether ln -s works" >&5
37782 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
37784 if test "$LN_S" = "ln -s"; then
37785 echo "$as_me:$LINENO: result: yes" >&5
37786 echo "${ECHO_T}yes" >&6
37788 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
37789 echo "${ECHO_T}no, using $LN_S" >&6
37793 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
37794 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
37795 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
37796 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
37797 echo $ECHO_N "(cached) $ECHO_C" >&6
37799 cat >conftest.
make <<\_ACEOF
37801 @
echo 'ac_maketemp="$(MAKE)"'
37803 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
37804 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
37805 if test -n "$ac_maketemp"; then
37806 eval ac_cv_prog_make_
${ac_make}_set
=yes
37808 eval ac_cv_prog_make_
${ac_make}_set
=no
37810 rm -f conftest.
make
37812 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
37813 echo "$as_me:$LINENO: result: yes" >&5
37814 echo "${ECHO_T}yes" >&6
37817 echo "$as_me:$LINENO: result: no" >&5
37818 echo "${ECHO_T}no" >&6
37819 SET_MAKE
="MAKE=${MAKE-make}"
37824 if test -n "$ac_tool_prefix"; then
37825 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
37826 set dummy
${ac_tool_prefix}ar; ac_word
=$2
37827 echo "$as_me:$LINENO: checking for $ac_word" >&5
37828 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37829 if test "${ac_cv_prog_AR+set}" = set; then
37830 echo $ECHO_N "(cached) $ECHO_C" >&6
37832 if test -n "$AR"; then
37833 ac_cv_prog_AR
="$AR" # Let the user override the test.
37835 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37836 for as_dir
in $PATH
37839 test -z "$as_dir" && as_dir
=.
37840 for ac_exec_ext
in '' $ac_executable_extensions; do
37841 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37842 ac_cv_prog_AR
="${ac_tool_prefix}ar"
37843 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37852 if test -n "$AR"; then
37853 echo "$as_me:$LINENO: result: $AR" >&5
37854 echo "${ECHO_T}$AR" >&6
37856 echo "$as_me:$LINENO: result: no" >&5
37857 echo "${ECHO_T}no" >&6
37861 if test -z "$ac_cv_prog_AR"; then
37863 # Extract the first word of "ar", so it can be a program name with args.
37864 set dummy
ar; ac_word
=$2
37865 echo "$as_me:$LINENO: checking for $ac_word" >&5
37866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37867 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
37868 echo $ECHO_N "(cached) $ECHO_C" >&6
37870 if test -n "$ac_ct_AR"; then
37871 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
37873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37874 for as_dir
in $PATH
37877 test -z "$as_dir" && as_dir
=.
37878 for ac_exec_ext
in '' $ac_executable_extensions; do
37879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37880 ac_cv_prog_ac_ct_AR
="ar"
37881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37887 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
37890 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
37891 if test -n "$ac_ct_AR"; then
37892 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
37893 echo "${ECHO_T}$ac_ct_AR" >&6
37895 echo "$as_me:$LINENO: result: no" >&5
37896 echo "${ECHO_T}no" >&6
37901 AR
="$ac_cv_prog_AR"
37904 if test -n "$ac_tool_prefix"; then
37905 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
37906 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
37907 echo "$as_me:$LINENO: checking for $ac_word" >&5
37908 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37909 if test "${ac_cv_prog_STRIP+set}" = set; then
37910 echo $ECHO_N "(cached) $ECHO_C" >&6
37912 if test -n "$STRIP"; then
37913 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
37915 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37916 for as_dir
in $PATH
37919 test -z "$as_dir" && as_dir
=.
37920 for ac_exec_ext
in '' $ac_executable_extensions; do
37921 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37922 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
37923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37931 STRIP
=$ac_cv_prog_STRIP
37932 if test -n "$STRIP"; then
37933 echo "$as_me:$LINENO: result: $STRIP" >&5
37934 echo "${ECHO_T}$STRIP" >&6
37936 echo "$as_me:$LINENO: result: no" >&5
37937 echo "${ECHO_T}no" >&6
37941 if test -z "$ac_cv_prog_STRIP"; then
37943 # Extract the first word of "strip", so it can be a program name with args.
37944 set dummy strip
; ac_word
=$2
37945 echo "$as_me:$LINENO: checking for $ac_word" >&5
37946 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37947 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
37948 echo $ECHO_N "(cached) $ECHO_C" >&6
37950 if test -n "$ac_ct_STRIP"; then
37951 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
37953 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37954 for as_dir
in $PATH
37957 test -z "$as_dir" && as_dir
=.
37958 for ac_exec_ext
in '' $ac_executable_extensions; do
37959 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37960 ac_cv_prog_ac_ct_STRIP
="strip"
37961 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
37967 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
37970 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
37971 if test -n "$ac_ct_STRIP"; then
37972 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
37973 echo "${ECHO_T}$ac_ct_STRIP" >&6
37975 echo "$as_me:$LINENO: result: no" >&5
37976 echo "${ECHO_T}no" >&6
37981 STRIP
="$ac_cv_prog_STRIP"
37984 if test -n "$ac_tool_prefix"; then
37985 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
37986 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
37987 echo "$as_me:$LINENO: checking for $ac_word" >&5
37988 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
37989 if test "${ac_cv_prog_NM+set}" = set; then
37990 echo $ECHO_N "(cached) $ECHO_C" >&6
37992 if test -n "$NM"; then
37993 ac_cv_prog_NM
="$NM" # Let the user override the test.
37995 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
37996 for as_dir
in $PATH
37999 test -z "$as_dir" && as_dir
=.
38000 for ac_exec_ext
in '' $ac_executable_extensions; do
38001 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38002 ac_cv_prog_NM
="${ac_tool_prefix}nm"
38003 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38012 if test -n "$NM"; then
38013 echo "$as_me:$LINENO: result: $NM" >&5
38014 echo "${ECHO_T}$NM" >&6
38016 echo "$as_me:$LINENO: result: no" >&5
38017 echo "${ECHO_T}no" >&6
38021 if test -z "$ac_cv_prog_NM"; then
38023 # Extract the first word of "nm", so it can be a program name with args.
38024 set dummy nm
; ac_word
=$2
38025 echo "$as_me:$LINENO: checking for $ac_word" >&5
38026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38027 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
38028 echo $ECHO_N "(cached) $ECHO_C" >&6
38030 if test -n "$ac_ct_NM"; then
38031 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
38033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38034 for as_dir
in $PATH
38037 test -z "$as_dir" && as_dir
=.
38038 for ac_exec_ext
in '' $ac_executable_extensions; do
38039 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38040 ac_cv_prog_ac_ct_NM
="nm"
38041 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38047 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
38050 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
38051 if test -n "$ac_ct_NM"; then
38052 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
38053 echo "${ECHO_T}$ac_ct_NM" >&6
38055 echo "$as_me:$LINENO: result: no" >&5
38056 echo "${ECHO_T}no" >&6
38061 NM
="$ac_cv_prog_NM"
38065 case ${BAKEFILE_HOST} in
38067 INSTALL_DIR
="mkdir -p"
38069 *) INSTALL_DIR
="$INSTALL -d"
38075 case ${BAKEFILE_HOST} in
38076 *-*-cygwin* | *-*-mingw32* )
38077 LDFLAGS_GUI
="-mwindows"
38083 echo "$as_me:$LINENO: checking if make is GNU make" >&5
38084 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
38085 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
38086 echo $ECHO_N "(cached) $ECHO_C" >&6
38089 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
38090 egrep -s GNU
> /dev
/null
); then
38091 bakefile_cv_prog_makeisgnu
="yes"
38093 bakefile_cv_prog_makeisgnu
="no"
38097 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
38098 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
38100 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
38115 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
38116 case "${BAKEFILE_HOST}" in
38117 *-*-cygwin* | *-*-mingw32* )
38123 *-pc-os2_emx | *-pc-os2-emx )
38126 powerpc
-*-darwin* )
38135 case "$BAKEFILE_FORCE_PLATFORM" in
38153 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
38154 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
38155 { (exit 1); exit 1; }; }
38168 # Check whether --enable-omf or --disable-omf was given.
38169 if test "${enable_omf+set}" = set; then
38170 enableval
="$enable_omf"
38171 bk_os2_use_omf
="$enableval"
38174 case "${BAKEFILE_HOST}" in
38176 CFLAGS
="$CFLAGS -fno-common"
38177 CXXFLAGS
="$CXXFLAGS -fno-common"
38180 *-pc-os2_emx | *-pc-os2-emx )
38181 if test "x$bk_os2_use_omf" = "xyes" ; then
38184 LDFLAGS
="-Zomf $LDFLAGS"
38185 CFLAGS
="-Zomf $CFLAGS"
38186 CXXFLAGS
="-Zomf $CXXFLAGS"
38196 SO_SUFFIX_MODULE
="so"
38201 DLLPREFIX_MODULE
=""
38204 case "${BAKEFILE_HOST}" in
38207 SO_SUFFIX_MODULE
="sl"
38211 SO_SUFFIX_MODULE
="a"
38213 *-*-cygwin* | *-*-mingw32* )
38215 SO_SUFFIX_MODULE
="dll"
38216 DLLIMP_SUFFIX
="dll.a"
38224 *-pc-os2_emx | *-pc-os2-emx )
38226 SO_SUFFIX_MODULE
="dll"
38227 DLLIMP_SUFFIX
=$OS2_LIBEXT
38231 LIBEXT
=".$OS2_LIBEXT"
38233 powerpc
-*-darwin* )
38235 SO_SUFFIX_MODULE
="bundle"
38239 if test "x$DLLIMP_SUFFIX" = "x" ; then
38240 DLLIMP_SUFFIX
="$SO_SUFFIX"
38253 SHARED_LD_CC
="\$(CC) -shared -o"
38254 SHARED_LD_CXX
="\$(CXX) -shared -o"
38256 if test "x$GCC" = "xyes"; then
38260 case "${BAKEFILE_HOST}" in
38262 if test "x$GCC" = "xyes"; then
38263 SHARED_LD_CC
="${CC} -shared ${PIC_FLAG} -o"
38264 SHARED_LD_CXX
="${CXX} -shared ${PIC_FLAG} -o"
38266 LDFLAGS
="$LDFLAGS -L/usr/lib"
38268 SHARED_LD_CC
="${CC} -b -o"
38269 SHARED_LD_CXX
="${CXX} -b -o"
38275 if test "x$GCC" != "xyes"; then
38276 echo "$as_me:$LINENO: checking for Intel compiler" >&5
38277 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
38278 if test "${bakefile_cv_prog_icc+set}" = set; then
38279 echo $ECHO_N "(cached) $ECHO_C" >&6
38282 cat >conftest.
$ac_ext <<_ACEOF
38285 cat confdefs.h
>>conftest.
$ac_ext
38286 cat >>conftest.
$ac_ext <<_ACEOF
38287 /* end confdefs.h. */
38293 #ifndef __INTEL_COMPILER
38301 rm -f conftest.
$ac_objext
38302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38303 (eval $ac_compile) 2>conftest.er1
38305 grep -v '^ *+' conftest.er1
>conftest.err
38307 cat conftest.err
>&5
38308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38309 (exit $ac_status); } &&
38310 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38312 (eval $ac_try) 2>&5
38314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38315 (exit $ac_status); }; } &&
38316 { ac_try
='test -s conftest.$ac_objext'
38317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38318 (eval $ac_try) 2>&5
38320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38321 (exit $ac_status); }; }; then
38322 bakefile_cv_prog_icc
=yes
38324 echo "$as_me: failed program was:" >&5
38325 sed 's/^/| /' conftest.
$ac_ext >&5
38327 bakefile_cv_prog_icc
=no
38330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38333 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
38334 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
38335 if test "$bakefile_cv_prog_icc" = "yes"; then
38342 if test "x$GCC" != xyes
; then
38343 SHARED_LD_CC
="${CC} -G -o"
38344 SHARED_LD_CXX
="${CXX} -G -o"
38351 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
38352 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
38353 if test "${wx_cv_gcc31+set}" = set; then
38354 echo $ECHO_N "(cached) $ECHO_C" >&6
38357 cat >conftest.
$ac_ext <<_ACEOF
38360 cat confdefs.h
>>conftest.
$ac_ext
38361 cat >>conftest.
$ac_ext <<_ACEOF
38362 /* end confdefs.h. */
38368 #if (__GNUC__ < 3) || \
38369 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
38377 rm -f conftest.
$ac_objext
38378 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38379 (eval $ac_compile) 2>conftest.er1
38381 grep -v '^ *+' conftest.er1
>conftest.err
38383 cat conftest.err
>&5
38384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38385 (exit $ac_status); } &&
38386 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38388 (eval $ac_try) 2>&5
38390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38391 (exit $ac_status); }; } &&
38392 { ac_try
='test -s conftest.$ac_objext'
38393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38394 (eval $ac_try) 2>&5
38396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38397 (exit $ac_status); }; }; then
38402 echo "$as_me: failed program was:" >&5
38403 sed 's/^/| /' conftest.
$ac_ext >&5
38410 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38413 echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5
38414 echo "${ECHO_T}$wx_cv_gcc31" >&6
38415 if test "$wx_cv_gcc31" = "no"; then
38418 cat <<EOF >shared-ld-sh
38420 #-----------------------------------------------------------------------------
38421 #-- Name: distrib/mac/shared-ld-sh
38422 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
38423 #-- Author: Gilles Depeyrot
38424 #-- Copyright: (c) 2002 Gilles Depeyrot
38425 #-- Licence: any use permitted
38426 #-----------------------------------------------------------------------------
38431 linking_flag="-dynamiclib"
38433 while test ${D}# -gt 0; do
38440 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
38441 # collect these options and values
38442 args="${D}{args} ${D}1 ${D}2"
38446 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
38447 # collect these options
38448 args="${D}{args} ${D}1"
38451 -dynamiclib|-bundle)
38452 linking_flag="${D}1"
38456 echo "shared-ld: unhandled option '${D}1'"
38460 *.o | *.a | *.dylib)
38461 # collect object files
38462 objects="${D}{objects} ${D}1"
38466 echo "shared-ld: unhandled argument '${D}1'"
38475 # Link one module containing all the others
38477 if test ${D}{verbose} = 1; then
38478 echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o"
38480 c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o
38482 if test ${D}{status} != 0; then
38487 # Link the shared library from the single module created
38489 if test ${D}{verbose} = 1; then
38490 echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
38492 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
38494 if test ${D}{status} != 0; then
38499 # Remove intermediate module
38501 rm -f master.${D}${D}.o
38506 chmod +x shared
-ld-sh
38508 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
38509 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
38510 SHARED_LD_CXX
="$SHARED_LD_CC"
38511 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
38513 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
38514 SHARED_LD_MODULE_CC
="\${CC} -bundle -single_module -headerpad_max_install_names -o"
38515 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
38516 SHARED_LD_MODULE_CXX
="\${CXX} -bundle -single_module -headerpad_max_install_names -o"
38519 PIC_FLAG
="-dynamic -fPIC"
38523 if test "x$GCC" != "xyes"; then
38524 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
38525 set dummy makeC
++SharedLib
; ac_word
=$2
38526 echo "$as_me:$LINENO: checking for $ac_word" >&5
38527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
38528 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
38529 echo $ECHO_N "(cached) $ECHO_C" >&6
38531 if test -n "$AIX_CXX_LD"; then
38532 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
38534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
38535 for as_dir
in $PATH
38538 test -z "$as_dir" && as_dir
=.
38539 for ac_exec_ext
in '' $ac_executable_extensions; do
38540 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
38541 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
38542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
38548 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
38551 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
38552 if test -n "$AIX_CXX_LD"; then
38553 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
38554 echo "${ECHO_T}$AIX_CXX_LD" >&6
38556 echo "$as_me:$LINENO: result: no" >&5
38557 echo "${ECHO_T}no" >&6
38560 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
38561 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
38566 SHARED_LD_CC
="${LD} -shared -o"
38567 SHARED_LD_CXX
="${LD} -shared -o"
38571 if test "x$GCC" != "xyes"; then
38576 *-*-cygwin* | *-*-mingw32* )
38580 *-pc-os2_emx | *-pc-os2-emx )
38581 SHARED_LD_CC
="`pwd`/dllar.sh -o"
38582 SHARED_LD_CXX
="`pwd`/dllar.sh -o"
38586 cat <<EOF >dllar.sh
38589 # dllar - a tool to build both a .dll and an .a file
38590 # from a set of object (.o) files for EMX/OS2.
38592 # Written by Andrew Zabolotny, bit@freya.etu.ru
38593 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
38595 # This script will accept a set of files on the command line.
38596 # All the public symbols from the .o files will be exported into
38597 # a .DEF file, then linker will be run (through gcc) against them to
38598 # build a shared library consisting of all given .o files. All libraries
38599 # (.a) will be first decompressed into component .o files then act as
38600 # described above. You can optionally give a description (-d "description")
38601 # which will be put into .DLL. To see the list of accepted options (as well
38602 # as command-line format) simply run this program without options. The .DLL
38603 # is built to be imported by name (there is no guarantee that new versions
38604 # of the library you build will have same ordinals for same symbols).
38606 # dllar is free software; you can redistribute it and/or modify
38607 # it under the terms of the GNU General Public License as published by
38608 # the Free Software Foundation; either version 2, or (at your option)
38609 # any later version.
38611 # dllar is distributed in the hope that it will be useful,
38612 # but WITHOUT ANY WARRANTY; without even the implied warranty of
38613 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38614 # GNU General Public License for more details.
38616 # You should have received a copy of the GNU General Public License
38617 # along with dllar; see the file COPYING. If not, write to the Free
38618 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
38621 # To successfuly run this program you will need:
38622 # - Current drive should have LFN support (HPFS, ext2, network, etc)
38623 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
38625 # (used to build the .dll)
38627 # (used to create .def file from .o files)
38629 # (used to create .a file from .def file)
38630 # - GNU text utilites (cat, sort, uniq)
38631 # used to process emxexp output
38632 # - GNU file utilities (mv, rm)
38634 # - lxlite (optional, see flag below)
38635 # (used for general .dll cleanup)
38642 # basnam, variant of basename, which does _not_ remove the path, _iff_
38643 # second argument (suffix to remove) is given
38647 echo ${D}1 | sed 's/.*\///' | sed 's/.*\\//'
38650 echo ${D}1 | sed 's/'${D}2'${D}//'
38653 echo "error in basnam ${D}*"
38659 # Cleanup temporary files and output
38662 for i in ${D}inputFiles ; do
38665 rm -rf \`basnam ${D}i !\`
38672 # Kill result in case of failure as there is just to many stupid make/nmake
38673 # things out there which doesn't do this.
38674 if [] ${D}# -eq 0 []; then
38675 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
38679 # Print usage and exit script with rc=1.
38681 echo 'Usage: dllar []-o[[]utput[]] output_file[] []-i[[]mport[]] importlib_name[]'
38682 echo ' []-d[[]escription[]] "dll descrption"[] []-cc "CC"[] []-f[[]lags[]] "CFLAGS"[]'
38683 echo ' []-ord[[]inals[]][] -ex[]clude[] "symbol(s)"'
38684 echo ' []-libf[[]lags[]] "{INIT|TERM}{GLOBAL|INSTANCE}"[] []-nocrt[[]dll[]][] []-nolxl[[]ite[]][]'
38685 echo ' []*.o[] []*.a[]'
38686 echo '*> "output_file" should have no extension.'
38687 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
38688 echo ' The import library name is derived from this and is set to "name".a,'
38689 echo ' unless overridden by -import'
38690 echo '*> "importlib_name" should have no extension.'
38691 echo ' If it has the .o, or .a extension, it is automatically removed.'
38692 echo ' This name is used as the import library name and may be longer and'
38693 echo ' more descriptive than the DLL name which has to follow the old '
38694 echo ' 8.3 convention of FAT.'
38695 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
38696 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
38697 echo ' These flags will be put at the start of GCC command line.'
38698 echo '*> -ord[]inals[] tells dllar to export entries by ordinals. Be careful.'
38699 echo '*> -ex[]clude[] defines symbols which will not be exported. You can define'
38700 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
38701 echo ' If the last character of a symbol is "*", all symbols beginning'
38702 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
38703 echo '*> -libf[]lags[] can be used to add INITGLOBAL/INITINSTANCE and/or'
38704 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
38705 echo '*> -nocrt[]dll[] switch will disable linking the library against emx''s'
38706 echo ' C runtime DLLs.'
38707 echo '*> -nolxl[]ite[] switch will disable running lxlite on the resulting DLL.'
38708 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
38709 echo ' unchanged to GCC at the end of command line.'
38710 echo '*> If you create a DLL from a library and you do not specify -o,'
38711 echo ' the basename for DLL and import library will be set to library name,'
38712 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
38713 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
38714 echo ' library will be renamed into gcc_s.a.'
38717 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
38718 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
38723 # Execute a command.
38724 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
38725 # @Uses Whatever CleanUp() uses.
38731 if [] ${D}rcCmd -ne 0 []; then
38732 echo "command failed, exit code="${D}rcCmd
38746 CFLAGS="-s -Zcrtdll"
38748 EXPORT_BY_ORDINALS=0
38753 case ${D}curDirS in
38757 curDirS=${D}{curDirS}"/"
38760 # Parse commandline
38762 while [] ${D}1 []; do
38765 EXPORT_BY_ORDINALS=1;
38792 exclude_symbols=${D}{exclude_symbols}${D}1" "
38796 library_flags=${D}{library_flags}${D}1" "
38812 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
38816 if [] ${D}libsToLink -ne 0 []; then
38817 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
38819 for file in ${D}1 ; do
38820 if [] -f ${D}file []; then
38821 inputFiles="${D}{inputFiles} ${D}file"
38825 if [] ${D}found -eq 0 []; then
38826 echo "ERROR: No file(s) found: "${D}1
38833 done # iterate cmdline words
38836 if [] -z "${D}inputFiles" []; then
38837 echo "dllar: no input files"
38841 # Now extract all .o files from .a files
38843 for file in ${D}inputFiles ; do
38854 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
38859 dirname=\`basnam ${D}file ${D}suffix\`"_%"
38861 if [] ${D}? -ne 0 []; then
38862 echo "Failed to create subdirectory ./${D}dirname"
38866 # Append '!' to indicate archive
38867 newInputFiles="${D}newInputFiles ${D}{dirname}!"
38868 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
38871 for subfile in ${D}dirname/*.o* ; do
38872 if [] -f ${D}subfile []; then
38874 if [] -s ${D}subfile []; then
38875 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
38876 newInputFiles="${D}newInputFiles ${D}subfile"
38880 if [] ${D}found -eq 0 []; then
38881 echo "WARNING: there are no files in archive \'${D}file\'"
38885 newInputFiles="${D}{newInputFiles} ${D}file"
38889 inputFiles="${D}newInputFiles"
38891 # Output filename(s).
38893 if [] -z ${D}outFile []; then
38895 set outFile ${D}inputFiles; outFile=${D}2
38898 # If it is an archive, remove the '!' and the '_%' suffixes
38899 case ${D}outFile in
38901 outFile=\`basnam ${D}outFile _%!\`
38906 case ${D}outFile in
38908 outFile=\`basnam ${D}outFile .dll\`
38911 outFile=\`basnam ${D}outFile .DLL\`
38914 outFile=\`basnam ${D}outFile .o\`
38917 outFile=\`basnam ${D}outFile .obj\`
38920 outFile=\`basnam ${D}outFile .a\`
38923 outFile=\`basnam ${D}outFile .lib\`
38928 case ${D}outimpFile in
38930 outimpFile=\`basnam ${D}outimpFile .a\`
38933 outimpFile=\`basnam ${D}outimpFile .lib\`
38938 if [] -z ${D}outimpFile []; then
38939 outimpFile=${D}outFile
38941 defFile="${D}{outFile}.def"
38942 arcFile="${D}{outimpFile}.a"
38943 arcFile2="${D}{outimpFile}.lib"
38944 dllFile="${D}outFile"
38945 # Add suffix to dllFile later, first we need a version to use as
38946 # name in .def file.
38948 if [] ${D}do_backup -ne 0 [] ; then
38949 if [] -f ${D}arcFile [] ; then
38950 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
38952 if [] -f ${D}arcFile2 [] ; then
38953 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
38957 # Extract public symbols from all the object files.
38958 tmpdefFile=${D}{defFile}_%
38959 rm -f ${D}tmpdefFile
38960 for file in ${D}inputFiles ; do
38965 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
38970 # Create the def file.
38972 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
38973 dllFile="${D}dllFile.dll"
38974 if [] -n ${D}description []; then
38975 echo "DESCRIPTION \"${D}{description}\"" >> ${D}defFile
38977 echo "EXPORTS" >> ${D}defFile
38979 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
38980 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
38982 # Checks if the export is ok or not.
38983 for word in ${D}exclude_symbols; do
38984 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
38985 mv ${D}{tmpdefFile}% ${D}tmpdefFile
38989 if [] ${D}EXPORT_BY_ORDINALS -ne 0 []; then
38990 sed "=" < ${D}tmpdefFile | \
38994 s/^\([]0-9[]\+\)\([]^;[]*\)\(;.*\)\?/\2 @\1 NONAME/
38996 ' > ${D}{tmpdefFile}%
38997 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
38999 rm -f ${D}{tmpdefFile}%
39001 cat ${D}tmpdefFile >> ${D}defFile
39002 rm -f ${D}tmpdefFile
39004 # Do linking, create implib, and apply lxlite.
39006 for file in ${D}inputFiles ; do
39011 gccCmdl="${D}gccCmdl ${D}file"
39015 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
39016 touch "${D}{outFile}.dll"
39018 doCommand "emximp -o ${D}arcFile ${D}defFile"
39019 if [] ${D}flag_USE_LXLITE -ne 0 []; then
39021 if [] ${D}EXPORT_BY_ORDINALS -ne 0 []; then
39024 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
39026 doCommand "emxomf -s -l ${D}arcFile"
39036 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
39044 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
39045 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
39046 { (exit 1); exit 1; }; }
39049 if test "x$PIC_FLAG" != "x" ; then
39050 PIC_FLAG
="$PIC_FLAG -DPIC"
39053 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
39054 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
39056 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
39057 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
39074 case "${BAKEFILE_HOST}" in
39076 SONAME_FLAG
="-Wl,-soname,"
39104 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
39105 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
39108 if test "x$GCC" = "xyes"; then
39111 case "${BAKEFILE_HOST}" in
39112 powerpc
-*-darwin* )
39113 DEPSFLAG_GCC
="-no-cpp-precomp -MMD"
39116 DEPSFLAG_GCC
="-MMD"
39119 echo "$as_me:$LINENO: result: gcc" >&5
39120 echo "${ECHO_T}gcc" >&6
39122 echo "$as_me:$LINENO: result: none" >&5
39123 echo "${ECHO_T}none" >&6
39126 if test $DEPS_TRACKING = 1 ; then
39132 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39133 # script. It is used to track C/C++ files dependencies in portable way.
39135 # Permission is given to use this file in any way.
39137 DEPSMODE=${DEPSMODE}
39139 DEPSFLAG_GCC="${DEPSFLAG_GCC}"
39141 mkdir -p ${D}DEPSDIR
39143 if test ${D}DEPSMODE = gcc ; then
39144 ${D}* ${D}{DEPSFLAG_GCC}
39146 if test ${D}{status} != 0 ; then
39149 # move created file to the location we want it in:
39150 while test ${D}# -gt 0; do
39164 depfile=\`basename ${D}srcfile | sed -e 's/\..*${D}/.d/g'\`
39165 depobjname=\`echo ${D}depfile |sed -e 's/\.d/.o/g'\`
39166 if test -f ${D}depfile ; then
39167 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39170 depfile=\`basename ${D}objfile | sed -e 's/\..*${D}/.d/g'\`
39171 if test -f ${D}depfile ; then
39172 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
39192 case ${BAKEFILE_HOST} in
39193 *-*-cygwin* | *-*-mingw32* )
39194 if test "$build" != "$host" ; then
39195 RESCOMP
=$host_alias-windres
39197 # Extract the first word of "windres", so it can be a program name with args.
39198 set dummy windres
; ac_word
=$2
39199 echo "$as_me:$LINENO: checking for $ac_word" >&5
39200 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39201 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39202 echo $ECHO_N "(cached) $ECHO_C" >&6
39204 if test -n "$RESCOMP"; then
39205 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
39207 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39208 for as_dir
in $PATH
39211 test -z "$as_dir" && as_dir
=.
39212 for ac_exec_ext
in '' $ac_executable_extensions; do
39213 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39214 ac_cv_prog_RESCOMP
="windres"
39215 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39221 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="windres"
39224 RESCOMP
=$ac_cv_prog_RESCOMP
39225 if test -n "$RESCOMP"; then
39226 echo "$as_me:$LINENO: result: $RESCOMP" >&5
39227 echo "${ECHO_T}$RESCOMP" >&6
39229 echo "$as_me:$LINENO: result: no" >&5
39230 echo "${ECHO_T}no" >&6
39237 # Extract the first word of "Rez", so it can be a program name with args.
39238 set dummy Rez
; ac_word
=$2
39239 echo "$as_me:$LINENO: checking for $ac_word" >&5
39240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39241 if test "${ac_cv_prog_RESCOMP+set}" = set; then
39242 echo $ECHO_N "(cached) $ECHO_C" >&6
39244 if test -n "$RESCOMP"; then
39245 ac_cv_prog_RESCOMP
="$RESCOMP" # Let the user override the test.
39247 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39248 for as_dir
in $PATH
39251 test -z "$as_dir" && as_dir
=.
39252 for ac_exec_ext
in '' $ac_executable_extensions; do
39253 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39254 ac_cv_prog_RESCOMP
="Rez"
39255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39261 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP
="/Developer/Tools/Rez"
39264 RESCOMP
=$ac_cv_prog_RESCOMP
39265 if test -n "$RESCOMP"; then
39266 echo "$as_me:$LINENO: result: $RESCOMP" >&5
39267 echo "${ECHO_T}$RESCOMP" >&6
39269 echo "$as_me:$LINENO: result: no" >&5
39270 echo "${ECHO_T}no" >&6
39273 # Extract the first word of "SetFile", so it can be a program name with args.
39274 set dummy SetFile
; ac_word
=$2
39275 echo "$as_me:$LINENO: checking for $ac_word" >&5
39276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
39277 if test "${ac_cv_prog_SETFILE+set}" = set; then
39278 echo $ECHO_N "(cached) $ECHO_C" >&6
39280 if test -n "$SETFILE"; then
39281 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
39283 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
39284 for as_dir
in $PATH
39287 test -z "$as_dir" && as_dir
=.
39288 for ac_exec_ext
in '' $ac_executable_extensions; do
39289 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
39290 ac_cv_prog_SETFILE
="SetFile"
39291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
39297 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
39300 SETFILE
=$ac_cv_prog_SETFILE
39301 if test -n "$SETFILE"; then
39302 echo "$as_me:$LINENO: result: $SETFILE" >&5
39303 echo "${ECHO_T}$SETFILE" >&6
39305 echo "$as_me:$LINENO: result: no" >&5
39306 echo "${ECHO_T}no" >&6
39316 BAKEFILE_BAKEFILE_M4_VERSION
="0.1.4"
39322 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.1.4"
39326 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
39327 if test "${enable_precomp_headers+set}" = set; then
39328 enableval
="$enable_precomp_headers"
39329 bk_use_pch
="$enableval"
39334 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39335 if test "x$GCC" = "xyes"; then
39336 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
39337 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
39338 cat >conftest.
$ac_ext <<_ACEOF
39341 cat confdefs.h
>>conftest.
$ac_ext
39342 cat >>conftest.
$ac_ext <<_ACEOF
39343 /* end confdefs.h. */
39349 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39350 #error "no pch support"
39353 #error "no pch support"
39355 #if (__GNUC__ == 3) && \
39356 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39357 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
39358 #error "no pch support"
39365 rm -f conftest.
$ac_objext
39366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39367 (eval $ac_compile) 2>conftest.er1
39369 grep -v '^ *+' conftest.er1
>conftest.err
39371 cat conftest.err
>&5
39372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39373 (exit $ac_status); } &&
39374 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39376 (eval $ac_try) 2>&5
39378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39379 (exit $ac_status); }; } &&
39380 { ac_try
='test -s conftest.$ac_objext'
39381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39382 (eval $ac_try) 2>&5
39384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39385 (exit $ac_status); }; }; then
39387 echo "$as_me:$LINENO: result: yes" >&5
39388 echo "${ECHO_T}yes" >&6
39392 echo "$as_me: failed program was:" >&5
39393 sed 's/^/| /' conftest.
$ac_ext >&5
39396 echo "$as_me:$LINENO: result: no" >&5
39397 echo "${ECHO_T}no" >&6
39400 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39401 if test $GCC_PCH = 1 ; then
39402 cat <<EOF >bk-make-pch
39405 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39406 # script. It is used to generated precompiled headers.
39408 # Permission is given to use this file in any way.
39417 while test \${#} -gt 0; do
39420 incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
39421 if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
39422 headerfile="\${incdir}/\${header}"
39426 compiler="\${compiler} \${1}"
39430 if test "x\${headerfile}" = "x" ; then
39431 echo "error: can't find header \${header} in include paths" >2
39433 if test -f \${outfile} ; then
39436 mkdir -p \`dirname \${outfile}\`
39438 depsfile=".deps/\`basename \${outfile}\`.d"
39440 # can do this because gcc is >= 3.4:
39441 \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
39445 chmod +x bk
-make-pch
39456 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
39457 if test "${enable_precomp_headers+set}" = set; then
39458 enableval
="$enable_precomp_headers"
39459 bk_use_pch
="$enableval"
39464 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
39465 if test "x$GCC" = "xyes"; then
39466 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
39467 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
39468 cat >conftest.
$ac_ext <<_ACEOF
39471 cat confdefs.h
>>conftest.
$ac_ext
39472 cat >>conftest.
$ac_ext <<_ACEOF
39473 /* end confdefs.h. */
39479 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
39480 #error "no pch support"
39483 #error "no pch support"
39485 #if (__GNUC__ == 3) && \
39486 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
39487 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
39488 #error "no pch support"
39495 rm -f conftest.
$ac_objext
39496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39497 (eval $ac_compile) 2>conftest.er1
39499 grep -v '^ *+' conftest.er1
>conftest.err
39501 cat conftest.err
>&5
39502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39503 (exit $ac_status); } &&
39504 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39506 (eval $ac_try) 2>&5
39508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39509 (exit $ac_status); }; } &&
39510 { ac_try
='test -s conftest.$ac_objext'
39511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39512 (eval $ac_try) 2>&5
39514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39515 (exit $ac_status); }; }; then
39517 echo "$as_me:$LINENO: result: yes" >&5
39518 echo "${ECHO_T}yes" >&6
39522 echo "$as_me: failed program was:" >&5
39523 sed 's/^/| /' conftest.
$ac_ext >&5
39526 echo "$as_me:$LINENO: result: no" >&5
39527 echo "${ECHO_T}no" >&6
39530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39531 if test $GCC_PCH = 1 ; then
39532 cat <<EOF >bk-make-pch
39535 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
39536 # script. It is used to generated precompiled headers.
39538 # Permission is given to use this file in any way.
39547 while test \${#} -gt 0; do
39550 incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
39551 if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
39552 headerfile="\${incdir}/\${header}"
39556 compiler="\${compiler} \${1}"
39560 if test "x\${headerfile}" = "x" ; then
39561 echo "error: can't find header \${header} in include paths" >2
39563 if test -f \${outfile} ; then
39566 mkdir -p \`dirname \${outfile}\`
39568 depsfile=".deps/\`basename \${outfile}\`.d"
39570 # can do this because gcc is >= 3.4:
39571 \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
39575 chmod +x bk
-make-pch
39583 COND_BUILD_DEBUG
="#"
39584 if test "x$BUILD" = "xdebug" ; then
39585 COND_BUILD_DEBUG
=""
39588 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
39589 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
39590 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
39593 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
39594 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
39595 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
39598 COND_BUILD_DEBUG_UNICODE_0
="#"
39599 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
39600 COND_BUILD_DEBUG_UNICODE_0
=""
39603 COND_BUILD_DEBUG_UNICODE_1
="#"
39604 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
39605 COND_BUILD_DEBUG_UNICODE_1
=""
39608 COND_BUILD_RELEASE
="#"
39609 if test "x$BUILD" = "xrelease" ; then
39610 COND_BUILD_RELEASE
=""
39613 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
39614 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
39615 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
39618 COND_BUILD_RELEASE_UNICODE_0
="#"
39619 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
39620 COND_BUILD_RELEASE_UNICODE_0
=""
39623 COND_BUILD_RELEASE_UNICODE_1
="#"
39624 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
39625 COND_BUILD_RELEASE_UNICODE_1
=""
39628 COND_DEBUG_FLAG_1
="#"
39629 if test "x$DEBUG_FLAG" = "x1" ; then
39630 COND_DEBUG_FLAG_1
=""
39633 COND_DEBUG_INFO_0
="#"
39634 if test "x$DEBUG_INFO" = "x0" ; then
39635 COND_DEBUG_INFO_0
=""
39638 COND_DEBUG_INFO_1
="#"
39639 if test "x$DEBUG_INFO" = "x1" ; then
39640 COND_DEBUG_INFO_1
=""
39643 COND_DEPS_TRACKING_0
="#"
39644 if test "x$DEPS_TRACKING" = "x0" ; then
39645 COND_DEPS_TRACKING_0
=""
39648 COND_DEPS_TRACKING_1
="#"
39649 if test "x$DEPS_TRACKING" = "x1" ; then
39650 COND_DEPS_TRACKING_1
=""
39654 if test "x$GCC_PCH" = "x1" ; then
39658 COND_MONOLITHIC_0
="#"
39659 if test "x$MONOLITHIC" = "x0" ; then
39660 COND_MONOLITHIC_0
=""
39663 COND_MONOLITHIC_0_SHARED_0
="#"
39664 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
39665 COND_MONOLITHIC_0_SHARED_0
=""
39668 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
39669 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
39670 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
39673 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
39674 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
39675 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
39678 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
39679 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
39680 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
39683 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
39684 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
39685 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
39688 COND_MONOLITHIC_0_SHARED_1
="#"
39689 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
39690 COND_MONOLITHIC_0_SHARED_1
=""
39693 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
39694 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
39695 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
39698 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
39699 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
39700 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
39703 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
39704 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
39705 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
39708 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
39709 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
39710 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
39713 COND_MONOLITHIC_0_USE_ODBC_1
="#"
39714 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
39715 COND_MONOLITHIC_0_USE_ODBC_1
=""
39718 COND_MONOLITHIC_1
="#"
39719 if test "x$MONOLITHIC" = "x1" ; then
39720 COND_MONOLITHIC_1
=""
39723 COND_MONOLITHIC_1_SHARED_0
="#"
39724 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
39725 COND_MONOLITHIC_1_SHARED_0
=""
39728 COND_MONOLITHIC_1_SHARED_1
="#"
39729 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
39730 COND_MONOLITHIC_1_SHARED_1
=""
39733 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
39734 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
39735 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
39738 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
39739 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
39740 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
39743 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
39744 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
39745 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
39748 COND_PLATFORM_MACOSX_1
="#"
39749 if test "x$PLATFORM_MACOSX" = "x1" ; then
39750 COND_PLATFORM_MACOSX_1
=""
39753 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
39754 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
39755 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
39758 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
39759 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
39760 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
39763 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
39764 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
39765 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
39768 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
39769 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
39770 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
39773 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
39774 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
39775 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
39778 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
39779 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
39780 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
39783 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
39784 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
39785 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
39788 COND_PLATFORM_MAC_1
="#"
39789 if test "x$PLATFORM_MAC" = "x1" ; then
39790 COND_PLATFORM_MAC_1
=""
39793 COND_PLATFORM_OS2_1
="#"
39794 if test "x$PLATFORM_OS2" = "x1" ; then
39795 COND_PLATFORM_OS2_1
=""
39798 COND_PLATFORM_UNIX_0
="#"
39799 if test "x$PLATFORM_UNIX" = "x0" ; then
39800 COND_PLATFORM_UNIX_0
=""
39803 COND_PLATFORM_UNIX_1
="#"
39804 if test "x$PLATFORM_UNIX" = "x1" ; then
39805 COND_PLATFORM_UNIX_1
=""
39808 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
39809 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
39810 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
39813 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
39814 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
39815 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
39818 COND_PLATFORM_WIN32_0
="#"
39819 if test "x$PLATFORM_WIN32" = "x0" ; then
39820 COND_PLATFORM_WIN32_0
=""
39823 COND_PLATFORM_WIN32_1
="#"
39824 if test "x$PLATFORM_WIN32" = "x1" ; then
39825 COND_PLATFORM_WIN32_1
=""
39829 if test "x$SHARED" = "x0" ; then
39833 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
39834 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
39835 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
39838 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
39839 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
39840 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
39843 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
39844 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
39845 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
39848 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
39849 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
39850 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
39853 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
39854 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
39855 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
39858 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
39859 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
39860 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
39863 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
39864 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
39865 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
39868 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
39869 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
39870 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
39874 if test "x$SHARED" = "x1" ; then
39878 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
39879 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
39880 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
39883 COND_TOOLKIT_COCOA
="#"
39884 if test "x$TOOLKIT" = "xCOCOA" ; then
39885 COND_TOOLKIT_COCOA
=""
39888 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
39889 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39890 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
39893 COND_TOOLKIT_GTK
="#"
39894 if test "x$TOOLKIT" = "xGTK" ; then
39895 COND_TOOLKIT_GTK
=""
39898 COND_TOOLKIT_GTK_USE_GUI_1
="#"
39899 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
39900 COND_TOOLKIT_GTK_USE_GUI_1
=""
39903 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
39904 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39905 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
39908 COND_TOOLKIT_MAC
="#"
39909 if test "x$TOOLKIT" = "xMAC" ; then
39910 COND_TOOLKIT_MAC
=""
39913 COND_TOOLKIT_MAC_USE_GUI_1
="#"
39914 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
39915 COND_TOOLKIT_MAC_USE_GUI_1
=""
39918 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
39919 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39920 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
39923 COND_TOOLKIT_MAC_WXUNIV_0
="#"
39924 if test "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
39925 COND_TOOLKIT_MAC_WXUNIV_0
=""
39928 COND_TOOLKIT_MGL
="#"
39929 if test "x$TOOLKIT" = "xMGL" ; then
39930 COND_TOOLKIT_MGL
=""
39933 COND_TOOLKIT_MGL_USE_GUI_1
="#"
39934 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
39935 COND_TOOLKIT_MGL_USE_GUI_1
=""
39938 COND_TOOLKIT_MOTIF
="#"
39939 if test "x$TOOLKIT" = "xMOTIF" ; then
39940 COND_TOOLKIT_MOTIF
=""
39943 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
39944 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
39945 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
39948 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
39949 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39950 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
39953 COND_TOOLKIT_MSW
="#"
39954 if test "x$TOOLKIT" = "xMSW" ; then
39955 COND_TOOLKIT_MSW
=""
39958 COND_TOOLKIT_MSW_USE_GUI_1
="#"
39959 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
39960 COND_TOOLKIT_MSW_USE_GUI_1
=""
39963 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
39964 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39965 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
39968 COND_TOOLKIT_MSW_WXUNIV_0
="#"
39969 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
39970 COND_TOOLKIT_MSW_WXUNIV_0
=""
39973 COND_TOOLKIT_PM
="#"
39974 if test "x$TOOLKIT" = "xPM" ; then
39978 COND_TOOLKIT_PM_USE_GUI_1
="#"
39979 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
39980 COND_TOOLKIT_PM_USE_GUI_1
=""
39983 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
39984 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
39985 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
39988 COND_TOOLKIT_PM_WXUNIV_0
="#"
39989 if test "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
39990 COND_TOOLKIT_PM_WXUNIV_0
=""
39993 COND_TOOLKIT_WINCE
="#"
39994 if test "x$TOOLKIT" = "xWINCE" ; then
39995 COND_TOOLKIT_WINCE
=""
39998 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
39999 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40000 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40003 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40004 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40005 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40008 COND_TOOLKIT_X11
="#"
40009 if test "x$TOOLKIT" = "xX11" ; then
40010 COND_TOOLKIT_X11
=""
40013 COND_TOOLKIT_X11_USE_GUI_1
="#"
40014 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40015 COND_TOOLKIT_X11_USE_GUI_1
=""
40019 if test "x$UNICODE" = "x1" ; then
40023 COND_USE_EXCEPTIONS_0
="#"
40024 if test "x$USE_EXCEPTIONS" = "x0" ; then
40025 COND_USE_EXCEPTIONS_0
=""
40028 COND_USE_EXCEPTIONS_1
="#"
40029 if test "x$USE_EXCEPTIONS" = "x1" ; then
40030 COND_USE_EXCEPTIONS_1
=""
40034 if test "x$USE_GUI" = "x0" ; then
40039 if test "x$USE_GUI" = "x1" ; then
40043 COND_USE_GUI_1_WXUNIV_0
="#"
40044 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40045 COND_USE_GUI_1_WXUNIV_0
=""
40048 COND_USE_GUI_1_WXUNIV_1
="#"
40049 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40050 COND_USE_GUI_1_WXUNIV_1
=""
40053 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40054 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40055 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40058 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40059 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40060 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40063 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40064 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40065 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40068 COND_USE_ODBC_1
="#"
40069 if test "x$USE_ODBC" = "x1" ; then
40073 COND_USE_PLUGINS_0
="#"
40074 if test "x$USE_PLUGINS" = "x0" ; then
40075 COND_USE_PLUGINS_0
=""
40078 COND_USE_SOSYMLINKS_1
="#"
40079 if test "x$USE_SOSYMLINKS" = "x1" ; then
40080 COND_USE_SOSYMLINKS_1
=""
40083 COND_USE_SOVERLINUX_1
="#"
40084 if test "x$USE_SOVERLINUX" = "x1" ; then
40085 COND_USE_SOVERLINUX_1
=""
40088 COND_USE_SOVERSION_0
="#"
40089 if test "x$USE_SOVERSION" = "x0" ; then
40090 COND_USE_SOVERSION_0
=""
40093 COND_USE_SOVERSOLARIS_1
="#"
40094 if test "x$USE_SOVERSOLARIS" = "x1" ; then
40095 COND_USE_SOVERSOLARIS_1
=""
40098 COND_WITH_PLUGIN_SDL_1
="#"
40099 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40100 COND_WITH_PLUGIN_SDL_1
=""
40103 COND_WITH_SDL_1
="#"
40104 if test "x$WITH_SDL" = "x1" ; then
40109 if test "x$WXUNIV" = "x1" ; then
40113 COND_WXUSE_EXPAT_BUILTIN
="#"
40114 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40115 COND_WXUSE_EXPAT_BUILTIN
=""
40118 COND_WXUSE_LIBJPEG_BUILTIN
="#"
40119 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40120 COND_WXUSE_LIBJPEG_BUILTIN
=""
40123 COND_WXUSE_LIBPNG_BUILTIN
="#"
40124 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40125 COND_WXUSE_LIBPNG_BUILTIN
=""
40128 COND_WXUSE_LIBTIFF_BUILTIN
="#"
40129 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40130 COND_WXUSE_LIBTIFF_BUILTIN
=""
40133 COND_WXUSE_ODBC_BUILTIN
="#"
40134 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
40135 COND_WXUSE_ODBC_BUILTIN
=""
40138 COND_WXUSE_REGEX_BUILTIN
="#"
40139 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40140 COND_WXUSE_REGEX_BUILTIN
=""
40143 COND_WXUSE_ZLIB_BUILTIN
="#"
40144 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40145 COND_WXUSE_ZLIB_BUILTIN
=""
40148 COND_BUILD_DEBUG
="#"
40149 if test "x$BUILD" = "xdebug" ; then
40150 COND_BUILD_DEBUG
=""
40153 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
40154 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
40155 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
40158 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
40159 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
40160 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
40163 COND_BUILD_DEBUG_UNICODE_0
="#"
40164 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
40165 COND_BUILD_DEBUG_UNICODE_0
=""
40168 COND_BUILD_DEBUG_UNICODE_1
="#"
40169 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
40170 COND_BUILD_DEBUG_UNICODE_1
=""
40173 COND_BUILD_RELEASE
="#"
40174 if test "x$BUILD" = "xrelease" ; then
40175 COND_BUILD_RELEASE
=""
40178 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
40179 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
40180 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
40183 COND_BUILD_RELEASE_UNICODE_0
="#"
40184 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
40185 COND_BUILD_RELEASE_UNICODE_0
=""
40188 COND_BUILD_RELEASE_UNICODE_1
="#"
40189 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
40190 COND_BUILD_RELEASE_UNICODE_1
=""
40193 COND_DEBUG_FLAG_1
="#"
40194 if test "x$DEBUG_FLAG" = "x1" ; then
40195 COND_DEBUG_FLAG_1
=""
40198 COND_DEBUG_INFO_0
="#"
40199 if test "x$DEBUG_INFO" = "x0" ; then
40200 COND_DEBUG_INFO_0
=""
40203 COND_DEBUG_INFO_1
="#"
40204 if test "x$DEBUG_INFO" = "x1" ; then
40205 COND_DEBUG_INFO_1
=""
40208 COND_DEPS_TRACKING_0
="#"
40209 if test "x$DEPS_TRACKING" = "x0" ; then
40210 COND_DEPS_TRACKING_0
=""
40213 COND_DEPS_TRACKING_1
="#"
40214 if test "x$DEPS_TRACKING" = "x1" ; then
40215 COND_DEPS_TRACKING_1
=""
40219 if test "x$GCC_PCH" = "x1" ; then
40223 COND_MONOLITHIC_0
="#"
40224 if test "x$MONOLITHIC" = "x0" ; then
40225 COND_MONOLITHIC_0
=""
40228 COND_MONOLITHIC_0_SHARED_0
="#"
40229 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
40230 COND_MONOLITHIC_0_SHARED_0
=""
40233 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
40234 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
40235 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
40238 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
40239 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40240 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
40243 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
="#"
40244 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
40245 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1
=""
40248 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
40249 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
40250 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
40253 COND_MONOLITHIC_0_SHARED_1
="#"
40254 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
40255 COND_MONOLITHIC_0_SHARED_1
=""
40258 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
40259 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
40260 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
40263 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
40264 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
40265 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
40268 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
="#"
40269 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
40270 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1
=""
40273 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
40274 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
40275 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
40278 COND_MONOLITHIC_0_USE_ODBC_1
="#"
40279 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
40280 COND_MONOLITHIC_0_USE_ODBC_1
=""
40283 COND_MONOLITHIC_1
="#"
40284 if test "x$MONOLITHIC" = "x1" ; then
40285 COND_MONOLITHIC_1
=""
40288 COND_MONOLITHIC_1_SHARED_0
="#"
40289 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
40290 COND_MONOLITHIC_1_SHARED_0
=""
40293 COND_MONOLITHIC_1_SHARED_1
="#"
40294 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
40295 COND_MONOLITHIC_1_SHARED_1
=""
40298 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
40299 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
40300 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
40303 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
40304 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
40305 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
40308 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
40309 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
40310 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
40313 COND_PLATFORM_MACOSX_1
="#"
40314 if test "x$PLATFORM_MACOSX" = "x1" ; then
40315 COND_PLATFORM_MACOSX_1
=""
40318 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
40319 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
40320 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
40323 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
40324 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
40325 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
40328 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
40329 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
40330 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
40333 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
40334 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
40335 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
40338 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
40339 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
40340 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
40343 COND_PLATFORM_MAC_1
="#"
40344 if test "x$PLATFORM_MAC" = "x1" ; then
40345 COND_PLATFORM_MAC_1
=""
40348 COND_PLATFORM_OS2_1
="#"
40349 if test "x$PLATFORM_OS2" = "x1" ; then
40350 COND_PLATFORM_OS2_1
=""
40353 COND_PLATFORM_UNIX_0
="#"
40354 if test "x$PLATFORM_UNIX" = "x0" ; then
40355 COND_PLATFORM_UNIX_0
=""
40358 COND_PLATFORM_UNIX_1
="#"
40359 if test "x$PLATFORM_UNIX" = "x1" ; then
40360 COND_PLATFORM_UNIX_1
=""
40363 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
40364 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
40365 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
40368 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
40369 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
40370 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
40373 COND_PLATFORM_WIN32_0
="#"
40374 if test "x$PLATFORM_WIN32" = "x0" ; then
40375 COND_PLATFORM_WIN32_0
=""
40378 COND_PLATFORM_WIN32_1
="#"
40379 if test "x$PLATFORM_WIN32" = "x1" ; then
40380 COND_PLATFORM_WIN32_1
=""
40384 if test "x$SHARED" = "x0" ; then
40388 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
40389 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40390 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
40393 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40394 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40395 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40398 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40399 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40400 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40403 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40404 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40405 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40408 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
40409 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
40410 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
40413 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
40414 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
40415 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
40418 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
40419 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
40420 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
40423 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
40424 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
40425 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
40429 if test "x$SHARED" = "x1" ; then
40433 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
40434 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
40435 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
40438 COND_TOOLKIT_COCOA
="#"
40439 if test "x$TOOLKIT" = "xCOCOA" ; then
40440 COND_TOOLKIT_COCOA
=""
40443 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
40444 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40445 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
40448 COND_TOOLKIT_GTK
="#"
40449 if test "x$TOOLKIT" = "xGTK" ; then
40450 COND_TOOLKIT_GTK
=""
40453 COND_TOOLKIT_GTK_USE_GUI_1
="#"
40454 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
40455 COND_TOOLKIT_GTK_USE_GUI_1
=""
40458 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
="#"
40459 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40460 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0
=""
40463 COND_TOOLKIT_MAC
="#"
40464 if test "x$TOOLKIT" = "xMAC" ; then
40465 COND_TOOLKIT_MAC
=""
40468 COND_TOOLKIT_MAC_USE_GUI_1
="#"
40469 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
40470 COND_TOOLKIT_MAC_USE_GUI_1
=""
40473 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
40474 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40475 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
40478 COND_TOOLKIT_MGL
="#"
40479 if test "x$TOOLKIT" = "xMGL" ; then
40480 COND_TOOLKIT_MGL
=""
40483 COND_TOOLKIT_MGL_USE_GUI_1
="#"
40484 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
40485 COND_TOOLKIT_MGL_USE_GUI_1
=""
40488 COND_TOOLKIT_MOTIF
="#"
40489 if test "x$TOOLKIT" = "xMOTIF" ; then
40490 COND_TOOLKIT_MOTIF
=""
40493 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
40494 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
40495 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
40498 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
40499 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40500 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
40503 COND_TOOLKIT_MSW
="#"
40504 if test "x$TOOLKIT" = "xMSW" ; then
40505 COND_TOOLKIT_MSW
=""
40508 COND_TOOLKIT_MSW_USE_GUI_1
="#"
40509 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
40510 COND_TOOLKIT_MSW_USE_GUI_1
=""
40513 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
40514 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40515 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
40518 COND_TOOLKIT_PM
="#"
40519 if test "x$TOOLKIT" = "xPM" ; then
40523 COND_TOOLKIT_PM_USE_GUI_1
="#"
40524 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
40525 COND_TOOLKIT_PM_USE_GUI_1
=""
40528 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
40529 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40530 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
40533 COND_TOOLKIT_WINCE
="#"
40534 if test "x$TOOLKIT" = "xWINCE" ; then
40535 COND_TOOLKIT_WINCE
=""
40538 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
40539 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
40540 COND_TOOLKIT_WINCE_USE_GUI_1
=""
40543 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
40544 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40545 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
40548 COND_TOOLKIT_X11
="#"
40549 if test "x$TOOLKIT" = "xX11" ; then
40550 COND_TOOLKIT_X11
=""
40553 COND_TOOLKIT_X11_USE_GUI_1
="#"
40554 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
40555 COND_TOOLKIT_X11_USE_GUI_1
=""
40559 if test "x$UNICODE" = "x1" ; then
40563 COND_USE_EXCEPTIONS_0
="#"
40564 if test "x$USE_EXCEPTIONS" = "x0" ; then
40565 COND_USE_EXCEPTIONS_0
=""
40568 COND_USE_EXCEPTIONS_1
="#"
40569 if test "x$USE_EXCEPTIONS" = "x1" ; then
40570 COND_USE_EXCEPTIONS_1
=""
40574 if test "x$USE_GUI" = "x0" ; then
40579 if test "x$USE_GUI" = "x1" ; then
40583 COND_USE_GUI_1_WXUNIV_0
="#"
40584 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
40585 COND_USE_GUI_1_WXUNIV_0
=""
40588 COND_USE_GUI_1_WXUNIV_1
="#"
40589 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
40590 COND_USE_GUI_1_WXUNIV_1
=""
40593 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
40594 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40595 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
40598 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
40599 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40600 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
40603 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
40604 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40605 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
40608 COND_USE_ODBC_1
="#"
40609 if test "x$USE_ODBC" = "x1" ; then
40613 COND_USE_PLUGINS_0
="#"
40614 if test "x$USE_PLUGINS" = "x0" ; then
40615 COND_USE_PLUGINS_0
=""
40618 COND_USE_SOSYMLINKS_1
="#"
40619 if test "x$USE_SOSYMLINKS" = "x1" ; then
40620 COND_USE_SOSYMLINKS_1
=""
40623 COND_USE_SOVERLINUX_1
="#"
40624 if test "x$USE_SOVERLINUX" = "x1" ; then
40625 COND_USE_SOVERLINUX_1
=""
40628 COND_USE_SOVERSION_0
="#"
40629 if test "x$USE_SOVERSION" = "x0" ; then
40630 COND_USE_SOVERSION_0
=""
40633 COND_USE_SOVERSOLARIS_1
="#"
40634 if test "x$USE_SOVERSOLARIS" = "x1" ; then
40635 COND_USE_SOVERSOLARIS_1
=""
40638 COND_WITH_PLUGIN_SDL_1
="#"
40639 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
40640 COND_WITH_PLUGIN_SDL_1
=""
40644 if test "x$WXUNIV" = "x1" ; then
40648 COND_WXUSE_EXPAT_BUILTIN
="#"
40649 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
40650 COND_WXUSE_EXPAT_BUILTIN
=""
40653 COND_WXUSE_LIBJPEG_BUILTIN
="#"
40654 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
40655 COND_WXUSE_LIBJPEG_BUILTIN
=""
40658 COND_WXUSE_LIBPNG_BUILTIN
="#"
40659 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
40660 COND_WXUSE_LIBPNG_BUILTIN
=""
40663 COND_WXUSE_LIBTIFF_BUILTIN
="#"
40664 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
40665 COND_WXUSE_LIBTIFF_BUILTIN
=""
40668 COND_WXUSE_ODBC_BUILTIN
="#"
40669 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
40670 COND_WXUSE_ODBC_BUILTIN
=""
40673 COND_WXUSE_REGEX_BUILTIN
="#"
40674 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
40675 COND_WXUSE_REGEX_BUILTIN
=""
40678 COND_WXUSE_ZLIB_BUILTIN
="#"
40679 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
40680 COND_WXUSE_ZLIB_BUILTIN
=""
40685 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
40686 { { 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
40687 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;}
40688 { (exit 1); exit 1; }; }
40693 GCC_PRAGMA_FLAGS
=""
40694 if test $GCC_PCH = 1 ; then
40695 GCC_PRAGMA_FLAGS
="-DWX_PRECOMP -DNO_GCC_PRAGMA"
40698 powerpc
-*-darwin* )
40699 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
40702 if test "$wxUSE_STL" = "yes" -o \
40703 "$wxUSE_NO_EXCEPTIONS" != "yes" -o \
40704 "$wxUSE_NO_RTTI" != "yes"; then
40705 echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5
40706 echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6
40707 cat >conftest.
$ac_ext <<_ACEOF
40710 cat confdefs.h
>>conftest.
$ac_ext
40711 cat >>conftest.
$ac_ext <<_ACEOF
40712 /* end confdefs.h. */
40717 #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2))
40718 #error "Not GCC 3.2 or greater"
40725 rm -f conftest.
$ac_objext
40726 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40727 (eval $ac_compile) 2>conftest.er1
40729 grep -v '^ *+' conftest.er1
>conftest.err
40731 cat conftest.err
>&5
40732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40733 (exit $ac_status); } &&
40734 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40736 (eval $ac_try) 2>&5
40738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40739 (exit $ac_status); }; } &&
40740 { ac_try
='test -s conftest.$ac_objext'
40741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40742 (eval $ac_try) 2>&5
40744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40745 (exit $ac_status); }; }; then
40746 GCC_PRAGMA_FLAGS
="-DNO_GCC_PRAGMA"
40747 echo "$as_me:$LINENO: result: yes" >&5
40748 echo "${ECHO_T}yes" >&6
40750 echo "$as_me: failed program was:" >&5
40751 sed 's/^/| /' conftest.
$ac_ext >&5
40753 echo "$as_me:$LINENO: result: no" >&5
40754 echo "${ECHO_T}no" >&6
40756 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40761 CPPFLAGS
="$GCC_PRAGMA_FLAGS $CPPFLAGS"
40764 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
40866 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
40867 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
40868 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
40869 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
40870 echo $ECHO_N "(cached) $ECHO_C" >&6
40872 cat >conftest.
make <<\_ACEOF
40874 @
echo 'ac_maketemp="$(MAKE)"'
40876 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
40877 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
40878 if test -n "$ac_maketemp"; then
40879 eval ac_cv_prog_make_
${ac_make}_set
=yes
40881 eval ac_cv_prog_make_
${ac_make}_set
=no
40883 rm -f conftest.
make
40885 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
40886 echo "$as_me:$LINENO: result: yes" >&5
40887 echo "${ECHO_T}yes" >&6
40890 echo "$as_me:$LINENO: result: no" >&5
40891 echo "${ECHO_T}no" >&6
40892 SET_MAKE
="MAKE=${MAKE-make}"
40896 if test -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
; then
40897 mv -f lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h setup.h
40900 ac_config_headers
="$ac_config_headers setup.h"
40903 ac_config_files
="$ac_config_files wx-config wx-config-wrapper version-script Makefile"
40906 ac_config_commands
="$ac_config_commands default"
40910 if test "$wxUSE_GUI" = "yes"; then
40911 SUBDIRS
="samples demos utils contrib"
40912 else SUBDIRS
="samples utils"
40917 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
40918 if test "${with_cppunit_prefix+set}" = set; then
40919 withval
="$with_cppunit_prefix"
40920 cppunit_config_prefix
="$withval"
40922 cppunit_config_prefix
=""
40925 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
40926 if test "${with_cppunit_exec_prefix+set}" = set; then
40927 withval
="$with_cppunit_exec_prefix"
40928 cppunit_config_exec_prefix
="$withval"
40930 cppunit_config_exec_prefix
=""
40933 if test x
$cppunit_config_exec_prefix != x
; then
40934 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
40935 if test x
${CPPUNIT_CONFIG+set} != xset
; then
40936 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
40939 if test x
$cppunit_config_prefix != x
; then
40940 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
40941 if test x
${CPPUNIT_CONFIG+set} != xset
; then
40942 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
40946 # Extract the first word of "cppunit-config", so it can be a program name with args.
40947 set dummy cppunit
-config; ac_word
=$2
40948 echo "$as_me:$LINENO: checking for $ac_word" >&5
40949 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40950 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
40951 echo $ECHO_N "(cached) $ECHO_C" >&6
40953 case $CPPUNIT_CONFIG in
40955 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
40958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
40959 for as_dir
in $PATH
40962 test -z "$as_dir" && as_dir
=.
40963 for ac_exec_ext
in '' $ac_executable_extensions; do
40964 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
40965 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
40966 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40972 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
40976 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
40978 if test -n "$CPPUNIT_CONFIG"; then
40979 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
40980 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
40982 echo "$as_me:$LINENO: result: no" >&5
40983 echo "${ECHO_T}no" >&6
40986 cppunit_version_min
=1.8.0
40988 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
40989 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
40991 if test "$CPPUNIT_CONFIG" = "no" ; then
40994 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
40995 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
40996 cppunit_version
=`$CPPUNIT_CONFIG --version`
40998 cppunit_major_version
=`echo $cppunit_version | \
40999 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41000 cppunit_minor_version
=`echo $cppunit_version | \
41001 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41002 cppunit_micro_version
=`echo $cppunit_version | \
41003 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41005 cppunit_major_min
=`echo $cppunit_version_min | \
41006 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
41007 cppunit_minor_min
=`echo $cppunit_version_min | \
41008 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
41009 cppunit_micro_min
=`echo $cppunit_version_min | \
41010 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
41012 cppunit_version_proper
=`expr \
41013 $cppunit_major_version \> $cppunit_major_min \| \
41014 $cppunit_major_version \= $cppunit_major_min \& \
41015 $cppunit_minor_version \> $cppunit_minor_min \| \
41016 $cppunit_major_version \= $cppunit_major_min \& \
41017 $cppunit_minor_version \= $cppunit_minor_min \& \
41018 $cppunit_micro_version \>= $cppunit_micro_min `
41020 if test "$cppunit_version_proper" = "1" ; then
41021 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
41022 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
41024 echo "$as_me:$LINENO: result: no" >&5
41025 echo "${ECHO_T}no" >&6
41030 if test "x$no_cppunit" = x
; then
41031 SUBDIRS
="$SUBDIRS tests"
41042 for subdir
in `echo $SUBDIRS`; do
41043 if test -d ${srcdir}/${subdir} ; then
41044 if test "$wxUSE_GUI" = "yes"; then
41045 if test ${subdir} = "samples"; then
41046 makefiles
="samples/Makefile.in $makefiles"
41047 for sample
in `echo $SAMPLES_SUBDIRS`; do
41048 if test -d $srcdir/samples
/$sample; then
41049 makefiles
="samples/$sample/Makefile.in $makefiles"
41052 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41054 else if test ${subdir} = "samples"; then
41055 makefiles
="samples/Makefile.in samples/console/Makefile.in"
41056 elif test ${subdir} = "utils"; then
41057 makefiles
="utils/HelpGen/Makefile.in \
41058 utils/HelpGen/src/Makefile.in \
41059 utils/tex2rtf/Makefile.in \
41060 utils/tex2rtf/src/Makefile.in"
41061 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
41065 for mkin
in $makefiles ; do
41066 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
41067 ac_config_files
="$ac_config_files $mk"
41074 cat >confcache
<<\_ACEOF
41075 # This file is a shell script that caches the results of configure
41076 # tests run on this system so they can be shared between configure
41077 # scripts and configure runs, see configure's option --config-cache.
41078 # It is not useful on other systems. If it contains results you don't
41079 # want to keep, you may remove or edit it.
41081 # config.status only pays attention to the cache file if you give it
41082 # the --recheck option to rerun configure.
41084 # `ac_cv_env_foo' variables (set or unset) will be overridden when
41085 # loading this file, other *unset* `ac_cv_foo' will be assigned the
41086 # following values.
41090 # The following way of writing the cache mishandles newlines in values,
41091 # but we know of no workaround that is simple, portable, and efficient.
41092 # So, don't put newlines in cache variables' values.
41093 # Ultrix sh set writes to stderr and can't be redirected directly,
41094 # and sets the high bit in the cache file unless we assign to the vars.
41097 case `(ac_space=' '; set | grep ac_space) 2>&1` in
41099 # `set' does not quote correctly, so add quotes (double-quote
41100 # substitution turns \\\\ into \\, and sed turns \\ into \).
41103 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
41106 # `set' quotes correctly as required by POSIX, so do not add quotes.
41108 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
41115 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
41117 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
41119 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
41120 if test -w $cache_file; then
41121 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
41122 cat confcache
>$cache_file
41124 echo "not updating unwritable cache $cache_file"
41129 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
41130 # Let make expand exec_prefix.
41131 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
41133 # VPATH may cause trouble with some makes, so we remove $(srcdir),
41134 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
41135 # trailing colons and then remove the whole line if VPATH becomes empty
41136 # (actually we leave an empty line to preserve line numbers).
41137 if test "x$srcdir" = x.
; then
41138 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
41139 s/:*\$(srcdir):*/:/;
41140 s/:*\${srcdir}:*/:/;
41142 s/^\([^=]*=[ ]*\):*/\1/;
41148 DEFS
=-DHAVE_CONFIG_H
41152 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
41153 # 1. Remove the extension, and $U if already installed.
41154 ac_i
=`echo "$ac_i" |
41155 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
41157 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
41158 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
41160 LIBOBJS
=$ac_libobjs
41162 LTLIBOBJS
=$ac_ltlibobjs
41166 : ${CONFIG_STATUS=./config.status}
41167 ac_clean_files_save
=$ac_clean_files
41168 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
41169 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
41170 echo "$as_me: creating $CONFIG_STATUS" >&6;}
41171 cat >$CONFIG_STATUS <<_ACEOF
41173 # Generated by $as_me.
41174 # Run this file to recreate the current configuration.
41175 # Compiler output produced by configure, useful for debugging
41176 # configure, is in config.log if it exists.
41179 ac_cs_recheck=false
41181 SHELL=\${CONFIG_SHELL-$SHELL}
41184 cat >>$CONFIG_STATUS <<\_ACEOF
41185 ## --------------------- ##
41186 ## M4sh Initialization. ##
41187 ## --------------------- ##
41189 # Be Bourne compatible
41190 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
41193 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
41194 # is contrary to our usage. Disable this feature.
41195 alias -g '${1+"$@"}'='"$@"'
41196 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
41199 DUALCASE
=1; export DUALCASE
# for MKS sh
41201 # Support unset when possible.
41202 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
41209 # Work around bugs in pre-3.0 UWIN ksh.
41210 $as_unset ENV MAIL MAILPATH
41217 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41218 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
41219 LC_TELEPHONE LC_TIME
41221 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
41222 eval $as_var=C
; export $as_var
41228 # Required to use basename.
41229 if expr a
: '\(a\)' >/dev
/null
2>&1; then
41235 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
41236 as_basename
=basename
41242 # Name of the executable.
41243 as_me
=`$as_basename "$0" ||
41244 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41245 X"$0" : 'X\(//\)$' \| \
41246 X"$0" : 'X\(/\)$' \| \
41247 . : '\(.\)' 2>/dev/null ||
41249 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
41250 /^X\/\(\/\/\)$/{ s//\1/; q; }
41251 /^X\/\(\/\).*/{ s//\1/; q; }
41255 # PATH needs CR, and LINENO needs CR and PATH.
41256 # Avoid depending upon Character Ranges.
41257 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
41258 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
41259 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
41260 as_cr_digits
='0123456789'
41261 as_cr_alnum
=$as_cr_Letters$as_cr_digits
41263 # The user is always right.
41264 if test "${PATH_SEPARATOR+set}" != set; then
41265 echo "#! /bin/sh" >conf$$.sh
41266 echo "exit 0" >>conf$$.sh
41268 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
41277 as_lineno_1
=$LINENO
41278 as_lineno_2
=$LINENO
41279 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
41280 test "x$as_lineno_1" != "x$as_lineno_2" &&
41281 test "x$as_lineno_3" = "x$as_lineno_2" || {
41282 # Find who we are. Look in the path if we contain no path at all
41285 *[\\/]* ) as_myself
=$0 ;;
41286 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41287 for as_dir
in $PATH
41290 test -z "$as_dir" && as_dir
=.
41291 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
41296 # We did not find ourselves, most probably we were run as `sh COMMAND'
41297 # in which case we are not to be found in the path.
41298 if test "x$as_myself" = x
; then
41301 if test ! -f "$as_myself"; then
41302 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
41303 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
41304 { (exit 1); exit 1; }; }
41306 case $CONFIG_SHELL in
41308 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
41309 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
41312 test -z "$as_dir" && as_dir
=.
41313 for as_base
in sh bash ksh sh5
; do
41316 if ("$as_dir/$as_base" -c '
41317 as_lineno_1=$LINENO
41318 as_lineno_2=$LINENO
41319 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
41320 test "x$as_lineno_1" != "x$as_lineno_2" &&
41321 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
41322 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
41323 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
41324 CONFIG_SHELL
=$as_dir/$as_base
41325 export CONFIG_SHELL
41326 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
41334 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
41335 # uniformly replaced by the line number. The first 'sed' inserts a
41336 # line-number line before each line; the second 'sed' does the real
41337 # work. The second script uses 'N' to pair each line-number line
41338 # with the numbered line, and appends trailing '-' during
41339 # substitution so that $LINENO is not a special case at line end.
41340 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
41341 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
41342 sed '=' <$as_myself |
41347 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
41350 s,^['$as_cr_digits']*\n,,
41351 ' >$as_me.lineno
&&
41352 chmod +x
$as_me.lineno
||
41353 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
41354 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
41355 { (exit 1); exit 1; }; }
41357 # Don't try to exec as it changes $[0], causing all sort of problems
41358 # (the dirname of $[0] is not the place where we might find the
41359 # original and so on. Autoconf is especially sensible to this).
41361 # Exit status is that of the last command.
41366 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
41367 *c
*,-n*) ECHO_N
= ECHO_C
='
41369 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
41370 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
41373 if expr a
: '\(a\)' >/dev
/null
2>&1; then
41379 rm -f conf$$ conf$$.exe conf$$.
file
41381 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
41382 # We could just check for DJGPP; but this test a) works b) is more generic
41383 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
41384 if test -f conf$$.exe
; then
41385 # Don't use ln at all; we don't have any links
41390 elif ln conf$$.
file conf$$
2>/dev
/null
; then
41395 rm -f conf$$ conf$$.exe conf$$.
file
41397 if mkdir -p .
2>/dev
/null
; then
41400 test -d .
/-p && rmdir .
/-p
41404 as_executable_p
="test -f"
41406 # Sed expression to map a string onto a valid CPP name.
41407 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
41409 # Sed expression to map a string onto a valid variable name.
41410 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
41414 # We need space, tab and new line, in precisely that order.
41424 # Open the log real soon, to keep \$[0] and so on meaningful, and to
41425 # report actual input values of CONFIG_FILES etc. instead of their
41426 # values after options handling. Logging --version etc. is OK.
41430 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
41431 ## Running $as_me. ##
41436 This file was extended by wxWidgets $as_me 2.5.2, which was
41437 generated by GNU Autoconf 2.59. Invocation command line was
41439 CONFIG_FILES = $CONFIG_FILES
41440 CONFIG_HEADERS = $CONFIG_HEADERS
41441 CONFIG_LINKS = $CONFIG_LINKS
41442 CONFIG_COMMANDS = $CONFIG_COMMANDS
41446 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
41450 # Files that config.status was made for.
41451 if test -n "$ac_config_files"; then
41452 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
41455 if test -n "$ac_config_headers"; then
41456 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
41459 if test -n "$ac_config_links"; then
41460 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
41463 if test -n "$ac_config_commands"; then
41464 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
41467 cat >>$CONFIG_STATUS <<\_ACEOF
41470 \`$as_me' instantiates files from templates according to the
41471 current configuration.
41473 Usage: $0 [OPTIONS] [FILE]...
41475 -h, --help print this help, then exit
41476 -V, --version print version number, then exit
41477 -q, --quiet do not print progress messages
41478 -d, --debug don't remove temporary files
41479 --recheck update $as_me by reconfiguring in the same conditions
41480 --file=FILE[:TEMPLATE]
41481 instantiate the configuration file FILE
41482 --header=FILE[:TEMPLATE]
41483 instantiate the configuration header FILE
41485 Configuration files:
41488 Configuration headers:
41491 Configuration commands:
41494 Report bugs to <bug-autoconf@gnu.org>."
41497 cat >>$CONFIG_STATUS <<_ACEOF
41499 wxWidgets config.status 2.5.2
41500 configured by $0, generated by GNU Autoconf 2.59,
41501 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
41503 Copyright (C) 2003 Free Software Foundation, Inc.
41504 This config.status script is free software; the Free Software Foundation
41505 gives unlimited permission to copy, distribute and modify it."
41510 cat >>$CONFIG_STATUS <<\_ACEOF
41511 # If no file are specified by the user, then we need to provide default
41512 # value. By we need to know if files were specified by the user.
41518 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
41519 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
41527 *) # This is not an option, so the user has probably given explicit
41530 ac_need_defaults
=false
;;
41534 # Handling of the options.
41536 cat >>$CONFIG_STATUS <<\_ACEOF
41537 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
41539 --version | --vers* | -V )
41540 echo "$ac_cs_version"; exit 0 ;;
41542 # Conflict between --help and --header
41543 { { echo "$as_me:$LINENO: error: ambiguous option: $1
41544 Try \`$0 --help' for more information." >&5
41545 echo "$as_me: error: ambiguous option: $1
41546 Try \`$0 --help' for more information." >&2;}
41547 { (exit 1); exit 1; }; };;
41548 --help | --hel | -h )
41549 echo "$ac_cs_usage"; exit 0 ;;
41550 --debug | --d* | -d )
41552 --file | --fil | --fi | --f )
41554 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
41555 ac_need_defaults
=false
;;
41556 --header | --heade | --head | --hea )
41558 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
41559 ac_need_defaults
=false
;;
41560 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
41561 | -silent | --silent | --silen | --sile | --sil | --si | --s)
41564 # This is an error.
41565 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
41566 Try \`$0 --help' for more information." >&5
41567 echo "$as_me: error: unrecognized option: $1
41568 Try \`$0 --help' for more information." >&2;}
41569 { (exit 1); exit 1; }; } ;;
41571 *) ac_config_targets
="$ac_config_targets $1" ;;
41577 ac_configure_extra_args
=
41579 if $ac_cs_silent; then
41581 ac_configure_extra_args
="$ac_configure_extra_args --silent"
41585 cat >>$CONFIG_STATUS <<_ACEOF
41586 if \$ac_cs_recheck; then
41587 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
41588 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
41593 cat >>$CONFIG_STATUS <<_ACEOF
41595 # INIT-COMMANDS section.
41599 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
41600 WXCONFIG_DATA_FILE="${WXCONFIG_DATA_FILE}"
41601 WX_RELEASE="${WX_RELEASE}"
41610 cat >>$CONFIG_STATUS <<\_ACEOF
41611 for ac_config_target
in $ac_config_targets
41613 case "$ac_config_target" in
41614 # Handling of arguments.
41615 "wx-config" ) CONFIG_FILES
="$CONFIG_FILES wx-config" ;;
41616 "wx-config-wrapper" ) CONFIG_FILES
="$CONFIG_FILES wx-config-wrapper" ;;
41617 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
41618 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
41619 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
41620 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
41621 "setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS setup.h" ;;
41622 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
41623 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
41624 { (exit 1); exit 1; }; };;
41628 # If the user did not use the arguments to specify the items to instantiate,
41629 # then the envvar interface is used. Set only those that are not.
41630 # We use the long form for the default assignment because of an extremely
41631 # bizarre bug on SunOS 4.1.3.
41632 if $ac_need_defaults; then
41633 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
41634 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
41635 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
41638 # Have a temporary directory for convenience. Make it in the build tree
41639 # simply because there is no reason to put it here, and in addition,
41640 # creating and moving files from /tmp can sometimes cause problems.
41641 # Create a temporary directory, and hook for its removal unless debugging.
41644 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
41645 trap '{ (exit 1); exit 1; }' 1 2 13 15
41648 # Create a (secure) tmp directory for tmp files.
41651 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
41652 test -n "$tmp" && test -d "$tmp"
41655 tmp
=.
/confstat$$
-$RANDOM
41656 (umask 077 && mkdir $tmp)
41659 echo "$me: cannot create a temporary directory in ." >&2
41660 { (exit 1); exit 1; }
41665 cat >>$CONFIG_STATUS <<_ACEOF
41668 # CONFIG_FILES section.
41671 # No need to generate the scripts if there are no CONFIG_FILES.
41672 # This happens for instance when ./config.status config.h
41673 if test -n "\$CONFIG_FILES"; then
41674 # Protect against being on the right side of a sed subst in config.status.
41675 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
41676 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
41677 s,@SHELL@,$SHELL,;t t
41678 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
41679 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
41680 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
41681 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
41682 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
41683 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
41684 s,@exec_prefix@,$exec_prefix,;t t
41685 s,@prefix@,$prefix,;t t
41686 s,@program_transform_name@,$program_transform_name,;t t
41687 s,@bindir@,$bindir,;t t
41688 s,@sbindir@,$sbindir,;t t
41689 s,@libexecdir@,$libexecdir,;t t
41690 s,@datadir@,$datadir,;t t
41691 s,@sysconfdir@,$sysconfdir,;t t
41692 s,@sharedstatedir@,$sharedstatedir,;t t
41693 s,@localstatedir@,$localstatedir,;t t
41694 s,@libdir@,$libdir,;t t
41695 s,@includedir@,$includedir,;t t
41696 s,@oldincludedir@,$oldincludedir,;t t
41697 s,@infodir@,$infodir,;t t
41698 s,@mandir@,$mandir,;t t
41699 s,@build_alias@,$build_alias,;t t
41700 s,@host_alias@,$host_alias,;t t
41701 s,@target_alias@,$target_alias,;t t
41702 s,@DEFS@,$DEFS,;t t
41703 s,@ECHO_C@,$ECHO_C,;t t
41704 s,@ECHO_N@,$ECHO_N,;t t
41705 s,@ECHO_T@,$ECHO_T,;t t
41706 s,@LIBS@,$LIBS,;t t
41707 s,@build@,$build,;t t
41708 s,@build_cpu@,$build_cpu,;t t
41709 s,@build_vendor@,$build_vendor,;t t
41710 s,@build_os@,$build_os,;t t
41711 s,@host@,$host,;t t
41712 s,@host_cpu@,$host_cpu,;t t
41713 s,@host_vendor@,$host_vendor,;t t
41714 s,@host_os@,$host_os,;t t
41715 s,@target@,$target,;t t
41716 s,@target_cpu@,$target_cpu,;t t
41717 s,@target_vendor@,$target_vendor,;t t
41718 s,@target_os@,$target_os,;t t
41720 s,@CFLAGS@,$CFLAGS,;t t
41721 s,@LDFLAGS@,$LDFLAGS,;t t
41722 s,@CPPFLAGS@,$CPPFLAGS,;t t
41723 s,@ac_ct_CC@,$ac_ct_CC,;t t
41724 s,@EXEEXT@,$EXEEXT,;t t
41725 s,@OBJEXT@,$OBJEXT,;t t
41727 s,@EGREP@,$EGREP,;t t
41729 s,@CXXFLAGS@,$CXXFLAGS,;t t
41730 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
41731 s,@RANLIB@,$RANLIB,;t t
41732 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
41734 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
41735 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
41736 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
41737 s,@STRIP@,$STRIP,;t t
41738 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
41739 s,@LN_S@,$LN_S,;t t
41740 s,@CXXCPP@,$CXXCPP,;t t
41741 s,@subdirs@,$subdirs,;t t
41742 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
41743 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
41744 s,@GTK_LIBS@,$GTK_LIBS,;t t
41745 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
41746 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
41747 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
41748 s,@X_CFLAGS@,$X_CFLAGS,;t t
41749 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
41750 s,@X_LIBS@,$X_LIBS,;t t
41751 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
41752 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
41753 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
41754 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
41755 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
41756 s,@RESCOMP@,$RESCOMP,;t t
41757 s,@DEREZ@,$DEREZ,;t t
41758 s,@SETFILE@,$SETFILE,;t t
41759 s,@LIBICONV@,$LIBICONV,;t t
41760 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
41761 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
41762 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
41763 s,@SDL_LIBS@,$SDL_LIBS,;t t
41764 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
41765 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
41766 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
41767 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
41768 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
41769 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
41770 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
41771 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
41772 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
41773 s,@VENDOR@,$VENDOR,;t t
41774 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
41775 s,@WXUNIV@,$WXUNIV,;t t
41776 s,@MONOLITHIC@,$MONOLITHIC,;t t
41777 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
41778 s,@EXTRALIBS@,$EXTRALIBS,;t t
41779 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
41780 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
41781 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
41782 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
41783 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
41784 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
41785 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
41786 s,@UNICODE@,$UNICODE,;t t
41787 s,@BUILD@,$BUILD,;t t
41788 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
41789 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
41790 s,@SHARED@,$SHARED,;t t
41791 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
41792 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
41793 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
41794 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
41795 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
41796 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
41797 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
41798 s,@SET_MAKE@,$SET_MAKE,;t t
41799 s,@MAKE_SET@,$MAKE_SET,;t t
41800 s,@ac_ct_AR@,$ac_ct_AR,;t t
41801 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
41803 s,@ac_ct_NM@,$ac_ct_NM,;t t
41804 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
41805 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
41806 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
41807 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
41808 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
41809 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
41810 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
41811 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
41812 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
41813 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
41814 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
41815 s,@LIBPREFIX@,$LIBPREFIX,;t t
41816 s,@LIBEXT@,$LIBEXT,;t t
41817 s,@DLLPREFIX@,$DLLPREFIX,;t t
41818 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
41819 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
41820 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
41821 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
41822 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
41823 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
41824 s,@PIC_FLAG@,$PIC_FLAG,;t t
41825 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
41826 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
41827 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
41828 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
41829 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
41830 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
41831 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
41832 s,@GCC_PCH@,$GCC_PCH,;t t
41833 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
41834 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
41835 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
41836 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
41837 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
41838 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
41839 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
41840 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
41841 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
41842 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
41843 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
41844 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
41845 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
41846 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
41847 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
41848 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
41849 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
41850 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
41851 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
41852 s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
41853 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
41854 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
41855 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
41856 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
41857 s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
41858 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
41859 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
41860 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
41861 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
41862 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
41863 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
41864 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
41865 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
41866 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
41867 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
41868 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
41869 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
41870 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
41871 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
41872 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
41873 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
41874 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
41875 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
41876 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
41877 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
41878 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
41879 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
41880 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
41881 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
41882 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
41883 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
41884 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
41885 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
41886 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
41887 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
41888 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
41889 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
41890 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
41891 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
41892 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
41893 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
41894 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
41895 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
41896 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
41897 s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
41898 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
41899 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
41900 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
41901 s,@COND_TOOLKIT_MAC_WXUNIV_0@,$COND_TOOLKIT_MAC_WXUNIV_0,;t t
41902 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
41903 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
41904 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
41905 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
41906 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
41907 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
41908 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
41909 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
41910 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
41911 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
41912 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
41913 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
41914 s,@COND_TOOLKIT_PM_WXUNIV_0@,$COND_TOOLKIT_PM_WXUNIV_0,;t t
41915 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
41916 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
41917 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
41918 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
41919 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
41920 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
41921 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
41922 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
41923 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
41924 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
41925 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
41926 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
41927 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
41928 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
41929 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
41930 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
41931 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
41932 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
41933 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
41934 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
41935 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
41936 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
41937 s,@COND_WITH_SDL_1@,$COND_WITH_SDL_1,;t t
41938 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
41939 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
41940 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
41941 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
41942 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
41943 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
41944 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
41945 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
41946 s,@PATH_IFS@,$PATH_IFS,;t t
41947 s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
41948 s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
41949 s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
41950 s,@WX_SUBRELEASE_NUMBER@,$WX_SUBRELEASE_NUMBER,;t t
41951 s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
41952 s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
41953 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
41954 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
41955 s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
41956 s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
41957 s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
41958 s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
41959 s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
41960 s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
41961 s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
41962 s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
41963 s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
41964 s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
41965 s,@WX_ALL@,$WX_ALL,;t t
41966 s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
41967 s,@SHARED_LD@,$SHARED_LD,;t t
41968 s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
41969 s,@STATIC_FLAG@,$STATIC_FLAG,;t t
41970 s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
41971 s,@USE_GUI@,$USE_GUI,;t t
41972 s,@AFMINSTALL@,$AFMINSTALL,;t t
41973 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
41974 s,@TOOLKIT@,$TOOLKIT,;t t
41975 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
41976 s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
41977 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
41978 s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
41979 s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
41980 s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
41981 s,@cross_compiling@,$cross_compiling,;t t
41982 s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
41983 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
41984 s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
41985 s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
41986 s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
41987 s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
41988 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
41989 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
41990 s,@WXCONFIG_DATA_FILE@,$WXCONFIG_DATA_FILE,;t t
41991 s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
41992 s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t
41993 s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
41994 s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
41995 s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
41996 s,@ALL_HEADERS@,$ALL_HEADERS,;t t
41997 s,@ALL_SOURCES@,$ALL_SOURCES,;t t
41998 s,@GUIDIST@,$GUIDIST,;t t
41999 s,@PORT_FILES@,$PORT_FILES,;t t
42000 s,@DISTDIR@,$DISTDIR,;t t
42001 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
42002 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
42003 s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
42004 s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
42005 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
42006 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
42007 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
42008 s,@RESFLAGS@,$RESFLAGS,;t t
42009 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
42010 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
42011 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
42012 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
42013 s,@MACRESCOMP@,$MACRESCOMP,;t t
42014 s,@MACSETFILE@,$MACSETFILE,;t t
42015 s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
42017 s,@DLLTOOL@,$DLLTOOL,;t t
42020 s,@MAKEINFO@,$MAKEINFO,;t t
42021 s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
42022 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
42023 s,@LIBOBJS@,$LIBOBJS,;t t
42024 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
42029 cat >>$CONFIG_STATUS <<\_ACEOF
42030 # Split the substitutions into bite-sized pieces for seds with
42031 # small command number limits, like on Digital OSF/1 and HP-UX.
42032 ac_max_sed_lines
=48
42033 ac_sed_frag
=1 # Number of current file.
42034 ac_beg
=1 # First line for current file.
42035 ac_end
=$ac_max_sed_lines # Line after last line for current file.
42038 while $ac_more_lines; do
42039 if test $ac_beg -gt 1; then
42040 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
42042 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
42044 if test ! -s $tmp/subs.frag
; then
42045 ac_more_lines
=false
42047 # The purpose of the label and of the branching condition is to
42048 # speed up the sed processing (if there are no `@' at all, there
42049 # is no need to browse any of the substitutions).
42050 # These are the two extra sed commands mentioned above.
42052 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
42053 if test -z "$ac_sed_cmds"; then
42054 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
42056 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
42058 ac_sed_frag
=`expr $ac_sed_frag + 1`
42060 ac_end
=`expr $ac_end + $ac_max_sed_lines`
42063 if test -z "$ac_sed_cmds"; then
42066 fi # test -n "$CONFIG_FILES"
42069 cat >>$CONFIG_STATUS <<\_ACEOF
42070 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
42071 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42073 - | *:- | *:-:* ) # input from stdin
42075 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42076 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42077 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42078 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42079 * ) ac_file_in
=$ac_file.
in ;;
42082 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
42083 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
42084 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42085 X"$ac_file" : 'X\(//\)[^/]' \| \
42086 X"$ac_file" : 'X\(//\)$' \| \
42087 X"$ac_file" : 'X\(/\)' \| \
42088 . : '\(.\)' 2>/dev/null ||
42090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42091 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42092 /^X\(\/\/\)$/{ s//\1/; q; }
42093 /^X\(\/\).*/{ s//\1/; q; }
42095 { if $as_mkdir_p; then
42100 while test ! -d "$as_dir"; do
42101 as_dirs
="$as_dir $as_dirs"
42102 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
42103 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42104 X"$as_dir" : 'X\(//\)[^/]' \| \
42105 X"$as_dir" : 'X\(//\)$' \| \
42106 X"$as_dir" : 'X\(/\)' \| \
42107 . : '\(.\)' 2>/dev/null ||
42109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42110 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42111 /^X\(\/\/\)$/{ s//\1/; q; }
42112 /^X\(\/\).*/{ s//\1/; q; }
42115 test ! -n "$as_dirs" || mkdir $as_dirs
42116 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42117 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42118 { (exit 1); exit 1; }; }; }
42122 if test "$ac_dir" != .
; then
42123 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42124 # A "../" for each directory in $ac_dir_suffix.
42125 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42127 ac_dir_suffix
= ac_top_builddir
=
42131 .
) # No --srcdir option. We are building in place.
42133 if test -z "$ac_top_builddir"; then
42136 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
42138 [\\/]* | ?
:[\\/]* ) # Absolute path.
42139 ac_srcdir
=$srcdir$ac_dir_suffix;
42140 ac_top_srcdir
=$srcdir ;;
42141 *) # Relative path.
42142 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
42143 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
42146 # Do not use `cd foo && pwd` to compute absolute paths, because
42147 # the directories may not exist.
42149 .
) ac_abs_builddir
="$ac_dir";;
42152 .
) ac_abs_builddir
=`pwd`;;
42153 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
42154 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
42157 case $ac_abs_builddir in
42158 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42160 case ${ac_top_builddir}.
in
42161 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
42162 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42163 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
42166 case $ac_abs_builddir in
42167 .
) ac_abs_srcdir
=$ac_srcdir;;
42170 .
) ac_abs_srcdir
=$ac_abs_builddir;;
42171 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
42172 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
42175 case $ac_abs_builddir in
42176 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
42178 case $ac_top_srcdir in
42179 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
42180 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
42181 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
42187 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
42188 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
42191 # Let's still pretend it is `configure' which instantiates (i.e., don't
42192 # use $as_me), people would be surprised to read:
42193 # /* config.h. Generated by config.status. */
42194 if test x
"$ac_file" = x
-; then
42197 configure_input
="$ac_file. "
42199 configure_input
=$configure_input"Generated from `echo $ac_file_in |
42200 sed 's,.*/,,'` by configure."
42202 # First look for the input files in the build tree, otherwise in the
42204 ac_file_inputs
=`IFS=:
42205 for f in $ac_file_in; do
42207 -) echo $tmp/stdin ;;
42209 # Absolute (can't be DOS-style, as IFS=:)
42210 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42211 echo "$as_me: error: cannot find input file: $f" >&2;}
42212 { (exit 1); exit 1; }; }
42215 if test -f "$f"; then
42218 elif test -f "$srcdir/$f"; then
42223 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42224 echo "$as_me: error: cannot find input file: $f" >&2;}
42225 { (exit 1); exit 1; }; }
42228 done` || { (exit 1); exit 1; }
42230 if test x
"$ac_file" != x
-; then
42231 { echo "$as_me:$LINENO: creating $ac_file" >&5
42232 echo "$as_me: creating $ac_file" >&6;}
42236 cat >>$CONFIG_STATUS <<_ACEOF
42240 cat >>$CONFIG_STATUS <<\_ACEOF
42242 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
42243 s
,@configure_input@
,$configure_input,;t t
42244 s
,@srcdir@
,$ac_srcdir,;t t
42245 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
42246 s
,@top_srcdir@
,$ac_top_srcdir,;t t
42247 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
42248 s
,@builddir@
,$ac_builddir,;t t
42249 s
,@abs_builddir@
,$ac_abs_builddir,;t t
42250 s
,@top_builddir@
,$ac_top_builddir,;t t
42251 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
42252 s
,@INSTALL@
,$ac_INSTALL,;t t
42253 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
42255 if test x"$ac_file" != x-; then
42256 mv $tmp/out $ac_file
42264 cat >>$CONFIG_STATUS <<\_ACEOF
42267 # CONFIG_HEADER section.
42270 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
42271 # NAME is the cpp macro being defined and VALUE is the value it is being given.
42273 # ac_d sets the value in "#define NAME VALUE" lines.
42274 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
42275 ac_dB
='[ ].*$,\1#\2'
42278 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
42279 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
42280 ac_uB
='$,\1#\2define\3'
42284 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
42285 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
42287 - | *:- | *:-:* ) # input from stdin
42289 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42290 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42291 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42292 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
42293 * ) ac_file_in
=$ac_file.
in ;;
42296 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
42297 echo "$as_me: creating $ac_file" >&6;}
42299 # First look for the input files in the build tree, otherwise in the
42301 ac_file_inputs
=`IFS=:
42302 for f in $ac_file_in; do
42304 -) echo $tmp/stdin ;;
42306 # Absolute (can't be DOS-style, as IFS=:)
42307 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42308 echo "$as_me: error: cannot find input file: $f" >&2;}
42309 { (exit 1); exit 1; }; }
42310 # Do quote $f, to prevent DOS paths from being IFS'd.
42313 if test -f "$f"; then
42316 elif test -f "$srcdir/$f"; then
42321 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
42322 echo "$as_me: error: cannot find input file: $f" >&2;}
42323 { (exit 1); exit 1; }; }
42326 done` || { (exit 1); exit 1; }
42327 # Remove the trailing spaces.
42328 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
42332 # Transform confdefs.h into two sed scripts, `conftest.defines' and
42333 # `conftest.undefs', that substitutes the proper values into
42334 # config.h.in to produce config.h. The first handles `#define'
42335 # templates, and the second `#undef' templates.
42336 # And first: Protect against being on the right side of a sed subst in
42337 # config.status. Protect against being in an unquoted here document
42338 # in config.status.
42339 rm -f conftest.defines conftest.undefs
42340 # Using a here document instead of a string reduces the quoting nightmare.
42341 # Putting comments in sed scripts is not portable.
42343 # `end' is used to avoid that the second main sed command (meant for
42344 # 0-ary CPP macros) applies to n-ary macro definitions.
42345 # See the Autoconf documentation for `clear'.
42346 cat >confdef2sed.
sed <<\_ACEOF
42351 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
42353 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
42356 # If some macros were called several times there might be several times
42357 # the same #defines, which is useless. Nevertheless, we may not want to
42358 # sort them, since we want the *last* AC-DEFINE to be honored.
42359 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
42360 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
42361 rm -f confdef2sed.sed
42363 # This sed command replaces #undef with comments. This is necessary, for
42364 # example, in the case of _POSIX_SOURCE, which is predefined and required
42365 # on some systems where configure will not decide to define it.
42366 cat >>conftest.undefs <<\_ACEOF
42367 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
42370 # Break up conftest.defines because some shells have a limit on the size
42371 # of here documents, and old seds have small limits too (100 cmds).
42372 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
42373 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
42374 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
42375 echo ' :' >>$CONFIG_STATUS
42376 rm -f conftest.tail
42377 while grep . conftest.defines >/dev/null
42379 # Write a limited-size here document to $tmp/defines.sed.
42380 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
42381 # Speed up: don't consider the non `#define' lines.
42382 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
42383 # Work around the forget-to-reset-the-flag bug.
42384 echo 't clr' >>$CONFIG_STATUS
42385 echo ': clr' >>$CONFIG_STATUS
42386 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
42388 sed -f $tmp/defines.sed $tmp/in >$tmp/out
42390 mv $tmp/out $tmp/in
42392 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
42393 rm -f conftest.defines
42394 mv conftest.
tail conftest.defines
42396 rm -f conftest.defines
42397 echo ' fi # grep' >>$CONFIG_STATUS
42398 echo >>$CONFIG_STATUS
42400 # Break up conftest.undefs because some shells have a limit on the size
42401 # of here documents, and old seds have small limits too (100 cmds).
42402 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
42403 rm -f conftest.
tail
42404 while grep . conftest.undefs
>/dev
/null
42406 # Write a limited-size here document to $tmp/undefs.sed.
42407 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
42408 # Speed up: don't consider the non
`#undef'
42409 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
42410 # Work around the forget-to-reset-the-flag bug.
42411 echo 't clr' >>$CONFIG_STATUS
42412 echo ': clr' >>$CONFIG_STATUS
42413 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
42415 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
42417 mv $tmp/out $tmp/in
42419 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
42420 rm -f conftest.undefs
42421 mv conftest.tail conftest.undefs
42423 rm -f conftest.undefs
42425 cat >>$CONFIG_STATUS <<\_ACEOF
42426 # Let's still pretend it is `configure
' which instantiates (i.e., don't
42427 # use $as_me), people would be surprised to read:
42428 # /* config.h. Generated by config.status. */
42429 if test x
"$ac_file" = x
-; then
42430 echo "/* Generated by configure. */" >$tmp/config.h
42432 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
42434 cat $tmp/in >>$tmp/config.h
42436 if test x
"$ac_file" != x
-; then
42437 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
42438 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
42439 echo "$as_me: $ac_file is unchanged" >&6;}
42441 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
42442 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42443 X"$ac_file" : 'X\(//\)[^/]' \| \
42444 X"$ac_file" : 'X\(//\)$' \| \
42445 X"$ac_file" : 'X\(/\)' \| \
42446 . : '\(.\)' 2>/dev/null ||
42448 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42449 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42450 /^X\(\/\/\)$/{ s//\1/; q; }
42451 /^X\(\/\).*/{ s//\1/; q; }
42453 { if $as_mkdir_p; then
42458 while test ! -d "$as_dir"; do
42459 as_dirs
="$as_dir $as_dirs"
42460 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
42461 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42462 X"$as_dir" : 'X\(//\)[^/]' \| \
42463 X"$as_dir" : 'X\(//\)$' \| \
42464 X"$as_dir" : 'X\(/\)' \| \
42465 . : '\(.\)' 2>/dev/null ||
42467 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42468 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42469 /^X\(\/\/\)$/{ s//\1/; q; }
42470 /^X\(\/\).*/{ s//\1/; q; }
42473 test ! -n "$as_dirs" || mkdir $as_dirs
42474 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42475 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42476 { (exit 1); exit 1; }; }; }
42479 mv $tmp/config.h
$ac_file
42483 rm -f $tmp/config.h
42487 cat >>$CONFIG_STATUS <<\_ACEOF
42490 # CONFIG_COMMANDS section.
42492 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
42493 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
42494 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
42495 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
42496 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42497 X"$ac_dest" : 'X\(//\)[^/]' \| \
42498 X"$ac_dest" : 'X\(//\)$' \| \
42499 X"$ac_dest" : 'X\(/\)' \| \
42500 . : '\(.\)' 2>/dev/null ||
42502 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42503 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42504 /^X\(\/\/\)$/{ s//\1/; q; }
42505 /^X\(\/\).*/{ s//\1/; q; }
42507 { if $as_mkdir_p; then
42512 while test ! -d "$as_dir"; do
42513 as_dirs
="$as_dir $as_dirs"
42514 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
42515 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42516 X"$as_dir" : 'X\(//\)[^/]' \| \
42517 X"$as_dir" : 'X\(//\)$' \| \
42518 X"$as_dir" : 'X\(/\)' \| \
42519 . : '\(.\)' 2>/dev/null ||
42521 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42522 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42523 /^X\(\/\/\)$/{ s//\1/; q; }
42524 /^X\(\/\).*/{ s//\1/; q; }
42527 test ! -n "$as_dirs" || mkdir $as_dirs
42528 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42529 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42530 { (exit 1); exit 1; }; }; }
42534 if test "$ac_dir" != .
; then
42535 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42536 # A "../" for each directory in $ac_dir_suffix.
42537 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42539 ac_dir_suffix
= ac_top_builddir
=
42543 .
) # No --srcdir option. We are building in place.
42545 if test -z "$ac_top_builddir"; then
42548 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
42550 [\\/]* | ?
:[\\/]* ) # Absolute path.
42551 ac_srcdir
=$srcdir$ac_dir_suffix;
42552 ac_top_srcdir
=$srcdir ;;
42553 *) # Relative path.
42554 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
42555 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
42558 # Do not use `cd foo && pwd` to compute absolute paths, because
42559 # the directories may not exist.
42561 .
) ac_abs_builddir
="$ac_dir";;
42564 .
) ac_abs_builddir
=`pwd`;;
42565 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
42566 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
42569 case $ac_abs_builddir in
42570 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42572 case ${ac_top_builddir}.
in
42573 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
42574 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42575 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
42578 case $ac_abs_builddir in
42579 .
) ac_abs_srcdir
=$ac_srcdir;;
42582 .
) ac_abs_srcdir
=$ac_abs_builddir;;
42583 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
42584 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
42587 case $ac_abs_builddir in
42588 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
42590 case $ac_top_srcdir in
42591 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
42592 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
42593 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
42598 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
42599 echo "$as_me: executing $ac_dest commands" >&6;}
42602 if test ! -d lib
; then
42605 if test ! -d lib
/wx
; then
42608 if test ! -d lib
/wx
/config
; then
42609 mkdir lib
/wx
/config
42611 if test ! -d lib
/wx
/include
; then
42612 mkdir lib
/wx
/include
42614 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}; then
42615 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}
42617 if test ! -d lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
; then
42618 mkdir lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
42620 if test -f setup.h
; then
42621 mv -f setup.h lib
/wx
/include
/${TOOLCHAIN_NAME}/wx
/setup.h
42624 if test ! -h wx
-config; then
42626 mv -f wx
-config lib
/wx
/config
/${WXCONFIG_DATA_FILE}
42627 ${LN_S} wx
-config-${WX_RELEASE} wx
-config
42629 ( cd lib
/wx
/config
;
42630 rm -f ${TOOLCHAIN_NAME}
42631 ${LN_S} ${WXCONFIG_DATA_FILE} ${TOOLCHAIN_NAME} )
42633 if test -f wx
-config-wrapper; then
42634 chmod +x wx
-config-wrapper
42635 mv -f wx
-config-wrapper wx
-config-${WX_RELEASE}
42636 rm -f wx
${TOOLCHAIN_NAME}-config
42637 ${LN_S} wx
-config-${WX_RELEASE} wx
${TOOLCHAIN_NAME}-config
42644 cat >>$CONFIG_STATUS <<\_ACEOF
42646 { (exit 0); exit 0; }
42648 chmod +x
$CONFIG_STATUS
42649 ac_clean_files
=$ac_clean_files_save
42652 # configure is writing to config.log, and then calls config.status.
42653 # config.status does its own redirection, appending to config.log.
42654 # Unfortunately, on DOS this fails, as config.log is still kept open
42655 # by configure, so config.status won't be able to write to it; its
42656 # output is simply discarded. So we exec the FD to /dev/null,
42657 # effectively closing config.log, so it can be properly (re)opened and
42658 # appended to by config.status. When coming back to configure, we
42659 # need to make the FD available again.
42660 if test "$no_create" != yes; then
42662 ac_config_status_args
=
42663 test "$silent" = yes &&
42664 ac_config_status_args
="$ac_config_status_args --quiet"
42666 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
42668 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
42669 # would make configure fail if this is the last instruction.
42670 $ac_cs_success || { (exit 1); exit 1; }
42674 # CONFIG_SUBDIRS section.
42676 if test "$no_recursion" != yes; then
42678 # Remove --cache-file and --srcdir arguments so they do not pile up.
42679 ac_sub_configure_args
=
42681 for ac_arg
in $ac_configure_args; do
42682 if test -n "$ac_prev"; then
42687 -cache-file | --cache-file | --cache-fil | --cache-fi \
42688 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
42689 ac_prev
=cache_file
;;
42690 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
42691 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
42694 --config-cache | -C)
42696 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
42698 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42700 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
42702 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42704 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
42708 # Always prepend --prefix to ensure using the same prefix
42709 # in subdir configurations.
42710 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
42713 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
42715 # Do not complain, so a configure script can configure whichever
42716 # parts of a large source tree are present.
42717 test -d $srcdir/$ac_dir || continue
42719 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
42720 echo "$as_me: configuring in $ac_dir" >&6;}
42721 { if $as_mkdir_p; then
42726 while test ! -d "$as_dir"; do
42727 as_dirs
="$as_dir $as_dirs"
42728 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
42729 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
42730 X"$as_dir" : 'X\(//\)[^/]' \| \
42731 X"$as_dir" : 'X\(//\)$' \| \
42732 X"$as_dir" : 'X\(/\)' \| \
42733 . : '\(.\)' 2>/dev/null ||
42735 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
42736 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
42737 /^X\(\/\/\)$/{ s//\1/; q; }
42738 /^X\(\/\).*/{ s//\1/; q; }
42741 test ! -n "$as_dirs" || mkdir $as_dirs
42742 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
42743 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
42744 { (exit 1); exit 1; }; }; }
42748 if test "$ac_dir" != .
; then
42749 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
42750 # A "../" for each directory in $ac_dir_suffix.
42751 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
42753 ac_dir_suffix
= ac_top_builddir
=
42757 .
) # No --srcdir option. We are building in place.
42759 if test -z "$ac_top_builddir"; then
42762 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
42764 [\\/]* | ?
:[\\/]* ) # Absolute path.
42765 ac_srcdir
=$srcdir$ac_dir_suffix;
42766 ac_top_srcdir
=$srcdir ;;
42767 *) # Relative path.
42768 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
42769 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
42772 # Do not use `cd foo && pwd` to compute absolute paths, because
42773 # the directories may not exist.
42775 .
) ac_abs_builddir
="$ac_dir";;
42778 .
) ac_abs_builddir
=`pwd`;;
42779 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
42780 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
42783 case $ac_abs_builddir in
42784 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42786 case ${ac_top_builddir}.
in
42787 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
42788 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
42789 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
42792 case $ac_abs_builddir in
42793 .
) ac_abs_srcdir
=$ac_srcdir;;
42796 .
) ac_abs_srcdir
=$ac_abs_builddir;;
42797 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
42798 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
42801 case $ac_abs_builddir in
42802 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
42804 case $ac_top_srcdir in
42805 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
42806 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
42807 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
42814 # Check for guested configure; otherwise get Cygnus style configure.
42815 if test -f $ac_srcdir/configure.gnu
; then
42816 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
42817 elif test -f $ac_srcdir/configure
; then
42818 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
42819 elif test -f $ac_srcdir/configure.
in; then
42820 ac_sub_configure
=$ac_configure
42822 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
42823 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
42827 # The recursion is here.
42828 if test -n "$ac_sub_configure"; then
42829 # Make the cache file name correct relative to the subdirectory.
42830 case $cache_file in
42831 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
42832 *) # Relative path.
42833 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
42836 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
42837 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
42838 # The eval makes quoting arguments work.
42839 eval $ac_sub_configure $ac_sub_configure_args \
42840 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
42841 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
42842 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
42843 { (exit 1); exit 1; }; }
42852 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
42854 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}"
42855 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
42857 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
42858 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
42859 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
42861 echo " What level of wxWidgets compatibility should be enabled?"
42862 echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
42863 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
42865 echo " Which libraries should wxWidgets use?"
42866 echo " jpeg ${wxUSE_LIBJPEG-none}"
42867 echo " png ${wxUSE_LIBPNG-none}"
42868 echo " regex ${wxUSE_REGEX}"
42869 echo " tiff ${wxUSE_LIBTIFF-none}"
42870 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
42871 echo " xpm ${wxUSE_LIBXPM-none}"
42873 echo " zlib ${wxUSE_ZLIB}"
42874 echo " odbc ${wxUSE_ODBC}"
42875 echo " expat ${wxUSE_EXPAT}"
42876 echo " libmspack ${wxUSE_LIBMSPACK}"
42877 echo " sdl ${wxUSE_LIBSDL}"