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.7.1.
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
8 # Copyright (C) 2003 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
25 DUALCASE
=1; export DUALCASE
# for MKS sh
27 # Support unset when possible.
28 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
35 # Work around bugs in pre-3.0 UWIN ksh.
36 $as_unset ENV MAIL MAILPATH
43 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
44 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
47 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
48 eval $as_var=C
; export $as_var
54 # Required to use basename.
55 if expr a
: '\(a\)' >/dev
/null
2>&1; then
61 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
68 # Name of the executable.
69 as_me
=`$as_basename "$0" ||
70 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
81 # PATH needs CR, and LINENO needs CR and PATH.
82 # Avoid depending upon Character Ranges.
83 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
84 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
86 as_cr_digits
='0123456789'
87 as_cr_alnum
=$as_cr_Letters$as_cr_digits
89 # The user is always right.
90 if test "${PATH_SEPARATOR+set}" != set; then
91 echo "#! /bin/sh" >conf$$.sh
92 echo "exit 0" >>conf$$.sh
94 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
105 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
106 test "x$as_lineno_1" != "x$as_lineno_2" &&
107 test "x$as_lineno_3" = "x$as_lineno_2" || {
108 # Find who we are. Look in the path if we contain no path at all
111 *[\\/]* ) as_myself
=$0 ;;
112 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
116 test -z "$as_dir" && as_dir
=.
117 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
122 # We did not find ourselves, most probably we were run as `sh COMMAND'
123 # in which case we are not to be found in the path.
124 if test "x$as_myself" = x
; then
127 if test ! -f "$as_myself"; then
128 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
134 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
137 test -z "$as_dir" && as_dir
=.
138 for as_base
in sh bash ksh sh5
; do
141 if ("$as_dir/$as_base" -c '
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
147 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
148 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
149 CONFIG_SHELL
=$as_dir/$as_base
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 s,^['$as_cr_digits']*\n,,
177 chmod +x
$as_me.lineno
||
178 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
179 { (exit 1); exit 1; }; }
181 # Don't try to exec as it changes $[0], causing all sort of problems
182 # (the dirname of $[0] is not the place where we might find the
183 # original and so on. Autoconf is especially sensible to this).
185 # Exit status is that of the last command.
190 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
191 *c
*,-n*) ECHO_N
= ECHO_C
='
193 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
194 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
197 if expr a
: '\(a\)' >/dev
/null
2>&1; then
203 rm -f conf$$ conf$$.exe conf$$.
file
205 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
206 # We could just check for DJGPP; but this test a) works b) is more generic
207 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
208 if test -f conf$$.exe
; then
209 # Don't use ln at all; we don't have any links
214 elif ln conf$$.
file conf$$
2>/dev
/null
; then
219 rm -f conf$$ conf$$.exe conf$$.
file
221 if mkdir -p .
2>/dev
/null
; then
224 test -d .
/-p && rmdir .
/-p
228 as_executable_p
="test -f"
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
238 # We need space, tab and new line, in precisely that order.
248 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
249 # so uname gets run too.
250 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
257 ac_default_prefix
=/usr
/local
258 ac_config_libobj_dir
=.
263 SHELL
=${CONFIG_SHELL-/bin/sh}
265 # Maximum number of lines to put in a shell here document.
266 # This variable seems obsolete. It should probably be removed, and
267 # only ac_max_sed_lines should be used.
268 : ${ac_max_here_lines=38}
270 # Identity of this package.
271 PACKAGE_NAME
='wxWidgets'
272 PACKAGE_TARNAME
='wxwidgets'
273 PACKAGE_VERSION
='2.7.1'
274 PACKAGE_STRING
='wxWidgets 2.7.1'
275 PACKAGE_BUGREPORT
='wx-dev@lists.wxwidgets.org'
277 ac_unique_file
="wx-config.in"
278 # Factoring default headers for most tests.
279 ac_includes_default
="\
282 # include <sys/types.h>
285 # include <sys/stat.h>
296 # if !STDC_HEADERS && HAVE_MEMORY_H
302 # include <strings.h>
305 # include <inttypes.h>
315 ac_subdirs_all
="$ac_subdirs_all src/expat"
316 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR ac_ct_AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP ac_ct_STRIP WINDRES ac_ct_WINDRES DLLTOOL ac_ct_DLLTOOL IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG ac_pt_PKG_CONFIG DIRECTFB_CFLAGS DIRECTFB_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS REZ DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GNOMEVFS_CFLAGS GNOMEVFS_LIBS HILDON_CFLAGS HILDON_LIBS CAIRO_CFLAGS CAIRO_LIBS GST_CFLAGS GST_LIBS CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT EXTRALIBS_GNOMEVFS EXTRALIBS_HILDON UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH ICC_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_ICC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_MEDIA_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_0 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_SHARED_0_USE_XRC_1 COND_SHARED_0_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_DFB COND_TOOLKIT_DFB_USE_GUI_1 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_TOOLKIT_VERSION_ COND_TOOLKIT_GTK_TOOLKIT_VERSION_2 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PCH_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 COND_WXUNIV_1 COND_WXUSE_EXPAT_BUILTIN COND_WXUSE_LIBJPEG_BUILTIN COND_WXUSE_LIBPNG_BUILTIN COND_WXUSE_LIBTIFF_BUILTIN COND_WXUSE_ODBC_BUILTIN COND_WXUSE_REGEX_BUILTIN COND_WXUSE_ZLIB_BUILTIN SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_CPPFLAGS WXCONFIG_CFLAGS WXCONFIG_CXXFLAGS WXCONFIG_LIBS WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WXCONFIG_RESFLAGS EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESCOMP RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES POSTLINK_COMMAND MACSETFILE GCC CPPUNIT_CONFIG LIBOBJS LTLIBOBJS'
319 # Initialize some variables set by options.
321 ac_init_version
=false
322 # The variables have the same names as the options, with
323 # dashes changed to underlines.
331 program_transform_name
=s
,x
,x
,
339 # Installation directory options.
340 # These are left unexpanded so users can "make install exec_prefix=/foo"
341 # and all the variables that are supposed to be based on exec_prefix
342 # by default will actually change.
343 # Use braces instead of parens because sh, perl, etc. also accept them.
344 bindir
='${exec_prefix}/bin'
345 sbindir
='${exec_prefix}/sbin'
346 libexecdir
='${exec_prefix}/libexec'
347 datadir
='${prefix}/share'
348 sysconfdir
='${prefix}/etc'
349 sharedstatedir
='${prefix}/com'
350 localstatedir
='${prefix}/var'
351 libdir
='${exec_prefix}/lib'
352 includedir
='${prefix}/include'
353 oldincludedir
='/usr/include'
354 infodir
='${prefix}/info'
355 mandir
='${prefix}/man'
360 # If the previous option needs an argument, assign it.
361 if test -n "$ac_prev"; then
362 eval "$ac_prev=\$ac_option"
367 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
369 # Accept the important Cygnus configure options, so we can diagnose typos.
373 -bindir | --bindir | --bindi | --bind | --bin | --bi)
375 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
378 -build | --build | --buil | --bui | --bu)
379 ac_prev
=build_alias
;;
380 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
381 build_alias
=$ac_optarg ;;
383 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 ac_prev
=cache_file
;;
386 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
387 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
388 cache_file
=$ac_optarg ;;
391 cache_file
=config.cache
;;
393 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
395 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
397 datadir
=$ac_optarg ;;
399 -disable-* | --disable-*)
400 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
401 # Reject names that are not valid shell variable names.
402 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
403 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
404 { (exit 1); exit 1; }; }
405 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
406 eval "enable_$ac_feature=no" ;;
408 -enable-* | --enable-*)
409 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
410 # Reject names that are not valid shell variable names.
411 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
412 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
413 { (exit 1); exit 1; }; }
414 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
416 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
419 eval "enable_$ac_feature='$ac_optarg'" ;;
421 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
422 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
423 | --exec | --exe | --ex)
424 ac_prev
=exec_prefix
;;
425 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
426 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
427 | --exec=* | --exe=* | --ex=*)
428 exec_prefix
=$ac_optarg ;;
430 -gas | --gas | --ga | --g)
431 # Obsolete; use --with-gas.
434 -help | --help | --hel | --he | -h)
436 -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*)
437 ac_init_help
=recursive
;;
438 -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*)
439 ac_init_help
=short
;;
441 -host | --host | --hos | --ho)
442 ac_prev
=host_alias
;;
443 -host=* | --host=* | --hos=* | --ho=*)
444 host_alias
=$ac_optarg ;;
446 -includedir | --includedir | --includedi | --included | --include \
447 | --includ | --inclu | --incl | --inc)
448 ac_prev
=includedir
;;
449 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
450 | --includ=* | --inclu=* | --incl=* | --inc=*)
451 includedir
=$ac_optarg ;;
453 -infodir | --infodir | --infodi | --infod | --info | --inf)
455 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
456 infodir
=$ac_optarg ;;
458 -libdir | --libdir | --libdi | --libd)
460 -libdir=* | --libdir=* | --libdi=* | --libd=*)
463 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
464 | --libexe | --libex | --libe)
465 ac_prev
=libexecdir
;;
466 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
467 | --libexe=* | --libex=* | --libe=*)
468 libexecdir
=$ac_optarg ;;
470 -localstatedir | --localstatedir | --localstatedi | --localstated \
471 | --localstate | --localstat | --localsta | --localst \
472 | --locals | --local | --loca | --loc | --lo)
473 ac_prev
=localstatedir
;;
474 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
475 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
476 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
477 localstatedir
=$ac_optarg ;;
479 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
481 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
485 # Obsolete; use --without-fp.
488 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
489 | --no-cr | --no-c | -n)
492 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
493 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
496 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
497 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
498 | --oldin | --oldi | --old | --ol | --o)
499 ac_prev
=oldincludedir
;;
500 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
501 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
502 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
503 oldincludedir
=$ac_optarg ;;
505 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
507 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
510 -program-prefix | --program-prefix | --program-prefi | --program-pref \
511 | --program-pre | --program-pr | --program-p)
512 ac_prev
=program_prefix
;;
513 -program-prefix=* | --program-prefix=* | --program-prefi=* \
514 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
515 program_prefix
=$ac_optarg ;;
517 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 | --program-suf | --program-su | --program-s)
519 ac_prev
=program_suffix
;;
520 -program-suffix=* | --program-suffix=* | --program-suffi=* \
521 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
522 program_suffix
=$ac_optarg ;;
524 -program-transform-name | --program-transform-name \
525 | --program-transform-nam | --program-transform-na \
526 | --program-transform-n | --program-transform- \
527 | --program-transform | --program-transfor \
528 | --program-transfo | --program-transf \
529 | --program-trans | --program-tran \
530 | --progr-tra | --program-tr | --program-t)
531 ac_prev
=program_transform_name
;;
532 -program-transform-name=* | --program-transform-name=* \
533 | --program-transform-nam=* | --program-transform-na=* \
534 | --program-transform-n=* | --program-transform-=* \
535 | --program-transform=* | --program-transfor=* \
536 | --program-transfo=* | --program-transf=* \
537 | --program-trans=* | --program-tran=* \
538 | --progr-tra=* | --program-tr=* | --program-t=*)
539 program_transform_name
=$ac_optarg ;;
541 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
542 | -silent | --silent | --silen | --sile | --sil)
545 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
547 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
549 sbindir
=$ac_optarg ;;
551 -sharedstatedir | --sharedstatedir | --sharedstatedi \
552 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
553 | --sharedst | --shareds | --shared | --share | --shar \
555 ac_prev
=sharedstatedir
;;
556 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
557 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
558 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
560 sharedstatedir
=$ac_optarg ;;
562 -site | --site | --sit)
564 -site=* | --site=* | --sit=*)
567 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
569 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
572 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
573 | --syscon | --sysco | --sysc | --sys | --sy)
574 ac_prev
=sysconfdir
;;
575 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
576 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
577 sysconfdir
=$ac_optarg ;;
579 -target | --target | --targe | --targ | --tar | --ta | --t)
580 ac_prev
=target_alias
;;
581 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
582 target_alias
=$ac_optarg ;;
584 -v | -verbose | --verbose | --verbos | --verbo | --verb)
587 -version | --version | --versio | --versi | --vers | -V)
591 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
592 # Reject names that are not valid shell variable names.
593 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
594 { echo "$as_me: error: invalid package name: $ac_package" >&2
595 { (exit 1); exit 1; }; }
596 ac_package
=`echo $ac_package| sed 's/-/_/g'`
598 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
601 eval "with_$ac_package='$ac_optarg'" ;;
603 -without-* | --without-*)
604 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
605 # Reject names that are not valid shell variable names.
606 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
607 { echo "$as_me: error: invalid package name: $ac_package" >&2
608 { (exit 1); exit 1; }; }
609 ac_package
=`echo $ac_package | sed 's/-/_/g'`
610 eval "with_$ac_package=no" ;;
613 # Obsolete; use --with-x.
616 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
617 | --x-incl | --x-inc | --x-in | --x-i)
618 ac_prev
=x_includes
;;
619 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
620 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
621 x_includes
=$ac_optarg ;;
623 -x-libraries | --x-libraries | --x-librarie | --x-librari \
624 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
625 ac_prev
=x_libraries
;;
626 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
627 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
628 x_libraries
=$ac_optarg ;;
630 -*) { echo "$as_me: error: unrecognized option: $ac_option
631 Try \`$0 --help' for more information." >&2
632 { (exit 1); exit 1; }; }
636 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
637 # Reject names that are not valid shell variable names.
638 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
639 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
640 { (exit 1); exit 1; }; }
641 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
642 eval "$ac_envvar='$ac_optarg'"
646 # FIXME: should be removed in autoconf 3.0.
647 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
648 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
649 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
650 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
656 if test -n "$ac_prev"; then
657 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
658 { echo "$as_me: error: missing argument to $ac_option" >&2
659 { (exit 1); exit 1; }; }
662 # Be sure to have absolute paths.
663 for ac_var
in exec_prefix prefix
665 eval ac_val
=$
`echo $ac_var`
667 [\\/$
]* | ?
:[\\/]* | NONE
| '' ) ;;
668 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
669 { (exit 1); exit 1; }; };;
673 # Be sure to have absolute paths.
674 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
675 localstatedir libdir includedir oldincludedir infodir mandir
677 eval ac_val
=$
`echo $ac_var`
679 [\\/$
]* | ?
:[\\/]* ) ;;
680 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
681 { (exit 1); exit 1; }; };;
685 # There might be people who depend on the old broken behavior: `$host'
686 # used to hold the argument of --host etc.
687 # FIXME: To remove some day.
692 # FIXME: To remove some day.
693 if test "x$host_alias" != x
; then
694 if test "x$build_alias" = x
; then
695 cross_compiling
=maybe
696 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
697 If a cross compiler is detected then cross compile mode will be used." >&2
698 elif test "x$build_alias" != "x$host_alias"; then
704 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
706 test "$silent" = yes && exec 6>/dev
/null
709 # Find the source files, if location was not specified.
710 if test -z "$srcdir"; then
711 ac_srcdir_defaulted
=yes
712 # Try the directory containing this script, then its parent.
713 ac_confdir
=`(dirname "$0") 2>/dev/null ||
714 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
715 X"$0" : 'X\(//\)[^/]' \| \
716 X"$0" : 'X\(//\)$' \| \
717 X"$0" : 'X\(/\)' \| \
718 . : '\(.\)' 2>/dev/null ||
720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
721 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
722 /^X\(\/\/\)$/{ s//\1/; q; }
723 /^X\(\/\).*/{ s//\1/; q; }
726 if test ! -r $srcdir/$ac_unique_file; then
730 ac_srcdir_defaulted
=no
732 if test ! -r $srcdir/$ac_unique_file; then
733 if test "$ac_srcdir_defaulted" = yes; then
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
735 { (exit 1); exit 1; }; }
737 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
738 { (exit 1); exit 1; }; }
741 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null
||
742 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
743 { (exit 1); exit 1; }; }
744 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
745 ac_env_build_alias_set
=${build_alias+set}
746 ac_env_build_alias_value
=$build_alias
747 ac_cv_env_build_alias_set
=${build_alias+set}
748 ac_cv_env_build_alias_value
=$build_alias
749 ac_env_host_alias_set
=${host_alias+set}
750 ac_env_host_alias_value
=$host_alias
751 ac_cv_env_host_alias_set
=${host_alias+set}
752 ac_cv_env_host_alias_value
=$host_alias
753 ac_env_target_alias_set
=${target_alias+set}
754 ac_env_target_alias_value
=$target_alias
755 ac_cv_env_target_alias_set
=${target_alias+set}
756 ac_cv_env_target_alias_value
=$target_alias
757 ac_env_CC_set
=${CC+set}
759 ac_cv_env_CC_set
=${CC+set}
760 ac_cv_env_CC_value
=$CC
761 ac_env_CFLAGS_set
=${CFLAGS+set}
762 ac_env_CFLAGS_value
=$CFLAGS
763 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
764 ac_cv_env_CFLAGS_value
=$CFLAGS
765 ac_env_LDFLAGS_set
=${LDFLAGS+set}
766 ac_env_LDFLAGS_value
=$LDFLAGS
767 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
768 ac_cv_env_LDFLAGS_value
=$LDFLAGS
769 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
770 ac_env_CPPFLAGS_value
=$CPPFLAGS
771 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
772 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
773 ac_env_CPP_set
=${CPP+set}
774 ac_env_CPP_value
=$CPP
775 ac_cv_env_CPP_set
=${CPP+set}
776 ac_cv_env_CPP_value
=$CPP
777 ac_env_CXX_set
=${CXX+set}
778 ac_env_CXX_value
=$CXX
779 ac_cv_env_CXX_set
=${CXX+set}
780 ac_cv_env_CXX_value
=$CXX
781 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
782 ac_env_CXXFLAGS_value
=$CXXFLAGS
783 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
784 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
785 ac_env_CXXCPP_set
=${CXXCPP+set}
786 ac_env_CXXCPP_value
=$CXXCPP
787 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
788 ac_cv_env_CXXCPP_value
=$CXXCPP
789 ac_env_PKG_CONFIG_set
=${PKG_CONFIG+set}
790 ac_env_PKG_CONFIG_value
=$PKG_CONFIG
791 ac_cv_env_PKG_CONFIG_set
=${PKG_CONFIG+set}
792 ac_cv_env_PKG_CONFIG_value
=$PKG_CONFIG
793 ac_env_DIRECTFB_CFLAGS_set
=${DIRECTFB_CFLAGS+set}
794 ac_env_DIRECTFB_CFLAGS_value
=$DIRECTFB_CFLAGS
795 ac_cv_env_DIRECTFB_CFLAGS_set
=${DIRECTFB_CFLAGS+set}
796 ac_cv_env_DIRECTFB_CFLAGS_value
=$DIRECTFB_CFLAGS
797 ac_env_DIRECTFB_LIBS_set
=${DIRECTFB_LIBS+set}
798 ac_env_DIRECTFB_LIBS_value
=$DIRECTFB_LIBS
799 ac_cv_env_DIRECTFB_LIBS_set
=${DIRECTFB_LIBS+set}
800 ac_cv_env_DIRECTFB_LIBS_value
=$DIRECTFB_LIBS
801 ac_env_PANGOX_CFLAGS_set
=${PANGOX_CFLAGS+set}
802 ac_env_PANGOX_CFLAGS_value
=$PANGOX_CFLAGS
803 ac_cv_env_PANGOX_CFLAGS_set
=${PANGOX_CFLAGS+set}
804 ac_cv_env_PANGOX_CFLAGS_value
=$PANGOX_CFLAGS
805 ac_env_PANGOX_LIBS_set
=${PANGOX_LIBS+set}
806 ac_env_PANGOX_LIBS_value
=$PANGOX_LIBS
807 ac_cv_env_PANGOX_LIBS_set
=${PANGOX_LIBS+set}
808 ac_cv_env_PANGOX_LIBS_value
=$PANGOX_LIBS
809 ac_env_PANGOFT2_CFLAGS_set
=${PANGOFT2_CFLAGS+set}
810 ac_env_PANGOFT2_CFLAGS_value
=$PANGOFT2_CFLAGS
811 ac_cv_env_PANGOFT2_CFLAGS_set
=${PANGOFT2_CFLAGS+set}
812 ac_cv_env_PANGOFT2_CFLAGS_value
=$PANGOFT2_CFLAGS
813 ac_env_PANGOFT2_LIBS_set
=${PANGOFT2_LIBS+set}
814 ac_env_PANGOFT2_LIBS_value
=$PANGOFT2_LIBS
815 ac_cv_env_PANGOFT2_LIBS_set
=${PANGOFT2_LIBS+set}
816 ac_cv_env_PANGOFT2_LIBS_value
=$PANGOFT2_LIBS
817 ac_env_PANGOXFT_CFLAGS_set
=${PANGOXFT_CFLAGS+set}
818 ac_env_PANGOXFT_CFLAGS_value
=$PANGOXFT_CFLAGS
819 ac_cv_env_PANGOXFT_CFLAGS_set
=${PANGOXFT_CFLAGS+set}
820 ac_cv_env_PANGOXFT_CFLAGS_value
=$PANGOXFT_CFLAGS
821 ac_env_PANGOXFT_LIBS_set
=${PANGOXFT_LIBS+set}
822 ac_env_PANGOXFT_LIBS_value
=$PANGOXFT_LIBS
823 ac_cv_env_PANGOXFT_LIBS_set
=${PANGOXFT_LIBS+set}
824 ac_cv_env_PANGOXFT_LIBS_value
=$PANGOXFT_LIBS
825 ac_env_LIBGNOMEPRINTUI_CFLAGS_set
=${LIBGNOMEPRINTUI_CFLAGS+set}
826 ac_env_LIBGNOMEPRINTUI_CFLAGS_value
=$LIBGNOMEPRINTUI_CFLAGS
827 ac_cv_env_LIBGNOMEPRINTUI_CFLAGS_set
=${LIBGNOMEPRINTUI_CFLAGS+set}
828 ac_cv_env_LIBGNOMEPRINTUI_CFLAGS_value
=$LIBGNOMEPRINTUI_CFLAGS
829 ac_env_LIBGNOMEPRINTUI_LIBS_set
=${LIBGNOMEPRINTUI_LIBS+set}
830 ac_env_LIBGNOMEPRINTUI_LIBS_value
=$LIBGNOMEPRINTUI_LIBS
831 ac_cv_env_LIBGNOMEPRINTUI_LIBS_set
=${LIBGNOMEPRINTUI_LIBS+set}
832 ac_cv_env_LIBGNOMEPRINTUI_LIBS_value
=$LIBGNOMEPRINTUI_LIBS
833 ac_env_GNOMEVFS_CFLAGS_set
=${GNOMEVFS_CFLAGS+set}
834 ac_env_GNOMEVFS_CFLAGS_value
=$GNOMEVFS_CFLAGS
835 ac_cv_env_GNOMEVFS_CFLAGS_set
=${GNOMEVFS_CFLAGS+set}
836 ac_cv_env_GNOMEVFS_CFLAGS_value
=$GNOMEVFS_CFLAGS
837 ac_env_GNOMEVFS_LIBS_set
=${GNOMEVFS_LIBS+set}
838 ac_env_GNOMEVFS_LIBS_value
=$GNOMEVFS_LIBS
839 ac_cv_env_GNOMEVFS_LIBS_set
=${GNOMEVFS_LIBS+set}
840 ac_cv_env_GNOMEVFS_LIBS_value
=$GNOMEVFS_LIBS
841 ac_env_HILDON_CFLAGS_set
=${HILDON_CFLAGS+set}
842 ac_env_HILDON_CFLAGS_value
=$HILDON_CFLAGS
843 ac_cv_env_HILDON_CFLAGS_set
=${HILDON_CFLAGS+set}
844 ac_cv_env_HILDON_CFLAGS_value
=$HILDON_CFLAGS
845 ac_env_HILDON_LIBS_set
=${HILDON_LIBS+set}
846 ac_env_HILDON_LIBS_value
=$HILDON_LIBS
847 ac_cv_env_HILDON_LIBS_set
=${HILDON_LIBS+set}
848 ac_cv_env_HILDON_LIBS_value
=$HILDON_LIBS
849 ac_env_CAIRO_CFLAGS_set
=${CAIRO_CFLAGS+set}
850 ac_env_CAIRO_CFLAGS_value
=$CAIRO_CFLAGS
851 ac_cv_env_CAIRO_CFLAGS_set
=${CAIRO_CFLAGS+set}
852 ac_cv_env_CAIRO_CFLAGS_value
=$CAIRO_CFLAGS
853 ac_env_CAIRO_LIBS_set
=${CAIRO_LIBS+set}
854 ac_env_CAIRO_LIBS_value
=$CAIRO_LIBS
855 ac_cv_env_CAIRO_LIBS_set
=${CAIRO_LIBS+set}
856 ac_cv_env_CAIRO_LIBS_value
=$CAIRO_LIBS
857 ac_env_GST_CFLAGS_set
=${GST_CFLAGS+set}
858 ac_env_GST_CFLAGS_value
=$GST_CFLAGS
859 ac_cv_env_GST_CFLAGS_set
=${GST_CFLAGS+set}
860 ac_cv_env_GST_CFLAGS_value
=$GST_CFLAGS
861 ac_env_GST_LIBS_set
=${GST_LIBS+set}
862 ac_env_GST_LIBS_value
=$GST_LIBS
863 ac_cv_env_GST_LIBS_set
=${GST_LIBS+set}
864 ac_cv_env_GST_LIBS_value
=$GST_LIBS
867 # Report the --help message.
869 if test "$ac_init_help" = "long"; then
870 # Omit some internal or obsolete options to make the list less imposing.
871 # This message is too long to be a string in the A/UX 3.1 sh.
873 \`configure' configures wxWidgets 2.7.1 to adapt to many kinds of systems.
875 Usage: $0 [OPTION]... [VAR=VALUE]...
877 To assign environment variables (e.g., CC, CFLAGS...), specify them as
878 VAR=VALUE. See below for descriptions of some of the useful variables.
880 Defaults for the options are specified in brackets.
883 -h, --help display this help and exit
884 --help=short display options specific to this package
885 --help=recursive display the short help of all the included packages
886 -V, --version display version information and exit
887 -q, --quiet, --silent do not print \`checking...' messages
888 --cache-file=FILE cache test results in FILE [disabled]
889 -C, --config-cache alias for \`--cache-file=config.cache'
890 -n, --no-create do not create output files
891 --srcdir=DIR find the sources in DIR [configure dir or \`..']
896 Installation directories:
897 --prefix=PREFIX install architecture-independent files in PREFIX
899 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
902 By default, \`make install' will install all the files in
903 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
904 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
905 for instance \`--prefix=\$HOME'.
907 For better control, use the options below.
909 Fine tuning of the installation directories:
910 --bindir=DIR user executables [EPREFIX/bin]
911 --sbindir=DIR system admin executables [EPREFIX/sbin]
912 --libexecdir=DIR program executables [EPREFIX/libexec]
913 --datadir=DIR read-only architecture-independent data [PREFIX/share]
914 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
915 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
916 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
917 --libdir=DIR object code libraries [EPREFIX/lib]
918 --includedir=DIR C header files [PREFIX/include]
919 --oldincludedir=DIR C header files for non-gcc [/usr/include]
920 --infodir=DIR info documentation [PREFIX/info]
921 --mandir=DIR man documentation [PREFIX/man]
927 --x-includes=DIR X include files are
in DIR
928 --x-libraries=DIR X library files are
in DIR
931 --build=BUILD configure
for building on BUILD
[guessed
]
932 --host=HOST cross
-compile to build programs to run on HOST
[BUILD
]
933 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
937 if test -n "$ac_init_help"; then
938 case $ac_init_help in
939 short
| recursive
) echo "Configuration of wxWidgets 2.7.1:";;
944 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
945 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
946 --enable-gui use GUI classes
947 --enable-monolithic build wxWidgets as single library
948 --enable-plugins build parts of wxWidgets as loadable components
949 --enable-universal use wxWidgets GUI controls instead of native ones
950 --enable-nanox use NanoX
951 --disable-gtk2 use GTK
+ 1.2 instead of
2.0
952 --enable-gpe use GNOME PDA Environment features
if possible
953 --enable-shared create shared library code
954 --enable-optimise create optimised code
955 --enable-debug same as debug_flag and debug_info
956 --enable-stl use STL
for containers
957 --enable-omf use OMF object format
958 --enable-debug_flag set __WXDEBUG__ flag
(recommended
for developers
!)
959 --enable-debug_info create code with debugging information
960 --enable-debug_gdb create code with extra GDB debugging information
961 --enable-debug_cntxt use wxDebugContext
962 --enable-mem_tracing create code with memory tracing
963 --enable-profile create code with profiling information
964 --enable-no_rtti create code without RTTI information
965 --enable-no_exceptions create code without C
++ exceptions handling
966 --enable-permissive compile code disregarding strict ANSI
967 --enable-no_deps create code without dependency information
968 --enable-universal_binary[=SDK
] create Mac PowerPC and Intel Universal binary
(not yet working
)
969 --enable-compat24 enable wxWidgets
2.4 compatibility
970 --disable-compat26 disable wxWidgets
2.6 compatibility
971 --disable-rpath disable use of rpath
for uninstalled builds
972 --enable-intl use internationalization system
973 --enable-config use wxConfig
(and derived
) classes
974 --enable-protocols use wxProtocol and derived classes
975 --enable-ftp use wxFTP
(requires wxProtocol
976 --enable-http use wxHTTP
(requires wxProtocol
977 --enable-fileproto use wxFileProto class
(requires wxProtocol
978 --enable-sockets use socket
/network classes
979 --enable-ole use OLE classes
(Win32 only
)
980 --enable-dataobj use data object classes
981 --enable-ipc use interprocess communication
(wxSocket etc.
)
982 --enable-apple_ieee use the Apple IEEE codec
983 --enable-arcstream use wxArchive streams
984 --enable-backtrace use wxStackWalker class
for getting backtraces
985 --enable-catch_segvs catch signals
in wxApp
::OnFatalException
(Unix only
)
986 --enable-cmdline use wxCmdLineParser class
987 --enable-datetime use wxDateTime class
988 --enable-debugreport use wxDebugReport class
989 --enable-dialupman use dialup network classes
990 --enable-dynlib use wxLibrary class
for DLL loading
991 --enable-dynamicloader use
(new
) wxDynamicLibrary class
992 --enable-exceptions build exception
-safe library
993 --enable-ffile use wxFFile class
994 --enable-file use wxFile class
995 --enable-filesystem use virtual
file systems classes
996 --enable-fontmap use font encodings conversion classes
997 --enable-fs_archive use virtual archive filesystems
998 --enable-fs_inet use virtual HTTP
/FTP filesystems
999 --enable-fs_zip now replaced by fs_archive
1000 --enable-geometry use geometry class
1001 --enable-log use logging system
1002 --enable-longlong use wxLongLong class
1003 --enable-mimetype use wxMimeTypesManager
1004 --enable-mslu use MS Layer
for Unicode on Windows
9x
(Win32 only
)
1005 --enable-snglinst use wxSingleInstanceChecker class
1006 --enable-std_iostreams use standard C
++ stream classes
1007 --enable-std_string use standard C
++ string classes
1008 --enable-stdpaths use wxStandardPaths class
1009 --enable-stopwatch use wxStopWatch class
1010 --enable-streams use wxStream etc classes
1011 --enable-sysoptions use wxSystemOptions
1012 --enable-tarstream use wxTar streams
1013 --enable-textbuf use wxTextBuffer class
1014 --enable-textfile use wxTextFile class
1015 --enable-timer use wxTimer class
1016 --enable-unicode compile wxString with Unicode support
1017 --enable-sound use wxSound class
1018 --enable-mediactrl use wxMediaCtrl class
1019 --enable-gstreamer8 force GStreamer
0.8 instead of
0.10 with the wxMediaCtrl class on unix
1020 --enable-printfposparam use wxVsnprintf
() which supports positional parameters
1021 --enable-zipstream use wxZip streams
1022 --enable-url use wxURL class
1023 --enable-variant use wxVariant class
1024 --enable-protocol use wxProtocol class
1025 --enable-protocol-http HTTP support
in wxProtocol
1026 --enable-protocol-ftp FTP support
in wxProtocol
1027 --enable-protocol-file FILE support
in wxProtocol
1028 --enable-threads use threads
1029 --enable-docview use document view architecture
1030 --enable-help use
help subsystem
1031 --enable-mshtmlhelp use MS HTML Help
(win32
)
1032 --enable-html use wxHTML sub
-library
1033 --enable-htmlhelp use wxHTML
-based help
1034 --enable-xrc use XRC resources sub
-library
1035 --enable-aui use AUI docking library
1036 --enable-constraints use layout
-constraints system
1037 --enable-printarch use printing architecture
1038 --enable-mdi use multiple document interface architecture
1039 --enable-mdidoc use docview architecture with MDI
1040 --enable-loggui use standard GUI logger
1041 --enable-logwin use wxLogWindow
1042 --enable-logdialog use wxLogDialog
1043 --enable-webkit use wxWebKitCtrl
(Mac
)
1044 --enable-richtext use wxRichTextCtrl
1045 --enable-graphics_ctx use graphics context
2D drawing API
1046 --enable-postscript use wxPostscriptDC device context
(default
for gtk
+)
1047 --enable-prologio not available
; see contrib
1048 --enable-resources not available
; see contrib
1049 --enable-clipboard use wxClipboard class
1050 --enable-dnd use Drag
'n'Drop classes
1051 --enable-metafile use win32 metafiles
1052 --enable-controls use all usual controls
1053 --enable-accel use accelerators
1054 --enable-animatectrl use wxAnimationCtrl class
1055 --enable-button use wxButton class
1056 --enable-bmpbutton use wxBitmapButton class
1057 --enable-bmpcombobox use wxBitmapComboBox class
1058 --enable-calendar use wxCalendarCtrl class
1059 --enable-caret use wxCaret class
1060 --enable-checkbox use wxCheckBox class
1061 --enable-checklst use wxCheckListBox
(listbox with checkboxes
) class
1062 --enable-choice use wxChoice class
1063 --enable-choicebook use wxChoicebook class
1064 --enable-collpane use wxCollapsiblePane class
1065 --enable-colourpicker use wxColourPickerCtrl class
1066 --enable-combobox use wxComboBox class
1067 --enable-comboctrl use wxComboCtrl class
1068 --enable-datepick use wxDatePickerCtrl class
1069 --enable-dirpicker use wxDirPickerCtrl class
1070 --enable-display use wxDisplay class
1071 --enable-detect_sm use code to detect X11 session manager
1072 --enable-filepicker use wxFilePickerCtrl class
1073 --enable-fontpicker use wxFontPickerCtrl class
1074 --enable-gauge use wxGauge class
1075 --enable-grid use wxGrid class
1076 --enable-dataviewctrl, use wxDataViewCtrl class
1077 --enable-hyperlink use wxHyperlinkCtrl class
1078 --enable-imaglist use wxImageList class
1079 --enable-listbook use wxListbook class
1080 --enable-listbox use wxListBox class
1081 --enable-listctrl use wxListCtrl class
1082 --enable-notebook use wxNotebook class
1083 --enable-odcombobox use wxOwnerDrawnComboBox class
1084 --enable-radiobox use wxRadioBox class
1085 --enable-radiobtn use wxRadioButton class
1086 --enable-sash use wxSashWindow class
1087 --enable-scrollbar use wxScrollBar class and scrollable windows
1088 --enable-slider use wxSlider class
1089 --enable-spinbtn use wxSpinButton class
1090 --enable-spinctrl use wxSpinCtrl class
1091 --enable-splitter use wxSplitterWindow class
1092 --enable-statbmp use wxStaticBitmap class
1093 --enable-statbox use wxStaticBox class
1094 --enable-statline use wxStaticLine class
1095 --enable-stattext use wxStaticText class
1096 --enable-statusbar use wxStatusBar class
1097 --enable-tabdialog use wxTabControl class
1098 --enable-textctrl use wxTextCtrl class
1099 --enable-togglebtn use wxToggleButton class
1100 --enable-toolbar use wxToolBar class
1101 --enable-tbarnative use native wxToolBar class
1102 --enable-treebook use wxTreebook class
1103 --enable-toolbook use wxToolbook class
1104 --enable-treectrl use wxTreeCtrl class
1105 --enable-tipwindow use wxTipWindow class
1106 --enable-popupwin use wxPopUpWindow class
1107 --enable-commondlg use all common dialogs
1108 --enable-aboutdlg use wxAboutBox
1109 --enable-choicedlg use wxChoiceDialog
1110 --enable-coldlg use wxColourDialog
1111 --enable-filedlg use wxFileDialog
1112 --enable-finddlg use wxFindReplaceDialog
1113 --enable-fontdlg use wxFontDialog
1114 --enable-dirdlg use wxDirDialog
1115 --enable-msgdlg use wxMessageDialog
1116 --enable-numberdlg use wxNumberEntryDialog
1117 --enable-splash use wxSplashScreen
1118 --enable-textdlg use wxTextDialog
1119 --enable-tipdlg use startup tips
1120 --enable-progressdlg use wxProgressDialog
1121 --enable-wizarddlg use wxWizard
1122 --enable-menus use wxMenu
/wxMenuBar
/wxMenuItem classes
1123 --enable-miniframe use wxMiniFrame class
1124 --enable-tooltips use wxToolTip class
1125 --enable-splines use spline drawing code
1126 --enable-mousewheel use mousewheel
1127 --enable-validators use wxValidator and derived classes
1128 --enable-busyinfo use wxBusyInfo
1129 --enable-joystick use wxJoystick
1130 --enable-metafiles use wxMetaFile
(Win32 only
)
1131 --enable-dragimage use wxDragImage
1132 --enable-accessibility enable accessibility support
1133 --enable-dccache cache temporary wxDC objects
(Win32 only
)
1134 --enable-palette use wxPalette class
1135 --enable-image use wxImage class
1136 --enable-gif use gif images
(GIF
file format
)
1137 --enable-pcx use pcx images
(PCX
file format
)
1138 --enable-tga use tga images
(TGA
file format
)
1139 --enable-iff use iff images
(IFF
file format
)
1140 --enable-pnm use pnm images
(PNM
file format
)
1141 --enable-xpm use xpm images
(XPM
file format
)
1142 --enable-icocur use Windows ICO and CUR formats
1143 --enable-official_build official build of wxWidgets
(win32 DLL only
)
1144 --enable-vendor=VENDOR vendor name
(win32 DLL only
)
1145 --disable-largefile omit support
for large files
1146 --disable-gtktest do not try to compile and run a
test GTK
+ program
1147 --disable-gtktest Do not try to compile and run a
test GTK program
1148 --disable-sdltest Do not try to compile and run a
test SDL program
1149 --enable-omf use OMF object format
(OS
/2)
1150 --disable-dependency-tracking
1151 don
't use dependency tracking even if the compiler
1153 --disable-precomp-headers
1154 don't use precompiled headers even
if compiler can
1157 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1158 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1159 --without-subdirs don
't generate makefiles for samples/demos/...
1160 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1161 --with-motif use Motif/Lesstif
1162 --with-mac use Mac OS X
1163 --with-cocoa use Cocoa
1164 --with-wine use Wine
1165 --with-msw use MS-Windows
1166 --with-pm use OS/2 Presentation Manager
1167 --with-mgl use SciTech MGL
1168 --with-directfb use DirectFB
1169 --with-microwin use MicroWindows
1171 --with-libpng use libpng (PNG image format)
1172 --with-libjpeg use libjpeg (JPEG file format)
1173 --with-libtiff use libtiff (TIFF file format)
1174 --with-libxpm use libxpm (XPM file format)
1175 --with-libmspack use libmspack (CHM help files loading)
1176 --with-sdl use SDL for audio on Unix
1177 --with-gnomeprint use GNOME print for printing under GNOME
1178 --with-gnomevfs use GNOME VFS for associating MIME types
1179 --with-hildon use Hildon framework for Nokia 770
1180 --with-opengl use OpenGL (or Mesa)
1181 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1182 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1183 --with-regex enable support for wxRegEx class
1184 --with-zlib use zlib for LZW compression
1185 --with-odbc use the IODBC and wxODBC classes
1186 --with-expat enable XML support using expat parser
1187 --with-flavour=NAME specify a name to identify this build
1188 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1189 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1190 --with-x use the X Window System
1191 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1192 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1193 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1194 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1195 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1197 Some influential environment variables:
1198 CC C compiler command
1199 CFLAGS C compiler flags
1200 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1201 nonstandard directory <lib dir>
1202 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1203 headers in a nonstandard directory <include dir>
1205 CXX C++ compiler command
1206 CXXFLAGS C++ compiler flags
1207 CXXCPP C++ preprocessor
1208 PKG_CONFIG path to pkg-config utility
1210 C compiler flags for DIRECTFB, overriding pkg-config
1212 linker flags for DIRECTFB, overriding pkg-config
1214 C compiler flags for PANGOX, overriding pkg-config
1215 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
1217 C compiler flags for PANGOFT2, overriding pkg-config
1219 linker flags for PANGOFT2, overriding pkg-config
1221 C compiler flags for PANGOXFT, overriding pkg-config
1223 linker flags for PANGOXFT, overriding pkg-config
1224 LIBGNOMEPRINTUI_CFLAGS
1225 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
1226 LIBGNOMEPRINTUI_LIBS
1227 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
1229 C compiler flags for GNOMEVFS, overriding pkg-config
1231 linker flags for GNOMEVFS, overriding pkg-config
1233 C compiler flags for HILDON, overriding pkg-config
1234 HILDON_LIBS linker flags for HILDON, overriding pkg-config
1236 C compiler flags for CAIRO, overriding pkg-config
1237 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
1238 GST_CFLAGS C compiler flags for GST, overriding pkg-config
1239 GST_LIBS linker flags for GST, overriding pkg-config
1241 Use these variables to override the choices made by `configure' or to
help
1242 it to
find libraries and programs with nonstandard names
/locations.
1244 Report bugs to
<wx
-dev@lists.wxwidgets.org
>.
1248 if test "$ac_init_help" = "recursive"; then
1249 # If there are subdirs, report their specific --help.
1251 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1252 test -d $ac_dir || continue
1255 if test "$ac_dir" != .
; then
1256 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1257 # A "../" for each directory in $ac_dir_suffix.
1258 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1260 ac_dir_suffix
= ac_top_builddir
=
1264 .
) # No --srcdir option. We are building in place.
1266 if test -z "$ac_top_builddir"; then
1269 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1271 [\\/]* | ?
:[\\/]* ) # Absolute path.
1272 ac_srcdir
=$srcdir$ac_dir_suffix;
1273 ac_top_srcdir
=$srcdir ;;
1275 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1276 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1279 # Do not use `cd foo && pwd` to compute absolute paths, because
1280 # the directories may not exist.
1282 .
) ac_abs_builddir
="$ac_dir";;
1285 .
) ac_abs_builddir
=`pwd`;;
1286 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1287 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1290 case $ac_abs_builddir in
1291 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1293 case ${ac_top_builddir}.
in
1294 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1295 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1296 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1299 case $ac_abs_builddir in
1300 .
) ac_abs_srcdir
=$ac_srcdir;;
1303 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1304 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1305 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1308 case $ac_abs_builddir in
1309 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1311 case $ac_top_srcdir in
1312 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1313 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1314 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1319 # Check for guested configure; otherwise get Cygnus style configure.
1320 if test -f $ac_srcdir/configure.gnu
; then
1322 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1323 elif test -f $ac_srcdir/configure
; then
1325 $SHELL $ac_srcdir/configure
--help=recursive
1326 elif test -f $ac_srcdir/configure.ac
||
1327 test -f $ac_srcdir/configure.
in; then
1329 $ac_configure --help
1331 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1337 test -n "$ac_init_help" && exit 0
1338 if $ac_init_version; then
1340 wxWidgets configure
2.7.1
1341 generated by GNU Autoconf
2.59
1343 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1344 This configure
script is free software
; the Free Software Foundation
1345 gives unlimited permission to copy
, distribute and modify it.
1351 This file contains any messages produced by compilers while
1352 running configure, to aid debugging if configure makes a mistake.
1354 It was created by wxWidgets $as_me 2.7.1, which was
1355 generated by GNU Autoconf 2.59. Invocation command line was
1366 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1367 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1368 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1369 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1370 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1372 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1373 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1375 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1376 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1377 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1378 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1379 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1380 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1381 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1389 test -z "$as_dir" && as_dir
=.
1390 echo "PATH: $as_dir"
1405 # Keep a trace of the command line.
1406 # Strip out --no-create and --no-recursion so they do not pile up.
1407 # Strip out --silent because we don't want to record it for future runs.
1408 # Also quote any args containing shell meta-characters.
1409 # Make two passes to allow for proper duplicate-argument suppression.
1414 ac_must_keep_next
=false
1420 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1421 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1422 | -silent | --silent | --silen | --sile | --sil)
1424 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1425 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1428 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1430 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1431 if test $ac_must_keep_next = true
; then
1432 ac_must_keep_next
=false
# Got value, back to normal.
1435 *=* | --config-cache | -C | -disable-* | --disable-* \
1436 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1437 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1438 | -with-* | --with-* | -without-* | --without-* | --x)
1439 case "$ac_configure_args0 " in
1440 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1443 -* ) ac_must_keep_next
=true
;;
1446 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1447 # Get rid of the leading space.
1453 $as_unset ac_configure_args0
|| test "${ac_configure_args0+set}" != set || { ac_configure_args0
=; export ac_configure_args0
; }
1454 $as_unset ac_configure_args1
|| test "${ac_configure_args1+set}" != set || { ac_configure_args1
=; export ac_configure_args1
; }
1456 # When interrupted or exit'd, cleanup temporary files, and complete
1457 # config.log. We remove comments because anyway the quotes in there
1458 # would cause problems or look ugly.
1459 # WARNING: Be sure not to use single quotes in there, as some shells,
1460 # such as our DU 5.0 friend, will then `close' the trap.
1461 trap 'exit_status=$?
1462 # Save into config.log some information that might help in debugging.
1467 ## ---------------- ##
1468 ## Cache variables. ##
1469 ## ---------------- ##
1472 # The following way of writing the cache mishandles newlines in values,
1475 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1478 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1479 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1483 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1490 ## ----------------- ##
1491 ## Output variables. ##
1492 ## ----------------- ##
1495 for ac_var in $ac_subst_vars
1497 eval ac_val=$`echo $ac_var`
1498 echo "$ac_var='"'"'$ac_val'"'"'"
1502 if test -n "$ac_subst_files"; then
1509 for ac_var in $ac_subst_files
1511 eval ac_val=$`echo $ac_var`
1512 echo "$ac_var='"'"'$ac_val'"'"'"
1517 if test -s confdefs.h; then
1524 sed "/^$/d" confdefs.h | sort
1527 test "$ac_signal" != 0 &&
1528 echo "$as_me: caught signal $ac_signal"
1529 echo "$as_me: exit $exit_status"
1531 rm -f core *.core &&
1532 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1535 for ac_signal
in 1 2 13 15; do
1536 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1540 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1541 rm -rf conftest
* confdefs.h
1542 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1545 # Predefined preprocessor variables.
1547 cat >>confdefs.h
<<_ACEOF
1548 #define PACKAGE_NAME "$PACKAGE_NAME"
1552 cat >>confdefs.h
<<_ACEOF
1553 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1557 cat >>confdefs.h
<<_ACEOF
1558 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1562 cat >>confdefs.h
<<_ACEOF
1563 #define PACKAGE_STRING "$PACKAGE_STRING"
1567 cat >>confdefs.h
<<_ACEOF
1568 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1572 # Let the site file select an alternate cache file if it wants to.
1573 # Prefer explicitly selected file to automatically selected ones.
1574 if test -z "$CONFIG_SITE"; then
1575 if test "x$prefix" != xNONE
; then
1576 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1578 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1581 for ac_site_file
in $CONFIG_SITE; do
1582 if test -r "$ac_site_file"; then
1583 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1584 echo "$as_me: loading site script $ac_site_file" >&6;}
1585 sed 's/^/| /' "$ac_site_file" >&5
1590 if test -r "$cache_file"; then
1591 # Some versions of bash will fail to source /dev/null (special
1592 # files actually), so we avoid doing that.
1593 if test -f "$cache_file"; then
1594 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1595 echo "$as_me: loading cache $cache_file" >&6;}
1597 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1598 *) . .
/$cache_file;;
1602 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1603 echo "$as_me: creating cache $cache_file" >&6;}
1607 # Check that the precious variables saved in the cache have kept the same
1609 ac_cache_corrupted
=false
1610 for ac_var
in `(set) 2>&1 |
1611 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1612 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1613 eval ac_new_set
=\
$ac_env_${ac_var}_set
1614 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1615 eval ac_new_val
="\$ac_env_${ac_var}_value"
1616 case $ac_old_set,$ac_new_set in
1618 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1619 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1620 ac_cache_corrupted
=: ;;
1622 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1623 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1624 ac_cache_corrupted
=: ;;
1627 if test "x$ac_old_val" != "x$ac_new_val"; then
1628 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1629 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1630 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1631 echo "$as_me: former value: $ac_old_val" >&2;}
1632 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1633 echo "$as_me: current value: $ac_new_val" >&2;}
1634 ac_cache_corrupted
=:
1637 # Pass precious variables to config.status.
1638 if test "$ac_new_set" = set; then
1640 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1641 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1642 *) ac_arg
=$ac_var=$ac_new_val ;;
1644 case " $ac_configure_args " in
1645 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1646 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1650 if $ac_cache_corrupted; then
1651 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1652 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1653 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1654 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1655 { (exit 1); exit 1; }; }
1659 ac_cpp
='$CPP $CPPFLAGS'
1660 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1661 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1662 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1694 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1695 if test -f $ac_dir/install-sh; then
1697 ac_install_sh
="$ac_aux_dir/install-sh -c"
1699 elif test -f $ac_dir/install.sh
; then
1701 ac_install_sh
="$ac_aux_dir/install.sh -c"
1703 elif test -f $ac_dir/shtool
; then
1705 ac_install_sh
="$ac_aux_dir/shtool install -c"
1709 if test -z "$ac_aux_dir"; then
1710 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1711 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1712 { (exit 1); exit 1; }; }
1714 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1715 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1716 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1718 # Make sure we can run config.sub.
1719 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1720 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1721 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1722 { (exit 1); exit 1; }; }
1724 echo "$as_me:$LINENO: checking build system type" >&5
1725 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1726 if test "${ac_cv_build+set}" = set; then
1727 echo $ECHO_N "(cached) $ECHO_C" >&6
1729 ac_cv_build_alias
=$build_alias
1730 test -z "$ac_cv_build_alias" &&
1731 ac_cv_build_alias
=`$ac_config_guess`
1732 test -z "$ac_cv_build_alias" &&
1733 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1734 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1735 { (exit 1); exit 1; }; }
1736 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1737 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1738 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1739 { (exit 1); exit 1; }; }
1742 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1743 echo "${ECHO_T}$ac_cv_build" >&6
1745 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1746 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1747 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1750 echo "$as_me:$LINENO: checking host system type" >&5
1751 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1752 if test "${ac_cv_host+set}" = set; then
1753 echo $ECHO_N "(cached) $ECHO_C" >&6
1755 ac_cv_host_alias
=$host_alias
1756 test -z "$ac_cv_host_alias" &&
1757 ac_cv_host_alias
=$ac_cv_build_alias
1758 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1759 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1760 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1761 { (exit 1); exit 1; }; }
1764 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1765 echo "${ECHO_T}$ac_cv_host" >&6
1767 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1768 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1769 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1772 echo "$as_me:$LINENO: checking target system type" >&5
1773 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1774 if test "${ac_cv_target+set}" = set; then
1775 echo $ECHO_N "(cached) $ECHO_C" >&6
1777 ac_cv_target_alias
=$target_alias
1778 test "x$ac_cv_target_alias" = "x" &&
1779 ac_cv_target_alias
=$ac_cv_host_alias
1780 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1781 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1782 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1783 { (exit 1); exit 1; }; }
1786 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1787 echo "${ECHO_T}$ac_cv_target" >&6
1788 target
=$ac_cv_target
1789 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1790 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1791 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1794 # The aliases save the names the user supplied, while $host etc.
1795 # will get canonicalized.
1796 test -n "$target_alias" &&
1797 test "$program_prefix$program_suffix$program_transform_name" = \
1799 program_prefix
=${target_alias}-
1803 wx_major_version_number
=2
1804 wx_minor_version_number
=7
1806 wx_subrelease_number
=0
1808 WX_RELEASE
=$wx_major_version_number.
$wx_minor_version_number
1809 WX_VERSION
=$WX_RELEASE.
$wx_release_number
1810 WX_SUBVERSION
=$WX_VERSION.
$wx_subrelease_number
1812 WX_MSW_VERSION
=$wx_major_version_number$wx_minor_version_number$wx_release_number
1825 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1831 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1837 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1839 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
1841 DEFAULT_wxUSE_COCOA
=0
1845 DEFAULT_wxUSE_MICROWIN
=0
1846 DEFAULT_wxUSE_MOTIF
=0
1852 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1853 DEFAULT_DEFAULT_wxUSE_GTK
=0
1854 DEFAULT_DEFAULT_wxUSE_MAC
=0
1855 DEFAULT_DEFAULT_wxUSE_MGL
=0
1856 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1857 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1858 DEFAULT_DEFAULT_wxUSE_MSW
=0
1859 DEFAULT_DEFAULT_wxUSE_PM
=0
1860 DEFAULT_DEFAULT_wxUSE_X11
=0
1861 DEFAULT_DEFAULT_wxUSE_DFB
=0
1866 SAMPLES_RPATH_POSTLINK
=
1868 DEFAULT_STD_FLAG
=yes
1873 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1874 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1876 cat >>confdefs.h
<<\_ACEOF
1881 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
1885 cat >>confdefs.h
<<\_ACEOF
1890 if test "x$TMP" = "xalpha"; then
1892 cat >>confdefs.h
<<\_ACEOF
1897 DEFAULT_DEFAULT_wxUSE_GTK
=1
1899 *-*-gnu* | *-*-k*bsd
*-gnu )
1902 if test "x$TMP" = "xalpha"; then
1904 cat >>confdefs.h
<<\_ACEOF
1909 DEFAULT_DEFAULT_wxUSE_GTK
=1
1911 *-*-irix5* | *-*-irix6* )
1914 cat >>confdefs.h
<<\_ACEOF
1918 cat >>confdefs.h
<<\_ACEOF
1922 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1928 cat >>confdefs.h
<<\_ACEOF
1932 cat >>confdefs.h
<<\_ACEOF
1933 #define __SOLARIS__ 1
1936 cat >>confdefs.h
<<\_ACEOF
1940 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1941 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1947 cat >>confdefs.h
<<\_ACEOF
1951 cat >>confdefs.h
<<\_ACEOF
1955 cat >>confdefs.h
<<\_ACEOF
1959 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1964 cat >>confdefs.h
<<\_ACEOF
1965 #define __FREEBSD__ 1
1968 cat >>confdefs.h
<<\_ACEOF
1972 DEFAULT_DEFAULT_wxUSE_GTK
=1
1974 *-*-openbsd*|*-*-mirbsd*)
1977 cat >>confdefs.h
<<\_ACEOF
1978 #define __OPENBSD__ 1
1981 cat >>confdefs.h
<<\_ACEOF
1985 DEFAULT_DEFAULT_wxUSE_GTK
=1
1990 cat >>confdefs.h
<<\_ACEOF
1991 #define __NETBSD__ 1
1994 cat >>confdefs.h
<<\_ACEOF
1998 DEFAULT_DEFAULT_wxUSE_GTK
=1
1999 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2001 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2006 cat >>confdefs.h
<<\_ACEOF
2010 cat >>confdefs.h
<<\_ACEOF
2014 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2015 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2020 cat >>confdefs.h
<<\_ACEOF
2024 cat >>confdefs.h
<<\_ACEOF
2028 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2033 cat >>confdefs.h
<<\_ACEOF
2037 cat >>confdefs.h
<<\_ACEOF
2041 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2048 cat >>confdefs.h
<<\_ACEOF
2052 cat >>confdefs.h
<<\_ACEOF
2056 cat >>confdefs.h
<<\_ACEOF
2060 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2067 cat >>confdefs.h
<<\_ACEOF
2068 #define __UNIXWARE__ 1
2073 *-*-cygwin* | *-*-mingw32* )
2076 DEFAULT_DEFAULT_wxUSE_MSW
=1
2082 cat >>confdefs.h
<<\_ACEOF
2087 DEFAULT_DEFAULT_wxUSE_MGL
=1
2090 *-pc-os2_emx | *-pc-os2-emx )
2091 cat >>confdefs.h
<<\_ACEOF
2096 cat >>confdefs.h
<<\_ACEOF
2101 DEFAULT_DEFAULT_wxUSE_PM
=1
2103 LDFLAGS
="$LDFLAGS -Zcrtdll"
2104 ac_executable_extensions
=".exe"
2105 export ac_executable_extensions
2109 for ac_dir
in $PATH; do
2111 if test -z "$ac_TEMP_PATH"; then
2112 ac_TEMP_PATH
="$ac_dir"
2114 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
2117 export PATH
="$ac_TEMP_PATH"
2126 cat >>confdefs.h
<<\_ACEOF
2130 cat >>confdefs.h
<<\_ACEOF
2131 #define __DARWIN__ 1
2134 cat >>confdefs.h
<<\_ACEOF
2135 #define TARGET_CARBON 1
2138 DEFAULT_DEFAULT_wxUSE_MAC
=1
2141 powerpc
-apple-macos* )
2143 ac_cv_c_bigendian
=yes
2145 DEFAULT_DEFAULT_wxUSE_MAC
=1
2151 cat >>confdefs.h
<<\_ACEOF
2158 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2159 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2160 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2161 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2163 DEFAULT_DEFAULT_wxUSE_X11
=1
2164 DEFAULT_wxUSE_SHARED
=no
2170 wx_arg_cache_file
="configarg.cache"
2171 echo "loading argument cache $wx_arg_cache_file"
2172 rm -f ${wx_arg_cache_file}.tmp
2173 touch ${wx_arg_cache_file}.tmp
2174 touch ${wx_arg_cache_file}
2178 if test $DEBUG_CONFIGURE = 1; then
2179 DEFAULT_wxUSE_UNIVERSAL
=no
2180 DEFAULT_wxUSE_STL
=no
2182 DEFAULT_wxUSE_NANOX
=no
2184 DEFAULT_wxUSE_THREADS
=yes
2186 DEFAULT_wxUSE_SHARED
=${DEFAULT_wxUSE_SHARED:-yes}
2187 DEFAULT_wxUSE_OPTIMISE
=no
2188 DEFAULT_wxUSE_PROFILE
=no
2189 DEFAULT_wxUSE_NO_DEPS
=no
2190 DEFAULT_wxUSE_NO_RTTI
=no
2191 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2192 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
2193 DEFAULT_wxUSE_RPATH
=yes
2194 DEFAULT_wxUSE_PERMISSIVE
=no
2195 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2196 DEFAULT_wxUSE_DEBUG_INFO
=yes
2197 DEFAULT_wxUSE_DEBUG_GDB
=yes
2198 DEFAULT_wxUSE_MEM_TRACING
=no
2199 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2200 DEFAULT_wxUSE_DMALLOC
=no
2201 DEFAULT_wxUSE_APPLE_IEEE
=no
2203 DEFAULT_wxUSE_EXCEPTIONS
=no
2204 DEFAULT_wxUSE_LOG
=yes
2205 DEFAULT_wxUSE_LOGWINDOW
=no
2206 DEFAULT_wxUSE_LOGGUI
=no
2207 DEFAULT_wxUSE_LOGDIALOG
=no
2209 DEFAULT_wxUSE_GUI
=yes
2210 DEFAULT_wxUSE_CONTROLS
=no
2212 DEFAULT_wxUSE_REGEX
=no
2213 DEFAULT_wxUSE_XML
=no
2214 DEFAULT_wxUSE_EXPAT
=no
2215 DEFAULT_wxUSE_ZLIB
=no
2216 DEFAULT_wxUSE_LIBPNG
=no
2217 DEFAULT_wxUSE_LIBJPEG
=no
2218 DEFAULT_wxUSE_LIBTIFF
=no
2219 DEFAULT_wxUSE_LIBXPM
=no
2220 DEFAULT_wxUSE_LIBMSPACK
=no
2221 DEFAULT_wxUSE_LIBSDL
=no
2222 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2223 DEFAULT_wxUSE_LIBGNOMEVFS
=no
2224 DEFAULT_wxUSE_LIBHILDON
=no
2225 DEFAULT_wxUSE_ODBC
=no
2226 DEFAULT_wxUSE_OPENGL
=no
2228 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2229 DEFAULT_wxUSE_STACKWALKER
=no
2230 DEFAULT_wxUSE_DEBUGREPORT
=no
2231 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2232 DEFAULT_wxUSE_STD_IOSTREAM
=no
2233 DEFAULT_wxUSE_STD_STRING
=no
2234 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2235 DEFAULT_wxUSE_DATETIME
=no
2236 DEFAULT_wxUSE_TIMER
=no
2237 DEFAULT_wxUSE_STOPWATCH
=no
2238 DEFAULT_wxUSE_FILE
=no
2239 DEFAULT_wxUSE_FFILE
=no
2240 DEFAULT_wxUSE_STDPATHS
=no
2241 DEFAULT_wxUSE_TEXTBUFFER
=no
2242 DEFAULT_wxUSE_TEXTFILE
=no
2243 DEFAULT_wxUSE_SOUND
=no
2244 DEFAULT_wxUSE_MEDIACTRL
=no
2245 DEFAULT_wxUSE_GSTREAMER8
=no
2246 DEFAULT_wxUSE_PRINTF_POS_PARAMS
=no
2247 DEFAULT_wxUSE_INTL
=no
2248 DEFAULT_wxUSE_CONFIG
=no
2249 DEFAULT_wxUSE_FONTMAP
=no
2250 DEFAULT_wxUSE_STREAMS
=no
2251 DEFAULT_wxUSE_SOCKETS
=no
2252 DEFAULT_wxUSE_OLE
=no
2253 DEFAULT_wxUSE_DATAOBJ
=no
2254 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2255 DEFAULT_wxUSE_JOYSTICK
=no
2256 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2257 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2258 DEFAULT_wxUSE_LONGLONG
=no
2259 DEFAULT_wxUSE_GEOMETRY
=no
2261 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2262 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2263 DEFAULT_wxUSE_POSTSCRIPT
=no
2265 DEFAULT_wxUSE_CLIPBOARD
=no
2266 DEFAULT_wxUSE_TOOLTIPS
=no
2267 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2268 DEFAULT_wxUSE_DRAGIMAGE
=no
2269 DEFAULT_wxUSE_SPLINES
=no
2270 DEFAULT_wxUSE_MOUSEWHEEL
=no
2272 DEFAULT_wxUSE_MDI
=no
2273 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2274 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2275 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2277 DEFAULT_wxUSE_RESOURCES
=no
2278 DEFAULT_wxUSE_CONSTRAINTS
=no
2279 DEFAULT_wxUSE_IPC
=no
2280 DEFAULT_wxUSE_HELP
=no
2281 DEFAULT_wxUSE_MS_HTML_HELP
=no
2282 DEFAULT_wxUSE_WXHTML_HELP
=no
2283 DEFAULT_wxUSE_TREELAYOUT
=no
2284 DEFAULT_wxUSE_METAFILE
=no
2285 DEFAULT_wxUSE_MIMETYPE
=no
2286 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2287 DEFAULT_wxUSE_PROTOCOL
=no
2288 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2289 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2290 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2291 DEFAULT_wxUSE_URL
=no
2292 DEFAULT_wxUSE_VARIANT
=no
2294 DEFAULT_wxUSE_ABOUTDLG
=no
2295 DEFAULT_wxUSE_COMMONDLGS
=no
2296 DEFAULT_wxUSE_CHOICEDLG
=no
2297 DEFAULT_wxUSE_COLOURDLG
=no
2298 DEFAULT_wxUSE_DIRDLG
=no
2299 DEFAULT_wxUSE_FILEDLG
=no
2300 DEFAULT_wxUSE_FINDREPLDLG
=no
2301 DEFAULT_wxUSE_FONTDLG
=no
2302 DEFAULT_wxUSE_MSGDLG
=no
2303 DEFAULT_wxUSE_NUMBERDLG
=no
2304 DEFAULT_wxUSE_TEXTDLG
=no
2305 DEFAULT_wxUSE_SPLASH
=no
2306 DEFAULT_wxUSE_STARTUP_TIPS
=no
2307 DEFAULT_wxUSE_PROGRESSDLG
=no
2308 DEFAULT_wxUSE_WIZARDDLG
=no
2310 DEFAULT_wxUSE_MENUS
=no
2311 DEFAULT_wxUSE_MINIFRAME
=no
2312 DEFAULT_wxUSE_HTML
=no
2313 DEFAULT_wxUSE_RICHTEXT
=no
2314 DEFAULT_wxUSE_XRC
=no
2315 DEFAULT_wxUSE_AUI
=no
2316 DEFAULT_wxUSE_WEBKIT
=no
2317 DEFAULT_wxUSE_FILESYSTEM
=no
2318 DEFAULT_wxUSE_FS_INET
=no
2319 DEFAULT_wxUSE_FS_ZIP
=no
2320 DEFAULT_wxUSE_FS_ARCHIVE
=no
2321 DEFAULT_wxUSE_BUSYINFO
=no
2322 DEFAULT_wxUSE_ARCHIVE_STREAMS
=no
2323 DEFAULT_wxUSE_ZIPSTREAM
=no
2324 DEFAULT_wxUSE_TARSTREAM
=no
2325 DEFAULT_wxUSE_VALIDATORS
=no
2327 DEFAULT_wxUSE_ACCEL
=no
2328 DEFAULT_wxUSE_ANIMATIONCTRL
=no
2329 DEFAULT_wxUSE_BUTTON
=no
2330 DEFAULT_wxUSE_BMPBUTTON
=no
2331 DEFAULT_wxUSE_BITMAPCOMBOBOX
=no
2332 DEFAULT_wxUSE_CALCTRL
=no
2333 DEFAULT_wxUSE_CARET
=no
2334 DEFAULT_wxUSE_CHECKBOX
=no
2335 DEFAULT_wxUSE_CHECKLST
=no
2336 DEFAULT_wxUSE_CHOICE
=no
2337 DEFAULT_wxUSE_CHOICEBOOK
=no
2338 DEFAULT_wxUSE_COLLPANE
=no
2339 DEFAULT_wxUSE_COLOURPICKERCTRL
=no
2340 DEFAULT_wxUSE_COMBOBOX
=no
2341 DEFAULT_wxUSE_COMBOCTRL
=no
2342 DEFAULT_wxUSE_DATEPICKCTRL
=no
2343 DEFAULT_wxUSE_DISPLAY
=no
2344 DEFAULT_wxUSE_DETECT_SM
=no
2345 DEFAULT_wxUSE_DIRPICKERCTRL
=no
2346 DEFAULT_wxUSE_FILEPICKERCTRL
=no
2347 DEFAULT_wxUSE_FONTPICKERCTRL
=no
2348 DEFAULT_wxUSE_GAUGE
=no
2349 DEFAULT_wxUSE_GRAPHICS_CONTEXT
=no
2350 DEFAULT_wxUSE_GRID
=no
2351 DEFAULT_wxUSE_HYPERLINKCTRL
=no
2352 DEFAULT_wxUSE_DATAVIEWCTRL
=no
2353 DEFAULT_wxUSE_IMAGLIST
=no
2354 DEFAULT_wxUSE_LISTBOOK
=no
2355 DEFAULT_wxUSE_LISTBOX
=no
2356 DEFAULT_wxUSE_LISTCTRL
=no
2357 DEFAULT_wxUSE_NOTEBOOK
=no
2358 DEFAULT_wxUSE_ODCOMBOBOX
=no
2359 DEFAULT_wxUSE_RADIOBOX
=no
2360 DEFAULT_wxUSE_RADIOBTN
=no
2361 DEFAULT_wxUSE_SASH
=no
2362 DEFAULT_wxUSE_SCROLLBAR
=no
2363 DEFAULT_wxUSE_SLIDER
=no
2364 DEFAULT_wxUSE_SPINBTN
=no
2365 DEFAULT_wxUSE_SPINCTRL
=no
2366 DEFAULT_wxUSE_SPLITTER
=no
2367 DEFAULT_wxUSE_STATBMP
=no
2368 DEFAULT_wxUSE_STATBOX
=no
2369 DEFAULT_wxUSE_STATLINE
=no
2370 DEFAULT_wxUSE_STATTEXT
=no
2371 DEFAULT_wxUSE_STATUSBAR
=yes
2372 DEFAULT_wxUSE_TAB_DIALOG
=no
2373 DEFAULT_wxUSE_TEXTCTRL
=no
2374 DEFAULT_wxUSE_TOGGLEBTN
=no
2375 DEFAULT_wxUSE_TOOLBAR
=no
2376 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2377 DEFAULT_wxUSE_TREEBOOK
=no
2378 DEFAULT_wxUSE_TOOLBOOK
=no
2379 DEFAULT_wxUSE_TREECTRL
=no
2380 DEFAULT_wxUSE_POPUPWIN
=no
2381 DEFAULT_wxUSE_TIPWINDOW
=no
2383 DEFAULT_wxUSE_UNICODE
=no
2384 DEFAULT_wxUSE_UNICODE_MSLU
=no
2385 DEFAULT_wxUSE_WCSRTOMBS
=no
2387 DEFAULT_wxUSE_PALETTE
=no
2388 DEFAULT_wxUSE_IMAGE
=no
2389 DEFAULT_wxUSE_GIF
=no
2390 DEFAULT_wxUSE_PCX
=no
2391 DEFAULT_wxUSE_TGA
=no
2392 DEFAULT_wxUSE_PNM
=no
2393 DEFAULT_wxUSE_IFF
=no
2394 DEFAULT_wxUSE_XPM
=no
2395 DEFAULT_wxUSE_ICO_CUR
=no
2396 DEFAULT_wxUSE_ACCESSIBILITY
=no
2398 DEFAULT_wxUSE_MONOLITHIC
=no
2399 DEFAULT_wxUSE_PLUGINS
=no
2400 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2402 DEFAULT_wxUSE_UNIVERSAL
=no
2403 DEFAULT_wxUSE_STL
=no
2405 DEFAULT_wxUSE_NANOX
=no
2407 DEFAULT_wxUSE_THREADS
=yes
2409 DEFAULT_wxUSE_SHARED
=${DEFAULT_wxUSE_SHARED:-yes}
2410 DEFAULT_wxUSE_OPTIMISE
=yes
2411 DEFAULT_wxUSE_PROFILE
=no
2412 DEFAULT_wxUSE_NO_DEPS
=no
2413 DEFAULT_wxUSE_NO_RTTI
=no
2414 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2415 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
2416 DEFAULT_wxUSE_RPATH
=yes
2417 DEFAULT_wxUSE_PERMISSIVE
=no
2418 DEFAULT_wxUSE_DEBUG_FLAG
=no
2419 DEFAULT_wxUSE_DEBUG_INFO
=no
2420 DEFAULT_wxUSE_DEBUG_GDB
=no
2421 DEFAULT_wxUSE_MEM_TRACING
=no
2422 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2423 DEFAULT_wxUSE_DMALLOC
=no
2424 DEFAULT_wxUSE_APPLE_IEEE
=yes
2426 DEFAULT_wxUSE_EXCEPTIONS
=yes
2427 DEFAULT_wxUSE_LOG
=yes
2428 DEFAULT_wxUSE_LOGWINDOW
=yes
2429 DEFAULT_wxUSE_LOGGUI
=yes
2430 DEFAULT_wxUSE_LOGDIALOG
=yes
2432 DEFAULT_wxUSE_GUI
=yes
2434 DEFAULT_wxUSE_REGEX
=yes
2435 DEFAULT_wxUSE_XML
=yes
2436 DEFAULT_wxUSE_EXPAT
=yes
2437 DEFAULT_wxUSE_ZLIB
=yes
2438 DEFAULT_wxUSE_LIBPNG
=yes
2439 DEFAULT_wxUSE_LIBJPEG
=yes
2440 DEFAULT_wxUSE_LIBTIFF
=yes
2441 DEFAULT_wxUSE_LIBXPM
=yes
2442 DEFAULT_wxUSE_LIBMSPACK
=yes
2443 DEFAULT_wxUSE_LIBSDL
=no
2444 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2445 DEFAULT_wxUSE_LIBGNOMEVFS
=no
2446 DEFAULT_wxUSE_LIBHILDON
=no
2447 DEFAULT_wxUSE_ODBC
=no
2448 DEFAULT_wxUSE_OPENGL
=no
2450 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2451 DEFAULT_wxUSE_STACKWALKER
=yes
2452 DEFAULT_wxUSE_DEBUGREPORT
=yes
2453 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2454 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2455 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2456 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2457 DEFAULT_wxUSE_DATETIME
=yes
2458 DEFAULT_wxUSE_TIMER
=yes
2459 DEFAULT_wxUSE_STOPWATCH
=yes
2460 DEFAULT_wxUSE_FILE
=yes
2461 DEFAULT_wxUSE_FFILE
=yes
2462 DEFAULT_wxUSE_STDPATHS
=yes
2463 DEFAULT_wxUSE_TEXTBUFFER
=yes
2464 DEFAULT_wxUSE_TEXTFILE
=yes
2465 DEFAULT_wxUSE_SOUND
=yes
2466 DEFAULT_wxUSE_MEDIACTRL
=no
2467 DEFAULT_wxUSE_GSTREAMER8
=no
2468 DEFAULT_wxUSE_PRINTF_POS_PARAMS
=yes
2469 DEFAULT_wxUSE_INTL
=yes
2470 DEFAULT_wxUSE_CONFIG
=yes
2471 DEFAULT_wxUSE_FONTMAP
=yes
2472 DEFAULT_wxUSE_STREAMS
=yes
2473 DEFAULT_wxUSE_SOCKETS
=yes
2474 DEFAULT_wxUSE_OLE
=yes
2475 DEFAULT_wxUSE_DATAOBJ
=yes
2476 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2477 DEFAULT_wxUSE_JOYSTICK
=yes
2478 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2479 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2480 DEFAULT_wxUSE_LONGLONG
=yes
2481 DEFAULT_wxUSE_GEOMETRY
=yes
2483 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2484 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2485 DEFAULT_wxUSE_POSTSCRIPT
=yes
2487 DEFAULT_wxUSE_CLIPBOARD
=yes
2488 DEFAULT_wxUSE_TOOLTIPS
=yes
2489 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2490 DEFAULT_wxUSE_DRAGIMAGE
=yes
2491 DEFAULT_wxUSE_SPLINES
=yes
2492 DEFAULT_wxUSE_MOUSEWHEEL
=yes
2494 DEFAULT_wxUSE_MDI
=yes
2495 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2496 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2497 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2499 DEFAULT_wxUSE_RESOURCES
=no
2500 DEFAULT_wxUSE_CONSTRAINTS
=yes
2501 DEFAULT_wxUSE_IPC
=yes
2502 DEFAULT_wxUSE_HELP
=yes
2503 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2504 DEFAULT_wxUSE_WXHTML_HELP
=yes
2505 DEFAULT_wxUSE_TREELAYOUT
=yes
2506 DEFAULT_wxUSE_METAFILE
=yes
2507 DEFAULT_wxUSE_MIMETYPE
=yes
2508 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2509 DEFAULT_wxUSE_PROTOCOL
=yes
2510 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2511 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2512 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2513 DEFAULT_wxUSE_URL
=yes
2514 DEFAULT_wxUSE_VARIANT
=yes
2516 DEFAULT_wxUSE_ABOUTDLG
=yes
2517 DEFAULT_wxUSE_COMMONDLGS
=yes
2518 DEFAULT_wxUSE_CHOICEDLG
=yes
2519 DEFAULT_wxUSE_COLOURDLG
=yes
2520 DEFAULT_wxUSE_DIRDLG
=yes
2521 DEFAULT_wxUSE_FILEDLG
=yes
2522 DEFAULT_wxUSE_FINDREPLDLG
=yes
2523 DEFAULT_wxUSE_FONTDLG
=yes
2524 DEFAULT_wxUSE_MSGDLG
=yes
2525 DEFAULT_wxUSE_NUMBERDLG
=yes
2526 DEFAULT_wxUSE_TEXTDLG
=yes
2527 DEFAULT_wxUSE_SPLASH
=yes
2528 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2529 DEFAULT_wxUSE_PROGRESSDLG
=yes
2530 DEFAULT_wxUSE_WIZARDDLG
=yes
2532 DEFAULT_wxUSE_MENUS
=yes
2533 DEFAULT_wxUSE_MINIFRAME
=yes
2534 DEFAULT_wxUSE_HTML
=yes
2535 DEFAULT_wxUSE_RICHTEXT
=yes
2536 DEFAULT_wxUSE_XRC
=yes
2537 DEFAULT_wxUSE_AUI
=yes
2538 DEFAULT_wxUSE_WEBKIT
=yes
2539 DEFAULT_wxUSE_FILESYSTEM
=yes
2540 DEFAULT_wxUSE_FS_INET
=yes
2541 DEFAULT_wxUSE_FS_ZIP
=yes
2542 DEFAULT_wxUSE_FS_ARCHIVE
=yes
2543 DEFAULT_wxUSE_BUSYINFO
=yes
2544 DEFAULT_wxUSE_ARCHIVE_STREAMS
=yes
2545 DEFAULT_wxUSE_ZIPSTREAM
=yes
2546 DEFAULT_wxUSE_TARSTREAM
=yes
2547 DEFAULT_wxUSE_VALIDATORS
=yes
2549 DEFAULT_wxUSE_ACCEL
=yes
2550 DEFAULT_wxUSE_ANIMATIONCTRL
=yes
2551 DEFAULT_wxUSE_BUTTON
=yes
2552 DEFAULT_wxUSE_BMPBUTTON
=yes
2553 DEFAULT_wxUSE_BITMAPCOMBOBOX
=yes
2554 DEFAULT_wxUSE_CALCTRL
=yes
2555 DEFAULT_wxUSE_CARET
=yes
2556 DEFAULT_wxUSE_CHECKBOX
=yes
2557 DEFAULT_wxUSE_CHECKLST
=yes
2558 DEFAULT_wxUSE_CHOICE
=yes
2559 DEFAULT_wxUSE_CHOICEBOOK
=yes
2560 DEFAULT_wxUSE_COLLPANE
=yes
2561 DEFAULT_wxUSE_COLOURPICKERCTRL
=yes
2562 DEFAULT_wxUSE_COMBOBOX
=yes
2563 DEFAULT_wxUSE_COMBOCTRL
=yes
2564 DEFAULT_wxUSE_DATEPICKCTRL
=yes
2565 DEFAULT_wxUSE_DISPLAY
=yes
2566 DEFAULT_wxUSE_DETECT_SM
=yes
2567 DEFAULT_wxUSE_DIRPICKERCTRL
=yes
2568 DEFAULT_wxUSE_FILEPICKERCTRL
=yes
2569 DEFAULT_wxUSE_FONTPICKERCTRL
=yes
2570 DEFAULT_wxUSE_GAUGE
=yes
2571 DEFAULT_wxUSE_GRID
=yes
2572 DEFAULT_wxUSE_GRAPHICS_CONTEXT
=no
2573 DEFAULT_wxUSE_HYPERLINKCTRL
=yes
2574 DEFAULT_wxUSE_DATAVIEWCTRL
=no
2575 DEFAULT_wxUSE_IMAGLIST
=yes
2576 DEFAULT_wxUSE_LISTBOOK
=yes
2577 DEFAULT_wxUSE_LISTBOX
=yes
2578 DEFAULT_wxUSE_LISTCTRL
=yes
2579 DEFAULT_wxUSE_NOTEBOOK
=yes
2580 DEFAULT_wxUSE_ODCOMBOBOX
=yes
2581 DEFAULT_wxUSE_RADIOBOX
=yes
2582 DEFAULT_wxUSE_RADIOBTN
=yes
2583 DEFAULT_wxUSE_SASH
=yes
2584 DEFAULT_wxUSE_SCROLLBAR
=yes
2585 DEFAULT_wxUSE_SLIDER
=yes
2586 DEFAULT_wxUSE_SPINBTN
=yes
2587 DEFAULT_wxUSE_SPINCTRL
=yes
2588 DEFAULT_wxUSE_SPLITTER
=yes
2589 DEFAULT_wxUSE_STATBMP
=yes
2590 DEFAULT_wxUSE_STATBOX
=yes
2591 DEFAULT_wxUSE_STATLINE
=yes
2592 DEFAULT_wxUSE_STATTEXT
=yes
2593 DEFAULT_wxUSE_STATUSBAR
=yes
2594 DEFAULT_wxUSE_TAB_DIALOG
=no
2595 DEFAULT_wxUSE_TEXTCTRL
=yes
2596 DEFAULT_wxUSE_TOGGLEBTN
=yes
2597 DEFAULT_wxUSE_TOOLBAR
=yes
2598 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2599 DEFAULT_wxUSE_TREEBOOK
=yes
2600 DEFAULT_wxUSE_TOOLBOOK
=yes
2601 DEFAULT_wxUSE_TREECTRL
=yes
2602 DEFAULT_wxUSE_POPUPWIN
=yes
2603 DEFAULT_wxUSE_TIPWINDOW
=yes
2605 DEFAULT_wxUSE_UNICODE
=no
2606 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2607 DEFAULT_wxUSE_WCSRTOMBS
=no
2609 DEFAULT_wxUSE_PALETTE
=yes
2610 DEFAULT_wxUSE_IMAGE
=yes
2611 DEFAULT_wxUSE_GIF
=yes
2612 DEFAULT_wxUSE_PCX
=yes
2613 DEFAULT_wxUSE_TGA
=yes
2614 DEFAULT_wxUSE_IFF
=no DEFAULT_wxUSE_PNM
=yes
2615 DEFAULT_wxUSE_XPM
=yes
2616 DEFAULT_wxUSE_ICO_CUR
=yes
2617 DEFAULT_wxUSE_ACCESSIBILITY
=no
2619 DEFAULT_wxUSE_MONOLITHIC
=no
2620 DEFAULT_wxUSE_PLUGINS
=no
2621 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2623 DEFAULT_wxUSE_GTK2
=yes
2629 for toolkit
in `echo $ALL_TOOLKITS`; do
2630 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2631 if test "x$LINE" != "x" ; then
2632 has_toolkit_in_cache
=1
2633 eval "DEFAULT_$LINE"
2634 eval "CACHE_$toolkit=1"
2636 LINE
=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2637 if test "x$LINE" != "x" ; then
2638 eval "DEFAULT_$LINE"
2646 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2647 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2649 # Check whether --enable-gui or --disable-gui was given.
2650 if test "${enable_gui+set}" = set; then
2651 enableval
="$enable_gui"
2653 if test "$enableval" = yes; then
2654 ac_cv_use_gui
='wxUSE_GUI=yes'
2656 ac_cv_use_gui
='wxUSE_GUI=no'
2661 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2662 if test "x$LINE" != x
; then
2663 eval "DEFAULT_$LINE"
2668 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2672 eval "$ac_cv_use_gui"
2673 if test "$no_cache" != 1; then
2674 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2677 if test "$wxUSE_GUI" = yes; then
2678 echo "$as_me:$LINENO: result: yes" >&5
2679 echo "${ECHO_T}yes" >&6
2681 echo "$as_me:$LINENO: result: no" >&5
2682 echo "${ECHO_T}no" >&6
2687 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2688 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2690 # Check whether --enable-monolithic or --disable-monolithic was given.
2691 if test "${enable_monolithic+set}" = set; then
2692 enableval
="$enable_monolithic"
2694 if test "$enableval" = yes; then
2695 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2697 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2702 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2703 if test "x$LINE" != x
; then
2704 eval "DEFAULT_$LINE"
2709 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2713 eval "$ac_cv_use_monolithic"
2714 if test "$no_cache" != 1; then
2715 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2718 if test "$wxUSE_MONOLITHIC" = yes; then
2719 echo "$as_me:$LINENO: result: yes" >&5
2720 echo "${ECHO_T}yes" >&6
2722 echo "$as_me:$LINENO: result: no" >&5
2723 echo "${ECHO_T}no" >&6
2728 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2729 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2731 # Check whether --enable-plugins or --disable-plugins was given.
2732 if test "${enable_plugins+set}" = set; then
2733 enableval
="$enable_plugins"
2735 if test "$enableval" = yes; then
2736 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2738 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2743 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2744 if test "x$LINE" != x
; then
2745 eval "DEFAULT_$LINE"
2750 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2754 eval "$ac_cv_use_plugins"
2755 if test "$no_cache" != 1; then
2756 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2759 if test "$wxUSE_PLUGINS" = yes; then
2760 echo "$as_me:$LINENO: result: yes" >&5
2761 echo "${ECHO_T}yes" >&6
2763 echo "$as_me:$LINENO: result: no" >&5
2764 echo "${ECHO_T}no" >&6
2769 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2770 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2773 # Check whether --with-subdirs or --without-subdirs was given.
2774 if test "${with_subdirs+set}" = set; then
2775 withval
="$with_subdirs"
2777 if test "$withval" = yes; then
2778 ac_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
2780 ac_cv_use_subdirs
='wxWITH_SUBDIRS=no'
2785 LINE
=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2786 if test "x$LINE" != x
; then
2787 eval "DEFAULT_$LINE"
2792 ac_cv_use_subdirs
='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2796 eval "$ac_cv_use_subdirs"
2797 if test "$no_cache" != 1; then
2798 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2801 if test "$wxWITH_SUBDIRS" = yes; then
2802 echo "$as_me:$LINENO: result: yes" >&5
2803 echo "${ECHO_T}yes" >&6
2805 echo "$as_me:$LINENO: result: no" >&5
2806 echo "${ECHO_T}no" >&6
2810 if test "$wxUSE_GUI" = "yes"; then
2814 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2815 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2817 # Check whether --enable-universal or --disable-universal was given.
2818 if test "${enable_universal+set}" = set; then
2819 enableval
="$enable_universal"
2821 if test "$enableval" = yes; then
2822 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2824 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2829 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2830 if test "x$LINE" != x
; then
2831 eval "DEFAULT_$LINE"
2836 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2840 eval "$ac_cv_use_universal"
2841 if test "$no_cache" != 1; then
2842 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2845 if test "$wxUSE_UNIVERSAL" = yes; then
2846 echo "$as_me:$LINENO: result: yes" >&5
2847 echo "${ECHO_T}yes" >&6
2849 echo "$as_me:$LINENO: result: no" >&5
2850 echo "${ECHO_T}no" >&6
2854 # Check whether --with-gtk or --without-gtk was given.
2855 if test "${with_gtk+set}" = set; then
2857 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2860 # Check whether --with-motif or --without-motif was given.
2861 if test "${with_motif+set}" = set; then
2862 withval
="$with_motif"
2863 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2866 # Check whether --with-mac or --without-mac was given.
2867 if test "${with_mac+set}" = set; then
2869 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2872 # Check whether --with-cocoa or --without-cocoa was given.
2873 if test "${with_cocoa+set}" = set; then
2874 withval
="$with_cocoa"
2875 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2878 # Check whether --with-wine or --without-wine was given.
2879 if test "${with_wine+set}" = set; then
2880 withval
="$with_wine"
2881 wxUSE_WINE
="$withval" CACHE_WINE
=1
2884 # Check whether --with-msw or --without-msw was given.
2885 if test "${with_msw+set}" = set; then
2887 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2890 # Check whether --with-pm or --without-pm was given.
2891 if test "${with_pm+set}" = set; then
2893 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2896 # Check whether --with-mgl or --without-mgl was given.
2897 if test "${with_mgl+set}" = set; then
2899 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2902 # Check whether --with-directfb or --without-directfb was given.
2903 if test "${with_directfb+set}" = set; then
2904 withval
="$with_directfb"
2905 wxUSE_DFB
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_DFB
=1 TOOLKIT_GIVEN
=1
2908 # Check whether --with-microwin or --without-microwin was given.
2909 if test "${with_microwin+set}" = set; then
2910 withval
="$with_microwin"
2911 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2914 # Check whether --with-x11 or --without-x11 was given.
2915 if test "${with_x11+set}" = set; then
2917 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2921 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2922 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2924 # Check whether --enable-nanox or --disable-nanox was given.
2925 if test "${enable_nanox+set}" = set; then
2926 enableval
="$enable_nanox"
2928 if test "$enableval" = yes; then
2929 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2931 ac_cv_use_nanox
='wxUSE_NANOX=no'
2936 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2937 if test "x$LINE" != x
; then
2938 eval "DEFAULT_$LINE"
2943 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2947 eval "$ac_cv_use_nanox"
2948 if test "$no_cache" != 1; then
2949 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2952 if test "$wxUSE_NANOX" = yes; then
2953 echo "$as_me:$LINENO: result: yes" >&5
2954 echo "${ECHO_T}yes" >&6
2956 echo "$as_me:$LINENO: result: no" >&5
2957 echo "${ECHO_T}no" >&6
2961 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2962 if test "${enable_gtk2+set}" = set; then
2963 enableval
="$enable_gtk2"
2964 wxUSE_GTK2
="$enableval"
2968 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2969 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2971 # Check whether --enable-gpe or --disable-gpe was given.
2972 if test "${enable_gpe+set}" = set; then
2973 enableval
="$enable_gpe"
2975 if test "$enableval" = yes; then
2976 ac_cv_use_gpe
='wxUSE_GPE=yes'
2978 ac_cv_use_gpe
='wxUSE_GPE=no'
2983 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2984 if test "x$LINE" != x
; then
2985 eval "DEFAULT_$LINE"
2990 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2994 eval "$ac_cv_use_gpe"
2995 if test "$no_cache" != 1; then
2996 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
2999 if test "$wxUSE_GPE" = yes; then
3000 echo "$as_me:$LINENO: result: yes" >&5
3001 echo "${ECHO_T}yes" >&6
3003 echo "$as_me:$LINENO: result: no" >&5
3004 echo "${ECHO_T}no" >&6
3009 echo "$as_me:$LINENO: checking for --with-libpng" >&5
3010 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
3013 # Check whether --with-libpng or --without-libpng was given.
3014 if test "${with_libpng+set}" = set; then
3015 withval
="$with_libpng"
3017 if test "$withval" = yes; then
3018 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
3019 elif test "$withval" = no
; then
3020 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
3021 elif test "$withval" = sys
; then
3022 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
3023 elif test "$withval" = builtin; then
3024 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
3026 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3027 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3028 { (exit 1); exit 1; }; }
3033 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
3034 if test "x$LINE" != x
; then
3035 eval "DEFAULT_$LINE"
3040 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
3044 eval "$ac_cv_use_libpng"
3045 if test "$no_cache" != 1; then
3046 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
3049 if test "$wxUSE_LIBPNG" = yes; then
3050 echo "$as_me:$LINENO: result: yes" >&5
3051 echo "${ECHO_T}yes" >&6
3052 elif test "$wxUSE_LIBPNG" = no
; then
3053 echo "$as_me:$LINENO: result: no" >&5
3054 echo "${ECHO_T}no" >&6
3055 elif test "$wxUSE_LIBPNG" = sys
; then
3056 echo "$as_me:$LINENO: result: system version" >&5
3057 echo "${ECHO_T}system version" >&6
3058 elif test "$wxUSE_LIBPNG" = builtin; then
3059 echo "$as_me:$LINENO: result: builtin version" >&5
3060 echo "${ECHO_T}builtin version" >&6
3062 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3063 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3064 { (exit 1); exit 1; }; }
3068 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3069 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
3072 # Check whether --with-libjpeg or --without-libjpeg was given.
3073 if test "${with_libjpeg+set}" = set; then
3074 withval
="$with_libjpeg"
3076 if test "$withval" = yes; then
3077 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
3078 elif test "$withval" = no
; then
3079 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
3080 elif test "$withval" = sys
; then
3081 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
3082 elif test "$withval" = builtin; then
3083 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
3085 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3086 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3087 { (exit 1); exit 1; }; }
3092 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
3093 if test "x$LINE" != x
; then
3094 eval "DEFAULT_$LINE"
3099 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
3103 eval "$ac_cv_use_libjpeg"
3104 if test "$no_cache" != 1; then
3105 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
3108 if test "$wxUSE_LIBJPEG" = yes; then
3109 echo "$as_me:$LINENO: result: yes" >&5
3110 echo "${ECHO_T}yes" >&6
3111 elif test "$wxUSE_LIBJPEG" = no
; then
3112 echo "$as_me:$LINENO: result: no" >&5
3113 echo "${ECHO_T}no" >&6
3114 elif test "$wxUSE_LIBJPEG" = sys
; then
3115 echo "$as_me:$LINENO: result: system version" >&5
3116 echo "${ECHO_T}system version" >&6
3117 elif test "$wxUSE_LIBJPEG" = builtin; then
3118 echo "$as_me:$LINENO: result: builtin version" >&5
3119 echo "${ECHO_T}builtin version" >&6
3121 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3122 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3123 { (exit 1); exit 1; }; }
3127 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3128 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
3131 # Check whether --with-libtiff or --without-libtiff was given.
3132 if test "${with_libtiff+set}" = set; then
3133 withval
="$with_libtiff"
3135 if test "$withval" = yes; then
3136 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
3137 elif test "$withval" = no
; then
3138 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
3139 elif test "$withval" = sys
; then
3140 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
3141 elif test "$withval" = builtin; then
3142 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
3144 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3145 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3146 { (exit 1); exit 1; }; }
3151 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
3152 if test "x$LINE" != x
; then
3153 eval "DEFAULT_$LINE"
3158 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
3162 eval "$ac_cv_use_libtiff"
3163 if test "$no_cache" != 1; then
3164 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
3167 if test "$wxUSE_LIBTIFF" = yes; then
3168 echo "$as_me:$LINENO: result: yes" >&5
3169 echo "${ECHO_T}yes" >&6
3170 elif test "$wxUSE_LIBTIFF" = no
; then
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3173 elif test "$wxUSE_LIBTIFF" = sys
; then
3174 echo "$as_me:$LINENO: result: system version" >&5
3175 echo "${ECHO_T}system version" >&6
3176 elif test "$wxUSE_LIBTIFF" = builtin; then
3177 echo "$as_me:$LINENO: result: builtin version" >&5
3178 echo "${ECHO_T}builtin version" >&6
3180 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3181 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3182 { (exit 1); exit 1; }; }
3186 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3187 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
3190 # Check whether --with-libxpm or --without-libxpm was given.
3191 if test "${with_libxpm+set}" = set; then
3192 withval
="$with_libxpm"
3194 if test "$withval" = yes; then
3195 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
3196 elif test "$withval" = no
; then
3197 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
3198 elif test "$withval" = sys
; then
3199 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
3200 elif test "$withval" = builtin; then
3201 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
3203 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3204 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3205 { (exit 1); exit 1; }; }
3210 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3211 if test "x$LINE" != x
; then
3212 eval "DEFAULT_$LINE"
3217 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3221 eval "$ac_cv_use_libxpm"
3222 if test "$no_cache" != 1; then
3223 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3226 if test "$wxUSE_LIBXPM" = yes; then
3227 echo "$as_me:$LINENO: result: yes" >&5
3228 echo "${ECHO_T}yes" >&6
3229 elif test "$wxUSE_LIBXPM" = no
; then
3230 echo "$as_me:$LINENO: result: no" >&5
3231 echo "${ECHO_T}no" >&6
3232 elif test "$wxUSE_LIBXPM" = sys
; then
3233 echo "$as_me:$LINENO: result: system version" >&5
3234 echo "${ECHO_T}system version" >&6
3235 elif test "$wxUSE_LIBXPM" = builtin; then
3236 echo "$as_me:$LINENO: result: builtin version" >&5
3237 echo "${ECHO_T}builtin version" >&6
3239 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3240 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3241 { (exit 1); exit 1; }; }
3246 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3247 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
3250 # Check whether --with-libmspack or --without-libmspack was given.
3251 if test "${with_libmspack+set}" = set; then
3252 withval
="$with_libmspack"
3254 if test "$withval" = yes; then
3255 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3257 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3262 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3263 if test "x$LINE" != x
; then
3264 eval "DEFAULT_$LINE"
3269 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3273 eval "$ac_cv_use_libmspack"
3274 if test "$no_cache" != 1; then
3275 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3278 if test "$wxUSE_LIBMSPACK" = yes; then
3279 echo "$as_me:$LINENO: result: yes" >&5
3280 echo "${ECHO_T}yes" >&6
3282 echo "$as_me:$LINENO: result: no" >&5
3283 echo "${ECHO_T}no" >&6
3288 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3289 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
3292 # Check whether --with-sdl or --without-sdl was given.
3293 if test "${with_sdl+set}" = set; then
3296 if test "$withval" = yes; then
3297 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3299 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3304 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3305 if test "x$LINE" != x
; then
3306 eval "DEFAULT_$LINE"
3311 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3315 eval "$ac_cv_use_sdl"
3316 if test "$no_cache" != 1; then
3317 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3320 if test "$wxUSE_LIBSDL" = yes; then
3321 echo "$as_me:$LINENO: result: yes" >&5
3322 echo "${ECHO_T}yes" >&6
3324 echo "$as_me:$LINENO: result: no" >&5
3325 echo "${ECHO_T}no" >&6
3330 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3331 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
3334 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3335 if test "${with_gnomeprint+set}" = set; then
3336 withval
="$with_gnomeprint"
3338 if test "$withval" = yes; then
3339 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3341 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3346 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3347 if test "x$LINE" != x
; then
3348 eval "DEFAULT_$LINE"
3353 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3357 eval "$ac_cv_use_gnomeprint"
3358 if test "$no_cache" != 1; then
3359 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3362 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3363 echo "$as_me:$LINENO: result: yes" >&5
3364 echo "${ECHO_T}yes" >&6
3366 echo "$as_me:$LINENO: result: no" >&5
3367 echo "${ECHO_T}no" >&6
3372 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3373 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6
3376 # Check whether --with-gnomevfs or --without-gnomevfs was given.
3377 if test "${with_gnomevfs+set}" = set; then
3378 withval
="$with_gnomevfs"
3380 if test "$withval" = yes; then
3381 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS=yes'
3383 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS=no'
3388 LINE
=`grep "wxUSE_LIBGNOMEVFS" ${wx_arg_cache_file}`
3389 if test "x$LINE" != x
; then
3390 eval "DEFAULT_$LINE"
3395 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS='$DEFAULT_wxUSE_LIBGNOMEVFS
3399 eval "$ac_cv_use_gnomevfs"
3400 if test "$no_cache" != 1; then
3401 echo $ac_cv_use_gnomevfs >> ${wx_arg_cache_file}.tmp
3404 if test "$wxUSE_LIBGNOMEVFS" = yes; then
3405 echo "$as_me:$LINENO: result: yes" >&5
3406 echo "${ECHO_T}yes" >&6
3408 echo "$as_me:$LINENO: result: no" >&5
3409 echo "${ECHO_T}no" >&6
3414 echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3415 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6
3418 # Check whether --with-hildon or --without-hildon was given.
3419 if test "${with_hildon+set}" = set; then
3420 withval
="$with_hildon"
3422 if test "$withval" = yes; then
3423 ac_cv_use_hildon
='wxUSE_LIBHILDON=yes'
3425 ac_cv_use_hildon
='wxUSE_LIBHILDON=no'
3430 LINE
=`grep "wxUSE_LIBHILDON" ${wx_arg_cache_file}`
3431 if test "x$LINE" != x
; then
3432 eval "DEFAULT_$LINE"
3437 ac_cv_use_hildon
='wxUSE_LIBHILDON='$DEFAULT_wxUSE_LIBHILDON
3441 eval "$ac_cv_use_hildon"
3442 if test "$no_cache" != 1; then
3443 echo $ac_cv_use_hildon >> ${wx_arg_cache_file}.tmp
3446 if test "$wxUSE_LIBHILDON" = yes; then
3447 echo "$as_me:$LINENO: result: yes" >&5
3448 echo "${ECHO_T}yes" >&6
3450 echo "$as_me:$LINENO: result: no" >&5
3451 echo "${ECHO_T}no" >&6
3456 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3457 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
3460 # Check whether --with-opengl or --without-opengl was given.
3461 if test "${with_opengl+set}" = set; then
3462 withval
="$with_opengl"
3464 if test "$withval" = yes; then
3465 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3467 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3472 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3473 if test "x$LINE" != x
; then
3474 eval "DEFAULT_$LINE"
3479 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3483 eval "$ac_cv_use_opengl"
3484 if test "$no_cache" != 1; then
3485 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3488 if test "$wxUSE_OPENGL" = yes; then
3489 echo "$as_me:$LINENO: result: yes" >&5
3490 echo "${ECHO_T}yes" >&6
3492 echo "$as_me:$LINENO: result: no" >&5
3493 echo "${ECHO_T}no" >&6
3497 if test "$wxUSE_UNIVERSAL" = "yes"; then
3499 # Check whether --with-themes or --without-themes was given.
3500 if test "${with_themes+set}" = set; then
3501 withval
="$with_themes"
3502 wxUNIV_THEMES
="$withval"
3510 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3511 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
3514 # Check whether --with-dmalloc or --without-dmalloc was given.
3515 if test "${with_dmalloc+set}" = set; then
3516 withval
="$with_dmalloc"
3518 if test "$withval" = yes; then
3519 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3521 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3526 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3527 if test "x$LINE" != x
; then
3528 eval "DEFAULT_$LINE"
3533 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3537 eval "$ac_cv_use_dmalloc"
3538 if test "$no_cache" != 1; then
3539 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3542 if test "$wxUSE_DMALLOC" = yes; then
3543 echo "$as_me:$LINENO: result: yes" >&5
3544 echo "${ECHO_T}yes" >&6
3546 echo "$as_me:$LINENO: result: no" >&5
3547 echo "${ECHO_T}no" >&6
3551 echo "$as_me:$LINENO: checking for --with-regex" >&5
3552 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3555 # Check whether --with-regex or --without-regex was given.
3556 if test "${with_regex+set}" = set; then
3557 withval
="$with_regex"
3559 if test "$withval" = yes; then
3560 ac_cv_use_regex
='wxUSE_REGEX=yes'
3561 elif test "$withval" = no
; then
3562 ac_cv_use_regex
='wxUSE_REGEX=no'
3563 elif test "$withval" = sys
; then
3564 ac_cv_use_regex
='wxUSE_REGEX=sys'
3565 elif test "$withval" = builtin; then
3566 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3568 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3569 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3570 { (exit 1); exit 1; }; }
3575 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3576 if test "x$LINE" != x
; then
3577 eval "DEFAULT_$LINE"
3582 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3586 eval "$ac_cv_use_regex"
3587 if test "$no_cache" != 1; then
3588 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3591 if test "$wxUSE_REGEX" = yes; then
3592 echo "$as_me:$LINENO: result: yes" >&5
3593 echo "${ECHO_T}yes" >&6
3594 elif test "$wxUSE_REGEX" = no
; then
3595 echo "$as_me:$LINENO: result: no" >&5
3596 echo "${ECHO_T}no" >&6
3597 elif test "$wxUSE_REGEX" = sys
; then
3598 echo "$as_me:$LINENO: result: system version" >&5
3599 echo "${ECHO_T}system version" >&6
3600 elif test "$wxUSE_REGEX" = builtin; then
3601 echo "$as_me:$LINENO: result: builtin version" >&5
3602 echo "${ECHO_T}builtin version" >&6
3604 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3605 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3606 { (exit 1); exit 1; }; }
3610 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3611 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3614 # Check whether --with-zlib or --without-zlib was given.
3615 if test "${with_zlib+set}" = set; then
3616 withval
="$with_zlib"
3618 if test "$withval" = yes; then
3619 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3620 elif test "$withval" = no
; then
3621 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3622 elif test "$withval" = sys
; then
3623 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3624 elif test "$withval" = builtin; then
3625 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3627 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3628 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3629 { (exit 1); exit 1; }; }
3634 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3635 if test "x$LINE" != x
; then
3636 eval "DEFAULT_$LINE"
3641 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3645 eval "$ac_cv_use_zlib"
3646 if test "$no_cache" != 1; then
3647 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3650 if test "$wxUSE_ZLIB" = yes; then
3651 echo "$as_me:$LINENO: result: yes" >&5
3652 echo "${ECHO_T}yes" >&6
3653 elif test "$wxUSE_ZLIB" = no
; then
3654 echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6
3656 elif test "$wxUSE_ZLIB" = sys
; then
3657 echo "$as_me:$LINENO: result: system version" >&5
3658 echo "${ECHO_T}system version" >&6
3659 elif test "$wxUSE_ZLIB" = builtin; then
3660 echo "$as_me:$LINENO: result: builtin version" >&5
3661 echo "${ECHO_T}builtin version" >&6
3663 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3664 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3665 { (exit 1); exit 1; }; }
3669 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3670 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3673 # Check whether --with-odbc or --without-odbc was given.
3674 if test "${with_odbc+set}" = set; then
3675 withval
="$with_odbc"
3677 if test "$withval" = yes; then
3678 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3679 elif test "$withval" = no
; then
3680 ac_cv_use_odbc
='wxUSE_ODBC=no'
3681 elif test "$withval" = sys
; then
3682 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3683 elif test "$withval" = builtin; then
3684 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3686 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3687 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3688 { (exit 1); exit 1; }; }
3693 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3694 if test "x$LINE" != x
; then
3695 eval "DEFAULT_$LINE"
3700 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3704 eval "$ac_cv_use_odbc"
3705 if test "$no_cache" != 1; then
3706 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3709 if test "$wxUSE_ODBC" = yes; then
3710 echo "$as_me:$LINENO: result: yes" >&5
3711 echo "${ECHO_T}yes" >&6
3712 elif test "$wxUSE_ODBC" = no
; then
3713 echo "$as_me:$LINENO: result: no" >&5
3714 echo "${ECHO_T}no" >&6
3715 elif test "$wxUSE_ODBC" = sys
; then
3716 echo "$as_me:$LINENO: result: system version" >&5
3717 echo "${ECHO_T}system version" >&6
3718 elif test "$wxUSE_ODBC" = builtin; then
3719 echo "$as_me:$LINENO: result: builtin version" >&5
3720 echo "${ECHO_T}builtin version" >&6
3722 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3723 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3724 { (exit 1); exit 1; }; }
3728 echo "$as_me:$LINENO: checking for --with-expat" >&5
3729 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3732 # Check whether --with-expat or --without-expat was given.
3733 if test "${with_expat+set}" = set; then
3734 withval
="$with_expat"
3736 if test "$withval" = yes; then
3737 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3738 elif test "$withval" = no
; then
3739 ac_cv_use_expat
='wxUSE_EXPAT=no'
3740 elif test "$withval" = sys
; then
3741 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3742 elif test "$withval" = builtin; then
3743 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3745 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3746 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3747 { (exit 1); exit 1; }; }
3752 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3753 if test "x$LINE" != x
; then
3754 eval "DEFAULT_$LINE"
3759 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3763 eval "$ac_cv_use_expat"
3764 if test "$no_cache" != 1; then
3765 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3768 if test "$wxUSE_EXPAT" = yes; then
3769 echo "$as_me:$LINENO: result: yes" >&5
3770 echo "${ECHO_T}yes" >&6
3771 elif test "$wxUSE_EXPAT" = no
; then
3772 echo "$as_me:$LINENO: result: no" >&5
3773 echo "${ECHO_T}no" >&6
3774 elif test "$wxUSE_EXPAT" = sys
; then
3775 echo "$as_me:$LINENO: result: system version" >&5
3776 echo "${ECHO_T}system version" >&6
3777 elif test "$wxUSE_EXPAT" = builtin; then
3778 echo "$as_me:$LINENO: result: builtin version" >&5
3779 echo "${ECHO_T}builtin version" >&6
3781 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3782 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3783 { (exit 1); exit 1; }; }
3790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3791 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3793 # Check whether --enable-shared or --disable-shared was given.
3794 if test "${enable_shared+set}" = set; then
3795 enableval
="$enable_shared"
3797 if test "$enableval" = yes; then
3798 ac_cv_use_shared
='wxUSE_SHARED=yes'
3800 ac_cv_use_shared
='wxUSE_SHARED=no'
3805 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3806 if test "x$LINE" != x
; then
3807 eval "DEFAULT_$LINE"
3812 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3816 eval "$ac_cv_use_shared"
3817 if test "$no_cache" != 1; then
3818 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3821 if test "$wxUSE_SHARED" = yes; then
3822 echo "$as_me:$LINENO: result: yes" >&5
3823 echo "${ECHO_T}yes" >&6
3825 echo "$as_me:$LINENO: result: no" >&5
3826 echo "${ECHO_T}no" >&6
3831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3832 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3834 # Check whether --enable-optimise or --disable-optimise was given.
3835 if test "${enable_optimise+set}" = set; then
3836 enableval
="$enable_optimise"
3838 if test "$enableval" = yes; then
3839 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3841 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3846 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3847 if test "x$LINE" != x
; then
3848 eval "DEFAULT_$LINE"
3853 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3857 eval "$ac_cv_use_optimise"
3858 if test "$no_cache" != 1; then
3859 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3862 if test "$wxUSE_OPTIMISE" = yes; then
3863 echo "$as_me:$LINENO: result: yes" >&5
3864 echo "${ECHO_T}yes" >&6
3866 echo "$as_me:$LINENO: result: no" >&5
3867 echo "${ECHO_T}no" >&6
3872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3873 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3875 # Check whether --enable-debug or --disable-debug was given.
3876 if test "${enable_debug+set}" = set; then
3877 enableval
="$enable_debug"
3879 if test "$enableval" = yes; then
3880 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3882 ac_cv_use_debug
='wxUSE_DEBUG=no'
3887 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3888 if test "x$LINE" != x
; then
3889 eval "DEFAULT_$LINE"
3894 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3898 eval "$ac_cv_use_debug"
3899 if test "$no_cache" != 1; then
3900 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3903 if test "$wxUSE_DEBUG" = yes; then
3904 echo "$as_me:$LINENO: result: yes" >&5
3905 echo "${ECHO_T}yes" >&6
3907 echo "$as_me:$LINENO: result: no" >&5
3908 echo "${ECHO_T}no" >&6
3913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3914 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3916 # Check whether --enable-stl or --disable-stl was given.
3917 if test "${enable_stl+set}" = set; then
3918 enableval
="$enable_stl"
3920 if test "$enableval" = yes; then
3921 ac_cv_use_stl
='wxUSE_STL=yes'
3923 ac_cv_use_stl
='wxUSE_STL=no'
3928 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3929 if test "x$LINE" != x
; then
3930 eval "DEFAULT_$LINE"
3935 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3939 eval "$ac_cv_use_stl"
3940 if test "$no_cache" != 1; then
3941 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3944 if test "$wxUSE_STL" = yes; then
3945 echo "$as_me:$LINENO: result: yes" >&5
3946 echo "${ECHO_T}yes" >&6
3948 echo "$as_me:$LINENO: result: no" >&5
3949 echo "${ECHO_T}no" >&6
3952 if test "$USE_OS2" = "1"; then
3953 DEFAULT_wxUSE_OMF
=no
3956 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3957 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3959 # Check whether --enable-omf or --disable-omf was given.
3960 if test "${enable_omf+set}" = set; then
3961 enableval
="$enable_omf"
3963 if test "$enableval" = yes; then
3964 ac_cv_use_omf
='wxUSE_OMF=yes'
3966 ac_cv_use_omf
='wxUSE_OMF=no'
3971 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3972 if test "x$LINE" != x
; then
3973 eval "DEFAULT_$LINE"
3978 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3982 eval "$ac_cv_use_omf"
3983 if test "$no_cache" != 1; then
3984 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3987 if test "$wxUSE_OMF" = yes; then
3988 echo "$as_me:$LINENO: result: yes" >&5
3989 echo "${ECHO_T}yes" >&6
3991 echo "$as_me:$LINENO: result: no" >&5
3992 echo "${ECHO_T}no" >&6
3997 if test "$wxUSE_DEBUG" = "yes"; then
3998 DEFAULT_wxUSE_DEBUG_FLAG
=yes
3999 DEFAULT_wxUSE_DEBUG_INFO
=yes
4001 elif test "$wxUSE_DEBUG" = "no"; then
4002 DEFAULT_wxUSE_DEBUG_FLAG
=no
4003 DEFAULT_wxUSE_DEBUG_INFO
=no
4009 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4010 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
4012 # Check whether --enable-debug_flag or --disable-debug_flag was given.
4013 if test "${enable_debug_flag+set}" = set; then
4014 enableval
="$enable_debug_flag"
4016 if test "$enableval" = yes; then
4017 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
4019 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
4024 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
4025 if test "x$LINE" != x
; then
4026 eval "DEFAULT_$LINE"
4031 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
4035 eval "$ac_cv_use_debug_flag"
4036 if test "$no_cache" != 1; then
4037 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
4040 if test "$wxUSE_DEBUG_FLAG" = yes; then
4041 echo "$as_me:$LINENO: result: yes" >&5
4042 echo "${ECHO_T}yes" >&6
4044 echo "$as_me:$LINENO: result: no" >&5
4045 echo "${ECHO_T}no" >&6
4050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4051 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
4053 # Check whether --enable-debug_info or --disable-debug_info was given.
4054 if test "${enable_debug_info+set}" = set; then
4055 enableval
="$enable_debug_info"
4057 if test "$enableval" = yes; then
4058 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
4060 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
4065 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
4066 if test "x$LINE" != x
; then
4067 eval "DEFAULT_$LINE"
4072 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
4076 eval "$ac_cv_use_debug_info"
4077 if test "$no_cache" != 1; then
4078 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
4081 if test "$wxUSE_DEBUG_INFO" = yes; then
4082 echo "$as_me:$LINENO: result: yes" >&5
4083 echo "${ECHO_T}yes" >&6
4085 echo "$as_me:$LINENO: result: no" >&5
4086 echo "${ECHO_T}no" >&6
4091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4092 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
4094 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
4095 if test "${enable_debug_gdb+set}" = set; then
4096 enableval
="$enable_debug_gdb"
4098 if test "$enableval" = yes; then
4099 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
4101 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
4106 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
4107 if test "x$LINE" != x
; then
4108 eval "DEFAULT_$LINE"
4113 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
4117 eval "$ac_cv_use_debug_gdb"
4118 if test "$no_cache" != 1; then
4119 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
4122 if test "$wxUSE_DEBUG_GDB" = yes; then
4123 echo "$as_me:$LINENO: result: yes" >&5
4124 echo "${ECHO_T}yes" >&6
4126 echo "$as_me:$LINENO: result: no" >&5
4127 echo "${ECHO_T}no" >&6
4132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4133 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
4135 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
4136 if test "${enable_debug_cntxt+set}" = set; then
4137 enableval
="$enable_debug_cntxt"
4139 if test "$enableval" = yes; then
4140 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
4142 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
4147 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
4148 if test "x$LINE" != x
; then
4149 eval "DEFAULT_$LINE"
4154 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
4158 eval "$ac_cv_use_debug_cntxt"
4159 if test "$no_cache" != 1; then
4160 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
4163 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
4164 echo "$as_me:$LINENO: result: yes" >&5
4165 echo "${ECHO_T}yes" >&6
4167 echo "$as_me:$LINENO: result: no" >&5
4168 echo "${ECHO_T}no" >&6
4173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4174 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
4176 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
4177 if test "${enable_mem_tracing+set}" = set; then
4178 enableval
="$enable_mem_tracing"
4180 if test "$enableval" = yes; then
4181 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
4183 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
4188 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
4189 if test "x$LINE" != x
; then
4190 eval "DEFAULT_$LINE"
4195 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
4199 eval "$ac_cv_use_mem_tracing"
4200 if test "$no_cache" != 1; then
4201 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
4204 if test "$wxUSE_MEM_TRACING" = yes; then
4205 echo "$as_me:$LINENO: result: yes" >&5
4206 echo "${ECHO_T}yes" >&6
4208 echo "$as_me:$LINENO: result: no" >&5
4209 echo "${ECHO_T}no" >&6
4214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
4215 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
4217 # Check whether --enable-profile or --disable-profile was given.
4218 if test "${enable_profile+set}" = set; then
4219 enableval
="$enable_profile"
4221 if test "$enableval" = yes; then
4222 ac_cv_use_profile
='wxUSE_PROFILE=yes'
4224 ac_cv_use_profile
='wxUSE_PROFILE=no'
4229 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
4230 if test "x$LINE" != x
; then
4231 eval "DEFAULT_$LINE"
4236 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
4240 eval "$ac_cv_use_profile"
4241 if test "$no_cache" != 1; then
4242 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
4245 if test "$wxUSE_PROFILE" = yes; then
4246 echo "$as_me:$LINENO: result: yes" >&5
4247 echo "${ECHO_T}yes" >&6
4249 echo "$as_me:$LINENO: result: no" >&5
4250 echo "${ECHO_T}no" >&6
4255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
4256 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
4258 # Check whether --enable-no_rtti or --disable-no_rtti was given.
4259 if test "${enable_no_rtti+set}" = set; then
4260 enableval
="$enable_no_rtti"
4262 if test "$enableval" = yes; then
4263 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
4265 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
4270 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
4271 if test "x$LINE" != x
; then
4272 eval "DEFAULT_$LINE"
4277 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
4281 eval "$ac_cv_use_no_rtti"
4282 if test "$no_cache" != 1; then
4283 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
4286 if test "$wxUSE_NO_RTTI" = yes; then
4287 echo "$as_me:$LINENO: result: yes" >&5
4288 echo "${ECHO_T}yes" >&6
4290 echo "$as_me:$LINENO: result: no" >&5
4291 echo "${ECHO_T}no" >&6
4296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4297 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4299 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4300 if test "${enable_no_exceptions+set}" = set; then
4301 enableval
="$enable_no_exceptions"
4303 if test "$enableval" = yes; then
4304 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
4306 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
4311 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4312 if test "x$LINE" != x
; then
4313 eval "DEFAULT_$LINE"
4318 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4322 eval "$ac_cv_use_no_exceptions"
4323 if test "$no_cache" != 1; then
4324 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4327 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4328 echo "$as_me:$LINENO: result: yes" >&5
4329 echo "${ECHO_T}yes" >&6
4331 echo "$as_me:$LINENO: result: no" >&5
4332 echo "${ECHO_T}no" >&6
4337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4338 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4340 # Check whether --enable-permissive or --disable-permissive was given.
4341 if test "${enable_permissive+set}" = set; then
4342 enableval
="$enable_permissive"
4344 if test "$enableval" = yes; then
4345 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4347 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4352 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4353 if test "x$LINE" != x
; then
4354 eval "DEFAULT_$LINE"
4359 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4363 eval "$ac_cv_use_permissive"
4364 if test "$no_cache" != 1; then
4365 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4368 if test "$wxUSE_PERMISSIVE" = yes; then
4369 echo "$as_me:$LINENO: result: yes" >&5
4370 echo "${ECHO_T}yes" >&6
4372 echo "$as_me:$LINENO: result: no" >&5
4373 echo "${ECHO_T}no" >&6
4378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4379 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4381 # Check whether --enable-no_deps or --disable-no_deps was given.
4382 if test "${enable_no_deps+set}" = set; then
4383 enableval
="$enable_no_deps"
4385 if test "$enableval" = yes; then
4386 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4388 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4393 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4394 if test "x$LINE" != x
; then
4395 eval "DEFAULT_$LINE"
4400 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4404 eval "$ac_cv_use_no_deps"
4405 if test "$no_cache" != 1; then
4406 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4409 if test "$wxUSE_NO_DEPS" = yes; then
4410 echo "$as_me:$LINENO: result: yes" >&5
4411 echo "${ECHO_T}yes" >&6
4413 echo "$as_me:$LINENO: result: no" >&5
4414 echo "${ECHO_T}no" >&6
4419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
4420 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6
4422 # Check whether --enable-universal_binary or --disable-universal_binary was given.
4423 if test "${enable_universal_binary+set}" = set; then
4424 enableval
="$enable_universal_binary"
4426 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY='$enableval'"
4430 LINE
=`grep "wxUSE_UNIVERSAL_BINARY" ${wx_arg_cache_file}`
4431 if test "x$LINE" != x
; then
4432 eval "DEFAULT_$LINE"
4433 wx_cv_use_universal_binary
='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
4436 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY=no"
4441 eval "$wx_cv_use_universal_binary"
4442 if test "$no_cache" != 1; then
4443 echo $wx_cv_use_universal_binary >> ${wx_arg_cache_file}.tmp
4446 echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
4447 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6
4452 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4453 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4455 # Check whether --enable-compat24 or --disable-compat24 was given.
4456 if test "${enable_compat24+set}" = set; then
4457 enableval
="$enable_compat24"
4459 if test "$enableval" = yes; then
4460 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4462 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4467 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4468 if test "x$LINE" != x
; then
4469 eval "DEFAULT_$LINE"
4474 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4478 eval "$ac_cv_use_compat24"
4479 if test "$no_cache" != 1; then
4480 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4483 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4484 echo "$as_me:$LINENO: result: yes" >&5
4485 echo "${ECHO_T}yes" >&6
4487 echo "$as_me:$LINENO: result: no" >&5
4488 echo "${ECHO_T}no" >&6
4492 enablestring
=disable
4493 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4494 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
4496 # Check whether --enable-compat26 or --disable-compat26 was given.
4497 if test "${enable_compat26+set}" = set; then
4498 enableval
="$enable_compat26"
4500 if test "$enableval" = yes; then
4501 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=yes'
4503 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=no'
4508 LINE
=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
4509 if test "x$LINE" != x
; then
4510 eval "DEFAULT_$LINE"
4515 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
4519 eval "$ac_cv_use_compat26"
4520 if test "$no_cache" != 1; then
4521 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
4524 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
4525 echo "$as_me:$LINENO: result: yes" >&5
4526 echo "${ECHO_T}yes" >&6
4528 echo "$as_me:$LINENO: result: no" >&5
4529 echo "${ECHO_T}no" >&6
4535 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4536 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4538 # Check whether --enable-rpath or --disable-rpath was given.
4539 if test "${enable_rpath+set}" = set; then
4540 enableval
="$enable_rpath"
4542 if test "$enableval" = yes; then
4543 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4545 ac_cv_use_rpath
='wxUSE_RPATH=no'
4550 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4551 if test "x$LINE" != x
; then
4552 eval "DEFAULT_$LINE"
4557 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4561 eval "$ac_cv_use_rpath"
4562 if test "$no_cache" != 1; then
4563 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4566 if test "$wxUSE_RPATH" = yes; then
4567 echo "$as_me:$LINENO: result: yes" >&5
4568 echo "${ECHO_T}yes" >&6
4570 echo "$as_me:$LINENO: result: no" >&5
4571 echo "${ECHO_T}no" >&6
4579 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4580 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4582 # Check whether --enable-intl or --disable-intl was given.
4583 if test "${enable_intl+set}" = set; then
4584 enableval
="$enable_intl"
4586 if test "$enableval" = yes; then
4587 ac_cv_use_intl
='wxUSE_INTL=yes'
4589 ac_cv_use_intl
='wxUSE_INTL=no'
4594 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4595 if test "x$LINE" != x
; then
4596 eval "DEFAULT_$LINE"
4601 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4605 eval "$ac_cv_use_intl"
4606 if test "$no_cache" != 1; then
4607 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4610 if test "$wxUSE_INTL" = yes; then
4611 echo "$as_me:$LINENO: result: yes" >&5
4612 echo "${ECHO_T}yes" >&6
4614 echo "$as_me:$LINENO: result: no" >&5
4615 echo "${ECHO_T}no" >&6
4620 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4621 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4623 # Check whether --enable-config or --disable-config was given.
4624 if test "${enable_config+set}" = set; then
4625 enableval
="$enable_config"
4627 if test "$enableval" = yes; then
4628 ac_cv_use_config
='wxUSE_CONFIG=yes'
4630 ac_cv_use_config
='wxUSE_CONFIG=no'
4635 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4636 if test "x$LINE" != x
; then
4637 eval "DEFAULT_$LINE"
4642 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4646 eval "$ac_cv_use_config"
4647 if test "$no_cache" != 1; then
4648 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4651 if test "$wxUSE_CONFIG" = yes; then
4652 echo "$as_me:$LINENO: result: yes" >&5
4653 echo "${ECHO_T}yes" >&6
4655 echo "$as_me:$LINENO: result: no" >&5
4656 echo "${ECHO_T}no" >&6
4662 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4663 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4665 # Check whether --enable-protocols or --disable-protocols was given.
4666 if test "${enable_protocols+set}" = set; then
4667 enableval
="$enable_protocols"
4669 if test "$enableval" = yes; then
4670 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4672 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4677 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4678 if test "x$LINE" != x
; then
4679 eval "DEFAULT_$LINE"
4684 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4688 eval "$ac_cv_use_protocols"
4689 if test "$no_cache" != 1; then
4690 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4693 if test "$wxUSE_PROTOCOL" = yes; then
4694 echo "$as_me:$LINENO: result: yes" >&5
4695 echo "${ECHO_T}yes" >&6
4697 echo "$as_me:$LINENO: result: no" >&5
4698 echo "${ECHO_T}no" >&6
4703 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4704 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4706 # Check whether --enable-ftp or --disable-ftp was given.
4707 if test "${enable_ftp+set}" = set; then
4708 enableval
="$enable_ftp"
4710 if test "$enableval" = yes; then
4711 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4713 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4718 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4719 if test "x$LINE" != x
; then
4720 eval "DEFAULT_$LINE"
4725 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4729 eval "$ac_cv_use_ftp"
4730 if test "$no_cache" != 1; then
4731 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4734 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4735 echo "$as_me:$LINENO: result: yes" >&5
4736 echo "${ECHO_T}yes" >&6
4738 echo "$as_me:$LINENO: result: no" >&5
4739 echo "${ECHO_T}no" >&6
4744 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4745 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4747 # Check whether --enable-http or --disable-http was given.
4748 if test "${enable_http+set}" = set; then
4749 enableval
="$enable_http"
4751 if test "$enableval" = yes; then
4752 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4754 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4759 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4760 if test "x$LINE" != x
; then
4761 eval "DEFAULT_$LINE"
4766 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4770 eval "$ac_cv_use_http"
4771 if test "$no_cache" != 1; then
4772 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4775 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4776 echo "$as_me:$LINENO: result: yes" >&5
4777 echo "${ECHO_T}yes" >&6
4779 echo "$as_me:$LINENO: result: no" >&5
4780 echo "${ECHO_T}no" >&6
4785 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4786 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4788 # Check whether --enable-fileproto or --disable-fileproto was given.
4789 if test "${enable_fileproto+set}" = set; then
4790 enableval
="$enable_fileproto"
4792 if test "$enableval" = yes; then
4793 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4795 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4800 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4801 if test "x$LINE" != x
; then
4802 eval "DEFAULT_$LINE"
4807 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4811 eval "$ac_cv_use_fileproto"
4812 if test "$no_cache" != 1; then
4813 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4816 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4817 echo "$as_me:$LINENO: result: yes" >&5
4818 echo "${ECHO_T}yes" >&6
4820 echo "$as_me:$LINENO: result: no" >&5
4821 echo "${ECHO_T}no" >&6
4826 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4827 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4829 # Check whether --enable-sockets or --disable-sockets was given.
4830 if test "${enable_sockets+set}" = set; then
4831 enableval
="$enable_sockets"
4833 if test "$enableval" = yes; then
4834 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4836 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4841 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4842 if test "x$LINE" != x
; then
4843 eval "DEFAULT_$LINE"
4848 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4852 eval "$ac_cv_use_sockets"
4853 if test "$no_cache" != 1; then
4854 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4857 if test "$wxUSE_SOCKETS" = yes; then
4858 echo "$as_me:$LINENO: result: yes" >&5
4859 echo "${ECHO_T}yes" >&6
4861 echo "$as_me:$LINENO: result: no" >&5
4862 echo "${ECHO_T}no" >&6
4867 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4868 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4870 # Check whether --enable-ole or --disable-ole was given.
4871 if test "${enable_ole+set}" = set; then
4872 enableval
="$enable_ole"
4874 if test "$enableval" = yes; then
4875 ac_cv_use_ole
='wxUSE_OLE=yes'
4877 ac_cv_use_ole
='wxUSE_OLE=no'
4882 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4883 if test "x$LINE" != x
; then
4884 eval "DEFAULT_$LINE"
4889 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4893 eval "$ac_cv_use_ole"
4894 if test "$no_cache" != 1; then
4895 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4898 if test "$wxUSE_OLE" = yes; then
4899 echo "$as_me:$LINENO: result: yes" >&5
4900 echo "${ECHO_T}yes" >&6
4902 echo "$as_me:$LINENO: result: no" >&5
4903 echo "${ECHO_T}no" >&6
4908 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4909 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4911 # Check whether --enable-dataobj or --disable-dataobj was given.
4912 if test "${enable_dataobj+set}" = set; then
4913 enableval
="$enable_dataobj"
4915 if test "$enableval" = yes; then
4916 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4918 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4923 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4924 if test "x$LINE" != x
; then
4925 eval "DEFAULT_$LINE"
4930 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4934 eval "$ac_cv_use_dataobj"
4935 if test "$no_cache" != 1; then
4936 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4939 if test "$wxUSE_DATAOBJ" = yes; then
4940 echo "$as_me:$LINENO: result: yes" >&5
4941 echo "${ECHO_T}yes" >&6
4943 echo "$as_me:$LINENO: result: no" >&5
4944 echo "${ECHO_T}no" >&6
4950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4951 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4953 # Check whether --enable-ipc or --disable-ipc was given.
4954 if test "${enable_ipc+set}" = set; then
4955 enableval
="$enable_ipc"
4957 if test "$enableval" = yes; then
4958 ac_cv_use_ipc
='wxUSE_IPC=yes'
4960 ac_cv_use_ipc
='wxUSE_IPC=no'
4965 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4966 if test "x$LINE" != x
; then
4967 eval "DEFAULT_$LINE"
4972 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4976 eval "$ac_cv_use_ipc"
4977 if test "$no_cache" != 1; then
4978 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4981 if test "$wxUSE_IPC" = yes; then
4982 echo "$as_me:$LINENO: result: yes" >&5
4983 echo "${ECHO_T}yes" >&6
4985 echo "$as_me:$LINENO: result: no" >&5
4986 echo "${ECHO_T}no" >&6
4992 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4993 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4995 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4996 if test "${enable_apple_ieee+set}" = set; then
4997 enableval
="$enable_apple_ieee"
4999 if test "$enableval" = yes; then
5000 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
5002 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
5007 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
5008 if test "x$LINE" != x
; then
5009 eval "DEFAULT_$LINE"
5014 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
5018 eval "$ac_cv_use_apple_ieee"
5019 if test "$no_cache" != 1; then
5020 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
5023 if test "$wxUSE_APPLE_IEEE" = yes; then
5024 echo "$as_me:$LINENO: result: yes" >&5
5025 echo "${ECHO_T}yes" >&6
5027 echo "$as_me:$LINENO: result: no" >&5
5028 echo "${ECHO_T}no" >&6
5033 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
5034 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
5036 # Check whether --enable-arcstream or --disable-arcstream was given.
5037 if test "${enable_arcstream+set}" = set; then
5038 enableval
="$enable_arcstream"
5040 if test "$enableval" = yes; then
5041 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
5043 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
5048 LINE
=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
5049 if test "x$LINE" != x
; then
5050 eval "DEFAULT_$LINE"
5055 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
5059 eval "$ac_cv_use_arcstream"
5060 if test "$no_cache" != 1; then
5061 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
5064 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
5065 echo "$as_me:$LINENO: result: yes" >&5
5066 echo "${ECHO_T}yes" >&6
5068 echo "$as_me:$LINENO: result: no" >&5
5069 echo "${ECHO_T}no" >&6
5074 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
5075 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
5077 # Check whether --enable-backtrace or --disable-backtrace was given.
5078 if test "${enable_backtrace+set}" = set; then
5079 enableval
="$enable_backtrace"
5081 if test "$enableval" = yes; then
5082 ac_cv_use_backtrace
='wxUSE_STACKWALKER=yes'
5084 ac_cv_use_backtrace
='wxUSE_STACKWALKER=no'
5089 LINE
=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
5090 if test "x$LINE" != x
; then
5091 eval "DEFAULT_$LINE"
5096 ac_cv_use_backtrace
='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
5100 eval "$ac_cv_use_backtrace"
5101 if test "$no_cache" != 1; then
5102 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
5105 if test "$wxUSE_STACKWALKER" = yes; then
5106 echo "$as_me:$LINENO: result: yes" >&5
5107 echo "${ECHO_T}yes" >&6
5109 echo "$as_me:$LINENO: result: no" >&5
5110 echo "${ECHO_T}no" >&6
5115 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5116 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5118 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5119 if test "${enable_catch_segvs+set}" = set; then
5120 enableval
="$enable_catch_segvs"
5122 if test "$enableval" = yes; then
5123 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
5125 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
5130 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5131 if test "x$LINE" != x
; then
5132 eval "DEFAULT_$LINE"
5137 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5141 eval "$ac_cv_use_catch_segvs"
5142 if test "$no_cache" != 1; then
5143 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5146 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5147 echo "$as_me:$LINENO: result: yes" >&5
5148 echo "${ECHO_T}yes" >&6
5150 echo "$as_me:$LINENO: result: no" >&5
5151 echo "${ECHO_T}no" >&6
5156 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
5157 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
5159 # Check whether --enable-cmdline or --disable-cmdline was given.
5160 if test "${enable_cmdline+set}" = set; then
5161 enableval
="$enable_cmdline"
5163 if test "$enableval" = yes; then
5164 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
5166 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
5171 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
5172 if test "x$LINE" != x
; then
5173 eval "DEFAULT_$LINE"
5178 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
5182 eval "$ac_cv_use_cmdline"
5183 if test "$no_cache" != 1; then
5184 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
5187 if test "$wxUSE_CMDLINE_PARSER" = yes; then
5188 echo "$as_me:$LINENO: result: yes" >&5
5189 echo "${ECHO_T}yes" >&6
5191 echo "$as_me:$LINENO: result: no" >&5
5192 echo "${ECHO_T}no" >&6
5197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
5198 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
5200 # Check whether --enable-datetime or --disable-datetime was given.
5201 if test "${enable_datetime+set}" = set; then
5202 enableval
="$enable_datetime"
5204 if test "$enableval" = yes; then
5205 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
5207 ac_cv_use_datetime
='wxUSE_DATETIME=no'
5212 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
5213 if test "x$LINE" != x
; then
5214 eval "DEFAULT_$LINE"
5219 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
5223 eval "$ac_cv_use_datetime"
5224 if test "$no_cache" != 1; then
5225 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
5228 if test "$wxUSE_DATETIME" = yes; then
5229 echo "$as_me:$LINENO: result: yes" >&5
5230 echo "${ECHO_T}yes" >&6
5232 echo "$as_me:$LINENO: result: no" >&5
5233 echo "${ECHO_T}no" >&6
5238 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
5239 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
5241 # Check whether --enable-debugreport or --disable-debugreport was given.
5242 if test "${enable_debugreport+set}" = set; then
5243 enableval
="$enable_debugreport"
5245 if test "$enableval" = yes; then
5246 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
5248 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
5253 LINE
=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
5254 if test "x$LINE" != x
; then
5255 eval "DEFAULT_$LINE"
5260 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
5264 eval "$ac_cv_use_debugreport"
5265 if test "$no_cache" != 1; then
5266 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
5269 if test "$wxUSE_DEBUGREPORT" = yes; then
5270 echo "$as_me:$LINENO: result: yes" >&5
5271 echo "${ECHO_T}yes" >&6
5273 echo "$as_me:$LINENO: result: no" >&5
5274 echo "${ECHO_T}no" >&6
5279 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
5280 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
5282 # Check whether --enable-dialupman or --disable-dialupman was given.
5283 if test "${enable_dialupman+set}" = set; then
5284 enableval
="$enable_dialupman"
5286 if test "$enableval" = yes; then
5287 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
5289 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
5294 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
5295 if test "x$LINE" != x
; then
5296 eval "DEFAULT_$LINE"
5301 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
5305 eval "$ac_cv_use_dialupman"
5306 if test "$no_cache" != 1; then
5307 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
5310 if test "$wxUSE_DIALUP_MANAGER" = yes; then
5311 echo "$as_me:$LINENO: result: yes" >&5
5312 echo "${ECHO_T}yes" >&6
5314 echo "$as_me:$LINENO: result: no" >&5
5315 echo "${ECHO_T}no" >&6
5320 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
5321 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5323 # Check whether --enable-dynlib or --disable-dynlib was given.
5324 if test "${enable_dynlib+set}" = set; then
5325 enableval
="$enable_dynlib"
5327 if test "$enableval" = yes; then
5328 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
5330 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
5335 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5336 if test "x$LINE" != x
; then
5337 eval "DEFAULT_$LINE"
5342 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5346 eval "$ac_cv_use_dynlib"
5347 if test "$no_cache" != 1; then
5348 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5351 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5352 echo "$as_me:$LINENO: result: yes" >&5
5353 echo "${ECHO_T}yes" >&6
5355 echo "$as_me:$LINENO: result: no" >&5
5356 echo "${ECHO_T}no" >&6
5361 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5362 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5364 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5365 if test "${enable_dynamicloader+set}" = set; then
5366 enableval
="$enable_dynamicloader"
5368 if test "$enableval" = yes; then
5369 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
5371 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
5376 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5377 if test "x$LINE" != x
; then
5378 eval "DEFAULT_$LINE"
5383 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5387 eval "$ac_cv_use_dynamicloader"
5388 if test "$no_cache" != 1; then
5389 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5392 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5393 echo "$as_me:$LINENO: result: yes" >&5
5394 echo "${ECHO_T}yes" >&6
5396 echo "$as_me:$LINENO: result: no" >&5
5397 echo "${ECHO_T}no" >&6
5402 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5403 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5405 # Check whether --enable-exceptions or --disable-exceptions was given.
5406 if test "${enable_exceptions+set}" = set; then
5407 enableval
="$enable_exceptions"
5409 if test "$enableval" = yes; then
5410 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
5412 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
5417 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5418 if test "x$LINE" != x
; then
5419 eval "DEFAULT_$LINE"
5424 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5428 eval "$ac_cv_use_exceptions"
5429 if test "$no_cache" != 1; then
5430 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5433 if test "$wxUSE_EXCEPTIONS" = yes; then
5434 echo "$as_me:$LINENO: result: yes" >&5
5435 echo "${ECHO_T}yes" >&6
5437 echo "$as_me:$LINENO: result: no" >&5
5438 echo "${ECHO_T}no" >&6
5443 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5444 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5446 # Check whether --enable-ffile or --disable-ffile was given.
5447 if test "${enable_ffile+set}" = set; then
5448 enableval
="$enable_ffile"
5450 if test "$enableval" = yes; then
5451 ac_cv_use_ffile
='wxUSE_FFILE=yes'
5453 ac_cv_use_ffile
='wxUSE_FFILE=no'
5458 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5459 if test "x$LINE" != x
; then
5460 eval "DEFAULT_$LINE"
5465 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5469 eval "$ac_cv_use_ffile"
5470 if test "$no_cache" != 1; then
5471 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5474 if test "$wxUSE_FFILE" = yes; then
5475 echo "$as_me:$LINENO: result: yes" >&5
5476 echo "${ECHO_T}yes" >&6
5478 echo "$as_me:$LINENO: result: no" >&5
5479 echo "${ECHO_T}no" >&6
5484 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5485 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5487 # Check whether --enable-file or --disable-file was given.
5488 if test "${enable_file+set}" = set; then
5489 enableval
="$enable_file"
5491 if test "$enableval" = yes; then
5492 ac_cv_use_file
='wxUSE_FILE=yes'
5494 ac_cv_use_file
='wxUSE_FILE=no'
5499 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5500 if test "x$LINE" != x
; then
5501 eval "DEFAULT_$LINE"
5506 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5510 eval "$ac_cv_use_file"
5511 if test "$no_cache" != 1; then
5512 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5515 if test "$wxUSE_FILE" = yes; then
5516 echo "$as_me:$LINENO: result: yes" >&5
5517 echo "${ECHO_T}yes" >&6
5519 echo "$as_me:$LINENO: result: no" >&5
5520 echo "${ECHO_T}no" >&6
5525 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5526 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5528 # Check whether --enable-filesystem or --disable-filesystem was given.
5529 if test "${enable_filesystem+set}" = set; then
5530 enableval
="$enable_filesystem"
5532 if test "$enableval" = yes; then
5533 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5535 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5540 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5541 if test "x$LINE" != x
; then
5542 eval "DEFAULT_$LINE"
5547 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5551 eval "$ac_cv_use_filesystem"
5552 if test "$no_cache" != 1; then
5553 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5556 if test "$wxUSE_FILESYSTEM" = yes; then
5557 echo "$as_me:$LINENO: result: yes" >&5
5558 echo "${ECHO_T}yes" >&6
5560 echo "$as_me:$LINENO: result: no" >&5
5561 echo "${ECHO_T}no" >&6
5566 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5567 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5569 # Check whether --enable-fontmap or --disable-fontmap was given.
5570 if test "${enable_fontmap+set}" = set; then
5571 enableval
="$enable_fontmap"
5573 if test "$enableval" = yes; then
5574 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5576 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5581 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5582 if test "x$LINE" != x
; then
5583 eval "DEFAULT_$LINE"
5588 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5592 eval "$ac_cv_use_fontmap"
5593 if test "$no_cache" != 1; then
5594 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5597 if test "$wxUSE_FONTMAP" = yes; then
5598 echo "$as_me:$LINENO: result: yes" >&5
5599 echo "${ECHO_T}yes" >&6
5601 echo "$as_me:$LINENO: result: no" >&5
5602 echo "${ECHO_T}no" >&6
5607 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
5608 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6
5610 # Check whether --enable-fs_archive or --disable-fs_archive was given.
5611 if test "${enable_fs_archive+set}" = set; then
5612 enableval
="$enable_fs_archive"
5614 if test "$enableval" = yes; then
5615 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE=yes'
5617 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE=no'
5622 LINE
=`grep "wxUSE_FS_ARCHIVE" ${wx_arg_cache_file}`
5623 if test "x$LINE" != x
; then
5624 eval "DEFAULT_$LINE"
5629 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE='$DEFAULT_wxUSE_FS_ARCHIVE
5633 eval "$ac_cv_use_fs_archive"
5634 if test "$no_cache" != 1; then
5635 echo $ac_cv_use_fs_archive >> ${wx_arg_cache_file}.tmp
5638 if test "$wxUSE_FS_ARCHIVE" = yes; then
5639 echo "$as_me:$LINENO: result: yes" >&5
5640 echo "${ECHO_T}yes" >&6
5642 echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6
5648 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5649 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5651 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5652 if test "${enable_fs_inet+set}" = set; then
5653 enableval
="$enable_fs_inet"
5655 if test "$enableval" = yes; then
5656 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5658 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5663 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5664 if test "x$LINE" != x
; then
5665 eval "DEFAULT_$LINE"
5670 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5674 eval "$ac_cv_use_fs_inet"
5675 if test "$no_cache" != 1; then
5676 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5679 if test "$wxUSE_FS_INET" = yes; then
5680 echo "$as_me:$LINENO: result: yes" >&5
5681 echo "${ECHO_T}yes" >&6
5683 echo "$as_me:$LINENO: result: no" >&5
5684 echo "${ECHO_T}no" >&6
5689 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5690 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5692 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5693 if test "${enable_fs_zip+set}" = set; then
5694 enableval
="$enable_fs_zip"
5696 if test "$enableval" = yes; then
5697 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5699 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5704 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5705 if test "x$LINE" != x
; then
5706 eval "DEFAULT_$LINE"
5711 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5715 eval "$ac_cv_use_fs_zip"
5716 if test "$no_cache" != 1; then
5717 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5720 if test "$wxUSE_FS_ZIP" = yes; then
5721 echo "$as_me:$LINENO: result: yes" >&5
5722 echo "${ECHO_T}yes" >&6
5724 echo "$as_me:$LINENO: result: no" >&5
5725 echo "${ECHO_T}no" >&6
5730 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5731 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5733 # Check whether --enable-geometry or --disable-geometry was given.
5734 if test "${enable_geometry+set}" = set; then
5735 enableval
="$enable_geometry"
5737 if test "$enableval" = yes; then
5738 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5740 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5745 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5746 if test "x$LINE" != x
; then
5747 eval "DEFAULT_$LINE"
5752 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5756 eval "$ac_cv_use_geometry"
5757 if test "$no_cache" != 1; then
5758 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5761 if test "$wxUSE_GEOMETRY" = yes; then
5762 echo "$as_me:$LINENO: result: yes" >&5
5763 echo "${ECHO_T}yes" >&6
5765 echo "$as_me:$LINENO: result: no" >&5
5766 echo "${ECHO_T}no" >&6
5771 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5772 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5774 # Check whether --enable-log or --disable-log was given.
5775 if test "${enable_log+set}" = set; then
5776 enableval
="$enable_log"
5778 if test "$enableval" = yes; then
5779 ac_cv_use_log
='wxUSE_LOG=yes'
5781 ac_cv_use_log
='wxUSE_LOG=no'
5786 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5787 if test "x$LINE" != x
; then
5788 eval "DEFAULT_$LINE"
5793 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5797 eval "$ac_cv_use_log"
5798 if test "$no_cache" != 1; then
5799 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5802 if test "$wxUSE_LOG" = yes; then
5803 echo "$as_me:$LINENO: result: yes" >&5
5804 echo "${ECHO_T}yes" >&6
5806 echo "$as_me:$LINENO: result: no" >&5
5807 echo "${ECHO_T}no" >&6
5812 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5813 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5815 # Check whether --enable-longlong or --disable-longlong was given.
5816 if test "${enable_longlong+set}" = set; then
5817 enableval
="$enable_longlong"
5819 if test "$enableval" = yes; then
5820 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5822 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5827 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5828 if test "x$LINE" != x
; then
5829 eval "DEFAULT_$LINE"
5834 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5838 eval "$ac_cv_use_longlong"
5839 if test "$no_cache" != 1; then
5840 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5843 if test "$wxUSE_LONGLONG" = yes; then
5844 echo "$as_me:$LINENO: result: yes" >&5
5845 echo "${ECHO_T}yes" >&6
5847 echo "$as_me:$LINENO: result: no" >&5
5848 echo "${ECHO_T}no" >&6
5853 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5854 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5856 # Check whether --enable-mimetype or --disable-mimetype was given.
5857 if test "${enable_mimetype+set}" = set; then
5858 enableval
="$enable_mimetype"
5860 if test "$enableval" = yes; then
5861 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5863 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5868 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5869 if test "x$LINE" != x
; then
5870 eval "DEFAULT_$LINE"
5875 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5879 eval "$ac_cv_use_mimetype"
5880 if test "$no_cache" != 1; then
5881 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5884 if test "$wxUSE_MIMETYPE" = yes; then
5885 echo "$as_me:$LINENO: result: yes" >&5
5886 echo "${ECHO_T}yes" >&6
5888 echo "$as_me:$LINENO: result: no" >&5
5889 echo "${ECHO_T}no" >&6
5894 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5895 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5897 # Check whether --enable-mslu or --disable-mslu was given.
5898 if test "${enable_mslu+set}" = set; then
5899 enableval
="$enable_mslu"
5901 if test "$enableval" = yes; then
5902 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5904 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5909 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5910 if test "x$LINE" != x
; then
5911 eval "DEFAULT_$LINE"
5916 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5920 eval "$ac_cv_use_mslu"
5921 if test "$no_cache" != 1; then
5922 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5925 if test "$wxUSE_UNICODE_MSLU" = yes; then
5926 echo "$as_me:$LINENO: result: yes" >&5
5927 echo "${ECHO_T}yes" >&6
5929 echo "$as_me:$LINENO: result: no" >&5
5930 echo "${ECHO_T}no" >&6
5935 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5936 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5938 # Check whether --enable-snglinst or --disable-snglinst was given.
5939 if test "${enable_snglinst+set}" = set; then
5940 enableval
="$enable_snglinst"
5942 if test "$enableval" = yes; then
5943 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5945 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5950 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5951 if test "x$LINE" != x
; then
5952 eval "DEFAULT_$LINE"
5957 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5961 eval "$ac_cv_use_snglinst"
5962 if test "$no_cache" != 1; then
5963 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5966 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5967 echo "$as_me:$LINENO: result: yes" >&5
5968 echo "${ECHO_T}yes" >&6
5970 echo "$as_me:$LINENO: result: no" >&5
5971 echo "${ECHO_T}no" >&6
5976 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5977 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5979 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5980 if test "${enable_std_iostreams+set}" = set; then
5981 enableval
="$enable_std_iostreams"
5983 if test "$enableval" = yes; then
5984 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5986 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5991 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5992 if test "x$LINE" != x
; then
5993 eval "DEFAULT_$LINE"
5998 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
6002 eval "$ac_cv_use_std_iostreams"
6003 if test "$no_cache" != 1; then
6004 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
6007 if test "$wxUSE_STD_IOSTREAM" = yes; then
6008 echo "$as_me:$LINENO: result: yes" >&5
6009 echo "${ECHO_T}yes" >&6
6011 echo "$as_me:$LINENO: result: no" >&5
6012 echo "${ECHO_T}no" >&6
6017 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
6018 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
6020 # Check whether --enable-std_string or --disable-std_string was given.
6021 if test "${enable_std_string+set}" = set; then
6022 enableval
="$enable_std_string"
6024 if test "$enableval" = yes; then
6025 ac_cv_use_std_string
='wxUSE_STD_STRING=yes'
6027 ac_cv_use_std_string
='wxUSE_STD_STRING=no'
6032 LINE
=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
6033 if test "x$LINE" != x
; then
6034 eval "DEFAULT_$LINE"
6039 ac_cv_use_std_string
='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
6043 eval "$ac_cv_use_std_string"
6044 if test "$no_cache" != 1; then
6045 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
6048 if test "$wxUSE_STD_STRING" = yes; then
6049 echo "$as_me:$LINENO: result: yes" >&5
6050 echo "${ECHO_T}yes" >&6
6052 echo "$as_me:$LINENO: result: no" >&5
6053 echo "${ECHO_T}no" >&6
6058 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
6059 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
6061 # Check whether --enable-stdpaths or --disable-stdpaths was given.
6062 if test "${enable_stdpaths+set}" = set; then
6063 enableval
="$enable_stdpaths"
6065 if test "$enableval" = yes; then
6066 ac_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
6068 ac_cv_use_stdpaths
='wxUSE_STDPATHS=no'
6073 LINE
=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
6074 if test "x$LINE" != x
; then
6075 eval "DEFAULT_$LINE"
6080 ac_cv_use_stdpaths
='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
6084 eval "$ac_cv_use_stdpaths"
6085 if test "$no_cache" != 1; then
6086 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
6089 if test "$wxUSE_STDPATHS" = yes; then
6090 echo "$as_me:$LINENO: result: yes" >&5
6091 echo "${ECHO_T}yes" >&6
6093 echo "$as_me:$LINENO: result: no" >&5
6094 echo "${ECHO_T}no" >&6
6099 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
6100 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
6102 # Check whether --enable-stopwatch or --disable-stopwatch was given.
6103 if test "${enable_stopwatch+set}" = set; then
6104 enableval
="$enable_stopwatch"
6106 if test "$enableval" = yes; then
6107 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
6109 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
6114 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
6115 if test "x$LINE" != x
; then
6116 eval "DEFAULT_$LINE"
6121 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
6125 eval "$ac_cv_use_stopwatch"
6126 if test "$no_cache" != 1; then
6127 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
6130 if test "$wxUSE_STOPWATCH" = yes; then
6131 echo "$as_me:$LINENO: result: yes" >&5
6132 echo "${ECHO_T}yes" >&6
6134 echo "$as_me:$LINENO: result: no" >&5
6135 echo "${ECHO_T}no" >&6
6140 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
6141 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
6143 # Check whether --enable-streams or --disable-streams was given.
6144 if test "${enable_streams+set}" = set; then
6145 enableval
="$enable_streams"
6147 if test "$enableval" = yes; then
6148 ac_cv_use_streams
='wxUSE_STREAMS=yes'
6150 ac_cv_use_streams
='wxUSE_STREAMS=no'
6155 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
6156 if test "x$LINE" != x
; then
6157 eval "DEFAULT_$LINE"
6162 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
6166 eval "$ac_cv_use_streams"
6167 if test "$no_cache" != 1; then
6168 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
6171 if test "$wxUSE_STREAMS" = yes; then
6172 echo "$as_me:$LINENO: result: yes" >&5
6173 echo "${ECHO_T}yes" >&6
6175 echo "$as_me:$LINENO: result: no" >&5
6176 echo "${ECHO_T}no" >&6
6181 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
6182 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
6184 # Check whether --enable-system_options or --disable-system_options was given.
6185 if test "${enable_system_options+set}" = set; then
6186 enableval
="$enable_system_options"
6188 if test "$enableval" = yes; then
6189 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
6191 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
6196 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
6197 if test "x$LINE" != x
; then
6198 eval "DEFAULT_$LINE"
6203 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
6207 eval "$ac_cv_use_system_options"
6208 if test "$no_cache" != 1; then
6209 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
6212 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
6213 echo "$as_me:$LINENO: result: yes" >&5
6214 echo "${ECHO_T}yes" >&6
6216 echo "$as_me:$LINENO: result: no" >&5
6217 echo "${ECHO_T}no" >&6
6222 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
6223 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6
6225 # Check whether --enable-tarstream or --disable-tarstream was given.
6226 if test "${enable_tarstream+set}" = set; then
6227 enableval
="$enable_tarstream"
6229 if test "$enableval" = yes; then
6230 ac_cv_use_tarstream
='wxUSE_TARSTREAM=yes'
6232 ac_cv_use_tarstream
='wxUSE_TARSTREAM=no'
6237 LINE
=`grep "wxUSE_TARSTREAM" ${wx_arg_cache_file}`
6238 if test "x$LINE" != x
; then
6239 eval "DEFAULT_$LINE"
6244 ac_cv_use_tarstream
='wxUSE_TARSTREAM='$DEFAULT_wxUSE_TARSTREAM
6248 eval "$ac_cv_use_tarstream"
6249 if test "$no_cache" != 1; then
6250 echo $ac_cv_use_tarstream >> ${wx_arg_cache_file}.tmp
6253 if test "$wxUSE_TARSTREAM" = yes; then
6254 echo "$as_me:$LINENO: result: yes" >&5
6255 echo "${ECHO_T}yes" >&6
6257 echo "$as_me:$LINENO: result: no" >&5
6258 echo "${ECHO_T}no" >&6
6263 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
6264 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
6266 # Check whether --enable-textbuf or --disable-textbuf was given.
6267 if test "${enable_textbuf+set}" = set; then
6268 enableval
="$enable_textbuf"
6270 if test "$enableval" = yes; then
6271 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
6273 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
6278 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
6279 if test "x$LINE" != x
; then
6280 eval "DEFAULT_$LINE"
6285 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
6289 eval "$ac_cv_use_textbuf"
6290 if test "$no_cache" != 1; then
6291 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
6294 if test "$wxUSE_TEXTBUFFER" = yes; then
6295 echo "$as_me:$LINENO: result: yes" >&5
6296 echo "${ECHO_T}yes" >&6
6298 echo "$as_me:$LINENO: result: no" >&5
6299 echo "${ECHO_T}no" >&6
6304 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
6305 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
6307 # Check whether --enable-textfile or --disable-textfile was given.
6308 if test "${enable_textfile+set}" = set; then
6309 enableval
="$enable_textfile"
6311 if test "$enableval" = yes; then
6312 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
6314 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
6319 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
6320 if test "x$LINE" != x
; then
6321 eval "DEFAULT_$LINE"
6326 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
6330 eval "$ac_cv_use_textfile"
6331 if test "$no_cache" != 1; then
6332 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
6335 if test "$wxUSE_TEXTFILE" = yes; then
6336 echo "$as_me:$LINENO: result: yes" >&5
6337 echo "${ECHO_T}yes" >&6
6339 echo "$as_me:$LINENO: result: no" >&5
6340 echo "${ECHO_T}no" >&6
6345 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
6346 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
6348 # Check whether --enable-timer or --disable-timer was given.
6349 if test "${enable_timer+set}" = set; then
6350 enableval
="$enable_timer"
6352 if test "$enableval" = yes; then
6353 ac_cv_use_timer
='wxUSE_TIMER=yes'
6355 ac_cv_use_timer
='wxUSE_TIMER=no'
6360 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
6361 if test "x$LINE" != x
; then
6362 eval "DEFAULT_$LINE"
6367 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
6371 eval "$ac_cv_use_timer"
6372 if test "$no_cache" != 1; then
6373 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
6376 if test "$wxUSE_TIMER" = yes; then
6377 echo "$as_me:$LINENO: result: yes" >&5
6378 echo "${ECHO_T}yes" >&6
6380 echo "$as_me:$LINENO: result: no" >&5
6381 echo "${ECHO_T}no" >&6
6386 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
6387 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
6389 # Check whether --enable-unicode or --disable-unicode was given.
6390 if test "${enable_unicode+set}" = set; then
6391 enableval
="$enable_unicode"
6393 if test "$enableval" = yes; then
6394 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
6396 ac_cv_use_unicode
='wxUSE_UNICODE=no'
6401 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
6402 if test "x$LINE" != x
; then
6403 eval "DEFAULT_$LINE"
6408 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6412 eval "$ac_cv_use_unicode"
6413 if test "$no_cache" != 1; then
6414 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6417 if test "$wxUSE_UNICODE" = yes; then
6418 echo "$as_me:$LINENO: result: yes" >&5
6419 echo "${ECHO_T}yes" >&6
6421 echo "$as_me:$LINENO: result: no" >&5
6422 echo "${ECHO_T}no" >&6
6427 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6428 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6430 # Check whether --enable-sound or --disable-sound was given.
6431 if test "${enable_sound+set}" = set; then
6432 enableval
="$enable_sound"
6434 if test "$enableval" = yes; then
6435 ac_cv_use_sound
='wxUSE_SOUND=yes'
6437 ac_cv_use_sound
='wxUSE_SOUND=no'
6442 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6443 if test "x$LINE" != x
; then
6444 eval "DEFAULT_$LINE"
6449 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6453 eval "$ac_cv_use_sound"
6454 if test "$no_cache" != 1; then
6455 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6458 if test "$wxUSE_SOUND" = yes; then
6459 echo "$as_me:$LINENO: result: yes" >&5
6460 echo "${ECHO_T}yes" >&6
6462 echo "$as_me:$LINENO: result: no" >&5
6463 echo "${ECHO_T}no" >&6
6468 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6469 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6471 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6472 if test "${enable_mediactrl+set}" = set; then
6473 enableval
="$enable_mediactrl"
6475 if test "$enableval" = yes; then
6476 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
6478 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
6483 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6484 if test "x$LINE" != x
; then
6485 eval "DEFAULT_$LINE"
6490 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6494 eval "$ac_cv_use_mediactrl"
6495 if test "$no_cache" != 1; then
6496 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6499 if test "$wxUSE_MEDIACTRL" = yes; then
6500 echo "$as_me:$LINENO: result: yes" >&5
6501 echo "${ECHO_T}yes" >&6
6503 echo "$as_me:$LINENO: result: no" >&5
6504 echo "${ECHO_T}no" >&6
6509 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
6510 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6
6512 # Check whether --enable-gstreamer8 or --disable-gstreamer8 was given.
6513 if test "${enable_gstreamer8+set}" = set; then
6514 enableval
="$enable_gstreamer8"
6516 if test "$enableval" = yes; then
6517 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8=yes'
6519 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8=no'
6524 LINE
=`grep "wxUSE_GSTREAMER8" ${wx_arg_cache_file}`
6525 if test "x$LINE" != x
; then
6526 eval "DEFAULT_$LINE"
6531 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8='$DEFAULT_wxUSE_GSTREAMER8
6535 eval "$ac_cv_use_gstreamer8"
6536 if test "$no_cache" != 1; then
6537 echo $ac_cv_use_gstreamer8 >> ${wx_arg_cache_file}.tmp
6540 if test "$wxUSE_GSTREAMER8" = yes; then
6541 echo "$as_me:$LINENO: result: yes" >&5
6542 echo "${ECHO_T}yes" >&6
6544 echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6
6550 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
6551 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6
6553 # Check whether --enable-printfposparam or --disable-printfposparam was given.
6554 if test "${enable_printfposparam+set}" = set; then
6555 enableval
="$enable_printfposparam"
6557 if test "$enableval" = yes; then
6558 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=yes'
6560 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=no'
6565 LINE
=`grep "wxUSE_PRINTF_POS_PARAMS" ${wx_arg_cache_file}`
6566 if test "x$LINE" != x
; then
6567 eval "DEFAULT_$LINE"
6572 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS='$DEFAULT_wxUSE_PRINTF_POS_PARAMS
6576 eval "$ac_cv_use_printfposparam"
6577 if test "$no_cache" != 1; then
6578 echo $ac_cv_use_printfposparam >> ${wx_arg_cache_file}.tmp
6581 if test "$wxUSE_PRINTF_POS_PARAMS" = yes; then
6582 echo "$as_me:$LINENO: result: yes" >&5
6583 echo "${ECHO_T}yes" >&6
6585 echo "$as_me:$LINENO: result: no" >&5
6586 echo "${ECHO_T}no" >&6
6591 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6592 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6594 # Check whether --enable-zipstream or --disable-zipstream was given.
6595 if test "${enable_zipstream+set}" = set; then
6596 enableval
="$enable_zipstream"
6598 if test "$enableval" = yes; then
6599 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
6601 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
6606 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6607 if test "x$LINE" != x
; then
6608 eval "DEFAULT_$LINE"
6613 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6617 eval "$ac_cv_use_zipstream"
6618 if test "$no_cache" != 1; then
6619 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6622 if test "$wxUSE_ZIPSTREAM" = yes; then
6623 echo "$as_me:$LINENO: result: yes" >&5
6624 echo "${ECHO_T}yes" >&6
6626 echo "$as_me:$LINENO: result: no" >&5
6627 echo "${ECHO_T}no" >&6
6633 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6634 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6636 # Check whether --enable-url or --disable-url was given.
6637 if test "${enable_url+set}" = set; then
6638 enableval
="$enable_url"
6640 if test "$enableval" = yes; then
6641 ac_cv_use_url
='wxUSE_URL=yes'
6643 ac_cv_use_url
='wxUSE_URL=no'
6648 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6649 if test "x$LINE" != x
; then
6650 eval "DEFAULT_$LINE"
6655 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
6659 eval "$ac_cv_use_url"
6660 if test "$no_cache" != 1; then
6661 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6664 if test "$wxUSE_URL" = yes; then
6665 echo "$as_me:$LINENO: result: yes" >&5
6666 echo "${ECHO_T}yes" >&6
6668 echo "$as_me:$LINENO: result: no" >&5
6669 echo "${ECHO_T}no" >&6
6674 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
6675 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6
6677 # Check whether --enable-variant or --disable-variant was given.
6678 if test "${enable_variant+set}" = set; then
6679 enableval
="$enable_variant"
6681 if test "$enableval" = yes; then
6682 ac_cv_use_variant
='wxUSE_VARIANT=yes'
6684 ac_cv_use_variant
='wxUSE_VARIANT=no'
6689 LINE
=`grep "wxUSE_VARIANT" ${wx_arg_cache_file}`
6690 if test "x$LINE" != x
; then
6691 eval "DEFAULT_$LINE"
6696 ac_cv_use_variant
='wxUSE_VARIANT='$DEFAULT_wxUSE_VARIANT
6700 eval "$ac_cv_use_variant"
6701 if test "$no_cache" != 1; then
6702 echo $ac_cv_use_variant >> ${wx_arg_cache_file}.tmp
6705 if test "$wxUSE_VARIANT" = yes; then
6706 echo "$as_me:$LINENO: result: yes" >&5
6707 echo "${ECHO_T}yes" >&6
6709 echo "$as_me:$LINENO: result: no" >&5
6710 echo "${ECHO_T}no" >&6
6715 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6716 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6718 # Check whether --enable-protocol or --disable-protocol was given.
6719 if test "${enable_protocol+set}" = set; then
6720 enableval
="$enable_protocol"
6722 if test "$enableval" = yes; then
6723 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
6725 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
6730 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6731 if test "x$LINE" != x
; then
6732 eval "DEFAULT_$LINE"
6737 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6741 eval "$ac_cv_use_protocol"
6742 if test "$no_cache" != 1; then
6743 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6746 if test "$wxUSE_PROTOCOL" = yes; then
6747 echo "$as_me:$LINENO: result: yes" >&5
6748 echo "${ECHO_T}yes" >&6
6750 echo "$as_me:$LINENO: result: no" >&5
6751 echo "${ECHO_T}no" >&6
6756 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6757 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6759 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6760 if test "${enable_protocol_http+set}" = set; then
6761 enableval
="$enable_protocol_http"
6763 if test "$enableval" = yes; then
6764 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6766 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6771 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6772 if test "x$LINE" != x
; then
6773 eval "DEFAULT_$LINE"
6778 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6782 eval "$ac_cv_use_protocol_http"
6783 if test "$no_cache" != 1; then
6784 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6787 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6788 echo "$as_me:$LINENO: result: yes" >&5
6789 echo "${ECHO_T}yes" >&6
6791 echo "$as_me:$LINENO: result: no" >&5
6792 echo "${ECHO_T}no" >&6
6797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6798 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6800 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6801 if test "${enable_protocol_ftp+set}" = set; then
6802 enableval
="$enable_protocol_ftp"
6804 if test "$enableval" = yes; then
6805 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6807 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6812 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6813 if test "x$LINE" != x
; then
6814 eval "DEFAULT_$LINE"
6819 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6823 eval "$ac_cv_use_protocol_ftp"
6824 if test "$no_cache" != 1; then
6825 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6828 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6829 echo "$as_me:$LINENO: result: yes" >&5
6830 echo "${ECHO_T}yes" >&6
6832 echo "$as_me:$LINENO: result: no" >&5
6833 echo "${ECHO_T}no" >&6
6838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6839 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6841 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6842 if test "${enable_protocol_file+set}" = set; then
6843 enableval
="$enable_protocol_file"
6845 if test "$enableval" = yes; then
6846 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6848 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6853 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6854 if test "x$LINE" != x
; then
6855 eval "DEFAULT_$LINE"
6860 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6864 eval "$ac_cv_use_protocol_file"
6865 if test "$no_cache" != 1; then
6866 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6869 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6870 echo "$as_me:$LINENO: result: yes" >&5
6871 echo "${ECHO_T}yes" >&6
6873 echo "$as_me:$LINENO: result: no" >&5
6874 echo "${ECHO_T}no" >&6
6882 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6883 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6885 # Check whether --enable-threads or --disable-threads was given.
6886 if test "${enable_threads+set}" = set; then
6887 enableval
="$enable_threads"
6889 if test "$enableval" = yes; then
6890 ac_cv_use_threads
='wxUSE_THREADS=yes'
6892 ac_cv_use_threads
='wxUSE_THREADS=no'
6897 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6898 if test "x$LINE" != x
; then
6899 eval "DEFAULT_$LINE"
6904 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6908 eval "$ac_cv_use_threads"
6909 if test "$no_cache" != 1; then
6910 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6913 if test "$wxUSE_THREADS" = yes; then
6914 echo "$as_me:$LINENO: result: yes" >&5
6915 echo "${ECHO_T}yes" >&6
6917 echo "$as_me:$LINENO: result: no" >&5
6918 echo "${ECHO_T}no" >&6
6922 if test "$wxUSE_GUI" = "yes"; then
6927 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6928 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6930 # Check whether --enable-docview or --disable-docview was given.
6931 if test "${enable_docview+set}" = set; then
6932 enableval
="$enable_docview"
6934 if test "$enableval" = yes; then
6935 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6937 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6942 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6943 if test "x$LINE" != x
; then
6944 eval "DEFAULT_$LINE"
6949 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6953 eval "$ac_cv_use_docview"
6954 if test "$no_cache" != 1; then
6955 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6958 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6959 echo "$as_me:$LINENO: result: yes" >&5
6960 echo "${ECHO_T}yes" >&6
6962 echo "$as_me:$LINENO: result: no" >&5
6963 echo "${ECHO_T}no" >&6
6968 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6969 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6971 # Check whether --enable-help or --disable-help was given.
6972 if test "${enable_help+set}" = set; then
6973 enableval
="$enable_help"
6975 if test "$enableval" = yes; then
6976 ac_cv_use_help
='wxUSE_HELP=yes'
6978 ac_cv_use_help
='wxUSE_HELP=no'
6983 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6984 if test "x$LINE" != x
; then
6985 eval "DEFAULT_$LINE"
6990 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6994 eval "$ac_cv_use_help"
6995 if test "$no_cache" != 1; then
6996 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
6999 if test "$wxUSE_HELP" = yes; then
7000 echo "$as_me:$LINENO: result: yes" >&5
7001 echo "${ECHO_T}yes" >&6
7003 echo "$as_me:$LINENO: result: no" >&5
7004 echo "${ECHO_T}no" >&6
7009 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
7010 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
7012 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
7013 if test "${enable_mshtmlhelp+set}" = set; then
7014 enableval
="$enable_mshtmlhelp"
7016 if test "$enableval" = yes; then
7017 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
7019 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
7024 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
7025 if test "x$LINE" != x
; then
7026 eval "DEFAULT_$LINE"
7031 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
7035 eval "$ac_cv_use_mshtmlhelp"
7036 if test "$no_cache" != 1; then
7037 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
7040 if test "$wxUSE_MS_HTML_HELP" = yes; then
7041 echo "$as_me:$LINENO: result: yes" >&5
7042 echo "${ECHO_T}yes" >&6
7044 echo "$as_me:$LINENO: result: no" >&5
7045 echo "${ECHO_T}no" >&6
7050 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7051 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7053 # Check whether --enable-html or --disable-html was given.
7054 if test "${enable_html+set}" = set; then
7055 enableval
="$enable_html"
7057 if test "$enableval" = yes; then
7058 ac_cv_use_html
='wxUSE_HTML=yes'
7060 ac_cv_use_html
='wxUSE_HTML=no'
7065 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
7066 if test "x$LINE" != x
; then
7067 eval "DEFAULT_$LINE"
7072 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
7076 eval "$ac_cv_use_html"
7077 if test "$no_cache" != 1; then
7078 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7081 if test "$wxUSE_HTML" = yes; then
7082 echo "$as_me:$LINENO: result: yes" >&5
7083 echo "${ECHO_T}yes" >&6
7085 echo "$as_me:$LINENO: result: no" >&5
7086 echo "${ECHO_T}no" >&6
7091 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
7092 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
7094 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
7095 if test "${enable_htmlhelp+set}" = set; then
7096 enableval
="$enable_htmlhelp"
7098 if test "$enableval" = yes; then
7099 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
7101 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
7106 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
7107 if test "x$LINE" != x
; then
7108 eval "DEFAULT_$LINE"
7113 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
7117 eval "$ac_cv_use_htmlhelp"
7118 if test "$no_cache" != 1; then
7119 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
7122 if test "$wxUSE_WXHTML_HELP" = yes; then
7123 echo "$as_me:$LINENO: result: yes" >&5
7124 echo "${ECHO_T}yes" >&6
7126 echo "$as_me:$LINENO: result: no" >&5
7127 echo "${ECHO_T}no" >&6
7132 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
7133 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
7135 # Check whether --enable-xrc or --disable-xrc was given.
7136 if test "${enable_xrc+set}" = set; then
7137 enableval
="$enable_xrc"
7139 if test "$enableval" = yes; then
7140 ac_cv_use_xrc
='wxUSE_XRC=yes'
7142 ac_cv_use_xrc
='wxUSE_XRC=no'
7147 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
7148 if test "x$LINE" != x
; then
7149 eval "DEFAULT_$LINE"
7154 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
7158 eval "$ac_cv_use_xrc"
7159 if test "$no_cache" != 1; then
7160 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
7163 if test "$wxUSE_XRC" = yes; then
7164 echo "$as_me:$LINENO: result: yes" >&5
7165 echo "${ECHO_T}yes" >&6
7167 echo "$as_me:$LINENO: result: no" >&5
7168 echo "${ECHO_T}no" >&6
7173 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
7174 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6
7176 # Check whether --enable-aui or --disable-aui was given.
7177 if test "${enable_aui+set}" = set; then
7178 enableval
="$enable_aui"
7180 if test "$enableval" = yes; then
7181 ac_cv_use_aui
='wxUSE_AUI=yes'
7183 ac_cv_use_aui
='wxUSE_AUI=no'
7188 LINE
=`grep "wxUSE_AUI" ${wx_arg_cache_file}`
7189 if test "x$LINE" != x
; then
7190 eval "DEFAULT_$LINE"
7195 ac_cv_use_aui
='wxUSE_AUI='$DEFAULT_wxUSE_AUI
7199 eval "$ac_cv_use_aui"
7200 if test "$no_cache" != 1; then
7201 echo $ac_cv_use_aui >> ${wx_arg_cache_file}.tmp
7204 if test "$wxUSE_AUI" = yes; then
7205 echo "$as_me:$LINENO: result: yes" >&5
7206 echo "${ECHO_T}yes" >&6
7208 echo "$as_me:$LINENO: result: no" >&5
7209 echo "${ECHO_T}no" >&6
7214 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
7215 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
7217 # Check whether --enable-constraints or --disable-constraints was given.
7218 if test "${enable_constraints+set}" = set; then
7219 enableval
="$enable_constraints"
7221 if test "$enableval" = yes; then
7222 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
7224 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
7229 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
7230 if test "x$LINE" != x
; then
7231 eval "DEFAULT_$LINE"
7236 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
7240 eval "$ac_cv_use_constraints"
7241 if test "$no_cache" != 1; then
7242 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
7245 if test "$wxUSE_CONSTRAINTS" = yes; then
7246 echo "$as_me:$LINENO: result: yes" >&5
7247 echo "${ECHO_T}yes" >&6
7249 echo "$as_me:$LINENO: result: no" >&5
7250 echo "${ECHO_T}no" >&6
7255 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
7256 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
7258 # Check whether --enable-printarch or --disable-printarch was given.
7259 if test "${enable_printarch+set}" = set; then
7260 enableval
="$enable_printarch"
7262 if test "$enableval" = yes; then
7263 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
7265 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
7270 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
7271 if test "x$LINE" != x
; then
7272 eval "DEFAULT_$LINE"
7277 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
7281 eval "$ac_cv_use_printarch"
7282 if test "$no_cache" != 1; then
7283 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
7286 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
7287 echo "$as_me:$LINENO: result: yes" >&5
7288 echo "${ECHO_T}yes" >&6
7290 echo "$as_me:$LINENO: result: no" >&5
7291 echo "${ECHO_T}no" >&6
7296 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
7297 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
7299 # Check whether --enable-mdi or --disable-mdi was given.
7300 if test "${enable_mdi+set}" = set; then
7301 enableval
="$enable_mdi"
7303 if test "$enableval" = yes; then
7304 ac_cv_use_mdi
='wxUSE_MDI=yes'
7306 ac_cv_use_mdi
='wxUSE_MDI=no'
7311 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
7312 if test "x$LINE" != x
; then
7313 eval "DEFAULT_$LINE"
7318 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
7322 eval "$ac_cv_use_mdi"
7323 if test "$no_cache" != 1; then
7324 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
7327 if test "$wxUSE_MDI" = yes; then
7328 echo "$as_me:$LINENO: result: yes" >&5
7329 echo "${ECHO_T}yes" >&6
7331 echo "$as_me:$LINENO: result: no" >&5
7332 echo "${ECHO_T}no" >&6
7337 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
7338 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
7340 # Check whether --enable-mdidoc or --disable-mdidoc was given.
7341 if test "${enable_mdidoc+set}" = set; then
7342 enableval
="$enable_mdidoc"
7344 if test "$enableval" = yes; then
7345 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
7347 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
7352 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
7353 if test "x$LINE" != x
; then
7354 eval "DEFAULT_$LINE"
7359 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
7363 eval "$ac_cv_use_mdidoc"
7364 if test "$no_cache" != 1; then
7365 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
7368 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
7369 echo "$as_me:$LINENO: result: yes" >&5
7370 echo "${ECHO_T}yes" >&6
7372 echo "$as_me:$LINENO: result: no" >&5
7373 echo "${ECHO_T}no" >&6
7378 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
7379 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
7381 # Check whether --enable-loggui or --disable-loggui was given.
7382 if test "${enable_loggui+set}" = set; then
7383 enableval
="$enable_loggui"
7385 if test "$enableval" = yes; then
7386 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
7388 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
7393 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
7394 if test "x$LINE" != x
; then
7395 eval "DEFAULT_$LINE"
7400 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
7404 eval "$ac_cv_use_loggui"
7405 if test "$no_cache" != 1; then
7406 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
7409 if test "$wxUSE_LOGGUI" = yes; then
7410 echo "$as_me:$LINENO: result: yes" >&5
7411 echo "${ECHO_T}yes" >&6
7413 echo "$as_me:$LINENO: result: no" >&5
7414 echo "${ECHO_T}no" >&6
7419 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
7420 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
7422 # Check whether --enable-logwin or --disable-logwin was given.
7423 if test "${enable_logwin+set}" = set; then
7424 enableval
="$enable_logwin"
7426 if test "$enableval" = yes; then
7427 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
7429 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
7434 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
7435 if test "x$LINE" != x
; then
7436 eval "DEFAULT_$LINE"
7441 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
7445 eval "$ac_cv_use_logwin"
7446 if test "$no_cache" != 1; then
7447 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
7450 if test "$wxUSE_LOGWINDOW" = yes; then
7451 echo "$as_me:$LINENO: result: yes" >&5
7452 echo "${ECHO_T}yes" >&6
7454 echo "$as_me:$LINENO: result: no" >&5
7455 echo "${ECHO_T}no" >&6
7460 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
7461 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
7463 # Check whether --enable-logdialog or --disable-logdialog was given.
7464 if test "${enable_logdialog+set}" = set; then
7465 enableval
="$enable_logdialog"
7467 if test "$enableval" = yes; then
7468 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
7470 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
7475 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
7476 if test "x$LINE" != x
; then
7477 eval "DEFAULT_$LINE"
7482 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
7486 eval "$ac_cv_use_logdialog"
7487 if test "$no_cache" != 1; then
7488 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
7491 if test "$wxUSE_LOGDIALOG" = yes; then
7492 echo "$as_me:$LINENO: result: yes" >&5
7493 echo "${ECHO_T}yes" >&6
7495 echo "$as_me:$LINENO: result: no" >&5
7496 echo "${ECHO_T}no" >&6
7501 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
7502 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
7504 # Check whether --enable-webkit or --disable-webkit was given.
7505 if test "${enable_webkit+set}" = set; then
7506 enableval
="$enable_webkit"
7508 if test "$enableval" = yes; then
7509 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
7511 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
7516 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
7517 if test "x$LINE" != x
; then
7518 eval "DEFAULT_$LINE"
7523 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
7527 eval "$ac_cv_use_webkit"
7528 if test "$no_cache" != 1; then
7529 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7532 if test "$wxUSE_WEBKIT" = yes; then
7533 echo "$as_me:$LINENO: result: yes" >&5
7534 echo "${ECHO_T}yes" >&6
7536 echo "$as_me:$LINENO: result: no" >&5
7537 echo "${ECHO_T}no" >&6
7542 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7543 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7545 # Check whether --enable-html or --disable-html was given.
7546 if test "${enable_html+set}" = set; then
7547 enableval
="$enable_html"
7549 if test "$enableval" = yes; then
7550 ac_cv_use_html
='wxUSE_RICHTEXT=yes'
7552 ac_cv_use_html
='wxUSE_RICHTEXT=no'
7557 LINE
=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7558 if test "x$LINE" != x
; then
7559 eval "DEFAULT_$LINE"
7564 ac_cv_use_html
='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7568 eval "$ac_cv_use_html"
7569 if test "$no_cache" != 1; then
7570 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7573 if test "$wxUSE_RICHTEXT" = yes; then
7574 echo "$as_me:$LINENO: result: yes" >&5
7575 echo "${ECHO_T}yes" >&6
7577 echo "$as_me:$LINENO: result: no" >&5
7578 echo "${ECHO_T}no" >&6
7583 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
7584 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6
7586 # Check whether --enable-graphics_ctx or --disable-graphics_ctx was given.
7587 if test "${enable_graphics_ctx+set}" = set; then
7588 enableval
="$enable_graphics_ctx"
7590 if test "$enableval" = yes; then
7591 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=yes'
7593 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=no'
7598 LINE
=`grep "wxUSE_GRAPHICS_CONTEXT" ${wx_arg_cache_file}`
7599 if test "x$LINE" != x
; then
7600 eval "DEFAULT_$LINE"
7605 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT='$DEFAULT_wxUSE_GRAPHICS_CONTEXT
7609 eval "$ac_cv_use_graphics_ctx"
7610 if test "$no_cache" != 1; then
7611 echo $ac_cv_use_graphics_ctx >> ${wx_arg_cache_file}.tmp
7614 if test "$wxUSE_GRAPHICS_CONTEXT" = yes; then
7615 echo "$as_me:$LINENO: result: yes" >&5
7616 echo "${ECHO_T}yes" >&6
7618 echo "$as_me:$LINENO: result: no" >&5
7619 echo "${ECHO_T}no" >&6
7625 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7626 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7628 # Check whether --enable-postscript or --disable-postscript was given.
7629 if test "${enable_postscript+set}" = set; then
7630 enableval
="$enable_postscript"
7632 if test "$enableval" = yes; then
7633 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
7635 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
7640 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7641 if test "x$LINE" != x
; then
7642 eval "DEFAULT_$LINE"
7647 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7651 eval "$ac_cv_use_postscript"
7652 if test "$no_cache" != 1; then
7653 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7656 if test "$wxUSE_POSTSCRIPT" = yes; then
7657 echo "$as_me:$LINENO: result: yes" >&5
7658 echo "${ECHO_T}yes" >&6
7660 echo "$as_me:$LINENO: result: no" >&5
7661 echo "${ECHO_T}no" >&6
7669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7670 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7672 # Check whether --enable-prologio or --disable-prologio was given.
7673 if test "${enable_prologio+set}" = set; then
7674 enableval
="$enable_prologio"
7676 if test "$enableval" = yes; then
7677 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
7679 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
7684 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7685 if test "x$LINE" != x
; then
7686 eval "DEFAULT_$LINE"
7691 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7695 eval "$ac_cv_use_prologio"
7696 if test "$no_cache" != 1; then
7697 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7700 if test "$wxUSE_PROLOGIO" = yes; then
7701 echo "$as_me:$LINENO: result: yes" >&5
7702 echo "${ECHO_T}yes" >&6
7704 echo "$as_me:$LINENO: result: no" >&5
7705 echo "${ECHO_T}no" >&6
7710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7711 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7713 # Check whether --enable-resources or --disable-resources was given.
7714 if test "${enable_resources+set}" = set; then
7715 enableval
="$enable_resources"
7717 if test "$enableval" = yes; then
7718 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
7720 ac_cv_use_resources
='wxUSE_RESOURCES=no'
7725 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7726 if test "x$LINE" != x
; then
7727 eval "DEFAULT_$LINE"
7732 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7736 eval "$ac_cv_use_resources"
7737 if test "$no_cache" != 1; then
7738 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7741 if test "$wxUSE_RESOURCES" = yes; then
7742 echo "$as_me:$LINENO: result: yes" >&5
7743 echo "${ECHO_T}yes" >&6
7745 echo "$as_me:$LINENO: result: no" >&5
7746 echo "${ECHO_T}no" >&6
7753 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7754 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7756 # Check whether --enable-clipboard or --disable-clipboard was given.
7757 if test "${enable_clipboard+set}" = set; then
7758 enableval
="$enable_clipboard"
7760 if test "$enableval" = yes; then
7761 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
7763 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
7768 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7769 if test "x$LINE" != x
; then
7770 eval "DEFAULT_$LINE"
7775 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7779 eval "$ac_cv_use_clipboard"
7780 if test "$no_cache" != 1; then
7781 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7784 if test "$wxUSE_CLIPBOARD" = yes; then
7785 echo "$as_me:$LINENO: result: yes" >&5
7786 echo "${ECHO_T}yes" >&6
7788 echo "$as_me:$LINENO: result: no" >&5
7789 echo "${ECHO_T}no" >&6
7794 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7795 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7797 # Check whether --enable-dnd or --disable-dnd was given.
7798 if test "${enable_dnd+set}" = set; then
7799 enableval
="$enable_dnd"
7801 if test "$enableval" = yes; then
7802 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
7804 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
7809 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7810 if test "x$LINE" != x
; then
7811 eval "DEFAULT_$LINE"
7816 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7820 eval "$ac_cv_use_dnd"
7821 if test "$no_cache" != 1; then
7822 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7825 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7826 echo "$as_me:$LINENO: result: yes" >&5
7827 echo "${ECHO_T}yes" >&6
7829 echo "$as_me:$LINENO: result: no" >&5
7830 echo "${ECHO_T}no" >&6
7835 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7836 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7838 # Check whether --enable-metafile or --disable-metafile was given.
7839 if test "${enable_metafile+set}" = set; then
7840 enableval
="$enable_metafile"
7842 if test "$enableval" = yes; then
7843 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7845 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7850 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7851 if test "x$LINE" != x
; then
7852 eval "DEFAULT_$LINE"
7857 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7861 eval "$ac_cv_use_metafile"
7862 if test "$no_cache" != 1; then
7863 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7866 if test "$wxUSE_METAFILE" = yes; then
7867 echo "$as_me:$LINENO: result: yes" >&5
7868 echo "${ECHO_T}yes" >&6
7870 echo "$as_me:$LINENO: result: no" >&5
7871 echo "${ECHO_T}no" >&6
7879 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7880 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7882 # Check whether --enable-controls or --disable-controls was given.
7883 if test "${enable_controls+set}" = set; then
7884 enableval
="$enable_controls"
7886 if test "$enableval" = yes; then
7887 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7889 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7894 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7895 if test "x$LINE" != x
; then
7896 eval "DEFAULT_$LINE"
7901 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7905 eval "$ac_cv_use_controls"
7906 if test "$no_cache" != 1; then
7907 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7910 if test "$wxUSE_CONTROLS" = yes; then
7911 echo "$as_me:$LINENO: result: yes" >&5
7912 echo "${ECHO_T}yes" >&6
7914 echo "$as_me:$LINENO: result: no" >&5
7915 echo "${ECHO_T}no" >&6
7919 if test "$wxUSE_CONTROLS" = "yes"; then
7920 DEFAULT_wxUSE_ACCEL
=yes
7921 DEFAULT_wxUSE_ANIMATIONCTRL
=yes
7922 DEFAULT_wxUSE_BMPBUTTON
=yes
7923 DEFAULT_wxUSE_BUTTON
=yes
7924 DEFAULT_wxUSE_CALCTRL
=yes
7925 DEFAULT_wxUSE_CARET
=yes
7926 DEFAULT_wxUSE_COMBOBOX
=yes
7927 DEFAULT_wxUSE_CHECKBOX
=yes
7928 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7929 DEFAULT_wxUSE_CHOICE
=yes
7930 DEFAULT_wxUSE_CHOICEBOOK
=yes
7931 DEFAULT_wxUSE_COLLPANE
=yes
7932 DEFAULT_wxUSE_COLOURPICKERCTRL
=yes
7933 DEFAULT_wxUSE_COMBOBOX
=yes
7934 DEFAULT_wxUSE_DATEPICKCTRL
=yes
7935 DEFAULT_wxUSE_DISPLAY
=yes
7936 DEFAULT_wxUSE_DETECT_SM
=yes
7937 DEFAULT_wxUSE_DIRPICKERCTRL
=yes
7938 DEFAULT_wxUSE_FILEPICKERCTRL
=yes
7939 DEFAULT_wxUSE_FONTPICKERCTRL
=yes
7940 DEFAULT_wxUSE_GAUGE
=yes
7941 DEFAULT_wxUSE_GRID
=yes
7942 DEFAULT_wxUSE_HYPERLINKCTRL
=yes
7943 DEFAULT_wxUSE_DATAVIEWCTRL
=no
7944 DEFAULT_wxUSE_IMAGLIST
=yes
7945 DEFAULT_wxUSE_LISTBOOK
=yes
7946 DEFAULT_wxUSE_LISTBOX
=yes
7947 DEFAULT_wxUSE_LISTCTRL
=yes
7948 DEFAULT_wxUSE_NOTEBOOK
=yes
7949 DEFAULT_wxUSE_RADIOBOX
=yes
7950 DEFAULT_wxUSE_RADIOBTN
=yes
7951 DEFAULT_wxUSE_SASH
=yes
7952 DEFAULT_wxUSE_SCROLLBAR
=yes
7953 DEFAULT_wxUSE_SLIDER
=yes
7954 DEFAULT_wxUSE_SPINBTN
=yes
7955 DEFAULT_wxUSE_SPINCTRL
=yes
7956 DEFAULT_wxUSE_SPLITTER
=yes
7957 DEFAULT_wxUSE_STATBMP
=yes
7958 DEFAULT_wxUSE_STATBOX
=yes
7959 DEFAULT_wxUSE_STATLINE
=yes
7960 DEFAULT_wxUSE_STATUSBAR
=yes
7961 DEFAULT_wxUSE_TAB_DIALOG
=yes
7962 DEFAULT_wxUSE_TOGGLEBTN
=yes
7963 DEFAULT_wxUSE_TOOLBAR
=yes
7964 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7965 DEFAULT_wxUSE_TOOLTIPS
=yes
7966 DEFAULT_wxUSE_TREEBOOK
=yes
7967 DEFAULT_wxUSE_TOOLBOOK
=yes
7968 DEFAULT_wxUSE_TREECTRL
=yes
7969 DEFAULT_wxUSE_POPUPWIN
=yes
7970 DEFAULT_wxUSE_TIPWINDOW
=yes
7971 elif test "$wxUSE_CONTROLS" = "no"; then
7972 DEFAULT_wxUSE_ACCEL
=no
7973 DEFAULT_wxUSE_ANIMATIONCTRL
=no
7974 DEFAULT_wxUSE_BMPBUTTON
=no
7975 DEFAULT_wxUSE_BUTTON
=no
7976 DEFAULT_wxUSE_CALCTRL
=no
7977 DEFAULT_wxUSE_CARET
=no
7978 DEFAULT_wxUSE_COLLPANE
=no
7979 DEFAULT_wxUSE_COMBOBOX
=no
7980 DEFAULT_wxUSE_CHECKBOX
=no
7981 DEFAULT_wxUSE_CHECKLISTBOX
=no
7982 DEFAULT_wxUSE_CHOICE
=no
7983 DEFAULT_wxUSE_CHOICEBOOK
=no
7984 DEFAULT_wxUSE_COLOURPICKERCTRL
=no
7985 DEFAULT_wxUSE_COMBOBOX
=no
7986 DEFAULT_wxUSE_DATEPICKCTRL
=no
7987 DEFAULT_wxUSE_DISPLAY
=no
7988 DEFAULT_wxUSE_DETECT_SM
=no
7989 DEFAULT_wxUSE_DIRPICKERCTRL
=no
7990 DEFAULT_wxUSE_FILEPICKERCTRL
=no
7991 DEFAULT_wxUSE_FONTPICKERCTRL
=no
7992 DEFAULT_wxUSE_GAUGE
=no
7993 DEFAULT_wxUSE_GRID
=no
7994 DEFAULT_wxUSE_HYPERLINKCTRL
=no
7995 DEFAULT_wxUSE_DATAVIEWCTRL
=no
7996 DEFAULT_wxUSE_IMAGLIST
=no
7997 DEFAULT_wxUSE_LISTBOOK
=no
7998 DEFAULT_wxUSE_LISTBOX
=no
7999 DEFAULT_wxUSE_LISTCTRL
=no
8000 DEFAULT_wxUSE_NOTEBOOK
=no
8001 DEFAULT_wxUSE_RADIOBOX
=no
8002 DEFAULT_wxUSE_RADIOBTN
=no
8003 DEFAULT_wxUSE_SASH
=no
8004 DEFAULT_wxUSE_SCROLLBAR
=no
8005 DEFAULT_wxUSE_SLIDER
=no
8006 DEFAULT_wxUSE_SPINBTN
=no
8007 DEFAULT_wxUSE_SPINCTRL
=no
8008 DEFAULT_wxUSE_SPLITTER
=no
8009 DEFAULT_wxUSE_STATBMP
=no
8010 DEFAULT_wxUSE_STATBOX
=no
8011 DEFAULT_wxUSE_STATLINE
=no
8012 DEFAULT_wxUSE_STATUSBAR
=no
8013 DEFAULT_wxUSE_TAB_DIALOG
=no
8014 DEFAULT_wxUSE_TOGGLEBTN
=no
8015 DEFAULT_wxUSE_TOOLBAR
=no
8016 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
8017 DEFAULT_wxUSE_TOOLTIPS
=no
8018 DEFAULT_wxUSE_TREEBOOK
=no
8019 DEFAULT_wxUSE_TOOLBOOK
=no
8020 DEFAULT_wxUSE_TREECTRL
=no
8021 DEFAULT_wxUSE_POPUPWIN
=no
8022 DEFAULT_wxUSE_TIPWINDOW
=no
8027 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
8028 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
8030 # Check whether --enable-accel or --disable-accel was given.
8031 if test "${enable_accel+set}" = set; then
8032 enableval
="$enable_accel"
8034 if test "$enableval" = yes; then
8035 ac_cv_use_accel
='wxUSE_ACCEL=yes'
8037 ac_cv_use_accel
='wxUSE_ACCEL=no'
8042 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
8043 if test "x$LINE" != x
; then
8044 eval "DEFAULT_$LINE"
8049 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
8053 eval "$ac_cv_use_accel"
8054 if test "$no_cache" != 1; then
8055 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
8058 if test "$wxUSE_ACCEL" = yes; then
8059 echo "$as_me:$LINENO: result: yes" >&5
8060 echo "${ECHO_T}yes" >&6
8062 echo "$as_me:$LINENO: result: no" >&5
8063 echo "${ECHO_T}no" >&6
8068 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
8069 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6
8071 # Check whether --enable-animatectrl or --disable-animatectrl was given.
8072 if test "${enable_animatectrl+set}" = set; then
8073 enableval
="$enable_animatectrl"
8075 if test "$enableval" = yes; then
8076 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=yes'
8078 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=no'
8083 LINE
=`grep "wxUSE_ANIMATIONCTRL" ${wx_arg_cache_file}`
8084 if test "x$LINE" != x
; then
8085 eval "DEFAULT_$LINE"
8090 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL='$DEFAULT_wxUSE_ANIMATIONCTRL
8094 eval "$ac_cv_use_animatectrl"
8095 if test "$no_cache" != 1; then
8096 echo $ac_cv_use_animatectrl >> ${wx_arg_cache_file}.tmp
8099 if test "$wxUSE_ANIMATIONCTRL" = yes; then
8100 echo "$as_me:$LINENO: result: yes" >&5
8101 echo "${ECHO_T}yes" >&6
8103 echo "$as_me:$LINENO: result: no" >&5
8104 echo "${ECHO_T}no" >&6
8109 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
8110 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
8112 # Check whether --enable-button or --disable-button was given.
8113 if test "${enable_button+set}" = set; then
8114 enableval
="$enable_button"
8116 if test "$enableval" = yes; then
8117 ac_cv_use_button
='wxUSE_BUTTON=yes'
8119 ac_cv_use_button
='wxUSE_BUTTON=no'
8124 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
8125 if test "x$LINE" != x
; then
8126 eval "DEFAULT_$LINE"
8131 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
8135 eval "$ac_cv_use_button"
8136 if test "$no_cache" != 1; then
8137 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
8140 if test "$wxUSE_BUTTON" = yes; then
8141 echo "$as_me:$LINENO: result: yes" >&5
8142 echo "${ECHO_T}yes" >&6
8144 echo "$as_me:$LINENO: result: no" >&5
8145 echo "${ECHO_T}no" >&6
8150 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
8151 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
8153 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
8154 if test "${enable_bmpbutton+set}" = set; then
8155 enableval
="$enable_bmpbutton"
8157 if test "$enableval" = yes; then
8158 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
8160 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
8165 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
8166 if test "x$LINE" != x
; then
8167 eval "DEFAULT_$LINE"
8172 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
8176 eval "$ac_cv_use_bmpbutton"
8177 if test "$no_cache" != 1; then
8178 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
8181 if test "$wxUSE_BMPBUTTON" = yes; then
8182 echo "$as_me:$LINENO: result: yes" >&5
8183 echo "${ECHO_T}yes" >&6
8185 echo "$as_me:$LINENO: result: no" >&5
8186 echo "${ECHO_T}no" >&6
8191 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
8192 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6
8194 # Check whether --enable-bmpcombobox or --disable-bmpcombobox was given.
8195 if test "${enable_bmpcombobox+set}" = set; then
8196 enableval
="$enable_bmpcombobox"
8198 if test "$enableval" = yes; then
8199 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=yes'
8201 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=no'
8206 LINE
=`grep "wxUSE_BITMAPCOMBOBOX" ${wx_arg_cache_file}`
8207 if test "x$LINE" != x
; then
8208 eval "DEFAULT_$LINE"
8213 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX='$DEFAULT_wxUSE_BITMAPCOMBOBOX
8217 eval "$ac_cv_use_bmpcombobox"
8218 if test "$no_cache" != 1; then
8219 echo $ac_cv_use_bmpcombobox >> ${wx_arg_cache_file}.tmp
8222 if test "$wxUSE_BITMAPCOMBOBOX" = yes; then
8223 echo "$as_me:$LINENO: result: yes" >&5
8224 echo "${ECHO_T}yes" >&6
8226 echo "$as_me:$LINENO: result: no" >&5
8227 echo "${ECHO_T}no" >&6
8232 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
8233 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
8235 # Check whether --enable-calendar or --disable-calendar was given.
8236 if test "${enable_calendar+set}" = set; then
8237 enableval
="$enable_calendar"
8239 if test "$enableval" = yes; then
8240 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
8242 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
8247 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
8248 if test "x$LINE" != x
; then
8249 eval "DEFAULT_$LINE"
8254 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
8258 eval "$ac_cv_use_calendar"
8259 if test "$no_cache" != 1; then
8260 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
8263 if test "$wxUSE_CALCTRL" = yes; then
8264 echo "$as_me:$LINENO: result: yes" >&5
8265 echo "${ECHO_T}yes" >&6
8267 echo "$as_me:$LINENO: result: no" >&5
8268 echo "${ECHO_T}no" >&6
8273 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
8274 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
8276 # Check whether --enable-caret or --disable-caret was given.
8277 if test "${enable_caret+set}" = set; then
8278 enableval
="$enable_caret"
8280 if test "$enableval" = yes; then
8281 ac_cv_use_caret
='wxUSE_CARET=yes'
8283 ac_cv_use_caret
='wxUSE_CARET=no'
8288 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
8289 if test "x$LINE" != x
; then
8290 eval "DEFAULT_$LINE"
8295 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
8299 eval "$ac_cv_use_caret"
8300 if test "$no_cache" != 1; then
8301 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
8304 if test "$wxUSE_CARET" = yes; then
8305 echo "$as_me:$LINENO: result: yes" >&5
8306 echo "${ECHO_T}yes" >&6
8308 echo "$as_me:$LINENO: result: no" >&5
8309 echo "${ECHO_T}no" >&6
8314 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
8315 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
8317 # Check whether --enable-checkbox or --disable-checkbox was given.
8318 if test "${enable_checkbox+set}" = set; then
8319 enableval
="$enable_checkbox"
8321 if test "$enableval" = yes; then
8322 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
8324 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
8329 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
8330 if test "x$LINE" != x
; then
8331 eval "DEFAULT_$LINE"
8336 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
8340 eval "$ac_cv_use_checkbox"
8341 if test "$no_cache" != 1; then
8342 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
8345 if test "$wxUSE_CHECKBOX" = yes; then
8346 echo "$as_me:$LINENO: result: yes" >&5
8347 echo "${ECHO_T}yes" >&6
8349 echo "$as_me:$LINENO: result: no" >&5
8350 echo "${ECHO_T}no" >&6
8355 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
8356 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
8358 # Check whether --enable-checklst or --disable-checklst was given.
8359 if test "${enable_checklst+set}" = set; then
8360 enableval
="$enable_checklst"
8362 if test "$enableval" = yes; then
8363 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
8365 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
8370 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
8371 if test "x$LINE" != x
; then
8372 eval "DEFAULT_$LINE"
8377 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
8381 eval "$ac_cv_use_checklst"
8382 if test "$no_cache" != 1; then
8383 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
8386 if test "$wxUSE_CHECKLST" = yes; then
8387 echo "$as_me:$LINENO: result: yes" >&5
8388 echo "${ECHO_T}yes" >&6
8390 echo "$as_me:$LINENO: result: no" >&5
8391 echo "${ECHO_T}no" >&6
8396 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
8397 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
8399 # Check whether --enable-choice or --disable-choice was given.
8400 if test "${enable_choice+set}" = set; then
8401 enableval
="$enable_choice"
8403 if test "$enableval" = yes; then
8404 ac_cv_use_choice
='wxUSE_CHOICE=yes'
8406 ac_cv_use_choice
='wxUSE_CHOICE=no'
8411 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
8412 if test "x$LINE" != x
; then
8413 eval "DEFAULT_$LINE"
8418 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
8422 eval "$ac_cv_use_choice"
8423 if test "$no_cache" != 1; then
8424 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
8427 if test "$wxUSE_CHOICE" = yes; then
8428 echo "$as_me:$LINENO: result: yes" >&5
8429 echo "${ECHO_T}yes" >&6
8431 echo "$as_me:$LINENO: result: no" >&5
8432 echo "${ECHO_T}no" >&6
8437 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
8438 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
8440 # Check whether --enable-choicebook or --disable-choicebook was given.
8441 if test "${enable_choicebook+set}" = set; then
8442 enableval
="$enable_choicebook"
8444 if test "$enableval" = yes; then
8445 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
8447 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
8452 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
8453 if test "x$LINE" != x
; then
8454 eval "DEFAULT_$LINE"
8459 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
8463 eval "$ac_cv_use_choicebook"
8464 if test "$no_cache" != 1; then
8465 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
8468 if test "$wxUSE_CHOICEBOOK" = yes; then
8469 echo "$as_me:$LINENO: result: yes" >&5
8470 echo "${ECHO_T}yes" >&6
8472 echo "$as_me:$LINENO: result: no" >&5
8473 echo "${ECHO_T}no" >&6
8478 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
8479 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6
8481 # Check whether --enable-collpane or --disable-collpane was given.
8482 if test "${enable_collpane+set}" = set; then
8483 enableval
="$enable_collpane"
8485 if test "$enableval" = yes; then
8486 ac_cv_use_collpane
='wxUSE_COLLPANE=yes'
8488 ac_cv_use_collpane
='wxUSE_COLLPANE=no'
8493 LINE
=`grep "wxUSE_COLLPANE" ${wx_arg_cache_file}`
8494 if test "x$LINE" != x
; then
8495 eval "DEFAULT_$LINE"
8500 ac_cv_use_collpane
='wxUSE_COLLPANE='$DEFAULT_wxUSE_COLLPANE
8504 eval "$ac_cv_use_collpane"
8505 if test "$no_cache" != 1; then
8506 echo $ac_cv_use_collpane >> ${wx_arg_cache_file}.tmp
8509 if test "$wxUSE_COLLPANE" = yes; then
8510 echo "$as_me:$LINENO: result: yes" >&5
8511 echo "${ECHO_T}yes" >&6
8513 echo "$as_me:$LINENO: result: no" >&5
8514 echo "${ECHO_T}no" >&6
8519 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
8520 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6
8522 # Check whether --enable-colourpicker or --disable-colourpicker was given.
8523 if test "${enable_colourpicker+set}" = set; then
8524 enableval
="$enable_colourpicker"
8526 if test "$enableval" = yes; then
8527 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=yes'
8529 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=no'
8534 LINE
=`grep "wxUSE_COLOURPICKERCTRL" ${wx_arg_cache_file}`
8535 if test "x$LINE" != x
; then
8536 eval "DEFAULT_$LINE"
8541 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL='$DEFAULT_wxUSE_COLOURPICKERCTRL
8545 eval "$ac_cv_use_colourpicker"
8546 if test "$no_cache" != 1; then
8547 echo $ac_cv_use_colourpicker >> ${wx_arg_cache_file}.tmp
8550 if test "$wxUSE_COLOURPICKERCTRL" = yes; then
8551 echo "$as_me:$LINENO: result: yes" >&5
8552 echo "${ECHO_T}yes" >&6
8554 echo "$as_me:$LINENO: result: no" >&5
8555 echo "${ECHO_T}no" >&6
8560 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
8561 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
8563 # Check whether --enable-combobox or --disable-combobox was given.
8564 if test "${enable_combobox+set}" = set; then
8565 enableval
="$enable_combobox"
8567 if test "$enableval" = yes; then
8568 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
8570 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
8575 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
8576 if test "x$LINE" != x
; then
8577 eval "DEFAULT_$LINE"
8582 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
8586 eval "$ac_cv_use_combobox"
8587 if test "$no_cache" != 1; then
8588 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
8591 if test "$wxUSE_COMBOBOX" = yes; then
8592 echo "$as_me:$LINENO: result: yes" >&5
8593 echo "${ECHO_T}yes" >&6
8595 echo "$as_me:$LINENO: result: no" >&5
8596 echo "${ECHO_T}no" >&6
8601 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
8602 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6
8604 # Check whether --enable-comboctrl or --disable-comboctrl was given.
8605 if test "${enable_comboctrl+set}" = set; then
8606 enableval
="$enable_comboctrl"
8608 if test "$enableval" = yes; then
8609 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL=yes'
8611 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL=no'
8616 LINE
=`grep "wxUSE_COMBOCTRL" ${wx_arg_cache_file}`
8617 if test "x$LINE" != x
; then
8618 eval "DEFAULT_$LINE"
8623 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL='$DEFAULT_wxUSE_COMBOCTRL
8627 eval "$ac_cv_use_comboctrl"
8628 if test "$no_cache" != 1; then
8629 echo $ac_cv_use_comboctrl >> ${wx_arg_cache_file}.tmp
8632 if test "$wxUSE_COMBOCTRL" = yes; then
8633 echo "$as_me:$LINENO: result: yes" >&5
8634 echo "${ECHO_T}yes" >&6
8636 echo "$as_me:$LINENO: result: no" >&5
8637 echo "${ECHO_T}no" >&6
8642 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
8643 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
8645 # Check whether --enable-datepick or --disable-datepick was given.
8646 if test "${enable_datepick+set}" = set; then
8647 enableval
="$enable_datepick"
8649 if test "$enableval" = yes; then
8650 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=yes'
8652 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=no'
8657 LINE
=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
8658 if test "x$LINE" != x
; then
8659 eval "DEFAULT_$LINE"
8664 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
8668 eval "$ac_cv_use_datepick"
8669 if test "$no_cache" != 1; then
8670 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
8673 if test "$wxUSE_DATEPICKCTRL" = yes; then
8674 echo "$as_me:$LINENO: result: yes" >&5
8675 echo "${ECHO_T}yes" >&6
8677 echo "$as_me:$LINENO: result: no" >&5
8678 echo "${ECHO_T}no" >&6
8683 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
8684 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6
8686 # Check whether --enable-dirpicker or --disable-dirpicker was given.
8687 if test "${enable_dirpicker+set}" = set; then
8688 enableval
="$enable_dirpicker"
8690 if test "$enableval" = yes; then
8691 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=yes'
8693 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=no'
8698 LINE
=`grep "wxUSE_DIRPICKERCTRL" ${wx_arg_cache_file}`
8699 if test "x$LINE" != x
; then
8700 eval "DEFAULT_$LINE"
8705 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL='$DEFAULT_wxUSE_DIRPICKERCTRL
8709 eval "$ac_cv_use_dirpicker"
8710 if test "$no_cache" != 1; then
8711 echo $ac_cv_use_dirpicker >> ${wx_arg_cache_file}.tmp
8714 if test "$wxUSE_DIRPICKERCTRL" = yes; then
8715 echo "$as_me:$LINENO: result: yes" >&5
8716 echo "${ECHO_T}yes" >&6
8718 echo "$as_me:$LINENO: result: no" >&5
8719 echo "${ECHO_T}no" >&6
8724 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
8725 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
8727 # Check whether --enable-display or --disable-display was given.
8728 if test "${enable_display+set}" = set; then
8729 enableval
="$enable_display"
8731 if test "$enableval" = yes; then
8732 ac_cv_use_display
='wxUSE_DISPLAY=yes'
8734 ac_cv_use_display
='wxUSE_DISPLAY=no'
8739 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
8740 if test "x$LINE" != x
; then
8741 eval "DEFAULT_$LINE"
8746 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
8750 eval "$ac_cv_use_display"
8751 if test "$no_cache" != 1; then
8752 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
8755 if test "$wxUSE_DISPLAY" = yes; then
8756 echo "$as_me:$LINENO: result: yes" >&5
8757 echo "${ECHO_T}yes" >&6
8759 echo "$as_me:$LINENO: result: no" >&5
8760 echo "${ECHO_T}no" >&6
8765 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
8766 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6
8768 # Check whether --enable-detect_sm or --disable-detect_sm was given.
8769 if test "${enable_detect_sm+set}" = set; then
8770 enableval
="$enable_detect_sm"
8772 if test "$enableval" = yes; then
8773 ac_cv_use_detect_sm
='wxUSE_DETECT_SM=yes'
8775 ac_cv_use_detect_sm
='wxUSE_DETECT_SM=no'
8780 LINE
=`grep "wxUSE_DETECT_SM" ${wx_arg_cache_file}`
8781 if test "x$LINE" != x
; then
8782 eval "DEFAULT_$LINE"
8787 ac_cv_use_detect_sm
='wxUSE_DETECT_SM='$DEFAULT_wxUSE_DETECT_SM
8791 eval "$ac_cv_use_detect_sm"
8792 if test "$no_cache" != 1; then
8793 echo $ac_cv_use_detect_sm >> ${wx_arg_cache_file}.tmp
8796 if test "$wxUSE_DETECT_SM" = yes; then
8797 echo "$as_me:$LINENO: result: yes" >&5
8798 echo "${ECHO_T}yes" >&6
8800 echo "$as_me:$LINENO: result: no" >&5
8801 echo "${ECHO_T}no" >&6
8806 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
8807 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6
8809 # Check whether --enable-filepicker or --disable-filepicker was given.
8810 if test "${enable_filepicker+set}" = set; then
8811 enableval
="$enable_filepicker"
8813 if test "$enableval" = yes; then
8814 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL=yes'
8816 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL=no'
8821 LINE
=`grep "wxUSE_FILEPICKERCTRL" ${wx_arg_cache_file}`
8822 if test "x$LINE" != x
; then
8823 eval "DEFAULT_$LINE"
8828 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL='$DEFAULT_wxUSE_FILEPICKERCTRL
8832 eval "$ac_cv_use_filepicker"
8833 if test "$no_cache" != 1; then
8834 echo $ac_cv_use_filepicker >> ${wx_arg_cache_file}.tmp
8837 if test "$wxUSE_FILEPICKERCTRL" = yes; then
8838 echo "$as_me:$LINENO: result: yes" >&5
8839 echo "${ECHO_T}yes" >&6
8841 echo "$as_me:$LINENO: result: no" >&5
8842 echo "${ECHO_T}no" >&6
8847 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
8848 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6
8850 # Check whether --enable-fontpicker or --disable-fontpicker was given.
8851 if test "${enable_fontpicker+set}" = set; then
8852 enableval
="$enable_fontpicker"
8854 if test "$enableval" = yes; then
8855 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=yes'
8857 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=no'
8862 LINE
=`grep "wxUSE_FONTPICKERCTRL" ${wx_arg_cache_file}`
8863 if test "x$LINE" != x
; then
8864 eval "DEFAULT_$LINE"
8869 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL='$DEFAULT_wxUSE_FONTPICKERCTRL
8873 eval "$ac_cv_use_fontpicker"
8874 if test "$no_cache" != 1; then
8875 echo $ac_cv_use_fontpicker >> ${wx_arg_cache_file}.tmp
8878 if test "$wxUSE_FONTPICKERCTRL" = yes; then
8879 echo "$as_me:$LINENO: result: yes" >&5
8880 echo "${ECHO_T}yes" >&6
8882 echo "$as_me:$LINENO: result: no" >&5
8883 echo "${ECHO_T}no" >&6
8888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
8889 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
8891 # Check whether --enable-gauge or --disable-gauge was given.
8892 if test "${enable_gauge+set}" = set; then
8893 enableval
="$enable_gauge"
8895 if test "$enableval" = yes; then
8896 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
8898 ac_cv_use_gauge
='wxUSE_GAUGE=no'
8903 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
8904 if test "x$LINE" != x
; then
8905 eval "DEFAULT_$LINE"
8910 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
8914 eval "$ac_cv_use_gauge"
8915 if test "$no_cache" != 1; then
8916 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
8919 if test "$wxUSE_GAUGE" = yes; then
8920 echo "$as_me:$LINENO: result: yes" >&5
8921 echo "${ECHO_T}yes" >&6
8923 echo "$as_me:$LINENO: result: no" >&5
8924 echo "${ECHO_T}no" >&6
8929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
8930 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
8932 # Check whether --enable-grid or --disable-grid was given.
8933 if test "${enable_grid+set}" = set; then
8934 enableval
="$enable_grid"
8936 if test "$enableval" = yes; then
8937 ac_cv_use_grid
='wxUSE_GRID=yes'
8939 ac_cv_use_grid
='wxUSE_GRID=no'
8944 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
8945 if test "x$LINE" != x
; then
8946 eval "DEFAULT_$LINE"
8951 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
8955 eval "$ac_cv_use_grid"
8956 if test "$no_cache" != 1; then
8957 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
8960 if test "$wxUSE_GRID" = yes; then
8961 echo "$as_me:$LINENO: result: yes" >&5
8962 echo "${ECHO_T}yes" >&6
8964 echo "$as_me:$LINENO: result: no" >&5
8965 echo "${ECHO_T}no" >&6
8970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
8971 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6
8973 # Check whether --enable-dataviewctrl or --disable-dataviewctrl was given.
8974 if test "${enable_dataviewctrl+set}" = set; then
8975 enableval
="$enable_dataviewctrl"
8977 if test "$enableval" = yes; then
8978 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=yes'
8980 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=no'
8985 LINE
=`grep "wxUSE_DATAVIEWCTRL" ${wx_arg_cache_file}`
8986 if test "x$LINE" != x
; then
8987 eval "DEFAULT_$LINE"
8992 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL='$DEFAULT_wxUSE_DATAVIEWCTRL
8996 eval "$ac_cv_use_dataviewctrl"
8997 if test "$no_cache" != 1; then
8998 echo $ac_cv_use_dataviewctrl >> ${wx_arg_cache_file}.tmp
9001 if test "$wxUSE_DATAVIEWCTRL" = yes; then
9002 echo "$as_me:$LINENO: result: yes" >&5
9003 echo "${ECHO_T}yes" >&6
9005 echo "$as_me:$LINENO: result: no" >&5
9006 echo "${ECHO_T}no" >&6
9011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
9012 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6
9014 # Check whether --enable-hyperlink or --disable-hyperlink was given.
9015 if test "${enable_hyperlink+set}" = set; then
9016 enableval
="$enable_hyperlink"
9018 if test "$enableval" = yes; then
9019 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=yes'
9021 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=no'
9026 LINE
=`grep "wxUSE_HYPERLINKCTRL" ${wx_arg_cache_file}`
9027 if test "x$LINE" != x
; then
9028 eval "DEFAULT_$LINE"
9033 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL='$DEFAULT_wxUSE_HYPERLINKCTRL
9037 eval "$ac_cv_use_hyperlink"
9038 if test "$no_cache" != 1; then
9039 echo $ac_cv_use_hyperlink >> ${wx_arg_cache_file}.tmp
9042 if test "$wxUSE_HYPERLINKCTRL" = yes; then
9043 echo "$as_me:$LINENO: result: yes" >&5
9044 echo "${ECHO_T}yes" >&6
9046 echo "$as_me:$LINENO: result: no" >&5
9047 echo "${ECHO_T}no" >&6
9052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
9053 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
9055 # Check whether --enable-imaglist or --disable-imaglist was given.
9056 if test "${enable_imaglist+set}" = set; then
9057 enableval
="$enable_imaglist"
9059 if test "$enableval" = yes; then
9060 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
9062 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
9067 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
9068 if test "x$LINE" != x
; then
9069 eval "DEFAULT_$LINE"
9074 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
9078 eval "$ac_cv_use_imaglist"
9079 if test "$no_cache" != 1; then
9080 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
9083 if test "$wxUSE_IMAGLIST" = yes; then
9084 echo "$as_me:$LINENO: result: yes" >&5
9085 echo "${ECHO_T}yes" >&6
9087 echo "$as_me:$LINENO: result: no" >&5
9088 echo "${ECHO_T}no" >&6
9093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
9094 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
9096 # Check whether --enable-listbook or --disable-listbook was given.
9097 if test "${enable_listbook+set}" = set; then
9098 enableval
="$enable_listbook"
9100 if test "$enableval" = yes; then
9101 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
9103 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
9108 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
9109 if test "x$LINE" != x
; then
9110 eval "DEFAULT_$LINE"
9115 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
9119 eval "$ac_cv_use_listbook"
9120 if test "$no_cache" != 1; then
9121 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
9124 if test "$wxUSE_LISTBOOK" = yes; then
9125 echo "$as_me:$LINENO: result: yes" >&5
9126 echo "${ECHO_T}yes" >&6
9128 echo "$as_me:$LINENO: result: no" >&5
9129 echo "${ECHO_T}no" >&6
9134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
9135 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
9137 # Check whether --enable-listbox or --disable-listbox was given.
9138 if test "${enable_listbox+set}" = set; then
9139 enableval
="$enable_listbox"
9141 if test "$enableval" = yes; then
9142 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
9144 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
9149 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
9150 if test "x$LINE" != x
; then
9151 eval "DEFAULT_$LINE"
9156 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
9160 eval "$ac_cv_use_listbox"
9161 if test "$no_cache" != 1; then
9162 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
9165 if test "$wxUSE_LISTBOX" = yes; then
9166 echo "$as_me:$LINENO: result: yes" >&5
9167 echo "${ECHO_T}yes" >&6
9169 echo "$as_me:$LINENO: result: no" >&5
9170 echo "${ECHO_T}no" >&6
9175 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
9176 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
9178 # Check whether --enable-listctrl or --disable-listctrl was given.
9179 if test "${enable_listctrl+set}" = set; then
9180 enableval
="$enable_listctrl"
9182 if test "$enableval" = yes; then
9183 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
9185 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
9190 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
9191 if test "x$LINE" != x
; then
9192 eval "DEFAULT_$LINE"
9197 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
9201 eval "$ac_cv_use_listctrl"
9202 if test "$no_cache" != 1; then
9203 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
9206 if test "$wxUSE_LISTCTRL" = yes; then
9207 echo "$as_me:$LINENO: result: yes" >&5
9208 echo "${ECHO_T}yes" >&6
9210 echo "$as_me:$LINENO: result: no" >&5
9211 echo "${ECHO_T}no" >&6
9216 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
9217 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
9219 # Check whether --enable-notebook or --disable-notebook was given.
9220 if test "${enable_notebook+set}" = set; then
9221 enableval
="$enable_notebook"
9223 if test "$enableval" = yes; then
9224 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
9226 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
9231 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
9232 if test "x$LINE" != x
; then
9233 eval "DEFAULT_$LINE"
9238 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
9242 eval "$ac_cv_use_notebook"
9243 if test "$no_cache" != 1; then
9244 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
9247 if test "$wxUSE_NOTEBOOK" = yes; then
9248 echo "$as_me:$LINENO: result: yes" >&5
9249 echo "${ECHO_T}yes" >&6
9251 echo "$as_me:$LINENO: result: no" >&5
9252 echo "${ECHO_T}no" >&6
9257 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
9258 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6
9260 # Check whether --enable-odcombobox or --disable-odcombobox was given.
9261 if test "${enable_odcombobox+set}" = set; then
9262 enableval
="$enable_odcombobox"
9264 if test "$enableval" = yes; then
9265 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=yes'
9267 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=no'
9272 LINE
=`grep "wxUSE_ODCOMBOBOX" ${wx_arg_cache_file}`
9273 if test "x$LINE" != x
; then
9274 eval "DEFAULT_$LINE"
9279 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX='$DEFAULT_wxUSE_ODCOMBOBOX
9283 eval "$ac_cv_use_odcombobox"
9284 if test "$no_cache" != 1; then
9285 echo $ac_cv_use_odcombobox >> ${wx_arg_cache_file}.tmp
9288 if test "$wxUSE_ODCOMBOBOX" = yes; then
9289 echo "$as_me:$LINENO: result: yes" >&5
9290 echo "${ECHO_T}yes" >&6
9292 echo "$as_me:$LINENO: result: no" >&5
9293 echo "${ECHO_T}no" >&6
9298 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
9299 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
9301 # Check whether --enable-radiobox or --disable-radiobox was given.
9302 if test "${enable_radiobox+set}" = set; then
9303 enableval
="$enable_radiobox"
9305 if test "$enableval" = yes; then
9306 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
9308 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
9313 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
9314 if test "x$LINE" != x
; then
9315 eval "DEFAULT_$LINE"
9320 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
9324 eval "$ac_cv_use_radiobox"
9325 if test "$no_cache" != 1; then
9326 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
9329 if test "$wxUSE_RADIOBOX" = yes; then
9330 echo "$as_me:$LINENO: result: yes" >&5
9331 echo "${ECHO_T}yes" >&6
9333 echo "$as_me:$LINENO: result: no" >&5
9334 echo "${ECHO_T}no" >&6
9339 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
9340 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
9342 # Check whether --enable-radiobtn or --disable-radiobtn was given.
9343 if test "${enable_radiobtn+set}" = set; then
9344 enableval
="$enable_radiobtn"
9346 if test "$enableval" = yes; then
9347 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
9349 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
9354 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
9355 if test "x$LINE" != x
; then
9356 eval "DEFAULT_$LINE"
9361 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
9365 eval "$ac_cv_use_radiobtn"
9366 if test "$no_cache" != 1; then
9367 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
9370 if test "$wxUSE_RADIOBTN" = yes; then
9371 echo "$as_me:$LINENO: result: yes" >&5
9372 echo "${ECHO_T}yes" >&6
9374 echo "$as_me:$LINENO: result: no" >&5
9375 echo "${ECHO_T}no" >&6
9380 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
9381 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
9383 # Check whether --enable-sash or --disable-sash was given.
9384 if test "${enable_sash+set}" = set; then
9385 enableval
="$enable_sash"
9387 if test "$enableval" = yes; then
9388 ac_cv_use_sash
='wxUSE_SASH=yes'
9390 ac_cv_use_sash
='wxUSE_SASH=no'
9395 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
9396 if test "x$LINE" != x
; then
9397 eval "DEFAULT_$LINE"
9402 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
9406 eval "$ac_cv_use_sash"
9407 if test "$no_cache" != 1; then
9408 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
9411 if test "$wxUSE_SASH" = yes; then
9412 echo "$as_me:$LINENO: result: yes" >&5
9413 echo "${ECHO_T}yes" >&6
9415 echo "$as_me:$LINENO: result: no" >&5
9416 echo "${ECHO_T}no" >&6
9421 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
9422 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
9424 # Check whether --enable-scrollbar or --disable-scrollbar was given.
9425 if test "${enable_scrollbar+set}" = set; then
9426 enableval
="$enable_scrollbar"
9428 if test "$enableval" = yes; then
9429 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
9431 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
9436 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
9437 if test "x$LINE" != x
; then
9438 eval "DEFAULT_$LINE"
9443 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
9447 eval "$ac_cv_use_scrollbar"
9448 if test "$no_cache" != 1; then
9449 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
9452 if test "$wxUSE_SCROLLBAR" = yes; then
9453 echo "$as_me:$LINENO: result: yes" >&5
9454 echo "${ECHO_T}yes" >&6
9456 echo "$as_me:$LINENO: result: no" >&5
9457 echo "${ECHO_T}no" >&6
9462 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
9463 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
9465 # Check whether --enable-slider or --disable-slider was given.
9466 if test "${enable_slider+set}" = set; then
9467 enableval
="$enable_slider"
9469 if test "$enableval" = yes; then
9470 ac_cv_use_slider
='wxUSE_SLIDER=yes'
9472 ac_cv_use_slider
='wxUSE_SLIDER=no'
9477 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
9478 if test "x$LINE" != x
; then
9479 eval "DEFAULT_$LINE"
9484 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
9488 eval "$ac_cv_use_slider"
9489 if test "$no_cache" != 1; then
9490 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
9493 if test "$wxUSE_SLIDER" = yes; then
9494 echo "$as_me:$LINENO: result: yes" >&5
9495 echo "${ECHO_T}yes" >&6
9497 echo "$as_me:$LINENO: result: no" >&5
9498 echo "${ECHO_T}no" >&6
9503 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
9504 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
9506 # Check whether --enable-spinbtn or --disable-spinbtn was given.
9507 if test "${enable_spinbtn+set}" = set; then
9508 enableval
="$enable_spinbtn"
9510 if test "$enableval" = yes; then
9511 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
9513 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
9518 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
9519 if test "x$LINE" != x
; then
9520 eval "DEFAULT_$LINE"
9525 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
9529 eval "$ac_cv_use_spinbtn"
9530 if test "$no_cache" != 1; then
9531 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
9534 if test "$wxUSE_SPINBTN" = yes; then
9535 echo "$as_me:$LINENO: result: yes" >&5
9536 echo "${ECHO_T}yes" >&6
9538 echo "$as_me:$LINENO: result: no" >&5
9539 echo "${ECHO_T}no" >&6
9544 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
9545 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
9547 # Check whether --enable-spinctrl or --disable-spinctrl was given.
9548 if test "${enable_spinctrl+set}" = set; then
9549 enableval
="$enable_spinctrl"
9551 if test "$enableval" = yes; then
9552 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
9554 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
9559 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
9560 if test "x$LINE" != x
; then
9561 eval "DEFAULT_$LINE"
9566 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
9570 eval "$ac_cv_use_spinctrl"
9571 if test "$no_cache" != 1; then
9572 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
9575 if test "$wxUSE_SPINCTRL" = yes; then
9576 echo "$as_me:$LINENO: result: yes" >&5
9577 echo "${ECHO_T}yes" >&6
9579 echo "$as_me:$LINENO: result: no" >&5
9580 echo "${ECHO_T}no" >&6
9585 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
9586 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
9588 # Check whether --enable-splitter or --disable-splitter was given.
9589 if test "${enable_splitter+set}" = set; then
9590 enableval
="$enable_splitter"
9592 if test "$enableval" = yes; then
9593 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
9595 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
9600 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
9601 if test "x$LINE" != x
; then
9602 eval "DEFAULT_$LINE"
9607 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
9611 eval "$ac_cv_use_splitter"
9612 if test "$no_cache" != 1; then
9613 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
9616 if test "$wxUSE_SPLITTER" = yes; then
9617 echo "$as_me:$LINENO: result: yes" >&5
9618 echo "${ECHO_T}yes" >&6
9620 echo "$as_me:$LINENO: result: no" >&5
9621 echo "${ECHO_T}no" >&6
9626 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
9627 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
9629 # Check whether --enable-statbmp or --disable-statbmp was given.
9630 if test "${enable_statbmp+set}" = set; then
9631 enableval
="$enable_statbmp"
9633 if test "$enableval" = yes; then
9634 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
9636 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
9641 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
9642 if test "x$LINE" != x
; then
9643 eval "DEFAULT_$LINE"
9648 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
9652 eval "$ac_cv_use_statbmp"
9653 if test "$no_cache" != 1; then
9654 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
9657 if test "$wxUSE_STATBMP" = yes; then
9658 echo "$as_me:$LINENO: result: yes" >&5
9659 echo "${ECHO_T}yes" >&6
9661 echo "$as_me:$LINENO: result: no" >&5
9662 echo "${ECHO_T}no" >&6
9667 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
9668 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
9670 # Check whether --enable-statbox or --disable-statbox was given.
9671 if test "${enable_statbox+set}" = set; then
9672 enableval
="$enable_statbox"
9674 if test "$enableval" = yes; then
9675 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
9677 ac_cv_use_statbox
='wxUSE_STATBOX=no'
9682 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
9683 if test "x$LINE" != x
; then
9684 eval "DEFAULT_$LINE"
9689 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
9693 eval "$ac_cv_use_statbox"
9694 if test "$no_cache" != 1; then
9695 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
9698 if test "$wxUSE_STATBOX" = yes; then
9699 echo "$as_me:$LINENO: result: yes" >&5
9700 echo "${ECHO_T}yes" >&6
9702 echo "$as_me:$LINENO: result: no" >&5
9703 echo "${ECHO_T}no" >&6
9708 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
9709 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
9711 # Check whether --enable-statline or --disable-statline was given.
9712 if test "${enable_statline+set}" = set; then
9713 enableval
="$enable_statline"
9715 if test "$enableval" = yes; then
9716 ac_cv_use_statline
='wxUSE_STATLINE=yes'
9718 ac_cv_use_statline
='wxUSE_STATLINE=no'
9723 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
9724 if test "x$LINE" != x
; then
9725 eval "DEFAULT_$LINE"
9730 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
9734 eval "$ac_cv_use_statline"
9735 if test "$no_cache" != 1; then
9736 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
9739 if test "$wxUSE_STATLINE" = yes; then
9740 echo "$as_me:$LINENO: result: yes" >&5
9741 echo "${ECHO_T}yes" >&6
9743 echo "$as_me:$LINENO: result: no" >&5
9744 echo "${ECHO_T}no" >&6
9749 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
9750 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
9752 # Check whether --enable-stattext or --disable-stattext was given.
9753 if test "${enable_stattext+set}" = set; then
9754 enableval
="$enable_stattext"
9756 if test "$enableval" = yes; then
9757 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
9759 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
9764 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
9765 if test "x$LINE" != x
; then
9766 eval "DEFAULT_$LINE"
9771 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
9775 eval "$ac_cv_use_stattext"
9776 if test "$no_cache" != 1; then
9777 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
9780 if test "$wxUSE_STATTEXT" = yes; then
9781 echo "$as_me:$LINENO: result: yes" >&5
9782 echo "${ECHO_T}yes" >&6
9784 echo "$as_me:$LINENO: result: no" >&5
9785 echo "${ECHO_T}no" >&6
9790 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
9791 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
9793 # Check whether --enable-statusbar or --disable-statusbar was given.
9794 if test "${enable_statusbar+set}" = set; then
9795 enableval
="$enable_statusbar"
9797 if test "$enableval" = yes; then
9798 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
9800 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
9805 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
9806 if test "x$LINE" != x
; then
9807 eval "DEFAULT_$LINE"
9812 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
9816 eval "$ac_cv_use_statusbar"
9817 if test "$no_cache" != 1; then
9818 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
9821 if test "$wxUSE_STATUSBAR" = yes; then
9822 echo "$as_me:$LINENO: result: yes" >&5
9823 echo "${ECHO_T}yes" >&6
9825 echo "$as_me:$LINENO: result: no" >&5
9826 echo "${ECHO_T}no" >&6
9831 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
9832 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
9834 # Check whether --enable-tabdialog or --disable-tabdialog was given.
9835 if test "${enable_tabdialog+set}" = set; then
9836 enableval
="$enable_tabdialog"
9838 if test "$enableval" = yes; then
9839 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG=yes'
9841 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG=no'
9846 LINE
=`grep "wxUSE_TAB_DIALOG" ${wx_arg_cache_file}`
9847 if test "x$LINE" != x
; then
9848 eval "DEFAULT_$LINE"
9853 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG='$DEFAULT_wxUSE_TAB_DIALOG
9857 eval "$ac_cv_use_tabdialog"
9858 if test "$no_cache" != 1; then
9859 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
9862 if test "$wxUSE_TAB_DIALOG" = yes; then
9863 echo "$as_me:$LINENO: result: yes" >&5
9864 echo "${ECHO_T}yes" >&6
9866 echo "$as_me:$LINENO: result: no" >&5
9867 echo "${ECHO_T}no" >&6
9872 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
9873 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
9875 # Check whether --enable-textctrl or --disable-textctrl was given.
9876 if test "${enable_textctrl+set}" = set; then
9877 enableval
="$enable_textctrl"
9879 if test "$enableval" = yes; then
9880 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
9882 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
9887 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
9888 if test "x$LINE" != x
; then
9889 eval "DEFAULT_$LINE"
9894 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
9898 eval "$ac_cv_use_textctrl"
9899 if test "$no_cache" != 1; then
9900 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
9903 if test "$wxUSE_TEXTCTRL" = yes; then
9904 echo "$as_me:$LINENO: result: yes" >&5
9905 echo "${ECHO_T}yes" >&6
9907 echo "$as_me:$LINENO: result: no" >&5
9908 echo "${ECHO_T}no" >&6
9913 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
9914 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
9916 # Check whether --enable-togglebtn or --disable-togglebtn was given.
9917 if test "${enable_togglebtn+set}" = set; then
9918 enableval
="$enable_togglebtn"
9920 if test "$enableval" = yes; then
9921 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
9923 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
9928 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
9929 if test "x$LINE" != x
; then
9930 eval "DEFAULT_$LINE"
9935 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
9939 eval "$ac_cv_use_togglebtn"
9940 if test "$no_cache" != 1; then
9941 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
9944 if test "$wxUSE_TOGGLEBTN" = yes; then
9945 echo "$as_me:$LINENO: result: yes" >&5
9946 echo "${ECHO_T}yes" >&6
9948 echo "$as_me:$LINENO: result: no" >&5
9949 echo "${ECHO_T}no" >&6
9954 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
9955 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
9957 # Check whether --enable-toolbar or --disable-toolbar was given.
9958 if test "${enable_toolbar+set}" = set; then
9959 enableval
="$enable_toolbar"
9961 if test "$enableval" = yes; then
9962 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
9964 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
9969 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
9970 if test "x$LINE" != x
; then
9971 eval "DEFAULT_$LINE"
9976 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
9980 eval "$ac_cv_use_toolbar"
9981 if test "$no_cache" != 1; then
9982 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
9985 if test "$wxUSE_TOOLBAR" = yes; then
9986 echo "$as_me:$LINENO: result: yes" >&5
9987 echo "${ECHO_T}yes" >&6
9989 echo "$as_me:$LINENO: result: no" >&5
9990 echo "${ECHO_T}no" >&6
9995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
9996 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
9998 # Check whether --enable-tbarnative or --disable-tbarnative was given.
9999 if test "${enable_tbarnative+set}" = set; then
10000 enableval
="$enable_tbarnative"
10002 if test "$enableval" = yes; then
10003 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
10005 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
10010 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
10011 if test "x$LINE" != x
; then
10012 eval "DEFAULT_$LINE"
10017 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
10021 eval "$ac_cv_use_tbarnative"
10022 if test "$no_cache" != 1; then
10023 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
10026 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
10027 echo "$as_me:$LINENO: result: yes" >&5
10028 echo "${ECHO_T}yes" >&6
10030 echo "$as_me:$LINENO: result: no" >&5
10031 echo "${ECHO_T}no" >&6
10036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
10037 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
10039 # Check whether --enable-treebook or --disable-treebook was given.
10040 if test "${enable_treebook+set}" = set; then
10041 enableval
="$enable_treebook"
10043 if test "$enableval" = yes; then
10044 ac_cv_use_treebook
='wxUSE_TREEBOOK=yes'
10046 ac_cv_use_treebook
='wxUSE_TREEBOOK=no'
10051 LINE
=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
10052 if test "x$LINE" != x
; then
10053 eval "DEFAULT_$LINE"
10058 ac_cv_use_treebook
='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
10062 eval "$ac_cv_use_treebook"
10063 if test "$no_cache" != 1; then
10064 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
10067 if test "$wxUSE_TREEBOOK" = yes; then
10068 echo "$as_me:$LINENO: result: yes" >&5
10069 echo "${ECHO_T}yes" >&6
10071 echo "$as_me:$LINENO: result: no" >&5
10072 echo "${ECHO_T}no" >&6
10077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
10078 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6
10080 # Check whether --enable-toolbook or --disable-toolbook was given.
10081 if test "${enable_toolbook+set}" = set; then
10082 enableval
="$enable_toolbook"
10084 if test "$enableval" = yes; then
10085 ac_cv_use_toolbook
='wxUSE_TOOLBOOK=yes'
10087 ac_cv_use_toolbook
='wxUSE_TOOLBOOK=no'
10092 LINE
=`grep "wxUSE_TOOLBOOK" ${wx_arg_cache_file}`
10093 if test "x$LINE" != x
; then
10094 eval "DEFAULT_$LINE"
10099 ac_cv_use_toolbook
='wxUSE_TOOLBOOK='$DEFAULT_wxUSE_TOOLBOOK
10103 eval "$ac_cv_use_toolbook"
10104 if test "$no_cache" != 1; then
10105 echo $ac_cv_use_toolbook >> ${wx_arg_cache_file}.tmp
10108 if test "$wxUSE_TOOLBOOK" = yes; then
10109 echo "$as_me:$LINENO: result: yes" >&5
10110 echo "${ECHO_T}yes" >&6
10112 echo "$as_me:$LINENO: result: no" >&5
10113 echo "${ECHO_T}no" >&6
10118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
10119 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
10121 # Check whether --enable-treectrl or --disable-treectrl was given.
10122 if test "${enable_treectrl+set}" = set; then
10123 enableval
="$enable_treectrl"
10125 if test "$enableval" = yes; then
10126 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
10128 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
10133 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
10134 if test "x$LINE" != x
; then
10135 eval "DEFAULT_$LINE"
10140 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
10144 eval "$ac_cv_use_treectrl"
10145 if test "$no_cache" != 1; then
10146 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
10149 if test "$wxUSE_TREECTRL" = yes; then
10150 echo "$as_me:$LINENO: result: yes" >&5
10151 echo "${ECHO_T}yes" >&6
10153 echo "$as_me:$LINENO: result: no" >&5
10154 echo "${ECHO_T}no" >&6
10159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
10160 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
10162 # Check whether --enable-tipwindow or --disable-tipwindow was given.
10163 if test "${enable_tipwindow+set}" = set; then
10164 enableval
="$enable_tipwindow"
10166 if test "$enableval" = yes; then
10167 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
10169 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
10174 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
10175 if test "x$LINE" != x
; then
10176 eval "DEFAULT_$LINE"
10181 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
10185 eval "$ac_cv_use_tipwindow"
10186 if test "$no_cache" != 1; then
10187 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
10190 if test "$wxUSE_TIPWINDOW" = yes; then
10191 echo "$as_me:$LINENO: result: yes" >&5
10192 echo "${ECHO_T}yes" >&6
10194 echo "$as_me:$LINENO: result: no" >&5
10195 echo "${ECHO_T}no" >&6
10200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
10201 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
10203 # Check whether --enable-popupwin or --disable-popupwin was given.
10204 if test "${enable_popupwin+set}" = set; then
10205 enableval
="$enable_popupwin"
10207 if test "$enableval" = yes; then
10208 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
10210 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
10215 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
10216 if test "x$LINE" != x
; then
10217 eval "DEFAULT_$LINE"
10222 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
10226 eval "$ac_cv_use_popupwin"
10227 if test "$no_cache" != 1; then
10228 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
10231 if test "$wxUSE_POPUPWIN" = yes; then
10232 echo "$as_me:$LINENO: result: yes" >&5
10233 echo "${ECHO_T}yes" >&6
10235 echo "$as_me:$LINENO: result: no" >&5
10236 echo "${ECHO_T}no" >&6
10243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
10244 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
10246 # Check whether --enable-commondlg or --disable-commondlg was given.
10247 if test "${enable_commondlg+set}" = set; then
10248 enableval
="$enable_commondlg"
10250 if test "$enableval" = yes; then
10251 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
10253 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
10258 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
10259 if test "x$LINE" != x
; then
10260 eval "DEFAULT_$LINE"
10265 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
10269 eval "$ac_cv_use_commondlg"
10270 if test "$no_cache" != 1; then
10271 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
10274 if test "$wxUSE_COMMONDLGS" = yes; then
10275 echo "$as_me:$LINENO: result: yes" >&5
10276 echo "${ECHO_T}yes" >&6
10278 echo "$as_me:$LINENO: result: no" >&5
10279 echo "${ECHO_T}no" >&6
10284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
10285 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6
10287 # Check whether --enable-aboutdlg or --disable-aboutdlg was given.
10288 if test "${enable_aboutdlg+set}" = set; then
10289 enableval
="$enable_aboutdlg"
10291 if test "$enableval" = yes; then
10292 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG=yes'
10294 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG=no'
10299 LINE
=`grep "wxUSE_ABOUTDLG" ${wx_arg_cache_file}`
10300 if test "x$LINE" != x
; then
10301 eval "DEFAULT_$LINE"
10306 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG='$DEFAULT_wxUSE_ABOUTDLG
10310 eval "$ac_cv_use_aboutdlg"
10311 if test "$no_cache" != 1; then
10312 echo $ac_cv_use_aboutdlg >> ${wx_arg_cache_file}.tmp
10315 if test "$wxUSE_ABOUTDLG" = yes; then
10316 echo "$as_me:$LINENO: result: yes" >&5
10317 echo "${ECHO_T}yes" >&6
10319 echo "$as_me:$LINENO: result: no" >&5
10320 echo "${ECHO_T}no" >&6
10325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
10326 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
10328 # Check whether --enable-choicedlg or --disable-choicedlg was given.
10329 if test "${enable_choicedlg+set}" = set; then
10330 enableval
="$enable_choicedlg"
10332 if test "$enableval" = yes; then
10333 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
10335 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
10340 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
10341 if test "x$LINE" != x
; then
10342 eval "DEFAULT_$LINE"
10347 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
10351 eval "$ac_cv_use_choicedlg"
10352 if test "$no_cache" != 1; then
10353 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
10356 if test "$wxUSE_CHOICEDLG" = yes; then
10357 echo "$as_me:$LINENO: result: yes" >&5
10358 echo "${ECHO_T}yes" >&6
10360 echo "$as_me:$LINENO: result: no" >&5
10361 echo "${ECHO_T}no" >&6
10366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
10367 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
10369 # Check whether --enable-coldlg or --disable-coldlg was given.
10370 if test "${enable_coldlg+set}" = set; then
10371 enableval
="$enable_coldlg"
10373 if test "$enableval" = yes; then
10374 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
10376 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
10381 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
10382 if test "x$LINE" != x
; then
10383 eval "DEFAULT_$LINE"
10388 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
10392 eval "$ac_cv_use_coldlg"
10393 if test "$no_cache" != 1; then
10394 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
10397 if test "$wxUSE_COLOURDLG" = yes; then
10398 echo "$as_me:$LINENO: result: yes" >&5
10399 echo "${ECHO_T}yes" >&6
10401 echo "$as_me:$LINENO: result: no" >&5
10402 echo "${ECHO_T}no" >&6
10407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
10408 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
10410 # Check whether --enable-filedlg or --disable-filedlg was given.
10411 if test "${enable_filedlg+set}" = set; then
10412 enableval
="$enable_filedlg"
10414 if test "$enableval" = yes; then
10415 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
10417 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
10422 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
10423 if test "x$LINE" != x
; then
10424 eval "DEFAULT_$LINE"
10429 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
10433 eval "$ac_cv_use_filedlg"
10434 if test "$no_cache" != 1; then
10435 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
10438 if test "$wxUSE_FILEDLG" = yes; then
10439 echo "$as_me:$LINENO: result: yes" >&5
10440 echo "${ECHO_T}yes" >&6
10442 echo "$as_me:$LINENO: result: no" >&5
10443 echo "${ECHO_T}no" >&6
10448 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
10449 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
10451 # Check whether --enable-finddlg or --disable-finddlg was given.
10452 if test "${enable_finddlg+set}" = set; then
10453 enableval
="$enable_finddlg"
10455 if test "$enableval" = yes; then
10456 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
10458 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
10463 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
10464 if test "x$LINE" != x
; then
10465 eval "DEFAULT_$LINE"
10470 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
10474 eval "$ac_cv_use_finddlg"
10475 if test "$no_cache" != 1; then
10476 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
10479 if test "$wxUSE_FINDREPLDLG" = yes; then
10480 echo "$as_me:$LINENO: result: yes" >&5
10481 echo "${ECHO_T}yes" >&6
10483 echo "$as_me:$LINENO: result: no" >&5
10484 echo "${ECHO_T}no" >&6
10489 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
10490 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
10492 # Check whether --enable-fontdlg or --disable-fontdlg was given.
10493 if test "${enable_fontdlg+set}" = set; then
10494 enableval
="$enable_fontdlg"
10496 if test "$enableval" = yes; then
10497 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
10499 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
10504 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
10505 if test "x$LINE" != x
; then
10506 eval "DEFAULT_$LINE"
10511 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
10515 eval "$ac_cv_use_fontdlg"
10516 if test "$no_cache" != 1; then
10517 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
10520 if test "$wxUSE_FONTDLG" = yes; then
10521 echo "$as_me:$LINENO: result: yes" >&5
10522 echo "${ECHO_T}yes" >&6
10524 echo "$as_me:$LINENO: result: no" >&5
10525 echo "${ECHO_T}no" >&6
10530 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
10531 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
10533 # Check whether --enable-dirdlg or --disable-dirdlg was given.
10534 if test "${enable_dirdlg+set}" = set; then
10535 enableval
="$enable_dirdlg"
10537 if test "$enableval" = yes; then
10538 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
10540 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
10545 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
10546 if test "x$LINE" != x
; then
10547 eval "DEFAULT_$LINE"
10552 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
10556 eval "$ac_cv_use_dirdlg"
10557 if test "$no_cache" != 1; then
10558 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10561 if test "$wxUSE_DIRDLG" = yes; then
10562 echo "$as_me:$LINENO: result: yes" >&5
10563 echo "${ECHO_T}yes" >&6
10565 echo "$as_me:$LINENO: result: no" >&5
10566 echo "${ECHO_T}no" >&6
10571 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
10572 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
10574 # Check whether --enable-msgdlg or --disable-msgdlg was given.
10575 if test "${enable_msgdlg+set}" = set; then
10576 enableval
="$enable_msgdlg"
10578 if test "$enableval" = yes; then
10579 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
10581 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
10586 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10587 if test "x$LINE" != x
; then
10588 eval "DEFAULT_$LINE"
10593 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
10597 eval "$ac_cv_use_msgdlg"
10598 if test "$no_cache" != 1; then
10599 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10602 if test "$wxUSE_MSGDLG" = yes; then
10603 echo "$as_me:$LINENO: result: yes" >&5
10604 echo "${ECHO_T}yes" >&6
10606 echo "$as_me:$LINENO: result: no" >&5
10607 echo "${ECHO_T}no" >&6
10612 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
10613 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
10615 # Check whether --enable-numberdlg or --disable-numberdlg was given.
10616 if test "${enable_numberdlg+set}" = set; then
10617 enableval
="$enable_numberdlg"
10619 if test "$enableval" = yes; then
10620 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
10622 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
10627 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10628 if test "x$LINE" != x
; then
10629 eval "DEFAULT_$LINE"
10634 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
10638 eval "$ac_cv_use_numberdlg"
10639 if test "$no_cache" != 1; then
10640 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10643 if test "$wxUSE_NUMBERDLG" = yes; then
10644 echo "$as_me:$LINENO: result: yes" >&5
10645 echo "${ECHO_T}yes" >&6
10647 echo "$as_me:$LINENO: result: no" >&5
10648 echo "${ECHO_T}no" >&6
10653 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
10654 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
10656 # Check whether --enable-splash or --disable-splash was given.
10657 if test "${enable_splash+set}" = set; then
10658 enableval
="$enable_splash"
10660 if test "$enableval" = yes; then
10661 ac_cv_use_splash
='wxUSE_SPLASH=yes'
10663 ac_cv_use_splash
='wxUSE_SPLASH=no'
10668 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
10669 if test "x$LINE" != x
; then
10670 eval "DEFAULT_$LINE"
10675 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
10679 eval "$ac_cv_use_splash"
10680 if test "$no_cache" != 1; then
10681 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
10684 if test "$wxUSE_SPLASH" = yes; then
10685 echo "$as_me:$LINENO: result: yes" >&5
10686 echo "${ECHO_T}yes" >&6
10688 echo "$as_me:$LINENO: result: no" >&5
10689 echo "${ECHO_T}no" >&6
10694 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
10695 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
10697 # Check whether --enable-textdlg or --disable-textdlg was given.
10698 if test "${enable_textdlg+set}" = set; then
10699 enableval
="$enable_textdlg"
10701 if test "$enableval" = yes; then
10702 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
10704 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
10709 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
10710 if test "x$LINE" != x
; then
10711 eval "DEFAULT_$LINE"
10716 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
10720 eval "$ac_cv_use_textdlg"
10721 if test "$no_cache" != 1; then
10722 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
10725 if test "$wxUSE_TEXTDLG" = yes; then
10726 echo "$as_me:$LINENO: result: yes" >&5
10727 echo "${ECHO_T}yes" >&6
10729 echo "$as_me:$LINENO: result: no" >&5
10730 echo "${ECHO_T}no" >&6
10735 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
10736 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
10738 # Check whether --enable-tipdlg or --disable-tipdlg was given.
10739 if test "${enable_tipdlg+set}" = set; then
10740 enableval
="$enable_tipdlg"
10742 if test "$enableval" = yes; then
10743 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
10745 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
10750 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
10751 if test "x$LINE" != x
; then
10752 eval "DEFAULT_$LINE"
10757 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
10761 eval "$ac_cv_use_tipdlg"
10762 if test "$no_cache" != 1; then
10763 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
10766 if test "$wxUSE_STARTUP_TIPS" = yes; then
10767 echo "$as_me:$LINENO: result: yes" >&5
10768 echo "${ECHO_T}yes" >&6
10770 echo "$as_me:$LINENO: result: no" >&5
10771 echo "${ECHO_T}no" >&6
10776 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
10777 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
10779 # Check whether --enable-progressdlg or --disable-progressdlg was given.
10780 if test "${enable_progressdlg+set}" = set; then
10781 enableval
="$enable_progressdlg"
10783 if test "$enableval" = yes; then
10784 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
10786 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
10791 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
10792 if test "x$LINE" != x
; then
10793 eval "DEFAULT_$LINE"
10798 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
10802 eval "$ac_cv_use_progressdlg"
10803 if test "$no_cache" != 1; then
10804 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
10807 if test "$wxUSE_PROGRESSDLG" = yes; then
10808 echo "$as_me:$LINENO: result: yes" >&5
10809 echo "${ECHO_T}yes" >&6
10811 echo "$as_me:$LINENO: result: no" >&5
10812 echo "${ECHO_T}no" >&6
10817 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
10818 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
10820 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
10821 if test "${enable_wizarddlg+set}" = set; then
10822 enableval
="$enable_wizarddlg"
10824 if test "$enableval" = yes; then
10825 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
10827 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
10832 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
10833 if test "x$LINE" != x
; then
10834 eval "DEFAULT_$LINE"
10839 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
10843 eval "$ac_cv_use_wizarddlg"
10844 if test "$no_cache" != 1; then
10845 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
10848 if test "$wxUSE_WIZARDDLG" = yes; then
10849 echo "$as_me:$LINENO: result: yes" >&5
10850 echo "${ECHO_T}yes" >&6
10852 echo "$as_me:$LINENO: result: no" >&5
10853 echo "${ECHO_T}no" >&6
10860 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
10861 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
10863 # Check whether --enable-menus or --disable-menus was given.
10864 if test "${enable_menus+set}" = set; then
10865 enableval
="$enable_menus"
10867 if test "$enableval" = yes; then
10868 ac_cv_use_menus
='wxUSE_MENUS=yes'
10870 ac_cv_use_menus
='wxUSE_MENUS=no'
10875 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
10876 if test "x$LINE" != x
; then
10877 eval "DEFAULT_$LINE"
10882 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
10886 eval "$ac_cv_use_menus"
10887 if test "$no_cache" != 1; then
10888 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
10891 if test "$wxUSE_MENUS" = yes; then
10892 echo "$as_me:$LINENO: result: yes" >&5
10893 echo "${ECHO_T}yes" >&6
10895 echo "$as_me:$LINENO: result: no" >&5
10896 echo "${ECHO_T}no" >&6
10901 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
10902 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
10904 # Check whether --enable-miniframe or --disable-miniframe was given.
10905 if test "${enable_miniframe+set}" = set; then
10906 enableval
="$enable_miniframe"
10908 if test "$enableval" = yes; then
10909 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
10911 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
10916 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
10917 if test "x$LINE" != x
; then
10918 eval "DEFAULT_$LINE"
10923 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
10927 eval "$ac_cv_use_miniframe"
10928 if test "$no_cache" != 1; then
10929 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
10932 if test "$wxUSE_MINIFRAME" = yes; then
10933 echo "$as_me:$LINENO: result: yes" >&5
10934 echo "${ECHO_T}yes" >&6
10936 echo "$as_me:$LINENO: result: no" >&5
10937 echo "${ECHO_T}no" >&6
10942 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
10943 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
10945 # Check whether --enable-tooltips or --disable-tooltips was given.
10946 if test "${enable_tooltips+set}" = set; then
10947 enableval
="$enable_tooltips"
10949 if test "$enableval" = yes; then
10950 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
10952 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
10957 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
10958 if test "x$LINE" != x
; then
10959 eval "DEFAULT_$LINE"
10964 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
10968 eval "$ac_cv_use_tooltips"
10969 if test "$no_cache" != 1; then
10970 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
10973 if test "$wxUSE_TOOLTIPS" = yes; then
10974 echo "$as_me:$LINENO: result: yes" >&5
10975 echo "${ECHO_T}yes" >&6
10977 echo "$as_me:$LINENO: result: no" >&5
10978 echo "${ECHO_T}no" >&6
10983 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
10984 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
10986 # Check whether --enable-splines or --disable-splines was given.
10987 if test "${enable_splines+set}" = set; then
10988 enableval
="$enable_splines"
10990 if test "$enableval" = yes; then
10991 ac_cv_use_splines
='wxUSE_SPLINES=yes'
10993 ac_cv_use_splines
='wxUSE_SPLINES=no'
10998 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
10999 if test "x$LINE" != x
; then
11000 eval "DEFAULT_$LINE"
11005 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
11009 eval "$ac_cv_use_splines"
11010 if test "$no_cache" != 1; then
11011 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
11014 if test "$wxUSE_SPLINES" = yes; then
11015 echo "$as_me:$LINENO: result: yes" >&5
11016 echo "${ECHO_T}yes" >&6
11018 echo "$as_me:$LINENO: result: no" >&5
11019 echo "${ECHO_T}no" >&6
11024 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
11025 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
11027 # Check whether --enable-mousewheel or --disable-mousewheel was given.
11028 if test "${enable_mousewheel+set}" = set; then
11029 enableval
="$enable_mousewheel"
11031 if test "$enableval" = yes; then
11032 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=yes'
11034 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=no'
11039 LINE
=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
11040 if test "x$LINE" != x
; then
11041 eval "DEFAULT_$LINE"
11046 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
11050 eval "$ac_cv_use_mousewheel"
11051 if test "$no_cache" != 1; then
11052 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
11055 if test "$wxUSE_MOUSEWHEEL" = yes; then
11056 echo "$as_me:$LINENO: result: yes" >&5
11057 echo "${ECHO_T}yes" >&6
11059 echo "$as_me:$LINENO: result: no" >&5
11060 echo "${ECHO_T}no" >&6
11065 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
11066 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
11068 # Check whether --enable-validators or --disable-validators was given.
11069 if test "${enable_validators+set}" = set; then
11070 enableval
="$enable_validators"
11072 if test "$enableval" = yes; then
11073 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
11075 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
11080 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
11081 if test "x$LINE" != x
; then
11082 eval "DEFAULT_$LINE"
11087 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
11091 eval "$ac_cv_use_validators"
11092 if test "$no_cache" != 1; then
11093 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
11096 if test "$wxUSE_VALIDATORS" = yes; then
11097 echo "$as_me:$LINENO: result: yes" >&5
11098 echo "${ECHO_T}yes" >&6
11100 echo "$as_me:$LINENO: result: no" >&5
11101 echo "${ECHO_T}no" >&6
11106 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
11107 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
11109 # Check whether --enable-busyinfo or --disable-busyinfo was given.
11110 if test "${enable_busyinfo+set}" = set; then
11111 enableval
="$enable_busyinfo"
11113 if test "$enableval" = yes; then
11114 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
11116 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
11121 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
11122 if test "x$LINE" != x
; then
11123 eval "DEFAULT_$LINE"
11128 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
11132 eval "$ac_cv_use_busyinfo"
11133 if test "$no_cache" != 1; then
11134 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
11137 if test "$wxUSE_BUSYINFO" = yes; then
11138 echo "$as_me:$LINENO: result: yes" >&5
11139 echo "${ECHO_T}yes" >&6
11141 echo "$as_me:$LINENO: result: no" >&5
11142 echo "${ECHO_T}no" >&6
11147 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
11148 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
11150 # Check whether --enable-joystick or --disable-joystick was given.
11151 if test "${enable_joystick+set}" = set; then
11152 enableval
="$enable_joystick"
11154 if test "$enableval" = yes; then
11155 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
11157 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
11162 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
11163 if test "x$LINE" != x
; then
11164 eval "DEFAULT_$LINE"
11169 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
11173 eval "$ac_cv_use_joystick"
11174 if test "$no_cache" != 1; then
11175 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
11178 if test "$wxUSE_JOYSTICK" = yes; then
11179 echo "$as_me:$LINENO: result: yes" >&5
11180 echo "${ECHO_T}yes" >&6
11182 echo "$as_me:$LINENO: result: no" >&5
11183 echo "${ECHO_T}no" >&6
11188 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
11189 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
11191 # Check whether --enable-metafile or --disable-metafile was given.
11192 if test "${enable_metafile+set}" = set; then
11193 enableval
="$enable_metafile"
11195 if test "$enableval" = yes; then
11196 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
11198 ac_cv_use_metafile
='wxUSE_METAFILE=no'
11203 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
11204 if test "x$LINE" != x
; then
11205 eval "DEFAULT_$LINE"
11210 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
11214 eval "$ac_cv_use_metafile"
11215 if test "$no_cache" != 1; then
11216 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
11219 if test "$wxUSE_METAFILE" = yes; then
11220 echo "$as_me:$LINENO: result: yes" >&5
11221 echo "${ECHO_T}yes" >&6
11223 echo "$as_me:$LINENO: result: no" >&5
11224 echo "${ECHO_T}no" >&6
11229 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
11230 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
11232 # Check whether --enable-dragimage or --disable-dragimage was given.
11233 if test "${enable_dragimage+set}" = set; then
11234 enableval
="$enable_dragimage"
11236 if test "$enableval" = yes; then
11237 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
11239 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
11244 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
11245 if test "x$LINE" != x
; then
11246 eval "DEFAULT_$LINE"
11251 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
11255 eval "$ac_cv_use_dragimage"
11256 if test "$no_cache" != 1; then
11257 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
11260 if test "$wxUSE_DRAGIMAGE" = yes; then
11261 echo "$as_me:$LINENO: result: yes" >&5
11262 echo "${ECHO_T}yes" >&6
11264 echo "$as_me:$LINENO: result: no" >&5
11265 echo "${ECHO_T}no" >&6
11270 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
11271 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
11273 # Check whether --enable-accessibility or --disable-accessibility was given.
11274 if test "${enable_accessibility+set}" = set; then
11275 enableval
="$enable_accessibility"
11277 if test "$enableval" = yes; then
11278 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
11280 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
11285 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
11286 if test "x$LINE" != x
; then
11287 eval "DEFAULT_$LINE"
11292 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
11296 eval "$ac_cv_use_accessibility"
11297 if test "$no_cache" != 1; then
11298 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
11301 if test "$wxUSE_ACCESSIBILITY" = yes; then
11302 echo "$as_me:$LINENO: result: yes" >&5
11303 echo "${ECHO_T}yes" >&6
11305 echo "$as_me:$LINENO: result: no" >&5
11306 echo "${ECHO_T}no" >&6
11310 if test "$wxUSE_MSW" = "1"; then
11313 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
11314 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
11316 # Check whether --enable-dccache or --disable-dccache was given.
11317 if test "${enable_dccache+set}" = set; then
11318 enableval
="$enable_dccache"
11320 if test "$enableval" = yes; then
11321 ac_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
11323 ac_cv_use_dccache
='wxUSE_DC_CACHEING=no'
11328 LINE
=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
11329 if test "x$LINE" != x
; then
11330 eval "DEFAULT_$LINE"
11335 ac_cv_use_dccache
='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
11339 eval "$ac_cv_use_dccache"
11340 if test "$no_cache" != 1; then
11341 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
11344 if test "$wxUSE_DC_CACHEING" = yes; then
11345 echo "$as_me:$LINENO: result: yes" >&5
11346 echo "${ECHO_T}yes" >&6
11348 echo "$as_me:$LINENO: result: no" >&5
11349 echo "${ECHO_T}no" >&6
11357 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
11358 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
11360 # Check whether --enable-palette or --disable-palette was given.
11361 if test "${enable_palette+set}" = set; then
11362 enableval
="$enable_palette"
11364 if test "$enableval" = yes; then
11365 ac_cv_use_palette
='wxUSE_PALETTE=yes'
11367 ac_cv_use_palette
='wxUSE_PALETTE=no'
11372 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
11373 if test "x$LINE" != x
; then
11374 eval "DEFAULT_$LINE"
11379 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
11383 eval "$ac_cv_use_palette"
11384 if test "$no_cache" != 1; then
11385 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
11388 if test "$wxUSE_PALETTE" = yes; then
11389 echo "$as_me:$LINENO: result: yes" >&5
11390 echo "${ECHO_T}yes" >&6
11392 echo "$as_me:$LINENO: result: no" >&5
11393 echo "${ECHO_T}no" >&6
11398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
11399 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
11401 # Check whether --enable-image or --disable-image was given.
11402 if test "${enable_image+set}" = set; then
11403 enableval
="$enable_image"
11405 if test "$enableval" = yes; then
11406 ac_cv_use_image
='wxUSE_IMAGE=yes'
11408 ac_cv_use_image
='wxUSE_IMAGE=no'
11413 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
11414 if test "x$LINE" != x
; then
11415 eval "DEFAULT_$LINE"
11420 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
11424 eval "$ac_cv_use_image"
11425 if test "$no_cache" != 1; then
11426 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
11429 if test "$wxUSE_IMAGE" = yes; then
11430 echo "$as_me:$LINENO: result: yes" >&5
11431 echo "${ECHO_T}yes" >&6
11433 echo "$as_me:$LINENO: result: no" >&5
11434 echo "${ECHO_T}no" >&6
11439 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
11440 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
11442 # Check whether --enable-gif or --disable-gif was given.
11443 if test "${enable_gif+set}" = set; then
11444 enableval
="$enable_gif"
11446 if test "$enableval" = yes; then
11447 ac_cv_use_gif
='wxUSE_GIF=yes'
11449 ac_cv_use_gif
='wxUSE_GIF=no'
11454 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
11455 if test "x$LINE" != x
; then
11456 eval "DEFAULT_$LINE"
11461 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
11465 eval "$ac_cv_use_gif"
11466 if test "$no_cache" != 1; then
11467 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
11470 if test "$wxUSE_GIF" = yes; then
11471 echo "$as_me:$LINENO: result: yes" >&5
11472 echo "${ECHO_T}yes" >&6
11474 echo "$as_me:$LINENO: result: no" >&5
11475 echo "${ECHO_T}no" >&6
11480 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
11481 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
11483 # Check whether --enable-pcx or --disable-pcx was given.
11484 if test "${enable_pcx+set}" = set; then
11485 enableval
="$enable_pcx"
11487 if test "$enableval" = yes; then
11488 ac_cv_use_pcx
='wxUSE_PCX=yes'
11490 ac_cv_use_pcx
='wxUSE_PCX=no'
11495 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
11496 if test "x$LINE" != x
; then
11497 eval "DEFAULT_$LINE"
11502 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
11506 eval "$ac_cv_use_pcx"
11507 if test "$no_cache" != 1; then
11508 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
11511 if test "$wxUSE_PCX" = yes; then
11512 echo "$as_me:$LINENO: result: yes" >&5
11513 echo "${ECHO_T}yes" >&6
11515 echo "$as_me:$LINENO: result: no" >&5
11516 echo "${ECHO_T}no" >&6
11521 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
11522 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6
11524 # Check whether --enable-tga or --disable-tga was given.
11525 if test "${enable_tga+set}" = set; then
11526 enableval
="$enable_tga"
11528 if test "$enableval" = yes; then
11529 ac_cv_use_tga
='wxUSE_TGA=yes'
11531 ac_cv_use_tga
='wxUSE_TGA=no'
11536 LINE
=`grep "wxUSE_TGA" ${wx_arg_cache_file}`
11537 if test "x$LINE" != x
; then
11538 eval "DEFAULT_$LINE"
11543 ac_cv_use_tga
='wxUSE_TGA='$DEFAULT_wxUSE_TGA
11547 eval "$ac_cv_use_tga"
11548 if test "$no_cache" != 1; then
11549 echo $ac_cv_use_tga >> ${wx_arg_cache_file}.tmp
11552 if test "$wxUSE_TGA" = yes; then
11553 echo "$as_me:$LINENO: result: yes" >&5
11554 echo "${ECHO_T}yes" >&6
11556 echo "$as_me:$LINENO: result: no" >&5
11557 echo "${ECHO_T}no" >&6
11562 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
11563 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
11565 # Check whether --enable-iff or --disable-iff was given.
11566 if test "${enable_iff+set}" = set; then
11567 enableval
="$enable_iff"
11569 if test "$enableval" = yes; then
11570 ac_cv_use_iff
='wxUSE_IFF=yes'
11572 ac_cv_use_iff
='wxUSE_IFF=no'
11577 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
11578 if test "x$LINE" != x
; then
11579 eval "DEFAULT_$LINE"
11584 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
11588 eval "$ac_cv_use_iff"
11589 if test "$no_cache" != 1; then
11590 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
11593 if test "$wxUSE_IFF" = yes; then
11594 echo "$as_me:$LINENO: result: yes" >&5
11595 echo "${ECHO_T}yes" >&6
11597 echo "$as_me:$LINENO: result: no" >&5
11598 echo "${ECHO_T}no" >&6
11603 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
11604 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
11606 # Check whether --enable-pnm or --disable-pnm was given.
11607 if test "${enable_pnm+set}" = set; then
11608 enableval
="$enable_pnm"
11610 if test "$enableval" = yes; then
11611 ac_cv_use_pnm
='wxUSE_PNM=yes'
11613 ac_cv_use_pnm
='wxUSE_PNM=no'
11618 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
11619 if test "x$LINE" != x
; then
11620 eval "DEFAULT_$LINE"
11625 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
11629 eval "$ac_cv_use_pnm"
11630 if test "$no_cache" != 1; then
11631 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
11634 if test "$wxUSE_PNM" = yes; then
11635 echo "$as_me:$LINENO: result: yes" >&5
11636 echo "${ECHO_T}yes" >&6
11638 echo "$as_me:$LINENO: result: no" >&5
11639 echo "${ECHO_T}no" >&6
11644 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
11645 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
11647 # Check whether --enable-xpm or --disable-xpm was given.
11648 if test "${enable_xpm+set}" = set; then
11649 enableval
="$enable_xpm"
11651 if test "$enableval" = yes; then
11652 ac_cv_use_xpm
='wxUSE_XPM=yes'
11654 ac_cv_use_xpm
='wxUSE_XPM=no'
11659 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
11660 if test "x$LINE" != x
; then
11661 eval "DEFAULT_$LINE"
11666 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
11670 eval "$ac_cv_use_xpm"
11671 if test "$no_cache" != 1; then
11672 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
11675 if test "$wxUSE_XPM" = yes; then
11676 echo "$as_me:$LINENO: result: yes" >&5
11677 echo "${ECHO_T}yes" >&6
11679 echo "$as_me:$LINENO: result: no" >&5
11680 echo "${ECHO_T}no" >&6
11685 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
11686 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
11688 # Check whether --enable-ico_cur or --disable-ico_cur was given.
11689 if test "${enable_ico_cur+set}" = set; then
11690 enableval
="$enable_ico_cur"
11692 if test "$enableval" = yes; then
11693 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
11695 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
11700 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
11701 if test "x$LINE" != x
; then
11702 eval "DEFAULT_$LINE"
11707 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
11711 eval "$ac_cv_use_ico_cur"
11712 if test "$no_cache" != 1; then
11713 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
11716 if test "$wxUSE_ICO_CUR" = yes; then
11717 echo "$as_me:$LINENO: result: yes" >&5
11718 echo "${ECHO_T}yes" >&6
11720 echo "$as_me:$LINENO: result: no" >&5
11721 echo "${ECHO_T}no" >&6
11729 # Check whether --with-flavour or --without-flavour was given.
11730 if test "${with_flavour+set}" = set; then
11731 withval
="$with_flavour"
11732 WX_FLAVOUR
="$withval"
11738 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
11739 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
11741 # Check whether --enable-official_build or --disable-official_build was given.
11742 if test "${enable_official_build+set}" = set; then
11743 enableval
="$enable_official_build"
11745 if test "$enableval" = yes; then
11746 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
11748 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
11753 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
11754 if test "x$LINE" != x
; then
11755 eval "DEFAULT_$LINE"
11760 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
11764 eval "$ac_cv_use_official_build"
11765 if test "$no_cache" != 1; then
11766 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
11769 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
11770 echo "$as_me:$LINENO: result: yes" >&5
11771 echo "${ECHO_T}yes" >&6
11773 echo "$as_me:$LINENO: result: no" >&5
11774 echo "${ECHO_T}no" >&6
11777 # Check whether --enable-vendor or --disable-vendor was given.
11778 if test "${enable_vendor+set}" = set; then
11779 enableval
="$enable_vendor"
11780 VENDOR
="$enableval"
11782 if test "x$VENDOR" = "x"; then
11789 echo "saving argument cache $wx_arg_cache_file"
11790 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
11794 echo "$as_me:$LINENO: checking for toolkit" >&5
11795 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
11797 # In Wine, we need to default to MSW, not GTK or MOTIF
11798 if test "$wxUSE_WINE" = "yes"; then
11799 DEFAULT_DEFAULT_wxUSE_GTK
=0
11800 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
11801 DEFAULT_DEFAULT_wxUSE_MSW
=1
11806 if test "$wxUSE_GUI" = "yes"; then
11808 if test "$USE_BEOS" = 1; then
11809 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
11810 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
11811 { (exit 1); exit 1; }; }
11814 if test "$TOOLKIT_GIVEN" = 1; then
11815 for toolkit
in `echo $ALL_TOOLKITS`; do
11817 eval "value=\$${var}"
11818 if test "x$value" = "xno"; then
11820 elif test "x$value" != "x"; then
11824 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
11825 eval "wx${toolkit}_VERSION=$value"
11829 for toolkit
in `echo $ALL_TOOLKITS`; do
11830 if test "$has_toolkit_in_cache" != 1; then
11831 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
11833 var
=DEFAULT_wxUSE_
$toolkit
11835 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
11836 if test "x$version" != "x"; then
11837 eval "wx${toolkit}_VERSION=$version"
11840 eval "wxUSE_$toolkit=\$${var}"
11844 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
11845 + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} + ${wxUSE_MICROWIN:-0} \
11846 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
11849 *-pc-os2_emx | *-pc-os2-emx )
11850 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
11853 case "$NUM_TOOLKITS" in
11857 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
11858 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
11859 { (exit 1); exit 1; }; }
11862 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
11863 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
11864 { (exit 1); exit 1; }; }
11867 # to be removed when --disable-gtk2 isn't needed
11868 if test "x$wxUSE_GTK2" = "xyes"; then
11870 elif test "x$wxUSE_GTK2" = "xno"; then
11874 for toolkit
in `echo $ALL_TOOLKITS`; do
11876 eval "value=\$${var}"
11877 if test "x$value" != x
; then
11878 cache_var
=CACHE_
$toolkit
11879 eval "cache=\$${cache_var}"
11880 if test "$cache" = 1; then
11881 echo "$var=$value" >> ${wx_arg_cache_file}
11882 eval "version=\$wx${toolkit}_VERSION"
11883 if test "x$version" != "x"; then
11884 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
11887 if test "$value" = 1; then
11888 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
11889 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
11890 echo "${ECHO_T}$toolkit_echo" >&6
11895 if test "x$host_alias" != "x"; then
11896 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
11897 echo "${ECHO_T}base ($host_alias hosted) only" >&6
11899 echo "$as_me:$LINENO: result: base only" >&5
11900 echo "${ECHO_T}base only" >&6
11905 doesnt_want_win32
=0
11908 if test "$wxUSE_MSW" = 1 ; then
11910 BAKEFILE_FORCE_PLATFORM
=win32
11912 doesnt_want_win32
=1
11920 if test "$wxUSE_WINE" = "yes"; then
11924 LDFLAGS_GUI
="-mwindows"
11927 if test "$wants_win32" = 1 ; then
11930 cat >>confdefs.h
<<\_ACEOF
11931 #define __WIN32__ 1
11934 cat >>confdefs.h
<<\_ACEOF
11935 #define __WIN95__ 1
11938 cat >>confdefs.h
<<\_ACEOF
11939 #define __WINDOWS__ 1
11942 cat >>confdefs.h
<<\_ACEOF
11943 #define __GNUWIN32__ 1
11946 cat >>confdefs.h
<<\_ACEOF
11950 cat >>confdefs.h
<<\_ACEOF
11951 #define WINVER 0x0400
11955 if test "$doesnt_want_win32" = 1 ; then
11960 if test "$USE_UNIX" = 1 ; then
11962 cat >>confdefs.h
<<\_ACEOF
11969 cat >confcache
<<\_ACEOF
11970 # This file is a shell script that caches the results of configure
11971 # tests run on this system so they can be shared between configure
11972 # scripts and configure runs, see configure's option --config-cache.
11973 # It is not useful on other systems. If it contains results you don't
11974 # want to keep, you may remove or edit it.
11976 # config.status only pays attention to the cache file if you give it
11977 # the --recheck option to rerun configure.
11979 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11980 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11981 # following values.
11985 # The following way of writing the cache mishandles newlines in values,
11986 # but we know of no workaround that is simple, portable, and efficient.
11987 # So, don't put newlines in cache variables' values.
11988 # Ultrix sh set writes to stderr and can't be redirected directly,
11989 # and sets the high bit in the cache file unless we assign to the vars.
11992 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11994 # `set' does not quote correctly, so add quotes (double-quote
11995 # substitution turns \\\\ into \\, and sed turns \\ into \).
11998 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12001 # `set' quotes correctly as required by POSIX, so do not add quotes.
12003 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
12010 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12012 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12014 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
12015 if test -w $cache_file; then
12016 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
12017 cat confcache
>$cache_file
12019 echo "not updating unwritable cache $cache_file"
12029 ac_cpp
='$CPP $CPPFLAGS'
12030 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12031 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12032 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12033 if test -n "$ac_tool_prefix"; then
12034 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
12035 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
12036 echo "$as_me:$LINENO: checking for $ac_word" >&5
12037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12038 if test "${ac_cv_prog_CC+set}" = set; then
12039 echo $ECHO_N "(cached) $ECHO_C" >&6
12041 if test -n "$CC"; then
12042 ac_cv_prog_CC
="$CC" # Let the user override the test.
12044 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12045 for as_dir
in $PATH
12048 test -z "$as_dir" && as_dir
=.
12049 for ac_exec_ext
in '' $ac_executable_extensions; do
12050 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12051 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
12052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12061 if test -n "$CC"; then
12062 echo "$as_me:$LINENO: result: $CC" >&5
12063 echo "${ECHO_T}$CC" >&6
12065 echo "$as_me:$LINENO: result: no" >&5
12066 echo "${ECHO_T}no" >&6
12070 if test -z "$ac_cv_prog_CC"; then
12072 # Extract the first word of "gcc", so it can be a program name with args.
12073 set dummy gcc
; ac_word
=$2
12074 echo "$as_me:$LINENO: checking for $ac_word" >&5
12075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12076 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12077 echo $ECHO_N "(cached) $ECHO_C" >&6
12079 if test -n "$ac_ct_CC"; then
12080 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12082 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12083 for as_dir
in $PATH
12086 test -z "$as_dir" && as_dir
=.
12087 for ac_exec_ext
in '' $ac_executable_extensions; do
12088 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12089 ac_cv_prog_ac_ct_CC
="gcc"
12090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12098 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12099 if test -n "$ac_ct_CC"; then
12100 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12101 echo "${ECHO_T}$ac_ct_CC" >&6
12103 echo "$as_me:$LINENO: result: no" >&5
12104 echo "${ECHO_T}no" >&6
12109 CC
="$ac_cv_prog_CC"
12112 if test -z "$CC"; then
12113 if test -n "$ac_tool_prefix"; then
12114 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
12115 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
12116 echo "$as_me:$LINENO: checking for $ac_word" >&5
12117 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12118 if test "${ac_cv_prog_CC+set}" = set; then
12119 echo $ECHO_N "(cached) $ECHO_C" >&6
12121 if test -n "$CC"; then
12122 ac_cv_prog_CC
="$CC" # Let the user override the test.
12124 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12125 for as_dir
in $PATH
12128 test -z "$as_dir" && as_dir
=.
12129 for ac_exec_ext
in '' $ac_executable_extensions; do
12130 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12131 ac_cv_prog_CC
="${ac_tool_prefix}cc"
12132 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12141 if test -n "$CC"; then
12142 echo "$as_me:$LINENO: result: $CC" >&5
12143 echo "${ECHO_T}$CC" >&6
12145 echo "$as_me:$LINENO: result: no" >&5
12146 echo "${ECHO_T}no" >&6
12150 if test -z "$ac_cv_prog_CC"; then
12152 # Extract the first word of "cc", so it can be a program name with args.
12153 set dummy cc
; ac_word
=$2
12154 echo "$as_me:$LINENO: checking for $ac_word" >&5
12155 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12156 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12157 echo $ECHO_N "(cached) $ECHO_C" >&6
12159 if test -n "$ac_ct_CC"; then
12160 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12162 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12163 for as_dir
in $PATH
12166 test -z "$as_dir" && as_dir
=.
12167 for ac_exec_ext
in '' $ac_executable_extensions; do
12168 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12169 ac_cv_prog_ac_ct_CC
="cc"
12170 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12178 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12179 if test -n "$ac_ct_CC"; then
12180 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12181 echo "${ECHO_T}$ac_ct_CC" >&6
12183 echo "$as_me:$LINENO: result: no" >&5
12184 echo "${ECHO_T}no" >&6
12189 CC
="$ac_cv_prog_CC"
12193 if test -z "$CC"; then
12194 # Extract the first word of "cc", so it can be a program name with args.
12195 set dummy cc
; ac_word
=$2
12196 echo "$as_me:$LINENO: checking for $ac_word" >&5
12197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12198 if test "${ac_cv_prog_CC+set}" = set; then
12199 echo $ECHO_N "(cached) $ECHO_C" >&6
12201 if test -n "$CC"; then
12202 ac_cv_prog_CC
="$CC" # Let the user override the test.
12204 ac_prog_rejected
=no
12205 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12206 for as_dir
in $PATH
12209 test -z "$as_dir" && as_dir
=.
12210 for ac_exec_ext
in '' $ac_executable_extensions; do
12211 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12212 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
12213 ac_prog_rejected
=yes
12217 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12223 if test $ac_prog_rejected = yes; then
12224 # We found a bogon in the path, so make sure we never use it.
12225 set dummy
$ac_cv_prog_CC
12227 if test $# != 0; then
12228 # We chose a different compiler from the bogus one.
12229 # However, it has the same basename, so the bogon will be chosen
12230 # first if we set CC to just the basename; use the full file name.
12232 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
12238 if test -n "$CC"; then
12239 echo "$as_me:$LINENO: result: $CC" >&5
12240 echo "${ECHO_T}$CC" >&6
12242 echo "$as_me:$LINENO: result: no" >&5
12243 echo "${ECHO_T}no" >&6
12247 if test -z "$CC"; then
12248 if test -n "$ac_tool_prefix"; then
12251 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12252 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12253 echo "$as_me:$LINENO: checking for $ac_word" >&5
12254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12255 if test "${ac_cv_prog_CC+set}" = set; then
12256 echo $ECHO_N "(cached) $ECHO_C" >&6
12258 if test -n "$CC"; then
12259 ac_cv_prog_CC
="$CC" # Let the user override the test.
12261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12262 for as_dir
in $PATH
12265 test -z "$as_dir" && as_dir
=.
12266 for ac_exec_ext
in '' $ac_executable_extensions; do
12267 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12268 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
12269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12278 if test -n "$CC"; then
12279 echo "$as_me:$LINENO: result: $CC" >&5
12280 echo "${ECHO_T}$CC" >&6
12282 echo "$as_me:$LINENO: result: no" >&5
12283 echo "${ECHO_T}no" >&6
12286 test -n "$CC" && break
12289 if test -z "$CC"; then
12293 # Extract the first word of "$ac_prog", so it can be a program name with args.
12294 set dummy
$ac_prog; ac_word
=$2
12295 echo "$as_me:$LINENO: checking for $ac_word" >&5
12296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12297 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12298 echo $ECHO_N "(cached) $ECHO_C" >&6
12300 if test -n "$ac_ct_CC"; then
12301 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12304 for as_dir
in $PATH
12307 test -z "$as_dir" && as_dir
=.
12308 for ac_exec_ext
in '' $ac_executable_extensions; do
12309 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12310 ac_cv_prog_ac_ct_CC
="$ac_prog"
12311 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12319 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12320 if test -n "$ac_ct_CC"; then
12321 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12322 echo "${ECHO_T}$ac_ct_CC" >&6
12324 echo "$as_me:$LINENO: result: no" >&5
12325 echo "${ECHO_T}no" >&6
12328 test -n "$ac_ct_CC" && break
12337 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
12338 See \`config.log' for more details." >&5
12339 echo "$as_me: error: no acceptable C compiler found in \$PATH
12340 See \`config.log' for more details." >&2;}
12341 { (exit 1); exit 1; }; }
12343 # Provide some information about the compiler.
12344 echo "$as_me:$LINENO:" \
12345 "checking for C compiler version" >&5
12346 ac_compiler
=`set X $ac_compile; echo $2`
12347 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12348 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12351 (exit $ac_status); }
12352 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12353 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); }
12357 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12358 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12361 (exit $ac_status); }
12363 cat >conftest.
$ac_ext <<_ACEOF
12366 cat confdefs.h
>>conftest.
$ac_ext
12367 cat >>conftest.
$ac_ext <<_ACEOF
12368 /* end confdefs.h. */
12378 ac_clean_files_save
=$ac_clean_files
12379 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
12380 # Try to create an executable without -o first, disregard a.out.
12381 # It will help us diagnose broken compilers, and finding out an intuition
12383 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
12384 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
12385 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
12386 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
12387 (eval $ac_link_default) 2>&5
12389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12390 (exit $ac_status); }; then
12391 # Find the output, starting from the most likely. This scheme is
12392 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
12395 # Be careful to initialize this variable, since it used to be cached.
12396 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
12398 # b.out is created by i960 compilers.
12399 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
12401 test -f "$ac_file" || continue
12403 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
12406 # This is the source file.
12409 # We found the default executable, but exeext='' is most
12413 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
12414 # FIXME: I believe we export ac_cv_exeext for Libtool,
12415 # but it would be cool to find out if it's true. Does anybody
12416 # maintain Libtool? --akim.
12417 export ac_cv_exeext
12424 echo "$as_me: failed program was:" >&5
12425 sed 's/^/| /' conftest.
$ac_ext >&5
12427 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
12428 See \`config.log' for more details." >&5
12429 echo "$as_me: error: C compiler cannot create executables
12430 See \`config.log' for more details." >&2;}
12431 { (exit 77); exit 77; }; }
12434 ac_exeext
=$ac_cv_exeext
12435 echo "$as_me:$LINENO: result: $ac_file" >&5
12436 echo "${ECHO_T}$ac_file" >&6
12438 # Check the compiler produces executables we can run. If not, either
12439 # the compiler is broken, or we cross compile.
12440 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
12441 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
12442 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
12443 # If not cross compiling, check that we can run a simple program.
12444 if test "$cross_compiling" != yes; then
12445 if { ac_try
='./$ac_file'
12446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12447 (eval $ac_try) 2>&5
12449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12450 (exit $ac_status); }; }; then
12453 if test "$cross_compiling" = maybe
; then
12454 cross_compiling
=yes
12456 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
12457 If you meant to cross compile, use \`--host'.
12458 See \`config.log' for more details." >&5
12459 echo "$as_me: error: cannot run C compiled programs.
12460 If you meant to cross compile, use \`--host'.
12461 See \`config.log' for more details." >&2;}
12462 { (exit 1); exit 1; }; }
12466 echo "$as_me:$LINENO: result: yes" >&5
12467 echo "${ECHO_T}yes" >&6
12469 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
12470 ac_clean_files
=$ac_clean_files_save
12471 # Check the compiler produces executables we can run. If not, either
12472 # the compiler is broken, or we cross compile.
12473 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
12474 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
12475 echo "$as_me:$LINENO: result: $cross_compiling" >&5
12476 echo "${ECHO_T}$cross_compiling" >&6
12478 echo "$as_me:$LINENO: checking for suffix of executables" >&5
12479 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
12480 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12481 (eval $ac_link) 2>&5
12483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12484 (exit $ac_status); }; then
12485 # If both `conftest.exe' and `conftest' are `present' (well, observable)
12486 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
12487 # work properly (i.e., refer to `conftest.exe'), while it won't with
12489 for ac_file
in conftest.exe conftest conftest.
*; do
12490 test -f "$ac_file" || continue
12492 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
12493 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
12494 export ac_cv_exeext
12500 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
12501 See \`config.log' for more details." >&5
12502 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
12503 See \`config.log' for more details." >&2;}
12504 { (exit 1); exit 1; }; }
12507 rm -f conftest
$ac_cv_exeext
12508 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
12509 echo "${ECHO_T}$ac_cv_exeext" >&6
12511 rm -f conftest.
$ac_ext
12512 EXEEXT
=$ac_cv_exeext
12514 echo "$as_me:$LINENO: checking for suffix of object files" >&5
12515 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
12516 if test "${ac_cv_objext+set}" = set; then
12517 echo $ECHO_N "(cached) $ECHO_C" >&6
12519 cat >conftest.
$ac_ext <<_ACEOF
12522 cat confdefs.h
>>conftest.
$ac_ext
12523 cat >>conftest.
$ac_ext <<_ACEOF
12524 /* end confdefs.h. */
12534 rm -f conftest.o conftest.obj
12535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12536 (eval $ac_compile) 2>&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); }; then
12540 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
12542 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
12543 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
12548 echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.
$ac_ext >&5
12551 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
12552 See \`config.log' for more details." >&5
12553 echo "$as_me: error: cannot compute suffix of object files: cannot compile
12554 See \`config.log' for more details." >&2;}
12555 { (exit 1); exit 1; }; }
12558 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
12560 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
12561 echo "${ECHO_T}$ac_cv_objext" >&6
12562 OBJEXT
=$ac_cv_objext
12564 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
12565 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
12566 if test "${ac_cv_c_compiler_gnu+set}" = set; then
12567 echo $ECHO_N "(cached) $ECHO_C" >&6
12569 cat >conftest.
$ac_ext <<_ACEOF
12572 cat confdefs.h
>>conftest.
$ac_ext
12573 cat >>conftest.
$ac_ext <<_ACEOF
12574 /* end confdefs.h. */
12587 rm -f conftest.
$ac_objext
12588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12589 (eval $ac_compile) 2>conftest.er1
12591 grep -v '^ *+' conftest.er1
>conftest.err
12593 cat conftest.err
>&5
12594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12595 (exit $ac_status); } &&
12596 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12598 (eval $ac_try) 2>&5
12600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12601 (exit $ac_status); }; } &&
12602 { ac_try
='test -s conftest.$ac_objext'
12603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12604 (eval $ac_try) 2>&5
12606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12607 (exit $ac_status); }; }; then
12608 ac_compiler_gnu
=yes
12610 echo "$as_me: failed program was:" >&5
12611 sed 's/^/| /' conftest.
$ac_ext >&5
12615 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12616 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
12619 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
12620 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
12621 GCC
=`test $ac_compiler_gnu = yes && echo yes`
12622 ac_test_CFLAGS
=${CFLAGS+set}
12623 ac_save_CFLAGS
=$CFLAGS
12625 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
12626 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
12627 if test "${ac_cv_prog_cc_g+set}" = set; then
12628 echo $ECHO_N "(cached) $ECHO_C" >&6
12630 cat >conftest.
$ac_ext <<_ACEOF
12633 cat confdefs.h
>>conftest.
$ac_ext
12634 cat >>conftest.
$ac_ext <<_ACEOF
12635 /* end confdefs.h. */
12645 rm -f conftest.
$ac_objext
12646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12647 (eval $ac_compile) 2>conftest.er1
12649 grep -v '^ *+' conftest.er1
>conftest.err
12651 cat conftest.err
>&5
12652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12653 (exit $ac_status); } &&
12654 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12656 (eval $ac_try) 2>&5
12658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12659 (exit $ac_status); }; } &&
12660 { ac_try
='test -s conftest.$ac_objext'
12661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12662 (eval $ac_try) 2>&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); }; }; then
12666 ac_cv_prog_cc_g
=yes
12668 echo "$as_me: failed program was:" >&5
12669 sed 's/^/| /' conftest.
$ac_ext >&5
12673 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12675 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
12676 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
12677 if test "$ac_test_CFLAGS" = set; then
12678 CFLAGS
=$ac_save_CFLAGS
12679 elif test $ac_cv_prog_cc_g = yes; then
12680 if test "$GCC" = yes; then
12686 if test "$GCC" = yes; then
12692 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
12693 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
12694 if test "${ac_cv_prog_cc_stdc+set}" = set; then
12695 echo $ECHO_N "(cached) $ECHO_C" >&6
12697 ac_cv_prog_cc_stdc
=no
12699 cat >conftest.
$ac_ext <<_ACEOF
12702 cat confdefs.h
>>conftest.
$ac_ext
12703 cat >>conftest.
$ac_ext <<_ACEOF
12704 /* end confdefs.h. */
12705 #include <stdarg.h>
12707 #include <sys/types.h>
12708 #include <sys/stat.h>
12709 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
12710 struct buf { int x; };
12711 FILE * (*rcsopen) (struct buf *, struct stat *, int);
12712 static char *e (p, i)
12718 static char *f (char * (*g) (char **, int), char **p, ...)
12723 s = g (p, va_arg (v,int));
12728 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
12729 function prototypes and stuff, but not '\xHH' hex character constants.
12730 These don't provoke an error unfortunately, instead are silently treated
12731 as 'x'. The following induces an error, until -std1 is added to get
12732 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
12733 array size at least. It's necessary to write '\x00'==0 to get something
12734 that's true only with -std1. */
12735 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
12737 int test (int i, double x);
12738 struct s1 {int (*f) (int a);};
12739 struct s2 {int (*f) (double a);};
12740 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
12746 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
12751 # Don't try gcc -ansi; that turns off useful extensions and
12752 # breaks some systems' header files.
12753 # AIX -qlanglvl=ansi
12754 # Ultrix and OSF/1 -std1
12755 # HP-UX 10.20 and later -Ae
12756 # HP-UX older versions -Aa -D_HPUX_SOURCE
12757 # SVR4 -Xc -D__EXTENSIONS__
12758 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
12760 CC
="$ac_save_CC $ac_arg"
12761 rm -f conftest.
$ac_objext
12762 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12763 (eval $ac_compile) 2>conftest.er1
12765 grep -v '^ *+' conftest.er1
>conftest.err
12767 cat conftest.err
>&5
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } &&
12770 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12772 (eval $ac_try) 2>&5
12774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12775 (exit $ac_status); }; } &&
12776 { ac_try
='test -s conftest.$ac_objext'
12777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12778 (eval $ac_try) 2>&5
12780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12781 (exit $ac_status); }; }; then
12782 ac_cv_prog_cc_stdc
=$ac_arg
12785 echo "$as_me: failed program was:" >&5
12786 sed 's/^/| /' conftest.
$ac_ext >&5
12789 rm -f conftest.err conftest.
$ac_objext
12791 rm -f conftest.
$ac_ext conftest.
$ac_objext
12796 case "x$ac_cv_prog_cc_stdc" in
12798 echo "$as_me:$LINENO: result: none needed" >&5
12799 echo "${ECHO_T}none needed" >&6 ;;
12801 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
12802 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
12803 CC
="$CC $ac_cv_prog_cc_stdc" ;;
12806 # Some people use a C++ compiler to compile C. Since we use `exit',
12807 # in C++ we need to declare it. In case someone uses the same compiler
12808 # for both compiling C and C++ we need to have the C++ compiler decide
12809 # the declaration of exit, since it's the most demanding environment.
12810 cat >conftest.
$ac_ext <<_ACEOF
12811 #ifndef __cplusplus
12815 rm -f conftest.
$ac_objext
12816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12817 (eval $ac_compile) 2>conftest.er1
12819 grep -v '^ *+' conftest.er1
>conftest.err
12821 cat conftest.err
>&5
12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 (exit $ac_status); } &&
12824 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12826 (eval $ac_try) 2>&5
12828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12829 (exit $ac_status); }; } &&
12830 { ac_try
='test -s conftest.$ac_objext'
12831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12832 (eval $ac_try) 2>&5
12834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12835 (exit $ac_status); }; }; then
12836 for ac_declaration
in \
12838 'extern "C" void std::exit (int) throw (); using std::exit;' \
12839 'extern "C" void std::exit (int); using std::exit;' \
12840 'extern "C" void exit (int) throw ();' \
12841 'extern "C" void exit (int);' \
12844 cat >conftest.
$ac_ext <<_ACEOF
12847 cat confdefs.h
>>conftest.
$ac_ext
12848 cat >>conftest.
$ac_ext <<_ACEOF
12849 /* end confdefs.h. */
12851 #include <stdlib.h>
12860 rm -f conftest.
$ac_objext
12861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12862 (eval $ac_compile) 2>conftest.er1
12864 grep -v '^ *+' conftest.er1
>conftest.err
12866 cat conftest.err
>&5
12867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12868 (exit $ac_status); } &&
12869 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12871 (eval $ac_try) 2>&5
12873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12874 (exit $ac_status); }; } &&
12875 { ac_try
='test -s conftest.$ac_objext'
12876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12877 (eval $ac_try) 2>&5
12879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12880 (exit $ac_status); }; }; then
12883 echo "$as_me: failed program was:" >&5
12884 sed 's/^/| /' conftest.
$ac_ext >&5
12888 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12889 cat >conftest.
$ac_ext <<_ACEOF
12892 cat confdefs.h
>>conftest.
$ac_ext
12893 cat >>conftest.
$ac_ext <<_ACEOF
12894 /* end confdefs.h. */
12904 rm -f conftest.
$ac_objext
12905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12906 (eval $ac_compile) 2>conftest.er1
12908 grep -v '^ *+' conftest.er1
>conftest.err
12910 cat conftest.err
>&5
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); } &&
12913 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12915 (eval $ac_try) 2>&5
12917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); }; } &&
12919 { ac_try
='test -s conftest.$ac_objext'
12920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12921 (eval $ac_try) 2>&5
12923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12924 (exit $ac_status); }; }; then
12927 echo "$as_me: failed program was:" >&5
12928 sed 's/^/| /' conftest.
$ac_ext >&5
12931 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12934 if test -n "$ac_declaration"; then
12935 echo '#ifdef __cplusplus' >>confdefs.h
12936 echo $ac_declaration >>confdefs.h
12937 echo '#endif' >>confdefs.h
12941 echo "$as_me: failed program was:" >&5
12942 sed 's/^/| /' conftest.
$ac_ext >&5
12945 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12947 ac_cpp
='$CPP $CPPFLAGS'
12948 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12949 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12950 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12955 ac_cpp
='$CPP $CPPFLAGS'
12956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12960 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
12961 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
12962 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
12963 echo $ECHO_N "(cached) $ECHO_C" >&6
12965 cat >conftest.
$ac_ext <<_ACEOF
12968 cat confdefs.h
>>conftest.
$ac_ext
12969 cat >>conftest.
$ac_ext <<_ACEOF
12970 /* end confdefs.h. */
12976 #ifndef __INTEL_COMPILER
12984 rm -f conftest.
$ac_objext
12985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12986 (eval $ac_compile) 2>conftest.er1
12988 grep -v '^ *+' conftest.er1
>conftest.err
12990 cat conftest.err
>&5
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); } &&
12993 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12995 (eval $ac_try) 2>&5
12997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); }; } &&
12999 { ac_try
='test -s conftest.$ac_objext'
13000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13001 (eval $ac_try) 2>&5
13003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13004 (exit $ac_status); }; }; then
13005 bakefile_cv_c_compiler___INTEL_COMPILER
=yes
13007 echo "$as_me: failed program was:" >&5
13008 sed 's/^/| /' conftest.
$ac_ext >&5
13010 bakefile_cv_c_compiler___INTEL_COMPILER
=no
13013 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13017 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
13018 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
13020 ac_cpp
='$CPP $CPPFLAGS'
13021 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13022 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13023 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13025 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
13032 if test "x$GCC" != "xyes"; then
13033 if test "xCC" = "xC"; then
13034 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
13035 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
13036 if test "${bakefile_cv_c_exto+set}" = set; then
13037 echo $ECHO_N "(cached) $ECHO_C" >&6
13039 cat >conftest.
$ac_ext <<_ACEOF
13042 cat confdefs.h
>>conftest.
$ac_ext
13043 cat >>conftest.
$ac_ext <<_ACEOF
13044 /* end confdefs.h. */
13054 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
13055 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13056 (eval $ac_compile) 2>&5
13058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13059 (exit $ac_status); }; then
13060 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
13062 conftest.
$ac_ext.o
)
13063 bakefile_cv_c_exto
="-ext o"
13070 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13071 See \`config.log' for more details." >&5
13072 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13073 See \`config.log' for more details." >&2;}
13074 { (exit 1); exit 1; }; }
13078 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
13081 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
13082 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
13083 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13084 if test "c" = "c"; then
13085 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
13087 if test "c" = "cxx"; then
13088 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
13092 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13093 unset ac_cv_prog_cc_g
13094 ac_test_CFLAGS
=${CFLAGS+set}
13095 ac_save_CFLAGS
=$CFLAGS
13097 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13098 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13099 if test "${ac_cv_prog_cc_g+set}" = set; then
13100 echo $ECHO_N "(cached) $ECHO_C" >&6
13102 cat >conftest.
$ac_ext <<_ACEOF
13105 cat confdefs.h
>>conftest.
$ac_ext
13106 cat >>conftest.
$ac_ext <<_ACEOF
13107 /* end confdefs.h. */
13117 rm -f conftest.
$ac_objext
13118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13119 (eval $ac_compile) 2>conftest.er1
13121 grep -v '^ *+' conftest.er1
>conftest.err
13123 cat conftest.err
>&5
13124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); } &&
13126 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13128 (eval $ac_try) 2>&5
13130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13131 (exit $ac_status); }; } &&
13132 { ac_try
='test -s conftest.$ac_objext'
13133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13134 (eval $ac_try) 2>&5
13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13137 (exit $ac_status); }; }; then
13138 ac_cv_prog_cc_g
=yes
13140 echo "$as_me: failed program was:" >&5
13141 sed 's/^/| /' conftest.
$ac_ext >&5
13145 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13147 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13148 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13149 if test "$ac_test_CFLAGS" = set; then
13150 CFLAGS
=$ac_save_CFLAGS
13151 elif test $ac_cv_prog_cc_g = yes; then
13152 if test "$GCC" = yes; then
13158 if test "$GCC" = yes; then
13170 ac_cpp
='$CPP $CPPFLAGS'
13171 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13172 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13173 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13175 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
13176 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
13177 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
13178 echo $ECHO_N "(cached) $ECHO_C" >&6
13180 cat >conftest.
$ac_ext <<_ACEOF
13183 cat confdefs.h
>>conftest.
$ac_ext
13184 cat >>conftest.
$ac_ext <<_ACEOF
13185 /* end confdefs.h. */
13198 rm -f conftest.
$ac_objext
13199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13200 (eval $ac_compile) 2>conftest.er1
13202 grep -v '^ *+' conftest.er1
>conftest.err
13204 cat conftest.err
>&5
13205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13206 (exit $ac_status); } &&
13207 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13209 (eval $ac_try) 2>&5
13211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13212 (exit $ac_status); }; } &&
13213 { ac_try
='test -s conftest.$ac_objext'
13214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13215 (eval $ac_try) 2>&5
13217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13218 (exit $ac_status); }; }; then
13219 bakefile_compiler_xlc
=yes
13221 echo "$as_me: failed program was:" >&5
13222 sed 's/^/| /' conftest.
$ac_ext >&5
13224 bakefile_compiler_xlc
=no
13226 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13227 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
13230 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
13231 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
13233 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
13235 ac_cpp
='$CPP $CPPFLAGS'
13236 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13237 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13238 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13245 ac_cpp
='$CPP $CPPFLAGS'
13246 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13247 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13248 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13250 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
13251 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
13252 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
13253 echo $ECHO_N "(cached) $ECHO_C" >&6
13255 cat >conftest.
$ac_ext <<_ACEOF
13258 cat confdefs.h
>>conftest.
$ac_ext
13259 cat >>conftest.
$ac_ext <<_ACEOF
13260 /* end confdefs.h. */
13273 rm -f conftest.
$ac_objext
13274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13275 (eval $ac_compile) 2>conftest.er1
13277 grep -v '^ *+' conftest.er1
>conftest.err
13279 cat conftest.err
>&5
13280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13281 (exit $ac_status); } &&
13282 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13284 (eval $ac_try) 2>&5
13286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13287 (exit $ac_status); }; } &&
13288 { ac_try
='test -s conftest.$ac_objext'
13289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13290 (eval $ac_try) 2>&5
13292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13293 (exit $ac_status); }; }; then
13294 bakefile_compiler_mwerks
=yes
13296 echo "$as_me: failed program was:" >&5
13297 sed 's/^/| /' conftest.
$ac_ext >&5
13299 bakefile_compiler_mwerks
=no
13301 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13302 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
13305 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
13306 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
13308 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
13310 ac_cpp
='$CPP $CPPFLAGS'
13311 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13312 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13313 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13317 ac_cpp
='$CPP $CPPFLAGS'
13318 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13319 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13320 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13322 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
13323 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
13324 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
13325 echo $ECHO_N "(cached) $ECHO_C" >&6
13327 cat >conftest.
$ac_ext <<_ACEOF
13330 cat confdefs.h
>>conftest.
$ac_ext
13331 cat >>conftest.
$ac_ext <<_ACEOF
13332 /* end confdefs.h. */
13345 rm -f conftest.
$ac_objext
13346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13347 (eval $ac_compile) 2>conftest.er1
13349 grep -v '^ *+' conftest.er1
>conftest.err
13351 cat conftest.err
>&5
13352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13353 (exit $ac_status); } &&
13354 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13356 (eval $ac_try) 2>&5
13358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13359 (exit $ac_status); }; } &&
13360 { ac_try
='test -s conftest.$ac_objext'
13361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13362 (eval $ac_try) 2>&5
13364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365 (exit $ac_status); }; }; then
13366 bakefile_compiler_xlc
=yes
13368 echo "$as_me: failed program was:" >&5
13369 sed 's/^/| /' conftest.
$ac_ext >&5
13371 bakefile_compiler_xlc
=no
13373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13374 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
13377 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
13378 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
13380 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
13382 ac_cpp
='$CPP $CPPFLAGS'
13383 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13384 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13385 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13394 ac_cpp
='$CPP $CPPFLAGS'
13395 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13396 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13397 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13399 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
13400 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
13401 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13404 cat >conftest.
$ac_ext <<_ACEOF
13407 cat confdefs.h
>>conftest.
$ac_ext
13408 cat >>conftest.
$ac_ext <<_ACEOF
13409 /* end confdefs.h. */
13415 #ifndef _SGI_COMPILER_VERSION
13423 rm -f conftest.
$ac_objext
13424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13425 (eval $ac_compile) 2>conftest.er1
13427 grep -v '^ *+' conftest.er1
>conftest.err
13429 cat conftest.err
>&5
13430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431 (exit $ac_status); } &&
13432 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13434 (eval $ac_try) 2>&5
13436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13437 (exit $ac_status); }; } &&
13438 { ac_try
='test -s conftest.$ac_objext'
13439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13440 (eval $ac_try) 2>&5
13442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13443 (exit $ac_status); }; }; then
13444 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=yes
13446 echo "$as_me: failed program was:" >&5
13447 sed 's/^/| /' conftest.
$ac_ext >&5
13449 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=no
13452 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13456 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
13457 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
13459 ac_cpp
='$CPP $CPPFLAGS'
13460 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13461 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13462 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13464 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13477 ac_cpp
='$CPP $CPPFLAGS'
13478 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13479 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13480 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13482 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
13483 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
13484 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
13485 echo $ECHO_N "(cached) $ECHO_C" >&6
13487 cat >conftest.
$ac_ext <<_ACEOF
13490 cat confdefs.h
>>conftest.
$ac_ext
13491 cat >>conftest.
$ac_ext <<_ACEOF
13492 /* end confdefs.h. */
13506 rm -f conftest.
$ac_objext
13507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13508 (eval $ac_compile) 2>conftest.er1
13510 grep -v '^ *+' conftest.er1
>conftest.err
13512 cat conftest.err
>&5
13513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 (exit $ac_status); } &&
13515 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13517 (eval $ac_try) 2>&5
13519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13520 (exit $ac_status); }; } &&
13521 { ac_try
='test -s conftest.$ac_objext'
13522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13523 (eval $ac_try) 2>&5
13525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13526 (exit $ac_status); }; }; then
13527 bakefile_cv_c_compiler___HP_cc
=yes
13529 echo "$as_me: failed program was:" >&5
13530 sed 's/^/| /' conftest.
$ac_ext >&5
13532 bakefile_cv_c_compiler___HP_cc
=no
13535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13539 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
13540 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
13542 ac_cpp
='$CPP $CPPFLAGS'
13543 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13544 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13545 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13547 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
13560 ac_cpp
='$CPP $CPPFLAGS'
13561 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13562 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13563 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13565 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
13566 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
13567 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
13568 echo $ECHO_N "(cached) $ECHO_C" >&6
13570 cat >conftest.
$ac_ext <<_ACEOF
13573 cat confdefs.h
>>conftest.
$ac_ext
13574 cat >>conftest.
$ac_ext <<_ACEOF
13575 /* end confdefs.h. */
13589 rm -f conftest.
$ac_objext
13590 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13591 (eval $ac_compile) 2>conftest.er1
13593 grep -v '^ *+' conftest.er1
>conftest.err
13595 cat conftest.err
>&5
13596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13597 (exit $ac_status); } &&
13598 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13600 (eval $ac_try) 2>&5
13602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13603 (exit $ac_status); }; } &&
13604 { ac_try
='test -s conftest.$ac_objext'
13605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13606 (eval $ac_try) 2>&5
13608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13609 (exit $ac_status); }; }; then
13610 bakefile_cv_c_compiler___DECC
=yes
13612 echo "$as_me: failed program was:" >&5
13613 sed 's/^/| /' conftest.
$ac_ext >&5
13615 bakefile_cv_c_compiler___DECC
=no
13618 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13622 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
13623 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
13625 ac_cpp
='$CPP $CPPFLAGS'
13626 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13627 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13628 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13630 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
13643 ac_cpp
='$CPP $CPPFLAGS'
13644 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13645 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13646 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13648 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
13649 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
13650 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
13651 echo $ECHO_N "(cached) $ECHO_C" >&6
13653 cat >conftest.
$ac_ext <<_ACEOF
13656 cat confdefs.h
>>conftest.
$ac_ext
13657 cat >>conftest.
$ac_ext <<_ACEOF
13658 /* end confdefs.h. */
13672 rm -f conftest.
$ac_objext
13673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13674 (eval $ac_compile) 2>conftest.er1
13676 grep -v '^ *+' conftest.er1
>conftest.err
13678 cat conftest.err
>&5
13679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13680 (exit $ac_status); } &&
13681 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13683 (eval $ac_try) 2>&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); }; } &&
13687 { ac_try
='test -s conftest.$ac_objext'
13688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13689 (eval $ac_try) 2>&5
13691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692 (exit $ac_status); }; }; then
13693 bakefile_cv_c_compiler___SUNPRO_C
=yes
13695 echo "$as_me: failed program was:" >&5
13696 sed 's/^/| /' conftest.
$ac_ext >&5
13698 bakefile_cv_c_compiler___SUNPRO_C
=no
13701 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13705 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
13706 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
13708 ac_cpp
='$CPP $CPPFLAGS'
13709 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13710 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13711 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13713 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
13727 ac_cpp
='$CPP $CPPFLAGS'
13728 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13729 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13730 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13731 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
13732 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
13733 # On Suns, sometimes $CPP names a directory.
13734 if test -n "$CPP" && test -d "$CPP"; then
13737 if test -z "$CPP"; then
13738 if test "${ac_cv_prog_CPP+set}" = set; then
13739 echo $ECHO_N "(cached) $ECHO_C" >&6
13741 # Double quotes because CPP needs to be expanded
13742 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
13744 ac_preproc_ok
=false
13745 for ac_c_preproc_warn_flag
in '' yes
13747 # Use a header file that comes with gcc, so configuring glibc
13748 # with a fresh cross-compiler works.
13749 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13750 # <limits.h> exists even on freestanding compilers.
13751 # On the NeXT, cc -E runs the code through the compiler's parser,
13752 # not just through cpp. "Syntax error" is here to catch this case.
13753 cat >conftest.
$ac_ext <<_ACEOF
13756 cat confdefs.h
>>conftest.
$ac_ext
13757 cat >>conftest.
$ac_ext <<_ACEOF
13758 /* end confdefs.h. */
13760 # include <limits.h>
13762 # include <assert.h>
13766 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13767 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13769 grep -v '^ *+' conftest.er1
>conftest.err
13771 cat conftest.err
>&5
13772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13773 (exit $ac_status); } >/dev
/null
; then
13774 if test -s conftest.err
; then
13775 ac_cpp_err
=$ac_c_preproc_warn_flag
13776 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13783 if test -z "$ac_cpp_err"; then
13786 echo "$as_me: failed program was:" >&5
13787 sed 's/^/| /' conftest.
$ac_ext >&5
13789 # Broken: fails on valid input.
13792 rm -f conftest.err conftest.
$ac_ext
13794 # OK, works on sane cases. Now check whether non-existent headers
13795 # can be detected and how.
13796 cat >conftest.
$ac_ext <<_ACEOF
13799 cat confdefs.h
>>conftest.
$ac_ext
13800 cat >>conftest.
$ac_ext <<_ACEOF
13801 /* end confdefs.h. */
13802 #include <ac_nonexistent.h>
13804 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13805 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13807 grep -v '^ *+' conftest.er1
>conftest.err
13809 cat conftest.err
>&5
13810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13811 (exit $ac_status); } >/dev
/null
; then
13812 if test -s conftest.err
; then
13813 ac_cpp_err
=$ac_c_preproc_warn_flag
13814 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13821 if test -z "$ac_cpp_err"; then
13822 # Broken: success on invalid input.
13825 echo "$as_me: failed program was:" >&5
13826 sed 's/^/| /' conftest.
$ac_ext >&5
13828 # Passes both tests.
13832 rm -f conftest.err conftest.
$ac_ext
13835 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13836 rm -f conftest.err conftest.
$ac_ext
13837 if $ac_preproc_ok; then
13842 ac_cv_prog_CPP
=$CPP
13845 CPP
=$ac_cv_prog_CPP
13847 ac_cv_prog_CPP
=$CPP
13849 echo "$as_me:$LINENO: result: $CPP" >&5
13850 echo "${ECHO_T}$CPP" >&6
13851 ac_preproc_ok
=false
13852 for ac_c_preproc_warn_flag
in '' yes
13854 # Use a header file that comes with gcc, so configuring glibc
13855 # with a fresh cross-compiler works.
13856 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13857 # <limits.h> exists even on freestanding compilers.
13858 # On the NeXT, cc -E runs the code through the compiler's parser,
13859 # not just through cpp. "Syntax error" is here to catch this case.
13860 cat >conftest.
$ac_ext <<_ACEOF
13863 cat confdefs.h
>>conftest.
$ac_ext
13864 cat >>conftest.
$ac_ext <<_ACEOF
13865 /* end confdefs.h. */
13867 # include <limits.h>
13869 # include <assert.h>
13873 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13874 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13876 grep -v '^ *+' conftest.er1
>conftest.err
13878 cat conftest.err
>&5
13879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } >/dev
/null
; then
13881 if test -s conftest.err
; then
13882 ac_cpp_err
=$ac_c_preproc_warn_flag
13883 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13890 if test -z "$ac_cpp_err"; then
13893 echo "$as_me: failed program was:" >&5
13894 sed 's/^/| /' conftest.
$ac_ext >&5
13896 # Broken: fails on valid input.
13899 rm -f conftest.err conftest.
$ac_ext
13901 # OK, works on sane cases. Now check whether non-existent headers
13902 # can be detected and how.
13903 cat >conftest.
$ac_ext <<_ACEOF
13906 cat confdefs.h
>>conftest.
$ac_ext
13907 cat >>conftest.
$ac_ext <<_ACEOF
13908 /* end confdefs.h. */
13909 #include <ac_nonexistent.h>
13911 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13912 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13914 grep -v '^ *+' conftest.er1
>conftest.err
13916 cat conftest.err
>&5
13917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13918 (exit $ac_status); } >/dev
/null
; then
13919 if test -s conftest.err
; then
13920 ac_cpp_err
=$ac_c_preproc_warn_flag
13921 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13928 if test -z "$ac_cpp_err"; then
13929 # Broken: success on invalid input.
13932 echo "$as_me: failed program was:" >&5
13933 sed 's/^/| /' conftest.
$ac_ext >&5
13935 # Passes both tests.
13939 rm -f conftest.err conftest.
$ac_ext
13942 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13943 rm -f conftest.err conftest.
$ac_ext
13944 if $ac_preproc_ok; then
13947 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
13948 See \`config.log' for more details." >&5
13949 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
13950 See \`config.log' for more details." >&2;}
13951 { (exit 1); exit 1; }; }
13955 ac_cpp
='$CPP $CPPFLAGS'
13956 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13957 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13958 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13961 echo "$as_me:$LINENO: checking for egrep" >&5
13962 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
13963 if test "${ac_cv_prog_egrep+set}" = set; then
13964 echo $ECHO_N "(cached) $ECHO_C" >&6
13966 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
13967 then ac_cv_prog_egrep
='grep -E'
13968 else ac_cv_prog_egrep
='egrep'
13971 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
13972 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
13973 EGREP
=$ac_cv_prog_egrep
13976 if test $ac_cv_c_compiler_gnu = yes; then
13977 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
13978 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
13979 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
13980 echo $ECHO_N "(cached) $ECHO_C" >&6
13982 ac_pattern
="Autoconf.*'x'"
13983 cat >conftest.
$ac_ext <<_ACEOF
13986 cat confdefs.h
>>conftest.
$ac_ext
13987 cat >>conftest.
$ac_ext <<_ACEOF
13988 /* end confdefs.h. */
13992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13993 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
13994 ac_cv_prog_gcc_traditional
=yes
13996 ac_cv_prog_gcc_traditional
=no
14001 if test $ac_cv_prog_gcc_traditional = no
; then
14002 cat >conftest.
$ac_ext <<_ACEOF
14005 cat confdefs.h
>>conftest.
$ac_ext
14006 cat >>conftest.
$ac_ext <<_ACEOF
14007 /* end confdefs.h. */
14008 #include <termio.h>
14011 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14012 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
14013 ac_cv_prog_gcc_traditional
=yes
14019 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
14020 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
14021 if test $ac_cv_prog_gcc_traditional = yes; then
14022 CC
="$CC -traditional"
14028 ac_cpp
='$CXXCPP $CPPFLAGS'
14029 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14030 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14031 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14034 CXXFLAGS
=${CXXFLAGS:=}
14039 ac_cpp
='$CXXCPP $CPPFLAGS'
14040 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14041 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14042 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14043 if test -n "$ac_tool_prefix"; then
14044 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
14046 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
14047 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
14048 echo "$as_me:$LINENO: checking for $ac_word" >&5
14049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14050 if test "${ac_cv_prog_CXX+set}" = set; then
14051 echo $ECHO_N "(cached) $ECHO_C" >&6
14053 if test -n "$CXX"; then
14054 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
14056 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14057 for as_dir
in $PATH
14060 test -z "$as_dir" && as_dir
=.
14061 for ac_exec_ext
in '' $ac_executable_extensions; do
14062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14063 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
14064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14072 CXX
=$ac_cv_prog_CXX
14073 if test -n "$CXX"; then
14074 echo "$as_me:$LINENO: result: $CXX" >&5
14075 echo "${ECHO_T}$CXX" >&6
14077 echo "$as_me:$LINENO: result: no" >&5
14078 echo "${ECHO_T}no" >&6
14081 test -n "$CXX" && break
14084 if test -z "$CXX"; then
14086 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
14088 # Extract the first word of "$ac_prog", so it can be a program name with args.
14089 set dummy
$ac_prog; ac_word
=$2
14090 echo "$as_me:$LINENO: checking for $ac_word" >&5
14091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14092 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
14093 echo $ECHO_N "(cached) $ECHO_C" >&6
14095 if test -n "$ac_ct_CXX"; then
14096 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
14098 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14099 for as_dir
in $PATH
14102 test -z "$as_dir" && as_dir
=.
14103 for ac_exec_ext
in '' $ac_executable_extensions; do
14104 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14105 ac_cv_prog_ac_ct_CXX
="$ac_prog"
14106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14114 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
14115 if test -n "$ac_ct_CXX"; then
14116 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
14117 echo "${ECHO_T}$ac_ct_CXX" >&6
14119 echo "$as_me:$LINENO: result: no" >&5
14120 echo "${ECHO_T}no" >&6
14123 test -n "$ac_ct_CXX" && break
14125 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
14131 # Provide some information about the compiler.
14132 echo "$as_me:$LINENO:" \
14133 "checking for C++ compiler version" >&5
14134 ac_compiler
=`set X $ac_compile; echo $2`
14135 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
14136 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
14138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14139 (exit $ac_status); }
14140 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
14141 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
14143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14144 (exit $ac_status); }
14145 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
14146 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
14148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149 (exit $ac_status); }
14151 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
14152 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
14153 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
14154 echo $ECHO_N "(cached) $ECHO_C" >&6
14156 cat >conftest.
$ac_ext <<_ACEOF
14159 cat confdefs.h
>>conftest.
$ac_ext
14160 cat >>conftest.
$ac_ext <<_ACEOF
14161 /* end confdefs.h. */
14174 rm -f conftest.
$ac_objext
14175 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14176 (eval $ac_compile) 2>conftest.er1
14178 grep -v '^ *+' conftest.er1
>conftest.err
14180 cat conftest.err
>&5
14181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14182 (exit $ac_status); } &&
14183 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14185 (eval $ac_try) 2>&5
14187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14188 (exit $ac_status); }; } &&
14189 { ac_try
='test -s conftest.$ac_objext'
14190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14191 (eval $ac_try) 2>&5
14193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14194 (exit $ac_status); }; }; then
14195 ac_compiler_gnu
=yes
14197 echo "$as_me: failed program was:" >&5
14198 sed 's/^/| /' conftest.
$ac_ext >&5
14202 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14203 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
14206 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
14207 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
14208 GXX
=`test $ac_compiler_gnu = yes && echo yes`
14209 ac_test_CXXFLAGS
=${CXXFLAGS+set}
14210 ac_save_CXXFLAGS
=$CXXFLAGS
14212 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
14213 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
14214 if test "${ac_cv_prog_cxx_g+set}" = set; then
14215 echo $ECHO_N "(cached) $ECHO_C" >&6
14217 cat >conftest.
$ac_ext <<_ACEOF
14220 cat confdefs.h
>>conftest.
$ac_ext
14221 cat >>conftest.
$ac_ext <<_ACEOF
14222 /* end confdefs.h. */
14232 rm -f conftest.
$ac_objext
14233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14234 (eval $ac_compile) 2>conftest.er1
14236 grep -v '^ *+' conftest.er1
>conftest.err
14238 cat conftest.err
>&5
14239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14240 (exit $ac_status); } &&
14241 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14243 (eval $ac_try) 2>&5
14245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14246 (exit $ac_status); }; } &&
14247 { ac_try
='test -s conftest.$ac_objext'
14248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14249 (eval $ac_try) 2>&5
14251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14252 (exit $ac_status); }; }; then
14253 ac_cv_prog_cxx_g
=yes
14255 echo "$as_me: failed program was:" >&5
14256 sed 's/^/| /' conftest.
$ac_ext >&5
14258 ac_cv_prog_cxx_g
=no
14260 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14262 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
14263 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
14264 if test "$ac_test_CXXFLAGS" = set; then
14265 CXXFLAGS
=$ac_save_CXXFLAGS
14266 elif test $ac_cv_prog_cxx_g = yes; then
14267 if test "$GXX" = yes; then
14273 if test "$GXX" = yes; then
14279 for ac_declaration
in \
14281 'extern "C" void std::exit (int) throw (); using std::exit;' \
14282 'extern "C" void std::exit (int); using std::exit;' \
14283 'extern "C" void exit (int) throw ();' \
14284 'extern "C" void exit (int);' \
14287 cat >conftest.
$ac_ext <<_ACEOF
14290 cat confdefs.h
>>conftest.
$ac_ext
14291 cat >>conftest.
$ac_ext <<_ACEOF
14292 /* end confdefs.h. */
14294 #include <stdlib.h>
14303 rm -f conftest.
$ac_objext
14304 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14305 (eval $ac_compile) 2>conftest.er1
14307 grep -v '^ *+' conftest.er1
>conftest.err
14309 cat conftest.err
>&5
14310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14311 (exit $ac_status); } &&
14312 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14314 (eval $ac_try) 2>&5
14316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); }; } &&
14318 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
14326 echo "$as_me: failed program was:" >&5
14327 sed 's/^/| /' conftest.
$ac_ext >&5
14331 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14332 cat >conftest.
$ac_ext <<_ACEOF
14335 cat confdefs.h
>>conftest.
$ac_ext
14336 cat >>conftest.
$ac_ext <<_ACEOF
14337 /* end confdefs.h. */
14347 rm -f conftest.
$ac_objext
14348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14349 (eval $ac_compile) 2>conftest.er1
14351 grep -v '^ *+' conftest.er1
>conftest.err
14353 cat conftest.err
>&5
14354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14355 (exit $ac_status); } &&
14356 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14358 (eval $ac_try) 2>&5
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); }; } &&
14362 { ac_try
='test -s conftest.$ac_objext'
14363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14364 (eval $ac_try) 2>&5
14366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14367 (exit $ac_status); }; }; then
14370 echo "$as_me: failed program was:" >&5
14371 sed 's/^/| /' conftest.
$ac_ext >&5
14374 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14377 if test -n "$ac_declaration"; then
14378 echo '#ifdef __cplusplus' >>confdefs.h
14379 echo $ac_declaration >>confdefs.h
14380 echo '#endif' >>confdefs.h
14384 ac_cpp
='$CXXCPP $CPPFLAGS'
14385 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14386 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14387 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14392 ac_cpp
='$CXXCPP $CPPFLAGS'
14393 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14394 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14395 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14397 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
14398 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
14399 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
14400 echo $ECHO_N "(cached) $ECHO_C" >&6
14402 cat >conftest.
$ac_ext <<_ACEOF
14405 cat confdefs.h
>>conftest.
$ac_ext
14406 cat >>conftest.
$ac_ext <<_ACEOF
14407 /* end confdefs.h. */
14413 #ifndef __INTEL_COMPILER
14421 rm -f conftest.
$ac_objext
14422 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14423 (eval $ac_compile) 2>conftest.er1
14425 grep -v '^ *+' conftest.er1
>conftest.err
14427 cat conftest.err
>&5
14428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14429 (exit $ac_status); } &&
14430 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14432 (eval $ac_try) 2>&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); }; } &&
14436 { ac_try
='test -s conftest.$ac_objext'
14437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14438 (eval $ac_try) 2>&5
14440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14441 (exit $ac_status); }; }; then
14442 bakefile_cv_cxx_compiler___INTEL_COMPILER
=yes
14444 echo "$as_me: failed program was:" >&5
14445 sed 's/^/| /' conftest.
$ac_ext >&5
14447 bakefile_cv_cxx_compiler___INTEL_COMPILER
=no
14450 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14454 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
14455 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
14457 ac_cpp
='$CXXCPP $CPPFLAGS'
14458 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14459 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14460 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14462 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
14469 if test "x$GCXX" != "xyes"; then
14470 if test "xCXX" = "xC"; then
14471 echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5
14472 echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6
14473 if test "${bakefile_cv_cxx_exto+set}" = set; then
14474 echo $ECHO_N "(cached) $ECHO_C" >&6
14476 cat >conftest.
$ac_ext <<_ACEOF
14479 cat confdefs.h
>>conftest.
$ac_ext
14480 cat >>conftest.
$ac_ext <<_ACEOF
14481 /* end confdefs.h. */
14491 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
14492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14493 (eval $ac_compile) 2>&5
14495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14496 (exit $ac_status); }; then
14497 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
14499 conftest.
$ac_ext.o
)
14500 bakefile_cv_cxx_exto
="-ext o"
14507 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
14508 See \`config.log' for more details." >&5
14509 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
14510 See \`config.log' for more details." >&2;}
14511 { (exit 1); exit 1; }; }
14515 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
14518 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_exto" >&5
14519 echo "${ECHO_T}$bakefile_cv_cxx_exto" >&6
14520 if test "x$bakefile_cv_cxx_exto" '!=' "x"; then
14521 if test "cxx" = "c"; then
14522 CFLAGS
="$bakefile_cv_cxx_exto $CFLAGS"
14524 if test "cxx" = "cxx"; then
14525 CXXFLAGS
="$bakefile_cv_cxx_exto $CXXFLAGS"
14529 if test "x$bakefile_cv_c_exto" '!=' "x"; then
14530 unset ac_cv_prog_cc_g
14531 ac_test_CFLAGS
=${CFLAGS+set}
14532 ac_save_CFLAGS
=$CFLAGS
14534 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14535 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
14536 if test "${ac_cv_prog_cc_g+set}" = set; then
14537 echo $ECHO_N "(cached) $ECHO_C" >&6
14539 cat >conftest.
$ac_ext <<_ACEOF
14542 cat confdefs.h
>>conftest.
$ac_ext
14543 cat >>conftest.
$ac_ext <<_ACEOF
14544 /* end confdefs.h. */
14554 rm -f conftest.
$ac_objext
14555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14556 (eval $ac_compile) 2>conftest.er1
14558 grep -v '^ *+' conftest.er1
>conftest.err
14560 cat conftest.err
>&5
14561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14562 (exit $ac_status); } &&
14563 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14565 (eval $ac_try) 2>&5
14567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568 (exit $ac_status); }; } &&
14569 { ac_try
='test -s conftest.$ac_objext'
14570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14571 (eval $ac_try) 2>&5
14573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14574 (exit $ac_status); }; }; then
14575 ac_cv_prog_cc_g
=yes
14577 echo "$as_me: failed program was:" >&5
14578 sed 's/^/| /' conftest.
$ac_ext >&5
14582 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14584 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14585 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
14586 if test "$ac_test_CFLAGS" = set; then
14587 CFLAGS
=$ac_save_CFLAGS
14588 elif test $ac_cv_prog_cc_g = yes; then
14589 if test "$GCC" = yes; then
14595 if test "$GCC" = yes; then
14607 ac_cpp
='$CXXCPP $CPPFLAGS'
14608 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14609 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14610 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14612 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14613 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
14614 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
14615 echo $ECHO_N "(cached) $ECHO_C" >&6
14617 cat >conftest.
$ac_ext <<_ACEOF
14620 cat confdefs.h
>>conftest.
$ac_ext
14621 cat >>conftest.
$ac_ext <<_ACEOF
14622 /* end confdefs.h. */
14635 rm -f conftest.
$ac_objext
14636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14637 (eval $ac_compile) 2>conftest.er1
14639 grep -v '^ *+' conftest.er1
>conftest.err
14641 cat conftest.err
>&5
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); } &&
14644 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14646 (eval $ac_try) 2>&5
14648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14649 (exit $ac_status); }; } &&
14650 { ac_try
='test -s conftest.$ac_objext'
14651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14652 (eval $ac_try) 2>&5
14654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14655 (exit $ac_status); }; }; then
14656 bakefile_compiler_xlc
=yes
14658 echo "$as_me: failed program was:" >&5
14659 sed 's/^/| /' conftest.
$ac_ext >&5
14661 bakefile_compiler_xlc
=no
14663 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14664 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
14667 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14668 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
14670 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
14672 ac_cpp
='$CXXCPP $CPPFLAGS'
14673 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14674 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14675 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14682 ac_cpp
='$CXXCPP $CPPFLAGS'
14683 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14684 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14685 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14687 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
14688 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
14689 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
14690 echo $ECHO_N "(cached) $ECHO_C" >&6
14692 cat >conftest.
$ac_ext <<_ACEOF
14695 cat confdefs.h
>>conftest.
$ac_ext
14696 cat >>conftest.
$ac_ext <<_ACEOF
14697 /* end confdefs.h. */
14710 rm -f conftest.
$ac_objext
14711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14712 (eval $ac_compile) 2>conftest.er1
14714 grep -v '^ *+' conftest.er1
>conftest.err
14716 cat conftest.err
>&5
14717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14718 (exit $ac_status); } &&
14719 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14721 (eval $ac_try) 2>&5
14723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14724 (exit $ac_status); }; } &&
14725 { ac_try
='test -s conftest.$ac_objext'
14726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14727 (eval $ac_try) 2>&5
14729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14730 (exit $ac_status); }; }; then
14731 bakefile_compiler_mwerks
=yes
14733 echo "$as_me: failed program was:" >&5
14734 sed 's/^/| /' conftest.
$ac_ext >&5
14736 bakefile_compiler_mwerks
=no
14738 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14739 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
14742 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
14743 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
14745 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
14747 ac_cpp
='$CXXCPP $CPPFLAGS'
14748 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14749 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14750 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14754 ac_cpp
='$CXXCPP $CPPFLAGS'
14755 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14756 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14757 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14759 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14760 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
14761 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
14762 echo $ECHO_N "(cached) $ECHO_C" >&6
14764 cat >conftest.
$ac_ext <<_ACEOF
14767 cat confdefs.h
>>conftest.
$ac_ext
14768 cat >>conftest.
$ac_ext <<_ACEOF
14769 /* end confdefs.h. */
14782 rm -f conftest.
$ac_objext
14783 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14784 (eval $ac_compile) 2>conftest.er1
14786 grep -v '^ *+' conftest.er1
>conftest.err
14788 cat conftest.err
>&5
14789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14790 (exit $ac_status); } &&
14791 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14793 (eval $ac_try) 2>&5
14795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14796 (exit $ac_status); }; } &&
14797 { ac_try
='test -s conftest.$ac_objext'
14798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14799 (eval $ac_try) 2>&5
14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802 (exit $ac_status); }; }; then
14803 bakefile_compiler_xlc
=yes
14805 echo "$as_me: failed program was:" >&5
14806 sed 's/^/| /' conftest.
$ac_ext >&5
14808 bakefile_compiler_xlc
=no
14810 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14811 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
14814 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14815 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
14817 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
14819 ac_cpp
='$CXXCPP $CPPFLAGS'
14820 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14821 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14822 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14831 ac_cpp
='$CXXCPP $CPPFLAGS'
14832 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14833 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14834 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14836 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
14837 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
14838 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
14839 echo $ECHO_N "(cached) $ECHO_C" >&6
14841 cat >conftest.
$ac_ext <<_ACEOF
14844 cat confdefs.h
>>conftest.
$ac_ext
14845 cat >>conftest.
$ac_ext <<_ACEOF
14846 /* end confdefs.h. */
14852 #ifndef _SGI_COMPILER_VERSION
14860 rm -f conftest.
$ac_objext
14861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14862 (eval $ac_compile) 2>conftest.er1
14864 grep -v '^ *+' conftest.er1
>conftest.err
14866 cat conftest.err
>&5
14867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14868 (exit $ac_status); } &&
14869 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14871 (eval $ac_try) 2>&5
14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14874 (exit $ac_status); }; } &&
14875 { ac_try
='test -s conftest.$ac_objext'
14876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14877 (eval $ac_try) 2>&5
14879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14880 (exit $ac_status); }; }; then
14881 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=yes
14883 echo "$as_me: failed program was:" >&5
14884 sed 's/^/| /' conftest.
$ac_ext >&5
14886 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=no
14889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14893 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
14894 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
14896 ac_cpp
='$CXXCPP $CPPFLAGS'
14897 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14898 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14899 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14901 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
14914 ac_cpp
='$CXXCPP $CPPFLAGS'
14915 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14916 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14917 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14919 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
14920 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
14921 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
14922 echo $ECHO_N "(cached) $ECHO_C" >&6
14924 cat >conftest.
$ac_ext <<_ACEOF
14927 cat confdefs.h
>>conftest.
$ac_ext
14928 cat >>conftest.
$ac_ext <<_ACEOF
14929 /* end confdefs.h. */
14943 rm -f conftest.
$ac_objext
14944 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14945 (eval $ac_compile) 2>conftest.er1
14947 grep -v '^ *+' conftest.er1
>conftest.err
14949 cat conftest.err
>&5
14950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); } &&
14952 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14954 (eval $ac_try) 2>&5
14956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); }; } &&
14958 { ac_try
='test -s conftest.$ac_objext'
14959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14960 (eval $ac_try) 2>&5
14962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14963 (exit $ac_status); }; }; then
14964 bakefile_cv_cxx_compiler___HP_aCC
=yes
14966 echo "$as_me: failed program was:" >&5
14967 sed 's/^/| /' conftest.
$ac_ext >&5
14969 bakefile_cv_cxx_compiler___HP_aCC
=no
14972 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14976 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
14977 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
14979 ac_cpp
='$CXXCPP $CPPFLAGS'
14980 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14981 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14982 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14984 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
14997 ac_cpp
='$CXXCPP $CPPFLAGS'
14998 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14999 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15000 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15002 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
15003 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
15004 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
15005 echo $ECHO_N "(cached) $ECHO_C" >&6
15007 cat >conftest.
$ac_ext <<_ACEOF
15010 cat confdefs.h
>>conftest.
$ac_ext
15011 cat >>conftest.
$ac_ext <<_ACEOF
15012 /* end confdefs.h. */
15026 rm -f conftest.
$ac_objext
15027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15028 (eval $ac_compile) 2>conftest.er1
15030 grep -v '^ *+' conftest.er1
>conftest.err
15032 cat conftest.err
>&5
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); } &&
15035 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15037 (eval $ac_try) 2>&5
15039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15040 (exit $ac_status); }; } &&
15041 { ac_try
='test -s conftest.$ac_objext'
15042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15043 (eval $ac_try) 2>&5
15045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15046 (exit $ac_status); }; }; then
15047 bakefile_cv_cxx_compiler___DECCXX
=yes
15049 echo "$as_me: failed program was:" >&5
15050 sed 's/^/| /' conftest.
$ac_ext >&5
15052 bakefile_cv_cxx_compiler___DECCXX
=no
15055 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15059 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
15060 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
15062 ac_cpp
='$CXXCPP $CPPFLAGS'
15063 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15064 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15065 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15067 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
15080 ac_cpp
='$CXXCPP $CPPFLAGS'
15081 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15082 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15083 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15085 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
15086 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
15087 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
15088 echo $ECHO_N "(cached) $ECHO_C" >&6
15090 cat >conftest.
$ac_ext <<_ACEOF
15093 cat confdefs.h
>>conftest.
$ac_ext
15094 cat >>conftest.
$ac_ext <<_ACEOF
15095 /* end confdefs.h. */
15101 #ifndef __SUNPRO_CC
15109 rm -f conftest.
$ac_objext
15110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15111 (eval $ac_compile) 2>conftest.er1
15113 grep -v '^ *+' conftest.er1
>conftest.err
15115 cat conftest.err
>&5
15116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15117 (exit $ac_status); } &&
15118 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15120 (eval $ac_try) 2>&5
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); }; } &&
15124 { ac_try
='test -s conftest.$ac_objext'
15125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15126 (eval $ac_try) 2>&5
15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15129 (exit $ac_status); }; }; then
15130 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
15132 echo "$as_me: failed program was:" >&5
15133 sed 's/^/| /' conftest.
$ac_ext >&5
15135 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
15138 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15142 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
15143 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
15145 ac_cpp
='$CXXCPP $CPPFLAGS'
15146 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15147 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15148 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15150 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
15163 if test -n "$ac_tool_prefix"; then
15164 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
15165 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
15166 echo "$as_me:$LINENO: checking for $ac_word" >&5
15167 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15168 if test "${ac_cv_prog_RANLIB+set}" = set; then
15169 echo $ECHO_N "(cached) $ECHO_C" >&6
15171 if test -n "$RANLIB"; then
15172 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
15174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15175 for as_dir
in $PATH
15178 test -z "$as_dir" && as_dir
=.
15179 for ac_exec_ext
in '' $ac_executable_extensions; do
15180 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15181 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
15182 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15190 RANLIB
=$ac_cv_prog_RANLIB
15191 if test -n "$RANLIB"; then
15192 echo "$as_me:$LINENO: result: $RANLIB" >&5
15193 echo "${ECHO_T}$RANLIB" >&6
15195 echo "$as_me:$LINENO: result: no" >&5
15196 echo "${ECHO_T}no" >&6
15200 if test -z "$ac_cv_prog_RANLIB"; then
15201 ac_ct_RANLIB
=$RANLIB
15202 # Extract the first word of "ranlib", so it can be a program name with args.
15203 set dummy ranlib
; ac_word
=$2
15204 echo "$as_me:$LINENO: checking for $ac_word" >&5
15205 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15206 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
15207 echo $ECHO_N "(cached) $ECHO_C" >&6
15209 if test -n "$ac_ct_RANLIB"; then
15210 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
15212 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15213 for as_dir
in $PATH
15216 test -z "$as_dir" && as_dir
=.
15217 for ac_exec_ext
in '' $ac_executable_extensions; do
15218 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15219 ac_cv_prog_ac_ct_RANLIB
="ranlib"
15220 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15226 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
15229 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
15230 if test -n "$ac_ct_RANLIB"; then
15231 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
15232 echo "${ECHO_T}$ac_ct_RANLIB" >&6
15234 echo "$as_me:$LINENO: result: no" >&5
15235 echo "${ECHO_T}no" >&6
15238 RANLIB
=$ac_ct_RANLIB
15240 RANLIB
="$ac_cv_prog_RANLIB"
15244 if test -n "$ac_tool_prefix"; then
15245 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
15246 set dummy
${ac_tool_prefix}ar; ac_word
=$2
15247 echo "$as_me:$LINENO: checking for $ac_word" >&5
15248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15249 if test "${ac_cv_prog_AR+set}" = set; then
15250 echo $ECHO_N "(cached) $ECHO_C" >&6
15252 if test -n "$AR"; then
15253 ac_cv_prog_AR
="$AR" # Let the user override the test.
15255 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15256 for as_dir
in $PATH
15259 test -z "$as_dir" && as_dir
=.
15260 for ac_exec_ext
in '' $ac_executable_extensions; do
15261 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15262 ac_cv_prog_AR
="${ac_tool_prefix}ar"
15263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15272 if test -n "$AR"; then
15273 echo "$as_me:$LINENO: result: $AR" >&5
15274 echo "${ECHO_T}$AR" >&6
15276 echo "$as_me:$LINENO: result: no" >&5
15277 echo "${ECHO_T}no" >&6
15281 if test -z "$ac_cv_prog_AR"; then
15283 # Extract the first word of "ar", so it can be a program name with args.
15284 set dummy
ar; ac_word
=$2
15285 echo "$as_me:$LINENO: checking for $ac_word" >&5
15286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15287 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6
15290 if test -n "$ac_ct_AR"; then
15291 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
15293 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15294 for as_dir
in $PATH
15297 test -z "$as_dir" && as_dir
=.
15298 for ac_exec_ext
in '' $ac_executable_extensions; do
15299 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15300 ac_cv_prog_ac_ct_AR
="ar"
15301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15309 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
15310 if test -n "$ac_ct_AR"; then
15311 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
15312 echo "${ECHO_T}$ac_ct_AR" >&6
15314 echo "$as_me:$LINENO: result: no" >&5
15315 echo "${ECHO_T}no" >&6
15320 AR
="$ac_cv_prog_AR"
15323 if test "x$AR" = "x" ; then
15324 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
15325 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
15326 { (exit 1); exit 1; }; }
15329 # Find a good install program. We prefer a C program (faster),
15330 # so one script is as good as another. But avoid the broken or
15331 # incompatible versions:
15332 # SysV /etc/install, /usr/sbin/install
15333 # SunOS /usr/etc/install
15334 # IRIX /sbin/install
15336 # AmigaOS /C/install, which installs bootblocks on floppy discs
15337 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
15338 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
15339 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
15340 # OS/2's system install, which has a completely different semantic
15341 # ./install, which can be erroneously created by make from ./install.sh.
15342 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
15343 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
15344 if test -z "$INSTALL"; then
15345 if test "${ac_cv_path_install+set}" = set; then
15346 echo $ECHO_N "(cached) $ECHO_C" >&6
15348 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15349 for as_dir
in $PATH
15352 test -z "$as_dir" && as_dir
=.
15353 # Account for people who put trailing slashes in PATH elements.
15355 .
/ | .
// | /cC
/* | \
15356 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
15357 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
15360 # OSF1 and SCO ODT 3.0 have their own names for install.
15361 # Don't use installbsd from OSF since it installs stuff as root
15363 for ac_prog
in ginstall scoinst
install; do
15364 for ac_exec_ext
in '' $ac_executable_extensions; do
15365 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
15366 if test $ac_prog = install &&
15367 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
15368 # AIX install. It has an incompatible calling convention.
15370 elif test $ac_prog = install &&
15371 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
15372 # program-specific install script used by HP pwplus--don't use.
15375 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
15387 if test "${ac_cv_path_install+set}" = set; then
15388 INSTALL
=$ac_cv_path_install
15390 # As a last resort, use the slow shell script. We don't cache a
15391 # path for INSTALL within a source directory, because that will
15392 # break other packages using the cache if that directory is
15393 # removed, or if the path is relative.
15394 INSTALL
=$ac_install_sh
15397 echo "$as_me:$LINENO: result: $INSTALL" >&5
15398 echo "${ECHO_T}$INSTALL" >&6
15400 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
15401 # It thinks the first close brace ends the variable substitution.
15402 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
15404 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
15406 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
15412 ?
:* ) # Drive letter, considered as absolute.
15415 INSTALL
=`pwd`/${INSTALL} ;;
15422 INSTALL_PROGRAM
="cp -fp"
15423 INSTALL_DATA
="cp -fp"
15429 if test -n "$ac_tool_prefix"; then
15430 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
15431 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
15432 echo "$as_me:$LINENO: checking for $ac_word" >&5
15433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15434 if test "${ac_cv_prog_STRIP+set}" = set; then
15435 echo $ECHO_N "(cached) $ECHO_C" >&6
15437 if test -n "$STRIP"; then
15438 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
15440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15441 for as_dir
in $PATH
15444 test -z "$as_dir" && as_dir
=.
15445 for ac_exec_ext
in '' $ac_executable_extensions; do
15446 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15447 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
15448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15456 STRIP
=$ac_cv_prog_STRIP
15457 if test -n "$STRIP"; then
15458 echo "$as_me:$LINENO: result: $STRIP" >&5
15459 echo "${ECHO_T}$STRIP" >&6
15461 echo "$as_me:$LINENO: result: no" >&5
15462 echo "${ECHO_T}no" >&6
15466 if test -z "$ac_cv_prog_STRIP"; then
15468 # Extract the first word of "strip", so it can be a program name with args.
15469 set dummy strip
; ac_word
=$2
15470 echo "$as_me:$LINENO: checking for $ac_word" >&5
15471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15472 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
15473 echo $ECHO_N "(cached) $ECHO_C" >&6
15475 if test -n "$ac_ct_STRIP"; then
15476 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
15478 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15479 for as_dir
in $PATH
15482 test -z "$as_dir" && as_dir
=.
15483 for ac_exec_ext
in '' $ac_executable_extensions; do
15484 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15485 ac_cv_prog_ac_ct_STRIP
="strip"
15486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15492 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="true"
15495 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
15496 if test -n "$ac_ct_STRIP"; then
15497 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
15498 echo "${ECHO_T}$ac_ct_STRIP" >&6
15500 echo "$as_me:$LINENO: result: no" >&5
15501 echo "${ECHO_T}no" >&6
15506 STRIP
="$ac_cv_prog_STRIP"
15510 if test "$wxUSE_WINE" = "yes"; then
15511 if test -n "$ac_tool_prefix"; then
15512 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
15513 set dummy
${ac_tool_prefix}wrc
; ac_word
=$2
15514 echo "$as_me:$LINENO: checking for $ac_word" >&5
15515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15516 if test "${ac_cv_prog_WINDRES+set}" = set; then
15517 echo $ECHO_N "(cached) $ECHO_C" >&6
15519 if test -n "$WINDRES"; then
15520 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
15522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15523 for as_dir
in $PATH
15526 test -z "$as_dir" && as_dir
=.
15527 for ac_exec_ext
in '' $ac_executable_extensions; do
15528 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15529 ac_cv_prog_WINDRES
="${ac_tool_prefix}wrc"
15530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15538 WINDRES
=$ac_cv_prog_WINDRES
15539 if test -n "$WINDRES"; then
15540 echo "$as_me:$LINENO: result: $WINDRES" >&5
15541 echo "${ECHO_T}$WINDRES" >&6
15543 echo "$as_me:$LINENO: result: no" >&5
15544 echo "${ECHO_T}no" >&6
15548 if test -z "$ac_cv_prog_WINDRES"; then
15549 ac_ct_WINDRES
=$WINDRES
15550 # Extract the first word of "wrc", so it can be a program name with args.
15551 set dummy wrc
; ac_word
=$2
15552 echo "$as_me:$LINENO: checking for $ac_word" >&5
15553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15554 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15557 if test -n "$ac_ct_WINDRES"; then
15558 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
15560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15561 for as_dir
in $PATH
15564 test -z "$as_dir" && as_dir
=.
15565 for ac_exec_ext
in '' $ac_executable_extensions; do
15566 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15567 ac_cv_prog_ac_ct_WINDRES
="wrc"
15568 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15576 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
15577 if test -n "$ac_ct_WINDRES"; then
15578 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15579 echo "${ECHO_T}$ac_ct_WINDRES" >&6
15581 echo "$as_me:$LINENO: result: no" >&5
15582 echo "${ECHO_T}no" >&6
15585 WINDRES
=$ac_ct_WINDRES
15587 WINDRES
="$ac_cv_prog_WINDRES"
15593 *-*-cygwin* | *-*-mingw32* )
15594 if test -n "$ac_tool_prefix"; then
15595 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
15596 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
15597 echo "$as_me:$LINENO: checking for $ac_word" >&5
15598 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15599 if test "${ac_cv_prog_WINDRES+set}" = set; then
15600 echo $ECHO_N "(cached) $ECHO_C" >&6
15602 if test -n "$WINDRES"; then
15603 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
15605 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15606 for as_dir
in $PATH
15609 test -z "$as_dir" && as_dir
=.
15610 for ac_exec_ext
in '' $ac_executable_extensions; do
15611 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15612 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
15613 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15621 WINDRES
=$ac_cv_prog_WINDRES
15622 if test -n "$WINDRES"; then
15623 echo "$as_me:$LINENO: result: $WINDRES" >&5
15624 echo "${ECHO_T}$WINDRES" >&6
15626 echo "$as_me:$LINENO: result: no" >&5
15627 echo "${ECHO_T}no" >&6
15631 if test -z "$ac_cv_prog_WINDRES"; then
15632 ac_ct_WINDRES
=$WINDRES
15633 # Extract the first word of "windres", so it can be a program name with args.
15634 set dummy windres
; ac_word
=$2
15635 echo "$as_me:$LINENO: checking for $ac_word" >&5
15636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15637 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
15638 echo $ECHO_N "(cached) $ECHO_C" >&6
15640 if test -n "$ac_ct_WINDRES"; then
15641 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
15643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15644 for as_dir
in $PATH
15647 test -z "$as_dir" && as_dir
=.
15648 for ac_exec_ext
in '' $ac_executable_extensions; do
15649 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15650 ac_cv_prog_ac_ct_WINDRES
="windres"
15651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15659 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
15660 if test -n "$ac_ct_WINDRES"; then
15661 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15662 echo "${ECHO_T}$ac_ct_WINDRES" >&6
15664 echo "$as_me:$LINENO: result: no" >&5
15665 echo "${ECHO_T}no" >&6
15668 WINDRES
=$ac_ct_WINDRES
15670 WINDRES
="$ac_cv_prog_WINDRES"
15674 if test -n "$ac_tool_prefix"; then
15675 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15676 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
15677 echo "$as_me:$LINENO: checking for $ac_word" >&5
15678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15679 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15680 echo $ECHO_N "(cached) $ECHO_C" >&6
15682 if test -n "$DLLTOOL"; then
15683 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
15685 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15686 for as_dir
in $PATH
15689 test -z "$as_dir" && as_dir
=.
15690 for ac_exec_ext
in '' $ac_executable_extensions; do
15691 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15692 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
15693 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15701 DLLTOOL
=$ac_cv_prog_DLLTOOL
15702 if test -n "$DLLTOOL"; then
15703 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15704 echo "${ECHO_T}$DLLTOOL" >&6
15706 echo "$as_me:$LINENO: result: no" >&5
15707 echo "${ECHO_T}no" >&6
15711 if test -z "$ac_cv_prog_DLLTOOL"; then
15712 ac_ct_DLLTOOL
=$DLLTOOL
15713 # Extract the first word of "dlltool", so it can be a program name with args.
15714 set dummy dlltool
; ac_word
=$2
15715 echo "$as_me:$LINENO: checking for $ac_word" >&5
15716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15717 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15718 echo $ECHO_N "(cached) $ECHO_C" >&6
15720 if test -n "$ac_ct_DLLTOOL"; then
15721 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
15723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15724 for as_dir
in $PATH
15727 test -z "$as_dir" && as_dir
=.
15728 for ac_exec_ext
in '' $ac_executable_extensions; do
15729 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15730 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
15731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15739 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
15740 if test -n "$ac_ct_DLLTOOL"; then
15741 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15742 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
15744 echo "$as_me:$LINENO: result: no" >&5
15745 echo "${ECHO_T}no" >&6
15748 DLLTOOL
=$ac_ct_DLLTOOL
15750 DLLTOOL
="$ac_cv_prog_DLLTOOL"
15757 echo "$as_me:$LINENO: checking if make is GNU make" >&5
15758 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
15759 if test "${wx_cv_prog_makeisgnu+set}" = set; then
15760 echo $ECHO_N "(cached) $ECHO_C" >&6
15763 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
15764 egrep -s GNU
> /dev
/null
); then
15765 wx_cv_prog_makeisgnu
="yes"
15767 wx_cv_prog_makeisgnu
="no"
15771 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
15772 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
15774 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
15782 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
15783 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
15784 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
15785 if test "${wx_cv_prog_makevpath+set}" = set; then
15786 echo $ECHO_N "(cached) $ECHO_C" >&6
15789 cat - << EOF > confMake
15795 if test ! -d sub
; then
15798 echo dummy
> sub
/file
15799 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
15801 rm -f sub
/file check final_file confMake
15803 if test "$RESULT" = 0; then
15804 wx_cv_prog_makevpath
="yes"
15806 wx_cv_prog_makevpath
="no"
15810 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
15811 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
15813 if test "x$wx_cv_prog_makevpath" != "xyes"; then
15814 { { echo "$as_me:$LINENO: error:
15815 You need a make-utility that is able to use the variable
15817 If your version of make does not support VPATH correctly,
15818 please install GNU-make (possibly as gmake), and start
15819 configure with the following command:
15820 export MAKE=gmake; ./configure for sh-type shells
15821 setenv MAKE gmake; ./configure for csh-type shells
15822 Also please do remember to use gmake in this case every time
15823 you are trying to compile.
15825 echo "$as_me: error:
15826 You need a make-utility that is able to use the variable
15828 If your version of make does not support VPATH correctly,
15829 please install GNU-make (possibly as gmake), and start
15830 configure with the following command:
15831 export MAKE=gmake; ./configure for sh-type shells
15832 setenv MAKE gmake; ./configure for csh-type shells
15833 Also please do remember to use gmake in this case every time
15834 you are trying to compile.
15836 { (exit 1); exit 1; }; }
15838 echo "$as_me:$LINENO: checking whether ln -s works" >&5
15839 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
15841 if test "$LN_S" = "ln -s"; then
15842 echo "$as_me:$LINENO: result: yes" >&5
15843 echo "${ECHO_T}yes" >&6
15845 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
15846 echo "${ECHO_T}no, using $LN_S" >&6
15852 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
15853 CXXFLAGS
="-qunique $CXXFLAGS"
15857 powerpc
-*-darwin* )
15858 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
15859 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
15860 cat >conftest.
$ac_ext <<_ACEOF
15863 cat confdefs.h
>>conftest.
$ac_ext
15864 cat >>conftest.
$ac_ext <<_ACEOF
15865 /* end confdefs.h. */
15870 #ifndef __POWERPC__
15871 choke me for lack of PowerPC
15878 rm -f conftest.
$ac_objext
15879 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15880 (eval $ac_compile) 2>conftest.er1
15882 grep -v '^ *+' conftest.er1
>conftest.err
15884 cat conftest.err
>&5
15885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); } &&
15887 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15889 (eval $ac_try) 2>&5
15891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15892 (exit $ac_status); }; } &&
15893 { ac_try
='test -s conftest.$ac_objext'
15894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15895 (eval $ac_try) 2>&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); }; }; then
15899 echo "$as_me:$LINENO: result: yes" >&5
15900 echo "${ECHO_T}yes" >&6
15902 echo "$as_me: failed program was:" >&5
15903 sed 's/^/| /' conftest.
$ac_ext >&5
15905 echo "$as_me:$LINENO: result: no" >&5
15906 echo "${ECHO_T}no" >&6
15907 cat >>confdefs.h
<<\_ACEOF
15908 #define __POWERPC__ 1
15913 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15919 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
15920 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
15921 cat >conftest.
$ac_ext <<_ACEOF
15924 cat confdefs.h
>>conftest.
$ac_ext
15925 cat >>conftest.
$ac_ext <<_ACEOF
15926 /* end confdefs.h. */
15927 #include <CoreFoundation/CFBase.h>
15937 rm -f conftest.
$ac_objext
15938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939 (eval $ac_compile) 2>conftest.er1
15941 grep -v '^ *+' conftest.er1
>conftest.err
15943 cat conftest.err
>&5
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } &&
15946 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; } &&
15952 { ac_try
='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5
15956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); }; }; then
15958 echo "$as_me:$LINENO: result: yes" >&5
15959 echo "${ECHO_T}yes" >&6
15961 echo "$as_me: failed program was:" >&5
15962 sed 's/^/| /' conftest.
$ac_ext >&5
15964 echo "$as_me:$LINENO: result: no" >&5
15965 echo "${ECHO_T}no" >&6
15966 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
15967 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
15968 cat >conftest.
$ac_ext <<_ACEOF
15971 cat confdefs.h
>>conftest.
$ac_ext
15972 cat >>conftest.
$ac_ext <<_ACEOF
15973 /* end confdefs.h. */
15974 #define __CF_USE_FRAMEWORK_INCLUDES__
15975 #include <CoreFoundation/CFBase.h>
15985 rm -f conftest.
$ac_objext
15986 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15987 (eval $ac_compile) 2>conftest.er1
15989 grep -v '^ *+' conftest.er1
>conftest.err
15991 cat conftest.err
>&5
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); } &&
15994 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15996 (eval $ac_try) 2>&5
15998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15999 (exit $ac_status); }; } &&
16000 { ac_try
='test -s conftest.$ac_objext'
16001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16002 (eval $ac_try) 2>&5
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); }; }; then
16006 echo "$as_me:$LINENO: result: yes" >&5
16007 echo "${ECHO_T}yes" >&6
16008 CPPFLAGS
="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
16010 echo "$as_me: failed program was:" >&5
16011 sed 's/^/| /' conftest.
$ac_ext >&5
16013 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
16014 See \`config.log' for more details." >&5
16015 echo "$as_me: error: no. CoreFoundation not available.
16016 See \`config.log' for more details." >&2;}
16017 { (exit 1); exit 1; }; }
16020 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16029 *-pc-os2_emx | *-pc-os2-emx )
16031 ac_cpp
='$CPP $CPPFLAGS'
16032 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16033 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16034 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16036 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
16037 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
16038 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
16039 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
16040 echo $ECHO_N "(cached) $ECHO_C" >&6
16042 ac_check_lib_save_LIBS
=$LIBS
16043 LIBS
="-lcExt $LIBS"
16044 cat >conftest.
$ac_ext <<_ACEOF
16047 cat confdefs.h
>>conftest.
$ac_ext
16048 cat >>conftest.
$ac_ext <<_ACEOF
16049 /* end confdefs.h. */
16051 /* Override any gcc2 internal prototype to avoid an error. */
16055 /* We use char because int might match the return type of a gcc2
16056 builtin and then its argument prototype would still apply. */
16066 rm -f conftest.
$ac_objext conftest
$ac_exeext
16067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16068 (eval $ac_link) 2>conftest.er1
16070 grep -v '^ *+' conftest.er1
>conftest.err
16072 cat conftest.err
>&5
16073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074 (exit $ac_status); } &&
16075 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16077 (eval $ac_try) 2>&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); }; } &&
16081 { ac_try
='test -s conftest$ac_exeext'
16082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16083 (eval $ac_try) 2>&5
16085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16086 (exit $ac_status); }; }; then
16087 ac_cv_lib_cExt_drand48
=yes
16089 echo "$as_me: failed program was:" >&5
16090 sed 's/^/| /' conftest.
$ac_ext >&5
16092 ac_cv_lib_cExt_drand48
=no
16094 rm -f conftest.err conftest.
$ac_objext \
16095 conftest
$ac_exeext conftest.
$ac_ext
16096 LIBS
=$ac_check_lib_save_LIBS
16098 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
16099 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
16100 if test $ac_cv_lib_cExt_drand48 = yes; then
16101 LIBS
="$LIBS -lcExt"
16105 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
16107 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
16108 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
16109 if test "${wx_cv_gccversion+set}" = set; then
16110 echo $ECHO_N "(cached) $ECHO_C" >&6
16113 if test "$cross_compiling" = yes; then
16114 wx_cv_gccversion
="EMX2"
16117 cat >conftest.
$ac_ext <<_ACEOF
16120 cat confdefs.h
>>conftest.
$ac_ext
16121 cat >>conftest.
$ac_ext <<_ACEOF
16122 /* end confdefs.h. */
16128 FILE *f=fopen("conftestval", "w");
16133 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
16135 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
16145 rm -f conftest
$ac_exeext
16146 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16147 (eval $ac_link) 2>&5
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16152 (eval $ac_try) 2>&5
16154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); }; }; then
16156 wx_cv_gccversion
=`cat conftestval`
16158 echo "$as_me: program exited with status $ac_status" >&5
16159 echo "$as_me: failed program was:" >&5
16160 sed 's/^/| /' conftest.
$ac_ext >&5
16162 ( exit $ac_status )
16163 wx_cv_gccversion
="EMX2"
16165 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16169 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
16170 echo "${ECHO_T}$wx_cv_gccversion" >&6
16172 ac_cpp
='$CXXCPP $CPPFLAGS'
16173 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16174 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16175 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16177 if test "$wx_cv_gccversion" = "EMX2"; then
16178 LIBS
="$LIBS -lstdcpp"
16179 LDFLAGS
="$LDFLAGS -Zsysv-signals"
16181 if test "$wx_cv_gccversion" = "EMX3"; then
16182 LIBS
="$LIBS -lstdcxx -lgcc"
16183 LDFLAGS
="$LDFLAGS -Zsysv-signals"
16185 LIBS
="$LIBS -lstdc++"
16188 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
16189 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
16190 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
16197 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
16198 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
16199 if test "${ac_cv_string_strcasecmp+set}" = set; then
16200 echo $ECHO_N "(cached) $ECHO_C" >&6
16203 cat >conftest.
$ac_ext <<_ACEOF
16206 cat confdefs.h
>>conftest.
$ac_ext
16207 cat >>conftest.
$ac_ext <<_ACEOF
16208 /* end confdefs.h. */
16210 #include <string.h>
16216 strcasecmp("foo", "bar");
16222 rm -f conftest.
$ac_objext conftest
$ac_exeext
16223 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16224 (eval $ac_link) 2>conftest.er1
16226 grep -v '^ *+' conftest.er1
>conftest.err
16228 cat conftest.err
>&5
16229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16230 (exit $ac_status); } &&
16231 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16233 (eval $ac_try) 2>&5
16235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); }; } &&
16237 { ac_try
='test -s conftest$ac_exeext'
16238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16239 (eval $ac_try) 2>&5
16241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242 (exit $ac_status); }; }; then
16243 ac_cv_string_strcasecmp
=yes
16245 echo "$as_me: failed program was:" >&5
16246 sed 's/^/| /' conftest.
$ac_ext >&5
16248 ac_cv_string_strcasecmp
=no
16251 rm -f conftest.err conftest.
$ac_objext \
16252 conftest
$ac_exeext conftest.
$ac_ext
16255 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
16256 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
16258 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
16259 cat >>confdefs.h
<<\_ACEOF
16260 #define HAVE_STRCASECMP_IN_STRING_H 1
16264 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
16265 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
16266 if test "${ac_cv_strings_strcasecmp+set}" = set; then
16267 echo $ECHO_N "(cached) $ECHO_C" >&6
16270 cat >conftest.
$ac_ext <<_ACEOF
16273 cat confdefs.h
>>conftest.
$ac_ext
16274 cat >>conftest.
$ac_ext <<_ACEOF
16275 /* end confdefs.h. */
16277 #include <strings.h>
16283 strcasecmp("foo", "bar");
16289 rm -f conftest.
$ac_objext conftest
$ac_exeext
16290 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16291 (eval $ac_link) 2>conftest.er1
16293 grep -v '^ *+' conftest.er1
>conftest.err
16295 cat conftest.err
>&5
16296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16297 (exit $ac_status); } &&
16298 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16300 (eval $ac_try) 2>&5
16302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16303 (exit $ac_status); }; } &&
16304 { ac_try
='test -s conftest$ac_exeext'
16305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16306 (eval $ac_try) 2>&5
16308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16309 (exit $ac_status); }; }; then
16310 ac_cv_strings_strcasecmp
=yes
16312 echo "$as_me: failed program was:" >&5
16313 sed 's/^/| /' conftest.
$ac_ext >&5
16315 ac_cv_strings_strcasecmp
=no
16318 rm -f conftest.err conftest.
$ac_objext \
16319 conftest
$ac_exeext conftest.
$ac_ext
16322 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
16323 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
16325 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
16326 cat >>confdefs.h
<<\_ACEOF
16327 #define HAVE_STRCASECMP_IN_STRINGS_H 1
16331 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
16332 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
16333 { (exit 1); exit 1; }; }
16342 ac_cpp
='$CXXCPP $CPPFLAGS'
16343 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16344 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16345 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16346 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
16347 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
16348 if test -z "$CXXCPP"; then
16349 if test "${ac_cv_prog_CXXCPP+set}" = set; then
16350 echo $ECHO_N "(cached) $ECHO_C" >&6
16352 # Double quotes because CXXCPP needs to be expanded
16353 for CXXCPP
in "$CXX -E" "/lib/cpp"
16355 ac_preproc_ok
=false
16356 for ac_cxx_preproc_warn_flag
in '' yes
16358 # Use a header file that comes with gcc, so configuring glibc
16359 # with a fresh cross-compiler works.
16360 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16361 # <limits.h> exists even on freestanding compilers.
16362 # On the NeXT, cc -E runs the code through the compiler's parser,
16363 # not just through cpp. "Syntax error" is here to catch this case.
16364 cat >conftest.
$ac_ext <<_ACEOF
16367 cat confdefs.h
>>conftest.
$ac_ext
16368 cat >>conftest.
$ac_ext <<_ACEOF
16369 /* end confdefs.h. */
16371 # include <limits.h>
16373 # include <assert.h>
16377 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16378 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16380 grep -v '^ *+' conftest.er1
>conftest.err
16382 cat conftest.err
>&5
16383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 (exit $ac_status); } >/dev
/null
; then
16385 if test -s conftest.err
; then
16386 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16387 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
16394 if test -z "$ac_cpp_err"; then
16397 echo "$as_me: failed program was:" >&5
16398 sed 's/^/| /' conftest.
$ac_ext >&5
16400 # Broken: fails on valid input.
16403 rm -f conftest.err conftest.
$ac_ext
16405 # OK, works on sane cases. Now check whether non-existent headers
16406 # can be detected and how.
16407 cat >conftest.
$ac_ext <<_ACEOF
16410 cat confdefs.h
>>conftest.
$ac_ext
16411 cat >>conftest.
$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16413 #include <ac_nonexistent.h>
16415 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16416 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16418 grep -v '^ *+' conftest.er1
>conftest.err
16420 cat conftest.err
>&5
16421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16422 (exit $ac_status); } >/dev
/null
; then
16423 if test -s conftest.err
; then
16424 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16425 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
16432 if test -z "$ac_cpp_err"; then
16433 # Broken: success on invalid input.
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.
$ac_ext >&5
16439 # Passes both tests.
16443 rm -f conftest.err conftest.
$ac_ext
16446 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16447 rm -f conftest.err conftest.
$ac_ext
16448 if $ac_preproc_ok; then
16453 ac_cv_prog_CXXCPP
=$CXXCPP
16456 CXXCPP
=$ac_cv_prog_CXXCPP
16458 ac_cv_prog_CXXCPP
=$CXXCPP
16460 echo "$as_me:$LINENO: result: $CXXCPP" >&5
16461 echo "${ECHO_T}$CXXCPP" >&6
16462 ac_preproc_ok
=false
16463 for ac_cxx_preproc_warn_flag
in '' yes
16465 # Use a header file that comes with gcc, so configuring glibc
16466 # with a fresh cross-compiler works.
16467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16468 # <limits.h> exists even on freestanding compilers.
16469 # On the NeXT, cc -E runs the code through the compiler's parser,
16470 # not just through cpp. "Syntax error" is here to catch this case.
16471 cat >conftest.
$ac_ext <<_ACEOF
16474 cat confdefs.h
>>conftest.
$ac_ext
16475 cat >>conftest.
$ac_ext <<_ACEOF
16476 /* end confdefs.h. */
16478 # include <limits.h>
16480 # include <assert.h>
16484 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16485 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16487 grep -v '^ *+' conftest.er1
>conftest.err
16489 cat conftest.err
>&5
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); } >/dev
/null
; then
16492 if test -s conftest.err
; then
16493 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16494 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
16501 if test -z "$ac_cpp_err"; then
16504 echo "$as_me: failed program was:" >&5
16505 sed 's/^/| /' conftest.
$ac_ext >&5
16507 # Broken: fails on valid input.
16510 rm -f conftest.err conftest.
$ac_ext
16512 # OK, works on sane cases. Now check whether non-existent headers
16513 # can be detected and how.
16514 cat >conftest.
$ac_ext <<_ACEOF
16517 cat confdefs.h
>>conftest.
$ac_ext
16518 cat >>conftest.
$ac_ext <<_ACEOF
16519 /* end confdefs.h. */
16520 #include <ac_nonexistent.h>
16522 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16523 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16525 grep -v '^ *+' conftest.er1
>conftest.err
16527 cat conftest.err
>&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } >/dev
/null
; then
16530 if test -s conftest.err
; then
16531 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16532 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
16539 if test -z "$ac_cpp_err"; then
16540 # Broken: success on invalid input.
16543 echo "$as_me: failed program was:" >&5
16544 sed 's/^/| /' conftest.
$ac_ext >&5
16546 # Passes both tests.
16550 rm -f conftest.err conftest.
$ac_ext
16553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
16554 rm -f conftest.err conftest.
$ac_ext
16555 if $ac_preproc_ok; then
16558 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
16559 See \`config.log' for more details." >&5
16560 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
16561 See \`config.log' for more details." >&2;}
16562 { (exit 1); exit 1; }; }
16566 ac_cpp
='$CXXCPP $CPPFLAGS'
16567 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16568 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16569 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
16572 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
16573 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
16574 if test "${ac_cv_header_stdc+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16577 cat >conftest.
$ac_ext <<_ACEOF
16580 cat confdefs.h
>>conftest.
$ac_ext
16581 cat >>conftest.
$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16583 #include <stdlib.h>
16584 #include <stdarg.h>
16585 #include <string.h>
16596 rm -f conftest.
$ac_objext
16597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16598 (eval $ac_compile) 2>conftest.er1
16600 grep -v '^ *+' conftest.er1
>conftest.err
16602 cat conftest.err
>&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } &&
16605 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16607 (eval $ac_try) 2>&5
16609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16610 (exit $ac_status); }; } &&
16611 { ac_try
='test -s conftest.$ac_objext'
16612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16613 (eval $ac_try) 2>&5
16615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16616 (exit $ac_status); }; }; then
16617 ac_cv_header_stdc
=yes
16619 echo "$as_me: failed program was:" >&5
16620 sed 's/^/| /' conftest.
$ac_ext >&5
16622 ac_cv_header_stdc
=no
16624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16626 if test $ac_cv_header_stdc = yes; then
16627 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
16628 cat >conftest.
$ac_ext <<_ACEOF
16631 cat confdefs.h
>>conftest.
$ac_ext
16632 cat >>conftest.
$ac_ext <<_ACEOF
16633 /* end confdefs.h. */
16634 #include <string.h>
16637 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16638 $EGREP "memchr" >/dev
/null
2>&1; then
16641 ac_cv_header_stdc
=no
16647 if test $ac_cv_header_stdc = yes; then
16648 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16649 cat >conftest.
$ac_ext <<_ACEOF
16652 cat confdefs.h
>>conftest.
$ac_ext
16653 cat >>conftest.
$ac_ext <<_ACEOF
16654 /* end confdefs.h. */
16655 #include <stdlib.h>
16658 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16659 $EGREP "free" >/dev
/null
2>&1; then
16662 ac_cv_header_stdc
=no
16668 if test $ac_cv_header_stdc = yes; then
16669 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16670 if test "$cross_compiling" = yes; then
16673 cat >conftest.
$ac_ext <<_ACEOF
16676 cat confdefs.h
>>conftest.
$ac_ext
16677 cat >>conftest.
$ac_ext <<_ACEOF
16678 /* end confdefs.h. */
16680 #if ((' ' & 0x0FF) == 0x020)
16681 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16682 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16684 # define ISLOWER(c) \
16685 (('a' <= (c) && (c) <= 'i') \
16686 || ('j' <= (c) && (c) <= 'r') \
16687 || ('s' <= (c) && (c) <= 'z'))
16688 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
16691 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
16696 for (i = 0; i < 256; i++)
16697 if (XOR (islower (i), ISLOWER (i))
16698 || toupper (i) != TOUPPER (i))
16703 rm -f conftest
$ac_exeext
16704 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16705 (eval $ac_link) 2>&5
16707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16708 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16710 (eval $ac_try) 2>&5
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); }; }; then
16716 echo "$as_me: program exited with status $ac_status" >&5
16717 echo "$as_me: failed program was:" >&5
16718 sed 's/^/| /' conftest.
$ac_ext >&5
16720 ( exit $ac_status )
16721 ac_cv_header_stdc
=no
16723 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16727 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
16728 echo "${ECHO_T}$ac_cv_header_stdc" >&6
16729 if test $ac_cv_header_stdc = yes; then
16731 cat >>confdefs.h
<<\_ACEOF
16732 #define STDC_HEADERS 1
16737 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
16747 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
16748 inttypes.h stdint.h unistd.h
16750 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16751 echo "$as_me:$LINENO: checking for $ac_header" >&5
16752 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16753 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16754 echo $ECHO_N "(cached) $ECHO_C" >&6
16756 cat >conftest.
$ac_ext <<_ACEOF
16759 cat confdefs.h
>>conftest.
$ac_ext
16760 cat >>conftest.
$ac_ext <<_ACEOF
16761 /* end confdefs.h. */
16762 $ac_includes_default
16764 #include <$ac_header>
16766 rm -f conftest.
$ac_objext
16767 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16768 (eval $ac_compile) 2>conftest.er1
16770 grep -v '^ *+' conftest.er1
>conftest.err
16772 cat conftest.err
>&5
16773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16774 (exit $ac_status); } &&
16775 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16777 (eval $ac_try) 2>&5
16779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16780 (exit $ac_status); }; } &&
16781 { ac_try
='test -s conftest.$ac_objext'
16782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16783 (eval $ac_try) 2>&5
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); }; }; then
16787 eval "$as_ac_Header=yes"
16789 echo "$as_me: failed program was:" >&5
16790 sed 's/^/| /' conftest.
$ac_ext >&5
16792 eval "$as_ac_Header=no"
16794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16796 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16797 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16798 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16799 cat >>confdefs.h
<<_ACEOF
16800 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16809 for ac_header
in stdlib.h
16811 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16812 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16813 echo "$as_me:$LINENO: checking for $ac_header" >&5
16814 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16815 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16816 echo $ECHO_N "(cached) $ECHO_C" >&6
16818 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16819 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16821 # Is the header compilable?
16822 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16823 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16824 cat >conftest.
$ac_ext <<_ACEOF
16827 cat confdefs.h
>>conftest.
$ac_ext
16828 cat >>conftest.
$ac_ext <<_ACEOF
16829 /* end confdefs.h. */
16830 $ac_includes_default
16831 #include <$ac_header>
16833 rm -f conftest.
$ac_objext
16834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16835 (eval $ac_compile) 2>conftest.er1
16837 grep -v '^ *+' conftest.er1
>conftest.err
16839 cat conftest.err
>&5
16840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841 (exit $ac_status); } &&
16842 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16844 (eval $ac_try) 2>&5
16846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16847 (exit $ac_status); }; } &&
16848 { ac_try
='test -s conftest.$ac_objext'
16849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16850 (eval $ac_try) 2>&5
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); }; }; then
16854 ac_header_compiler
=yes
16856 echo "$as_me: failed program was:" >&5
16857 sed 's/^/| /' conftest.
$ac_ext >&5
16859 ac_header_compiler
=no
16861 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16862 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16863 echo "${ECHO_T}$ac_header_compiler" >&6
16865 # Is the header present?
16866 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16867 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16868 cat >conftest.
$ac_ext <<_ACEOF
16871 cat confdefs.h
>>conftest.
$ac_ext
16872 cat >>conftest.
$ac_ext <<_ACEOF
16873 /* end confdefs.h. */
16874 #include <$ac_header>
16876 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16877 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16879 grep -v '^ *+' conftest.er1
>conftest.err
16881 cat conftest.err
>&5
16882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16883 (exit $ac_status); } >/dev
/null
; then
16884 if test -s conftest.err
; then
16885 ac_cpp_err
=$ac_cxx_preproc_warn_flag
16886 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
16893 if test -z "$ac_cpp_err"; then
16894 ac_header_preproc
=yes
16896 echo "$as_me: failed program was:" >&5
16897 sed 's/^/| /' conftest.
$ac_ext >&5
16899 ac_header_preproc
=no
16901 rm -f conftest.err conftest.
$ac_ext
16902 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16903 echo "${ECHO_T}$ac_header_preproc" >&6
16905 # So? What about this header?
16906 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
16908 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16909 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16911 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16912 ac_header_preproc
=yes
16915 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16916 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16917 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16918 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16919 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16920 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16921 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16922 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16924 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16925 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16926 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16929 ## ----------------------------------------- ##
16930 ## Report this to wx-dev@lists.wxwidgets.org ##
16931 ## ----------------------------------------- ##
16934 sed "s/^/$as_me: WARNING: /" >&2
16937 echo "$as_me:$LINENO: checking for $ac_header" >&5
16938 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16939 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16940 echo $ECHO_N "(cached) $ECHO_C" >&6
16942 eval "$as_ac_Header=\$ac_header_preproc"
16944 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16945 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16948 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16949 cat >>confdefs.h
<<_ACEOF
16950 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16958 for ac_header
in malloc.h
16960 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16961 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16962 echo "$as_me:$LINENO: checking for $ac_header" >&5
16963 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16964 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16965 echo $ECHO_N "(cached) $ECHO_C" >&6
16967 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16968 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16970 # Is the header compilable?
16971 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16972 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16973 cat >conftest.
$ac_ext <<_ACEOF
16976 cat confdefs.h
>>conftest.
$ac_ext
16977 cat >>conftest.
$ac_ext <<_ACEOF
16978 /* end confdefs.h. */
16979 $ac_includes_default
16980 #include <$ac_header>
16982 rm -f conftest.
$ac_objext
16983 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16984 (eval $ac_compile) 2>conftest.er1
16986 grep -v '^ *+' conftest.er1
>conftest.err
16988 cat conftest.err
>&5
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); } &&
16991 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
16992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16993 (eval $ac_try) 2>&5
16995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); }; } &&
16997 { ac_try
='test -s conftest.$ac_objext'
16998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16999 (eval $ac_try) 2>&5
17001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17002 (exit $ac_status); }; }; then
17003 ac_header_compiler
=yes
17005 echo "$as_me: failed program was:" >&5
17006 sed 's/^/| /' conftest.
$ac_ext >&5
17008 ac_header_compiler
=no
17010 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17011 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17012 echo "${ECHO_T}$ac_header_compiler" >&6
17014 # Is the header present?
17015 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17016 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17017 cat >conftest.
$ac_ext <<_ACEOF
17020 cat confdefs.h
>>conftest.
$ac_ext
17021 cat >>conftest.
$ac_ext <<_ACEOF
17022 /* end confdefs.h. */
17023 #include <$ac_header>
17025 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17026 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17028 grep -v '^ *+' conftest.er1
>conftest.err
17030 cat conftest.err
>&5
17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17032 (exit $ac_status); } >/dev
/null
; then
17033 if test -s conftest.err
; then
17034 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17035 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17042 if test -z "$ac_cpp_err"; then
17043 ac_header_preproc
=yes
17045 echo "$as_me: failed program was:" >&5
17046 sed 's/^/| /' conftest.
$ac_ext >&5
17048 ac_header_preproc
=no
17050 rm -f conftest.err conftest.
$ac_ext
17051 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17052 echo "${ECHO_T}$ac_header_preproc" >&6
17054 # So? What about this header?
17055 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17057 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17058 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17059 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17060 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17061 ac_header_preproc
=yes
17064 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17065 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17066 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17067 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17068 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17069 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17070 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17071 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17072 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17073 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17074 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17075 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17078 ## ----------------------------------------- ##
17079 ## Report this to wx-dev@lists.wxwidgets.org ##
17080 ## ----------------------------------------- ##
17083 sed "s/^/$as_me: WARNING: /" >&2
17086 echo "$as_me:$LINENO: checking for $ac_header" >&5
17087 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17088 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17089 echo $ECHO_N "(cached) $ECHO_C" >&6
17091 eval "$as_ac_Header=\$ac_header_preproc"
17093 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17094 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17097 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17098 cat >>confdefs.h
<<_ACEOF
17099 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17107 for ac_header
in unistd.h
17109 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17110 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17111 echo "$as_me:$LINENO: checking for $ac_header" >&5
17112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17113 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17114 echo $ECHO_N "(cached) $ECHO_C" >&6
17116 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17117 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17119 # Is the header compilable?
17120 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17121 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17122 cat >conftest.
$ac_ext <<_ACEOF
17125 cat confdefs.h
>>conftest.
$ac_ext
17126 cat >>conftest.
$ac_ext <<_ACEOF
17127 /* end confdefs.h. */
17128 $ac_includes_default
17129 #include <$ac_header>
17131 rm -f conftest.
$ac_objext
17132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17133 (eval $ac_compile) 2>conftest.er1
17135 grep -v '^ *+' conftest.er1
>conftest.err
17137 cat conftest.err
>&5
17138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); } &&
17140 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17142 (eval $ac_try) 2>&5
17144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17145 (exit $ac_status); }; } &&
17146 { ac_try
='test -s conftest.$ac_objext'
17147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17148 (eval $ac_try) 2>&5
17150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151 (exit $ac_status); }; }; then
17152 ac_header_compiler
=yes
17154 echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.
$ac_ext >&5
17157 ac_header_compiler
=no
17159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17160 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17161 echo "${ECHO_T}$ac_header_compiler" >&6
17163 # Is the header present?
17164 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17165 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17166 cat >conftest.
$ac_ext <<_ACEOF
17169 cat confdefs.h
>>conftest.
$ac_ext
17170 cat >>conftest.
$ac_ext <<_ACEOF
17171 /* end confdefs.h. */
17172 #include <$ac_header>
17174 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17175 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17177 grep -v '^ *+' conftest.er1
>conftest.err
17179 cat conftest.err
>&5
17180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17181 (exit $ac_status); } >/dev
/null
; then
17182 if test -s conftest.err
; then
17183 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17184 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17191 if test -z "$ac_cpp_err"; then
17192 ac_header_preproc
=yes
17194 echo "$as_me: failed program was:" >&5
17195 sed 's/^/| /' conftest.
$ac_ext >&5
17197 ac_header_preproc
=no
17199 rm -f conftest.err conftest.
$ac_ext
17200 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17201 echo "${ECHO_T}$ac_header_preproc" >&6
17203 # So? What about this header?
17204 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17206 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17207 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17209 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17210 ac_header_preproc
=yes
17213 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17214 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17215 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17216 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17217 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17218 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17219 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17220 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17221 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17222 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17223 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17224 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17227 ## ----------------------------------------- ##
17228 ## Report this to wx-dev@lists.wxwidgets.org ##
17229 ## ----------------------------------------- ##
17232 sed "s/^/$as_me: WARNING: /" >&2
17235 echo "$as_me:$LINENO: checking for $ac_header" >&5
17236 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17237 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17238 echo $ECHO_N "(cached) $ECHO_C" >&6
17240 eval "$as_ac_Header=\$ac_header_preproc"
17242 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17243 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17246 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17247 cat >>confdefs.h
<<_ACEOF
17248 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17256 for ac_header
in wchar.h
17258 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17259 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17260 echo "$as_me:$LINENO: checking for $ac_header" >&5
17261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17262 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17263 echo $ECHO_N "(cached) $ECHO_C" >&6
17265 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17266 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17268 # Is the header compilable?
17269 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17270 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17271 cat >conftest.
$ac_ext <<_ACEOF
17274 cat confdefs.h
>>conftest.
$ac_ext
17275 cat >>conftest.
$ac_ext <<_ACEOF
17276 /* end confdefs.h. */
17277 $ac_includes_default
17278 #include <$ac_header>
17280 rm -f conftest.
$ac_objext
17281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17282 (eval $ac_compile) 2>conftest.er1
17284 grep -v '^ *+' conftest.er1
>conftest.err
17286 cat conftest.err
>&5
17287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17288 (exit $ac_status); } &&
17289 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17291 (eval $ac_try) 2>&5
17293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17294 (exit $ac_status); }; } &&
17295 { ac_try
='test -s conftest.$ac_objext'
17296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17297 (eval $ac_try) 2>&5
17299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17300 (exit $ac_status); }; }; then
17301 ac_header_compiler
=yes
17303 echo "$as_me: failed program was:" >&5
17304 sed 's/^/| /' conftest.
$ac_ext >&5
17306 ac_header_compiler
=no
17308 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17309 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17310 echo "${ECHO_T}$ac_header_compiler" >&6
17312 # Is the header present?
17313 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17314 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17315 cat >conftest.
$ac_ext <<_ACEOF
17318 cat confdefs.h
>>conftest.
$ac_ext
17319 cat >>conftest.
$ac_ext <<_ACEOF
17320 /* end confdefs.h. */
17321 #include <$ac_header>
17323 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17324 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17326 grep -v '^ *+' conftest.er1
>conftest.err
17328 cat conftest.err
>&5
17329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330 (exit $ac_status); } >/dev
/null
; then
17331 if test -s conftest.err
; then
17332 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17333 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17340 if test -z "$ac_cpp_err"; then
17341 ac_header_preproc
=yes
17343 echo "$as_me: failed program was:" >&5
17344 sed 's/^/| /' conftest.
$ac_ext >&5
17346 ac_header_preproc
=no
17348 rm -f conftest.err conftest.
$ac_ext
17349 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17350 echo "${ECHO_T}$ac_header_preproc" >&6
17352 # So? What about this header?
17353 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17355 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17356 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17357 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17358 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17359 ac_header_preproc
=yes
17362 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17363 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17364 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17365 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17366 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17367 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17368 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17369 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17370 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17371 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17372 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17373 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17376 ## ----------------------------------------- ##
17377 ## Report this to wx-dev@lists.wxwidgets.org ##
17378 ## ----------------------------------------- ##
17381 sed "s/^/$as_me: WARNING: /" >&2
17384 echo "$as_me:$LINENO: checking for $ac_header" >&5
17385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17386 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17387 echo $ECHO_N "(cached) $ECHO_C" >&6
17389 eval "$as_ac_Header=\$ac_header_preproc"
17391 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17392 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17395 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17396 cat >>confdefs.h
<<_ACEOF
17397 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17405 if test "$ac_cv_header_wchar_h" != "yes"; then
17407 for ac_header
in wcstr.h
17409 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17410 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17411 echo "$as_me:$LINENO: checking for $ac_header" >&5
17412 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17413 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17414 echo $ECHO_N "(cached) $ECHO_C" >&6
17416 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17417 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17419 # Is the header compilable?
17420 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17421 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17422 cat >conftest.
$ac_ext <<_ACEOF
17425 cat confdefs.h
>>conftest.
$ac_ext
17426 cat >>conftest.
$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17428 $ac_includes_default
17429 #include <$ac_header>
17431 rm -f conftest.
$ac_objext
17432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17433 (eval $ac_compile) 2>conftest.er1
17435 grep -v '^ *+' conftest.er1
>conftest.err
17437 cat conftest.err
>&5
17438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439 (exit $ac_status); } &&
17440 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17442 (eval $ac_try) 2>&5
17444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445 (exit $ac_status); }; } &&
17446 { ac_try
='test -s conftest.$ac_objext'
17447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17448 (eval $ac_try) 2>&5
17450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17451 (exit $ac_status); }; }; then
17452 ac_header_compiler
=yes
17454 echo "$as_me: failed program was:" >&5
17455 sed 's/^/| /' conftest.
$ac_ext >&5
17457 ac_header_compiler
=no
17459 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17460 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17461 echo "${ECHO_T}$ac_header_compiler" >&6
17463 # Is the header present?
17464 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17465 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17466 cat >conftest.
$ac_ext <<_ACEOF
17469 cat confdefs.h
>>conftest.
$ac_ext
17470 cat >>conftest.
$ac_ext <<_ACEOF
17471 /* end confdefs.h. */
17472 #include <$ac_header>
17474 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17475 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17477 grep -v '^ *+' conftest.er1
>conftest.err
17479 cat conftest.err
>&5
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); } >/dev
/null
; then
17482 if test -s conftest.err
; then
17483 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17484 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17491 if test -z "$ac_cpp_err"; then
17492 ac_header_preproc
=yes
17494 echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.
$ac_ext >&5
17497 ac_header_preproc
=no
17499 rm -f conftest.err conftest.
$ac_ext
17500 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17501 echo "${ECHO_T}$ac_header_preproc" >&6
17503 # So? What about this header?
17504 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17506 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17507 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17509 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17510 ac_header_preproc
=yes
17513 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17514 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17515 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17516 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17517 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17518 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17519 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17520 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17521 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17522 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17523 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17524 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17527 ## ----------------------------------------- ##
17528 ## Report this to wx-dev@lists.wxwidgets.org ##
17529 ## ----------------------------------------- ##
17532 sed "s/^/$as_me: WARNING: /" >&2
17535 echo "$as_me:$LINENO: checking for $ac_header" >&5
17536 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17537 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17538 echo $ECHO_N "(cached) $ECHO_C" >&6
17540 eval "$as_ac_Header=\$ac_header_preproc"
17542 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17543 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17546 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17547 cat >>confdefs.h
<<_ACEOF
17548 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17558 for ac_header
in fnmatch.h
17560 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17561 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17562 echo "$as_me:$LINENO: checking for $ac_header" >&5
17563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17565 echo $ECHO_N "(cached) $ECHO_C" >&6
17567 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17568 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17570 # Is the header compilable?
17571 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17572 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17573 cat >conftest.
$ac_ext <<_ACEOF
17576 cat confdefs.h
>>conftest.
$ac_ext
17577 cat >>conftest.
$ac_ext <<_ACEOF
17578 /* end confdefs.h. */
17579 $ac_includes_default
17580 #include <$ac_header>
17582 rm -f conftest.
$ac_objext
17583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17584 (eval $ac_compile) 2>conftest.er1
17586 grep -v '^ *+' conftest.er1
>conftest.err
17588 cat conftest.err
>&5
17589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17590 (exit $ac_status); } &&
17591 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17593 (eval $ac_try) 2>&5
17595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17596 (exit $ac_status); }; } &&
17597 { ac_try
='test -s conftest.$ac_objext'
17598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17599 (eval $ac_try) 2>&5
17601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17602 (exit $ac_status); }; }; then
17603 ac_header_compiler
=yes
17605 echo "$as_me: failed program was:" >&5
17606 sed 's/^/| /' conftest.
$ac_ext >&5
17608 ac_header_compiler
=no
17610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17611 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17612 echo "${ECHO_T}$ac_header_compiler" >&6
17614 # Is the header present?
17615 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17616 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17617 cat >conftest.
$ac_ext <<_ACEOF
17620 cat confdefs.h
>>conftest.
$ac_ext
17621 cat >>conftest.
$ac_ext <<_ACEOF
17622 /* end confdefs.h. */
17623 #include <$ac_header>
17625 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17626 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17628 grep -v '^ *+' conftest.er1
>conftest.err
17630 cat conftest.err
>&5
17631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17632 (exit $ac_status); } >/dev
/null
; then
17633 if test -s conftest.err
; then
17634 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17635 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17642 if test -z "$ac_cpp_err"; then
17643 ac_header_preproc
=yes
17645 echo "$as_me: failed program was:" >&5
17646 sed 's/^/| /' conftest.
$ac_ext >&5
17648 ac_header_preproc
=no
17650 rm -f conftest.err conftest.
$ac_ext
17651 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17652 echo "${ECHO_T}$ac_header_preproc" >&6
17654 # So? What about this header?
17655 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17657 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17658 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17659 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17660 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17661 ac_header_preproc
=yes
17664 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17665 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17666 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17667 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17668 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17669 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17670 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17671 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17673 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17674 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17675 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17678 ## ----------------------------------------- ##
17679 ## Report this to wx-dev@lists.wxwidgets.org ##
17680 ## ----------------------------------------- ##
17683 sed "s/^/$as_me: WARNING: /" >&2
17686 echo "$as_me:$LINENO: checking for $ac_header" >&5
17687 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17688 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17689 echo $ECHO_N "(cached) $ECHO_C" >&6
17691 eval "$as_ac_Header=\$ac_header_preproc"
17693 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17694 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17697 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17698 cat >>confdefs.h
<<_ACEOF
17699 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17708 for ac_header
in langinfo.h
17710 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17711 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17712 echo "$as_me:$LINENO: checking for $ac_header" >&5
17713 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17714 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17715 echo $ECHO_N "(cached) $ECHO_C" >&6
17717 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17718 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17720 # Is the header compilable?
17721 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17722 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17723 cat >conftest.
$ac_ext <<_ACEOF
17726 cat confdefs.h
>>conftest.
$ac_ext
17727 cat >>conftest.
$ac_ext <<_ACEOF
17728 /* end confdefs.h. */
17729 $ac_includes_default
17730 #include <$ac_header>
17732 rm -f conftest.
$ac_objext
17733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17734 (eval $ac_compile) 2>conftest.er1
17736 grep -v '^ *+' conftest.er1
>conftest.err
17738 cat conftest.err
>&5
17739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17740 (exit $ac_status); } &&
17741 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17743 (eval $ac_try) 2>&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); }; } &&
17747 { ac_try
='test -s conftest.$ac_objext'
17748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17749 (eval $ac_try) 2>&5
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); }; }; then
17753 ac_header_compiler
=yes
17755 echo "$as_me: failed program was:" >&5
17756 sed 's/^/| /' conftest.
$ac_ext >&5
17758 ac_header_compiler
=no
17760 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17761 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17762 echo "${ECHO_T}$ac_header_compiler" >&6
17764 # Is the header present?
17765 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17766 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17767 cat >conftest.
$ac_ext <<_ACEOF
17770 cat confdefs.h
>>conftest.
$ac_ext
17771 cat >>conftest.
$ac_ext <<_ACEOF
17772 /* end confdefs.h. */
17773 #include <$ac_header>
17775 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17776 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17778 grep -v '^ *+' conftest.er1
>conftest.err
17780 cat conftest.err
>&5
17781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17782 (exit $ac_status); } >/dev
/null
; then
17783 if test -s conftest.err
; then
17784 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17785 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17792 if test -z "$ac_cpp_err"; then
17793 ac_header_preproc
=yes
17795 echo "$as_me: failed program was:" >&5
17796 sed 's/^/| /' conftest.
$ac_ext >&5
17798 ac_header_preproc
=no
17800 rm -f conftest.err conftest.
$ac_ext
17801 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17802 echo "${ECHO_T}$ac_header_preproc" >&6
17804 # So? What about this header?
17805 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17807 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17808 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17809 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17810 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17811 ac_header_preproc
=yes
17814 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17815 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17816 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17817 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17818 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17819 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17820 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17821 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17822 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17823 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17824 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17825 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17828 ## ----------------------------------------- ##
17829 ## Report this to wx-dev@lists.wxwidgets.org ##
17830 ## ----------------------------------------- ##
17833 sed "s/^/$as_me: WARNING: /" >&2
17836 echo "$as_me:$LINENO: checking for $ac_header" >&5
17837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17838 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17841 eval "$as_ac_Header=\$ac_header_preproc"
17843 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17844 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17847 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17848 cat >>confdefs.h
<<_ACEOF
17849 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17858 *-pc-os2_emx | *-pc-os2-emx )
17859 if test $ac_cv_header_langinfo_h = "yes" \
17860 -a \
( "$wx_cv_gccversion" = "EMX2" \
17861 -o "$wx_cv_gccversion" = "EMX3" \
17862 -o "$wx_cv_gccversion" = "Innotek5" \
); then
17863 LIBS
="$LIBS -lintl"
17868 if test "$USE_UNIX" = 1 ; then
17870 for ac_header
in sys
/select.h
17872 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17873 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17874 echo "$as_me:$LINENO: checking for $ac_header" >&5
17875 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17876 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17877 echo $ECHO_N "(cached) $ECHO_C" >&6
17879 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17880 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17882 # Is the header compilable?
17883 echo "$as_me:$LINENO: checking $ac_header usability" >&5
17884 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17885 cat >conftest.
$ac_ext <<_ACEOF
17888 cat confdefs.h
>>conftest.
$ac_ext
17889 cat >>conftest.
$ac_ext <<_ACEOF
17890 /* end confdefs.h. */
17891 $ac_includes_default
17892 #include <$ac_header>
17894 rm -f conftest.
$ac_objext
17895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17896 (eval $ac_compile) 2>conftest.er1
17898 grep -v '^ *+' conftest.er1
>conftest.err
17900 cat conftest.err
>&5
17901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17902 (exit $ac_status); } &&
17903 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
17904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17905 (eval $ac_try) 2>&5
17907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17908 (exit $ac_status); }; } &&
17909 { ac_try
='test -s conftest.$ac_objext'
17910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17911 (eval $ac_try) 2>&5
17913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17914 (exit $ac_status); }; }; then
17915 ac_header_compiler
=yes
17917 echo "$as_me: failed program was:" >&5
17918 sed 's/^/| /' conftest.
$ac_ext >&5
17920 ac_header_compiler
=no
17922 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17923 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17924 echo "${ECHO_T}$ac_header_compiler" >&6
17926 # Is the header present?
17927 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17928 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17929 cat >conftest.
$ac_ext <<_ACEOF
17932 cat confdefs.h
>>conftest.
$ac_ext
17933 cat >>conftest.
$ac_ext <<_ACEOF
17934 /* end confdefs.h. */
17935 #include <$ac_header>
17937 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17938 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17940 grep -v '^ *+' conftest.er1
>conftest.err
17942 cat conftest.err
>&5
17943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944 (exit $ac_status); } >/dev
/null
; then
17945 if test -s conftest.err
; then
17946 ac_cpp_err
=$ac_cxx_preproc_warn_flag
17947 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
17954 if test -z "$ac_cpp_err"; then
17955 ac_header_preproc
=yes
17957 echo "$as_me: failed program was:" >&5
17958 sed 's/^/| /' conftest.
$ac_ext >&5
17960 ac_header_preproc
=no
17962 rm -f conftest.err conftest.
$ac_ext
17963 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17964 echo "${ECHO_T}$ac_header_preproc" >&6
17966 # So? What about this header?
17967 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
17969 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17970 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17971 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17972 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17973 ac_header_preproc
=yes
17976 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17977 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17978 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17979 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17980 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17981 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17982 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17983 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17984 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17985 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17986 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17987 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17990 ## ----------------------------------------- ##
17991 ## Report this to wx-dev@lists.wxwidgets.org ##
17992 ## ----------------------------------------- ##
17995 sed "s/^/$as_me: WARNING: /" >&2
17998 echo "$as_me:$LINENO: checking for $ac_header" >&5
17999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18000 if eval "test \"\${$as_ac_Header+set}\" = set"; then
18001 echo $ECHO_N "(cached) $ECHO_C" >&6
18003 eval "$as_ac_Header=\$ac_header_preproc"
18005 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18006 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
18009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
18010 cat >>confdefs.h
<<_ACEOF
18011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
18021 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18022 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
18023 if test "${ac_cv_c_const+set}" = set; then
18024 echo $ECHO_N "(cached) $ECHO_C" >&6
18026 cat >conftest.
$ac_ext <<_ACEOF
18029 cat confdefs.h
>>conftest.
$ac_ext
18030 cat >>conftest.
$ac_ext <<_ACEOF
18031 /* end confdefs.h. */
18036 /* FIXME: Include the comments suggested by Paul. */
18037 #ifndef __cplusplus
18038 /* Ultrix mips cc rejects this. */
18039 typedef int charset[2];
18041 /* SunOS 4.1.1 cc rejects this. */
18042 char const *const *ccp;
18044 /* NEC SVR4.0.2 mips cc rejects this. */
18045 struct point {int x, y;};
18046 static struct point const zero = {0,0};
18047 /* AIX XL C 1.02.0.0 rejects this.
18048 It does not let you subtract one const X* pointer from another in
18049 an arm of an if-expression whose if-part is not a constant
18051 const char *g = "string";
18052 ccp = &g + (g ? g-g : 0);
18053 /* HPUX 7.0 cc rejects these. */
18056 ccp = (char const *const *) p;
18057 { /* SCO 3.2v4 cc rejects this. */
18059 char const *s = 0 ? (char *) 0 : (char const *) 0;
18063 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18064 int x[] = {25, 17};
18065 const int *foo = &x[0];
18068 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18069 typedef const int *iptr;
18073 { /* AIX XL C 1.02.0.0 rejects this saying
18074 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18075 struct s { int j; const int *ap[3]; };
18076 struct s *b; b->j = 5;
18078 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18079 const int foo = 10;
18087 rm -f conftest.
$ac_objext
18088 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18089 (eval $ac_compile) 2>conftest.er1
18091 grep -v '^ *+' conftest.er1
>conftest.err
18093 cat conftest.err
>&5
18094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18095 (exit $ac_status); } &&
18096 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18098 (eval $ac_try) 2>&5
18100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18101 (exit $ac_status); }; } &&
18102 { ac_try
='test -s conftest.$ac_objext'
18103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18104 (eval $ac_try) 2>&5
18106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107 (exit $ac_status); }; }; then
18110 echo "$as_me: failed program was:" >&5
18111 sed 's/^/| /' conftest.
$ac_ext >&5
18115 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18117 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18118 echo "${ECHO_T}$ac_cv_c_const" >&6
18119 if test $ac_cv_c_const = no
; then
18121 cat >>confdefs.h
<<\_ACEOF
18127 echo "$as_me:$LINENO: checking for inline" >&5
18128 echo $ECHO_N "checking for inline... $ECHO_C" >&6
18129 if test "${ac_cv_c_inline+set}" = set; then
18130 echo $ECHO_N "(cached) $ECHO_C" >&6
18133 for ac_kw
in inline __inline__ __inline
; do
18134 cat >conftest.
$ac_ext <<_ACEOF
18137 cat confdefs.h
>>conftest.
$ac_ext
18138 cat >>conftest.
$ac_ext <<_ACEOF
18139 /* end confdefs.h. */
18140 #ifndef __cplusplus
18142 static $ac_kw foo_t static_foo () {return 0; }
18143 $ac_kw foo_t foo () {return 0; }
18147 rm -f conftest.
$ac_objext
18148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18149 (eval $ac_compile) 2>conftest.er1
18151 grep -v '^ *+' conftest.er1
>conftest.err
18153 cat conftest.err
>&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } &&
18156 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18158 (eval $ac_try) 2>&5
18160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18161 (exit $ac_status); }; } &&
18162 { ac_try
='test -s conftest.$ac_objext'
18163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18164 (eval $ac_try) 2>&5
18166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); }; }; then
18168 ac_cv_c_inline
=$ac_kw; break
18170 echo "$as_me: failed program was:" >&5
18171 sed 's/^/| /' conftest.
$ac_ext >&5
18174 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18178 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18179 echo "${ECHO_T}$ac_cv_c_inline" >&6
18182 case $ac_cv_c_inline in
18185 case $ac_cv_c_inline in
18187 *) ac_val
=$ac_cv_c_inline;;
18189 cat >>confdefs.h
<<_ACEOF
18190 #ifndef __cplusplus
18191 #define inline $ac_val
18198 echo "$as_me:$LINENO: checking for char" >&5
18199 echo $ECHO_N "checking for char... $ECHO_C" >&6
18200 if test "${ac_cv_type_char+set}" = set; then
18201 echo $ECHO_N "(cached) $ECHO_C" >&6
18203 cat >conftest.
$ac_ext <<_ACEOF
18206 cat confdefs.h
>>conftest.
$ac_ext
18207 cat >>conftest.
$ac_ext <<_ACEOF
18208 /* end confdefs.h. */
18209 $ac_includes_default
18221 rm -f conftest.
$ac_objext
18222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18223 (eval $ac_compile) 2>conftest.er1
18225 grep -v '^ *+' conftest.er1
>conftest.err
18227 cat conftest.err
>&5
18228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18229 (exit $ac_status); } &&
18230 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18232 (eval $ac_try) 2>&5
18234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18235 (exit $ac_status); }; } &&
18236 { ac_try
='test -s conftest.$ac_objext'
18237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18238 (eval $ac_try) 2>&5
18240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18241 (exit $ac_status); }; }; then
18242 ac_cv_type_char
=yes
18244 echo "$as_me: failed program was:" >&5
18245 sed 's/^/| /' conftest.
$ac_ext >&5
18249 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18251 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
18252 echo "${ECHO_T}$ac_cv_type_char" >&6
18254 echo "$as_me:$LINENO: checking size of char" >&5
18255 echo $ECHO_N "checking size of char... $ECHO_C" >&6
18256 if test "${ac_cv_sizeof_char+set}" = set; then
18257 echo $ECHO_N "(cached) $ECHO_C" >&6
18259 if test "$ac_cv_type_char" = yes; then
18260 # The cast to unsigned long works around a bug in the HP C Compiler
18261 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18262 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18263 # This bug is HP SR number 8606223364.
18264 if test "$cross_compiling" = yes; then
18265 # Depending upon the size, compute the lo and hi bounds.
18266 cat >conftest.
$ac_ext <<_ACEOF
18269 cat confdefs.h
>>conftest.
$ac_ext
18270 cat >>conftest.
$ac_ext <<_ACEOF
18271 /* end confdefs.h. */
18272 $ac_includes_default
18276 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
18283 rm -f conftest.
$ac_objext
18284 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18285 (eval $ac_compile) 2>conftest.er1
18287 grep -v '^ *+' conftest.er1
>conftest.err
18289 cat conftest.err
>&5
18290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18291 (exit $ac_status); } &&
18292 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18294 (eval $ac_try) 2>&5
18296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18297 (exit $ac_status); }; } &&
18298 { ac_try
='test -s conftest.$ac_objext'
18299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18300 (eval $ac_try) 2>&5
18302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18303 (exit $ac_status); }; }; then
18306 cat >conftest.
$ac_ext <<_ACEOF
18309 cat confdefs.h
>>conftest.
$ac_ext
18310 cat >>conftest.
$ac_ext <<_ACEOF
18311 /* end confdefs.h. */
18312 $ac_includes_default
18316 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
18323 rm -f conftest.
$ac_objext
18324 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18325 (eval $ac_compile) 2>conftest.er1
18327 grep -v '^ *+' conftest.er1
>conftest.err
18329 cat conftest.err
>&5
18330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18331 (exit $ac_status); } &&
18332 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18334 (eval $ac_try) 2>&5
18336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18337 (exit $ac_status); }; } &&
18338 { ac_try
='test -s conftest.$ac_objext'
18339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18340 (eval $ac_try) 2>&5
18342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18343 (exit $ac_status); }; }; then
18344 ac_hi
=$ac_mid; break
18346 echo "$as_me: failed program was:" >&5
18347 sed 's/^/| /' conftest.
$ac_ext >&5
18349 ac_lo
=`expr $ac_mid + 1`
18350 if test $ac_lo -le $ac_mid; then
18354 ac_mid
=`expr 2 '*' $ac_mid + 1`
18356 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18359 echo "$as_me: failed program was:" >&5
18360 sed 's/^/| /' conftest.
$ac_ext >&5
18362 cat >conftest.
$ac_ext <<_ACEOF
18365 cat confdefs.h
>>conftest.
$ac_ext
18366 cat >>conftest.
$ac_ext <<_ACEOF
18367 /* end confdefs.h. */
18368 $ac_includes_default
18372 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
18379 rm -f conftest.
$ac_objext
18380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18381 (eval $ac_compile) 2>conftest.er1
18383 grep -v '^ *+' conftest.er1
>conftest.err
18385 cat conftest.err
>&5
18386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); } &&
18388 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18390 (eval $ac_try) 2>&5
18392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18393 (exit $ac_status); }; } &&
18394 { ac_try
='test -s conftest.$ac_objext'
18395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18396 (eval $ac_try) 2>&5
18398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18399 (exit $ac_status); }; }; then
18402 cat >conftest.
$ac_ext <<_ACEOF
18405 cat confdefs.h
>>conftest.
$ac_ext
18406 cat >>conftest.
$ac_ext <<_ACEOF
18407 /* end confdefs.h. */
18408 $ac_includes_default
18412 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
18419 rm -f conftest.
$ac_objext
18420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18421 (eval $ac_compile) 2>conftest.er1
18423 grep -v '^ *+' conftest.er1
>conftest.err
18425 cat conftest.err
>&5
18426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18427 (exit $ac_status); } &&
18428 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18430 (eval $ac_try) 2>&5
18432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18433 (exit $ac_status); }; } &&
18434 { ac_try
='test -s conftest.$ac_objext'
18435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18436 (eval $ac_try) 2>&5
18438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18439 (exit $ac_status); }; }; then
18440 ac_lo
=$ac_mid; break
18442 echo "$as_me: failed program was:" >&5
18443 sed 's/^/| /' conftest.
$ac_ext >&5
18445 ac_hi
=`expr '(' $ac_mid ')' - 1`
18446 if test $ac_mid -le $ac_hi; then
18450 ac_mid
=`expr 2 '*' $ac_mid`
18452 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18455 echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.
$ac_ext >&5
18460 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18462 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18463 # Binary search between lo and hi bounds.
18464 while test "x$ac_lo" != "x$ac_hi"; do
18465 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18466 cat >conftest.
$ac_ext <<_ACEOF
18469 cat confdefs.h
>>conftest.
$ac_ext
18470 cat >>conftest.
$ac_ext <<_ACEOF
18471 /* end confdefs.h. */
18472 $ac_includes_default
18476 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
18483 rm -f conftest.
$ac_objext
18484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18485 (eval $ac_compile) 2>conftest.er1
18487 grep -v '^ *+' conftest.er1
>conftest.err
18489 cat conftest.err
>&5
18490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); } &&
18492 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18494 (eval $ac_try) 2>&5
18496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18497 (exit $ac_status); }; } &&
18498 { ac_try
='test -s conftest.$ac_objext'
18499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18500 (eval $ac_try) 2>&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); }; }; then
18506 echo "$as_me: failed program was:" >&5
18507 sed 's/^/| /' conftest.
$ac_ext >&5
18509 ac_lo
=`expr '(' $ac_mid ')' + 1`
18511 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18514 ?
*) ac_cv_sizeof_char
=$ac_lo;;
18515 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18516 See \`config.log' for more details." >&5
18517 echo "$as_me: error: cannot compute sizeof (char), 77
18518 See \`config.log' for more details." >&2;}
18519 { (exit 1); exit 1; }; } ;;
18522 if test "$cross_compiling" = yes; then
18523 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18524 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18525 { (exit 1); exit 1; }; }
18527 cat >conftest.
$ac_ext <<_ACEOF
18530 cat confdefs.h
>>conftest.
$ac_ext
18531 cat >>conftest.
$ac_ext <<_ACEOF
18532 /* end confdefs.h. */
18533 $ac_includes_default
18534 long longval () { return (long) (sizeof (char)); }
18535 unsigned long ulongval () { return (long) (sizeof (char)); }
18537 #include <stdlib.h>
18542 FILE *f = fopen ("conftest.val", "w");
18545 if (((long) (sizeof (char))) < 0)
18547 long i = longval ();
18548 if (i != ((long) (sizeof (char))))
18550 fprintf (f, "%ld\n", i);
18554 unsigned long i = ulongval ();
18555 if (i != ((long) (sizeof (char))))
18557 fprintf (f, "%lu\n", i);
18559 exit (ferror (f) || fclose (f) != 0);
18565 rm -f conftest
$ac_exeext
18566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18567 (eval $ac_link) 2>&5
18569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18572 (eval $ac_try) 2>&5
18574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18575 (exit $ac_status); }; }; then
18576 ac_cv_sizeof_char
=`cat conftest.val`
18578 echo "$as_me: program exited with status $ac_status" >&5
18579 echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.
$ac_ext >&5
18582 ( exit $ac_status )
18583 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18584 See \`config.log' for more details." >&5
18585 echo "$as_me: error: cannot compute sizeof (char), 77
18586 See \`config.log' for more details." >&2;}
18587 { (exit 1); exit 1; }; }
18589 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18594 ac_cv_sizeof_char
=0
18597 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
18598 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
18599 cat >>confdefs.h
<<_ACEOF
18600 #define SIZEOF_CHAR $ac_cv_sizeof_char
18604 echo "$as_me:$LINENO: checking for short" >&5
18605 echo $ECHO_N "checking for short... $ECHO_C" >&6
18606 if test "${ac_cv_type_short+set}" = set; then
18607 echo $ECHO_N "(cached) $ECHO_C" >&6
18609 cat >conftest.
$ac_ext <<_ACEOF
18612 cat confdefs.h
>>conftest.
$ac_ext
18613 cat >>conftest.
$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 $ac_includes_default
18621 if (sizeof (short))
18627 rm -f conftest.
$ac_objext
18628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18629 (eval $ac_compile) 2>conftest.er1
18631 grep -v '^ *+' conftest.er1
>conftest.err
18633 cat conftest.err
>&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } &&
18636 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18638 (eval $ac_try) 2>&5
18640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641 (exit $ac_status); }; } &&
18642 { ac_try
='test -s conftest.$ac_objext'
18643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18644 (eval $ac_try) 2>&5
18646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18647 (exit $ac_status); }; }; then
18648 ac_cv_type_short
=yes
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.
$ac_ext >&5
18653 ac_cv_type_short
=no
18655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18657 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
18658 echo "${ECHO_T}$ac_cv_type_short" >&6
18660 echo "$as_me:$LINENO: checking size of short" >&5
18661 echo $ECHO_N "checking size of short... $ECHO_C" >&6
18662 if test "${ac_cv_sizeof_short+set}" = set; then
18663 echo $ECHO_N "(cached) $ECHO_C" >&6
18665 if test "$ac_cv_type_short" = yes; then
18666 # The cast to unsigned long works around a bug in the HP C Compiler
18667 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18668 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18669 # This bug is HP SR number 8606223364.
18670 if test "$cross_compiling" = yes; then
18671 # Depending upon the size, compute the lo and hi bounds.
18672 cat >conftest.
$ac_ext <<_ACEOF
18675 cat confdefs.h
>>conftest.
$ac_ext
18676 cat >>conftest.
$ac_ext <<_ACEOF
18677 /* end confdefs.h. */
18678 $ac_includes_default
18682 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
18689 rm -f conftest.
$ac_objext
18690 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18691 (eval $ac_compile) 2>conftest.er1
18693 grep -v '^ *+' conftest.er1
>conftest.err
18695 cat conftest.err
>&5
18696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18697 (exit $ac_status); } &&
18698 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18700 (eval $ac_try) 2>&5
18702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18703 (exit $ac_status); }; } &&
18704 { ac_try
='test -s conftest.$ac_objext'
18705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18706 (eval $ac_try) 2>&5
18708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18709 (exit $ac_status); }; }; then
18712 cat >conftest.
$ac_ext <<_ACEOF
18715 cat confdefs.h
>>conftest.
$ac_ext
18716 cat >>conftest.
$ac_ext <<_ACEOF
18717 /* end confdefs.h. */
18718 $ac_includes_default
18722 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
18729 rm -f conftest.
$ac_objext
18730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18731 (eval $ac_compile) 2>conftest.er1
18733 grep -v '^ *+' conftest.er1
>conftest.err
18735 cat conftest.err
>&5
18736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18737 (exit $ac_status); } &&
18738 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18740 (eval $ac_try) 2>&5
18742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18743 (exit $ac_status); }; } &&
18744 { ac_try
='test -s conftest.$ac_objext'
18745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18746 (eval $ac_try) 2>&5
18748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18749 (exit $ac_status); }; }; then
18750 ac_hi
=$ac_mid; break
18752 echo "$as_me: failed program was:" >&5
18753 sed 's/^/| /' conftest.
$ac_ext >&5
18755 ac_lo
=`expr $ac_mid + 1`
18756 if test $ac_lo -le $ac_mid; then
18760 ac_mid
=`expr 2 '*' $ac_mid + 1`
18762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18765 echo "$as_me: failed program was:" >&5
18766 sed 's/^/| /' conftest.
$ac_ext >&5
18768 cat >conftest.
$ac_ext <<_ACEOF
18771 cat confdefs.h
>>conftest.
$ac_ext
18772 cat >>conftest.
$ac_ext <<_ACEOF
18773 /* end confdefs.h. */
18774 $ac_includes_default
18778 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
18785 rm -f conftest.
$ac_objext
18786 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18787 (eval $ac_compile) 2>conftest.er1
18789 grep -v '^ *+' conftest.er1
>conftest.err
18791 cat conftest.err
>&5
18792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18793 (exit $ac_status); } &&
18794 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18796 (eval $ac_try) 2>&5
18798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18799 (exit $ac_status); }; } &&
18800 { ac_try
='test -s conftest.$ac_objext'
18801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18802 (eval $ac_try) 2>&5
18804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); }; }; then
18808 cat >conftest.
$ac_ext <<_ACEOF
18811 cat confdefs.h
>>conftest.
$ac_ext
18812 cat >>conftest.
$ac_ext <<_ACEOF
18813 /* end confdefs.h. */
18814 $ac_includes_default
18818 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
18825 rm -f conftest.
$ac_objext
18826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18827 (eval $ac_compile) 2>conftest.er1
18829 grep -v '^ *+' conftest.er1
>conftest.err
18831 cat conftest.err
>&5
18832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18833 (exit $ac_status); } &&
18834 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18836 (eval $ac_try) 2>&5
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); }; } &&
18840 { ac_try
='test -s conftest.$ac_objext'
18841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18842 (eval $ac_try) 2>&5
18844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18845 (exit $ac_status); }; }; then
18846 ac_lo
=$ac_mid; break
18848 echo "$as_me: failed program was:" >&5
18849 sed 's/^/| /' conftest.
$ac_ext >&5
18851 ac_hi
=`expr '(' $ac_mid ')' - 1`
18852 if test $ac_mid -le $ac_hi; then
18856 ac_mid
=`expr 2 '*' $ac_mid`
18858 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18861 echo "$as_me: failed program was:" >&5
18862 sed 's/^/| /' conftest.
$ac_ext >&5
18866 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18868 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18869 # Binary search between lo and hi bounds.
18870 while test "x$ac_lo" != "x$ac_hi"; do
18871 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18872 cat >conftest.
$ac_ext <<_ACEOF
18875 cat confdefs.h
>>conftest.
$ac_ext
18876 cat >>conftest.
$ac_ext <<_ACEOF
18877 /* end confdefs.h. */
18878 $ac_includes_default
18882 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
18889 rm -f conftest.
$ac_objext
18890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18891 (eval $ac_compile) 2>conftest.er1
18893 grep -v '^ *+' conftest.er1
>conftest.err
18895 cat conftest.err
>&5
18896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18897 (exit $ac_status); } &&
18898 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
18899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18900 (eval $ac_try) 2>&5
18902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18903 (exit $ac_status); }; } &&
18904 { ac_try
='test -s conftest.$ac_objext'
18905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18906 (eval $ac_try) 2>&5
18908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18909 (exit $ac_status); }; }; then
18912 echo "$as_me: failed program was:" >&5
18913 sed 's/^/| /' conftest.
$ac_ext >&5
18915 ac_lo
=`expr '(' $ac_mid ')' + 1`
18917 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18920 ?
*) ac_cv_sizeof_short
=$ac_lo;;
18921 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18922 See \`config.log' for more details." >&5
18923 echo "$as_me: error: cannot compute sizeof (short), 77
18924 See \`config.log' for more details." >&2;}
18925 { (exit 1); exit 1; }; } ;;
18928 if test "$cross_compiling" = yes; then
18929 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18930 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18931 { (exit 1); exit 1; }; }
18933 cat >conftest.
$ac_ext <<_ACEOF
18936 cat confdefs.h
>>conftest.
$ac_ext
18937 cat >>conftest.
$ac_ext <<_ACEOF
18938 /* end confdefs.h. */
18939 $ac_includes_default
18940 long longval () { return (long) (sizeof (short)); }
18941 unsigned long ulongval () { return (long) (sizeof (short)); }
18943 #include <stdlib.h>
18948 FILE *f = fopen ("conftest.val", "w");
18951 if (((long) (sizeof (short))) < 0)
18953 long i = longval ();
18954 if (i != ((long) (sizeof (short))))
18956 fprintf (f, "%ld\n", i);
18960 unsigned long i = ulongval ();
18961 if (i != ((long) (sizeof (short))))
18963 fprintf (f, "%lu\n", i);
18965 exit (ferror (f) || fclose (f) != 0);
18971 rm -f conftest
$ac_exeext
18972 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18973 (eval $ac_link) 2>&5
18975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18976 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18978 (eval $ac_try) 2>&5
18980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18981 (exit $ac_status); }; }; then
18982 ac_cv_sizeof_short
=`cat conftest.val`
18984 echo "$as_me: program exited with status $ac_status" >&5
18985 echo "$as_me: failed program was:" >&5
18986 sed 's/^/| /' conftest.
$ac_ext >&5
18988 ( exit $ac_status )
18989 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18990 See \`config.log' for more details." >&5
18991 echo "$as_me: error: cannot compute sizeof (short), 77
18992 See \`config.log' for more details." >&2;}
18993 { (exit 1); exit 1; }; }
18995 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19000 ac_cv_sizeof_short
=0
19003 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
19004 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
19005 cat >>confdefs.h
<<_ACEOF
19006 #define SIZEOF_SHORT $ac_cv_sizeof_short
19010 echo "$as_me:$LINENO: checking for void *" >&5
19011 echo $ECHO_N "checking for void *... $ECHO_C" >&6
19012 if test "${ac_cv_type_void_p+set}" = set; then
19013 echo $ECHO_N "(cached) $ECHO_C" >&6
19015 cat >conftest.
$ac_ext <<_ACEOF
19018 cat confdefs.h
>>conftest.
$ac_ext
19019 cat >>conftest.
$ac_ext <<_ACEOF
19020 /* end confdefs.h. */
19021 $ac_includes_default
19027 if (sizeof (void *))
19033 rm -f conftest.
$ac_objext
19034 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19035 (eval $ac_compile) 2>conftest.er1
19037 grep -v '^ *+' conftest.er1
>conftest.err
19039 cat conftest.err
>&5
19040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19041 (exit $ac_status); } &&
19042 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
19048 { ac_try
='test -s conftest.$ac_objext'
19049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19050 (eval $ac_try) 2>&5
19052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053 (exit $ac_status); }; }; then
19054 ac_cv_type_void_p
=yes
19056 echo "$as_me: failed program was:" >&5
19057 sed 's/^/| /' conftest.
$ac_ext >&5
19059 ac_cv_type_void_p
=no
19061 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19063 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
19064 echo "${ECHO_T}$ac_cv_type_void_p" >&6
19066 echo "$as_me:$LINENO: checking size of void *" >&5
19067 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
19068 if test "${ac_cv_sizeof_void_p+set}" = set; then
19069 echo $ECHO_N "(cached) $ECHO_C" >&6
19071 if test "$ac_cv_type_void_p" = yes; then
19072 # The cast to unsigned long works around a bug in the HP C Compiler
19073 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19074 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19075 # This bug is HP SR number 8606223364.
19076 if test "$cross_compiling" = yes; then
19077 # Depending upon the size, compute the lo and hi bounds.
19078 cat >conftest.
$ac_ext <<_ACEOF
19081 cat confdefs.h
>>conftest.
$ac_ext
19082 cat >>conftest.
$ac_ext <<_ACEOF
19083 /* end confdefs.h. */
19084 $ac_includes_default
19088 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
19095 rm -f conftest.
$ac_objext
19096 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19097 (eval $ac_compile) 2>conftest.er1
19099 grep -v '^ *+' conftest.er1
>conftest.err
19101 cat conftest.err
>&5
19102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19103 (exit $ac_status); } &&
19104 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19106 (eval $ac_try) 2>&5
19108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109 (exit $ac_status); }; } &&
19110 { ac_try
='test -s conftest.$ac_objext'
19111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19112 (eval $ac_try) 2>&5
19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115 (exit $ac_status); }; }; then
19118 cat >conftest.
$ac_ext <<_ACEOF
19121 cat confdefs.h
>>conftest.
$ac_ext
19122 cat >>conftest.
$ac_ext <<_ACEOF
19123 /* end confdefs.h. */
19124 $ac_includes_default
19128 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
19135 rm -f conftest.
$ac_objext
19136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19137 (eval $ac_compile) 2>conftest.er1
19139 grep -v '^ *+' conftest.er1
>conftest.err
19141 cat conftest.err
>&5
19142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143 (exit $ac_status); } &&
19144 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19146 (eval $ac_try) 2>&5
19148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19149 (exit $ac_status); }; } &&
19150 { ac_try
='test -s conftest.$ac_objext'
19151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19152 (eval $ac_try) 2>&5
19154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19155 (exit $ac_status); }; }; then
19156 ac_hi
=$ac_mid; break
19158 echo "$as_me: failed program was:" >&5
19159 sed 's/^/| /' conftest.
$ac_ext >&5
19161 ac_lo
=`expr $ac_mid + 1`
19162 if test $ac_lo -le $ac_mid; then
19166 ac_mid
=`expr 2 '*' $ac_mid + 1`
19168 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19171 echo "$as_me: failed program was:" >&5
19172 sed 's/^/| /' conftest.
$ac_ext >&5
19174 cat >conftest.
$ac_ext <<_ACEOF
19177 cat confdefs.h
>>conftest.
$ac_ext
19178 cat >>conftest.
$ac_ext <<_ACEOF
19179 /* end confdefs.h. */
19180 $ac_includes_default
19184 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
19191 rm -f conftest.
$ac_objext
19192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19193 (eval $ac_compile) 2>conftest.er1
19195 grep -v '^ *+' conftest.er1
>conftest.err
19197 cat conftest.err
>&5
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); } &&
19200 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19202 (eval $ac_try) 2>&5
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); }; } &&
19206 { ac_try
='test -s conftest.$ac_objext'
19207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19208 (eval $ac_try) 2>&5
19210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19211 (exit $ac_status); }; }; then
19214 cat >conftest.
$ac_ext <<_ACEOF
19217 cat confdefs.h
>>conftest.
$ac_ext
19218 cat >>conftest.
$ac_ext <<_ACEOF
19219 /* end confdefs.h. */
19220 $ac_includes_default
19224 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
19231 rm -f conftest.
$ac_objext
19232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19233 (eval $ac_compile) 2>conftest.er1
19235 grep -v '^ *+' conftest.er1
>conftest.err
19237 cat conftest.err
>&5
19238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19239 (exit $ac_status); } &&
19240 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19242 (eval $ac_try) 2>&5
19244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19245 (exit $ac_status); }; } &&
19246 { ac_try
='test -s conftest.$ac_objext'
19247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19248 (eval $ac_try) 2>&5
19250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19251 (exit $ac_status); }; }; then
19252 ac_lo
=$ac_mid; break
19254 echo "$as_me: failed program was:" >&5
19255 sed 's/^/| /' conftest.
$ac_ext >&5
19257 ac_hi
=`expr '(' $ac_mid ')' - 1`
19258 if test $ac_mid -le $ac_hi; then
19262 ac_mid
=`expr 2 '*' $ac_mid`
19264 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19267 echo "$as_me: failed program was:" >&5
19268 sed 's/^/| /' conftest.
$ac_ext >&5
19272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19274 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19275 # Binary search between lo and hi bounds.
19276 while test "x$ac_lo" != "x$ac_hi"; do
19277 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19278 cat >conftest.
$ac_ext <<_ACEOF
19281 cat confdefs.h
>>conftest.
$ac_ext
19282 cat >>conftest.
$ac_ext <<_ACEOF
19283 /* end confdefs.h. */
19284 $ac_includes_default
19288 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
19295 rm -f conftest.
$ac_objext
19296 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19297 (eval $ac_compile) 2>conftest.er1
19299 grep -v '^ *+' conftest.er1
>conftest.err
19301 cat conftest.err
>&5
19302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19303 (exit $ac_status); } &&
19304 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19306 (eval $ac_try) 2>&5
19308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); }; } &&
19310 { ac_try
='test -s conftest.$ac_objext'
19311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19312 (eval $ac_try) 2>&5
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); }; }; then
19318 echo "$as_me: failed program was:" >&5
19319 sed 's/^/| /' conftest.
$ac_ext >&5
19321 ac_lo
=`expr '(' $ac_mid ')' + 1`
19323 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19326 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
19327 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
19328 See \`config.log' for more details." >&5
19329 echo "$as_me: error: cannot compute sizeof (void *), 77
19330 See \`config.log' for more details." >&2;}
19331 { (exit 1); exit 1; }; } ;;
19334 if test "$cross_compiling" = yes; then
19335 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19336 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19337 { (exit 1); exit 1; }; }
19339 cat >conftest.
$ac_ext <<_ACEOF
19342 cat confdefs.h
>>conftest.
$ac_ext
19343 cat >>conftest.
$ac_ext <<_ACEOF
19344 /* end confdefs.h. */
19345 $ac_includes_default
19346 long longval () { return (long) (sizeof (void *)); }
19347 unsigned long ulongval () { return (long) (sizeof (void *)); }
19349 #include <stdlib.h>
19354 FILE *f = fopen ("conftest.val", "w");
19357 if (((long) (sizeof (void *))) < 0)
19359 long i = longval ();
19360 if (i != ((long) (sizeof (void *))))
19362 fprintf (f, "%ld\n", i);
19366 unsigned long i = ulongval ();
19367 if (i != ((long) (sizeof (void *))))
19369 fprintf (f, "%lu\n", i);
19371 exit (ferror (f) || fclose (f) != 0);
19377 rm -f conftest
$ac_exeext
19378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19379 (eval $ac_link) 2>&5
19381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19382 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19384 (eval $ac_try) 2>&5
19386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); }; }; then
19388 ac_cv_sizeof_void_p
=`cat conftest.val`
19390 echo "$as_me: program exited with status $ac_status" >&5
19391 echo "$as_me: failed program was:" >&5
19392 sed 's/^/| /' conftest.
$ac_ext >&5
19394 ( exit $ac_status )
19395 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
19396 See \`config.log' for more details." >&5
19397 echo "$as_me: error: cannot compute sizeof (void *), 77
19398 See \`config.log' for more details." >&2;}
19399 { (exit 1); exit 1; }; }
19401 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19406 ac_cv_sizeof_void_p
=0
19409 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
19410 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
19411 cat >>confdefs.h
<<_ACEOF
19412 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
19416 echo "$as_me:$LINENO: checking for int" >&5
19417 echo $ECHO_N "checking for int... $ECHO_C" >&6
19418 if test "${ac_cv_type_int+set}" = set; then
19419 echo $ECHO_N "(cached) $ECHO_C" >&6
19421 cat >conftest.
$ac_ext <<_ACEOF
19424 cat confdefs.h
>>conftest.
$ac_ext
19425 cat >>conftest.
$ac_ext <<_ACEOF
19426 /* end confdefs.h. */
19427 $ac_includes_default
19439 rm -f conftest.
$ac_objext
19440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19441 (eval $ac_compile) 2>conftest.er1
19443 grep -v '^ *+' conftest.er1
>conftest.err
19445 cat conftest.err
>&5
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); } &&
19448 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19450 (eval $ac_try) 2>&5
19452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19453 (exit $ac_status); }; } &&
19454 { ac_try
='test -s conftest.$ac_objext'
19455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19456 (eval $ac_try) 2>&5
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); }; }; then
19462 echo "$as_me: failed program was:" >&5
19463 sed 's/^/| /' conftest.
$ac_ext >&5
19467 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19469 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
19470 echo "${ECHO_T}$ac_cv_type_int" >&6
19472 echo "$as_me:$LINENO: checking size of int" >&5
19473 echo $ECHO_N "checking size of int... $ECHO_C" >&6
19474 if test "${ac_cv_sizeof_int+set}" = set; then
19475 echo $ECHO_N "(cached) $ECHO_C" >&6
19477 if test "$ac_cv_type_int" = yes; then
19478 # The cast to unsigned long works around a bug in the HP C Compiler
19479 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19480 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19481 # This bug is HP SR number 8606223364.
19482 if test "$cross_compiling" = yes; then
19483 # Depending upon the size, compute the lo and hi bounds.
19484 cat >conftest.
$ac_ext <<_ACEOF
19487 cat confdefs.h
>>conftest.
$ac_ext
19488 cat >>conftest.
$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 $ac_includes_default
19494 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
19501 rm -f conftest.
$ac_objext
19502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19503 (eval $ac_compile) 2>conftest.er1
19505 grep -v '^ *+' conftest.er1
>conftest.err
19507 cat conftest.err
>&5
19508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509 (exit $ac_status); } &&
19510 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19512 (eval $ac_try) 2>&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); }; } &&
19516 { ac_try
='test -s conftest.$ac_objext'
19517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19518 (eval $ac_try) 2>&5
19520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19521 (exit $ac_status); }; }; then
19524 cat >conftest.
$ac_ext <<_ACEOF
19527 cat confdefs.h
>>conftest.
$ac_ext
19528 cat >>conftest.
$ac_ext <<_ACEOF
19529 /* end confdefs.h. */
19530 $ac_includes_default
19534 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
19541 rm -f conftest.
$ac_objext
19542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19543 (eval $ac_compile) 2>conftest.er1
19545 grep -v '^ *+' conftest.er1
>conftest.err
19547 cat conftest.err
>&5
19548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19549 (exit $ac_status); } &&
19550 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19552 (eval $ac_try) 2>&5
19554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19555 (exit $ac_status); }; } &&
19556 { ac_try
='test -s conftest.$ac_objext'
19557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19558 (eval $ac_try) 2>&5
19560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); }; }; then
19562 ac_hi
=$ac_mid; break
19564 echo "$as_me: failed program was:" >&5
19565 sed 's/^/| /' conftest.
$ac_ext >&5
19567 ac_lo
=`expr $ac_mid + 1`
19568 if test $ac_lo -le $ac_mid; then
19572 ac_mid
=`expr 2 '*' $ac_mid + 1`
19574 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19577 echo "$as_me: failed program was:" >&5
19578 sed 's/^/| /' conftest.
$ac_ext >&5
19580 cat >conftest.
$ac_ext <<_ACEOF
19583 cat confdefs.h
>>conftest.
$ac_ext
19584 cat >>conftest.
$ac_ext <<_ACEOF
19585 /* end confdefs.h. */
19586 $ac_includes_default
19590 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
19597 rm -f conftest.
$ac_objext
19598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19599 (eval $ac_compile) 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); } &&
19606 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19608 (eval $ac_try) 2>&5
19610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19611 (exit $ac_status); }; } &&
19612 { ac_try
='test -s conftest.$ac_objext'
19613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19614 (eval $ac_try) 2>&5
19616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19617 (exit $ac_status); }; }; then
19620 cat >conftest.
$ac_ext <<_ACEOF
19623 cat confdefs.h
>>conftest.
$ac_ext
19624 cat >>conftest.
$ac_ext <<_ACEOF
19625 /* end confdefs.h. */
19626 $ac_includes_default
19630 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
19637 rm -f conftest.
$ac_objext
19638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19639 (eval $ac_compile) 2>conftest.er1
19641 grep -v '^ *+' conftest.er1
>conftest.err
19643 cat conftest.err
>&5
19644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19645 (exit $ac_status); } &&
19646 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19648 (eval $ac_try) 2>&5
19650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19651 (exit $ac_status); }; } &&
19652 { ac_try
='test -s conftest.$ac_objext'
19653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19654 (eval $ac_try) 2>&5
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); }; }; then
19658 ac_lo
=$ac_mid; break
19660 echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.
$ac_ext >&5
19663 ac_hi
=`expr '(' $ac_mid ')' - 1`
19664 if test $ac_mid -le $ac_hi; then
19668 ac_mid
=`expr 2 '*' $ac_mid`
19670 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19673 echo "$as_me: failed program was:" >&5
19674 sed 's/^/| /' conftest.
$ac_ext >&5
19678 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19680 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19681 # Binary search between lo and hi bounds.
19682 while test "x$ac_lo" != "x$ac_hi"; do
19683 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19684 cat >conftest.
$ac_ext <<_ACEOF
19687 cat confdefs.h
>>conftest.
$ac_ext
19688 cat >>conftest.
$ac_ext <<_ACEOF
19689 /* end confdefs.h. */
19690 $ac_includes_default
19694 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
19701 rm -f conftest.
$ac_objext
19702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19703 (eval $ac_compile) 2>conftest.er1
19705 grep -v '^ *+' conftest.er1
>conftest.err
19707 cat conftest.err
>&5
19708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19709 (exit $ac_status); } &&
19710 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19712 (eval $ac_try) 2>&5
19714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19715 (exit $ac_status); }; } &&
19716 { ac_try
='test -s conftest.$ac_objext'
19717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19718 (eval $ac_try) 2>&5
19720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); }; }; then
19724 echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.
$ac_ext >&5
19727 ac_lo
=`expr '(' $ac_mid ')' + 1`
19729 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19732 ?
*) ac_cv_sizeof_int
=$ac_lo;;
19733 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
19734 See \`config.log' for more details." >&5
19735 echo "$as_me: error: cannot compute sizeof (int), 77
19736 See \`config.log' for more details." >&2;}
19737 { (exit 1); exit 1; }; } ;;
19740 if test "$cross_compiling" = yes; then
19741 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19742 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19743 { (exit 1); exit 1; }; }
19745 cat >conftest.
$ac_ext <<_ACEOF
19748 cat confdefs.h
>>conftest.
$ac_ext
19749 cat >>conftest.
$ac_ext <<_ACEOF
19750 /* end confdefs.h. */
19751 $ac_includes_default
19752 long longval () { return (long) (sizeof (int)); }
19753 unsigned long ulongval () { return (long) (sizeof (int)); }
19755 #include <stdlib.h>
19760 FILE *f = fopen ("conftest.val", "w");
19763 if (((long) (sizeof (int))) < 0)
19765 long i = longval ();
19766 if (i != ((long) (sizeof (int))))
19768 fprintf (f, "%ld\n", i);
19772 unsigned long i = ulongval ();
19773 if (i != ((long) (sizeof (int))))
19775 fprintf (f, "%lu\n", i);
19777 exit (ferror (f) || fclose (f) != 0);
19783 rm -f conftest
$ac_exeext
19784 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19785 (eval $ac_link) 2>&5
19787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19788 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19790 (eval $ac_try) 2>&5
19792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19793 (exit $ac_status); }; }; then
19794 ac_cv_sizeof_int
=`cat conftest.val`
19796 echo "$as_me: program exited with status $ac_status" >&5
19797 echo "$as_me: failed program was:" >&5
19798 sed 's/^/| /' conftest.
$ac_ext >&5
19800 ( exit $ac_status )
19801 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
19802 See \`config.log' for more details." >&5
19803 echo "$as_me: error: cannot compute sizeof (int), 77
19804 See \`config.log' for more details." >&2;}
19805 { (exit 1); exit 1; }; }
19807 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19815 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
19816 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
19817 cat >>confdefs.h
<<_ACEOF
19818 #define SIZEOF_INT $ac_cv_sizeof_int
19822 echo "$as_me:$LINENO: checking for long" >&5
19823 echo $ECHO_N "checking for long... $ECHO_C" >&6
19824 if test "${ac_cv_type_long+set}" = set; then
19825 echo $ECHO_N "(cached) $ECHO_C" >&6
19827 cat >conftest.
$ac_ext <<_ACEOF
19830 cat confdefs.h
>>conftest.
$ac_ext
19831 cat >>conftest.
$ac_ext <<_ACEOF
19832 /* end confdefs.h. */
19833 $ac_includes_default
19845 rm -f conftest.
$ac_objext
19846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19847 (eval $ac_compile) 2>conftest.er1
19849 grep -v '^ *+' conftest.er1
>conftest.err
19851 cat conftest.err
>&5
19852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19853 (exit $ac_status); } &&
19854 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19856 (eval $ac_try) 2>&5
19858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19859 (exit $ac_status); }; } &&
19860 { ac_try
='test -s conftest.$ac_objext'
19861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19862 (eval $ac_try) 2>&5
19864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865 (exit $ac_status); }; }; then
19866 ac_cv_type_long
=yes
19868 echo "$as_me: failed program was:" >&5
19869 sed 's/^/| /' conftest.
$ac_ext >&5
19873 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19875 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
19876 echo "${ECHO_T}$ac_cv_type_long" >&6
19878 echo "$as_me:$LINENO: checking size of long" >&5
19879 echo $ECHO_N "checking size of long... $ECHO_C" >&6
19880 if test "${ac_cv_sizeof_long+set}" = set; then
19881 echo $ECHO_N "(cached) $ECHO_C" >&6
19883 if test "$ac_cv_type_long" = yes; then
19884 # The cast to unsigned long works around a bug in the HP C Compiler
19885 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19886 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19887 # This bug is HP SR number 8606223364.
19888 if test "$cross_compiling" = yes; then
19889 # Depending upon the size, compute the lo and hi bounds.
19890 cat >conftest.
$ac_ext <<_ACEOF
19893 cat confdefs.h
>>conftest.
$ac_ext
19894 cat >>conftest.
$ac_ext <<_ACEOF
19895 /* end confdefs.h. */
19896 $ac_includes_default
19900 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
19907 rm -f conftest.
$ac_objext
19908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19909 (eval $ac_compile) 2>conftest.er1
19911 grep -v '^ *+' conftest.er1
>conftest.err
19913 cat conftest.err
>&5
19914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915 (exit $ac_status); } &&
19916 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19918 (eval $ac_try) 2>&5
19920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); }; } &&
19922 { ac_try
='test -s conftest.$ac_objext'
19923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19924 (eval $ac_try) 2>&5
19926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19927 (exit $ac_status); }; }; then
19930 cat >conftest.
$ac_ext <<_ACEOF
19933 cat confdefs.h
>>conftest.
$ac_ext
19934 cat >>conftest.
$ac_ext <<_ACEOF
19935 /* end confdefs.h. */
19936 $ac_includes_default
19940 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
19947 rm -f conftest.
$ac_objext
19948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19949 (eval $ac_compile) 2>conftest.er1
19951 grep -v '^ *+' conftest.er1
>conftest.err
19953 cat conftest.err
>&5
19954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19955 (exit $ac_status); } &&
19956 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
19957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19958 (eval $ac_try) 2>&5
19960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19961 (exit $ac_status); }; } &&
19962 { ac_try
='test -s conftest.$ac_objext'
19963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19964 (eval $ac_try) 2>&5
19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967 (exit $ac_status); }; }; then
19968 ac_hi
=$ac_mid; break
19970 echo "$as_me: failed program was:" >&5
19971 sed 's/^/| /' conftest.
$ac_ext >&5
19973 ac_lo
=`expr $ac_mid + 1`
19974 if test $ac_lo -le $ac_mid; then
19978 ac_mid
=`expr 2 '*' $ac_mid + 1`
19980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19983 echo "$as_me: failed program was:" >&5
19984 sed 's/^/| /' conftest.
$ac_ext >&5
19986 cat >conftest.
$ac_ext <<_ACEOF
19989 cat confdefs.h
>>conftest.
$ac_ext
19990 cat >>conftest.
$ac_ext <<_ACEOF
19991 /* end confdefs.h. */
19992 $ac_includes_default
19996 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
20003 rm -f conftest.
$ac_objext
20004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20005 (eval $ac_compile) 2>conftest.er1
20007 grep -v '^ *+' conftest.er1
>conftest.err
20009 cat conftest.err
>&5
20010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); } &&
20012 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20014 (eval $ac_try) 2>&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); }; } &&
20018 { ac_try
='test -s conftest.$ac_objext'
20019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20020 (eval $ac_try) 2>&5
20022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); }; }; then
20026 cat >conftest.
$ac_ext <<_ACEOF
20029 cat confdefs.h
>>conftest.
$ac_ext
20030 cat >>conftest.
$ac_ext <<_ACEOF
20031 /* end confdefs.h. */
20032 $ac_includes_default
20036 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
20043 rm -f conftest.
$ac_objext
20044 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20045 (eval $ac_compile) 2>conftest.er1
20047 grep -v '^ *+' conftest.er1
>conftest.err
20049 cat conftest.err
>&5
20050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20051 (exit $ac_status); } &&
20052 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20054 (eval $ac_try) 2>&5
20056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20057 (exit $ac_status); }; } &&
20058 { ac_try
='test -s conftest.$ac_objext'
20059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20060 (eval $ac_try) 2>&5
20062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20063 (exit $ac_status); }; }; then
20064 ac_lo
=$ac_mid; break
20066 echo "$as_me: failed program was:" >&5
20067 sed 's/^/| /' conftest.
$ac_ext >&5
20069 ac_hi
=`expr '(' $ac_mid ')' - 1`
20070 if test $ac_mid -le $ac_hi; then
20074 ac_mid
=`expr 2 '*' $ac_mid`
20076 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20079 echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.
$ac_ext >&5
20084 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20086 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20087 # Binary search between lo and hi bounds.
20088 while test "x$ac_lo" != "x$ac_hi"; do
20089 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20090 cat >conftest.
$ac_ext <<_ACEOF
20093 cat confdefs.h
>>conftest.
$ac_ext
20094 cat >>conftest.
$ac_ext <<_ACEOF
20095 /* end confdefs.h. */
20096 $ac_includes_default
20100 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
20107 rm -f conftest.
$ac_objext
20108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20109 (eval $ac_compile) 2>conftest.er1
20111 grep -v '^ *+' conftest.er1
>conftest.err
20113 cat conftest.err
>&5
20114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20115 (exit $ac_status); } &&
20116 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20118 (eval $ac_try) 2>&5
20120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20121 (exit $ac_status); }; } &&
20122 { ac_try
='test -s conftest.$ac_objext'
20123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20124 (eval $ac_try) 2>&5
20126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20127 (exit $ac_status); }; }; then
20130 echo "$as_me: failed program was:" >&5
20131 sed 's/^/| /' conftest.
$ac_ext >&5
20133 ac_lo
=`expr '(' $ac_mid ')' + 1`
20135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20138 ?
*) ac_cv_sizeof_long
=$ac_lo;;
20139 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
20140 See \`config.log' for more details." >&5
20141 echo "$as_me: error: cannot compute sizeof (long), 77
20142 See \`config.log' for more details." >&2;}
20143 { (exit 1); exit 1; }; } ;;
20146 if test "$cross_compiling" = yes; then
20147 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20148 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20149 { (exit 1); exit 1; }; }
20151 cat >conftest.
$ac_ext <<_ACEOF
20154 cat confdefs.h
>>conftest.
$ac_ext
20155 cat >>conftest.
$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 $ac_includes_default
20158 long longval () { return (long) (sizeof (long)); }
20159 unsigned long ulongval () { return (long) (sizeof (long)); }
20161 #include <stdlib.h>
20166 FILE *f = fopen ("conftest.val", "w");
20169 if (((long) (sizeof (long))) < 0)
20171 long i = longval ();
20172 if (i != ((long) (sizeof (long))))
20174 fprintf (f, "%ld\n", i);
20178 unsigned long i = ulongval ();
20179 if (i != ((long) (sizeof (long))))
20181 fprintf (f, "%lu\n", i);
20183 exit (ferror (f) || fclose (f) != 0);
20189 rm -f conftest
$ac_exeext
20190 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20191 (eval $ac_link) 2>&5
20193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20196 (eval $ac_try) 2>&5
20198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20199 (exit $ac_status); }; }; then
20200 ac_cv_sizeof_long
=`cat conftest.val`
20202 echo "$as_me: program exited with status $ac_status" >&5
20203 echo "$as_me: failed program was:" >&5
20204 sed 's/^/| /' conftest.
$ac_ext >&5
20206 ( exit $ac_status )
20207 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
20208 See \`config.log' for more details." >&5
20209 echo "$as_me: error: cannot compute sizeof (long), 77
20210 See \`config.log' for more details." >&2;}
20211 { (exit 1); exit 1; }; }
20213 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20218 ac_cv_sizeof_long
=0
20221 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
20222 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
20223 cat >>confdefs.h
<<_ACEOF
20224 #define SIZEOF_LONG $ac_cv_sizeof_long
20228 echo "$as_me:$LINENO: checking for size_t" >&5
20229 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
20230 if test "${ac_cv_type_size_t+set}" = set; then
20231 echo $ECHO_N "(cached) $ECHO_C" >&6
20233 cat >conftest.
$ac_ext <<_ACEOF
20236 cat confdefs.h
>>conftest.
$ac_ext
20237 cat >>conftest.
$ac_ext <<_ACEOF
20238 /* end confdefs.h. */
20239 $ac_includes_default
20245 if (sizeof (size_t))
20251 rm -f conftest.
$ac_objext
20252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20253 (eval $ac_compile) 2>conftest.er1
20255 grep -v '^ *+' conftest.er1
>conftest.err
20257 cat conftest.err
>&5
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); } &&
20260 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20262 (eval $ac_try) 2>&5
20264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20265 (exit $ac_status); }; } &&
20266 { ac_try
='test -s conftest.$ac_objext'
20267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20268 (eval $ac_try) 2>&5
20270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20271 (exit $ac_status); }; }; then
20272 ac_cv_type_size_t
=yes
20274 echo "$as_me: failed program was:" >&5
20275 sed 's/^/| /' conftest.
$ac_ext >&5
20277 ac_cv_type_size_t
=no
20279 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20281 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20282 echo "${ECHO_T}$ac_cv_type_size_t" >&6
20284 echo "$as_me:$LINENO: checking size of size_t" >&5
20285 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
20286 if test "${ac_cv_sizeof_size_t+set}" = set; then
20287 echo $ECHO_N "(cached) $ECHO_C" >&6
20289 if test "$ac_cv_type_size_t" = yes; then
20290 # The cast to unsigned long works around a bug in the HP C Compiler
20291 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20292 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20293 # This bug is HP SR number 8606223364.
20294 if test "$cross_compiling" = yes; then
20295 # Depending upon the size, compute the lo and hi bounds.
20296 cat >conftest.
$ac_ext <<_ACEOF
20299 cat confdefs.h
>>conftest.
$ac_ext
20300 cat >>conftest.
$ac_ext <<_ACEOF
20301 /* end confdefs.h. */
20302 $ac_includes_default
20306 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
20313 rm -f conftest.
$ac_objext
20314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20315 (eval $ac_compile) 2>conftest.er1
20317 grep -v '^ *+' conftest.er1
>conftest.err
20319 cat conftest.err
>&5
20320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20321 (exit $ac_status); } &&
20322 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20324 (eval $ac_try) 2>&5
20326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20327 (exit $ac_status); }; } &&
20328 { ac_try
='test -s conftest.$ac_objext'
20329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20330 (eval $ac_try) 2>&5
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); }; }; then
20336 cat >conftest.
$ac_ext <<_ACEOF
20339 cat confdefs.h
>>conftest.
$ac_ext
20340 cat >>conftest.
$ac_ext <<_ACEOF
20341 /* end confdefs.h. */
20342 $ac_includes_default
20346 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
20353 rm -f conftest.
$ac_objext
20354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20355 (eval $ac_compile) 2>conftest.er1
20357 grep -v '^ *+' conftest.er1
>conftest.err
20359 cat conftest.err
>&5
20360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20361 (exit $ac_status); } &&
20362 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20364 (eval $ac_try) 2>&5
20366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20367 (exit $ac_status); }; } &&
20368 { ac_try
='test -s conftest.$ac_objext'
20369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20370 (eval $ac_try) 2>&5
20372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20373 (exit $ac_status); }; }; then
20374 ac_hi
=$ac_mid; break
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.
$ac_ext >&5
20379 ac_lo
=`expr $ac_mid + 1`
20380 if test $ac_lo -le $ac_mid; then
20384 ac_mid
=`expr 2 '*' $ac_mid + 1`
20386 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20389 echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.
$ac_ext >&5
20392 cat >conftest.
$ac_ext <<_ACEOF
20395 cat confdefs.h
>>conftest.
$ac_ext
20396 cat >>conftest.
$ac_ext <<_ACEOF
20397 /* end confdefs.h. */
20398 $ac_includes_default
20402 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
20409 rm -f conftest.
$ac_objext
20410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20411 (eval $ac_compile) 2>conftest.er1
20413 grep -v '^ *+' conftest.er1
>conftest.err
20415 cat conftest.err
>&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } &&
20418 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20420 (eval $ac_try) 2>&5
20422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20423 (exit $ac_status); }; } &&
20424 { ac_try
='test -s conftest.$ac_objext'
20425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20426 (eval $ac_try) 2>&5
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); }; }; then
20432 cat >conftest.
$ac_ext <<_ACEOF
20435 cat confdefs.h
>>conftest.
$ac_ext
20436 cat >>conftest.
$ac_ext <<_ACEOF
20437 /* end confdefs.h. */
20438 $ac_includes_default
20442 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
20449 rm -f conftest.
$ac_objext
20450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20451 (eval $ac_compile) 2>conftest.er1
20453 grep -v '^ *+' conftest.er1
>conftest.err
20455 cat conftest.err
>&5
20456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457 (exit $ac_status); } &&
20458 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20460 (eval $ac_try) 2>&5
20462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463 (exit $ac_status); }; } &&
20464 { ac_try
='test -s conftest.$ac_objext'
20465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20466 (eval $ac_try) 2>&5
20468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20469 (exit $ac_status); }; }; then
20470 ac_lo
=$ac_mid; break
20472 echo "$as_me: failed program was:" >&5
20473 sed 's/^/| /' conftest.
$ac_ext >&5
20475 ac_hi
=`expr '(' $ac_mid ')' - 1`
20476 if test $ac_mid -le $ac_hi; then
20480 ac_mid
=`expr 2 '*' $ac_mid`
20482 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20485 echo "$as_me: failed program was:" >&5
20486 sed 's/^/| /' conftest.
$ac_ext >&5
20490 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20492 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20493 # Binary search between lo and hi bounds.
20494 while test "x$ac_lo" != "x$ac_hi"; do
20495 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20496 cat >conftest.
$ac_ext <<_ACEOF
20499 cat confdefs.h
>>conftest.
$ac_ext
20500 cat >>conftest.
$ac_ext <<_ACEOF
20501 /* end confdefs.h. */
20502 $ac_includes_default
20506 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
20513 rm -f conftest.
$ac_objext
20514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20515 (eval $ac_compile) 2>conftest.er1
20517 grep -v '^ *+' conftest.er1
>conftest.err
20519 cat conftest.err
>&5
20520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20521 (exit $ac_status); } &&
20522 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20524 (eval $ac_try) 2>&5
20526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); }; } &&
20528 { ac_try
='test -s conftest.$ac_objext'
20529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20530 (eval $ac_try) 2>&5
20532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); }; }; then
20536 echo "$as_me: failed program was:" >&5
20537 sed 's/^/| /' conftest.
$ac_ext >&5
20539 ac_lo
=`expr '(' $ac_mid ')' + 1`
20541 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20544 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
20545 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
20546 See \`config.log' for more details." >&5
20547 echo "$as_me: error: cannot compute sizeof (size_t), 77
20548 See \`config.log' for more details." >&2;}
20549 { (exit 1); exit 1; }; } ;;
20552 if test "$cross_compiling" = yes; then
20553 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20554 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20555 { (exit 1); exit 1; }; }
20557 cat >conftest.
$ac_ext <<_ACEOF
20560 cat confdefs.h
>>conftest.
$ac_ext
20561 cat >>conftest.
$ac_ext <<_ACEOF
20562 /* end confdefs.h. */
20563 $ac_includes_default
20564 long longval () { return (long) (sizeof (size_t)); }
20565 unsigned long ulongval () { return (long) (sizeof (size_t)); }
20567 #include <stdlib.h>
20572 FILE *f = fopen ("conftest.val", "w");
20575 if (((long) (sizeof (size_t))) < 0)
20577 long i = longval ();
20578 if (i != ((long) (sizeof (size_t))))
20580 fprintf (f, "%ld\n", i);
20584 unsigned long i = ulongval ();
20585 if (i != ((long) (sizeof (size_t))))
20587 fprintf (f, "%lu\n", i);
20589 exit (ferror (f) || fclose (f) != 0);
20595 rm -f conftest
$ac_exeext
20596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20597 (eval $ac_link) 2>&5
20599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20602 (eval $ac_try) 2>&5
20604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20605 (exit $ac_status); }; }; then
20606 ac_cv_sizeof_size_t
=`cat conftest.val`
20608 echo "$as_me: program exited with status $ac_status" >&5
20609 echo "$as_me: failed program was:" >&5
20610 sed 's/^/| /' conftest.
$ac_ext >&5
20612 ( exit $ac_status )
20613 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
20614 See \`config.log' for more details." >&5
20615 echo "$as_me: error: cannot compute sizeof (size_t), 77
20616 See \`config.log' for more details." >&2;}
20617 { (exit 1); exit 1; }; }
20619 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20624 ac_cv_sizeof_size_t
=0
20627 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
20628 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
20629 cat >>confdefs.h
<<_ACEOF
20630 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
20637 echo "$as_me:$LINENO: checking for long long" >&5
20638 echo $ECHO_N "checking for long long... $ECHO_C" >&6
20639 if test "${ac_cv_type_long_long+set}" = set; then
20640 echo $ECHO_N "(cached) $ECHO_C" >&6
20642 cat >conftest.
$ac_ext <<_ACEOF
20645 cat confdefs.h
>>conftest.
$ac_ext
20646 cat >>conftest.
$ac_ext <<_ACEOF
20647 /* end confdefs.h. */
20648 $ac_includes_default
20652 if ((long long *) 0)
20654 if (sizeof (long long))
20660 rm -f conftest.
$ac_objext
20661 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20662 (eval $ac_compile) 2>conftest.er1
20664 grep -v '^ *+' conftest.er1
>conftest.err
20666 cat conftest.err
>&5
20667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20668 (exit $ac_status); } &&
20669 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20671 (eval $ac_try) 2>&5
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); }; } &&
20675 { ac_try
='test -s conftest.$ac_objext'
20676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20677 (eval $ac_try) 2>&5
20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20680 (exit $ac_status); }; }; then
20681 ac_cv_type_long_long
=yes
20683 echo "$as_me: failed program was:" >&5
20684 sed 's/^/| /' conftest.
$ac_ext >&5
20686 ac_cv_type_long_long
=no
20688 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20690 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20691 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20693 echo "$as_me:$LINENO: checking size of long long" >&5
20694 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20695 if test "${ac_cv_sizeof_long_long+set}" = set; then
20696 echo $ECHO_N "(cached) $ECHO_C" >&6
20698 if test "$ac_cv_type_long_long" = yes; then
20699 # The cast to unsigned long works around a bug in the HP C Compiler
20700 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20701 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20702 # This bug is HP SR number 8606223364.
20703 if test "$cross_compiling" = yes; then
20704 # Depending upon the size, compute the lo and hi bounds.
20705 cat >conftest.
$ac_ext <<_ACEOF
20708 cat confdefs.h
>>conftest.
$ac_ext
20709 cat >>conftest.
$ac_ext <<_ACEOF
20710 /* end confdefs.h. */
20711 $ac_includes_default
20715 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20722 rm -f conftest.
$ac_objext
20723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20724 (eval $ac_compile) 2>conftest.er1
20726 grep -v '^ *+' conftest.er1
>conftest.err
20728 cat conftest.err
>&5
20729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20730 (exit $ac_status); } &&
20731 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20733 (eval $ac_try) 2>&5
20735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20736 (exit $ac_status); }; } &&
20737 { ac_try
='test -s conftest.$ac_objext'
20738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20739 (eval $ac_try) 2>&5
20741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20742 (exit $ac_status); }; }; then
20745 cat >conftest.
$ac_ext <<_ACEOF
20748 cat confdefs.h
>>conftest.
$ac_ext
20749 cat >>conftest.
$ac_ext <<_ACEOF
20750 /* end confdefs.h. */
20751 $ac_includes_default
20755 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20762 rm -f conftest.
$ac_objext
20763 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20764 (eval $ac_compile) 2>conftest.er1
20766 grep -v '^ *+' conftest.er1
>conftest.err
20768 cat conftest.err
>&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } &&
20771 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20773 (eval $ac_try) 2>&5
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); }; } &&
20777 { ac_try
='test -s conftest.$ac_objext'
20778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20779 (eval $ac_try) 2>&5
20781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20782 (exit $ac_status); }; }; then
20783 ac_hi
=$ac_mid; break
20785 echo "$as_me: failed program was:" >&5
20786 sed 's/^/| /' conftest.
$ac_ext >&5
20788 ac_lo
=`expr $ac_mid + 1`
20789 if test $ac_lo -le $ac_mid; then
20793 ac_mid
=`expr 2 '*' $ac_mid + 1`
20795 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20798 echo "$as_me: failed program was:" >&5
20799 sed 's/^/| /' conftest.
$ac_ext >&5
20801 cat >conftest.
$ac_ext <<_ACEOF
20804 cat confdefs.h
>>conftest.
$ac_ext
20805 cat >>conftest.
$ac_ext <<_ACEOF
20806 /* end confdefs.h. */
20807 $ac_includes_default
20811 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20818 rm -f conftest.
$ac_objext
20819 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20820 (eval $ac_compile) 2>conftest.er1
20822 grep -v '^ *+' conftest.er1
>conftest.err
20824 cat conftest.err
>&5
20825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20826 (exit $ac_status); } &&
20827 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20829 (eval $ac_try) 2>&5
20831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20832 (exit $ac_status); }; } &&
20833 { ac_try
='test -s conftest.$ac_objext'
20834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20835 (eval $ac_try) 2>&5
20837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20838 (exit $ac_status); }; }; then
20841 cat >conftest.
$ac_ext <<_ACEOF
20844 cat confdefs.h
>>conftest.
$ac_ext
20845 cat >>conftest.
$ac_ext <<_ACEOF
20846 /* end confdefs.h. */
20847 $ac_includes_default
20851 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20858 rm -f conftest.
$ac_objext
20859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20860 (eval $ac_compile) 2>conftest.er1
20862 grep -v '^ *+' conftest.er1
>conftest.err
20864 cat conftest.err
>&5
20865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20866 (exit $ac_status); } &&
20867 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20869 (eval $ac_try) 2>&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); }; } &&
20873 { ac_try
='test -s conftest.$ac_objext'
20874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20875 (eval $ac_try) 2>&5
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); }; }; then
20879 ac_lo
=$ac_mid; break
20881 echo "$as_me: failed program was:" >&5
20882 sed 's/^/| /' conftest.
$ac_ext >&5
20884 ac_hi
=`expr '(' $ac_mid ')' - 1`
20885 if test $ac_mid -le $ac_hi; then
20889 ac_mid
=`expr 2 '*' $ac_mid`
20891 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20894 echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.
$ac_ext >&5
20899 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20901 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20902 # Binary search between lo and hi bounds.
20903 while test "x$ac_lo" != "x$ac_hi"; do
20904 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20905 cat >conftest.
$ac_ext <<_ACEOF
20908 cat confdefs.h
>>conftest.
$ac_ext
20909 cat >>conftest.
$ac_ext <<_ACEOF
20910 /* end confdefs.h. */
20911 $ac_includes_default
20915 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20922 rm -f conftest.
$ac_objext
20923 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20924 (eval $ac_compile) 2>conftest.er1
20926 grep -v '^ *+' conftest.er1
>conftest.err
20928 cat conftest.err
>&5
20929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930 (exit $ac_status); } &&
20931 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
20932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20933 (eval $ac_try) 2>&5
20935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20936 (exit $ac_status); }; } &&
20937 { ac_try
='test -s conftest.$ac_objext'
20938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20939 (eval $ac_try) 2>&5
20941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20942 (exit $ac_status); }; }; then
20945 echo "$as_me: failed program was:" >&5
20946 sed 's/^/| /' conftest.
$ac_ext >&5
20948 ac_lo
=`expr '(' $ac_mid ')' + 1`
20950 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20953 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
20954 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20955 See \`config.log' for more details." >&5
20956 echo "$as_me: error: cannot compute sizeof (long long), 77
20957 See \`config.log' for more details." >&2;}
20958 { (exit 1); exit 1; }; } ;;
20961 if test "$cross_compiling" = yes; then
20962 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20963 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20964 { (exit 1); exit 1; }; }
20966 cat >conftest.
$ac_ext <<_ACEOF
20969 cat confdefs.h
>>conftest.
$ac_ext
20970 cat >>conftest.
$ac_ext <<_ACEOF
20971 /* end confdefs.h. */
20972 $ac_includes_default
20973 long longval () { return (long) (sizeof (long long)); }
20974 unsigned long ulongval () { return (long) (sizeof (long long)); }
20976 #include <stdlib.h>
20981 FILE *f = fopen ("conftest.val", "w");
20984 if (((long) (sizeof (long long))) < 0)
20986 long i = longval ();
20987 if (i != ((long) (sizeof (long long))))
20989 fprintf (f, "%ld\n", i);
20993 unsigned long i = ulongval ();
20994 if (i != ((long) (sizeof (long long))))
20996 fprintf (f, "%lu\n", i);
20998 exit (ferror (f) || fclose (f) != 0);
21004 rm -f conftest
$ac_exeext
21005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21006 (eval $ac_link) 2>&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21011 (eval $ac_try) 2>&5
21013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21014 (exit $ac_status); }; }; then
21015 ac_cv_sizeof_long_long
=`cat conftest.val`
21017 echo "$as_me: program exited with status $ac_status" >&5
21018 echo "$as_me: failed program was:" >&5
21019 sed 's/^/| /' conftest.
$ac_ext >&5
21021 ( exit $ac_status )
21022 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21023 See \`config.log' for more details." >&5
21024 echo "$as_me: error: cannot compute sizeof (long long), 77
21025 See \`config.log' for more details." >&2;}
21026 { (exit 1); exit 1; }; }
21028 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21033 ac_cv_sizeof_long_long
=0
21036 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
21037 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
21038 cat >>confdefs.h
<<_ACEOF
21039 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
21045 echo "$as_me:$LINENO: checking for long long" >&5
21046 echo $ECHO_N "checking for long long... $ECHO_C" >&6
21047 if test "${ac_cv_type_long_long+set}" = set; then
21048 echo $ECHO_N "(cached) $ECHO_C" >&6
21050 cat >conftest.
$ac_ext <<_ACEOF
21053 cat confdefs.h
>>conftest.
$ac_ext
21054 cat >>conftest.
$ac_ext <<_ACEOF
21055 /* end confdefs.h. */
21056 $ac_includes_default
21060 if ((long long *) 0)
21062 if (sizeof (long long))
21068 rm -f conftest.
$ac_objext
21069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21070 (eval $ac_compile) 2>conftest.er1
21072 grep -v '^ *+' conftest.er1
>conftest.err
21074 cat conftest.err
>&5
21075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } &&
21077 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21079 (eval $ac_try) 2>&5
21081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21082 (exit $ac_status); }; } &&
21083 { ac_try
='test -s conftest.$ac_objext'
21084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21085 (eval $ac_try) 2>&5
21087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21088 (exit $ac_status); }; }; then
21089 ac_cv_type_long_long
=yes
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.
$ac_ext >&5
21094 ac_cv_type_long_long
=no
21096 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21098 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
21099 echo "${ECHO_T}$ac_cv_type_long_long" >&6
21101 echo "$as_me:$LINENO: checking size of long long" >&5
21102 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
21103 if test "${ac_cv_sizeof_long_long+set}" = set; then
21104 echo $ECHO_N "(cached) $ECHO_C" >&6
21106 if test "$ac_cv_type_long_long" = yes; then
21107 # The cast to unsigned long works around a bug in the HP C Compiler
21108 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21109 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21110 # This bug is HP SR number 8606223364.
21111 if test "$cross_compiling" = yes; then
21112 # Depending upon the size, compute the lo and hi bounds.
21113 cat >conftest.
$ac_ext <<_ACEOF
21116 cat confdefs.h
>>conftest.
$ac_ext
21117 cat >>conftest.
$ac_ext <<_ACEOF
21118 /* end confdefs.h. */
21119 $ac_includes_default
21123 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
21130 rm -f conftest.
$ac_objext
21131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21132 (eval $ac_compile) 2>conftest.er1
21134 grep -v '^ *+' conftest.er1
>conftest.err
21136 cat conftest.err
>&5
21137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21138 (exit $ac_status); } &&
21139 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21141 (eval $ac_try) 2>&5
21143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144 (exit $ac_status); }; } &&
21145 { ac_try
='test -s conftest.$ac_objext'
21146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21147 (eval $ac_try) 2>&5
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); }; }; then
21153 cat >conftest.
$ac_ext <<_ACEOF
21156 cat confdefs.h
>>conftest.
$ac_ext
21157 cat >>conftest.
$ac_ext <<_ACEOF
21158 /* end confdefs.h. */
21159 $ac_includes_default
21163 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21170 rm -f conftest.
$ac_objext
21171 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21172 (eval $ac_compile) 2>conftest.er1
21174 grep -v '^ *+' conftest.er1
>conftest.err
21176 cat conftest.err
>&5
21177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21178 (exit $ac_status); } &&
21179 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21181 (eval $ac_try) 2>&5
21183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21184 (exit $ac_status); }; } &&
21185 { ac_try
='test -s conftest.$ac_objext'
21186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21187 (eval $ac_try) 2>&5
21189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21190 (exit $ac_status); }; }; then
21191 ac_hi
=$ac_mid; break
21193 echo "$as_me: failed program was:" >&5
21194 sed 's/^/| /' conftest.
$ac_ext >&5
21196 ac_lo
=`expr $ac_mid + 1`
21197 if test $ac_lo -le $ac_mid; then
21201 ac_mid
=`expr 2 '*' $ac_mid + 1`
21203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21206 echo "$as_me: failed program was:" >&5
21207 sed 's/^/| /' conftest.
$ac_ext >&5
21209 cat >conftest.
$ac_ext <<_ACEOF
21212 cat confdefs.h
>>conftest.
$ac_ext
21213 cat >>conftest.
$ac_ext <<_ACEOF
21214 /* end confdefs.h. */
21215 $ac_includes_default
21219 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
21226 rm -f conftest.
$ac_objext
21227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21228 (eval $ac_compile) 2>conftest.er1
21230 grep -v '^ *+' conftest.er1
>conftest.err
21232 cat conftest.err
>&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } &&
21235 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21237 (eval $ac_try) 2>&5
21239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); }; } &&
21241 { ac_try
='test -s conftest.$ac_objext'
21242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21243 (eval $ac_try) 2>&5
21245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21246 (exit $ac_status); }; }; then
21249 cat >conftest.
$ac_ext <<_ACEOF
21252 cat confdefs.h
>>conftest.
$ac_ext
21253 cat >>conftest.
$ac_ext <<_ACEOF
21254 /* end confdefs.h. */
21255 $ac_includes_default
21259 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
21266 rm -f conftest.
$ac_objext
21267 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21268 (eval $ac_compile) 2>conftest.er1
21270 grep -v '^ *+' conftest.er1
>conftest.err
21272 cat conftest.err
>&5
21273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21274 (exit $ac_status); } &&
21275 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21277 (eval $ac_try) 2>&5
21279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21280 (exit $ac_status); }; } &&
21281 { ac_try
='test -s conftest.$ac_objext'
21282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21283 (eval $ac_try) 2>&5
21285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286 (exit $ac_status); }; }; then
21287 ac_lo
=$ac_mid; break
21289 echo "$as_me: failed program was:" >&5
21290 sed 's/^/| /' conftest.
$ac_ext >&5
21292 ac_hi
=`expr '(' $ac_mid ')' - 1`
21293 if test $ac_mid -le $ac_hi; then
21297 ac_mid
=`expr 2 '*' $ac_mid`
21299 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21302 echo "$as_me: failed program was:" >&5
21303 sed 's/^/| /' conftest.
$ac_ext >&5
21307 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21310 # Binary search between lo and hi bounds.
21311 while test "x$ac_lo" != "x$ac_hi"; do
21312 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21313 cat >conftest.
$ac_ext <<_ACEOF
21316 cat confdefs.h
>>conftest.
$ac_ext
21317 cat >>conftest.
$ac_ext <<_ACEOF
21318 /* end confdefs.h. */
21319 $ac_includes_default
21323 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21330 rm -f conftest.
$ac_objext
21331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21332 (eval $ac_compile) 2>conftest.er1
21334 grep -v '^ *+' conftest.er1
>conftest.err
21336 cat conftest.err
>&5
21337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338 (exit $ac_status); } &&
21339 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21341 (eval $ac_try) 2>&5
21343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21344 (exit $ac_status); }; } &&
21345 { ac_try
='test -s conftest.$ac_objext'
21346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21347 (eval $ac_try) 2>&5
21349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21350 (exit $ac_status); }; }; then
21353 echo "$as_me: failed program was:" >&5
21354 sed 's/^/| /' conftest.
$ac_ext >&5
21356 ac_lo
=`expr '(' $ac_mid ')' + 1`
21358 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21361 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
21362 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21363 See \`config.log' for more details." >&5
21364 echo "$as_me: error: cannot compute sizeof (long long), 77
21365 See \`config.log' for more details." >&2;}
21366 { (exit 1); exit 1; }; } ;;
21369 if test "$cross_compiling" = yes; then
21370 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
21371 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
21372 { (exit 1); exit 1; }; }
21374 cat >conftest.
$ac_ext <<_ACEOF
21377 cat confdefs.h
>>conftest.
$ac_ext
21378 cat >>conftest.
$ac_ext <<_ACEOF
21379 /* end confdefs.h. */
21380 $ac_includes_default
21381 long longval () { return (long) (sizeof (long long)); }
21382 unsigned long ulongval () { return (long) (sizeof (long long)); }
21384 #include <stdlib.h>
21389 FILE *f = fopen ("conftest.val", "w");
21392 if (((long) (sizeof (long long))) < 0)
21394 long i = longval ();
21395 if (i != ((long) (sizeof (long long))))
21397 fprintf (f, "%ld\n", i);
21401 unsigned long i = ulongval ();
21402 if (i != ((long) (sizeof (long long))))
21404 fprintf (f, "%lu\n", i);
21406 exit (ferror (f) || fclose (f) != 0);
21412 rm -f conftest
$ac_exeext
21413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21414 (eval $ac_link) 2>&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21419 (eval $ac_try) 2>&5
21421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21422 (exit $ac_status); }; }; then
21423 ac_cv_sizeof_long_long
=`cat conftest.val`
21425 echo "$as_me: program exited with status $ac_status" >&5
21426 echo "$as_me: failed program was:" >&5
21427 sed 's/^/| /' conftest.
$ac_ext >&5
21429 ( exit $ac_status )
21430 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21431 See \`config.log' for more details." >&5
21432 echo "$as_me: error: cannot compute sizeof (long long), 77
21433 See \`config.log' for more details." >&2;}
21434 { (exit 1); exit 1; }; }
21436 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21441 ac_cv_sizeof_long_long
=0
21444 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
21445 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
21446 cat >>confdefs.h
<<_ACEOF
21447 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
21451 if test "$ac_cv_sizeof_long_long" != "0"; then
21452 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
21456 echo "$as_me:$LINENO: checking for long long" >&5
21457 echo $ECHO_N "checking for long long... $ECHO_C" >&6
21458 if test "${ac_cv_type_long_long+set}" = set; then
21459 echo $ECHO_N "(cached) $ECHO_C" >&6
21461 cat >conftest.
$ac_ext <<_ACEOF
21464 cat confdefs.h
>>conftest.
$ac_ext
21465 cat >>conftest.
$ac_ext <<_ACEOF
21466 /* end confdefs.h. */
21467 $ac_includes_default
21471 if ((long long *) 0)
21473 if (sizeof (long long))
21479 rm -f conftest.
$ac_objext
21480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21481 (eval $ac_compile) 2>conftest.er1
21483 grep -v '^ *+' conftest.er1
>conftest.err
21485 cat conftest.err
>&5
21486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487 (exit $ac_status); } &&
21488 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21490 (eval $ac_try) 2>&5
21492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493 (exit $ac_status); }; } &&
21494 { ac_try
='test -s conftest.$ac_objext'
21495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21496 (eval $ac_try) 2>&5
21498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); }; }; then
21500 ac_cv_type_long_long
=yes
21502 echo "$as_me: failed program was:" >&5
21503 sed 's/^/| /' conftest.
$ac_ext >&5
21505 ac_cv_type_long_long
=no
21507 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21509 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
21510 echo "${ECHO_T}$ac_cv_type_long_long" >&6
21512 echo "$as_me:$LINENO: checking size of long long" >&5
21513 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
21514 if test "${ac_cv_sizeof_long_long+set}" = set; then
21515 echo $ECHO_N "(cached) $ECHO_C" >&6
21517 if test "$ac_cv_type_long_long" = yes; then
21518 # The cast to unsigned long works around a bug in the HP C Compiler
21519 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21520 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21521 # This bug is HP SR number 8606223364.
21522 if test "$cross_compiling" = yes; then
21523 # Depending upon the size, compute the lo and hi bounds.
21524 cat >conftest.
$ac_ext <<_ACEOF
21527 cat confdefs.h
>>conftest.
$ac_ext
21528 cat >>conftest.
$ac_ext <<_ACEOF
21529 /* end confdefs.h. */
21530 $ac_includes_default
21534 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
21541 rm -f conftest.
$ac_objext
21542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21543 (eval $ac_compile) 2>conftest.er1
21545 grep -v '^ *+' conftest.er1
>conftest.err
21547 cat conftest.err
>&5
21548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21549 (exit $ac_status); } &&
21550 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21552 (eval $ac_try) 2>&5
21554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21555 (exit $ac_status); }; } &&
21556 { ac_try
='test -s conftest.$ac_objext'
21557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21558 (eval $ac_try) 2>&5
21560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); }; }; then
21564 cat >conftest.
$ac_ext <<_ACEOF
21567 cat confdefs.h
>>conftest.
$ac_ext
21568 cat >>conftest.
$ac_ext <<_ACEOF
21569 /* end confdefs.h. */
21570 $ac_includes_default
21574 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21581 rm -f conftest.
$ac_objext
21582 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21583 (eval $ac_compile) 2>conftest.er1
21585 grep -v '^ *+' conftest.er1
>conftest.err
21587 cat conftest.err
>&5
21588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21589 (exit $ac_status); } &&
21590 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21592 (eval $ac_try) 2>&5
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); }; } &&
21596 { ac_try
='test -s conftest.$ac_objext'
21597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21598 (eval $ac_try) 2>&5
21600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21601 (exit $ac_status); }; }; then
21602 ac_hi
=$ac_mid; break
21604 echo "$as_me: failed program was:" >&5
21605 sed 's/^/| /' conftest.
$ac_ext >&5
21607 ac_lo
=`expr $ac_mid + 1`
21608 if test $ac_lo -le $ac_mid; then
21612 ac_mid
=`expr 2 '*' $ac_mid + 1`
21614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21617 echo "$as_me: failed program was:" >&5
21618 sed 's/^/| /' conftest.
$ac_ext >&5
21620 cat >conftest.
$ac_ext <<_ACEOF
21623 cat confdefs.h
>>conftest.
$ac_ext
21624 cat >>conftest.
$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 $ac_includes_default
21630 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
21637 rm -f conftest.
$ac_objext
21638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21639 (eval $ac_compile) 2>conftest.er1
21641 grep -v '^ *+' conftest.er1
>conftest.err
21643 cat conftest.err
>&5
21644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21645 (exit $ac_status); } &&
21646 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21648 (eval $ac_try) 2>&5
21650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21651 (exit $ac_status); }; } &&
21652 { ac_try
='test -s conftest.$ac_objext'
21653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21654 (eval $ac_try) 2>&5
21656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21657 (exit $ac_status); }; }; then
21660 cat >conftest.
$ac_ext <<_ACEOF
21663 cat confdefs.h
>>conftest.
$ac_ext
21664 cat >>conftest.
$ac_ext <<_ACEOF
21665 /* end confdefs.h. */
21666 $ac_includes_default
21670 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
21677 rm -f conftest.
$ac_objext
21678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21679 (eval $ac_compile) 2>conftest.er1
21681 grep -v '^ *+' conftest.er1
>conftest.err
21683 cat conftest.err
>&5
21684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); } &&
21686 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21688 (eval $ac_try) 2>&5
21690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21691 (exit $ac_status); }; } &&
21692 { ac_try
='test -s conftest.$ac_objext'
21693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21694 (eval $ac_try) 2>&5
21696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697 (exit $ac_status); }; }; then
21698 ac_lo
=$ac_mid; break
21700 echo "$as_me: failed program was:" >&5
21701 sed 's/^/| /' conftest.
$ac_ext >&5
21703 ac_hi
=`expr '(' $ac_mid ')' - 1`
21704 if test $ac_mid -le $ac_hi; then
21708 ac_mid
=`expr 2 '*' $ac_mid`
21710 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21713 echo "$as_me: failed program was:" >&5
21714 sed 's/^/| /' conftest.
$ac_ext >&5
21718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21721 # Binary search between lo and hi bounds.
21722 while test "x$ac_lo" != "x$ac_hi"; do
21723 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21724 cat >conftest.
$ac_ext <<_ACEOF
21727 cat confdefs.h
>>conftest.
$ac_ext
21728 cat >>conftest.
$ac_ext <<_ACEOF
21729 /* end confdefs.h. */
21730 $ac_includes_default
21734 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
21741 rm -f conftest.
$ac_objext
21742 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21743 (eval $ac_compile) 2>conftest.er1
21745 grep -v '^ *+' conftest.er1
>conftest.err
21747 cat conftest.err
>&5
21748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749 (exit $ac_status); } &&
21750 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21752 (eval $ac_try) 2>&5
21754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21755 (exit $ac_status); }; } &&
21756 { ac_try
='test -s conftest.$ac_objext'
21757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21758 (eval $ac_try) 2>&5
21760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21761 (exit $ac_status); }; }; then
21764 echo "$as_me: failed program was:" >&5
21765 sed 's/^/| /' conftest.
$ac_ext >&5
21767 ac_lo
=`expr '(' $ac_mid ')' + 1`
21769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21772 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
21773 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21774 See \`config.log' for more details." >&5
21775 echo "$as_me: error: cannot compute sizeof (long long), 77
21776 See \`config.log' for more details." >&2;}
21777 { (exit 1); exit 1; }; } ;;
21780 if test "$cross_compiling" = yes; then
21781 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
21782 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
21783 { (exit 1); exit 1; }; }
21785 cat >conftest.
$ac_ext <<_ACEOF
21788 cat confdefs.h
>>conftest.
$ac_ext
21789 cat >>conftest.
$ac_ext <<_ACEOF
21790 /* end confdefs.h. */
21791 $ac_includes_default
21792 long longval () { return (long) (sizeof (long long)); }
21793 unsigned long ulongval () { return (long) (sizeof (long long)); }
21795 #include <stdlib.h>
21800 FILE *f = fopen ("conftest.val", "w");
21803 if (((long) (sizeof (long long))) < 0)
21805 long i = longval ();
21806 if (i != ((long) (sizeof (long long))))
21808 fprintf (f, "%ld\n", i);
21812 unsigned long i = ulongval ();
21813 if (i != ((long) (sizeof (long long))))
21815 fprintf (f, "%lu\n", i);
21817 exit (ferror (f) || fclose (f) != 0);
21823 rm -f conftest
$ac_exeext
21824 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21825 (eval $ac_link) 2>&5
21827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21828 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21830 (eval $ac_try) 2>&5
21832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21833 (exit $ac_status); }; }; then
21834 ac_cv_sizeof_long_long
=`cat conftest.val`
21836 echo "$as_me: program exited with status $ac_status" >&5
21837 echo "$as_me: failed program was:" >&5
21838 sed 's/^/| /' conftest.
$ac_ext >&5
21840 ( exit $ac_status )
21841 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
21842 See \`config.log' for more details." >&5
21843 echo "$as_me: error: cannot compute sizeof (long long), 77
21844 See \`config.log' for more details." >&2;}
21845 { (exit 1); exit 1; }; }
21847 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21852 ac_cv_sizeof_long_long
=0
21855 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
21856 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
21857 cat >>confdefs.h
<<_ACEOF
21858 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
21864 echo "$as_me:$LINENO: checking for wchar_t" >&5
21865 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
21866 if test "${ac_cv_type_wchar_t+set}" = set; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21869 cat >conftest.
$ac_ext <<_ACEOF
21872 cat confdefs.h
>>conftest.
$ac_ext
21873 cat >>conftest.
$ac_ext <<_ACEOF
21874 /* end confdefs.h. */
21876 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21877 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21878 # error "fake wchar_t"
21880 #ifdef HAVE_WCHAR_H
21882 # include <stddef.h>
21884 # include <wchar.h>
21886 #ifdef HAVE_STDLIB_H
21887 # include <stdlib.h>
21898 if (sizeof (wchar_t))
21904 rm -f conftest.
$ac_objext
21905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21906 (eval $ac_compile) 2>conftest.er1
21908 grep -v '^ *+' conftest.er1
>conftest.err
21910 cat conftest.err
>&5
21911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21912 (exit $ac_status); } &&
21913 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21915 (eval $ac_try) 2>&5
21917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21918 (exit $ac_status); }; } &&
21919 { ac_try
='test -s conftest.$ac_objext'
21920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21921 (eval $ac_try) 2>&5
21923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21924 (exit $ac_status); }; }; then
21925 ac_cv_type_wchar_t
=yes
21927 echo "$as_me: failed program was:" >&5
21928 sed 's/^/| /' conftest.
$ac_ext >&5
21930 ac_cv_type_wchar_t
=no
21932 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21934 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
21935 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
21937 echo "$as_me:$LINENO: checking size of wchar_t" >&5
21938 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
21939 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
21940 echo $ECHO_N "(cached) $ECHO_C" >&6
21942 if test "$ac_cv_type_wchar_t" = yes; then
21943 # The cast to unsigned long works around a bug in the HP C Compiler
21944 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21945 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21946 # This bug is HP SR number 8606223364.
21947 if test "$cross_compiling" = yes; then
21948 # Depending upon the size, compute the lo and hi bounds.
21949 cat >conftest.
$ac_ext <<_ACEOF
21952 cat confdefs.h
>>conftest.
$ac_ext
21953 cat >>conftest.
$ac_ext <<_ACEOF
21954 /* end confdefs.h. */
21956 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21957 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21958 # error "fake wchar_t"
21960 #ifdef HAVE_WCHAR_H
21962 # include <stddef.h>
21964 # include <wchar.h>
21966 #ifdef HAVE_STDLIB_H
21967 # include <stdlib.h>
21976 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
21983 rm -f conftest.
$ac_objext
21984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21985 (eval $ac_compile) 2>conftest.er1
21987 grep -v '^ *+' conftest.er1
>conftest.err
21989 cat conftest.err
>&5
21990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21991 (exit $ac_status); } &&
21992 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
21993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21994 (eval $ac_try) 2>&5
21996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21997 (exit $ac_status); }; } &&
21998 { ac_try
='test -s conftest.$ac_objext'
21999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22000 (eval $ac_try) 2>&5
22002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22003 (exit $ac_status); }; }; then
22006 cat >conftest.
$ac_ext <<_ACEOF
22009 cat confdefs.h
>>conftest.
$ac_ext
22010 cat >>conftest.
$ac_ext <<_ACEOF
22011 /* end confdefs.h. */
22013 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
22014 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
22015 # error "fake wchar_t"
22017 #ifdef HAVE_WCHAR_H
22019 # include <stddef.h>
22021 # include <wchar.h>
22023 #ifdef HAVE_STDLIB_H
22024 # include <stdlib.h>
22033 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
22040 rm -f conftest.
$ac_objext
22041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22042 (eval $ac_compile) 2>conftest.er1
22044 grep -v '^ *+' conftest.er1
>conftest.err
22046 cat conftest.err
>&5
22047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22048 (exit $ac_status); } &&
22049 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22051 (eval $ac_try) 2>&5
22053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22054 (exit $ac_status); }; } &&
22055 { ac_try
='test -s conftest.$ac_objext'
22056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22057 (eval $ac_try) 2>&5
22059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22060 (exit $ac_status); }; }; then
22061 ac_hi
=$ac_mid; break
22063 echo "$as_me: failed program was:" >&5
22064 sed 's/^/| /' conftest.
$ac_ext >&5
22066 ac_lo
=`expr $ac_mid + 1`
22067 if test $ac_lo -le $ac_mid; then
22071 ac_mid
=`expr 2 '*' $ac_mid + 1`
22073 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22076 echo "$as_me: failed program was:" >&5
22077 sed 's/^/| /' conftest.
$ac_ext >&5
22079 cat >conftest.
$ac_ext <<_ACEOF
22082 cat confdefs.h
>>conftest.
$ac_ext
22083 cat >>conftest.
$ac_ext <<_ACEOF
22084 /* end confdefs.h. */
22086 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
22087 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
22088 # error "fake wchar_t"
22090 #ifdef HAVE_WCHAR_H
22092 # include <stddef.h>
22094 # include <wchar.h>
22096 #ifdef HAVE_STDLIB_H
22097 # include <stdlib.h>
22106 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
22113 rm -f conftest.
$ac_objext
22114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22115 (eval $ac_compile) 2>conftest.er1
22117 grep -v '^ *+' conftest.er1
>conftest.err
22119 cat conftest.err
>&5
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); } &&
22122 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22124 (eval $ac_try) 2>&5
22126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22127 (exit $ac_status); }; } &&
22128 { ac_try
='test -s conftest.$ac_objext'
22129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22130 (eval $ac_try) 2>&5
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); }; }; then
22136 cat >conftest.
$ac_ext <<_ACEOF
22139 cat confdefs.h
>>conftest.
$ac_ext
22140 cat >>conftest.
$ac_ext <<_ACEOF
22141 /* end confdefs.h. */
22143 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
22144 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
22145 # error "fake wchar_t"
22147 #ifdef HAVE_WCHAR_H
22149 # include <stddef.h>
22151 # include <wchar.h>
22153 #ifdef HAVE_STDLIB_H
22154 # include <stdlib.h>
22163 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
22170 rm -f conftest.
$ac_objext
22171 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22172 (eval $ac_compile) 2>conftest.er1
22174 grep -v '^ *+' conftest.er1
>conftest.err
22176 cat conftest.err
>&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } &&
22179 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22181 (eval $ac_try) 2>&5
22183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184 (exit $ac_status); }; } &&
22185 { ac_try
='test -s conftest.$ac_objext'
22186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22187 (eval $ac_try) 2>&5
22189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22190 (exit $ac_status); }; }; then
22191 ac_lo
=$ac_mid; break
22193 echo "$as_me: failed program was:" >&5
22194 sed 's/^/| /' conftest.
$ac_ext >&5
22196 ac_hi
=`expr '(' $ac_mid ')' - 1`
22197 if test $ac_mid -le $ac_hi; then
22201 ac_mid
=`expr 2 '*' $ac_mid`
22203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22206 echo "$as_me: failed program was:" >&5
22207 sed 's/^/| /' conftest.
$ac_ext >&5
22211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22213 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22214 # Binary search between lo and hi bounds.
22215 while test "x$ac_lo" != "x$ac_hi"; do
22216 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22217 cat >conftest.
$ac_ext <<_ACEOF
22220 cat confdefs.h
>>conftest.
$ac_ext
22221 cat >>conftest.
$ac_ext <<_ACEOF
22222 /* end confdefs.h. */
22224 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
22225 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
22226 # error "fake wchar_t"
22228 #ifdef HAVE_WCHAR_H
22230 # include <stddef.h>
22232 # include <wchar.h>
22234 #ifdef HAVE_STDLIB_H
22235 # include <stdlib.h>
22244 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
22251 rm -f conftest.
$ac_objext
22252 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22253 (eval $ac_compile) 2>conftest.er1
22255 grep -v '^ *+' conftest.er1
>conftest.err
22257 cat conftest.err
>&5
22258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22259 (exit $ac_status); } &&
22260 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22262 (eval $ac_try) 2>&5
22264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22265 (exit $ac_status); }; } &&
22266 { ac_try
='test -s conftest.$ac_objext'
22267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22268 (eval $ac_try) 2>&5
22270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22271 (exit $ac_status); }; }; then
22274 echo "$as_me: failed program was:" >&5
22275 sed 's/^/| /' conftest.
$ac_ext >&5
22277 ac_lo
=`expr '(' $ac_mid ')' + 1`
22279 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22282 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
22283 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
22284 See \`config.log' for more details." >&5
22285 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
22286 See \`config.log' for more details." >&2;}
22287 { (exit 1); exit 1; }; } ;;
22290 if test "$cross_compiling" = yes; then
22291 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
22292 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
22293 { (exit 1); exit 1; }; }
22295 cat >conftest.
$ac_ext <<_ACEOF
22298 cat confdefs.h
>>conftest.
$ac_ext
22299 cat >>conftest.
$ac_ext <<_ACEOF
22300 /* end confdefs.h. */
22302 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
22303 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
22304 # error "fake wchar_t"
22306 #ifdef HAVE_WCHAR_H
22308 # include <stddef.h>
22310 # include <wchar.h>
22312 #ifdef HAVE_STDLIB_H
22313 # include <stdlib.h>
22319 long longval () { return (long) (sizeof (wchar_t)); }
22320 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
22322 #include <stdlib.h>
22327 FILE *f = fopen ("conftest.val", "w");
22330 if (((long) (sizeof (wchar_t))) < 0)
22332 long i = longval ();
22333 if (i != ((long) (sizeof (wchar_t))))
22335 fprintf (f, "%ld\n", i);
22339 unsigned long i = ulongval ();
22340 if (i != ((long) (sizeof (wchar_t))))
22342 fprintf (f, "%lu\n", i);
22344 exit (ferror (f) || fclose (f) != 0);
22350 rm -f conftest
$ac_exeext
22351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22352 (eval $ac_link) 2>&5
22354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22355 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22357 (eval $ac_try) 2>&5
22359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22360 (exit $ac_status); }; }; then
22361 ac_cv_sizeof_wchar_t
=`cat conftest.val`
22363 echo "$as_me: program exited with status $ac_status" >&5
22364 echo "$as_me: failed program was:" >&5
22365 sed 's/^/| /' conftest.
$ac_ext >&5
22367 ( exit $ac_status )
22368 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
22369 See \`config.log' for more details." >&5
22370 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
22371 See \`config.log' for more details." >&2;}
22372 { (exit 1); exit 1; }; }
22374 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22379 ac_cv_sizeof_wchar_t
=0
22382 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
22383 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
22384 cat >>confdefs.h
<<_ACEOF
22385 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
22389 if test "$ac_cv_sizeof_wchar_t" != "0"; then
22395 echo "$as_me:$LINENO: checking for va_copy" >&5
22396 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
22397 if test "${wx_cv_func_va_copy+set}" = set; then
22398 echo $ECHO_N "(cached) $ECHO_C" >&6
22401 cat >conftest.
$ac_ext <<_ACEOF
22403 #include <stdarg.h>
22404 void foo(char *f, ...)
22418 rm -f conftest.
$ac_objext conftest
$ac_exeext
22419 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22420 (eval $ac_link) 2>conftest.er1
22422 grep -v '^ *+' conftest.er1
>conftest.err
22424 cat conftest.err
>&5
22425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); } &&
22427 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22429 (eval $ac_try) 2>&5
22431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); }; } &&
22433 { ac_try
='test -s conftest$ac_exeext'
22434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22435 (eval $ac_try) 2>&5
22437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22438 (exit $ac_status); }; }; then
22439 wx_cv_func_va_copy
=yes
22441 echo "$as_me: failed program was:" >&5
22442 sed 's/^/| /' conftest.
$ac_ext >&5
22444 wx_cv_func_va_copy
=no
22447 rm -f conftest.err conftest.
$ac_objext \
22448 conftest
$ac_exeext conftest.
$ac_ext
22452 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
22453 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
22455 if test $wx_cv_func_va_copy = "yes"; then
22456 cat >>confdefs.h
<<\_ACEOF
22457 #define HAVE_VA_COPY 1
22461 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
22462 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
22463 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
22464 echo $ECHO_N "(cached) $ECHO_C" >&6
22467 if test "$cross_compiling" = yes; then
22468 wx_cv_type_va_list_lvalue
=yes
22471 cat >conftest.
$ac_ext <<_ACEOF
22473 #include <stdarg.h>
22474 int foo(char *f, ...)
22479 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
22487 return foo("hi", 17);
22490 rm -f conftest
$ac_exeext
22491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22492 (eval $ac_link) 2>&5
22494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22495 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22497 (eval $ac_try) 2>&5
22499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22500 (exit $ac_status); }; }; then
22501 wx_cv_type_va_list_lvalue
=yes
22503 echo "$as_me: program exited with status $ac_status" >&5
22504 echo "$as_me: failed program was:" >&5
22505 sed 's/^/| /' conftest.
$ac_ext >&5
22507 ( exit $ac_status )
22508 wx_cv_type_va_list_lvalue
=no
22510 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22515 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
22516 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
22518 if test $wx_cv_type_va_list_lvalue != "yes"; then
22519 cat >>confdefs.h
<<\_ACEOF
22520 #define VA_LIST_IS_ARRAY 1
22526 echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
22527 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6
22528 if test "${wx_cv_have_variadic_macros+set}" = set; then
22529 echo $ECHO_N "(cached) $ECHO_C" >&6
22532 cat >conftest.
$ac_ext <<_ACEOF
22535 cat confdefs.h
>>conftest.
$ac_ext
22536 cat >>conftest.
$ac_ext <<_ACEOF
22537 /* end confdefs.h. */
22540 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
22546 test("%s %d %p", "test", 1, 0);
22553 rm -f conftest.
$ac_objext
22554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22555 (eval $ac_compile) 2>conftest.er1
22557 grep -v '^ *+' conftest.er1
>conftest.err
22559 cat conftest.err
>&5
22560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22561 (exit $ac_status); } &&
22562 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22564 (eval $ac_try) 2>&5
22566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567 (exit $ac_status); }; } &&
22568 { ac_try
='test -s conftest.$ac_objext'
22569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22570 (eval $ac_try) 2>&5
22572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22573 (exit $ac_status); }; }; then
22574 wx_cv_have_variadic_macros
=yes
22576 echo "$as_me: failed program was:" >&5
22577 sed 's/^/| /' conftest.
$ac_ext >&5
22579 wx_cv_have_variadic_macros
=no
22582 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22586 echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
22587 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6
22589 if test $wx_cv_have_variadic_macros = "yes"; then
22590 cat >>confdefs.h
<<\_ACEOF
22591 #define HAVE_VARIADIC_MACROS 1
22596 # Check whether --enable-largefile or --disable-largefile was given.
22597 if test "${enable_largefile+set}" = set; then
22598 enableval
="$enable_largefile"
22601 if test "$enable_largefile" != no
; then
22604 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
22605 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
22606 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
22607 echo $ECHO_N "(cached) $ECHO_C" >&6
22610 cat >conftest.
$ac_ext <<_ACEOF
22613 cat confdefs.h
>>conftest.
$ac_ext
22614 cat >>conftest.
$ac_ext <<_ACEOF
22615 /* end confdefs.h. */
22616 #define _FILE_OFFSET_BITS 64
22617 #include <sys/types.h>
22622 unsigned int field: sizeof(off_t) == 8;
22629 rm -f conftest.
$ac_objext
22630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22631 (eval $ac_compile) 2>conftest.er1
22633 grep -v '^ *+' conftest.er1
>conftest.err
22635 cat conftest.err
>&5
22636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22637 (exit $ac_status); } &&
22638 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22640 (eval $ac_try) 2>&5
22642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22643 (exit $ac_status); }; } &&
22644 { ac_try
='test -s conftest.$ac_objext'
22645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22646 (eval $ac_try) 2>&5
22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); }; }; then
22650 ac_cv_sys_file_offset_bits
=64
22652 echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.
$ac_ext >&5
22655 ac_cv_sys_file_offset_bits
=no
22657 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22661 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
22662 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
22664 if test "$ac_cv_sys_file_offset_bits" != no
; then
22666 cat >>confdefs.h
<<_ACEOF
22667 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
22672 if test "x$wx_largefile" != "xyes"; then
22674 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
22675 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
22676 if test "${ac_cv_sys_large_files+set}" = set; then
22677 echo $ECHO_N "(cached) $ECHO_C" >&6
22680 cat >conftest.
$ac_ext <<_ACEOF
22683 cat confdefs.h
>>conftest.
$ac_ext
22684 cat >>conftest.
$ac_ext <<_ACEOF
22685 /* end confdefs.h. */
22686 #define _LARGE_FILES 1
22687 #include <sys/types.h>
22692 unsigned int field: sizeof(off_t) == 8;
22699 rm -f conftest.
$ac_objext
22700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22701 (eval $ac_compile) 2>conftest.er1
22703 grep -v '^ *+' conftest.er1
>conftest.err
22705 cat conftest.err
>&5
22706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22707 (exit $ac_status); } &&
22708 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22710 (eval $ac_try) 2>&5
22712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22713 (exit $ac_status); }; } &&
22714 { ac_try
='test -s conftest.$ac_objext'
22715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22716 (eval $ac_try) 2>&5
22718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719 (exit $ac_status); }; }; then
22720 ac_cv_sys_large_files
=1
22722 echo "$as_me: failed program was:" >&5
22723 sed 's/^/| /' conftest.
$ac_ext >&5
22725 ac_cv_sys_large_files
=no
22727 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22731 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
22732 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
22734 if test "$ac_cv_sys_large_files" != no
; then
22736 cat >>confdefs.h
<<_ACEOF
22737 #define _LARGE_FILES $ac_cv_sys_large_files
22744 echo "$as_me:$LINENO: checking if large file support is available" >&5
22745 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
22746 if test "x$wx_largefile" = "xyes"; then
22747 cat >>confdefs.h
<<\_ACEOF
22748 #define HAVE_LARGEFILE_SUPPORT 1
22752 echo "$as_me:$LINENO: result: $wx_largefile" >&5
22753 echo "${ECHO_T}$wx_largefile" >&6
22757 if test "x$wx_largefile" = "xyes"; then
22758 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
22759 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
22761 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
22762 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
22763 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
22764 if test "${wx_cv_STDC_EXT_required+set}" = set; then
22765 echo $ECHO_N "(cached) $ECHO_C" >&6
22768 cat >conftest.
$ac_ext <<_ACEOF
22771 cat confdefs.h
>>conftest.
$ac_ext
22772 cat >>conftest.
$ac_ext <<_ACEOF
22773 /* end confdefs.h. */
22779 #ifndef __STDC_EXT__
22787 rm -f conftest.
$ac_objext
22788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22789 (eval $ac_compile) 2>conftest.er1
22791 grep -v '^ *+' conftest.er1
>conftest.err
22793 cat conftest.err
>&5
22794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22795 (exit $ac_status); } &&
22796 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22798 (eval $ac_try) 2>&5
22800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22801 (exit $ac_status); }; } &&
22802 { ac_try
='test -s conftest.$ac_objext'
22803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22804 (eval $ac_try) 2>&5
22806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22807 (exit $ac_status); }; }; then
22808 wx_cv_STDC_EXT_required
=no
22810 echo "$as_me: failed program was:" >&5
22811 sed 's/^/| /' conftest.
$ac_ext >&5
22813 wx_cv_STDC_EXT_required
=yes
22816 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22820 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
22821 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
22822 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
22823 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
22827 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
22829 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
22830 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
22831 if test "${ac_cv_sys_largefile_source+set}" = set; then
22832 echo $ECHO_N "(cached) $ECHO_C" >&6
22835 ac_cv_sys_largefile_source
=no
22836 cat >conftest.
$ac_ext <<_ACEOF
22839 cat confdefs.h
>>conftest.
$ac_ext
22840 cat >>conftest.
$ac_ext <<_ACEOF
22841 /* end confdefs.h. */
22851 rm -f conftest.
$ac_objext
22852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22853 (eval $ac_compile) 2>conftest.er1
22855 grep -v '^ *+' conftest.er1
>conftest.err
22857 cat conftest.err
>&5
22858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22859 (exit $ac_status); } &&
22860 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22862 (eval $ac_try) 2>&5
22864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22865 (exit $ac_status); }; } &&
22866 { ac_try
='test -s conftest.$ac_objext'
22867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22868 (eval $ac_try) 2>&5
22870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22871 (exit $ac_status); }; }; then
22874 echo "$as_me: failed program was:" >&5
22875 sed 's/^/| /' conftest.
$ac_ext >&5
22878 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22879 cat >conftest.
$ac_ext <<_ACEOF
22882 cat confdefs.h
>>conftest.
$ac_ext
22883 cat >>conftest.
$ac_ext <<_ACEOF
22884 /* end confdefs.h. */
22885 #define _LARGEFILE_SOURCE 1
22895 rm -f conftest.
$ac_objext
22896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22897 (eval $ac_compile) 2>conftest.er1
22899 grep -v '^ *+' conftest.er1
>conftest.err
22901 cat conftest.err
>&5
22902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22903 (exit $ac_status); } &&
22904 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22906 (eval $ac_try) 2>&5
22908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22909 (exit $ac_status); }; } &&
22910 { ac_try
='test -s conftest.$ac_objext'
22911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22912 (eval $ac_try) 2>&5
22914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22915 (exit $ac_status); }; }; then
22916 ac_cv_sys_largefile_source
=1; break
22918 echo "$as_me: failed program was:" >&5
22919 sed 's/^/| /' conftest.
$ac_ext >&5
22922 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22926 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
22927 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
22928 if test "$ac_cv_sys_largefile_source" != no
; then
22930 cat >>confdefs.h
<<_ACEOF
22931 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
22937 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
22938 # in glibc 2.1.3, but that breaks too many other things.
22939 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
22940 echo "$as_me:$LINENO: checking for fseeko" >&5
22941 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
22942 if test "${ac_cv_func_fseeko+set}" = set; then
22943 echo $ECHO_N "(cached) $ECHO_C" >&6
22945 cat >conftest.
$ac_ext <<_ACEOF
22948 cat confdefs.h
>>conftest.
$ac_ext
22949 cat >>conftest.
$ac_ext <<_ACEOF
22950 /* end confdefs.h. */
22955 return fseeko && fseeko (stdin, 0, 0);
22960 rm -f conftest.
$ac_objext conftest
$ac_exeext
22961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22962 (eval $ac_link) 2>conftest.er1
22964 grep -v '^ *+' conftest.er1
>conftest.err
22966 cat conftest.err
>&5
22967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22968 (exit $ac_status); } &&
22969 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22971 (eval $ac_try) 2>&5
22973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22974 (exit $ac_status); }; } &&
22975 { ac_try
='test -s conftest$ac_exeext'
22976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22977 (eval $ac_try) 2>&5
22979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980 (exit $ac_status); }; }; then
22981 ac_cv_func_fseeko
=yes
22983 echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.
$ac_ext >&5
22986 ac_cv_func_fseeko
=no
22988 rm -f conftest.err conftest.
$ac_objext \
22989 conftest
$ac_exeext conftest.
$ac_ext
22991 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
22992 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
22993 if test $ac_cv_func_fseeko = yes; then
22995 cat >>confdefs.h
<<\_ACEOF
22996 #define HAVE_FSEEKO 1
23001 if test "$ac_cv_sys_largefile_source" != no
; then
23002 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
23006 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
23007 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
23008 if test "${ac_cv_c_bigendian+set}" = set; then
23009 echo $ECHO_N "(cached) $ECHO_C" >&6
23011 ac_cv_c_bigendian
=unknown
23012 # See if sys/param.h defines the BYTE_ORDER macro.
23013 cat >conftest.
$ac_ext <<_ACEOF
23016 cat confdefs.h
>>conftest.
$ac_ext
23017 cat >>conftest.
$ac_ext <<_ACEOF
23018 /* end confdefs.h. */
23019 #include <sys/types.h>
23020 #include <sys/param.h>
23025 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
23026 bogus endian macros
23032 rm -f conftest.
$ac_objext
23033 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23034 (eval $ac_compile) 2>conftest.er1
23036 grep -v '^ *+' conftest.er1
>conftest.err
23038 cat conftest.err
>&5
23039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23040 (exit $ac_status); } &&
23041 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23043 (eval $ac_try) 2>&5
23045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23046 (exit $ac_status); }; } &&
23047 { ac_try
='test -s conftest.$ac_objext'
23048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23049 (eval $ac_try) 2>&5
23051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23052 (exit $ac_status); }; }; then
23053 # It does; now see whether it defined to BIG_ENDIAN or not.
23054 cat >conftest.
$ac_ext <<_ACEOF
23057 cat confdefs.h
>>conftest.
$ac_ext
23058 cat >>conftest.
$ac_ext <<_ACEOF
23059 /* end confdefs.h. */
23060 #include <sys/types.h>
23061 #include <sys/param.h>
23066 #if BYTE_ORDER != BIG_ENDIAN
23073 rm -f conftest.
$ac_objext
23074 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23075 (eval $ac_compile) 2>conftest.er1
23077 grep -v '^ *+' conftest.er1
>conftest.err
23079 cat conftest.err
>&5
23080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23081 (exit $ac_status); } &&
23082 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23084 (eval $ac_try) 2>&5
23086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23087 (exit $ac_status); }; } &&
23088 { ac_try
='test -s conftest.$ac_objext'
23089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23090 (eval $ac_try) 2>&5
23092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23093 (exit $ac_status); }; }; then
23094 ac_cv_c_bigendian
=yes
23096 echo "$as_me: failed program was:" >&5
23097 sed 's/^/| /' conftest.
$ac_ext >&5
23099 ac_cv_c_bigendian
=no
23101 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23103 echo "$as_me: failed program was:" >&5
23104 sed 's/^/| /' conftest.
$ac_ext >&5
23107 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23108 if test $ac_cv_c_bigendian = unknown
; then
23109 if test "$cross_compiling" = yes; then
23110 ac_cv_c_bigendian
=unknown
23112 cat >conftest.
$ac_ext <<_ACEOF
23115 cat confdefs.h
>>conftest.
$ac_ext
23116 cat >>conftest.
$ac_ext <<_ACEOF
23117 /* end confdefs.h. */
23119 /* Are we little or big endian? From Harbison&Steele. */
23123 char c[sizeof (long)];
23126 exit (u.c[sizeof (long) - 1] == 1);
23129 rm -f conftest
$ac_exeext
23130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23131 (eval $ac_link) 2>&5
23133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23134 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23136 (eval $ac_try) 2>&5
23138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23139 (exit $ac_status); }; }; then
23140 ac_cv_c_bigendian
=no
23142 echo "$as_me: program exited with status $ac_status" >&5
23143 echo "$as_me: failed program was:" >&5
23144 sed 's/^/| /' conftest.
$ac_ext >&5
23146 ( exit $ac_status )
23147 ac_cv_c_bigendian
=yes
23149 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23153 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
23154 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
23155 if test $ac_cv_c_bigendian = unknown
; then
23156 { 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
23157 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;}
23159 if test $ac_cv_c_bigendian = yes; then
23160 cat >>confdefs.h
<<\_ACEOF
23161 #define WORDS_BIGENDIAN 1
23171 ac_cpp
='$CXXCPP $CPPFLAGS'
23172 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23173 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23174 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23178 for ac_header
in iostream
23180 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
23181 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23182 echo "$as_me:$LINENO: checking for $ac_header" >&5
23183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23184 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23185 echo $ECHO_N "(cached) $ECHO_C" >&6
23187 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23188 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23190 # Is the header compilable?
23191 echo "$as_me:$LINENO: checking $ac_header usability" >&5
23192 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
23193 cat >conftest.
$ac_ext <<_ACEOF
23196 cat confdefs.h
>>conftest.
$ac_ext
23197 cat >>conftest.
$ac_ext <<_ACEOF
23198 /* end confdefs.h. */
23199 $ac_includes_default
23200 #include <$ac_header>
23202 rm -f conftest.
$ac_objext
23203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23204 (eval $ac_compile) 2>conftest.er1
23206 grep -v '^ *+' conftest.er1
>conftest.err
23208 cat conftest.err
>&5
23209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23210 (exit $ac_status); } &&
23211 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23213 (eval $ac_try) 2>&5
23215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23216 (exit $ac_status); }; } &&
23217 { ac_try
='test -s conftest.$ac_objext'
23218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23219 (eval $ac_try) 2>&5
23221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23222 (exit $ac_status); }; }; then
23223 ac_header_compiler
=yes
23225 echo "$as_me: failed program was:" >&5
23226 sed 's/^/| /' conftest.
$ac_ext >&5
23228 ac_header_compiler
=no
23230 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23231 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23232 echo "${ECHO_T}$ac_header_compiler" >&6
23234 # Is the header present?
23235 echo "$as_me:$LINENO: checking $ac_header presence" >&5
23236 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
23237 cat >conftest.
$ac_ext <<_ACEOF
23240 cat confdefs.h
>>conftest.
$ac_ext
23241 cat >>conftest.
$ac_ext <<_ACEOF
23242 /* end confdefs.h. */
23243 #include <$ac_header>
23245 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23246 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23248 grep -v '^ *+' conftest.er1
>conftest.err
23250 cat conftest.err
>&5
23251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23252 (exit $ac_status); } >/dev
/null
; then
23253 if test -s conftest.err
; then
23254 ac_cpp_err
=$ac_cxx_preproc_warn_flag
23255 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
23262 if test -z "$ac_cpp_err"; then
23263 ac_header_preproc
=yes
23265 echo "$as_me: failed program was:" >&5
23266 sed 's/^/| /' conftest.
$ac_ext >&5
23268 ac_header_preproc
=no
23270 rm -f conftest.err conftest.
$ac_ext
23271 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23272 echo "${ECHO_T}$ac_header_preproc" >&6
23274 # So? What about this header?
23275 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
23277 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
23278 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
23279 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
23280 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
23281 ac_header_preproc
=yes
23284 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
23285 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
23286 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
23287 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
23288 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
23289 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
23290 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
23291 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
23292 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
23293 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
23294 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
23295 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
23298 ## ----------------------------------------- ##
23299 ## Report this to wx-dev@lists.wxwidgets.org ##
23300 ## ----------------------------------------- ##
23303 sed "s/^/$as_me: WARNING: /" >&2
23306 echo "$as_me:$LINENO: checking for $ac_header" >&5
23307 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
23308 if eval "test \"\${$as_ac_Header+set}\" = set"; then
23309 echo $ECHO_N "(cached) $ECHO_C" >&6
23311 eval "$as_ac_Header=\$ac_header_preproc"
23313 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
23314 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
23317 if test `eval echo '${'$as_ac_Header'}'` = yes; then
23318 cat >>confdefs.h
<<_ACEOF
23319 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
23327 if test "$ac_cv_header_iostream" = "yes" ; then
23330 cat >>confdefs.h
<<\_ACEOF
23331 #define wxUSE_IOSTREAMH 1
23337 ac_cpp
='$CXXCPP $CPPFLAGS'
23338 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23339 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23340 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23345 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
23346 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
23347 if test "${wx_cv_cpp_bool+set}" = set; then
23348 echo $ECHO_N "(cached) $ECHO_C" >&6
23354 ac_cpp
='$CXXCPP $CPPFLAGS'
23355 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23356 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23357 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23360 cat >conftest.
$ac_ext <<_ACEOF
23363 cat confdefs.h
>>conftest.
$ac_ext
23364 cat >>conftest.
$ac_ext <<_ACEOF
23365 /* end confdefs.h. */
23380 rm -f conftest.
$ac_objext
23381 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23382 (eval $ac_compile) 2>conftest.er1
23384 grep -v '^ *+' conftest.er1
>conftest.err
23386 cat conftest.err
>&5
23387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23388 (exit $ac_status); } &&
23389 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23391 (eval $ac_try) 2>&5
23393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23394 (exit $ac_status); }; } &&
23395 { ac_try
='test -s conftest.$ac_objext'
23396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23397 (eval $ac_try) 2>&5
23399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400 (exit $ac_status); }; }; then
23405 echo "$as_me: failed program was:" >&5
23406 sed 's/^/| /' conftest.
$ac_ext >&5
23413 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23416 ac_cpp
='$CXXCPP $CPPFLAGS'
23417 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23418 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23419 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23423 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
23424 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
23426 if test "$wx_cv_cpp_bool" = "yes"; then
23427 cat >>confdefs.h
<<\_ACEOF
23428 #define HAVE_BOOL 1
23435 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
23436 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
23437 if test "${wx_cv_explicit+set}" = set; then
23438 echo $ECHO_N "(cached) $ECHO_C" >&6
23444 ac_cpp
='$CXXCPP $CPPFLAGS'
23445 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23446 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23447 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23450 cat >conftest.
$ac_ext <<_ACEOF
23453 cat confdefs.h
>>conftest.
$ac_ext
23454 cat >>conftest.
$ac_ext <<_ACEOF
23455 /* end confdefs.h. */
23457 class Foo { public: explicit Foo(int) {} };
23469 rm -f conftest.
$ac_objext
23470 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23471 (eval $ac_compile) 2>conftest.er1
23473 grep -v '^ *+' conftest.er1
>conftest.err
23475 cat conftest.err
>&5
23476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23477 (exit $ac_status); } &&
23478 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23480 (eval $ac_try) 2>&5
23482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23483 (exit $ac_status); }; } &&
23484 { ac_try
='test -s conftest.$ac_objext'
23485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23486 (eval $ac_try) 2>&5
23488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23489 (exit $ac_status); }; }; then
23491 cat >conftest.
$ac_ext <<_ACEOF
23494 cat confdefs.h
>>conftest.
$ac_ext
23495 cat >>conftest.
$ac_ext <<_ACEOF
23496 /* end confdefs.h. */
23498 class Foo { public: explicit Foo(int) {} };
23499 static void TakeFoo(const Foo& foo) { }
23512 rm -f conftest.
$ac_objext
23513 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23514 (eval $ac_compile) 2>conftest.er1
23516 grep -v '^ *+' conftest.er1
>conftest.err
23518 cat conftest.err
>&5
23519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520 (exit $ac_status); } &&
23521 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23523 (eval $ac_try) 2>&5
23525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); }; } &&
23527 { ac_try
='test -s conftest.$ac_objext'
23528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23529 (eval $ac_try) 2>&5
23531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23532 (exit $ac_status); }; }; then
23535 echo "$as_me: failed program was:" >&5
23536 sed 's/^/| /' conftest.
$ac_ext >&5
23541 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23544 echo "$as_me: failed program was:" >&5
23545 sed 's/^/| /' conftest.
$ac_ext >&5
23550 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23553 ac_cpp
='$CXXCPP $CPPFLAGS'
23554 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23555 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23556 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23560 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
23561 echo "${ECHO_T}$wx_cv_explicit" >&6
23563 if test "$wx_cv_explicit" = "yes"; then
23564 cat >>confdefs.h
<<\_ACEOF
23565 #define HAVE_EXPLICIT 1
23571 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
23572 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
23573 if test "${ac_cv_cxx_const_cast+set}" = set; then
23574 echo $ECHO_N "(cached) $ECHO_C" >&6
23579 ac_cpp
='$CXXCPP $CPPFLAGS'
23580 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23581 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23582 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23584 cat >conftest.
$ac_ext <<_ACEOF
23587 cat confdefs.h
>>conftest.
$ac_ext
23588 cat >>conftest.
$ac_ext <<_ACEOF
23589 /* end confdefs.h. */
23594 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
23599 rm -f conftest.
$ac_objext
23600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23601 (eval $ac_compile) 2>conftest.er1
23603 grep -v '^ *+' conftest.er1
>conftest.err
23605 cat conftest.err
>&5
23606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23607 (exit $ac_status); } &&
23608 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23610 (eval $ac_try) 2>&5
23612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23613 (exit $ac_status); }; } &&
23614 { ac_try
='test -s conftest.$ac_objext'
23615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23616 (eval $ac_try) 2>&5
23618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23619 (exit $ac_status); }; }; then
23620 ac_cv_cxx_const_cast
=yes
23622 echo "$as_me: failed program was:" >&5
23623 sed 's/^/| /' conftest.
$ac_ext >&5
23625 ac_cv_cxx_const_cast
=no
23627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23629 ac_cpp
='$CXXCPP $CPPFLAGS'
23630 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23631 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23632 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23636 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
23637 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
23638 if test "$ac_cv_cxx_const_cast" = yes; then
23640 cat >>confdefs.h
<<\_ACEOF
23641 #define HAVE_CONST_CAST
23646 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
23647 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
23648 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
23649 echo $ECHO_N "(cached) $ECHO_C" >&6
23654 ac_cpp
='$CXXCPP $CPPFLAGS'
23655 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23656 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23657 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23659 cat >conftest.
$ac_ext <<_ACEOF
23662 cat confdefs.h
>>conftest.
$ac_ext
23663 cat >>conftest.
$ac_ext <<_ACEOF
23664 /* end confdefs.h. */
23665 #include <typeinfo>
23666 class Base { public : Base () {} virtual void f () = 0;};
23667 class Derived : public Base { public : Derived () {} virtual void f () {} };
23668 class Unrelated { public : Unrelated () {} };
23669 int g (Unrelated&) { return 0; }
23674 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
23679 rm -f conftest.
$ac_objext
23680 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23681 (eval $ac_compile) 2>conftest.er1
23683 grep -v '^ *+' conftest.er1
>conftest.err
23685 cat conftest.err
>&5
23686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23687 (exit $ac_status); } &&
23688 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23690 (eval $ac_try) 2>&5
23692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23693 (exit $ac_status); }; } &&
23694 { ac_try
='test -s conftest.$ac_objext'
23695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23696 (eval $ac_try) 2>&5
23698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23699 (exit $ac_status); }; }; then
23700 ac_cv_cxx_reinterpret_cast
=yes
23702 echo "$as_me: failed program was:" >&5
23703 sed 's/^/| /' conftest.
$ac_ext >&5
23705 ac_cv_cxx_reinterpret_cast
=no
23707 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23709 ac_cpp
='$CXXCPP $CPPFLAGS'
23710 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23711 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23712 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23716 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
23717 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
23718 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
23720 cat >>confdefs.h
<<\_ACEOF
23721 #define HAVE_REINTERPRET_CAST
23726 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
23727 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
23728 if test "${ac_cv_cxx_static_cast+set}" = set; then
23729 echo $ECHO_N "(cached) $ECHO_C" >&6
23734 ac_cpp
='$CXXCPP $CPPFLAGS'
23735 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23736 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23737 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23739 cat >conftest.
$ac_ext <<_ACEOF
23742 cat confdefs.h
>>conftest.
$ac_ext
23743 cat >>conftest.
$ac_ext <<_ACEOF
23744 /* end confdefs.h. */
23745 #include <typeinfo>
23746 class Base { public : Base () {} virtual void f () = 0; };
23747 class Derived : public Base { public : Derived () {} virtual void f () {} };
23748 int g (Derived&) { return 0; }
23753 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
23758 rm -f conftest.
$ac_objext
23759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23760 (eval $ac_compile) 2>conftest.er1
23762 grep -v '^ *+' conftest.er1
>conftest.err
23764 cat conftest.err
>&5
23765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23766 (exit $ac_status); } &&
23767 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23769 (eval $ac_try) 2>&5
23771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23772 (exit $ac_status); }; } &&
23773 { ac_try
='test -s conftest.$ac_objext'
23774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23775 (eval $ac_try) 2>&5
23777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23778 (exit $ac_status); }; }; then
23779 ac_cv_cxx_static_cast
=yes
23781 echo "$as_me: failed program was:" >&5
23782 sed 's/^/| /' conftest.
$ac_ext >&5
23784 ac_cv_cxx_static_cast
=no
23786 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23788 ac_cpp
='$CXXCPP $CPPFLAGS'
23789 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23790 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23791 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23795 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
23796 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
23797 if test "$ac_cv_cxx_static_cast" = yes; then
23799 cat >>confdefs.h
<<\_ACEOF
23800 #define HAVE_STATIC_CAST
23806 if test "x$SUNCXX" = xyes
; then
23807 CXXFLAGS
="-features=tmplife $CXXFLAGS"
23810 if test "x$SUNCC" = xyes
; then
23811 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
23814 if test "x$SGICC" = "xyes"; then
23815 CFLAGS
="-woff 3970 $CFLAGS"
23817 if test "x$SGICXX" = "xyes"; then
23818 CXXFLAGS
="-woff 3970 $CXXFLAGS"
23821 if test "x$HPCC" = "xyes"; then
23822 CFLAGS
="+W 2011,2450 $CFLAGS"
23824 if test "x$HPCXX" = "xyes"; then
23825 CXXFLAGS
="+W 2340 $CXXFLAGS"
23828 if test "x$COMPAQCXX" = "xyes"; then
23829 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
23832 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
23833 if test "$wxUSE_UNICODE" = "yes"; then
23834 std_string
="std::wstring"
23835 char_type
="wchar_t"
23837 std_string
="std::string"
23841 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
23842 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
23843 cat >conftest.
$ac_ext <<_ACEOF
23846 cat confdefs.h
>>conftest.
$ac_ext
23847 cat >>conftest.
$ac_ext <<_ACEOF
23848 /* end confdefs.h. */
23858 rm -f conftest.
$ac_objext
23859 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23860 (eval $ac_compile) 2>conftest.er1
23862 grep -v '^ *+' conftest.er1
>conftest.err
23864 cat conftest.err
>&5
23865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23866 (exit $ac_status); } &&
23867 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23869 (eval $ac_try) 2>&5
23871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872 (exit $ac_status); }; } &&
23873 { ac_try
='test -s conftest.$ac_objext'
23874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23875 (eval $ac_try) 2>&5
23877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23878 (exit $ac_status); }; }; then
23879 echo "$as_me:$LINENO: result: yes" >&5
23880 echo "${ECHO_T}yes" >&6
23881 cat >>confdefs.h
<<\_ACEOF
23882 #define HAVE_STD_WSTRING 1
23886 echo "$as_me: failed program was:" >&5
23887 sed 's/^/| /' conftest.
$ac_ext >&5
23889 echo "$as_me:$LINENO: result: no" >&5
23890 echo "${ECHO_T}no" >&6
23891 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
23892 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
23893 cat >conftest.
$ac_ext <<_ACEOF
23896 cat confdefs.h
>>conftest.
$ac_ext
23897 cat >>conftest.
$ac_ext <<_ACEOF
23898 /* end confdefs.h. */
23900 #ifdef HAVE_WCHAR_H
23902 # include <stddef.h>
23904 # include <wchar.h>
23906 #ifdef HAVE_STDLIB_H
23907 # include <stdlib.h>
23915 std::basic_string<$char_type> foo;
23916 const $char_type* dummy = foo.c_str();
23921 rm -f conftest.
$ac_objext
23922 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23923 (eval $ac_compile) 2>conftest.er1
23925 grep -v '^ *+' conftest.er1
>conftest.err
23927 cat conftest.err
>&5
23928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23929 (exit $ac_status); } &&
23930 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23931 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23932 (eval $ac_try) 2>&5
23934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23935 (exit $ac_status); }; } &&
23936 { ac_try
='test -s conftest.$ac_objext'
23937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23938 (eval $ac_try) 2>&5
23940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23941 (exit $ac_status); }; }; then
23942 echo "$as_me:$LINENO: result: yes" >&5
23943 echo "${ECHO_T}yes" >&6
23945 echo "$as_me: failed program was:" >&5
23946 sed 's/^/| /' conftest.
$ac_ext >&5
23948 echo "$as_me:$LINENO: result: no" >&5
23949 echo "${ECHO_T}no" >&6
23950 if test "$wxUSE_STL" = "yes"; then
23951 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
23952 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
23953 { (exit 1); exit 1; }; }
23954 elif grep wxUSE_STD_STRING
$wx_arg_cache_file >/dev
/null
; then
23955 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
23956 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
23957 { (exit 1); exit 1; }; }
23959 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
23960 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
23961 wxUSE_STD_STRING
=no
23966 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23969 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23972 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
23973 echo "$as_me:$LINENO: checking for std::istream" >&5
23974 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
23975 if test "${ac_cv_type_std__istream+set}" = set; then
23976 echo $ECHO_N "(cached) $ECHO_C" >&6
23978 cat >conftest.
$ac_ext <<_ACEOF
23981 cat confdefs.h
>>conftest.
$ac_ext
23982 cat >>conftest.
$ac_ext <<_ACEOF
23983 /* end confdefs.h. */
23984 #include <iostream>
23989 if ((std::istream *) 0)
23991 if (sizeof (std::istream))
23997 rm -f conftest.
$ac_objext
23998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23999 (eval $ac_compile) 2>conftest.er1
24001 grep -v '^ *+' conftest.er1
>conftest.err
24003 cat conftest.err
>&5
24004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24005 (exit $ac_status); } &&
24006 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24008 (eval $ac_try) 2>&5
24010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24011 (exit $ac_status); }; } &&
24012 { ac_try
='test -s conftest.$ac_objext'
24013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24014 (eval $ac_try) 2>&5
24016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24017 (exit $ac_status); }; }; then
24018 ac_cv_type_std__istream
=yes
24020 echo "$as_me: failed program was:" >&5
24021 sed 's/^/| /' conftest.
$ac_ext >&5
24023 ac_cv_type_std__istream
=no
24025 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24027 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
24028 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
24029 if test $ac_cv_type_std__istream = yes; then
24031 cat >>confdefs.h
<<_ACEOF
24032 #define HAVE_STD__ISTREAM 1
24037 wxUSE_STD_IOSTREAM
=no
24039 echo "$as_me:$LINENO: checking for std::ostream" >&5
24040 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
24041 if test "${ac_cv_type_std__ostream+set}" = set; then
24042 echo $ECHO_N "(cached) $ECHO_C" >&6
24044 cat >conftest.
$ac_ext <<_ACEOF
24047 cat confdefs.h
>>conftest.
$ac_ext
24048 cat >>conftest.
$ac_ext <<_ACEOF
24049 /* end confdefs.h. */
24050 #include <iostream>
24055 if ((std::ostream *) 0)
24057 if (sizeof (std::ostream))
24063 rm -f conftest.
$ac_objext
24064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24065 (eval $ac_compile) 2>conftest.er1
24067 grep -v '^ *+' conftest.er1
>conftest.err
24069 cat conftest.err
>&5
24070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24071 (exit $ac_status); } &&
24072 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24074 (eval $ac_try) 2>&5
24076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24077 (exit $ac_status); }; } &&
24078 { ac_try
='test -s conftest.$ac_objext'
24079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24080 (eval $ac_try) 2>&5
24082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24083 (exit $ac_status); }; }; then
24084 ac_cv_type_std__ostream
=yes
24086 echo "$as_me: failed program was:" >&5
24087 sed 's/^/| /' conftest.
$ac_ext >&5
24089 ac_cv_type_std__ostream
=no
24091 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24093 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
24094 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
24095 if test $ac_cv_type_std__ostream = yes; then
24097 cat >>confdefs.h
<<_ACEOF
24098 #define HAVE_STD__OSTREAM 1
24103 wxUSE_STD_IOSTREAM
=no
24107 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
24108 if grep wxUSE_STD_IOSTREAM
$wx_arg_cache_file >/dev
/null
; then
24109 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
24110 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
24111 { (exit 1); exit 1; }; }
24113 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
24114 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
24119 if test "$wxUSE_STL" = "yes"; then
24120 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
24121 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
24122 cat >conftest.
$ac_ext <<_ACEOF
24125 cat confdefs.h
>>conftest.
$ac_ext
24126 cat >>conftest.
$ac_ext <<_ACEOF
24127 /* end confdefs.h. */
24129 #include <functional>
24130 #include <algorithm>
24136 std::vector<int> moo;
24137 std::list<int> foo;
24138 std::vector<int>::iterator it =
24139 std::find_if(moo.begin(), moo.end(),
24140 std::bind2nd(std::less<int>(), 3));
24145 rm -f conftest.
$ac_objext
24146 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24147 (eval $ac_compile) 2>conftest.er1
24149 grep -v '^ *+' conftest.er1
>conftest.err
24151 cat conftest.err
>&5
24152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24153 (exit $ac_status); } &&
24154 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24156 (eval $ac_try) 2>&5
24158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24159 (exit $ac_status); }; } &&
24160 { ac_try
='test -s conftest.$ac_objext'
24161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24162 (eval $ac_try) 2>&5
24164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24165 (exit $ac_status); }; }; then
24166 echo "$as_me:$LINENO: result: yes" >&5
24167 echo "${ECHO_T}yes" >&6
24169 echo "$as_me: failed program was:" >&5
24170 sed 's/^/| /' conftest.
$ac_ext >&5
24172 echo "$as_me:$LINENO: result: no" >&5
24173 echo "${ECHO_T}no" >&6
24174 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
24175 echo "$as_me: error: Basic STL functionality missing" >&2;}
24176 { (exit 1); exit 1; }; }
24178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24180 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
24181 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
24182 cat >conftest.
$ac_ext <<_ACEOF
24185 cat confdefs.h
>>conftest.
$ac_ext
24186 cat >>conftest.
$ac_ext <<_ACEOF
24187 /* end confdefs.h. */
24192 std::string foo, bar;
24194 foo.compare(1, 1, bar);
24195 foo.compare(1, 1, bar, 1, 1);
24197 foo.compare(1, 1, "");
24198 foo.compare(1, 1, "", 2);
24203 rm -f conftest.
$ac_objext
24204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24205 (eval $ac_compile) 2>conftest.er1
24207 grep -v '^ *+' conftest.er1
>conftest.err
24209 cat conftest.err
>&5
24210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24211 (exit $ac_status); } &&
24212 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24214 (eval $ac_try) 2>&5
24216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24217 (exit $ac_status); }; } &&
24218 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
24224 echo "$as_me:$LINENO: result: yes" >&5
24225 echo "${ECHO_T}yes" >&6
24226 cat >>confdefs.h
<<\_ACEOF
24227 #define HAVE_STD_STRING_COMPARE 1
24231 echo "$as_me: failed program was:" >&5
24232 sed 's/^/| /' conftest.
$ac_ext >&5
24234 echo "$as_me:$LINENO: result: no" >&5
24235 echo "${ECHO_T}no" >&6
24237 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24239 if test "${ac_cv_header_hash_map+set}" = set; then
24240 echo "$as_me:$LINENO: checking for hash_map" >&5
24241 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
24242 if test "${ac_cv_header_hash_map+set}" = set; then
24243 echo $ECHO_N "(cached) $ECHO_C" >&6
24245 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
24246 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
24248 # Is the header compilable?
24249 echo "$as_me:$LINENO: checking hash_map usability" >&5
24250 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
24251 cat >conftest.
$ac_ext <<_ACEOF
24254 cat confdefs.h
>>conftest.
$ac_ext
24255 cat >>conftest.
$ac_ext <<_ACEOF
24256 /* end confdefs.h. */
24257 $ac_includes_default
24258 #include <hash_map>
24260 rm -f conftest.
$ac_objext
24261 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24262 (eval $ac_compile) 2>conftest.er1
24264 grep -v '^ *+' conftest.er1
>conftest.err
24266 cat conftest.err
>&5
24267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24268 (exit $ac_status); } &&
24269 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24271 (eval $ac_try) 2>&5
24273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24274 (exit $ac_status); }; } &&
24275 { ac_try
='test -s conftest.$ac_objext'
24276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24277 (eval $ac_try) 2>&5
24279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24280 (exit $ac_status); }; }; then
24281 ac_header_compiler
=yes
24283 echo "$as_me: failed program was:" >&5
24284 sed 's/^/| /' conftest.
$ac_ext >&5
24286 ac_header_compiler
=no
24288 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24289 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24290 echo "${ECHO_T}$ac_header_compiler" >&6
24292 # Is the header present?
24293 echo "$as_me:$LINENO: checking hash_map presence" >&5
24294 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
24295 cat >conftest.
$ac_ext <<_ACEOF
24298 cat confdefs.h
>>conftest.
$ac_ext
24299 cat >>conftest.
$ac_ext <<_ACEOF
24300 /* end confdefs.h. */
24301 #include <hash_map>
24303 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24304 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24306 grep -v '^ *+' conftest.er1
>conftest.err
24308 cat conftest.err
>&5
24309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24310 (exit $ac_status); } >/dev
/null
; then
24311 if test -s conftest.err
; then
24312 ac_cpp_err
=$ac_cxx_preproc_warn_flag
24313 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
24320 if test -z "$ac_cpp_err"; then
24321 ac_header_preproc
=yes
24323 echo "$as_me: failed program was:" >&5
24324 sed 's/^/| /' conftest.
$ac_ext >&5
24326 ac_header_preproc
=no
24328 rm -f conftest.err conftest.
$ac_ext
24329 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24330 echo "${ECHO_T}$ac_header_preproc" >&6
24332 # So? What about this header?
24333 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24335 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
24336 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
24337 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
24338 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
24339 ac_header_preproc
=yes
24342 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
24343 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
24344 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
24345 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
24346 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
24347 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
24348 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
24349 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
24350 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
24351 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
24352 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
24353 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
24356 ## ----------------------------------------- ##
24357 ## Report this to wx-dev@lists.wxwidgets.org ##
24358 ## ----------------------------------------- ##
24361 sed "s/^/$as_me: WARNING: /" >&2
24364 echo "$as_me:$LINENO: checking for hash_map" >&5
24365 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
24366 if test "${ac_cv_header_hash_map+set}" = set; then
24367 echo $ECHO_N "(cached) $ECHO_C" >&6
24369 ac_cv_header_hash_map
=$ac_header_preproc
24371 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
24372 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
24375 if test $ac_cv_header_hash_map = yes; then
24376 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
24377 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
24378 cat >conftest.
$ac_ext <<_ACEOF
24381 cat confdefs.h
>>conftest.
$ac_ext
24382 cat >>conftest.
$ac_ext <<_ACEOF
24383 /* end confdefs.h. */
24384 #include <hash_map>
24385 #include <hash_set>
24389 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
24390 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
24395 rm -f conftest.
$ac_objext
24396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24397 (eval $ac_compile) 2>conftest.er1
24399 grep -v '^ *+' conftest.er1
>conftest.err
24401 cat conftest.err
>&5
24402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24403 (exit $ac_status); } &&
24404 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24406 (eval $ac_try) 2>&5
24408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24409 (exit $ac_status); }; } &&
24410 { ac_try
='test -s conftest.$ac_objext'
24411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24412 (eval $ac_try) 2>&5
24414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24415 (exit $ac_status); }; }; then
24416 echo "$as_me:$LINENO: result: yes" >&5
24417 echo "${ECHO_T}yes" >&6
24418 cat >>confdefs.h
<<\_ACEOF
24419 #define HAVE_HASH_MAP 1
24422 cat >>confdefs.h
<<\_ACEOF
24423 #define HAVE_STD_HASH_MAP 1
24427 echo "$as_me: failed program was:" >&5
24428 sed 's/^/| /' conftest.
$ac_ext >&5
24430 echo "$as_me:$LINENO: result: no" >&5
24431 echo "${ECHO_T}no" >&6
24433 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24439 if test "${ac_cv_header_ext_hash_map+set}" = set; then
24440 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
24441 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
24442 if test "${ac_cv_header_ext_hash_map+set}" = set; then
24443 echo $ECHO_N "(cached) $ECHO_C" >&6
24445 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
24446 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
24448 # Is the header compilable?
24449 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
24450 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
24451 cat >conftest.
$ac_ext <<_ACEOF
24454 cat confdefs.h
>>conftest.
$ac_ext
24455 cat >>conftest.
$ac_ext <<_ACEOF
24456 /* end confdefs.h. */
24457 $ac_includes_default
24458 #include <ext/hash_map>
24460 rm -f conftest.
$ac_objext
24461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24462 (eval $ac_compile) 2>conftest.er1
24464 grep -v '^ *+' conftest.er1
>conftest.err
24466 cat conftest.err
>&5
24467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24468 (exit $ac_status); } &&
24469 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24471 (eval $ac_try) 2>&5
24473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24474 (exit $ac_status); }; } &&
24475 { ac_try
='test -s conftest.$ac_objext'
24476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24477 (eval $ac_try) 2>&5
24479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24480 (exit $ac_status); }; }; then
24481 ac_header_compiler
=yes
24483 echo "$as_me: failed program was:" >&5
24484 sed 's/^/| /' conftest.
$ac_ext >&5
24486 ac_header_compiler
=no
24488 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24489 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24490 echo "${ECHO_T}$ac_header_compiler" >&6
24492 # Is the header present?
24493 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
24494 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
24495 cat >conftest.
$ac_ext <<_ACEOF
24498 cat confdefs.h
>>conftest.
$ac_ext
24499 cat >>conftest.
$ac_ext <<_ACEOF
24500 /* end confdefs.h. */
24501 #include <ext/hash_map>
24503 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24504 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24506 grep -v '^ *+' conftest.er1
>conftest.err
24508 cat conftest.err
>&5
24509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24510 (exit $ac_status); } >/dev
/null
; then
24511 if test -s conftest.err
; then
24512 ac_cpp_err
=$ac_cxx_preproc_warn_flag
24513 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
24520 if test -z "$ac_cpp_err"; then
24521 ac_header_preproc
=yes
24523 echo "$as_me: failed program was:" >&5
24524 sed 's/^/| /' conftest.
$ac_ext >&5
24526 ac_header_preproc
=no
24528 rm -f conftest.err conftest.
$ac_ext
24529 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24530 echo "${ECHO_T}$ac_header_preproc" >&6
24532 # So? What about this header?
24533 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
24535 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
24536 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
24537 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
24538 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
24539 ac_header_preproc
=yes
24542 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
24543 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
24544 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
24545 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
24546 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
24547 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
24548 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
24549 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
24550 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
24551 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
24552 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
24553 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
24556 ## ----------------------------------------- ##
24557 ## Report this to wx-dev@lists.wxwidgets.org ##
24558 ## ----------------------------------------- ##
24561 sed "s/^/$as_me: WARNING: /" >&2
24564 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
24565 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
24566 if test "${ac_cv_header_ext_hash_map+set}" = set; then
24567 echo $ECHO_N "(cached) $ECHO_C" >&6
24569 ac_cv_header_ext_hash_map
=$ac_header_preproc
24571 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
24572 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
24575 if test $ac_cv_header_ext_hash_map = yes; then
24576 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
24577 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
24578 cat >conftest.
$ac_ext <<_ACEOF
24581 cat confdefs.h
>>conftest.
$ac_ext
24582 cat >>conftest.
$ac_ext <<_ACEOF
24583 /* end confdefs.h. */
24584 #include <ext/hash_map>
24585 #include <ext/hash_set>
24589 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
24590 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
24595 rm -f conftest.
$ac_objext
24596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24597 (eval $ac_compile) 2>conftest.er1
24599 grep -v '^ *+' conftest.er1
>conftest.err
24601 cat conftest.err
>&5
24602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24603 (exit $ac_status); } &&
24604 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24606 (eval $ac_try) 2>&5
24608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24609 (exit $ac_status); }; } &&
24610 { ac_try
='test -s conftest.$ac_objext'
24611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24612 (eval $ac_try) 2>&5
24614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24615 (exit $ac_status); }; }; then
24616 echo "$as_me:$LINENO: result: yes" >&5
24617 echo "${ECHO_T}yes" >&6
24618 cat >>confdefs.h
<<\_ACEOF
24619 #define HAVE_EXT_HASH_MAP 1
24622 cat >>confdefs.h
<<\_ACEOF
24623 #define HAVE_GNU_CXX_HASH_MAP 1
24627 echo "$as_me: failed program was:" >&5
24628 sed 's/^/| /' conftest.
$ac_ext >&5
24630 echo "$as_me:$LINENO: result: no" >&5
24631 echo "${ECHO_T}no" >&6
24633 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24642 /usr/local/include \
24644 /usr/Motif-2.1/include \
24645 /usr/Motif-1.2/include \
24646 /usr/include/Motif1.2 \
24649 /usr/openwin/include \
24653 /usr/X11R6/include \
24654 /usr/X11R6.4/include \
24655 /usr/X11R5/include \
24656 /usr/X11R4/include \
24658 /usr/include/X11R6 \
24659 /usr/include/X11R5 \
24660 /usr/include/X11R4 \
24662 /usr/local/X11R6/include \
24663 /usr/local/X11R5/include \
24664 /usr/local/X11R4/include \
24666 /usr/local/include/X11R6 \
24667 /usr/local/include/X11R5 \
24668 /usr/local/include/X11R4 \
24672 /usr/local/X11/include \
24673 /usr/local/include/X11 \
24675 /usr/XFree86/include/X11 \
24678 /usr/openwin/share/include"
24680 echo "$as_me:$LINENO: checking for libraries directory" >&5
24681 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
24685 if test "${wx_cv_std_libpath+set}" = set; then
24686 echo $ECHO_N "(cached) $ECHO_C" >&6
24689 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
24690 for e
in a so sl dylib dll.a
; do
24692 if test -f $libc; then
24695 cat >conftest.
$ac_ext <<_ACEOF
24696 int main() { return 0; }
24698 rm -f conftest.
$ac_objext conftest
$ac_exeext
24699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24700 (eval $ac_link) 2>conftest.er1
24702 grep -v '^ *+' conftest.er1
>conftest.err
24704 cat conftest.err
>&5
24705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24706 (exit $ac_status); } &&
24707 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24709 (eval $ac_try) 2>&5
24711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24712 (exit $ac_status); }; } &&
24713 { ac_try
='test -s conftest$ac_exeext'
24714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24715 (eval $ac_try) 2>&5
24717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24718 (exit $ac_status); }; }; then
24719 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
24721 echo "$as_me: failed program was:" >&5
24722 sed 's/^/| /' conftest.
$ac_ext >&5
24725 rm -f conftest.err conftest.
$ac_objext \
24726 conftest
$ac_exeext conftest.
$ac_ext
24728 if test "x$wx_cv_std_libpath" != "x"; then
24734 if test "x$wx_cv_std_libpath" = "x"; then
24735 wx_cv_std_libpath
="lib"
24744 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
24745 wx_cv_std_libpath
="lib/64"
24747 wx_cv_std_libpath
="lib"
24752 if test "$ac_cv_sizeof_void_p" = 8 -a \
24753 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
24754 wx_cv_std_libpath
="lib64"
24756 wx_cv_std_libpath
="lib"
24761 wx_cv_std_libpath
="lib";
24765 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
24766 echo "${ECHO_T}$wx_cv_std_libpath" >&6
24768 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
24770 if test "$build" != "$host" -a "$GCC" = yes; then
24771 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
24772 cross_root
=`dirname $cross_root`
24773 cross_root
=`dirname $cross_root`
24775 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
24776 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
24777 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
24779 if test -z "$PKG_CONFIG_PATH"; then
24780 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
24781 export PKG_CONFIG_PATH
24784 if test -z "$x_includes" -o "$x_includes" = NONE
; then
24787 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24789 if test -f "$ac_dir/X11/Intrinsic.h"; then
24790 ac_find_includes
=$ac_dir
24795 x_includes
=$ac_find_includes
24797 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
24800 for ac_dir
in $SEARCH_LIB;
24802 for ac_extension
in a so sl dylib dll.a
; do
24803 if test -f "$ac_dir/libXt.$ac_extension"; then
24804 ac_find_libraries
=$ac_dir
24810 x_libraries
=$ac_find_libraries
24816 cat >confcache
<<\_ACEOF
24817 # This file is a shell script that caches the results of configure
24818 # tests run on this system so they can be shared between configure
24819 # scripts and configure runs, see configure's option --config-cache.
24820 # It is not useful on other systems. If it contains results you don't
24821 # want to keep, you may remove or edit it.
24823 # config.status only pays attention to the cache file if you give it
24824 # the --recheck option to rerun configure.
24826 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24827 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24828 # following values.
24832 # The following way of writing the cache mishandles newlines in values,
24833 # but we know of no workaround that is simple, portable, and efficient.
24834 # So, don't put newlines in cache variables' values.
24835 # Ultrix sh set writes to stderr and can't be redirected directly,
24836 # and sets the high bit in the cache file unless we assign to the vars.
24839 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24841 # `set' does not quote correctly, so add quotes (double-quote
24842 # substitution turns \\\\ into \\, and sed turns \\ into \).
24845 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24848 # `set' quotes correctly as required by POSIX, so do not add quotes.
24850 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24857 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24859 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24861 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24862 if test -w $cache_file; then
24863 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24864 cat confcache
>$cache_file
24866 echo "not updating unwritable cache $cache_file"
24871 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
24872 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
24873 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
24874 if test "${wx_cv_lib_glibc21+set}" = set; then
24875 echo $ECHO_N "(cached) $ECHO_C" >&6
24878 cat >conftest.
$ac_ext <<_ACEOF
24881 cat confdefs.h
>>conftest.
$ac_ext
24882 cat >>conftest.
$ac_ext <<_ACEOF
24883 /* end confdefs.h. */
24884 #include <features.h>
24889 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
24897 rm -f conftest.
$ac_objext
24898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24899 (eval $ac_compile) 2>conftest.er1
24901 grep -v '^ *+' conftest.er1
>conftest.err
24903 cat conftest.err
>&5
24904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24905 (exit $ac_status); } &&
24906 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
24907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24908 (eval $ac_try) 2>&5
24910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24911 (exit $ac_status); }; } &&
24912 { ac_try
='test -s conftest.$ac_objext'
24913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24914 (eval $ac_try) 2>&5
24916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24917 (exit $ac_status); }; }; then
24919 wx_cv_lib_glibc21
=yes
24922 echo "$as_me: failed program was:" >&5
24923 sed 's/^/| /' conftest.
$ac_ext >&5
24926 wx_cv_lib_glibc21
=no
24930 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24933 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
24934 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
24935 if test "$wx_cv_lib_glibc21" = "yes"; then
24936 cat >>confdefs.h
<<\_ACEOF
24937 #define wxHAVE_GLIBC2 1
24943 if test "x$wx_cv_lib_glibc21" = "xyes"; then
24944 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
24945 cat >>confdefs.h
<<\_ACEOF
24946 #define _GNU_SOURCE 1
24957 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24958 echo "$as_me:$LINENO: checking for $ac_func" >&5
24959 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24960 if eval "test \"\${$as_ac_var+set}\" = set"; then
24961 echo $ECHO_N "(cached) $ECHO_C" >&6
24963 cat >conftest.
$ac_ext <<_ACEOF
24966 cat confdefs.h
>>conftest.
$ac_ext
24967 cat >>conftest.
$ac_ext <<_ACEOF
24968 /* end confdefs.h. */
24969 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24970 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24971 #define $ac_func innocuous_$ac_func
24973 /* System header to define __stub macros and hopefully few prototypes,
24974 which can conflict with char $ac_func (); below.
24975 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24976 <limits.h> exists even on freestanding compilers. */
24979 # include <limits.h>
24981 # include <assert.h>
24986 /* Override any gcc2 internal prototype to avoid an error. */
24991 /* We use char because int might match the return type of a gcc2
24992 builtin and then its argument prototype would still apply. */
24994 /* The GNU C library defines this for functions which it implements
24995 to always fail with ENOSYS. Some functions are actually named
24996 something starting with __ and the normal name is an alias. */
24997 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25000 char (*f) () = $ac_func;
25009 return f != $ac_func;
25014 rm -f conftest.
$ac_objext conftest
$ac_exeext
25015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25016 (eval $ac_link) 2>conftest.er1
25018 grep -v '^ *+' conftest.er1
>conftest.err
25020 cat conftest.err
>&5
25021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25022 (exit $ac_status); } &&
25023 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25025 (eval $ac_try) 2>&5
25027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25028 (exit $ac_status); }; } &&
25029 { ac_try
='test -s conftest$ac_exeext'
25030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25031 (eval $ac_try) 2>&5
25033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25034 (exit $ac_status); }; }; then
25035 eval "$as_ac_var=yes"
25037 echo "$as_me: failed program was:" >&5
25038 sed 's/^/| /' conftest.
$ac_ext >&5
25040 eval "$as_ac_var=no"
25042 rm -f conftest.err conftest.
$ac_objext \
25043 conftest
$ac_exeext conftest.
$ac_ext
25045 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25046 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25047 if test `eval echo '${'$as_ac_var'}'` = yes; then
25048 cat >>confdefs.h
<<_ACEOF
25049 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25056 for ac_func
in floor
25058 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25059 echo "$as_me:$LINENO: checking for $ac_func" >&5
25060 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25061 if eval "test \"\${$as_ac_var+set}\" = set"; then
25062 echo $ECHO_N "(cached) $ECHO_C" >&6
25064 cat >conftest.
$ac_ext <<_ACEOF
25067 cat confdefs.h
>>conftest.
$ac_ext
25068 cat >>conftest.
$ac_ext <<_ACEOF
25069 /* end confdefs.h. */
25070 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25072 #define $ac_func innocuous_$ac_func
25074 /* System header to define __stub macros and hopefully few prototypes,
25075 which can conflict with char $ac_func (); below.
25076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25077 <limits.h> exists even on freestanding compilers. */
25080 # include <limits.h>
25082 # include <assert.h>
25087 /* Override any gcc2 internal prototype to avoid an error. */
25092 /* We use char because int might match the return type of a gcc2
25093 builtin and then its argument prototype would still apply. */
25095 /* The GNU C library defines this for functions which it implements
25096 to always fail with ENOSYS. Some functions are actually named
25097 something starting with __ and the normal name is an alias. */
25098 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25101 char (*f) () = $ac_func;
25110 return f != $ac_func;
25115 rm -f conftest.
$ac_objext conftest
$ac_exeext
25116 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25117 (eval $ac_link) 2>conftest.er1
25119 grep -v '^ *+' conftest.er1
>conftest.err
25121 cat conftest.err
>&5
25122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25123 (exit $ac_status); } &&
25124 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25126 (eval $ac_try) 2>&5
25128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25129 (exit $ac_status); }; } &&
25130 { ac_try
='test -s conftest$ac_exeext'
25131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25132 (eval $ac_try) 2>&5
25134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25135 (exit $ac_status); }; }; then
25136 eval "$as_ac_var=yes"
25138 echo "$as_me: failed program was:" >&5
25139 sed 's/^/| /' conftest.
$ac_ext >&5
25141 eval "$as_ac_var=no"
25143 rm -f conftest.err conftest.
$ac_objext \
25144 conftest
$ac_exeext conftest.
$ac_ext
25146 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25147 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25148 if test `eval echo '${'$as_ac_var'}'` = yes; then
25149 cat >>confdefs.h
<<_ACEOF
25150 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25156 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
25157 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
25158 if test "$have_cos" = 1 -a "$have_floor" = 1; then
25159 echo "$as_me:$LINENO: result: yes" >&5
25160 echo "${ECHO_T}yes" >&6
25162 echo "$as_me:$LINENO: result: no" >&5
25163 echo "${ECHO_T}no" >&6
25165 # use different functions to avoid configure caching
25171 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25172 echo "$as_me:$LINENO: checking for $ac_func" >&5
25173 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25174 if eval "test \"\${$as_ac_var+set}\" = set"; then
25175 echo $ECHO_N "(cached) $ECHO_C" >&6
25177 cat >conftest.
$ac_ext <<_ACEOF
25180 cat confdefs.h
>>conftest.
$ac_ext
25181 cat >>conftest.
$ac_ext <<_ACEOF
25182 /* end confdefs.h. */
25183 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25184 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25185 #define $ac_func innocuous_$ac_func
25187 /* System header to define __stub macros and hopefully few prototypes,
25188 which can conflict with char $ac_func (); below.
25189 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25190 <limits.h> exists even on freestanding compilers. */
25193 # include <limits.h>
25195 # include <assert.h>
25200 /* Override any gcc2 internal prototype to avoid an error. */
25205 /* We use char because int might match the return type of a gcc2
25206 builtin and then its argument prototype would still apply. */
25208 /* The GNU C library defines this for functions which it implements
25209 to always fail with ENOSYS. Some functions are actually named
25210 something starting with __ and the normal name is an alias. */
25211 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25214 char (*f) () = $ac_func;
25223 return f != $ac_func;
25228 rm -f conftest.
$ac_objext conftest
$ac_exeext
25229 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25230 (eval $ac_link) 2>conftest.er1
25232 grep -v '^ *+' conftest.er1
>conftest.err
25234 cat conftest.err
>&5
25235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25236 (exit $ac_status); } &&
25237 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25239 (eval $ac_try) 2>&5
25241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25242 (exit $ac_status); }; } &&
25243 { ac_try
='test -s conftest$ac_exeext'
25244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25245 (eval $ac_try) 2>&5
25247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25248 (exit $ac_status); }; }; then
25249 eval "$as_ac_var=yes"
25251 echo "$as_me: failed program was:" >&5
25252 sed 's/^/| /' conftest.
$ac_ext >&5
25254 eval "$as_ac_var=no"
25256 rm -f conftest.err conftest.
$ac_objext \
25257 conftest
$ac_exeext conftest.
$ac_ext
25259 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25260 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25261 if test `eval echo '${'$as_ac_var'}'` = yes; then
25262 cat >>confdefs.h
<<_ACEOF
25263 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25270 for ac_func
in ceil
25272 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25273 echo "$as_me:$LINENO: checking for $ac_func" >&5
25274 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25275 if eval "test \"\${$as_ac_var+set}\" = set"; then
25276 echo $ECHO_N "(cached) $ECHO_C" >&6
25278 cat >conftest.
$ac_ext <<_ACEOF
25281 cat confdefs.h
>>conftest.
$ac_ext
25282 cat >>conftest.
$ac_ext <<_ACEOF
25283 /* end confdefs.h. */
25284 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25285 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25286 #define $ac_func innocuous_$ac_func
25288 /* System header to define __stub macros and hopefully few prototypes,
25289 which can conflict with char $ac_func (); below.
25290 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25291 <limits.h> exists even on freestanding compilers. */
25294 # include <limits.h>
25296 # include <assert.h>
25301 /* Override any gcc2 internal prototype to avoid an error. */
25306 /* We use char because int might match the return type of a gcc2
25307 builtin and then its argument prototype would still apply. */
25309 /* The GNU C library defines this for functions which it implements
25310 to always fail with ENOSYS. Some functions are actually named
25311 something starting with __ and the normal name is an alias. */
25312 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25315 char (*f) () = $ac_func;
25324 return f != $ac_func;
25329 rm -f conftest.
$ac_objext conftest
$ac_exeext
25330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25331 (eval $ac_link) 2>conftest.er1
25333 grep -v '^ *+' conftest.er1
>conftest.err
25335 cat conftest.err
>&5
25336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25337 (exit $ac_status); } &&
25338 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25340 (eval $ac_try) 2>&5
25342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25343 (exit $ac_status); }; } &&
25344 { ac_try
='test -s conftest$ac_exeext'
25345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25346 (eval $ac_try) 2>&5
25348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25349 (exit $ac_status); }; }; then
25350 eval "$as_ac_var=yes"
25352 echo "$as_me: failed program was:" >&5
25353 sed 's/^/| /' conftest.
$ac_ext >&5
25355 eval "$as_ac_var=no"
25357 rm -f conftest.err conftest.
$ac_objext \
25358 conftest
$ac_exeext conftest.
$ac_ext
25360 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25361 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25362 if test `eval echo '${'$as_ac_var'}'` = yes; then
25363 cat >>confdefs.h
<<_ACEOF
25364 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25370 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
25371 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
25372 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
25373 echo "$as_me:$LINENO: result: yes" >&5
25374 echo "${ECHO_T}yes" >&6
25376 echo "$as_me:$LINENO: result: no" >&5
25377 echo "${ECHO_T}no" >&6
25378 # not sure we should warn the user, crash, etc.
25382 if test "wxUSE_UNICODE" = "yes"; then
25384 for ac_func
in wcstoull
25386 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25387 echo "$as_me:$LINENO: checking for $ac_func" >&5
25388 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25389 if eval "test \"\${$as_ac_var+set}\" = set"; then
25390 echo $ECHO_N "(cached) $ECHO_C" >&6
25392 cat >conftest.
$ac_ext <<_ACEOF
25395 cat confdefs.h
>>conftest.
$ac_ext
25396 cat >>conftest.
$ac_ext <<_ACEOF
25397 /* end confdefs.h. */
25398 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25399 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25400 #define $ac_func innocuous_$ac_func
25402 /* System header to define __stub macros and hopefully few prototypes,
25403 which can conflict with char $ac_func (); below.
25404 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25405 <limits.h> exists even on freestanding compilers. */
25408 # include <limits.h>
25410 # include <assert.h>
25415 /* Override any gcc2 internal prototype to avoid an error. */
25420 /* We use char because int might match the return type of a gcc2
25421 builtin and then its argument prototype would still apply. */
25423 /* The GNU C library defines this for functions which it implements
25424 to always fail with ENOSYS. Some functions are actually named
25425 something starting with __ and the normal name is an alias. */
25426 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25429 char (*f) () = $ac_func;
25438 return f != $ac_func;
25443 rm -f conftest.
$ac_objext conftest
$ac_exeext
25444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25445 (eval $ac_link) 2>conftest.er1
25447 grep -v '^ *+' conftest.er1
>conftest.err
25449 cat conftest.err
>&5
25450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25451 (exit $ac_status); } &&
25452 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25454 (eval $ac_try) 2>&5
25456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25457 (exit $ac_status); }; } &&
25458 { ac_try
='test -s conftest$ac_exeext'
25459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25460 (eval $ac_try) 2>&5
25462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25463 (exit $ac_status); }; }; then
25464 eval "$as_ac_var=yes"
25466 echo "$as_me: failed program was:" >&5
25467 sed 's/^/| /' conftest.
$ac_ext >&5
25469 eval "$as_ac_var=no"
25471 rm -f conftest.err conftest.
$ac_objext \
25472 conftest
$ac_exeext conftest.
$ac_ext
25474 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25475 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25476 if test `eval echo '${'$as_ac_var'}'` = yes; then
25477 cat >>confdefs.h
<<_ACEOF
25478 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25486 for ac_func
in strtoull
25488 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25489 echo "$as_me:$LINENO: checking for $ac_func" >&5
25490 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25491 if eval "test \"\${$as_ac_var+set}\" = set"; then
25492 echo $ECHO_N "(cached) $ECHO_C" >&6
25494 cat >conftest.
$ac_ext <<_ACEOF
25497 cat confdefs.h
>>conftest.
$ac_ext
25498 cat >>conftest.
$ac_ext <<_ACEOF
25499 /* end confdefs.h. */
25500 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25501 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25502 #define $ac_func innocuous_$ac_func
25504 /* System header to define __stub macros and hopefully few prototypes,
25505 which can conflict with char $ac_func (); below.
25506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25507 <limits.h> exists even on freestanding compilers. */
25510 # include <limits.h>
25512 # include <assert.h>
25517 /* Override any gcc2 internal prototype to avoid an error. */
25522 /* We use char because int might match the return type of a gcc2
25523 builtin and then its argument prototype would still apply. */
25525 /* The GNU C library defines this for functions which it implements
25526 to always fail with ENOSYS. Some functions are actually named
25527 something starting with __ and the normal name is an alias. */
25528 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25531 char (*f) () = $ac_func;
25540 return f != $ac_func;
25545 rm -f conftest.
$ac_objext conftest
$ac_exeext
25546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25547 (eval $ac_link) 2>conftest.er1
25549 grep -v '^ *+' conftest.er1
>conftest.err
25551 cat conftest.err
>&5
25552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25553 (exit $ac_status); } &&
25554 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25556 (eval $ac_try) 2>&5
25558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25559 (exit $ac_status); }; } &&
25560 { ac_try
='test -s conftest$ac_exeext'
25561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25562 (eval $ac_try) 2>&5
25564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25565 (exit $ac_status); }; }; then
25566 eval "$as_ac_var=yes"
25568 echo "$as_me: failed program was:" >&5
25569 sed 's/^/| /' conftest.
$ac_ext >&5
25571 eval "$as_ac_var=no"
25573 rm -f conftest.err conftest.
$ac_objext \
25574 conftest
$ac_exeext conftest.
$ac_ext
25576 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25577 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25578 if test `eval echo '${'$as_ac_var'}'` = yes; then
25579 cat >>confdefs.h
<<_ACEOF
25580 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25590 if test "$wxUSE_REGEX" != "no"; then
25591 cat >>confdefs.h
<<\_ACEOF
25592 #define wxUSE_REGEX 1
25596 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
25597 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
25598 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
25599 wxUSE_REGEX
=builtin
25602 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
25603 if test "${ac_cv_header_regex_h+set}" = set; then
25604 echo "$as_me:$LINENO: checking for regex.h" >&5
25605 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
25606 if test "${ac_cv_header_regex_h+set}" = set; then
25607 echo $ECHO_N "(cached) $ECHO_C" >&6
25609 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
25610 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
25612 # Is the header compilable?
25613 echo "$as_me:$LINENO: checking regex.h usability" >&5
25614 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
25615 cat >conftest.
$ac_ext <<_ACEOF
25618 cat confdefs.h
>>conftest.
$ac_ext
25619 cat >>conftest.
$ac_ext <<_ACEOF
25620 /* end confdefs.h. */
25621 $ac_includes_default
25624 rm -f conftest.
$ac_objext
25625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25626 (eval $ac_compile) 2>conftest.er1
25628 grep -v '^ *+' conftest.er1
>conftest.err
25630 cat conftest.err
>&5
25631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25632 (exit $ac_status); } &&
25633 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25635 (eval $ac_try) 2>&5
25637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25638 (exit $ac_status); }; } &&
25639 { ac_try
='test -s conftest.$ac_objext'
25640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25641 (eval $ac_try) 2>&5
25643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25644 (exit $ac_status); }; }; then
25645 ac_header_compiler
=yes
25647 echo "$as_me: failed program was:" >&5
25648 sed 's/^/| /' conftest.
$ac_ext >&5
25650 ac_header_compiler
=no
25652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25653 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25654 echo "${ECHO_T}$ac_header_compiler" >&6
25656 # Is the header present?
25657 echo "$as_me:$LINENO: checking regex.h presence" >&5
25658 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
25659 cat >conftest.
$ac_ext <<_ACEOF
25662 cat confdefs.h
>>conftest.
$ac_ext
25663 cat >>conftest.
$ac_ext <<_ACEOF
25664 /* end confdefs.h. */
25667 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25668 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25670 grep -v '^ *+' conftest.er1
>conftest.err
25672 cat conftest.err
>&5
25673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25674 (exit $ac_status); } >/dev
/null
; then
25675 if test -s conftest.err
; then
25676 ac_cpp_err
=$ac_cxx_preproc_warn_flag
25677 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
25684 if test -z "$ac_cpp_err"; then
25685 ac_header_preproc
=yes
25687 echo "$as_me: failed program was:" >&5
25688 sed 's/^/| /' conftest.
$ac_ext >&5
25690 ac_header_preproc
=no
25692 rm -f conftest.err conftest.
$ac_ext
25693 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25694 echo "${ECHO_T}$ac_header_preproc" >&6
25696 # So? What about this header?
25697 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
25699 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
25700 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25701 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
25702 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
25703 ac_header_preproc
=yes
25706 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
25707 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
25708 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
25709 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
25710 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
25711 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
25712 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
25713 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
25714 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
25715 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
25716 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
25717 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
25720 ## ----------------------------------------- ##
25721 ## Report this to wx-dev@lists.wxwidgets.org ##
25722 ## ----------------------------------------- ##
25725 sed "s/^/$as_me: WARNING: /" >&2
25728 echo "$as_me:$LINENO: checking for regex.h" >&5
25729 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
25730 if test "${ac_cv_header_regex_h+set}" = set; then
25731 echo $ECHO_N "(cached) $ECHO_C" >&6
25733 ac_cv_header_regex_h
=$ac_header_preproc
25735 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
25736 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
25739 if test $ac_cv_header_regex_h = yes; then
25742 for ac_func
in regcomp re_search
25744 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25745 echo "$as_me:$LINENO: checking for $ac_func" >&5
25746 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25747 if eval "test \"\${$as_ac_var+set}\" = set"; then
25748 echo $ECHO_N "(cached) $ECHO_C" >&6
25750 cat >conftest.
$ac_ext <<_ACEOF
25753 cat confdefs.h
>>conftest.
$ac_ext
25754 cat >>conftest.
$ac_ext <<_ACEOF
25755 /* end confdefs.h. */
25756 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25757 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25758 #define $ac_func innocuous_$ac_func
25760 /* System header to define __stub macros and hopefully few prototypes,
25761 which can conflict with char $ac_func (); below.
25762 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25763 <limits.h> exists even on freestanding compilers. */
25766 # include <limits.h>
25768 # include <assert.h>
25773 /* Override any gcc2 internal prototype to avoid an error. */
25778 /* We use char because int might match the return type of a gcc2
25779 builtin and then its argument prototype would still apply. */
25781 /* The GNU C library defines this for functions which it implements
25782 to always fail with ENOSYS. Some functions are actually named
25783 something starting with __ and the normal name is an alias. */
25784 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25787 char (*f) () = $ac_func;
25796 return f != $ac_func;
25801 rm -f conftest.
$ac_objext conftest
$ac_exeext
25802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25803 (eval $ac_link) 2>conftest.er1
25805 grep -v '^ *+' conftest.er1
>conftest.err
25807 cat conftest.err
>&5
25808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25809 (exit $ac_status); } &&
25810 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25812 (eval $ac_try) 2>&5
25814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25815 (exit $ac_status); }; } &&
25816 { ac_try
='test -s conftest$ac_exeext'
25817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25818 (eval $ac_try) 2>&5
25820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25821 (exit $ac_status); }; }; then
25822 eval "$as_ac_var=yes"
25824 echo "$as_me: failed program was:" >&5
25825 sed 's/^/| /' conftest.
$ac_ext >&5
25827 eval "$as_ac_var=no"
25829 rm -f conftest.err conftest.
$ac_objext \
25830 conftest
$ac_exeext conftest.
$ac_ext
25832 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25833 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25834 if test `eval echo '${'$as_ac_var'}'` = yes; then
25835 cat >>confdefs.h
<<_ACEOF
25836 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25846 if test "x$ac_cv_func_regcomp" != "xyes"; then
25847 if test "$wxUSE_REGEX" = "sys" ; then
25848 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
25849 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
25850 { (exit 1); exit 1; }; }
25852 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
25853 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
25854 wxUSE_REGEX
=builtin
25858 cat >>confdefs.h
<<\_ACEOF
25859 #define WX_NO_REGEX_ADVANCED 1
25868 if test "$wxUSE_ZLIB" != "no" ; then
25869 cat >>confdefs.h
<<\_ACEOF
25870 #define wxUSE_ZLIB 1
25874 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
25875 if test "$USE_DARWIN" = 1; then
25876 system_zlib_h_ok
="yes"
25878 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
25879 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
25880 if test "${ac_cv_header_zlib_h+set}" = set; then
25881 echo $ECHO_N "(cached) $ECHO_C" >&6
25883 if test "$cross_compiling" = yes; then
25884 unset ac_cv_header_zlib_h
25887 cat >conftest.
$ac_ext <<_ACEOF
25890 cat confdefs.h
>>conftest.
$ac_ext
25891 cat >>conftest.
$ac_ext <<_ACEOF
25892 /* end confdefs.h. */
25899 FILE *f=fopen("conftestval", "w");
25902 ZLIB_VERSION[0] == '1' &&
25903 (ZLIB_VERSION[2] > '1' ||
25904 (ZLIB_VERSION[2] == '1' &&
25905 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
25910 rm -f conftest
$ac_exeext
25911 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25912 (eval $ac_link) 2>&5
25914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25915 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25917 (eval $ac_try) 2>&5
25919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25920 (exit $ac_status); }; }; then
25921 ac_cv_header_zlib_h
=`cat conftestval`
25923 echo "$as_me: program exited with status $ac_status" >&5
25924 echo "$as_me: failed program was:" >&5
25925 sed 's/^/| /' conftest.
$ac_ext >&5
25927 ( exit $ac_status )
25928 ac_cv_header_zlib_h
=no
25930 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25934 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25935 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25936 if test "${ac_cv_header_zlib_h+set}" = set; then
25937 echo "$as_me:$LINENO: checking for zlib.h" >&5
25938 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
25939 if test "${ac_cv_header_zlib_h+set}" = set; then
25940 echo $ECHO_N "(cached) $ECHO_C" >&6
25942 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25943 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25945 # Is the header compilable?
25946 echo "$as_me:$LINENO: checking zlib.h usability" >&5
25947 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
25948 cat >conftest.
$ac_ext <<_ACEOF
25951 cat confdefs.h
>>conftest.
$ac_ext
25952 cat >>conftest.
$ac_ext <<_ACEOF
25953 /* end confdefs.h. */
25954 $ac_includes_default
25957 rm -f conftest.
$ac_objext
25958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25959 (eval $ac_compile) 2>conftest.er1
25961 grep -v '^ *+' conftest.er1
>conftest.err
25963 cat conftest.err
>&5
25964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25965 (exit $ac_status); } &&
25966 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
25967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25968 (eval $ac_try) 2>&5
25970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25971 (exit $ac_status); }; } &&
25972 { ac_try
='test -s conftest.$ac_objext'
25973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25974 (eval $ac_try) 2>&5
25976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25977 (exit $ac_status); }; }; then
25978 ac_header_compiler
=yes
25980 echo "$as_me: failed program was:" >&5
25981 sed 's/^/| /' conftest.
$ac_ext >&5
25983 ac_header_compiler
=no
25985 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25986 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25987 echo "${ECHO_T}$ac_header_compiler" >&6
25989 # Is the header present?
25990 echo "$as_me:$LINENO: checking zlib.h presence" >&5
25991 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
25992 cat >conftest.
$ac_ext <<_ACEOF
25995 cat confdefs.h
>>conftest.
$ac_ext
25996 cat >>conftest.
$ac_ext <<_ACEOF
25997 /* end confdefs.h. */
26000 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26001 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26003 grep -v '^ *+' conftest.er1
>conftest.err
26005 cat conftest.err
>&5
26006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26007 (exit $ac_status); } >/dev
/null
; then
26008 if test -s conftest.err
; then
26009 ac_cpp_err
=$ac_cxx_preproc_warn_flag
26010 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
26017 if test -z "$ac_cpp_err"; then
26018 ac_header_preproc
=yes
26020 echo "$as_me: failed program was:" >&5
26021 sed 's/^/| /' conftest.
$ac_ext >&5
26023 ac_header_preproc
=no
26025 rm -f conftest.err conftest.
$ac_ext
26026 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26027 echo "${ECHO_T}$ac_header_preproc" >&6
26029 # So? What about this header?
26030 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26032 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
26033 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26034 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
26035 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
26036 ac_header_preproc
=yes
26039 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
26040 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
26041 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
26042 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
26043 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
26044 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
26045 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
26046 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
26047 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
26048 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
26049 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
26050 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
26053 ## ----------------------------------------- ##
26054 ## Report this to wx-dev@lists.wxwidgets.org ##
26055 ## ----------------------------------------- ##
26058 sed "s/^/$as_me: WARNING: /" >&2
26061 echo "$as_me:$LINENO: checking for zlib.h" >&5
26062 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
26063 if test "${ac_cv_header_zlib_h+set}" = set; then
26064 echo $ECHO_N "(cached) $ECHO_C" >&6
26066 ac_cv_header_zlib_h
=$ac_header_preproc
26068 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
26069 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
26075 system_zlib_h_ok
=$ac_cv_header_zlib_h
26078 if test "$system_zlib_h_ok" = "yes"; then
26079 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
26080 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
26081 if test "${ac_cv_lib_z_deflate+set}" = set; then
26082 echo $ECHO_N "(cached) $ECHO_C" >&6
26084 ac_check_lib_save_LIBS
=$LIBS
26086 cat >conftest.
$ac_ext <<_ACEOF
26089 cat confdefs.h
>>conftest.
$ac_ext
26090 cat >>conftest.
$ac_ext <<_ACEOF
26091 /* end confdefs.h. */
26093 /* Override any gcc2 internal prototype to avoid an error. */
26097 /* We use char because int might match the return type of a gcc2
26098 builtin and then its argument prototype would still apply. */
26108 rm -f conftest.
$ac_objext conftest
$ac_exeext
26109 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26110 (eval $ac_link) 2>conftest.er1
26112 grep -v '^ *+' conftest.er1
>conftest.err
26114 cat conftest.err
>&5
26115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26116 (exit $ac_status); } &&
26117 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26119 (eval $ac_try) 2>&5
26121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26122 (exit $ac_status); }; } &&
26123 { ac_try
='test -s conftest$ac_exeext'
26124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26125 (eval $ac_try) 2>&5
26127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26128 (exit $ac_status); }; }; then
26129 ac_cv_lib_z_deflate
=yes
26131 echo "$as_me: failed program was:" >&5
26132 sed 's/^/| /' conftest.
$ac_ext >&5
26134 ac_cv_lib_z_deflate
=no
26136 rm -f conftest.err conftest.
$ac_objext \
26137 conftest
$ac_exeext conftest.
$ac_ext
26138 LIBS
=$ac_check_lib_save_LIBS
26140 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
26141 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
26142 if test $ac_cv_lib_z_deflate = yes; then
26148 if test "x$ZLIB_LINK" = "x" ; then
26149 if test "$wxUSE_ZLIB" = "sys" ; then
26150 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
26151 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
26152 { (exit 1); exit 1; }; }
26154 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
26155 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
26166 if test "$wxUSE_LIBPNG" != "no" ; then
26167 cat >>confdefs.h
<<\_ACEOF
26168 #define wxUSE_LIBPNG 1
26172 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
26173 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
26174 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
26178 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
26179 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
26180 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
26181 wxUSE_LIBPNG
=builtin
26184 if test "$wxUSE_MGL" != 1 ; then
26185 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
26186 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
26187 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
26188 if test "${ac_cv_header_png_h+set}" = set; then
26189 echo $ECHO_N "(cached) $ECHO_C" >&6
26191 if test "$cross_compiling" = yes; then
26192 unset ac_cv_header_png_h
26195 cat >conftest.
$ac_ext <<_ACEOF
26198 cat confdefs.h
>>conftest.
$ac_ext
26199 cat >>conftest.
$ac_ext <<_ACEOF
26200 /* end confdefs.h. */
26207 FILE *f=fopen("conftestval", "w");
26210 PNG_LIBPNG_VER > 90 ? "yes" : "no");
26215 rm -f conftest
$ac_exeext
26216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26217 (eval $ac_link) 2>&5
26219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26220 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
26221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26222 (eval $ac_try) 2>&5
26224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26225 (exit $ac_status); }; }; then
26226 ac_cv_header_png_h
=`cat conftestval`
26228 echo "$as_me: program exited with status $ac_status" >&5
26229 echo "$as_me: failed program was:" >&5
26230 sed 's/^/| /' conftest.
$ac_ext >&5
26232 ( exit $ac_status )
26233 ac_cv_header_png_h
=no
26235 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
26239 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26240 echo "${ECHO_T}$ac_cv_header_png_h" >&6
26241 if test "${ac_cv_header_png_h+set}" = set; then
26242 echo "$as_me:$LINENO: checking for png.h" >&5
26243 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
26244 if test "${ac_cv_header_png_h+set}" = set; then
26245 echo $ECHO_N "(cached) $ECHO_C" >&6
26247 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26248 echo "${ECHO_T}$ac_cv_header_png_h" >&6
26250 # Is the header compilable?
26251 echo "$as_me:$LINENO: checking png.h usability" >&5
26252 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
26253 cat >conftest.
$ac_ext <<_ACEOF
26256 cat confdefs.h
>>conftest.
$ac_ext
26257 cat >>conftest.
$ac_ext <<_ACEOF
26258 /* end confdefs.h. */
26259 $ac_includes_default
26262 rm -f conftest.
$ac_objext
26263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26264 (eval $ac_compile) 2>conftest.er1
26266 grep -v '^ *+' conftest.er1
>conftest.err
26268 cat conftest.err
>&5
26269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26270 (exit $ac_status); } &&
26271 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26273 (eval $ac_try) 2>&5
26275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26276 (exit $ac_status); }; } &&
26277 { ac_try
='test -s conftest.$ac_objext'
26278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26279 (eval $ac_try) 2>&5
26281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26282 (exit $ac_status); }; }; then
26283 ac_header_compiler
=yes
26285 echo "$as_me: failed program was:" >&5
26286 sed 's/^/| /' conftest.
$ac_ext >&5
26288 ac_header_compiler
=no
26290 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26291 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26292 echo "${ECHO_T}$ac_header_compiler" >&6
26294 # Is the header present?
26295 echo "$as_me:$LINENO: checking png.h presence" >&5
26296 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
26297 cat >conftest.
$ac_ext <<_ACEOF
26300 cat confdefs.h
>>conftest.
$ac_ext
26301 cat >>conftest.
$ac_ext <<_ACEOF
26302 /* end confdefs.h. */
26305 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26306 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26308 grep -v '^ *+' conftest.er1
>conftest.err
26310 cat conftest.err
>&5
26311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26312 (exit $ac_status); } >/dev
/null
; then
26313 if test -s conftest.err
; then
26314 ac_cpp_err
=$ac_cxx_preproc_warn_flag
26315 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
26322 if test -z "$ac_cpp_err"; then
26323 ac_header_preproc
=yes
26325 echo "$as_me: failed program was:" >&5
26326 sed 's/^/| /' conftest.
$ac_ext >&5
26328 ac_header_preproc
=no
26330 rm -f conftest.err conftest.
$ac_ext
26331 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26332 echo "${ECHO_T}$ac_header_preproc" >&6
26334 # So? What about this header?
26335 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26337 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
26338 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26339 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
26340 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
26341 ac_header_preproc
=yes
26344 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
26345 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
26346 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
26347 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
26348 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
26349 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
26350 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
26351 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
26352 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
26353 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
26354 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
26355 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
26358 ## ----------------------------------------- ##
26359 ## Report this to wx-dev@lists.wxwidgets.org ##
26360 ## ----------------------------------------- ##
26363 sed "s/^/$as_me: WARNING: /" >&2
26366 echo "$as_me:$LINENO: checking for png.h" >&5
26367 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
26368 if test "${ac_cv_header_png_h+set}" = set; then
26369 echo $ECHO_N "(cached) $ECHO_C" >&6
26371 ac_cv_header_png_h
=$ac_header_preproc
26373 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
26374 echo "${ECHO_T}$ac_cv_header_png_h" >&6
26380 if test "$ac_cv_header_png_h" = "yes"; then
26381 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
26382 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
26383 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
26384 echo $ECHO_N "(cached) $ECHO_C" >&6
26386 ac_check_lib_save_LIBS
=$LIBS
26387 LIBS
="-lpng -lz -lm $LIBS"
26388 cat >conftest.
$ac_ext <<_ACEOF
26391 cat confdefs.h
>>conftest.
$ac_ext
26392 cat >>conftest.
$ac_ext <<_ACEOF
26393 /* end confdefs.h. */
26395 /* Override any gcc2 internal prototype to avoid an error. */
26399 /* We use char because int might match the return type of a gcc2
26400 builtin and then its argument prototype would still apply. */
26401 char png_check_sig ();
26410 rm -f conftest.
$ac_objext conftest
$ac_exeext
26411 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26412 (eval $ac_link) 2>conftest.er1
26414 grep -v '^ *+' conftest.er1
>conftest.err
26416 cat conftest.err
>&5
26417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26418 (exit $ac_status); } &&
26419 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26421 (eval $ac_try) 2>&5
26423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26424 (exit $ac_status); }; } &&
26425 { ac_try
='test -s conftest$ac_exeext'
26426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26427 (eval $ac_try) 2>&5
26429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26430 (exit $ac_status); }; }; then
26431 ac_cv_lib_png_png_check_sig
=yes
26433 echo "$as_me: failed program was:" >&5
26434 sed 's/^/| /' conftest.
$ac_ext >&5
26436 ac_cv_lib_png_png_check_sig
=no
26438 rm -f conftest.err conftest.
$ac_objext \
26439 conftest
$ac_exeext conftest.
$ac_ext
26440 LIBS
=$ac_check_lib_save_LIBS
26442 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
26443 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
26444 if test $ac_cv_lib_png_png_check_sig = yes; then
26445 PNG_LINK
=" -lpng -lz"
26450 if test "x$PNG_LINK" = "x" ; then
26451 if test "$wxUSE_LIBPNG" = "sys" ; then
26452 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
26453 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
26454 { (exit 1); exit 1; }; }
26456 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
26457 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
26458 wxUSE_LIBPNG
=builtin
26466 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
26471 if test "$wxUSE_LIBJPEG" != "no" ; then
26472 cat >>confdefs.h
<<\_ACEOF
26473 #define wxUSE_LIBJPEG 1
26477 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
26478 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
26479 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
26483 if test "$wxUSE_MGL" != 1 ; then
26484 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
26485 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
26486 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
26487 if test "${ac_cv_header_jpeglib_h+set}" = set; then
26488 echo $ECHO_N "(cached) $ECHO_C" >&6
26490 cat >conftest.
$ac_ext <<_ACEOF
26493 cat confdefs.h
>>conftest.
$ac_ext
26494 cat >>conftest.
$ac_ext <<_ACEOF
26495 /* end confdefs.h. */
26497 #undef HAVE_STDLIB_H
26499 #include <jpeglib.h>
26510 rm -f conftest.
$ac_objext
26511 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26512 (eval $ac_compile) 2>conftest.er1
26514 grep -v '^ *+' conftest.er1
>conftest.err
26516 cat conftest.err
>&5
26517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26518 (exit $ac_status); } &&
26519 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26521 (eval $ac_try) 2>&5
26523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26524 (exit $ac_status); }; } &&
26525 { ac_try
='test -s conftest.$ac_objext'
26526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26527 (eval $ac_try) 2>&5
26529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26530 (exit $ac_status); }; }; then
26531 ac_cv_header_jpeglib_h
=yes
26533 echo "$as_me: failed program was:" >&5
26534 sed 's/^/| /' conftest.
$ac_ext >&5
26536 ac_cv_header_jpeglib_h
=no
26539 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26543 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
26544 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
26546 if test "$ac_cv_header_jpeglib_h" = "yes"; then
26547 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
26548 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
26549 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
26550 echo $ECHO_N "(cached) $ECHO_C" >&6
26552 ac_check_lib_save_LIBS
=$LIBS
26553 LIBS
="-ljpeg $LIBS"
26554 cat >conftest.
$ac_ext <<_ACEOF
26557 cat confdefs.h
>>conftest.
$ac_ext
26558 cat >>conftest.
$ac_ext <<_ACEOF
26559 /* end confdefs.h. */
26561 /* Override any gcc2 internal prototype to avoid an error. */
26565 /* We use char because int might match the return type of a gcc2
26566 builtin and then its argument prototype would still apply. */
26567 char jpeg_read_header ();
26571 jpeg_read_header ();
26576 rm -f conftest.
$ac_objext conftest
$ac_exeext
26577 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26578 (eval $ac_link) 2>conftest.er1
26580 grep -v '^ *+' conftest.er1
>conftest.err
26582 cat conftest.err
>&5
26583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26584 (exit $ac_status); } &&
26585 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26587 (eval $ac_try) 2>&5
26589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26590 (exit $ac_status); }; } &&
26591 { ac_try
='test -s conftest$ac_exeext'
26592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26593 (eval $ac_try) 2>&5
26595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26596 (exit $ac_status); }; }; then
26597 ac_cv_lib_jpeg_jpeg_read_header
=yes
26599 echo "$as_me: failed program was:" >&5
26600 sed 's/^/| /' conftest.
$ac_ext >&5
26602 ac_cv_lib_jpeg_jpeg_read_header
=no
26604 rm -f conftest.err conftest.
$ac_objext \
26605 conftest
$ac_exeext conftest.
$ac_ext
26606 LIBS
=$ac_check_lib_save_LIBS
26608 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
26609 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
26610 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
26611 JPEG_LINK
=" -ljpeg"
26616 if test "x$JPEG_LINK" = "x" ; then
26617 if test "$wxUSE_LIBJPEG" = "sys" ; then
26618 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
26619 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
26620 { (exit 1); exit 1; }; }
26622 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
26623 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
26624 wxUSE_LIBJPEG
=builtin
26635 TIFF_PREREQ_LINKS
=-lm
26636 if test "$wxUSE_LIBTIFF" != "no" ; then
26637 cat >>confdefs.h
<<\_ACEOF
26638 #define wxUSE_LIBTIFF 1
26642 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
26643 if test "$wxUSE_LIBJPEG" = "sys"; then
26644 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
26646 if test "$wxUSE_ZLIB" = "sys"; then
26647 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
26649 if test "${ac_cv_header_tiffio_h+set}" = set; then
26650 echo "$as_me:$LINENO: checking for tiffio.h" >&5
26651 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
26652 if test "${ac_cv_header_tiffio_h+set}" = set; then
26653 echo $ECHO_N "(cached) $ECHO_C" >&6
26655 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
26656 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
26658 # Is the header compilable?
26659 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
26660 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
26661 cat >conftest.
$ac_ext <<_ACEOF
26664 cat confdefs.h
>>conftest.
$ac_ext
26665 cat >>conftest.
$ac_ext <<_ACEOF
26666 /* end confdefs.h. */
26667 $ac_includes_default
26668 #include <tiffio.h>
26670 rm -f conftest.
$ac_objext
26671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26672 (eval $ac_compile) 2>conftest.er1
26674 grep -v '^ *+' conftest.er1
>conftest.err
26676 cat conftest.err
>&5
26677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26678 (exit $ac_status); } &&
26679 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26681 (eval $ac_try) 2>&5
26683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26684 (exit $ac_status); }; } &&
26685 { ac_try
='test -s conftest.$ac_objext'
26686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26687 (eval $ac_try) 2>&5
26689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26690 (exit $ac_status); }; }; then
26691 ac_header_compiler
=yes
26693 echo "$as_me: failed program was:" >&5
26694 sed 's/^/| /' conftest.
$ac_ext >&5
26696 ac_header_compiler
=no
26698 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26699 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26700 echo "${ECHO_T}$ac_header_compiler" >&6
26702 # Is the header present?
26703 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
26704 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
26705 cat >conftest.
$ac_ext <<_ACEOF
26708 cat confdefs.h
>>conftest.
$ac_ext
26709 cat >>conftest.
$ac_ext <<_ACEOF
26710 /* end confdefs.h. */
26711 #include <tiffio.h>
26713 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26714 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26716 grep -v '^ *+' conftest.er1
>conftest.err
26718 cat conftest.err
>&5
26719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26720 (exit $ac_status); } >/dev
/null
; then
26721 if test -s conftest.err
; then
26722 ac_cpp_err
=$ac_cxx_preproc_warn_flag
26723 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
26730 if test -z "$ac_cpp_err"; then
26731 ac_header_preproc
=yes
26733 echo "$as_me: failed program was:" >&5
26734 sed 's/^/| /' conftest.
$ac_ext >&5
26736 ac_header_preproc
=no
26738 rm -f conftest.err conftest.
$ac_ext
26739 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26740 echo "${ECHO_T}$ac_header_preproc" >&6
26742 # So? What about this header?
26743 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26745 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
26746 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26747 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
26748 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
26749 ac_header_preproc
=yes
26752 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
26753 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
26754 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
26755 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
26756 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
26757 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
26758 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
26759 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
26760 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
26761 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
26762 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
26763 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
26766 ## ----------------------------------------- ##
26767 ## Report this to wx-dev@lists.wxwidgets.org ##
26768 ## ----------------------------------------- ##
26771 sed "s/^/$as_me: WARNING: /" >&2
26774 echo "$as_me:$LINENO: checking for tiffio.h" >&5
26775 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
26776 if test "${ac_cv_header_tiffio_h+set}" = set; then
26777 echo $ECHO_N "(cached) $ECHO_C" >&6
26779 ac_cv_header_tiffio_h
=$ac_header_preproc
26781 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
26782 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
26785 if test $ac_cv_header_tiffio_h = yes; then
26787 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
26788 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
26789 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
26790 echo $ECHO_N "(cached) $ECHO_C" >&6
26792 ac_check_lib_save_LIBS
=$LIBS
26793 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
26794 cat >conftest.
$ac_ext <<_ACEOF
26797 cat confdefs.h
>>conftest.
$ac_ext
26798 cat >>conftest.
$ac_ext <<_ACEOF
26799 /* end confdefs.h. */
26801 /* Override any gcc2 internal prototype to avoid an error. */
26805 /* We use char because int might match the return type of a gcc2
26806 builtin and then its argument prototype would still apply. */
26816 rm -f conftest.
$ac_objext conftest
$ac_exeext
26817 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26818 (eval $ac_link) 2>conftest.er1
26820 grep -v '^ *+' conftest.er1
>conftest.err
26822 cat conftest.err
>&5
26823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26824 (exit $ac_status); } &&
26825 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26827 (eval $ac_try) 2>&5
26829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26830 (exit $ac_status); }; } &&
26831 { ac_try
='test -s conftest$ac_exeext'
26832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26833 (eval $ac_try) 2>&5
26835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26836 (exit $ac_status); }; }; then
26837 ac_cv_lib_tiff_TIFFError
=yes
26839 echo "$as_me: failed program was:" >&5
26840 sed 's/^/| /' conftest.
$ac_ext >&5
26842 ac_cv_lib_tiff_TIFFError
=no
26844 rm -f conftest.err conftest.
$ac_objext \
26845 conftest
$ac_exeext conftest.
$ac_ext
26846 LIBS
=$ac_check_lib_save_LIBS
26848 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
26849 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
26850 if test $ac_cv_lib_tiff_TIFFError = yes; then
26851 TIFF_LINK
=" -ltiff"
26860 if test "x$TIFF_LINK" = "x" ; then
26861 if test "$wxUSE_LIBTIFF" = "sys" ; then
26862 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
26863 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
26864 { (exit 1); exit 1; }; }
26866 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
26867 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
26868 wxUSE_LIBTIFF
=builtin
26877 if test "$wxUSE_WCHAR_T" != "yes"; then
26878 if test "$wxUSE_EXPAT" != "no"; then
26879 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
26880 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
26883 if test "$wxUSE_XML" != "no"; then
26884 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
26885 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
26890 if test "$wxUSE_EXPAT" != "no"; then
26892 cat >>confdefs.h
<<\_ACEOF
26893 #define wxUSE_EXPAT 1
26896 cat >>confdefs.h
<<\_ACEOF
26897 #define wxUSE_XML 1
26901 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
26902 if test "${ac_cv_header_expat_h+set}" = set; then
26903 echo "$as_me:$LINENO: checking for expat.h" >&5
26904 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
26905 if test "${ac_cv_header_expat_h+set}" = set; then
26906 echo $ECHO_N "(cached) $ECHO_C" >&6
26908 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
26909 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
26911 # Is the header compilable?
26912 echo "$as_me:$LINENO: checking expat.h usability" >&5
26913 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
26914 cat >conftest.
$ac_ext <<_ACEOF
26917 cat confdefs.h
>>conftest.
$ac_ext
26918 cat >>conftest.
$ac_ext <<_ACEOF
26919 /* end confdefs.h. */
26920 $ac_includes_default
26923 rm -f conftest.
$ac_objext
26924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26925 (eval $ac_compile) 2>conftest.er1
26927 grep -v '^ *+' conftest.er1
>conftest.err
26929 cat conftest.err
>&5
26930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26931 (exit $ac_status); } &&
26932 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
26933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26934 (eval $ac_try) 2>&5
26936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26937 (exit $ac_status); }; } &&
26938 { ac_try
='test -s conftest.$ac_objext'
26939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26940 (eval $ac_try) 2>&5
26942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26943 (exit $ac_status); }; }; then
26944 ac_header_compiler
=yes
26946 echo "$as_me: failed program was:" >&5
26947 sed 's/^/| /' conftest.
$ac_ext >&5
26949 ac_header_compiler
=no
26951 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26952 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26953 echo "${ECHO_T}$ac_header_compiler" >&6
26955 # Is the header present?
26956 echo "$as_me:$LINENO: checking expat.h presence" >&5
26957 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
26958 cat >conftest.
$ac_ext <<_ACEOF
26961 cat confdefs.h
>>conftest.
$ac_ext
26962 cat >>conftest.
$ac_ext <<_ACEOF
26963 /* end confdefs.h. */
26966 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26967 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26969 grep -v '^ *+' conftest.er1
>conftest.err
26971 cat conftest.err
>&5
26972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26973 (exit $ac_status); } >/dev
/null
; then
26974 if test -s conftest.err
; then
26975 ac_cpp_err
=$ac_cxx_preproc_warn_flag
26976 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
26983 if test -z "$ac_cpp_err"; then
26984 ac_header_preproc
=yes
26986 echo "$as_me: failed program was:" >&5
26987 sed 's/^/| /' conftest.
$ac_ext >&5
26989 ac_header_preproc
=no
26991 rm -f conftest.err conftest.
$ac_ext
26992 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26993 echo "${ECHO_T}$ac_header_preproc" >&6
26995 # So? What about this header?
26996 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26998 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
26999 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27000 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
27001 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
27002 ac_header_preproc
=yes
27005 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
27006 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
27007 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
27008 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
27009 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
27010 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
27011 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
27012 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
27013 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
27014 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
27015 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
27016 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
27019 ## ----------------------------------------- ##
27020 ## Report this to wx-dev@lists.wxwidgets.org ##
27021 ## ----------------------------------------- ##
27024 sed "s/^/$as_me: WARNING: /" >&2
27027 echo "$as_me:$LINENO: checking for expat.h" >&5
27028 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
27029 if test "${ac_cv_header_expat_h+set}" = set; then
27030 echo $ECHO_N "(cached) $ECHO_C" >&6
27032 ac_cv_header_expat_h
=$ac_header_preproc
27034 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
27035 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
27038 if test $ac_cv_header_expat_h = yes; then
27043 if test "x$found_expat_h" = "x1"; then
27044 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
27045 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
27046 if test "${wx_cv_expat_is_not_broken+set}" = set; then
27047 echo $ECHO_N "(cached) $ECHO_C" >&6
27050 cat >conftest.
$ac_ext <<_ACEOF
27053 cat confdefs.h
>>conftest.
$ac_ext
27054 cat >>conftest.
$ac_ext <<_ACEOF
27055 /* end confdefs.h. */
27065 rm -f conftest.
$ac_objext
27066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27067 (eval $ac_compile) 2>conftest.er1
27069 grep -v '^ *+' conftest.er1
>conftest.err
27071 cat conftest.err
>&5
27072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27073 (exit $ac_status); } &&
27074 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27076 (eval $ac_try) 2>&5
27078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27079 (exit $ac_status); }; } &&
27080 { ac_try
='test -s conftest.$ac_objext'
27081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27082 (eval $ac_try) 2>&5
27084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27085 (exit $ac_status); }; }; then
27086 wx_cv_expat_is_not_broken
=yes
27088 echo "$as_me: failed program was:" >&5
27089 sed 's/^/| /' conftest.
$ac_ext >&5
27091 wx_cv_expat_is_not_broken
=no
27094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27098 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
27099 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
27100 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
27101 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
27102 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
27103 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
27104 echo $ECHO_N "(cached) $ECHO_C" >&6
27106 ac_check_lib_save_LIBS
=$LIBS
27107 LIBS
="-lexpat $LIBS"
27108 cat >conftest.
$ac_ext <<_ACEOF
27111 cat confdefs.h
>>conftest.
$ac_ext
27112 cat >>conftest.
$ac_ext <<_ACEOF
27113 /* end confdefs.h. */
27115 /* Override any gcc2 internal prototype to avoid an error. */
27119 /* We use char because int might match the return type of a gcc2
27120 builtin and then its argument prototype would still apply. */
27121 char XML_ParserCreate ();
27125 XML_ParserCreate ();
27130 rm -f conftest.
$ac_objext conftest
$ac_exeext
27131 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27132 (eval $ac_link) 2>conftest.er1
27134 grep -v '^ *+' conftest.er1
>conftest.err
27136 cat conftest.err
>&5
27137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27138 (exit $ac_status); } &&
27139 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27141 (eval $ac_try) 2>&5
27143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27144 (exit $ac_status); }; } &&
27145 { ac_try
='test -s conftest$ac_exeext'
27146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27147 (eval $ac_try) 2>&5
27149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27150 (exit $ac_status); }; }; then
27151 ac_cv_lib_expat_XML_ParserCreate
=yes
27153 echo "$as_me: failed program was:" >&5
27154 sed 's/^/| /' conftest.
$ac_ext >&5
27156 ac_cv_lib_expat_XML_ParserCreate
=no
27158 rm -f conftest.err conftest.
$ac_objext \
27159 conftest
$ac_exeext conftest.
$ac_ext
27160 LIBS
=$ac_check_lib_save_LIBS
27162 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
27163 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
27164 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
27165 EXPAT_LINK
=" -lexpat"
27170 if test "x$EXPAT_LINK" = "x" ; then
27171 if test "$wxUSE_EXPAT" = "sys" ; then
27172 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
27173 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
27174 { (exit 1); exit 1; }; }
27176 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
27177 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
27178 wxUSE_EXPAT
=builtin
27184 if test "$wxUSE_EXPAT" = "builtin" ; then
27187 subdirs
="$subdirs src/expat"
27194 if test "$wxUSE_LIBMSPACK" != "no"; then
27195 if test "${ac_cv_header_mspack_h+set}" = set; then
27196 echo "$as_me:$LINENO: checking for mspack.h" >&5
27197 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
27198 if test "${ac_cv_header_mspack_h+set}" = set; then
27199 echo $ECHO_N "(cached) $ECHO_C" >&6
27201 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
27202 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
27204 # Is the header compilable?
27205 echo "$as_me:$LINENO: checking mspack.h usability" >&5
27206 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
27207 cat >conftest.
$ac_ext <<_ACEOF
27210 cat confdefs.h
>>conftest.
$ac_ext
27211 cat >>conftest.
$ac_ext <<_ACEOF
27212 /* end confdefs.h. */
27213 $ac_includes_default
27214 #include <mspack.h>
27216 rm -f conftest.
$ac_objext
27217 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27218 (eval $ac_compile) 2>conftest.er1
27220 grep -v '^ *+' conftest.er1
>conftest.err
27222 cat conftest.err
>&5
27223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27224 (exit $ac_status); } &&
27225 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27227 (eval $ac_try) 2>&5
27229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27230 (exit $ac_status); }; } &&
27231 { ac_try
='test -s conftest.$ac_objext'
27232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27233 (eval $ac_try) 2>&5
27235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27236 (exit $ac_status); }; }; then
27237 ac_header_compiler
=yes
27239 echo "$as_me: failed program was:" >&5
27240 sed 's/^/| /' conftest.
$ac_ext >&5
27242 ac_header_compiler
=no
27244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27245 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27246 echo "${ECHO_T}$ac_header_compiler" >&6
27248 # Is the header present?
27249 echo "$as_me:$LINENO: checking mspack.h presence" >&5
27250 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
27251 cat >conftest.
$ac_ext <<_ACEOF
27254 cat confdefs.h
>>conftest.
$ac_ext
27255 cat >>conftest.
$ac_ext <<_ACEOF
27256 /* end confdefs.h. */
27257 #include <mspack.h>
27259 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27260 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27262 grep -v '^ *+' conftest.er1
>conftest.err
27264 cat conftest.err
>&5
27265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27266 (exit $ac_status); } >/dev
/null
; then
27267 if test -s conftest.err
; then
27268 ac_cpp_err
=$ac_cxx_preproc_warn_flag
27269 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
27276 if test -z "$ac_cpp_err"; then
27277 ac_header_preproc
=yes
27279 echo "$as_me: failed program was:" >&5
27280 sed 's/^/| /' conftest.
$ac_ext >&5
27282 ac_header_preproc
=no
27284 rm -f conftest.err conftest.
$ac_ext
27285 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27286 echo "${ECHO_T}$ac_header_preproc" >&6
27288 # So? What about this header?
27289 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
27291 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
27292 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27293 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
27294 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
27295 ac_header_preproc
=yes
27298 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
27299 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
27300 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
27301 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
27302 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
27303 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
27304 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
27305 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
27306 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
27307 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
27308 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
27309 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
27312 ## ----------------------------------------- ##
27313 ## Report this to wx-dev@lists.wxwidgets.org ##
27314 ## ----------------------------------------- ##
27317 sed "s/^/$as_me: WARNING: /" >&2
27320 echo "$as_me:$LINENO: checking for mspack.h" >&5
27321 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
27322 if test "${ac_cv_header_mspack_h+set}" = set; then
27323 echo $ECHO_N "(cached) $ECHO_C" >&6
27325 ac_cv_header_mspack_h
=$ac_header_preproc
27327 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
27328 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
27331 if test $ac_cv_header_mspack_h = yes; then
27336 if test "x$found_mspack_h" = "x1"; then
27337 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
27338 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
27339 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
27340 echo $ECHO_N "(cached) $ECHO_C" >&6
27342 ac_check_lib_save_LIBS
=$LIBS
27343 LIBS
="-lmspack $LIBS"
27344 cat >conftest.
$ac_ext <<_ACEOF
27347 cat confdefs.h
>>conftest.
$ac_ext
27348 cat >>conftest.
$ac_ext <<_ACEOF
27349 /* end confdefs.h. */
27351 /* Override any gcc2 internal prototype to avoid an error. */
27355 /* We use char because int might match the return type of a gcc2
27356 builtin and then its argument prototype would still apply. */
27357 char mspack_create_chm_decompressor ();
27361 mspack_create_chm_decompressor ();
27366 rm -f conftest.
$ac_objext conftest
$ac_exeext
27367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27368 (eval $ac_link) 2>conftest.er1
27370 grep -v '^ *+' conftest.er1
>conftest.err
27372 cat conftest.err
>&5
27373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27374 (exit $ac_status); } &&
27375 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27377 (eval $ac_try) 2>&5
27379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27380 (exit $ac_status); }; } &&
27381 { ac_try
='test -s conftest$ac_exeext'
27382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27383 (eval $ac_try) 2>&5
27385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27386 (exit $ac_status); }; }; then
27387 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
27389 echo "$as_me: failed program was:" >&5
27390 sed 's/^/| /' conftest.
$ac_ext >&5
27392 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
27394 rm -f conftest.err conftest.
$ac_objext \
27395 conftest
$ac_exeext conftest.
$ac_ext
27396 LIBS
=$ac_check_lib_save_LIBS
27398 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
27399 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
27400 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
27401 MSPACK_LINK
=" -lmspack"
27405 if test "x$MSPACK_LINK" = "x" ; then
27410 if test "$wxUSE_LIBMSPACK" != "no"; then
27411 cat >>confdefs.h
<<\_ACEOF
27412 #define wxUSE_LIBMSPACK 1
27426 if test "$USE_WIN32" = 1 ; then
27428 for ac_header
in w32api.h
27430 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27431 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27432 echo "$as_me:$LINENO: checking for $ac_header" >&5
27433 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27434 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27435 echo $ECHO_N "(cached) $ECHO_C" >&6
27437 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27438 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27440 # Is the header compilable?
27441 echo "$as_me:$LINENO: checking $ac_header usability" >&5
27442 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
27443 cat >conftest.
$ac_ext <<_ACEOF
27446 cat confdefs.h
>>conftest.
$ac_ext
27447 cat >>conftest.
$ac_ext <<_ACEOF
27448 /* end confdefs.h. */
27449 $ac_includes_default
27450 #include <$ac_header>
27452 rm -f conftest.
$ac_objext
27453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27454 (eval $ac_compile) 2>conftest.er1
27456 grep -v '^ *+' conftest.er1
>conftest.err
27458 cat conftest.err
>&5
27459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27460 (exit $ac_status); } &&
27461 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27463 (eval $ac_try) 2>&5
27465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27466 (exit $ac_status); }; } &&
27467 { ac_try
='test -s conftest.$ac_objext'
27468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27469 (eval $ac_try) 2>&5
27471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27472 (exit $ac_status); }; }; then
27473 ac_header_compiler
=yes
27475 echo "$as_me: failed program was:" >&5
27476 sed 's/^/| /' conftest.
$ac_ext >&5
27478 ac_header_compiler
=no
27480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27481 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27482 echo "${ECHO_T}$ac_header_compiler" >&6
27484 # Is the header present?
27485 echo "$as_me:$LINENO: checking $ac_header presence" >&5
27486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
27487 cat >conftest.
$ac_ext <<_ACEOF
27490 cat confdefs.h
>>conftest.
$ac_ext
27491 cat >>conftest.
$ac_ext <<_ACEOF
27492 /* end confdefs.h. */
27493 #include <$ac_header>
27495 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27496 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27498 grep -v '^ *+' conftest.er1
>conftest.err
27500 cat conftest.err
>&5
27501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27502 (exit $ac_status); } >/dev
/null
; then
27503 if test -s conftest.err
; then
27504 ac_cpp_err
=$ac_cxx_preproc_warn_flag
27505 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
27512 if test -z "$ac_cpp_err"; then
27513 ac_header_preproc
=yes
27515 echo "$as_me: failed program was:" >&5
27516 sed 's/^/| /' conftest.
$ac_ext >&5
27518 ac_header_preproc
=no
27520 rm -f conftest.err conftest.
$ac_ext
27521 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27522 echo "${ECHO_T}$ac_header_preproc" >&6
27524 # So? What about this header?
27525 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
27527 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27528 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27530 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27531 ac_header_preproc
=yes
27534 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27535 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27536 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27537 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27538 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27539 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27540 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27541 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
27542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27543 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27544 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27545 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27548 ## ----------------------------------------- ##
27549 ## Report this to wx-dev@lists.wxwidgets.org ##
27550 ## ----------------------------------------- ##
27553 sed "s/^/$as_me: WARNING: /" >&2
27556 echo "$as_me:$LINENO: checking for $ac_header" >&5
27557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27558 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27559 echo $ECHO_N "(cached) $ECHO_C" >&6
27561 eval "$as_ac_Header=\$ac_header_preproc"
27563 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27564 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27567 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27568 cat >>confdefs.h
<<_ACEOF
27569 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27576 if test "${ac_cv_header_windows_h+set}" = set; then
27577 echo "$as_me:$LINENO: checking for windows.h" >&5
27578 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
27579 if test "${ac_cv_header_windows_h+set}" = set; then
27580 echo $ECHO_N "(cached) $ECHO_C" >&6
27582 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
27583 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
27585 # Is the header compilable?
27586 echo "$as_me:$LINENO: checking windows.h usability" >&5
27587 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
27588 cat >conftest.
$ac_ext <<_ACEOF
27591 cat confdefs.h
>>conftest.
$ac_ext
27592 cat >>conftest.
$ac_ext <<_ACEOF
27593 /* end confdefs.h. */
27594 $ac_includes_default
27595 #include <windows.h>
27597 rm -f conftest.
$ac_objext
27598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27599 (eval $ac_compile) 2>conftest.er1
27601 grep -v '^ *+' conftest.er1
>conftest.err
27603 cat conftest.err
>&5
27604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27605 (exit $ac_status); } &&
27606 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27608 (eval $ac_try) 2>&5
27610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27611 (exit $ac_status); }; } &&
27612 { ac_try
='test -s conftest.$ac_objext'
27613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27614 (eval $ac_try) 2>&5
27616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27617 (exit $ac_status); }; }; then
27618 ac_header_compiler
=yes
27620 echo "$as_me: failed program was:" >&5
27621 sed 's/^/| /' conftest.
$ac_ext >&5
27623 ac_header_compiler
=no
27625 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27626 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27627 echo "${ECHO_T}$ac_header_compiler" >&6
27629 # Is the header present?
27630 echo "$as_me:$LINENO: checking windows.h presence" >&5
27631 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
27632 cat >conftest.
$ac_ext <<_ACEOF
27635 cat confdefs.h
>>conftest.
$ac_ext
27636 cat >>conftest.
$ac_ext <<_ACEOF
27637 /* end confdefs.h. */
27638 #include <windows.h>
27640 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27641 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27643 grep -v '^ *+' conftest.er1
>conftest.err
27645 cat conftest.err
>&5
27646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27647 (exit $ac_status); } >/dev
/null
; then
27648 if test -s conftest.err
; then
27649 ac_cpp_err
=$ac_cxx_preproc_warn_flag
27650 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
27657 if test -z "$ac_cpp_err"; then
27658 ac_header_preproc
=yes
27660 echo "$as_me: failed program was:" >&5
27661 sed 's/^/| /' conftest.
$ac_ext >&5
27663 ac_header_preproc
=no
27665 rm -f conftest.err conftest.
$ac_ext
27666 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27667 echo "${ECHO_T}$ac_header_preproc" >&6
27669 # So? What about this header?
27670 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
27672 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
27673 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27674 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
27675 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
27676 ac_header_preproc
=yes
27679 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
27680 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
27681 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
27682 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
27683 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
27684 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
27685 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
27686 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
27687 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
27688 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
27689 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
27690 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
27693 ## ----------------------------------------- ##
27694 ## Report this to wx-dev@lists.wxwidgets.org ##
27695 ## ----------------------------------------- ##
27698 sed "s/^/$as_me: WARNING: /" >&2
27701 echo "$as_me:$LINENO: checking for windows.h" >&5
27702 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
27703 if test "${ac_cv_header_windows_h+set}" = set; then
27704 echo $ECHO_N "(cached) $ECHO_C" >&6
27706 ac_cv_header_windows_h
=$ac_header_preproc
27708 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
27709 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
27712 if test $ac_cv_header_windows_h = yes; then
27716 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
27717 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
27718 { (exit 1); exit 1; }; }
27724 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
27726 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
27727 LIBS
="$LIBS -loleacc"
27732 LIBS
="$LIBS -lkernel32 -luser32"
27735 if test "$wxUSE_ODBC" = "sys" ; then
27738 if test "$wxUSE_ODBC" = "yes" ; then
27739 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
27740 cat >>confdefs.h
<<\_ACEOF
27741 #define wxUSE_ODBC 1
27746 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
27747 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
27749 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
27751 WIN32INSTALL
=win32install
27753 echo "$as_me:$LINENO: checking for boolean" >&5
27754 echo $ECHO_N "checking for boolean... $ECHO_C" >&6
27755 if test "${ac_cv_type_boolean+set}" = set; then
27756 echo $ECHO_N "(cached) $ECHO_C" >&6
27758 cat >conftest.
$ac_ext <<_ACEOF
27761 cat confdefs.h
>>conftest.
$ac_ext
27762 cat >>conftest.
$ac_ext <<_ACEOF
27763 /* end confdefs.h. */
27764 #include <windows.h>
27771 if (sizeof (boolean))
27777 rm -f conftest.
$ac_objext
27778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27779 (eval $ac_compile) 2>conftest.er1
27781 grep -v '^ *+' conftest.er1
>conftest.err
27783 cat conftest.err
>&5
27784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27785 (exit $ac_status); } &&
27786 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27788 (eval $ac_try) 2>&5
27790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27791 (exit $ac_status); }; } &&
27792 { ac_try
='test -s conftest.$ac_objext'
27793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27794 (eval $ac_try) 2>&5
27796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27797 (exit $ac_status); }; }; then
27798 ac_cv_type_boolean
=yes
27800 echo "$as_me: failed program was:" >&5
27801 sed 's/^/| /' conftest.
$ac_ext >&5
27803 ac_cv_type_boolean
=no
27805 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27807 echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27808 echo "${ECHO_T}$ac_cv_type_boolean" >&6
27809 if test $ac_cv_type_boolean = yes; then
27811 cat >>confdefs.h
<<_ACEOF
27812 #define HAVE_BOOLEAN 1
27820 for ac_header
in pbt.h
27822 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27824 echo "$as_me:$LINENO: checking for $ac_header" >&5
27825 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27826 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27827 echo $ECHO_N "(cached) $ECHO_C" >&6
27829 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27830 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27832 # Is the header compilable?
27833 echo "$as_me:$LINENO: checking $ac_header usability" >&5
27834 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
27835 cat >conftest.
$ac_ext <<_ACEOF
27838 cat confdefs.h
>>conftest.
$ac_ext
27839 cat >>conftest.
$ac_ext <<_ACEOF
27840 /* end confdefs.h. */
27841 $ac_includes_default
27842 #include <$ac_header>
27844 rm -f conftest.
$ac_objext
27845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27846 (eval $ac_compile) 2>conftest.er1
27848 grep -v '^ *+' conftest.er1
>conftest.err
27850 cat conftest.err
>&5
27851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27852 (exit $ac_status); } &&
27853 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
27854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27855 (eval $ac_try) 2>&5
27857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27858 (exit $ac_status); }; } &&
27859 { ac_try
='test -s conftest.$ac_objext'
27860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27861 (eval $ac_try) 2>&5
27863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27864 (exit $ac_status); }; }; then
27865 ac_header_compiler
=yes
27867 echo "$as_me: failed program was:" >&5
27868 sed 's/^/| /' conftest.
$ac_ext >&5
27870 ac_header_compiler
=no
27872 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27873 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27874 echo "${ECHO_T}$ac_header_compiler" >&6
27876 # Is the header present?
27877 echo "$as_me:$LINENO: checking $ac_header presence" >&5
27878 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
27879 cat >conftest.
$ac_ext <<_ACEOF
27882 cat confdefs.h
>>conftest.
$ac_ext
27883 cat >>conftest.
$ac_ext <<_ACEOF
27884 /* end confdefs.h. */
27885 #include <$ac_header>
27887 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27888 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27890 grep -v '^ *+' conftest.er1
>conftest.err
27892 cat conftest.err
>&5
27893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27894 (exit $ac_status); } >/dev
/null
; then
27895 if test -s conftest.err
; then
27896 ac_cpp_err
=$ac_cxx_preproc_warn_flag
27897 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
27904 if test -z "$ac_cpp_err"; then
27905 ac_header_preproc
=yes
27907 echo "$as_me: failed program was:" >&5
27908 sed 's/^/| /' conftest.
$ac_ext >&5
27910 ac_header_preproc
=no
27912 rm -f conftest.err conftest.
$ac_ext
27913 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27914 echo "${ECHO_T}$ac_header_preproc" >&6
27916 # So? What about this header?
27917 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
27919 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27920 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27921 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27922 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27923 ac_header_preproc
=yes
27926 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27927 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27928 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27929 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27930 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27931 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27932 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27933 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
27934 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27935 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27936 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27937 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27940 ## ----------------------------------------- ##
27941 ## Report this to wx-dev@lists.wxwidgets.org ##
27942 ## ----------------------------------------- ##
27945 sed "s/^/$as_me: WARNING: /" >&2
27948 echo "$as_me:$LINENO: checking for $ac_header" >&5
27949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27950 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27951 echo $ECHO_N "(cached) $ECHO_C" >&6
27953 eval "$as_ac_Header=\$ac_header_preproc"
27955 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27956 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27959 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27960 cat >>confdefs.h
<<_ACEOF
27961 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27965 cat >>confdefs.h
<<\_ACEOF
27966 #define NEED_PBT_H 1
27975 if test "$wxUSE_GUI" = "yes"; then
27985 if test "$wxUSE_COCOA" = 1 ; then
27986 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
27987 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
27988 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
27989 wxUSE_PRINTING_ARCHITECTURE
=no
27991 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
27992 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
27993 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
27994 wxUSE_DRAG_AND_DROP
=no
27996 if test "$wxUSE_DRAGIMAGE" = "yes"; then
27997 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
27998 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
28003 if test "$wxUSE_MSW" = 1 ; then
28009 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
28013 if test "$wxUSE_GTK" = 1; then
28015 ac_cpp
='$CPP $CPPFLAGS'
28016 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28017 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28018 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
28021 echo "$as_me:$LINENO: checking for GTK+ version" >&5
28022 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
28024 gtk_version_cached
=1
28025 if test "${wx_cv_lib_gtk+set}" = set; then
28026 echo $ECHO_N "(cached) $ECHO_C" >&6
28029 gtk_version_cached
=0
28030 echo "$as_me:$LINENO: result: " >&5
28031 echo "${ECHO_T}" >&6
28034 if test "$wxUSE_THREADS" = "yes"; then
28035 GTK_MODULES
=gthread
28039 if test "x$wxGTK_VERSION" != "x1"
28043 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
28048 # Check whether --enable-gtktest or --disable-gtktest was given.
28049 if test "${enable_gtktest+set}" = set; then
28050 enableval
="$enable_gtktest"
28056 pkg_config_args
=gtk
+-2.0
28057 for module
in .
$GTK_MODULES
28061 pkg_config_args
="$pkg_config_args gthread-2.0"
28068 # Extract the first word of "pkg-config", so it can be a program name with args.
28069 set dummy pkg
-config; ac_word
=$2
28070 echo "$as_me:$LINENO: checking for $ac_word" >&5
28071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28072 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28073 echo $ECHO_N "(cached) $ECHO_C" >&6
28075 case $PKG_CONFIG in
28077 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28080 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28081 for as_dir
in $PATH
28084 test -z "$as_dir" && as_dir
=.
28085 for ac_exec_ext
in '' $ac_executable_extensions; do
28086 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28087 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28094 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
28098 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28100 if test -n "$PKG_CONFIG"; then
28101 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28102 echo "${ECHO_T}$PKG_CONFIG" >&6
28104 echo "$as_me:$LINENO: result: no" >&5
28105 echo "${ECHO_T}no" >&6
28109 if test x
$PKG_CONFIG != xno
; then
28110 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
28113 echo "*** pkg-config too old; version 0.7 or better required."
28121 min_gtk_version
=2.0.0
28122 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
28123 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
28125 if test x
$PKG_CONFIG != xno
; then
28126 ## don't try to run the test against uninstalled libtool libs
28127 if $PKG_CONFIG --uninstalled $pkg_config_args; then
28128 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
28132 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
28139 if test x
"$no_gtk" = x
; then
28140 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
28141 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
28142 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
28143 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28144 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
28145 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28146 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
28147 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28148 if test "x$enable_gtktest" = "xyes" ; then
28149 ac_save_CFLAGS
="$CFLAGS"
28150 ac_save_LIBS
="$LIBS"
28151 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28152 LIBS
="$GTK_LIBS $LIBS"
28154 if test "$cross_compiling" = yes; then
28155 echo $ac_n "cross compiling; assumed OK... $ac_c"
28157 cat >conftest.
$ac_ext <<_ACEOF
28160 cat confdefs.h
>>conftest.
$ac_ext
28161 cat >>conftest.
$ac_ext <<_ACEOF
28162 /* end confdefs.h. */
28164 #include <gtk/gtk.h>
28166 #include <stdlib.h>
28171 int major, minor, micro;
28174 system ("touch conf.gtktest");
28176 /* HP/UX 9 (%@#!) writes to sscanf strings */
28177 tmp_version = g_strdup("$min_gtk_version");
28178 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
28179 printf("%s, bad version string\n", "$min_gtk_version");
28183 if ((gtk_major_version != $gtk_config_major_version) ||
28184 (gtk_minor_version != $gtk_config_minor_version) ||
28185 (gtk_micro_version != $gtk_config_micro_version))
28187 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28188 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28189 gtk_major_version, gtk_minor_version, gtk_micro_version);
28190 printf ("*** was found! If pkg-config was correct, then it is best\n");
28191 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28192 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28193 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28194 printf("*** required on your system.\n");
28195 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
28196 printf("*** to point to the correct configuration files\n");
28198 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28199 (gtk_minor_version != GTK_MINOR_VERSION) ||
28200 (gtk_micro_version != GTK_MICRO_VERSION))
28202 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28203 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28204 printf("*** library (version %d.%d.%d)\n",
28205 gtk_major_version, gtk_minor_version, gtk_micro_version);
28209 if ((gtk_major_version > major) ||
28210 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28211 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28217 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28218 gtk_major_version, gtk_minor_version, gtk_micro_version);
28219 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28220 major, minor, micro);
28221 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28223 printf("*** If you have already installed a sufficiently new version, this error\n");
28224 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
28225 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28226 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
28227 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
28228 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28229 printf("*** so that the correct libraries are found at run-time))\n");
28236 rm -f conftest
$ac_exeext
28237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28238 (eval $ac_link) 2>&5
28240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28241 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28243 (eval $ac_try) 2>&5
28245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28246 (exit $ac_status); }; }; then
28249 echo "$as_me: program exited with status $ac_status" >&5
28250 echo "$as_me: failed program was:" >&5
28251 sed 's/^/| /' conftest.
$ac_ext >&5
28253 ( exit $ac_status )
28256 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
28258 CFLAGS
="$ac_save_CFLAGS"
28259 LIBS
="$ac_save_LIBS"
28262 if test "x$no_gtk" = x
; then
28263 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
28264 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
28267 echo "$as_me:$LINENO: result: no" >&5
28268 echo "${ECHO_T}no" >&6
28269 if test "$PKG_CONFIG" = "no" ; then
28270 echo "*** A new enough version of pkg-config was not found."
28271 echo "*** See http://pkgconfig.sourceforge.net"
28273 if test -f conf.gtktest
; then
28276 echo "*** Could not run GTK+ test program, checking why..."
28277 ac_save_CFLAGS
="$CFLAGS"
28278 ac_save_LIBS
="$LIBS"
28279 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28280 LIBS
="$LIBS $GTK_LIBS"
28281 cat >conftest.
$ac_ext <<_ACEOF
28284 cat confdefs.h
>>conftest.
$ac_ext
28285 cat >>conftest.
$ac_ext <<_ACEOF
28286 /* end confdefs.h. */
28288 #include <gtk/gtk.h>
28294 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28299 rm -f conftest.
$ac_objext conftest
$ac_exeext
28300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28301 (eval $ac_link) 2>conftest.er1
28303 grep -v '^ *+' conftest.er1
>conftest.err
28305 cat conftest.err
>&5
28306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28307 (exit $ac_status); } &&
28308 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28310 (eval $ac_try) 2>&5
28312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28313 (exit $ac_status); }; } &&
28314 { ac_try
='test -s conftest$ac_exeext'
28315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28316 (eval $ac_try) 2>&5
28318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28319 (exit $ac_status); }; }; then
28320 echo "*** The test program compiled, but did not run. This usually means"
28321 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
28322 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
28323 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28324 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28325 echo "*** is required on your system"
28327 echo "*** If you have an old version installed, it is best to remove it, although"
28328 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28330 echo "$as_me: failed program was:" >&5
28331 sed 's/^/| /' conftest.
$ac_ext >&5
28333 echo "*** The test program failed to compile or link. See the file config.log for the"
28334 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
28336 rm -f conftest.err conftest.
$ac_objext \
28337 conftest
$ac_exeext conftest.
$ac_ext
28338 CFLAGS
="$ac_save_CFLAGS"
28339 LIBS
="$ac_save_LIBS"
28353 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
28354 GTK_CFLAGS
=`echo $GTK_CFLAGS | sed 's/-mt//'`
28355 GTK_LIBS
=`echo $GTK_LIBS | sed 's/-mt//'`
28357 if test "$wxUSE_SHARED" != "yes"; then
28358 GTK_LIBS
="$GTK_LIBS -lX11"
28363 if test -z "$wx_cv_lib_gtk"; then
28364 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
28366 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
28367 if test "${with_gtk_prefix+set}" = set; then
28368 withval
="$with_gtk_prefix"
28369 gtk_config_prefix
="$withval"
28371 gtk_config_prefix
=""
28374 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
28375 if test "${with_gtk_exec_prefix+set}" = set; then
28376 withval
="$with_gtk_exec_prefix"
28377 gtk_config_exec_prefix
="$withval"
28379 gtk_config_exec_prefix
=""
28381 # Check whether --enable-gtktest or --disable-gtktest was given.
28382 if test "${enable_gtktest+set}" = set; then
28383 enableval
="$enable_gtktest"
28389 for module
in .
$GTK_MODULES
28393 gtk_config_args
="$gtk_config_args gthread"
28398 if test x
$gtk_config_exec_prefix != x
; then
28399 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28400 if test x
${GTK_CONFIG+set} != xset
; then
28401 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
28404 if test x
$gtk_config_prefix != x
; then
28405 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
28406 if test x
${GTK_CONFIG+set} != xset
; then
28407 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
28411 # Extract the first word of "gtk-config", so it can be a program name with args.
28412 set dummy gtk
-config; ac_word
=$2
28413 echo "$as_me:$LINENO: checking for $ac_word" >&5
28414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28415 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28416 echo $ECHO_N "(cached) $ECHO_C" >&6
28418 case $GTK_CONFIG in
28420 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
28423 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28424 for as_dir
in $PATH
28427 test -z "$as_dir" && as_dir
=.
28428 for ac_exec_ext
in '' $ac_executable_extensions; do
28429 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28430 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28437 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
28441 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
28443 if test -n "$GTK_CONFIG"; then
28444 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28445 echo "${ECHO_T}$GTK_CONFIG" >&6
28447 echo "$as_me:$LINENO: result: no" >&5
28448 echo "${ECHO_T}no" >&6
28451 min_gtk_version
=1.2.7
28452 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28453 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
28455 if test "$GTK_CONFIG" = "no" ; then
28458 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
28459 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
28460 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
28461 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28462 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
28463 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28464 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
28465 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28466 if test "x$enable_gtktest" = "xyes" ; then
28467 ac_save_CFLAGS
="$CFLAGS"
28468 ac_save_LIBS
="$LIBS"
28469 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28470 LIBS
="$GTK_LIBS $LIBS"
28472 if test "$cross_compiling" = yes; then
28473 echo $ac_n "cross compiling; assumed OK... $ac_c"
28475 cat >conftest.
$ac_ext <<_ACEOF
28478 cat confdefs.h
>>conftest.
$ac_ext
28479 cat >>conftest.
$ac_ext <<_ACEOF
28480 /* end confdefs.h. */
28482 #include <gtk/gtk.h>
28484 #include <stdlib.h>
28489 int major, minor, micro;
28492 system ("touch conf.gtktest");
28494 /* HP/UX 9 (%@#!) writes to sscanf strings */
28495 tmp_version = g_strdup("$min_gtk_version");
28496 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
28497 printf("%s, bad version string\n", "$min_gtk_version");
28501 if ((gtk_major_version != $gtk_config_major_version) ||
28502 (gtk_minor_version != $gtk_config_minor_version) ||
28503 (gtk_micro_version != $gtk_config_micro_version))
28505 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28506 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28507 gtk_major_version, gtk_minor_version, gtk_micro_version);
28508 printf ("*** was found! If gtk-config was correct, then it is best\n");
28509 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28510 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28511 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28512 printf("*** required on your system.\n");
28513 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28514 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28515 printf("*** before re-running configure\n");
28517 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28518 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28519 (gtk_minor_version != GTK_MINOR_VERSION) ||
28520 (gtk_micro_version != GTK_MICRO_VERSION))
28522 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28523 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28524 printf("*** library (version %d.%d.%d)\n",
28525 gtk_major_version, gtk_minor_version, gtk_micro_version);
28527 #endif /* defined (GTK_MAJOR_VERSION) ... */
28530 if ((gtk_major_version > major) ||
28531 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28532 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28538 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28539 gtk_major_version, gtk_minor_version, gtk_micro_version);
28540 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28541 major, minor, micro);
28542 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28544 printf("*** If you have already installed a sufficiently new version, this error\n");
28545 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
28546 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28547 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
28548 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
28549 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28550 printf("*** so that the correct libraries are found at run-time))\n");
28557 rm -f conftest
$ac_exeext
28558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28559 (eval $ac_link) 2>&5
28561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28562 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28564 (eval $ac_try) 2>&5
28566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28567 (exit $ac_status); }; }; then
28570 echo "$as_me: program exited with status $ac_status" >&5
28571 echo "$as_me: failed program was:" >&5
28572 sed 's/^/| /' conftest.
$ac_ext >&5
28574 ( exit $ac_status )
28577 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
28579 CFLAGS
="$ac_save_CFLAGS"
28580 LIBS
="$ac_save_LIBS"
28583 if test "x$no_gtk" = x
; then
28584 echo "$as_me:$LINENO: result: yes" >&5
28585 echo "${ECHO_T}yes" >&6
28586 wx_cv_lib_gtk
=1.2.7
28588 echo "$as_me:$LINENO: result: no" >&5
28589 echo "${ECHO_T}no" >&6
28590 if test "$GTK_CONFIG" = "no" ; then
28591 echo "*** The gtk-config script installed by GTK could not be found"
28592 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
28593 echo "*** your path, or set the GTK_CONFIG environment variable to the"
28594 echo "*** full path to gtk-config."
28596 if test -f conf.gtktest
; then
28599 echo "*** Could not run GTK test program, checking why..."
28600 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28601 LIBS
="$LIBS $GTK_LIBS"
28602 cat >conftest.
$ac_ext <<_ACEOF
28605 cat confdefs.h
>>conftest.
$ac_ext
28606 cat >>conftest.
$ac_ext <<_ACEOF
28607 /* end confdefs.h. */
28609 #include <gtk/gtk.h>
28615 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28620 rm -f conftest.
$ac_objext conftest
$ac_exeext
28621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28622 (eval $ac_link) 2>conftest.er1
28624 grep -v '^ *+' conftest.er1
>conftest.err
28626 cat conftest.err
>&5
28627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28628 (exit $ac_status); } &&
28629 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28631 (eval $ac_try) 2>&5
28633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28634 (exit $ac_status); }; } &&
28635 { ac_try
='test -s conftest$ac_exeext'
28636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28637 (eval $ac_try) 2>&5
28639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28640 (exit $ac_status); }; }; then
28641 echo "*** The test program compiled, but did not run. This usually means"
28642 echo "*** that the run-time linker is not finding GTK or finding the wrong"
28643 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
28644 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28645 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28646 echo "*** is required on your system"
28648 echo "*** If you have an old version installed, it is best to remove it, although"
28649 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28651 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
28652 echo "*** came with the system with the command"
28654 echo "*** rpm --erase --nodeps gtk gtk-devel"
28656 echo "$as_me: failed program was:" >&5
28657 sed 's/^/| /' conftest.
$ac_ext >&5
28659 echo "*** The test program failed to compile or link. See the file config.log for the"
28660 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
28661 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
28662 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
28664 rm -f conftest.err conftest.
$ac_objext \
28665 conftest
$ac_exeext conftest.
$ac_ext
28666 CFLAGS
="$ac_save_CFLAGS"
28667 LIBS
="$ac_save_LIBS"
28679 if test -z "$wx_cv_lib_gtk"; then
28681 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
28682 if test "${with_gtk_prefix+set}" = set; then
28683 withval
="$with_gtk_prefix"
28684 gtk_config_prefix
="$withval"
28686 gtk_config_prefix
=""
28689 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
28690 if test "${with_gtk_exec_prefix+set}" = set; then
28691 withval
="$with_gtk_exec_prefix"
28692 gtk_config_exec_prefix
="$withval"
28694 gtk_config_exec_prefix
=""
28696 # Check whether --enable-gtktest or --disable-gtktest was given.
28697 if test "${enable_gtktest+set}" = set; then
28698 enableval
="$enable_gtktest"
28704 for module
in .
$GTK_MODULES
28708 gtk_config_args
="$gtk_config_args gthread"
28713 if test x
$gtk_config_exec_prefix != x
; then
28714 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
28715 if test x
${GTK_CONFIG+set} != xset
; then
28716 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
28719 if test x
$gtk_config_prefix != x
; then
28720 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
28721 if test x
${GTK_CONFIG+set} != xset
; then
28722 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
28726 # Extract the first word of "gtk-config", so it can be a program name with args.
28727 set dummy gtk
-config; ac_word
=$2
28728 echo "$as_me:$LINENO: checking for $ac_word" >&5
28729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28730 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
28731 echo $ECHO_N "(cached) $ECHO_C" >&6
28733 case $GTK_CONFIG in
28735 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
28738 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28739 for as_dir
in $PATH
28742 test -z "$as_dir" && as_dir
=.
28743 for ac_exec_ext
in '' $ac_executable_extensions; do
28744 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28745 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28746 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28752 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
28756 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
28758 if test -n "$GTK_CONFIG"; then
28759 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28760 echo "${ECHO_T}$GTK_CONFIG" >&6
28762 echo "$as_me:$LINENO: result: no" >&5
28763 echo "${ECHO_T}no" >&6
28766 min_gtk_version
=1.2.3
28767 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28768 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
28770 if test "$GTK_CONFIG" = "no" ; then
28773 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
28774 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
28775 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
28776 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28777 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
28778 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28779 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
28780 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28781 if test "x$enable_gtktest" = "xyes" ; then
28782 ac_save_CFLAGS
="$CFLAGS"
28783 ac_save_LIBS
="$LIBS"
28784 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28785 LIBS
="$GTK_LIBS $LIBS"
28787 if test "$cross_compiling" = yes; then
28788 echo $ac_n "cross compiling; assumed OK... $ac_c"
28790 cat >conftest.
$ac_ext <<_ACEOF
28793 cat confdefs.h
>>conftest.
$ac_ext
28794 cat >>conftest.
$ac_ext <<_ACEOF
28795 /* end confdefs.h. */
28797 #include <gtk/gtk.h>
28799 #include <stdlib.h>
28804 int major, minor, micro;
28807 system ("touch conf.gtktest");
28809 /* HP/UX 9 (%@#!) writes to sscanf strings */
28810 tmp_version = g_strdup("$min_gtk_version");
28811 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
28812 printf("%s, bad version string\n", "$min_gtk_version");
28816 if ((gtk_major_version != $gtk_config_major_version) ||
28817 (gtk_minor_version != $gtk_config_minor_version) ||
28818 (gtk_micro_version != $gtk_config_micro_version))
28820 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28821 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28822 gtk_major_version, gtk_minor_version, gtk_micro_version);
28823 printf ("*** was found! If gtk-config was correct, then it is best\n");
28824 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28825 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28826 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28827 printf("*** required on your system.\n");
28828 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28829 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28830 printf("*** before re-running configure\n");
28832 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28833 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28834 (gtk_minor_version != GTK_MINOR_VERSION) ||
28835 (gtk_micro_version != GTK_MICRO_VERSION))
28837 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28838 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28839 printf("*** library (version %d.%d.%d)\n",
28840 gtk_major_version, gtk_minor_version, gtk_micro_version);
28842 #endif /* defined (GTK_MAJOR_VERSION) ... */
28845 if ((gtk_major_version > major) ||
28846 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28847 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28853 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28854 gtk_major_version, gtk_minor_version, gtk_micro_version);
28855 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28856 major, minor, micro);
28857 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28859 printf("*** If you have already installed a sufficiently new version, this error\n");
28860 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
28861 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28862 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
28863 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
28864 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28865 printf("*** so that the correct libraries are found at run-time))\n");
28872 rm -f conftest
$ac_exeext
28873 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28874 (eval $ac_link) 2>&5
28876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28877 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28879 (eval $ac_try) 2>&5
28881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28882 (exit $ac_status); }; }; then
28885 echo "$as_me: program exited with status $ac_status" >&5
28886 echo "$as_me: failed program was:" >&5
28887 sed 's/^/| /' conftest.
$ac_ext >&5
28889 ( exit $ac_status )
28892 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
28894 CFLAGS
="$ac_save_CFLAGS"
28895 LIBS
="$ac_save_LIBS"
28898 if test "x$no_gtk" = x
; then
28899 echo "$as_me:$LINENO: result: yes" >&5
28900 echo "${ECHO_T}yes" >&6
28901 wx_cv_lib_gtk
=1.2.3
28903 echo "$as_me:$LINENO: result: no" >&5
28904 echo "${ECHO_T}no" >&6
28905 if test "$GTK_CONFIG" = "no" ; then
28906 echo "*** The gtk-config script installed by GTK could not be found"
28907 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
28908 echo "*** your path, or set the GTK_CONFIG environment variable to the"
28909 echo "*** full path to gtk-config."
28911 if test -f conf.gtktest
; then
28914 echo "*** Could not run GTK test program, checking why..."
28915 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28916 LIBS
="$LIBS $GTK_LIBS"
28917 cat >conftest.
$ac_ext <<_ACEOF
28920 cat confdefs.h
>>conftest.
$ac_ext
28921 cat >>conftest.
$ac_ext <<_ACEOF
28922 /* end confdefs.h. */
28924 #include <gtk/gtk.h>
28930 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28935 rm -f conftest.
$ac_objext conftest
$ac_exeext
28936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28937 (eval $ac_link) 2>conftest.er1
28939 grep -v '^ *+' conftest.er1
>conftest.err
28941 cat conftest.err
>&5
28942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28943 (exit $ac_status); } &&
28944 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28946 (eval $ac_try) 2>&5
28948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28949 (exit $ac_status); }; } &&
28950 { ac_try
='test -s conftest$ac_exeext'
28951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28952 (eval $ac_try) 2>&5
28954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28955 (exit $ac_status); }; }; then
28956 echo "*** The test program compiled, but did not run. This usually means"
28957 echo "*** that the run-time linker is not finding GTK or finding the wrong"
28958 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
28959 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28960 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28961 echo "*** is required on your system"
28963 echo "*** If you have an old version installed, it is best to remove it, although"
28964 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28966 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
28967 echo "*** came with the system with the command"
28969 echo "*** rpm --erase --nodeps gtk gtk-devel"
28971 echo "$as_me: failed program was:" >&5
28972 sed 's/^/| /' conftest.
$ac_ext >&5
28974 echo "*** The test program failed to compile or link. See the file config.log for the"
28975 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
28976 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
28977 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
28979 rm -f conftest.err conftest.
$ac_objext \
28980 conftest
$ac_exeext conftest.
$ac_ext
28981 CFLAGS
="$ac_save_CFLAGS"
28982 LIBS
="$ac_save_LIBS"
28997 if test -z "$wx_cv_lib_gtk"; then
29000 wx_cv_cflags_gtk
=$GTK_CFLAGS
29001 wx_cv_libs_gtk
=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
29008 if test "$gtk_version_cached" = 1; then
29009 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
29010 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
29013 case "$wx_cv_lib_gtk" in
29022 *) { { echo "$as_me:$LINENO: error:
29023 The development files for GTK+ were not found. For GTK+ 2, please
29024 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29025 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29026 and that the version is 1.2.3 or above. Also check that the
29027 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29028 --libs' are in the LD_LIBRARY_PATH or equivalent.
29030 echo "$as_me: error:
29031 The development files for GTK+ were not found. For GTK+ 2, please
29032 ensure that pkg-config is in the path and that gtk+-2.0.pc is
29033 installed. For GTK+ 1.2 please check that gtk-config is in the path,
29034 and that the version is 1.2.3 or above. Also check that the
29035 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
29036 --libs' are in the LD_LIBRARY_PATH or equivalent.
29038 { (exit 1); exit 1; }; }
29042 if test "$WXGTK20" = 1; then
29043 save_CFLAGS
="$CFLAGS"
29045 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
29046 LIBS
="$LIBS $wx_cv_libs_gtk"
29048 echo "$as_me:$LINENO: checking whether gtk_icon_size_lookup is declared" >&5
29049 echo $ECHO_N "checking whether gtk_icon_size_lookup is declared... $ECHO_C" >&6
29050 if test "${ac_cv_have_decl_gtk_icon_size_lookup+set}" = set; then
29051 echo $ECHO_N "(cached) $ECHO_C" >&6
29053 cat >conftest.
$ac_ext <<_ACEOF
29056 cat confdefs.h
>>conftest.
$ac_ext
29057 cat >>conftest.
$ac_ext <<_ACEOF
29058 /* end confdefs.h. */
29059 #include <gtk/gtk.h>
29064 #ifndef gtk_icon_size_lookup
29065 char *p = (char *) gtk_icon_size_lookup;
29072 rm -f conftest.
$ac_objext
29073 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29074 (eval $ac_compile) 2>conftest.er1
29076 grep -v '^ *+' conftest.er1
>conftest.err
29078 cat conftest.err
>&5
29079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29080 (exit $ac_status); } &&
29081 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29083 (eval $ac_try) 2>&5
29085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29086 (exit $ac_status); }; } &&
29087 { ac_try
='test -s conftest.$ac_objext'
29088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29089 (eval $ac_try) 2>&5
29091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29092 (exit $ac_status); }; }; then
29093 ac_cv_have_decl_gtk_icon_size_lookup
=yes
29095 echo "$as_me: failed program was:" >&5
29096 sed 's/^/| /' conftest.
$ac_ext >&5
29098 ac_cv_have_decl_gtk_icon_size_lookup
=no
29100 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29102 echo "$as_me:$LINENO: result: $ac_cv_have_decl_gtk_icon_size_lookup" >&5
29103 echo "${ECHO_T}$ac_cv_have_decl_gtk_icon_size_lookup" >&6
29104 if test $ac_cv_have_decl_gtk_icon_size_lookup = yes; then
29106 cat >>confdefs.h
<<_ACEOF
29107 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 1
29112 cat >>confdefs.h
<<_ACEOF
29113 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 0
29116 cat >>confdefs.h
<<\_ACEOF
29117 #define NEED_GTK_ICON_SIZE_LOOKUP 1
29124 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
29125 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6
29126 cat >conftest.
$ac_ext <<_ACEOF
29129 cat confdefs.h
>>conftest.
$ac_ext
29130 cat >>conftest.
$ac_ext <<_ACEOF
29131 /* end confdefs.h. */
29133 #include <gtk/gtk.h>
29139 #if !GTK_CHECK_VERSION(2,6,0)
29147 rm -f conftest.
$ac_objext
29148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29149 (eval $ac_compile) 2>conftest.er1
29151 grep -v '^ *+' conftest.er1
>conftest.err
29153 cat conftest.err
>&5
29154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29155 (exit $ac_status); } &&
29156 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29158 (eval $ac_try) 2>&5
29160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29161 (exit $ac_status); }; } &&
29162 { ac_try
='test -s conftest.$ac_objext'
29163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29164 (eval $ac_try) 2>&5
29166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29167 (exit $ac_status); }; }; then
29169 cat >>confdefs.h
<<\_ACEOF
29170 #define __WXGTK26__ 1
29173 cat >>confdefs.h
<<\_ACEOF
29174 #define __WXGTK24__ 1
29177 echo "$as_me:$LINENO: result: yes" >&5
29178 echo "${ECHO_T}yes" >&6
29182 echo "$as_me: failed program was:" >&5
29183 sed 's/^/| /' conftest.
$ac_ext >&5
29186 echo "$as_me:$LINENO: result: no" >&5
29187 echo "${ECHO_T}no" >&6
29191 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29193 if test "$ac_wxgtk26" = 0; then
29194 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
29195 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
29196 cat >conftest.
$ac_ext <<_ACEOF
29199 cat confdefs.h
>>conftest.
$ac_ext
29200 cat >>conftest.
$ac_ext <<_ACEOF
29201 /* end confdefs.h. */
29203 #include <gtk/gtk.h>
29209 #if !GTK_CHECK_VERSION(2,4,0)
29217 rm -f conftest.
$ac_objext
29218 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29219 (eval $ac_compile) 2>conftest.er1
29221 grep -v '^ *+' conftest.er1
>conftest.err
29223 cat conftest.err
>&5
29224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29225 (exit $ac_status); } &&
29226 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29228 (eval $ac_try) 2>&5
29230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29231 (exit $ac_status); }; } &&
29232 { ac_try
='test -s conftest.$ac_objext'
29233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29234 (eval $ac_try) 2>&5
29236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29237 (exit $ac_status); }; }; then
29239 cat >>confdefs.h
<<\_ACEOF
29240 #define __WXGTK24__ 1
29243 echo "$as_me:$LINENO: result: yes" >&5
29244 echo "${ECHO_T}yes" >&6
29247 echo "$as_me: failed program was:" >&5
29248 sed 's/^/| /' conftest.
$ac_ext >&5
29251 echo "$as_me:$LINENO: result: no" >&5
29252 echo "${ECHO_T}no" >&6
29255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
29258 CFLAGS
="$save_CFLAGS"
29261 if test "$wxUSE_UNICODE" = "yes"; then
29262 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
29263 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
29267 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
29268 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
29269 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
29270 echo $ECHO_N "(cached) $ECHO_C" >&6
29272 ac_check_lib_save_LIBS
=$LIBS
29274 cat >conftest.
$ac_ext <<_ACEOF
29277 cat confdefs.h
>>conftest.
$ac_ext
29278 cat >>conftest.
$ac_ext <<_ACEOF
29279 /* end confdefs.h. */
29281 /* Override any gcc2 internal prototype to avoid an error. */
29285 /* We use char because int might match the return type of a gcc2
29286 builtin and then its argument prototype would still apply. */
29287 char gdk_im_open ();
29296 rm -f conftest.
$ac_objext conftest
$ac_exeext
29297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29298 (eval $ac_link) 2>conftest.er1
29300 grep -v '^ *+' conftest.er1
>conftest.err
29302 cat conftest.err
>&5
29303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29304 (exit $ac_status); } &&
29305 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29307 (eval $ac_try) 2>&5
29309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29310 (exit $ac_status); }; } &&
29311 { ac_try
='test -s conftest$ac_exeext'
29312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29313 (eval $ac_try) 2>&5
29315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29316 (exit $ac_status); }; }; then
29317 ac_cv_lib_gdk_gdk_im_open
=yes
29319 echo "$as_me: failed program was:" >&5
29320 sed 's/^/| /' conftest.
$ac_ext >&5
29322 ac_cv_lib_gdk_gdk_im_open
=no
29324 rm -f conftest.err conftest.
$ac_objext \
29325 conftest
$ac_exeext conftest.
$ac_ext
29326 LIBS
=$ac_check_lib_save_LIBS
29328 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
29329 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
29330 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
29331 cat >>confdefs.h
<<\_ACEOF
29340 ac_cpp
='$CXXCPP $CPPFLAGS'
29341 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29342 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29343 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
29346 if test "$USE_DARWIN" != 1; then
29348 for ac_func
in poll
29350 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29351 echo "$as_me:$LINENO: checking for $ac_func" >&5
29352 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29353 if eval "test \"\${$as_ac_var+set}\" = set"; then
29354 echo $ECHO_N "(cached) $ECHO_C" >&6
29356 cat >conftest.
$ac_ext <<_ACEOF
29359 cat confdefs.h
>>conftest.
$ac_ext
29360 cat >>conftest.
$ac_ext <<_ACEOF
29361 /* end confdefs.h. */
29362 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29363 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29364 #define $ac_func innocuous_$ac_func
29366 /* System header to define __stub macros and hopefully few prototypes,
29367 which can conflict with char $ac_func (); below.
29368 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29369 <limits.h> exists even on freestanding compilers. */
29372 # include <limits.h>
29374 # include <assert.h>
29379 /* Override any gcc2 internal prototype to avoid an error. */
29384 /* We use char because int might match the return type of a gcc2
29385 builtin and then its argument prototype would still apply. */
29387 /* The GNU C library defines this for functions which it implements
29388 to always fail with ENOSYS. Some functions are actually named
29389 something starting with __ and the normal name is an alias. */
29390 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29393 char (*f) () = $ac_func;
29402 return f != $ac_func;
29407 rm -f conftest.
$ac_objext conftest
$ac_exeext
29408 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29409 (eval $ac_link) 2>conftest.er1
29411 grep -v '^ *+' conftest.er1
>conftest.err
29413 cat conftest.err
>&5
29414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29415 (exit $ac_status); } &&
29416 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29418 (eval $ac_try) 2>&5
29420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29421 (exit $ac_status); }; } &&
29422 { ac_try
='test -s conftest$ac_exeext'
29423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29424 (eval $ac_try) 2>&5
29426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29427 (exit $ac_status); }; }; then
29428 eval "$as_ac_var=yes"
29430 echo "$as_me: failed program was:" >&5
29431 sed 's/^/| /' conftest.
$ac_ext >&5
29433 eval "$as_ac_var=no"
29435 rm -f conftest.err conftest.
$ac_objext \
29436 conftest
$ac_exeext conftest.
$ac_ext
29438 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29439 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29440 if test `eval echo '${'$as_ac_var'}'` = yes; then
29441 cat >>confdefs.h
<<_ACEOF
29442 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29450 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
29451 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
29453 AFMINSTALL
=afminstall
29457 if test "$wxUSE_GPE" = "yes"; then
29458 echo "$as_me:$LINENO: checking for gpewidget library" >&5
29459 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
29462 for ac_dir
in $SEARCH_LIB;
29464 for ac_extension
in a so sl dylib dll.a
; do
29465 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
29466 ac_find_libraries
=$ac_dir
29472 if test "$ac_find_libraries" != "" ; then
29474 if test "$ac_find_libraries" = "default location"; then
29477 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
29479 if test $result = 0; then
29482 ac_path_to_link
=" -L$ac_find_libraries"
29486 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
29488 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
29489 echo "${ECHO_T}found in $ac_find_libraries" >&6
29491 echo "$as_me:$LINENO: result: not found" >&5
29492 echo "${ECHO_T}not found" >&6
29498 if test "$wxUSE_MGL" = 1; then
29499 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
29500 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
29501 if test "x$MGL_ROOT" = x
; then
29502 echo "$as_me:$LINENO: result: not found" >&5
29503 echo "${ECHO_T}not found" >&6
29504 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
29505 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
29506 { (exit 1); exit 1; }; }
29508 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
29509 echo "${ECHO_T}$MGL_ROOT" >&6
29512 echo "$as_me:$LINENO: checking for libmgl location" >&5
29513 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
29516 if test "x$wxUSE_SHARED" = xyes
; then
29517 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
29519 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
29523 mgl_os_candidates
="dos32/dj2"
29526 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
29527 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
29528 { (exit 1); exit 1; }; }
29534 for mgl_os_i
in $mgl_os_candidates ; do
29535 if test "x$mgl_os" = x
; then
29536 if test "$wxUSE_DEBUG_FLAG" = yes ; then
29537 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
29538 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
29543 if test "x$mgl_lib_type" = x
; then
29544 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
29545 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
29546 mgl_lib_type
=release
29553 if test "x$mgl_os" = x
; then
29554 echo "$as_me:$LINENO: result: not found" >&5
29555 echo "${ECHO_T}not found" >&6
29556 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
29557 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
29558 { (exit 1); exit 1; }; }
29560 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
29561 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
29563 wxUSE_UNIVERSAL
="yes"
29565 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
29566 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
29568 AFMINSTALL
=afminstall
29573 if test "$wxUSE_DFB" = 1; then
29576 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
29577 if test -n "$ac_tool_prefix"; then
29578 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
29579 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
29580 echo "$as_me:$LINENO: checking for $ac_word" >&5
29581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29582 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29583 echo $ECHO_N "(cached) $ECHO_C" >&6
29585 case $PKG_CONFIG in
29587 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
29590 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29591 for as_dir
in $PATH
29594 test -z "$as_dir" && as_dir
=.
29595 for ac_exec_ext
in '' $ac_executable_extensions; do
29596 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29597 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
29598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29607 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
29609 if test -n "$PKG_CONFIG"; then
29610 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29611 echo "${ECHO_T}$PKG_CONFIG" >&6
29613 echo "$as_me:$LINENO: result: no" >&5
29614 echo "${ECHO_T}no" >&6
29618 if test -z "$ac_cv_path_PKG_CONFIG"; then
29619 ac_pt_PKG_CONFIG
=$PKG_CONFIG
29620 # Extract the first word of "pkg-config", so it can be a program name with args.
29621 set dummy pkg
-config; ac_word
=$2
29622 echo "$as_me:$LINENO: checking for $ac_word" >&5
29623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
29624 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
29625 echo $ECHO_N "(cached) $ECHO_C" >&6
29627 case $ac_pt_PKG_CONFIG in
29629 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
29632 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
29633 for as_dir
in $PATH
29636 test -z "$as_dir" && as_dir
=.
29637 for ac_exec_ext
in '' $ac_executable_extensions; do
29638 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29639 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
29640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29649 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
29651 if test -n "$ac_pt_PKG_CONFIG"; then
29652 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
29653 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
29655 echo "$as_me:$LINENO: result: no" >&5
29656 echo "${ECHO_T}no" >&6
29659 PKG_CONFIG
=$ac_pt_PKG_CONFIG
29661 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
29665 if test -n "$PKG_CONFIG"; then
29666 _pkg_min_version
=0.9.0
29667 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
29668 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
29669 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
29670 echo "$as_me:$LINENO: result: yes" >&5
29671 echo "${ECHO_T}yes" >&6
29673 echo "$as_me:$LINENO: result: no" >&5
29674 echo "${ECHO_T}no" >&6
29682 echo "$as_me:$LINENO: checking for DIRECTFB" >&5
29683 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6
29685 if test -n "$PKG_CONFIG"; then
29686 if test -n "$DIRECTFB_CFLAGS"; then
29687 pkg_cv_DIRECTFB_CFLAGS
="$DIRECTFB_CFLAGS"
29689 if test -n "$PKG_CONFIG" && \
29690 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
29691 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
29693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29694 (exit $ac_status); }; then
29695 pkg_cv_DIRECTFB_CFLAGS
=`$PKG_CONFIG --cflags "directfb >= 0.9.22" 2>/dev/null`
29703 if test -n "$PKG_CONFIG"; then
29704 if test -n "$DIRECTFB_LIBS"; then
29705 pkg_cv_DIRECTFB_LIBS
="$DIRECTFB_LIBS"
29707 if test -n "$PKG_CONFIG" && \
29708 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
29709 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
29711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29712 (exit $ac_status); }; then
29713 pkg_cv_DIRECTFB_LIBS
=`$PKG_CONFIG --libs "directfb >= 0.9.22" 2>/dev/null`
29724 if test $pkg_failed = yes; then
29726 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
29727 _pkg_short_errors_supported
=yes
29729 _pkg_short_errors_supported
=no
29731 if test $_pkg_short_errors_supported = yes; then
29732 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.22"`
29734 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.22"`
29736 # Put the nasty error message in config.log where it belongs
29737 echo "$DIRECTFB_PKG_ERRORS" >&5
29740 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
29741 echo "$as_me: error: DirectFB not found." >&2;}
29742 { (exit 1); exit 1; }; }
29745 elif test $pkg_failed = untried
; then
29747 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
29748 echo "$as_me: error: DirectFB not found." >&2;}
29749 { (exit 1); exit 1; }; }
29753 DIRECTFB_CFLAGS
=$pkg_cv_DIRECTFB_CFLAGS
29754 DIRECTFB_LIBS
=$pkg_cv_DIRECTFB_LIBS
29755 echo "$as_me:$LINENO: result: yes" >&5
29756 echo "${ECHO_T}yes" >&6
29758 wxUSE_UNIVERSAL
="yes"
29759 TOOLKIT_INCLUDE
="$DIRECTFB_CFLAGS"
29760 GUI_TK_LIBRARY
="$DIRECTFB_LIBS"
29767 if test "$wxUSE_MICROWIN" = 1; then
29768 echo "$as_me:$LINENO: checking for MicroWindows" >&5
29769 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
29770 if test "x$MICROWINDOWS" = x
; then
29771 echo "$as_me:$LINENO: result: not found" >&5
29772 echo "${ECHO_T}not found" >&6
29773 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
29774 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
29775 { (exit 1); exit 1; }; }
29777 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
29778 echo "${ECHO_T}$MICROWINDOWS" >&6
29781 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
29782 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
29783 echo "${ECHO_T}MicroWindows' libraries found." >&6
29785 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
29786 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
29787 { (exit 1); exit 1; }; }
29790 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
29791 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
29793 wxUSE_UNIVERSAL
="yes"
29795 AFMINSTALL
=afminstall
29797 GUIDIST
=MICROWIN_DIST
29799 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
29802 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29804 if test "x$ac_path_x_has_been_run" != xyes
; then
29805 echo "$as_me:$LINENO: checking for X" >&5
29806 echo $ECHO_N "checking for X... $ECHO_C" >&6
29808 ac_path_x_has_been_run
=yes
29810 # Check whether --with-x or --without-x was given.
29811 if test "${with_x+set}" = set; then
29815 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29816 if test "x$with_x" = xno
; then
29817 # The user explicitly disabled X.
29820 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
29821 # Both variables are already set.
29824 if test "${ac_cv_have_x+set}" = set; then
29825 echo $ECHO_N "(cached) $ECHO_C" >&6
29827 # One or both of the vars are not set, and there is no cached value.
29828 ac_x_includes
=no ac_x_libraries
=no
29829 rm -fr conftest.dir
29830 if mkdir conftest.dir
; then
29832 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
29833 cat >Imakefile
<<'_ACEOF'
29835 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
29837 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
29838 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29839 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
29840 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29841 for ac_extension
in a so sl
; do
29842 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
29843 test -f $ac_im_libdir/libX11.
$ac_extension; then
29844 ac_im_usrlibdir
=$ac_im_libdir; break
29847 # Screen out bogus values from the imake configuration. They are
29848 # bogus both because they are the default anyway, and because
29849 # using them would break gcc on systems where it needs fixed includes.
29850 case $ac_im_incroot in
29852 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
29854 case $ac_im_usrlibdir in
29855 /usr
/lib
| /lib
) ;;
29856 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
29860 rm -fr conftest.dir
29863 # Standard set of common directories for X headers.
29864 # Check X11 before X11Rn because it is often a symlink to the current release.
29876 /usr/local/X11/include
29877 /usr/local/X11R6/include
29878 /usr/local/X11R5/include
29879 /usr/local/X11R4/include
29881 /usr/local/include/X11
29882 /usr/local/include/X11R6
29883 /usr/local/include/X11R5
29884 /usr/local/include/X11R4
29888 /usr/XFree86/include/X11
29892 /usr/unsupported/include
29893 /usr/athena/include
29894 /usr/local/x11r5/include
29895 /usr/lpp/Xamples/include
29897 /usr/openwin/include
29898 /usr/openwin/share/include'
29900 if test "$ac_x_includes" = no
; then
29901 # Guess where to find include files, by looking for a specified header file.
29902 # First, try using that file with no special directory specified.
29903 cat >conftest.
$ac_ext <<_ACEOF
29906 cat confdefs.h
>>conftest.
$ac_ext
29907 cat >>conftest.
$ac_ext <<_ACEOF
29908 /* end confdefs.h. */
29909 #include <X11/Xlib.h>
29911 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29912 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29914 grep -v '^ *+' conftest.er1
>conftest.err
29916 cat conftest.err
>&5
29917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29918 (exit $ac_status); } >/dev
/null
; then
29919 if test -s conftest.err
; then
29920 ac_cpp_err
=$ac_cxx_preproc_warn_flag
29921 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
29928 if test -z "$ac_cpp_err"; then
29929 # We can compile using X headers with no special include directory.
29932 echo "$as_me: failed program was:" >&5
29933 sed 's/^/| /' conftest.
$ac_ext >&5
29935 for ac_dir
in $ac_x_header_dirs; do
29936 if test -r "$ac_dir/X11/Xlib.h"; then
29937 ac_x_includes
=$ac_dir
29942 rm -f conftest.err conftest.
$ac_ext
29943 fi # $ac_x_includes = no
29945 if test "$ac_x_libraries" = no
; then
29946 # Check for the libraries.
29947 # See if we find them without any special options.
29948 # Don't add to $LIBS permanently.
29951 cat >conftest.
$ac_ext <<_ACEOF
29954 cat confdefs.h
>>conftest.
$ac_ext
29955 cat >>conftest.
$ac_ext <<_ACEOF
29956 /* end confdefs.h. */
29957 #include <X11/Xlib.h>
29966 rm -f conftest.
$ac_objext conftest
$ac_exeext
29967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29968 (eval $ac_link) 2>conftest.er1
29970 grep -v '^ *+' conftest.er1
>conftest.err
29972 cat conftest.err
>&5
29973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29974 (exit $ac_status); } &&
29975 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
29976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29977 (eval $ac_try) 2>&5
29979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29980 (exit $ac_status); }; } &&
29981 { ac_try
='test -s conftest$ac_exeext'
29982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29983 (eval $ac_try) 2>&5
29985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29986 (exit $ac_status); }; }; then
29988 # We can link X programs with no special library path.
29991 echo "$as_me: failed program was:" >&5
29992 sed 's/^/| /' conftest.
$ac_ext >&5
29995 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29997 # Don't even attempt the hair of trying to link an X program!
29998 for ac_extension
in a so sl
; do
29999 if test -r $ac_dir/libX11.
$ac_extension; then
30000 ac_x_libraries
=$ac_dir
30006 rm -f conftest.err conftest.
$ac_objext \
30007 conftest
$ac_exeext conftest.
$ac_ext
30008 fi # $ac_x_libraries = no
30010 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
30011 # Didn't find X anywhere. Cache the known absence of X.
30012 ac_cv_have_x
="have_x=no"
30014 # Record where we found X for the cache.
30015 ac_cv_have_x
="have_x=yes \
30016 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
30021 eval "$ac_cv_have_x"
30024 if test "$have_x" != yes; then
30025 echo "$as_me:$LINENO: result: $have_x" >&5
30026 echo "${ECHO_T}$have_x" >&6
30029 # If each of the values was on the command line, it overrides each guess.
30030 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
30031 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
30032 # Update the cache value to reflect the command line values.
30033 ac_cv_have_x
="have_x=yes \
30034 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
30035 # It might be that x_includes is empty (headers are found in the
30036 # standard search path. Then output the corresponding message
30037 ac_out_x_includes
=$x_includes
30038 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
30039 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
30040 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
30044 if test "$no_x" = yes; then
30045 # Not all programs may use this symbol, but it does not hurt to define it.
30047 cat >>confdefs.h
<<\_ACEOF
30048 #define X_DISPLAY_MISSING 1
30051 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
30053 if test -n "$x_includes"; then
30054 X_CFLAGS
="$X_CFLAGS -I$x_includes"
30057 # It would also be nice to do this for all -L options, not just this one.
30058 if test -n "$x_libraries"; then
30059 X_LIBS
="$X_LIBS -L$x_libraries"
30060 # For Solaris; some versions of Sun CC require a space after -R and
30061 # others require no space. Words are not sufficient . . . .
30062 case `(uname -sr) 2>/dev/null` in
30064 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30065 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
30066 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
30067 cat >conftest.
$ac_ext <<_ACEOF
30070 cat confdefs.h
>>conftest.
$ac_ext
30071 cat >>conftest.
$ac_ext <<_ACEOF
30072 /* end confdefs.h. */
30082 rm -f conftest.
$ac_objext conftest
$ac_exeext
30083 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30084 (eval $ac_link) 2>conftest.er1
30086 grep -v '^ *+' conftest.er1
>conftest.err
30088 cat conftest.err
>&5
30089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30090 (exit $ac_status); } &&
30091 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30093 (eval $ac_try) 2>&5
30095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30096 (exit $ac_status); }; } &&
30097 { ac_try
='test -s conftest$ac_exeext'
30098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30099 (eval $ac_try) 2>&5
30101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30102 (exit $ac_status); }; }; then
30105 echo "$as_me: failed program was:" >&5
30106 sed 's/^/| /' conftest.
$ac_ext >&5
30110 rm -f conftest.err conftest.
$ac_objext \
30111 conftest
$ac_exeext conftest.
$ac_ext
30112 if test $ac_R_nospace = yes; then
30113 echo "$as_me:$LINENO: result: no" >&5
30114 echo "${ECHO_T}no" >&6
30115 X_LIBS
="$X_LIBS -R$x_libraries"
30117 LIBS
="$ac_xsave_LIBS -R $x_libraries"
30118 cat >conftest.
$ac_ext <<_ACEOF
30121 cat confdefs.h
>>conftest.
$ac_ext
30122 cat >>conftest.
$ac_ext <<_ACEOF
30123 /* end confdefs.h. */
30133 rm -f conftest.
$ac_objext conftest
$ac_exeext
30134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30135 (eval $ac_link) 2>conftest.er1
30137 grep -v '^ *+' conftest.er1
>conftest.err
30139 cat conftest.err
>&5
30140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30141 (exit $ac_status); } &&
30142 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30144 (eval $ac_try) 2>&5
30146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30147 (exit $ac_status); }; } &&
30148 { ac_try
='test -s conftest$ac_exeext'
30149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30150 (eval $ac_try) 2>&5
30152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30153 (exit $ac_status); }; }; then
30156 echo "$as_me: failed program was:" >&5
30157 sed 's/^/| /' conftest.
$ac_ext >&5
30161 rm -f conftest.err conftest.
$ac_objext \
30162 conftest
$ac_exeext conftest.
$ac_ext
30163 if test $ac_R_space = yes; then
30164 echo "$as_me:$LINENO: result: yes" >&5
30165 echo "${ECHO_T}yes" >&6
30166 X_LIBS
="$X_LIBS -R $x_libraries"
30168 echo "$as_me:$LINENO: result: neither works" >&5
30169 echo "${ECHO_T}neither works" >&6
30172 LIBS
=$ac_xsave_LIBS
30176 # Check for system-dependent libraries X programs must link with.
30177 # Do this before checking for the system-independent R6 libraries
30178 # (-lICE), since we may need -lsocket or whatever for X linking.
30180 if test "$ISC" = yes; then
30181 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
30183 # Martyn Johnson says this is needed for Ultrix, if the X
30184 # libraries were built with DECnet support. And Karl Berry says
30185 # the Alpha needs dnet_stub (dnet does not exist).
30186 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
30187 cat >conftest.
$ac_ext <<_ACEOF
30190 cat confdefs.h
>>conftest.
$ac_ext
30191 cat >>conftest.
$ac_ext <<_ACEOF
30192 /* end confdefs.h. */
30194 /* Override any gcc2 internal prototype to avoid an error. */
30198 /* We use char because int might match the return type of a gcc2
30199 builtin and then its argument prototype would still apply. */
30200 char XOpenDisplay ();
30209 rm -f conftest.
$ac_objext conftest
$ac_exeext
30210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30211 (eval $ac_link) 2>conftest.er1
30213 grep -v '^ *+' conftest.er1
>conftest.err
30215 cat conftest.err
>&5
30216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30217 (exit $ac_status); } &&
30218 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30220 (eval $ac_try) 2>&5
30222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30223 (exit $ac_status); }; } &&
30224 { ac_try
='test -s conftest$ac_exeext'
30225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30226 (eval $ac_try) 2>&5
30228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30229 (exit $ac_status); }; }; then
30232 echo "$as_me: failed program was:" >&5
30233 sed 's/^/| /' conftest.
$ac_ext >&5
30235 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
30236 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
30237 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
30238 echo $ECHO_N "(cached) $ECHO_C" >&6
30240 ac_check_lib_save_LIBS
=$LIBS
30241 LIBS
="-ldnet $LIBS"
30242 cat >conftest.
$ac_ext <<_ACEOF
30245 cat confdefs.h
>>conftest.
$ac_ext
30246 cat >>conftest.
$ac_ext <<_ACEOF
30247 /* end confdefs.h. */
30249 /* Override any gcc2 internal prototype to avoid an error. */
30253 /* We use char because int might match the return type of a gcc2
30254 builtin and then its argument prototype would still apply. */
30264 rm -f conftest.
$ac_objext conftest
$ac_exeext
30265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30266 (eval $ac_link) 2>conftest.er1
30268 grep -v '^ *+' conftest.er1
>conftest.err
30270 cat conftest.err
>&5
30271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30272 (exit $ac_status); } &&
30273 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30275 (eval $ac_try) 2>&5
30277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30278 (exit $ac_status); }; } &&
30279 { ac_try
='test -s conftest$ac_exeext'
30280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30281 (eval $ac_try) 2>&5
30283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30284 (exit $ac_status); }; }; then
30285 ac_cv_lib_dnet_dnet_ntoa
=yes
30287 echo "$as_me: failed program was:" >&5
30288 sed 's/^/| /' conftest.
$ac_ext >&5
30290 ac_cv_lib_dnet_dnet_ntoa
=no
30292 rm -f conftest.err conftest.
$ac_objext \
30293 conftest
$ac_exeext conftest.
$ac_ext
30294 LIBS
=$ac_check_lib_save_LIBS
30296 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30297 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
30298 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
30299 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
30302 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
30303 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
30304 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
30305 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
30306 echo $ECHO_N "(cached) $ECHO_C" >&6
30308 ac_check_lib_save_LIBS
=$LIBS
30309 LIBS
="-ldnet_stub $LIBS"
30310 cat >conftest.
$ac_ext <<_ACEOF
30313 cat confdefs.h
>>conftest.
$ac_ext
30314 cat >>conftest.
$ac_ext <<_ACEOF
30315 /* end confdefs.h. */
30317 /* Override any gcc2 internal prototype to avoid an error. */
30321 /* We use char because int might match the return type of a gcc2
30322 builtin and then its argument prototype would still apply. */
30332 rm -f conftest.
$ac_objext conftest
$ac_exeext
30333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30334 (eval $ac_link) 2>conftest.er1
30336 grep -v '^ *+' conftest.er1
>conftest.err
30338 cat conftest.err
>&5
30339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30340 (exit $ac_status); } &&
30341 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30343 (eval $ac_try) 2>&5
30345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30346 (exit $ac_status); }; } &&
30347 { ac_try
='test -s conftest$ac_exeext'
30348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30349 (eval $ac_try) 2>&5
30351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30352 (exit $ac_status); }; }; then
30353 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
30355 echo "$as_me: failed program was:" >&5
30356 sed 's/^/| /' conftest.
$ac_ext >&5
30358 ac_cv_lib_dnet_stub_dnet_ntoa
=no
30360 rm -f conftest.err conftest.
$ac_objext \
30361 conftest
$ac_exeext conftest.
$ac_ext
30362 LIBS
=$ac_check_lib_save_LIBS
30364 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30365 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
30366 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30367 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
30372 rm -f conftest.err conftest.
$ac_objext \
30373 conftest
$ac_exeext conftest.
$ac_ext
30374 LIBS
="$ac_xsave_LIBS"
30376 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30377 # to get the SysV transport functions.
30378 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
30380 # The nsl library prevents programs from opening the X display
30381 # on Irix 5.2, according to T.E. Dickey.
30382 # The functions gethostbyname, getservbyname, and inet_addr are
30383 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
30384 echo "$as_me:$LINENO: checking for gethostbyname" >&5
30385 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
30386 if test "${ac_cv_func_gethostbyname+set}" = set; then
30387 echo $ECHO_N "(cached) $ECHO_C" >&6
30389 cat >conftest.
$ac_ext <<_ACEOF
30392 cat confdefs.h
>>conftest.
$ac_ext
30393 cat >>conftest.
$ac_ext <<_ACEOF
30394 /* end confdefs.h. */
30395 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
30396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30397 #define gethostbyname innocuous_gethostbyname
30399 /* System header to define __stub macros and hopefully few prototypes,
30400 which can conflict with char gethostbyname (); below.
30401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30402 <limits.h> exists even on freestanding compilers. */
30405 # include <limits.h>
30407 # include <assert.h>
30410 #undef gethostbyname
30412 /* Override any gcc2 internal prototype to avoid an error. */
30417 /* We use char because int might match the return type of a gcc2
30418 builtin and then its argument prototype would still apply. */
30419 char gethostbyname ();
30420 /* The GNU C library defines this for functions which it implements
30421 to always fail with ENOSYS. Some functions are actually named
30422 something starting with __ and the normal name is an alias. */
30423 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
30426 char (*f) () = gethostbyname;
30435 return f != gethostbyname;
30440 rm -f conftest.
$ac_objext conftest
$ac_exeext
30441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30442 (eval $ac_link) 2>conftest.er1
30444 grep -v '^ *+' conftest.er1
>conftest.err
30446 cat conftest.err
>&5
30447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30448 (exit $ac_status); } &&
30449 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30451 (eval $ac_try) 2>&5
30453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30454 (exit $ac_status); }; } &&
30455 { ac_try
='test -s conftest$ac_exeext'
30456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30457 (eval $ac_try) 2>&5
30459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30460 (exit $ac_status); }; }; then
30461 ac_cv_func_gethostbyname
=yes
30463 echo "$as_me: failed program was:" >&5
30464 sed 's/^/| /' conftest.
$ac_ext >&5
30466 ac_cv_func_gethostbyname
=no
30468 rm -f conftest.err conftest.
$ac_objext \
30469 conftest
$ac_exeext conftest.
$ac_ext
30471 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30472 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
30474 if test $ac_cv_func_gethostbyname = no
; then
30475 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
30476 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
30477 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
30478 echo $ECHO_N "(cached) $ECHO_C" >&6
30480 ac_check_lib_save_LIBS
=$LIBS
30482 cat >conftest.
$ac_ext <<_ACEOF
30485 cat confdefs.h
>>conftest.
$ac_ext
30486 cat >>conftest.
$ac_ext <<_ACEOF
30487 /* end confdefs.h. */
30489 /* Override any gcc2 internal prototype to avoid an error. */
30493 /* We use char because int might match the return type of a gcc2
30494 builtin and then its argument prototype would still apply. */
30495 char gethostbyname ();
30504 rm -f conftest.
$ac_objext conftest
$ac_exeext
30505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30506 (eval $ac_link) 2>conftest.er1
30508 grep -v '^ *+' conftest.er1
>conftest.err
30510 cat conftest.err
>&5
30511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30512 (exit $ac_status); } &&
30513 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30515 (eval $ac_try) 2>&5
30517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30518 (exit $ac_status); }; } &&
30519 { ac_try
='test -s conftest$ac_exeext'
30520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30521 (eval $ac_try) 2>&5
30523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30524 (exit $ac_status); }; }; then
30525 ac_cv_lib_nsl_gethostbyname
=yes
30527 echo "$as_me: failed program was:" >&5
30528 sed 's/^/| /' conftest.
$ac_ext >&5
30530 ac_cv_lib_nsl_gethostbyname
=no
30532 rm -f conftest.err conftest.
$ac_objext \
30533 conftest
$ac_exeext conftest.
$ac_ext
30534 LIBS
=$ac_check_lib_save_LIBS
30536 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30537 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
30538 if test $ac_cv_lib_nsl_gethostbyname = yes; then
30539 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
30542 if test $ac_cv_lib_nsl_gethostbyname = no
; then
30543 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30544 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
30545 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30546 echo $ECHO_N "(cached) $ECHO_C" >&6
30548 ac_check_lib_save_LIBS
=$LIBS
30550 cat >conftest.
$ac_ext <<_ACEOF
30553 cat confdefs.h
>>conftest.
$ac_ext
30554 cat >>conftest.
$ac_ext <<_ACEOF
30555 /* end confdefs.h. */
30557 /* Override any gcc2 internal prototype to avoid an error. */
30561 /* We use char because int might match the return type of a gcc2
30562 builtin and then its argument prototype would still apply. */
30563 char gethostbyname ();
30572 rm -f conftest.
$ac_objext conftest
$ac_exeext
30573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30574 (eval $ac_link) 2>conftest.er1
30576 grep -v '^ *+' conftest.er1
>conftest.err
30578 cat conftest.err
>&5
30579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30580 (exit $ac_status); } &&
30581 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30583 (eval $ac_try) 2>&5
30585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30586 (exit $ac_status); }; } &&
30587 { ac_try
='test -s conftest$ac_exeext'
30588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30589 (eval $ac_try) 2>&5
30591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30592 (exit $ac_status); }; }; then
30593 ac_cv_lib_bsd_gethostbyname
=yes
30595 echo "$as_me: failed program was:" >&5
30596 sed 's/^/| /' conftest.
$ac_ext >&5
30598 ac_cv_lib_bsd_gethostbyname
=no
30600 rm -f conftest.err conftest.
$ac_objext \
30601 conftest
$ac_exeext conftest.
$ac_ext
30602 LIBS
=$ac_check_lib_save_LIBS
30604 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30605 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
30606 if test $ac_cv_lib_bsd_gethostbyname = yes; then
30607 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
30613 # lieder@skyler.mavd.honeywell.com says without -lsocket,
30614 # socket/setsockopt and other routines are undefined under SCO ODT
30615 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
30616 # on later versions), says Simon Leinen: it contains gethostby*
30617 # variants that don't use the name server (or something). -lsocket
30618 # must be given before -lnsl if both are needed. We assume that
30619 # if connect needs -lnsl, so does gethostbyname.
30620 echo "$as_me:$LINENO: checking for connect" >&5
30621 echo $ECHO_N "checking for connect... $ECHO_C" >&6
30622 if test "${ac_cv_func_connect+set}" = set; then
30623 echo $ECHO_N "(cached) $ECHO_C" >&6
30625 cat >conftest.
$ac_ext <<_ACEOF
30628 cat confdefs.h
>>conftest.
$ac_ext
30629 cat >>conftest.
$ac_ext <<_ACEOF
30630 /* end confdefs.h. */
30631 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
30632 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30633 #define connect innocuous_connect
30635 /* System header to define __stub macros and hopefully few prototypes,
30636 which can conflict with char connect (); below.
30637 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30638 <limits.h> exists even on freestanding compilers. */
30641 # include <limits.h>
30643 # include <assert.h>
30648 /* Override any gcc2 internal prototype to avoid an error. */
30653 /* We use char because int might match the return type of a gcc2
30654 builtin and then its argument prototype would still apply. */
30656 /* The GNU C library defines this for functions which it implements
30657 to always fail with ENOSYS. Some functions are actually named
30658 something starting with __ and the normal name is an alias. */
30659 #if defined (__stub_connect) || defined (__stub___connect)
30662 char (*f) () = connect;
30671 return f != connect;
30676 rm -f conftest.
$ac_objext conftest
$ac_exeext
30677 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30678 (eval $ac_link) 2>conftest.er1
30680 grep -v '^ *+' conftest.er1
>conftest.err
30682 cat conftest.err
>&5
30683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30684 (exit $ac_status); } &&
30685 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30687 (eval $ac_try) 2>&5
30689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30690 (exit $ac_status); }; } &&
30691 { ac_try
='test -s conftest$ac_exeext'
30692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30693 (eval $ac_try) 2>&5
30695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30696 (exit $ac_status); }; }; then
30697 ac_cv_func_connect
=yes
30699 echo "$as_me: failed program was:" >&5
30700 sed 's/^/| /' conftest.
$ac_ext >&5
30702 ac_cv_func_connect
=no
30704 rm -f conftest.err conftest.
$ac_objext \
30705 conftest
$ac_exeext conftest.
$ac_ext
30707 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
30708 echo "${ECHO_T}$ac_cv_func_connect" >&6
30710 if test $ac_cv_func_connect = no
; then
30711 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
30712 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
30713 if test "${ac_cv_lib_socket_connect+set}" = set; then
30714 echo $ECHO_N "(cached) $ECHO_C" >&6
30716 ac_check_lib_save_LIBS
=$LIBS
30717 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
30718 cat >conftest.
$ac_ext <<_ACEOF
30721 cat confdefs.h
>>conftest.
$ac_ext
30722 cat >>conftest.
$ac_ext <<_ACEOF
30723 /* end confdefs.h. */
30725 /* Override any gcc2 internal prototype to avoid an error. */
30729 /* We use char because int might match the return type of a gcc2
30730 builtin and then its argument prototype would still apply. */
30740 rm -f conftest.
$ac_objext conftest
$ac_exeext
30741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30742 (eval $ac_link) 2>conftest.er1
30744 grep -v '^ *+' conftest.er1
>conftest.err
30746 cat conftest.err
>&5
30747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30748 (exit $ac_status); } &&
30749 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30751 (eval $ac_try) 2>&5
30753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30754 (exit $ac_status); }; } &&
30755 { ac_try
='test -s conftest$ac_exeext'
30756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30757 (eval $ac_try) 2>&5
30759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30760 (exit $ac_status); }; }; then
30761 ac_cv_lib_socket_connect
=yes
30763 echo "$as_me: failed program was:" >&5
30764 sed 's/^/| /' conftest.
$ac_ext >&5
30766 ac_cv_lib_socket_connect
=no
30768 rm -f conftest.err conftest.
$ac_objext \
30769 conftest
$ac_exeext conftest.
$ac_ext
30770 LIBS
=$ac_check_lib_save_LIBS
30772 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30773 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
30774 if test $ac_cv_lib_socket_connect = yes; then
30775 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
30780 # Guillermo Gomez says -lposix is necessary on A/UX.
30781 echo "$as_me:$LINENO: checking for remove" >&5
30782 echo $ECHO_N "checking for remove... $ECHO_C" >&6
30783 if test "${ac_cv_func_remove+set}" = set; then
30784 echo $ECHO_N "(cached) $ECHO_C" >&6
30786 cat >conftest.
$ac_ext <<_ACEOF
30789 cat confdefs.h
>>conftest.
$ac_ext
30790 cat >>conftest.
$ac_ext <<_ACEOF
30791 /* end confdefs.h. */
30792 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
30793 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30794 #define remove innocuous_remove
30796 /* System header to define __stub macros and hopefully few prototypes,
30797 which can conflict with char remove (); below.
30798 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30799 <limits.h> exists even on freestanding compilers. */
30802 # include <limits.h>
30804 # include <assert.h>
30809 /* Override any gcc2 internal prototype to avoid an error. */
30814 /* We use char because int might match the return type of a gcc2
30815 builtin and then its argument prototype would still apply. */
30817 /* The GNU C library defines this for functions which it implements
30818 to always fail with ENOSYS. Some functions are actually named
30819 something starting with __ and the normal name is an alias. */
30820 #if defined (__stub_remove) || defined (__stub___remove)
30823 char (*f) () = remove;
30832 return f != remove;
30837 rm -f conftest.
$ac_objext conftest
$ac_exeext
30838 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30839 (eval $ac_link) 2>conftest.er1
30841 grep -v '^ *+' conftest.er1
>conftest.err
30843 cat conftest.err
>&5
30844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30845 (exit $ac_status); } &&
30846 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30848 (eval $ac_try) 2>&5
30850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30851 (exit $ac_status); }; } &&
30852 { ac_try
='test -s conftest$ac_exeext'
30853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30854 (eval $ac_try) 2>&5
30856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30857 (exit $ac_status); }; }; then
30858 ac_cv_func_remove
=yes
30860 echo "$as_me: failed program was:" >&5
30861 sed 's/^/| /' conftest.
$ac_ext >&5
30863 ac_cv_func_remove
=no
30865 rm -f conftest.err conftest.
$ac_objext \
30866 conftest
$ac_exeext conftest.
$ac_ext
30868 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30869 echo "${ECHO_T}$ac_cv_func_remove" >&6
30871 if test $ac_cv_func_remove = no
; then
30872 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30873 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
30874 if test "${ac_cv_lib_posix_remove+set}" = set; then
30875 echo $ECHO_N "(cached) $ECHO_C" >&6
30877 ac_check_lib_save_LIBS
=$LIBS
30878 LIBS
="-lposix $LIBS"
30879 cat >conftest.
$ac_ext <<_ACEOF
30882 cat confdefs.h
>>conftest.
$ac_ext
30883 cat >>conftest.
$ac_ext <<_ACEOF
30884 /* end confdefs.h. */
30886 /* Override any gcc2 internal prototype to avoid an error. */
30890 /* We use char because int might match the return type of a gcc2
30891 builtin and then its argument prototype would still apply. */
30901 rm -f conftest.
$ac_objext conftest
$ac_exeext
30902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30903 (eval $ac_link) 2>conftest.er1
30905 grep -v '^ *+' conftest.er1
>conftest.err
30907 cat conftest.err
>&5
30908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30909 (exit $ac_status); } &&
30910 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
30911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30912 (eval $ac_try) 2>&5
30914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30915 (exit $ac_status); }; } &&
30916 { ac_try
='test -s conftest$ac_exeext'
30917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30918 (eval $ac_try) 2>&5
30920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30921 (exit $ac_status); }; }; then
30922 ac_cv_lib_posix_remove
=yes
30924 echo "$as_me: failed program was:" >&5
30925 sed 's/^/| /' conftest.
$ac_ext >&5
30927 ac_cv_lib_posix_remove
=no
30929 rm -f conftest.err conftest.
$ac_objext \
30930 conftest
$ac_exeext conftest.
$ac_ext
30931 LIBS
=$ac_check_lib_save_LIBS
30933 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30934 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
30935 if test $ac_cv_lib_posix_remove = yes; then
30936 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
30941 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30942 echo "$as_me:$LINENO: checking for shmat" >&5
30943 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
30944 if test "${ac_cv_func_shmat+set}" = set; then
30945 echo $ECHO_N "(cached) $ECHO_C" >&6
30947 cat >conftest.
$ac_ext <<_ACEOF
30950 cat confdefs.h
>>conftest.
$ac_ext
30951 cat >>conftest.
$ac_ext <<_ACEOF
30952 /* end confdefs.h. */
30953 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30954 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30955 #define shmat innocuous_shmat
30957 /* System header to define __stub macros and hopefully few prototypes,
30958 which can conflict with char shmat (); below.
30959 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30960 <limits.h> exists even on freestanding compilers. */
30963 # include <limits.h>
30965 # include <assert.h>
30970 /* Override any gcc2 internal prototype to avoid an error. */
30975 /* We use char because int might match the return type of a gcc2
30976 builtin and then its argument prototype would still apply. */
30978 /* The GNU C library defines this for functions which it implements
30979 to always fail with ENOSYS. Some functions are actually named
30980 something starting with __ and the normal name is an alias. */
30981 #if defined (__stub_shmat) || defined (__stub___shmat)
30984 char (*f) () = shmat;
30998 rm -f conftest.
$ac_objext conftest
$ac_exeext
30999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31000 (eval $ac_link) 2>conftest.er1
31002 grep -v '^ *+' conftest.er1
>conftest.err
31004 cat conftest.err
>&5
31005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31006 (exit $ac_status); } &&
31007 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31009 (eval $ac_try) 2>&5
31011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31012 (exit $ac_status); }; } &&
31013 { ac_try
='test -s conftest$ac_exeext'
31014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31015 (eval $ac_try) 2>&5
31017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31018 (exit $ac_status); }; }; then
31019 ac_cv_func_shmat
=yes
31021 echo "$as_me: failed program was:" >&5
31022 sed 's/^/| /' conftest.
$ac_ext >&5
31024 ac_cv_func_shmat
=no
31026 rm -f conftest.err conftest.
$ac_objext \
31027 conftest
$ac_exeext conftest.
$ac_ext
31029 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
31030 echo "${ECHO_T}$ac_cv_func_shmat" >&6
31032 if test $ac_cv_func_shmat = no
; then
31033 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
31034 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
31035 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
31036 echo $ECHO_N "(cached) $ECHO_C" >&6
31038 ac_check_lib_save_LIBS
=$LIBS
31040 cat >conftest.
$ac_ext <<_ACEOF
31043 cat confdefs.h
>>conftest.
$ac_ext
31044 cat >>conftest.
$ac_ext <<_ACEOF
31045 /* end confdefs.h. */
31047 /* Override any gcc2 internal prototype to avoid an error. */
31051 /* We use char because int might match the return type of a gcc2
31052 builtin and then its argument prototype would still apply. */
31062 rm -f conftest.
$ac_objext conftest
$ac_exeext
31063 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31064 (eval $ac_link) 2>conftest.er1
31066 grep -v '^ *+' conftest.er1
>conftest.err
31068 cat conftest.err
>&5
31069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31070 (exit $ac_status); } &&
31071 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31073 (eval $ac_try) 2>&5
31075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31076 (exit $ac_status); }; } &&
31077 { ac_try
='test -s conftest$ac_exeext'
31078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31079 (eval $ac_try) 2>&5
31081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31082 (exit $ac_status); }; }; then
31083 ac_cv_lib_ipc_shmat
=yes
31085 echo "$as_me: failed program was:" >&5
31086 sed 's/^/| /' conftest.
$ac_ext >&5
31088 ac_cv_lib_ipc_shmat
=no
31090 rm -f conftest.err conftest.
$ac_objext \
31091 conftest
$ac_exeext conftest.
$ac_ext
31092 LIBS
=$ac_check_lib_save_LIBS
31094 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31095 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
31096 if test $ac_cv_lib_ipc_shmat = yes; then
31097 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
31103 # Check for libraries that X11R6 Xt/Xaw programs need.
31104 ac_save_LDFLAGS
=$LDFLAGS
31105 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
31106 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
31107 # check for ICE first), but we must link in the order -lSM -lICE or
31108 # we get undefined symbols. So assume we have SM if we have ICE.
31109 # These have to be linked with before -lX11, unlike the other
31110 # libraries we check for below, so use a different variable.
31111 # John Interrante, Karl Berry
31112 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
31113 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
31114 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
31115 echo $ECHO_N "(cached) $ECHO_C" >&6
31117 ac_check_lib_save_LIBS
=$LIBS
31118 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
31119 cat >conftest.
$ac_ext <<_ACEOF
31122 cat confdefs.h
>>conftest.
$ac_ext
31123 cat >>conftest.
$ac_ext <<_ACEOF
31124 /* end confdefs.h. */
31126 /* Override any gcc2 internal prototype to avoid an error. */
31130 /* We use char because int might match the return type of a gcc2
31131 builtin and then its argument prototype would still apply. */
31132 char IceConnectionNumber ();
31136 IceConnectionNumber ();
31141 rm -f conftest.
$ac_objext conftest
$ac_exeext
31142 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31143 (eval $ac_link) 2>conftest.er1
31145 grep -v '^ *+' conftest.er1
>conftest.err
31147 cat conftest.err
>&5
31148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31149 (exit $ac_status); } &&
31150 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31152 (eval $ac_try) 2>&5
31154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31155 (exit $ac_status); }; } &&
31156 { ac_try
='test -s conftest$ac_exeext'
31157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31158 (eval $ac_try) 2>&5
31160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31161 (exit $ac_status); }; }; then
31162 ac_cv_lib_ICE_IceConnectionNumber
=yes
31164 echo "$as_me: failed program was:" >&5
31165 sed 's/^/| /' conftest.
$ac_ext >&5
31167 ac_cv_lib_ICE_IceConnectionNumber
=no
31169 rm -f conftest.err conftest.
$ac_objext \
31170 conftest
$ac_exeext conftest.
$ac_ext
31171 LIBS
=$ac_check_lib_save_LIBS
31173 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31174 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
31175 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
31176 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
31179 LDFLAGS
=$ac_save_LDFLAGS
31184 if test "$no_x" = "yes"; then
31185 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
31186 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
31187 { (exit 1); exit 1; }; }
31190 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
31191 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
31192 AFMINSTALL
=afminstall
31193 COMPILED_X_PROGRAM
=0
31197 if test "$wxUSE_X11" = 1; then
31198 if test "$wxUSE_NANOX" = "yes"; then
31199 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
31200 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
31201 if test "x$MICROWIN" = x
; then
31202 echo "$as_me:$LINENO: result: not found" >&5
31203 echo "${ECHO_T}not found" >&6
31204 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
31205 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
31206 { (exit 1); exit 1; }; }
31208 echo "$as_me:$LINENO: result: $MICROWIN" >&5
31209 echo "${ECHO_T}$MICROWIN" >&6
31210 cat >>confdefs.h
<<\_ACEOF
31211 #define wxUSE_NANOX 1
31217 if test "$wxUSE_UNICODE" = "yes"; then
31220 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31221 if test -n "$ac_tool_prefix"; then
31222 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31223 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
31224 echo "$as_me:$LINENO: checking for $ac_word" >&5
31225 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31226 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31227 echo $ECHO_N "(cached) $ECHO_C" >&6
31229 case $PKG_CONFIG in
31231 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
31234 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31235 for as_dir
in $PATH
31238 test -z "$as_dir" && as_dir
=.
31239 for ac_exec_ext
in '' $ac_executable_extensions; do
31240 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31241 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
31242 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31251 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
31253 if test -n "$PKG_CONFIG"; then
31254 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31255 echo "${ECHO_T}$PKG_CONFIG" >&6
31257 echo "$as_me:$LINENO: result: no" >&5
31258 echo "${ECHO_T}no" >&6
31262 if test -z "$ac_cv_path_PKG_CONFIG"; then
31263 ac_pt_PKG_CONFIG
=$PKG_CONFIG
31264 # Extract the first word of "pkg-config", so it can be a program name with args.
31265 set dummy pkg
-config; ac_word
=$2
31266 echo "$as_me:$LINENO: checking for $ac_word" >&5
31267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
31268 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31269 echo $ECHO_N "(cached) $ECHO_C" >&6
31271 case $ac_pt_PKG_CONFIG in
31273 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31276 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
31277 for as_dir
in $PATH
31280 test -z "$as_dir" && as_dir
=.
31281 for ac_exec_ext
in '' $ac_executable_extensions; do
31282 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31283 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
31284 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31293 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
31295 if test -n "$ac_pt_PKG_CONFIG"; then
31296 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31297 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
31299 echo "$as_me:$LINENO: result: no" >&5
31300 echo "${ECHO_T}no" >&6
31303 PKG_CONFIG
=$ac_pt_PKG_CONFIG
31305 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
31309 if test -n "$PKG_CONFIG"; then
31310 _pkg_min_version
=0.9.0
31311 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31312 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
31313 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31314 echo "$as_me:$LINENO: result: yes" >&5
31315 echo "${ECHO_T}yes" >&6
31317 echo "$as_me:$LINENO: result: no" >&5
31318 echo "${ECHO_T}no" >&6
31326 echo "$as_me:$LINENO: checking for PANGOX" >&5
31327 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6
31329 if test -n "$PKG_CONFIG"; then
31330 if test -n "$PANGOX_CFLAGS"; then
31331 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
31333 if test -n "$PKG_CONFIG" && \
31334 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31335 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31338 (exit $ac_status); }; then
31339 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
31347 if test -n "$PKG_CONFIG"; then
31348 if test -n "$PANGOX_LIBS"; then
31349 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
31351 if test -n "$PKG_CONFIG" && \
31352 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
31353 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
31355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31356 (exit $ac_status); }; then
31357 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
31368 if test $pkg_failed = yes; then
31370 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31371 _pkg_short_errors_supported
=yes
31373 _pkg_short_errors_supported
=no
31375 if test $_pkg_short_errors_supported = yes; then
31376 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
31378 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
31380 # Put the nasty error message in config.log where it belongs
31381 echo "$PANGOX_PKG_ERRORS" >&5
31384 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31385 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31386 { (exit 1); exit 1; }; }
31389 elif test $pkg_failed = untried
; then
31391 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
31392 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
31393 { (exit 1); exit 1; }; }
31397 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
31398 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
31399 echo "$as_me:$LINENO: result: yes" >&5
31400 echo "${ECHO_T}yes" >&6
31402 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
31403 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
31408 echo "$as_me:$LINENO: checking for PANGOFT2" >&5
31409 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6
31411 if test -n "$PKG_CONFIG"; then
31412 if test -n "$PANGOFT2_CFLAGS"; then
31413 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
31415 if test -n "$PKG_CONFIG" && \
31416 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31417 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31420 (exit $ac_status); }; then
31421 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
31429 if test -n "$PKG_CONFIG"; then
31430 if test -n "$PANGOFT2_LIBS"; then
31431 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
31433 if test -n "$PKG_CONFIG" && \
31434 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
31435 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
31437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31438 (exit $ac_status); }; then
31439 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
31450 if test $pkg_failed = yes; then
31452 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31453 _pkg_short_errors_supported
=yes
31455 _pkg_short_errors_supported
=no
31457 if test $_pkg_short_errors_supported = yes; then
31458 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
31460 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
31462 # Put the nasty error message in config.log where it belongs
31463 echo "$PANGOFT2_PKG_ERRORS" >&5
31466 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31467 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31468 wxUSE_PRINTING_ARCHITECTURE
="no"
31471 elif test $pkg_failed = untried
; then
31473 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
31474 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
31475 wxUSE_PRINTING_ARCHITECTURE
="no"
31479 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
31480 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
31481 echo "$as_me:$LINENO: result: yes" >&5
31482 echo "${ECHO_T}yes" >&6
31484 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
31485 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
31490 echo "$as_me:$LINENO: checking for PANGOXFT" >&5
31491 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6
31493 if test -n "$PKG_CONFIG"; then
31494 if test -n "$PANGOXFT_CFLAGS"; then
31495 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
31497 if test -n "$PKG_CONFIG" && \
31498 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31499 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31502 (exit $ac_status); }; then
31503 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
31511 if test -n "$PKG_CONFIG"; then
31512 if test -n "$PANGOXFT_LIBS"; then
31513 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
31515 if test -n "$PKG_CONFIG" && \
31516 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
31517 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
31519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31520 (exit $ac_status); }; then
31521 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
31532 if test $pkg_failed = yes; then
31534 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31535 _pkg_short_errors_supported
=yes
31537 _pkg_short_errors_supported
=no
31539 if test $_pkg_short_errors_supported = yes; then
31540 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
31542 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
31544 # Put the nasty error message in config.log where it belongs
31545 echo "$PANGOXFT_PKG_ERRORS" >&5
31548 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31549 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31552 elif test $pkg_failed = untried
; then
31554 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
31555 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
31559 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
31560 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
31561 echo "$as_me:$LINENO: result: yes" >&5
31562 echo "${ECHO_T}yes" >&6
31564 cat >>confdefs.h
<<\_ACEOF
31565 #define HAVE_PANGO_XFT 1
31568 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
31569 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
31572 save_CXXFLAGS
="$CXXFLAGS"
31574 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
31575 LIBS
="$LIBS $PANGOX_LIBS"
31577 for ac_func
in pango_font_family_is_monospace
31579 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31580 echo "$as_me:$LINENO: checking for $ac_func" >&5
31581 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31582 if eval "test \"\${$as_ac_var+set}\" = set"; then
31583 echo $ECHO_N "(cached) $ECHO_C" >&6
31585 cat >conftest.
$ac_ext <<_ACEOF
31588 cat confdefs.h
>>conftest.
$ac_ext
31589 cat >>conftest.
$ac_ext <<_ACEOF
31590 /* end confdefs.h. */
31591 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31593 #define $ac_func innocuous_$ac_func
31595 /* System header to define __stub macros and hopefully few prototypes,
31596 which can conflict with char $ac_func (); below.
31597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31598 <limits.h> exists even on freestanding compilers. */
31601 # include <limits.h>
31603 # include <assert.h>
31608 /* Override any gcc2 internal prototype to avoid an error. */
31613 /* We use char because int might match the return type of a gcc2
31614 builtin and then its argument prototype would still apply. */
31616 /* The GNU C library defines this for functions which it implements
31617 to always fail with ENOSYS. Some functions are actually named
31618 something starting with __ and the normal name is an alias. */
31619 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31622 char (*f) () = $ac_func;
31631 return f != $ac_func;
31636 rm -f conftest.
$ac_objext conftest
$ac_exeext
31637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31638 (eval $ac_link) 2>conftest.er1
31640 grep -v '^ *+' conftest.er1
>conftest.err
31642 cat conftest.err
>&5
31643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31644 (exit $ac_status); } &&
31645 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31647 (eval $ac_try) 2>&5
31649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31650 (exit $ac_status); }; } &&
31651 { ac_try
='test -s conftest$ac_exeext'
31652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31653 (eval $ac_try) 2>&5
31655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31656 (exit $ac_status); }; }; then
31657 eval "$as_ac_var=yes"
31659 echo "$as_me: failed program was:" >&5
31660 sed 's/^/| /' conftest.
$ac_ext >&5
31662 eval "$as_ac_var=no"
31664 rm -f conftest.err conftest.
$ac_objext \
31665 conftest
$ac_exeext conftest.
$ac_ext
31667 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31668 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31669 if test `eval echo '${'$as_ac_var'}'` = yes; then
31670 cat >>confdefs.h
<<_ACEOF
31671 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31677 CXXFLAGS
="$save_CXXFLAGS"
31681 wxUSE_UNIVERSAL
="yes"
31683 if test "$wxUSE_NANOX" = "yes"; then
31684 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
31685 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"
31686 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
31688 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
31695 if test "$wxUSE_MOTIF" = 1; then
31696 if test "$wxUSE_UNICODE" = "yes"; then
31697 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
31698 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
31699 { (exit 1); exit 1; }; }
31702 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
31703 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
31706 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
31708 if test -f "$ac_dir/Xm/Xm.h"; then
31709 ac_find_includes
=$ac_dir
31714 if test "$ac_find_includes" != "" ; then
31715 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
31716 echo "${ECHO_T}found in $ac_find_includes" >&6
31718 if test "x$ac_find_includes" = "x/usr/include"; then
31719 ac_path_to_include
=""
31721 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
31723 if test $result = 0; then
31724 ac_path_to_include
=""
31726 ac_path_to_include
=" -I$ac_find_includes"
31730 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
31732 save_CXXFLAGS
=$CXXFLAGS
31733 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31735 cat >conftest.
$ac_ext <<_ACEOF
31738 cat confdefs.h
>>conftest.
$ac_ext
31739 cat >>conftest.
$ac_ext <<_ACEOF
31740 /* end confdefs.h. */
31749 version = xmUseVersion;
31755 rm -f conftest.
$ac_objext
31756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31757 (eval $ac_compile) 2>conftest.er1
31759 grep -v '^ *+' conftest.er1
>conftest.err
31761 cat conftest.err
>&5
31762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31763 (exit $ac_status); } &&
31764 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31766 (eval $ac_try) 2>&5
31768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31769 (exit $ac_status); }; } &&
31770 { ac_try
='test -s conftest.$ac_objext'
31771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31772 (eval $ac_try) 2>&5
31774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31775 (exit $ac_status); }; }; then
31777 echo "$as_me:$LINENO: result: found in default search path" >&5
31778 echo "${ECHO_T}found in default search path" >&6
31779 COMPILED_X_PROGRAM
=1
31782 echo "$as_me: failed program was:" >&5
31783 sed 's/^/| /' conftest.
$ac_ext >&5
31786 echo "$as_me:$LINENO: result: no" >&5
31787 echo "${ECHO_T}no" >&6
31788 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
31789 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
31790 { (exit 1); exit 1; }; }
31794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31796 CXXFLAGS
=$save_CXXFLAGS
31800 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
31801 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
31804 for ac_dir
in $SEARCH_LIB;
31806 for ac_extension
in a so sl dylib dll.a
; do
31807 if test -f "$ac_dir/libXm.$ac_extension"; then
31808 ac_find_libraries
=$ac_dir
31815 if test "x$ac_find_libraries" != "x" ; then
31816 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31817 echo "${ECHO_T}found in $ac_find_libraries" >&6
31820 if test "$ac_find_libraries" = "default location"; then
31823 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
31825 if test $result = 0; then
31828 ac_path_to_link
=" -L$ac_find_libraries"
31832 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
31834 save_CXXFLAGS
=$CXXFLAGS
31835 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31837 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
31839 cat >conftest.
$ac_ext <<_ACEOF
31842 cat confdefs.h
>>conftest.
$ac_ext
31843 cat >>conftest.
$ac_ext <<_ACEOF
31844 /* end confdefs.h. */
31853 version = xmUseVersion;
31859 rm -f conftest.
$ac_objext conftest
$ac_exeext
31860 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31861 (eval $ac_link) 2>conftest.er1
31863 grep -v '^ *+' conftest.er1
>conftest.err
31865 cat conftest.err
>&5
31866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31867 (exit $ac_status); } &&
31868 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31870 (eval $ac_try) 2>&5
31872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31873 (exit $ac_status); }; } &&
31874 { ac_try
='test -s conftest$ac_exeext'
31875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31876 (eval $ac_try) 2>&5
31878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31879 (exit $ac_status); }; }; then
31881 echo "$as_me:$LINENO: result: found in default search path" >&5
31882 echo "${ECHO_T}found in default search path" >&6
31883 COMPILED_X_PROGRAM
=1
31886 echo "$as_me: failed program was:" >&5
31887 sed 's/^/| /' conftest.
$ac_ext >&5
31890 echo "$as_me:$LINENO: result: no" >&5
31891 echo "${ECHO_T}no" >&6
31892 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
31893 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
31894 { (exit 1); exit 1; }; }
31898 rm -f conftest.err conftest.
$ac_objext \
31899 conftest
$ac_exeext conftest.
$ac_ext
31901 CXXFLAGS
=$save_CXXFLAGS
31905 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
31906 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
31910 for libp
in "" " -lXp"; do
31911 if test "$libs_found" = "0"; then
31912 for libsm_ice
in "" " -lSM -lICE"; do
31913 if test "$libs_found" = "0"; then
31915 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
31916 save_CXXFLAGS
=$CXXFLAGS
31917 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31919 cat >conftest.
$ac_ext <<_ACEOF
31922 cat confdefs.h
>>conftest.
$ac_ext
31923 cat >>conftest.
$ac_ext <<_ACEOF
31924 /* end confdefs.h. */
31927 #include <Xm/List.h>
31933 XmString string = NULL;
31936 XmListAddItem(w, string, position);
31942 rm -f conftest.
$ac_objext conftest
$ac_exeext
31943 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31944 (eval $ac_link) 2>conftest.er1
31946 grep -v '^ *+' conftest.er1
>conftest.err
31948 cat conftest.err
>&5
31949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31950 (exit $ac_status); } &&
31951 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
31952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31953 (eval $ac_try) 2>&5
31955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31956 (exit $ac_status); }; } &&
31957 { ac_try
='test -s conftest$ac_exeext'
31958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31959 (eval $ac_try) 2>&5
31961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31962 (exit $ac_status); }; }; then
31965 libsm_ice_link
="$libsm_ice"
31966 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
31967 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
31971 echo "$as_me: failed program was:" >&5
31972 sed 's/^/| /' conftest.
$ac_ext >&5
31977 rm -f conftest.err conftest.
$ac_objext \
31978 conftest
$ac_exeext conftest.
$ac_ext
31981 CXXFLAGS
=$save_CXXFLAGS
31987 if test "$libs_found" = "0"; then
31988 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
31989 echo "${ECHO_T}can't find the right libraries" >&6
31990 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
31991 echo "$as_me: error: can't link a simple motif program" >&2;}
31992 { (exit 1); exit 1; }; }
31995 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
31996 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
31997 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
31998 echo $ECHO_N "(cached) $ECHO_C" >&6
32000 ac_check_lib_save_LIBS
=$LIBS
32002 cat >conftest.
$ac_ext <<_ACEOF
32005 cat confdefs.h
>>conftest.
$ac_ext
32006 cat >>conftest.
$ac_ext <<_ACEOF
32007 /* end confdefs.h. */
32009 /* Override any gcc2 internal prototype to avoid an error. */
32013 /* We use char because int might match the return type of a gcc2
32014 builtin and then its argument prototype would still apply. */
32015 char SgCreateList ();
32024 rm -f conftest.
$ac_objext conftest
$ac_exeext
32025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32026 (eval $ac_link) 2>conftest.er1
32028 grep -v '^ *+' conftest.er1
>conftest.err
32030 cat conftest.err
>&5
32031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32032 (exit $ac_status); } &&
32033 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32035 (eval $ac_try) 2>&5
32037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32038 (exit $ac_status); }; } &&
32039 { ac_try
='test -s conftest$ac_exeext'
32040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32041 (eval $ac_try) 2>&5
32043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32044 (exit $ac_status); }; }; then
32045 ac_cv_lib_Sgm_SgCreateList
=yes
32047 echo "$as_me: failed program was:" >&5
32048 sed 's/^/| /' conftest.
$ac_ext >&5
32050 ac_cv_lib_Sgm_SgCreateList
=no
32052 rm -f conftest.err conftest.
$ac_objext \
32053 conftest
$ac_exeext conftest.
$ac_ext
32054 LIBS
=$ac_check_lib_save_LIBS
32056 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
32057 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
32058 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
32059 libsgm_link
=" -lSgm"
32063 save_CXXFLAGS
=$CXXFLAGS
32064 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
32066 echo "$as_me:$LINENO: checking for Motif 2" >&5
32067 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
32068 if test "${wx_cv_lib_motif2+set}" = set; then
32069 echo $ECHO_N "(cached) $ECHO_C" >&6
32071 cat >conftest.
$ac_ext <<_ACEOF
32074 cat confdefs.h
>>conftest.
$ac_ext
32075 cat >>conftest.
$ac_ext <<_ACEOF
32076 /* end confdefs.h. */
32084 #if XmVersion < 2000
32092 rm -f conftest.
$ac_objext
32093 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32094 (eval $ac_compile) 2>conftest.er1
32096 grep -v '^ *+' conftest.er1
>conftest.err
32098 cat conftest.err
>&5
32099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32100 (exit $ac_status); } &&
32101 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32103 (eval $ac_try) 2>&5
32105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32106 (exit $ac_status); }; } &&
32107 { ac_try
='test -s conftest.$ac_objext'
32108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32109 (eval $ac_try) 2>&5
32111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32112 (exit $ac_status); }; }; then
32113 wx_cv_lib_motif2
="yes"
32115 echo "$as_me: failed program was:" >&5
32116 sed 's/^/| /' conftest.
$ac_ext >&5
32118 wx_cv_lib_motif2
="no"
32120 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32122 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
32123 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
32124 if test "$wx_cv_lib_motif2" = "yes"; then
32125 cat >>confdefs.h
<<\_ACEOF
32126 #define __WXMOTIF20__ 1
32130 cat >>confdefs.h
<<\_ACEOF
32131 #define __WXMOTIF20__ 0
32136 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
32137 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
32138 if test "${wx_cv_lib_lesstif+set}" = set; then
32139 echo $ECHO_N "(cached) $ECHO_C" >&6
32141 cat >conftest.
$ac_ext <<_ACEOF
32144 cat confdefs.h
>>conftest.
$ac_ext
32145 cat >>conftest.
$ac_ext <<_ACEOF
32146 /* end confdefs.h. */
32154 #if !defined(LesstifVersion) || LesstifVersion <= 0
32162 rm -f conftest.
$ac_objext
32163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32164 (eval $ac_compile) 2>conftest.er1
32166 grep -v '^ *+' conftest.er1
>conftest.err
32168 cat conftest.err
>&5
32169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32170 (exit $ac_status); } &&
32171 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32173 (eval $ac_try) 2>&5
32175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32176 (exit $ac_status); }; } &&
32177 { ac_try
='test -s conftest.$ac_objext'
32178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32179 (eval $ac_try) 2>&5
32181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32182 (exit $ac_status); }; }; then
32183 wx_cv_lib_lesstif
="yes"
32185 echo "$as_me: failed program was:" >&5
32186 sed 's/^/| /' conftest.
$ac_ext >&5
32188 wx_cv_lib_lesstif
="no"
32190 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32193 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
32194 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
32195 if test "$wx_cv_lib_lesstif" = "yes"; then
32196 cat >>confdefs.h
<<\_ACEOF
32197 #define __WXLESSTIF__ 1
32201 cat >>confdefs.h
<<\_ACEOF
32202 #define __WXLESSTIF__ 0
32207 CXXFLAGS
=$save_CXXFLAGS
32209 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
32214 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
32215 if test "$wxUSE_LIBXPM" = "sys"; then
32216 echo "$as_me:$LINENO: checking for Xpm library" >&5
32217 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
32220 for ac_dir
in $SEARCH_LIB;
32222 for ac_extension
in a so sl dylib dll.a
; do
32223 if test -f "$ac_dir/libXpm.$ac_extension"; then
32224 ac_find_libraries
=$ac_dir
32230 if test "$ac_find_libraries" != "" ; then
32232 if test "$ac_find_libraries" = "default location"; then
32235 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
32237 if test $result = 0; then
32240 ac_path_to_link
=" -L$ac_find_libraries"
32244 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
32245 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
32246 echo "${ECHO_T}found in $ac_find_libraries" >&6
32248 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
32249 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
32250 if test "${wx_cv_x11_xpm_h+set}" = set; then
32251 echo $ECHO_N "(cached) $ECHO_C" >&6
32254 save_CXXFLAGS
=$CXXFLAGS
32255 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
32257 cat >conftest.
$ac_ext <<_ACEOF
32260 cat confdefs.h
>>conftest.
$ac_ext
32261 cat >>conftest.
$ac_ext <<_ACEOF
32262 /* end confdefs.h. */
32264 #include <X11/xpm.h>
32271 version = XpmLibraryVersion();
32277 rm -f conftest.
$ac_objext
32278 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32279 (eval $ac_compile) 2>conftest.er1
32281 grep -v '^ *+' conftest.er1
>conftest.err
32283 cat conftest.err
>&5
32284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32285 (exit $ac_status); } &&
32286 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32288 (eval $ac_try) 2>&5
32290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32291 (exit $ac_status); }; } &&
32292 { ac_try
='test -s conftest.$ac_objext'
32293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32294 (eval $ac_try) 2>&5
32296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32297 (exit $ac_status); }; }; then
32298 wx_cv_x11_xpm_h
=yes
32300 echo "$as_me: failed program was:" >&5
32301 sed 's/^/| /' conftest.
$ac_ext >&5
32306 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32308 CXXFLAGS
=$save_CXXFLAGS
32312 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
32313 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
32315 if test $wx_cv_x11_xpm_h = "yes"; then
32316 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
32317 cat >>confdefs.h
<<\_ACEOF
32318 #define wxHAVE_LIB_XPM 1
32322 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
32323 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
32329 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
32330 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
32331 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
32332 echo $ECHO_N "(cached) $ECHO_C" >&6
32334 ac_check_lib_save_LIBS
=$LIBS
32335 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
32336 cat >conftest.
$ac_ext <<_ACEOF
32339 cat confdefs.h
>>conftest.
$ac_ext
32340 cat >>conftest.
$ac_ext <<_ACEOF
32341 /* end confdefs.h. */
32343 /* Override any gcc2 internal prototype to avoid an error. */
32347 /* We use char because int might match the return type of a gcc2
32348 builtin and then its argument prototype would still apply. */
32349 char XShapeQueryExtension ();
32353 XShapeQueryExtension ();
32358 rm -f conftest.
$ac_objext conftest
$ac_exeext
32359 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32360 (eval $ac_link) 2>conftest.er1
32362 grep -v '^ *+' conftest.er1
>conftest.err
32364 cat conftest.err
>&5
32365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32366 (exit $ac_status); } &&
32367 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32369 (eval $ac_try) 2>&5
32371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32372 (exit $ac_status); }; } &&
32373 { ac_try
='test -s conftest$ac_exeext'
32374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32375 (eval $ac_try) 2>&5
32377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32378 (exit $ac_status); }; }; then
32379 ac_cv_lib_Xext_XShapeQueryExtension
=yes
32381 echo "$as_me: failed program was:" >&5
32382 sed 's/^/| /' conftest.
$ac_ext >&5
32384 ac_cv_lib_Xext_XShapeQueryExtension
=no
32386 rm -f conftest.err conftest.
$ac_objext \
32387 conftest
$ac_exeext conftest.
$ac_ext
32388 LIBS
=$ac_check_lib_save_LIBS
32390 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
32391 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
32392 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
32394 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
32400 if test "$wxHAVE_XEXT_LIB" = 1; then
32401 save_CXXFLAGS
="$CXXFLAGS"
32402 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
32404 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
32405 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
32406 cat >conftest.
$ac_ext <<_ACEOF
32409 cat confdefs.h
>>conftest.
$ac_ext
32410 cat >>conftest.
$ac_ext <<_ACEOF
32411 /* end confdefs.h. */
32413 #include <X11/Xlib.h>
32414 #include <X11/extensions/shape.h>
32420 int dummy1, dummy2;
32421 XShapeQueryExtension((Display*)NULL,
32422 (int*)NULL, (int*)NULL);
32428 rm -f conftest.
$ac_objext
32429 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32430 (eval $ac_compile) 2>conftest.er1
32432 grep -v '^ *+' conftest.er1
>conftest.err
32434 cat conftest.err
>&5
32435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32436 (exit $ac_status); } &&
32437 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32439 (eval $ac_try) 2>&5
32441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32442 (exit $ac_status); }; } &&
32443 { ac_try
='test -s conftest.$ac_objext'
32444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32445 (eval $ac_try) 2>&5
32447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32448 (exit $ac_status); }; }; then
32450 cat >>confdefs.h
<<\_ACEOF
32451 #define HAVE_XSHAPE 1
32454 echo "$as_me:$LINENO: result: found" >&5
32455 echo "${ECHO_T}found" >&6
32458 echo "$as_me: failed program was:" >&5
32459 sed 's/^/| /' conftest.
$ac_ext >&5
32462 echo "$as_me:$LINENO: result: not found" >&5
32463 echo "${ECHO_T}not found" >&6
32466 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32467 CXXFLAGS
="$save_CXXFLAGS"
32472 if test "$wxUSE_MAC" = 1; then
32473 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
32474 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
32475 if test "$GCC" = yes; then
32476 echo "$as_me:$LINENO: result: gcc" >&5
32477 echo "${ECHO_T}gcc" >&6
32478 CPPFLAGS_PASCAL
="-fpascal-strings"
32479 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
32480 echo "$as_me:$LINENO: result: xlc" >&5
32481 echo "${ECHO_T}xlc" >&6
32482 CPPFLAGS_PASCAL
="-qmacpstr"
32484 echo "$as_me:$LINENO: result: none" >&5
32485 echo "${ECHO_T}none" >&6
32488 if test "x$wxUSE_UNIX" = "xyes"; then
32489 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
32491 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
32496 WXBASEPORT
="_carbon"
32499 if test "$wxUSE_COCOA" = 1; then
32504 if test "$wxUSE_PM" = 1; then
32507 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
32508 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
32509 if test "${wx_cv_spbcdata+set}" = set; then
32510 echo $ECHO_N "(cached) $ECHO_C" >&6
32513 cat >conftest.
$ac_ext <<_ACEOF
32516 cat confdefs.h
>>conftest.
$ac_ext
32517 cat >>conftest.
$ac_ext <<_ACEOF
32518 /* end confdefs.h. */
32533 rm -f conftest.
$ac_objext
32534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32535 (eval $ac_compile) 2>conftest.er1
32537 grep -v '^ *+' conftest.er1
>conftest.err
32539 cat conftest.err
>&5
32540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32541 (exit $ac_status); } &&
32542 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32544 (eval $ac_try) 2>&5
32546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32547 (exit $ac_status); }; } &&
32548 { ac_try
='test -s conftest.$ac_objext'
32549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32550 (eval $ac_try) 2>&5
32552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32553 (exit $ac_status); }; }; then
32556 echo "$as_me: failed program was:" >&5
32557 sed 's/^/| /' conftest.
$ac_ext >&5
32562 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32566 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
32567 echo "${ECHO_T}$wx_cv_spbcdata" >&6
32569 if test $wx_cv_spbcdata = "yes"; then
32570 cat >>confdefs.h
<<\_ACEOF
32571 #define HAVE_SPBCDATA 1
32577 if test "$TOOLKIT" = "PM" ; then
32580 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
32583 if test "$wxUSE_UNIVERSAL" = "yes"; then
32584 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
32588 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
32589 DISTDIR
="wx\$(TOOLKIT)"
32595 if test "$USE_WIN32" = 1 ; then
32599 GUIDIST
="BASE_DIST"
32604 if test "$wxUSE_GUI" = "yes"; then
32605 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
32607 for ac_header
in X
11/Xlib.h
32609 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32610 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32611 echo "$as_me:$LINENO: checking for $ac_header" >&5
32612 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32613 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32614 echo $ECHO_N "(cached) $ECHO_C" >&6
32616 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32617 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32619 # Is the header compilable?
32620 echo "$as_me:$LINENO: checking $ac_header usability" >&5
32621 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32622 cat >conftest.
$ac_ext <<_ACEOF
32625 cat confdefs.h
>>conftest.
$ac_ext
32626 cat >>conftest.
$ac_ext <<_ACEOF
32627 /* end confdefs.h. */
32628 $ac_includes_default
32629 #include <$ac_header>
32631 rm -f conftest.
$ac_objext
32632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32633 (eval $ac_compile) 2>conftest.er1
32635 grep -v '^ *+' conftest.er1
>conftest.err
32637 cat conftest.err
>&5
32638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32639 (exit $ac_status); } &&
32640 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32642 (eval $ac_try) 2>&5
32644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32645 (exit $ac_status); }; } &&
32646 { ac_try
='test -s conftest.$ac_objext'
32647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32648 (eval $ac_try) 2>&5
32650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32651 (exit $ac_status); }; }; then
32652 ac_header_compiler
=yes
32654 echo "$as_me: failed program was:" >&5
32655 sed 's/^/| /' conftest.
$ac_ext >&5
32657 ac_header_compiler
=no
32659 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32660 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32661 echo "${ECHO_T}$ac_header_compiler" >&6
32663 # Is the header present?
32664 echo "$as_me:$LINENO: checking $ac_header presence" >&5
32665 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32666 cat >conftest.
$ac_ext <<_ACEOF
32669 cat confdefs.h
>>conftest.
$ac_ext
32670 cat >>conftest.
$ac_ext <<_ACEOF
32671 /* end confdefs.h. */
32672 #include <$ac_header>
32674 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32675 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32677 grep -v '^ *+' conftest.er1
>conftest.err
32679 cat conftest.err
>&5
32680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32681 (exit $ac_status); } >/dev
/null
; then
32682 if test -s conftest.err
; then
32683 ac_cpp_err
=$ac_cxx_preproc_warn_flag
32684 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
32691 if test -z "$ac_cpp_err"; then
32692 ac_header_preproc
=yes
32694 echo "$as_me: failed program was:" >&5
32695 sed 's/^/| /' conftest.
$ac_ext >&5
32697 ac_header_preproc
=no
32699 rm -f conftest.err conftest.
$ac_ext
32700 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32701 echo "${ECHO_T}$ac_header_preproc" >&6
32703 # So? What about this header?
32704 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
32706 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32707 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32708 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
32709 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
32710 ac_header_preproc
=yes
32713 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32714 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32715 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32716 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32717 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
32718 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
32719 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
32720 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
32721 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32722 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32723 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
32724 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
32727 ## ----------------------------------------- ##
32728 ## Report this to wx-dev@lists.wxwidgets.org ##
32729 ## ----------------------------------------- ##
32732 sed "s/^/$as_me: WARNING: /" >&2
32735 echo "$as_me:$LINENO: checking for $ac_header" >&5
32736 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32737 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32738 echo $ECHO_N "(cached) $ECHO_C" >&6
32740 eval "$as_ac_Header=\$ac_header_preproc"
32742 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32743 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32746 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32747 cat >>confdefs.h
<<_ACEOF
32748 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32756 for ac_header
in X
11/XKBlib.h
32758 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32759 echo "$as_me:$LINENO: checking for $ac_header" >&5
32760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32761 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32762 echo $ECHO_N "(cached) $ECHO_C" >&6
32764 cat >conftest.
$ac_ext <<_ACEOF
32767 cat confdefs.h
>>conftest.
$ac_ext
32768 cat >>conftest.
$ac_ext <<_ACEOF
32769 /* end confdefs.h. */
32771 #if HAVE_X11_XLIB_H
32772 #include <X11/Xlib.h>
32776 #include <$ac_header>
32778 rm -f conftest.
$ac_objext
32779 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32780 (eval $ac_compile) 2>conftest.er1
32782 grep -v '^ *+' conftest.er1
>conftest.err
32784 cat conftest.err
>&5
32785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32786 (exit $ac_status); } &&
32787 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32789 (eval $ac_try) 2>&5
32791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32792 (exit $ac_status); }; } &&
32793 { ac_try
='test -s conftest.$ac_objext'
32794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32795 (eval $ac_try) 2>&5
32797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32798 (exit $ac_status); }; }; then
32799 eval "$as_ac_Header=yes"
32801 echo "$as_me: failed program was:" >&5
32802 sed 's/^/| /' conftest.
$ac_ext >&5
32804 eval "$as_ac_Header=no"
32806 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32808 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32809 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32810 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32811 cat >>confdefs.h
<<_ACEOF
32812 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32827 if test "$TOOLKIT" != "MSW" ; then
32829 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
32831 if test "${ac_cv_header_sql_h+set}" = set; then
32832 echo "$as_me:$LINENO: checking for sql.h" >&5
32833 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32834 if test "${ac_cv_header_sql_h+set}" = set; then
32835 echo $ECHO_N "(cached) $ECHO_C" >&6
32837 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32838 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32840 # Is the header compilable?
32841 echo "$as_me:$LINENO: checking sql.h usability" >&5
32842 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
32843 cat >conftest.
$ac_ext <<_ACEOF
32846 cat confdefs.h
>>conftest.
$ac_ext
32847 cat >>conftest.
$ac_ext <<_ACEOF
32848 /* end confdefs.h. */
32849 $ac_includes_default
32852 rm -f conftest.
$ac_objext
32853 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32854 (eval $ac_compile) 2>conftest.er1
32856 grep -v '^ *+' conftest.er1
>conftest.err
32858 cat conftest.err
>&5
32859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32860 (exit $ac_status); } &&
32861 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
32862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32863 (eval $ac_try) 2>&5
32865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32866 (exit $ac_status); }; } &&
32867 { ac_try
='test -s conftest.$ac_objext'
32868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32869 (eval $ac_try) 2>&5
32871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32872 (exit $ac_status); }; }; then
32873 ac_header_compiler
=yes
32875 echo "$as_me: failed program was:" >&5
32876 sed 's/^/| /' conftest.
$ac_ext >&5
32878 ac_header_compiler
=no
32880 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32881 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32882 echo "${ECHO_T}$ac_header_compiler" >&6
32884 # Is the header present?
32885 echo "$as_me:$LINENO: checking sql.h presence" >&5
32886 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
32887 cat >conftest.
$ac_ext <<_ACEOF
32890 cat confdefs.h
>>conftest.
$ac_ext
32891 cat >>conftest.
$ac_ext <<_ACEOF
32892 /* end confdefs.h. */
32895 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32896 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32898 grep -v '^ *+' conftest.er1
>conftest.err
32900 cat conftest.err
>&5
32901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32902 (exit $ac_status); } >/dev
/null
; then
32903 if test -s conftest.err
; then
32904 ac_cpp_err
=$ac_cxx_preproc_warn_flag
32905 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
32912 if test -z "$ac_cpp_err"; then
32913 ac_header_preproc
=yes
32915 echo "$as_me: failed program was:" >&5
32916 sed 's/^/| /' conftest.
$ac_ext >&5
32918 ac_header_preproc
=no
32920 rm -f conftest.err conftest.
$ac_ext
32921 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32922 echo "${ECHO_T}$ac_header_preproc" >&6
32924 # So? What about this header?
32925 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
32927 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
32928 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32929 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
32930 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
32931 ac_header_preproc
=yes
32934 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
32935 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
32936 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
32937 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
32938 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
32939 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
32940 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
32941 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
32942 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
32943 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
32944 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
32945 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
32948 ## ----------------------------------------- ##
32949 ## Report this to wx-dev@lists.wxwidgets.org ##
32950 ## ----------------------------------------- ##
32953 sed "s/^/$as_me: WARNING: /" >&2
32956 echo "$as_me:$LINENO: checking for sql.h" >&5
32957 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32958 if test "${ac_cv_header_sql_h+set}" = set; then
32959 echo $ECHO_N "(cached) $ECHO_C" >&6
32961 ac_cv_header_sql_h
=$ac_header_preproc
32963 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32964 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32967 if test $ac_cv_header_sql_h = yes; then
32972 if test "x$found_sql_h" = "x1" ; then
32973 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
32974 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
32975 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
32976 echo $ECHO_N "(cached) $ECHO_C" >&6
32978 ac_check_lib_save_LIBS
=$LIBS
32979 LIBS
="-liodbc $LIBS"
32980 cat >conftest.
$ac_ext <<_ACEOF
32983 cat confdefs.h
>>conftest.
$ac_ext
32984 cat >>conftest.
$ac_ext <<_ACEOF
32985 /* end confdefs.h. */
32987 /* Override any gcc2 internal prototype to avoid an error. */
32991 /* We use char because int might match the return type of a gcc2
32992 builtin and then its argument prototype would still apply. */
32993 char SQLAllocEnv ();
33002 rm -f conftest.
$ac_objext conftest
$ac_exeext
33003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33004 (eval $ac_link) 2>conftest.er1
33006 grep -v '^ *+' conftest.er1
>conftest.err
33008 cat conftest.err
>&5
33009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33010 (exit $ac_status); } &&
33011 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33013 (eval $ac_try) 2>&5
33015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33016 (exit $ac_status); }; } &&
33017 { ac_try
='test -s conftest$ac_exeext'
33018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33019 (eval $ac_try) 2>&5
33021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33022 (exit $ac_status); }; }; then
33023 ac_cv_lib_iodbc_SQLAllocEnv
=yes
33025 echo "$as_me: failed program was:" >&5
33026 sed 's/^/| /' conftest.
$ac_ext >&5
33028 ac_cv_lib_iodbc_SQLAllocEnv
=no
33030 rm -f conftest.err conftest.
$ac_objext \
33031 conftest
$ac_exeext conftest.
$ac_ext
33032 LIBS
=$ac_check_lib_save_LIBS
33034 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
33035 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
33036 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
33037 ODBC_LINK
=" -liodbc"
33040 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
33041 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
33042 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
33043 echo $ECHO_N "(cached) $ECHO_C" >&6
33045 ac_check_lib_save_LIBS
=$LIBS
33046 LIBS
="-lunixodbc $LIBS"
33047 cat >conftest.
$ac_ext <<_ACEOF
33050 cat confdefs.h
>>conftest.
$ac_ext
33051 cat >>conftest.
$ac_ext <<_ACEOF
33052 /* end confdefs.h. */
33054 /* Override any gcc2 internal prototype to avoid an error. */
33058 /* We use char because int might match the return type of a gcc2
33059 builtin and then its argument prototype would still apply. */
33060 char SQLAllocEnv ();
33069 rm -f conftest.
$ac_objext conftest
$ac_exeext
33070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33071 (eval $ac_link) 2>conftest.er1
33073 grep -v '^ *+' conftest.er1
>conftest.err
33075 cat conftest.err
>&5
33076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33077 (exit $ac_status); } &&
33078 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33080 (eval $ac_try) 2>&5
33082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33083 (exit $ac_status); }; } &&
33084 { ac_try
='test -s conftest$ac_exeext'
33085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33086 (eval $ac_try) 2>&5
33088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33089 (exit $ac_status); }; }; then
33090 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
33092 echo "$as_me: failed program was:" >&5
33093 sed 's/^/| /' conftest.
$ac_ext >&5
33095 ac_cv_lib_unixodbc_SQLAllocEnv
=no
33097 rm -f conftest.err conftest.
$ac_objext \
33098 conftest
$ac_exeext conftest.
$ac_ext
33099 LIBS
=$ac_check_lib_save_LIBS
33101 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
33102 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
33103 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
33104 ODBC_LINK
=" -lunixodbc"
33107 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
33108 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
33109 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
33110 echo $ECHO_N "(cached) $ECHO_C" >&6
33112 ac_check_lib_save_LIBS
=$LIBS
33113 LIBS
="-lodbc $LIBS"
33114 cat >conftest.
$ac_ext <<_ACEOF
33117 cat confdefs.h
>>conftest.
$ac_ext
33118 cat >>conftest.
$ac_ext <<_ACEOF
33119 /* end confdefs.h. */
33121 /* Override any gcc2 internal prototype to avoid an error. */
33125 /* We use char because int might match the return type of a gcc2
33126 builtin and then its argument prototype would still apply. */
33127 char SQLAllocEnv ();
33136 rm -f conftest.
$ac_objext conftest
$ac_exeext
33137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33138 (eval $ac_link) 2>conftest.er1
33140 grep -v '^ *+' conftest.er1
>conftest.err
33142 cat conftest.err
>&5
33143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33144 (exit $ac_status); } &&
33145 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33147 (eval $ac_try) 2>&5
33149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33150 (exit $ac_status); }; } &&
33151 { ac_try
='test -s conftest$ac_exeext'
33152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33153 (eval $ac_try) 2>&5
33155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33156 (exit $ac_status); }; }; then
33157 ac_cv_lib_odbc_SQLAllocEnv
=yes
33159 echo "$as_me: failed program was:" >&5
33160 sed 's/^/| /' conftest.
$ac_ext >&5
33162 ac_cv_lib_odbc_SQLAllocEnv
=no
33164 rm -f conftest.err conftest.
$ac_objext \
33165 conftest
$ac_exeext conftest.
$ac_ext
33166 LIBS
=$ac_check_lib_save_LIBS
33168 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
33169 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
33170 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
33171 ODBC_LINK
=" -lodbc"
33181 if test "x$ODBC_LINK" = "x" ; then
33182 if test "$wxUSE_ODBC" = "sys" ; then
33183 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
33184 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
33185 { (exit 1); exit 1; }; }
33187 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
33188 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
33196 if test "$wxUSE_ODBC" = "builtin" ; then
33197 cat >>confdefs.h
<<\_ACEOF
33198 #define wxUSE_BUILTIN_IODBC 1
33204 if test "$wxUSE_ODBC" != "no" ; then
33205 cat >>confdefs.h
<<\_ACEOF
33206 #define wxUSE_ODBC 1
33209 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
33211 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_IODBC_"
33215 if test "$wxUSE_DISPLAY" = "yes"; then
33216 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33217 echo "$as_me:$LINENO: checking for Xinerama" >&5
33218 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
33221 for ac_dir
in $SEARCH_LIB;
33223 for ac_extension
in a so sl dylib dll.a
; do
33224 if test -f "$ac_dir/libXinerama.$ac_extension"; then
33225 ac_find_libraries
=$ac_dir
33231 if test "$ac_find_libraries" != "" ; then
33233 if test "$ac_find_libraries" = "default location"; then
33236 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33238 if test $result = 0; then
33241 ac_path_to_link
=" -L$ac_find_libraries"
33245 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33246 LDFLAGS
="$LDFLAGS $ac_path_to_link"
33248 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
33249 echo "$as_me:$LINENO: result: yes" >&5
33250 echo "${ECHO_T}yes" >&6
33252 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
33253 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
33256 for ac_dir
in $SEARCH_LIB;
33258 for ac_extension
in a so sl dylib dll.a
; do
33259 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
33260 ac_find_libraries
=$ac_dir
33266 if test "$ac_find_libraries" != "" ; then
33267 echo "$as_me:$LINENO: result: yes" >&5
33268 echo "${ECHO_T}yes" >&6
33270 for ac_header
in X
11/extensions
/xf86vmode.h
33272 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33273 echo "$as_me:$LINENO: checking for $ac_header" >&5
33274 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33275 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33276 echo $ECHO_N "(cached) $ECHO_C" >&6
33278 cat >conftest.
$ac_ext <<_ACEOF
33281 cat confdefs.h
>>conftest.
$ac_ext
33282 cat >>conftest.
$ac_ext <<_ACEOF
33283 /* end confdefs.h. */
33285 #if HAVE_X11_XLIB_H
33286 #include <X11/Xlib.h>
33290 #include <$ac_header>
33292 rm -f conftest.
$ac_objext
33293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33294 (eval $ac_compile) 2>conftest.er1
33296 grep -v '^ *+' conftest.er1
>conftest.err
33298 cat conftest.err
>&5
33299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33300 (exit $ac_status); } &&
33301 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33303 (eval $ac_try) 2>&5
33305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33306 (exit $ac_status); }; } &&
33307 { ac_try
='test -s conftest.$ac_objext'
33308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33309 (eval $ac_try) 2>&5
33311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33312 (exit $ac_status); }; }; then
33313 eval "$as_ac_Header=yes"
33315 echo "$as_me: failed program was:" >&5
33316 sed 's/^/| /' conftest.
$ac_ext >&5
33318 eval "$as_ac_Header=no"
33320 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33322 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33323 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33324 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33325 cat >>confdefs.h
<<_ACEOF
33326 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33329 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
33336 echo "$as_me:$LINENO: result: no" >&5
33337 echo "${ECHO_T}no" >&6
33341 echo "$as_me:$LINENO: result: no" >&5
33342 echo "${ECHO_T}no" >&6
33343 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
33344 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
33347 elif test "$wxUSE_MSW" = 1; then
33349 for ac_header
in ddraw.h
33351 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
33352 echo "$as_me:$LINENO: checking for $ac_header" >&5
33353 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
33354 if eval "test \"\${$as_ac_Header+set}\" = set"; then
33355 echo $ECHO_N "(cached) $ECHO_C" >&6
33357 cat >conftest.
$ac_ext <<_ACEOF
33360 cat confdefs.h
>>conftest.
$ac_ext
33361 cat >>conftest.
$ac_ext <<_ACEOF
33362 /* end confdefs.h. */
33363 #include <windows.h>
33365 #include <$ac_header>
33367 rm -f conftest.
$ac_objext
33368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33369 (eval $ac_compile) 2>conftest.er1
33371 grep -v '^ *+' conftest.er1
>conftest.err
33373 cat conftest.err
>&5
33374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33375 (exit $ac_status); } &&
33376 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33378 (eval $ac_try) 2>&5
33380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33381 (exit $ac_status); }; } &&
33382 { ac_try
='test -s conftest.$ac_objext'
33383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33384 (eval $ac_try) 2>&5
33386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33387 (exit $ac_status); }; }; then
33388 eval "$as_ac_Header=yes"
33390 echo "$as_me: failed program was:" >&5
33391 sed 's/^/| /' conftest.
$ac_ext >&5
33393 eval "$as_ac_Header=no"
33395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33397 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
33398 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
33399 if test `eval echo '${'$as_ac_Header'}'` = yes; then
33400 cat >>confdefs.h
<<_ACEOF
33401 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
33411 if test "$wxUSE_DETECT_SM" = "yes"; then
33412 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
33413 echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
33414 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6
33417 for ac_dir
in $SEARCH_LIB;
33419 for ac_extension
in a so sl dylib dll.a
; do
33420 if test -f "$ac_dir/libSM.$ac_extension"; then
33421 ac_find_libraries
=$ac_dir
33427 if test "$ac_find_libraries" != "" ; then
33429 if test "$ac_find_libraries" = "default location"; then
33432 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33434 if test $result = 0; then
33437 ac_path_to_link
=" -L$ac_find_libraries"
33441 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33442 LDFLAGS
="$LDFLAGS $ac_path_to_link"
33444 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lSM"
33445 echo "$as_me:$LINENO: result: yes" >&5
33446 echo "${ECHO_T}yes" >&6
33448 echo "$as_me:$LINENO: result: no" >&5
33449 echo "${ECHO_T}no" >&6
33450 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
33451 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
33452 wxUSE_DETECT_SM
="no"
33455 wxUSE_DETECT_SM
="no"
33462 if test "$wxUSE_OPENGL" = "yes"; then
33463 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
33464 OPENGL_LIBS
="-framework OpenGL -framework AGL"
33465 elif test "$wxUSE_MSW" = 1; then
33466 OPENGL_LIBS
="-lopengl32 -lglu32"
33471 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
33473 if test -f "$ac_dir/GL/gl.h"; then
33474 ac_find_includes
=$ac_dir
33479 if test "$ac_find_includes" != "" ; then
33480 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33481 echo "${ECHO_T}found in $ac_find_includes" >&6
33483 if test "x$ac_find_includes" = "x/usr/include"; then
33484 ac_path_to_include
=""
33486 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
33488 if test $result = 0; then
33489 ac_path_to_include
=""
33491 ac_path_to_include
=" -I$ac_find_includes"
33495 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
33498 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33499 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
33500 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
33501 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33502 echo $ECHO_N "(cached) $ECHO_C" >&6
33504 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33505 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
33507 # Is the header compilable?
33508 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
33509 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
33510 cat >conftest.
$ac_ext <<_ACEOF
33513 cat confdefs.h
>>conftest.
$ac_ext
33514 cat >>conftest.
$ac_ext <<_ACEOF
33515 /* end confdefs.h. */
33516 $ac_includes_default
33519 rm -f conftest.
$ac_objext
33520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33521 (eval $ac_compile) 2>conftest.er1
33523 grep -v '^ *+' conftest.er1
>conftest.err
33525 cat conftest.err
>&5
33526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33527 (exit $ac_status); } &&
33528 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33530 (eval $ac_try) 2>&5
33532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33533 (exit $ac_status); }; } &&
33534 { ac_try
='test -s conftest.$ac_objext'
33535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33536 (eval $ac_try) 2>&5
33538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33539 (exit $ac_status); }; }; then
33540 ac_header_compiler
=yes
33542 echo "$as_me: failed program was:" >&5
33543 sed 's/^/| /' conftest.
$ac_ext >&5
33545 ac_header_compiler
=no
33547 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33548 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33549 echo "${ECHO_T}$ac_header_compiler" >&6
33551 # Is the header present?
33552 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
33553 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
33554 cat >conftest.
$ac_ext <<_ACEOF
33557 cat confdefs.h
>>conftest.
$ac_ext
33558 cat >>conftest.
$ac_ext <<_ACEOF
33559 /* end confdefs.h. */
33562 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
33563 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
33565 grep -v '^ *+' conftest.er1
>conftest.err
33567 cat conftest.err
>&5
33568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33569 (exit $ac_status); } >/dev
/null
; then
33570 if test -s conftest.err
; then
33571 ac_cpp_err
=$ac_cxx_preproc_warn_flag
33572 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
33579 if test -z "$ac_cpp_err"; then
33580 ac_header_preproc
=yes
33582 echo "$as_me: failed program was:" >&5
33583 sed 's/^/| /' conftest.
$ac_ext >&5
33585 ac_header_preproc
=no
33587 rm -f conftest.err conftest.
$ac_ext
33588 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33589 echo "${ECHO_T}$ac_header_preproc" >&6
33591 # So? What about this header?
33592 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
33594 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
33595 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33596 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
33597 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
33598 ac_header_preproc
=yes
33601 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
33602 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
33603 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
33604 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
33605 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
33606 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
33607 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
33608 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
33609 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
33610 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
33611 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
33612 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
33615 ## ----------------------------------------- ##
33616 ## Report this to wx-dev@lists.wxwidgets.org ##
33617 ## ----------------------------------------- ##
33620 sed "s/^/$as_me: WARNING: /" >&2
33623 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
33624 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
33625 if test "${ac_cv_header_GL_gl_h+set}" = set; then
33626 echo $ECHO_N "(cached) $ECHO_C" >&6
33628 ac_cv_header_GL_gl_h
=$ac_header_preproc
33630 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
33631 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
33634 if test $ac_cv_header_GL_gl_h = yes; then
33638 echo "$as_me:$LINENO: checking for -lGL" >&5
33639 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
33642 for ac_dir
in $SEARCH_LIB;
33644 for ac_extension
in a so sl dylib dll.a
; do
33645 if test -f "$ac_dir/libGL.$ac_extension"; then
33646 ac_find_libraries
=$ac_dir
33652 if test "$ac_find_libraries" != "" ; then
33653 echo "$as_me:$LINENO: result: yes" >&5
33654 echo "${ECHO_T}yes" >&6
33657 if test "$ac_find_libraries" = "default location"; then
33660 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33662 if test $result = 0; then
33665 ac_path_to_link
=" -L$ac_find_libraries"
33669 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33670 LDFLAGS_GL
="$ac_path_to_link"
33673 echo "$as_me:$LINENO: checking for -lGLU" >&5
33674 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
33677 for ac_dir
in $SEARCH_LIB;
33679 for ac_extension
in a so sl dylib dll.a
; do
33680 if test -f "$ac_dir/libGLU.$ac_extension"; then
33681 ac_find_libraries
=$ac_dir
33687 if test "$ac_find_libraries" != "" ; then
33689 if test "$ac_find_libraries" = "default location"; then
33692 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33694 if test $result = 0; then
33697 ac_path_to_link
=" -L$ac_find_libraries"
33701 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33702 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33703 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
33707 OPENGL_LIBS
="-lGL -lGLU"
33708 echo "$as_me:$LINENO: result: yes" >&5
33709 echo "${ECHO_T}yes" >&6
33711 echo "$as_me:$LINENO: result: no" >&5
33712 echo "${ECHO_T}no" >&6
33715 echo "$as_me:$LINENO: result: no" >&5
33716 echo "${ECHO_T}no" >&6
33719 if test "$found_gl" != 1; then
33720 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33721 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
33724 for ac_dir
in $SEARCH_LIB;
33726 for ac_extension
in a so sl dylib dll.a
; do
33727 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33728 ac_find_libraries
=$ac_dir
33734 if test "$ac_find_libraries" != "" ; then
33736 if test "$ac_find_libraries" = "default location"; then
33739 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33741 if test $result = 0; then
33744 ac_path_to_link
=" -L$ac_find_libraries"
33748 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
33749 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
33750 echo "$as_me:$LINENO: result: yes" >&5
33751 echo "${ECHO_T}yes" >&6
33753 echo "$as_me:$LINENO: result: no" >&5
33754 echo "${ECHO_T}no" >&6
33762 if test "x$OPENGL_LIBS" = "x"; then
33763 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33764 echo "$as_me: error: OpenGL libraries not available" >&2;}
33765 { (exit 1); exit 1; }; }
33769 if test "$wxUSE_OPENGL" = "yes"; then
33771 cat >>confdefs.h
<<\_ACEOF
33772 #define wxUSE_OPENGL 1
33775 cat >>confdefs.h
<<\_ACEOF
33776 #define wxUSE_GLCANVAS 1
33779 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33784 if test -n "$TOOLKIT" ; then
33785 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33790 if test "$wxUSE_SHARED" = "yes"; then
33794 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33795 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33800 if test "$wxUSE_SHARED" = "yes"; then
33803 found_versioning
=no
33806 if test $found_versioning = no
; then
33807 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33808 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
33809 if test "${wx_cv_version_script+set}" = set; then
33810 echo $ECHO_N "(cached) $ECHO_C" >&6
33813 echo "VER_1 { *; };" >conftest.sym
33814 echo "int main() { return 0; }" >conftest.cpp
33817 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33818 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33820 (eval $ac_try) 2>&5
33822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33823 (exit $ac_status); }; } ; then
33824 if test -s conftest.stderr
; then
33825 wx_cv_version_script
=no
33827 wx_cv_version_script
=yes
33830 wx_cv_version_script
=no
33833 if test $wx_cv_version_script = yes
33835 echo "struct B { virtual ~B() { } }; \
33836 struct D : public B { }; \
33837 void F() { D d; }" > conftest.cpp
33840 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33841 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33843 (eval $ac_try) 2>&5
33845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33846 (exit $ac_status); }; } &&
33848 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33849 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33851 (eval $ac_try) 2>&5
33853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33854 (exit $ac_status); }; }
33857 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33858 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33860 (eval $ac_try) 2>&5
33862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33863 (exit $ac_status); }; }
33865 wx_cv_version_script
=yes
33867 wx_cv_version_script
=no
33872 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
33873 rm -f conftest1.output conftest2.output conftest3.output
33876 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33877 echo "${ECHO_T}$wx_cv_version_script" >&6
33878 if test $wx_cv_version_script = yes ; then
33879 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(top_builddir)version-script"
33885 *-*-linux* | *-*-gnu* )
33886 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
33887 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
33891 if test "$GCC" = yes ; then
33892 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
33894 saveLdflags
="$LDFLAGS"
33895 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
33896 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
33897 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
33898 cat >conftest.
$ac_ext <<_ACEOF
33901 cat confdefs.h
>>conftest.
$ac_ext
33902 cat >>conftest.
$ac_ext <<_ACEOF
33903 /* end confdefs.h. */
33913 rm -f conftest.
$ac_objext conftest
$ac_exeext
33914 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33915 (eval $ac_link) 2>conftest.er1
33917 grep -v '^ *+' conftest.er1
>conftest.err
33919 cat conftest.err
>&5
33920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33921 (exit $ac_status); } &&
33922 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33924 (eval $ac_try) 2>&5
33926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33927 (exit $ac_status); }; } &&
33928 { ac_try
='test -s conftest$ac_exeext'
33929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33930 (eval $ac_try) 2>&5
33932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33933 (exit $ac_status); }; }; then
33935 echo "$as_me:$LINENO: result: yes" >&5
33936 echo "${ECHO_T}yes" >&6
33937 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(top_builddir)lib"
33938 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
33941 echo "$as_me: failed program was:" >&5
33942 sed 's/^/| /' conftest.
$ac_ext >&5
33945 echo "$as_me:$LINENO: result: no" >&5
33946 echo "${ECHO_T}no" >&6
33947 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
33948 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
33949 LDFLAGS
="$saveLdflags -Wl,-R,/"
33950 cat >conftest.
$ac_ext <<_ACEOF
33953 cat confdefs.h
>>conftest.
$ac_ext
33954 cat >>conftest.
$ac_ext <<_ACEOF
33955 /* end confdefs.h. */
33965 rm -f conftest.
$ac_objext conftest
$ac_exeext
33966 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33967 (eval $ac_link) 2>conftest.er1
33969 grep -v '^ *+' conftest.er1
>conftest.err
33971 cat conftest.err
>&5
33972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33973 (exit $ac_status); } &&
33974 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
33975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33976 (eval $ac_try) 2>&5
33978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33979 (exit $ac_status); }; } &&
33980 { ac_try
='test -s conftest$ac_exeext'
33981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33982 (eval $ac_try) 2>&5
33984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33985 (exit $ac_status); }; }; then
33987 echo "$as_me:$LINENO: result: yes" >&5
33988 echo "${ECHO_T}yes" >&6
33989 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(top_builddir)lib"
33990 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
33993 echo "$as_me: failed program was:" >&5
33994 sed 's/^/| /' conftest.
$ac_ext >&5
33997 echo "$as_me:$LINENO: result: no" >&5
33998 echo "${ECHO_T}no" >&6
34001 rm -f conftest.err conftest.
$ac_objext \
34002 conftest
$ac_exeext conftest.
$ac_ext
34005 rm -f conftest.err conftest.
$ac_objext \
34006 conftest
$ac_exeext conftest.
$ac_ext
34007 LDFLAGS
="$saveLdflags"
34009 SAMPLES_RPATH_FLAG
="-R\$(top_builddir)lib"
34010 WXCONFIG_RPATH
="-R\$libdir"
34015 install_name_tool
=`which install_name_tool`
34016 if test "$install_name_tool" -a -x "$install_name_tool"; then
34017 SAMPLES_RPATH_POSTLINK
="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
34018 cat <<EOF >change-install-names
34020 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
34021 inst_cmd="install_name_tool "
34022 for i in \${libnames} ; do
34023 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
34027 chmod +x change
-install-names
34031 *-*-cygwin* | *-*-mingw32* )
34032 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
34036 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(top_builddir)lib"
34037 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
34042 if test $wxUSE_RPATH = "no"; then
34043 SAMPLES_RPATH_FLAG
=''
34044 SAMPLES_RPATH_POSTLINK
=''
34052 config_linkage_component
="-static"
34059 lib_unicode_suffix
=
34061 if test "$wxUSE_UNICODE" = "yes"; then
34062 lib_unicode_suffix
=u
34063 WX_CHARTYPE
="unicode"
34068 WX_DEBUGTYPE
="release"
34070 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
34072 WX_DEBUGTYPE
="debug"
34076 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
34077 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
34080 if test "$wxUSE_DEBUG_INFO" = "yes"; then
34084 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
34086 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
34088 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
34090 if test "$cross_compiling" = "yes"; then
34091 HOST_SUFFIX
="-$host_alias"
34092 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
34093 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
34096 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
34097 if test "${TOOLKIT_DIR}" = "os2"; then
34098 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
34100 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
34105 if test "$wxUSE_COCOA" = 1; then
34109 ac_cpp
='$CPP $CPPFLAGS'
34110 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34111 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34112 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
34116 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
34117 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
34118 cat >conftest.
$ac_ext <<_ACEOF
34121 cat confdefs.h
>>conftest.
$ac_ext
34122 cat >>conftest.
$ac_ext <<_ACEOF
34123 /* end confdefs.h. */
34124 #include <AppKit/NSEvent.h>
34125 #include <CoreFoundation/CoreFoundation.h>
34135 rm -f conftest.
$ac_objext
34136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34137 (eval $ac_compile) 2>conftest.er1
34139 grep -v '^ *+' conftest.er1
>conftest.err
34141 cat conftest.err
>&5
34142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34143 (exit $ac_status); } &&
34144 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34146 (eval $ac_try) 2>&5
34148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34149 (exit $ac_status); }; } &&
34150 { ac_try
='test -s conftest.$ac_objext'
34151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34152 (eval $ac_try) 2>&5
34154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34155 (exit $ac_status); }; }; then
34156 echo "$as_me:$LINENO: result: no" >&5
34157 echo "${ECHO_T}no" >&6
34159 echo "$as_me: failed program was:" >&5
34160 sed 's/^/| /' conftest.
$ac_ext >&5
34162 echo "$as_me:$LINENO: result: yes" >&5
34163 echo "${ECHO_T}yes" >&6
34164 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
34165 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
34166 cat >conftest.
$ac_ext <<_ACEOF
34169 cat confdefs.h
>>conftest.
$ac_ext
34170 cat >>conftest.
$ac_ext <<_ACEOF
34171 /* end confdefs.h. */
34172 #define __Point__ 1
34173 #include <AppKit/NSEvent.h>
34174 #include <CoreFoundation/CoreFoundation.h>
34184 rm -f conftest.
$ac_objext
34185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34186 (eval $ac_compile) 2>conftest.er1
34188 grep -v '^ *+' conftest.er1
>conftest.err
34190 cat conftest.err
>&5
34191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34192 (exit $ac_status); } &&
34193 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34195 (eval $ac_try) 2>&5
34197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34198 (exit $ac_status); }; } &&
34199 { ac_try
='test -s conftest.$ac_objext'
34200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34201 (eval $ac_try) 2>&5
34203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34204 (exit $ac_status); }; }; then
34205 echo "$as_me:$LINENO: result: yes" >&5
34206 echo "${ECHO_T}yes" >&6
34207 cat >>confdefs.h
<<\_ACEOF
34208 #define __Point__ 1
34213 echo "$as_me: failed program was:" >&5
34214 sed 's/^/| /' conftest.
$ac_ext >&5
34216 { { echo "$as_me:$LINENO: error: no
34217 See \`config.log' for more details." >&5
34218 echo "$as_me: error: no
34219 See \`config.log' for more details." >&2;}
34220 { (exit 1); exit 1; }; }
34223 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34226 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34228 ac_cpp
='$CXXCPP $CPPFLAGS'
34229 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34230 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34231 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
34235 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
34236 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
34237 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
34239 LIBWXMACRES
="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
34241 # Extract the first word of "Rez", so it can be a program name with args.
34242 set dummy Rez
; ac_word
=$2
34243 echo "$as_me:$LINENO: checking for $ac_word" >&5
34244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34245 if test "${ac_cv_prog_REZ+set}" = set; then
34246 echo $ECHO_N "(cached) $ECHO_C" >&6
34248 if test -n "$REZ"; then
34249 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
34251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34252 for as_dir
in $PATH
34255 test -z "$as_dir" && as_dir
=.
34256 for ac_exec_ext
in '' $ac_executable_extensions; do
34257 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34258 ac_cv_prog_REZ
="Rez"
34259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34265 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
34268 REZ
=$ac_cv_prog_REZ
34269 if test -n "$REZ"; then
34270 echo "$as_me:$LINENO: result: $REZ" >&5
34271 echo "${ECHO_T}$REZ" >&6
34273 echo "$as_me:$LINENO: result: no" >&5
34274 echo "${ECHO_T}no" >&6
34277 # Extract the first word of "DeRez", so it can be a program name with args.
34278 set dummy DeRez
; ac_word
=$2
34279 echo "$as_me:$LINENO: checking for $ac_word" >&5
34280 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34281 if test "${ac_cv_prog_DEREZ+set}" = set; then
34282 echo $ECHO_N "(cached) $ECHO_C" >&6
34284 if test -n "$DEREZ"; then
34285 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
34287 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34288 for as_dir
in $PATH
34291 test -z "$as_dir" && as_dir
=.
34292 for ac_exec_ext
in '' $ac_executable_extensions; do
34293 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34294 ac_cv_prog_DEREZ
="DeRez"
34295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34301 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
34304 DEREZ
=$ac_cv_prog_DEREZ
34305 if test -n "$DEREZ"; then
34306 echo "$as_me:$LINENO: result: $DEREZ" >&5
34307 echo "${ECHO_T}$DEREZ" >&6
34309 echo "$as_me:$LINENO: result: no" >&5
34310 echo "${ECHO_T}no" >&6
34313 # Extract the first word of "SetFile", so it can be a program name with args.
34314 set dummy SetFile
; ac_word
=$2
34315 echo "$as_me:$LINENO: checking for $ac_word" >&5
34316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34317 if test "${ac_cv_prog_SETFILE+set}" = set; then
34318 echo $ECHO_N "(cached) $ECHO_C" >&6
34320 if test -n "$SETFILE"; then
34321 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
34323 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34324 for as_dir
in $PATH
34327 test -z "$as_dir" && as_dir
=.
34328 for ac_exec_ext
in '' $ac_executable_extensions; do
34329 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34330 ac_cv_prog_SETFILE
="SetFile"
34331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34337 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
34340 SETFILE
=$ac_cv_prog_SETFILE
34341 if test -n "$SETFILE"; then
34342 echo "$as_me:$LINENO: result: $SETFILE" >&5
34343 echo "${ECHO_T}$SETFILE" >&6
34345 echo "$as_me:$LINENO: result: no" >&5
34346 echo "${ECHO_T}no" >&6
34350 MACSETFILE
="\$(SETFILE)"
34352 if test "$wxUSE_MAC" = 1; then
34353 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
34355 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
34357 POSTLINK_COMMAND
="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
34358 RESCOMP
="echo -n \| $REZ"
34359 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
34365 if test "$wxUSE_PM" = 1; then
34367 WXCONFIG_RESFLAGS
="-ep"
34369 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
34371 POSTLINK_COMMAND
="@true"
34378 echo "$as_me:$LINENO: checking for mode_t" >&5
34379 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
34380 if test "${ac_cv_type_mode_t+set}" = set; then
34381 echo $ECHO_N "(cached) $ECHO_C" >&6
34383 cat >conftest.
$ac_ext <<_ACEOF
34386 cat confdefs.h
>>conftest.
$ac_ext
34387 cat >>conftest.
$ac_ext <<_ACEOF
34388 /* end confdefs.h. */
34389 $ac_includes_default
34395 if (sizeof (mode_t))
34401 rm -f conftest.
$ac_objext
34402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34403 (eval $ac_compile) 2>conftest.er1
34405 grep -v '^ *+' conftest.er1
>conftest.err
34407 cat conftest.err
>&5
34408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34409 (exit $ac_status); } &&
34410 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34412 (eval $ac_try) 2>&5
34414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34415 (exit $ac_status); }; } &&
34416 { ac_try
='test -s conftest.$ac_objext'
34417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34418 (eval $ac_try) 2>&5
34420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34421 (exit $ac_status); }; }; then
34422 ac_cv_type_mode_t
=yes
34424 echo "$as_me: failed program was:" >&5
34425 sed 's/^/| /' conftest.
$ac_ext >&5
34427 ac_cv_type_mode_t
=no
34429 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34431 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
34432 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
34433 if test $ac_cv_type_mode_t = yes; then
34437 cat >>confdefs.h
<<_ACEOF
34443 echo "$as_me:$LINENO: checking for off_t" >&5
34444 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
34445 if test "${ac_cv_type_off_t+set}" = set; then
34446 echo $ECHO_N "(cached) $ECHO_C" >&6
34448 cat >conftest.
$ac_ext <<_ACEOF
34451 cat confdefs.h
>>conftest.
$ac_ext
34452 cat >>conftest.
$ac_ext <<_ACEOF
34453 /* end confdefs.h. */
34454 $ac_includes_default
34460 if (sizeof (off_t))
34466 rm -f conftest.
$ac_objext
34467 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34468 (eval $ac_compile) 2>conftest.er1
34470 grep -v '^ *+' conftest.er1
>conftest.err
34472 cat conftest.err
>&5
34473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34474 (exit $ac_status); } &&
34475 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34477 (eval $ac_try) 2>&5
34479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34480 (exit $ac_status); }; } &&
34481 { ac_try
='test -s conftest.$ac_objext'
34482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34483 (eval $ac_try) 2>&5
34485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34486 (exit $ac_status); }; }; then
34487 ac_cv_type_off_t
=yes
34489 echo "$as_me: failed program was:" >&5
34490 sed 's/^/| /' conftest.
$ac_ext >&5
34492 ac_cv_type_off_t
=no
34494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34496 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
34497 echo "${ECHO_T}$ac_cv_type_off_t" >&6
34498 if test $ac_cv_type_off_t = yes; then
34502 cat >>confdefs.h
<<_ACEOF
34508 echo "$as_me:$LINENO: checking for pid_t" >&5
34509 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
34510 if test "${ac_cv_type_pid_t+set}" = set; then
34511 echo $ECHO_N "(cached) $ECHO_C" >&6
34513 cat >conftest.
$ac_ext <<_ACEOF
34516 cat confdefs.h
>>conftest.
$ac_ext
34517 cat >>conftest.
$ac_ext <<_ACEOF
34518 /* end confdefs.h. */
34519 $ac_includes_default
34525 if (sizeof (pid_t))
34531 rm -f conftest.
$ac_objext
34532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34533 (eval $ac_compile) 2>conftest.er1
34535 grep -v '^ *+' conftest.er1
>conftest.err
34537 cat conftest.err
>&5
34538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34539 (exit $ac_status); } &&
34540 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34542 (eval $ac_try) 2>&5
34544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34545 (exit $ac_status); }; } &&
34546 { ac_try
='test -s conftest.$ac_objext'
34547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34548 (eval $ac_try) 2>&5
34550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34551 (exit $ac_status); }; }; then
34552 ac_cv_type_pid_t
=yes
34554 echo "$as_me: failed program was:" >&5
34555 sed 's/^/| /' conftest.
$ac_ext >&5
34557 ac_cv_type_pid_t
=no
34559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34561 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
34562 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
34563 if test $ac_cv_type_pid_t = yes; then
34567 cat >>confdefs.h
<<_ACEOF
34573 echo "$as_me:$LINENO: checking for size_t" >&5
34574 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
34575 if test "${ac_cv_type_size_t+set}" = set; then
34576 echo $ECHO_N "(cached) $ECHO_C" >&6
34578 cat >conftest.
$ac_ext <<_ACEOF
34581 cat confdefs.h
>>conftest.
$ac_ext
34582 cat >>conftest.
$ac_ext <<_ACEOF
34583 /* end confdefs.h. */
34584 $ac_includes_default
34590 if (sizeof (size_t))
34596 rm -f conftest.
$ac_objext
34597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34598 (eval $ac_compile) 2>conftest.er1
34600 grep -v '^ *+' conftest.er1
>conftest.err
34602 cat conftest.err
>&5
34603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34604 (exit $ac_status); } &&
34605 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34607 (eval $ac_try) 2>&5
34609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34610 (exit $ac_status); }; } &&
34611 { ac_try
='test -s conftest.$ac_objext'
34612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34613 (eval $ac_try) 2>&5
34615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34616 (exit $ac_status); }; }; then
34617 ac_cv_type_size_t
=yes
34619 echo "$as_me: failed program was:" >&5
34620 sed 's/^/| /' conftest.
$ac_ext >&5
34622 ac_cv_type_size_t
=no
34624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34626 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34627 echo "${ECHO_T}$ac_cv_type_size_t" >&6
34628 if test $ac_cv_type_size_t = yes; then
34632 cat >>confdefs.h
<<_ACEOF
34633 #define size_t unsigned
34638 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
34639 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
34640 if test "${ac_cv_type_uid_t+set}" = set; then
34641 echo $ECHO_N "(cached) $ECHO_C" >&6
34643 cat >conftest.
$ac_ext <<_ACEOF
34646 cat confdefs.h
>>conftest.
$ac_ext
34647 cat >>conftest.
$ac_ext <<_ACEOF
34648 /* end confdefs.h. */
34649 #include <sys/types.h>
34652 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
34653 $EGREP "uid_t" >/dev
/null
2>&1; then
34654 ac_cv_type_uid_t
=yes
34656 ac_cv_type_uid_t
=no
34661 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
34662 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
34663 if test $ac_cv_type_uid_t = no
; then
34665 cat >>confdefs.h
<<\_ACEOF
34670 cat >>confdefs.h
<<\_ACEOF
34677 echo "$as_me:$LINENO: checking for ssize_t" >&5
34678 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
34679 if test "${ac_cv_type_ssize_t+set}" = set; then
34680 echo $ECHO_N "(cached) $ECHO_C" >&6
34682 cat >conftest.
$ac_ext <<_ACEOF
34685 cat confdefs.h
>>conftest.
$ac_ext
34686 cat >>conftest.
$ac_ext <<_ACEOF
34687 /* end confdefs.h. */
34688 $ac_includes_default
34694 if (sizeof (ssize_t))
34700 rm -f conftest.
$ac_objext
34701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34702 (eval $ac_compile) 2>conftest.er1
34704 grep -v '^ *+' conftest.er1
>conftest.err
34706 cat conftest.err
>&5
34707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34708 (exit $ac_status); } &&
34709 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34711 (eval $ac_try) 2>&5
34713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34714 (exit $ac_status); }; } &&
34715 { ac_try
='test -s conftest.$ac_objext'
34716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34717 (eval $ac_try) 2>&5
34719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34720 (exit $ac_status); }; }; then
34721 ac_cv_type_ssize_t
=yes
34723 echo "$as_me: failed program was:" >&5
34724 sed 's/^/| /' conftest.
$ac_ext >&5
34726 ac_cv_type_ssize_t
=no
34728 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34730 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34731 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
34732 if test $ac_cv_type_ssize_t = yes; then
34734 cat >>confdefs.h
<<_ACEOF
34735 #define HAVE_SSIZE_T 1
34742 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34743 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
34744 if test "${wx_cv_size_t_is_uint+set}" = set; then
34745 echo $ECHO_N "(cached) $ECHO_C" >&6
34748 cat >conftest.
$ac_ext <<_ACEOF
34751 cat confdefs.h
>>conftest.
$ac_ext
34752 cat >>conftest.
$ac_ext <<_ACEOF
34753 /* end confdefs.h. */
34754 #include <stddef.h>
34761 struct Foo { void foo(size_t); void foo(unsigned int); };
34769 rm -f conftest.
$ac_objext
34770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34771 (eval $ac_compile) 2>conftest.er1
34773 grep -v '^ *+' conftest.er1
>conftest.err
34775 cat conftest.err
>&5
34776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34777 (exit $ac_status); } &&
34778 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34780 (eval $ac_try) 2>&5
34782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34783 (exit $ac_status); }; } &&
34784 { ac_try
='test -s conftest.$ac_objext'
34785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34786 (eval $ac_try) 2>&5
34788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34789 (exit $ac_status); }; }; then
34790 wx_cv_size_t_is_uint
=no
34792 echo "$as_me: failed program was:" >&5
34793 sed 's/^/| /' conftest.
$ac_ext >&5
34795 wx_cv_size_t_is_uint
=yes
34798 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34802 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34803 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
34805 if test "$wx_cv_size_t_is_uint" = "yes"; then
34806 cat >>confdefs.h
<<\_ACEOF
34807 #define wxSIZE_T_IS_UINT 1
34811 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34812 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
34813 if test "${wx_cv_size_t_is_ulong+set}" = set; then
34814 echo $ECHO_N "(cached) $ECHO_C" >&6
34816 cat >conftest.
$ac_ext <<_ACEOF
34819 cat confdefs.h
>>conftest.
$ac_ext
34820 cat >>conftest.
$ac_ext <<_ACEOF
34821 /* end confdefs.h. */
34822 #include <stddef.h>
34829 struct Foo { void foo(size_t); void foo(unsigned long); };
34837 rm -f conftest.
$ac_objext
34838 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34839 (eval $ac_compile) 2>conftest.er1
34841 grep -v '^ *+' conftest.er1
>conftest.err
34843 cat conftest.err
>&5
34844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34845 (exit $ac_status); } &&
34846 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34848 (eval $ac_try) 2>&5
34850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34851 (exit $ac_status); }; } &&
34852 { ac_try
='test -s conftest.$ac_objext'
34853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34854 (eval $ac_try) 2>&5
34856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34857 (exit $ac_status); }; }; then
34858 wx_cv_size_t_is_ulong
=no
34860 echo "$as_me: failed program was:" >&5
34861 sed 's/^/| /' conftest.
$ac_ext >&5
34863 wx_cv_size_t_is_ulong
=yes
34866 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34869 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34870 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
34872 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34873 cat >>confdefs.h
<<\_ACEOF
34874 #define wxSIZE_T_IS_ULONG 1
34881 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34882 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
34883 if test "${wx_cv_struct_pw_gecos+set}" = set; then
34884 echo $ECHO_N "(cached) $ECHO_C" >&6
34887 cat >conftest.
$ac_ext <<_ACEOF
34890 cat confdefs.h
>>conftest.
$ac_ext
34891 cat >>conftest.
$ac_ext <<_ACEOF
34892 /* end confdefs.h. */
34906 rm -f conftest.
$ac_objext
34907 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34908 (eval $ac_compile) 2>conftest.er1
34910 grep -v '^ *+' conftest.er1
>conftest.err
34912 cat conftest.err
>&5
34913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34914 (exit $ac_status); } &&
34915 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
34916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34917 (eval $ac_try) 2>&5
34919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34920 (exit $ac_status); }; } &&
34921 { ac_try
='test -s conftest.$ac_objext'
34922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34923 (eval $ac_try) 2>&5
34925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34926 (exit $ac_status); }; }; then
34928 wx_cv_struct_pw_gecos
=yes
34931 echo "$as_me: failed program was:" >&5
34932 sed 's/^/| /' conftest.
$ac_ext >&5
34935 wx_cv_struct_pw_gecos
=no
34939 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34943 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34944 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
34946 if test "$wx_cv_struct_pw_gecos" = "yes"; then
34947 cat >>confdefs.h
<<\_ACEOF
34948 #define HAVE_PW_GECOS 1
34954 if test "$wxUSE_WCHAR_T" = "yes"; then
34955 cat >>confdefs.h
<<\_ACEOF
34956 #define wxUSE_WCHAR_T 1
34963 for ac_func
in wcslen
34965 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34966 echo "$as_me:$LINENO: checking for $ac_func" >&5
34967 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34968 if eval "test \"\${$as_ac_var+set}\" = set"; then
34969 echo $ECHO_N "(cached) $ECHO_C" >&6
34971 cat >conftest.
$ac_ext <<_ACEOF
34974 cat confdefs.h
>>conftest.
$ac_ext
34975 cat >>conftest.
$ac_ext <<_ACEOF
34976 /* end confdefs.h. */
34977 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34978 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34979 #define $ac_func innocuous_$ac_func
34981 /* System header to define __stub macros and hopefully few prototypes,
34982 which can conflict with char $ac_func (); below.
34983 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34984 <limits.h> exists even on freestanding compilers. */
34987 # include <limits.h>
34989 # include <assert.h>
34994 /* Override any gcc2 internal prototype to avoid an error. */
34999 /* We use char because int might match the return type of a gcc2
35000 builtin and then its argument prototype would still apply. */
35002 /* The GNU C library defines this for functions which it implements
35003 to always fail with ENOSYS. Some functions are actually named
35004 something starting with __ and the normal name is an alias. */
35005 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35008 char (*f) () = $ac_func;
35017 return f != $ac_func;
35022 rm -f conftest.
$ac_objext conftest
$ac_exeext
35023 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35024 (eval $ac_link) 2>conftest.er1
35026 grep -v '^ *+' conftest.er1
>conftest.err
35028 cat conftest.err
>&5
35029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35030 (exit $ac_status); } &&
35031 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35033 (eval $ac_try) 2>&5
35035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35036 (exit $ac_status); }; } &&
35037 { ac_try
='test -s conftest$ac_exeext'
35038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35039 (eval $ac_try) 2>&5
35041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35042 (exit $ac_status); }; }; then
35043 eval "$as_ac_var=yes"
35045 echo "$as_me: failed program was:" >&5
35046 sed 's/^/| /' conftest.
$ac_ext >&5
35048 eval "$as_ac_var=no"
35050 rm -f conftest.err conftest.
$ac_objext \
35051 conftest
$ac_exeext conftest.
$ac_ext
35053 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35054 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35055 if test `eval echo '${'$as_ac_var'}'` = yes; then
35056 cat >>confdefs.h
<<_ACEOF
35057 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35064 if test "$WCSLEN_FOUND" = 0; then
35065 if test "$TOOLKIT" = "MSW"; then
35066 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
35067 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
35068 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
35069 echo $ECHO_N "(cached) $ECHO_C" >&6
35071 ac_check_lib_save_LIBS
=$LIBS
35072 LIBS
="-lmsvcrt $LIBS"
35073 cat >conftest.
$ac_ext <<_ACEOF
35076 cat confdefs.h
>>conftest.
$ac_ext
35077 cat >>conftest.
$ac_ext <<_ACEOF
35078 /* end confdefs.h. */
35080 /* Override any gcc2 internal prototype to avoid an error. */
35084 /* We use char because int might match the return type of a gcc2
35085 builtin and then its argument prototype would still apply. */
35095 rm -f conftest.
$ac_objext conftest
$ac_exeext
35096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35097 (eval $ac_link) 2>conftest.er1
35099 grep -v '^ *+' conftest.er1
>conftest.err
35101 cat conftest.err
>&5
35102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35103 (exit $ac_status); } &&
35104 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35106 (eval $ac_try) 2>&5
35108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35109 (exit $ac_status); }; } &&
35110 { ac_try
='test -s conftest$ac_exeext'
35111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35112 (eval $ac_try) 2>&5
35114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35115 (exit $ac_status); }; }; then
35116 ac_cv_lib_msvcrt_wcslen
=yes
35118 echo "$as_me: failed program was:" >&5
35119 sed 's/^/| /' conftest.
$ac_ext >&5
35121 ac_cv_lib_msvcrt_wcslen
=no
35123 rm -f conftest.err conftest.
$ac_objext \
35124 conftest
$ac_exeext conftest.
$ac_ext
35125 LIBS
=$ac_check_lib_save_LIBS
35127 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
35128 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
35129 if test $ac_cv_lib_msvcrt_wcslen = yes; then
35134 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
35135 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
35136 if test "${ac_cv_lib_w_wcslen+set}" = set; then
35137 echo $ECHO_N "(cached) $ECHO_C" >&6
35139 ac_check_lib_save_LIBS
=$LIBS
35141 cat >conftest.
$ac_ext <<_ACEOF
35144 cat confdefs.h
>>conftest.
$ac_ext
35145 cat >>conftest.
$ac_ext <<_ACEOF
35146 /* end confdefs.h. */
35148 /* Override any gcc2 internal prototype to avoid an error. */
35152 /* We use char because int might match the return type of a gcc2
35153 builtin and then its argument prototype would still apply. */
35163 rm -f conftest.
$ac_objext conftest
$ac_exeext
35164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35165 (eval $ac_link) 2>conftest.er1
35167 grep -v '^ *+' conftest.er1
>conftest.err
35169 cat conftest.err
>&5
35170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35171 (exit $ac_status); } &&
35172 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35174 (eval $ac_try) 2>&5
35176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35177 (exit $ac_status); }; } &&
35178 { ac_try
='test -s conftest$ac_exeext'
35179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35180 (eval $ac_try) 2>&5
35182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35183 (exit $ac_status); }; }; then
35184 ac_cv_lib_w_wcslen
=yes
35186 echo "$as_me: failed program was:" >&5
35187 sed 's/^/| /' conftest.
$ac_ext >&5
35189 ac_cv_lib_w_wcslen
=no
35191 rm -f conftest.err conftest.
$ac_objext \
35192 conftest
$ac_exeext conftest.
$ac_ext
35193 LIBS
=$ac_check_lib_save_LIBS
35195 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
35196 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
35197 if test $ac_cv_lib_w_wcslen = yes; then
35207 if test "$WCSLEN_FOUND" = 1; then
35208 cat >>confdefs.h
<<\_ACEOF
35209 #define HAVE_WCSLEN 1
35214 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
35215 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
35218 echo "$as_me:$LINENO: checking for mbstate_t" >&5
35219 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
35220 if test "${ac_cv_type_mbstate_t+set}" = set; then
35221 echo $ECHO_N "(cached) $ECHO_C" >&6
35223 cat >conftest.
$ac_ext <<_ACEOF
35226 cat confdefs.h
>>conftest.
$ac_ext
35227 cat >>conftest.
$ac_ext <<_ACEOF
35228 /* end confdefs.h. */
35234 if ((mbstate_t *) 0)
35236 if (sizeof (mbstate_t))
35242 rm -f conftest.
$ac_objext
35243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35244 (eval $ac_compile) 2>conftest.er1
35246 grep -v '^ *+' conftest.er1
>conftest.err
35248 cat conftest.err
>&5
35249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35250 (exit $ac_status); } &&
35251 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35253 (eval $ac_try) 2>&5
35255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35256 (exit $ac_status); }; } &&
35257 { ac_try
='test -s conftest.$ac_objext'
35258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35259 (eval $ac_try) 2>&5
35261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35262 (exit $ac_status); }; }; then
35263 ac_cv_type_mbstate_t
=yes
35265 echo "$as_me: failed program was:" >&5
35266 sed 's/^/| /' conftest.
$ac_ext >&5
35268 ac_cv_type_mbstate_t
=no
35270 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35272 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
35273 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
35274 if test $ac_cv_type_mbstate_t = yes; then
35276 cat >>confdefs.h
<<_ACEOF
35277 #define HAVE_MBSTATE_T 1
35281 for ac_func
in wcsrtombs
35283 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35284 echo "$as_me:$LINENO: checking for $ac_func" >&5
35285 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35286 if eval "test \"\${$as_ac_var+set}\" = set"; then
35287 echo $ECHO_N "(cached) $ECHO_C" >&6
35289 cat >conftest.
$ac_ext <<_ACEOF
35292 cat confdefs.h
>>conftest.
$ac_ext
35293 cat >>conftest.
$ac_ext <<_ACEOF
35294 /* end confdefs.h. */
35295 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35296 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35297 #define $ac_func innocuous_$ac_func
35299 /* System header to define __stub macros and hopefully few prototypes,
35300 which can conflict with char $ac_func (); below.
35301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35302 <limits.h> exists even on freestanding compilers. */
35305 # include <limits.h>
35307 # include <assert.h>
35312 /* Override any gcc2 internal prototype to avoid an error. */
35317 /* We use char because int might match the return type of a gcc2
35318 builtin and then its argument prototype would still apply. */
35320 /* The GNU C library defines this for functions which it implements
35321 to always fail with ENOSYS. Some functions are actually named
35322 something starting with __ and the normal name is an alias. */
35323 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35326 char (*f) () = $ac_func;
35335 return f != $ac_func;
35340 rm -f conftest.
$ac_objext conftest
$ac_exeext
35341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35342 (eval $ac_link) 2>conftest.er1
35344 grep -v '^ *+' conftest.er1
>conftest.err
35346 cat conftest.err
>&5
35347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35348 (exit $ac_status); } &&
35349 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35351 (eval $ac_try) 2>&5
35353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35354 (exit $ac_status); }; } &&
35355 { ac_try
='test -s conftest$ac_exeext'
35356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35357 (eval $ac_try) 2>&5
35359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35360 (exit $ac_status); }; }; then
35361 eval "$as_ac_var=yes"
35363 echo "$as_me: failed program was:" >&5
35364 sed 's/^/| /' conftest.
$ac_ext >&5
35366 eval "$as_ac_var=no"
35368 rm -f conftest.err conftest.
$ac_objext \
35369 conftest
$ac_exeext conftest.
$ac_ext
35371 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35372 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35373 if test `eval echo '${'$as_ac_var'}'` = yes; then
35374 cat >>confdefs.h
<<_ACEOF
35375 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35384 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
35385 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
35390 for ac_func
in snprintf vsnprintf
35392 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35393 echo "$as_me:$LINENO: checking for $ac_func" >&5
35394 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35395 if eval "test \"\${$as_ac_var+set}\" = set"; then
35396 echo $ECHO_N "(cached) $ECHO_C" >&6
35398 cat >conftest.
$ac_ext <<_ACEOF
35401 cat confdefs.h
>>conftest.
$ac_ext
35402 cat >>conftest.
$ac_ext <<_ACEOF
35403 /* end confdefs.h. */
35404 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35405 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35406 #define $ac_func innocuous_$ac_func
35408 /* System header to define __stub macros and hopefully few prototypes,
35409 which can conflict with char $ac_func (); below.
35410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35411 <limits.h> exists even on freestanding compilers. */
35414 # include <limits.h>
35416 # include <assert.h>
35421 /* Override any gcc2 internal prototype to avoid an error. */
35426 /* We use char because int might match the return type of a gcc2
35427 builtin and then its argument prototype would still apply. */
35429 /* The GNU C library defines this for functions which it implements
35430 to always fail with ENOSYS. Some functions are actually named
35431 something starting with __ and the normal name is an alias. */
35432 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35435 char (*f) () = $ac_func;
35444 return f != $ac_func;
35449 rm -f conftest.
$ac_objext conftest
$ac_exeext
35450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35451 (eval $ac_link) 2>conftest.er1
35453 grep -v '^ *+' conftest.er1
>conftest.err
35455 cat conftest.err
>&5
35456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35457 (exit $ac_status); } &&
35458 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35460 (eval $ac_try) 2>&5
35462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35463 (exit $ac_status); }; } &&
35464 { ac_try
='test -s conftest$ac_exeext'
35465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35466 (eval $ac_try) 2>&5
35468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35469 (exit $ac_status); }; }; then
35470 eval "$as_ac_var=yes"
35472 echo "$as_me: failed program was:" >&5
35473 sed 's/^/| /' conftest.
$ac_ext >&5
35475 eval "$as_ac_var=no"
35477 rm -f conftest.err conftest.
$ac_objext \
35478 conftest
$ac_exeext conftest.
$ac_ext
35480 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35481 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35482 if test `eval echo '${'$as_ac_var'}'` = yes; then
35483 cat >>confdefs.h
<<_ACEOF
35484 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35491 if test "$ac_cv_func_vsnprintf" = "yes"; then
35492 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
35493 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
35494 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
35495 echo $ECHO_N "(cached) $ECHO_C" >&6
35498 cat >conftest.
$ac_ext <<_ACEOF
35501 cat confdefs.h
>>conftest.
$ac_ext
35502 cat >>conftest.
$ac_ext <<_ACEOF
35503 /* end confdefs.h. */
35506 #include <stdarg.h>
35508 #if __MSL__ >= 0x6000
35510 using namespace std;
35520 vsnprintf(buf, 10u, "%s", ap);
35526 rm -f conftest.
$ac_objext
35527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35528 (eval $ac_compile) 2>conftest.er1
35530 grep -v '^ *+' conftest.er1
>conftest.err
35532 cat conftest.err
>&5
35533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35534 (exit $ac_status); } &&
35535 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35537 (eval $ac_try) 2>&5
35539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35540 (exit $ac_status); }; } &&
35541 { ac_try
='test -s conftest.$ac_objext'
35542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35543 (eval $ac_try) 2>&5
35545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35546 (exit $ac_status); }; }; then
35547 wx_cv_func_vsnprintf_decl
=yes
35549 echo "$as_me: failed program was:" >&5
35550 sed 's/^/| /' conftest.
$ac_ext >&5
35552 wx_cv_func_vsnprintf_decl
=no
35555 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35559 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
35560 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
35562 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
35563 cat >>confdefs.h
<<\_ACEOF
35564 #define HAVE_VSNPRINTF_DECL 1
35568 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
35569 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
35570 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
35571 echo $ECHO_N "(cached) $ECHO_C" >&6
35574 cat >conftest.
$ac_ext <<_ACEOF
35577 cat confdefs.h
>>conftest.
$ac_ext
35578 cat >>conftest.
$ac_ext <<_ACEOF
35579 /* end confdefs.h. */
35582 #include <stdarg.h>
35584 #if __MSL__ >= 0x6000
35586 using namespace std;
35596 const char *fmt = "%s";
35597 vsnprintf(buf, 10u, fmt, ap);
35603 rm -f conftest.
$ac_objext
35604 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35605 (eval $ac_compile) 2>conftest.er1
35607 grep -v '^ *+' conftest.er1
>conftest.err
35609 cat conftest.err
>&5
35610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35611 (exit $ac_status); } &&
35612 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35614 (eval $ac_try) 2>&5
35616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35617 (exit $ac_status); }; } &&
35618 { ac_try
='test -s conftest.$ac_objext'
35619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35620 (eval $ac_try) 2>&5
35622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35623 (exit $ac_status); }; }; then
35624 wx_cv_func_broken_vsnprintf_decl
=no
35626 echo "$as_me: failed program was:" >&5
35627 sed 's/^/| /' conftest.
$ac_ext >&5
35629 wx_cv_func_broken_vsnprintf_decl
=yes
35632 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35636 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35637 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
35639 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35640 cat >>confdefs.h
<<\_ACEOF
35641 #define HAVE_BROKEN_VSNPRINTF_DECL 1
35648 if test "$ac_cv_func_snprintf" = "yes"; then
35649 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35650 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
35651 if test "${wx_cv_func_snprintf_decl+set}" = set; then
35652 echo $ECHO_N "(cached) $ECHO_C" >&6
35655 cat >conftest.
$ac_ext <<_ACEOF
35658 cat confdefs.h
>>conftest.
$ac_ext
35659 cat >>conftest.
$ac_ext <<_ACEOF
35660 /* end confdefs.h. */
35663 #include <stdarg.h>
35665 #if __MSL__ >= 0x6000
35667 using namespace std;
35676 snprintf(buf, 10u, "%s", "wx");
35682 rm -f conftest.
$ac_objext
35683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35684 (eval $ac_compile) 2>conftest.er1
35686 grep -v '^ *+' conftest.er1
>conftest.err
35688 cat conftest.err
>&5
35689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35690 (exit $ac_status); } &&
35691 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35693 (eval $ac_try) 2>&5
35695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35696 (exit $ac_status); }; } &&
35697 { ac_try
='test -s conftest.$ac_objext'
35698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35699 (eval $ac_try) 2>&5
35701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35702 (exit $ac_status); }; }; then
35703 wx_cv_func_snprintf_decl
=yes
35705 echo "$as_me: failed program was:" >&5
35706 sed 's/^/| /' conftest.
$ac_ext >&5
35708 wx_cv_func_snprintf_decl
=no
35711 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35715 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35716 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
35718 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35719 cat >>confdefs.h
<<\_ACEOF
35720 #define HAVE_SNPRINTF_DECL 1
35724 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
35725 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
35726 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
35727 echo $ECHO_N "(cached) $ECHO_C" >&6
35730 cat >conftest.
$ac_ext <<_ACEOF
35733 cat confdefs.h
>>conftest.
$ac_ext
35734 cat >>conftest.
$ac_ext <<_ACEOF
35735 /* end confdefs.h. */
35738 #include <stdarg.h>
35740 #if __MSL__ >= 0x6000
35742 using namespace std;
35751 const char *fmt = "%s";
35752 snprintf(buf, 10u, fmt, "wx");
35758 rm -f conftest.
$ac_objext
35759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35760 (eval $ac_compile) 2>conftest.er1
35762 grep -v '^ *+' conftest.er1
>conftest.err
35764 cat conftest.err
>&5
35765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35766 (exit $ac_status); } &&
35767 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35769 (eval $ac_try) 2>&5
35771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35772 (exit $ac_status); }; } &&
35773 { ac_try
='test -s conftest.$ac_objext'
35774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35775 (eval $ac_try) 2>&5
35777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35778 (exit $ac_status); }; }; then
35779 wx_cv_func_broken_snprintf_decl
=no
35781 echo "$as_me: failed program was:" >&5
35782 sed 's/^/| /' conftest.
$ac_ext >&5
35784 wx_cv_func_broken_snprintf_decl
=yes
35787 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35791 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
35792 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
35794 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
35795 cat >>confdefs.h
<<\_ACEOF
35796 #define HAVE_BROKEN_SNPRINTF_DECL 1
35802 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35804 echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35805 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6
35806 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35807 echo $ECHO_N "(cached) $ECHO_C" >&6
35810 if test "$cross_compiling" = yes; then
35812 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35813 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35814 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35815 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35816 wx_cv_func_snprintf_pos_params
=no
35820 cat >conftest.
$ac_ext <<_ACEOF
35823 cat confdefs.h
>>conftest.
$ac_ext
35824 cat >>conftest.
$ac_ext <<_ACEOF
35825 /* end confdefs.h. */
35832 snprintf (buffer, 128, "%2\$d %3\$d %1\$d", 1, 2, 3);
35833 if (strcmp ("2 3 1", buffer) == 0)
35839 rm -f conftest
$ac_exeext
35840 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35841 (eval $ac_link) 2>&5
35843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35844 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
35845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35846 (eval $ac_try) 2>&5
35848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35849 (exit $ac_status); }; }; then
35850 wx_cv_func_snprintf_pos_params
=no
35852 echo "$as_me: program exited with status $ac_status" >&5
35853 echo "$as_me: failed program was:" >&5
35854 sed 's/^/| /' conftest.
$ac_ext >&5
35856 ( exit $ac_status )
35857 wx_cv_func_snprintf_pos_params
=yes
35859 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
35864 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35865 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6
35867 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35868 cat >>confdefs.h
<<\_ACEOF
35869 #define HAVE_UNIX98_PRINTF 1
35876 if test "$wxUSE_UNICODE" = yes; then
35879 for ac_func
in swprintf
35881 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35882 echo "$as_me:$LINENO: checking for $ac_func" >&5
35883 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35884 if eval "test \"\${$as_ac_var+set}\" = set"; then
35885 echo $ECHO_N "(cached) $ECHO_C" >&6
35887 cat >conftest.
$ac_ext <<_ACEOF
35890 cat confdefs.h
>>conftest.
$ac_ext
35891 cat >>conftest.
$ac_ext <<_ACEOF
35892 /* end confdefs.h. */
35893 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35895 #define $ac_func innocuous_$ac_func
35897 /* System header to define __stub macros and hopefully few prototypes,
35898 which can conflict with char $ac_func (); below.
35899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35900 <limits.h> exists even on freestanding compilers. */
35903 # include <limits.h>
35905 # include <assert.h>
35910 /* Override any gcc2 internal prototype to avoid an error. */
35915 /* We use char because int might match the return type of a gcc2
35916 builtin and then its argument prototype would still apply. */
35918 /* The GNU C library defines this for functions which it implements
35919 to always fail with ENOSYS. Some functions are actually named
35920 something starting with __ and the normal name is an alias. */
35921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35924 char (*f) () = $ac_func;
35933 return f != $ac_func;
35938 rm -f conftest.
$ac_objext conftest
$ac_exeext
35939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35940 (eval $ac_link) 2>conftest.er1
35942 grep -v '^ *+' conftest.er1
>conftest.err
35944 cat conftest.err
>&5
35945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35946 (exit $ac_status); } &&
35947 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
35948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35949 (eval $ac_try) 2>&5
35951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35952 (exit $ac_status); }; } &&
35953 { ac_try
='test -s conftest$ac_exeext'
35954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35955 (eval $ac_try) 2>&5
35957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35958 (exit $ac_status); }; }; then
35959 eval "$as_ac_var=yes"
35961 echo "$as_me: failed program was:" >&5
35962 sed 's/^/| /' conftest.
$ac_ext >&5
35964 eval "$as_ac_var=no"
35966 rm -f conftest.err conftest.
$ac_objext \
35967 conftest
$ac_exeext conftest.
$ac_ext
35969 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35970 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35971 if test `eval echo '${'$as_ac_var'}'` = yes; then
35972 cat >>confdefs.h
<<_ACEOF
35973 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35980 if test "$ac_cv_func_swprintf" = "yes"; then
35981 echo "$as_me:$LINENO: checking if swprintf declaration is broken" >&5
35982 echo $ECHO_N "checking if swprintf declaration is broken... $ECHO_C" >&6
35983 if test "${wx_cv_func_broken_swprintf_decl+set}" = set; then
35984 echo $ECHO_N "(cached) $ECHO_C" >&6
35987 cat >conftest.
$ac_ext <<_ACEOF
35990 cat confdefs.h
>>conftest.
$ac_ext
35991 cat >>conftest.
$ac_ext <<_ACEOF
35992 /* end confdefs.h. */
35995 #include <stdarg.h>
36003 const wchar_t *fmt = L"test";
36004 swprintf(buf, 10u, fmt);
36010 rm -f conftest.
$ac_objext
36011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36012 (eval $ac_compile) 2>conftest.er1
36014 grep -v '^ *+' conftest.er1
>conftest.err
36016 cat conftest.err
>&5
36017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36018 (exit $ac_status); } &&
36019 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36021 (eval $ac_try) 2>&5
36023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36024 (exit $ac_status); }; } &&
36025 { ac_try
='test -s conftest.$ac_objext'
36026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36027 (eval $ac_try) 2>&5
36029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36030 (exit $ac_status); }; }; then
36031 wx_cv_func_broken_swprintf_decl
=no
36033 echo "$as_me: failed program was:" >&5
36034 sed 's/^/| /' conftest.
$ac_ext >&5
36036 wx_cv_func_broken_swprintf_decl
=yes
36039 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36043 echo "$as_me:$LINENO: result: $wx_cv_func_broken_swprintf_decl" >&5
36044 echo "${ECHO_T}$wx_cv_func_broken_swprintf_decl" >&6
36046 if test "$wx_cv_func_broken_swprintf_decl" = "yes"; then
36047 cat >>confdefs.h
<<\_ACEOF
36048 #define HAVE_BROKEN_SWPRINTF_DECL 1
36060 for ac_func
in wputc wputchar putws fputws wprintf vswprintf
36062 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36063 echo "$as_me:$LINENO: checking for $ac_func" >&5
36064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36065 if eval "test \"\${$as_ac_var+set}\" = set"; then
36066 echo $ECHO_N "(cached) $ECHO_C" >&6
36068 cat >conftest.
$ac_ext <<_ACEOF
36071 cat confdefs.h
>>conftest.
$ac_ext
36072 cat >>conftest.
$ac_ext <<_ACEOF
36073 /* end confdefs.h. */
36074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36076 #define $ac_func innocuous_$ac_func
36078 /* System header to define __stub macros and hopefully few prototypes,
36079 which can conflict with char $ac_func (); below.
36080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36081 <limits.h> exists even on freestanding compilers. */
36084 # include <limits.h>
36086 # include <assert.h>
36091 /* Override any gcc2 internal prototype to avoid an error. */
36096 /* We use char because int might match the return type of a gcc2
36097 builtin and then its argument prototype would still apply. */
36099 /* The GNU C library defines this for functions which it implements
36100 to always fail with ENOSYS. Some functions are actually named
36101 something starting with __ and the normal name is an alias. */
36102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36105 char (*f) () = $ac_func;
36114 return f != $ac_func;
36119 rm -f conftest.
$ac_objext conftest
$ac_exeext
36120 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36121 (eval $ac_link) 2>conftest.er1
36123 grep -v '^ *+' conftest.er1
>conftest.err
36125 cat conftest.err
>&5
36126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36127 (exit $ac_status); } &&
36128 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36130 (eval $ac_try) 2>&5
36132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36133 (exit $ac_status); }; } &&
36134 { ac_try
='test -s conftest$ac_exeext'
36135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36136 (eval $ac_try) 2>&5
36138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36139 (exit $ac_status); }; }; then
36140 eval "$as_ac_var=yes"
36142 echo "$as_me: failed program was:" >&5
36143 sed 's/^/| /' conftest.
$ac_ext >&5
36145 eval "$as_ac_var=no"
36147 rm -f conftest.err conftest.
$ac_objext \
36148 conftest
$ac_exeext conftest.
$ac_ext
36150 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36151 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36152 if test `eval echo '${'$as_ac_var'}'` = yes; then
36153 cat >>confdefs.h
<<_ACEOF
36154 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36161 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
36162 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
36163 cat >conftest.
$ac_ext <<_ACEOF
36166 cat confdefs.h
>>conftest.
$ac_ext
36167 cat >>conftest.
$ac_ext <<_ACEOF
36168 /* end confdefs.h. */
36178 rm -f conftest.
$ac_objext
36179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36180 (eval $ac_compile) 2>conftest.er1
36182 grep -v '^ *+' conftest.er1
>conftest.err
36184 cat conftest.err
>&5
36185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36186 (exit $ac_status); } &&
36187 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36189 (eval $ac_try) 2>&5
36191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36192 (exit $ac_status); }; } &&
36193 { ac_try
='test -s conftest.$ac_objext'
36194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36195 (eval $ac_try) 2>&5
36197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36198 (exit $ac_status); }; }; then
36199 echo "$as_me:$LINENO: result: yes" >&5
36200 echo "${ECHO_T}yes" >&6
36201 cat >>confdefs.h
<<\_ACEOF
36202 #define HAVE__VSNWPRINTF 1
36206 echo "$as_me: failed program was:" >&5
36207 sed 's/^/| /' conftest.
$ac_ext >&5
36209 echo "$as_me:$LINENO: result: no" >&5
36210 echo "${ECHO_T}no" >&6
36212 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
36215 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
36217 for ac_func
in fnmatch
36219 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36220 echo "$as_me:$LINENO: checking for $ac_func" >&5
36221 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36222 if eval "test \"\${$as_ac_var+set}\" = set"; then
36223 echo $ECHO_N "(cached) $ECHO_C" >&6
36225 cat >conftest.
$ac_ext <<_ACEOF
36228 cat confdefs.h
>>conftest.
$ac_ext
36229 cat >>conftest.
$ac_ext <<_ACEOF
36230 /* end confdefs.h. */
36231 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36232 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36233 #define $ac_func innocuous_$ac_func
36235 /* System header to define __stub macros and hopefully few prototypes,
36236 which can conflict with char $ac_func (); below.
36237 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36238 <limits.h> exists even on freestanding compilers. */
36241 # include <limits.h>
36243 # include <assert.h>
36248 /* Override any gcc2 internal prototype to avoid an error. */
36253 /* We use char because int might match the return type of a gcc2
36254 builtin and then its argument prototype would still apply. */
36256 /* The GNU C library defines this for functions which it implements
36257 to always fail with ENOSYS. Some functions are actually named
36258 something starting with __ and the normal name is an alias. */
36259 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36262 char (*f) () = $ac_func;
36271 return f != $ac_func;
36276 rm -f conftest.
$ac_objext conftest
$ac_exeext
36277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36278 (eval $ac_link) 2>conftest.er1
36280 grep -v '^ *+' conftest.er1
>conftest.err
36282 cat conftest.err
>&5
36283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36284 (exit $ac_status); } &&
36285 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36287 (eval $ac_try) 2>&5
36289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36290 (exit $ac_status); }; } &&
36291 { ac_try
='test -s conftest$ac_exeext'
36292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36293 (eval $ac_try) 2>&5
36295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36296 (exit $ac_status); }; }; then
36297 eval "$as_ac_var=yes"
36299 echo "$as_me: failed program was:" >&5
36300 sed 's/^/| /' conftest.
$ac_ext >&5
36302 eval "$as_ac_var=no"
36304 rm -f conftest.err conftest.
$ac_objext \
36305 conftest
$ac_exeext conftest.
$ac_ext
36307 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36308 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36309 if test `eval echo '${'$as_ac_var'}'` = yes; then
36310 cat >>confdefs.h
<<_ACEOF
36311 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36319 if test "$wxUSE_FILE" = "yes"; then
36321 for ac_func
in fsync
36323 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36324 echo "$as_me:$LINENO: checking for $ac_func" >&5
36325 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36326 if eval "test \"\${$as_ac_var+set}\" = set"; then
36327 echo $ECHO_N "(cached) $ECHO_C" >&6
36329 cat >conftest.
$ac_ext <<_ACEOF
36332 cat confdefs.h
>>conftest.
$ac_ext
36333 cat >>conftest.
$ac_ext <<_ACEOF
36334 /* end confdefs.h. */
36335 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36336 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36337 #define $ac_func innocuous_$ac_func
36339 /* System header to define __stub macros and hopefully few prototypes,
36340 which can conflict with char $ac_func (); below.
36341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36342 <limits.h> exists even on freestanding compilers. */
36345 # include <limits.h>
36347 # include <assert.h>
36352 /* Override any gcc2 internal prototype to avoid an error. */
36357 /* We use char because int might match the return type of a gcc2
36358 builtin and then its argument prototype would still apply. */
36360 /* The GNU C library defines this for functions which it implements
36361 to always fail with ENOSYS. Some functions are actually named
36362 something starting with __ and the normal name is an alias. */
36363 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36366 char (*f) () = $ac_func;
36375 return f != $ac_func;
36380 rm -f conftest.
$ac_objext conftest
$ac_exeext
36381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36382 (eval $ac_link) 2>conftest.er1
36384 grep -v '^ *+' conftest.er1
>conftest.err
36386 cat conftest.err
>&5
36387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36388 (exit $ac_status); } &&
36389 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36391 (eval $ac_try) 2>&5
36393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36394 (exit $ac_status); }; } &&
36395 { ac_try
='test -s conftest$ac_exeext'
36396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36397 (eval $ac_try) 2>&5
36399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36400 (exit $ac_status); }; }; then
36401 eval "$as_ac_var=yes"
36403 echo "$as_me: failed program was:" >&5
36404 sed 's/^/| /' conftest.
$ac_ext >&5
36406 eval "$as_ac_var=no"
36408 rm -f conftest.err conftest.
$ac_objext \
36409 conftest
$ac_exeext conftest.
$ac_ext
36411 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36412 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36413 if test `eval echo '${'$as_ac_var'}'` = yes; then
36414 cat >>confdefs.h
<<_ACEOF
36415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36424 for ac_func
in round
36426 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36427 echo "$as_me:$LINENO: checking for $ac_func" >&5
36428 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36429 if eval "test \"\${$as_ac_var+set}\" = set"; then
36430 echo $ECHO_N "(cached) $ECHO_C" >&6
36432 cat >conftest.
$ac_ext <<_ACEOF
36435 cat confdefs.h
>>conftest.
$ac_ext
36436 cat >>conftest.
$ac_ext <<_ACEOF
36437 /* end confdefs.h. */
36438 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36439 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36440 #define $ac_func innocuous_$ac_func
36442 /* System header to define __stub macros and hopefully few prototypes,
36443 which can conflict with char $ac_func (); below.
36444 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36445 <limits.h> exists even on freestanding compilers. */
36448 # include <limits.h>
36450 # include <assert.h>
36455 /* Override any gcc2 internal prototype to avoid an error. */
36460 /* We use char because int might match the return type of a gcc2
36461 builtin and then its argument prototype would still apply. */
36463 /* The GNU C library defines this for functions which it implements
36464 to always fail with ENOSYS. Some functions are actually named
36465 something starting with __ and the normal name is an alias. */
36466 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36469 char (*f) () = $ac_func;
36478 return f != $ac_func;
36483 rm -f conftest.
$ac_objext conftest
$ac_exeext
36484 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36485 (eval $ac_link) 2>conftest.er1
36487 grep -v '^ *+' conftest.er1
>conftest.err
36489 cat conftest.err
>&5
36490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36491 (exit $ac_status); } &&
36492 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36494 (eval $ac_try) 2>&5
36496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36497 (exit $ac_status); }; } &&
36498 { ac_try
='test -s conftest$ac_exeext'
36499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36500 (eval $ac_try) 2>&5
36502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36503 (exit $ac_status); }; }; then
36504 eval "$as_ac_var=yes"
36506 echo "$as_me: failed program was:" >&5
36507 sed 's/^/| /' conftest.
$ac_ext >&5
36509 eval "$as_ac_var=no"
36511 rm -f conftest.err conftest.
$ac_objext \
36512 conftest
$ac_exeext conftest.
$ac_ext
36514 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36515 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36516 if test `eval echo '${'$as_ac_var'}'` = yes; then
36517 cat >>confdefs.h
<<_ACEOF
36518 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36524 if test "$ac_cv_func_round" = yes; then
36525 echo "$as_me:$LINENO: checking whether round is declared" >&5
36526 echo $ECHO_N "checking whether round is declared... $ECHO_C" >&6
36527 if test "${ac_cv_have_decl_round+set}" = set; then
36528 echo $ECHO_N "(cached) $ECHO_C" >&6
36530 cat >conftest.
$ac_ext <<_ACEOF
36533 cat confdefs.h
>>conftest.
$ac_ext
36534 cat >>conftest.
$ac_ext <<_ACEOF
36535 /* end confdefs.h. */
36542 char *p = (char *) round;
36549 rm -f conftest.
$ac_objext
36550 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36551 (eval $ac_compile) 2>conftest.er1
36553 grep -v '^ *+' conftest.er1
>conftest.err
36555 cat conftest.err
>&5
36556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36557 (exit $ac_status); } &&
36558 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36560 (eval $ac_try) 2>&5
36562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36563 (exit $ac_status); }; } &&
36564 { ac_try
='test -s conftest.$ac_objext'
36565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36566 (eval $ac_try) 2>&5
36568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36569 (exit $ac_status); }; }; then
36570 ac_cv_have_decl_round
=yes
36572 echo "$as_me: failed program was:" >&5
36573 sed 's/^/| /' conftest.
$ac_ext >&5
36575 ac_cv_have_decl_round
=no
36577 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36579 echo "$as_me:$LINENO: result: $ac_cv_have_decl_round" >&5
36580 echo "${ECHO_T}$ac_cv_have_decl_round" >&6
36581 if test $ac_cv_have_decl_round = yes; then
36583 cat >>confdefs.h
<<_ACEOF
36584 #define HAVE_DECL_ROUND 1
36589 cat >>confdefs.h
<<_ACEOF
36590 #define HAVE_DECL_ROUND 0
36600 if test "$TOOLKIT" != "MSW"; then
36606 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
36607 if test "${with_libiconv_prefix+set}" = set; then
36608 withval
="$with_libiconv_prefix"
36610 for dir
in `echo "$withval" | tr : ' '`; do
36611 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
36612 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
36617 echo "$as_me:$LINENO: checking for iconv" >&5
36618 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
36619 if test "${am_cv_func_iconv+set}" = set; then
36620 echo $ECHO_N "(cached) $ECHO_C" >&6
36623 am_cv_func_iconv
="no, consider installing GNU libiconv"
36625 cat >conftest.
$ac_ext <<_ACEOF
36628 cat confdefs.h
>>conftest.
$ac_ext
36629 cat >>conftest.
$ac_ext <<_ACEOF
36630 /* end confdefs.h. */
36631 #include <stdlib.h>
36636 iconv_t cd = iconv_open("","");
36637 iconv(cd,NULL,NULL,NULL,NULL);
36643 rm -f conftest.
$ac_objext conftest
$ac_exeext
36644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36645 (eval $ac_link) 2>conftest.er1
36647 grep -v '^ *+' conftest.er1
>conftest.err
36649 cat conftest.err
>&5
36650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36651 (exit $ac_status); } &&
36652 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36654 (eval $ac_try) 2>&5
36656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36657 (exit $ac_status); }; } &&
36658 { ac_try
='test -s conftest$ac_exeext'
36659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36660 (eval $ac_try) 2>&5
36662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36663 (exit $ac_status); }; }; then
36664 am_cv_func_iconv
=yes
36666 echo "$as_me: failed program was:" >&5
36667 sed 's/^/| /' conftest.
$ac_ext >&5
36670 rm -f conftest.err conftest.
$ac_objext \
36671 conftest
$ac_exeext conftest.
$ac_ext
36672 if test "$am_cv_func_iconv" != yes; then
36673 am_save_LIBS
="$LIBS"
36674 LIBS
="$LIBS -liconv"
36675 cat >conftest.
$ac_ext <<_ACEOF
36678 cat confdefs.h
>>conftest.
$ac_ext
36679 cat >>conftest.
$ac_ext <<_ACEOF
36680 /* end confdefs.h. */
36681 #include <stdlib.h>
36686 iconv_t cd = iconv_open("","");
36687 iconv(cd,NULL,NULL,NULL,NULL);
36693 rm -f conftest.
$ac_objext conftest
$ac_exeext
36694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36695 (eval $ac_link) 2>conftest.er1
36697 grep -v '^ *+' conftest.er1
>conftest.err
36699 cat conftest.err
>&5
36700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36701 (exit $ac_status); } &&
36702 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36704 (eval $ac_try) 2>&5
36706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36707 (exit $ac_status); }; } &&
36708 { ac_try
='test -s conftest$ac_exeext'
36709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36710 (eval $ac_try) 2>&5
36712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36713 (exit $ac_status); }; }; then
36714 am_cv_lib_iconv
=yes
36715 am_cv_func_iconv
=yes
36717 echo "$as_me: failed program was:" >&5
36718 sed 's/^/| /' conftest.
$ac_ext >&5
36721 rm -f conftest.err conftest.
$ac_objext \
36722 conftest
$ac_exeext conftest.
$ac_ext
36723 LIBS
="$am_save_LIBS"
36727 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36728 echo "${ECHO_T}$am_cv_func_iconv" >&6
36729 if test "$am_cv_func_iconv" = yes; then
36731 cat >>confdefs.h
<<\_ACEOF
36732 #define HAVE_ICONV 1
36735 echo "$as_me:$LINENO: checking if iconv needs const" >&5
36736 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
36737 if test "${wx_cv_func_iconv_const+set}" = set; then
36738 echo $ECHO_N "(cached) $ECHO_C" >&6
36740 cat >conftest.
$ac_ext <<_ACEOF
36743 cat confdefs.h
>>conftest.
$ac_ext
36744 cat >>conftest.
$ac_ext <<_ACEOF
36745 /* end confdefs.h. */
36747 #include <stdlib.h>
36753 #if defined(__STDC__) || defined(__cplusplus)
36754 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36767 rm -f conftest.
$ac_objext
36768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36769 (eval $ac_compile) 2>conftest.er1
36771 grep -v '^ *+' conftest.er1
>conftest.err
36773 cat conftest.err
>&5
36774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36775 (exit $ac_status); } &&
36776 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36778 (eval $ac_try) 2>&5
36780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36781 (exit $ac_status); }; } &&
36782 { ac_try
='test -s conftest.$ac_objext'
36783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36784 (eval $ac_try) 2>&5
36786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36787 (exit $ac_status); }; }; then
36788 wx_cv_func_iconv_const
="no"
36790 echo "$as_me: failed program was:" >&5
36791 sed 's/^/| /' conftest.
$ac_ext >&5
36793 wx_cv_func_iconv_const
="yes"
36796 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36799 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36800 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
36803 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36804 iconv_const
="const"
36808 cat >>confdefs.h
<<_ACEOF
36809 #define ICONV_CONST $iconv_const
36814 if test "$am_cv_lib_iconv" = yes; then
36819 LIBS
="$LIBICONV $LIBS"
36821 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36823 for ac_func
in sigaction
36825 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36826 echo "$as_me:$LINENO: checking for $ac_func" >&5
36827 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36828 if eval "test \"\${$as_ac_var+set}\" = set"; then
36829 echo $ECHO_N "(cached) $ECHO_C" >&6
36831 cat >conftest.
$ac_ext <<_ACEOF
36834 cat confdefs.h
>>conftest.
$ac_ext
36835 cat >>conftest.
$ac_ext <<_ACEOF
36836 /* end confdefs.h. */
36837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36839 #define $ac_func innocuous_$ac_func
36841 /* System header to define __stub macros and hopefully few prototypes,
36842 which can conflict with char $ac_func (); below.
36843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36844 <limits.h> exists even on freestanding compilers. */
36847 # include <limits.h>
36849 # include <assert.h>
36854 /* Override any gcc2 internal prototype to avoid an error. */
36859 /* We use char because int might match the return type of a gcc2
36860 builtin and then its argument prototype would still apply. */
36862 /* The GNU C library defines this for functions which it implements
36863 to always fail with ENOSYS. Some functions are actually named
36864 something starting with __ and the normal name is an alias. */
36865 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36868 char (*f) () = $ac_func;
36877 return f != $ac_func;
36882 rm -f conftest.
$ac_objext conftest
$ac_exeext
36883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36884 (eval $ac_link) 2>conftest.er1
36886 grep -v '^ *+' conftest.er1
>conftest.err
36888 cat conftest.err
>&5
36889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36890 (exit $ac_status); } &&
36891 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36893 (eval $ac_try) 2>&5
36895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36896 (exit $ac_status); }; } &&
36897 { ac_try
='test -s conftest$ac_exeext'
36898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36899 (eval $ac_try) 2>&5
36901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36902 (exit $ac_status); }; }; then
36903 eval "$as_ac_var=yes"
36905 echo "$as_me: failed program was:" >&5
36906 sed 's/^/| /' conftest.
$ac_ext >&5
36908 eval "$as_ac_var=no"
36910 rm -f conftest.err conftest.
$ac_objext \
36911 conftest
$ac_exeext conftest.
$ac_ext
36913 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36914 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36915 if test `eval echo '${'$as_ac_var'}'` = yes; then
36916 cat >>confdefs.h
<<_ACEOF
36917 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36924 if test "$ac_cv_func_sigaction" = "no"; then
36925 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36926 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36927 wxUSE_ON_FATAL_EXCEPTION
=no
36930 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36931 echo "$as_me:$LINENO: checking for sa_handler type" >&5
36932 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
36933 if test "${wx_cv_type_sa_handler+set}" = set; then
36934 echo $ECHO_N "(cached) $ECHO_C" >&6
36937 cat >conftest.
$ac_ext <<_ACEOF
36940 cat confdefs.h
>>conftest.
$ac_ext
36941 cat >>conftest.
$ac_ext <<_ACEOF
36942 /* end confdefs.h. */
36943 #include <signal.h>
36948 extern void testSigHandler(int);
36950 struct sigaction sa;
36951 sa.sa_handler = testSigHandler;
36957 rm -f conftest.
$ac_objext
36958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36959 (eval $ac_compile) 2>conftest.er1
36961 grep -v '^ *+' conftest.er1
>conftest.err
36963 cat conftest.err
>&5
36964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36965 (exit $ac_status); } &&
36966 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
36967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36968 (eval $ac_try) 2>&5
36970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36971 (exit $ac_status); }; } &&
36972 { ac_try
='test -s conftest.$ac_objext'
36973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36974 (eval $ac_try) 2>&5
36976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36977 (exit $ac_status); }; }; then
36979 wx_cv_type_sa_handler
=int
36982 echo "$as_me: failed program was:" >&5
36983 sed 's/^/| /' conftest.
$ac_ext >&5
36986 wx_cv_type_sa_handler
=void
36989 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36992 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36993 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
36995 cat >>confdefs.h
<<_ACEOF
36996 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
37002 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
37003 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
37004 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
37005 if test "${wx_cv_func_backtrace+set}" = set; then
37006 echo $ECHO_N "(cached) $ECHO_C" >&6
37009 cat >conftest.
$ac_ext <<_ACEOF
37012 cat confdefs.h
>>conftest.
$ac_ext
37013 cat >>conftest.
$ac_ext <<_ACEOF
37014 /* end confdefs.h. */
37015 #include <execinfo.h>
37023 backtrace(trace, 1);
37024 messages = backtrace_symbols(trace, 1);
37030 rm -f conftest.
$ac_objext
37031 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37032 (eval $ac_compile) 2>conftest.er1
37034 grep -v '^ *+' conftest.er1
>conftest.err
37036 cat conftest.err
>&5
37037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37038 (exit $ac_status); } &&
37039 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37041 (eval $ac_try) 2>&5
37043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37044 (exit $ac_status); }; } &&
37045 { ac_try
='test -s conftest.$ac_objext'
37046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37047 (eval $ac_try) 2>&5
37049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37050 (exit $ac_status); }; }; then
37051 wx_cv_func_backtrace
=yes
37053 echo "$as_me: failed program was:" >&5
37054 sed 's/^/| /' conftest.
$ac_ext >&5
37056 wx_cv_func_backtrace
=no
37059 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37063 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
37064 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
37067 if test "$wx_cv_func_backtrace" = "no"; then
37068 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
37069 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
37070 wxUSE_STACKWALKER
=no
37072 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
37073 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
37074 if test "${wx_cv_func_cxa_demangle+set}" = set; then
37075 echo $ECHO_N "(cached) $ECHO_C" >&6
37078 cat >conftest.
$ac_ext <<_ACEOF
37081 cat confdefs.h
>>conftest.
$ac_ext
37082 cat >>conftest.
$ac_ext <<_ACEOF
37083 /* end confdefs.h. */
37084 #include <cxxabi.h>
37090 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
37096 rm -f conftest.
$ac_objext conftest
$ac_exeext
37097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37098 (eval $ac_link) 2>conftest.er1
37100 grep -v '^ *+' conftest.er1
>conftest.err
37102 cat conftest.err
>&5
37103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37104 (exit $ac_status); } &&
37105 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37107 (eval $ac_try) 2>&5
37109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37110 (exit $ac_status); }; } &&
37111 { ac_try
='test -s conftest$ac_exeext'
37112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37113 (eval $ac_try) 2>&5
37115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37116 (exit $ac_status); }; }; then
37117 wx_cv_func_cxa_demangle
=yes
37119 echo "$as_me: failed program was:" >&5
37120 sed 's/^/| /' conftest.
$ac_ext >&5
37122 wx_cv_func_cxa_demangle
=no
37125 rm -f conftest.err conftest.
$ac_objext \
37126 conftest
$ac_exeext conftest.
$ac_ext
37130 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
37131 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
37133 if test "$wx_cv_func_cxa_demangle" = "yes"; then
37134 cat >>confdefs.h
<<\_ACEOF
37135 #define HAVE_CXA_DEMANGLE 1
37142 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
37143 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
37144 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
37145 wxUSE_STACKWALKER
=no
37151 for ac_func
in mkstemp mktemp
37153 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37154 echo "$as_me:$LINENO: checking for $ac_func" >&5
37155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37156 if eval "test \"\${$as_ac_var+set}\" = set"; then
37157 echo $ECHO_N "(cached) $ECHO_C" >&6
37159 cat >conftest.
$ac_ext <<_ACEOF
37162 cat confdefs.h
>>conftest.
$ac_ext
37163 cat >>conftest.
$ac_ext <<_ACEOF
37164 /* end confdefs.h. */
37165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37167 #define $ac_func innocuous_$ac_func
37169 /* System header to define __stub macros and hopefully few prototypes,
37170 which can conflict with char $ac_func (); below.
37171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37172 <limits.h> exists even on freestanding compilers. */
37175 # include <limits.h>
37177 # include <assert.h>
37182 /* Override any gcc2 internal prototype to avoid an error. */
37187 /* We use char because int might match the return type of a gcc2
37188 builtin and then its argument prototype would still apply. */
37190 /* The GNU C library defines this for functions which it implements
37191 to always fail with ENOSYS. Some functions are actually named
37192 something starting with __ and the normal name is an alias. */
37193 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37196 char (*f) () = $ac_func;
37205 return f != $ac_func;
37210 rm -f conftest.
$ac_objext conftest
$ac_exeext
37211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37212 (eval $ac_link) 2>conftest.er1
37214 grep -v '^ *+' conftest.er1
>conftest.err
37216 cat conftest.err
>&5
37217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37218 (exit $ac_status); } &&
37219 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37221 (eval $ac_try) 2>&5
37223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37224 (exit $ac_status); }; } &&
37225 { ac_try
='test -s conftest$ac_exeext'
37226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37227 (eval $ac_try) 2>&5
37229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37230 (exit $ac_status); }; }; then
37231 eval "$as_ac_var=yes"
37233 echo "$as_me: failed program was:" >&5
37234 sed 's/^/| /' conftest.
$ac_ext >&5
37236 eval "$as_ac_var=no"
37238 rm -f conftest.err conftest.
$ac_objext \
37239 conftest
$ac_exeext conftest.
$ac_ext
37241 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37242 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37243 if test `eval echo '${'$as_ac_var'}'` = yes; then
37244 cat >>confdefs.h
<<_ACEOF
37245 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37252 echo "$as_me:$LINENO: checking for statfs" >&5
37253 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
37254 if test "${wx_cv_func_statfs+set}" = set; then
37255 echo $ECHO_N "(cached) $ECHO_C" >&6
37257 cat >conftest.
$ac_ext <<_ACEOF
37260 cat confdefs.h
>>conftest.
$ac_ext
37261 cat >>conftest.
$ac_ext <<_ACEOF
37262 /* end confdefs.h. */
37264 #if defined(__BSD__)
37265 #include <sys/param.h>
37266 #include <sys/mount.h>
37268 #include <sys/vfs.h>
37286 rm -f conftest.
$ac_objext
37287 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37288 (eval $ac_compile) 2>conftest.er1
37290 grep -v '^ *+' conftest.er1
>conftest.err
37292 cat conftest.err
>&5
37293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37294 (exit $ac_status); } &&
37295 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37297 (eval $ac_try) 2>&5
37299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37300 (exit $ac_status); }; } &&
37301 { ac_try
='test -s conftest.$ac_objext'
37302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37303 (eval $ac_try) 2>&5
37305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37306 (exit $ac_status); }; }; then
37307 wx_cv_func_statfs
=yes
37309 echo "$as_me: failed program was:" >&5
37310 sed 's/^/| /' conftest.
$ac_ext >&5
37312 wx_cv_func_statfs
=no
37315 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37318 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
37319 echo "${ECHO_T}$wx_cv_func_statfs" >&6
37321 if test "$wx_cv_func_statfs" = "yes"; then
37322 echo "$as_me:$LINENO: checking for statfs declaration" >&5
37323 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
37324 if test "${wx_cv_func_statfs_decl+set}" = set; then
37325 echo $ECHO_N "(cached) $ECHO_C" >&6
37327 cat >conftest.
$ac_ext <<_ACEOF
37330 cat confdefs.h
>>conftest.
$ac_ext
37331 cat >>conftest.
$ac_ext <<_ACEOF
37332 /* end confdefs.h. */
37334 #if defined(__BSD__)
37335 #include <sys/param.h>
37336 #include <sys/mount.h>
37338 #include <sys/vfs.h>
37352 rm -f conftest.
$ac_objext
37353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37354 (eval $ac_compile) 2>conftest.er1
37356 grep -v '^ *+' conftest.er1
>conftest.err
37358 cat conftest.err
>&5
37359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37360 (exit $ac_status); } &&
37361 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37363 (eval $ac_try) 2>&5
37365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37366 (exit $ac_status); }; } &&
37367 { ac_try
='test -s conftest.$ac_objext'
37368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37369 (eval $ac_try) 2>&5
37371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37372 (exit $ac_status); }; }; then
37373 wx_cv_func_statfs_decl
=yes
37375 echo "$as_me: failed program was:" >&5
37376 sed 's/^/| /' conftest.
$ac_ext >&5
37378 wx_cv_func_statfs_decl
=no
37381 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37384 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
37385 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
37387 if test "$wx_cv_func_statfs_decl" = "yes"; then
37388 cat >>confdefs.h
<<\_ACEOF
37389 #define HAVE_STATFS_DECL 1
37394 wx_cv_type_statvfs_t
="struct statfs"
37395 cat >>confdefs.h
<<\_ACEOF
37396 #define HAVE_STATFS 1
37400 echo "$as_me:$LINENO: checking for statvfs" >&5
37401 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
37402 if test "${wx_cv_func_statvfs+set}" = set; then
37403 echo $ECHO_N "(cached) $ECHO_C" >&6
37405 cat >conftest.
$ac_ext <<_ACEOF
37408 cat confdefs.h
>>conftest.
$ac_ext
37409 cat >>conftest.
$ac_ext <<_ACEOF
37410 /* end confdefs.h. */
37412 #include <stddef.h>
37413 #include <sys/statvfs.h>
37419 statvfs("/", NULL);
37425 rm -f conftest.
$ac_objext
37426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37427 (eval $ac_compile) 2>conftest.er1
37429 grep -v '^ *+' conftest.er1
>conftest.err
37431 cat conftest.err
>&5
37432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37433 (exit $ac_status); } &&
37434 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37436 (eval $ac_try) 2>&5
37438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37439 (exit $ac_status); }; } &&
37440 { ac_try
='test -s conftest.$ac_objext'
37441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37442 (eval $ac_try) 2>&5
37444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37445 (exit $ac_status); }; }; then
37446 wx_cv_func_statvfs
=yes
37448 echo "$as_me: failed program was:" >&5
37449 sed 's/^/| /' conftest.
$ac_ext >&5
37451 wx_cv_func_statvfs
=no
37454 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37457 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
37458 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
37460 if test "$wx_cv_func_statvfs" = "yes"; then
37461 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
37462 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
37463 if test "${wx_cv_type_statvfs_t+set}" = set; then
37464 echo $ECHO_N "(cached) $ECHO_C" >&6
37466 cat >conftest.
$ac_ext <<_ACEOF
37469 cat confdefs.h
>>conftest.
$ac_ext
37470 cat >>conftest.
$ac_ext <<_ACEOF
37471 /* end confdefs.h. */
37473 #include <sys/statvfs.h>
37490 rm -f conftest.
$ac_objext
37491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37492 (eval $ac_compile) 2>conftest.er1
37494 grep -v '^ *+' conftest.er1
>conftest.err
37496 cat conftest.err
>&5
37497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37498 (exit $ac_status); } &&
37499 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37501 (eval $ac_try) 2>&5
37503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37504 (exit $ac_status); }; } &&
37505 { ac_try
='test -s conftest.$ac_objext'
37506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37507 (eval $ac_try) 2>&5
37509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37510 (exit $ac_status); }; }; then
37511 wx_cv_type_statvfs_t
=statvfs_t
37513 echo "$as_me: failed program was:" >&5
37514 sed 's/^/| /' conftest.
$ac_ext >&5
37517 cat >conftest.
$ac_ext <<_ACEOF
37520 cat confdefs.h
>>conftest.
$ac_ext
37521 cat >>conftest.
$ac_ext <<_ACEOF
37522 /* end confdefs.h. */
37524 #include <sys/statvfs.h>
37541 rm -f conftest.
$ac_objext
37542 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37543 (eval $ac_compile) 2>conftest.er1
37545 grep -v '^ *+' conftest.er1
>conftest.err
37547 cat conftest.err
>&5
37548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37549 (exit $ac_status); } &&
37550 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37552 (eval $ac_try) 2>&5
37554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37555 (exit $ac_status); }; } &&
37556 { ac_try
='test -s conftest.$ac_objext'
37557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37558 (eval $ac_try) 2>&5
37560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37561 (exit $ac_status); }; }; then
37562 wx_cv_type_statvfs_t
="struct statvfs"
37564 echo "$as_me: failed program was:" >&5
37565 sed 's/^/| /' conftest.
$ac_ext >&5
37567 wx_cv_type_statvfs_t
="unknown"
37570 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37574 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
37577 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
37578 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
37580 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37581 cat >>confdefs.h
<<\_ACEOF
37582 #define HAVE_STATVFS 1
37587 wx_cv_type_statvfs_t
="unknown"
37591 if test "$wx_cv_type_statvfs_t" != "unknown"; then
37592 cat >>confdefs.h
<<_ACEOF
37593 #define WX_STATFS_T $wx_cv_type_statvfs_t
37597 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37598 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37601 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37604 for ac_func
in fcntl flock
37606 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37607 echo "$as_me:$LINENO: checking for $ac_func" >&5
37608 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37609 if eval "test \"\${$as_ac_var+set}\" = set"; then
37610 echo $ECHO_N "(cached) $ECHO_C" >&6
37612 cat >conftest.
$ac_ext <<_ACEOF
37615 cat confdefs.h
>>conftest.
$ac_ext
37616 cat >>conftest.
$ac_ext <<_ACEOF
37617 /* end confdefs.h. */
37618 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37619 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37620 #define $ac_func innocuous_$ac_func
37622 /* System header to define __stub macros and hopefully few prototypes,
37623 which can conflict with char $ac_func (); below.
37624 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37625 <limits.h> exists even on freestanding compilers. */
37628 # include <limits.h>
37630 # include <assert.h>
37635 /* Override any gcc2 internal prototype to avoid an error. */
37640 /* We use char because int might match the return type of a gcc2
37641 builtin and then its argument prototype would still apply. */
37643 /* The GNU C library defines this for functions which it implements
37644 to always fail with ENOSYS. Some functions are actually named
37645 something starting with __ and the normal name is an alias. */
37646 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37649 char (*f) () = $ac_func;
37658 return f != $ac_func;
37663 rm -f conftest.
$ac_objext conftest
$ac_exeext
37664 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37665 (eval $ac_link) 2>conftest.er1
37667 grep -v '^ *+' conftest.er1
>conftest.err
37669 cat conftest.err
>&5
37670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37671 (exit $ac_status); } &&
37672 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37674 (eval $ac_try) 2>&5
37676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37677 (exit $ac_status); }; } &&
37678 { ac_try
='test -s conftest$ac_exeext'
37679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37680 (eval $ac_try) 2>&5
37682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37683 (exit $ac_status); }; }; then
37684 eval "$as_ac_var=yes"
37686 echo "$as_me: failed program was:" >&5
37687 sed 's/^/| /' conftest.
$ac_ext >&5
37689 eval "$as_ac_var=no"
37691 rm -f conftest.err conftest.
$ac_objext \
37692 conftest
$ac_exeext conftest.
$ac_ext
37694 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37695 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37696 if test `eval echo '${'$as_ac_var'}'` = yes; then
37697 cat >>confdefs.h
<<_ACEOF
37698 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37705 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37706 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37707 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37708 wxUSE_SNGLINST_CHECKER
=no
37713 for ac_func
in timegm
37715 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37716 echo "$as_me:$LINENO: checking for $ac_func" >&5
37717 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37718 if eval "test \"\${$as_ac_var+set}\" = set"; then
37719 echo $ECHO_N "(cached) $ECHO_C" >&6
37721 cat >conftest.
$ac_ext <<_ACEOF
37724 cat confdefs.h
>>conftest.
$ac_ext
37725 cat >>conftest.
$ac_ext <<_ACEOF
37726 /* end confdefs.h. */
37727 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37728 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37729 #define $ac_func innocuous_$ac_func
37731 /* System header to define __stub macros and hopefully few prototypes,
37732 which can conflict with char $ac_func (); below.
37733 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37734 <limits.h> exists even on freestanding compilers. */
37737 # include <limits.h>
37739 # include <assert.h>
37744 /* Override any gcc2 internal prototype to avoid an error. */
37749 /* We use char because int might match the return type of a gcc2
37750 builtin and then its argument prototype would still apply. */
37752 /* The GNU C library defines this for functions which it implements
37753 to always fail with ENOSYS. Some functions are actually named
37754 something starting with __ and the normal name is an alias. */
37755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37758 char (*f) () = $ac_func;
37767 return f != $ac_func;
37772 rm -f conftest.
$ac_objext conftest
$ac_exeext
37773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37774 (eval $ac_link) 2>conftest.er1
37776 grep -v '^ *+' conftest.er1
>conftest.err
37778 cat conftest.err
>&5
37779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37780 (exit $ac_status); } &&
37781 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37783 (eval $ac_try) 2>&5
37785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37786 (exit $ac_status); }; } &&
37787 { ac_try
='test -s conftest$ac_exeext'
37788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37789 (eval $ac_try) 2>&5
37791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37792 (exit $ac_status); }; }; then
37793 eval "$as_ac_var=yes"
37795 echo "$as_me: failed program was:" >&5
37796 sed 's/^/| /' conftest.
$ac_ext >&5
37798 eval "$as_ac_var=no"
37800 rm -f conftest.err conftest.
$ac_objext \
37801 conftest
$ac_exeext conftest.
$ac_ext
37803 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37804 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37805 if test `eval echo '${'$as_ac_var'}'` = yes; then
37806 cat >>confdefs.h
<<_ACEOF
37807 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37816 for ac_func
in putenv setenv
37818 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37819 echo "$as_me:$LINENO: checking for $ac_func" >&5
37820 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37821 if eval "test \"\${$as_ac_var+set}\" = set"; then
37822 echo $ECHO_N "(cached) $ECHO_C" >&6
37824 cat >conftest.
$ac_ext <<_ACEOF
37827 cat confdefs.h
>>conftest.
$ac_ext
37828 cat >>conftest.
$ac_ext <<_ACEOF
37829 /* end confdefs.h. */
37830 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37831 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37832 #define $ac_func innocuous_$ac_func
37834 /* System header to define __stub macros and hopefully few prototypes,
37835 which can conflict with char $ac_func (); below.
37836 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37837 <limits.h> exists even on freestanding compilers. */
37840 # include <limits.h>
37842 # include <assert.h>
37847 /* Override any gcc2 internal prototype to avoid an error. */
37852 /* We use char because int might match the return type of a gcc2
37853 builtin and then its argument prototype would still apply. */
37855 /* The GNU C library defines this for functions which it implements
37856 to always fail with ENOSYS. Some functions are actually named
37857 something starting with __ and the normal name is an alias. */
37858 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37861 char (*f) () = $ac_func;
37870 return f != $ac_func;
37875 rm -f conftest.
$ac_objext conftest
$ac_exeext
37876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37877 (eval $ac_link) 2>conftest.er1
37879 grep -v '^ *+' conftest.er1
>conftest.err
37881 cat conftest.err
>&5
37882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37883 (exit $ac_status); } &&
37884 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
37885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37886 (eval $ac_try) 2>&5
37888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37889 (exit $ac_status); }; } &&
37890 { ac_try
='test -s conftest$ac_exeext'
37891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37892 (eval $ac_try) 2>&5
37894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37895 (exit $ac_status); }; }; then
37896 eval "$as_ac_var=yes"
37898 echo "$as_me: failed program was:" >&5
37899 sed 's/^/| /' conftest.
$ac_ext >&5
37901 eval "$as_ac_var=no"
37903 rm -f conftest.err conftest.
$ac_objext \
37904 conftest
$ac_exeext conftest.
$ac_ext
37906 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37907 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37908 if test `eval echo '${'$as_ac_var'}'` = yes; then
37909 cat >>confdefs.h
<<_ACEOF
37910 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37917 HAVE_SOME_SLEEP_FUNC
=0
37918 if test "$USE_BEOS" = 1; then
37919 cat >>confdefs.h
<<\_ACEOF
37920 #define HAVE_SLEEP 1
37923 HAVE_SOME_SLEEP_FUNC
=1
37926 if test "$USE_DARWIN" = 1; then
37927 cat >>confdefs.h
<<\_ACEOF
37928 #define HAVE_USLEEP 1
37931 HAVE_SOME_SLEEP_FUNC
=1
37934 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37937 for ac_func
in nanosleep
37939 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37940 echo "$as_me:$LINENO: checking for $ac_func" >&5
37941 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37942 if eval "test \"\${$as_ac_var+set}\" = set"; then
37943 echo $ECHO_N "(cached) $ECHO_C" >&6
37945 cat >conftest.
$ac_ext <<_ACEOF
37948 cat confdefs.h
>>conftest.
$ac_ext
37949 cat >>conftest.
$ac_ext <<_ACEOF
37950 /* end confdefs.h. */
37951 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37952 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37953 #define $ac_func innocuous_$ac_func
37955 /* System header to define __stub macros and hopefully few prototypes,
37956 which can conflict with char $ac_func (); below.
37957 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37958 <limits.h> exists even on freestanding compilers. */
37961 # include <limits.h>
37963 # include <assert.h>
37968 /* Override any gcc2 internal prototype to avoid an error. */
37973 /* We use char because int might match the return type of a gcc2
37974 builtin and then its argument prototype would still apply. */
37976 /* The GNU C library defines this for functions which it implements
37977 to always fail with ENOSYS. Some functions are actually named
37978 something starting with __ and the normal name is an alias. */
37979 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37982 char (*f) () = $ac_func;
37991 return f != $ac_func;
37996 rm -f conftest.
$ac_objext conftest
$ac_exeext
37997 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37998 (eval $ac_link) 2>conftest.er1
38000 grep -v '^ *+' conftest.er1
>conftest.err
38002 cat conftest.err
>&5
38003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38004 (exit $ac_status); } &&
38005 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38007 (eval $ac_try) 2>&5
38009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38010 (exit $ac_status); }; } &&
38011 { ac_try
='test -s conftest$ac_exeext'
38012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38013 (eval $ac_try) 2>&5
38015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38016 (exit $ac_status); }; }; then
38017 eval "$as_ac_var=yes"
38019 echo "$as_me: failed program was:" >&5
38020 sed 's/^/| /' conftest.
$ac_ext >&5
38022 eval "$as_ac_var=no"
38024 rm -f conftest.err conftest.
$ac_objext \
38025 conftest
$ac_exeext conftest.
$ac_ext
38027 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38028 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38029 if test `eval echo '${'$as_ac_var'}'` = yes; then
38030 cat >>confdefs.h
<<_ACEOF
38031 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38033 cat >>confdefs.h
<<\_ACEOF
38034 #define HAVE_NANOSLEEP 1
38039 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
38040 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
38041 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
38042 echo $ECHO_N "(cached) $ECHO_C" >&6
38044 ac_check_lib_save_LIBS
=$LIBS
38045 LIBS
="-lposix4 $LIBS"
38046 cat >conftest.
$ac_ext <<_ACEOF
38049 cat confdefs.h
>>conftest.
$ac_ext
38050 cat >>conftest.
$ac_ext <<_ACEOF
38051 /* end confdefs.h. */
38053 /* Override any gcc2 internal prototype to avoid an error. */
38057 /* We use char because int might match the return type of a gcc2
38058 builtin and then its argument prototype would still apply. */
38068 rm -f conftest.
$ac_objext conftest
$ac_exeext
38069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38070 (eval $ac_link) 2>conftest.er1
38072 grep -v '^ *+' conftest.er1
>conftest.err
38074 cat conftest.err
>&5
38075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38076 (exit $ac_status); } &&
38077 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38079 (eval $ac_try) 2>&5
38081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38082 (exit $ac_status); }; } &&
38083 { ac_try
='test -s conftest$ac_exeext'
38084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38085 (eval $ac_try) 2>&5
38087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38088 (exit $ac_status); }; }; then
38089 ac_cv_lib_posix4_nanosleep
=yes
38091 echo "$as_me: failed program was:" >&5
38092 sed 's/^/| /' conftest.
$ac_ext >&5
38094 ac_cv_lib_posix4_nanosleep
=no
38096 rm -f conftest.err conftest.
$ac_objext \
38097 conftest
$ac_exeext conftest.
$ac_ext
38098 LIBS
=$ac_check_lib_save_LIBS
38100 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
38101 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
38102 if test $ac_cv_lib_posix4_nanosleep = yes; then
38104 cat >>confdefs.h
<<\_ACEOF
38105 #define HAVE_NANOSLEEP 1
38108 POSIX4_LINK
=" -lposix4"
38113 for ac_func
in usleep
38115 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38116 echo "$as_me:$LINENO: checking for $ac_func" >&5
38117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38118 if eval "test \"\${$as_ac_var+set}\" = set"; then
38119 echo $ECHO_N "(cached) $ECHO_C" >&6
38121 cat >conftest.
$ac_ext <<_ACEOF
38124 cat confdefs.h
>>conftest.
$ac_ext
38125 cat >>conftest.
$ac_ext <<_ACEOF
38126 /* end confdefs.h. */
38127 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38128 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38129 #define $ac_func innocuous_$ac_func
38131 /* System header to define __stub macros and hopefully few prototypes,
38132 which can conflict with char $ac_func (); below.
38133 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38134 <limits.h> exists even on freestanding compilers. */
38137 # include <limits.h>
38139 # include <assert.h>
38144 /* Override any gcc2 internal prototype to avoid an error. */
38149 /* We use char because int might match the return type of a gcc2
38150 builtin and then its argument prototype would still apply. */
38152 /* The GNU C library defines this for functions which it implements
38153 to always fail with ENOSYS. Some functions are actually named
38154 something starting with __ and the normal name is an alias. */
38155 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38158 char (*f) () = $ac_func;
38167 return f != $ac_func;
38172 rm -f conftest.
$ac_objext conftest
$ac_exeext
38173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38174 (eval $ac_link) 2>conftest.er1
38176 grep -v '^ *+' conftest.er1
>conftest.err
38178 cat conftest.err
>&5
38179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38180 (exit $ac_status); } &&
38181 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38183 (eval $ac_try) 2>&5
38185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38186 (exit $ac_status); }; } &&
38187 { ac_try
='test -s conftest$ac_exeext'
38188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38189 (eval $ac_try) 2>&5
38191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38192 (exit $ac_status); }; }; then
38193 eval "$as_ac_var=yes"
38195 echo "$as_me: failed program was:" >&5
38196 sed 's/^/| /' conftest.
$ac_ext >&5
38198 eval "$as_ac_var=no"
38200 rm -f conftest.err conftest.
$ac_objext \
38201 conftest
$ac_exeext conftest.
$ac_ext
38203 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38204 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38205 if test `eval echo '${'$as_ac_var'}'` = yes; then
38206 cat >>confdefs.h
<<_ACEOF
38207 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38209 cat >>confdefs.h
<<\_ACEOF
38210 #define HAVE_USLEEP 1
38214 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
38215 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
38233 for ac_func
in uname gethostname
38235 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38236 echo "$as_me:$LINENO: checking for $ac_func" >&5
38237 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38238 if eval "test \"\${$as_ac_var+set}\" = set"; then
38239 echo $ECHO_N "(cached) $ECHO_C" >&6
38241 cat >conftest.
$ac_ext <<_ACEOF
38244 cat confdefs.h
>>conftest.
$ac_ext
38245 cat >>conftest.
$ac_ext <<_ACEOF
38246 /* end confdefs.h. */
38247 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38248 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38249 #define $ac_func innocuous_$ac_func
38251 /* System header to define __stub macros and hopefully few prototypes,
38252 which can conflict with char $ac_func (); below.
38253 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38254 <limits.h> exists even on freestanding compilers. */
38257 # include <limits.h>
38259 # include <assert.h>
38264 /* Override any gcc2 internal prototype to avoid an error. */
38269 /* We use char because int might match the return type of a gcc2
38270 builtin and then its argument prototype would still apply. */
38272 /* The GNU C library defines this for functions which it implements
38273 to always fail with ENOSYS. Some functions are actually named
38274 something starting with __ and the normal name is an alias. */
38275 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38278 char (*f) () = $ac_func;
38287 return f != $ac_func;
38292 rm -f conftest.
$ac_objext conftest
$ac_exeext
38293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38294 (eval $ac_link) 2>conftest.er1
38296 grep -v '^ *+' conftest.er1
>conftest.err
38298 cat conftest.err
>&5
38299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38300 (exit $ac_status); } &&
38301 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38303 (eval $ac_try) 2>&5
38305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38306 (exit $ac_status); }; } &&
38307 { ac_try
='test -s conftest$ac_exeext'
38308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38309 (eval $ac_try) 2>&5
38311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38312 (exit $ac_status); }; }; then
38313 eval "$as_ac_var=yes"
38315 echo "$as_me: failed program was:" >&5
38316 sed 's/^/| /' conftest.
$ac_ext >&5
38318 eval "$as_ac_var=no"
38320 rm -f conftest.err conftest.
$ac_objext \
38321 conftest
$ac_exeext conftest.
$ac_ext
38323 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38324 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38325 if test `eval echo '${'$as_ac_var'}'` = yes; then
38326 cat >>confdefs.h
<<_ACEOF
38327 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38335 for wx_func
in strtok_r
38337 echo "$as_me:$LINENO: checking for $wx_func" >&5
38338 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
38339 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
38340 echo $ECHO_N "(cached) $ECHO_C" >&6
38343 cat >conftest.
$ac_ext <<_ACEOF
38347 cat confdefs.h
>>conftest.
$ac_ext
38348 cat >>conftest.
$ac_ext <<_ACEOF
38349 /* end confdefs.h. */
38352 $ac_includes_default
38368 rm -f conftest.
$ac_objext conftest
$ac_exeext
38369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38370 (eval $ac_link) 2>conftest.er1
38372 grep -v '^ *+' conftest.er1
>conftest.err
38374 cat conftest.err
>&5
38375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38376 (exit $ac_status); } &&
38377 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38379 (eval $ac_try) 2>&5
38381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38382 (exit $ac_status); }; } &&
38383 { ac_try
='test -s conftest$ac_exeext'
38384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38385 (eval $ac_try) 2>&5
38387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38388 (exit $ac_status); }; }; then
38389 eval wx_cv_func_
$wx_func=yes
38391 echo "$as_me: failed program was:" >&5
38392 sed 's/^/| /' conftest.
$ac_ext >&5
38394 eval wx_cv_func_
$wx_func=no
38396 rm -f conftest.err conftest.
$ac_objext \
38397 conftest
$ac_exeext conftest.
$ac_ext
38400 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
38401 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
38403 if eval test \
$wx_cv_func_$wx_func = yes
38405 cat >>confdefs.h
<<_ACEOF
38406 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
38419 for ac_func
in inet_addr
38421 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38422 echo "$as_me:$LINENO: checking for $ac_func" >&5
38423 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38424 if eval "test \"\${$as_ac_var+set}\" = set"; then
38425 echo $ECHO_N "(cached) $ECHO_C" >&6
38427 cat >conftest.
$ac_ext <<_ACEOF
38430 cat confdefs.h
>>conftest.
$ac_ext
38431 cat >>conftest.
$ac_ext <<_ACEOF
38432 /* end confdefs.h. */
38433 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38434 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38435 #define $ac_func innocuous_$ac_func
38437 /* System header to define __stub macros and hopefully few prototypes,
38438 which can conflict with char $ac_func (); below.
38439 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38440 <limits.h> exists even on freestanding compilers. */
38443 # include <limits.h>
38445 # include <assert.h>
38450 /* Override any gcc2 internal prototype to avoid an error. */
38455 /* We use char because int might match the return type of a gcc2
38456 builtin and then its argument prototype would still apply. */
38458 /* The GNU C library defines this for functions which it implements
38459 to always fail with ENOSYS. Some functions are actually named
38460 something starting with __ and the normal name is an alias. */
38461 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38464 char (*f) () = $ac_func;
38473 return f != $ac_func;
38478 rm -f conftest.
$ac_objext conftest
$ac_exeext
38479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38480 (eval $ac_link) 2>conftest.er1
38482 grep -v '^ *+' conftest.er1
>conftest.err
38484 cat conftest.err
>&5
38485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38486 (exit $ac_status); } &&
38487 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38489 (eval $ac_try) 2>&5
38491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38492 (exit $ac_status); }; } &&
38493 { ac_try
='test -s conftest$ac_exeext'
38494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38495 (eval $ac_try) 2>&5
38497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38498 (exit $ac_status); }; }; then
38499 eval "$as_ac_var=yes"
38501 echo "$as_me: failed program was:" >&5
38502 sed 's/^/| /' conftest.
$ac_ext >&5
38504 eval "$as_ac_var=no"
38506 rm -f conftest.err conftest.
$ac_objext \
38507 conftest
$ac_exeext conftest.
$ac_ext
38509 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38510 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38511 if test `eval echo '${'$as_ac_var'}'` = yes; then
38512 cat >>confdefs.h
<<_ACEOF
38513 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38515 cat >>confdefs.h
<<\_ACEOF
38516 #define HAVE_INET_ADDR 1
38521 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
38522 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
38523 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
38524 echo $ECHO_N "(cached) $ECHO_C" >&6
38526 ac_check_lib_save_LIBS
=$LIBS
38528 cat >conftest.
$ac_ext <<_ACEOF
38531 cat confdefs.h
>>conftest.
$ac_ext
38532 cat >>conftest.
$ac_ext <<_ACEOF
38533 /* end confdefs.h. */
38535 /* Override any gcc2 internal prototype to avoid an error. */
38539 /* We use char because int might match the return type of a gcc2
38540 builtin and then its argument prototype would still apply. */
38550 rm -f conftest.
$ac_objext conftest
$ac_exeext
38551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38552 (eval $ac_link) 2>conftest.er1
38554 grep -v '^ *+' conftest.er1
>conftest.err
38556 cat conftest.err
>&5
38557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38558 (exit $ac_status); } &&
38559 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38561 (eval $ac_try) 2>&5
38563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38564 (exit $ac_status); }; } &&
38565 { ac_try
='test -s conftest$ac_exeext'
38566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38567 (eval $ac_try) 2>&5
38569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38570 (exit $ac_status); }; }; then
38571 ac_cv_lib_nsl_inet_addr
=yes
38573 echo "$as_me: failed program was:" >&5
38574 sed 's/^/| /' conftest.
$ac_ext >&5
38576 ac_cv_lib_nsl_inet_addr
=no
38578 rm -f conftest.err conftest.
$ac_objext \
38579 conftest
$ac_exeext conftest.
$ac_ext
38580 LIBS
=$ac_check_lib_save_LIBS
38582 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
38583 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
38584 if test $ac_cv_lib_nsl_inet_addr = yes; then
38588 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
38589 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
38590 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
38591 echo $ECHO_N "(cached) $ECHO_C" >&6
38593 ac_check_lib_save_LIBS
=$LIBS
38594 LIBS
="-lresolv $LIBS"
38595 cat >conftest.
$ac_ext <<_ACEOF
38598 cat confdefs.h
>>conftest.
$ac_ext
38599 cat >>conftest.
$ac_ext <<_ACEOF
38600 /* end confdefs.h. */
38602 /* Override any gcc2 internal prototype to avoid an error. */
38606 /* We use char because int might match the return type of a gcc2
38607 builtin and then its argument prototype would still apply. */
38617 rm -f conftest.
$ac_objext conftest
$ac_exeext
38618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38619 (eval $ac_link) 2>conftest.er1
38621 grep -v '^ *+' conftest.er1
>conftest.err
38623 cat conftest.err
>&5
38624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38625 (exit $ac_status); } &&
38626 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38628 (eval $ac_try) 2>&5
38630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38631 (exit $ac_status); }; } &&
38632 { ac_try
='test -s conftest$ac_exeext'
38633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38634 (eval $ac_try) 2>&5
38636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38637 (exit $ac_status); }; }; then
38638 ac_cv_lib_resolv_inet_addr
=yes
38640 echo "$as_me: failed program was:" >&5
38641 sed 's/^/| /' conftest.
$ac_ext >&5
38643 ac_cv_lib_resolv_inet_addr
=no
38645 rm -f conftest.err conftest.
$ac_objext \
38646 conftest
$ac_exeext conftest.
$ac_ext
38647 LIBS
=$ac_check_lib_save_LIBS
38649 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38650 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
38651 if test $ac_cv_lib_resolv_inet_addr = yes; then
38655 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38656 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
38657 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38658 echo $ECHO_N "(cached) $ECHO_C" >&6
38660 ac_check_lib_save_LIBS
=$LIBS
38661 LIBS
="-lsocket $LIBS"
38662 cat >conftest.
$ac_ext <<_ACEOF
38665 cat confdefs.h
>>conftest.
$ac_ext
38666 cat >>conftest.
$ac_ext <<_ACEOF
38667 /* end confdefs.h. */
38669 /* Override any gcc2 internal prototype to avoid an error. */
38673 /* We use char because int might match the return type of a gcc2
38674 builtin and then its argument prototype would still apply. */
38684 rm -f conftest.
$ac_objext conftest
$ac_exeext
38685 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38686 (eval $ac_link) 2>conftest.er1
38688 grep -v '^ *+' conftest.er1
>conftest.err
38690 cat conftest.err
>&5
38691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38692 (exit $ac_status); } &&
38693 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38695 (eval $ac_try) 2>&5
38697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38698 (exit $ac_status); }; } &&
38699 { ac_try
='test -s conftest$ac_exeext'
38700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38701 (eval $ac_try) 2>&5
38703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38704 (exit $ac_status); }; }; then
38705 ac_cv_lib_socket_inet_addr
=yes
38707 echo "$as_me: failed program was:" >&5
38708 sed 's/^/| /' conftest.
$ac_ext >&5
38710 ac_cv_lib_socket_inet_addr
=no
38712 rm -f conftest.err conftest.
$ac_objext \
38713 conftest
$ac_exeext conftest.
$ac_ext
38714 LIBS
=$ac_check_lib_save_LIBS
38716 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38717 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
38718 if test $ac_cv_lib_socket_inet_addr = yes; then
38738 for ac_func
in inet_aton
38740 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38741 echo "$as_me:$LINENO: checking for $ac_func" >&5
38742 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38743 if eval "test \"\${$as_ac_var+set}\" = set"; then
38744 echo $ECHO_N "(cached) $ECHO_C" >&6
38746 cat >conftest.
$ac_ext <<_ACEOF
38749 cat confdefs.h
>>conftest.
$ac_ext
38750 cat >>conftest.
$ac_ext <<_ACEOF
38751 /* end confdefs.h. */
38752 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38753 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38754 #define $ac_func innocuous_$ac_func
38756 /* System header to define __stub macros and hopefully few prototypes,
38757 which can conflict with char $ac_func (); below.
38758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38759 <limits.h> exists even on freestanding compilers. */
38762 # include <limits.h>
38764 # include <assert.h>
38769 /* Override any gcc2 internal prototype to avoid an error. */
38774 /* We use char because int might match the return type of a gcc2
38775 builtin and then its argument prototype would still apply. */
38777 /* The GNU C library defines this for functions which it implements
38778 to always fail with ENOSYS. Some functions are actually named
38779 something starting with __ and the normal name is an alias. */
38780 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38783 char (*f) () = $ac_func;
38792 return f != $ac_func;
38797 rm -f conftest.
$ac_objext conftest
$ac_exeext
38798 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38799 (eval $ac_link) 2>conftest.er1
38801 grep -v '^ *+' conftest.er1
>conftest.err
38803 cat conftest.err
>&5
38804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38805 (exit $ac_status); } &&
38806 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38808 (eval $ac_try) 2>&5
38810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38811 (exit $ac_status); }; } &&
38812 { ac_try
='test -s conftest$ac_exeext'
38813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38814 (eval $ac_try) 2>&5
38816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38817 (exit $ac_status); }; }; then
38818 eval "$as_ac_var=yes"
38820 echo "$as_me: failed program was:" >&5
38821 sed 's/^/| /' conftest.
$ac_ext >&5
38823 eval "$as_ac_var=no"
38825 rm -f conftest.err conftest.
$ac_objext \
38826 conftest
$ac_exeext conftest.
$ac_ext
38828 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38829 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38830 if test `eval echo '${'$as_ac_var'}'` = yes; then
38831 cat >>confdefs.h
<<_ACEOF
38832 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38834 cat >>confdefs.h
<<\_ACEOF
38835 #define HAVE_INET_ATON 1
38840 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38841 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38842 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
38843 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
38844 echo $ECHO_N "(cached) $ECHO_C" >&6
38846 ac_check_lib_save_LIBS
=$LIBS
38847 LIBS
="-l$INET_LINK $LIBS"
38848 cat >conftest.
$ac_ext <<_ACEOF
38851 cat confdefs.h
>>conftest.
$ac_ext
38852 cat >>conftest.
$ac_ext <<_ACEOF
38853 /* end confdefs.h. */
38855 /* Override any gcc2 internal prototype to avoid an error. */
38859 /* We use char because int might match the return type of a gcc2
38860 builtin and then its argument prototype would still apply. */
38870 rm -f conftest.
$ac_objext conftest
$ac_exeext
38871 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38872 (eval $ac_link) 2>conftest.er1
38874 grep -v '^ *+' conftest.er1
>conftest.err
38876 cat conftest.err
>&5
38877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38878 (exit $ac_status); } &&
38879 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38881 (eval $ac_try) 2>&5
38883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38884 (exit $ac_status); }; } &&
38885 { ac_try
='test -s conftest$ac_exeext'
38886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38887 (eval $ac_try) 2>&5
38889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38890 (exit $ac_status); }; }; then
38891 eval "$as_ac_Lib=yes"
38893 echo "$as_me: failed program was:" >&5
38894 sed 's/^/| /' conftest.
$ac_ext >&5
38896 eval "$as_ac_Lib=no"
38898 rm -f conftest.err conftest.
$ac_objext \
38899 conftest
$ac_exeext conftest.
$ac_ext
38900 LIBS
=$ac_check_lib_save_LIBS
38902 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
38903 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
38904 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38905 cat >>confdefs.h
<<\_ACEOF
38906 #define HAVE_INET_ATON 1
38916 if test "x$INET_LINK" != "x"; then
38917 cat >>confdefs.h
<<\_ACEOF
38918 #define HAVE_INET_ADDR 1
38921 INET_LINK
=" -l$INET_LINK"
38925 for wx_func
in fdopen
38927 echo "$as_me:$LINENO: checking for $wx_func" >&5
38928 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
38929 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
38930 echo $ECHO_N "(cached) $ECHO_C" >&6
38933 cat >conftest.
$ac_ext <<_ACEOF
38937 cat confdefs.h
>>conftest.
$ac_ext
38938 cat >>conftest.
$ac_ext <<_ACEOF
38939 /* end confdefs.h. */
38942 $ac_includes_default
38958 rm -f conftest.
$ac_objext conftest
$ac_exeext
38959 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38960 (eval $ac_link) 2>conftest.er1
38962 grep -v '^ *+' conftest.er1
>conftest.err
38964 cat conftest.err
>&5
38965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38966 (exit $ac_status); } &&
38967 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
38968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38969 (eval $ac_try) 2>&5
38971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38972 (exit $ac_status); }; } &&
38973 { ac_try
='test -s conftest$ac_exeext'
38974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38975 (eval $ac_try) 2>&5
38977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38978 (exit $ac_status); }; }; then
38979 eval wx_cv_func_
$wx_func=yes
38981 echo "$as_me: failed program was:" >&5
38982 sed 's/^/| /' conftest.
$ac_ext >&5
38984 eval wx_cv_func_
$wx_func=no
38986 rm -f conftest.err conftest.
$ac_objext \
38987 conftest
$ac_exeext conftest.
$ac_ext
38990 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
38991 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
38993 if eval test \
$wx_cv_func_$wx_func = yes
38995 cat >>confdefs.h
<<_ACEOF
38996 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
39013 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
39014 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
39015 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
39016 echo $ECHO_N "(cached) $ECHO_C" >&6
39018 ac_check_lib_save_LIBS
=$LIBS
39020 cat >conftest.
$ac_ext <<_ACEOF
39023 cat confdefs.h
>>conftest.
$ac_ext
39024 cat >>conftest.
$ac_ext <<_ACEOF
39025 /* end confdefs.h. */
39027 /* Override any gcc2 internal prototype to avoid an error. */
39031 /* We use char because int might match the return type of a gcc2
39032 builtin and then its argument prototype would still apply. */
39042 rm -f conftest.
$ac_objext conftest
$ac_exeext
39043 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39044 (eval $ac_link) 2>conftest.er1
39046 grep -v '^ *+' conftest.er1
>conftest.err
39048 cat conftest.err
>&5
39049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39050 (exit $ac_status); } &&
39051 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39053 (eval $ac_try) 2>&5
39055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39056 (exit $ac_status); }; } &&
39057 { ac_try
='test -s conftest$ac_exeext'
39058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39059 (eval $ac_try) 2>&5
39061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39062 (exit $ac_status); }; }; then
39063 ac_cv_lib_esd_esd_close
=yes
39065 echo "$as_me: failed program was:" >&5
39066 sed 's/^/| /' conftest.
$ac_ext >&5
39068 ac_cv_lib_esd_esd_close
=no
39070 rm -f conftest.err conftest.
$ac_objext \
39071 conftest
$ac_exeext conftest.
$ac_ext
39072 LIBS
=$ac_check_lib_save_LIBS
39074 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
39075 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
39076 if test $ac_cv_lib_esd_esd_close = yes; then
39079 for ac_header
in esd.h
39081 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39082 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39083 echo "$as_me:$LINENO: checking for $ac_header" >&5
39084 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39085 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39086 echo $ECHO_N "(cached) $ECHO_C" >&6
39088 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39089 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39091 # Is the header compilable?
39092 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39093 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39094 cat >conftest.
$ac_ext <<_ACEOF
39097 cat confdefs.h
>>conftest.
$ac_ext
39098 cat >>conftest.
$ac_ext <<_ACEOF
39099 /* end confdefs.h. */
39100 $ac_includes_default
39101 #include <$ac_header>
39103 rm -f conftest.
$ac_objext
39104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39105 (eval $ac_compile) 2>conftest.er1
39107 grep -v '^ *+' conftest.er1
>conftest.err
39109 cat conftest.err
>&5
39110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39111 (exit $ac_status); } &&
39112 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39114 (eval $ac_try) 2>&5
39116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39117 (exit $ac_status); }; } &&
39118 { ac_try
='test -s conftest.$ac_objext'
39119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39120 (eval $ac_try) 2>&5
39122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39123 (exit $ac_status); }; }; then
39124 ac_header_compiler
=yes
39126 echo "$as_me: failed program was:" >&5
39127 sed 's/^/| /' conftest.
$ac_ext >&5
39129 ac_header_compiler
=no
39131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39132 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39133 echo "${ECHO_T}$ac_header_compiler" >&6
39135 # Is the header present?
39136 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39137 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39138 cat >conftest.
$ac_ext <<_ACEOF
39141 cat confdefs.h
>>conftest.
$ac_ext
39142 cat >>conftest.
$ac_ext <<_ACEOF
39143 /* end confdefs.h. */
39144 #include <$ac_header>
39146 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39147 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
39149 grep -v '^ *+' conftest.er1
>conftest.err
39151 cat conftest.err
>&5
39152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39153 (exit $ac_status); } >/dev
/null
; then
39154 if test -s conftest.err
; then
39155 ac_cpp_err
=$ac_cxx_preproc_warn_flag
39156 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
39163 if test -z "$ac_cpp_err"; then
39164 ac_header_preproc
=yes
39166 echo "$as_me: failed program was:" >&5
39167 sed 's/^/| /' conftest.
$ac_ext >&5
39169 ac_header_preproc
=no
39171 rm -f conftest.err conftest.
$ac_ext
39172 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39173 echo "${ECHO_T}$ac_header_preproc" >&6
39175 # So? What about this header?
39176 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
39178 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39179 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39181 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39182 ac_header_preproc
=yes
39185 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39186 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39187 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39188 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39189 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39190 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39191 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39192 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39194 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39195 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39196 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39199 ## ----------------------------------------- ##
39200 ## Report this to wx-dev@lists.wxwidgets.org ##
39201 ## ----------------------------------------- ##
39204 sed "s/^/$as_me: WARNING: /" >&2
39207 echo "$as_me:$LINENO: checking for $ac_header" >&5
39208 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39209 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39210 echo $ECHO_N "(cached) $ECHO_C" >&6
39212 eval "$as_ac_Header=\$ac_header_preproc"
39214 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39215 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39218 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39219 cat >>confdefs.h
<<_ACEOF
39220 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39223 EXTRALIBS_ESD
="-lesd"
39234 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
39235 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
39236 cat >conftest.
$ac_ext <<_ACEOF
39239 cat confdefs.h
>>conftest.
$ac_ext
39240 cat >>conftest.
$ac_ext <<_ACEOF
39241 /* end confdefs.h. */
39243 #include <linux/cdrom.h>
39246 #include <sys/cdio.h>
39252 struct cdrom_tocentry entry, old_entry;
39257 rm -f conftest.
$ac_objext
39258 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39259 (eval $ac_compile) 2>conftest.er1
39261 grep -v '^ *+' conftest.er1
>conftest.err
39263 cat conftest.err
>&5
39264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39265 (exit $ac_status); } &&
39266 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39268 (eval $ac_try) 2>&5
39270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39271 (exit $ac_status); }; } &&
39272 { ac_try
='test -s conftest.$ac_objext'
39273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39274 (eval $ac_try) 2>&5
39276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39277 (exit $ac_status); }; }; then
39278 echo "$as_me:$LINENO: result: yes" >&5
39279 echo "${ECHO_T}yes" >&6
39280 cat >>confdefs.h
<<\_ACEOF
39281 #define HAVE_KNOWN_CDROM_INTERFACE 1
39285 echo "$as_me: failed program was:" >&5
39286 sed 's/^/| /' conftest.
$ac_ext >&5
39288 echo "$as_me:$LINENO: result: no" >&5
39289 echo "${ECHO_T}no" >&6
39291 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39294 cat >confcache
<<\_ACEOF
39295 # This file is a shell script that caches the results of configure
39296 # tests run on this system so they can be shared between configure
39297 # scripts and configure runs, see configure's option --config-cache.
39298 # It is not useful on other systems. If it contains results you don't
39299 # want to keep, you may remove or edit it.
39301 # config.status only pays attention to the cache file if you give it
39302 # the --recheck option to rerun configure.
39304 # `ac_cv_env_foo' variables (set or unset) will be overridden when
39305 # loading this file, other *unset* `ac_cv_foo' will be assigned the
39306 # following values.
39310 # The following way of writing the cache mishandles newlines in values,
39311 # but we know of no workaround that is simple, portable, and efficient.
39312 # So, don't put newlines in cache variables' values.
39313 # Ultrix sh set writes to stderr and can't be redirected directly,
39314 # and sets the high bit in the cache file unless we assign to the vars.
39317 case `(ac_space=' '; set | grep ac_space) 2>&1` in
39319 # `set' does not quote correctly, so add quotes (double-quote
39320 # substitution turns \\\\ into \\, and sed turns \\ into \).
39323 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
39326 # `set' quotes correctly as required by POSIX, so do not add quotes.
39328 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
39335 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
39337 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
39339 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
39340 if test -w $cache_file; then
39341 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
39342 cat confcache
>$cache_file
39344 echo "not updating unwritable cache $cache_file"
39350 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
39356 if test "$wxUSE_THREADS" = "yes" ; then
39357 if test "$USE_BEOS" = 1; then
39358 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
39359 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
39364 if test "$wxUSE_THREADS" = "yes" ; then
39367 THREAD_OPTS
="-pthread"
39369 *-*-solaris2* | *-*-sunos4* )
39370 if test "x$GCC" = "xyes"; then
39371 THREAD_OPTS
="-pthreads $THREAD_OPTS"
39373 THREAD_OPTS
="-mt $THREAD_OPTS"
39377 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
39379 *-*-darwin* | *-*-cygwin* )
39383 THREAD_OPTS
="pthreads"
39386 if test "x$GCC" = "xyes"; then
39387 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
39395 if test "x$GCC" = "xyes"; then
39401 if test "x$GCC" != "xyes"; then
39402 THREAD_OPTS
="-Ethread"
39407 THREAD_OPTS
="$THREAD_OPTS pthread none"
39410 for flag
in $THREAD_OPTS; do
39413 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
39414 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
39418 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
39419 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
39420 THREADS_CXXFLAGS
="$flag"
39424 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
39425 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
39426 THREADS_LINK
="-l$flag"
39431 save_CXXFLAGS
="$CXXFLAGS"
39432 LIBS
="$THREADS_LINK $LIBS"
39433 CXXFLAGS
="$THREADS_CXXFLAGS $CXXFLAGS"
39435 cat >conftest.
$ac_ext <<_ACEOF
39438 cat confdefs.h
>>conftest.
$ac_ext
39439 cat >>conftest.
$ac_ext <<_ACEOF
39440 /* end confdefs.h. */
39441 #include <pthread.h>
39445 pthread_create(0,0,0,0);
39450 rm -f conftest.
$ac_objext conftest
$ac_exeext
39451 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39452 (eval $ac_link) 2>conftest.er1
39454 grep -v '^ *+' conftest.er1
>conftest.err
39456 cat conftest.err
>&5
39457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39458 (exit $ac_status); } &&
39459 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39461 (eval $ac_try) 2>&5
39463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39464 (exit $ac_status); }; } &&
39465 { ac_try
='test -s conftest$ac_exeext'
39466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39467 (eval $ac_try) 2>&5
39469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39470 (exit $ac_status); }; }; then
39473 echo "$as_me: failed program was:" >&5
39474 sed 's/^/| /' conftest.
$ac_ext >&5
39477 rm -f conftest.err conftest.
$ac_objext \
39478 conftest
$ac_exeext conftest.
$ac_ext
39481 CXXFLAGS
="$save_CXXFLAGS"
39483 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
39484 echo "${ECHO_T}$THREADS_OK" >&6
39485 if test "x$THREADS_OK" = "xyes"; then
39490 THREADS_CXXFLAGS
=""
39493 if test "x$THREADS_OK" != "xyes"; then
39495 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
39496 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
39498 LDFLAGS
="$THREADS_CXXFLAGS $LDFLAGS"
39499 LIBS
="$THREADS_LINK $LIBS"
39501 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
39502 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
39506 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
39507 flag
="-D_THREAD_SAFE"
39510 flag
="-D_THREAD_SAFE"
39513 flag
="-D_REENTRANT"
39514 if test "x$GCC" != "xyes"; then
39515 flag
="$flag -D_RWSTD_MULTI_THREAD"
39518 *solaris
* | alpha
*-osf*)
39519 flag
="-D_REENTRANT"
39522 echo "$as_me:$LINENO: result: ${flag}" >&5
39523 echo "${ECHO_T}${flag}" >&6
39524 if test "x$flag" != xno
; then
39525 THREADS_CXXFLAGS
="$THREADS_CXXFLAGS $flag"
39528 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS $THREADS_CXXFLAGS"
39532 if test "$wxUSE_THREADS" = "yes" ; then
39534 for ac_func
in thr_setconcurrency
39536 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39537 echo "$as_me:$LINENO: checking for $ac_func" >&5
39538 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
39539 if eval "test \"\${$as_ac_var+set}\" = set"; then
39540 echo $ECHO_N "(cached) $ECHO_C" >&6
39542 cat >conftest.
$ac_ext <<_ACEOF
39545 cat confdefs.h
>>conftest.
$ac_ext
39546 cat >>conftest.
$ac_ext <<_ACEOF
39547 /* end confdefs.h. */
39548 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39549 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39550 #define $ac_func innocuous_$ac_func
39552 /* System header to define __stub macros and hopefully few prototypes,
39553 which can conflict with char $ac_func (); below.
39554 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39555 <limits.h> exists even on freestanding compilers. */
39558 # include <limits.h>
39560 # include <assert.h>
39565 /* Override any gcc2 internal prototype to avoid an error. */
39570 /* We use char because int might match the return type of a gcc2
39571 builtin and then its argument prototype would still apply. */
39573 /* The GNU C library defines this for functions which it implements
39574 to always fail with ENOSYS. Some functions are actually named
39575 something starting with __ and the normal name is an alias. */
39576 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
39579 char (*f) () = $ac_func;
39588 return f != $ac_func;
39593 rm -f conftest.
$ac_objext conftest
$ac_exeext
39594 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39595 (eval $ac_link) 2>conftest.er1
39597 grep -v '^ *+' conftest.er1
>conftest.err
39599 cat conftest.err
>&5
39600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39601 (exit $ac_status); } &&
39602 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39604 (eval $ac_try) 2>&5
39606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39607 (exit $ac_status); }; } &&
39608 { ac_try
='test -s conftest$ac_exeext'
39609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39610 (eval $ac_try) 2>&5
39612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39613 (exit $ac_status); }; }; then
39614 eval "$as_ac_var=yes"
39616 echo "$as_me: failed program was:" >&5
39617 sed 's/^/| /' conftest.
$ac_ext >&5
39619 eval "$as_ac_var=no"
39621 rm -f conftest.err conftest.
$ac_objext \
39622 conftest
$ac_exeext conftest.
$ac_ext
39624 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
39625 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
39626 if test `eval echo '${'$as_ac_var'}'` = yes; then
39627 cat >>confdefs.h
<<_ACEOF
39628 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39635 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
39636 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
39637 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
39638 echo $ECHO_N "(cached) $ECHO_C" >&6
39641 cat >conftest.
$ac_ext <<_ACEOF
39644 cat confdefs.h
>>conftest.
$ac_ext
39645 cat >>conftest.
$ac_ext <<_ACEOF
39646 /* end confdefs.h. */
39647 #include <pthread.h>
39648 void ThreadCleanupFunc(void *p);
39655 pthread_cleanup_push(ThreadCleanupFunc, p);
39656 pthread_cleanup_pop(0);
39662 rm -f conftest.
$ac_objext
39663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39664 (eval $ac_compile) 2>conftest.er1
39666 grep -v '^ *+' conftest.er1
>conftest.err
39668 cat conftest.err
>&5
39669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39670 (exit $ac_status); } &&
39671 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39673 (eval $ac_try) 2>&5
39675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39676 (exit $ac_status); }; } &&
39677 { ac_try
='test -s conftest.$ac_objext'
39678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39679 (eval $ac_try) 2>&5
39681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39682 (exit $ac_status); }; }; then
39684 wx_cv_func_pthread_cleanup
=yes
39687 echo "$as_me: failed program was:" >&5
39688 sed 's/^/| /' conftest.
$ac_ext >&5
39691 wx_cv_func_pthread_cleanup
=no
39695 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39698 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39699 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
39700 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39701 cat >>confdefs.h
<<\_ACEOF
39702 #define wxHAVE_PTHREAD_CLEANUP 1
39708 for ac_header
in sched.h
39710 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39711 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39712 echo "$as_me:$LINENO: checking for $ac_header" >&5
39713 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39714 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39715 echo $ECHO_N "(cached) $ECHO_C" >&6
39717 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39718 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39720 # Is the header compilable?
39721 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39722 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39723 cat >conftest.
$ac_ext <<_ACEOF
39726 cat confdefs.h
>>conftest.
$ac_ext
39727 cat >>conftest.
$ac_ext <<_ACEOF
39728 /* end confdefs.h. */
39729 $ac_includes_default
39730 #include <$ac_header>
39732 rm -f conftest.
$ac_objext
39733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39734 (eval $ac_compile) 2>conftest.er1
39736 grep -v '^ *+' conftest.er1
>conftest.err
39738 cat conftest.err
>&5
39739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39740 (exit $ac_status); } &&
39741 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39743 (eval $ac_try) 2>&5
39745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39746 (exit $ac_status); }; } &&
39747 { ac_try
='test -s conftest.$ac_objext'
39748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39749 (eval $ac_try) 2>&5
39751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39752 (exit $ac_status); }; }; then
39753 ac_header_compiler
=yes
39755 echo "$as_me: failed program was:" >&5
39756 sed 's/^/| /' conftest.
$ac_ext >&5
39758 ac_header_compiler
=no
39760 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39761 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39762 echo "${ECHO_T}$ac_header_compiler" >&6
39764 # Is the header present?
39765 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39766 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39767 cat >conftest.
$ac_ext <<_ACEOF
39770 cat confdefs.h
>>conftest.
$ac_ext
39771 cat >>conftest.
$ac_ext <<_ACEOF
39772 /* end confdefs.h. */
39773 #include <$ac_header>
39775 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39776 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
39778 grep -v '^ *+' conftest.er1
>conftest.err
39780 cat conftest.err
>&5
39781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39782 (exit $ac_status); } >/dev
/null
; then
39783 if test -s conftest.err
; then
39784 ac_cpp_err
=$ac_cxx_preproc_warn_flag
39785 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
39792 if test -z "$ac_cpp_err"; then
39793 ac_header_preproc
=yes
39795 echo "$as_me: failed program was:" >&5
39796 sed 's/^/| /' conftest.
$ac_ext >&5
39798 ac_header_preproc
=no
39800 rm -f conftest.err conftest.
$ac_ext
39801 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39802 echo "${ECHO_T}$ac_header_preproc" >&6
39804 # So? What about this header?
39805 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
39807 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39808 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39809 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39810 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39811 ac_header_preproc
=yes
39814 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39815 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39816 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39817 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39818 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39819 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39820 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39821 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39822 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39823 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39824 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39825 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39828 ## ----------------------------------------- ##
39829 ## Report this to wx-dev@lists.wxwidgets.org ##
39830 ## ----------------------------------------- ##
39833 sed "s/^/$as_me: WARNING: /" >&2
39836 echo "$as_me:$LINENO: checking for $ac_header" >&5
39837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39838 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39839 echo $ECHO_N "(cached) $ECHO_C" >&6
39841 eval "$as_ac_Header=\$ac_header_preproc"
39843 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39844 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39847 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39848 cat >>confdefs.h
<<_ACEOF
39849 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39856 if test "$ac_cv_header_sched_h" = "yes"; then
39857 echo "$as_me:$LINENO: checking for sched_yield" >&5
39858 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
39859 if test "${ac_cv_func_sched_yield+set}" = set; then
39860 echo $ECHO_N "(cached) $ECHO_C" >&6
39862 cat >conftest.
$ac_ext <<_ACEOF
39865 cat confdefs.h
>>conftest.
$ac_ext
39866 cat >>conftest.
$ac_ext <<_ACEOF
39867 /* end confdefs.h. */
39868 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39869 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39870 #define sched_yield innocuous_sched_yield
39872 /* System header to define __stub macros and hopefully few prototypes,
39873 which can conflict with char sched_yield (); below.
39874 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39875 <limits.h> exists even on freestanding compilers. */
39878 # include <limits.h>
39880 # include <assert.h>
39885 /* Override any gcc2 internal prototype to avoid an error. */
39890 /* We use char because int might match the return type of a gcc2
39891 builtin and then its argument prototype would still apply. */
39892 char sched_yield ();
39893 /* The GNU C library defines this for functions which it implements
39894 to always fail with ENOSYS. Some functions are actually named
39895 something starting with __ and the normal name is an alias. */
39896 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
39899 char (*f) () = sched_yield;
39908 return f != sched_yield;
39913 rm -f conftest.
$ac_objext conftest
$ac_exeext
39914 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39915 (eval $ac_link) 2>conftest.er1
39917 grep -v '^ *+' conftest.er1
>conftest.err
39919 cat conftest.err
>&5
39920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39921 (exit $ac_status); } &&
39922 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39924 (eval $ac_try) 2>&5
39926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39927 (exit $ac_status); }; } &&
39928 { ac_try
='test -s conftest$ac_exeext'
39929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39930 (eval $ac_try) 2>&5
39932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39933 (exit $ac_status); }; }; then
39934 ac_cv_func_sched_yield
=yes
39936 echo "$as_me: failed program was:" >&5
39937 sed 's/^/| /' conftest.
$ac_ext >&5
39939 ac_cv_func_sched_yield
=no
39941 rm -f conftest.err conftest.
$ac_objext \
39942 conftest
$ac_exeext conftest.
$ac_ext
39944 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39945 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
39946 if test $ac_cv_func_sched_yield = yes; then
39947 cat >>confdefs.h
<<\_ACEOF
39948 #define HAVE_SCHED_YIELD 1
39953 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39954 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
39955 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39956 echo $ECHO_N "(cached) $ECHO_C" >&6
39958 ac_check_lib_save_LIBS
=$LIBS
39959 LIBS
="-lposix4 $LIBS"
39960 cat >conftest.
$ac_ext <<_ACEOF
39963 cat confdefs.h
>>conftest.
$ac_ext
39964 cat >>conftest.
$ac_ext <<_ACEOF
39965 /* end confdefs.h. */
39967 /* Override any gcc2 internal prototype to avoid an error. */
39971 /* We use char because int might match the return type of a gcc2
39972 builtin and then its argument prototype would still apply. */
39973 char sched_yield ();
39982 rm -f conftest.
$ac_objext conftest
$ac_exeext
39983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39984 (eval $ac_link) 2>conftest.er1
39986 grep -v '^ *+' conftest.er1
>conftest.err
39988 cat conftest.err
>&5
39989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39990 (exit $ac_status); } &&
39991 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
39992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39993 (eval $ac_try) 2>&5
39995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39996 (exit $ac_status); }; } &&
39997 { ac_try
='test -s conftest$ac_exeext'
39998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39999 (eval $ac_try) 2>&5
40001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40002 (exit $ac_status); }; }; then
40003 ac_cv_lib_posix4_sched_yield
=yes
40005 echo "$as_me: failed program was:" >&5
40006 sed 's/^/| /' conftest.
$ac_ext >&5
40008 ac_cv_lib_posix4_sched_yield
=no
40010 rm -f conftest.err conftest.
$ac_objext \
40011 conftest
$ac_exeext conftest.
$ac_ext
40012 LIBS
=$ac_check_lib_save_LIBS
40014 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
40015 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
40016 if test $ac_cv_lib_posix4_sched_yield = yes; then
40017 cat >>confdefs.h
<<\_ACEOF
40018 #define HAVE_SCHED_YIELD 1
40020 POSIX4_LINK
=" -lposix4"
40022 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
40023 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
40034 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
40035 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
40036 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
40037 echo $ECHO_N "(cached) $ECHO_C" >&6
40039 cat >conftest.
$ac_ext <<_ACEOF
40042 cat confdefs.h
>>conftest.
$ac_ext
40043 cat >>conftest.
$ac_ext <<_ACEOF
40044 /* end confdefs.h. */
40045 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
40046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40047 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
40049 /* System header to define __stub macros and hopefully few prototypes,
40050 which can conflict with char pthread_attr_getschedpolicy (); below.
40051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40052 <limits.h> exists even on freestanding compilers. */
40055 # include <limits.h>
40057 # include <assert.h>
40060 #undef pthread_attr_getschedpolicy
40062 /* Override any gcc2 internal prototype to avoid an error. */
40067 /* We use char because int might match the return type of a gcc2
40068 builtin and then its argument prototype would still apply. */
40069 char pthread_attr_getschedpolicy ();
40070 /* The GNU C library defines this for functions which it implements
40071 to always fail with ENOSYS. Some functions are actually named
40072 something starting with __ and the normal name is an alias. */
40073 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
40076 char (*f) () = pthread_attr_getschedpolicy;
40085 return f != pthread_attr_getschedpolicy;
40090 rm -f conftest.
$ac_objext conftest
$ac_exeext
40091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40092 (eval $ac_link) 2>conftest.er1
40094 grep -v '^ *+' conftest.er1
>conftest.err
40096 cat conftest.err
>&5
40097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40098 (exit $ac_status); } &&
40099 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40101 (eval $ac_try) 2>&5
40103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40104 (exit $ac_status); }; } &&
40105 { ac_try
='test -s conftest$ac_exeext'
40106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40107 (eval $ac_try) 2>&5
40109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40110 (exit $ac_status); }; }; then
40111 ac_cv_func_pthread_attr_getschedpolicy
=yes
40113 echo "$as_me: failed program was:" >&5
40114 sed 's/^/| /' conftest.
$ac_ext >&5
40116 ac_cv_func_pthread_attr_getschedpolicy
=no
40118 rm -f conftest.err conftest.
$ac_objext \
40119 conftest
$ac_exeext conftest.
$ac_ext
40121 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
40122 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
40123 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
40124 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
40125 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
40126 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
40127 echo $ECHO_N "(cached) $ECHO_C" >&6
40129 cat >conftest.
$ac_ext <<_ACEOF
40132 cat confdefs.h
>>conftest.
$ac_ext
40133 cat >>conftest.
$ac_ext <<_ACEOF
40134 /* end confdefs.h. */
40135 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
40136 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40137 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
40139 /* System header to define __stub macros and hopefully few prototypes,
40140 which can conflict with char pthread_attr_setschedparam (); below.
40141 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40142 <limits.h> exists even on freestanding compilers. */
40145 # include <limits.h>
40147 # include <assert.h>
40150 #undef pthread_attr_setschedparam
40152 /* Override any gcc2 internal prototype to avoid an error. */
40157 /* We use char because int might match the return type of a gcc2
40158 builtin and then its argument prototype would still apply. */
40159 char pthread_attr_setschedparam ();
40160 /* The GNU C library defines this for functions which it implements
40161 to always fail with ENOSYS. Some functions are actually named
40162 something starting with __ and the normal name is an alias. */
40163 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
40166 char (*f) () = pthread_attr_setschedparam;
40175 return f != pthread_attr_setschedparam;
40180 rm -f conftest.
$ac_objext conftest
$ac_exeext
40181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40182 (eval $ac_link) 2>conftest.er1
40184 grep -v '^ *+' conftest.er1
>conftest.err
40186 cat conftest.err
>&5
40187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40188 (exit $ac_status); } &&
40189 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40191 (eval $ac_try) 2>&5
40193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40194 (exit $ac_status); }; } &&
40195 { ac_try
='test -s conftest$ac_exeext'
40196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40197 (eval $ac_try) 2>&5
40199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40200 (exit $ac_status); }; }; then
40201 ac_cv_func_pthread_attr_setschedparam
=yes
40203 echo "$as_me: failed program was:" >&5
40204 sed 's/^/| /' conftest.
$ac_ext >&5
40206 ac_cv_func_pthread_attr_setschedparam
=no
40208 rm -f conftest.err conftest.
$ac_objext \
40209 conftest
$ac_exeext conftest.
$ac_ext
40211 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
40212 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
40213 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
40214 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
40215 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
40216 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
40217 echo $ECHO_N "(cached) $ECHO_C" >&6
40219 cat >conftest.
$ac_ext <<_ACEOF
40222 cat confdefs.h
>>conftest.
$ac_ext
40223 cat >>conftest.
$ac_ext <<_ACEOF
40224 /* end confdefs.h. */
40225 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
40226 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40227 #define sched_get_priority_max innocuous_sched_get_priority_max
40229 /* System header to define __stub macros and hopefully few prototypes,
40230 which can conflict with char sched_get_priority_max (); below.
40231 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40232 <limits.h> exists even on freestanding compilers. */
40235 # include <limits.h>
40237 # include <assert.h>
40240 #undef sched_get_priority_max
40242 /* Override any gcc2 internal prototype to avoid an error. */
40247 /* We use char because int might match the return type of a gcc2
40248 builtin and then its argument prototype would still apply. */
40249 char sched_get_priority_max ();
40250 /* The GNU C library defines this for functions which it implements
40251 to always fail with ENOSYS. Some functions are actually named
40252 something starting with __ and the normal name is an alias. */
40253 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
40256 char (*f) () = sched_get_priority_max;
40265 return f != sched_get_priority_max;
40270 rm -f conftest.
$ac_objext conftest
$ac_exeext
40271 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40272 (eval $ac_link) 2>conftest.er1
40274 grep -v '^ *+' conftest.er1
>conftest.err
40276 cat conftest.err
>&5
40277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40278 (exit $ac_status); } &&
40279 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40281 (eval $ac_try) 2>&5
40283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40284 (exit $ac_status); }; } &&
40285 { ac_try
='test -s conftest$ac_exeext'
40286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40287 (eval $ac_try) 2>&5
40289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40290 (exit $ac_status); }; }; then
40291 ac_cv_func_sched_get_priority_max
=yes
40293 echo "$as_me: failed program was:" >&5
40294 sed 's/^/| /' conftest.
$ac_ext >&5
40296 ac_cv_func_sched_get_priority_max
=no
40298 rm -f conftest.err conftest.
$ac_objext \
40299 conftest
$ac_exeext conftest.
$ac_ext
40301 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
40302 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
40303 if test $ac_cv_func_sched_get_priority_max = yes; then
40306 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
40307 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
40308 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
40309 echo $ECHO_N "(cached) $ECHO_C" >&6
40311 ac_check_lib_save_LIBS
=$LIBS
40312 LIBS
="-lposix4 $LIBS"
40313 cat >conftest.
$ac_ext <<_ACEOF
40316 cat confdefs.h
>>conftest.
$ac_ext
40317 cat >>conftest.
$ac_ext <<_ACEOF
40318 /* end confdefs.h. */
40320 /* Override any gcc2 internal prototype to avoid an error. */
40324 /* We use char because int might match the return type of a gcc2
40325 builtin and then its argument prototype would still apply. */
40326 char sched_get_priority_max ();
40330 sched_get_priority_max ();
40335 rm -f conftest.
$ac_objext conftest
$ac_exeext
40336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40337 (eval $ac_link) 2>conftest.er1
40339 grep -v '^ *+' conftest.er1
>conftest.err
40341 cat conftest.err
>&5
40342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40343 (exit $ac_status); } &&
40344 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40346 (eval $ac_try) 2>&5
40348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40349 (exit $ac_status); }; } &&
40350 { ac_try
='test -s conftest$ac_exeext'
40351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40352 (eval $ac_try) 2>&5
40354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40355 (exit $ac_status); }; }; then
40356 ac_cv_lib_posix4_sched_get_priority_max
=yes
40358 echo "$as_me: failed program was:" >&5
40359 sed 's/^/| /' conftest.
$ac_ext >&5
40361 ac_cv_lib_posix4_sched_get_priority_max
=no
40363 rm -f conftest.err conftest.
$ac_objext \
40364 conftest
$ac_exeext conftest.
$ac_ext
40365 LIBS
=$ac_check_lib_save_LIBS
40367 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
40368 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
40369 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
40372 POSIX4_LINK
=" -lposix4"
40386 if test "$HAVE_PRIOR_FUNCS" = 1; then
40387 cat >>confdefs.h
<<\_ACEOF
40388 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
40392 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
40393 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
40396 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
40397 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
40398 if test "${ac_cv_func_pthread_cancel+set}" = set; then
40399 echo $ECHO_N "(cached) $ECHO_C" >&6
40401 cat >conftest.
$ac_ext <<_ACEOF
40404 cat confdefs.h
>>conftest.
$ac_ext
40405 cat >>conftest.
$ac_ext <<_ACEOF
40406 /* end confdefs.h. */
40407 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
40408 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40409 #define pthread_cancel innocuous_pthread_cancel
40411 /* System header to define __stub macros and hopefully few prototypes,
40412 which can conflict with char pthread_cancel (); below.
40413 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40414 <limits.h> exists even on freestanding compilers. */
40417 # include <limits.h>
40419 # include <assert.h>
40422 #undef pthread_cancel
40424 /* Override any gcc2 internal prototype to avoid an error. */
40429 /* We use char because int might match the return type of a gcc2
40430 builtin and then its argument prototype would still apply. */
40431 char pthread_cancel ();
40432 /* The GNU C library defines this for functions which it implements
40433 to always fail with ENOSYS. Some functions are actually named
40434 something starting with __ and the normal name is an alias. */
40435 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
40438 char (*f) () = pthread_cancel;
40447 return f != pthread_cancel;
40452 rm -f conftest.
$ac_objext conftest
$ac_exeext
40453 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40454 (eval $ac_link) 2>conftest.er1
40456 grep -v '^ *+' conftest.er1
>conftest.err
40458 cat conftest.err
>&5
40459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40460 (exit $ac_status); } &&
40461 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40463 (eval $ac_try) 2>&5
40465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40466 (exit $ac_status); }; } &&
40467 { ac_try
='test -s conftest$ac_exeext'
40468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40469 (eval $ac_try) 2>&5
40471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40472 (exit $ac_status); }; }; then
40473 ac_cv_func_pthread_cancel
=yes
40475 echo "$as_me: failed program was:" >&5
40476 sed 's/^/| /' conftest.
$ac_ext >&5
40478 ac_cv_func_pthread_cancel
=no
40480 rm -f conftest.err conftest.
$ac_objext \
40481 conftest
$ac_exeext conftest.
$ac_ext
40483 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
40484 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
40485 if test $ac_cv_func_pthread_cancel = yes; then
40486 cat >>confdefs.h
<<\_ACEOF
40487 #define HAVE_PTHREAD_CANCEL 1
40491 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
40492 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
40496 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
40497 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
40498 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
40499 echo $ECHO_N "(cached) $ECHO_C" >&6
40501 cat >conftest.
$ac_ext <<_ACEOF
40504 cat confdefs.h
>>conftest.
$ac_ext
40505 cat >>conftest.
$ac_ext <<_ACEOF
40506 /* end confdefs.h. */
40507 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
40508 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40509 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
40511 /* System header to define __stub macros and hopefully few prototypes,
40512 which can conflict with char pthread_attr_setstacksize (); below.
40513 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40514 <limits.h> exists even on freestanding compilers. */
40517 # include <limits.h>
40519 # include <assert.h>
40522 #undef pthread_attr_setstacksize
40524 /* Override any gcc2 internal prototype to avoid an error. */
40529 /* We use char because int might match the return type of a gcc2
40530 builtin and then its argument prototype would still apply. */
40531 char pthread_attr_setstacksize ();
40532 /* The GNU C library defines this for functions which it implements
40533 to always fail with ENOSYS. Some functions are actually named
40534 something starting with __ and the normal name is an alias. */
40535 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
40538 char (*f) () = pthread_attr_setstacksize;
40547 return f != pthread_attr_setstacksize;
40552 rm -f conftest.
$ac_objext conftest
$ac_exeext
40553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40554 (eval $ac_link) 2>conftest.er1
40556 grep -v '^ *+' conftest.er1
>conftest.err
40558 cat conftest.err
>&5
40559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40560 (exit $ac_status); } &&
40561 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40563 (eval $ac_try) 2>&5
40565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40566 (exit $ac_status); }; } &&
40567 { ac_try
='test -s conftest$ac_exeext'
40568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40569 (eval $ac_try) 2>&5
40571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40572 (exit $ac_status); }; }; then
40573 ac_cv_func_pthread_attr_setstacksize
=yes
40575 echo "$as_me: failed program was:" >&5
40576 sed 's/^/| /' conftest.
$ac_ext >&5
40578 ac_cv_func_pthread_attr_setstacksize
=no
40580 rm -f conftest.err conftest.
$ac_objext \
40581 conftest
$ac_exeext conftest.
$ac_ext
40583 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
40584 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
40585 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
40586 cat >>confdefs.h
<<\_ACEOF
40587 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
40594 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
40595 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
40596 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
40597 echo $ECHO_N "(cached) $ECHO_C" >&6
40600 cat >conftest.
$ac_ext <<_ACEOF
40603 cat confdefs.h
>>conftest.
$ac_ext
40604 cat >>conftest.
$ac_ext <<_ACEOF
40605 /* end confdefs.h. */
40606 #include <pthread.h>
40611 pthread_mutexattr_t attr;
40612 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40618 rm -f conftest.
$ac_objext
40619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40620 (eval $ac_compile) 2>conftest.er1
40622 grep -v '^ *+' conftest.er1
>conftest.err
40624 cat conftest.err
>&5
40625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40626 (exit $ac_status); } &&
40627 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40629 (eval $ac_try) 2>&5
40631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40632 (exit $ac_status); }; } &&
40633 { ac_try
='test -s conftest.$ac_objext'
40634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40635 (eval $ac_try) 2>&5
40637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40638 (exit $ac_status); }; }; then
40639 wx_cv_type_pthread_mutexattr_t
=yes
40641 echo "$as_me: failed program was:" >&5
40642 sed 's/^/| /' conftest.
$ac_ext >&5
40644 wx_cv_type_pthread_mutexattr_t
=no
40647 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40650 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40651 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
40653 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40654 cat >>confdefs.h
<<\_ACEOF
40655 #define HAVE_PTHREAD_MUTEXATTR_T 1
40659 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40660 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
40661 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40662 echo $ECHO_N "(cached) $ECHO_C" >&6
40665 cat >conftest.
$ac_ext <<_ACEOF
40668 cat confdefs.h
>>conftest.
$ac_ext
40669 cat >>conftest.
$ac_ext <<_ACEOF
40670 /* end confdefs.h. */
40671 #include <pthread.h>
40676 pthread_mutexattr_t attr;
40677 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40683 rm -f conftest.
$ac_objext
40684 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40685 (eval $ac_compile) 2>conftest.er1
40687 grep -v '^ *+' conftest.er1
>conftest.err
40689 cat conftest.err
>&5
40690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40691 (exit $ac_status); } &&
40692 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40694 (eval $ac_try) 2>&5
40696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40697 (exit $ac_status); }; } &&
40698 { ac_try
='test -s conftest.$ac_objext'
40699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40700 (eval $ac_try) 2>&5
40702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40703 (exit $ac_status); }; }; then
40704 wx_cv_func_pthread_mutexattr_settype_decl
=yes
40706 echo "$as_me: failed program was:" >&5
40707 sed 's/^/| /' conftest.
$ac_ext >&5
40709 wx_cv_func_pthread_mutexattr_settype_decl
=no
40712 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40715 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40716 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
40717 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40718 cat >>confdefs.h
<<\_ACEOF
40719 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40724 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40725 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
40726 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40727 echo $ECHO_N "(cached) $ECHO_C" >&6
40730 cat >conftest.
$ac_ext <<_ACEOF
40733 cat confdefs.h
>>conftest.
$ac_ext
40734 cat >>conftest.
$ac_ext <<_ACEOF
40735 /* end confdefs.h. */
40736 #include <pthread.h>
40741 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40747 rm -f conftest.
$ac_objext
40748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40749 (eval $ac_compile) 2>conftest.er1
40751 grep -v '^ *+' conftest.er1
>conftest.err
40753 cat conftest.err
>&5
40754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40755 (exit $ac_status); } &&
40756 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40758 (eval $ac_try) 2>&5
40760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40761 (exit $ac_status); }; } &&
40762 { ac_try
='test -s conftest.$ac_objext'
40763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40764 (eval $ac_try) 2>&5
40766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40767 (exit $ac_status); }; }; then
40769 wx_cv_type_pthread_rec_mutex_init
=yes
40772 echo "$as_me: failed program was:" >&5
40773 sed 's/^/| /' conftest.
$ac_ext >&5
40776 wx_cv_type_pthread_rec_mutex_init
=no
40780 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40783 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40784 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
40785 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40786 cat >>confdefs.h
<<\_ACEOF
40787 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40791 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40792 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40798 if test "$wxUSE_THREADS" = "yes" ; then
40801 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40802 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
40803 if test "${wx_cv_cflags_mthread+set}" = set; then
40804 echo $ECHO_N "(cached) $ECHO_C" >&6
40807 CXXFLAGS_OLD
="$CXXFLAGS"
40808 CXXFLAGS
="-mthreads $CXXFLAGS"
40809 cat >conftest.
$ac_ext <<_ACEOF
40812 cat confdefs.h
>>conftest.
$ac_ext
40813 cat >>conftest.
$ac_ext <<_ACEOF
40814 /* end confdefs.h. */
40824 rm -f conftest.
$ac_objext
40825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40826 (eval $ac_compile) 2>conftest.er1
40828 grep -v '^ *+' conftest.er1
>conftest.err
40830 cat conftest.err
>&5
40831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40832 (exit $ac_status); } &&
40833 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40835 (eval $ac_try) 2>&5
40837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40838 (exit $ac_status); }; } &&
40839 { ac_try
='test -s conftest.$ac_objext'
40840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40841 (eval $ac_try) 2>&5
40843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40844 (exit $ac_status); }; }; then
40845 wx_cv_cflags_mthread
=yes
40847 echo "$as_me: failed program was:" >&5
40848 sed 's/^/| /' conftest.
$ac_ext >&5
40850 wx_cv_cflags_mthread
=no
40853 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40857 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40858 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
40860 if test "$wx_cv_cflags_mthread" = "yes"; then
40861 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -mthreads"
40862 LDFLAGS
="$LDFLAGS -mthreads"
40864 CXXFLAGS
="$CXXFLAGS_OLD"
40868 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40869 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
40870 LDFLAGS
="$LDFLAGS -Zmt"
40876 echo "$as_me:$LINENO: checking for localtime_r" >&5
40877 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6
40878 if test "${ac_cv_func_localtime_r+set}" = set; then
40879 echo $ECHO_N "(cached) $ECHO_C" >&6
40881 cat >conftest.
$ac_ext <<_ACEOF
40884 cat confdefs.h
>>conftest.
$ac_ext
40885 cat >>conftest.
$ac_ext <<_ACEOF
40886 /* end confdefs.h. */
40887 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
40888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40889 #define localtime_r innocuous_localtime_r
40891 /* System header to define __stub macros and hopefully few prototypes,
40892 which can conflict with char localtime_r (); below.
40893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40894 <limits.h> exists even on freestanding compilers. */
40897 # include <limits.h>
40899 # include <assert.h>
40904 /* Override any gcc2 internal prototype to avoid an error. */
40909 /* We use char because int might match the return type of a gcc2
40910 builtin and then its argument prototype would still apply. */
40911 char localtime_r ();
40912 /* The GNU C library defines this for functions which it implements
40913 to always fail with ENOSYS. Some functions are actually named
40914 something starting with __ and the normal name is an alias. */
40915 #if defined (__stub_localtime_r) || defined (__stub___localtime_r)
40918 char (*f) () = localtime_r;
40927 return f != localtime_r;
40932 rm -f conftest.
$ac_objext conftest
$ac_exeext
40933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40934 (eval $ac_link) 2>conftest.er1
40936 grep -v '^ *+' conftest.er1
>conftest.err
40938 cat conftest.err
>&5
40939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40940 (exit $ac_status); } &&
40941 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40943 (eval $ac_try) 2>&5
40945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40946 (exit $ac_status); }; } &&
40947 { ac_try
='test -s conftest$ac_exeext'
40948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40949 (eval $ac_try) 2>&5
40951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40952 (exit $ac_status); }; }; then
40953 ac_cv_func_localtime_r
=yes
40955 echo "$as_me: failed program was:" >&5
40956 sed 's/^/| /' conftest.
$ac_ext >&5
40958 ac_cv_func_localtime_r
=no
40960 rm -f conftest.err conftest.
$ac_objext \
40961 conftest
$ac_exeext conftest.
$ac_ext
40963 echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40964 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6
40965 if test $ac_cv_func_localtime_r = yes; then
40966 cat >>confdefs.h
<<\_ACEOF
40967 #define HAVE_LOCALTIME_R 1
40972 echo "$as_me:$LINENO: checking for gmtime_r" >&5
40973 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6
40974 if test "${ac_cv_func_gmtime_r+set}" = set; then
40975 echo $ECHO_N "(cached) $ECHO_C" >&6
40977 cat >conftest.
$ac_ext <<_ACEOF
40980 cat confdefs.h
>>conftest.
$ac_ext
40981 cat >>conftest.
$ac_ext <<_ACEOF
40982 /* end confdefs.h. */
40983 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40984 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40985 #define gmtime_r innocuous_gmtime_r
40987 /* System header to define __stub macros and hopefully few prototypes,
40988 which can conflict with char gmtime_r (); below.
40989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40990 <limits.h> exists even on freestanding compilers. */
40993 # include <limits.h>
40995 # include <assert.h>
41000 /* Override any gcc2 internal prototype to avoid an error. */
41005 /* We use char because int might match the return type of a gcc2
41006 builtin and then its argument prototype would still apply. */
41008 /* The GNU C library defines this for functions which it implements
41009 to always fail with ENOSYS. Some functions are actually named
41010 something starting with __ and the normal name is an alias. */
41011 #if defined (__stub_gmtime_r) || defined (__stub___gmtime_r)
41014 char (*f) () = gmtime_r;
41023 return f != gmtime_r;
41028 rm -f conftest.
$ac_objext conftest
$ac_exeext
41029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41030 (eval $ac_link) 2>conftest.er1
41032 grep -v '^ *+' conftest.er1
>conftest.err
41034 cat conftest.err
>&5
41035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41036 (exit $ac_status); } &&
41037 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41039 (eval $ac_try) 2>&5
41041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41042 (exit $ac_status); }; } &&
41043 { ac_try
='test -s conftest$ac_exeext'
41044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41045 (eval $ac_try) 2>&5
41047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41048 (exit $ac_status); }; }; then
41049 ac_cv_func_gmtime_r
=yes
41051 echo "$as_me: failed program was:" >&5
41052 sed 's/^/| /' conftest.
$ac_ext >&5
41054 ac_cv_func_gmtime_r
=no
41056 rm -f conftest.err conftest.
$ac_objext \
41057 conftest
$ac_exeext conftest.
$ac_ext
41059 echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
41060 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6
41061 if test $ac_cv_func_gmtime_r = yes; then
41062 cat >>confdefs.h
<<\_ACEOF
41063 #define HAVE_GMTIME_R 1
41068 echo "$as_me:$LINENO: checking for readdir_r" >&5
41069 echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6
41070 if test "${ac_cv_func_readdir_r+set}" = set; then
41071 echo $ECHO_N "(cached) $ECHO_C" >&6
41073 cat >conftest.
$ac_ext <<_ACEOF
41076 cat confdefs.h
>>conftest.
$ac_ext
41077 cat >>conftest.
$ac_ext <<_ACEOF
41078 /* end confdefs.h. */
41079 /* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
41080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41081 #define readdir_r innocuous_readdir_r
41083 /* System header to define __stub macros and hopefully few prototypes,
41084 which can conflict with char readdir_r (); below.
41085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41086 <limits.h> exists even on freestanding compilers. */
41089 # include <limits.h>
41091 # include <assert.h>
41096 /* Override any gcc2 internal prototype to avoid an error. */
41101 /* We use char because int might match the return type of a gcc2
41102 builtin and then its argument prototype would still apply. */
41104 /* The GNU C library defines this for functions which it implements
41105 to always fail with ENOSYS. Some functions are actually named
41106 something starting with __ and the normal name is an alias. */
41107 #if defined (__stub_readdir_r) || defined (__stub___readdir_r)
41110 char (*f) () = readdir_r;
41119 return f != readdir_r;
41124 rm -f conftest.
$ac_objext conftest
$ac_exeext
41125 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41126 (eval $ac_link) 2>conftest.er1
41128 grep -v '^ *+' conftest.er1
>conftest.err
41130 cat conftest.err
>&5
41131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41132 (exit $ac_status); } &&
41133 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41135 (eval $ac_try) 2>&5
41137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41138 (exit $ac_status); }; } &&
41139 { ac_try
='test -s conftest$ac_exeext'
41140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41141 (eval $ac_try) 2>&5
41143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41144 (exit $ac_status); }; }; then
41145 ac_cv_func_readdir_r
=yes
41147 echo "$as_me: failed program was:" >&5
41148 sed 's/^/| /' conftest.
$ac_ext >&5
41150 ac_cv_func_readdir_r
=no
41152 rm -f conftest.err conftest.
$ac_objext \
41153 conftest
$ac_exeext conftest.
$ac_ext
41155 echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
41156 echo "${ECHO_T}$ac_cv_func_readdir_r" >&6
41157 if test $ac_cv_func_readdir_r = yes; then
41158 cat >>confdefs.h
<<\_ACEOF
41159 #define HAVE_READDIR_R 1
41168 ac_cpp
='$CPP $CPPFLAGS'
41169 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41170 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41171 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
41173 echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
41174 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6
41176 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
41177 echo $ECHO_N "(cached) $ECHO_C" >&6
41181 ################################################################
41183 ac_cv_func_which_gethostbyname_r
=unknown
41186 # ONE ARGUMENT (sanity check)
41189 # This should fail, as there is no variant of gethostbyname_r() that takes
41190 # a single argument. If it actually compiles, then we can assume that
41191 # netdb.h is not declaring the function, and the compiler is thereby
41192 # assuming an implicit prototype. In which case, we're out of luck.
41194 cat >conftest.
$ac_ext <<_ACEOF
41197 cat confdefs.h
>>conftest.
$ac_ext
41198 cat >>conftest.
$ac_ext <<_ACEOF
41199 /* end confdefs.h. */
41205 char *name = "www.gnu.org";
41206 (void)gethostbyname_r(name) /* ; */
41212 rm -f conftest.
$ac_objext
41213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41214 (eval $ac_compile) 2>conftest.er1
41216 grep -v '^ *+' conftest.er1
>conftest.err
41218 cat conftest.err
>&5
41219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41220 (exit $ac_status); } &&
41221 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41223 (eval $ac_try) 2>&5
41225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41226 (exit $ac_status); }; } &&
41227 { ac_try
='test -s conftest.$ac_objext'
41228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41229 (eval $ac_try) 2>&5
41231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41232 (exit $ac_status); }; }; then
41233 ac_cv_func_which_gethostbyname_r
=no
41235 echo "$as_me: failed program was:" >&5
41236 sed 's/^/| /' conftest.
$ac_ext >&5
41239 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41246 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41248 cat >conftest.
$ac_ext <<_ACEOF
41251 cat confdefs.h
>>conftest.
$ac_ext
41252 cat >>conftest.
$ac_ext <<_ACEOF
41253 /* end confdefs.h. */
41259 char *name = "www.gnu.org";
41260 struct hostent ret, *retp;
41264 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
41270 rm -f conftest.
$ac_objext
41271 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41272 (eval $ac_compile) 2>conftest.er1
41274 grep -v '^ *+' conftest.er1
>conftest.err
41276 cat conftest.err
>&5
41277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41278 (exit $ac_status); } &&
41279 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41281 (eval $ac_try) 2>&5
41283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41284 (exit $ac_status); }; } &&
41285 { ac_try
='test -s conftest.$ac_objext'
41286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41287 (eval $ac_try) 2>&5
41289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41290 (exit $ac_status); }; }; then
41291 ac_cv_func_which_gethostbyname_r
=six
41293 echo "$as_me: failed program was:" >&5
41294 sed 's/^/| /' conftest.
$ac_ext >&5
41297 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41306 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41308 cat >conftest.
$ac_ext <<_ACEOF
41311 cat confdefs.h
>>conftest.
$ac_ext
41312 cat >>conftest.
$ac_ext <<_ACEOF
41313 /* end confdefs.h. */
41319 char *name = "www.gnu.org";
41320 struct hostent ret;
41324 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
41330 rm -f conftest.
$ac_objext
41331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41332 (eval $ac_compile) 2>conftest.er1
41334 grep -v '^ *+' conftest.er1
>conftest.err
41336 cat conftest.err
>&5
41337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41338 (exit $ac_status); } &&
41339 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41341 (eval $ac_try) 2>&5
41343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41344 (exit $ac_status); }; } &&
41345 { ac_try
='test -s conftest.$ac_objext'
41346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41347 (eval $ac_try) 2>&5
41349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41350 (exit $ac_status); }; }; then
41351 ac_cv_func_which_gethostbyname_r
=five
41353 echo "$as_me: failed program was:" >&5
41354 sed 's/^/| /' conftest.
$ac_ext >&5
41357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41363 # (e.g. AIX, HP-UX, Tru64)
41366 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
41368 cat >conftest.
$ac_ext <<_ACEOF
41371 cat confdefs.h
>>conftest.
$ac_ext
41372 cat >>conftest.
$ac_ext <<_ACEOF
41373 /* end confdefs.h. */
41379 char *name = "www.gnu.org";
41380 struct hostent ret;
41381 struct hostent_data data;
41382 (void)gethostbyname_r(name, &ret, &data) /* ; */
41388 rm -f conftest.
$ac_objext
41389 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41390 (eval $ac_compile) 2>conftest.er1
41392 grep -v '^ *+' conftest.er1
>conftest.err
41394 cat conftest.err
>&5
41395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41396 (exit $ac_status); } &&
41397 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41399 (eval $ac_try) 2>&5
41401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41402 (exit $ac_status); }; } &&
41403 { ac_try
='test -s conftest.$ac_objext'
41404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41405 (eval $ac_try) 2>&5
41407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41408 (exit $ac_status); }; }; then
41409 ac_cv_func_which_gethostbyname_r
=three
41411 echo "$as_me: failed program was:" >&5
41412 sed 's/^/| /' conftest.
$ac_ext >&5
41415 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41419 ################################################################
41424 case "$ac_cv_func_which_gethostbyname_r" in
41426 echo "$as_me:$LINENO: result: three" >&5
41427 echo "${ECHO_T}three" >&6
41428 cat >>confdefs.h
<<\_ACEOF
41429 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
41435 echo "$as_me:$LINENO: result: five" >&5
41436 echo "${ECHO_T}five" >&6
41437 cat >>confdefs.h
<<\_ACEOF
41438 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
41444 echo "$as_me:$LINENO: result: six" >&5
41445 echo "${ECHO_T}six" >&6
41446 cat >>confdefs.h
<<\_ACEOF
41447 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
41453 echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
41454 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6
41458 echo "$as_me:$LINENO: result: can't tell" >&5
41459 echo "${ECHO_T}can't tell" >&6
41463 { { echo "$as_me:$LINENO: error: internal error" >&5
41464 echo "$as_me: error: internal error" >&2;}
41465 { (exit 1); exit 1; }; }
41470 ac_cpp
='$CXXCPP $CPPFLAGS'
41471 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41472 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41473 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
41477 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
41478 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
41479 echo "$as_me:$LINENO: checking for gethostbyname" >&5
41480 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
41481 if test "${ac_cv_func_gethostbyname+set}" = set; then
41482 echo $ECHO_N "(cached) $ECHO_C" >&6
41484 cat >conftest.
$ac_ext <<_ACEOF
41487 cat confdefs.h
>>conftest.
$ac_ext
41488 cat >>conftest.
$ac_ext <<_ACEOF
41489 /* end confdefs.h. */
41490 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
41491 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41492 #define gethostbyname innocuous_gethostbyname
41494 /* System header to define __stub macros and hopefully few prototypes,
41495 which can conflict with char gethostbyname (); below.
41496 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41497 <limits.h> exists even on freestanding compilers. */
41500 # include <limits.h>
41502 # include <assert.h>
41505 #undef gethostbyname
41507 /* Override any gcc2 internal prototype to avoid an error. */
41512 /* We use char because int might match the return type of a gcc2
41513 builtin and then its argument prototype would still apply. */
41514 char gethostbyname ();
41515 /* The GNU C library defines this for functions which it implements
41516 to always fail with ENOSYS. Some functions are actually named
41517 something starting with __ and the normal name is an alias. */
41518 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
41521 char (*f) () = gethostbyname;
41530 return f != gethostbyname;
41535 rm -f conftest.
$ac_objext conftest
$ac_exeext
41536 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41537 (eval $ac_link) 2>conftest.er1
41539 grep -v '^ *+' conftest.er1
>conftest.err
41541 cat conftest.err
>&5
41542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41543 (exit $ac_status); } &&
41544 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41546 (eval $ac_try) 2>&5
41548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41549 (exit $ac_status); }; } &&
41550 { ac_try
='test -s conftest$ac_exeext'
41551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41552 (eval $ac_try) 2>&5
41554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41555 (exit $ac_status); }; }; then
41556 ac_cv_func_gethostbyname
=yes
41558 echo "$as_me: failed program was:" >&5
41559 sed 's/^/| /' conftest.
$ac_ext >&5
41561 ac_cv_func_gethostbyname
=no
41563 rm -f conftest.err conftest.
$ac_objext \
41564 conftest
$ac_exeext conftest.
$ac_ext
41566 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
41567 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
41568 if test $ac_cv_func_gethostbyname = yes; then
41569 cat >>confdefs.h
<<\_ACEOF
41570 #define HAVE_GETHOSTBYNAME 1
41577 echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
41578 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6
41579 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
41580 echo $ECHO_N "(cached) $ECHO_C" >&6
41583 cat >conftest.
$ac_ext <<_ACEOF
41586 cat confdefs.h
>>conftest.
$ac_ext
41587 cat >>conftest.
$ac_ext <<_ACEOF
41588 /* end confdefs.h. */
41596 struct servent *se, *res;
41599 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
41605 rm -f conftest.
$ac_objext
41606 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41607 (eval $ac_compile) 2>conftest.er1
41609 grep -v '^ *+' conftest.er1
>conftest.err
41611 cat conftest.err
>&5
41612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41613 (exit $ac_status); } &&
41614 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41616 (eval $ac_try) 2>&5
41618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41619 (exit $ac_status); }; } &&
41620 { ac_try
='test -s conftest.$ac_objext'
41621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41622 (eval $ac_try) 2>&5
41624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41625 (exit $ac_status); }; }; then
41626 ac_cv_func_which_getservbyname_r
=six
41628 echo "$as_me: failed program was:" >&5
41629 sed 's/^/| /' conftest.
$ac_ext >&5
41632 cat >conftest.
$ac_ext <<_ACEOF
41635 cat confdefs.h
>>conftest.
$ac_ext
41636 cat >>conftest.
$ac_ext <<_ACEOF
41637 /* end confdefs.h. */
41645 struct servent *se;
41648 (void) getservbyname_r(name, proto, se, buffer, buflen)
41654 rm -f conftest.
$ac_objext
41655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41656 (eval $ac_compile) 2>conftest.er1
41658 grep -v '^ *+' conftest.er1
>conftest.err
41660 cat conftest.err
>&5
41661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41662 (exit $ac_status); } &&
41663 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41665 (eval $ac_try) 2>&5
41667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41668 (exit $ac_status); }; } &&
41669 { ac_try
='test -s conftest.$ac_objext'
41670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41671 (eval $ac_try) 2>&5
41673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41674 (exit $ac_status); }; }; then
41675 ac_cv_func_which_getservbyname_r
=five
41677 echo "$as_me: failed program was:" >&5
41678 sed 's/^/| /' conftest.
$ac_ext >&5
41681 cat >conftest.
$ac_ext <<_ACEOF
41684 cat confdefs.h
>>conftest.
$ac_ext
41685 cat >>conftest.
$ac_ext <<_ACEOF
41686 /* end confdefs.h. */
41694 struct servent *se;
41695 struct servent_data data;
41696 (void) getservbyname_r(name, proto, se, &data);
41702 rm -f conftest.
$ac_objext
41703 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41704 (eval $ac_compile) 2>conftest.er1
41706 grep -v '^ *+' conftest.er1
>conftest.err
41708 cat conftest.err
>&5
41709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41710 (exit $ac_status); } &&
41711 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41713 (eval $ac_try) 2>&5
41715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41716 (exit $ac_status); }; } &&
41717 { ac_try
='test -s conftest.$ac_objext'
41718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41719 (eval $ac_try) 2>&5
41721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41722 (exit $ac_status); }; }; then
41723 ac_cv_func_which_getservbyname_r
=four
41725 echo "$as_me: failed program was:" >&5
41726 sed 's/^/| /' conftest.
$ac_ext >&5
41728 ac_cv_func_which_getservbyname_r
=no
41731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41735 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41739 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41743 echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41744 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6
41746 if test $ac_cv_func_which_getservbyname_r = six
; then
41747 cat >>confdefs.h
<<\_ACEOF
41748 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
41751 elif test $ac_cv_func_which_getservbyname_r = five
; then
41752 cat >>confdefs.h
<<\_ACEOF
41753 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
41756 elif test $ac_cv_func_which_getservbyname_r = four
; then
41757 cat >>confdefs.h
<<\_ACEOF
41758 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
41764 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41765 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41767 for ac_func
in getservbyname
41769 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41770 echo "$as_me:$LINENO: checking for $ac_func" >&5
41771 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41772 if eval "test \"\${$as_ac_var+set}\" = set"; then
41773 echo $ECHO_N "(cached) $ECHO_C" >&6
41775 cat >conftest.
$ac_ext <<_ACEOF
41778 cat confdefs.h
>>conftest.
$ac_ext
41779 cat >>conftest.
$ac_ext <<_ACEOF
41780 /* end confdefs.h. */
41781 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41782 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41783 #define $ac_func innocuous_$ac_func
41785 /* System header to define __stub macros and hopefully few prototypes,
41786 which can conflict with char $ac_func (); below.
41787 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41788 <limits.h> exists even on freestanding compilers. */
41791 # include <limits.h>
41793 # include <assert.h>
41798 /* Override any gcc2 internal prototype to avoid an error. */
41803 /* We use char because int might match the return type of a gcc2
41804 builtin and then its argument prototype would still apply. */
41806 /* The GNU C library defines this for functions which it implements
41807 to always fail with ENOSYS. Some functions are actually named
41808 something starting with __ and the normal name is an alias. */
41809 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41812 char (*f) () = $ac_func;
41821 return f != $ac_func;
41826 rm -f conftest.
$ac_objext conftest
$ac_exeext
41827 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41828 (eval $ac_link) 2>conftest.er1
41830 grep -v '^ *+' conftest.er1
>conftest.err
41832 cat conftest.err
>&5
41833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41834 (exit $ac_status); } &&
41835 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41837 (eval $ac_try) 2>&5
41839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41840 (exit $ac_status); }; } &&
41841 { ac_try
='test -s conftest$ac_exeext'
41842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41843 (eval $ac_try) 2>&5
41845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41846 (exit $ac_status); }; }; then
41847 eval "$as_ac_var=yes"
41849 echo "$as_me: failed program was:" >&5
41850 sed 's/^/| /' conftest.
$ac_ext >&5
41852 eval "$as_ac_var=no"
41854 rm -f conftest.err conftest.
$ac_objext \
41855 conftest
$ac_exeext conftest.
$ac_ext
41857 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41858 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41859 if test `eval echo '${'$as_ac_var'}'` = yes; then
41860 cat >>confdefs.h
<<_ACEOF
41861 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41863 cat >>confdefs.h
<<\_ACEOF
41864 #define HAVE_GETSERVBYNAME 1
41872 if test "$wxUSE_THREADS" = "yes"; then
41873 cat >>confdefs.h
<<\_ACEOF
41874 #define wxUSE_THREADS 1
41878 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
41880 if test "$wx_cv_func_strtok_r" = "yes"; then
41881 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41882 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
41883 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41884 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41885 echo "$as_me:$LINENO: result: yes" >&5
41886 echo "${ECHO_T}yes" >&6
41888 echo "$as_me:$LINENO: result: no" >&5
41889 echo "${ECHO_T}no" >&6
41894 if test "$WXGTK20" = 1 ; then
41895 cat >>confdefs.h
<<_ACEOF
41896 #define __WXGTK20__ $WXGTK20
41902 if test "$WXGTK12" = 1 ; then
41903 cat >>confdefs.h
<<_ACEOF
41904 #define __WXGTK12__ $WXGTK12
41909 if test "$WXGTK127" = 1 ; then
41910 cat >>confdefs.h
<<_ACEOF
41911 #define __WXGTK127__ $WXGTK127
41916 if test "$WXGPE" = 1 ; then
41917 cat >>confdefs.h
<<_ACEOF
41918 #define __WXGPE__ $WXGPE
41924 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
41929 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41930 wxUSE_DEBUG_INFO
=yes
41931 if test "$GCC" = yes; then
41932 DEBUG_CFLAGS
="-ggdb"
41936 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
41937 cat >>confdefs.h
<<\_ACEOF
41941 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
41943 if test "$wxUSE_GTK" = 1 ; then
41944 if test "x$wxGTK_VERSION" = "x1" ; then
41945 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41950 if test "$wxUSE_MEM_TRACING" = "yes" ; then
41951 cat >>confdefs.h
<<\_ACEOF
41952 #define wxUSE_MEMORY_TRACING 1
41955 cat >>confdefs.h
<<\_ACEOF
41956 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41959 cat >>confdefs.h
<<\_ACEOF
41960 #define wxUSE_DEBUG_NEW_ALWAYS 1
41963 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
41966 if test "$wxUSE_DMALLOC" = "yes" ; then
41967 DMALLOC_LIBS
="-ldmallocthcxx"
41971 if test "$wxUSE_PROFILE" = "yes" ; then
41972 PROFILE_FLAGS
=" -pg"
41975 if test "$GCC" = "yes" ; then
41976 if test "$wxUSE_NO_RTTI" = "yes" ; then
41977 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-rtti"
41979 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41980 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
41982 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41983 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
41988 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
41991 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
41997 if test "$wxUSE_OPTIMISE" = "no" ; then
41998 if test "$GCC" = yes ; then
41999 OPTIMISE_CFLAGS
="-O0"
42002 if test "$GCC" = yes ; then
42004 *-pc-os2_emx | *-pc-os2-emx )
42005 OPTIMISE_CFLAGS
="-O2"
42008 OPTIMISE_CFLAGS
="-O2 -fno-strict-aliasing"
42012 OPTIMISE_CFLAGS
="-O"
42017 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
42018 cat >>confdefs.h
<<\_ACEOF
42019 #define WXWIN_COMPATIBILITY_2_4 1
42023 WXWIN_COMPATIBILITY_2_6
="yes"
42026 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
42027 cat >>confdefs.h
<<\_ACEOF
42028 #define WXWIN_COMPATIBILITY_2_6 1
42034 if test "$wxUSE_GUI" = "yes"; then
42035 cat >>confdefs.h
<<\_ACEOF
42036 #define wxUSE_GUI 1
42043 if test "$wxUSE_UNIX" = "yes"; then
42044 cat >>confdefs.h
<<\_ACEOF
42045 #define wxUSE_UNIX 1
42051 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
42055 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42056 if test "$USE_DARWIN" = 1; then
42058 elif test "$USE_DOS" = 1; then
42062 for ac_func
in dlopen
42064 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42065 echo "$as_me:$LINENO: checking for $ac_func" >&5
42066 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42067 if eval "test \"\${$as_ac_var+set}\" = set"; then
42068 echo $ECHO_N "(cached) $ECHO_C" >&6
42070 cat >conftest.
$ac_ext <<_ACEOF
42073 cat confdefs.h
>>conftest.
$ac_ext
42074 cat >>conftest.
$ac_ext <<_ACEOF
42075 /* end confdefs.h. */
42076 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42077 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42078 #define $ac_func innocuous_$ac_func
42080 /* System header to define __stub macros and hopefully few prototypes,
42081 which can conflict with char $ac_func (); below.
42082 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42083 <limits.h> exists even on freestanding compilers. */
42086 # include <limits.h>
42088 # include <assert.h>
42093 /* Override any gcc2 internal prototype to avoid an error. */
42098 /* We use char because int might match the return type of a gcc2
42099 builtin and then its argument prototype would still apply. */
42101 /* The GNU C library defines this for functions which it implements
42102 to always fail with ENOSYS. Some functions are actually named
42103 something starting with __ and the normal name is an alias. */
42104 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42107 char (*f) () = $ac_func;
42116 return f != $ac_func;
42121 rm -f conftest.
$ac_objext conftest
$ac_exeext
42122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42123 (eval $ac_link) 2>conftest.er1
42125 grep -v '^ *+' conftest.er1
>conftest.err
42127 cat conftest.err
>&5
42128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42129 (exit $ac_status); } &&
42130 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42132 (eval $ac_try) 2>&5
42134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42135 (exit $ac_status); }; } &&
42136 { ac_try
='test -s conftest$ac_exeext'
42137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42138 (eval $ac_try) 2>&5
42140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42141 (exit $ac_status); }; }; then
42142 eval "$as_ac_var=yes"
42144 echo "$as_me: failed program was:" >&5
42145 sed 's/^/| /' conftest.
$ac_ext >&5
42147 eval "$as_ac_var=no"
42149 rm -f conftest.err conftest.
$ac_objext \
42150 conftest
$ac_exeext conftest.
$ac_ext
42152 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42153 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42154 if test `eval echo '${'$as_ac_var'}'` = yes; then
42155 cat >>confdefs.h
<<_ACEOF
42156 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42159 cat >>confdefs.h
<<\_ACEOF
42160 #define HAVE_DLOPEN 1
42167 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
42168 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
42169 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
42170 echo $ECHO_N "(cached) $ECHO_C" >&6
42172 ac_check_lib_save_LIBS
=$LIBS
42174 cat >conftest.
$ac_ext <<_ACEOF
42177 cat confdefs.h
>>conftest.
$ac_ext
42178 cat >>conftest.
$ac_ext <<_ACEOF
42179 /* end confdefs.h. */
42181 /* Override any gcc2 internal prototype to avoid an error. */
42185 /* We use char because int might match the return type of a gcc2
42186 builtin and then its argument prototype would still apply. */
42196 rm -f conftest.
$ac_objext conftest
$ac_exeext
42197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42198 (eval $ac_link) 2>conftest.er1
42200 grep -v '^ *+' conftest.er1
>conftest.err
42202 cat conftest.err
>&5
42203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42204 (exit $ac_status); } &&
42205 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42207 (eval $ac_try) 2>&5
42209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42210 (exit $ac_status); }; } &&
42211 { ac_try
='test -s conftest$ac_exeext'
42212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42213 (eval $ac_try) 2>&5
42215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42216 (exit $ac_status); }; }; then
42217 ac_cv_lib_dl_dlopen
=yes
42219 echo "$as_me: failed program was:" >&5
42220 sed 's/^/| /' conftest.
$ac_ext >&5
42222 ac_cv_lib_dl_dlopen
=no
42224 rm -f conftest.err conftest.
$ac_objext \
42225 conftest
$ac_exeext conftest.
$ac_ext
42226 LIBS
=$ac_check_lib_save_LIBS
42228 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
42229 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
42230 if test $ac_cv_lib_dl_dlopen = yes; then
42232 cat >>confdefs.h
<<\_ACEOF
42233 #define HAVE_DLOPEN 1
42237 DL_LINK
=" -ldl$DL_LINK"
42242 for ac_func
in shl_load
42244 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42245 echo "$as_me:$LINENO: checking for $ac_func" >&5
42246 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42247 if eval "test \"\${$as_ac_var+set}\" = set"; then
42248 echo $ECHO_N "(cached) $ECHO_C" >&6
42250 cat >conftest.
$ac_ext <<_ACEOF
42253 cat confdefs.h
>>conftest.
$ac_ext
42254 cat >>conftest.
$ac_ext <<_ACEOF
42255 /* end confdefs.h. */
42256 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42257 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42258 #define $ac_func innocuous_$ac_func
42260 /* System header to define __stub macros and hopefully few prototypes,
42261 which can conflict with char $ac_func (); below.
42262 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42263 <limits.h> exists even on freestanding compilers. */
42266 # include <limits.h>
42268 # include <assert.h>
42273 /* Override any gcc2 internal prototype to avoid an error. */
42278 /* We use char because int might match the return type of a gcc2
42279 builtin and then its argument prototype would still apply. */
42281 /* The GNU C library defines this for functions which it implements
42282 to always fail with ENOSYS. Some functions are actually named
42283 something starting with __ and the normal name is an alias. */
42284 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42287 char (*f) () = $ac_func;
42296 return f != $ac_func;
42301 rm -f conftest.
$ac_objext conftest
$ac_exeext
42302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42303 (eval $ac_link) 2>conftest.er1
42305 grep -v '^ *+' conftest.er1
>conftest.err
42307 cat conftest.err
>&5
42308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42309 (exit $ac_status); } &&
42310 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42312 (eval $ac_try) 2>&5
42314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42315 (exit $ac_status); }; } &&
42316 { ac_try
='test -s conftest$ac_exeext'
42317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42318 (eval $ac_try) 2>&5
42320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42321 (exit $ac_status); }; }; then
42322 eval "$as_ac_var=yes"
42324 echo "$as_me: failed program was:" >&5
42325 sed 's/^/| /' conftest.
$ac_ext >&5
42327 eval "$as_ac_var=no"
42329 rm -f conftest.err conftest.
$ac_objext \
42330 conftest
$ac_exeext conftest.
$ac_ext
42332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42333 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42334 if test `eval echo '${'$as_ac_var'}'` = yes; then
42335 cat >>confdefs.h
<<_ACEOF
42336 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42339 cat >>confdefs.h
<<\_ACEOF
42340 #define HAVE_SHL_LOAD 1
42347 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
42348 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
42349 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
42350 echo $ECHO_N "(cached) $ECHO_C" >&6
42352 ac_check_lib_save_LIBS
=$LIBS
42353 LIBS
="-lshl_load $LIBS"
42354 cat >conftest.
$ac_ext <<_ACEOF
42357 cat confdefs.h
>>conftest.
$ac_ext
42358 cat >>conftest.
$ac_ext <<_ACEOF
42359 /* end confdefs.h. */
42361 /* Override any gcc2 internal prototype to avoid an error. */
42365 /* We use char because int might match the return type of a gcc2
42366 builtin and then its argument prototype would still apply. */
42376 rm -f conftest.
$ac_objext conftest
$ac_exeext
42377 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42378 (eval $ac_link) 2>conftest.er1
42380 grep -v '^ *+' conftest.er1
>conftest.err
42382 cat conftest.err
>&5
42383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42384 (exit $ac_status); } &&
42385 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42387 (eval $ac_try) 2>&5
42389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42390 (exit $ac_status); }; } &&
42391 { ac_try
='test -s conftest$ac_exeext'
42392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42393 (eval $ac_try) 2>&5
42395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42396 (exit $ac_status); }; }; then
42397 ac_cv_lib_shl_load_dld
=yes
42399 echo "$as_me: failed program was:" >&5
42400 sed 's/^/| /' conftest.
$ac_ext >&5
42402 ac_cv_lib_shl_load_dld
=no
42404 rm -f conftest.err conftest.
$ac_objext \
42405 conftest
$ac_exeext conftest.
$ac_ext
42406 LIBS
=$ac_check_lib_save_LIBS
42408 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
42409 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
42410 if test $ac_cv_lib_shl_load_dld = yes; then
42413 DL_LINK
=" -ldld$DL_LINK"
42429 if test "$HAVE_DL_FUNCS" = 1; then
42431 for ac_func
in dlerror
42433 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42434 echo "$as_me:$LINENO: checking for $ac_func" >&5
42435 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
42436 if eval "test \"\${$as_ac_var+set}\" = set"; then
42437 echo $ECHO_N "(cached) $ECHO_C" >&6
42439 cat >conftest.
$ac_ext <<_ACEOF
42442 cat confdefs.h
>>conftest.
$ac_ext
42443 cat >>conftest.
$ac_ext <<_ACEOF
42444 /* end confdefs.h. */
42445 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
42446 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42447 #define $ac_func innocuous_$ac_func
42449 /* System header to define __stub macros and hopefully few prototypes,
42450 which can conflict with char $ac_func (); below.
42451 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42452 <limits.h> exists even on freestanding compilers. */
42455 # include <limits.h>
42457 # include <assert.h>
42462 /* Override any gcc2 internal prototype to avoid an error. */
42467 /* We use char because int might match the return type of a gcc2
42468 builtin and then its argument prototype would still apply. */
42470 /* The GNU C library defines this for functions which it implements
42471 to always fail with ENOSYS. Some functions are actually named
42472 something starting with __ and the normal name is an alias. */
42473 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
42476 char (*f) () = $ac_func;
42485 return f != $ac_func;
42490 rm -f conftest.
$ac_objext conftest
$ac_exeext
42491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42492 (eval $ac_link) 2>conftest.er1
42494 grep -v '^ *+' conftest.er1
>conftest.err
42496 cat conftest.err
>&5
42497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42498 (exit $ac_status); } &&
42499 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42501 (eval $ac_try) 2>&5
42503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42504 (exit $ac_status); }; } &&
42505 { ac_try
='test -s conftest$ac_exeext'
42506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42507 (eval $ac_try) 2>&5
42509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42510 (exit $ac_status); }; }; then
42511 eval "$as_ac_var=yes"
42513 echo "$as_me: failed program was:" >&5
42514 sed 's/^/| /' conftest.
$ac_ext >&5
42516 eval "$as_ac_var=no"
42518 rm -f conftest.err conftest.
$ac_objext \
42519 conftest
$ac_exeext conftest.
$ac_ext
42521 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
42522 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
42523 if test `eval echo '${'$as_ac_var'}'` = yes; then
42524 cat >>confdefs.h
<<_ACEOF
42525 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
42527 cat >>confdefs.h
<<\_ACEOF
42528 #define HAVE_DLERROR 1
42533 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
42534 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
42535 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
42536 echo $ECHO_N "(cached) $ECHO_C" >&6
42538 ac_check_lib_save_LIBS
=$LIBS
42540 cat >conftest.
$ac_ext <<_ACEOF
42543 cat confdefs.h
>>conftest.
$ac_ext
42544 cat >>conftest.
$ac_ext <<_ACEOF
42545 /* end confdefs.h. */
42547 /* Override any gcc2 internal prototype to avoid an error. */
42551 /* We use char because int might match the return type of a gcc2
42552 builtin and then its argument prototype would still apply. */
42562 rm -f conftest.
$ac_objext conftest
$ac_exeext
42563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42564 (eval $ac_link) 2>conftest.er1
42566 grep -v '^ *+' conftest.er1
>conftest.err
42568 cat conftest.err
>&5
42569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42570 (exit $ac_status); } &&
42571 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42573 (eval $ac_try) 2>&5
42575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42576 (exit $ac_status); }; } &&
42577 { ac_try
='test -s conftest$ac_exeext'
42578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42579 (eval $ac_try) 2>&5
42581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42582 (exit $ac_status); }; }; then
42583 ac_cv_lib_dl_dlerror
=yes
42585 echo "$as_me: failed program was:" >&5
42586 sed 's/^/| /' conftest.
$ac_ext >&5
42588 ac_cv_lib_dl_dlerror
=no
42590 rm -f conftest.err conftest.
$ac_objext \
42591 conftest
$ac_exeext conftest.
$ac_ext
42592 LIBS
=$ac_check_lib_save_LIBS
42594 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
42595 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
42596 if test $ac_cv_lib_dl_dlerror = yes; then
42597 cat >>confdefs.h
<<\_ACEOF
42598 #define HAVE_DLERROR 1
42611 if test "$HAVE_DL_FUNCS" = 0; then
42612 if test "$HAVE_SHL_FUNCS" = 0; then
42613 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
42614 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
42615 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
42616 wxUSE_DYNAMIC_LOADER
=no
42617 wxUSE_DYNLIB_CLASS
=no
42619 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
42620 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42627 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42628 cat >>confdefs.h
<<\_ACEOF
42629 #define wxUSE_DYNAMIC_LOADER 1
42633 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42634 cat >>confdefs.h
<<\_ACEOF
42635 #define wxUSE_DYNLIB_CLASS 1
42642 if test "$wxUSE_PLUGINS" = "yes" ; then
42643 if test "$wxUSE_SHARED" = "no" ; then
42644 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42645 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42648 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42649 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42650 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42653 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42654 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42655 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42658 if test "$wxUSE_PLUGINS" = "yes" ; then
42659 cat >>confdefs.h
<<\_ACEOF
42660 #define wxUSE_PLUGINS 1
42667 if test "$wxUSE_STL" = "yes"; then
42668 cat >>confdefs.h
<<\_ACEOF
42669 #define wxUSE_STL 1
42674 if test "$wxUSE_APPLE_IEEE" = "yes"; then
42675 cat >>confdefs.h
<<\_ACEOF
42676 #define wxUSE_APPLE_IEEE 1
42681 if test "$wxUSE_TIMER" = "yes"; then
42682 cat >>confdefs.h
<<\_ACEOF
42683 #define wxUSE_TIMER 1
42688 if test "$USE_UNIX" = "1" ; then
42689 echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42690 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6
42691 if test "${ac_cv_header_sys_soundcard+set}" = set; then
42692 echo $ECHO_N "(cached) $ECHO_C" >&6
42695 cat >conftest.
$ac_ext <<_ACEOF
42698 cat confdefs.h
>>conftest.
$ac_ext
42699 cat >>conftest.
$ac_ext <<_ACEOF
42700 /* end confdefs.h. */
42702 #include <sys/ioctl.h>
42703 #include <sys/soundcard.h>
42709 ioctl(0, SNDCTL_DSP_SPEED, 0);
42715 rm -f conftest.
$ac_objext conftest
$ac_exeext
42716 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42717 (eval $ac_link) 2>conftest.er1
42719 grep -v '^ *+' conftest.er1
>conftest.err
42721 cat conftest.err
>&5
42722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42723 (exit $ac_status); } &&
42724 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42726 (eval $ac_try) 2>&5
42728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42729 (exit $ac_status); }; } &&
42730 { ac_try
='test -s conftest$ac_exeext'
42731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42732 (eval $ac_try) 2>&5
42734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42735 (exit $ac_status); }; }; then
42736 ac_cv_header_sys_soundcard
=yes
42738 echo "$as_me: failed program was:" >&5
42739 sed 's/^/| /' conftest.
$ac_ext >&5
42743 LIBS
="$saveLibs -lossaudio"
42744 cat >conftest.
$ac_ext <<_ACEOF
42747 cat confdefs.h
>>conftest.
$ac_ext
42748 cat >>conftest.
$ac_ext <<_ACEOF
42749 /* end confdefs.h. */
42751 #include <sys/ioctl.h>
42752 #include <sys/soundcard.h>
42758 ioctl(0, SNDCTL_DSP_SPEED, 0);
42764 rm -f conftest.
$ac_objext conftest
$ac_exeext
42765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42766 (eval $ac_link) 2>conftest.er1
42768 grep -v '^ *+' conftest.er1
>conftest.err
42770 cat conftest.err
>&5
42771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42772 (exit $ac_status); } &&
42773 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
42774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42775 (eval $ac_try) 2>&5
42777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42778 (exit $ac_status); }; } &&
42779 { ac_try
='test -s conftest$ac_exeext'
42780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42781 (eval $ac_try) 2>&5
42783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42784 (exit $ac_status); }; }; then
42785 ac_cv_header_sys_soundcard
=yes
42787 echo "$as_me: failed program was:" >&5
42788 sed 's/^/| /' conftest.
$ac_ext >&5
42792 ac_cv_header_sys_soundcard
=no
42796 rm -f conftest.err conftest.
$ac_objext \
42797 conftest
$ac_exeext conftest.
$ac_ext
42801 rm -f conftest.err conftest.
$ac_objext \
42802 conftest
$ac_exeext conftest.
$ac_ext
42805 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42806 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
42808 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42809 cat >>confdefs.h
<<\_ACEOF
42810 #define HAVE_SYS_SOUNDCARD_H 1
42814 DISABLED_CONTRIB
="$DISABLED_CONTRIB mmedia"
42818 if test "$wxUSE_SOUND" = "yes"; then
42819 if test "$USE_UNIX" = "1" ; then
42820 if test "$wxUSE_LIBSDL" != "no"; then
42822 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
42823 if test "${with_sdl_prefix+set}" = set; then
42824 withval
="$with_sdl_prefix"
42825 sdl_prefix
="$withval"
42830 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
42831 if test "${with_sdl_exec_prefix+set}" = set; then
42832 withval
="$with_sdl_exec_prefix"
42833 sdl_exec_prefix
="$withval"
42837 # Check whether --enable-sdltest or --disable-sdltest was given.
42838 if test "${enable_sdltest+set}" = set; then
42839 enableval
="$enable_sdltest"
42845 if test x
$sdl_exec_prefix != x
; then
42846 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
42847 if test x
${SDL_CONFIG+set} != xset
; then
42848 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
42851 if test x
$sdl_prefix != x
; then
42852 sdl_args
="$sdl_args --prefix=$sdl_prefix"
42853 if test x
${SDL_CONFIG+set} != xset
; then
42854 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
42858 if test "x$prefix" != xNONE
; then
42859 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
42861 # Extract the first word of "sdl-config", so it can be a program name with args.
42862 set dummy sdl
-config; ac_word
=$2
42863 echo "$as_me:$LINENO: checking for $ac_word" >&5
42864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42865 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42866 echo $ECHO_N "(cached) $ECHO_C" >&6
42868 case $SDL_CONFIG in
42870 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
42873 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42874 for as_dir
in $PATH
42877 test -z "$as_dir" && as_dir
=.
42878 for ac_exec_ext
in '' $ac_executable_extensions; do
42879 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42880 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
42881 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42887 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
42891 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
42893 if test -n "$SDL_CONFIG"; then
42894 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42895 echo "${ECHO_T}$SDL_CONFIG" >&6
42897 echo "$as_me:$LINENO: result: no" >&5
42898 echo "${ECHO_T}no" >&6
42901 min_sdl_version
=1.2.0
42902 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42903 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
42905 if test "$SDL_CONFIG" = "no" ; then
42908 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
42909 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
42911 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
42912 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42913 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
42914 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42915 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
42916 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42917 if test "x$enable_sdltest" = "xyes" ; then
42918 ac_save_CFLAGS
="$CFLAGS"
42919 ac_save_CXXFLAGS
="$CXXFLAGS"
42920 ac_save_LIBS
="$LIBS"
42921 CFLAGS
="$CFLAGS $SDL_CFLAGS"
42922 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
42923 LIBS
="$LIBS $SDL_LIBS"
42925 if test "$cross_compiling" = yes; then
42926 echo $ac_n "cross compiling; assumed OK... $ac_c"
42928 cat >conftest.
$ac_ext <<_ACEOF
42931 cat confdefs.h
>>conftest.
$ac_ext
42932 cat >>conftest.
$ac_ext <<_ACEOF
42933 /* end confdefs.h. */
42936 #include <stdlib.h>
42937 #include <string.h>
42941 my_strdup (char *str)
42947 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42948 strcpy (new_str, str);
42956 int main (int argc, char *argv[])
42958 int major, minor, micro;
42961 /* This hangs on some systems (?)
42962 system ("touch conf.sdltest");
42964 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42966 /* HP/UX 9 (%@#!) writes to sscanf strings */
42967 tmp_version = my_strdup("$min_sdl_version");
42968 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
42969 printf("%s, bad version string\n", "$min_sdl_version");
42973 if (($sdl_major_version > major) ||
42974 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42975 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42981 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42982 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42983 printf("*** best to upgrade to the required version.\n");
42984 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42985 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42986 printf("*** config.cache before re-running configure\n");
42993 rm -f conftest
$ac_exeext
42994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42995 (eval $ac_link) 2>&5
42997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42998 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
42999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43000 (eval $ac_try) 2>&5
43002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43003 (exit $ac_status); }; }; then
43006 echo "$as_me: program exited with status $ac_status" >&5
43007 echo "$as_me: failed program was:" >&5
43008 sed 's/^/| /' conftest.
$ac_ext >&5
43010 ( exit $ac_status )
43013 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
43015 CFLAGS
="$ac_save_CFLAGS"
43016 CXXFLAGS
="$ac_save_CXXFLAGS"
43017 LIBS
="$ac_save_LIBS"
43020 if test "x$no_sdl" = x
; then
43021 echo "$as_me:$LINENO: result: yes" >&5
43022 echo "${ECHO_T}yes" >&6
43024 EXTRALIBS_SDL
="$SDL_LIBS"
43025 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
43026 cat >>confdefs.h
<<\_ACEOF
43027 #define wxUSE_LIBSDL 1
43032 echo "$as_me:$LINENO: result: no" >&5
43033 echo "${ECHO_T}no" >&6
43034 if test "$SDL_CONFIG" = "no" ; then
43035 echo "*** The sdl-config script installed by SDL could not be found"
43036 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
43037 echo "*** your path, or set the SDL_CONFIG environment variable to the"
43038 echo "*** full path to sdl-config."
43040 if test -f conf.sdltest
; then
43043 echo "*** Could not run SDL test program, checking why..."
43044 CFLAGS
="$CFLAGS $SDL_CFLAGS"
43045 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
43046 LIBS
="$LIBS $SDL_LIBS"
43047 cat >conftest.
$ac_ext <<_ACEOF
43050 cat confdefs.h
>>conftest.
$ac_ext
43051 cat >>conftest.
$ac_ext <<_ACEOF
43052 /* end confdefs.h. */
43057 int main(int argc, char *argv[])
43060 #define main K_and_R_C_main
43070 rm -f conftest.
$ac_objext conftest
$ac_exeext
43071 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43072 (eval $ac_link) 2>conftest.er1
43074 grep -v '^ *+' conftest.er1
>conftest.err
43076 cat conftest.err
>&5
43077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43078 (exit $ac_status); } &&
43079 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
43080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43081 (eval $ac_try) 2>&5
43083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43084 (exit $ac_status); }; } &&
43085 { ac_try
='test -s conftest$ac_exeext'
43086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43087 (eval $ac_try) 2>&5
43089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43090 (exit $ac_status); }; }; then
43091 echo "*** The test program compiled, but did not run. This usually means"
43092 echo "*** that the run-time linker is not finding SDL or finding the wrong"
43093 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
43094 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
43095 echo "*** to the installed location Also, make sure you have run ldconfig if that"
43096 echo "*** is required on your system"
43098 echo "*** If you have an old version installed, it is best to remove it, although"
43099 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
43101 echo "$as_me: failed program was:" >&5
43102 sed 's/^/| /' conftest.
$ac_ext >&5
43104 echo "*** The test program failed to compile or link. See the file config.log for the"
43105 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
43106 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
43107 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
43109 rm -f conftest.err conftest.
$ac_objext \
43110 conftest
$ac_exeext conftest.
$ac_ext
43111 CFLAGS
="$ac_save_CFLAGS"
43112 CXXFLAGS
="$ac_save_CXXFLAGS"
43113 LIBS
="$ac_save_LIBS"
43124 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
43130 cat >>confdefs.h
<<\_ACEOF
43131 #define wxUSE_SOUND 1
43134 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
43137 if test "$WXGTK20" = 1; then
43138 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
43139 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
43143 echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
43144 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6
43146 if test -n "$PKG_CONFIG"; then
43147 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
43148 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
43150 if test -n "$PKG_CONFIG" && \
43151 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43152 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43155 (exit $ac_status); }; then
43156 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43164 if test -n "$PKG_CONFIG"; then
43165 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
43166 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
43168 if test -n "$PKG_CONFIG" && \
43169 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
43170 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
43172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43173 (exit $ac_status); }; then
43174 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
43185 if test $pkg_failed = yes; then
43187 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43188 _pkg_short_errors_supported
=yes
43190 _pkg_short_errors_supported
=no
43192 if test $_pkg_short_errors_supported = yes; then
43193 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43195 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
43197 # Put the nasty error message in config.log where it belongs
43198 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
43201 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43202 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43203 wxUSE_LIBGNOMEPRINT
="no"
43206 elif test $pkg_failed = untried
; then
43208 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
43209 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
43210 wxUSE_LIBGNOMEPRINT
="no"
43214 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
43215 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
43216 echo "$as_me:$LINENO: result: yes" >&5
43217 echo "${ECHO_T}yes" >&6
43219 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
43220 cat >>confdefs.h
<<\_ACEOF
43221 #define wxUSE_LIBGNOMEPRINT 1
43230 if test "$WXGTK20" = 1; then
43231 if test "$wxUSE_MIMETYPE" = "yes" ; then
43232 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
43236 echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
43237 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6
43239 if test -n "$PKG_CONFIG"; then
43240 if test -n "$GNOMEVFS_CFLAGS"; then
43241 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
43243 if test -n "$PKG_CONFIG" && \
43244 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43245 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43248 (exit $ac_status); }; then
43249 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43257 if test -n "$PKG_CONFIG"; then
43258 if test -n "$GNOMEVFS_LIBS"; then
43259 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
43261 if test -n "$PKG_CONFIG" && \
43262 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
43263 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
43265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43266 (exit $ac_status); }; then
43267 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
43278 if test $pkg_failed = yes; then
43280 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43281 _pkg_short_errors_supported
=yes
43283 _pkg_short_errors_supported
=no
43285 if test $_pkg_short_errors_supported = yes; then
43286 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43288 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
43290 # Put the nasty error message in config.log where it belongs
43291 echo "$GNOMEVFS_PKG_ERRORS" >&5
43294 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43295 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43296 wxUSE_LIBGNOMEVFS
="no"
43299 elif test $pkg_failed = untried
; then
43301 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
43302 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
43303 wxUSE_LIBGNOMEVFS
="no"
43307 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
43308 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
43309 echo "$as_me:$LINENO: result: yes" >&5
43310 echo "${ECHO_T}yes" >&6
43312 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
43313 cat >>confdefs.h
<<\_ACEOF
43314 #define wxUSE_LIBGNOMEVFS 1
43323 if test "$WXGTK20" = 1; then
43324 if test "$wxUSE_LIBHILDON" = "yes" ; then
43327 echo "$as_me:$LINENO: checking for HILDON" >&5
43328 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6
43330 if test -n "$PKG_CONFIG"; then
43331 if test -n "$HILDON_CFLAGS"; then
43332 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
43334 if test -n "$PKG_CONFIG" && \
43335 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43336 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43339 (exit $ac_status); }; then
43340 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
43348 if test -n "$PKG_CONFIG"; then
43349 if test -n "$HILDON_LIBS"; then
43350 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
43352 if test -n "$PKG_CONFIG" && \
43353 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
43354 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
43356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43357 (exit $ac_status); }; then
43358 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
43369 if test $pkg_failed = yes; then
43371 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43372 _pkg_short_errors_supported
=yes
43374 _pkg_short_errors_supported
=no
43376 if test $_pkg_short_errors_supported = yes; then
43377 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43379 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
43381 # Put the nasty error message in config.log where it belongs
43382 echo "$HILDON_PKG_ERRORS" >&5
43385 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43386 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43387 wxUSE_LIBHILDON
="no"
43390 elif test $pkg_failed = untried
; then
43392 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
43393 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
43394 wxUSE_LIBHILDON
="no"
43398 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
43399 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
43400 echo "$as_me:$LINENO: result: yes" >&5
43401 echo "${ECHO_T}yes" >&6
43403 EXTRALIBS_HILDON
="$HILDON_LIBS"
43404 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
43405 cat >>confdefs.h
<<\_ACEOF
43406 #define wxUSE_LIBHILDON 1
43414 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
43415 cat >>confdefs.h
<<\_ACEOF
43416 #define wxUSE_CMDLINE_PARSER 1
43421 if test "$wxUSE_STOPWATCH" = "yes"; then
43422 cat >>confdefs.h
<<\_ACEOF
43423 #define wxUSE_STOPWATCH 1
43428 if test "$wxUSE_DATETIME" = "yes"; then
43429 cat >>confdefs.h
<<\_ACEOF
43430 #define wxUSE_DATETIME 1
43435 if test "$wxUSE_FILE" = "yes"; then
43436 cat >>confdefs.h
<<\_ACEOF
43437 #define wxUSE_FILE 1
43442 if test "$wxUSE_FFILE" = "yes"; then
43443 cat >>confdefs.h
<<\_ACEOF
43444 #define wxUSE_FFILE 1
43449 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
43450 if test "$wxUSE_STREAMS" != yes; then
43451 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
43452 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
43453 wxUSE_ARCHIVE_STREAMS
=no
43455 cat >>confdefs.h
<<\_ACEOF
43456 #define wxUSE_ARCHIVE_STREAMS 1
43462 if test "$wxUSE_ZIPSTREAM" = "yes"; then
43463 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43464 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
43465 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
43466 elif test "$wxUSE_ZLIB" = "no"; then
43467 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
43468 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
43470 cat >>confdefs.h
<<\_ACEOF
43471 #define wxUSE_ZIPSTREAM 1
43477 if test "$wxUSE_TARSTREAM" = "yes"; then
43478 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
43479 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
43480 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
43482 cat >>confdefs.h
<<\_ACEOF
43483 #define wxUSE_TARSTREAM 1
43489 if test "$wxUSE_FILESYSTEM" = "yes"; then
43490 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
43491 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
43492 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
43493 wxUSE_FILESYSTEM
=no
43495 cat >>confdefs.h
<<\_ACEOF
43496 #define wxUSE_FILESYSTEM 1
43502 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
43503 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
43504 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
43505 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
43507 cat >>confdefs.h
<<\_ACEOF
43508 #define wxUSE_FS_ARCHIVE 1
43514 if test "$wxUSE_FS_ZIP" = "yes"; then
43515 if test "$wxUSE_FS_ARCHIVE" != yes; then
43516 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
43517 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
43519 cat >>confdefs.h
<<\_ACEOF
43520 #define wxUSE_FS_ZIP 1
43526 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43527 if test "$USE_UNIX" != 1; then
43528 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
43529 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
43530 wxUSE_ON_FATAL_EXCEPTION
=no
43532 cat >>confdefs.h
<<\_ACEOF
43533 #define wxUSE_ON_FATAL_EXCEPTION 1
43539 if test "$wxUSE_STACKWALKER" = "yes"; then
43540 cat >>confdefs.h
<<\_ACEOF
43541 #define wxUSE_STACKWALKER 1
43546 if test "$wxUSE_DEBUGREPORT" = "yes"; then
43547 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
43548 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
43549 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
43550 wxUSE_DEBUGREPORT
=no
43552 cat >>confdefs.h
<<\_ACEOF
43553 #define wxUSE_DEBUGREPORT 1
43556 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43557 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
43562 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43563 cat >>confdefs.h
<<\_ACEOF
43564 #define wxUSE_SNGLINST_CHECKER 1
43569 if test "$wxUSE_BUSYINFO" = "yes"; then
43570 cat >>confdefs.h
<<\_ACEOF
43571 #define wxUSE_BUSYINFO 1
43576 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43577 cat >>confdefs.h
<<\_ACEOF
43578 #define wxUSE_STD_IOSTREAM 1
43583 if test "$wxUSE_STD_STRING" = "yes"; then
43584 cat >>confdefs.h
<<\_ACEOF
43585 #define wxUSE_STD_STRING 1
43590 if test "$wxUSE_STDPATHS" = "yes"; then
43591 cat >>confdefs.h
<<\_ACEOF
43592 #define wxUSE_STDPATHS 1
43597 if test "$wxUSE_TEXTBUFFER" = "yes"; then
43598 cat >>confdefs.h
<<\_ACEOF
43599 #define wxUSE_TEXTBUFFER 1
43604 if test "$wxUSE_TEXTFILE" = "yes"; then
43605 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43606 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43607 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43609 cat >>confdefs.h
<<\_ACEOF
43610 #define wxUSE_TEXTFILE 1
43616 if test "$wxUSE_CONFIG" = "yes" ; then
43617 if test "$wxUSE_TEXTFILE" != "yes"; then
43618 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43619 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43621 cat >>confdefs.h
<<\_ACEOF
43622 #define wxUSE_CONFIG 1
43625 cat >>confdefs.h
<<\_ACEOF
43626 #define wxUSE_CONFIG_NATIVE 1
43629 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
43633 if test "$wxUSE_INTL" = "yes" ; then
43634 if test "$wxUSE_FILE" != "yes"; then
43635 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43636 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43638 cat >>confdefs.h
<<\_ACEOF
43639 #define wxUSE_INTL 1
43642 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
43643 GUIDIST
="$GUIDIST INTL_DIST"
43647 if test "$wxUSE_LOG" = "yes"; then
43648 cat >>confdefs.h
<<\_ACEOF
43649 #define wxUSE_LOG 1
43653 if test "$wxUSE_LOGGUI" = "yes"; then
43654 cat >>confdefs.h
<<\_ACEOF
43655 #define wxUSE_LOGGUI 1
43660 if test "$wxUSE_LOGWINDOW" = "yes"; then
43661 cat >>confdefs.h
<<\_ACEOF
43662 #define wxUSE_LOGWINDOW 1
43667 if test "$wxUSE_LOGDIALOG" = "yes"; then
43668 cat >>confdefs.h
<<\_ACEOF
43669 #define wxUSE_LOG_DIALOG 1
43674 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
43677 if test "$wxUSE_LONGLONG" = "yes"; then
43678 cat >>confdefs.h
<<\_ACEOF
43679 #define wxUSE_LONGLONG 1
43684 if test "$wxUSE_GEOMETRY" = "yes"; then
43685 cat >>confdefs.h
<<\_ACEOF
43686 #define wxUSE_GEOMETRY 1
43691 if test "$wxUSE_STREAMS" = "yes" ; then
43692 cat >>confdefs.h
<<\_ACEOF
43693 #define wxUSE_STREAMS 1
43698 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43699 cat >>confdefs.h
<<\_ACEOF
43700 #define wxUSE_PRINTF_POS_PARAMS 1
43707 if test "$wxUSE_DATETIME" = "yes"; then
43709 for ac_func
in strptime
43711 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43712 echo "$as_me:$LINENO: checking for $ac_func" >&5
43713 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43714 if eval "test \"\${$as_ac_var+set}\" = set"; then
43715 echo $ECHO_N "(cached) $ECHO_C" >&6
43717 cat >conftest.
$ac_ext <<_ACEOF
43720 cat confdefs.h
>>conftest.
$ac_ext
43721 cat >>conftest.
$ac_ext <<_ACEOF
43722 /* end confdefs.h. */
43723 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43725 #define $ac_func innocuous_$ac_func
43727 /* System header to define __stub macros and hopefully few prototypes,
43728 which can conflict with char $ac_func (); below.
43729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43730 <limits.h> exists even on freestanding compilers. */
43733 # include <limits.h>
43735 # include <assert.h>
43740 /* Override any gcc2 internal prototype to avoid an error. */
43745 /* We use char because int might match the return type of a gcc2
43746 builtin and then its argument prototype would still apply. */
43748 /* The GNU C library defines this for functions which it implements
43749 to always fail with ENOSYS. Some functions are actually named
43750 something starting with __ and the normal name is an alias. */
43751 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43754 char (*f) () = $ac_func;
43763 return f != $ac_func;
43768 rm -f conftest.
$ac_objext conftest
$ac_exeext
43769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43770 (eval $ac_link) 2>conftest.er1
43772 grep -v '^ *+' conftest.er1
>conftest.err
43774 cat conftest.err
>&5
43775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43776 (exit $ac_status); } &&
43777 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
43778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43779 (eval $ac_try) 2>&5
43781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43782 (exit $ac_status); }; } &&
43783 { ac_try
='test -s conftest$ac_exeext'
43784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43785 (eval $ac_try) 2>&5
43787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43788 (exit $ac_status); }; }; then
43789 eval "$as_ac_var=yes"
43791 echo "$as_me: failed program was:" >&5
43792 sed 's/^/| /' conftest.
$ac_ext >&5
43794 eval "$as_ac_var=no"
43796 rm -f conftest.err conftest.
$ac_objext \
43797 conftest
$ac_exeext conftest.
$ac_ext
43799 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43800 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43801 if test `eval echo '${'$as_ac_var'}'` = yes; then
43802 cat >>confdefs.h
<<_ACEOF
43803 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43809 if test "$ac_cv_func_strptime" = "yes"; then
43810 echo "$as_me:$LINENO: checking for strptime declaration" >&5
43811 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
43812 if test "${wx_cv_func_strptime_decl+set}" = set; then
43813 echo $ECHO_N "(cached) $ECHO_C" >&6
43816 cat >conftest.
$ac_ext <<_ACEOF
43819 cat confdefs.h
>>conftest.
$ac_ext
43820 cat >>conftest.
$ac_ext <<_ACEOF
43821 /* end confdefs.h. */
43830 strptime("foo", "bar", &t);
43836 rm -f conftest.
$ac_objext
43837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43838 (eval $ac_compile) 2>conftest.er1
43840 grep -v '^ *+' conftest.er1
>conftest.err
43842 cat conftest.err
>&5
43843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43844 (exit $ac_status); } &&
43845 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
43846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43847 (eval $ac_try) 2>&5
43849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43850 (exit $ac_status); }; } &&
43851 { ac_try
='test -s conftest.$ac_objext'
43852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43853 (eval $ac_try) 2>&5
43855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43856 (exit $ac_status); }; }; then
43857 wx_cv_func_strptime_decl
=yes
43859 echo "$as_me: failed program was:" >&5
43860 sed 's/^/| /' conftest.
$ac_ext >&5
43862 wx_cv_func_strptime_decl
=no
43865 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43869 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
43870 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
43872 if test "$wx_cv_func_strptime_decl" = "yes"; then
43873 cat >>confdefs.h
<<\_ACEOF
43874 #define HAVE_STRPTIME_DECL 1
43879 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
43880 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
43881 if test "${wx_cv_var_timezone+set}" = set; then
43882 echo $ECHO_N "(cached) $ECHO_C" >&6
43885 cat >conftest.
$ac_ext <<_ACEOF
43888 cat confdefs.h
>>conftest.
$ac_ext
43889 cat >>conftest.
$ac_ext <<_ACEOF
43890 /* end confdefs.h. */
43905 rm -f conftest.
$ac_objext
43906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43907 (eval $ac_compile) 2>conftest.er1
43909 grep -v '^ *+' conftest.er1
>conftest.err
43911 cat conftest.err
>&5
43912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43913 (exit $ac_status); } &&
43914 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
43915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43916 (eval $ac_try) 2>&5
43918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43919 (exit $ac_status); }; } &&
43920 { ac_try
='test -s conftest.$ac_objext'
43921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43922 (eval $ac_try) 2>&5
43924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43925 (exit $ac_status); }; }; then
43927 wx_cv_var_timezone
=timezone
43930 echo "$as_me: failed program was:" >&5
43931 sed 's/^/| /' conftest.
$ac_ext >&5
43934 cat >conftest.
$ac_ext <<_ACEOF
43937 cat confdefs.h
>>conftest.
$ac_ext
43938 cat >>conftest.
$ac_ext <<_ACEOF
43939 /* end confdefs.h. */
43954 rm -f conftest.
$ac_objext
43955 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43956 (eval $ac_compile) 2>conftest.er1
43958 grep -v '^ *+' conftest.er1
>conftest.err
43960 cat conftest.err
>&5
43961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43962 (exit $ac_status); } &&
43963 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
43964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43965 (eval $ac_try) 2>&5
43967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43968 (exit $ac_status); }; } &&
43969 { ac_try
='test -s conftest.$ac_objext'
43970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43971 (eval $ac_try) 2>&5
43973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43974 (exit $ac_status); }; }; then
43976 wx_cv_var_timezone
=_timezone
43979 echo "$as_me: failed program was:" >&5
43980 sed 's/^/| /' conftest.
$ac_ext >&5
43983 cat >conftest.
$ac_ext <<_ACEOF
43986 cat confdefs.h
>>conftest.
$ac_ext
43987 cat >>conftest.
$ac_ext <<_ACEOF
43988 /* end confdefs.h. */
44003 rm -f conftest.
$ac_objext
44004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44005 (eval $ac_compile) 2>conftest.er1
44007 grep -v '^ *+' conftest.er1
>conftest.err
44009 cat conftest.err
>&5
44010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44011 (exit $ac_status); } &&
44012 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44014 (eval $ac_try) 2>&5
44016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44017 (exit $ac_status); }; } &&
44018 { ac_try
='test -s conftest.$ac_objext'
44019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44020 (eval $ac_try) 2>&5
44022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44023 (exit $ac_status); }; }; then
44025 wx_cv_var_timezone
=__timezone
44028 echo "$as_me: failed program was:" >&5
44029 sed 's/^/| /' conftest.
$ac_ext >&5
44032 if test "$USE_DOS" = 0 ; then
44033 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
44034 echo "$as_me: WARNING: no timezone variable" >&2;}
44039 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44043 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44047 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44051 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
44052 echo "${ECHO_T}$wx_cv_var_timezone" >&6
44054 if test "x$wx_cv_var_timezone" != x
; then
44055 cat >>confdefs.h
<<_ACEOF
44056 #define WX_TIMEZONE $wx_cv_var_timezone
44062 for ac_func
in localtime
44064 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44065 echo "$as_me:$LINENO: checking for $ac_func" >&5
44066 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44067 if eval "test \"\${$as_ac_var+set}\" = set"; then
44068 echo $ECHO_N "(cached) $ECHO_C" >&6
44070 cat >conftest.
$ac_ext <<_ACEOF
44073 cat confdefs.h
>>conftest.
$ac_ext
44074 cat >>conftest.
$ac_ext <<_ACEOF
44075 /* end confdefs.h. */
44076 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44077 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44078 #define $ac_func innocuous_$ac_func
44080 /* System header to define __stub macros and hopefully few prototypes,
44081 which can conflict with char $ac_func (); below.
44082 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44083 <limits.h> exists even on freestanding compilers. */
44086 # include <limits.h>
44088 # include <assert.h>
44093 /* Override any gcc2 internal prototype to avoid an error. */
44098 /* We use char because int might match the return type of a gcc2
44099 builtin and then its argument prototype would still apply. */
44101 /* The GNU C library defines this for functions which it implements
44102 to always fail with ENOSYS. Some functions are actually named
44103 something starting with __ and the normal name is an alias. */
44104 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44107 char (*f) () = $ac_func;
44116 return f != $ac_func;
44121 rm -f conftest.
$ac_objext conftest
$ac_exeext
44122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44123 (eval $ac_link) 2>conftest.er1
44125 grep -v '^ *+' conftest.er1
>conftest.err
44127 cat conftest.err
>&5
44128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44129 (exit $ac_status); } &&
44130 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44132 (eval $ac_try) 2>&5
44134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44135 (exit $ac_status); }; } &&
44136 { ac_try
='test -s conftest$ac_exeext'
44137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44138 (eval $ac_try) 2>&5
44140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44141 (exit $ac_status); }; }; then
44142 eval "$as_ac_var=yes"
44144 echo "$as_me: failed program was:" >&5
44145 sed 's/^/| /' conftest.
$ac_ext >&5
44147 eval "$as_ac_var=no"
44149 rm -f conftest.err conftest.
$ac_objext \
44150 conftest
$ac_exeext conftest.
$ac_ext
44152 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44153 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44154 if test `eval echo '${'$as_ac_var'}'` = yes; then
44155 cat >>confdefs.h
<<_ACEOF
44156 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44163 if test "$ac_cv_func_localtime" = "yes"; then
44164 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
44165 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
44166 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
44167 echo $ECHO_N "(cached) $ECHO_C" >&6
44170 cat >conftest.
$ac_ext <<_ACEOF
44173 cat confdefs.h
>>conftest.
$ac_ext
44174 cat >>conftest.
$ac_ext <<_ACEOF
44175 /* end confdefs.h. */
44190 rm -f conftest.
$ac_objext
44191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44192 (eval $ac_compile) 2>conftest.er1
44194 grep -v '^ *+' conftest.er1
>conftest.err
44196 cat conftest.err
>&5
44197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44198 (exit $ac_status); } &&
44199 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44201 (eval $ac_try) 2>&5
44203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44204 (exit $ac_status); }; } &&
44205 { ac_try
='test -s conftest.$ac_objext'
44206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44207 (eval $ac_try) 2>&5
44209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44210 (exit $ac_status); }; }; then
44212 wx_cv_struct_tm_has_gmtoff
=yes
44215 echo "$as_me: failed program was:" >&5
44216 sed 's/^/| /' conftest.
$ac_ext >&5
44218 wx_cv_struct_tm_has_gmtoff
=no
44221 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44224 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
44225 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
44228 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
44229 cat >>confdefs.h
<<\_ACEOF
44230 #define WX_GMTOFF_IN_TM 1
44237 for ac_func
in gettimeofday ftime
44239 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
44240 echo "$as_me:$LINENO: checking for $ac_func" >&5
44241 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
44242 if eval "test \"\${$as_ac_var+set}\" = set"; then
44243 echo $ECHO_N "(cached) $ECHO_C" >&6
44245 cat >conftest.
$ac_ext <<_ACEOF
44248 cat confdefs.h
>>conftest.
$ac_ext
44249 cat >>conftest.
$ac_ext <<_ACEOF
44250 /* end confdefs.h. */
44251 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
44252 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44253 #define $ac_func innocuous_$ac_func
44255 /* System header to define __stub macros and hopefully few prototypes,
44256 which can conflict with char $ac_func (); below.
44257 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44258 <limits.h> exists even on freestanding compilers. */
44261 # include <limits.h>
44263 # include <assert.h>
44268 /* Override any gcc2 internal prototype to avoid an error. */
44273 /* We use char because int might match the return type of a gcc2
44274 builtin and then its argument prototype would still apply. */
44276 /* The GNU C library defines this for functions which it implements
44277 to always fail with ENOSYS. Some functions are actually named
44278 something starting with __ and the normal name is an alias. */
44279 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
44282 char (*f) () = $ac_func;
44291 return f != $ac_func;
44296 rm -f conftest.
$ac_objext conftest
$ac_exeext
44297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44298 (eval $ac_link) 2>conftest.er1
44300 grep -v '^ *+' conftest.er1
>conftest.err
44302 cat conftest.err
>&5
44303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44304 (exit $ac_status); } &&
44305 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44307 (eval $ac_try) 2>&5
44309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44310 (exit $ac_status); }; } &&
44311 { ac_try
='test -s conftest$ac_exeext'
44312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44313 (eval $ac_try) 2>&5
44315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44316 (exit $ac_status); }; }; then
44317 eval "$as_ac_var=yes"
44319 echo "$as_me: failed program was:" >&5
44320 sed 's/^/| /' conftest.
$ac_ext >&5
44322 eval "$as_ac_var=no"
44324 rm -f conftest.err conftest.
$ac_objext \
44325 conftest
$ac_exeext conftest.
$ac_ext
44327 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
44328 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
44329 if test `eval echo '${'$as_ac_var'}'` = yes; then
44330 cat >>confdefs.h
<<_ACEOF
44331 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
44338 if test "$ac_cv_func_gettimeofday" = "yes"; then
44339 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
44340 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
44341 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
44342 echo $ECHO_N "(cached) $ECHO_C" >&6
44345 cat >conftest.
$ac_ext <<_ACEOF
44348 cat confdefs.h
>>conftest.
$ac_ext
44349 cat >>conftest.
$ac_ext <<_ACEOF
44350 /* end confdefs.h. */
44352 #include <sys/time.h>
44353 #include <unistd.h>
44360 gettimeofday(&tv, NULL);
44366 rm -f conftest.
$ac_objext
44367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44368 (eval $ac_compile) 2>conftest.er1
44370 grep -v '^ *+' conftest.er1
>conftest.err
44372 cat conftest.err
>&5
44373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44374 (exit $ac_status); } &&
44375 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44377 (eval $ac_try) 2>&5
44379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44380 (exit $ac_status); }; } &&
44381 { ac_try
='test -s conftest.$ac_objext'
44382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44383 (eval $ac_try) 2>&5
44385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44386 (exit $ac_status); }; }; then
44387 wx_cv_func_gettimeofday_has_2_args
=yes
44389 echo "$as_me: failed program was:" >&5
44390 sed 's/^/| /' conftest.
$ac_ext >&5
44392 cat >conftest.
$ac_ext <<_ACEOF
44395 cat confdefs.h
>>conftest.
$ac_ext
44396 cat >>conftest.
$ac_ext <<_ACEOF
44397 /* end confdefs.h. */
44399 #include <sys/time.h>
44400 #include <unistd.h>
44413 rm -f conftest.
$ac_objext
44414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44415 (eval $ac_compile) 2>conftest.er1
44417 grep -v '^ *+' conftest.er1
>conftest.err
44419 cat conftest.err
>&5
44420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44421 (exit $ac_status); } &&
44422 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44424 (eval $ac_try) 2>&5
44426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44427 (exit $ac_status); }; } &&
44428 { ac_try
='test -s conftest.$ac_objext'
44429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44430 (eval $ac_try) 2>&5
44432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44433 (exit $ac_status); }; }; then
44434 wx_cv_func_gettimeofday_has_2_args
=no
44436 echo "$as_me: failed program was:" >&5
44437 sed 's/^/| /' conftest.
$ac_ext >&5
44440 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
44441 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
44442 wx_cv_func_gettimeofday_has_2_args
=unknown
44446 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44449 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44452 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
44453 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
44455 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
44456 cat >>confdefs.h
<<\_ACEOF
44457 #define WX_GETTIMEOFDAY_NO_TZ 1
44463 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
44467 if test "$wxUSE_SOCKETS" = "yes"; then
44468 if test "$wxUSE_MGL" = "1"; then
44469 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
44470 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
44475 if test "$wxUSE_SOCKETS" = "yes"; then
44476 if test "$TOOLKIT" != "MSW"; then
44477 echo "$as_me:$LINENO: checking for socket" >&5
44478 echo $ECHO_N "checking for socket... $ECHO_C" >&6
44479 if test "${ac_cv_func_socket+set}" = set; then
44480 echo $ECHO_N "(cached) $ECHO_C" >&6
44482 cat >conftest.
$ac_ext <<_ACEOF
44485 cat confdefs.h
>>conftest.
$ac_ext
44486 cat >>conftest.
$ac_ext <<_ACEOF
44487 /* end confdefs.h. */
44488 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
44489 For example, HP-UX 11i <limits.h> declares gettimeofday. */
44490 #define socket innocuous_socket
44492 /* System header to define __stub macros and hopefully few prototypes,
44493 which can conflict with char socket (); below.
44494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
44495 <limits.h> exists even on freestanding compilers. */
44498 # include <limits.h>
44500 # include <assert.h>
44505 /* Override any gcc2 internal prototype to avoid an error. */
44510 /* We use char because int might match the return type of a gcc2
44511 builtin and then its argument prototype would still apply. */
44513 /* The GNU C library defines this for functions which it implements
44514 to always fail with ENOSYS. Some functions are actually named
44515 something starting with __ and the normal name is an alias. */
44516 #if defined (__stub_socket) || defined (__stub___socket)
44519 char (*f) () = socket;
44528 return f != socket;
44533 rm -f conftest.
$ac_objext conftest
$ac_exeext
44534 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44535 (eval $ac_link) 2>conftest.er1
44537 grep -v '^ *+' conftest.er1
>conftest.err
44539 cat conftest.err
>&5
44540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44541 (exit $ac_status); } &&
44542 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44544 (eval $ac_try) 2>&5
44546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44547 (exit $ac_status); }; } &&
44548 { ac_try
='test -s conftest$ac_exeext'
44549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44550 (eval $ac_try) 2>&5
44552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44553 (exit $ac_status); }; }; then
44554 ac_cv_func_socket
=yes
44556 echo "$as_me: failed program was:" >&5
44557 sed 's/^/| /' conftest.
$ac_ext >&5
44559 ac_cv_func_socket
=no
44561 rm -f conftest.err conftest.
$ac_objext \
44562 conftest
$ac_exeext conftest.
$ac_ext
44564 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44565 echo "${ECHO_T}$ac_cv_func_socket" >&6
44566 if test $ac_cv_func_socket = yes; then
44570 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44571 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
44572 if test "${ac_cv_lib_socket_socket+set}" = set; then
44573 echo $ECHO_N "(cached) $ECHO_C" >&6
44575 ac_check_lib_save_LIBS
=$LIBS
44576 LIBS
="-lsocket $LIBS"
44577 cat >conftest.
$ac_ext <<_ACEOF
44580 cat confdefs.h
>>conftest.
$ac_ext
44581 cat >>conftest.
$ac_ext <<_ACEOF
44582 /* end confdefs.h. */
44584 /* Override any gcc2 internal prototype to avoid an error. */
44588 /* We use char because int might match the return type of a gcc2
44589 builtin and then its argument prototype would still apply. */
44599 rm -f conftest.
$ac_objext conftest
$ac_exeext
44600 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44601 (eval $ac_link) 2>conftest.er1
44603 grep -v '^ *+' conftest.er1
>conftest.err
44605 cat conftest.err
>&5
44606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44607 (exit $ac_status); } &&
44608 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44610 (eval $ac_try) 2>&5
44612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44613 (exit $ac_status); }; } &&
44614 { ac_try
='test -s conftest$ac_exeext'
44615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44616 (eval $ac_try) 2>&5
44618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44619 (exit $ac_status); }; }; then
44620 ac_cv_lib_socket_socket
=yes
44622 echo "$as_me: failed program was:" >&5
44623 sed 's/^/| /' conftest.
$ac_ext >&5
44625 ac_cv_lib_socket_socket
=no
44627 rm -f conftest.err conftest.
$ac_objext \
44628 conftest
$ac_exeext conftest.
$ac_ext
44629 LIBS
=$ac_check_lib_save_LIBS
44631 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44632 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
44633 if test $ac_cv_lib_socket_socket = yes; then
44634 if test "$INET_LINK" != " -lsocket"; then
44635 INET_LINK
="$INET_LINK -lsocket"
44639 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44640 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44653 if test "$wxUSE_SOCKETS" = "yes" ; then
44654 if test "$TOOLKIT" != "MSW"; then
44655 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
44656 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
44657 if test "${wx_cv_type_getsockname3+set}" = set; then
44658 echo $ECHO_N "(cached) $ECHO_C" >&6
44661 cat >conftest.
$ac_ext <<_ACEOF
44664 cat confdefs.h
>>conftest.
$ac_ext
44665 cat >>conftest.
$ac_ext <<_ACEOF
44666 /* end confdefs.h. */
44668 #include <sys/types.h>
44669 #include <sys/socket.h>
44676 getsockname(0, 0, &len);
44682 rm -f conftest.
$ac_objext
44683 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44684 (eval $ac_compile) 2>conftest.er1
44686 grep -v '^ *+' conftest.er1
>conftest.err
44688 cat conftest.err
>&5
44689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44690 (exit $ac_status); } &&
44691 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44693 (eval $ac_try) 2>&5
44695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44696 (exit $ac_status); }; } &&
44697 { ac_try
='test -s conftest.$ac_objext'
44698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44699 (eval $ac_try) 2>&5
44701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44702 (exit $ac_status); }; }; then
44703 wx_cv_type_getsockname3
=socklen_t
44705 echo "$as_me: failed program was:" >&5
44706 sed 's/^/| /' conftest.
$ac_ext >&5
44709 CXXFLAGS_OLD
="$CXXFLAGS"
44710 if test "$GCC" = yes ; then
44711 CXXFLAGS
="-Werror $CXXFLAGS"
44714 cat >conftest.
$ac_ext <<_ACEOF
44717 cat confdefs.h
>>conftest.
$ac_ext
44718 cat >>conftest.
$ac_ext <<_ACEOF
44719 /* end confdefs.h. */
44721 #include <sys/types.h>
44722 #include <sys/socket.h>
44729 getsockname(0, 0, &len);
44735 rm -f conftest.
$ac_objext
44736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44737 (eval $ac_compile) 2>conftest.er1
44739 grep -v '^ *+' conftest.er1
>conftest.err
44741 cat conftest.err
>&5
44742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44743 (exit $ac_status); } &&
44744 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44746 (eval $ac_try) 2>&5
44748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44749 (exit $ac_status); }; } &&
44750 { ac_try
='test -s conftest.$ac_objext'
44751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44752 (eval $ac_try) 2>&5
44754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44755 (exit $ac_status); }; }; then
44756 wx_cv_type_getsockname3
=size_t
44758 echo "$as_me: failed program was:" >&5
44759 sed 's/^/| /' conftest.
$ac_ext >&5
44761 cat >conftest.
$ac_ext <<_ACEOF
44764 cat confdefs.h
>>conftest.
$ac_ext
44765 cat >>conftest.
$ac_ext <<_ACEOF
44766 /* end confdefs.h. */
44768 #include <sys/types.h>
44769 #include <sys/socket.h>
44776 getsockname(0, 0, &len);
44782 rm -f conftest.
$ac_objext
44783 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44784 (eval $ac_compile) 2>conftest.er1
44786 grep -v '^ *+' conftest.er1
>conftest.err
44788 cat conftest.err
>&5
44789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44790 (exit $ac_status); } &&
44791 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44793 (eval $ac_try) 2>&5
44795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44796 (exit $ac_status); }; } &&
44797 { ac_try
='test -s conftest.$ac_objext'
44798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44799 (eval $ac_try) 2>&5
44801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44802 (exit $ac_status); }; }; then
44803 wx_cv_type_getsockname3
=int
44805 echo "$as_me: failed program was:" >&5
44806 sed 's/^/| /' conftest.
$ac_ext >&5
44808 wx_cv_type_getsockname3
=unknown
44811 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44814 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44816 CXXFLAGS
="$CXXFLAGS_OLD"
44820 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44823 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44824 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
44826 if test "$wx_cv_type_getsockname3" = "unknown"; then
44828 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44829 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44831 cat >>confdefs.h
<<_ACEOF
44832 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
44836 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44837 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
44838 if test "${wx_cv_type_getsockopt5+set}" = set; then
44839 echo $ECHO_N "(cached) $ECHO_C" >&6
44842 cat >conftest.
$ac_ext <<_ACEOF
44845 cat confdefs.h
>>conftest.
$ac_ext
44846 cat >>conftest.
$ac_ext <<_ACEOF
44847 /* end confdefs.h. */
44849 #include <sys/types.h>
44850 #include <sys/socket.h>
44857 getsockopt(0, 0, 0, 0, &len);
44863 rm -f conftest.
$ac_objext
44864 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44865 (eval $ac_compile) 2>conftest.er1
44867 grep -v '^ *+' conftest.er1
>conftest.err
44869 cat conftest.err
>&5
44870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44871 (exit $ac_status); } &&
44872 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44874 (eval $ac_try) 2>&5
44876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44877 (exit $ac_status); }; } &&
44878 { ac_try
='test -s conftest.$ac_objext'
44879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44880 (eval $ac_try) 2>&5
44882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44883 (exit $ac_status); }; }; then
44884 wx_cv_type_getsockopt5
=socklen_t
44886 echo "$as_me: failed program was:" >&5
44887 sed 's/^/| /' conftest.
$ac_ext >&5
44890 CXXFLAGS_OLD
="$CXXFLAGS"
44891 if test "$GCC" = yes ; then
44892 CXXFLAGS
="-Werror $CXXFLAGS"
44895 cat >conftest.
$ac_ext <<_ACEOF
44898 cat confdefs.h
>>conftest.
$ac_ext
44899 cat >>conftest.
$ac_ext <<_ACEOF
44900 /* end confdefs.h. */
44902 #include <sys/types.h>
44903 #include <sys/socket.h>
44910 getsockopt(0, 0, 0, 0, &len);
44916 rm -f conftest.
$ac_objext
44917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44918 (eval $ac_compile) 2>conftest.er1
44920 grep -v '^ *+' conftest.er1
>conftest.err
44922 cat conftest.err
>&5
44923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44924 (exit $ac_status); } &&
44925 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44927 (eval $ac_try) 2>&5
44929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44930 (exit $ac_status); }; } &&
44931 { ac_try
='test -s conftest.$ac_objext'
44932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44933 (eval $ac_try) 2>&5
44935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44936 (exit $ac_status); }; }; then
44937 wx_cv_type_getsockopt5
=size_t
44939 echo "$as_me: failed program was:" >&5
44940 sed 's/^/| /' conftest.
$ac_ext >&5
44942 cat >conftest.
$ac_ext <<_ACEOF
44945 cat confdefs.h
>>conftest.
$ac_ext
44946 cat >>conftest.
$ac_ext <<_ACEOF
44947 /* end confdefs.h. */
44949 #include <sys/types.h>
44950 #include <sys/socket.h>
44957 getsockopt(0, 0, 0, 0, &len);
44963 rm -f conftest.
$ac_objext
44964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44965 (eval $ac_compile) 2>conftest.er1
44967 grep -v '^ *+' conftest.er1
>conftest.err
44969 cat conftest.err
>&5
44970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44971 (exit $ac_status); } &&
44972 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
44973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44974 (eval $ac_try) 2>&5
44976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44977 (exit $ac_status); }; } &&
44978 { ac_try
='test -s conftest.$ac_objext'
44979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44980 (eval $ac_try) 2>&5
44982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44983 (exit $ac_status); }; }; then
44984 wx_cv_type_getsockopt5
=int
44986 echo "$as_me: failed program was:" >&5
44987 sed 's/^/| /' conftest.
$ac_ext >&5
44989 wx_cv_type_getsockopt5
=unknown
44992 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44995 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44997 CXXFLAGS
="$CXXFLAGS_OLD"
45001 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45004 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
45005 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
45007 if test "$wx_cv_type_getsockopt5" = "unknown"; then
45009 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
45010 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
45012 cat >>confdefs.h
<<_ACEOF
45013 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
45020 if test "$wxUSE_SOCKETS" = "yes" ; then
45021 cat >>confdefs.h
<<\_ACEOF
45022 #define wxUSE_SOCKETS 1
45025 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
45028 if test "$wxUSE_PROTOCOL" = "yes"; then
45029 if test "$wxUSE_SOCKETS" != "yes"; then
45030 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
45031 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
45036 if test "$wxUSE_PROTOCOL" = "yes"; then
45037 cat >>confdefs.h
<<\_ACEOF
45038 #define wxUSE_PROTOCOL 1
45042 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
45043 cat >>confdefs.h
<<\_ACEOF
45044 #define wxUSE_PROTOCOL_HTTP 1
45048 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
45049 cat >>confdefs.h
<<\_ACEOF
45050 #define wxUSE_PROTOCOL_FTP 1
45054 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
45055 cat >>confdefs.h
<<\_ACEOF
45056 #define wxUSE_PROTOCOL_FILE 1
45061 if test "$wxUSE_FS_INET" = "yes"; then
45062 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
45063 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
45068 if test "$wxUSE_URL" = "yes"; then
45069 if test "$wxUSE_PROTOCOL" != "yes"; then
45070 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
45071 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
45074 if test "$wxUSE_URL" = "yes"; then
45075 cat >>confdefs.h
<<\_ACEOF
45076 #define wxUSE_URL 1
45082 if test "$wxUSE_VARIANT" = "yes"; then
45083 cat >>confdefs.h
<<\_ACEOF
45084 #define wxUSE_VARIANT 1
45089 if test "$wxUSE_FS_INET" = "yes"; then
45090 cat >>confdefs.h
<<\_ACEOF
45091 #define wxUSE_FS_INET 1
45097 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
45100 if test "$TOOLKIT" = "MSW"; then
45103 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
45104 if test "$USE_DARWIN" = 1; then
45105 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
45106 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
45107 cat >conftest.
$ac_ext <<_ACEOF
45110 cat confdefs.h
>>conftest.
$ac_ext
45111 cat >>conftest.
$ac_ext <<_ACEOF
45112 /* end confdefs.h. */
45113 #include <IOKit/hid/IOHIDLib.h>
45117 IOHIDQueueInterface *qi = NULL;
45118 IOHIDCallbackFunction cb = NULL;
45119 qi->setEventCallout(NULL, cb, NULL, NULL);
45124 rm -f conftest.
$ac_objext
45125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45126 (eval $ac_compile) 2>conftest.er1
45128 grep -v '^ *+' conftest.er1
>conftest.err
45130 cat conftest.err
>&5
45131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45132 (exit $ac_status); } &&
45133 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
45134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45135 (eval $ac_try) 2>&5
45137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45138 (exit $ac_status); }; } &&
45139 { ac_try
='test -s conftest.$ac_objext'
45140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45141 (eval $ac_try) 2>&5
45143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45144 (exit $ac_status); }; }; then
45148 echo "$as_me: failed program was:" >&5
45149 sed 's/^/| /' conftest.
$ac_ext >&5
45152 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45153 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
45154 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
45159 for ac_header
in linux
/joystick.h
45161 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45162 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45163 echo "$as_me:$LINENO: checking for $ac_header" >&5
45164 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45165 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45166 echo $ECHO_N "(cached) $ECHO_C" >&6
45168 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45169 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45171 # Is the header compilable?
45172 echo "$as_me:$LINENO: checking $ac_header usability" >&5
45173 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
45174 cat >conftest.
$ac_ext <<_ACEOF
45177 cat confdefs.h
>>conftest.
$ac_ext
45178 cat >>conftest.
$ac_ext <<_ACEOF
45179 /* end confdefs.h. */
45180 $ac_includes_default
45181 #include <$ac_header>
45183 rm -f conftest.
$ac_objext
45184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45185 (eval $ac_compile) 2>conftest.er1
45187 grep -v '^ *+' conftest.er1
>conftest.err
45189 cat conftest.err
>&5
45190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45191 (exit $ac_status); } &&
45192 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
45193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45194 (eval $ac_try) 2>&5
45196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45197 (exit $ac_status); }; } &&
45198 { ac_try
='test -s conftest.$ac_objext'
45199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45200 (eval $ac_try) 2>&5
45202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45203 (exit $ac_status); }; }; then
45204 ac_header_compiler
=yes
45206 echo "$as_me: failed program was:" >&5
45207 sed 's/^/| /' conftest.
$ac_ext >&5
45209 ac_header_compiler
=no
45211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45212 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
45213 echo "${ECHO_T}$ac_header_compiler" >&6
45215 # Is the header present?
45216 echo "$as_me:$LINENO: checking $ac_header presence" >&5
45217 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
45218 cat >conftest.
$ac_ext <<_ACEOF
45221 cat confdefs.h
>>conftest.
$ac_ext
45222 cat >>conftest.
$ac_ext <<_ACEOF
45223 /* end confdefs.h. */
45224 #include <$ac_header>
45226 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
45227 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
45229 grep -v '^ *+' conftest.er1
>conftest.err
45231 cat conftest.err
>&5
45232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45233 (exit $ac_status); } >/dev
/null
; then
45234 if test -s conftest.err
; then
45235 ac_cpp_err
=$ac_cxx_preproc_warn_flag
45236 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
45243 if test -z "$ac_cpp_err"; then
45244 ac_header_preproc
=yes
45246 echo "$as_me: failed program was:" >&5
45247 sed 's/^/| /' conftest.
$ac_ext >&5
45249 ac_header_preproc
=no
45251 rm -f conftest.err conftest.
$ac_ext
45252 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
45253 echo "${ECHO_T}$ac_header_preproc" >&6
45255 # So? What about this header?
45256 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
45258 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
45259 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
45260 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
45261 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
45262 ac_header_preproc
=yes
45265 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
45266 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
45267 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
45268 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
45269 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
45270 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
45271 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
45272 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
45273 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
45274 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
45275 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
45276 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
45279 ## ----------------------------------------- ##
45280 ## Report this to wx-dev@lists.wxwidgets.org ##
45281 ## ----------------------------------------- ##
45284 sed "s/^/$as_me: WARNING: /" >&2
45287 echo "$as_me:$LINENO: checking for $ac_header" >&5
45288 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45289 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45290 echo $ECHO_N "(cached) $ECHO_C" >&6
45292 eval "$as_ac_Header=\$ac_header_preproc"
45294 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45295 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45298 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45299 cat >>confdefs.h
<<_ACEOF
45300 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45309 if test "$wxUSE_JOYSTICK" = "yes"; then
45310 cat >>confdefs.h
<<\_ACEOF
45311 #define wxUSE_JOYSTICK 1
45314 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
45316 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
45317 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
45323 if test "$wxUSE_FONTMAP" = "yes" ; then
45324 cat >>confdefs.h
<<\_ACEOF
45325 #define wxUSE_FONTMAP 1
45330 if test "$wxUSE_UNICODE" = "yes" ; then
45331 cat >>confdefs.h
<<\_ACEOF
45332 #define wxUSE_UNICODE 1
45336 if test "$USE_WIN32" != 1; then
45337 wxUSE_UNICODE_MSLU
=no
45340 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
45341 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
45342 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
45343 if test "${ac_cv_lib_unicows_main+set}" = set; then
45344 echo $ECHO_N "(cached) $ECHO_C" >&6
45346 ac_check_lib_save_LIBS
=$LIBS
45347 LIBS
="-lunicows $LIBS"
45348 cat >conftest.
$ac_ext <<_ACEOF
45351 cat confdefs.h
>>conftest.
$ac_ext
45352 cat >>conftest.
$ac_ext <<_ACEOF
45353 /* end confdefs.h. */
45364 rm -f conftest.
$ac_objext conftest
$ac_exeext
45365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
45366 (eval $ac_link) 2>conftest.er1
45368 grep -v '^ *+' conftest.er1
>conftest.err
45370 cat conftest.err
>&5
45371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45372 (exit $ac_status); } &&
45373 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
45374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45375 (eval $ac_try) 2>&5
45377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45378 (exit $ac_status); }; } &&
45379 { ac_try
='test -s conftest$ac_exeext'
45380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45381 (eval $ac_try) 2>&5
45383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45384 (exit $ac_status); }; }; then
45385 ac_cv_lib_unicows_main
=yes
45387 echo "$as_me: failed program was:" >&5
45388 sed 's/^/| /' conftest.
$ac_ext >&5
45390 ac_cv_lib_unicows_main
=no
45392 rm -f conftest.err conftest.
$ac_objext \
45393 conftest
$ac_exeext conftest.
$ac_ext
45394 LIBS
=$ac_check_lib_save_LIBS
45396 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
45397 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
45398 if test $ac_cv_lib_unicows_main = yes; then
45400 cat >>confdefs.h
<<\_ACEOF
45401 #define wxUSE_UNICODE_MSLU 1
45407 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45408 Applications will only run on Windows NT/2000/XP!" >&5
45409 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
45410 Applications will only run on Windows NT/2000/XP!" >&2;}
45411 wxUSE_UNICODE_MSLU
=no
45418 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
45419 cat >>confdefs.h
<<\_ACEOF
45420 #define wxUSE_EXPERIMENTAL_PRINTF 1
45426 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
45427 cat >>confdefs.h
<<\_ACEOF
45428 #define wxUSE_POSTSCRIPT 1
45433 cat >>confdefs.h
<<\_ACEOF
45434 #define wxUSE_AFM_FOR_POSTSCRIPT 1
45438 cat >>confdefs.h
<<\_ACEOF
45439 #define wxUSE_NORMALIZED_PS_FONTS 1
45444 if test "$wxUSE_CONSTRAINTS" = "yes"; then
45445 cat >>confdefs.h
<<\_ACEOF
45446 #define wxUSE_CONSTRAINTS 1
45449 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
45452 if test "$wxUSE_MDI" = "yes"; then
45453 cat >>confdefs.h
<<\_ACEOF
45454 #define wxUSE_MDI 1
45458 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
45459 cat >>confdefs.h
<<\_ACEOF
45460 #define wxUSE_MDI_ARCHITECTURE 1
45463 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
45467 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
45468 cat >>confdefs.h
<<\_ACEOF
45469 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
45472 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
45473 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
45474 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
45478 if test "$wxUSE_HELP" = "yes"; then
45479 cat >>confdefs.h
<<\_ACEOF
45480 #define wxUSE_HELP 1
45483 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
45485 if test "$wxUSE_MSW" = 1; then
45486 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
45487 cat >>confdefs.h
<<\_ACEOF
45488 #define wxUSE_MS_HTML_HELP 1
45494 if test "$wxUSE_WXHTML_HELP" = "yes"; then
45495 if test "$wxUSE_HTML" = "yes"; then
45496 cat >>confdefs.h
<<\_ACEOF
45497 #define wxUSE_WXHTML_HELP 1
45501 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
45502 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
45503 wxUSE_WXHTML_HELP
=no
45508 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
45509 if test "$wxUSE_CONSTRAINTS" != "yes"; then
45510 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
45511 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
45513 cat >>confdefs.h
<<\_ACEOF
45514 #define wxUSE_PRINTING_ARCHITECTURE 1
45518 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
45521 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
45522 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
45523 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
45524 { (exit 1); exit 1; }; }
45528 if test "$wxUSE_METAFILE" = "yes"; then
45529 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
45530 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
45531 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
45537 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
45538 -o "$wxUSE_CLIPBOARD" = "yes" \
45539 -o "$wxUSE_OLE" = "yes" \
45540 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
45542 for ac_header
in ole2.h
45544 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45545 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45546 echo "$as_me:$LINENO: checking for $ac_header" >&5
45547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45548 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45549 echo $ECHO_N "(cached) $ECHO_C" >&6
45551 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45552 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45554 # Is the header compilable?
45555 echo "$as_me:$LINENO: checking $ac_header usability" >&5
45556 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
45557 cat >conftest.
$ac_ext <<_ACEOF
45560 cat confdefs.h
>>conftest.
$ac_ext
45561 cat >>conftest.
$ac_ext <<_ACEOF
45562 /* end confdefs.h. */
45563 $ac_includes_default
45564 #include <$ac_header>
45566 rm -f conftest.
$ac_objext
45567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45568 (eval $ac_compile) 2>conftest.er1
45570 grep -v '^ *+' conftest.er1
>conftest.err
45572 cat conftest.err
>&5
45573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45574 (exit $ac_status); } &&
45575 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
45576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45577 (eval $ac_try) 2>&5
45579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45580 (exit $ac_status); }; } &&
45581 { ac_try
='test -s conftest.$ac_objext'
45582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45583 (eval $ac_try) 2>&5
45585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45586 (exit $ac_status); }; }; then
45587 ac_header_compiler
=yes
45589 echo "$as_me: failed program was:" >&5
45590 sed 's/^/| /' conftest.
$ac_ext >&5
45592 ac_header_compiler
=no
45594 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45595 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
45596 echo "${ECHO_T}$ac_header_compiler" >&6
45598 # Is the header present?
45599 echo "$as_me:$LINENO: checking $ac_header presence" >&5
45600 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
45601 cat >conftest.
$ac_ext <<_ACEOF
45604 cat confdefs.h
>>conftest.
$ac_ext
45605 cat >>conftest.
$ac_ext <<_ACEOF
45606 /* end confdefs.h. */
45607 #include <$ac_header>
45609 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
45610 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
45612 grep -v '^ *+' conftest.er1
>conftest.err
45614 cat conftest.err
>&5
45615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45616 (exit $ac_status); } >/dev
/null
; then
45617 if test -s conftest.err
; then
45618 ac_cpp_err
=$ac_cxx_preproc_warn_flag
45619 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
45626 if test -z "$ac_cpp_err"; then
45627 ac_header_preproc
=yes
45629 echo "$as_me: failed program was:" >&5
45630 sed 's/^/| /' conftest.
$ac_ext >&5
45632 ac_header_preproc
=no
45634 rm -f conftest.err conftest.
$ac_ext
45635 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
45636 echo "${ECHO_T}$ac_header_preproc" >&6
45638 # So? What about this header?
45639 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
45641 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
45642 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
45643 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
45644 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
45645 ac_header_preproc
=yes
45648 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
45649 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
45650 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
45651 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
45652 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
45653 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
45654 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
45655 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
45656 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
45657 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
45658 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
45659 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
45662 ## ----------------------------------------- ##
45663 ## Report this to wx-dev@lists.wxwidgets.org ##
45664 ## ----------------------------------------- ##
45667 sed "s/^/$as_me: WARNING: /" >&2
45670 echo "$as_me:$LINENO: checking for $ac_header" >&5
45671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45672 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45673 echo $ECHO_N "(cached) $ECHO_C" >&6
45675 eval "$as_ac_Header=\$ac_header_preproc"
45677 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45678 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45681 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45682 cat >>confdefs.h
<<_ACEOF
45683 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45691 if test "$ac_cv_header_ole2_h" = "yes" ; then
45692 if test "$GCC" = yes ; then
45693 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45694 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
45695 cat >conftest.
$ac_ext <<_ACEOF
45698 cat confdefs.h
>>conftest.
$ac_ext
45699 cat >>conftest.
$ac_ext <<_ACEOF
45700 /* end confdefs.h. */
45701 #include <windows.h>
45711 rm -f conftest.
$ac_objext
45712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45713 (eval $ac_compile) 2>conftest.er1
45715 grep -v '^ *+' conftest.er1
>conftest.err
45717 cat conftest.err
>&5
45718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45719 (exit $ac_status); } &&
45720 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
45721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45722 (eval $ac_try) 2>&5
45724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45725 (exit $ac_status); }; } &&
45726 { ac_try
='test -s conftest.$ac_objext'
45727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45728 (eval $ac_try) 2>&5
45730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45731 (exit $ac_status); }; }; then
45732 echo "$as_me:$LINENO: result: no" >&5
45733 echo "${ECHO_T}no" >&6
45735 echo "$as_me: failed program was:" >&5
45736 sed 's/^/| /' conftest.
$ac_ext >&5
45738 echo "$as_me:$LINENO: result: yes" >&5
45739 echo "${ECHO_T}yes" >&6
45740 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
45742 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45743 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45744 if test "$wxUSE_OLE" = "yes" ; then
45745 cat >>confdefs.h
<<\_ACEOF
45746 #define wxUSE_OLE 1
45749 cat >>confdefs.h
<<\_ACEOF
45750 #define wxUSE_OLE_AUTOMATION 1
45753 cat >>confdefs.h
<<\_ACEOF
45754 #define wxUSE_OLE_ACTIVEX 1
45757 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
45761 if test "$wxUSE_DATAOBJ" = "yes" ; then
45762 cat >>confdefs.h
<<\_ACEOF
45763 #define wxUSE_DATAOBJ 1
45768 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45769 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45772 wxUSE_DRAG_AND_DROP
=no
45777 if test "$wxUSE_METAFILE" = "yes"; then
45778 cat >>confdefs.h
<<\_ACEOF
45779 #define wxUSE_METAFILE 1
45783 cat >>confdefs.h
<<\_ACEOF
45784 #define wxUSE_ENH_METAFILE 1
45790 if test "$wxUSE_IPC" = "yes"; then
45791 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
45792 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45793 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
45797 if test "$wxUSE_IPC" = "yes"; then
45798 cat >>confdefs.h
<<\_ACEOF
45799 #define wxUSE_IPC 1
45802 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
45806 if test "$wxUSE_DATAOBJ" = "yes"; then
45807 if test "$wxUSE_MGL" = 1; then
45808 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
45809 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
45812 cat >>confdefs.h
<<\_ACEOF
45813 #define wxUSE_DATAOBJ 1
45818 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45819 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45821 wxUSE_DRAG_AND_DROP
=no
45824 if test "$wxUSE_CLIPBOARD" = "yes"; then
45825 if test "$wxUSE_MGL" = 1; then
45826 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
45827 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
45831 if test "$wxUSE_CLIPBOARD" = "yes"; then
45832 cat >>confdefs.h
<<\_ACEOF
45833 #define wxUSE_CLIPBOARD 1
45839 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45840 if test "$wxUSE_GTK" = 1; then
45841 if test "$WXGTK12" != 1; then
45842 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45843 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45844 wxUSE_DRAG_AND_DROP
=no
45848 if test "$wxUSE_MOTIF" = 1; then
45849 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
45850 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
45851 wxUSE_DRAG_AND_DROP
=no
45854 if test "$wxUSE_X11" = 1; then
45855 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
45856 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
45857 wxUSE_DRAG_AND_DROP
=no
45860 if test "$wxUSE_MGL" = 1; then
45861 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
45862 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
45863 wxUSE_DRAG_AND_DROP
=no
45866 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45867 cat >>confdefs.h
<<\_ACEOF
45868 #define wxUSE_DRAG_AND_DROP 1
45875 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45876 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
45879 if test "$wxUSE_SPLINES" = "yes" ; then
45880 cat >>confdefs.h
<<\_ACEOF
45881 #define wxUSE_SPLINES 1
45886 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45887 cat >>confdefs.h
<<\_ACEOF
45888 #define wxUSE_MOUSEWHEEL 1
45895 if test "$wxUSE_CONTROLS" = "yes"; then
45899 if test "$wxUSE_ACCEL" = "yes"; then
45900 cat >>confdefs.h
<<\_ACEOF
45901 #define wxUSE_ACCEL 1
45907 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
45908 cat >>confdefs.h
<<\_ACEOF
45909 #define wxUSE_ANIMATIONCTRL 1
45913 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
45916 if test "$wxUSE_BUTTON" = "yes"; then
45917 cat >>confdefs.h
<<\_ACEOF
45918 #define wxUSE_BUTTON 1
45924 if test "$wxUSE_BMPBUTTON" = "yes"; then
45925 cat >>confdefs.h
<<\_ACEOF
45926 #define wxUSE_BMPBUTTON 1
45932 if test "$wxUSE_CALCTRL" = "yes"; then
45933 cat >>confdefs.h
<<\_ACEOF
45934 #define wxUSE_CALENDARCTRL 1
45938 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
45941 if test "$wxUSE_CARET" = "yes"; then
45942 cat >>confdefs.h
<<\_ACEOF
45943 #define wxUSE_CARET 1
45947 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
45950 if test "$wxUSE_COLLPANE" = "yes"; then
45951 cat >>confdefs.h
<<\_ACEOF
45952 #define wxUSE_COLLPANE 1
45956 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
45959 if test "$wxUSE_COMBOBOX" = "yes"; then
45960 cat >>confdefs.h
<<\_ACEOF
45961 #define wxUSE_COMBOBOX 1
45967 if test "$wxUSE_COMBOCTRL" = "yes"; then
45968 cat >>confdefs.h
<<\_ACEOF
45969 #define wxUSE_COMBOCTRL 1
45975 if test "$wxUSE_CHOICE" = "yes"; then
45976 cat >>confdefs.h
<<\_ACEOF
45977 #define wxUSE_CHOICE 1
45983 if test "$wxUSE_CHOICEBOOK" = "yes"; then
45984 cat >>confdefs.h
<<\_ACEOF
45985 #define wxUSE_CHOICEBOOK 1
45991 if test "$wxUSE_CHECKBOX" = "yes"; then
45992 cat >>confdefs.h
<<\_ACEOF
45993 #define wxUSE_CHECKBOX 1
45999 if test "$wxUSE_CHECKLST" = "yes"; then
46000 cat >>confdefs.h
<<\_ACEOF
46001 #define wxUSE_CHECKLISTBOX 1
46005 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
46008 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
46009 cat >>confdefs.h
<<\_ACEOF
46010 #define wxUSE_COLOURPICKERCTRL 1
46016 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
46017 cat >>confdefs.h
<<\_ACEOF
46018 #define wxUSE_DATEPICKCTRL 1
46024 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
46025 cat >>confdefs.h
<<\_ACEOF
46026 #define wxUSE_DIRPICKERCTRL 1
46032 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
46033 cat >>confdefs.h
<<\_ACEOF
46034 #define wxUSE_FILEPICKERCTRL 1
46040 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
46041 cat >>confdefs.h
<<\_ACEOF
46042 #define wxUSE_FONTPICKERCTRL 1
46048 if test "$wxUSE_DISPLAY" = "yes"; then
46049 cat >>confdefs.h
<<\_ACEOF
46050 #define wxUSE_DISPLAY 1
46053 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
46056 if test "$wxUSE_DETECT_SM" = "yes"; then
46057 cat >>confdefs.h
<<\_ACEOF
46058 #define wxUSE_DETECT_SM 1
46063 if test "$wxUSE_GAUGE" = "yes"; then
46064 cat >>confdefs.h
<<\_ACEOF
46065 #define wxUSE_GAUGE 1
46071 if test "$wxUSE_GRID" = "yes"; then
46072 cat >>confdefs.h
<<\_ACEOF
46073 #define wxUSE_GRID 1
46077 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
46080 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
46081 cat >>confdefs.h
<<\_ACEOF
46082 #define wxUSE_HYPERLINKCTRL 1
46088 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
46089 cat >>confdefs.h
<<\_ACEOF
46090 #define wxUSE_BITMAPCOMBOBOX 1
46096 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
46097 cat >>confdefs.h
<<\_ACEOF
46098 #define wxUSE_DATAVIEWCTRL 1
46102 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
46105 if test "$wxUSE_IMAGLIST" = "yes"; then
46106 cat >>confdefs.h
<<\_ACEOF
46107 #define wxUSE_IMAGLIST 1
46112 if test "$wxUSE_LISTBOOK" = "yes"; then
46113 cat >>confdefs.h
<<\_ACEOF
46114 #define wxUSE_LISTBOOK 1
46120 if test "$wxUSE_LISTBOX" = "yes"; then
46121 cat >>confdefs.h
<<\_ACEOF
46122 #define wxUSE_LISTBOX 1
46126 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
46129 if test "$wxUSE_LISTCTRL" = "yes"; then
46130 if test "$wxUSE_IMAGLIST" = "yes"; then
46131 cat >>confdefs.h
<<\_ACEOF
46132 #define wxUSE_LISTCTRL 1
46136 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
46138 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
46139 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
46143 if test "$wxUSE_NOTEBOOK" = "yes"; then
46144 cat >>confdefs.h
<<\_ACEOF
46145 #define wxUSE_NOTEBOOK 1
46149 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
46152 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
46153 cat >>confdefs.h
<<\_ACEOF
46154 #define wxUSE_ODCOMBOBOX 1
46158 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
46162 if test "$wxUSE_RADIOBOX" = "yes"; then
46163 cat >>confdefs.h
<<\_ACEOF
46164 #define wxUSE_RADIOBOX 1
46170 if test "$wxUSE_RADIOBTN" = "yes"; then
46171 cat >>confdefs.h
<<\_ACEOF
46172 #define wxUSE_RADIOBTN 1
46178 if test "$wxUSE_SASH" = "yes"; then
46179 cat >>confdefs.h
<<\_ACEOF
46180 #define wxUSE_SASH 1
46183 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
46186 if test "$wxUSE_SCROLLBAR" = "yes"; then
46187 cat >>confdefs.h
<<\_ACEOF
46188 #define wxUSE_SCROLLBAR 1
46192 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
46195 if test "$wxUSE_SLIDER" = "yes"; then
46196 cat >>confdefs.h
<<\_ACEOF
46197 #define wxUSE_SLIDER 1
46203 if test "$wxUSE_SPINBTN" = "yes"; then
46204 cat >>confdefs.h
<<\_ACEOF
46205 #define wxUSE_SPINBTN 1
46211 if test "$wxUSE_SPINCTRL" = "yes"; then
46212 cat >>confdefs.h
<<\_ACEOF
46213 #define wxUSE_SPINCTRL 1
46219 if test "$wxUSE_SPLITTER" = "yes"; then
46220 cat >>confdefs.h
<<\_ACEOF
46221 #define wxUSE_SPLITTER 1
46224 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
46227 if test "$wxUSE_STATBMP" = "yes"; then
46228 cat >>confdefs.h
<<\_ACEOF
46229 #define wxUSE_STATBMP 1
46235 if test "$wxUSE_STATBOX" = "yes"; then
46236 cat >>confdefs.h
<<\_ACEOF
46237 #define wxUSE_STATBOX 1
46243 if test "$wxUSE_STATTEXT" = "yes"; then
46244 cat >>confdefs.h
<<\_ACEOF
46245 #define wxUSE_STATTEXT 1
46251 if test "$wxUSE_STATLINE" = "yes"; then
46252 cat >>confdefs.h
<<\_ACEOF
46253 #define wxUSE_STATLINE 1
46259 if test "$wxUSE_STATUSBAR" = "yes"; then
46260 cat >>confdefs.h
<<\_ACEOF
46261 #define wxUSE_NATIVE_STATUSBAR 1
46264 cat >>confdefs.h
<<\_ACEOF
46265 #define wxUSE_STATUSBAR 1
46270 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
46273 if test "$wxUSE_TAB_DIALOG" = "yes"; then
46274 cat >>confdefs.h
<<\_ACEOF
46275 #define wxUSE_TAB_DIALOG 1
46280 if test "$wxUSE_TEXTCTRL" = "yes"; then
46281 cat >>confdefs.h
<<\_ACEOF
46282 #define wxUSE_TEXTCTRL 1
46286 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
46289 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46290 if test "$wxUSE_COCOA" = 1 ; then
46291 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
46292 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
46296 if test "$wxUSE_TOGGLEBTN" = "yes"; then
46297 cat >>confdefs.h
<<\_ACEOF
46298 #define wxUSE_TOGGLEBTN 1
46305 if test "$wxUSE_TOOLBAR" = "yes"; then
46306 cat >>confdefs.h
<<\_ACEOF
46307 #define wxUSE_TOOLBAR 1
46312 if test "$wxUSE_UNIVERSAL" = "yes"; then
46313 wxUSE_TOOLBAR_NATIVE
="no"
46315 wxUSE_TOOLBAR_NATIVE
="yes"
46316 cat >>confdefs.h
<<\_ACEOF
46317 #define wxUSE_TOOLBAR_NATIVE 1
46322 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
46325 if test "$wxUSE_TOOLTIPS" = "yes"; then
46326 if test "$wxUSE_MOTIF" = 1; then
46327 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
46328 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
46330 if test "$wxUSE_UNIVERSAL" = "yes"; then
46331 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
46332 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
46334 cat >>confdefs.h
<<\_ACEOF
46335 #define wxUSE_TOOLTIPS 1
46342 if test "$wxUSE_TREEBOOK" = "yes"; then
46343 cat >>confdefs.h
<<\_ACEOF
46344 #define wxUSE_TREEBOOK 1
46350 if test "$wxUSE_TOOLBOOK" = "yes"; then
46351 cat >>confdefs.h
<<\_ACEOF
46352 #define wxUSE_TOOLBOOK 1
46358 if test "$wxUSE_TREECTRL" = "yes"; then
46359 if test "$wxUSE_IMAGLIST" = "yes"; then
46360 cat >>confdefs.h
<<\_ACEOF
46361 #define wxUSE_TREECTRL 1
46365 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
46367 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
46368 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
46372 if test "$wxUSE_POPUPWIN" = "yes"; then
46373 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
46374 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
46375 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
46377 if test "$wxUSE_PM" = 1; then
46378 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
46379 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
46381 cat >>confdefs.h
<<\_ACEOF
46382 #define wxUSE_POPUPWIN 1
46385 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
46392 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
46393 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
46394 { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
46395 echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
46397 cat >>confdefs.h
<<\_ACEOF
46398 #define wxUSE_DIALUP_MANAGER 1
46401 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
46405 if test "$wxUSE_TIPWINDOW" = "yes"; then
46406 if test "$wxUSE_PM" = 1; then
46407 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
46408 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
46410 cat >>confdefs.h
<<\_ACEOF
46411 #define wxUSE_TIPWINDOW 1
46417 if test "$USES_CONTROLS" = 1; then
46418 cat >>confdefs.h
<<\_ACEOF
46419 #define wxUSE_CONTROLS 1
46425 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
46426 cat >>confdefs.h
<<\_ACEOF
46427 #define wxUSE_ACCESSIBILITY 1
46430 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
46433 if test "$wxUSE_DC_CACHEING" = "yes"; then
46434 cat >>confdefs.h
<<\_ACEOF
46435 #define wxUSE_DC_CACHEING 1
46440 if test "$wxUSE_DRAGIMAGE" = "yes"; then
46441 cat >>confdefs.h
<<\_ACEOF
46442 #define wxUSE_DRAGIMAGE 1
46445 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
46448 if test "$wxUSE_EXCEPTIONS" = "yes"; then
46449 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
46450 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
46451 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
46453 cat >>confdefs.h
<<\_ACEOF
46454 #define wxUSE_EXCEPTIONS 1
46457 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
46462 if test "$wxUSE_HTML" = "yes"; then
46463 cat >>confdefs.h
<<\_ACEOF
46464 #define wxUSE_HTML 1
46468 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
46469 if test "$wxUSE_MAC" = 1; then
46470 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
46473 if test "$wxUSE_WEBKIT" = "yes"; then
46474 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
46475 old_CPPFLAGS
="$CPPFLAGS"
46476 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
46477 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
46478 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
46479 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
46480 echo $ECHO_N "(cached) $ECHO_C" >&6
46482 cat >conftest.
$ac_ext <<_ACEOF
46485 cat confdefs.h
>>conftest.
$ac_ext
46486 cat >>conftest.
$ac_ext <<_ACEOF
46487 /* end confdefs.h. */
46488 #include <Carbon/Carbon.h>
46490 #include <WebKit/HIWebView.h>
46492 rm -f conftest.
$ac_objext
46493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
46494 (eval $ac_compile) 2>conftest.er1
46496 grep -v '^ *+' conftest.er1
>conftest.err
46498 cat conftest.err
>&5
46499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46500 (exit $ac_status); } &&
46501 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
46502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46503 (eval $ac_try) 2>&5
46505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46506 (exit $ac_status); }; } &&
46507 { ac_try
='test -s conftest.$ac_objext'
46508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
46509 (eval $ac_try) 2>&5
46511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46512 (exit $ac_status); }; }; then
46513 ac_cv_header_WebKit_HIWebView_h
=yes
46515 echo "$as_me: failed program was:" >&5
46516 sed 's/^/| /' conftest.
$ac_ext >&5
46518 ac_cv_header_WebKit_HIWebView_h
=no
46520 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
46522 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
46523 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
46524 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
46526 cat >>confdefs.h
<<\_ACEOF
46527 #define wxUSE_WEBKIT 1
46530 WEBKIT_LINK
="-framework WebKit"
46534 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
46535 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
46541 CPPFLAGS
="$old_CPPFLAGS"
46542 elif test "$wxUSE_COCOA" = 1; then
46543 cat >>confdefs.h
<<\_ACEOF
46544 #define wxUSE_WEBKIT 1
46553 if test "$wxUSE_XRC" = "yes"; then
46554 if test "$wxUSE_XML" != "yes"; then
46555 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
46556 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
46559 cat >>confdefs.h
<<\_ACEOF
46560 #define wxUSE_XRC 1
46564 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
46569 if test "$wxUSE_AUI" = "yes"; then
46570 cat >>confdefs.h
<<\_ACEOF
46571 #define wxUSE_AUI 1
46575 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS aui"
46578 if test "$wxUSE_MENUS" = "yes"; then
46579 cat >>confdefs.h
<<\_ACEOF
46580 #define wxUSE_MENUS 1
46583 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
46586 if test "$wxUSE_METAFILE" = "yes"; then
46587 cat >>confdefs.h
<<\_ACEOF
46588 #define wxUSE_METAFILE 1
46593 if test "$wxUSE_MIMETYPE" = "yes"; then
46594 cat >>confdefs.h
<<\_ACEOF
46595 #define wxUSE_MIMETYPE 1
46600 if test "$wxUSE_MINIFRAME" = "yes"; then
46601 cat >>confdefs.h
<<\_ACEOF
46602 #define wxUSE_MINIFRAME 1
46605 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
46608 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46609 cat >>confdefs.h
<<\_ACEOF
46610 #define wxUSE_SYSTEM_OPTIONS 1
46613 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
46614 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
46615 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
46620 if test "$wxUSE_VALIDATORS" = "yes"; then
46621 cat >>confdefs.h
<<\_ACEOF
46622 #define wxUSE_VALIDATORS 1
46625 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
46628 if test "$wxUSE_PALETTE" = "yes" ; then
46629 cat >>confdefs.h
<<\_ACEOF
46630 #define wxUSE_PALETTE 1
46635 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46636 LIBS
=" -lunicows $LIBS"
46640 if test "$wxUSE_RICHTEXT" = "yes"; then
46641 cat >>confdefs.h
<<\_ACEOF
46642 #define wxUSE_RICHTEXT 1
46646 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
46650 if test "$wxUSE_IMAGE" = "yes" ; then
46651 cat >>confdefs.h
<<\_ACEOF
46652 #define wxUSE_IMAGE 1
46656 if test "$wxUSE_GIF" = "yes" ; then
46657 cat >>confdefs.h
<<\_ACEOF
46658 #define wxUSE_GIF 1
46663 if test "$wxUSE_PCX" = "yes" ; then
46664 cat >>confdefs.h
<<\_ACEOF
46665 #define wxUSE_PCX 1
46670 if test "$wxUSE_TGA" = "yes" ; then
46671 cat >>confdefs.h
<<\_ACEOF
46672 #define wxUSE_TGA 1
46677 if test "$wxUSE_IFF" = "yes" ; then
46678 cat >>confdefs.h
<<\_ACEOF
46679 #define wxUSE_IFF 1
46684 if test "$wxUSE_PNM" = "yes" ; then
46685 cat >>confdefs.h
<<\_ACEOF
46686 #define wxUSE_PNM 1
46691 if test "$wxUSE_XPM" = "yes" ; then
46692 cat >>confdefs.h
<<\_ACEOF
46693 #define wxUSE_XPM 1
46698 if test "$wxUSE_ICO_CUR" = "yes" ; then
46699 cat >>confdefs.h
<<\_ACEOF
46700 #define wxUSE_ICO_CUR 1
46707 if test "$wxUSE_ABOUTDLG" = "yes"; then
46708 cat >>confdefs.h
<<\_ACEOF
46709 #define wxUSE_ABOUTDLG 1
46714 if test "$wxUSE_CHOICEDLG" = "yes"; then
46715 cat >>confdefs.h
<<\_ACEOF
46716 #define wxUSE_CHOICEDLG 1
46721 if test "$wxUSE_COLOURDLG" = "yes"; then
46722 cat >>confdefs.h
<<\_ACEOF
46723 #define wxUSE_COLOURDLG 1
46728 if test "$wxUSE_FILEDLG" = "yes"; then
46729 cat >>confdefs.h
<<\_ACEOF
46730 #define wxUSE_FILEDLG 1
46735 if test "$wxUSE_FINDREPLDLG" = "yes"; then
46736 cat >>confdefs.h
<<\_ACEOF
46737 #define wxUSE_FINDREPLDLG 1
46742 if test "$wxUSE_FONTDLG" = "yes"; then
46743 cat >>confdefs.h
<<\_ACEOF
46744 #define wxUSE_FONTDLG 1
46749 if test "$wxUSE_DIRDLG" = "yes"; then
46750 if test "$wxUSE_TREECTRL" != "yes"; then
46751 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46752 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46754 cat >>confdefs.h
<<\_ACEOF
46755 #define wxUSE_DIRDLG 1
46761 if test "$wxUSE_MSGDLG" = "yes"; then
46762 cat >>confdefs.h
<<\_ACEOF
46763 #define wxUSE_MSGDLG 1
46768 if test "$wxUSE_NUMBERDLG" = "yes"; then
46769 cat >>confdefs.h
<<\_ACEOF
46770 #define wxUSE_NUMBERDLG 1
46775 if test "$wxUSE_PROGRESSDLG" = "yes"; then
46776 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46777 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
46778 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
46780 cat >>confdefs.h
<<\_ACEOF
46781 #define wxUSE_PROGRESSDLG 1
46787 if test "$wxUSE_SPLASH" = "yes"; then
46788 cat >>confdefs.h
<<\_ACEOF
46789 #define wxUSE_SPLASH 1
46792 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
46795 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46796 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46797 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
46798 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
46800 cat >>confdefs.h
<<\_ACEOF
46801 #define wxUSE_STARTUP_TIPS 1
46807 if test "$wxUSE_TEXTDLG" = "yes"; then
46808 cat >>confdefs.h
<<\_ACEOF
46809 #define wxUSE_TEXTDLG 1
46814 if test "$wxUSE_WIZARDDLG" = "yes"; then
46815 cat >>confdefs.h
<<\_ACEOF
46816 #define wxUSE_WIZARDDLG 1
46819 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
46823 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
46824 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
46825 cat >>confdefs.h
<<\_ACEOF
46826 #define wxUSE_GRAPHICS_CONTEXT 1
46829 elif test "$wxUSE_GTK" != 1; then
46830 cat >>confdefs.h
<<\_ACEOF
46831 #define wxUSE_GRAPHICS_CONTEXT 1
46837 echo "$as_me:$LINENO: checking for CAIRO" >&5
46838 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6
46840 if test -n "$PKG_CONFIG"; then
46841 if test -n "$CAIRO_CFLAGS"; then
46842 pkg_cv_CAIRO_CFLAGS
="$CAIRO_CFLAGS"
46844 if test -n "$PKG_CONFIG" && \
46845 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46846 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46849 (exit $ac_status); }; then
46850 pkg_cv_CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
46858 if test -n "$PKG_CONFIG"; then
46859 if test -n "$CAIRO_LIBS"; then
46860 pkg_cv_CAIRO_LIBS
="$CAIRO_LIBS"
46862 if test -n "$PKG_CONFIG" && \
46863 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46864 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46867 (exit $ac_status); }; then
46868 pkg_cv_CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
46879 if test $pkg_failed = yes; then
46881 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46882 _pkg_short_errors_supported
=yes
46884 _pkg_short_errors_supported
=no
46886 if test $_pkg_short_errors_supported = yes; then
46887 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
46889 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
46891 # Put the nasty error message in config.log where it belongs
46892 echo "$CAIRO_PKG_ERRORS" >&5
46894 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46895 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46897 elif test $pkg_failed = untried
; then
46898 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46899 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46902 CAIRO_CFLAGS
=$pkg_cv_CAIRO_CFLAGS
46903 CAIRO_LIBS
=$pkg_cv_CAIRO_LIBS
46904 echo "$as_me:$LINENO: result: yes" >&5
46905 echo "${ECHO_T}yes" >&6
46906 cat >>confdefs.h
<<\_ACEOF
46907 #define wxUSE_GRAPHICS_CONTEXT 1
46917 if test "$wxUSE_MEDIACTRL" = "yes"; then
46920 if test "$wxUSE_GTK" = 1; then
46921 wxUSE_GSTREAMER
="no"
46923 GST_VERSION_MAJOR
=0
46924 GST_VERSION_MINOR
=10
46925 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
46927 if test "$wxUSE_GSTREAMER8" = "no"; then
46930 echo "$as_me:$LINENO: checking for GST" >&5
46931 echo $ECHO_N "checking for GST... $ECHO_C" >&6
46933 if test -n "$PKG_CONFIG"; then
46934 if test -n "$GST_CFLAGS"; then
46935 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
46937 if test -n "$PKG_CONFIG" && \
46938 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46939 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46942 (exit $ac_status); }; then
46943 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
46951 if test -n "$PKG_CONFIG"; then
46952 if test -n "$GST_LIBS"; then
46953 pkg_cv_GST_LIBS
="$GST_LIBS"
46955 if test -n "$PKG_CONFIG" && \
46956 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46957 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46960 (exit $ac_status); }; then
46961 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
46972 if test $pkg_failed = yes; then
46974 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46975 _pkg_short_errors_supported
=yes
46977 _pkg_short_errors_supported
=no
46979 if test $_pkg_short_errors_supported = yes; then
46980 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
46982 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
46984 # Put the nasty error message in config.log where it belongs
46985 echo "$GST_PKG_ERRORS" >&5
46988 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46989 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
46990 GST_VERSION_MINOR
=8
46993 elif test $pkg_failed = untried
; then
46995 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46996 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
46997 GST_VERSION_MINOR
=8
47001 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
47002 GST_LIBS
=$pkg_cv_GST_LIBS
47003 echo "$as_me:$LINENO: result: yes" >&5
47004 echo "${ECHO_T}yes" >&6
47006 wxUSE_GSTREAMER
="yes"
47007 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
47011 GST_VERSION_MINOR
=8
47014 if test $GST_VERSION_MINOR = "8"; then
47015 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
47018 echo "$as_me:$LINENO: checking for GST" >&5
47019 echo $ECHO_N "checking for GST... $ECHO_C" >&6
47021 if test -n "$PKG_CONFIG"; then
47022 if test -n "$GST_CFLAGS"; then
47023 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
47025 if test -n "$PKG_CONFIG" && \
47026 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47027 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47030 (exit $ac_status); }; then
47031 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47039 if test -n "$PKG_CONFIG"; then
47040 if test -n "$GST_LIBS"; then
47041 pkg_cv_GST_LIBS
="$GST_LIBS"
47043 if test -n "$PKG_CONFIG" && \
47044 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
47045 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
47047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47048 (exit $ac_status); }; then
47049 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
47060 if test $pkg_failed = yes; then
47062 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
47063 _pkg_short_errors_supported
=yes
47065 _pkg_short_errors_supported
=no
47067 if test $_pkg_short_errors_supported = yes; then
47068 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47070 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
47072 # Put the nasty error message in config.log where it belongs
47073 echo "$GST_PKG_ERRORS" >&5
47076 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47077 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47079 elif test $pkg_failed = untried
; then
47081 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
47082 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
47085 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
47086 GST_LIBS
=$pkg_cv_GST_LIBS
47087 echo "$as_me:$LINENO: result: yes" >&5
47088 echo "${ECHO_T}yes" >&6
47089 wxUSE_GSTREAMER
="yes"
47094 if test "$wxUSE_GSTREAMER" = "yes"; then
47097 if "$GCC" = yes; then
47098 GST_CFLAGS
=`echo $GST_CFLAGS | sed 's/-mt//'`
47099 GST_LIBS
=`echo $GST_LIBS | sed 's/-mt//'`
47103 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
47104 LIBS
="$GST_LIBS $LIBS"
47106 cat >>confdefs.h
<<\_ACEOF
47107 #define wxUSE_GSTREAMER 1
47115 if test $USE_MEDIA = 1; then
47116 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
47117 cat >>confdefs.h
<<\_ACEOF
47118 #define wxUSE_MEDIACTRL 1
47125 if test "$cross_compiling" = "yes"; then
47128 OSINFO
=`uname -s -r -m`
47129 OSINFO
="\"$OSINFO\""
47132 cat >>confdefs.h
<<_ACEOF
47133 #define WXWIN_OS_DESCRIPTION $OSINFO
47138 if test "x$prefix" != "xNONE"; then
47141 wxPREFIX
=$ac_default_prefix
47144 cat >>confdefs.h
<<_ACEOF
47145 #define wxINSTALL_PREFIX "$wxPREFIX"
47151 CORE_BASE_LIBS
="net base"
47152 CORE_GUI_LIBS
="adv core"
47154 if test "$wxUSE_XML" = "yes" ; then
47155 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
47157 if test "$wxUSE_ODBC" != "no" ; then
47158 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
47159 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
47161 if test "$wxUSE_HTML" = "yes" ; then
47162 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
47164 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47165 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
47167 if test "$wxUSE_XRC" = "yes" ; then
47168 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
47170 if test "$wxUSE_AUI" = "yes" ; then
47171 CORE_GUI_LIBS
="aui $CORE_GUI_LIBS"
47174 if test "$wxUSE_GUI" != "yes"; then
47183 ac_cpp
='$CPP $CPPFLAGS'
47184 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47185 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47186 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
47190 if test "$wxUSE_MAC" = 1 ; then
47191 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
47192 if test "$USE_DARWIN" = 1; then
47193 LDFLAGS
="$LDFLAGS -framework QuickTime"
47195 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
47198 if test "$USE_DARWIN" = 1; then
47199 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
47201 LDFLAGS
="$LDFLAGS -lCarbonLib"
47204 if test "$wxUSE_COCOA" = 1 ; then
47205 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
47206 if test "$wxUSE_MEDIACTRL" = "yes"; then
47207 LDFLAGS
="$LDFLAGS -framework QuickTime"
47210 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
47211 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
47214 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
47216 if test "$wxUSE_GUI" = "yes"; then
47219 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
47220 dynamic erase event exec font image minimal mobile \
47221 mobile/wxedit mobile/styles propsize render \
47222 rotate shaped vscroll widgets"
47224 if test "$wxUSE_MONOLITHIC" != "yes"; then
47225 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
47227 if test "$TOOLKIT" = "MSW"; then
47228 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
47229 if test "$wxUSE_UNIVERSAL" != "yes"; then
47230 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
47233 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
47234 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
47237 SAMPLES_SUBDIRS
="console"
47241 if test "x$INTELCC" = "xyes" ; then
47242 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684"
47243 elif test "$GCC" = yes ; then
47244 CWARNINGS
="-Wall -Wundef"
47247 if test "x$INTELCXX" = "xyes" ; then
47248 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419"
47249 elif test "$GXX" = yes ; then
47250 CXXWARNINGS
="-Wall -Wundef -Wno-ctor-dtor-privacy"
47254 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
47255 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
47258 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
47259 -I\\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \
47260 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
47263 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
47264 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
47265 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $CXXWARNINGS $C_AND_CXX_FLAGS $CXXFLAGS `
47267 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
47270 if test "x$MWCC" = "xyes"; then
47272 CC
="$CC -cwd source -I-"
47273 CXX
="$CXX -cwd source -I-"
47278 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
47279 EXTRALIBS_XML
="$EXPAT_LINK"
47280 EXTRALIBS_HTML
="$MSPACK_LINK"
47281 EXTRALIBS_ODBC
="$ODBC_LINK"
47282 if test "$wxUSE_GUI" = "yes"; then
47283 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
47285 if test "$wxUSE_OPENGL" = "yes"; then
47286 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
47289 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
47291 WXCONFIG_LIBS
="$LIBS"
47293 if test "$wxUSE_REGEX" = "builtin" ; then
47294 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
47296 if test "$wxUSE_EXPAT" = "builtin" ; then
47297 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
47299 if test "$wxUSE_ODBC" = "builtin" ; then
47300 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
47302 if test "$wxUSE_LIBTIFF" = "builtin" ; then
47303 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
47305 if test "$wxUSE_LIBJPEG" = "builtin" ; then
47306 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
47308 if test "$wxUSE_LIBPNG" = "builtin" ; then
47309 wxconfig_3rdparty
="png $wxconfig_3rdparty"
47311 if test "$wxUSE_ZLIB" = "builtin" ; then
47312 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
47315 for i
in $wxconfig_3rdparty ; do
47316 WXCONFIG_LIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
47320 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
47323 case "$wxUNIV_THEMES" in
47325 cat >>confdefs.h
<<\_ACEOF
47326 #define wxUSE_ALL_THEMES 1
47332 for t
in `echo $wxUNIV_THEMES | tr , ' ' | tr a-z A-Z`; do
47333 cat >>confdefs.h
<<_ACEOF
47334 #define wxUSE_THEME_$t 1
47351 if test $wxUSE_MONOLITHIC = "yes" ; then
47357 if test $wxUSE_PLUGINS = "yes" ; then
47363 if test $wxUSE_ODBC != "no" ; then
47369 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
47375 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
47405 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
47416 TOOLKIT_DESC
="GTK+"
47417 if test "$WXGTK20" = 1; then
47418 TOOLKIT_DESC
="$TOOLKIT_DESC 2"
47419 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
47420 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomeprint";
47422 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
47423 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomevfs"
47425 if test "$wxUSE_LIBHILDON" = "yes"; then
47426 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
47429 if test "$TOOLKIT_EXTRA" != ""; then
47430 TOOLKIT_DESC
="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
47436 TOOLKIT_DESC
=$TOOLKIT_LOWERCASE
47440 TOOLKIT_DESC
="base only"
47444 if test "$wxUSE_WINE" = "yes"; then
47445 BAKEFILE_FORCE_PLATFORM
=win32
47448 if test "$wxUSE_MAC" = 1 ; then
47449 if test "x$wxUSE_UNIVERSAL_BINARY" != xno
; then
47450 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes
; then
47451 OSX_UNIV_OPTS
="-isysroot /Developer/SDKs/MacOSX10.4u.sdk"
47453 OSX_UNIV_OPTS
=${wxUSE_UNIVERSAL_BINARY:+"-isysroot '$wxUSE_UNIVERSAL_BINARY'"}
47455 OSX_UNIV_OPTS
="$OSX_UNIV_OPTS -arch ppc -arch i386"
47456 CXXFLAGS
="$OSX_UNIV_OPTS $CXXFLAGS"
47457 CFLAGS
="$OSX_UNIV_OPTS $CFLAGS"
47458 LDFLAGS
="$OSX_UNIV_OPTS $LDFLAGS"
47461 # TODO: where do we add "-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" for libtool (static builds only)?
47462 # The makefile currently uses AR and RANLIB, which libtool apparently supercedes.
47465 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
47467 echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
47468 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6
47469 if test "${wx_cv_gcc_pch_bug+set}" = set; then
47470 echo $ECHO_N "(cached) $ECHO_C" >&6
47473 echo '#include <stdio.h>
47474 const wchar_t test_var[] = L"awidetest";' > conftest.h
47476 echo '#include "conftest.h"
47479 printf("%ls", test_var);
47483 wx_cv_gcc_pch_bug
="pch not supported"
47485 if $CXX conftest.h
>/dev
/null
2>&1
47489 if $CXX -o conftest
$PROGRAM_EXT conftest.cpp
>/dev
/null
2>&1
47491 if tr -dc '[a-z]' < conftest
$PROGRAM_EXT |
47492 grep awidetest
>/dev
/null
47494 wx_cv_gcc_pch_bug
=no
47496 wx_cv_gcc_pch_bug
=yes
47501 rm -f conftest.h conftest.gch conftest.cpp conftest
$PROGRAM_EXT
47504 echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
47505 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6
47507 if test "$wx_cv_gcc_pch_bug" = yes; then
47515 if test "x$BAKEFILE_HOST" = "x"; then
47516 if test "x${host}" = "x" ; then
47517 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
47518 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
47519 { (exit 1); exit 1; }; }
47522 BAKEFILE_HOST
="${host}"
47525 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
47527 if test -n "$ac_tool_prefix"; then
47528 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
47529 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
47530 echo "$as_me:$LINENO: checking for $ac_word" >&5
47531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47532 if test "${ac_cv_prog_RANLIB+set}" = set; then
47533 echo $ECHO_N "(cached) $ECHO_C" >&6
47535 if test -n "$RANLIB"; then
47536 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
47538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47539 for as_dir
in $PATH
47542 test -z "$as_dir" && as_dir
=.
47543 for ac_exec_ext
in '' $ac_executable_extensions; do
47544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47545 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
47546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47554 RANLIB
=$ac_cv_prog_RANLIB
47555 if test -n "$RANLIB"; then
47556 echo "$as_me:$LINENO: result: $RANLIB" >&5
47557 echo "${ECHO_T}$RANLIB" >&6
47559 echo "$as_me:$LINENO: result: no" >&5
47560 echo "${ECHO_T}no" >&6
47564 if test -z "$ac_cv_prog_RANLIB"; then
47565 ac_ct_RANLIB
=$RANLIB
47566 # Extract the first word of "ranlib", so it can be a program name with args.
47567 set dummy ranlib
; ac_word
=$2
47568 echo "$as_me:$LINENO: checking for $ac_word" >&5
47569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47570 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
47571 echo $ECHO_N "(cached) $ECHO_C" >&6
47573 if test -n "$ac_ct_RANLIB"; then
47574 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
47576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47577 for as_dir
in $PATH
47580 test -z "$as_dir" && as_dir
=.
47581 for ac_exec_ext
in '' $ac_executable_extensions; do
47582 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47583 ac_cv_prog_ac_ct_RANLIB
="ranlib"
47584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47590 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
47593 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
47594 if test -n "$ac_ct_RANLIB"; then
47595 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
47596 echo "${ECHO_T}$ac_ct_RANLIB" >&6
47598 echo "$as_me:$LINENO: result: no" >&5
47599 echo "${ECHO_T}no" >&6
47602 RANLIB
=$ac_ct_RANLIB
47604 RANLIB
="$ac_cv_prog_RANLIB"
47607 # Find a good install program. We prefer a C program (faster),
47608 # so one script is as good as another. But avoid the broken or
47609 # incompatible versions:
47610 # SysV /etc/install, /usr/sbin/install
47611 # SunOS /usr/etc/install
47612 # IRIX /sbin/install
47614 # AmigaOS /C/install, which installs bootblocks on floppy discs
47615 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
47616 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
47617 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
47618 # OS/2's system install, which has a completely different semantic
47619 # ./install, which can be erroneously created by make from ./install.sh.
47620 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
47621 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
47622 if test -z "$INSTALL"; then
47623 if test "${ac_cv_path_install+set}" = set; then
47624 echo $ECHO_N "(cached) $ECHO_C" >&6
47626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47627 for as_dir
in $PATH
47630 test -z "$as_dir" && as_dir
=.
47631 # Account for people who put trailing slashes in PATH elements.
47633 .
/ | .
// | /cC
/* | \
47634 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
47635 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
47638 # OSF1 and SCO ODT 3.0 have their own names for install.
47639 # Don't use installbsd from OSF since it installs stuff as root
47641 for ac_prog
in ginstall scoinst
install; do
47642 for ac_exec_ext
in '' $ac_executable_extensions; do
47643 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
47644 if test $ac_prog = install &&
47645 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
47646 # AIX install. It has an incompatible calling convention.
47648 elif test $ac_prog = install &&
47649 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
47650 # program-specific install script used by HP pwplus--don't use.
47653 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
47665 if test "${ac_cv_path_install+set}" = set; then
47666 INSTALL
=$ac_cv_path_install
47668 # As a last resort, use the slow shell script. We don't cache a
47669 # path for INSTALL within a source directory, because that will
47670 # break other packages using the cache if that directory is
47671 # removed, or if the path is relative.
47672 INSTALL
=$ac_install_sh
47675 echo "$as_me:$LINENO: result: $INSTALL" >&5
47676 echo "${ECHO_T}$INSTALL" >&6
47678 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
47679 # It thinks the first close brace ends the variable substitution.
47680 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
47682 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
47684 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
47686 echo "$as_me:$LINENO: checking whether ln -s works" >&5
47687 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
47689 if test "$LN_S" = "ln -s"; then
47690 echo "$as_me:$LINENO: result: yes" >&5
47691 echo "${ECHO_T}yes" >&6
47693 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
47694 echo "${ECHO_T}no, using $LN_S" >&6
47698 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47699 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
47700 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
47701 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
47702 echo $ECHO_N "(cached) $ECHO_C" >&6
47704 cat >conftest.
make <<\_ACEOF
47706 @
echo 'ac_maketemp="$(MAKE)"'
47708 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47709 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
47710 if test -n "$ac_maketemp"; then
47711 eval ac_cv_prog_make_
${ac_make}_set
=yes
47713 eval ac_cv_prog_make_
${ac_make}_set
=no
47715 rm -f conftest.
make
47717 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
47718 echo "$as_me:$LINENO: result: yes" >&5
47719 echo "${ECHO_T}yes" >&6
47722 echo "$as_me:$LINENO: result: no" >&5
47723 echo "${ECHO_T}no" >&6
47724 SET_MAKE
="MAKE=${MAKE-make}"
47729 if test -n "$ac_tool_prefix"; then
47730 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
47731 set dummy
${ac_tool_prefix}ar; ac_word
=$2
47732 echo "$as_me:$LINENO: checking for $ac_word" >&5
47733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47734 if test "${ac_cv_prog_AR+set}" = set; then
47735 echo $ECHO_N "(cached) $ECHO_C" >&6
47737 if test -n "$AR"; then
47738 ac_cv_prog_AR
="$AR" # Let the user override the test.
47740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47741 for as_dir
in $PATH
47744 test -z "$as_dir" && as_dir
=.
47745 for ac_exec_ext
in '' $ac_executable_extensions; do
47746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47747 ac_cv_prog_AR
="${ac_tool_prefix}ar"
47748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47757 if test -n "$AR"; then
47758 echo "$as_me:$LINENO: result: $AR" >&5
47759 echo "${ECHO_T}$AR" >&6
47761 echo "$as_me:$LINENO: result: no" >&5
47762 echo "${ECHO_T}no" >&6
47766 if test -z "$ac_cv_prog_AR"; then
47768 # Extract the first word of "ar", so it can be a program name with args.
47769 set dummy
ar; ac_word
=$2
47770 echo "$as_me:$LINENO: checking for $ac_word" >&5
47771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47772 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
47773 echo $ECHO_N "(cached) $ECHO_C" >&6
47775 if test -n "$ac_ct_AR"; then
47776 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
47778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47779 for as_dir
in $PATH
47782 test -z "$as_dir" && as_dir
=.
47783 for ac_exec_ext
in '' $ac_executable_extensions; do
47784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47785 ac_cv_prog_ac_ct_AR
="ar"
47786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47792 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
47795 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
47796 if test -n "$ac_ct_AR"; then
47797 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
47798 echo "${ECHO_T}$ac_ct_AR" >&6
47800 echo "$as_me:$LINENO: result: no" >&5
47801 echo "${ECHO_T}no" >&6
47806 AR
="$ac_cv_prog_AR"
47809 if test -n "$ac_tool_prefix"; then
47810 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
47811 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
47812 echo "$as_me:$LINENO: checking for $ac_word" >&5
47813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47814 if test "${ac_cv_prog_STRIP+set}" = set; then
47815 echo $ECHO_N "(cached) $ECHO_C" >&6
47817 if test -n "$STRIP"; then
47818 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
47820 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47821 for as_dir
in $PATH
47824 test -z "$as_dir" && as_dir
=.
47825 for ac_exec_ext
in '' $ac_executable_extensions; do
47826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47827 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
47828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47836 STRIP
=$ac_cv_prog_STRIP
47837 if test -n "$STRIP"; then
47838 echo "$as_me:$LINENO: result: $STRIP" >&5
47839 echo "${ECHO_T}$STRIP" >&6
47841 echo "$as_me:$LINENO: result: no" >&5
47842 echo "${ECHO_T}no" >&6
47846 if test -z "$ac_cv_prog_STRIP"; then
47848 # Extract the first word of "strip", so it can be a program name with args.
47849 set dummy strip
; ac_word
=$2
47850 echo "$as_me:$LINENO: checking for $ac_word" >&5
47851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47852 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
47853 echo $ECHO_N "(cached) $ECHO_C" >&6
47855 if test -n "$ac_ct_STRIP"; then
47856 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
47858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47859 for as_dir
in $PATH
47862 test -z "$as_dir" && as_dir
=.
47863 for ac_exec_ext
in '' $ac_executable_extensions; do
47864 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47865 ac_cv_prog_ac_ct_STRIP
="strip"
47866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47872 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
47875 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
47876 if test -n "$ac_ct_STRIP"; then
47877 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
47878 echo "${ECHO_T}$ac_ct_STRIP" >&6
47880 echo "$as_me:$LINENO: result: no" >&5
47881 echo "${ECHO_T}no" >&6
47886 STRIP
="$ac_cv_prog_STRIP"
47889 if test -n "$ac_tool_prefix"; then
47890 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
47891 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
47892 echo "$as_me:$LINENO: checking for $ac_word" >&5
47893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47894 if test "${ac_cv_prog_NM+set}" = set; then
47895 echo $ECHO_N "(cached) $ECHO_C" >&6
47897 if test -n "$NM"; then
47898 ac_cv_prog_NM
="$NM" # Let the user override the test.
47900 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47901 for as_dir
in $PATH
47904 test -z "$as_dir" && as_dir
=.
47905 for ac_exec_ext
in '' $ac_executable_extensions; do
47906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47907 ac_cv_prog_NM
="${ac_tool_prefix}nm"
47908 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47917 if test -n "$NM"; then
47918 echo "$as_me:$LINENO: result: $NM" >&5
47919 echo "${ECHO_T}$NM" >&6
47921 echo "$as_me:$LINENO: result: no" >&5
47922 echo "${ECHO_T}no" >&6
47926 if test -z "$ac_cv_prog_NM"; then
47928 # Extract the first word of "nm", so it can be a program name with args.
47929 set dummy nm
; ac_word
=$2
47930 echo "$as_me:$LINENO: checking for $ac_word" >&5
47931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47932 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
47933 echo $ECHO_N "(cached) $ECHO_C" >&6
47935 if test -n "$ac_ct_NM"; then
47936 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
47938 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47939 for as_dir
in $PATH
47942 test -z "$as_dir" && as_dir
=.
47943 for ac_exec_ext
in '' $ac_executable_extensions; do
47944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47945 ac_cv_prog_ac_ct_NM
="nm"
47946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47952 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
47955 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
47956 if test -n "$ac_ct_NM"; then
47957 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
47958 echo "${ECHO_T}$ac_ct_NM" >&6
47960 echo "$as_me:$LINENO: result: no" >&5
47961 echo "${ECHO_T}no" >&6
47966 NM
="$ac_cv_prog_NM"
47970 case ${BAKEFILE_HOST} in
47972 INSTALL_DIR
="mkdir -p"
47974 *) INSTALL_DIR
="$INSTALL -d"
47980 case ${BAKEFILE_HOST} in
47981 *-*-cygwin* | *-*-mingw32* )
47982 LDFLAGS_GUI
="-mwindows"
47988 echo "$as_me:$LINENO: checking if make is GNU make" >&5
47989 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
47990 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
47991 echo $ECHO_N "(cached) $ECHO_C" >&6
47994 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
47995 egrep -s GNU
> /dev
/null
); then
47996 bakefile_cv_prog_makeisgnu
="yes"
47998 bakefile_cv_prog_makeisgnu
="no"
48002 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
48003 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
48005 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
48022 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
48023 case "${BAKEFILE_HOST}" in
48030 *-pc-os2_emx | *-pc-os2-emx )
48040 powerpc
-apple-macos* )
48049 case "$BAKEFILE_FORCE_PLATFORM" in
48070 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
48071 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
48072 { (exit 1); exit 1; }; }
48087 # Check whether --enable-omf or --disable-omf was given.
48088 if test "${enable_omf+set}" = set; then
48089 enableval
="$enable_omf"
48090 bk_os2_use_omf
="$enableval"
48093 case "${BAKEFILE_HOST}" in
48095 if test "x$GCC" = "xyes"; then
48096 CFLAGS
="$CFLAGS -fno-common"
48097 CXXFLAGS
="$CXXFLAGS -fno-common"
48099 if test "x$XLCC" = "xyes"; then
48100 CFLAGS
="$CFLAGS -qnocommon"
48101 CXXFLAGS
="$CXXFLAGS -qnocommon"
48105 *-pc-os2_emx | *-pc-os2-emx )
48106 if test "x$bk_os2_use_omf" = "xyes" ; then
48109 LDFLAGS
="-Zomf $LDFLAGS"
48110 CFLAGS
="-Zomf $CFLAGS"
48111 CXXFLAGS
="-Zomf $CXXFLAGS"
48119 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
48125 SO_SUFFIX_MODULE
="so"
48130 DLLPREFIX_MODULE
=""
48134 case "${BAKEFILE_HOST}" in
48137 SO_SUFFIX_MODULE
="sl"
48141 SO_SUFFIX_MODULE
="a"
48145 SO_SUFFIX_MODULE
="dll"
48146 DLLIMP_SUFFIX
="dll.a"
48153 SO_SUFFIX_MODULE
="dll"
48154 DLLIMP_SUFFIX
="dll.a"
48164 *-pc-os2_emx | *-pc-os2-emx )
48166 SO_SUFFIX_MODULE
="dll"
48167 DLLIMP_SUFFIX
=$OS2_LIBEXT
48171 LIBEXT
=".$OS2_LIBEXT"
48176 SO_SUFFIX_MODULE
="bundle"
48180 if test "x$DLLIMP_SUFFIX" = "x" ; then
48181 DLLIMP_SUFFIX
="$SO_SUFFIX"
48196 if test "x$GCC" = "xyes"; then
48200 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
48201 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
48204 case "${BAKEFILE_HOST}" in
48206 if test "x$GCC" != "xyes"; then
48207 LDFLAGS
="$LDFLAGS -L/usr/lib"
48209 SHARED_LD_CC
="${CC} -b -o"
48210 SHARED_LD_CXX
="${CXX} -b -o"
48216 if test "x$GCC" != "xyes"; then
48217 echo "$as_me:$LINENO: checking for Intel compiler" >&5
48218 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
48219 if test "${bakefile_cv_prog_icc+set}" = set; then
48220 echo $ECHO_N "(cached) $ECHO_C" >&6
48223 cat >conftest.
$ac_ext <<_ACEOF
48226 cat confdefs.h
>>conftest.
$ac_ext
48227 cat >>conftest.
$ac_ext <<_ACEOF
48228 /* end confdefs.h. */
48234 #ifndef __INTEL_COMPILER
48242 rm -f conftest.
$ac_objext
48243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48244 (eval $ac_compile) 2>conftest.er1
48246 grep -v '^ *+' conftest.er1
>conftest.err
48248 cat conftest.err
>&5
48249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48250 (exit $ac_status); } &&
48251 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
48252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48253 (eval $ac_try) 2>&5
48255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48256 (exit $ac_status); }; } &&
48257 { ac_try
='test -s conftest.$ac_objext'
48258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48259 (eval $ac_try) 2>&5
48261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48262 (exit $ac_status); }; }; then
48263 bakefile_cv_prog_icc
=yes
48265 echo "$as_me: failed program was:" >&5
48266 sed 's/^/| /' conftest.
$ac_ext >&5
48268 bakefile_cv_prog_icc
=no
48271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
48274 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
48275 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
48276 if test "$bakefile_cv_prog_icc" = "yes"; then
48283 if test "x$GCC" != xyes
; then
48284 SHARED_LD_CC
="${CC} -G -o"
48285 SHARED_LD_CXX
="${CXX} -G -o"
48293 cat <<EOF >shared-ld-sh
48295 #-----------------------------------------------------------------------------
48296 #-- Name: distrib/mac/shared-ld-sh
48297 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
48298 #-- Author: Gilles Depeyrot
48299 #-- Copyright: (c) 2002 Gilles Depeyrot
48300 #-- Licence: any use permitted
48301 #-----------------------------------------------------------------------------
48306 linking_flag="-dynamiclib"
48307 ldargs="-r -keep_private_externs -nostdlib"
48309 while test ${D}# -gt 0; do
48316 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
48317 # collect these options and values
48318 args="${D}{args} ${D}1 ${D}2"
48323 # collect these load args
48324 ldargs="${D}{ldargs} ${D}1"
48327 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
48328 # collect these options
48329 args="${D}{args} ${D}1"
48332 -dynamiclib|-bundle)
48333 linking_flag="${D}1"
48337 echo "shared-ld: unhandled option '${D}1'"
48341 *.o | *.a | *.dylib)
48342 # collect object files
48343 objects="${D}{objects} ${D}1"
48347 echo "shared-ld: unhandled argument '${D}1'"
48358 # Link one module containing all the others
48360 if test ${D}{verbose} = 1; then
48361 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
48363 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
48367 # Link the shared library from the single module created, but only if the
48368 # previous command didn't fail:
48370 if test ${D}{status} = 0; then
48371 if test ${D}{verbose} = 1; then
48372 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
48374 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
48379 # Remove intermediate module
48381 rm -f master.${D}${D}.o
48386 chmod +x shared
-ld-sh
48388 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
48389 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
48392 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
48393 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
48394 if test "${bakefile_cv_gcc31+set}" = set; then
48395 echo $ECHO_N "(cached) $ECHO_C" >&6
48398 cat >conftest.
$ac_ext <<_ACEOF
48401 cat confdefs.h
>>conftest.
$ac_ext
48402 cat >>conftest.
$ac_ext <<_ACEOF
48403 /* end confdefs.h. */
48409 #if (__GNUC__ < 3) || \
48410 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
48418 rm -f conftest.
$ac_objext
48419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48420 (eval $ac_compile) 2>conftest.er1
48422 grep -v '^ *+' conftest.er1
>conftest.err
48424 cat conftest.err
>&5
48425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48426 (exit $ac_status); } &&
48427 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
48428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48429 (eval $ac_try) 2>&5
48431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48432 (exit $ac_status); }; } &&
48433 { ac_try
='test -s conftest.$ac_objext'
48434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
48435 (eval $ac_try) 2>&5
48437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48438 (exit $ac_status); }; }; then
48440 bakefile_cv_gcc31
=yes
48443 echo "$as_me: failed program was:" >&5
48444 sed 's/^/| /' conftest.
$ac_ext >&5
48447 bakefile_cv_gcc31
=no
48451 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
48454 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
48455 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
48456 if test "$bakefile_cv_gcc31" = "no"; then
48457 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
48458 SHARED_LD_CXX
="$SHARED_LD_CC"
48460 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
48461 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
48464 if test "x$GCC" == "xyes"; then
48465 PIC_FLAG
="-dynamic -fPIC"
48467 if test "x$XLCC" = "xyes"; then
48468 PIC_FLAG
="-dynamic -DPIC"
48473 if test "x$GCC" = "xyes"; then
48476 case "${BAKEFILE_HOST}" in
48478 LD_EXPFULL
="-Wl,-bexpfull"
48482 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
48483 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
48485 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
48486 set dummy makeC
++SharedLib
; ac_word
=$2
48487 echo "$as_me:$LINENO: checking for $ac_word" >&5
48488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48489 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
48490 echo $ECHO_N "(cached) $ECHO_C" >&6
48492 if test -n "$AIX_CXX_LD"; then
48493 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
48495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48496 for as_dir
in $PATH
48499 test -z "$as_dir" && as_dir
=.
48500 for ac_exec_ext
in '' $ac_executable_extensions; do
48501 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48502 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
48503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48509 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
48512 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
48513 if test -n "$AIX_CXX_LD"; then
48514 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
48515 echo "${ECHO_T}$AIX_CXX_LD" >&6
48517 echo "$as_me:$LINENO: result: no" >&5
48518 echo "${ECHO_T}no" >&6
48521 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
48522 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
48527 SHARED_LD_CC
="${LD} -nostart -o"
48528 SHARED_LD_CXX
="${LD} -nostart -o"
48532 if test "x$GCC" != "xyes"; then
48537 *-*-cygwin* | *-*-mingw32* )
48539 SHARED_LD_CC
="\$(CC) -shared -o"
48540 SHARED_LD_CXX
="\$(CXX) -shared -o"
48544 *-pc-os2_emx | *-pc-os2-emx )
48545 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48546 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48550 cat <<EOF >dllar.sh
48553 # dllar - a tool to build both a .dll and an .a file
48554 # from a set of object (.o) files for EMX/OS2.
48556 # Written by Andrew Zabolotny, bit@freya.etu.ru
48557 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
48559 # This script will accept a set of files on the command line.
48560 # All the public symbols from the .o files will be exported into
48561 # a .DEF file, then linker will be run (through gcc) against them to
48562 # build a shared library consisting of all given .o files. All libraries
48563 # (.a) will be first decompressed into component .o files then act as
48564 # described above. You can optionally give a description (-d "description")
48565 # which will be put into .DLL. To see the list of accepted options (as well
48566 # as command-line format) simply run this program without options. The .DLL
48567 # is built to be imported by name (there is no guarantee that new versions
48568 # of the library you build will have same ordinals for same symbols).
48570 # dllar is free software; you can redistribute it and/or modify
48571 # it under the terms of the GNU General Public License as published by
48572 # the Free Software Foundation; either version 2, or (at your option)
48573 # any later version.
48575 # dllar is distributed in the hope that it will be useful,
48576 # but WITHOUT ANY WARRANTY; without even the implied warranty of
48577 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48578 # GNU General Public License for more details.
48580 # You should have received a copy of the GNU General Public License
48581 # along with dllar; see the file COPYING. If not, write to the Free
48582 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
48585 # To successfuly run this program you will need:
48586 # - Current drive should have LFN support (HPFS, ext2, network, etc)
48587 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
48589 # (used to build the .dll)
48591 # (used to create .def file from .o files)
48593 # (used to create .a file from .def file)
48594 # - GNU text utilites (cat, sort, uniq)
48595 # used to process emxexp output
48596 # - GNU file utilities (mv, rm)
48598 # - lxlite (optional, see flag below)
48599 # (used for general .dll cleanup)
48606 # basnam, variant of basename, which does _not_ remove the path, _iff_
48607 # second argument (suffix to remove) is given
48611 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
48614 echo ${D}1 | sed 's/'${D}2'${D}//'
48617 echo "error in basnam ${D}*"
48623 # Cleanup temporary files and output
48626 for i in ${D}inputFiles ; do
48629 rm -rf \`basnam ${D}i !\`
48636 # Kill result in case of failure as there is just to many stupid make/nmake
48637 # things out there which doesn't do this.
48638 if [ ${D}# -eq 0 ]; then
48639 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
48643 # Print usage and exit script with rc=1.
48645 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
48646 echo ' [-name-mangler-script script.sh]'
48647 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
48648 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
48649 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
48650 echo ' [*.o] [*.a]'
48651 echo '*> "output_file" should have no extension.'
48652 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
48653 echo ' The import library name is derived from this and is set to "name".a,'
48654 echo ' unless overridden by -import'
48655 echo '*> "importlib_name" should have no extension.'
48656 echo ' If it has the .o, or .a extension, it is automatically removed.'
48657 echo ' This name is used as the import library name and may be longer and'
48658 echo ' more descriptive than the DLL name which has to follow the old '
48659 echo ' 8.3 convention of FAT.'
48660 echo '*> "script.sh may be given to override the output_file name by a'
48661 echo ' different name. It is mainly useful if the regular make process'
48662 echo ' of some package does not take into account OS/2 restriction of'
48663 echo ' DLL name lengths. It takes the importlib name as input and is'
48664 echo ' supposed to procude a shorter name as output. The script should'
48665 echo ' expect to get importlib_name without extension and should produce'
48666 echo ' a (max.) 8 letter name without extension.'
48667 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
48668 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
48669 echo ' These flags will be put at the start of GCC command line.'
48670 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
48671 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
48672 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
48673 echo ' If the last character of a symbol is "*", all symbols beginning'
48674 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
48675 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
48676 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
48677 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
48678 echo ' C runtime DLLs.'
48679 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
48680 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
48681 echo ' unchanged to GCC at the end of command line.'
48682 echo '*> If you create a DLL from a library and you do not specify -o,'
48683 echo ' the basename for DLL and import library will be set to library name,'
48684 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
48685 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
48686 echo ' library will be renamed into gcc_s.a.'
48689 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
48690 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
48695 # Execute a command.
48696 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
48697 # @Uses Whatever CleanUp() uses.
48703 if [ ${D}rcCmd -ne 0 ]; then
48704 echo "command failed, exit code="${D}rcCmd
48719 CFLAGS="-s -Zcrtdll"
48721 EXPORT_BY_ORDINALS=0
48726 case ${D}curDirS in
48730 curDirS=${D}{curDirS}"/"
48733 # Parse commandline
48736 while [ ${D}1 ]; do
48739 EXPORT_BY_ORDINALS=1;
48749 -name-mangler-script)
48770 exclude_symbols=${D}{exclude_symbols}${D}1" "
48774 library_flags=${D}{library_flags}${D}1" "
48793 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48796 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
48797 if [ ${D}omfLinking -eq 1 ]; then
48798 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
48800 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
48805 if [ ${D}libsToLink -ne 0 ]; then
48806 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48808 for file in ${D}1 ; do
48809 if [ -f ${D}file ]; then
48810 inputFiles="${D}{inputFiles} ${D}file"
48814 if [ ${D}found -eq 0 ]; then
48815 echo "ERROR: No file(s) found: "${D}1
48822 done # iterate cmdline words
48825 if [ -z "${D}inputFiles" ]; then
48826 echo "dllar: no input files"
48830 # Now extract all .o files from .a files
48832 for file in ${D}inputFiles ; do
48843 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
48848 dirname=\`basnam ${D}file ${D}suffix\`"_%"
48850 if [ ${D}? -ne 0 ]; then
48851 echo "Failed to create subdirectory ./${D}dirname"
48855 # Append '!' to indicate archive
48856 newInputFiles="${D}newInputFiles ${D}{dirname}!"
48857 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
48860 for subfile in ${D}dirname/*.o* ; do
48861 if [ -f ${D}subfile ]; then
48863 if [ -s ${D}subfile ]; then
48864 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
48865 newInputFiles="${D}newInputFiles ${D}subfile"
48869 if [ ${D}found -eq 0 ]; then
48870 echo "WARNING: there are no files in archive \\'${D}file\\'"
48874 newInputFiles="${D}{newInputFiles} ${D}file"
48878 inputFiles="${D}newInputFiles"
48880 # Output filename(s).
48882 if [ -z ${D}outFile ]; then
48884 set outFile ${D}inputFiles; outFile=${D}2
48887 # If it is an archive, remove the '!' and the '_%' suffixes
48888 case ${D}outFile in
48890 outFile=\`basnam ${D}outFile _%!\`
48895 case ${D}outFile in
48897 outFile=\`basnam ${D}outFile .dll\`
48900 outFile=\`basnam ${D}outFile .DLL\`
48903 outFile=\`basnam ${D}outFile .o\`
48906 outFile=\`basnam ${D}outFile .obj\`
48909 outFile=\`basnam ${D}outFile .a\`
48912 outFile=\`basnam ${D}outFile .lib\`
48917 case ${D}outimpFile in
48919 outimpFile=\`basnam ${D}outimpFile .a\`
48922 outimpFile=\`basnam ${D}outimpFile .lib\`
48927 if [ -z ${D}outimpFile ]; then
48928 outimpFile=${D}outFile
48930 defFile="${D}{outFile}.def"
48931 arcFile="${D}{outimpFile}.a"
48932 arcFile2="${D}{outimpFile}.lib"
48934 #create ${D}dllFile as something matching 8.3 restrictions,
48935 if [ -z ${D}renameScript ] ; then
48936 dllFile="${D}outFile"
48938 dllFile=\`${D}renameScript ${D}outimpFile\`
48941 if [ ${D}do_backup -ne 0 ] ; then
48942 if [ -f ${D}arcFile ] ; then
48943 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
48945 if [ -f ${D}arcFile2 ] ; then
48946 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
48950 # Extract public symbols from all the object files.
48951 tmpdefFile=${D}{defFile}_%
48952 rm -f ${D}tmpdefFile
48953 for file in ${D}inputFiles ; do
48958 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
48963 # Create the def file.
48965 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
48966 dllFile="${D}{dllFile}.dll"
48967 if [ ! -z ${D}description ]; then
48968 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
48970 echo "EXPORTS" >> ${D}defFile
48972 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
48973 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
48975 # Checks if the export is ok or not.
48976 for word in ${D}exclude_symbols; do
48977 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
48978 mv ${D}{tmpdefFile}% ${D}tmpdefFile
48982 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
48983 sed "=" < ${D}tmpdefFile | \\
48987 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
48989 ' > ${D}{tmpdefFile}%
48990 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
48992 rm -f ${D}{tmpdefFile}%
48994 cat ${D}tmpdefFile >> ${D}defFile
48995 rm -f ${D}tmpdefFile
48997 # Do linking, create implib, and apply lxlite.
48999 for file in ${D}inputFiles ; do
49004 gccCmdl="${D}gccCmdl ${D}file"
49008 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
49009 touch "${D}{outFile}.dll"
49011 doCommand "emximp -o ${D}arcFile ${D}defFile"
49012 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
49014 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
49017 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
49019 doCommand "emxomf -s -l ${D}arcFile"
49029 powerpc
-apple-macos* | \
49030 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
49041 if test "x$PIC_FLAG" != "x" ; then
49042 PIC_FLAG
="$PIC_FLAG -DPIC"
49045 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
49046 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
49048 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
49049 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
49068 case "${BAKEFILE_HOST}" in
49069 *-*-linux* | *-*-freebsd* | *-*-k*bsd
*-gnu )
49070 SONAME_FLAG
="-Wl,-soname,"
49104 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
49105 if test "${enable_dependency_tracking+set}" = set; then
49106 enableval
="$enable_dependency_tracking"
49107 bk_use_trackdeps
="$enableval"
49110 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
49111 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
49113 if test "x$bk_use_trackdeps" = "xno" ; then
49115 echo "$as_me:$LINENO: result: disabled" >&5
49116 echo "${ECHO_T}disabled" >&6
49120 if test "x$GCC" = "xyes"; then
49122 case "${BAKEFILE_HOST}" in
49124 DEPSFLAG
="-no-cpp-precomp -MMD"
49130 echo "$as_me:$LINENO: result: gcc" >&5
49131 echo "${ECHO_T}gcc" >&6
49132 elif test "x$MWCC" = "xyes"; then
49135 echo "$as_me:$LINENO: result: mwcc" >&5
49136 echo "${ECHO_T}mwcc" >&6
49137 elif test "x$SUNCC" = "xyes"; then
49140 echo "$as_me:$LINENO: result: Sun cc" >&5
49141 echo "${ECHO_T}Sun cc" >&6
49142 elif test "x$SGICC" = "xyes"; then
49145 echo "$as_me:$LINENO: result: SGI cc" >&5
49146 echo "${ECHO_T}SGI cc" >&6
49147 elif test "x$HPCC" = "xyes"; then
49150 echo "$as_me:$LINENO: result: HP cc" >&5
49151 echo "${ECHO_T}HP cc" >&6
49152 elif test "x$COMPAQCC" = "xyes"; then
49155 echo "$as_me:$LINENO: result: Compaq cc" >&5
49156 echo "${ECHO_T}Compaq cc" >&6
49159 echo "$as_me:$LINENO: result: none" >&5
49160 echo "${ECHO_T}none" >&6
49163 if test $DEPS_TRACKING = 1 ; then
49169 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
49170 # script. It is used to track C/C++ files dependencies in portable way.
49172 # Permission is given to use this file in any way.
49174 DEPSMODE=${DEPSMODE}
49176 DEPSFLAG="${DEPSFLAG}"
49178 mkdir -p ${D}DEPSDIR
49180 if test ${D}DEPSMODE = gcc ; then
49181 ${D}* ${D}{DEPSFLAG}
49183 if test ${D}{status} != 0 ; then
49186 # move created file to the location we want it in:
49187 while test ${D}# -gt 0; do
49201 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
49202 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
49203 if test -f ${D}depfile ; then
49204 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
49207 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
49208 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
49209 if test ! -f ${D}depfile ; then
49210 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
49211 depfile="${D}objfile.d"
49213 if test -f ${D}depfile ; then
49214 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
49219 elif test ${D}DEPSMODE = mwcc ; then
49220 ${D}* || exit ${D}?
49221 # Run mwcc again with -MM and redirect into the dep file we want
49222 # NOTE: We can't use shift here because we need ${D}* to be valid
49224 for arg in ${D}* ; do
49225 if test "${D}prevarg" = "-o"; then
49238 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
49240 elif test ${D}DEPSMODE = unixcc; then
49241 ${D}* || exit ${D}?
49242 # Run compiler again with deps flag and redirect into the dep file.
49243 # It doesn't work if the '-o FILE' option is used, but without it the
49244 # dependency file will contain the wrong name for the object. So it is
49245 # removed from the command line, and the dep file is fixed with sed.
49247 while test ${D}# -gt 0; do
49254 eval arg${D}#=\\${D}1
49255 cmd="${D}cmd \\${D}arg${D}#"
49260 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
49275 case ${BAKEFILE_HOST} in
49276 *-*-cygwin* | *-*-mingw32* )
49277 if test -n "$ac_tool_prefix"; then
49278 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
49279 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
49280 echo "$as_me:$LINENO: checking for $ac_word" >&5
49281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
49282 if test "${ac_cv_prog_WINDRES+set}" = set; then
49283 echo $ECHO_N "(cached) $ECHO_C" >&6
49285 if test -n "$WINDRES"; then
49286 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
49288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
49289 for as_dir
in $PATH
49292 test -z "$as_dir" && as_dir
=.
49293 for ac_exec_ext
in '' $ac_executable_extensions; do
49294 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
49295 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
49296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49304 WINDRES
=$ac_cv_prog_WINDRES
49305 if test -n "$WINDRES"; then
49306 echo "$as_me:$LINENO: result: $WINDRES" >&5
49307 echo "${ECHO_T}$WINDRES" >&6
49309 echo "$as_me:$LINENO: result: no" >&5
49310 echo "${ECHO_T}no" >&6
49314 if test -z "$ac_cv_prog_WINDRES"; then
49315 ac_ct_WINDRES
=$WINDRES
49316 # Extract the first word of "windres", so it can be a program name with args.
49317 set dummy windres
; ac_word
=$2
49318 echo "$as_me:$LINENO: checking for $ac_word" >&5
49319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
49320 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
49321 echo $ECHO_N "(cached) $ECHO_C" >&6
49323 if test -n "$ac_ct_WINDRES"; then
49324 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
49326 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
49327 for as_dir
in $PATH
49330 test -z "$as_dir" && as_dir
=.
49331 for ac_exec_ext
in '' $ac_executable_extensions; do
49332 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
49333 ac_cv_prog_ac_ct_WINDRES
="windres"
49334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49342 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
49343 if test -n "$ac_ct_WINDRES"; then
49344 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
49345 echo "${ECHO_T}$ac_ct_WINDRES" >&6
49347 echo "$as_me:$LINENO: result: no" >&5
49348 echo "${ECHO_T}no" >&6
49351 WINDRES
=$ac_ct_WINDRES
49353 WINDRES
="$ac_cv_prog_WINDRES"
49358 *-*-darwin* | powerpc
-apple-macos* )
49359 # Extract the first word of "Rez", so it can be a program name with args.
49360 set dummy Rez
; ac_word
=$2
49361 echo "$as_me:$LINENO: checking for $ac_word" >&5
49362 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
49363 if test "${ac_cv_prog_REZ+set}" = set; then
49364 echo $ECHO_N "(cached) $ECHO_C" >&6
49366 if test -n "$REZ"; then
49367 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
49369 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
49370 for as_dir
in $PATH
49373 test -z "$as_dir" && as_dir
=.
49374 for ac_exec_ext
in '' $ac_executable_extensions; do
49375 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
49376 ac_cv_prog_REZ
="Rez"
49377 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49383 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
49386 REZ
=$ac_cv_prog_REZ
49387 if test -n "$REZ"; then
49388 echo "$as_me:$LINENO: result: $REZ" >&5
49389 echo "${ECHO_T}$REZ" >&6
49391 echo "$as_me:$LINENO: result: no" >&5
49392 echo "${ECHO_T}no" >&6
49395 # Extract the first word of "SetFile", so it can be a program name with args.
49396 set dummy SetFile
; ac_word
=$2
49397 echo "$as_me:$LINENO: checking for $ac_word" >&5
49398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
49399 if test "${ac_cv_prog_SETFILE+set}" = set; then
49400 echo $ECHO_N "(cached) $ECHO_C" >&6
49402 if test -n "$SETFILE"; then
49403 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
49405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
49406 for as_dir
in $PATH
49409 test -z "$as_dir" && as_dir
=.
49410 for ac_exec_ext
in '' $ac_executable_extensions; do
49411 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
49412 ac_cv_prog_SETFILE
="SetFile"
49413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49419 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
49422 SETFILE
=$ac_cv_prog_SETFILE
49423 if test -n "$SETFILE"; then
49424 echo "$as_me:$LINENO: result: $SETFILE" >&5
49425 echo "${ECHO_T}$SETFILE" >&6
49427 echo "$as_me:$LINENO: result: no" >&5
49428 echo "${ECHO_T}no" >&6
49439 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.0"
49442 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.0"
49446 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
49447 if test "${enable_precomp_headers+set}" = set; then
49448 enableval
="$enable_precomp_headers"
49449 bk_use_pch
="$enableval"
49456 case ${BAKEFILE_HOST} in
49462 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
49463 if test "x$GCC" = "xyes"; then
49464 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
49465 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
49466 cat >conftest.
$ac_ext <<_ACEOF
49469 cat confdefs.h
>>conftest.
$ac_ext
49470 cat >>conftest.
$ac_ext <<_ACEOF
49471 /* end confdefs.h. */
49477 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
49478 There is no PCH support
49481 There is no PCH support
49483 #if (__GNUC__ == 3) && \
49484 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
49485 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
49486 ( defined(__INTEL_COMPILER) )
49487 There is no PCH support
49494 rm -f conftest.
$ac_objext
49495 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
49496 (eval $ac_compile) 2>conftest.er1
49498 grep -v '^ *+' conftest.er1
>conftest.err
49500 cat conftest.err
>&5
49501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49502 (exit $ac_status); } &&
49503 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
49504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49505 (eval $ac_try) 2>&5
49507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49508 (exit $ac_status); }; } &&
49509 { ac_try
='test -s conftest.$ac_objext'
49510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49511 (eval $ac_try) 2>&5
49513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49514 (exit $ac_status); }; }; then
49516 echo "$as_me:$LINENO: result: yes" >&5
49517 echo "${ECHO_T}yes" >&6
49521 echo "$as_me: failed program was:" >&5
49522 sed 's/^/| /' conftest.
$ac_ext >&5
49525 cat >conftest.
$ac_ext <<_ACEOF
49528 cat confdefs.h
>>conftest.
$ac_ext
49529 cat >>conftest.
$ac_ext <<_ACEOF
49530 /* end confdefs.h. */
49536 #if !defined(__INTEL_COMPILER) || \
49537 (__INTEL_COMPILER < 800)
49538 There is no PCH support
49545 rm -f conftest.
$ac_objext
49546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
49547 (eval $ac_compile) 2>conftest.er1
49549 grep -v '^ *+' conftest.er1
>conftest.err
49551 cat conftest.err
>&5
49552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49553 (exit $ac_status); } &&
49554 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
49555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49556 (eval $ac_try) 2>&5
49558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49559 (exit $ac_status); }; } &&
49560 { ac_try
='test -s conftest.$ac_objext'
49561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49562 (eval $ac_try) 2>&5
49564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49565 (exit $ac_status); }; }; then
49567 echo "$as_me:$LINENO: result: yes" >&5
49568 echo "${ECHO_T}yes" >&6
49572 echo "$as_me: failed program was:" >&5
49573 sed 's/^/| /' conftest.
$ac_ext >&5
49576 echo "$as_me:$LINENO: result: no" >&5
49577 echo "${ECHO_T}no" >&6
49580 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
49583 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
49584 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
49588 cat <<EOF >bk-make-pch
49591 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
49592 # script. It is used to generated precompiled headers.
49594 # Permission is given to use this file in any way.
49604 while test ${D}{#} -gt 0; do
49608 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
49609 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
49610 headerfile="${D}{incdir}/${D}{header}"
49613 -use-pch|-use_pch )
49618 if test ${D}add_to_cmdline = 1 ; then
49619 compiler="${D}{compiler} ${D}{1}"
49624 if test "x${D}{headerfile}" = "x" ; then
49625 echo "error: can't find header ${D}{header} in include paths" >&2
49627 if test -f ${D}{outfile} ; then
49628 rm -f ${D}{outfile}
49630 mkdir -p \`dirname ${D}{outfile}\`
49632 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
49634 if test "x${GCC_PCH}" = "x1" ; then
49635 # can do this because gcc is >= 3.4:
49636 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
49637 elif test "x${ICC_PCH}" = "x1" ; then
49638 filename=pch_gen-${D}${D}
49639 file=${D}{filename}.c
49640 dfile=${D}{filename}.d
49641 cat > ${D}file <<EOT
49642 #include "${D}header"
49644 # using -MF icc complains about differing command lines in creation/use
49645 ${D}compiler -c -create_pch ${D}outfile -MMD ${D}file && \\
49646 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
49647 rm -f ${D}file ${D}dfile ${D}{filename}.o
49653 chmod +x bk
-make-pch
49661 COND_BUILD_DEBUG
="#"
49662 if test "x$BUILD" = "xdebug" ; then
49663 COND_BUILD_DEBUG
=""
49666 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
49667 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49668 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
49671 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
49672 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49673 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
49676 COND_BUILD_DEBUG_UNICODE_0
="#"
49677 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49678 COND_BUILD_DEBUG_UNICODE_0
=""
49681 COND_BUILD_DEBUG_UNICODE_1
="#"
49682 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49683 COND_BUILD_DEBUG_UNICODE_1
=""
49686 COND_BUILD_RELEASE
="#"
49687 if test "x$BUILD" = "xrelease" ; then
49688 COND_BUILD_RELEASE
=""
49691 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
49692 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
49693 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
49696 COND_BUILD_RELEASE_UNICODE_0
="#"
49697 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
49698 COND_BUILD_RELEASE_UNICODE_0
=""
49701 COND_BUILD_RELEASE_UNICODE_1
="#"
49702 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
49703 COND_BUILD_RELEASE_UNICODE_1
=""
49706 COND_DEBUG_FLAG_1
="#"
49707 if test "x$DEBUG_FLAG" = "x1" ; then
49708 COND_DEBUG_FLAG_1
=""
49711 COND_DEBUG_INFO_0
="#"
49712 if test "x$DEBUG_INFO" = "x0" ; then
49713 COND_DEBUG_INFO_0
=""
49716 COND_DEBUG_INFO_1
="#"
49717 if test "x$DEBUG_INFO" = "x1" ; then
49718 COND_DEBUG_INFO_1
=""
49721 COND_DEPS_TRACKING_0
="#"
49722 if test "x$DEPS_TRACKING" = "x0" ; then
49723 COND_DEPS_TRACKING_0
=""
49726 COND_DEPS_TRACKING_1
="#"
49727 if test "x$DEPS_TRACKING" = "x1" ; then
49728 COND_DEPS_TRACKING_1
=""
49732 if test "x$GCC_PCH" = "x1" ; then
49737 if test "x$ICC_PCH" = "x1" ; then
49741 COND_MONOLITHIC_0
="#"
49742 if test "x$MONOLITHIC" = "x0" ; then
49743 COND_MONOLITHIC_0
=""
49746 COND_MONOLITHIC_0_SHARED_0
="#"
49747 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
49748 COND_MONOLITHIC_0_SHARED_0
=""
49751 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
="#"
49752 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
49753 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
=""
49756 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
49757 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
49758 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
49761 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
49762 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49763 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
49766 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
="#"
49767 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49768 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
=""
49771 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
49772 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49773 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
49776 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
49777 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49778 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
49781 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
49782 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
49783 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
49786 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
="#"
49787 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
49788 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
=""
49791 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
49792 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
49793 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
49796 COND_MONOLITHIC_0_SHARED_1
="#"
49797 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
49798 COND_MONOLITHIC_0_SHARED_1
=""
49801 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
="#"
49802 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
49803 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
=""
49806 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
49807 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
49808 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
49811 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
49812 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49813 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
49816 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
="#"
49817 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49818 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
=""
49821 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
49822 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49823 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
49826 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
49827 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49828 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
49831 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
49832 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
49833 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
49836 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
="#"
49837 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
49838 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
=""
49841 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
49842 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
49843 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
49846 COND_MONOLITHIC_0_USE_MEDIA_1
="#"
49847 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
49848 COND_MONOLITHIC_0_USE_MEDIA_1
=""
49851 COND_MONOLITHIC_0_USE_ODBC_1
="#"
49852 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
49853 COND_MONOLITHIC_0_USE_ODBC_1
=""
49856 COND_MONOLITHIC_1
="#"
49857 if test "x$MONOLITHIC" = "x1" ; then
49858 COND_MONOLITHIC_1
=""
49861 COND_MONOLITHIC_1_SHARED_0
="#"
49862 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
49863 COND_MONOLITHIC_1_SHARED_0
=""
49866 COND_MONOLITHIC_1_SHARED_1
="#"
49867 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
49868 COND_MONOLITHIC_1_SHARED_1
=""
49871 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
49872 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
49873 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
49876 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
49877 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
49878 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
49881 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
49882 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49883 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
49886 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
49887 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49888 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
49891 COND_PLATFORM_MACOSX_1
="#"
49892 if test "x$PLATFORM_MACOSX" = "x1" ; then
49893 COND_PLATFORM_MACOSX_1
=""
49896 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
49897 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
49898 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
49901 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
49902 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
49903 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
49906 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
49907 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
49908 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
49911 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
49912 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
49913 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
49916 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
49917 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
49918 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
49921 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
49922 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49923 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
49926 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
49927 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
49928 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
49931 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
49932 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
49933 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
49936 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
49937 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
49938 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
49941 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
49942 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
49943 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
49946 COND_PLATFORM_MACOS_1
="#"
49947 if test "x$PLATFORM_MACOS" = "x1" ; then
49948 COND_PLATFORM_MACOS_1
=""
49951 COND_PLATFORM_MAC_1
="#"
49952 if test "x$PLATFORM_MAC" = "x1" ; then
49953 COND_PLATFORM_MAC_1
=""
49956 COND_PLATFORM_MSDOS_0
="#"
49957 if test "x$PLATFORM_MSDOS" = "x0" ; then
49958 COND_PLATFORM_MSDOS_0
=""
49961 COND_PLATFORM_MSDOS_1
="#"
49962 if test "x$PLATFORM_MSDOS" = "x1" ; then
49963 COND_PLATFORM_MSDOS_1
=""
49966 COND_PLATFORM_OS2_1
="#"
49967 if test "x$PLATFORM_OS2" = "x1" ; then
49968 COND_PLATFORM_OS2_1
=""
49971 COND_PLATFORM_UNIX_0
="#"
49972 if test "x$PLATFORM_UNIX" = "x0" ; then
49973 COND_PLATFORM_UNIX_0
=""
49976 COND_PLATFORM_UNIX_1
="#"
49977 if test "x$PLATFORM_UNIX" = "x1" ; then
49978 COND_PLATFORM_UNIX_1
=""
49981 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
49982 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
49983 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
49986 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
49987 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
49988 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
49991 COND_PLATFORM_WIN32_0
="#"
49992 if test "x$PLATFORM_WIN32" = "x0" ; then
49993 COND_PLATFORM_WIN32_0
=""
49996 COND_PLATFORM_WIN32_1
="#"
49997 if test "x$PLATFORM_WIN32" = "x1" ; then
49998 COND_PLATFORM_WIN32_1
=""
50002 if test "x$SHARED" = "x0" ; then
50006 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
50007 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
50008 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
50011 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
50012 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50013 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
50016 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
50017 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
50018 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
50021 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
50022 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50023 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
50026 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
50027 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50028 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
50031 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
50032 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50033 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
50036 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
50037 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50038 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
50041 COND_SHARED_0_USE_XRC_1
="#"
50042 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
50043 COND_SHARED_0_USE_XRC_1
=""
50046 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
50047 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
50048 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
50051 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
50052 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
50053 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
50056 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
50057 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
50058 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
50061 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
50062 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
50063 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
50067 if test "x$SHARED" = "x1" ; then
50071 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
50072 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
50073 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
50076 COND_SHARED_1_USE_XRC_1
="#"
50077 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
50078 COND_SHARED_1_USE_XRC_1
=""
50082 if test "x$TOOLKIT" = "x" ; then
50086 COND_TOOLKIT_COCOA
="#"
50087 if test "x$TOOLKIT" = "xCOCOA" ; then
50088 COND_TOOLKIT_COCOA
=""
50091 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
50092 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
50093 COND_TOOLKIT_COCOA_USE_GUI_1
=""
50096 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
50097 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50098 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
50101 COND_TOOLKIT_DFB
="#"
50102 if test "x$TOOLKIT" = "xDFB" ; then
50103 COND_TOOLKIT_DFB
=""
50106 COND_TOOLKIT_DFB_USE_GUI_1
="#"
50107 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
50108 COND_TOOLKIT_DFB_USE_GUI_1
=""
50111 COND_TOOLKIT_GTK
="#"
50112 if test "x$TOOLKIT" = "xGTK" ; then
50113 COND_TOOLKIT_GTK
=""
50116 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
="#"
50117 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
50118 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
=""
50121 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
50122 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
50123 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
50126 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
50127 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
50128 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
50131 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
="#"
50132 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50133 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
=""
50136 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
="#"
50137 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
50138 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
=""
50141 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
="#"
50142 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50143 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
=""
50146 COND_TOOLKIT_GTK_USE_GUI_1
="#"
50147 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
50148 COND_TOOLKIT_GTK_USE_GUI_1
=""
50151 COND_TOOLKIT_MAC
="#"
50152 if test "x$TOOLKIT" = "xMAC" ; then
50153 COND_TOOLKIT_MAC
=""
50156 COND_TOOLKIT_MAC_USE_GUI_1
="#"
50157 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
50158 COND_TOOLKIT_MAC_USE_GUI_1
=""
50161 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
50162 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50163 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
50166 COND_TOOLKIT_MGL
="#"
50167 if test "x$TOOLKIT" = "xMGL" ; then
50168 COND_TOOLKIT_MGL
=""
50171 COND_TOOLKIT_MGL_USE_GUI_1
="#"
50172 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
50173 COND_TOOLKIT_MGL_USE_GUI_1
=""
50176 COND_TOOLKIT_MOTIF
="#"
50177 if test "x$TOOLKIT" = "xMOTIF" ; then
50178 COND_TOOLKIT_MOTIF
=""
50181 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
50182 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
50183 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
50186 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
50187 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50188 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
50191 COND_TOOLKIT_MSW
="#"
50192 if test "x$TOOLKIT" = "xMSW" ; then
50193 COND_TOOLKIT_MSW
=""
50196 COND_TOOLKIT_MSW_USE_GUI_1
="#"
50197 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
50198 COND_TOOLKIT_MSW_USE_GUI_1
=""
50201 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
50202 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50203 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
50206 COND_TOOLKIT_MSW_WXUNIV_0
="#"
50207 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
50208 COND_TOOLKIT_MSW_WXUNIV_0
=""
50211 COND_TOOLKIT_PM
="#"
50212 if test "x$TOOLKIT" = "xPM" ; then
50216 COND_TOOLKIT_PM_USE_GUI_1
="#"
50217 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
50218 COND_TOOLKIT_PM_USE_GUI_1
=""
50221 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
50222 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50223 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
50226 COND_TOOLKIT_WINCE
="#"
50227 if test "x$TOOLKIT" = "xWINCE" ; then
50228 COND_TOOLKIT_WINCE
=""
50231 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
50232 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
50233 COND_TOOLKIT_WINCE_USE_GUI_1
=""
50236 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
50237 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50238 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
50241 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
50242 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
50243 COND_TOOLKIT_WINCE_WXUNIV_0
=""
50246 COND_TOOLKIT_X11
="#"
50247 if test "x$TOOLKIT" = "xX11" ; then
50248 COND_TOOLKIT_X11
=""
50251 COND_TOOLKIT_X11_USE_GUI_1
="#"
50252 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
50253 COND_TOOLKIT_X11_USE_GUI_1
=""
50257 if test "x$UNICODE" = "x1" ; then
50261 COND_USE_EXCEPTIONS_0
="#"
50262 if test "x$USE_EXCEPTIONS" = "x0" ; then
50263 COND_USE_EXCEPTIONS_0
=""
50266 COND_USE_EXCEPTIONS_1
="#"
50267 if test "x$USE_EXCEPTIONS" = "x1" ; then
50268 COND_USE_EXCEPTIONS_1
=""
50272 if test "x$USE_GUI" = "x0" ; then
50277 if test "x$USE_GUI" = "x1" ; then
50281 COND_USE_GUI_1_WXUNIV_0
="#"
50282 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
50283 COND_USE_GUI_1_WXUNIV_0
=""
50286 COND_USE_GUI_1_WXUNIV_1
="#"
50287 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
50288 COND_USE_GUI_1_WXUNIV_1
=""
50291 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
50292 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50293 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
50296 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
50297 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50298 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
50301 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
50302 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50303 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
50306 COND_USE_ODBC_1
="#"
50307 if test "x$USE_ODBC" = "x1" ; then
50311 COND_USE_OPENGL_1
="#"
50312 if test "x$USE_OPENGL" = "x1" ; then
50313 COND_USE_OPENGL_1
=""
50317 if test "x$USE_PCH" = "x1" ; then
50321 COND_USE_PLUGINS_0
="#"
50322 if test "x$USE_PLUGINS" = "x0" ; then
50323 COND_USE_PLUGINS_0
=""
50326 COND_USE_RTTI_0
="#"
50327 if test "x$USE_RTTI" = "x0" ; then
50331 COND_USE_RTTI_1
="#"
50332 if test "x$USE_RTTI" = "x1" ; then
50336 COND_USE_SOSYMLINKS_1
="#"
50337 if test "x$USE_SOSYMLINKS" = "x1" ; then
50338 COND_USE_SOSYMLINKS_1
=""
50341 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
50342 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
50343 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
50346 COND_USE_SOVERLINUX_1
="#"
50347 if test "x$USE_SOVERLINUX" = "x1" ; then
50348 COND_USE_SOVERLINUX_1
=""
50351 COND_USE_SOVERSION_0
="#"
50352 if test "x$USE_SOVERSION" = "x0" ; then
50353 COND_USE_SOVERSION_0
=""
50356 COND_USE_SOVERSOLARIS_1
="#"
50357 if test "x$USE_SOVERSOLARIS" = "x1" ; then
50358 COND_USE_SOVERSOLARIS_1
=""
50361 COND_USE_THREADS_0
="#"
50362 if test "x$USE_THREADS" = "x0" ; then
50363 COND_USE_THREADS_0
=""
50366 COND_USE_THREADS_1
="#"
50367 if test "x$USE_THREADS" = "x1" ; then
50368 COND_USE_THREADS_1
=""
50372 if test "x$USE_XRC" = "x1" ; then
50376 COND_WINDOWS_IMPLIB_1
="#"
50377 if test "x$WINDOWS_IMPLIB" = "x1" ; then
50378 COND_WINDOWS_IMPLIB_1
=""
50381 COND_WITH_PLUGIN_SDL_1
="#"
50382 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
50383 COND_WITH_PLUGIN_SDL_1
=""
50387 if test "x$WXUNIV" = "x0" ; then
50392 if test "x$WXUNIV" = "x1" ; then
50396 COND_WXUSE_EXPAT_BUILTIN
="#"
50397 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
50398 COND_WXUSE_EXPAT_BUILTIN
=""
50401 COND_WXUSE_LIBJPEG_BUILTIN
="#"
50402 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
50403 COND_WXUSE_LIBJPEG_BUILTIN
=""
50406 COND_WXUSE_LIBPNG_BUILTIN
="#"
50407 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
50408 COND_WXUSE_LIBPNG_BUILTIN
=""
50411 COND_WXUSE_LIBTIFF_BUILTIN
="#"
50412 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
50413 COND_WXUSE_LIBTIFF_BUILTIN
=""
50416 COND_WXUSE_ODBC_BUILTIN
="#"
50417 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
50418 COND_WXUSE_ODBC_BUILTIN
=""
50421 COND_WXUSE_REGEX_BUILTIN
="#"
50422 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
50423 COND_WXUSE_REGEX_BUILTIN
=""
50426 COND_WXUSE_ZLIB_BUILTIN
="#"
50427 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
50428 COND_WXUSE_ZLIB_BUILTIN
=""
50433 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
50434 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
50435 echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
50436 { (exit 1); exit 1; }; }
50439 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
50440 { { 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
50441 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;}
50442 { (exit 1); exit 1; }; }
50446 if test $GCC_PCH = 1
50448 if test "$wx_cv_gcc_pch_bug" = yes; then
50449 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
50450 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
50451 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
50452 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
50453 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
50454 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
50457 CPPFLAGS
="-DWX_PRECOMP $CPPFLAGS"
50461 if test "$wxUSE_MAC" = 1 ; then
50462 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
50463 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk
-deps > temp
50469 if test "$wxUSE_SHARED" = "yes"; then
50471 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
50472 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
50475 *-pc-os2_emx | *-pc-os2-emx )
50476 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50477 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50478 cp -p ${srcdir}/src
/os
2/dllnames.sh .
50479 cp -p ${srcdir}/src
/os
2/dllar.sh .
50484 EXE_LINKER
="$CXX -o"
50487 if test "$wxUSE_OMF" = "yes"; then
50489 *-pc-os2_emx | *-pc-os2-emx )
50490 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
50491 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
50492 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
50497 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
50499 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
50561 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50562 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
50563 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
50564 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
50565 echo $ECHO_N "(cached) $ECHO_C" >&6
50567 cat >conftest.
make <<\_ACEOF
50569 @
echo 'ac_maketemp="$(MAKE)"'
50571 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50572 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
50573 if test -n "$ac_maketemp"; then
50574 eval ac_cv_prog_make_
${ac_make}_set
=yes
50576 eval ac_cv_prog_make_
${ac_make}_set
=no
50578 rm -f conftest.
make
50580 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
50581 echo "$as_me:$LINENO: result: yes" >&5
50582 echo "${ECHO_T}yes" >&6
50585 echo "$as_me:$LINENO: result: no" >&5
50586 echo "${ECHO_T}no" >&6
50587 SET_MAKE
="MAKE=${MAKE-make}"
50592 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
50595 if test "$USE_WIN32" = 1; then
50596 ac_config_commands
="$ac_config_commands
50602 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
50605 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
50608 ac_config_files
="$ac_config_files version-script Makefile"
50611 ac_config_commands
="$ac_config_commands wx-config"
50615 if test "$wxWITH_SUBDIRS" != "no"; then
50616 if test "$wxUSE_GUI" = "yes"; then
50617 SUBDIRS
="samples demos utils contrib"
50618 else SUBDIRS
="samples utils"
50623 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
50624 if test "${with_cppunit_prefix+set}" = set; then
50625 withval
="$with_cppunit_prefix"
50626 cppunit_config_prefix
="$withval"
50628 cppunit_config_prefix
=""
50631 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
50632 if test "${with_cppunit_exec_prefix+set}" = set; then
50633 withval
="$with_cppunit_exec_prefix"
50634 cppunit_config_exec_prefix
="$withval"
50636 cppunit_config_exec_prefix
=""
50639 if test x
$cppunit_config_exec_prefix != x
; then
50640 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
50641 if test x
${CPPUNIT_CONFIG+set} != xset
; then
50642 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
50645 if test x
$cppunit_config_prefix != x
; then
50646 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
50647 if test x
${CPPUNIT_CONFIG+set} != xset
; then
50648 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
50652 # Extract the first word of "cppunit-config", so it can be a program name with args.
50653 set dummy cppunit
-config; ac_word
=$2
50654 echo "$as_me:$LINENO: checking for $ac_word" >&5
50655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
50656 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
50657 echo $ECHO_N "(cached) $ECHO_C" >&6
50659 case $CPPUNIT_CONFIG in
50661 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
50664 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
50665 for as_dir
in $PATH
50668 test -z "$as_dir" && as_dir
=.
50669 for ac_exec_ext
in '' $ac_executable_extensions; do
50670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50671 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
50672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50678 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
50682 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
50684 if test -n "$CPPUNIT_CONFIG"; then
50685 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
50686 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
50688 echo "$as_me:$LINENO: result: no" >&5
50689 echo "${ECHO_T}no" >&6
50692 cppunit_version_min
=1.8.0
50694 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
50695 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
50697 if test "$CPPUNIT_CONFIG" = "no" ; then
50698 echo "$as_me:$LINENO: result: no" >&5
50699 echo "${ECHO_T}no" >&6
50702 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
50703 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
50704 cppunit_version
=`$CPPUNIT_CONFIG --version`
50706 cppunit_major_version
=`echo $cppunit_version | \
50707 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
50708 cppunit_minor_version
=`echo $cppunit_version | \
50709 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
50710 cppunit_micro_version
=`echo $cppunit_version | \
50711 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
50713 cppunit_major_min
=`echo $cppunit_version_min | \
50714 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
50715 cppunit_minor_min
=`echo $cppunit_version_min | \
50716 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
50717 cppunit_micro_min
=`echo $cppunit_version_min | \
50718 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
50720 cppunit_version_proper
=`expr \
50721 $cppunit_major_version \> $cppunit_major_min \| \
50722 $cppunit_major_version \= $cppunit_major_min \& \
50723 $cppunit_minor_version \> $cppunit_minor_min \| \
50724 $cppunit_major_version \= $cppunit_major_min \& \
50725 $cppunit_minor_version \= $cppunit_minor_min \& \
50726 $cppunit_micro_version \>= $cppunit_micro_min `
50728 if test "$cppunit_version_proper" = "1" ; then
50729 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
50730 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
50732 echo "$as_me:$LINENO: result: no" >&5
50733 echo "${ECHO_T}no" >&6
50738 if test "x$no_cppunit" = x
; then
50739 SUBDIRS
="$SUBDIRS tests"
50750 for subdir
in `echo $SUBDIRS`; do
50751 if test -d ${srcdir}/${subdir} ; then
50752 if test "$wxUSE_GUI" = "yes"; then
50753 if test ${subdir} = "samples"; then
50754 makefiles
="samples/Makefile.in $makefiles"
50755 for sample
in `echo $SAMPLES_SUBDIRS`; do
50756 if test -d $srcdir/samples
/$sample; then
50757 makefiles
="samples/$sample/Makefile.in $makefiles"
50761 disabled_var
=DISABLED_
`echo $subdir | tr [a-z] [A-Z]`;
50762 eval "disabled=\$$disabled_var"
50763 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
50764 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
50766 else if test ${subdir} = "samples"; then
50767 makefiles
="samples/Makefile.in samples/console/Makefile.in"
50768 elif test ${subdir} = "utils"; then
50770 for util
in HelpGen tex2rtf
; do
50771 if test -d $srcdir/utils
/$util ; then
50772 makefiles
="utils/$util/Makefile.in \
50773 utils/$util/src/Makefile.in \
50777 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
50781 for mkin
in $makefiles ; do
50782 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
50783 ac_config_files
="$ac_config_files $mk"
50789 cat >confcache
<<\_ACEOF
50790 # This file is a shell script that caches the results of configure
50791 # tests run on this system so they can be shared between configure
50792 # scripts and configure runs, see configure's option --config-cache.
50793 # It is not useful on other systems. If it contains results you don't
50794 # want to keep, you may remove or edit it.
50796 # config.status only pays attention to the cache file if you give it
50797 # the --recheck option to rerun configure.
50799 # `ac_cv_env_foo' variables (set or unset) will be overridden when
50800 # loading this file, other *unset* `ac_cv_foo' will be assigned the
50801 # following values.
50805 # The following way of writing the cache mishandles newlines in values,
50806 # but we know of no workaround that is simple, portable, and efficient.
50807 # So, don't put newlines in cache variables' values.
50808 # Ultrix sh set writes to stderr and can't be redirected directly,
50809 # and sets the high bit in the cache file unless we assign to the vars.
50812 case `(ac_space=' '; set | grep ac_space) 2>&1` in
50814 # `set' does not quote correctly, so add quotes (double-quote
50815 # substitution turns \\\\ into \\, and sed turns \\ into \).
50818 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
50821 # `set' quotes correctly as required by POSIX, so do not add quotes.
50823 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
50830 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
50832 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
50834 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
50835 if test -w $cache_file; then
50836 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
50837 cat confcache
>$cache_file
50839 echo "not updating unwritable cache $cache_file"
50844 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
50845 # Let make expand exec_prefix.
50846 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
50848 # VPATH may cause trouble with some makes, so we remove $(srcdir),
50849 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
50850 # trailing colons and then remove the whole line if VPATH becomes empty
50851 # (actually we leave an empty line to preserve line numbers).
50852 if test "x$srcdir" = x.
; then
50853 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
50854 s/:*\$(srcdir):*/:/;
50855 s/:*\${srcdir}:*/:/;
50857 s/^\([^=]*=[ ]*\):*/\1/;
50863 DEFS
=-DHAVE_CONFIG_H
50867 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
50868 # 1. Remove the extension, and $U if already installed.
50869 ac_i
=`echo "$ac_i" |
50870 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
50872 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
50873 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
50875 LIBOBJS
=$ac_libobjs
50877 LTLIBOBJS
=$ac_ltlibobjs
50881 : ${CONFIG_STATUS=./config.status}
50882 ac_clean_files_save
=$ac_clean_files
50883 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
50884 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
50885 echo "$as_me: creating $CONFIG_STATUS" >&6;}
50886 cat >$CONFIG_STATUS <<_ACEOF
50888 # Generated by $as_me.
50889 # Run this file to recreate the current configuration.
50890 # Compiler output produced by configure, useful for debugging
50891 # configure, is in config.log if it exists.
50894 ac_cs_recheck=false
50896 SHELL=\${CONFIG_SHELL-$SHELL}
50899 cat >>$CONFIG_STATUS <<\_ACEOF
50900 ## --------------------- ##
50901 ## M4sh Initialization. ##
50902 ## --------------------- ##
50904 # Be Bourne compatible
50905 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
50908 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
50909 # is contrary to our usage. Disable this feature.
50910 alias -g '${1+"$@"}'='"$@"'
50911 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
50914 DUALCASE
=1; export DUALCASE
# for MKS sh
50916 # Support unset when possible.
50917 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
50924 # Work around bugs in pre-3.0 UWIN ksh.
50925 $as_unset ENV MAIL MAILPATH
50932 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
50933 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
50934 LC_TELEPHONE LC_TIME
50936 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
50937 eval $as_var=C
; export $as_var
50943 # Required to use basename.
50944 if expr a
: '\(a\)' >/dev
/null
2>&1; then
50950 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
50951 as_basename
=basename
50957 # Name of the executable.
50958 as_me
=`$as_basename "$0" ||
50959 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
50960 X"$0" : 'X\(//\)$' \| \
50961 X"$0" : 'X\(/\)$' \| \
50962 . : '\(.\)' 2>/dev/null ||
50964 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
50965 /^X\/\(\/\/\)$/{ s//\1/; q; }
50966 /^X\/\(\/\).*/{ s//\1/; q; }
50970 # PATH needs CR, and LINENO needs CR and PATH.
50971 # Avoid depending upon Character Ranges.
50972 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
50973 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
50974 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
50975 as_cr_digits
='0123456789'
50976 as_cr_alnum
=$as_cr_Letters$as_cr_digits
50978 # The user is always right.
50979 if test "${PATH_SEPARATOR+set}" != set; then
50980 echo "#! /bin/sh" >conf$$.sh
50981 echo "exit 0" >>conf$$.sh
50983 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
50992 as_lineno_1
=$LINENO
50993 as_lineno_2
=$LINENO
50994 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
50995 test "x$as_lineno_1" != "x$as_lineno_2" &&
50996 test "x$as_lineno_3" = "x$as_lineno_2" || {
50997 # Find who we are. Look in the path if we contain no path at all
51000 *[\\/]* ) as_myself
=$0 ;;
51001 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51002 for as_dir
in $PATH
51005 test -z "$as_dir" && as_dir
=.
51006 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
51011 # We did not find ourselves, most probably we were run as `sh COMMAND'
51012 # in which case we are not to be found in the path.
51013 if test "x$as_myself" = x
; then
51016 if test ! -f "$as_myself"; then
51017 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
51018 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
51019 { (exit 1); exit 1; }; }
51021 case $CONFIG_SHELL in
51023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
51024 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
51027 test -z "$as_dir" && as_dir
=.
51028 for as_base
in sh bash ksh sh5
; do
51031 if ("$as_dir/$as_base" -c '
51032 as_lineno_1=$LINENO
51033 as_lineno_2=$LINENO
51034 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
51035 test "x$as_lineno_1" != "x$as_lineno_2" &&
51036 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
51037 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
51038 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
51039 CONFIG_SHELL
=$as_dir/$as_base
51040 export CONFIG_SHELL
51041 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
51049 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
51050 # uniformly replaced by the line number. The first 'sed' inserts a
51051 # line-number line before each line; the second 'sed' does the real
51052 # work. The second script uses 'N' to pair each line-number line
51053 # with the numbered line, and appends trailing '-' during
51054 # substitution so that $LINENO is not a special case at line end.
51055 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
51056 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
51057 sed '=' <$as_myself |
51062 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
51065 s,^['$as_cr_digits']*\n,,
51066 ' >$as_me.lineno
&&
51067 chmod +x
$as_me.lineno
||
51068 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
51069 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
51070 { (exit 1); exit 1; }; }
51072 # Don't try to exec as it changes $[0], causing all sort of problems
51073 # (the dirname of $[0] is not the place where we might find the
51074 # original and so on. Autoconf is especially sensible to this).
51076 # Exit status is that of the last command.
51081 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
51082 *c
*,-n*) ECHO_N
= ECHO_C
='
51084 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
51085 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
51088 if expr a
: '\(a\)' >/dev
/null
2>&1; then
51094 rm -f conf$$ conf$$.exe conf$$.
file
51096 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
51097 # We could just check for DJGPP; but this test a) works b) is more generic
51098 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
51099 if test -f conf$$.exe
; then
51100 # Don't use ln at all; we don't have any links
51105 elif ln conf$$.
file conf$$
2>/dev
/null
; then
51110 rm -f conf$$ conf$$.exe conf$$.
file
51112 if mkdir -p .
2>/dev
/null
; then
51115 test -d .
/-p && rmdir .
/-p
51119 as_executable_p
="test -f"
51121 # Sed expression to map a string onto a valid CPP name.
51122 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51124 # Sed expression to map a string onto a valid variable name.
51125 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51129 # We need space, tab and new line, in precisely that order.
51139 # Open the log real soon, to keep \$[0] and so on meaningful, and to
51140 # report actual input values of CONFIG_FILES etc. instead of their
51141 # values after options handling. Logging --version etc. is OK.
51145 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
51146 ## Running $as_me. ##
51151 This file was extended by wxWidgets $as_me 2.7.1, which was
51152 generated by GNU Autoconf 2.59. Invocation command line was
51154 CONFIG_FILES = $CONFIG_FILES
51155 CONFIG_HEADERS = $CONFIG_HEADERS
51156 CONFIG_LINKS = $CONFIG_LINKS
51157 CONFIG_COMMANDS = $CONFIG_COMMANDS
51161 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
51165 # Files that config.status was made for.
51166 if test -n "$ac_config_files"; then
51167 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
51170 if test -n "$ac_config_headers"; then
51171 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
51174 if test -n "$ac_config_links"; then
51175 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
51178 if test -n "$ac_config_commands"; then
51179 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
51182 cat >>$CONFIG_STATUS <<\_ACEOF
51185 \`$as_me' instantiates files from templates according to the
51186 current configuration.
51188 Usage: $0 [OPTIONS] [FILE]...
51190 -h, --help print this help, then exit
51191 -V, --version print version number, then exit
51192 -q, --quiet do not print progress messages
51193 -d, --debug don't remove temporary files
51194 --recheck update $as_me by reconfiguring in the same conditions
51195 --file=FILE[:TEMPLATE]
51196 instantiate the configuration file FILE
51197 --header=FILE[:TEMPLATE]
51198 instantiate the configuration header FILE
51200 Configuration files:
51203 Configuration headers:
51206 Configuration commands:
51209 Report bugs to <bug-autoconf@gnu.org>."
51212 cat >>$CONFIG_STATUS <<_ACEOF
51214 wxWidgets config.status 2.7.1
51215 configured by $0, generated by GNU Autoconf 2.59,
51216 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
51218 Copyright (C) 2003 Free Software Foundation, Inc.
51219 This config.status script is free software; the Free Software Foundation
51220 gives unlimited permission to copy, distribute and modify it."
51225 cat >>$CONFIG_STATUS <<\_ACEOF
51226 # If no file are specified by the user, then we need to provide default
51227 # value. By we need to know if files were specified by the user.
51233 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
51234 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
51242 *) # This is not an option, so the user has probably given explicit
51245 ac_need_defaults
=false
;;
51249 # Handling of the options.
51251 cat >>$CONFIG_STATUS <<\_ACEOF
51252 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
51254 --version | --vers* | -V )
51255 echo "$ac_cs_version"; exit 0 ;;
51257 # Conflict between --help and --header
51258 { { echo "$as_me:$LINENO: error: ambiguous option: $1
51259 Try \`$0 --help' for more information." >&5
51260 echo "$as_me: error: ambiguous option: $1
51261 Try \`$0 --help' for more information." >&2;}
51262 { (exit 1); exit 1; }; };;
51263 --help | --hel | -h )
51264 echo "$ac_cs_usage"; exit 0 ;;
51265 --debug | --d* | -d )
51267 --file | --fil | --fi | --f )
51269 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
51270 ac_need_defaults
=false
;;
51271 --header | --heade | --head | --hea )
51273 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
51274 ac_need_defaults
=false
;;
51275 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
51276 | -silent | --silent | --silen | --sile | --sil | --si | --s)
51279 # This is an error.
51280 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
51281 Try \`$0 --help' for more information." >&5
51282 echo "$as_me: error: unrecognized option: $1
51283 Try \`$0 --help' for more information." >&2;}
51284 { (exit 1); exit 1; }; } ;;
51286 *) ac_config_targets
="$ac_config_targets $1" ;;
51292 ac_configure_extra_args
=
51294 if $ac_cs_silent; then
51296 ac_configure_extra_args
="$ac_configure_extra_args --silent"
51300 cat >>$CONFIG_STATUS <<_ACEOF
51301 if \$ac_cs_recheck; then
51302 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
51303 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
51308 cat >>$CONFIG_STATUS <<_ACEOF
51310 # INIT-COMMANDS section.
51315 infile="$srcdir/include/wx/msw/genrcdefs.h"
51316 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
51319 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51320 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51321 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
51329 cat >>$CONFIG_STATUS <<\_ACEOF
51330 for ac_config_target
in $ac_config_targets
51332 case "$ac_config_target" in
51333 # Handling of arguments.
51334 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
51335 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
51336 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
51337 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
51338 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
51339 "rcdefs.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
51340 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
51341 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
51342 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
51343 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
51344 { (exit 1); exit 1; }; };;
51348 # If the user did not use the arguments to specify the items to instantiate,
51349 # then the envvar interface is used. Set only those that are not.
51350 # We use the long form for the default assignment because of an extremely
51351 # bizarre bug on SunOS 4.1.3.
51352 if $ac_need_defaults; then
51353 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
51354 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
51355 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
51358 # Have a temporary directory for convenience. Make it in the build tree
51359 # simply because there is no reason to put it here, and in addition,
51360 # creating and moving files from /tmp can sometimes cause problems.
51361 # Create a temporary directory, and hook for its removal unless debugging.
51364 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
51365 trap '{ (exit 1); exit 1; }' 1 2 13 15
51368 # Create a (secure) tmp directory for tmp files.
51371 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
51372 test -n "$tmp" && test -d "$tmp"
51375 tmp
=.
/confstat$$
-$RANDOM
51376 (umask 077 && mkdir $tmp)
51379 echo "$me: cannot create a temporary directory in ." >&2
51380 { (exit 1); exit 1; }
51385 cat >>$CONFIG_STATUS <<_ACEOF
51388 # CONFIG_FILES section.
51391 # No need to generate the scripts if there are no CONFIG_FILES.
51392 # This happens for instance when ./config.status config.h
51393 if test -n "\$CONFIG_FILES"; then
51394 # Protect against being on the right side of a sed subst in config.status.
51395 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
51396 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
51397 s,@SHELL@,$SHELL,;t t
51398 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
51399 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
51400 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
51401 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
51402 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
51403 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
51404 s,@exec_prefix@,$exec_prefix,;t t
51405 s,@prefix@,$prefix,;t t
51406 s,@program_transform_name@,$program_transform_name,;t t
51407 s,@bindir@,$bindir,;t t
51408 s,@sbindir@,$sbindir,;t t
51409 s,@libexecdir@,$libexecdir,;t t
51410 s,@datadir@,$datadir,;t t
51411 s,@sysconfdir@,$sysconfdir,;t t
51412 s,@sharedstatedir@,$sharedstatedir,;t t
51413 s,@localstatedir@,$localstatedir,;t t
51414 s,@libdir@,$libdir,;t t
51415 s,@includedir@,$includedir,;t t
51416 s,@oldincludedir@,$oldincludedir,;t t
51417 s,@infodir@,$infodir,;t t
51418 s,@mandir@,$mandir,;t t
51419 s,@build_alias@,$build_alias,;t t
51420 s,@host_alias@,$host_alias,;t t
51421 s,@target_alias@,$target_alias,;t t
51422 s,@DEFS@,$DEFS,;t t
51423 s,@ECHO_C@,$ECHO_C,;t t
51424 s,@ECHO_N@,$ECHO_N,;t t
51425 s,@ECHO_T@,$ECHO_T,;t t
51426 s,@LIBS@,$LIBS,;t t
51427 s,@build@,$build,;t t
51428 s,@build_cpu@,$build_cpu,;t t
51429 s,@build_vendor@,$build_vendor,;t t
51430 s,@build_os@,$build_os,;t t
51431 s,@host@,$host,;t t
51432 s,@host_cpu@,$host_cpu,;t t
51433 s,@host_vendor@,$host_vendor,;t t
51434 s,@host_os@,$host_os,;t t
51435 s,@target@,$target,;t t
51436 s,@target_cpu@,$target_cpu,;t t
51437 s,@target_vendor@,$target_vendor,;t t
51438 s,@target_os@,$target_os,;t t
51440 s,@CFLAGS@,$CFLAGS,;t t
51441 s,@LDFLAGS@,$LDFLAGS,;t t
51442 s,@CPPFLAGS@,$CPPFLAGS,;t t
51443 s,@ac_ct_CC@,$ac_ct_CC,;t t
51444 s,@EXEEXT@,$EXEEXT,;t t
51445 s,@OBJEXT@,$OBJEXT,;t t
51447 s,@EGREP@,$EGREP,;t t
51449 s,@CXXFLAGS@,$CXXFLAGS,;t t
51450 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
51451 s,@RANLIB@,$RANLIB,;t t
51452 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
51454 s,@ac_ct_AR@,$ac_ct_AR,;t t
51455 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
51456 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
51457 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
51458 s,@STRIP@,$STRIP,;t t
51459 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
51460 s,@WINDRES@,$WINDRES,;t t
51461 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
51462 s,@DLLTOOL@,$DLLTOOL,;t t
51463 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
51464 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
51465 s,@LN_S@,$LN_S,;t t
51466 s,@CXXCPP@,$CXXCPP,;t t
51467 s,@subdirs@,$subdirs,;t t
51468 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
51469 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
51470 s,@GTK_LIBS@,$GTK_LIBS,;t t
51471 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
51472 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
51473 s,@DIRECTFB_CFLAGS@,$DIRECTFB_CFLAGS,;t t
51474 s,@DIRECTFB_LIBS@,$DIRECTFB_LIBS,;t t
51475 s,@X_CFLAGS@,$X_CFLAGS,;t t
51476 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
51477 s,@X_LIBS@,$X_LIBS,;t t
51478 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
51479 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
51480 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
51481 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
51482 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
51483 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
51484 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
51486 s,@DEREZ@,$DEREZ,;t t
51487 s,@SETFILE@,$SETFILE,;t t
51488 s,@LIBICONV@,$LIBICONV,;t t
51489 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
51490 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
51491 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
51492 s,@SDL_LIBS@,$SDL_LIBS,;t t
51493 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
51494 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
51495 s,@GNOMEVFS_CFLAGS@,$GNOMEVFS_CFLAGS,;t t
51496 s,@GNOMEVFS_LIBS@,$GNOMEVFS_LIBS,;t t
51497 s,@HILDON_CFLAGS@,$HILDON_CFLAGS,;t t
51498 s,@HILDON_LIBS@,$HILDON_LIBS,;t t
51499 s,@CAIRO_CFLAGS@,$CAIRO_CFLAGS,;t t
51500 s,@CAIRO_LIBS@,$CAIRO_LIBS,;t t
51501 s,@GST_CFLAGS@,$GST_CFLAGS,;t t
51502 s,@GST_LIBS@,$GST_LIBS,;t t
51503 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
51504 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
51505 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
51506 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
51507 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
51508 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
51509 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
51510 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
51511 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
51512 s,@VENDOR@,$VENDOR,;t t
51513 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
51514 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
51515 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
51516 s,@WXUNIV@,$WXUNIV,;t t
51517 s,@MONOLITHIC@,$MONOLITHIC,;t t
51518 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
51519 s,@EXTRALIBS@,$EXTRALIBS,;t t
51520 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
51521 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
51522 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
51523 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
51524 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
51525 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
51526 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
51527 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
51528 s,@EXTRALIBS_GNOMEVFS@,$EXTRALIBS_GNOMEVFS,;t t
51529 s,@EXTRALIBS_HILDON@,$EXTRALIBS_HILDON,;t t
51530 s,@UNICODE@,$UNICODE,;t t
51531 s,@BUILD@,$BUILD,;t t
51532 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
51533 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
51534 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
51535 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
51536 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
51537 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
51538 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
51539 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
51540 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
51541 s,@SET_MAKE@,$SET_MAKE,;t t
51542 s,@MAKE_SET@,$MAKE_SET,;t t
51544 s,@ac_ct_NM@,$ac_ct_NM,;t t
51545 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
51546 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
51547 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
51548 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
51549 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
51550 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
51551 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
51552 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
51553 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
51554 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
51555 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
51556 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
51557 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
51558 s,@LIBPREFIX@,$LIBPREFIX,;t t
51559 s,@LIBEXT@,$LIBEXT,;t t
51560 s,@DLLPREFIX@,$DLLPREFIX,;t t
51561 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
51562 s,@dlldir@,$dlldir,;t t
51563 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
51564 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
51565 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
51566 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
51567 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
51568 s,@PIC_FLAG@,$PIC_FLAG,;t t
51569 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
51570 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
51571 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
51572 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
51573 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
51574 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
51575 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
51576 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
51577 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
51578 s,@GCC_PCH@,$GCC_PCH,;t t
51579 s,@ICC_PCH@,$ICC_PCH,;t t
51580 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
51581 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
51582 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
51583 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
51584 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
51585 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
51586 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
51587 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
51588 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
51589 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
51590 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
51591 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
51592 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
51593 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
51594 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
51595 s,@COND_ICC_PCH_1@,$COND_ICC_PCH_1,;t t
51596 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
51597 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
51598 s,@COND_MONOLITHIC_0_SHARED_0_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1,;t t
51599 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
51600 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t
51601 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1,;t t
51602 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
51603 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t
51604 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
51605 s,@COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1,;t t
51606 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
51607 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
51608 s,@COND_MONOLITHIC_0_SHARED_1_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1,;t t
51609 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
51610 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t
51611 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1,;t t
51612 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
51613 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t
51614 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
51615 s,@COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1,;t t
51616 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
51617 s,@COND_MONOLITHIC_0_USE_MEDIA_1@,$COND_MONOLITHIC_0_USE_MEDIA_1,;t t
51618 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
51619 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
51620 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
51621 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
51622 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
51623 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
51624 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
51625 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
51626 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
51627 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
51628 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
51629 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
51630 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
51631 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
51632 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
51633 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
51634 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
51635 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
51636 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
51637 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
51638 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
51639 s,@COND_PLATFORM_MSDOS_0@,$COND_PLATFORM_MSDOS_0,;t t
51640 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
51641 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
51642 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
51643 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
51644 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
51645 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
51646 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
51647 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
51648 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
51649 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
51650 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
51651 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
51652 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
51653 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
51654 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
51655 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
51656 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
51657 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
51658 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
51659 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
51660 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
51661 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
51662 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
51663 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
51664 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
51665 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
51666 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
51667 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
51668 s,@COND_TOOLKIT_DFB@,$COND_TOOLKIT_DFB,;t t
51669 s,@COND_TOOLKIT_DFB_USE_GUI_1@,$COND_TOOLKIT_DFB_USE_GUI_1,;t t
51670 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
51671 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_,;t t
51672 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2,;t t
51673 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1,;t t
51674 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0,;t t
51675 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1,;t t
51676 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0,;t t
51677 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
51678 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
51679 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
51680 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
51681 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
51682 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
51683 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
51684 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
51685 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
51686 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
51687 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
51688 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
51689 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
51690 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
51691 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
51692 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
51693 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
51694 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
51695 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
51696 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
51697 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
51698 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
51699 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
51700 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
51701 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
51702 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
51703 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
51704 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
51705 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
51706 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
51707 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
51708 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
51709 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
51710 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
51711 s,@COND_USE_PCH_1@,$COND_USE_PCH_1,;t t
51712 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
51713 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
51714 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
51715 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
51716 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
51717 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
51718 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
51719 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
51720 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
51721 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
51722 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
51723 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
51724 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
51725 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
51726 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
51727 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
51728 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
51729 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
51730 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
51731 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
51732 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
51733 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
51734 s,@SHARED@,$SHARED,;t t
51735 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
51736 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
51737 s,@USE_GUI@,$USE_GUI,;t t
51738 s,@AFMINSTALL@,$AFMINSTALL,;t t
51739 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
51740 s,@TOOLKIT@,$TOOLKIT,;t t
51741 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
51742 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
51743 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
51744 s,@cross_compiling@,$cross_compiling,;t t
51745 s,@WIDGET_SET@,$WIDGET_SET,;t t
51746 s,@WX_RELEASE@,$WX_RELEASE,;t t
51747 s,@WX_VERSION@,$WX_VERSION,;t t
51748 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
51749 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
51750 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
51751 s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
51752 s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
51753 s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
51754 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
51755 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
51756 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
51757 s,@WXCONFIG_RESFLAGS@,$WXCONFIG_RESFLAGS,;t t
51758 s,@EXE_LINKER@,$EXE_LINKER,;t t
51759 s,@GUIDIST@,$GUIDIST,;t t
51760 s,@DISTDIR@,$DISTDIR,;t t
51761 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
51762 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
51763 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
51764 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
51765 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
51766 s,@RESCOMP@,$RESCOMP,;t t
51767 s,@RESFLAGS@,$RESFLAGS,;t t
51768 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
51769 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
51770 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
51771 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
51772 s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
51773 s,@MACSETFILE@,$MACSETFILE,;t t
51775 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
51776 s,@LIBOBJS@,$LIBOBJS,;t t
51777 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
51782 cat >>$CONFIG_STATUS <<\_ACEOF
51783 # Split the substitutions into bite-sized pieces for seds with
51784 # small command number limits, like on Digital OSF/1 and HP-UX.
51785 ac_max_sed_lines
=48
51786 ac_sed_frag
=1 # Number of current file.
51787 ac_beg
=1 # First line for current file.
51788 ac_end
=$ac_max_sed_lines # Line after last line for current file.
51791 while $ac_more_lines; do
51792 if test $ac_beg -gt 1; then
51793 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
51795 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
51797 if test ! -s $tmp/subs.frag
; then
51798 ac_more_lines
=false
51800 # The purpose of the label and of the branching condition is to
51801 # speed up the sed processing (if there are no `@' at all, there
51802 # is no need to browse any of the substitutions).
51803 # These are the two extra sed commands mentioned above.
51805 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
51806 if test -z "$ac_sed_cmds"; then
51807 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
51809 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
51811 ac_sed_frag
=`expr $ac_sed_frag + 1`
51813 ac_end
=`expr $ac_end + $ac_max_sed_lines`
51816 if test -z "$ac_sed_cmds"; then
51819 fi # test -n "$CONFIG_FILES"
51822 cat >>$CONFIG_STATUS <<\_ACEOF
51823 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
51824 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
51826 - | *:- | *:-:* ) # input from stdin
51828 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51829 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51830 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51831 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51832 * ) ac_file_in
=$ac_file.
in ;;
51835 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
51836 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
51837 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51838 X"$ac_file" : 'X\(//\)[^/]' \| \
51839 X"$ac_file" : 'X\(//\)$' \| \
51840 X"$ac_file" : 'X\(/\)' \| \
51841 . : '\(.\)' 2>/dev/null ||
51843 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51844 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51845 /^X\(\/\/\)$/{ s//\1/; q; }
51846 /^X\(\/\).*/{ s//\1/; q; }
51848 { if $as_mkdir_p; then
51853 while test ! -d "$as_dir"; do
51854 as_dirs
="$as_dir $as_dirs"
51855 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
51856 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51857 X"$as_dir" : 'X\(//\)[^/]' \| \
51858 X"$as_dir" : 'X\(//\)$' \| \
51859 X"$as_dir" : 'X\(/\)' \| \
51860 . : '\(.\)' 2>/dev/null ||
51862 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51863 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51864 /^X\(\/\/\)$/{ s//\1/; q; }
51865 /^X\(\/\).*/{ s//\1/; q; }
51868 test ! -n "$as_dirs" || mkdir $as_dirs
51869 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51870 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51871 { (exit 1); exit 1; }; }; }
51875 if test "$ac_dir" != .
; then
51876 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51877 # A "../" for each directory in $ac_dir_suffix.
51878 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51880 ac_dir_suffix
= ac_top_builddir
=
51884 .
) # No --srcdir option. We are building in place.
51886 if test -z "$ac_top_builddir"; then
51889 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
51891 [\\/]* | ?
:[\\/]* ) # Absolute path.
51892 ac_srcdir
=$srcdir$ac_dir_suffix;
51893 ac_top_srcdir
=$srcdir ;;
51894 *) # Relative path.
51895 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
51896 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
51899 # Do not use `cd foo && pwd` to compute absolute paths, because
51900 # the directories may not exist.
51902 .
) ac_abs_builddir
="$ac_dir";;
51905 .
) ac_abs_builddir
=`pwd`;;
51906 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
51907 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
51910 case $ac_abs_builddir in
51911 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51913 case ${ac_top_builddir}.
in
51914 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
51915 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51916 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
51919 case $ac_abs_builddir in
51920 .
) ac_abs_srcdir
=$ac_srcdir;;
51923 .
) ac_abs_srcdir
=$ac_abs_builddir;;
51924 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
51925 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
51928 case $ac_abs_builddir in
51929 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
51931 case $ac_top_srcdir in
51932 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
51933 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
51934 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
51940 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
51941 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
51944 # Let's still pretend it is `configure' which instantiates (i.e., don't
51945 # use $as_me), people would be surprised to read:
51946 # /* config.h. Generated by config.status. */
51947 if test x
"$ac_file" = x
-; then
51950 configure_input
="$ac_file. "
51952 configure_input
=$configure_input"Generated from `echo $ac_file_in |
51953 sed 's,.*/,,'` by configure."
51955 # First look for the input files in the build tree, otherwise in the
51957 ac_file_inputs
=`IFS=:
51958 for f in $ac_file_in; do
51960 -) echo $tmp/stdin ;;
51962 # Absolute (can't be DOS-style, as IFS=:)
51963 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51964 echo "$as_me: error: cannot find input file: $f" >&2;}
51965 { (exit 1); exit 1; }; }
51968 if test -f "$f"; then
51971 elif test -f "$srcdir/$f"; then
51976 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51977 echo "$as_me: error: cannot find input file: $f" >&2;}
51978 { (exit 1); exit 1; }; }
51981 done` || { (exit 1); exit 1; }
51983 if test x
"$ac_file" != x
-; then
51984 { echo "$as_me:$LINENO: creating $ac_file" >&5
51985 echo "$as_me: creating $ac_file" >&6;}
51989 cat >>$CONFIG_STATUS <<_ACEOF
51993 cat >>$CONFIG_STATUS <<\_ACEOF
51995 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
51996 s
,@configure_input@
,$configure_input,;t t
51997 s
,@srcdir@
,$ac_srcdir,;t t
51998 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
51999 s
,@top_srcdir@
,$ac_top_srcdir,;t t
52000 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
52001 s
,@builddir@
,$ac_builddir,;t t
52002 s
,@abs_builddir@
,$ac_abs_builddir,;t t
52003 s
,@top_builddir@
,$ac_top_builddir,;t t
52004 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
52005 s
,@INSTALL@
,$ac_INSTALL,;t t
52006 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
52008 if test x"$ac_file" != x-; then
52009 mv $tmp/out $ac_file
52015 # Run the commands associated with the file.
52017 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
52018 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
52022 cat >>$CONFIG_STATUS <<\_ACEOF
52025 # CONFIG_HEADER section.
52028 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
52029 # NAME is the cpp macro being defined and VALUE is the value it is being given.
52031 # ac_d sets the value in "#define NAME VALUE" lines.
52032 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
52033 ac_dB
='[ ].*$,\1#\2'
52036 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
52037 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
52038 ac_uB
='$,\1#\2define\3'
52042 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
52043 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
52045 - | *:- | *:-:* ) # input from stdin
52047 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
52048 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
52049 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
52050 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
52051 * ) ac_file_in
=$ac_file.
in ;;
52054 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
52055 echo "$as_me: creating $ac_file" >&6;}
52057 # First look for the input files in the build tree, otherwise in the
52059 ac_file_inputs
=`IFS=:
52060 for f in $ac_file_in; do
52062 -) echo $tmp/stdin ;;
52064 # Absolute (can't be DOS-style, as IFS=:)
52065 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
52066 echo "$as_me: error: cannot find input file: $f" >&2;}
52067 { (exit 1); exit 1; }; }
52068 # Do quote $f, to prevent DOS paths from being IFS'd.
52071 if test -f "$f"; then
52074 elif test -f "$srcdir/$f"; then
52079 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
52080 echo "$as_me: error: cannot find input file: $f" >&2;}
52081 { (exit 1); exit 1; }; }
52084 done` || { (exit 1); exit 1; }
52085 # Remove the trailing spaces.
52086 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
52090 # Transform confdefs.h into two sed scripts, `conftest.defines' and
52091 # `conftest.undefs', that substitutes the proper values into
52092 # config.h.in to produce config.h. The first handles `#define'
52093 # templates, and the second `#undef' templates.
52094 # And first: Protect against being on the right side of a sed subst in
52095 # config.status. Protect against being in an unquoted here document
52096 # in config.status.
52097 rm -f conftest.defines conftest.undefs
52098 # Using a here document instead of a string reduces the quoting nightmare.
52099 # Putting comments in sed scripts is not portable.
52101 # `end' is used to avoid that the second main sed command (meant for
52102 # 0-ary CPP macros) applies to n-ary macro definitions.
52103 # See the Autoconf documentation for `clear'.
52104 cat >confdef2sed.
sed <<\_ACEOF
52109 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
52111 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
52114 # If some macros were called several times there might be several times
52115 # the same #defines, which is useless. Nevertheless, we may not want to
52116 # sort them, since we want the *last* AC-DEFINE to be honored.
52117 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
52118 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
52119 rm -f confdef2sed.sed
52121 # This sed command replaces #undef with comments. This is necessary, for
52122 # example, in the case of _POSIX_SOURCE, which is predefined and required
52123 # on some systems where configure will not decide to define it.
52124 cat >>conftest.undefs <<\_ACEOF
52125 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
52128 # Break up conftest.defines because some shells have a limit on the size
52129 # of here documents, and old seds have small limits too (100 cmds).
52130 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
52131 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
52132 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
52133 echo ' :' >>$CONFIG_STATUS
52134 rm -f conftest.tail
52135 while grep . conftest.defines >/dev/null
52137 # Write a limited-size here document to $tmp/defines.sed.
52138 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
52139 # Speed up: don't consider the non `#define' lines.
52140 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
52141 # Work around the forget-to-reset-the-flag bug.
52142 echo 't clr' >>$CONFIG_STATUS
52143 echo ': clr' >>$CONFIG_STATUS
52144 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
52146 sed -f $tmp/defines.sed $tmp/in >$tmp/out
52148 mv $tmp/out $tmp/in
52150 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
52151 rm -f conftest.defines
52152 mv conftest.
tail conftest.defines
52154 rm -f conftest.defines
52155 echo ' fi # grep' >>$CONFIG_STATUS
52156 echo >>$CONFIG_STATUS
52158 # Break up conftest.undefs because some shells have a limit on the size
52159 # of here documents, and old seds have small limits too (100 cmds).
52160 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
52161 rm -f conftest.
tail
52162 while grep . conftest.undefs
>/dev
/null
52164 # Write a limited-size here document to $tmp/undefs.sed.
52165 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
52166 # Speed up: don't consider the non
`#undef'
52167 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
52168 # Work around the forget-to-reset-the-flag bug.
52169 echo 't clr' >>$CONFIG_STATUS
52170 echo ': clr' >>$CONFIG_STATUS
52171 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
52173 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
52175 mv $tmp/out $tmp/in
52177 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
52178 rm -f conftest.undefs
52179 mv conftest.tail conftest.undefs
52181 rm -f conftest.undefs
52183 cat >>$CONFIG_STATUS <<\_ACEOF
52184 # Let's still pretend it is `configure
' which instantiates (i.e., don't
52185 # use $as_me), people would be surprised to read:
52186 # /* config.h. Generated by config.status. */
52187 if test x
"$ac_file" = x
-; then
52188 echo "/* Generated by configure. */" >$tmp/config.h
52190 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
52192 cat $tmp/in >>$tmp/config.h
52194 if test x
"$ac_file" != x
-; then
52195 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
52196 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
52197 echo "$as_me: $ac_file is unchanged" >&6;}
52199 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
52200 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52201 X"$ac_file" : 'X\(//\)[^/]' \| \
52202 X"$ac_file" : 'X\(//\)$' \| \
52203 X"$ac_file" : 'X\(/\)' \| \
52204 . : '\(.\)' 2>/dev/null ||
52206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
52207 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
52208 /^X\(\/\/\)$/{ s//\1/; q; }
52209 /^X\(\/\).*/{ s//\1/; q; }
52211 { if $as_mkdir_p; then
52216 while test ! -d "$as_dir"; do
52217 as_dirs
="$as_dir $as_dirs"
52218 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
52219 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52220 X"$as_dir" : 'X\(//\)[^/]' \| \
52221 X"$as_dir" : 'X\(//\)$' \| \
52222 X"$as_dir" : 'X\(/\)' \| \
52223 . : '\(.\)' 2>/dev/null ||
52225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
52226 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
52227 /^X\(\/\/\)$/{ s//\1/; q; }
52228 /^X\(\/\).*/{ s//\1/; q; }
52231 test ! -n "$as_dirs" || mkdir $as_dirs
52232 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
52233 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
52234 { (exit 1); exit 1; }; }; }
52237 mv $tmp/config.h
$ac_file
52241 rm -f $tmp/config.h
52245 cat >>$CONFIG_STATUS <<\_ACEOF
52248 # CONFIG_COMMANDS section.
52250 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
52251 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
52252 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
52253 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
52254 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52255 X"$ac_dest" : 'X\(//\)[^/]' \| \
52256 X"$ac_dest" : 'X\(//\)$' \| \
52257 X"$ac_dest" : 'X\(/\)' \| \
52258 . : '\(.\)' 2>/dev/null ||
52260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
52261 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
52262 /^X\(\/\/\)$/{ s//\1/; q; }
52263 /^X\(\/\).*/{ s//\1/; q; }
52265 { if $as_mkdir_p; then
52270 while test ! -d "$as_dir"; do
52271 as_dirs
="$as_dir $as_dirs"
52272 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
52273 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52274 X"$as_dir" : 'X\(//\)[^/]' \| \
52275 X"$as_dir" : 'X\(//\)$' \| \
52276 X"$as_dir" : 'X\(/\)' \| \
52277 . : '\(.\)' 2>/dev/null ||
52279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
52280 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
52281 /^X\(\/\/\)$/{ s//\1/; q; }
52282 /^X\(\/\).*/{ s//\1/; q; }
52285 test ! -n "$as_dirs" || mkdir $as_dirs
52286 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
52287 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
52288 { (exit 1); exit 1; }; }; }
52292 if test "$ac_dir" != .
; then
52293 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
52294 # A "../" for each directory in $ac_dir_suffix.
52295 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
52297 ac_dir_suffix
= ac_top_builddir
=
52301 .
) # No --srcdir option. We are building in place.
52303 if test -z "$ac_top_builddir"; then
52306 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
52308 [\\/]* | ?
:[\\/]* ) # Absolute path.
52309 ac_srcdir
=$srcdir$ac_dir_suffix;
52310 ac_top_srcdir
=$srcdir ;;
52311 *) # Relative path.
52312 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
52313 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
52316 # Do not use `cd foo && pwd` to compute absolute paths, because
52317 # the directories may not exist.
52319 .
) ac_abs_builddir
="$ac_dir";;
52322 .
) ac_abs_builddir
=`pwd`;;
52323 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
52324 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
52327 case $ac_abs_builddir in
52328 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52330 case ${ac_top_builddir}.
in
52331 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
52332 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52333 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
52336 case $ac_abs_builddir in
52337 .
) ac_abs_srcdir
=$ac_srcdir;;
52340 .
) ac_abs_srcdir
=$ac_abs_builddir;;
52341 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
52342 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
52345 case $ac_abs_builddir in
52346 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
52348 case $ac_top_srcdir in
52349 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
52350 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
52351 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
52356 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
52357 echo "$as_me: executing $ac_dest commands" >&6;}
52360 mkdir -p $outdir &&
52361 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
52363 wx
-config ) rm -f wx
-config
52364 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
52370 cat >>$CONFIG_STATUS <<\_ACEOF
52372 { (exit 0); exit 0; }
52374 chmod +x
$CONFIG_STATUS
52375 ac_clean_files
=$ac_clean_files_save
52378 # configure is writing to config.log, and then calls config.status.
52379 # config.status does its own redirection, appending to config.log.
52380 # Unfortunately, on DOS this fails, as config.log is still kept open
52381 # by configure, so config.status won't be able to write to it; its
52382 # output is simply discarded. So we exec the FD to /dev/null,
52383 # effectively closing config.log, so it can be properly (re)opened and
52384 # appended to by config.status. When coming back to configure, we
52385 # need to make the FD available again.
52386 if test "$no_create" != yes; then
52388 ac_config_status_args
=
52389 test "$silent" = yes &&
52390 ac_config_status_args
="$ac_config_status_args --quiet"
52392 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
52394 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
52395 # would make configure fail if this is the last instruction.
52396 $ac_cs_success || { (exit 1); exit 1; }
52400 # CONFIG_SUBDIRS section.
52402 if test "$no_recursion" != yes; then
52404 # Remove --cache-file and --srcdir arguments so they do not pile up.
52405 ac_sub_configure_args
=
52407 for ac_arg
in $ac_configure_args; do
52408 if test -n "$ac_prev"; then
52413 -cache-file | --cache-file | --cache-fil | --cache-fi \
52414 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
52415 ac_prev
=cache_file
;;
52416 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
52417 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
52420 --config-cache | -C)
52422 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
52424 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
52426 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
52428 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
52430 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
52434 # Always prepend --prefix to ensure using the same prefix
52435 # in subdir configurations.
52436 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
52439 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
52441 # Do not complain, so a configure script can configure whichever
52442 # parts of a large source tree are present.
52443 test -d $srcdir/$ac_dir || continue
52445 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
52446 echo "$as_me: configuring in $ac_dir" >&6;}
52447 { if $as_mkdir_p; then
52452 while test ! -d "$as_dir"; do
52453 as_dirs
="$as_dir $as_dirs"
52454 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
52455 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
52456 X"$as_dir" : 'X\(//\)[^/]' \| \
52457 X"$as_dir" : 'X\(//\)$' \| \
52458 X"$as_dir" : 'X\(/\)' \| \
52459 . : '\(.\)' 2>/dev/null ||
52461 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
52462 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
52463 /^X\(\/\/\)$/{ s//\1/; q; }
52464 /^X\(\/\).*/{ s//\1/; q; }
52467 test ! -n "$as_dirs" || mkdir $as_dirs
52468 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
52469 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
52470 { (exit 1); exit 1; }; }; }
52474 if test "$ac_dir" != .
; then
52475 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
52476 # A "../" for each directory in $ac_dir_suffix.
52477 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
52479 ac_dir_suffix
= ac_top_builddir
=
52483 .
) # No --srcdir option. We are building in place.
52485 if test -z "$ac_top_builddir"; then
52488 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
52490 [\\/]* | ?
:[\\/]* ) # Absolute path.
52491 ac_srcdir
=$srcdir$ac_dir_suffix;
52492 ac_top_srcdir
=$srcdir ;;
52493 *) # Relative path.
52494 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
52495 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
52498 # Do not use `cd foo && pwd` to compute absolute paths, because
52499 # the directories may not exist.
52501 .
) ac_abs_builddir
="$ac_dir";;
52504 .
) ac_abs_builddir
=`pwd`;;
52505 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
52506 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
52509 case $ac_abs_builddir in
52510 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52512 case ${ac_top_builddir}.
in
52513 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
52514 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52515 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
52518 case $ac_abs_builddir in
52519 .
) ac_abs_srcdir
=$ac_srcdir;;
52522 .
) ac_abs_srcdir
=$ac_abs_builddir;;
52523 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
52524 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
52527 case $ac_abs_builddir in
52528 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
52530 case $ac_top_srcdir in
52531 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
52532 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
52533 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
52540 # Check for guested configure; otherwise get Cygnus style configure.
52541 if test -f $ac_srcdir/configure.gnu
; then
52542 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
52543 elif test -f $ac_srcdir/configure
; then
52544 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
52545 elif test -f $ac_srcdir/configure.
in; then
52546 ac_sub_configure
=$ac_configure
52548 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
52549 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
52553 # The recursion is here.
52554 if test -n "$ac_sub_configure"; then
52555 # Make the cache file name correct relative to the subdirectory.
52556 case $cache_file in
52557 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
52558 *) # Relative path.
52559 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
52562 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
52563 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
52564 # The eval makes quoting arguments work.
52565 eval $ac_sub_configure $ac_sub_configure_args \
52566 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
52567 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
52568 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
52569 { (exit 1); exit 1; }; }
52578 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
52580 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
52581 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
52583 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
52584 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
52585 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
52587 echo " What level of wxWidgets compatibility should be enabled?"
52588 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
52589 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
52591 echo " Which libraries should wxWidgets use?"
52592 echo " jpeg ${wxUSE_LIBJPEG-none}"
52593 echo " png ${wxUSE_LIBPNG-none}"
52594 echo " regex ${wxUSE_REGEX}"
52595 echo " tiff ${wxUSE_LIBTIFF-none}"
52596 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
52597 echo " xpm ${wxUSE_LIBXPM-none}"
52599 echo " zlib ${wxUSE_ZLIB}"
52600 echo " odbc ${wxUSE_ODBC}"
52601 echo " expat ${wxUSE_EXPAT}"
52602 echo " libmspack ${wxUSE_LIBMSPACK}"
52603 echo " sdl ${wxUSE_LIBSDL}"