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 wx_top_builddir 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 AROPTIONS 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 BK_DEPS GCC_PCH ICC_PCH BK_MAKE_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_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
1815 wx_top_builddir
="`pwd`"
1828 USE_BSD
= USE_DARWIN
= USE_FREEBSD
=
1834 USE_SOLARIS
= USE_SUN
= USE_SUNOS
= USE_SVR4
= USE_SYSV
= USE_VMS
=
1840 NEEDS_D_REENTRANT_FOR_R_FUNCS
=0
1842 ALL_TOOLKITS
="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11 DFB"
1844 DEFAULT_wxUSE_COCOA
=0
1848 DEFAULT_wxUSE_MICROWIN
=0
1849 DEFAULT_wxUSE_MOTIF
=0
1855 DEFAULT_DEFAULT_wxUSE_COCOA
=0
1856 DEFAULT_DEFAULT_wxUSE_GTK
=0
1857 DEFAULT_DEFAULT_wxUSE_MAC
=0
1858 DEFAULT_DEFAULT_wxUSE_MGL
=0
1859 DEFAULT_DEFAULT_wxUSE_MICROWIN
=0
1860 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
1861 DEFAULT_DEFAULT_wxUSE_MSW
=0
1862 DEFAULT_DEFAULT_wxUSE_PM
=0
1863 DEFAULT_DEFAULT_wxUSE_X11
=0
1864 DEFAULT_DEFAULT_wxUSE_DFB
=0
1869 SAMPLES_RPATH_POSTLINK
=
1871 DEFAULT_STD_FLAG
=yes
1876 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1877 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1879 cat >>confdefs.h
<<\_ACEOF
1884 CPPFLAGS
="-D_HPUX_SOURCE $CPPFLAGS"
1888 cat >>confdefs.h
<<\_ACEOF
1893 if test "x$TMP" = "xalpha"; then
1895 cat >>confdefs.h
<<\_ACEOF
1900 DEFAULT_DEFAULT_wxUSE_GTK
=1
1902 *-*-gnu* | *-*-k*bsd
*-gnu )
1905 if test "x$TMP" = "xalpha"; then
1907 cat >>confdefs.h
<<\_ACEOF
1912 DEFAULT_DEFAULT_wxUSE_GTK
=1
1914 *-*-irix5* | *-*-irix6* )
1917 cat >>confdefs.h
<<\_ACEOF
1921 cat >>confdefs.h
<<\_ACEOF
1925 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1931 cat >>confdefs.h
<<\_ACEOF
1935 cat >>confdefs.h
<<\_ACEOF
1936 #define __SOLARIS__ 1
1939 cat >>confdefs.h
<<\_ACEOF
1943 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1944 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
1950 cat >>confdefs.h
<<\_ACEOF
1954 cat >>confdefs.h
<<\_ACEOF
1958 cat >>confdefs.h
<<\_ACEOF
1962 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
1967 cat >>confdefs.h
<<\_ACEOF
1968 #define __FREEBSD__ 1
1971 cat >>confdefs.h
<<\_ACEOF
1975 DEFAULT_DEFAULT_wxUSE_GTK
=1
1977 *-*-openbsd*|*-*-mirbsd*)
1980 cat >>confdefs.h
<<\_ACEOF
1981 #define __OPENBSD__ 1
1984 cat >>confdefs.h
<<\_ACEOF
1988 DEFAULT_DEFAULT_wxUSE_GTK
=1
1993 cat >>confdefs.h
<<\_ACEOF
1994 #define __NETBSD__ 1
1997 cat >>confdefs.h
<<\_ACEOF
2001 DEFAULT_DEFAULT_wxUSE_GTK
=1
2002 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2004 CPPFLAGS
="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2009 cat >>confdefs.h
<<\_ACEOF
2013 cat >>confdefs.h
<<\_ACEOF
2017 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2018 NEEDS_D_REENTRANT_FOR_R_FUNCS
=1
2023 cat >>confdefs.h
<<\_ACEOF
2027 cat >>confdefs.h
<<\_ACEOF
2031 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2036 cat >>confdefs.h
<<\_ACEOF
2040 cat >>confdefs.h
<<\_ACEOF
2044 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2051 cat >>confdefs.h
<<\_ACEOF
2055 cat >>confdefs.h
<<\_ACEOF
2059 cat >>confdefs.h
<<\_ACEOF
2063 DEFAULT_DEFAULT_wxUSE_MOTIF
=1
2070 cat >>confdefs.h
<<\_ACEOF
2071 #define __UNIXWARE__ 1
2076 *-*-cygwin* | *-*-mingw32* )
2079 DEFAULT_DEFAULT_wxUSE_MSW
=1
2085 cat >>confdefs.h
<<\_ACEOF
2090 DEFAULT_DEFAULT_wxUSE_MGL
=1
2093 *-pc-os2_emx | *-pc-os2-emx )
2094 cat >>confdefs.h
<<\_ACEOF
2099 cat >>confdefs.h
<<\_ACEOF
2104 DEFAULT_DEFAULT_wxUSE_PM
=1
2106 LDFLAGS
="$LDFLAGS -Zcrtdll"
2107 ac_executable_extensions
=".exe"
2108 export ac_executable_extensions
2112 for ac_dir
in $PATH; do
2114 if test -z "$ac_TEMP_PATH"; then
2115 ac_TEMP_PATH
="$ac_dir"
2117 ac_TEMP_PATH
="$ac_TEMP_PATH/$ac_dir"
2120 export PATH
="$ac_TEMP_PATH"
2129 cat >>confdefs.h
<<\_ACEOF
2133 cat >>confdefs.h
<<\_ACEOF
2134 #define __DARWIN__ 1
2137 cat >>confdefs.h
<<\_ACEOF
2138 #define TARGET_CARBON 1
2141 DEFAULT_DEFAULT_wxUSE_MAC
=1
2144 powerpc
-apple-macos* )
2146 ac_cv_c_bigendian
=yes
2148 DEFAULT_DEFAULT_wxUSE_MAC
=1
2154 cat >>confdefs.h
<<\_ACEOF
2161 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2162 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2163 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2164 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2166 DEFAULT_DEFAULT_wxUSE_X11
=1
2167 DEFAULT_wxUSE_SHARED
=no
2173 wx_arg_cache_file
="configarg.cache"
2174 echo "loading argument cache $wx_arg_cache_file"
2175 rm -f ${wx_arg_cache_file}.tmp
2176 touch ${wx_arg_cache_file}.tmp
2177 touch ${wx_arg_cache_file}
2181 if test $DEBUG_CONFIGURE = 1; then
2182 DEFAULT_wxUSE_UNIVERSAL
=no
2183 DEFAULT_wxUSE_STL
=no
2185 DEFAULT_wxUSE_NANOX
=no
2187 DEFAULT_wxUSE_THREADS
=yes
2189 DEFAULT_wxUSE_SHARED
=${DEFAULT_wxUSE_SHARED:-yes}
2190 DEFAULT_wxUSE_OPTIMISE
=no
2191 DEFAULT_wxUSE_PROFILE
=no
2192 DEFAULT_wxUSE_NO_DEPS
=no
2193 DEFAULT_wxUSE_NO_RTTI
=no
2194 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2195 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
2196 DEFAULT_wxUSE_RPATH
=yes
2197 DEFAULT_wxUSE_PERMISSIVE
=no
2198 DEFAULT_wxUSE_DEBUG_FLAG
=yes
2199 DEFAULT_wxUSE_DEBUG_INFO
=yes
2200 DEFAULT_wxUSE_DEBUG_GDB
=yes
2201 DEFAULT_wxUSE_MEM_TRACING
=no
2202 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2203 DEFAULT_wxUSE_DMALLOC
=no
2204 DEFAULT_wxUSE_APPLE_IEEE
=no
2206 DEFAULT_wxUSE_EXCEPTIONS
=no
2207 DEFAULT_wxUSE_LOG
=yes
2208 DEFAULT_wxUSE_LOGWINDOW
=no
2209 DEFAULT_wxUSE_LOGGUI
=no
2210 DEFAULT_wxUSE_LOGDIALOG
=no
2212 DEFAULT_wxUSE_GUI
=yes
2213 DEFAULT_wxUSE_CONTROLS
=no
2215 DEFAULT_wxUSE_REGEX
=no
2216 DEFAULT_wxUSE_XML
=no
2217 DEFAULT_wxUSE_EXPAT
=no
2218 DEFAULT_wxUSE_ZLIB
=no
2219 DEFAULT_wxUSE_LIBPNG
=no
2220 DEFAULT_wxUSE_LIBJPEG
=no
2221 DEFAULT_wxUSE_LIBTIFF
=no
2222 DEFAULT_wxUSE_LIBXPM
=no
2223 DEFAULT_wxUSE_LIBMSPACK
=no
2224 DEFAULT_wxUSE_LIBSDL
=no
2225 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2226 DEFAULT_wxUSE_LIBGNOMEVFS
=no
2227 DEFAULT_wxUSE_LIBHILDON
=no
2228 DEFAULT_wxUSE_ODBC
=no
2229 DEFAULT_wxUSE_OPENGL
=no
2231 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=no
2232 DEFAULT_wxUSE_STACKWALKER
=no
2233 DEFAULT_wxUSE_DEBUGREPORT
=no
2234 DEFAULT_wxUSE_SNGLINST_CHECKER
=no
2235 DEFAULT_wxUSE_STD_IOSTREAM
=no
2236 DEFAULT_wxUSE_STD_STRING
=no
2237 DEFAULT_wxUSE_CMDLINE_PARSER
=no
2238 DEFAULT_wxUSE_DATETIME
=no
2239 DEFAULT_wxUSE_TIMER
=no
2240 DEFAULT_wxUSE_STOPWATCH
=no
2241 DEFAULT_wxUSE_FILE
=no
2242 DEFAULT_wxUSE_FFILE
=no
2243 DEFAULT_wxUSE_STDPATHS
=no
2244 DEFAULT_wxUSE_TEXTBUFFER
=no
2245 DEFAULT_wxUSE_TEXTFILE
=no
2246 DEFAULT_wxUSE_SOUND
=no
2247 DEFAULT_wxUSE_MEDIACTRL
=no
2248 DEFAULT_wxUSE_GSTREAMER8
=no
2249 DEFAULT_wxUSE_PRINTF_POS_PARAMS
=no
2250 DEFAULT_wxUSE_INTL
=no
2251 DEFAULT_wxUSE_CONFIG
=no
2252 DEFAULT_wxUSE_FONTMAP
=no
2253 DEFAULT_wxUSE_STREAMS
=no
2254 DEFAULT_wxUSE_SOCKETS
=no
2255 DEFAULT_wxUSE_OLE
=no
2256 DEFAULT_wxUSE_DATAOBJ
=no
2257 DEFAULT_wxUSE_DIALUP_MANAGER
=no
2258 DEFAULT_wxUSE_JOYSTICK
=no
2259 DEFAULT_wxUSE_DYNLIB_CLASS
=no
2260 DEFAULT_wxUSE_DYNAMIC_LOADER
=no
2261 DEFAULT_wxUSE_LONGLONG
=no
2262 DEFAULT_wxUSE_GEOMETRY
=no
2264 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=no
2265 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=no
2266 DEFAULT_wxUSE_POSTSCRIPT
=no
2268 DEFAULT_wxUSE_CLIPBOARD
=no
2269 DEFAULT_wxUSE_TOOLTIPS
=no
2270 DEFAULT_wxUSE_DRAG_AND_DROP
=no
2271 DEFAULT_wxUSE_DRAGIMAGE
=no
2272 DEFAULT_wxUSE_SPLINES
=no
2273 DEFAULT_wxUSE_MOUSEWHEEL
=no
2275 DEFAULT_wxUSE_MDI
=no
2276 DEFAULT_wxUSE_MDI_ARCHITECTURE
=no
2277 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=no
2278 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=no
2280 DEFAULT_wxUSE_RESOURCES
=no
2281 DEFAULT_wxUSE_CONSTRAINTS
=no
2282 DEFAULT_wxUSE_IPC
=no
2283 DEFAULT_wxUSE_HELP
=no
2284 DEFAULT_wxUSE_MS_HTML_HELP
=no
2285 DEFAULT_wxUSE_WXHTML_HELP
=no
2286 DEFAULT_wxUSE_TREELAYOUT
=no
2287 DEFAULT_wxUSE_METAFILE
=no
2288 DEFAULT_wxUSE_MIMETYPE
=no
2289 DEFAULT_wxUSE_SYSTEM_OPTIONS
=no
2290 DEFAULT_wxUSE_PROTOCOL
=no
2291 DEFAULT_wxUSE_PROTOCOL_HTTP
=no
2292 DEFAULT_wxUSE_PROTOCOL_FTP
=no
2293 DEFAULT_wxUSE_PROTOCOL_FILE
=no
2294 DEFAULT_wxUSE_URL
=no
2295 DEFAULT_wxUSE_VARIANT
=no
2297 DEFAULT_wxUSE_ABOUTDLG
=no
2298 DEFAULT_wxUSE_COMMONDLGS
=no
2299 DEFAULT_wxUSE_CHOICEDLG
=no
2300 DEFAULT_wxUSE_COLOURDLG
=no
2301 DEFAULT_wxUSE_DIRDLG
=no
2302 DEFAULT_wxUSE_FILEDLG
=no
2303 DEFAULT_wxUSE_FINDREPLDLG
=no
2304 DEFAULT_wxUSE_FONTDLG
=no
2305 DEFAULT_wxUSE_MSGDLG
=no
2306 DEFAULT_wxUSE_NUMBERDLG
=no
2307 DEFAULT_wxUSE_TEXTDLG
=no
2308 DEFAULT_wxUSE_SPLASH
=no
2309 DEFAULT_wxUSE_STARTUP_TIPS
=no
2310 DEFAULT_wxUSE_PROGRESSDLG
=no
2311 DEFAULT_wxUSE_WIZARDDLG
=no
2313 DEFAULT_wxUSE_MENUS
=no
2314 DEFAULT_wxUSE_MINIFRAME
=no
2315 DEFAULT_wxUSE_HTML
=no
2316 DEFAULT_wxUSE_RICHTEXT
=no
2317 DEFAULT_wxUSE_XRC
=no
2318 DEFAULT_wxUSE_AUI
=no
2319 DEFAULT_wxUSE_WEBKIT
=no
2320 DEFAULT_wxUSE_FILESYSTEM
=no
2321 DEFAULT_wxUSE_FS_INET
=no
2322 DEFAULT_wxUSE_FS_ZIP
=no
2323 DEFAULT_wxUSE_FS_ARCHIVE
=no
2324 DEFAULT_wxUSE_BUSYINFO
=no
2325 DEFAULT_wxUSE_ARCHIVE_STREAMS
=no
2326 DEFAULT_wxUSE_ZIPSTREAM
=no
2327 DEFAULT_wxUSE_TARSTREAM
=no
2328 DEFAULT_wxUSE_VALIDATORS
=no
2330 DEFAULT_wxUSE_ACCEL
=no
2331 DEFAULT_wxUSE_ANIMATIONCTRL
=no
2332 DEFAULT_wxUSE_BUTTON
=no
2333 DEFAULT_wxUSE_BMPBUTTON
=no
2334 DEFAULT_wxUSE_BITMAPCOMBOBOX
=no
2335 DEFAULT_wxUSE_CALCTRL
=no
2336 DEFAULT_wxUSE_CARET
=no
2337 DEFAULT_wxUSE_CHECKBOX
=no
2338 DEFAULT_wxUSE_CHECKLST
=no
2339 DEFAULT_wxUSE_CHOICE
=no
2340 DEFAULT_wxUSE_CHOICEBOOK
=no
2341 DEFAULT_wxUSE_COLLPANE
=no
2342 DEFAULT_wxUSE_COLOURPICKERCTRL
=no
2343 DEFAULT_wxUSE_COMBOBOX
=no
2344 DEFAULT_wxUSE_COMBOCTRL
=no
2345 DEFAULT_wxUSE_DATEPICKCTRL
=no
2346 DEFAULT_wxUSE_DISPLAY
=no
2347 DEFAULT_wxUSE_DETECT_SM
=no
2348 DEFAULT_wxUSE_DIRPICKERCTRL
=no
2349 DEFAULT_wxUSE_FILEPICKERCTRL
=no
2350 DEFAULT_wxUSE_FONTPICKERCTRL
=no
2351 DEFAULT_wxUSE_GAUGE
=no
2352 DEFAULT_wxUSE_GRAPHICS_CONTEXT
=no
2353 DEFAULT_wxUSE_GRID
=no
2354 DEFAULT_wxUSE_HYPERLINKCTRL
=no
2355 DEFAULT_wxUSE_DATAVIEWCTRL
=no
2356 DEFAULT_wxUSE_IMAGLIST
=no
2357 DEFAULT_wxUSE_LISTBOOK
=no
2358 DEFAULT_wxUSE_LISTBOX
=no
2359 DEFAULT_wxUSE_LISTCTRL
=no
2360 DEFAULT_wxUSE_NOTEBOOK
=no
2361 DEFAULT_wxUSE_ODCOMBOBOX
=no
2362 DEFAULT_wxUSE_RADIOBOX
=no
2363 DEFAULT_wxUSE_RADIOBTN
=no
2364 DEFAULT_wxUSE_SASH
=no
2365 DEFAULT_wxUSE_SCROLLBAR
=no
2366 DEFAULT_wxUSE_SLIDER
=no
2367 DEFAULT_wxUSE_SPINBTN
=no
2368 DEFAULT_wxUSE_SPINCTRL
=no
2369 DEFAULT_wxUSE_SPLITTER
=no
2370 DEFAULT_wxUSE_STATBMP
=no
2371 DEFAULT_wxUSE_STATBOX
=no
2372 DEFAULT_wxUSE_STATLINE
=no
2373 DEFAULT_wxUSE_STATTEXT
=no
2374 DEFAULT_wxUSE_STATUSBAR
=yes
2375 DEFAULT_wxUSE_TAB_DIALOG
=no
2376 DEFAULT_wxUSE_TEXTCTRL
=no
2377 DEFAULT_wxUSE_TOGGLEBTN
=no
2378 DEFAULT_wxUSE_TOOLBAR
=no
2379 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
2380 DEFAULT_wxUSE_TREEBOOK
=no
2381 DEFAULT_wxUSE_TOOLBOOK
=no
2382 DEFAULT_wxUSE_TREECTRL
=no
2383 DEFAULT_wxUSE_POPUPWIN
=no
2384 DEFAULT_wxUSE_TIPWINDOW
=no
2386 DEFAULT_wxUSE_UNICODE
=no
2387 DEFAULT_wxUSE_UNICODE_MSLU
=no
2388 DEFAULT_wxUSE_WCSRTOMBS
=no
2390 DEFAULT_wxUSE_PALETTE
=no
2391 DEFAULT_wxUSE_IMAGE
=no
2392 DEFAULT_wxUSE_GIF
=no
2393 DEFAULT_wxUSE_PCX
=no
2394 DEFAULT_wxUSE_TGA
=no
2395 DEFAULT_wxUSE_PNM
=no
2396 DEFAULT_wxUSE_IFF
=no
2397 DEFAULT_wxUSE_XPM
=no
2398 DEFAULT_wxUSE_ICO_CUR
=no
2399 DEFAULT_wxUSE_ACCESSIBILITY
=no
2401 DEFAULT_wxUSE_MONOLITHIC
=no
2402 DEFAULT_wxUSE_PLUGINS
=no
2403 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2405 DEFAULT_wxUSE_UNIVERSAL
=no
2406 DEFAULT_wxUSE_STL
=no
2408 DEFAULT_wxUSE_NANOX
=no
2410 DEFAULT_wxUSE_THREADS
=yes
2412 DEFAULT_wxUSE_SHARED
=${DEFAULT_wxUSE_SHARED:-yes}
2413 DEFAULT_wxUSE_OPTIMISE
=yes
2414 DEFAULT_wxUSE_PROFILE
=no
2415 DEFAULT_wxUSE_NO_DEPS
=no
2416 DEFAULT_wxUSE_NO_RTTI
=no
2417 DEFAULT_wxUSE_NO_EXCEPTIONS
=no
2418 DEFAULT_wxUSE_UNIVERSAL_BINARY
=no
2419 DEFAULT_wxUSE_RPATH
=yes
2420 DEFAULT_wxUSE_PERMISSIVE
=no
2421 DEFAULT_wxUSE_DEBUG_FLAG
=no
2422 DEFAULT_wxUSE_DEBUG_INFO
=no
2423 DEFAULT_wxUSE_DEBUG_GDB
=no
2424 DEFAULT_wxUSE_MEM_TRACING
=no
2425 DEFAULT_wxUSE_DEBUG_CONTEXT
=no
2426 DEFAULT_wxUSE_DMALLOC
=no
2427 DEFAULT_wxUSE_APPLE_IEEE
=yes
2429 DEFAULT_wxUSE_EXCEPTIONS
=yes
2430 DEFAULT_wxUSE_LOG
=yes
2431 DEFAULT_wxUSE_LOGWINDOW
=yes
2432 DEFAULT_wxUSE_LOGGUI
=yes
2433 DEFAULT_wxUSE_LOGDIALOG
=yes
2435 DEFAULT_wxUSE_GUI
=yes
2437 DEFAULT_wxUSE_REGEX
=yes
2438 DEFAULT_wxUSE_XML
=yes
2439 DEFAULT_wxUSE_EXPAT
=yes
2440 DEFAULT_wxUSE_ZLIB
=yes
2441 DEFAULT_wxUSE_LIBPNG
=yes
2442 DEFAULT_wxUSE_LIBJPEG
=yes
2443 DEFAULT_wxUSE_LIBTIFF
=yes
2444 DEFAULT_wxUSE_LIBXPM
=yes
2445 DEFAULT_wxUSE_LIBMSPACK
=yes
2446 DEFAULT_wxUSE_LIBSDL
=no
2447 DEFAULT_wxUSE_LIBGNOMEPRINT
=no
2448 DEFAULT_wxUSE_LIBGNOMEVFS
=no
2449 DEFAULT_wxUSE_LIBHILDON
=no
2450 DEFAULT_wxUSE_ODBC
=no
2451 DEFAULT_wxUSE_OPENGL
=no
2453 DEFAULT_wxUSE_ON_FATAL_EXCEPTION
=yes
2454 DEFAULT_wxUSE_STACKWALKER
=yes
2455 DEFAULT_wxUSE_DEBUGREPORT
=yes
2456 DEFAULT_wxUSE_SNGLINST_CHECKER
=yes
2457 DEFAULT_wxUSE_STD_IOSTREAM
=$DEFAULT_STD_FLAG
2458 DEFAULT_wxUSE_STD_STRING
=$DEFAULT_STD_FLAG
2459 DEFAULT_wxUSE_CMDLINE_PARSER
=yes
2460 DEFAULT_wxUSE_DATETIME
=yes
2461 DEFAULT_wxUSE_TIMER
=yes
2462 DEFAULT_wxUSE_STOPWATCH
=yes
2463 DEFAULT_wxUSE_FILE
=yes
2464 DEFAULT_wxUSE_FFILE
=yes
2465 DEFAULT_wxUSE_STDPATHS
=yes
2466 DEFAULT_wxUSE_TEXTBUFFER
=yes
2467 DEFAULT_wxUSE_TEXTFILE
=yes
2468 DEFAULT_wxUSE_SOUND
=yes
2469 DEFAULT_wxUSE_MEDIACTRL
=no
2470 DEFAULT_wxUSE_GSTREAMER8
=no
2471 DEFAULT_wxUSE_PRINTF_POS_PARAMS
=yes
2472 DEFAULT_wxUSE_INTL
=yes
2473 DEFAULT_wxUSE_CONFIG
=yes
2474 DEFAULT_wxUSE_FONTMAP
=yes
2475 DEFAULT_wxUSE_STREAMS
=yes
2476 DEFAULT_wxUSE_SOCKETS
=yes
2477 DEFAULT_wxUSE_OLE
=yes
2478 DEFAULT_wxUSE_DATAOBJ
=yes
2479 DEFAULT_wxUSE_DIALUP_MANAGER
=yes
2480 DEFAULT_wxUSE_JOYSTICK
=yes
2481 DEFAULT_wxUSE_DYNLIB_CLASS
=yes
2482 DEFAULT_wxUSE_DYNAMIC_LOADER
=yes
2483 DEFAULT_wxUSE_LONGLONG
=yes
2484 DEFAULT_wxUSE_GEOMETRY
=yes
2486 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT
=yes
2487 DEFAULT_wxUSE_NORMALIZED_PS_FONTS
=yes
2488 DEFAULT_wxUSE_POSTSCRIPT
=yes
2490 DEFAULT_wxUSE_CLIPBOARD
=yes
2491 DEFAULT_wxUSE_TOOLTIPS
=yes
2492 DEFAULT_wxUSE_DRAG_AND_DROP
=yes
2493 DEFAULT_wxUSE_DRAGIMAGE
=yes
2494 DEFAULT_wxUSE_SPLINES
=yes
2495 DEFAULT_wxUSE_MOUSEWHEEL
=yes
2497 DEFAULT_wxUSE_MDI
=yes
2498 DEFAULT_wxUSE_MDI_ARCHITECTURE
=yes
2499 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
=yes
2500 DEFAULT_wxUSE_PRINTING_ARCHITECTURE
=yes
2502 DEFAULT_wxUSE_RESOURCES
=no
2503 DEFAULT_wxUSE_CONSTRAINTS
=yes
2504 DEFAULT_wxUSE_IPC
=yes
2505 DEFAULT_wxUSE_HELP
=yes
2506 DEFAULT_wxUSE_MS_HTML_HELP
=yes
2507 DEFAULT_wxUSE_WXHTML_HELP
=yes
2508 DEFAULT_wxUSE_TREELAYOUT
=yes
2509 DEFAULT_wxUSE_METAFILE
=yes
2510 DEFAULT_wxUSE_MIMETYPE
=yes
2511 DEFAULT_wxUSE_SYSTEM_OPTIONS
=yes
2512 DEFAULT_wxUSE_PROTOCOL
=yes
2513 DEFAULT_wxUSE_PROTOCOL_HTTP
=yes
2514 DEFAULT_wxUSE_PROTOCOL_FTP
=yes
2515 DEFAULT_wxUSE_PROTOCOL_FILE
=yes
2516 DEFAULT_wxUSE_URL
=yes
2517 DEFAULT_wxUSE_VARIANT
=yes
2519 DEFAULT_wxUSE_ABOUTDLG
=yes
2520 DEFAULT_wxUSE_COMMONDLGS
=yes
2521 DEFAULT_wxUSE_CHOICEDLG
=yes
2522 DEFAULT_wxUSE_COLOURDLG
=yes
2523 DEFAULT_wxUSE_DIRDLG
=yes
2524 DEFAULT_wxUSE_FILEDLG
=yes
2525 DEFAULT_wxUSE_FINDREPLDLG
=yes
2526 DEFAULT_wxUSE_FONTDLG
=yes
2527 DEFAULT_wxUSE_MSGDLG
=yes
2528 DEFAULT_wxUSE_NUMBERDLG
=yes
2529 DEFAULT_wxUSE_TEXTDLG
=yes
2530 DEFAULT_wxUSE_SPLASH
=yes
2531 DEFAULT_wxUSE_STARTUP_TIPS
=yes
2532 DEFAULT_wxUSE_PROGRESSDLG
=yes
2533 DEFAULT_wxUSE_WIZARDDLG
=yes
2535 DEFAULT_wxUSE_MENUS
=yes
2536 DEFAULT_wxUSE_MINIFRAME
=yes
2537 DEFAULT_wxUSE_HTML
=yes
2538 DEFAULT_wxUSE_RICHTEXT
=yes
2539 DEFAULT_wxUSE_XRC
=yes
2540 DEFAULT_wxUSE_AUI
=yes
2541 DEFAULT_wxUSE_WEBKIT
=yes
2542 DEFAULT_wxUSE_FILESYSTEM
=yes
2543 DEFAULT_wxUSE_FS_INET
=yes
2544 DEFAULT_wxUSE_FS_ZIP
=yes
2545 DEFAULT_wxUSE_FS_ARCHIVE
=yes
2546 DEFAULT_wxUSE_BUSYINFO
=yes
2547 DEFAULT_wxUSE_ARCHIVE_STREAMS
=yes
2548 DEFAULT_wxUSE_ZIPSTREAM
=yes
2549 DEFAULT_wxUSE_TARSTREAM
=yes
2550 DEFAULT_wxUSE_VALIDATORS
=yes
2552 DEFAULT_wxUSE_ACCEL
=yes
2553 DEFAULT_wxUSE_ANIMATIONCTRL
=yes
2554 DEFAULT_wxUSE_BUTTON
=yes
2555 DEFAULT_wxUSE_BMPBUTTON
=yes
2556 DEFAULT_wxUSE_BITMAPCOMBOBOX
=yes
2557 DEFAULT_wxUSE_CALCTRL
=yes
2558 DEFAULT_wxUSE_CARET
=yes
2559 DEFAULT_wxUSE_CHECKBOX
=yes
2560 DEFAULT_wxUSE_CHECKLST
=yes
2561 DEFAULT_wxUSE_CHOICE
=yes
2562 DEFAULT_wxUSE_CHOICEBOOK
=yes
2563 DEFAULT_wxUSE_COLLPANE
=yes
2564 DEFAULT_wxUSE_COLOURPICKERCTRL
=yes
2565 DEFAULT_wxUSE_COMBOBOX
=yes
2566 DEFAULT_wxUSE_COMBOCTRL
=yes
2567 DEFAULT_wxUSE_DATEPICKCTRL
=yes
2568 DEFAULT_wxUSE_DISPLAY
=yes
2569 DEFAULT_wxUSE_DETECT_SM
=yes
2570 DEFAULT_wxUSE_DIRPICKERCTRL
=yes
2571 DEFAULT_wxUSE_FILEPICKERCTRL
=yes
2572 DEFAULT_wxUSE_FONTPICKERCTRL
=yes
2573 DEFAULT_wxUSE_GAUGE
=yes
2574 DEFAULT_wxUSE_GRID
=yes
2575 DEFAULT_wxUSE_GRAPHICS_CONTEXT
=no
2576 DEFAULT_wxUSE_HYPERLINKCTRL
=yes
2577 DEFAULT_wxUSE_DATAVIEWCTRL
=no
2578 DEFAULT_wxUSE_IMAGLIST
=yes
2579 DEFAULT_wxUSE_LISTBOOK
=yes
2580 DEFAULT_wxUSE_LISTBOX
=yes
2581 DEFAULT_wxUSE_LISTCTRL
=yes
2582 DEFAULT_wxUSE_NOTEBOOK
=yes
2583 DEFAULT_wxUSE_ODCOMBOBOX
=yes
2584 DEFAULT_wxUSE_RADIOBOX
=yes
2585 DEFAULT_wxUSE_RADIOBTN
=yes
2586 DEFAULT_wxUSE_SASH
=yes
2587 DEFAULT_wxUSE_SCROLLBAR
=yes
2588 DEFAULT_wxUSE_SLIDER
=yes
2589 DEFAULT_wxUSE_SPINBTN
=yes
2590 DEFAULT_wxUSE_SPINCTRL
=yes
2591 DEFAULT_wxUSE_SPLITTER
=yes
2592 DEFAULT_wxUSE_STATBMP
=yes
2593 DEFAULT_wxUSE_STATBOX
=yes
2594 DEFAULT_wxUSE_STATLINE
=yes
2595 DEFAULT_wxUSE_STATTEXT
=yes
2596 DEFAULT_wxUSE_STATUSBAR
=yes
2597 DEFAULT_wxUSE_TAB_DIALOG
=no
2598 DEFAULT_wxUSE_TEXTCTRL
=yes
2599 DEFAULT_wxUSE_TOGGLEBTN
=yes
2600 DEFAULT_wxUSE_TOOLBAR
=yes
2601 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
2602 DEFAULT_wxUSE_TREEBOOK
=yes
2603 DEFAULT_wxUSE_TOOLBOOK
=yes
2604 DEFAULT_wxUSE_TREECTRL
=yes
2605 DEFAULT_wxUSE_POPUPWIN
=yes
2606 DEFAULT_wxUSE_TIPWINDOW
=yes
2608 DEFAULT_wxUSE_UNICODE
=no
2609 DEFAULT_wxUSE_UNICODE_MSLU
=yes
2610 DEFAULT_wxUSE_WCSRTOMBS
=no
2612 DEFAULT_wxUSE_PALETTE
=yes
2613 DEFAULT_wxUSE_IMAGE
=yes
2614 DEFAULT_wxUSE_GIF
=yes
2615 DEFAULT_wxUSE_PCX
=yes
2616 DEFAULT_wxUSE_TGA
=yes
2617 DEFAULT_wxUSE_IFF
=no DEFAULT_wxUSE_PNM
=yes
2618 DEFAULT_wxUSE_XPM
=yes
2619 DEFAULT_wxUSE_ICO_CUR
=yes
2620 DEFAULT_wxUSE_ACCESSIBILITY
=no
2622 DEFAULT_wxUSE_MONOLITHIC
=no
2623 DEFAULT_wxUSE_PLUGINS
=no
2624 DEFAULT_wxUSE_OFFICIAL_BUILD
=no
2626 DEFAULT_wxUSE_GTK2
=yes
2632 for toolkit
in `echo $ALL_TOOLKITS`; do
2633 LINE
=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2634 if test "x$LINE" != "x" ; then
2635 has_toolkit_in_cache
=1
2636 eval "DEFAULT_$LINE"
2637 eval "CACHE_$toolkit=1"
2639 LINE
=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}`
2640 if test "x$LINE" != "x" ; then
2641 eval "DEFAULT_$LINE"
2649 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2650 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
2652 # Check whether --enable-gui or --disable-gui was given.
2653 if test "${enable_gui+set}" = set; then
2654 enableval
="$enable_gui"
2656 if test "$enableval" = yes; then
2657 ac_cv_use_gui
='wxUSE_GUI=yes'
2659 ac_cv_use_gui
='wxUSE_GUI=no'
2664 LINE
=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2665 if test "x$LINE" != x
; then
2666 eval "DEFAULT_$LINE"
2671 ac_cv_use_gui
='wxUSE_GUI='$DEFAULT_wxUSE_GUI
2675 eval "$ac_cv_use_gui"
2676 if test "$no_cache" != 1; then
2677 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2680 if test "$wxUSE_GUI" = yes; then
2681 echo "$as_me:$LINENO: result: yes" >&5
2682 echo "${ECHO_T}yes" >&6
2684 echo "$as_me:$LINENO: result: no" >&5
2685 echo "${ECHO_T}no" >&6
2690 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2691 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2693 # Check whether --enable-monolithic or --disable-monolithic was given.
2694 if test "${enable_monolithic+set}" = set; then
2695 enableval
="$enable_monolithic"
2697 if test "$enableval" = yes; then
2698 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=yes'
2700 ac_cv_use_monolithic
='wxUSE_MONOLITHIC=no'
2705 LINE
=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2706 if test "x$LINE" != x
; then
2707 eval "DEFAULT_$LINE"
2712 ac_cv_use_monolithic
='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2716 eval "$ac_cv_use_monolithic"
2717 if test "$no_cache" != 1; then
2718 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2721 if test "$wxUSE_MONOLITHIC" = yes; then
2722 echo "$as_me:$LINENO: result: yes" >&5
2723 echo "${ECHO_T}yes" >&6
2725 echo "$as_me:$LINENO: result: no" >&5
2726 echo "${ECHO_T}no" >&6
2731 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
2732 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6
2734 # Check whether --enable-plugins or --disable-plugins was given.
2735 if test "${enable_plugins+set}" = set; then
2736 enableval
="$enable_plugins"
2738 if test "$enableval" = yes; then
2739 ac_cv_use_plugins
='wxUSE_PLUGINS=yes'
2741 ac_cv_use_plugins
='wxUSE_PLUGINS=no'
2746 LINE
=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}`
2747 if test "x$LINE" != x
; then
2748 eval "DEFAULT_$LINE"
2753 ac_cv_use_plugins
='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS
2757 eval "$ac_cv_use_plugins"
2758 if test "$no_cache" != 1; then
2759 echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp
2762 if test "$wxUSE_PLUGINS" = yes; then
2763 echo "$as_me:$LINENO: result: yes" >&5
2764 echo "${ECHO_T}yes" >&6
2766 echo "$as_me:$LINENO: result: no" >&5
2767 echo "${ECHO_T}no" >&6
2772 echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
2773 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6
2776 # Check whether --with-subdirs or --without-subdirs was given.
2777 if test "${with_subdirs+set}" = set; then
2778 withval
="$with_subdirs"
2780 if test "$withval" = yes; then
2781 ac_cv_use_subdirs
='wxWITH_SUBDIRS=yes'
2783 ac_cv_use_subdirs
='wxWITH_SUBDIRS=no'
2788 LINE
=`grep "wxWITH_SUBDIRS" ${wx_arg_cache_file}`
2789 if test "x$LINE" != x
; then
2790 eval "DEFAULT_$LINE"
2795 ac_cv_use_subdirs
='wxWITH_SUBDIRS='$DEFAULT_wxWITH_SUBDIRS
2799 eval "$ac_cv_use_subdirs"
2800 if test "$no_cache" != 1; then
2801 echo $ac_cv_use_subdirs >> ${wx_arg_cache_file}.tmp
2804 if test "$wxWITH_SUBDIRS" = yes; then
2805 echo "$as_me:$LINENO: result: yes" >&5
2806 echo "${ECHO_T}yes" >&6
2808 echo "$as_me:$LINENO: result: no" >&5
2809 echo "${ECHO_T}no" >&6
2813 if test "$wxUSE_GUI" = "yes"; then
2817 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2818 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
2820 # Check whether --enable-universal or --disable-universal was given.
2821 if test "${enable_universal+set}" = set; then
2822 enableval
="$enable_universal"
2824 if test "$enableval" = yes; then
2825 ac_cv_use_universal
='wxUSE_UNIVERSAL=yes'
2827 ac_cv_use_universal
='wxUSE_UNIVERSAL=no'
2832 LINE
=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2833 if test "x$LINE" != x
; then
2834 eval "DEFAULT_$LINE"
2839 ac_cv_use_universal
='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
2843 eval "$ac_cv_use_universal"
2844 if test "$no_cache" != 1; then
2845 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2848 if test "$wxUSE_UNIVERSAL" = yes; then
2849 echo "$as_me:$LINENO: result: yes" >&5
2850 echo "${ECHO_T}yes" >&6
2852 echo "$as_me:$LINENO: result: no" >&5
2853 echo "${ECHO_T}no" >&6
2857 # Check whether --with-gtk or --without-gtk was given.
2858 if test "${with_gtk+set}" = set; then
2860 wxUSE_GTK
="$withval" CACHE_GTK
=1 TOOLKIT_GIVEN
=1
2863 # Check whether --with-motif or --without-motif was given.
2864 if test "${with_motif+set}" = set; then
2865 withval
="$with_motif"
2866 wxUSE_MOTIF
="$withval" CACHE_MOTIF
=1 TOOLKIT_GIVEN
=1
2869 # Check whether --with-mac or --without-mac was given.
2870 if test "${with_mac+set}" = set; then
2872 wxUSE_MAC
="$withval" CACHE_MAC
=1 TOOLKIT_GIVEN
=1
2875 # Check whether --with-cocoa or --without-cocoa was given.
2876 if test "${with_cocoa+set}" = set; then
2877 withval
="$with_cocoa"
2878 wxUSE_COCOA
="$withval" CACHE_COCOA
=1 TOOLKIT_GIVEN
=1
2881 # Check whether --with-wine or --without-wine was given.
2882 if test "${with_wine+set}" = set; then
2883 withval
="$with_wine"
2884 wxUSE_WINE
="$withval" CACHE_WINE
=1
2887 # Check whether --with-msw or --without-msw was given.
2888 if test "${with_msw+set}" = set; then
2890 wxUSE_MSW
="$withval" CACHE_MSW
=1 TOOLKIT_GIVEN
=1
2893 # Check whether --with-pm or --without-pm was given.
2894 if test "${with_pm+set}" = set; then
2896 wxUSE_PM
="$withval" CACHE_PM
=1 TOOLKIT_GIVEN
=1
2899 # Check whether --with-mgl or --without-mgl was given.
2900 if test "${with_mgl+set}" = set; then
2902 wxUSE_MGL
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_MGL
=1 TOOLKIT_GIVEN
=1
2905 # Check whether --with-directfb or --without-directfb was given.
2906 if test "${with_directfb+set}" = set; then
2907 withval
="$with_directfb"
2908 wxUSE_DFB
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_DFB
=1 TOOLKIT_GIVEN
=1
2911 # Check whether --with-microwin or --without-microwin was given.
2912 if test "${with_microwin+set}" = set; then
2913 withval
="$with_microwin"
2914 wxUSE_MICROWIN
="$withval" CACHE_MICROWIN
=1 TOOLKIT_GIVEN
=1
2917 # Check whether --with-x11 or --without-x11 was given.
2918 if test "${with_x11+set}" = set; then
2920 wxUSE_X11
="$withval" wxUSE_UNIVERSAL
="yes" CACHE_X11
=1 TOOLKIT_GIVEN
=1
2924 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2925 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
2927 # Check whether --enable-nanox or --disable-nanox was given.
2928 if test "${enable_nanox+set}" = set; then
2929 enableval
="$enable_nanox"
2931 if test "$enableval" = yes; then
2932 ac_cv_use_nanox
='wxUSE_NANOX=yes'
2934 ac_cv_use_nanox
='wxUSE_NANOX=no'
2939 LINE
=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2940 if test "x$LINE" != x
; then
2941 eval "DEFAULT_$LINE"
2946 ac_cv_use_nanox
='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
2950 eval "$ac_cv_use_nanox"
2951 if test "$no_cache" != 1; then
2952 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
2955 if test "$wxUSE_NANOX" = yes; then
2956 echo "$as_me:$LINENO: result: yes" >&5
2957 echo "${ECHO_T}yes" >&6
2959 echo "$as_me:$LINENO: result: no" >&5
2960 echo "${ECHO_T}no" >&6
2964 # Check whether --enable-gtk2 or --disable-gtk2 was given.
2965 if test "${enable_gtk2+set}" = set; then
2966 enableval
="$enable_gtk2"
2967 wxUSE_GTK2
="$enableval"
2971 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
2972 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6
2974 # Check whether --enable-gpe or --disable-gpe was given.
2975 if test "${enable_gpe+set}" = set; then
2976 enableval
="$enable_gpe"
2978 if test "$enableval" = yes; then
2979 ac_cv_use_gpe
='wxUSE_GPE=yes'
2981 ac_cv_use_gpe
='wxUSE_GPE=no'
2986 LINE
=`grep "wxUSE_GPE" ${wx_arg_cache_file}`
2987 if test "x$LINE" != x
; then
2988 eval "DEFAULT_$LINE"
2993 ac_cv_use_gpe
='wxUSE_GPE='$DEFAULT_wxUSE_GPE
2997 eval "$ac_cv_use_gpe"
2998 if test "$no_cache" != 1; then
2999 echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp
3002 if test "$wxUSE_GPE" = yes; then
3003 echo "$as_me:$LINENO: result: yes" >&5
3004 echo "${ECHO_T}yes" >&6
3006 echo "$as_me:$LINENO: result: no" >&5
3007 echo "${ECHO_T}no" >&6
3012 echo "$as_me:$LINENO: checking for --with-libpng" >&5
3013 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
3016 # Check whether --with-libpng or --without-libpng was given.
3017 if test "${with_libpng+set}" = set; then
3018 withval
="$with_libpng"
3020 if test "$withval" = yes; then
3021 ac_cv_use_libpng
='wxUSE_LIBPNG=yes'
3022 elif test "$withval" = no
; then
3023 ac_cv_use_libpng
='wxUSE_LIBPNG=no'
3024 elif test "$withval" = sys
; then
3025 ac_cv_use_libpng
='wxUSE_LIBPNG=sys'
3026 elif test "$withval" = builtin; then
3027 ac_cv_use_libpng
='wxUSE_LIBPNG=builtin'
3029 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3030 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3031 { (exit 1); exit 1; }; }
3036 LINE
=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
3037 if test "x$LINE" != x
; then
3038 eval "DEFAULT_$LINE"
3043 ac_cv_use_libpng
='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
3047 eval "$ac_cv_use_libpng"
3048 if test "$no_cache" != 1; then
3049 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
3052 if test "$wxUSE_LIBPNG" = yes; then
3053 echo "$as_me:$LINENO: result: yes" >&5
3054 echo "${ECHO_T}yes" >&6
3055 elif test "$wxUSE_LIBPNG" = no
; then
3056 echo "$as_me:$LINENO: result: no" >&5
3057 echo "${ECHO_T}no" >&6
3058 elif test "$wxUSE_LIBPNG" = sys
; then
3059 echo "$as_me:$LINENO: result: system version" >&5
3060 echo "${ECHO_T}system version" >&6
3061 elif test "$wxUSE_LIBPNG" = builtin; then
3062 echo "$as_me:$LINENO: result: builtin version" >&5
3063 echo "${ECHO_T}builtin version" >&6
3065 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3066 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3067 { (exit 1); exit 1; }; }
3071 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3072 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
3075 # Check whether --with-libjpeg or --without-libjpeg was given.
3076 if test "${with_libjpeg+set}" = set; then
3077 withval
="$with_libjpeg"
3079 if test "$withval" = yes; then
3080 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=yes'
3081 elif test "$withval" = no
; then
3082 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=no'
3083 elif test "$withval" = sys
; then
3084 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=sys'
3085 elif test "$withval" = builtin; then
3086 ac_cv_use_libjpeg
='wxUSE_LIBJPEG=builtin'
3088 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3089 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3090 { (exit 1); exit 1; }; }
3095 LINE
=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
3096 if test "x$LINE" != x
; then
3097 eval "DEFAULT_$LINE"
3102 ac_cv_use_libjpeg
='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
3106 eval "$ac_cv_use_libjpeg"
3107 if test "$no_cache" != 1; then
3108 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
3111 if test "$wxUSE_LIBJPEG" = yes; then
3112 echo "$as_me:$LINENO: result: yes" >&5
3113 echo "${ECHO_T}yes" >&6
3114 elif test "$wxUSE_LIBJPEG" = no
; then
3115 echo "$as_me:$LINENO: result: no" >&5
3116 echo "${ECHO_T}no" >&6
3117 elif test "$wxUSE_LIBJPEG" = sys
; then
3118 echo "$as_me:$LINENO: result: system version" >&5
3119 echo "${ECHO_T}system version" >&6
3120 elif test "$wxUSE_LIBJPEG" = builtin; then
3121 echo "$as_me:$LINENO: result: builtin version" >&5
3122 echo "${ECHO_T}builtin version" >&6
3124 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3125 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3126 { (exit 1); exit 1; }; }
3130 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3131 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
3134 # Check whether --with-libtiff or --without-libtiff was given.
3135 if test "${with_libtiff+set}" = set; then
3136 withval
="$with_libtiff"
3138 if test "$withval" = yes; then
3139 ac_cv_use_libtiff
='wxUSE_LIBTIFF=yes'
3140 elif test "$withval" = no
; then
3141 ac_cv_use_libtiff
='wxUSE_LIBTIFF=no'
3142 elif test "$withval" = sys
; then
3143 ac_cv_use_libtiff
='wxUSE_LIBTIFF=sys'
3144 elif test "$withval" = builtin; then
3145 ac_cv_use_libtiff
='wxUSE_LIBTIFF=builtin'
3147 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3148 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3149 { (exit 1); exit 1; }; }
3154 LINE
=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
3155 if test "x$LINE" != x
; then
3156 eval "DEFAULT_$LINE"
3161 ac_cv_use_libtiff
='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
3165 eval "$ac_cv_use_libtiff"
3166 if test "$no_cache" != 1; then
3167 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
3170 if test "$wxUSE_LIBTIFF" = yes; then
3171 echo "$as_me:$LINENO: result: yes" >&5
3172 echo "${ECHO_T}yes" >&6
3173 elif test "$wxUSE_LIBTIFF" = no
; then
3174 echo "$as_me:$LINENO: result: no" >&5
3175 echo "${ECHO_T}no" >&6
3176 elif test "$wxUSE_LIBTIFF" = sys
; then
3177 echo "$as_me:$LINENO: result: system version" >&5
3178 echo "${ECHO_T}system version" >&6
3179 elif test "$wxUSE_LIBTIFF" = builtin; then
3180 echo "$as_me:$LINENO: result: builtin version" >&5
3181 echo "${ECHO_T}builtin version" >&6
3183 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3184 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3185 { (exit 1); exit 1; }; }
3189 echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3190 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6
3193 # Check whether --with-libxpm or --without-libxpm was given.
3194 if test "${with_libxpm+set}" = set; then
3195 withval
="$with_libxpm"
3197 if test "$withval" = yes; then
3198 ac_cv_use_libxpm
='wxUSE_LIBXPM=yes'
3199 elif test "$withval" = no
; then
3200 ac_cv_use_libxpm
='wxUSE_LIBXPM=no'
3201 elif test "$withval" = sys
; then
3202 ac_cv_use_libxpm
='wxUSE_LIBXPM=sys'
3203 elif test "$withval" = builtin; then
3204 ac_cv_use_libxpm
='wxUSE_LIBXPM=builtin'
3206 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3207 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3208 { (exit 1); exit 1; }; }
3213 LINE
=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}`
3214 if test "x$LINE" != x
; then
3215 eval "DEFAULT_$LINE"
3220 ac_cv_use_libxpm
='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM
3224 eval "$ac_cv_use_libxpm"
3225 if test "$no_cache" != 1; then
3226 echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp
3229 if test "$wxUSE_LIBXPM" = yes; then
3230 echo "$as_me:$LINENO: result: yes" >&5
3231 echo "${ECHO_T}yes" >&6
3232 elif test "$wxUSE_LIBXPM" = no
; then
3233 echo "$as_me:$LINENO: result: no" >&5
3234 echo "${ECHO_T}no" >&6
3235 elif test "$wxUSE_LIBXPM" = sys
; then
3236 echo "$as_me:$LINENO: result: system version" >&5
3237 echo "${ECHO_T}system version" >&6
3238 elif test "$wxUSE_LIBXPM" = builtin; then
3239 echo "$as_me:$LINENO: result: builtin version" >&5
3240 echo "${ECHO_T}builtin version" >&6
3242 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3243 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3244 { (exit 1); exit 1; }; }
3249 echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3250 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6
3253 # Check whether --with-libmspack or --without-libmspack was given.
3254 if test "${with_libmspack+set}" = set; then
3255 withval
="$with_libmspack"
3257 if test "$withval" = yes; then
3258 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=yes'
3260 ac_cv_use_libmspack
='wxUSE_LIBMSPACK=no'
3265 LINE
=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}`
3266 if test "x$LINE" != x
; then
3267 eval "DEFAULT_$LINE"
3272 ac_cv_use_libmspack
='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK
3276 eval "$ac_cv_use_libmspack"
3277 if test "$no_cache" != 1; then
3278 echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp
3281 if test "$wxUSE_LIBMSPACK" = yes; then
3282 echo "$as_me:$LINENO: result: yes" >&5
3283 echo "${ECHO_T}yes" >&6
3285 echo "$as_me:$LINENO: result: no" >&5
3286 echo "${ECHO_T}no" >&6
3291 echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
3292 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6
3295 # Check whether --with-sdl or --without-sdl was given.
3296 if test "${with_sdl+set}" = set; then
3299 if test "$withval" = yes; then
3300 ac_cv_use_sdl
='wxUSE_LIBSDL=yes'
3302 ac_cv_use_sdl
='wxUSE_LIBSDL=no'
3307 LINE
=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}`
3308 if test "x$LINE" != x
; then
3309 eval "DEFAULT_$LINE"
3314 ac_cv_use_sdl
='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL
3318 eval "$ac_cv_use_sdl"
3319 if test "$no_cache" != 1; then
3320 echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp
3323 if test "$wxUSE_LIBSDL" = yes; then
3324 echo "$as_me:$LINENO: result: yes" >&5
3325 echo "${ECHO_T}yes" >&6
3327 echo "$as_me:$LINENO: result: no" >&5
3328 echo "${ECHO_T}no" >&6
3333 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
3334 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6
3337 # Check whether --with-gnomeprint or --without-gnomeprint was given.
3338 if test "${with_gnomeprint+set}" = set; then
3339 withval
="$with_gnomeprint"
3341 if test "$withval" = yes; then
3342 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=yes'
3344 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT=no'
3349 LINE
=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}`
3350 if test "x$LINE" != x
; then
3351 eval "DEFAULT_$LINE"
3356 ac_cv_use_gnomeprint
='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT
3360 eval "$ac_cv_use_gnomeprint"
3361 if test "$no_cache" != 1; then
3362 echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp
3365 if test "$wxUSE_LIBGNOMEPRINT" = yes; then
3366 echo "$as_me:$LINENO: result: yes" >&5
3367 echo "${ECHO_T}yes" >&6
3369 echo "$as_me:$LINENO: result: no" >&5
3370 echo "${ECHO_T}no" >&6
3375 echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
3376 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6
3379 # Check whether --with-gnomevfs or --without-gnomevfs was given.
3380 if test "${with_gnomevfs+set}" = set; then
3381 withval
="$with_gnomevfs"
3383 if test "$withval" = yes; then
3384 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS=yes'
3386 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS=no'
3391 LINE
=`grep "wxUSE_LIBGNOMEVFS" ${wx_arg_cache_file}`
3392 if test "x$LINE" != x
; then
3393 eval "DEFAULT_$LINE"
3398 ac_cv_use_gnomevfs
='wxUSE_LIBGNOMEVFS='$DEFAULT_wxUSE_LIBGNOMEVFS
3402 eval "$ac_cv_use_gnomevfs"
3403 if test "$no_cache" != 1; then
3404 echo $ac_cv_use_gnomevfs >> ${wx_arg_cache_file}.tmp
3407 if test "$wxUSE_LIBGNOMEVFS" = yes; then
3408 echo "$as_me:$LINENO: result: yes" >&5
3409 echo "${ECHO_T}yes" >&6
3411 echo "$as_me:$LINENO: result: no" >&5
3412 echo "${ECHO_T}no" >&6
3417 echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
3418 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6
3421 # Check whether --with-hildon or --without-hildon was given.
3422 if test "${with_hildon+set}" = set; then
3423 withval
="$with_hildon"
3425 if test "$withval" = yes; then
3426 ac_cv_use_hildon
='wxUSE_LIBHILDON=yes'
3428 ac_cv_use_hildon
='wxUSE_LIBHILDON=no'
3433 LINE
=`grep "wxUSE_LIBHILDON" ${wx_arg_cache_file}`
3434 if test "x$LINE" != x
; then
3435 eval "DEFAULT_$LINE"
3440 ac_cv_use_hildon
='wxUSE_LIBHILDON='$DEFAULT_wxUSE_LIBHILDON
3444 eval "$ac_cv_use_hildon"
3445 if test "$no_cache" != 1; then
3446 echo $ac_cv_use_hildon >> ${wx_arg_cache_file}.tmp
3449 if test "$wxUSE_LIBHILDON" = yes; then
3450 echo "$as_me:$LINENO: result: yes" >&5
3451 echo "${ECHO_T}yes" >&6
3453 echo "$as_me:$LINENO: result: no" >&5
3454 echo "${ECHO_T}no" >&6
3459 echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
3460 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6
3463 # Check whether --with-opengl or --without-opengl was given.
3464 if test "${with_opengl+set}" = set; then
3465 withval
="$with_opengl"
3467 if test "$withval" = yes; then
3468 ac_cv_use_opengl
='wxUSE_OPENGL=yes'
3470 ac_cv_use_opengl
='wxUSE_OPENGL=no'
3475 LINE
=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
3476 if test "x$LINE" != x
; then
3477 eval "DEFAULT_$LINE"
3482 ac_cv_use_opengl
='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
3486 eval "$ac_cv_use_opengl"
3487 if test "$no_cache" != 1; then
3488 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
3491 if test "$wxUSE_OPENGL" = yes; then
3492 echo "$as_me:$LINENO: result: yes" >&5
3493 echo "${ECHO_T}yes" >&6
3495 echo "$as_me:$LINENO: result: no" >&5
3496 echo "${ECHO_T}no" >&6
3500 if test "$wxUSE_UNIVERSAL" = "yes"; then
3502 # Check whether --with-themes or --without-themes was given.
3503 if test "${with_themes+set}" = set; then
3504 withval
="$with_themes"
3505 wxUNIV_THEMES
="$withval"
3513 echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
3514 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6
3517 # Check whether --with-dmalloc or --without-dmalloc was given.
3518 if test "${with_dmalloc+set}" = set; then
3519 withval
="$with_dmalloc"
3521 if test "$withval" = yes; then
3522 ac_cv_use_dmalloc
='wxUSE_DMALLOC=yes'
3524 ac_cv_use_dmalloc
='wxUSE_DMALLOC=no'
3529 LINE
=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
3530 if test "x$LINE" != x
; then
3531 eval "DEFAULT_$LINE"
3536 ac_cv_use_dmalloc
='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
3540 eval "$ac_cv_use_dmalloc"
3541 if test "$no_cache" != 1; then
3542 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
3545 if test "$wxUSE_DMALLOC" = yes; then
3546 echo "$as_me:$LINENO: result: yes" >&5
3547 echo "${ECHO_T}yes" >&6
3549 echo "$as_me:$LINENO: result: no" >&5
3550 echo "${ECHO_T}no" >&6
3554 echo "$as_me:$LINENO: checking for --with-regex" >&5
3555 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3558 # Check whether --with-regex or --without-regex was given.
3559 if test "${with_regex+set}" = set; then
3560 withval
="$with_regex"
3562 if test "$withval" = yes; then
3563 ac_cv_use_regex
='wxUSE_REGEX=yes'
3564 elif test "$withval" = no
; then
3565 ac_cv_use_regex
='wxUSE_REGEX=no'
3566 elif test "$withval" = sys
; then
3567 ac_cv_use_regex
='wxUSE_REGEX=sys'
3568 elif test "$withval" = builtin; then
3569 ac_cv_use_regex
='wxUSE_REGEX=builtin'
3571 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3572 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3573 { (exit 1); exit 1; }; }
3578 LINE
=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
3579 if test "x$LINE" != x
; then
3580 eval "DEFAULT_$LINE"
3585 ac_cv_use_regex
='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3589 eval "$ac_cv_use_regex"
3590 if test "$no_cache" != 1; then
3591 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
3594 if test "$wxUSE_REGEX" = yes; then
3595 echo "$as_me:$LINENO: result: yes" >&5
3596 echo "${ECHO_T}yes" >&6
3597 elif test "$wxUSE_REGEX" = no
; then
3598 echo "$as_me:$LINENO: result: no" >&5
3599 echo "${ECHO_T}no" >&6
3600 elif test "$wxUSE_REGEX" = sys
; then
3601 echo "$as_me:$LINENO: result: system version" >&5
3602 echo "${ECHO_T}system version" >&6
3603 elif test "$wxUSE_REGEX" = builtin; then
3604 echo "$as_me:$LINENO: result: builtin version" >&5
3605 echo "${ECHO_T}builtin version" >&6
3607 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
3608 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
3609 { (exit 1); exit 1; }; }
3613 echo "$as_me:$LINENO: checking for --with-zlib" >&5
3614 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
3617 # Check whether --with-zlib or --without-zlib was given.
3618 if test "${with_zlib+set}" = set; then
3619 withval
="$with_zlib"
3621 if test "$withval" = yes; then
3622 ac_cv_use_zlib
='wxUSE_ZLIB=yes'
3623 elif test "$withval" = no
; then
3624 ac_cv_use_zlib
='wxUSE_ZLIB=no'
3625 elif test "$withval" = sys
; then
3626 ac_cv_use_zlib
='wxUSE_ZLIB=sys'
3627 elif test "$withval" = builtin; then
3628 ac_cv_use_zlib
='wxUSE_ZLIB=builtin'
3630 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3631 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3632 { (exit 1); exit 1; }; }
3637 LINE
=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
3638 if test "x$LINE" != x
; then
3639 eval "DEFAULT_$LINE"
3644 ac_cv_use_zlib
='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
3648 eval "$ac_cv_use_zlib"
3649 if test "$no_cache" != 1; then
3650 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
3653 if test "$wxUSE_ZLIB" = yes; then
3654 echo "$as_me:$LINENO: result: yes" >&5
3655 echo "${ECHO_T}yes" >&6
3656 elif test "$wxUSE_ZLIB" = no
; then
3657 echo "$as_me:$LINENO: result: no" >&5
3658 echo "${ECHO_T}no" >&6
3659 elif test "$wxUSE_ZLIB" = sys
; then
3660 echo "$as_me:$LINENO: result: system version" >&5
3661 echo "${ECHO_T}system version" >&6
3662 elif test "$wxUSE_ZLIB" = builtin; then
3663 echo "$as_me:$LINENO: result: builtin version" >&5
3664 echo "${ECHO_T}builtin version" >&6
3666 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
3667 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
3668 { (exit 1); exit 1; }; }
3672 echo "$as_me:$LINENO: checking for --with-odbc" >&5
3673 echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
3676 # Check whether --with-odbc or --without-odbc was given.
3677 if test "${with_odbc+set}" = set; then
3678 withval
="$with_odbc"
3680 if test "$withval" = yes; then
3681 ac_cv_use_odbc
='wxUSE_ODBC=yes'
3682 elif test "$withval" = no
; then
3683 ac_cv_use_odbc
='wxUSE_ODBC=no'
3684 elif test "$withval" = sys
; then
3685 ac_cv_use_odbc
='wxUSE_ODBC=sys'
3686 elif test "$withval" = builtin; then
3687 ac_cv_use_odbc
='wxUSE_ODBC=builtin'
3689 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3690 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3691 { (exit 1); exit 1; }; }
3696 LINE
=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
3697 if test "x$LINE" != x
; then
3698 eval "DEFAULT_$LINE"
3703 ac_cv_use_odbc
='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
3707 eval "$ac_cv_use_odbc"
3708 if test "$no_cache" != 1; then
3709 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3712 if test "$wxUSE_ODBC" = yes; then
3713 echo "$as_me:$LINENO: result: yes" >&5
3714 echo "${ECHO_T}yes" >&6
3715 elif test "$wxUSE_ODBC" = no
; then
3716 echo "$as_me:$LINENO: result: no" >&5
3717 echo "${ECHO_T}no" >&6
3718 elif test "$wxUSE_ODBC" = sys
; then
3719 echo "$as_me:$LINENO: result: system version" >&5
3720 echo "${ECHO_T}system version" >&6
3721 elif test "$wxUSE_ODBC" = builtin; then
3722 echo "$as_me:$LINENO: result: builtin version" >&5
3723 echo "${ECHO_T}builtin version" >&6
3725 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3726 echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3727 { (exit 1); exit 1; }; }
3731 echo "$as_me:$LINENO: checking for --with-expat" >&5
3732 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3735 # Check whether --with-expat or --without-expat was given.
3736 if test "${with_expat+set}" = set; then
3737 withval
="$with_expat"
3739 if test "$withval" = yes; then
3740 ac_cv_use_expat
='wxUSE_EXPAT=yes'
3741 elif test "$withval" = no
; then
3742 ac_cv_use_expat
='wxUSE_EXPAT=no'
3743 elif test "$withval" = sys
; then
3744 ac_cv_use_expat
='wxUSE_EXPAT=sys'
3745 elif test "$withval" = builtin; then
3746 ac_cv_use_expat
='wxUSE_EXPAT=builtin'
3748 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3749 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3750 { (exit 1); exit 1; }; }
3755 LINE
=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3756 if test "x$LINE" != x
; then
3757 eval "DEFAULT_$LINE"
3762 ac_cv_use_expat
='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3766 eval "$ac_cv_use_expat"
3767 if test "$no_cache" != 1; then
3768 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3771 if test "$wxUSE_EXPAT" = yes; then
3772 echo "$as_me:$LINENO: result: yes" >&5
3773 echo "${ECHO_T}yes" >&6
3774 elif test "$wxUSE_EXPAT" = no
; then
3775 echo "$as_me:$LINENO: result: no" >&5
3776 echo "${ECHO_T}no" >&6
3777 elif test "$wxUSE_EXPAT" = sys
; then
3778 echo "$as_me:$LINENO: result: system version" >&5
3779 echo "${ECHO_T}system version" >&6
3780 elif test "$wxUSE_EXPAT" = builtin; then
3781 echo "$as_me:$LINENO: result: builtin version" >&5
3782 echo "${ECHO_T}builtin version" >&6
3784 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3785 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3786 { (exit 1); exit 1; }; }
3793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3794 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
3796 # Check whether --enable-shared or --disable-shared was given.
3797 if test "${enable_shared+set}" = set; then
3798 enableval
="$enable_shared"
3800 if test "$enableval" = yes; then
3801 ac_cv_use_shared
='wxUSE_SHARED=yes'
3803 ac_cv_use_shared
='wxUSE_SHARED=no'
3808 LINE
=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3809 if test "x$LINE" != x
; then
3810 eval "DEFAULT_$LINE"
3815 ac_cv_use_shared
='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
3819 eval "$ac_cv_use_shared"
3820 if test "$no_cache" != 1; then
3821 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3824 if test "$wxUSE_SHARED" = yes; then
3825 echo "$as_me:$LINENO: result: yes" >&5
3826 echo "${ECHO_T}yes" >&6
3828 echo "$as_me:$LINENO: result: no" >&5
3829 echo "${ECHO_T}no" >&6
3834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3835 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
3837 # Check whether --enable-optimise or --disable-optimise was given.
3838 if test "${enable_optimise+set}" = set; then
3839 enableval
="$enable_optimise"
3841 if test "$enableval" = yes; then
3842 ac_cv_use_optimise
='wxUSE_OPTIMISE=yes'
3844 ac_cv_use_optimise
='wxUSE_OPTIMISE=no'
3849 LINE
=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3850 if test "x$LINE" != x
; then
3851 eval "DEFAULT_$LINE"
3856 ac_cv_use_optimise
='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
3860 eval "$ac_cv_use_optimise"
3861 if test "$no_cache" != 1; then
3862 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3865 if test "$wxUSE_OPTIMISE" = yes; then
3866 echo "$as_me:$LINENO: result: yes" >&5
3867 echo "${ECHO_T}yes" >&6
3869 echo "$as_me:$LINENO: result: no" >&5
3870 echo "${ECHO_T}no" >&6
3875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3876 echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
3878 # Check whether --enable-debug or --disable-debug was given.
3879 if test "${enable_debug+set}" = set; then
3880 enableval
="$enable_debug"
3882 if test "$enableval" = yes; then
3883 ac_cv_use_debug
='wxUSE_DEBUG=yes'
3885 ac_cv_use_debug
='wxUSE_DEBUG=no'
3890 LINE
=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3891 if test "x$LINE" != x
; then
3892 eval "DEFAULT_$LINE"
3897 ac_cv_use_debug
='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
3901 eval "$ac_cv_use_debug"
3902 if test "$no_cache" != 1; then
3903 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3906 if test "$wxUSE_DEBUG" = yes; then
3907 echo "$as_me:$LINENO: result: yes" >&5
3908 echo "${ECHO_T}yes" >&6
3910 echo "$as_me:$LINENO: result: no" >&5
3911 echo "${ECHO_T}no" >&6
3916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3917 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3919 # Check whether --enable-stl or --disable-stl was given.
3920 if test "${enable_stl+set}" = set; then
3921 enableval
="$enable_stl"
3923 if test "$enableval" = yes; then
3924 ac_cv_use_stl
='wxUSE_STL=yes'
3926 ac_cv_use_stl
='wxUSE_STL=no'
3931 LINE
=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3932 if test "x$LINE" != x
; then
3933 eval "DEFAULT_$LINE"
3938 ac_cv_use_stl
='wxUSE_STL='$DEFAULT_wxUSE_STL
3942 eval "$ac_cv_use_stl"
3943 if test "$no_cache" != 1; then
3944 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3947 if test "$wxUSE_STL" = yes; then
3948 echo "$as_me:$LINENO: result: yes" >&5
3949 echo "${ECHO_T}yes" >&6
3951 echo "$as_me:$LINENO: result: no" >&5
3952 echo "${ECHO_T}no" >&6
3955 if test "$USE_OS2" = "1"; then
3956 DEFAULT_wxUSE_OMF
=no
3959 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
3960 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6
3962 # Check whether --enable-omf or --disable-omf was given.
3963 if test "${enable_omf+set}" = set; then
3964 enableval
="$enable_omf"
3966 if test "$enableval" = yes; then
3967 ac_cv_use_omf
='wxUSE_OMF=yes'
3969 ac_cv_use_omf
='wxUSE_OMF=no'
3974 LINE
=`grep "wxUSE_OMF" ${wx_arg_cache_file}`
3975 if test "x$LINE" != x
; then
3976 eval "DEFAULT_$LINE"
3981 ac_cv_use_omf
='wxUSE_OMF='$DEFAULT_wxUSE_OMF
3985 eval "$ac_cv_use_omf"
3986 if test "$no_cache" != 1; then
3987 echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp
3990 if test "$wxUSE_OMF" = yes; then
3991 echo "$as_me:$LINENO: result: yes" >&5
3992 echo "${ECHO_T}yes" >&6
3994 echo "$as_me:$LINENO: result: no" >&5
3995 echo "${ECHO_T}no" >&6
4000 if test "$wxUSE_DEBUG" = "yes"; then
4001 DEFAULT_wxUSE_DEBUG_FLAG
=yes
4002 DEFAULT_wxUSE_DEBUG_INFO
=yes
4004 elif test "$wxUSE_DEBUG" = "no"; then
4005 DEFAULT_wxUSE_DEBUG_FLAG
=no
4006 DEFAULT_wxUSE_DEBUG_INFO
=no
4012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4013 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
4015 # Check whether --enable-debug_flag or --disable-debug_flag was given.
4016 if test "${enable_debug_flag+set}" = set; then
4017 enableval
="$enable_debug_flag"
4019 if test "$enableval" = yes; then
4020 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=yes'
4022 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG=no'
4027 LINE
=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
4028 if test "x$LINE" != x
; then
4029 eval "DEFAULT_$LINE"
4034 ac_cv_use_debug_flag
='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
4038 eval "$ac_cv_use_debug_flag"
4039 if test "$no_cache" != 1; then
4040 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
4043 if test "$wxUSE_DEBUG_FLAG" = yes; then
4044 echo "$as_me:$LINENO: result: yes" >&5
4045 echo "${ECHO_T}yes" >&6
4047 echo "$as_me:$LINENO: result: no" >&5
4048 echo "${ECHO_T}no" >&6
4053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4054 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
4056 # Check whether --enable-debug_info or --disable-debug_info was given.
4057 if test "${enable_debug_info+set}" = set; then
4058 enableval
="$enable_debug_info"
4060 if test "$enableval" = yes; then
4061 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=yes'
4063 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO=no'
4068 LINE
=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
4069 if test "x$LINE" != x
; then
4070 eval "DEFAULT_$LINE"
4075 ac_cv_use_debug_info
='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
4079 eval "$ac_cv_use_debug_info"
4080 if test "$no_cache" != 1; then
4081 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
4084 if test "$wxUSE_DEBUG_INFO" = yes; then
4085 echo "$as_me:$LINENO: result: yes" >&5
4086 echo "${ECHO_T}yes" >&6
4088 echo "$as_me:$LINENO: result: no" >&5
4089 echo "${ECHO_T}no" >&6
4094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4095 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
4097 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
4098 if test "${enable_debug_gdb+set}" = set; then
4099 enableval
="$enable_debug_gdb"
4101 if test "$enableval" = yes; then
4102 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=yes'
4104 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB=no'
4109 LINE
=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
4110 if test "x$LINE" != x
; then
4111 eval "DEFAULT_$LINE"
4116 ac_cv_use_debug_gdb
='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
4120 eval "$ac_cv_use_debug_gdb"
4121 if test "$no_cache" != 1; then
4122 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
4125 if test "$wxUSE_DEBUG_GDB" = yes; then
4126 echo "$as_me:$LINENO: result: yes" >&5
4127 echo "${ECHO_T}yes" >&6
4129 echo "$as_me:$LINENO: result: no" >&5
4130 echo "${ECHO_T}no" >&6
4135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4136 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
4138 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
4139 if test "${enable_debug_cntxt+set}" = set; then
4140 enableval
="$enable_debug_cntxt"
4142 if test "$enableval" = yes; then
4143 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=yes'
4145 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT=no'
4150 LINE
=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
4151 if test "x$LINE" != x
; then
4152 eval "DEFAULT_$LINE"
4157 ac_cv_use_debug_cntxt
='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
4161 eval "$ac_cv_use_debug_cntxt"
4162 if test "$no_cache" != 1; then
4163 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
4166 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
4167 echo "$as_me:$LINENO: result: yes" >&5
4168 echo "${ECHO_T}yes" >&6
4170 echo "$as_me:$LINENO: result: no" >&5
4171 echo "${ECHO_T}no" >&6
4176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4177 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
4179 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
4180 if test "${enable_mem_tracing+set}" = set; then
4181 enableval
="$enable_mem_tracing"
4183 if test "$enableval" = yes; then
4184 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=yes'
4186 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING=no'
4191 LINE
=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
4192 if test "x$LINE" != x
; then
4193 eval "DEFAULT_$LINE"
4198 ac_cv_use_mem_tracing
='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
4202 eval "$ac_cv_use_mem_tracing"
4203 if test "$no_cache" != 1; then
4204 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
4207 if test "$wxUSE_MEM_TRACING" = yes; then
4208 echo "$as_me:$LINENO: result: yes" >&5
4209 echo "${ECHO_T}yes" >&6
4211 echo "$as_me:$LINENO: result: no" >&5
4212 echo "${ECHO_T}no" >&6
4217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
4218 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
4220 # Check whether --enable-profile or --disable-profile was given.
4221 if test "${enable_profile+set}" = set; then
4222 enableval
="$enable_profile"
4224 if test "$enableval" = yes; then
4225 ac_cv_use_profile
='wxUSE_PROFILE=yes'
4227 ac_cv_use_profile
='wxUSE_PROFILE=no'
4232 LINE
=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
4233 if test "x$LINE" != x
; then
4234 eval "DEFAULT_$LINE"
4239 ac_cv_use_profile
='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
4243 eval "$ac_cv_use_profile"
4244 if test "$no_cache" != 1; then
4245 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
4248 if test "$wxUSE_PROFILE" = yes; then
4249 echo "$as_me:$LINENO: result: yes" >&5
4250 echo "${ECHO_T}yes" >&6
4252 echo "$as_me:$LINENO: result: no" >&5
4253 echo "${ECHO_T}no" >&6
4258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
4259 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
4261 # Check whether --enable-no_rtti or --disable-no_rtti was given.
4262 if test "${enable_no_rtti+set}" = set; then
4263 enableval
="$enable_no_rtti"
4265 if test "$enableval" = yes; then
4266 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=yes'
4268 ac_cv_use_no_rtti
='wxUSE_NO_RTTI=no'
4273 LINE
=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
4274 if test "x$LINE" != x
; then
4275 eval "DEFAULT_$LINE"
4280 ac_cv_use_no_rtti
='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
4284 eval "$ac_cv_use_no_rtti"
4285 if test "$no_cache" != 1; then
4286 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
4289 if test "$wxUSE_NO_RTTI" = yes; then
4290 echo "$as_me:$LINENO: result: yes" >&5
4291 echo "${ECHO_T}yes" >&6
4293 echo "$as_me:$LINENO: result: no" >&5
4294 echo "${ECHO_T}no" >&6
4299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
4300 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
4302 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
4303 if test "${enable_no_exceptions+set}" = set; then
4304 enableval
="$enable_no_exceptions"
4306 if test "$enableval" = yes; then
4307 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=yes'
4309 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS=no'
4314 LINE
=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
4315 if test "x$LINE" != x
; then
4316 eval "DEFAULT_$LINE"
4321 ac_cv_use_no_exceptions
='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
4325 eval "$ac_cv_use_no_exceptions"
4326 if test "$no_cache" != 1; then
4327 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
4330 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
4331 echo "$as_me:$LINENO: result: yes" >&5
4332 echo "${ECHO_T}yes" >&6
4334 echo "$as_me:$LINENO: result: no" >&5
4335 echo "${ECHO_T}no" >&6
4340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
4341 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
4343 # Check whether --enable-permissive or --disable-permissive was given.
4344 if test "${enable_permissive+set}" = set; then
4345 enableval
="$enable_permissive"
4347 if test "$enableval" = yes; then
4348 ac_cv_use_permissive
='wxUSE_PERMISSIVE=yes'
4350 ac_cv_use_permissive
='wxUSE_PERMISSIVE=no'
4355 LINE
=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
4356 if test "x$LINE" != x
; then
4357 eval "DEFAULT_$LINE"
4362 ac_cv_use_permissive
='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
4366 eval "$ac_cv_use_permissive"
4367 if test "$no_cache" != 1; then
4368 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
4371 if test "$wxUSE_PERMISSIVE" = yes; then
4372 echo "$as_me:$LINENO: result: yes" >&5
4373 echo "${ECHO_T}yes" >&6
4375 echo "$as_me:$LINENO: result: no" >&5
4376 echo "${ECHO_T}no" >&6
4381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
4382 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
4384 # Check whether --enable-no_deps or --disable-no_deps was given.
4385 if test "${enable_no_deps+set}" = set; then
4386 enableval
="$enable_no_deps"
4388 if test "$enableval" = yes; then
4389 ac_cv_use_no_deps
='wxUSE_NO_DEPS=yes'
4391 ac_cv_use_no_deps
='wxUSE_NO_DEPS=no'
4396 LINE
=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
4397 if test "x$LINE" != x
; then
4398 eval "DEFAULT_$LINE"
4403 ac_cv_use_no_deps
='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
4407 eval "$ac_cv_use_no_deps"
4408 if test "$no_cache" != 1; then
4409 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
4412 if test "$wxUSE_NO_DEPS" = yes; then
4413 echo "$as_me:$LINENO: result: yes" >&5
4414 echo "${ECHO_T}yes" >&6
4416 echo "$as_me:$LINENO: result: no" >&5
4417 echo "${ECHO_T}no" >&6
4422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
4423 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6
4425 # Check whether --enable-universal_binary or --disable-universal_binary was given.
4426 if test "${enable_universal_binary+set}" = set; then
4427 enableval
="$enable_universal_binary"
4429 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY='$enableval'"
4433 LINE
=`grep "wxUSE_UNIVERSAL_BINARY" ${wx_arg_cache_file}`
4434 if test "x$LINE" != x
; then
4435 eval "DEFAULT_$LINE"
4436 wx_cv_use_universal_binary
='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
4439 wx_cv_use_universal_binary
="wxUSE_UNIVERSAL_BINARY=no"
4444 eval "$wx_cv_use_universal_binary"
4445 if test "$no_cache" != 1; then
4446 echo $wx_cv_use_universal_binary >> ${wx_arg_cache_file}.tmp
4449 echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
4450 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6
4455 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
4456 echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
4458 # Check whether --enable-compat24 or --disable-compat24 was given.
4459 if test "${enable_compat24+set}" = set; then
4460 enableval
="$enable_compat24"
4462 if test "$enableval" = yes; then
4463 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=yes'
4465 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4=no'
4470 LINE
=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
4471 if test "x$LINE" != x
; then
4472 eval "DEFAULT_$LINE"
4477 ac_cv_use_compat24
='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
4481 eval "$ac_cv_use_compat24"
4482 if test "$no_cache" != 1; then
4483 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
4486 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
4487 echo "$as_me:$LINENO: result: yes" >&5
4488 echo "${ECHO_T}yes" >&6
4490 echo "$as_me:$LINENO: result: no" >&5
4491 echo "${ECHO_T}no" >&6
4495 enablestring
=disable
4496 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
4497 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6
4499 # Check whether --enable-compat26 or --disable-compat26 was given.
4500 if test "${enable_compat26+set}" = set; then
4501 enableval
="$enable_compat26"
4503 if test "$enableval" = yes; then
4504 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=yes'
4506 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6=no'
4511 LINE
=`grep "WXWIN_COMPATIBILITY_2_6" ${wx_arg_cache_file}`
4512 if test "x$LINE" != x
; then
4513 eval "DEFAULT_$LINE"
4518 ac_cv_use_compat26
='WXWIN_COMPATIBILITY_2_6='$DEFAULT_WXWIN_COMPATIBILITY_2_6
4522 eval "$ac_cv_use_compat26"
4523 if test "$no_cache" != 1; then
4524 echo $ac_cv_use_compat26 >> ${wx_arg_cache_file}.tmp
4527 if test "$WXWIN_COMPATIBILITY_2_6" = yes; then
4528 echo "$as_me:$LINENO: result: yes" >&5
4529 echo "${ECHO_T}yes" >&6
4531 echo "$as_me:$LINENO: result: no" >&5
4532 echo "${ECHO_T}no" >&6
4538 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
4539 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6
4541 # Check whether --enable-rpath or --disable-rpath was given.
4542 if test "${enable_rpath+set}" = set; then
4543 enableval
="$enable_rpath"
4545 if test "$enableval" = yes; then
4546 ac_cv_use_rpath
='wxUSE_RPATH=yes'
4548 ac_cv_use_rpath
='wxUSE_RPATH=no'
4553 LINE
=`grep "wxUSE_RPATH" ${wx_arg_cache_file}`
4554 if test "x$LINE" != x
; then
4555 eval "DEFAULT_$LINE"
4560 ac_cv_use_rpath
='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH
4564 eval "$ac_cv_use_rpath"
4565 if test "$no_cache" != 1; then
4566 echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp
4569 if test "$wxUSE_RPATH" = yes; then
4570 echo "$as_me:$LINENO: result: yes" >&5
4571 echo "${ECHO_T}yes" >&6
4573 echo "$as_me:$LINENO: result: no" >&5
4574 echo "${ECHO_T}no" >&6
4582 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
4583 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
4585 # Check whether --enable-intl or --disable-intl was given.
4586 if test "${enable_intl+set}" = set; then
4587 enableval
="$enable_intl"
4589 if test "$enableval" = yes; then
4590 ac_cv_use_intl
='wxUSE_INTL=yes'
4592 ac_cv_use_intl
='wxUSE_INTL=no'
4597 LINE
=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
4598 if test "x$LINE" != x
; then
4599 eval "DEFAULT_$LINE"
4604 ac_cv_use_intl
='wxUSE_INTL='$DEFAULT_wxUSE_INTL
4608 eval "$ac_cv_use_intl"
4609 if test "$no_cache" != 1; then
4610 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
4613 if test "$wxUSE_INTL" = yes; then
4614 echo "$as_me:$LINENO: result: yes" >&5
4615 echo "${ECHO_T}yes" >&6
4617 echo "$as_me:$LINENO: result: no" >&5
4618 echo "${ECHO_T}no" >&6
4623 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
4624 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
4626 # Check whether --enable-config or --disable-config was given.
4627 if test "${enable_config+set}" = set; then
4628 enableval
="$enable_config"
4630 if test "$enableval" = yes; then
4631 ac_cv_use_config
='wxUSE_CONFIG=yes'
4633 ac_cv_use_config
='wxUSE_CONFIG=no'
4638 LINE
=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
4639 if test "x$LINE" != x
; then
4640 eval "DEFAULT_$LINE"
4645 ac_cv_use_config
='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
4649 eval "$ac_cv_use_config"
4650 if test "$no_cache" != 1; then
4651 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
4654 if test "$wxUSE_CONFIG" = yes; then
4655 echo "$as_me:$LINENO: result: yes" >&5
4656 echo "${ECHO_T}yes" >&6
4658 echo "$as_me:$LINENO: result: no" >&5
4659 echo "${ECHO_T}no" >&6
4665 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
4666 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
4668 # Check whether --enable-protocols or --disable-protocols was given.
4669 if test "${enable_protocols+set}" = set; then
4670 enableval
="$enable_protocols"
4672 if test "$enableval" = yes; then
4673 ac_cv_use_protocols
='wxUSE_PROTOCOL=yes'
4675 ac_cv_use_protocols
='wxUSE_PROTOCOL=no'
4680 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
4681 if test "x$LINE" != x
; then
4682 eval "DEFAULT_$LINE"
4687 ac_cv_use_protocols
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4691 eval "$ac_cv_use_protocols"
4692 if test "$no_cache" != 1; then
4693 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
4696 if test "$wxUSE_PROTOCOL" = yes; then
4697 echo "$as_me:$LINENO: result: yes" >&5
4698 echo "${ECHO_T}yes" >&6
4700 echo "$as_me:$LINENO: result: no" >&5
4701 echo "${ECHO_T}no" >&6
4706 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
4707 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
4709 # Check whether --enable-ftp or --disable-ftp was given.
4710 if test "${enable_ftp+set}" = set; then
4711 enableval
="$enable_ftp"
4713 if test "$enableval" = yes; then
4714 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=yes'
4716 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP=no'
4721 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
4722 if test "x$LINE" != x
; then
4723 eval "DEFAULT_$LINE"
4728 ac_cv_use_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4732 eval "$ac_cv_use_ftp"
4733 if test "$no_cache" != 1; then
4734 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
4737 if test "$wxUSE_PROTOCOL_FTP" = yes; then
4738 echo "$as_me:$LINENO: result: yes" >&5
4739 echo "${ECHO_T}yes" >&6
4741 echo "$as_me:$LINENO: result: no" >&5
4742 echo "${ECHO_T}no" >&6
4747 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
4748 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
4750 # Check whether --enable-http or --disable-http was given.
4751 if test "${enable_http+set}" = set; then
4752 enableval
="$enable_http"
4754 if test "$enableval" = yes; then
4755 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=yes'
4757 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP=no'
4762 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
4763 if test "x$LINE" != x
; then
4764 eval "DEFAULT_$LINE"
4769 ac_cv_use_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4773 eval "$ac_cv_use_http"
4774 if test "$no_cache" != 1; then
4775 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
4778 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
4779 echo "$as_me:$LINENO: result: yes" >&5
4780 echo "${ECHO_T}yes" >&6
4782 echo "$as_me:$LINENO: result: no" >&5
4783 echo "${ECHO_T}no" >&6
4788 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4789 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
4791 # Check whether --enable-fileproto or --disable-fileproto was given.
4792 if test "${enable_fileproto+set}" = set; then
4793 enableval
="$enable_fileproto"
4795 if test "$enableval" = yes; then
4796 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=yes'
4798 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE=no'
4803 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4804 if test "x$LINE" != x
; then
4805 eval "DEFAULT_$LINE"
4810 ac_cv_use_fileproto
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4814 eval "$ac_cv_use_fileproto"
4815 if test "$no_cache" != 1; then
4816 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4819 if test "$wxUSE_PROTOCOL_FILE" = yes; then
4820 echo "$as_me:$LINENO: result: yes" >&5
4821 echo "${ECHO_T}yes" >&6
4823 echo "$as_me:$LINENO: result: no" >&5
4824 echo "${ECHO_T}no" >&6
4829 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4830 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
4832 # Check whether --enable-sockets or --disable-sockets was given.
4833 if test "${enable_sockets+set}" = set; then
4834 enableval
="$enable_sockets"
4836 if test "$enableval" = yes; then
4837 ac_cv_use_sockets
='wxUSE_SOCKETS=yes'
4839 ac_cv_use_sockets
='wxUSE_SOCKETS=no'
4844 LINE
=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4845 if test "x$LINE" != x
; then
4846 eval "DEFAULT_$LINE"
4851 ac_cv_use_sockets
='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
4855 eval "$ac_cv_use_sockets"
4856 if test "$no_cache" != 1; then
4857 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4860 if test "$wxUSE_SOCKETS" = yes; then
4861 echo "$as_me:$LINENO: result: yes" >&5
4862 echo "${ECHO_T}yes" >&6
4864 echo "$as_me:$LINENO: result: no" >&5
4865 echo "${ECHO_T}no" >&6
4870 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4871 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
4873 # Check whether --enable-ole or --disable-ole was given.
4874 if test "${enable_ole+set}" = set; then
4875 enableval
="$enable_ole"
4877 if test "$enableval" = yes; then
4878 ac_cv_use_ole
='wxUSE_OLE=yes'
4880 ac_cv_use_ole
='wxUSE_OLE=no'
4885 LINE
=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4886 if test "x$LINE" != x
; then
4887 eval "DEFAULT_$LINE"
4892 ac_cv_use_ole
='wxUSE_OLE='$DEFAULT_wxUSE_OLE
4896 eval "$ac_cv_use_ole"
4897 if test "$no_cache" != 1; then
4898 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4901 if test "$wxUSE_OLE" = yes; then
4902 echo "$as_me:$LINENO: result: yes" >&5
4903 echo "${ECHO_T}yes" >&6
4905 echo "$as_me:$LINENO: result: no" >&5
4906 echo "${ECHO_T}no" >&6
4911 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4912 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
4914 # Check whether --enable-dataobj or --disable-dataobj was given.
4915 if test "${enable_dataobj+set}" = set; then
4916 enableval
="$enable_dataobj"
4918 if test "$enableval" = yes; then
4919 ac_cv_use_dataobj
='wxUSE_DATAOBJ=yes'
4921 ac_cv_use_dataobj
='wxUSE_DATAOBJ=no'
4926 LINE
=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4927 if test "x$LINE" != x
; then
4928 eval "DEFAULT_$LINE"
4933 ac_cv_use_dataobj
='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
4937 eval "$ac_cv_use_dataobj"
4938 if test "$no_cache" != 1; then
4939 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4942 if test "$wxUSE_DATAOBJ" = yes; then
4943 echo "$as_me:$LINENO: result: yes" >&5
4944 echo "${ECHO_T}yes" >&6
4946 echo "$as_me:$LINENO: result: no" >&5
4947 echo "${ECHO_T}no" >&6
4953 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4954 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
4956 # Check whether --enable-ipc or --disable-ipc was given.
4957 if test "${enable_ipc+set}" = set; then
4958 enableval
="$enable_ipc"
4960 if test "$enableval" = yes; then
4961 ac_cv_use_ipc
='wxUSE_IPC=yes'
4963 ac_cv_use_ipc
='wxUSE_IPC=no'
4968 LINE
=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
4969 if test "x$LINE" != x
; then
4970 eval "DEFAULT_$LINE"
4975 ac_cv_use_ipc
='wxUSE_IPC='$DEFAULT_wxUSE_IPC
4979 eval "$ac_cv_use_ipc"
4980 if test "$no_cache" != 1; then
4981 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
4984 if test "$wxUSE_IPC" = yes; then
4985 echo "$as_me:$LINENO: result: yes" >&5
4986 echo "${ECHO_T}yes" >&6
4988 echo "$as_me:$LINENO: result: no" >&5
4989 echo "${ECHO_T}no" >&6
4995 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4996 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
4998 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4999 if test "${enable_apple_ieee+set}" = set; then
5000 enableval
="$enable_apple_ieee"
5002 if test "$enableval" = yes; then
5003 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=yes'
5005 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE=no'
5010 LINE
=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
5011 if test "x$LINE" != x
; then
5012 eval "DEFAULT_$LINE"
5017 ac_cv_use_apple_ieee
='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
5021 eval "$ac_cv_use_apple_ieee"
5022 if test "$no_cache" != 1; then
5023 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
5026 if test "$wxUSE_APPLE_IEEE" = yes; then
5027 echo "$as_me:$LINENO: result: yes" >&5
5028 echo "${ECHO_T}yes" >&6
5030 echo "$as_me:$LINENO: result: no" >&5
5031 echo "${ECHO_T}no" >&6
5036 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
5037 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6
5039 # Check whether --enable-arcstream or --disable-arcstream was given.
5040 if test "${enable_arcstream+set}" = set; then
5041 enableval
="$enable_arcstream"
5043 if test "$enableval" = yes; then
5044 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=yes'
5046 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS=no'
5051 LINE
=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}`
5052 if test "x$LINE" != x
; then
5053 eval "DEFAULT_$LINE"
5058 ac_cv_use_arcstream
='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS
5062 eval "$ac_cv_use_arcstream"
5063 if test "$no_cache" != 1; then
5064 echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp
5067 if test "$wxUSE_ARCHIVE_STREAMS" = yes; then
5068 echo "$as_me:$LINENO: result: yes" >&5
5069 echo "${ECHO_T}yes" >&6
5071 echo "$as_me:$LINENO: result: no" >&5
5072 echo "${ECHO_T}no" >&6
5077 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
5078 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6
5080 # Check whether --enable-backtrace or --disable-backtrace was given.
5081 if test "${enable_backtrace+set}" = set; then
5082 enableval
="$enable_backtrace"
5084 if test "$enableval" = yes; then
5085 ac_cv_use_backtrace
='wxUSE_STACKWALKER=yes'
5087 ac_cv_use_backtrace
='wxUSE_STACKWALKER=no'
5092 LINE
=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}`
5093 if test "x$LINE" != x
; then
5094 eval "DEFAULT_$LINE"
5099 ac_cv_use_backtrace
='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER
5103 eval "$ac_cv_use_backtrace"
5104 if test "$no_cache" != 1; then
5105 echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp
5108 if test "$wxUSE_STACKWALKER" = yes; then
5109 echo "$as_me:$LINENO: result: yes" >&5
5110 echo "${ECHO_T}yes" >&6
5112 echo "$as_me:$LINENO: result: no" >&5
5113 echo "${ECHO_T}no" >&6
5118 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5119 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
5121 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5122 if test "${enable_catch_segvs+set}" = set; then
5123 enableval
="$enable_catch_segvs"
5125 if test "$enableval" = yes; then
5126 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=yes'
5128 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION=no'
5133 LINE
=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5134 if test "x$LINE" != x
; then
5135 eval "DEFAULT_$LINE"
5140 ac_cv_use_catch_segvs
='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
5144 eval "$ac_cv_use_catch_segvs"
5145 if test "$no_cache" != 1; then
5146 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5149 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
5150 echo "$as_me:$LINENO: result: yes" >&5
5151 echo "${ECHO_T}yes" >&6
5153 echo "$as_me:$LINENO: result: no" >&5
5154 echo "${ECHO_T}no" >&6
5159 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
5160 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
5162 # Check whether --enable-cmdline or --disable-cmdline was given.
5163 if test "${enable_cmdline+set}" = set; then
5164 enableval
="$enable_cmdline"
5166 if test "$enableval" = yes; then
5167 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=yes'
5169 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER=no'
5174 LINE
=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
5175 if test "x$LINE" != x
; then
5176 eval "DEFAULT_$LINE"
5181 ac_cv_use_cmdline
='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
5185 eval "$ac_cv_use_cmdline"
5186 if test "$no_cache" != 1; then
5187 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
5190 if test "$wxUSE_CMDLINE_PARSER" = yes; then
5191 echo "$as_me:$LINENO: result: yes" >&5
5192 echo "${ECHO_T}yes" >&6
5194 echo "$as_me:$LINENO: result: no" >&5
5195 echo "${ECHO_T}no" >&6
5200 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
5201 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
5203 # Check whether --enable-datetime or --disable-datetime was given.
5204 if test "${enable_datetime+set}" = set; then
5205 enableval
="$enable_datetime"
5207 if test "$enableval" = yes; then
5208 ac_cv_use_datetime
='wxUSE_DATETIME=yes'
5210 ac_cv_use_datetime
='wxUSE_DATETIME=no'
5215 LINE
=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
5216 if test "x$LINE" != x
; then
5217 eval "DEFAULT_$LINE"
5222 ac_cv_use_datetime
='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
5226 eval "$ac_cv_use_datetime"
5227 if test "$no_cache" != 1; then
5228 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
5231 if test "$wxUSE_DATETIME" = yes; then
5232 echo "$as_me:$LINENO: result: yes" >&5
5233 echo "${ECHO_T}yes" >&6
5235 echo "$as_me:$LINENO: result: no" >&5
5236 echo "${ECHO_T}no" >&6
5241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
5242 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6
5244 # Check whether --enable-debugreport or --disable-debugreport was given.
5245 if test "${enable_debugreport+set}" = set; then
5246 enableval
="$enable_debugreport"
5248 if test "$enableval" = yes; then
5249 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=yes'
5251 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT=no'
5256 LINE
=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}`
5257 if test "x$LINE" != x
; then
5258 eval "DEFAULT_$LINE"
5263 ac_cv_use_debugreport
='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT
5267 eval "$ac_cv_use_debugreport"
5268 if test "$no_cache" != 1; then
5269 echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp
5272 if test "$wxUSE_DEBUGREPORT" = yes; then
5273 echo "$as_me:$LINENO: result: yes" >&5
5274 echo "${ECHO_T}yes" >&6
5276 echo "$as_me:$LINENO: result: no" >&5
5277 echo "${ECHO_T}no" >&6
5282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
5283 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
5285 # Check whether --enable-dialupman or --disable-dialupman was given.
5286 if test "${enable_dialupman+set}" = set; then
5287 enableval
="$enable_dialupman"
5289 if test "$enableval" = yes; then
5290 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=yes'
5292 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER=no'
5297 LINE
=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
5298 if test "x$LINE" != x
; then
5299 eval "DEFAULT_$LINE"
5304 ac_cv_use_dialupman
='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
5308 eval "$ac_cv_use_dialupman"
5309 if test "$no_cache" != 1; then
5310 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
5313 if test "$wxUSE_DIALUP_MANAGER" = yes; then
5314 echo "$as_me:$LINENO: result: yes" >&5
5315 echo "${ECHO_T}yes" >&6
5317 echo "$as_me:$LINENO: result: no" >&5
5318 echo "${ECHO_T}no" >&6
5323 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
5324 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
5326 # Check whether --enable-dynlib or --disable-dynlib was given.
5327 if test "${enable_dynlib+set}" = set; then
5328 enableval
="$enable_dynlib"
5330 if test "$enableval" = yes; then
5331 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=yes'
5333 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS=no'
5338 LINE
=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
5339 if test "x$LINE" != x
; then
5340 eval "DEFAULT_$LINE"
5345 ac_cv_use_dynlib
='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
5349 eval "$ac_cv_use_dynlib"
5350 if test "$no_cache" != 1; then
5351 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
5354 if test "$wxUSE_DYNLIB_CLASS" = yes; then
5355 echo "$as_me:$LINENO: result: yes" >&5
5356 echo "${ECHO_T}yes" >&6
5358 echo "$as_me:$LINENO: result: no" >&5
5359 echo "${ECHO_T}no" >&6
5364 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
5365 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
5367 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
5368 if test "${enable_dynamicloader+set}" = set; then
5369 enableval
="$enable_dynamicloader"
5371 if test "$enableval" = yes; then
5372 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=yes'
5374 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER=no'
5379 LINE
=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
5380 if test "x$LINE" != x
; then
5381 eval "DEFAULT_$LINE"
5386 ac_cv_use_dynamicloader
='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
5390 eval "$ac_cv_use_dynamicloader"
5391 if test "$no_cache" != 1; then
5392 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
5395 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
5396 echo "$as_me:$LINENO: result: yes" >&5
5397 echo "${ECHO_T}yes" >&6
5399 echo "$as_me:$LINENO: result: no" >&5
5400 echo "${ECHO_T}no" >&6
5405 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
5406 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6
5408 # Check whether --enable-exceptions or --disable-exceptions was given.
5409 if test "${enable_exceptions+set}" = set; then
5410 enableval
="$enable_exceptions"
5412 if test "$enableval" = yes; then
5413 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=yes'
5415 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS=no'
5420 LINE
=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}`
5421 if test "x$LINE" != x
; then
5422 eval "DEFAULT_$LINE"
5427 ac_cv_use_exceptions
='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS
5431 eval "$ac_cv_use_exceptions"
5432 if test "$no_cache" != 1; then
5433 echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp
5436 if test "$wxUSE_EXCEPTIONS" = yes; then
5437 echo "$as_me:$LINENO: result: yes" >&5
5438 echo "${ECHO_T}yes" >&6
5440 echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6
5446 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
5447 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
5449 # Check whether --enable-ffile or --disable-ffile was given.
5450 if test "${enable_ffile+set}" = set; then
5451 enableval
="$enable_ffile"
5453 if test "$enableval" = yes; then
5454 ac_cv_use_ffile
='wxUSE_FFILE=yes'
5456 ac_cv_use_ffile
='wxUSE_FFILE=no'
5461 LINE
=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
5462 if test "x$LINE" != x
; then
5463 eval "DEFAULT_$LINE"
5468 ac_cv_use_ffile
='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
5472 eval "$ac_cv_use_ffile"
5473 if test "$no_cache" != 1; then
5474 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
5477 if test "$wxUSE_FFILE" = yes; then
5478 echo "$as_me:$LINENO: result: yes" >&5
5479 echo "${ECHO_T}yes" >&6
5481 echo "$as_me:$LINENO: result: no" >&5
5482 echo "${ECHO_T}no" >&6
5487 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
5488 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
5490 # Check whether --enable-file or --disable-file was given.
5491 if test "${enable_file+set}" = set; then
5492 enableval
="$enable_file"
5494 if test "$enableval" = yes; then
5495 ac_cv_use_file
='wxUSE_FILE=yes'
5497 ac_cv_use_file
='wxUSE_FILE=no'
5502 LINE
=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
5503 if test "x$LINE" != x
; then
5504 eval "DEFAULT_$LINE"
5509 ac_cv_use_file
='wxUSE_FILE='$DEFAULT_wxUSE_FILE
5513 eval "$ac_cv_use_file"
5514 if test "$no_cache" != 1; then
5515 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
5518 if test "$wxUSE_FILE" = yes; then
5519 echo "$as_me:$LINENO: result: yes" >&5
5520 echo "${ECHO_T}yes" >&6
5522 echo "$as_me:$LINENO: result: no" >&5
5523 echo "${ECHO_T}no" >&6
5528 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5529 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
5531 # Check whether --enable-filesystem or --disable-filesystem was given.
5532 if test "${enable_filesystem+set}" = set; then
5533 enableval
="$enable_filesystem"
5535 if test "$enableval" = yes; then
5536 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=yes'
5538 ac_cv_use_filesystem
='wxUSE_FILESYSTEM=no'
5543 LINE
=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5544 if test "x$LINE" != x
; then
5545 eval "DEFAULT_$LINE"
5550 ac_cv_use_filesystem
='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
5554 eval "$ac_cv_use_filesystem"
5555 if test "$no_cache" != 1; then
5556 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5559 if test "$wxUSE_FILESYSTEM" = yes; then
5560 echo "$as_me:$LINENO: result: yes" >&5
5561 echo "${ECHO_T}yes" >&6
5563 echo "$as_me:$LINENO: result: no" >&5
5564 echo "${ECHO_T}no" >&6
5569 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
5570 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
5572 # Check whether --enable-fontmap or --disable-fontmap was given.
5573 if test "${enable_fontmap+set}" = set; then
5574 enableval
="$enable_fontmap"
5576 if test "$enableval" = yes; then
5577 ac_cv_use_fontmap
='wxUSE_FONTMAP=yes'
5579 ac_cv_use_fontmap
='wxUSE_FONTMAP=no'
5584 LINE
=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
5585 if test "x$LINE" != x
; then
5586 eval "DEFAULT_$LINE"
5591 ac_cv_use_fontmap
='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
5595 eval "$ac_cv_use_fontmap"
5596 if test "$no_cache" != 1; then
5597 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
5600 if test "$wxUSE_FONTMAP" = yes; then
5601 echo "$as_me:$LINENO: result: yes" >&5
5602 echo "${ECHO_T}yes" >&6
5604 echo "$as_me:$LINENO: result: no" >&5
5605 echo "${ECHO_T}no" >&6
5610 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
5611 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6
5613 # Check whether --enable-fs_archive or --disable-fs_archive was given.
5614 if test "${enable_fs_archive+set}" = set; then
5615 enableval
="$enable_fs_archive"
5617 if test "$enableval" = yes; then
5618 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE=yes'
5620 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE=no'
5625 LINE
=`grep "wxUSE_FS_ARCHIVE" ${wx_arg_cache_file}`
5626 if test "x$LINE" != x
; then
5627 eval "DEFAULT_$LINE"
5632 ac_cv_use_fs_archive
='wxUSE_FS_ARCHIVE='$DEFAULT_wxUSE_FS_ARCHIVE
5636 eval "$ac_cv_use_fs_archive"
5637 if test "$no_cache" != 1; then
5638 echo $ac_cv_use_fs_archive >> ${wx_arg_cache_file}.tmp
5641 if test "$wxUSE_FS_ARCHIVE" = yes; then
5642 echo "$as_me:$LINENO: result: yes" >&5
5643 echo "${ECHO_T}yes" >&6
5645 echo "$as_me:$LINENO: result: no" >&5
5646 echo "${ECHO_T}no" >&6
5651 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5652 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
5654 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5655 if test "${enable_fs_inet+set}" = set; then
5656 enableval
="$enable_fs_inet"
5658 if test "$enableval" = yes; then
5659 ac_cv_use_fs_inet
='wxUSE_FS_INET=yes'
5661 ac_cv_use_fs_inet
='wxUSE_FS_INET=no'
5666 LINE
=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5667 if test "x$LINE" != x
; then
5668 eval "DEFAULT_$LINE"
5673 ac_cv_use_fs_inet
='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
5677 eval "$ac_cv_use_fs_inet"
5678 if test "$no_cache" != 1; then
5679 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5682 if test "$wxUSE_FS_INET" = yes; then
5683 echo "$as_me:$LINENO: result: yes" >&5
5684 echo "${ECHO_T}yes" >&6
5686 echo "$as_me:$LINENO: result: no" >&5
5687 echo "${ECHO_T}no" >&6
5692 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5693 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
5695 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5696 if test "${enable_fs_zip+set}" = set; then
5697 enableval
="$enable_fs_zip"
5699 if test "$enableval" = yes; then
5700 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=yes'
5702 ac_cv_use_fs_zip
='wxUSE_FS_ZIP=no'
5707 LINE
=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5708 if test "x$LINE" != x
; then
5709 eval "DEFAULT_$LINE"
5714 ac_cv_use_fs_zip
='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
5718 eval "$ac_cv_use_fs_zip"
5719 if test "$no_cache" != 1; then
5720 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5723 if test "$wxUSE_FS_ZIP" = yes; then
5724 echo "$as_me:$LINENO: result: yes" >&5
5725 echo "${ECHO_T}yes" >&6
5727 echo "$as_me:$LINENO: result: no" >&5
5728 echo "${ECHO_T}no" >&6
5733 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
5734 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
5736 # Check whether --enable-geometry or --disable-geometry was given.
5737 if test "${enable_geometry+set}" = set; then
5738 enableval
="$enable_geometry"
5740 if test "$enableval" = yes; then
5741 ac_cv_use_geometry
='wxUSE_GEOMETRY=yes'
5743 ac_cv_use_geometry
='wxUSE_GEOMETRY=no'
5748 LINE
=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
5749 if test "x$LINE" != x
; then
5750 eval "DEFAULT_$LINE"
5755 ac_cv_use_geometry
='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
5759 eval "$ac_cv_use_geometry"
5760 if test "$no_cache" != 1; then
5761 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
5764 if test "$wxUSE_GEOMETRY" = yes; then
5765 echo "$as_me:$LINENO: result: yes" >&5
5766 echo "${ECHO_T}yes" >&6
5768 echo "$as_me:$LINENO: result: no" >&5
5769 echo "${ECHO_T}no" >&6
5774 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
5775 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
5777 # Check whether --enable-log or --disable-log was given.
5778 if test "${enable_log+set}" = set; then
5779 enableval
="$enable_log"
5781 if test "$enableval" = yes; then
5782 ac_cv_use_log
='wxUSE_LOG=yes'
5784 ac_cv_use_log
='wxUSE_LOG=no'
5789 LINE
=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
5790 if test "x$LINE" != x
; then
5791 eval "DEFAULT_$LINE"
5796 ac_cv_use_log
='wxUSE_LOG='$DEFAULT_wxUSE_LOG
5800 eval "$ac_cv_use_log"
5801 if test "$no_cache" != 1; then
5802 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
5805 if test "$wxUSE_LOG" = yes; then
5806 echo "$as_me:$LINENO: result: yes" >&5
5807 echo "${ECHO_T}yes" >&6
5809 echo "$as_me:$LINENO: result: no" >&5
5810 echo "${ECHO_T}no" >&6
5815 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
5816 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
5818 # Check whether --enable-longlong or --disable-longlong was given.
5819 if test "${enable_longlong+set}" = set; then
5820 enableval
="$enable_longlong"
5822 if test "$enableval" = yes; then
5823 ac_cv_use_longlong
='wxUSE_LONGLONG=yes'
5825 ac_cv_use_longlong
='wxUSE_LONGLONG=no'
5830 LINE
=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
5831 if test "x$LINE" != x
; then
5832 eval "DEFAULT_$LINE"
5837 ac_cv_use_longlong
='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
5841 eval "$ac_cv_use_longlong"
5842 if test "$no_cache" != 1; then
5843 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
5846 if test "$wxUSE_LONGLONG" = yes; then
5847 echo "$as_me:$LINENO: result: yes" >&5
5848 echo "${ECHO_T}yes" >&6
5850 echo "$as_me:$LINENO: result: no" >&5
5851 echo "${ECHO_T}no" >&6
5856 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5857 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
5859 # Check whether --enable-mimetype or --disable-mimetype was given.
5860 if test "${enable_mimetype+set}" = set; then
5861 enableval
="$enable_mimetype"
5863 if test "$enableval" = yes; then
5864 ac_cv_use_mimetype
='wxUSE_MIMETYPE=yes'
5866 ac_cv_use_mimetype
='wxUSE_MIMETYPE=no'
5871 LINE
=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5872 if test "x$LINE" != x
; then
5873 eval "DEFAULT_$LINE"
5878 ac_cv_use_mimetype
='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
5882 eval "$ac_cv_use_mimetype"
5883 if test "$no_cache" != 1; then
5884 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5887 if test "$wxUSE_MIMETYPE" = yes; then
5888 echo "$as_me:$LINENO: result: yes" >&5
5889 echo "${ECHO_T}yes" >&6
5891 echo "$as_me:$LINENO: result: no" >&5
5892 echo "${ECHO_T}no" >&6
5897 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5898 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
5900 # Check whether --enable-mslu or --disable-mslu was given.
5901 if test "${enable_mslu+set}" = set; then
5902 enableval
="$enable_mslu"
5904 if test "$enableval" = yes; then
5905 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=yes'
5907 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU=no'
5912 LINE
=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5913 if test "x$LINE" != x
; then
5914 eval "DEFAULT_$LINE"
5919 ac_cv_use_mslu
='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
5923 eval "$ac_cv_use_mslu"
5924 if test "$no_cache" != 1; then
5925 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5928 if test "$wxUSE_UNICODE_MSLU" = yes; then
5929 echo "$as_me:$LINENO: result: yes" >&5
5930 echo "${ECHO_T}yes" >&6
5932 echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6
5938 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5939 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
5941 # Check whether --enable-snglinst or --disable-snglinst was given.
5942 if test "${enable_snglinst+set}" = set; then
5943 enableval
="$enable_snglinst"
5945 if test "$enableval" = yes; then
5946 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=yes'
5948 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER=no'
5953 LINE
=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5954 if test "x$LINE" != x
; then
5955 eval "DEFAULT_$LINE"
5960 ac_cv_use_snglinst
='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
5964 eval "$ac_cv_use_snglinst"
5965 if test "$no_cache" != 1; then
5966 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5969 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
5970 echo "$as_me:$LINENO: result: yes" >&5
5971 echo "${ECHO_T}yes" >&6
5973 echo "$as_me:$LINENO: result: no" >&5
5974 echo "${ECHO_T}no" >&6
5979 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5980 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
5982 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5983 if test "${enable_std_iostreams+set}" = set; then
5984 enableval
="$enable_std_iostreams"
5986 if test "$enableval" = yes; then
5987 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=yes'
5989 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM=no'
5994 LINE
=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5995 if test "x$LINE" != x
; then
5996 eval "DEFAULT_$LINE"
6001 ac_cv_use_std_iostreams
='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
6005 eval "$ac_cv_use_std_iostreams"
6006 if test "$no_cache" != 1; then
6007 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
6010 if test "$wxUSE_STD_IOSTREAM" = yes; then
6011 echo "$as_me:$LINENO: result: yes" >&5
6012 echo "${ECHO_T}yes" >&6
6014 echo "$as_me:$LINENO: result: no" >&5
6015 echo "${ECHO_T}no" >&6
6020 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
6021 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6
6023 # Check whether --enable-std_string or --disable-std_string was given.
6024 if test "${enable_std_string+set}" = set; then
6025 enableval
="$enable_std_string"
6027 if test "$enableval" = yes; then
6028 ac_cv_use_std_string
='wxUSE_STD_STRING=yes'
6030 ac_cv_use_std_string
='wxUSE_STD_STRING=no'
6035 LINE
=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}`
6036 if test "x$LINE" != x
; then
6037 eval "DEFAULT_$LINE"
6042 ac_cv_use_std_string
='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING
6046 eval "$ac_cv_use_std_string"
6047 if test "$no_cache" != 1; then
6048 echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp
6051 if test "$wxUSE_STD_STRING" = yes; then
6052 echo "$as_me:$LINENO: result: yes" >&5
6053 echo "${ECHO_T}yes" >&6
6055 echo "$as_me:$LINENO: result: no" >&5
6056 echo "${ECHO_T}no" >&6
6061 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
6062 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6
6064 # Check whether --enable-stdpaths or --disable-stdpaths was given.
6065 if test "${enable_stdpaths+set}" = set; then
6066 enableval
="$enable_stdpaths"
6068 if test "$enableval" = yes; then
6069 ac_cv_use_stdpaths
='wxUSE_STDPATHS=yes'
6071 ac_cv_use_stdpaths
='wxUSE_STDPATHS=no'
6076 LINE
=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}`
6077 if test "x$LINE" != x
; then
6078 eval "DEFAULT_$LINE"
6083 ac_cv_use_stdpaths
='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS
6087 eval "$ac_cv_use_stdpaths"
6088 if test "$no_cache" != 1; then
6089 echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp
6092 if test "$wxUSE_STDPATHS" = yes; then
6093 echo "$as_me:$LINENO: result: yes" >&5
6094 echo "${ECHO_T}yes" >&6
6096 echo "$as_me:$LINENO: result: no" >&5
6097 echo "${ECHO_T}no" >&6
6102 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
6103 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
6105 # Check whether --enable-stopwatch or --disable-stopwatch was given.
6106 if test "${enable_stopwatch+set}" = set; then
6107 enableval
="$enable_stopwatch"
6109 if test "$enableval" = yes; then
6110 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=yes'
6112 ac_cv_use_stopwatch
='wxUSE_STOPWATCH=no'
6117 LINE
=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
6118 if test "x$LINE" != x
; then
6119 eval "DEFAULT_$LINE"
6124 ac_cv_use_stopwatch
='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
6128 eval "$ac_cv_use_stopwatch"
6129 if test "$no_cache" != 1; then
6130 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
6133 if test "$wxUSE_STOPWATCH" = yes; then
6134 echo "$as_me:$LINENO: result: yes" >&5
6135 echo "${ECHO_T}yes" >&6
6137 echo "$as_me:$LINENO: result: no" >&5
6138 echo "${ECHO_T}no" >&6
6143 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
6144 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
6146 # Check whether --enable-streams or --disable-streams was given.
6147 if test "${enable_streams+set}" = set; then
6148 enableval
="$enable_streams"
6150 if test "$enableval" = yes; then
6151 ac_cv_use_streams
='wxUSE_STREAMS=yes'
6153 ac_cv_use_streams
='wxUSE_STREAMS=no'
6158 LINE
=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
6159 if test "x$LINE" != x
; then
6160 eval "DEFAULT_$LINE"
6165 ac_cv_use_streams
='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
6169 eval "$ac_cv_use_streams"
6170 if test "$no_cache" != 1; then
6171 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
6174 if test "$wxUSE_STREAMS" = yes; then
6175 echo "$as_me:$LINENO: result: yes" >&5
6176 echo "${ECHO_T}yes" >&6
6178 echo "$as_me:$LINENO: result: no" >&5
6179 echo "${ECHO_T}no" >&6
6184 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
6185 echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
6187 # Check whether --enable-system_options or --disable-system_options was given.
6188 if test "${enable_system_options+set}" = set; then
6189 enableval
="$enable_system_options"
6191 if test "$enableval" = yes; then
6192 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=yes'
6194 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS=no'
6199 LINE
=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
6200 if test "x$LINE" != x
; then
6201 eval "DEFAULT_$LINE"
6206 ac_cv_use_system_options
='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
6210 eval "$ac_cv_use_system_options"
6211 if test "$no_cache" != 1; then
6212 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
6215 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
6216 echo "$as_me:$LINENO: result: yes" >&5
6217 echo "${ECHO_T}yes" >&6
6219 echo "$as_me:$LINENO: result: no" >&5
6220 echo "${ECHO_T}no" >&6
6225 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
6226 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6
6228 # Check whether --enable-tarstream or --disable-tarstream was given.
6229 if test "${enable_tarstream+set}" = set; then
6230 enableval
="$enable_tarstream"
6232 if test "$enableval" = yes; then
6233 ac_cv_use_tarstream
='wxUSE_TARSTREAM=yes'
6235 ac_cv_use_tarstream
='wxUSE_TARSTREAM=no'
6240 LINE
=`grep "wxUSE_TARSTREAM" ${wx_arg_cache_file}`
6241 if test "x$LINE" != x
; then
6242 eval "DEFAULT_$LINE"
6247 ac_cv_use_tarstream
='wxUSE_TARSTREAM='$DEFAULT_wxUSE_TARSTREAM
6251 eval "$ac_cv_use_tarstream"
6252 if test "$no_cache" != 1; then
6253 echo $ac_cv_use_tarstream >> ${wx_arg_cache_file}.tmp
6256 if test "$wxUSE_TARSTREAM" = yes; then
6257 echo "$as_me:$LINENO: result: yes" >&5
6258 echo "${ECHO_T}yes" >&6
6260 echo "$as_me:$LINENO: result: no" >&5
6261 echo "${ECHO_T}no" >&6
6266 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
6267 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
6269 # Check whether --enable-textbuf or --disable-textbuf was given.
6270 if test "${enable_textbuf+set}" = set; then
6271 enableval
="$enable_textbuf"
6273 if test "$enableval" = yes; then
6274 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=yes'
6276 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER=no'
6281 LINE
=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
6282 if test "x$LINE" != x
; then
6283 eval "DEFAULT_$LINE"
6288 ac_cv_use_textbuf
='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
6292 eval "$ac_cv_use_textbuf"
6293 if test "$no_cache" != 1; then
6294 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
6297 if test "$wxUSE_TEXTBUFFER" = yes; then
6298 echo "$as_me:$LINENO: result: yes" >&5
6299 echo "${ECHO_T}yes" >&6
6301 echo "$as_me:$LINENO: result: no" >&5
6302 echo "${ECHO_T}no" >&6
6307 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
6308 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
6310 # Check whether --enable-textfile or --disable-textfile was given.
6311 if test "${enable_textfile+set}" = set; then
6312 enableval
="$enable_textfile"
6314 if test "$enableval" = yes; then
6315 ac_cv_use_textfile
='wxUSE_TEXTFILE=yes'
6317 ac_cv_use_textfile
='wxUSE_TEXTFILE=no'
6322 LINE
=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
6323 if test "x$LINE" != x
; then
6324 eval "DEFAULT_$LINE"
6329 ac_cv_use_textfile
='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
6333 eval "$ac_cv_use_textfile"
6334 if test "$no_cache" != 1; then
6335 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
6338 if test "$wxUSE_TEXTFILE" = yes; then
6339 echo "$as_me:$LINENO: result: yes" >&5
6340 echo "${ECHO_T}yes" >&6
6342 echo "$as_me:$LINENO: result: no" >&5
6343 echo "${ECHO_T}no" >&6
6348 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
6349 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
6351 # Check whether --enable-timer or --disable-timer was given.
6352 if test "${enable_timer+set}" = set; then
6353 enableval
="$enable_timer"
6355 if test "$enableval" = yes; then
6356 ac_cv_use_timer
='wxUSE_TIMER=yes'
6358 ac_cv_use_timer
='wxUSE_TIMER=no'
6363 LINE
=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
6364 if test "x$LINE" != x
; then
6365 eval "DEFAULT_$LINE"
6370 ac_cv_use_timer
='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
6374 eval "$ac_cv_use_timer"
6375 if test "$no_cache" != 1; then
6376 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
6379 if test "$wxUSE_TIMER" = yes; then
6380 echo "$as_me:$LINENO: result: yes" >&5
6381 echo "${ECHO_T}yes" >&6
6383 echo "$as_me:$LINENO: result: no" >&5
6384 echo "${ECHO_T}no" >&6
6389 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
6390 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
6392 # Check whether --enable-unicode or --disable-unicode was given.
6393 if test "${enable_unicode+set}" = set; then
6394 enableval
="$enable_unicode"
6396 if test "$enableval" = yes; then
6397 ac_cv_use_unicode
='wxUSE_UNICODE=yes'
6399 ac_cv_use_unicode
='wxUSE_UNICODE=no'
6404 LINE
=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
6405 if test "x$LINE" != x
; then
6406 eval "DEFAULT_$LINE"
6411 ac_cv_use_unicode
='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
6415 eval "$ac_cv_use_unicode"
6416 if test "$no_cache" != 1; then
6417 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
6420 if test "$wxUSE_UNICODE" = yes; then
6421 echo "$as_me:$LINENO: result: yes" >&5
6422 echo "${ECHO_T}yes" >&6
6424 echo "$as_me:$LINENO: result: no" >&5
6425 echo "${ECHO_T}no" >&6
6430 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
6431 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6
6433 # Check whether --enable-sound or --disable-sound was given.
6434 if test "${enable_sound+set}" = set; then
6435 enableval
="$enable_sound"
6437 if test "$enableval" = yes; then
6438 ac_cv_use_sound
='wxUSE_SOUND=yes'
6440 ac_cv_use_sound
='wxUSE_SOUND=no'
6445 LINE
=`grep "wxUSE_SOUND" ${wx_arg_cache_file}`
6446 if test "x$LINE" != x
; then
6447 eval "DEFAULT_$LINE"
6452 ac_cv_use_sound
='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND
6456 eval "$ac_cv_use_sound"
6457 if test "$no_cache" != 1; then
6458 echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp
6461 if test "$wxUSE_SOUND" = yes; then
6462 echo "$as_me:$LINENO: result: yes" >&5
6463 echo "${ECHO_T}yes" >&6
6465 echo "$as_me:$LINENO: result: no" >&5
6466 echo "${ECHO_T}no" >&6
6471 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
6472 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6
6474 # Check whether --enable-mediactrl or --disable-mediactrl was given.
6475 if test "${enable_mediactrl+set}" = set; then
6476 enableval
="$enable_mediactrl"
6478 if test "$enableval" = yes; then
6479 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=yes'
6481 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL=no'
6486 LINE
=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}`
6487 if test "x$LINE" != x
; then
6488 eval "DEFAULT_$LINE"
6493 ac_cv_use_mediactrl
='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL
6497 eval "$ac_cv_use_mediactrl"
6498 if test "$no_cache" != 1; then
6499 echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp
6502 if test "$wxUSE_MEDIACTRL" = yes; then
6503 echo "$as_me:$LINENO: result: yes" >&5
6504 echo "${ECHO_T}yes" >&6
6506 echo "$as_me:$LINENO: result: no" >&5
6507 echo "${ECHO_T}no" >&6
6512 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
6513 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6
6515 # Check whether --enable-gstreamer8 or --disable-gstreamer8 was given.
6516 if test "${enable_gstreamer8+set}" = set; then
6517 enableval
="$enable_gstreamer8"
6519 if test "$enableval" = yes; then
6520 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8=yes'
6522 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8=no'
6527 LINE
=`grep "wxUSE_GSTREAMER8" ${wx_arg_cache_file}`
6528 if test "x$LINE" != x
; then
6529 eval "DEFAULT_$LINE"
6534 ac_cv_use_gstreamer8
='wxUSE_GSTREAMER8='$DEFAULT_wxUSE_GSTREAMER8
6538 eval "$ac_cv_use_gstreamer8"
6539 if test "$no_cache" != 1; then
6540 echo $ac_cv_use_gstreamer8 >> ${wx_arg_cache_file}.tmp
6543 if test "$wxUSE_GSTREAMER8" = yes; then
6544 echo "$as_me:$LINENO: result: yes" >&5
6545 echo "${ECHO_T}yes" >&6
6547 echo "$as_me:$LINENO: result: no" >&5
6548 echo "${ECHO_T}no" >&6
6553 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
6554 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6
6556 # Check whether --enable-printfposparam or --disable-printfposparam was given.
6557 if test "${enable_printfposparam+set}" = set; then
6558 enableval
="$enable_printfposparam"
6560 if test "$enableval" = yes; then
6561 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=yes'
6563 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS=no'
6568 LINE
=`grep "wxUSE_PRINTF_POS_PARAMS" ${wx_arg_cache_file}`
6569 if test "x$LINE" != x
; then
6570 eval "DEFAULT_$LINE"
6575 ac_cv_use_printfposparam
='wxUSE_PRINTF_POS_PARAMS='$DEFAULT_wxUSE_PRINTF_POS_PARAMS
6579 eval "$ac_cv_use_printfposparam"
6580 if test "$no_cache" != 1; then
6581 echo $ac_cv_use_printfposparam >> ${wx_arg_cache_file}.tmp
6584 if test "$wxUSE_PRINTF_POS_PARAMS" = yes; then
6585 echo "$as_me:$LINENO: result: yes" >&5
6586 echo "${ECHO_T}yes" >&6
6588 echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6
6594 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
6595 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
6597 # Check whether --enable-zipstream or --disable-zipstream was given.
6598 if test "${enable_zipstream+set}" = set; then
6599 enableval
="$enable_zipstream"
6601 if test "$enableval" = yes; then
6602 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=yes'
6604 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM=no'
6609 LINE
=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
6610 if test "x$LINE" != x
; then
6611 eval "DEFAULT_$LINE"
6616 ac_cv_use_zipstream
='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
6620 eval "$ac_cv_use_zipstream"
6621 if test "$no_cache" != 1; then
6622 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
6625 if test "$wxUSE_ZIPSTREAM" = yes; then
6626 echo "$as_me:$LINENO: result: yes" >&5
6627 echo "${ECHO_T}yes" >&6
6629 echo "$as_me:$LINENO: result: no" >&5
6630 echo "${ECHO_T}no" >&6
6636 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
6637 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
6639 # Check whether --enable-url or --disable-url was given.
6640 if test "${enable_url+set}" = set; then
6641 enableval
="$enable_url"
6643 if test "$enableval" = yes; then
6644 ac_cv_use_url
='wxUSE_URL=yes'
6646 ac_cv_use_url
='wxUSE_URL=no'
6651 LINE
=`grep "wxUSE_URL" ${wx_arg_cache_file}`
6652 if test "x$LINE" != x
; then
6653 eval "DEFAULT_$LINE"
6658 ac_cv_use_url
='wxUSE_URL='$DEFAULT_wxUSE_URL
6662 eval "$ac_cv_use_url"
6663 if test "$no_cache" != 1; then
6664 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
6667 if test "$wxUSE_URL" = yes; then
6668 echo "$as_me:$LINENO: result: yes" >&5
6669 echo "${ECHO_T}yes" >&6
6671 echo "$as_me:$LINENO: result: no" >&5
6672 echo "${ECHO_T}no" >&6
6677 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
6678 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6
6680 # Check whether --enable-variant or --disable-variant was given.
6681 if test "${enable_variant+set}" = set; then
6682 enableval
="$enable_variant"
6684 if test "$enableval" = yes; then
6685 ac_cv_use_variant
='wxUSE_VARIANT=yes'
6687 ac_cv_use_variant
='wxUSE_VARIANT=no'
6692 LINE
=`grep "wxUSE_VARIANT" ${wx_arg_cache_file}`
6693 if test "x$LINE" != x
; then
6694 eval "DEFAULT_$LINE"
6699 ac_cv_use_variant
='wxUSE_VARIANT='$DEFAULT_wxUSE_VARIANT
6703 eval "$ac_cv_use_variant"
6704 if test "$no_cache" != 1; then
6705 echo $ac_cv_use_variant >> ${wx_arg_cache_file}.tmp
6708 if test "$wxUSE_VARIANT" = yes; then
6709 echo "$as_me:$LINENO: result: yes" >&5
6710 echo "${ECHO_T}yes" >&6
6712 echo "$as_me:$LINENO: result: no" >&5
6713 echo "${ECHO_T}no" >&6
6718 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
6719 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
6721 # Check whether --enable-protocol or --disable-protocol was given.
6722 if test "${enable_protocol+set}" = set; then
6723 enableval
="$enable_protocol"
6725 if test "$enableval" = yes; then
6726 ac_cv_use_protocol
='wxUSE_PROTOCOL=yes'
6728 ac_cv_use_protocol
='wxUSE_PROTOCOL=no'
6733 LINE
=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
6734 if test "x$LINE" != x
; then
6735 eval "DEFAULT_$LINE"
6740 ac_cv_use_protocol
='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
6744 eval "$ac_cv_use_protocol"
6745 if test "$no_cache" != 1; then
6746 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
6749 if test "$wxUSE_PROTOCOL" = yes; then
6750 echo "$as_me:$LINENO: result: yes" >&5
6751 echo "${ECHO_T}yes" >&6
6753 echo "$as_me:$LINENO: result: no" >&5
6754 echo "${ECHO_T}no" >&6
6759 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
6760 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
6762 # Check whether --enable-protocol_http or --disable-protocol_http was given.
6763 if test "${enable_protocol_http+set}" = set; then
6764 enableval
="$enable_protocol_http"
6766 if test "$enableval" = yes; then
6767 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=yes'
6769 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP=no'
6774 LINE
=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
6775 if test "x$LINE" != x
; then
6776 eval "DEFAULT_$LINE"
6781 ac_cv_use_protocol_http
='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
6785 eval "$ac_cv_use_protocol_http"
6786 if test "$no_cache" != 1; then
6787 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
6790 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
6791 echo "$as_me:$LINENO: result: yes" >&5
6792 echo "${ECHO_T}yes" >&6
6794 echo "$as_me:$LINENO: result: no" >&5
6795 echo "${ECHO_T}no" >&6
6800 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
6801 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
6803 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
6804 if test "${enable_protocol_ftp+set}" = set; then
6805 enableval
="$enable_protocol_ftp"
6807 if test "$enableval" = yes; then
6808 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=yes'
6810 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP=no'
6815 LINE
=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
6816 if test "x$LINE" != x
; then
6817 eval "DEFAULT_$LINE"
6822 ac_cv_use_protocol_ftp
='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
6826 eval "$ac_cv_use_protocol_ftp"
6827 if test "$no_cache" != 1; then
6828 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
6831 if test "$wxUSE_PROTOCOL_FTP" = yes; then
6832 echo "$as_me:$LINENO: result: yes" >&5
6833 echo "${ECHO_T}yes" >&6
6835 echo "$as_me:$LINENO: result: no" >&5
6836 echo "${ECHO_T}no" >&6
6841 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
6842 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
6844 # Check whether --enable-protocol_file or --disable-protocol_file was given.
6845 if test "${enable_protocol_file+set}" = set; then
6846 enableval
="$enable_protocol_file"
6848 if test "$enableval" = yes; then
6849 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=yes'
6851 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE=no'
6856 LINE
=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
6857 if test "x$LINE" != x
; then
6858 eval "DEFAULT_$LINE"
6863 ac_cv_use_protocol_file
='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
6867 eval "$ac_cv_use_protocol_file"
6868 if test "$no_cache" != 1; then
6869 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
6872 if test "$wxUSE_PROTOCOL_FILE" = yes; then
6873 echo "$as_me:$LINENO: result: yes" >&5
6874 echo "${ECHO_T}yes" >&6
6876 echo "$as_me:$LINENO: result: no" >&5
6877 echo "${ECHO_T}no" >&6
6885 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
6886 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
6888 # Check whether --enable-threads or --disable-threads was given.
6889 if test "${enable_threads+set}" = set; then
6890 enableval
="$enable_threads"
6892 if test "$enableval" = yes; then
6893 ac_cv_use_threads
='wxUSE_THREADS=yes'
6895 ac_cv_use_threads
='wxUSE_THREADS=no'
6900 LINE
=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
6901 if test "x$LINE" != x
; then
6902 eval "DEFAULT_$LINE"
6907 ac_cv_use_threads
='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
6911 eval "$ac_cv_use_threads"
6912 if test "$no_cache" != 1; then
6913 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
6916 if test "$wxUSE_THREADS" = yes; then
6917 echo "$as_me:$LINENO: result: yes" >&5
6918 echo "${ECHO_T}yes" >&6
6920 echo "$as_me:$LINENO: result: no" >&5
6921 echo "${ECHO_T}no" >&6
6925 if test "$wxUSE_GUI" = "yes"; then
6930 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
6931 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
6933 # Check whether --enable-docview or --disable-docview was given.
6934 if test "${enable_docview+set}" = set; then
6935 enableval
="$enable_docview"
6937 if test "$enableval" = yes; then
6938 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
6940 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE=no'
6945 LINE
=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
6946 if test "x$LINE" != x
; then
6947 eval "DEFAULT_$LINE"
6952 ac_cv_use_docview
='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
6956 eval "$ac_cv_use_docview"
6957 if test "$no_cache" != 1; then
6958 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
6961 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
6962 echo "$as_me:$LINENO: result: yes" >&5
6963 echo "${ECHO_T}yes" >&6
6965 echo "$as_me:$LINENO: result: no" >&5
6966 echo "${ECHO_T}no" >&6
6971 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
6972 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
6974 # Check whether --enable-help or --disable-help was given.
6975 if test "${enable_help+set}" = set; then
6976 enableval
="$enable_help"
6978 if test "$enableval" = yes; then
6979 ac_cv_use_help
='wxUSE_HELP=yes'
6981 ac_cv_use_help
='wxUSE_HELP=no'
6986 LINE
=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
6987 if test "x$LINE" != x
; then
6988 eval "DEFAULT_$LINE"
6993 ac_cv_use_help
='wxUSE_HELP='$DEFAULT_wxUSE_HELP
6997 eval "$ac_cv_use_help"
6998 if test "$no_cache" != 1; then
6999 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
7002 if test "$wxUSE_HELP" = yes; then
7003 echo "$as_me:$LINENO: result: yes" >&5
7004 echo "${ECHO_T}yes" >&6
7006 echo "$as_me:$LINENO: result: no" >&5
7007 echo "${ECHO_T}no" >&6
7012 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
7013 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
7015 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
7016 if test "${enable_mshtmlhelp+set}" = set; then
7017 enableval
="$enable_mshtmlhelp"
7019 if test "$enableval" = yes; then
7020 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=yes'
7022 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP=no'
7027 LINE
=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
7028 if test "x$LINE" != x
; then
7029 eval "DEFAULT_$LINE"
7034 ac_cv_use_mshtmlhelp
='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
7038 eval "$ac_cv_use_mshtmlhelp"
7039 if test "$no_cache" != 1; then
7040 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
7043 if test "$wxUSE_MS_HTML_HELP" = yes; then
7044 echo "$as_me:$LINENO: result: yes" >&5
7045 echo "${ECHO_T}yes" >&6
7047 echo "$as_me:$LINENO: result: no" >&5
7048 echo "${ECHO_T}no" >&6
7053 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
7054 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
7056 # Check whether --enable-html or --disable-html was given.
7057 if test "${enable_html+set}" = set; then
7058 enableval
="$enable_html"
7060 if test "$enableval" = yes; then
7061 ac_cv_use_html
='wxUSE_HTML=yes'
7063 ac_cv_use_html
='wxUSE_HTML=no'
7068 LINE
=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
7069 if test "x$LINE" != x
; then
7070 eval "DEFAULT_$LINE"
7075 ac_cv_use_html
='wxUSE_HTML='$DEFAULT_wxUSE_HTML
7079 eval "$ac_cv_use_html"
7080 if test "$no_cache" != 1; then
7081 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
7084 if test "$wxUSE_HTML" = yes; then
7085 echo "$as_me:$LINENO: result: yes" >&5
7086 echo "${ECHO_T}yes" >&6
7088 echo "$as_me:$LINENO: result: no" >&5
7089 echo "${ECHO_T}no" >&6
7094 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
7095 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
7097 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
7098 if test "${enable_htmlhelp+set}" = set; then
7099 enableval
="$enable_htmlhelp"
7101 if test "$enableval" = yes; then
7102 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=yes'
7104 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP=no'
7109 LINE
=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
7110 if test "x$LINE" != x
; then
7111 eval "DEFAULT_$LINE"
7116 ac_cv_use_htmlhelp
='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
7120 eval "$ac_cv_use_htmlhelp"
7121 if test "$no_cache" != 1; then
7122 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
7125 if test "$wxUSE_WXHTML_HELP" = yes; then
7126 echo "$as_me:$LINENO: result: yes" >&5
7127 echo "${ECHO_T}yes" >&6
7129 echo "$as_me:$LINENO: result: no" >&5
7130 echo "${ECHO_T}no" >&6
7135 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
7136 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6
7138 # Check whether --enable-xrc or --disable-xrc was given.
7139 if test "${enable_xrc+set}" = set; then
7140 enableval
="$enable_xrc"
7142 if test "$enableval" = yes; then
7143 ac_cv_use_xrc
='wxUSE_XRC=yes'
7145 ac_cv_use_xrc
='wxUSE_XRC=no'
7150 LINE
=`grep "wxUSE_XRC" ${wx_arg_cache_file}`
7151 if test "x$LINE" != x
; then
7152 eval "DEFAULT_$LINE"
7157 ac_cv_use_xrc
='wxUSE_XRC='$DEFAULT_wxUSE_XRC
7161 eval "$ac_cv_use_xrc"
7162 if test "$no_cache" != 1; then
7163 echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp
7166 if test "$wxUSE_XRC" = yes; then
7167 echo "$as_me:$LINENO: result: yes" >&5
7168 echo "${ECHO_T}yes" >&6
7170 echo "$as_me:$LINENO: result: no" >&5
7171 echo "${ECHO_T}no" >&6
7176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
7177 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6
7179 # Check whether --enable-aui or --disable-aui was given.
7180 if test "${enable_aui+set}" = set; then
7181 enableval
="$enable_aui"
7183 if test "$enableval" = yes; then
7184 ac_cv_use_aui
='wxUSE_AUI=yes'
7186 ac_cv_use_aui
='wxUSE_AUI=no'
7191 LINE
=`grep "wxUSE_AUI" ${wx_arg_cache_file}`
7192 if test "x$LINE" != x
; then
7193 eval "DEFAULT_$LINE"
7198 ac_cv_use_aui
='wxUSE_AUI='$DEFAULT_wxUSE_AUI
7202 eval "$ac_cv_use_aui"
7203 if test "$no_cache" != 1; then
7204 echo $ac_cv_use_aui >> ${wx_arg_cache_file}.tmp
7207 if test "$wxUSE_AUI" = yes; then
7208 echo "$as_me:$LINENO: result: yes" >&5
7209 echo "${ECHO_T}yes" >&6
7211 echo "$as_me:$LINENO: result: no" >&5
7212 echo "${ECHO_T}no" >&6
7217 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
7218 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
7220 # Check whether --enable-constraints or --disable-constraints was given.
7221 if test "${enable_constraints+set}" = set; then
7222 enableval
="$enable_constraints"
7224 if test "$enableval" = yes; then
7225 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=yes'
7227 ac_cv_use_constraints
='wxUSE_CONSTRAINTS=no'
7232 LINE
=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
7233 if test "x$LINE" != x
; then
7234 eval "DEFAULT_$LINE"
7239 ac_cv_use_constraints
='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
7243 eval "$ac_cv_use_constraints"
7244 if test "$no_cache" != 1; then
7245 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
7248 if test "$wxUSE_CONSTRAINTS" = yes; then
7249 echo "$as_me:$LINENO: result: yes" >&5
7250 echo "${ECHO_T}yes" >&6
7252 echo "$as_me:$LINENO: result: no" >&5
7253 echo "${ECHO_T}no" >&6
7258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
7259 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
7261 # Check whether --enable-printarch or --disable-printarch was given.
7262 if test "${enable_printarch+set}" = set; then
7263 enableval
="$enable_printarch"
7265 if test "$enableval" = yes; then
7266 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=yes'
7268 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE=no'
7273 LINE
=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
7274 if test "x$LINE" != x
; then
7275 eval "DEFAULT_$LINE"
7280 ac_cv_use_printarch
='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
7284 eval "$ac_cv_use_printarch"
7285 if test "$no_cache" != 1; then
7286 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
7289 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
7290 echo "$as_me:$LINENO: result: yes" >&5
7291 echo "${ECHO_T}yes" >&6
7293 echo "$as_me:$LINENO: result: no" >&5
7294 echo "${ECHO_T}no" >&6
7299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
7300 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
7302 # Check whether --enable-mdi or --disable-mdi was given.
7303 if test "${enable_mdi+set}" = set; then
7304 enableval
="$enable_mdi"
7306 if test "$enableval" = yes; then
7307 ac_cv_use_mdi
='wxUSE_MDI=yes'
7309 ac_cv_use_mdi
='wxUSE_MDI=no'
7314 LINE
=`grep "wxUSE_MDI" ${wx_arg_cache_file}`
7315 if test "x$LINE" != x
; then
7316 eval "DEFAULT_$LINE"
7321 ac_cv_use_mdi
='wxUSE_MDI='$DEFAULT_wxUSE_MDI
7325 eval "$ac_cv_use_mdi"
7326 if test "$no_cache" != 1; then
7327 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
7330 if test "$wxUSE_MDI" = yes; then
7331 echo "$as_me:$LINENO: result: yes" >&5
7332 echo "${ECHO_T}yes" >&6
7334 echo "$as_me:$LINENO: result: no" >&5
7335 echo "${ECHO_T}no" >&6
7340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
7341 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6
7343 # Check whether --enable-mdidoc or --disable-mdidoc was given.
7344 if test "${enable_mdidoc+set}" = set; then
7345 enableval
="$enable_mdidoc"
7347 if test "$enableval" = yes; then
7348 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=yes'
7350 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE=no'
7355 LINE
=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
7356 if test "x$LINE" != x
; then
7357 eval "DEFAULT_$LINE"
7362 ac_cv_use_mdidoc
='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
7366 eval "$ac_cv_use_mdidoc"
7367 if test "$no_cache" != 1; then
7368 echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp
7371 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
7372 echo "$as_me:$LINENO: result: yes" >&5
7373 echo "${ECHO_T}yes" >&6
7375 echo "$as_me:$LINENO: result: no" >&5
7376 echo "${ECHO_T}no" >&6
7381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
7382 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
7384 # Check whether --enable-loggui or --disable-loggui was given.
7385 if test "${enable_loggui+set}" = set; then
7386 enableval
="$enable_loggui"
7388 if test "$enableval" = yes; then
7389 ac_cv_use_loggui
='wxUSE_LOGGUI=yes'
7391 ac_cv_use_loggui
='wxUSE_LOGGUI=no'
7396 LINE
=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
7397 if test "x$LINE" != x
; then
7398 eval "DEFAULT_$LINE"
7403 ac_cv_use_loggui
='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
7407 eval "$ac_cv_use_loggui"
7408 if test "$no_cache" != 1; then
7409 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
7412 if test "$wxUSE_LOGGUI" = yes; then
7413 echo "$as_me:$LINENO: result: yes" >&5
7414 echo "${ECHO_T}yes" >&6
7416 echo "$as_me:$LINENO: result: no" >&5
7417 echo "${ECHO_T}no" >&6
7422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
7423 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
7425 # Check whether --enable-logwin or --disable-logwin was given.
7426 if test "${enable_logwin+set}" = set; then
7427 enableval
="$enable_logwin"
7429 if test "$enableval" = yes; then
7430 ac_cv_use_logwin
='wxUSE_LOGWINDOW=yes'
7432 ac_cv_use_logwin
='wxUSE_LOGWINDOW=no'
7437 LINE
=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
7438 if test "x$LINE" != x
; then
7439 eval "DEFAULT_$LINE"
7444 ac_cv_use_logwin
='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
7448 eval "$ac_cv_use_logwin"
7449 if test "$no_cache" != 1; then
7450 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
7453 if test "$wxUSE_LOGWINDOW" = yes; then
7454 echo "$as_me:$LINENO: result: yes" >&5
7455 echo "${ECHO_T}yes" >&6
7457 echo "$as_me:$LINENO: result: no" >&5
7458 echo "${ECHO_T}no" >&6
7463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
7464 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
7466 # Check whether --enable-logdialog or --disable-logdialog was given.
7467 if test "${enable_logdialog+set}" = set; then
7468 enableval
="$enable_logdialog"
7470 if test "$enableval" = yes; then
7471 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=yes'
7473 ac_cv_use_logdialog
='wxUSE_LOGDIALOG=no'
7478 LINE
=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
7479 if test "x$LINE" != x
; then
7480 eval "DEFAULT_$LINE"
7485 ac_cv_use_logdialog
='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
7489 eval "$ac_cv_use_logdialog"
7490 if test "$no_cache" != 1; then
7491 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
7494 if test "$wxUSE_LOGDIALOG" = yes; then
7495 echo "$as_me:$LINENO: result: yes" >&5
7496 echo "${ECHO_T}yes" >&6
7498 echo "$as_me:$LINENO: result: no" >&5
7499 echo "${ECHO_T}no" >&6
7504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
7505 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6
7507 # Check whether --enable-webkit or --disable-webkit was given.
7508 if test "${enable_webkit+set}" = set; then
7509 enableval
="$enable_webkit"
7511 if test "$enableval" = yes; then
7512 ac_cv_use_webkit
='wxUSE_WEBKIT=yes'
7514 ac_cv_use_webkit
='wxUSE_WEBKIT=no'
7519 LINE
=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}`
7520 if test "x$LINE" != x
; then
7521 eval "DEFAULT_$LINE"
7526 ac_cv_use_webkit
='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT
7530 eval "$ac_cv_use_webkit"
7531 if test "$no_cache" != 1; then
7532 echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp
7535 if test "$wxUSE_WEBKIT" = yes; then
7536 echo "$as_me:$LINENO: result: yes" >&5
7537 echo "${ECHO_T}yes" >&6
7539 echo "$as_me:$LINENO: result: no" >&5
7540 echo "${ECHO_T}no" >&6
7545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
7546 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6
7548 # Check whether --enable-richtext or --disable-richtext was given.
7549 if test "${enable_richtext+set}" = set; then
7550 enableval
="$enable_richtext"
7552 if test "$enableval" = yes; then
7553 ac_cv_use_richtext
='wxUSE_RICHTEXT=yes'
7555 ac_cv_use_richtext
='wxUSE_RICHTEXT=no'
7560 LINE
=`grep "wxUSE_RICHTEXT" ${wx_arg_cache_file}`
7561 if test "x$LINE" != x
; then
7562 eval "DEFAULT_$LINE"
7567 ac_cv_use_richtext
='wxUSE_RICHTEXT='$DEFAULT_wxUSE_RICHTEXT
7571 eval "$ac_cv_use_richtext"
7572 if test "$no_cache" != 1; then
7573 echo $ac_cv_use_richtext >> ${wx_arg_cache_file}.tmp
7576 if test "$wxUSE_RICHTEXT" = yes; then
7577 echo "$as_me:$LINENO: result: yes" >&5
7578 echo "${ECHO_T}yes" >&6
7580 echo "$as_me:$LINENO: result: no" >&5
7581 echo "${ECHO_T}no" >&6
7586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
7587 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6
7589 # Check whether --enable-graphics_ctx or --disable-graphics_ctx was given.
7590 if test "${enable_graphics_ctx+set}" = set; then
7591 enableval
="$enable_graphics_ctx"
7593 if test "$enableval" = yes; then
7594 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=yes'
7596 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT=no'
7601 LINE
=`grep "wxUSE_GRAPHICS_CONTEXT" ${wx_arg_cache_file}`
7602 if test "x$LINE" != x
; then
7603 eval "DEFAULT_$LINE"
7608 ac_cv_use_graphics_ctx
='wxUSE_GRAPHICS_CONTEXT='$DEFAULT_wxUSE_GRAPHICS_CONTEXT
7612 eval "$ac_cv_use_graphics_ctx"
7613 if test "$no_cache" != 1; then
7614 echo $ac_cv_use_graphics_ctx >> ${wx_arg_cache_file}.tmp
7617 if test "$wxUSE_GRAPHICS_CONTEXT" = yes; then
7618 echo "$as_me:$LINENO: result: yes" >&5
7619 echo "${ECHO_T}yes" >&6
7621 echo "$as_me:$LINENO: result: no" >&5
7622 echo "${ECHO_T}no" >&6
7628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
7629 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
7631 # Check whether --enable-postscript or --disable-postscript was given.
7632 if test "${enable_postscript+set}" = set; then
7633 enableval
="$enable_postscript"
7635 if test "$enableval" = yes; then
7636 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=yes'
7638 ac_cv_use_postscript
='wxUSE_POSTSCRIPT=no'
7643 LINE
=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
7644 if test "x$LINE" != x
; then
7645 eval "DEFAULT_$LINE"
7650 ac_cv_use_postscript
='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
7654 eval "$ac_cv_use_postscript"
7655 if test "$no_cache" != 1; then
7656 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
7659 if test "$wxUSE_POSTSCRIPT" = yes; then
7660 echo "$as_me:$LINENO: result: yes" >&5
7661 echo "${ECHO_T}yes" >&6
7663 echo "$as_me:$LINENO: result: no" >&5
7664 echo "${ECHO_T}no" >&6
7672 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
7673 echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
7675 # Check whether --enable-prologio or --disable-prologio was given.
7676 if test "${enable_prologio+set}" = set; then
7677 enableval
="$enable_prologio"
7679 if test "$enableval" = yes; then
7680 ac_cv_use_prologio
='wxUSE_PROLOGIO=yes'
7682 ac_cv_use_prologio
='wxUSE_PROLOGIO=no'
7687 LINE
=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
7688 if test "x$LINE" != x
; then
7689 eval "DEFAULT_$LINE"
7694 ac_cv_use_prologio
='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
7698 eval "$ac_cv_use_prologio"
7699 if test "$no_cache" != 1; then
7700 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
7703 if test "$wxUSE_PROLOGIO" = yes; then
7704 echo "$as_me:$LINENO: result: yes" >&5
7705 echo "${ECHO_T}yes" >&6
7707 echo "$as_me:$LINENO: result: no" >&5
7708 echo "${ECHO_T}no" >&6
7713 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
7714 echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
7716 # Check whether --enable-resources or --disable-resources was given.
7717 if test "${enable_resources+set}" = set; then
7718 enableval
="$enable_resources"
7720 if test "$enableval" = yes; then
7721 ac_cv_use_resources
='wxUSE_RESOURCES=yes'
7723 ac_cv_use_resources
='wxUSE_RESOURCES=no'
7728 LINE
=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
7729 if test "x$LINE" != x
; then
7730 eval "DEFAULT_$LINE"
7735 ac_cv_use_resources
='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
7739 eval "$ac_cv_use_resources"
7740 if test "$no_cache" != 1; then
7741 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
7744 if test "$wxUSE_RESOURCES" = yes; then
7745 echo "$as_me:$LINENO: result: yes" >&5
7746 echo "${ECHO_T}yes" >&6
7748 echo "$as_me:$LINENO: result: no" >&5
7749 echo "${ECHO_T}no" >&6
7756 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
7757 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
7759 # Check whether --enable-clipboard or --disable-clipboard was given.
7760 if test "${enable_clipboard+set}" = set; then
7761 enableval
="$enable_clipboard"
7763 if test "$enableval" = yes; then
7764 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=yes'
7766 ac_cv_use_clipboard
='wxUSE_CLIPBOARD=no'
7771 LINE
=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
7772 if test "x$LINE" != x
; then
7773 eval "DEFAULT_$LINE"
7778 ac_cv_use_clipboard
='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
7782 eval "$ac_cv_use_clipboard"
7783 if test "$no_cache" != 1; then
7784 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
7787 if test "$wxUSE_CLIPBOARD" = yes; then
7788 echo "$as_me:$LINENO: result: yes" >&5
7789 echo "${ECHO_T}yes" >&6
7791 echo "$as_me:$LINENO: result: no" >&5
7792 echo "${ECHO_T}no" >&6
7797 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
7798 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
7800 # Check whether --enable-dnd or --disable-dnd was given.
7801 if test "${enable_dnd+set}" = set; then
7802 enableval
="$enable_dnd"
7804 if test "$enableval" = yes; then
7805 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=yes'
7807 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP=no'
7812 LINE
=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
7813 if test "x$LINE" != x
; then
7814 eval "DEFAULT_$LINE"
7819 ac_cv_use_dnd
='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
7823 eval "$ac_cv_use_dnd"
7824 if test "$no_cache" != 1; then
7825 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
7828 if test "$wxUSE_DRAG_AND_DROP" = yes; then
7829 echo "$as_me:$LINENO: result: yes" >&5
7830 echo "${ECHO_T}yes" >&6
7832 echo "$as_me:$LINENO: result: no" >&5
7833 echo "${ECHO_T}no" >&6
7838 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
7839 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
7841 # Check whether --enable-metafile or --disable-metafile was given.
7842 if test "${enable_metafile+set}" = set; then
7843 enableval
="$enable_metafile"
7845 if test "$enableval" = yes; then
7846 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
7848 ac_cv_use_metafile
='wxUSE_METAFILE=no'
7853 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
7854 if test "x$LINE" != x
; then
7855 eval "DEFAULT_$LINE"
7860 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
7864 eval "$ac_cv_use_metafile"
7865 if test "$no_cache" != 1; then
7866 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
7869 if test "$wxUSE_METAFILE" = yes; then
7870 echo "$as_me:$LINENO: result: yes" >&5
7871 echo "${ECHO_T}yes" >&6
7873 echo "$as_me:$LINENO: result: no" >&5
7874 echo "${ECHO_T}no" >&6
7882 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
7883 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
7885 # Check whether --enable-controls or --disable-controls was given.
7886 if test "${enable_controls+set}" = set; then
7887 enableval
="$enable_controls"
7889 if test "$enableval" = yes; then
7890 ac_cv_use_controls
='wxUSE_CONTROLS=yes'
7892 ac_cv_use_controls
='wxUSE_CONTROLS=no'
7897 LINE
=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
7898 if test "x$LINE" != x
; then
7899 eval "DEFAULT_$LINE"
7904 ac_cv_use_controls
='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
7908 eval "$ac_cv_use_controls"
7909 if test "$no_cache" != 1; then
7910 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
7913 if test "$wxUSE_CONTROLS" = yes; then
7914 echo "$as_me:$LINENO: result: yes" >&5
7915 echo "${ECHO_T}yes" >&6
7917 echo "$as_me:$LINENO: result: no" >&5
7918 echo "${ECHO_T}no" >&6
7922 if test "$wxUSE_CONTROLS" = "yes"; then
7923 DEFAULT_wxUSE_ACCEL
=yes
7924 DEFAULT_wxUSE_ANIMATIONCTRL
=yes
7925 DEFAULT_wxUSE_BMPBUTTON
=yes
7926 DEFAULT_wxUSE_BUTTON
=yes
7927 DEFAULT_wxUSE_CALCTRL
=yes
7928 DEFAULT_wxUSE_CARET
=yes
7929 DEFAULT_wxUSE_COMBOBOX
=yes
7930 DEFAULT_wxUSE_CHECKBOX
=yes
7931 DEFAULT_wxUSE_CHECKLISTBOX
=yes
7932 DEFAULT_wxUSE_CHOICE
=yes
7933 DEFAULT_wxUSE_CHOICEBOOK
=yes
7934 DEFAULT_wxUSE_COLLPANE
=yes
7935 DEFAULT_wxUSE_COLOURPICKERCTRL
=yes
7936 DEFAULT_wxUSE_COMBOBOX
=yes
7937 DEFAULT_wxUSE_DATEPICKCTRL
=yes
7938 DEFAULT_wxUSE_DISPLAY
=yes
7939 DEFAULT_wxUSE_DETECT_SM
=yes
7940 DEFAULT_wxUSE_DIRPICKERCTRL
=yes
7941 DEFAULT_wxUSE_FILEPICKERCTRL
=yes
7942 DEFAULT_wxUSE_FONTPICKERCTRL
=yes
7943 DEFAULT_wxUSE_GAUGE
=yes
7944 DEFAULT_wxUSE_GRID
=yes
7945 DEFAULT_wxUSE_HYPERLINKCTRL
=yes
7946 DEFAULT_wxUSE_DATAVIEWCTRL
=no
7947 DEFAULT_wxUSE_IMAGLIST
=yes
7948 DEFAULT_wxUSE_LISTBOOK
=yes
7949 DEFAULT_wxUSE_LISTBOX
=yes
7950 DEFAULT_wxUSE_LISTCTRL
=yes
7951 DEFAULT_wxUSE_NOTEBOOK
=yes
7952 DEFAULT_wxUSE_RADIOBOX
=yes
7953 DEFAULT_wxUSE_RADIOBTN
=yes
7954 DEFAULT_wxUSE_SASH
=yes
7955 DEFAULT_wxUSE_SCROLLBAR
=yes
7956 DEFAULT_wxUSE_SLIDER
=yes
7957 DEFAULT_wxUSE_SPINBTN
=yes
7958 DEFAULT_wxUSE_SPINCTRL
=yes
7959 DEFAULT_wxUSE_SPLITTER
=yes
7960 DEFAULT_wxUSE_STATBMP
=yes
7961 DEFAULT_wxUSE_STATBOX
=yes
7962 DEFAULT_wxUSE_STATLINE
=yes
7963 DEFAULT_wxUSE_STATUSBAR
=yes
7964 DEFAULT_wxUSE_TAB_DIALOG
=yes
7965 DEFAULT_wxUSE_TOGGLEBTN
=yes
7966 DEFAULT_wxUSE_TOOLBAR
=yes
7967 DEFAULT_wxUSE_TOOLBAR_NATIVE
=yes
7968 DEFAULT_wxUSE_TOOLTIPS
=yes
7969 DEFAULT_wxUSE_TREEBOOK
=yes
7970 DEFAULT_wxUSE_TOOLBOOK
=yes
7971 DEFAULT_wxUSE_TREECTRL
=yes
7972 DEFAULT_wxUSE_POPUPWIN
=yes
7973 DEFAULT_wxUSE_TIPWINDOW
=yes
7974 elif test "$wxUSE_CONTROLS" = "no"; then
7975 DEFAULT_wxUSE_ACCEL
=no
7976 DEFAULT_wxUSE_ANIMATIONCTRL
=no
7977 DEFAULT_wxUSE_BMPBUTTON
=no
7978 DEFAULT_wxUSE_BUTTON
=no
7979 DEFAULT_wxUSE_CALCTRL
=no
7980 DEFAULT_wxUSE_CARET
=no
7981 DEFAULT_wxUSE_COLLPANE
=no
7982 DEFAULT_wxUSE_COMBOBOX
=no
7983 DEFAULT_wxUSE_CHECKBOX
=no
7984 DEFAULT_wxUSE_CHECKLISTBOX
=no
7985 DEFAULT_wxUSE_CHOICE
=no
7986 DEFAULT_wxUSE_CHOICEBOOK
=no
7987 DEFAULT_wxUSE_COLOURPICKERCTRL
=no
7988 DEFAULT_wxUSE_COMBOBOX
=no
7989 DEFAULT_wxUSE_DATEPICKCTRL
=no
7990 DEFAULT_wxUSE_DISPLAY
=no
7991 DEFAULT_wxUSE_DETECT_SM
=no
7992 DEFAULT_wxUSE_DIRPICKERCTRL
=no
7993 DEFAULT_wxUSE_FILEPICKERCTRL
=no
7994 DEFAULT_wxUSE_FONTPICKERCTRL
=no
7995 DEFAULT_wxUSE_GAUGE
=no
7996 DEFAULT_wxUSE_GRID
=no
7997 DEFAULT_wxUSE_HYPERLINKCTRL
=no
7998 DEFAULT_wxUSE_DATAVIEWCTRL
=no
7999 DEFAULT_wxUSE_IMAGLIST
=no
8000 DEFAULT_wxUSE_LISTBOOK
=no
8001 DEFAULT_wxUSE_LISTBOX
=no
8002 DEFAULT_wxUSE_LISTCTRL
=no
8003 DEFAULT_wxUSE_NOTEBOOK
=no
8004 DEFAULT_wxUSE_RADIOBOX
=no
8005 DEFAULT_wxUSE_RADIOBTN
=no
8006 DEFAULT_wxUSE_SASH
=no
8007 DEFAULT_wxUSE_SCROLLBAR
=no
8008 DEFAULT_wxUSE_SLIDER
=no
8009 DEFAULT_wxUSE_SPINBTN
=no
8010 DEFAULT_wxUSE_SPINCTRL
=no
8011 DEFAULT_wxUSE_SPLITTER
=no
8012 DEFAULT_wxUSE_STATBMP
=no
8013 DEFAULT_wxUSE_STATBOX
=no
8014 DEFAULT_wxUSE_STATLINE
=no
8015 DEFAULT_wxUSE_STATUSBAR
=no
8016 DEFAULT_wxUSE_TAB_DIALOG
=no
8017 DEFAULT_wxUSE_TOGGLEBTN
=no
8018 DEFAULT_wxUSE_TOOLBAR
=no
8019 DEFAULT_wxUSE_TOOLBAR_NATIVE
=no
8020 DEFAULT_wxUSE_TOOLTIPS
=no
8021 DEFAULT_wxUSE_TREEBOOK
=no
8022 DEFAULT_wxUSE_TOOLBOOK
=no
8023 DEFAULT_wxUSE_TREECTRL
=no
8024 DEFAULT_wxUSE_POPUPWIN
=no
8025 DEFAULT_wxUSE_TIPWINDOW
=no
8030 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
8031 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
8033 # Check whether --enable-accel or --disable-accel was given.
8034 if test "${enable_accel+set}" = set; then
8035 enableval
="$enable_accel"
8037 if test "$enableval" = yes; then
8038 ac_cv_use_accel
='wxUSE_ACCEL=yes'
8040 ac_cv_use_accel
='wxUSE_ACCEL=no'
8045 LINE
=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
8046 if test "x$LINE" != x
; then
8047 eval "DEFAULT_$LINE"
8052 ac_cv_use_accel
='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
8056 eval "$ac_cv_use_accel"
8057 if test "$no_cache" != 1; then
8058 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
8061 if test "$wxUSE_ACCEL" = yes; then
8062 echo "$as_me:$LINENO: result: yes" >&5
8063 echo "${ECHO_T}yes" >&6
8065 echo "$as_me:$LINENO: result: no" >&5
8066 echo "${ECHO_T}no" >&6
8071 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
8072 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6
8074 # Check whether --enable-animatectrl or --disable-animatectrl was given.
8075 if test "${enable_animatectrl+set}" = set; then
8076 enableval
="$enable_animatectrl"
8078 if test "$enableval" = yes; then
8079 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=yes'
8081 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL=no'
8086 LINE
=`grep "wxUSE_ANIMATIONCTRL" ${wx_arg_cache_file}`
8087 if test "x$LINE" != x
; then
8088 eval "DEFAULT_$LINE"
8093 ac_cv_use_animatectrl
='wxUSE_ANIMATIONCTRL='$DEFAULT_wxUSE_ANIMATIONCTRL
8097 eval "$ac_cv_use_animatectrl"
8098 if test "$no_cache" != 1; then
8099 echo $ac_cv_use_animatectrl >> ${wx_arg_cache_file}.tmp
8102 if test "$wxUSE_ANIMATIONCTRL" = yes; then
8103 echo "$as_me:$LINENO: result: yes" >&5
8104 echo "${ECHO_T}yes" >&6
8106 echo "$as_me:$LINENO: result: no" >&5
8107 echo "${ECHO_T}no" >&6
8112 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
8113 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
8115 # Check whether --enable-button or --disable-button was given.
8116 if test "${enable_button+set}" = set; then
8117 enableval
="$enable_button"
8119 if test "$enableval" = yes; then
8120 ac_cv_use_button
='wxUSE_BUTTON=yes'
8122 ac_cv_use_button
='wxUSE_BUTTON=no'
8127 LINE
=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
8128 if test "x$LINE" != x
; then
8129 eval "DEFAULT_$LINE"
8134 ac_cv_use_button
='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
8138 eval "$ac_cv_use_button"
8139 if test "$no_cache" != 1; then
8140 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
8143 if test "$wxUSE_BUTTON" = yes; then
8144 echo "$as_me:$LINENO: result: yes" >&5
8145 echo "${ECHO_T}yes" >&6
8147 echo "$as_me:$LINENO: result: no" >&5
8148 echo "${ECHO_T}no" >&6
8153 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
8154 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
8156 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
8157 if test "${enable_bmpbutton+set}" = set; then
8158 enableval
="$enable_bmpbutton"
8160 if test "$enableval" = yes; then
8161 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=yes'
8163 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON=no'
8168 LINE
=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
8169 if test "x$LINE" != x
; then
8170 eval "DEFAULT_$LINE"
8175 ac_cv_use_bmpbutton
='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
8179 eval "$ac_cv_use_bmpbutton"
8180 if test "$no_cache" != 1; then
8181 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
8184 if test "$wxUSE_BMPBUTTON" = yes; then
8185 echo "$as_me:$LINENO: result: yes" >&5
8186 echo "${ECHO_T}yes" >&6
8188 echo "$as_me:$LINENO: result: no" >&5
8189 echo "${ECHO_T}no" >&6
8194 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
8195 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6
8197 # Check whether --enable-bmpcombobox or --disable-bmpcombobox was given.
8198 if test "${enable_bmpcombobox+set}" = set; then
8199 enableval
="$enable_bmpcombobox"
8201 if test "$enableval" = yes; then
8202 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=yes'
8204 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX=no'
8209 LINE
=`grep "wxUSE_BITMAPCOMBOBOX" ${wx_arg_cache_file}`
8210 if test "x$LINE" != x
; then
8211 eval "DEFAULT_$LINE"
8216 ac_cv_use_bmpcombobox
='wxUSE_BITMAPCOMBOBOX='$DEFAULT_wxUSE_BITMAPCOMBOBOX
8220 eval "$ac_cv_use_bmpcombobox"
8221 if test "$no_cache" != 1; then
8222 echo $ac_cv_use_bmpcombobox >> ${wx_arg_cache_file}.tmp
8225 if test "$wxUSE_BITMAPCOMBOBOX" = yes; then
8226 echo "$as_me:$LINENO: result: yes" >&5
8227 echo "${ECHO_T}yes" >&6
8229 echo "$as_me:$LINENO: result: no" >&5
8230 echo "${ECHO_T}no" >&6
8235 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
8236 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
8238 # Check whether --enable-calendar or --disable-calendar was given.
8239 if test "${enable_calendar+set}" = set; then
8240 enableval
="$enable_calendar"
8242 if test "$enableval" = yes; then
8243 ac_cv_use_calendar
='wxUSE_CALCTRL=yes'
8245 ac_cv_use_calendar
='wxUSE_CALCTRL=no'
8250 LINE
=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
8251 if test "x$LINE" != x
; then
8252 eval "DEFAULT_$LINE"
8257 ac_cv_use_calendar
='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
8261 eval "$ac_cv_use_calendar"
8262 if test "$no_cache" != 1; then
8263 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
8266 if test "$wxUSE_CALCTRL" = yes; then
8267 echo "$as_me:$LINENO: result: yes" >&5
8268 echo "${ECHO_T}yes" >&6
8270 echo "$as_me:$LINENO: result: no" >&5
8271 echo "${ECHO_T}no" >&6
8276 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
8277 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
8279 # Check whether --enable-caret or --disable-caret was given.
8280 if test "${enable_caret+set}" = set; then
8281 enableval
="$enable_caret"
8283 if test "$enableval" = yes; then
8284 ac_cv_use_caret
='wxUSE_CARET=yes'
8286 ac_cv_use_caret
='wxUSE_CARET=no'
8291 LINE
=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
8292 if test "x$LINE" != x
; then
8293 eval "DEFAULT_$LINE"
8298 ac_cv_use_caret
='wxUSE_CARET='$DEFAULT_wxUSE_CARET
8302 eval "$ac_cv_use_caret"
8303 if test "$no_cache" != 1; then
8304 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
8307 if test "$wxUSE_CARET" = yes; then
8308 echo "$as_me:$LINENO: result: yes" >&5
8309 echo "${ECHO_T}yes" >&6
8311 echo "$as_me:$LINENO: result: no" >&5
8312 echo "${ECHO_T}no" >&6
8317 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
8318 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
8320 # Check whether --enable-checkbox or --disable-checkbox was given.
8321 if test "${enable_checkbox+set}" = set; then
8322 enableval
="$enable_checkbox"
8324 if test "$enableval" = yes; then
8325 ac_cv_use_checkbox
='wxUSE_CHECKBOX=yes'
8327 ac_cv_use_checkbox
='wxUSE_CHECKBOX=no'
8332 LINE
=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
8333 if test "x$LINE" != x
; then
8334 eval "DEFAULT_$LINE"
8339 ac_cv_use_checkbox
='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
8343 eval "$ac_cv_use_checkbox"
8344 if test "$no_cache" != 1; then
8345 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
8348 if test "$wxUSE_CHECKBOX" = yes; then
8349 echo "$as_me:$LINENO: result: yes" >&5
8350 echo "${ECHO_T}yes" >&6
8352 echo "$as_me:$LINENO: result: no" >&5
8353 echo "${ECHO_T}no" >&6
8358 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
8359 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
8361 # Check whether --enable-checklst or --disable-checklst was given.
8362 if test "${enable_checklst+set}" = set; then
8363 enableval
="$enable_checklst"
8365 if test "$enableval" = yes; then
8366 ac_cv_use_checklst
='wxUSE_CHECKLST=yes'
8368 ac_cv_use_checklst
='wxUSE_CHECKLST=no'
8373 LINE
=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
8374 if test "x$LINE" != x
; then
8375 eval "DEFAULT_$LINE"
8380 ac_cv_use_checklst
='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
8384 eval "$ac_cv_use_checklst"
8385 if test "$no_cache" != 1; then
8386 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
8389 if test "$wxUSE_CHECKLST" = yes; then
8390 echo "$as_me:$LINENO: result: yes" >&5
8391 echo "${ECHO_T}yes" >&6
8393 echo "$as_me:$LINENO: result: no" >&5
8394 echo "${ECHO_T}no" >&6
8399 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
8400 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
8402 # Check whether --enable-choice or --disable-choice was given.
8403 if test "${enable_choice+set}" = set; then
8404 enableval
="$enable_choice"
8406 if test "$enableval" = yes; then
8407 ac_cv_use_choice
='wxUSE_CHOICE=yes'
8409 ac_cv_use_choice
='wxUSE_CHOICE=no'
8414 LINE
=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
8415 if test "x$LINE" != x
; then
8416 eval "DEFAULT_$LINE"
8421 ac_cv_use_choice
='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
8425 eval "$ac_cv_use_choice"
8426 if test "$no_cache" != 1; then
8427 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
8430 if test "$wxUSE_CHOICE" = yes; then
8431 echo "$as_me:$LINENO: result: yes" >&5
8432 echo "${ECHO_T}yes" >&6
8434 echo "$as_me:$LINENO: result: no" >&5
8435 echo "${ECHO_T}no" >&6
8440 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
8441 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6
8443 # Check whether --enable-choicebook or --disable-choicebook was given.
8444 if test "${enable_choicebook+set}" = set; then
8445 enableval
="$enable_choicebook"
8447 if test "$enableval" = yes; then
8448 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=yes'
8450 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK=no'
8455 LINE
=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}`
8456 if test "x$LINE" != x
; then
8457 eval "DEFAULT_$LINE"
8462 ac_cv_use_choicebook
='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK
8466 eval "$ac_cv_use_choicebook"
8467 if test "$no_cache" != 1; then
8468 echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp
8471 if test "$wxUSE_CHOICEBOOK" = yes; then
8472 echo "$as_me:$LINENO: result: yes" >&5
8473 echo "${ECHO_T}yes" >&6
8475 echo "$as_me:$LINENO: result: no" >&5
8476 echo "${ECHO_T}no" >&6
8481 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
8482 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6
8484 # Check whether --enable-collpane or --disable-collpane was given.
8485 if test "${enable_collpane+set}" = set; then
8486 enableval
="$enable_collpane"
8488 if test "$enableval" = yes; then
8489 ac_cv_use_collpane
='wxUSE_COLLPANE=yes'
8491 ac_cv_use_collpane
='wxUSE_COLLPANE=no'
8496 LINE
=`grep "wxUSE_COLLPANE" ${wx_arg_cache_file}`
8497 if test "x$LINE" != x
; then
8498 eval "DEFAULT_$LINE"
8503 ac_cv_use_collpane
='wxUSE_COLLPANE='$DEFAULT_wxUSE_COLLPANE
8507 eval "$ac_cv_use_collpane"
8508 if test "$no_cache" != 1; then
8509 echo $ac_cv_use_collpane >> ${wx_arg_cache_file}.tmp
8512 if test "$wxUSE_COLLPANE" = yes; then
8513 echo "$as_me:$LINENO: result: yes" >&5
8514 echo "${ECHO_T}yes" >&6
8516 echo "$as_me:$LINENO: result: no" >&5
8517 echo "${ECHO_T}no" >&6
8522 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
8523 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6
8525 # Check whether --enable-colourpicker or --disable-colourpicker was given.
8526 if test "${enable_colourpicker+set}" = set; then
8527 enableval
="$enable_colourpicker"
8529 if test "$enableval" = yes; then
8530 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=yes'
8532 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL=no'
8537 LINE
=`grep "wxUSE_COLOURPICKERCTRL" ${wx_arg_cache_file}`
8538 if test "x$LINE" != x
; then
8539 eval "DEFAULT_$LINE"
8544 ac_cv_use_colourpicker
='wxUSE_COLOURPICKERCTRL='$DEFAULT_wxUSE_COLOURPICKERCTRL
8548 eval "$ac_cv_use_colourpicker"
8549 if test "$no_cache" != 1; then
8550 echo $ac_cv_use_colourpicker >> ${wx_arg_cache_file}.tmp
8553 if test "$wxUSE_COLOURPICKERCTRL" = yes; then
8554 echo "$as_me:$LINENO: result: yes" >&5
8555 echo "${ECHO_T}yes" >&6
8557 echo "$as_me:$LINENO: result: no" >&5
8558 echo "${ECHO_T}no" >&6
8563 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
8564 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
8566 # Check whether --enable-combobox or --disable-combobox was given.
8567 if test "${enable_combobox+set}" = set; then
8568 enableval
="$enable_combobox"
8570 if test "$enableval" = yes; then
8571 ac_cv_use_combobox
='wxUSE_COMBOBOX=yes'
8573 ac_cv_use_combobox
='wxUSE_COMBOBOX=no'
8578 LINE
=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
8579 if test "x$LINE" != x
; then
8580 eval "DEFAULT_$LINE"
8585 ac_cv_use_combobox
='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
8589 eval "$ac_cv_use_combobox"
8590 if test "$no_cache" != 1; then
8591 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
8594 if test "$wxUSE_COMBOBOX" = yes; then
8595 echo "$as_me:$LINENO: result: yes" >&5
8596 echo "${ECHO_T}yes" >&6
8598 echo "$as_me:$LINENO: result: no" >&5
8599 echo "${ECHO_T}no" >&6
8604 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
8605 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6
8607 # Check whether --enable-comboctrl or --disable-comboctrl was given.
8608 if test "${enable_comboctrl+set}" = set; then
8609 enableval
="$enable_comboctrl"
8611 if test "$enableval" = yes; then
8612 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL=yes'
8614 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL=no'
8619 LINE
=`grep "wxUSE_COMBOCTRL" ${wx_arg_cache_file}`
8620 if test "x$LINE" != x
; then
8621 eval "DEFAULT_$LINE"
8626 ac_cv_use_comboctrl
='wxUSE_COMBOCTRL='$DEFAULT_wxUSE_COMBOCTRL
8630 eval "$ac_cv_use_comboctrl"
8631 if test "$no_cache" != 1; then
8632 echo $ac_cv_use_comboctrl >> ${wx_arg_cache_file}.tmp
8635 if test "$wxUSE_COMBOCTRL" = yes; then
8636 echo "$as_me:$LINENO: result: yes" >&5
8637 echo "${ECHO_T}yes" >&6
8639 echo "$as_me:$LINENO: result: no" >&5
8640 echo "${ECHO_T}no" >&6
8645 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
8646 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6
8648 # Check whether --enable-datepick or --disable-datepick was given.
8649 if test "${enable_datepick+set}" = set; then
8650 enableval
="$enable_datepick"
8652 if test "$enableval" = yes; then
8653 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=yes'
8655 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL=no'
8660 LINE
=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}`
8661 if test "x$LINE" != x
; then
8662 eval "DEFAULT_$LINE"
8667 ac_cv_use_datepick
='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL
8671 eval "$ac_cv_use_datepick"
8672 if test "$no_cache" != 1; then
8673 echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp
8676 if test "$wxUSE_DATEPICKCTRL" = yes; then
8677 echo "$as_me:$LINENO: result: yes" >&5
8678 echo "${ECHO_T}yes" >&6
8680 echo "$as_me:$LINENO: result: no" >&5
8681 echo "${ECHO_T}no" >&6
8686 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
8687 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6
8689 # Check whether --enable-dirpicker or --disable-dirpicker was given.
8690 if test "${enable_dirpicker+set}" = set; then
8691 enableval
="$enable_dirpicker"
8693 if test "$enableval" = yes; then
8694 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=yes'
8696 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL=no'
8701 LINE
=`grep "wxUSE_DIRPICKERCTRL" ${wx_arg_cache_file}`
8702 if test "x$LINE" != x
; then
8703 eval "DEFAULT_$LINE"
8708 ac_cv_use_dirpicker
='wxUSE_DIRPICKERCTRL='$DEFAULT_wxUSE_DIRPICKERCTRL
8712 eval "$ac_cv_use_dirpicker"
8713 if test "$no_cache" != 1; then
8714 echo $ac_cv_use_dirpicker >> ${wx_arg_cache_file}.tmp
8717 if test "$wxUSE_DIRPICKERCTRL" = yes; then
8718 echo "$as_me:$LINENO: result: yes" >&5
8719 echo "${ECHO_T}yes" >&6
8721 echo "$as_me:$LINENO: result: no" >&5
8722 echo "${ECHO_T}no" >&6
8727 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
8728 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
8730 # Check whether --enable-display or --disable-display was given.
8731 if test "${enable_display+set}" = set; then
8732 enableval
="$enable_display"
8734 if test "$enableval" = yes; then
8735 ac_cv_use_display
='wxUSE_DISPLAY=yes'
8737 ac_cv_use_display
='wxUSE_DISPLAY=no'
8742 LINE
=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
8743 if test "x$LINE" != x
; then
8744 eval "DEFAULT_$LINE"
8749 ac_cv_use_display
='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
8753 eval "$ac_cv_use_display"
8754 if test "$no_cache" != 1; then
8755 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
8758 if test "$wxUSE_DISPLAY" = yes; then
8759 echo "$as_me:$LINENO: result: yes" >&5
8760 echo "${ECHO_T}yes" >&6
8762 echo "$as_me:$LINENO: result: no" >&5
8763 echo "${ECHO_T}no" >&6
8768 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
8769 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6
8771 # Check whether --enable-detect_sm or --disable-detect_sm was given.
8772 if test "${enable_detect_sm+set}" = set; then
8773 enableval
="$enable_detect_sm"
8775 if test "$enableval" = yes; then
8776 ac_cv_use_detect_sm
='wxUSE_DETECT_SM=yes'
8778 ac_cv_use_detect_sm
='wxUSE_DETECT_SM=no'
8783 LINE
=`grep "wxUSE_DETECT_SM" ${wx_arg_cache_file}`
8784 if test "x$LINE" != x
; then
8785 eval "DEFAULT_$LINE"
8790 ac_cv_use_detect_sm
='wxUSE_DETECT_SM='$DEFAULT_wxUSE_DETECT_SM
8794 eval "$ac_cv_use_detect_sm"
8795 if test "$no_cache" != 1; then
8796 echo $ac_cv_use_detect_sm >> ${wx_arg_cache_file}.tmp
8799 if test "$wxUSE_DETECT_SM" = yes; then
8800 echo "$as_me:$LINENO: result: yes" >&5
8801 echo "${ECHO_T}yes" >&6
8803 echo "$as_me:$LINENO: result: no" >&5
8804 echo "${ECHO_T}no" >&6
8809 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
8810 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6
8812 # Check whether --enable-filepicker or --disable-filepicker was given.
8813 if test "${enable_filepicker+set}" = set; then
8814 enableval
="$enable_filepicker"
8816 if test "$enableval" = yes; then
8817 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL=yes'
8819 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL=no'
8824 LINE
=`grep "wxUSE_FILEPICKERCTRL" ${wx_arg_cache_file}`
8825 if test "x$LINE" != x
; then
8826 eval "DEFAULT_$LINE"
8831 ac_cv_use_filepicker
='wxUSE_FILEPICKERCTRL='$DEFAULT_wxUSE_FILEPICKERCTRL
8835 eval "$ac_cv_use_filepicker"
8836 if test "$no_cache" != 1; then
8837 echo $ac_cv_use_filepicker >> ${wx_arg_cache_file}.tmp
8840 if test "$wxUSE_FILEPICKERCTRL" = yes; then
8841 echo "$as_me:$LINENO: result: yes" >&5
8842 echo "${ECHO_T}yes" >&6
8844 echo "$as_me:$LINENO: result: no" >&5
8845 echo "${ECHO_T}no" >&6
8850 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
8851 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6
8853 # Check whether --enable-fontpicker or --disable-fontpicker was given.
8854 if test "${enable_fontpicker+set}" = set; then
8855 enableval
="$enable_fontpicker"
8857 if test "$enableval" = yes; then
8858 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=yes'
8860 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL=no'
8865 LINE
=`grep "wxUSE_FONTPICKERCTRL" ${wx_arg_cache_file}`
8866 if test "x$LINE" != x
; then
8867 eval "DEFAULT_$LINE"
8872 ac_cv_use_fontpicker
='wxUSE_FONTPICKERCTRL='$DEFAULT_wxUSE_FONTPICKERCTRL
8876 eval "$ac_cv_use_fontpicker"
8877 if test "$no_cache" != 1; then
8878 echo $ac_cv_use_fontpicker >> ${wx_arg_cache_file}.tmp
8881 if test "$wxUSE_FONTPICKERCTRL" = yes; then
8882 echo "$as_me:$LINENO: result: yes" >&5
8883 echo "${ECHO_T}yes" >&6
8885 echo "$as_me:$LINENO: result: no" >&5
8886 echo "${ECHO_T}no" >&6
8891 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
8892 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
8894 # Check whether --enable-gauge or --disable-gauge was given.
8895 if test "${enable_gauge+set}" = set; then
8896 enableval
="$enable_gauge"
8898 if test "$enableval" = yes; then
8899 ac_cv_use_gauge
='wxUSE_GAUGE=yes'
8901 ac_cv_use_gauge
='wxUSE_GAUGE=no'
8906 LINE
=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
8907 if test "x$LINE" != x
; then
8908 eval "DEFAULT_$LINE"
8913 ac_cv_use_gauge
='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
8917 eval "$ac_cv_use_gauge"
8918 if test "$no_cache" != 1; then
8919 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
8922 if test "$wxUSE_GAUGE" = yes; then
8923 echo "$as_me:$LINENO: result: yes" >&5
8924 echo "${ECHO_T}yes" >&6
8926 echo "$as_me:$LINENO: result: no" >&5
8927 echo "${ECHO_T}no" >&6
8932 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
8933 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
8935 # Check whether --enable-grid or --disable-grid was given.
8936 if test "${enable_grid+set}" = set; then
8937 enableval
="$enable_grid"
8939 if test "$enableval" = yes; then
8940 ac_cv_use_grid
='wxUSE_GRID=yes'
8942 ac_cv_use_grid
='wxUSE_GRID=no'
8947 LINE
=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
8948 if test "x$LINE" != x
; then
8949 eval "DEFAULT_$LINE"
8954 ac_cv_use_grid
='wxUSE_GRID='$DEFAULT_wxUSE_GRID
8958 eval "$ac_cv_use_grid"
8959 if test "$no_cache" != 1; then
8960 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
8963 if test "$wxUSE_GRID" = yes; then
8964 echo "$as_me:$LINENO: result: yes" >&5
8965 echo "${ECHO_T}yes" >&6
8967 echo "$as_me:$LINENO: result: no" >&5
8968 echo "${ECHO_T}no" >&6
8973 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
8974 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6
8976 # Check whether --enable-dataviewctrl or --disable-dataviewctrl was given.
8977 if test "${enable_dataviewctrl+set}" = set; then
8978 enableval
="$enable_dataviewctrl"
8980 if test "$enableval" = yes; then
8981 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=yes'
8983 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL=no'
8988 LINE
=`grep "wxUSE_DATAVIEWCTRL" ${wx_arg_cache_file}`
8989 if test "x$LINE" != x
; then
8990 eval "DEFAULT_$LINE"
8995 ac_cv_use_dataviewctrl
='wxUSE_DATAVIEWCTRL='$DEFAULT_wxUSE_DATAVIEWCTRL
8999 eval "$ac_cv_use_dataviewctrl"
9000 if test "$no_cache" != 1; then
9001 echo $ac_cv_use_dataviewctrl >> ${wx_arg_cache_file}.tmp
9004 if test "$wxUSE_DATAVIEWCTRL" = yes; then
9005 echo "$as_me:$LINENO: result: yes" >&5
9006 echo "${ECHO_T}yes" >&6
9008 echo "$as_me:$LINENO: result: no" >&5
9009 echo "${ECHO_T}no" >&6
9014 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
9015 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6
9017 # Check whether --enable-hyperlink or --disable-hyperlink was given.
9018 if test "${enable_hyperlink+set}" = set; then
9019 enableval
="$enable_hyperlink"
9021 if test "$enableval" = yes; then
9022 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=yes'
9024 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL=no'
9029 LINE
=`grep "wxUSE_HYPERLINKCTRL" ${wx_arg_cache_file}`
9030 if test "x$LINE" != x
; then
9031 eval "DEFAULT_$LINE"
9036 ac_cv_use_hyperlink
='wxUSE_HYPERLINKCTRL='$DEFAULT_wxUSE_HYPERLINKCTRL
9040 eval "$ac_cv_use_hyperlink"
9041 if test "$no_cache" != 1; then
9042 echo $ac_cv_use_hyperlink >> ${wx_arg_cache_file}.tmp
9045 if test "$wxUSE_HYPERLINKCTRL" = yes; then
9046 echo "$as_me:$LINENO: result: yes" >&5
9047 echo "${ECHO_T}yes" >&6
9049 echo "$as_me:$LINENO: result: no" >&5
9050 echo "${ECHO_T}no" >&6
9055 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
9056 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
9058 # Check whether --enable-imaglist or --disable-imaglist was given.
9059 if test "${enable_imaglist+set}" = set; then
9060 enableval
="$enable_imaglist"
9062 if test "$enableval" = yes; then
9063 ac_cv_use_imaglist
='wxUSE_IMAGLIST=yes'
9065 ac_cv_use_imaglist
='wxUSE_IMAGLIST=no'
9070 LINE
=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
9071 if test "x$LINE" != x
; then
9072 eval "DEFAULT_$LINE"
9077 ac_cv_use_imaglist
='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
9081 eval "$ac_cv_use_imaglist"
9082 if test "$no_cache" != 1; then
9083 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
9086 if test "$wxUSE_IMAGLIST" = yes; then
9087 echo "$as_me:$LINENO: result: yes" >&5
9088 echo "${ECHO_T}yes" >&6
9090 echo "$as_me:$LINENO: result: no" >&5
9091 echo "${ECHO_T}no" >&6
9096 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
9097 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6
9099 # Check whether --enable-listbook or --disable-listbook was given.
9100 if test "${enable_listbook+set}" = set; then
9101 enableval
="$enable_listbook"
9103 if test "$enableval" = yes; then
9104 ac_cv_use_listbook
='wxUSE_LISTBOOK=yes'
9106 ac_cv_use_listbook
='wxUSE_LISTBOOK=no'
9111 LINE
=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}`
9112 if test "x$LINE" != x
; then
9113 eval "DEFAULT_$LINE"
9118 ac_cv_use_listbook
='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK
9122 eval "$ac_cv_use_listbook"
9123 if test "$no_cache" != 1; then
9124 echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp
9127 if test "$wxUSE_LISTBOOK" = yes; then
9128 echo "$as_me:$LINENO: result: yes" >&5
9129 echo "${ECHO_T}yes" >&6
9131 echo "$as_me:$LINENO: result: no" >&5
9132 echo "${ECHO_T}no" >&6
9137 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
9138 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
9140 # Check whether --enable-listbox or --disable-listbox was given.
9141 if test "${enable_listbox+set}" = set; then
9142 enableval
="$enable_listbox"
9144 if test "$enableval" = yes; then
9145 ac_cv_use_listbox
='wxUSE_LISTBOX=yes'
9147 ac_cv_use_listbox
='wxUSE_LISTBOX=no'
9152 LINE
=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
9153 if test "x$LINE" != x
; then
9154 eval "DEFAULT_$LINE"
9159 ac_cv_use_listbox
='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
9163 eval "$ac_cv_use_listbox"
9164 if test "$no_cache" != 1; then
9165 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
9168 if test "$wxUSE_LISTBOX" = yes; then
9169 echo "$as_me:$LINENO: result: yes" >&5
9170 echo "${ECHO_T}yes" >&6
9172 echo "$as_me:$LINENO: result: no" >&5
9173 echo "${ECHO_T}no" >&6
9178 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
9179 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
9181 # Check whether --enable-listctrl or --disable-listctrl was given.
9182 if test "${enable_listctrl+set}" = set; then
9183 enableval
="$enable_listctrl"
9185 if test "$enableval" = yes; then
9186 ac_cv_use_listctrl
='wxUSE_LISTCTRL=yes'
9188 ac_cv_use_listctrl
='wxUSE_LISTCTRL=no'
9193 LINE
=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
9194 if test "x$LINE" != x
; then
9195 eval "DEFAULT_$LINE"
9200 ac_cv_use_listctrl
='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
9204 eval "$ac_cv_use_listctrl"
9205 if test "$no_cache" != 1; then
9206 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
9209 if test "$wxUSE_LISTCTRL" = yes; then
9210 echo "$as_me:$LINENO: result: yes" >&5
9211 echo "${ECHO_T}yes" >&6
9213 echo "$as_me:$LINENO: result: no" >&5
9214 echo "${ECHO_T}no" >&6
9219 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
9220 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
9222 # Check whether --enable-notebook or --disable-notebook was given.
9223 if test "${enable_notebook+set}" = set; then
9224 enableval
="$enable_notebook"
9226 if test "$enableval" = yes; then
9227 ac_cv_use_notebook
='wxUSE_NOTEBOOK=yes'
9229 ac_cv_use_notebook
='wxUSE_NOTEBOOK=no'
9234 LINE
=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
9235 if test "x$LINE" != x
; then
9236 eval "DEFAULT_$LINE"
9241 ac_cv_use_notebook
='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
9245 eval "$ac_cv_use_notebook"
9246 if test "$no_cache" != 1; then
9247 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
9250 if test "$wxUSE_NOTEBOOK" = yes; then
9251 echo "$as_me:$LINENO: result: yes" >&5
9252 echo "${ECHO_T}yes" >&6
9254 echo "$as_me:$LINENO: result: no" >&5
9255 echo "${ECHO_T}no" >&6
9260 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
9261 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6
9263 # Check whether --enable-odcombobox or --disable-odcombobox was given.
9264 if test "${enable_odcombobox+set}" = set; then
9265 enableval
="$enable_odcombobox"
9267 if test "$enableval" = yes; then
9268 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=yes'
9270 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX=no'
9275 LINE
=`grep "wxUSE_ODCOMBOBOX" ${wx_arg_cache_file}`
9276 if test "x$LINE" != x
; then
9277 eval "DEFAULT_$LINE"
9282 ac_cv_use_odcombobox
='wxUSE_ODCOMBOBOX='$DEFAULT_wxUSE_ODCOMBOBOX
9286 eval "$ac_cv_use_odcombobox"
9287 if test "$no_cache" != 1; then
9288 echo $ac_cv_use_odcombobox >> ${wx_arg_cache_file}.tmp
9291 if test "$wxUSE_ODCOMBOBOX" = yes; then
9292 echo "$as_me:$LINENO: result: yes" >&5
9293 echo "${ECHO_T}yes" >&6
9295 echo "$as_me:$LINENO: result: no" >&5
9296 echo "${ECHO_T}no" >&6
9301 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
9302 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
9304 # Check whether --enable-radiobox or --disable-radiobox was given.
9305 if test "${enable_radiobox+set}" = set; then
9306 enableval
="$enable_radiobox"
9308 if test "$enableval" = yes; then
9309 ac_cv_use_radiobox
='wxUSE_RADIOBOX=yes'
9311 ac_cv_use_radiobox
='wxUSE_RADIOBOX=no'
9316 LINE
=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
9317 if test "x$LINE" != x
; then
9318 eval "DEFAULT_$LINE"
9323 ac_cv_use_radiobox
='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
9327 eval "$ac_cv_use_radiobox"
9328 if test "$no_cache" != 1; then
9329 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
9332 if test "$wxUSE_RADIOBOX" = yes; then
9333 echo "$as_me:$LINENO: result: yes" >&5
9334 echo "${ECHO_T}yes" >&6
9336 echo "$as_me:$LINENO: result: no" >&5
9337 echo "${ECHO_T}no" >&6
9342 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
9343 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
9345 # Check whether --enable-radiobtn or --disable-radiobtn was given.
9346 if test "${enable_radiobtn+set}" = set; then
9347 enableval
="$enable_radiobtn"
9349 if test "$enableval" = yes; then
9350 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=yes'
9352 ac_cv_use_radiobtn
='wxUSE_RADIOBTN=no'
9357 LINE
=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
9358 if test "x$LINE" != x
; then
9359 eval "DEFAULT_$LINE"
9364 ac_cv_use_radiobtn
='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
9368 eval "$ac_cv_use_radiobtn"
9369 if test "$no_cache" != 1; then
9370 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
9373 if test "$wxUSE_RADIOBTN" = yes; then
9374 echo "$as_me:$LINENO: result: yes" >&5
9375 echo "${ECHO_T}yes" >&6
9377 echo "$as_me:$LINENO: result: no" >&5
9378 echo "${ECHO_T}no" >&6
9383 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
9384 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
9386 # Check whether --enable-sash or --disable-sash was given.
9387 if test "${enable_sash+set}" = set; then
9388 enableval
="$enable_sash"
9390 if test "$enableval" = yes; then
9391 ac_cv_use_sash
='wxUSE_SASH=yes'
9393 ac_cv_use_sash
='wxUSE_SASH=no'
9398 LINE
=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
9399 if test "x$LINE" != x
; then
9400 eval "DEFAULT_$LINE"
9405 ac_cv_use_sash
='wxUSE_SASH='$DEFAULT_wxUSE_SASH
9409 eval "$ac_cv_use_sash"
9410 if test "$no_cache" != 1; then
9411 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
9414 if test "$wxUSE_SASH" = yes; then
9415 echo "$as_me:$LINENO: result: yes" >&5
9416 echo "${ECHO_T}yes" >&6
9418 echo "$as_me:$LINENO: result: no" >&5
9419 echo "${ECHO_T}no" >&6
9424 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
9425 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
9427 # Check whether --enable-scrollbar or --disable-scrollbar was given.
9428 if test "${enable_scrollbar+set}" = set; then
9429 enableval
="$enable_scrollbar"
9431 if test "$enableval" = yes; then
9432 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=yes'
9434 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR=no'
9439 LINE
=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
9440 if test "x$LINE" != x
; then
9441 eval "DEFAULT_$LINE"
9446 ac_cv_use_scrollbar
='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
9450 eval "$ac_cv_use_scrollbar"
9451 if test "$no_cache" != 1; then
9452 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
9455 if test "$wxUSE_SCROLLBAR" = yes; then
9456 echo "$as_me:$LINENO: result: yes" >&5
9457 echo "${ECHO_T}yes" >&6
9459 echo "$as_me:$LINENO: result: no" >&5
9460 echo "${ECHO_T}no" >&6
9465 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
9466 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
9468 # Check whether --enable-slider or --disable-slider was given.
9469 if test "${enable_slider+set}" = set; then
9470 enableval
="$enable_slider"
9472 if test "$enableval" = yes; then
9473 ac_cv_use_slider
='wxUSE_SLIDER=yes'
9475 ac_cv_use_slider
='wxUSE_SLIDER=no'
9480 LINE
=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
9481 if test "x$LINE" != x
; then
9482 eval "DEFAULT_$LINE"
9487 ac_cv_use_slider
='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
9491 eval "$ac_cv_use_slider"
9492 if test "$no_cache" != 1; then
9493 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
9496 if test "$wxUSE_SLIDER" = yes; then
9497 echo "$as_me:$LINENO: result: yes" >&5
9498 echo "${ECHO_T}yes" >&6
9500 echo "$as_me:$LINENO: result: no" >&5
9501 echo "${ECHO_T}no" >&6
9506 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
9507 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
9509 # Check whether --enable-spinbtn or --disable-spinbtn was given.
9510 if test "${enable_spinbtn+set}" = set; then
9511 enableval
="$enable_spinbtn"
9513 if test "$enableval" = yes; then
9514 ac_cv_use_spinbtn
='wxUSE_SPINBTN=yes'
9516 ac_cv_use_spinbtn
='wxUSE_SPINBTN=no'
9521 LINE
=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
9522 if test "x$LINE" != x
; then
9523 eval "DEFAULT_$LINE"
9528 ac_cv_use_spinbtn
='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
9532 eval "$ac_cv_use_spinbtn"
9533 if test "$no_cache" != 1; then
9534 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
9537 if test "$wxUSE_SPINBTN" = yes; then
9538 echo "$as_me:$LINENO: result: yes" >&5
9539 echo "${ECHO_T}yes" >&6
9541 echo "$as_me:$LINENO: result: no" >&5
9542 echo "${ECHO_T}no" >&6
9547 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
9548 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
9550 # Check whether --enable-spinctrl or --disable-spinctrl was given.
9551 if test "${enable_spinctrl+set}" = set; then
9552 enableval
="$enable_spinctrl"
9554 if test "$enableval" = yes; then
9555 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=yes'
9557 ac_cv_use_spinctrl
='wxUSE_SPINCTRL=no'
9562 LINE
=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
9563 if test "x$LINE" != x
; then
9564 eval "DEFAULT_$LINE"
9569 ac_cv_use_spinctrl
='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
9573 eval "$ac_cv_use_spinctrl"
9574 if test "$no_cache" != 1; then
9575 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
9578 if test "$wxUSE_SPINCTRL" = yes; then
9579 echo "$as_me:$LINENO: result: yes" >&5
9580 echo "${ECHO_T}yes" >&6
9582 echo "$as_me:$LINENO: result: no" >&5
9583 echo "${ECHO_T}no" >&6
9588 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
9589 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
9591 # Check whether --enable-splitter or --disable-splitter was given.
9592 if test "${enable_splitter+set}" = set; then
9593 enableval
="$enable_splitter"
9595 if test "$enableval" = yes; then
9596 ac_cv_use_splitter
='wxUSE_SPLITTER=yes'
9598 ac_cv_use_splitter
='wxUSE_SPLITTER=no'
9603 LINE
=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
9604 if test "x$LINE" != x
; then
9605 eval "DEFAULT_$LINE"
9610 ac_cv_use_splitter
='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
9614 eval "$ac_cv_use_splitter"
9615 if test "$no_cache" != 1; then
9616 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
9619 if test "$wxUSE_SPLITTER" = yes; then
9620 echo "$as_me:$LINENO: result: yes" >&5
9621 echo "${ECHO_T}yes" >&6
9623 echo "$as_me:$LINENO: result: no" >&5
9624 echo "${ECHO_T}no" >&6
9629 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
9630 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
9632 # Check whether --enable-statbmp or --disable-statbmp was given.
9633 if test "${enable_statbmp+set}" = set; then
9634 enableval
="$enable_statbmp"
9636 if test "$enableval" = yes; then
9637 ac_cv_use_statbmp
='wxUSE_STATBMP=yes'
9639 ac_cv_use_statbmp
='wxUSE_STATBMP=no'
9644 LINE
=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
9645 if test "x$LINE" != x
; then
9646 eval "DEFAULT_$LINE"
9651 ac_cv_use_statbmp
='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
9655 eval "$ac_cv_use_statbmp"
9656 if test "$no_cache" != 1; then
9657 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
9660 if test "$wxUSE_STATBMP" = yes; then
9661 echo "$as_me:$LINENO: result: yes" >&5
9662 echo "${ECHO_T}yes" >&6
9664 echo "$as_me:$LINENO: result: no" >&5
9665 echo "${ECHO_T}no" >&6
9670 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
9671 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
9673 # Check whether --enable-statbox or --disable-statbox was given.
9674 if test "${enable_statbox+set}" = set; then
9675 enableval
="$enable_statbox"
9677 if test "$enableval" = yes; then
9678 ac_cv_use_statbox
='wxUSE_STATBOX=yes'
9680 ac_cv_use_statbox
='wxUSE_STATBOX=no'
9685 LINE
=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
9686 if test "x$LINE" != x
; then
9687 eval "DEFAULT_$LINE"
9692 ac_cv_use_statbox
='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
9696 eval "$ac_cv_use_statbox"
9697 if test "$no_cache" != 1; then
9698 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
9701 if test "$wxUSE_STATBOX" = yes; then
9702 echo "$as_me:$LINENO: result: yes" >&5
9703 echo "${ECHO_T}yes" >&6
9705 echo "$as_me:$LINENO: result: no" >&5
9706 echo "${ECHO_T}no" >&6
9711 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
9712 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
9714 # Check whether --enable-statline or --disable-statline was given.
9715 if test "${enable_statline+set}" = set; then
9716 enableval
="$enable_statline"
9718 if test "$enableval" = yes; then
9719 ac_cv_use_statline
='wxUSE_STATLINE=yes'
9721 ac_cv_use_statline
='wxUSE_STATLINE=no'
9726 LINE
=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
9727 if test "x$LINE" != x
; then
9728 eval "DEFAULT_$LINE"
9733 ac_cv_use_statline
='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
9737 eval "$ac_cv_use_statline"
9738 if test "$no_cache" != 1; then
9739 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
9742 if test "$wxUSE_STATLINE" = yes; then
9743 echo "$as_me:$LINENO: result: yes" >&5
9744 echo "${ECHO_T}yes" >&6
9746 echo "$as_me:$LINENO: result: no" >&5
9747 echo "${ECHO_T}no" >&6
9752 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
9753 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
9755 # Check whether --enable-stattext or --disable-stattext was given.
9756 if test "${enable_stattext+set}" = set; then
9757 enableval
="$enable_stattext"
9759 if test "$enableval" = yes; then
9760 ac_cv_use_stattext
='wxUSE_STATTEXT=yes'
9762 ac_cv_use_stattext
='wxUSE_STATTEXT=no'
9767 LINE
=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
9768 if test "x$LINE" != x
; then
9769 eval "DEFAULT_$LINE"
9774 ac_cv_use_stattext
='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
9778 eval "$ac_cv_use_stattext"
9779 if test "$no_cache" != 1; then
9780 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
9783 if test "$wxUSE_STATTEXT" = yes; then
9784 echo "$as_me:$LINENO: result: yes" >&5
9785 echo "${ECHO_T}yes" >&6
9787 echo "$as_me:$LINENO: result: no" >&5
9788 echo "${ECHO_T}no" >&6
9793 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
9794 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
9796 # Check whether --enable-statusbar or --disable-statusbar was given.
9797 if test "${enable_statusbar+set}" = set; then
9798 enableval
="$enable_statusbar"
9800 if test "$enableval" = yes; then
9801 ac_cv_use_statusbar
='wxUSE_STATUSBAR=yes'
9803 ac_cv_use_statusbar
='wxUSE_STATUSBAR=no'
9808 LINE
=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
9809 if test "x$LINE" != x
; then
9810 eval "DEFAULT_$LINE"
9815 ac_cv_use_statusbar
='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
9819 eval "$ac_cv_use_statusbar"
9820 if test "$no_cache" != 1; then
9821 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
9824 if test "$wxUSE_STATUSBAR" = yes; then
9825 echo "$as_me:$LINENO: result: yes" >&5
9826 echo "${ECHO_T}yes" >&6
9828 echo "$as_me:$LINENO: result: no" >&5
9829 echo "${ECHO_T}no" >&6
9834 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
9835 echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
9837 # Check whether --enable-tabdialog or --disable-tabdialog was given.
9838 if test "${enable_tabdialog+set}" = set; then
9839 enableval
="$enable_tabdialog"
9841 if test "$enableval" = yes; then
9842 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG=yes'
9844 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG=no'
9849 LINE
=`grep "wxUSE_TAB_DIALOG" ${wx_arg_cache_file}`
9850 if test "x$LINE" != x
; then
9851 eval "DEFAULT_$LINE"
9856 ac_cv_use_tabdialog
='wxUSE_TAB_DIALOG='$DEFAULT_wxUSE_TAB_DIALOG
9860 eval "$ac_cv_use_tabdialog"
9861 if test "$no_cache" != 1; then
9862 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
9865 if test "$wxUSE_TAB_DIALOG" = yes; then
9866 echo "$as_me:$LINENO: result: yes" >&5
9867 echo "${ECHO_T}yes" >&6
9869 echo "$as_me:$LINENO: result: no" >&5
9870 echo "${ECHO_T}no" >&6
9875 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
9876 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
9878 # Check whether --enable-textctrl or --disable-textctrl was given.
9879 if test "${enable_textctrl+set}" = set; then
9880 enableval
="$enable_textctrl"
9882 if test "$enableval" = yes; then
9883 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=yes'
9885 ac_cv_use_textctrl
='wxUSE_TEXTCTRL=no'
9890 LINE
=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
9891 if test "x$LINE" != x
; then
9892 eval "DEFAULT_$LINE"
9897 ac_cv_use_textctrl
='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
9901 eval "$ac_cv_use_textctrl"
9902 if test "$no_cache" != 1; then
9903 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
9906 if test "$wxUSE_TEXTCTRL" = yes; then
9907 echo "$as_me:$LINENO: result: yes" >&5
9908 echo "${ECHO_T}yes" >&6
9910 echo "$as_me:$LINENO: result: no" >&5
9911 echo "${ECHO_T}no" >&6
9916 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
9917 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
9919 # Check whether --enable-togglebtn or --disable-togglebtn was given.
9920 if test "${enable_togglebtn+set}" = set; then
9921 enableval
="$enable_togglebtn"
9923 if test "$enableval" = yes; then
9924 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=yes'
9926 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN=no'
9931 LINE
=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
9932 if test "x$LINE" != x
; then
9933 eval "DEFAULT_$LINE"
9938 ac_cv_use_togglebtn
='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
9942 eval "$ac_cv_use_togglebtn"
9943 if test "$no_cache" != 1; then
9944 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
9947 if test "$wxUSE_TOGGLEBTN" = yes; then
9948 echo "$as_me:$LINENO: result: yes" >&5
9949 echo "${ECHO_T}yes" >&6
9951 echo "$as_me:$LINENO: result: no" >&5
9952 echo "${ECHO_T}no" >&6
9957 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
9958 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
9960 # Check whether --enable-toolbar or --disable-toolbar was given.
9961 if test "${enable_toolbar+set}" = set; then
9962 enableval
="$enable_toolbar"
9964 if test "$enableval" = yes; then
9965 ac_cv_use_toolbar
='wxUSE_TOOLBAR=yes'
9967 ac_cv_use_toolbar
='wxUSE_TOOLBAR=no'
9972 LINE
=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
9973 if test "x$LINE" != x
; then
9974 eval "DEFAULT_$LINE"
9979 ac_cv_use_toolbar
='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
9983 eval "$ac_cv_use_toolbar"
9984 if test "$no_cache" != 1; then
9985 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
9988 if test "$wxUSE_TOOLBAR" = yes; then
9989 echo "$as_me:$LINENO: result: yes" >&5
9990 echo "${ECHO_T}yes" >&6
9992 echo "$as_me:$LINENO: result: no" >&5
9993 echo "${ECHO_T}no" >&6
9998 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
9999 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
10001 # Check whether --enable-tbarnative or --disable-tbarnative was given.
10002 if test "${enable_tbarnative+set}" = set; then
10003 enableval
="$enable_tbarnative"
10005 if test "$enableval" = yes; then
10006 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=yes'
10008 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE=no'
10013 LINE
=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
10014 if test "x$LINE" != x
; then
10015 eval "DEFAULT_$LINE"
10020 ac_cv_use_tbarnative
='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
10024 eval "$ac_cv_use_tbarnative"
10025 if test "$no_cache" != 1; then
10026 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
10029 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
10030 echo "$as_me:$LINENO: result: yes" >&5
10031 echo "${ECHO_T}yes" >&6
10033 echo "$as_me:$LINENO: result: no" >&5
10034 echo "${ECHO_T}no" >&6
10039 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
10040 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6
10042 # Check whether --enable-treebook or --disable-treebook was given.
10043 if test "${enable_treebook+set}" = set; then
10044 enableval
="$enable_treebook"
10046 if test "$enableval" = yes; then
10047 ac_cv_use_treebook
='wxUSE_TREEBOOK=yes'
10049 ac_cv_use_treebook
='wxUSE_TREEBOOK=no'
10054 LINE
=`grep "wxUSE_TREEBOOK" ${wx_arg_cache_file}`
10055 if test "x$LINE" != x
; then
10056 eval "DEFAULT_$LINE"
10061 ac_cv_use_treebook
='wxUSE_TREEBOOK='$DEFAULT_wxUSE_TREEBOOK
10065 eval "$ac_cv_use_treebook"
10066 if test "$no_cache" != 1; then
10067 echo $ac_cv_use_treebook >> ${wx_arg_cache_file}.tmp
10070 if test "$wxUSE_TREEBOOK" = yes; then
10071 echo "$as_me:$LINENO: result: yes" >&5
10072 echo "${ECHO_T}yes" >&6
10074 echo "$as_me:$LINENO: result: no" >&5
10075 echo "${ECHO_T}no" >&6
10080 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
10081 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6
10083 # Check whether --enable-toolbook or --disable-toolbook was given.
10084 if test "${enable_toolbook+set}" = set; then
10085 enableval
="$enable_toolbook"
10087 if test "$enableval" = yes; then
10088 ac_cv_use_toolbook
='wxUSE_TOOLBOOK=yes'
10090 ac_cv_use_toolbook
='wxUSE_TOOLBOOK=no'
10095 LINE
=`grep "wxUSE_TOOLBOOK" ${wx_arg_cache_file}`
10096 if test "x$LINE" != x
; then
10097 eval "DEFAULT_$LINE"
10102 ac_cv_use_toolbook
='wxUSE_TOOLBOOK='$DEFAULT_wxUSE_TOOLBOOK
10106 eval "$ac_cv_use_toolbook"
10107 if test "$no_cache" != 1; then
10108 echo $ac_cv_use_toolbook >> ${wx_arg_cache_file}.tmp
10111 if test "$wxUSE_TOOLBOOK" = yes; then
10112 echo "$as_me:$LINENO: result: yes" >&5
10113 echo "${ECHO_T}yes" >&6
10115 echo "$as_me:$LINENO: result: no" >&5
10116 echo "${ECHO_T}no" >&6
10121 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
10122 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
10124 # Check whether --enable-treectrl or --disable-treectrl was given.
10125 if test "${enable_treectrl+set}" = set; then
10126 enableval
="$enable_treectrl"
10128 if test "$enableval" = yes; then
10129 ac_cv_use_treectrl
='wxUSE_TREECTRL=yes'
10131 ac_cv_use_treectrl
='wxUSE_TREECTRL=no'
10136 LINE
=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
10137 if test "x$LINE" != x
; then
10138 eval "DEFAULT_$LINE"
10143 ac_cv_use_treectrl
='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
10147 eval "$ac_cv_use_treectrl"
10148 if test "$no_cache" != 1; then
10149 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
10152 if test "$wxUSE_TREECTRL" = yes; then
10153 echo "$as_me:$LINENO: result: yes" >&5
10154 echo "${ECHO_T}yes" >&6
10156 echo "$as_me:$LINENO: result: no" >&5
10157 echo "${ECHO_T}no" >&6
10162 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
10163 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
10165 # Check whether --enable-tipwindow or --disable-tipwindow was given.
10166 if test "${enable_tipwindow+set}" = set; then
10167 enableval
="$enable_tipwindow"
10169 if test "$enableval" = yes; then
10170 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=yes'
10172 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW=no'
10177 LINE
=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
10178 if test "x$LINE" != x
; then
10179 eval "DEFAULT_$LINE"
10184 ac_cv_use_tipwindow
='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
10188 eval "$ac_cv_use_tipwindow"
10189 if test "$no_cache" != 1; then
10190 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
10193 if test "$wxUSE_TIPWINDOW" = yes; then
10194 echo "$as_me:$LINENO: result: yes" >&5
10195 echo "${ECHO_T}yes" >&6
10197 echo "$as_me:$LINENO: result: no" >&5
10198 echo "${ECHO_T}no" >&6
10203 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
10204 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
10206 # Check whether --enable-popupwin or --disable-popupwin was given.
10207 if test "${enable_popupwin+set}" = set; then
10208 enableval
="$enable_popupwin"
10210 if test "$enableval" = yes; then
10211 ac_cv_use_popupwin
='wxUSE_POPUPWIN=yes'
10213 ac_cv_use_popupwin
='wxUSE_POPUPWIN=no'
10218 LINE
=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
10219 if test "x$LINE" != x
; then
10220 eval "DEFAULT_$LINE"
10225 ac_cv_use_popupwin
='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
10229 eval "$ac_cv_use_popupwin"
10230 if test "$no_cache" != 1; then
10231 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
10234 if test "$wxUSE_POPUPWIN" = yes; then
10235 echo "$as_me:$LINENO: result: yes" >&5
10236 echo "${ECHO_T}yes" >&6
10238 echo "$as_me:$LINENO: result: no" >&5
10239 echo "${ECHO_T}no" >&6
10246 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
10247 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
10249 # Check whether --enable-commondlg or --disable-commondlg was given.
10250 if test "${enable_commondlg+set}" = set; then
10251 enableval
="$enable_commondlg"
10253 if test "$enableval" = yes; then
10254 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=yes'
10256 ac_cv_use_commondlg
='wxUSE_COMMONDLGS=no'
10261 LINE
=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
10262 if test "x$LINE" != x
; then
10263 eval "DEFAULT_$LINE"
10268 ac_cv_use_commondlg
='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
10272 eval "$ac_cv_use_commondlg"
10273 if test "$no_cache" != 1; then
10274 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
10277 if test "$wxUSE_COMMONDLGS" = yes; then
10278 echo "$as_me:$LINENO: result: yes" >&5
10279 echo "${ECHO_T}yes" >&6
10281 echo "$as_me:$LINENO: result: no" >&5
10282 echo "${ECHO_T}no" >&6
10287 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
10288 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6
10290 # Check whether --enable-aboutdlg or --disable-aboutdlg was given.
10291 if test "${enable_aboutdlg+set}" = set; then
10292 enableval
="$enable_aboutdlg"
10294 if test "$enableval" = yes; then
10295 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG=yes'
10297 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG=no'
10302 LINE
=`grep "wxUSE_ABOUTDLG" ${wx_arg_cache_file}`
10303 if test "x$LINE" != x
; then
10304 eval "DEFAULT_$LINE"
10309 ac_cv_use_aboutdlg
='wxUSE_ABOUTDLG='$DEFAULT_wxUSE_ABOUTDLG
10313 eval "$ac_cv_use_aboutdlg"
10314 if test "$no_cache" != 1; then
10315 echo $ac_cv_use_aboutdlg >> ${wx_arg_cache_file}.tmp
10318 if test "$wxUSE_ABOUTDLG" = yes; then
10319 echo "$as_me:$LINENO: result: yes" >&5
10320 echo "${ECHO_T}yes" >&6
10322 echo "$as_me:$LINENO: result: no" >&5
10323 echo "${ECHO_T}no" >&6
10328 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
10329 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
10331 # Check whether --enable-choicedlg or --disable-choicedlg was given.
10332 if test "${enable_choicedlg+set}" = set; then
10333 enableval
="$enable_choicedlg"
10335 if test "$enableval" = yes; then
10336 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=yes'
10338 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG=no'
10343 LINE
=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
10344 if test "x$LINE" != x
; then
10345 eval "DEFAULT_$LINE"
10350 ac_cv_use_choicedlg
='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
10354 eval "$ac_cv_use_choicedlg"
10355 if test "$no_cache" != 1; then
10356 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
10359 if test "$wxUSE_CHOICEDLG" = yes; then
10360 echo "$as_me:$LINENO: result: yes" >&5
10361 echo "${ECHO_T}yes" >&6
10363 echo "$as_me:$LINENO: result: no" >&5
10364 echo "${ECHO_T}no" >&6
10369 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
10370 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
10372 # Check whether --enable-coldlg or --disable-coldlg was given.
10373 if test "${enable_coldlg+set}" = set; then
10374 enableval
="$enable_coldlg"
10376 if test "$enableval" = yes; then
10377 ac_cv_use_coldlg
='wxUSE_COLOURDLG=yes'
10379 ac_cv_use_coldlg
='wxUSE_COLOURDLG=no'
10384 LINE
=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
10385 if test "x$LINE" != x
; then
10386 eval "DEFAULT_$LINE"
10391 ac_cv_use_coldlg
='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
10395 eval "$ac_cv_use_coldlg"
10396 if test "$no_cache" != 1; then
10397 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
10400 if test "$wxUSE_COLOURDLG" = yes; then
10401 echo "$as_me:$LINENO: result: yes" >&5
10402 echo "${ECHO_T}yes" >&6
10404 echo "$as_me:$LINENO: result: no" >&5
10405 echo "${ECHO_T}no" >&6
10410 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
10411 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
10413 # Check whether --enable-filedlg or --disable-filedlg was given.
10414 if test "${enable_filedlg+set}" = set; then
10415 enableval
="$enable_filedlg"
10417 if test "$enableval" = yes; then
10418 ac_cv_use_filedlg
='wxUSE_FILEDLG=yes'
10420 ac_cv_use_filedlg
='wxUSE_FILEDLG=no'
10425 LINE
=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
10426 if test "x$LINE" != x
; then
10427 eval "DEFAULT_$LINE"
10432 ac_cv_use_filedlg
='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
10436 eval "$ac_cv_use_filedlg"
10437 if test "$no_cache" != 1; then
10438 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
10441 if test "$wxUSE_FILEDLG" = yes; then
10442 echo "$as_me:$LINENO: result: yes" >&5
10443 echo "${ECHO_T}yes" >&6
10445 echo "$as_me:$LINENO: result: no" >&5
10446 echo "${ECHO_T}no" >&6
10451 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
10452 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
10454 # Check whether --enable-finddlg or --disable-finddlg was given.
10455 if test "${enable_finddlg+set}" = set; then
10456 enableval
="$enable_finddlg"
10458 if test "$enableval" = yes; then
10459 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=yes'
10461 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG=no'
10466 LINE
=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
10467 if test "x$LINE" != x
; then
10468 eval "DEFAULT_$LINE"
10473 ac_cv_use_finddlg
='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
10477 eval "$ac_cv_use_finddlg"
10478 if test "$no_cache" != 1; then
10479 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
10482 if test "$wxUSE_FINDREPLDLG" = yes; then
10483 echo "$as_me:$LINENO: result: yes" >&5
10484 echo "${ECHO_T}yes" >&6
10486 echo "$as_me:$LINENO: result: no" >&5
10487 echo "${ECHO_T}no" >&6
10492 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
10493 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
10495 # Check whether --enable-fontdlg or --disable-fontdlg was given.
10496 if test "${enable_fontdlg+set}" = set; then
10497 enableval
="$enable_fontdlg"
10499 if test "$enableval" = yes; then
10500 ac_cv_use_fontdlg
='wxUSE_FONTDLG=yes'
10502 ac_cv_use_fontdlg
='wxUSE_FONTDLG=no'
10507 LINE
=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
10508 if test "x$LINE" != x
; then
10509 eval "DEFAULT_$LINE"
10514 ac_cv_use_fontdlg
='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
10518 eval "$ac_cv_use_fontdlg"
10519 if test "$no_cache" != 1; then
10520 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
10523 if test "$wxUSE_FONTDLG" = yes; then
10524 echo "$as_me:$LINENO: result: yes" >&5
10525 echo "${ECHO_T}yes" >&6
10527 echo "$as_me:$LINENO: result: no" >&5
10528 echo "${ECHO_T}no" >&6
10533 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
10534 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
10536 # Check whether --enable-dirdlg or --disable-dirdlg was given.
10537 if test "${enable_dirdlg+set}" = set; then
10538 enableval
="$enable_dirdlg"
10540 if test "$enableval" = yes; then
10541 ac_cv_use_dirdlg
='wxUSE_DIRDLG=yes'
10543 ac_cv_use_dirdlg
='wxUSE_DIRDLG=no'
10548 LINE
=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
10549 if test "x$LINE" != x
; then
10550 eval "DEFAULT_$LINE"
10555 ac_cv_use_dirdlg
='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
10559 eval "$ac_cv_use_dirdlg"
10560 if test "$no_cache" != 1; then
10561 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10564 if test "$wxUSE_DIRDLG" = yes; then
10565 echo "$as_me:$LINENO: result: yes" >&5
10566 echo "${ECHO_T}yes" >&6
10568 echo "$as_me:$LINENO: result: no" >&5
10569 echo "${ECHO_T}no" >&6
10574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
10575 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
10577 # Check whether --enable-msgdlg or --disable-msgdlg was given.
10578 if test "${enable_msgdlg+set}" = set; then
10579 enableval
="$enable_msgdlg"
10581 if test "$enableval" = yes; then
10582 ac_cv_use_msgdlg
='wxUSE_MSGDLG=yes'
10584 ac_cv_use_msgdlg
='wxUSE_MSGDLG=no'
10589 LINE
=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10590 if test "x$LINE" != x
; then
10591 eval "DEFAULT_$LINE"
10596 ac_cv_use_msgdlg
='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
10600 eval "$ac_cv_use_msgdlg"
10601 if test "$no_cache" != 1; then
10602 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10605 if test "$wxUSE_MSGDLG" = yes; then
10606 echo "$as_me:$LINENO: result: yes" >&5
10607 echo "${ECHO_T}yes" >&6
10609 echo "$as_me:$LINENO: result: no" >&5
10610 echo "${ECHO_T}no" >&6
10615 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
10616 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
10618 # Check whether --enable-numberdlg or --disable-numberdlg was given.
10619 if test "${enable_numberdlg+set}" = set; then
10620 enableval
="$enable_numberdlg"
10622 if test "$enableval" = yes; then
10623 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=yes'
10625 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG=no'
10630 LINE
=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10631 if test "x$LINE" != x
; then
10632 eval "DEFAULT_$LINE"
10637 ac_cv_use_numberdlg
='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
10641 eval "$ac_cv_use_numberdlg"
10642 if test "$no_cache" != 1; then
10643 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10646 if test "$wxUSE_NUMBERDLG" = yes; then
10647 echo "$as_me:$LINENO: result: yes" >&5
10648 echo "${ECHO_T}yes" >&6
10650 echo "$as_me:$LINENO: result: no" >&5
10651 echo "${ECHO_T}no" >&6
10656 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
10657 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
10659 # Check whether --enable-splash or --disable-splash was given.
10660 if test "${enable_splash+set}" = set; then
10661 enableval
="$enable_splash"
10663 if test "$enableval" = yes; then
10664 ac_cv_use_splash
='wxUSE_SPLASH=yes'
10666 ac_cv_use_splash
='wxUSE_SPLASH=no'
10671 LINE
=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
10672 if test "x$LINE" != x
; then
10673 eval "DEFAULT_$LINE"
10678 ac_cv_use_splash
='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
10682 eval "$ac_cv_use_splash"
10683 if test "$no_cache" != 1; then
10684 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
10687 if test "$wxUSE_SPLASH" = yes; then
10688 echo "$as_me:$LINENO: result: yes" >&5
10689 echo "${ECHO_T}yes" >&6
10691 echo "$as_me:$LINENO: result: no" >&5
10692 echo "${ECHO_T}no" >&6
10697 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
10698 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
10700 # Check whether --enable-textdlg or --disable-textdlg was given.
10701 if test "${enable_textdlg+set}" = set; then
10702 enableval
="$enable_textdlg"
10704 if test "$enableval" = yes; then
10705 ac_cv_use_textdlg
='wxUSE_TEXTDLG=yes'
10707 ac_cv_use_textdlg
='wxUSE_TEXTDLG=no'
10712 LINE
=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
10713 if test "x$LINE" != x
; then
10714 eval "DEFAULT_$LINE"
10719 ac_cv_use_textdlg
='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
10723 eval "$ac_cv_use_textdlg"
10724 if test "$no_cache" != 1; then
10725 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
10728 if test "$wxUSE_TEXTDLG" = yes; then
10729 echo "$as_me:$LINENO: result: yes" >&5
10730 echo "${ECHO_T}yes" >&6
10732 echo "$as_me:$LINENO: result: no" >&5
10733 echo "${ECHO_T}no" >&6
10738 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
10739 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
10741 # Check whether --enable-tipdlg or --disable-tipdlg was given.
10742 if test "${enable_tipdlg+set}" = set; then
10743 enableval
="$enable_tipdlg"
10745 if test "$enableval" = yes; then
10746 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=yes'
10748 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS=no'
10753 LINE
=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
10754 if test "x$LINE" != x
; then
10755 eval "DEFAULT_$LINE"
10760 ac_cv_use_tipdlg
='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
10764 eval "$ac_cv_use_tipdlg"
10765 if test "$no_cache" != 1; then
10766 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
10769 if test "$wxUSE_STARTUP_TIPS" = yes; then
10770 echo "$as_me:$LINENO: result: yes" >&5
10771 echo "${ECHO_T}yes" >&6
10773 echo "$as_me:$LINENO: result: no" >&5
10774 echo "${ECHO_T}no" >&6
10779 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
10780 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
10782 # Check whether --enable-progressdlg or --disable-progressdlg was given.
10783 if test "${enable_progressdlg+set}" = set; then
10784 enableval
="$enable_progressdlg"
10786 if test "$enableval" = yes; then
10787 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=yes'
10789 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG=no'
10794 LINE
=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
10795 if test "x$LINE" != x
; then
10796 eval "DEFAULT_$LINE"
10801 ac_cv_use_progressdlg
='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
10805 eval "$ac_cv_use_progressdlg"
10806 if test "$no_cache" != 1; then
10807 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
10810 if test "$wxUSE_PROGRESSDLG" = yes; then
10811 echo "$as_me:$LINENO: result: yes" >&5
10812 echo "${ECHO_T}yes" >&6
10814 echo "$as_me:$LINENO: result: no" >&5
10815 echo "${ECHO_T}no" >&6
10820 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
10821 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
10823 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
10824 if test "${enable_wizarddlg+set}" = set; then
10825 enableval
="$enable_wizarddlg"
10827 if test "$enableval" = yes; then
10828 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=yes'
10830 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG=no'
10835 LINE
=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
10836 if test "x$LINE" != x
; then
10837 eval "DEFAULT_$LINE"
10842 ac_cv_use_wizarddlg
='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
10846 eval "$ac_cv_use_wizarddlg"
10847 if test "$no_cache" != 1; then
10848 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
10851 if test "$wxUSE_WIZARDDLG" = yes; then
10852 echo "$as_me:$LINENO: result: yes" >&5
10853 echo "${ECHO_T}yes" >&6
10855 echo "$as_me:$LINENO: result: no" >&5
10856 echo "${ECHO_T}no" >&6
10863 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
10864 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
10866 # Check whether --enable-menus or --disable-menus was given.
10867 if test "${enable_menus+set}" = set; then
10868 enableval
="$enable_menus"
10870 if test "$enableval" = yes; then
10871 ac_cv_use_menus
='wxUSE_MENUS=yes'
10873 ac_cv_use_menus
='wxUSE_MENUS=no'
10878 LINE
=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
10879 if test "x$LINE" != x
; then
10880 eval "DEFAULT_$LINE"
10885 ac_cv_use_menus
='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
10889 eval "$ac_cv_use_menus"
10890 if test "$no_cache" != 1; then
10891 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
10894 if test "$wxUSE_MENUS" = yes; then
10895 echo "$as_me:$LINENO: result: yes" >&5
10896 echo "${ECHO_T}yes" >&6
10898 echo "$as_me:$LINENO: result: no" >&5
10899 echo "${ECHO_T}no" >&6
10904 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
10905 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
10907 # Check whether --enable-miniframe or --disable-miniframe was given.
10908 if test "${enable_miniframe+set}" = set; then
10909 enableval
="$enable_miniframe"
10911 if test "$enableval" = yes; then
10912 ac_cv_use_miniframe
='wxUSE_MINIFRAME=yes'
10914 ac_cv_use_miniframe
='wxUSE_MINIFRAME=no'
10919 LINE
=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
10920 if test "x$LINE" != x
; then
10921 eval "DEFAULT_$LINE"
10926 ac_cv_use_miniframe
='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
10930 eval "$ac_cv_use_miniframe"
10931 if test "$no_cache" != 1; then
10932 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
10935 if test "$wxUSE_MINIFRAME" = yes; then
10936 echo "$as_me:$LINENO: result: yes" >&5
10937 echo "${ECHO_T}yes" >&6
10939 echo "$as_me:$LINENO: result: no" >&5
10940 echo "${ECHO_T}no" >&6
10945 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
10946 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
10948 # Check whether --enable-tooltips or --disable-tooltips was given.
10949 if test "${enable_tooltips+set}" = set; then
10950 enableval
="$enable_tooltips"
10952 if test "$enableval" = yes; then
10953 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=yes'
10955 ac_cv_use_tooltips
='wxUSE_TOOLTIPS=no'
10960 LINE
=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
10961 if test "x$LINE" != x
; then
10962 eval "DEFAULT_$LINE"
10967 ac_cv_use_tooltips
='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
10971 eval "$ac_cv_use_tooltips"
10972 if test "$no_cache" != 1; then
10973 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
10976 if test "$wxUSE_TOOLTIPS" = yes; then
10977 echo "$as_me:$LINENO: result: yes" >&5
10978 echo "${ECHO_T}yes" >&6
10980 echo "$as_me:$LINENO: result: no" >&5
10981 echo "${ECHO_T}no" >&6
10986 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
10987 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
10989 # Check whether --enable-splines or --disable-splines was given.
10990 if test "${enable_splines+set}" = set; then
10991 enableval
="$enable_splines"
10993 if test "$enableval" = yes; then
10994 ac_cv_use_splines
='wxUSE_SPLINES=yes'
10996 ac_cv_use_splines
='wxUSE_SPLINES=no'
11001 LINE
=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
11002 if test "x$LINE" != x
; then
11003 eval "DEFAULT_$LINE"
11008 ac_cv_use_splines
='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
11012 eval "$ac_cv_use_splines"
11013 if test "$no_cache" != 1; then
11014 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
11017 if test "$wxUSE_SPLINES" = yes; then
11018 echo "$as_me:$LINENO: result: yes" >&5
11019 echo "${ECHO_T}yes" >&6
11021 echo "$as_me:$LINENO: result: no" >&5
11022 echo "${ECHO_T}no" >&6
11027 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
11028 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6
11030 # Check whether --enable-mousewheel or --disable-mousewheel was given.
11031 if test "${enable_mousewheel+set}" = set; then
11032 enableval
="$enable_mousewheel"
11034 if test "$enableval" = yes; then
11035 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=yes'
11037 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL=no'
11042 LINE
=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}`
11043 if test "x$LINE" != x
; then
11044 eval "DEFAULT_$LINE"
11049 ac_cv_use_mousewheel
='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL
11053 eval "$ac_cv_use_mousewheel"
11054 if test "$no_cache" != 1; then
11055 echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp
11058 if test "$wxUSE_MOUSEWHEEL" = yes; then
11059 echo "$as_me:$LINENO: result: yes" >&5
11060 echo "${ECHO_T}yes" >&6
11062 echo "$as_me:$LINENO: result: no" >&5
11063 echo "${ECHO_T}no" >&6
11068 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
11069 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
11071 # Check whether --enable-validators or --disable-validators was given.
11072 if test "${enable_validators+set}" = set; then
11073 enableval
="$enable_validators"
11075 if test "$enableval" = yes; then
11076 ac_cv_use_validators
='wxUSE_VALIDATORS=yes'
11078 ac_cv_use_validators
='wxUSE_VALIDATORS=no'
11083 LINE
=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
11084 if test "x$LINE" != x
; then
11085 eval "DEFAULT_$LINE"
11090 ac_cv_use_validators
='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
11094 eval "$ac_cv_use_validators"
11095 if test "$no_cache" != 1; then
11096 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
11099 if test "$wxUSE_VALIDATORS" = yes; then
11100 echo "$as_me:$LINENO: result: yes" >&5
11101 echo "${ECHO_T}yes" >&6
11103 echo "$as_me:$LINENO: result: no" >&5
11104 echo "${ECHO_T}no" >&6
11109 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
11110 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
11112 # Check whether --enable-busyinfo or --disable-busyinfo was given.
11113 if test "${enable_busyinfo+set}" = set; then
11114 enableval
="$enable_busyinfo"
11116 if test "$enableval" = yes; then
11117 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=yes'
11119 ac_cv_use_busyinfo
='wxUSE_BUSYINFO=no'
11124 LINE
=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
11125 if test "x$LINE" != x
; then
11126 eval "DEFAULT_$LINE"
11131 ac_cv_use_busyinfo
='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
11135 eval "$ac_cv_use_busyinfo"
11136 if test "$no_cache" != 1; then
11137 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
11140 if test "$wxUSE_BUSYINFO" = yes; then
11141 echo "$as_me:$LINENO: result: yes" >&5
11142 echo "${ECHO_T}yes" >&6
11144 echo "$as_me:$LINENO: result: no" >&5
11145 echo "${ECHO_T}no" >&6
11150 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
11151 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
11153 # Check whether --enable-joystick or --disable-joystick was given.
11154 if test "${enable_joystick+set}" = set; then
11155 enableval
="$enable_joystick"
11157 if test "$enableval" = yes; then
11158 ac_cv_use_joystick
='wxUSE_JOYSTICK=yes'
11160 ac_cv_use_joystick
='wxUSE_JOYSTICK=no'
11165 LINE
=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
11166 if test "x$LINE" != x
; then
11167 eval "DEFAULT_$LINE"
11172 ac_cv_use_joystick
='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
11176 eval "$ac_cv_use_joystick"
11177 if test "$no_cache" != 1; then
11178 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
11181 if test "$wxUSE_JOYSTICK" = yes; then
11182 echo "$as_me:$LINENO: result: yes" >&5
11183 echo "${ECHO_T}yes" >&6
11185 echo "$as_me:$LINENO: result: no" >&5
11186 echo "${ECHO_T}no" >&6
11191 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
11192 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
11194 # Check whether --enable-metafile or --disable-metafile was given.
11195 if test "${enable_metafile+set}" = set; then
11196 enableval
="$enable_metafile"
11198 if test "$enableval" = yes; then
11199 ac_cv_use_metafile
='wxUSE_METAFILE=yes'
11201 ac_cv_use_metafile
='wxUSE_METAFILE=no'
11206 LINE
=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
11207 if test "x$LINE" != x
; then
11208 eval "DEFAULT_$LINE"
11213 ac_cv_use_metafile
='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
11217 eval "$ac_cv_use_metafile"
11218 if test "$no_cache" != 1; then
11219 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
11222 if test "$wxUSE_METAFILE" = yes; then
11223 echo "$as_me:$LINENO: result: yes" >&5
11224 echo "${ECHO_T}yes" >&6
11226 echo "$as_me:$LINENO: result: no" >&5
11227 echo "${ECHO_T}no" >&6
11232 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
11233 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
11235 # Check whether --enable-dragimage or --disable-dragimage was given.
11236 if test "${enable_dragimage+set}" = set; then
11237 enableval
="$enable_dragimage"
11239 if test "$enableval" = yes; then
11240 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=yes'
11242 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE=no'
11247 LINE
=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
11248 if test "x$LINE" != x
; then
11249 eval "DEFAULT_$LINE"
11254 ac_cv_use_dragimage
='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
11258 eval "$ac_cv_use_dragimage"
11259 if test "$no_cache" != 1; then
11260 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
11263 if test "$wxUSE_DRAGIMAGE" = yes; then
11264 echo "$as_me:$LINENO: result: yes" >&5
11265 echo "${ECHO_T}yes" >&6
11267 echo "$as_me:$LINENO: result: no" >&5
11268 echo "${ECHO_T}no" >&6
11273 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
11274 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
11276 # Check whether --enable-accessibility or --disable-accessibility was given.
11277 if test "${enable_accessibility+set}" = set; then
11278 enableval
="$enable_accessibility"
11280 if test "$enableval" = yes; then
11281 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=yes'
11283 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY=no'
11288 LINE
=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
11289 if test "x$LINE" != x
; then
11290 eval "DEFAULT_$LINE"
11295 ac_cv_use_accessibility
='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
11299 eval "$ac_cv_use_accessibility"
11300 if test "$no_cache" != 1; then
11301 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
11304 if test "$wxUSE_ACCESSIBILITY" = yes; then
11305 echo "$as_me:$LINENO: result: yes" >&5
11306 echo "${ECHO_T}yes" >&6
11308 echo "$as_me:$LINENO: result: no" >&5
11309 echo "${ECHO_T}no" >&6
11313 if test "$wxUSE_MSW" = "1"; then
11316 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
11317 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6
11319 # Check whether --enable-dccache or --disable-dccache was given.
11320 if test "${enable_dccache+set}" = set; then
11321 enableval
="$enable_dccache"
11323 if test "$enableval" = yes; then
11324 ac_cv_use_dccache
='wxUSE_DC_CACHEING=yes'
11326 ac_cv_use_dccache
='wxUSE_DC_CACHEING=no'
11331 LINE
=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}`
11332 if test "x$LINE" != x
; then
11333 eval "DEFAULT_$LINE"
11338 ac_cv_use_dccache
='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING
11342 eval "$ac_cv_use_dccache"
11343 if test "$no_cache" != 1; then
11344 echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp
11347 if test "$wxUSE_DC_CACHEING" = yes; then
11348 echo "$as_me:$LINENO: result: yes" >&5
11349 echo "${ECHO_T}yes" >&6
11351 echo "$as_me:$LINENO: result: no" >&5
11352 echo "${ECHO_T}no" >&6
11360 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
11361 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
11363 # Check whether --enable-palette or --disable-palette was given.
11364 if test "${enable_palette+set}" = set; then
11365 enableval
="$enable_palette"
11367 if test "$enableval" = yes; then
11368 ac_cv_use_palette
='wxUSE_PALETTE=yes'
11370 ac_cv_use_palette
='wxUSE_PALETTE=no'
11375 LINE
=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
11376 if test "x$LINE" != x
; then
11377 eval "DEFAULT_$LINE"
11382 ac_cv_use_palette
='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
11386 eval "$ac_cv_use_palette"
11387 if test "$no_cache" != 1; then
11388 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
11391 if test "$wxUSE_PALETTE" = yes; then
11392 echo "$as_me:$LINENO: result: yes" >&5
11393 echo "${ECHO_T}yes" >&6
11395 echo "$as_me:$LINENO: result: no" >&5
11396 echo "${ECHO_T}no" >&6
11401 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
11402 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
11404 # Check whether --enable-image or --disable-image was given.
11405 if test "${enable_image+set}" = set; then
11406 enableval
="$enable_image"
11408 if test "$enableval" = yes; then
11409 ac_cv_use_image
='wxUSE_IMAGE=yes'
11411 ac_cv_use_image
='wxUSE_IMAGE=no'
11416 LINE
=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
11417 if test "x$LINE" != x
; then
11418 eval "DEFAULT_$LINE"
11423 ac_cv_use_image
='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
11427 eval "$ac_cv_use_image"
11428 if test "$no_cache" != 1; then
11429 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
11432 if test "$wxUSE_IMAGE" = yes; then
11433 echo "$as_me:$LINENO: result: yes" >&5
11434 echo "${ECHO_T}yes" >&6
11436 echo "$as_me:$LINENO: result: no" >&5
11437 echo "${ECHO_T}no" >&6
11442 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
11443 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
11445 # Check whether --enable-gif or --disable-gif was given.
11446 if test "${enable_gif+set}" = set; then
11447 enableval
="$enable_gif"
11449 if test "$enableval" = yes; then
11450 ac_cv_use_gif
='wxUSE_GIF=yes'
11452 ac_cv_use_gif
='wxUSE_GIF=no'
11457 LINE
=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
11458 if test "x$LINE" != x
; then
11459 eval "DEFAULT_$LINE"
11464 ac_cv_use_gif
='wxUSE_GIF='$DEFAULT_wxUSE_GIF
11468 eval "$ac_cv_use_gif"
11469 if test "$no_cache" != 1; then
11470 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
11473 if test "$wxUSE_GIF" = yes; then
11474 echo "$as_me:$LINENO: result: yes" >&5
11475 echo "${ECHO_T}yes" >&6
11477 echo "$as_me:$LINENO: result: no" >&5
11478 echo "${ECHO_T}no" >&6
11483 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
11484 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
11486 # Check whether --enable-pcx or --disable-pcx was given.
11487 if test "${enable_pcx+set}" = set; then
11488 enableval
="$enable_pcx"
11490 if test "$enableval" = yes; then
11491 ac_cv_use_pcx
='wxUSE_PCX=yes'
11493 ac_cv_use_pcx
='wxUSE_PCX=no'
11498 LINE
=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
11499 if test "x$LINE" != x
; then
11500 eval "DEFAULT_$LINE"
11505 ac_cv_use_pcx
='wxUSE_PCX='$DEFAULT_wxUSE_PCX
11509 eval "$ac_cv_use_pcx"
11510 if test "$no_cache" != 1; then
11511 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
11514 if test "$wxUSE_PCX" = yes; then
11515 echo "$as_me:$LINENO: result: yes" >&5
11516 echo "${ECHO_T}yes" >&6
11518 echo "$as_me:$LINENO: result: no" >&5
11519 echo "${ECHO_T}no" >&6
11524 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
11525 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6
11527 # Check whether --enable-tga or --disable-tga was given.
11528 if test "${enable_tga+set}" = set; then
11529 enableval
="$enable_tga"
11531 if test "$enableval" = yes; then
11532 ac_cv_use_tga
='wxUSE_TGA=yes'
11534 ac_cv_use_tga
='wxUSE_TGA=no'
11539 LINE
=`grep "wxUSE_TGA" ${wx_arg_cache_file}`
11540 if test "x$LINE" != x
; then
11541 eval "DEFAULT_$LINE"
11546 ac_cv_use_tga
='wxUSE_TGA='$DEFAULT_wxUSE_TGA
11550 eval "$ac_cv_use_tga"
11551 if test "$no_cache" != 1; then
11552 echo $ac_cv_use_tga >> ${wx_arg_cache_file}.tmp
11555 if test "$wxUSE_TGA" = yes; then
11556 echo "$as_me:$LINENO: result: yes" >&5
11557 echo "${ECHO_T}yes" >&6
11559 echo "$as_me:$LINENO: result: no" >&5
11560 echo "${ECHO_T}no" >&6
11565 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
11566 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
11568 # Check whether --enable-iff or --disable-iff was given.
11569 if test "${enable_iff+set}" = set; then
11570 enableval
="$enable_iff"
11572 if test "$enableval" = yes; then
11573 ac_cv_use_iff
='wxUSE_IFF=yes'
11575 ac_cv_use_iff
='wxUSE_IFF=no'
11580 LINE
=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
11581 if test "x$LINE" != x
; then
11582 eval "DEFAULT_$LINE"
11587 ac_cv_use_iff
='wxUSE_IFF='$DEFAULT_wxUSE_IFF
11591 eval "$ac_cv_use_iff"
11592 if test "$no_cache" != 1; then
11593 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
11596 if test "$wxUSE_IFF" = yes; then
11597 echo "$as_me:$LINENO: result: yes" >&5
11598 echo "${ECHO_T}yes" >&6
11600 echo "$as_me:$LINENO: result: no" >&5
11601 echo "${ECHO_T}no" >&6
11606 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
11607 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
11609 # Check whether --enable-pnm or --disable-pnm was given.
11610 if test "${enable_pnm+set}" = set; then
11611 enableval
="$enable_pnm"
11613 if test "$enableval" = yes; then
11614 ac_cv_use_pnm
='wxUSE_PNM=yes'
11616 ac_cv_use_pnm
='wxUSE_PNM=no'
11621 LINE
=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
11622 if test "x$LINE" != x
; then
11623 eval "DEFAULT_$LINE"
11628 ac_cv_use_pnm
='wxUSE_PNM='$DEFAULT_wxUSE_PNM
11632 eval "$ac_cv_use_pnm"
11633 if test "$no_cache" != 1; then
11634 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
11637 if test "$wxUSE_PNM" = yes; then
11638 echo "$as_me:$LINENO: result: yes" >&5
11639 echo "${ECHO_T}yes" >&6
11641 echo "$as_me:$LINENO: result: no" >&5
11642 echo "${ECHO_T}no" >&6
11647 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
11648 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
11650 # Check whether --enable-xpm or --disable-xpm was given.
11651 if test "${enable_xpm+set}" = set; then
11652 enableval
="$enable_xpm"
11654 if test "$enableval" = yes; then
11655 ac_cv_use_xpm
='wxUSE_XPM=yes'
11657 ac_cv_use_xpm
='wxUSE_XPM=no'
11662 LINE
=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
11663 if test "x$LINE" != x
; then
11664 eval "DEFAULT_$LINE"
11669 ac_cv_use_xpm
='wxUSE_XPM='$DEFAULT_wxUSE_XPM
11673 eval "$ac_cv_use_xpm"
11674 if test "$no_cache" != 1; then
11675 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
11678 if test "$wxUSE_XPM" = yes; then
11679 echo "$as_me:$LINENO: result: yes" >&5
11680 echo "${ECHO_T}yes" >&6
11682 echo "$as_me:$LINENO: result: no" >&5
11683 echo "${ECHO_T}no" >&6
11688 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
11689 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
11691 # Check whether --enable-ico_cur or --disable-ico_cur was given.
11692 if test "${enable_ico_cur+set}" = set; then
11693 enableval
="$enable_ico_cur"
11695 if test "$enableval" = yes; then
11696 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=yes'
11698 ac_cv_use_ico_cur
='wxUSE_ICO_CUR=no'
11703 LINE
=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
11704 if test "x$LINE" != x
; then
11705 eval "DEFAULT_$LINE"
11710 ac_cv_use_ico_cur
='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
11714 eval "$ac_cv_use_ico_cur"
11715 if test "$no_cache" != 1; then
11716 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
11719 if test "$wxUSE_ICO_CUR" = yes; then
11720 echo "$as_me:$LINENO: result: yes" >&5
11721 echo "${ECHO_T}yes" >&6
11723 echo "$as_me:$LINENO: result: no" >&5
11724 echo "${ECHO_T}no" >&6
11732 # Check whether --with-flavour or --without-flavour was given.
11733 if test "${with_flavour+set}" = set; then
11734 withval
="$with_flavour"
11735 WX_FLAVOUR
="$withval"
11741 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
11742 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
11744 # Check whether --enable-official_build or --disable-official_build was given.
11745 if test "${enable_official_build+set}" = set; then
11746 enableval
="$enable_official_build"
11748 if test "$enableval" = yes; then
11749 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=yes'
11751 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD=no'
11756 LINE
=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
11757 if test "x$LINE" != x
; then
11758 eval "DEFAULT_$LINE"
11763 ac_cv_use_official_build
='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
11767 eval "$ac_cv_use_official_build"
11768 if test "$no_cache" != 1; then
11769 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
11772 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
11773 echo "$as_me:$LINENO: result: yes" >&5
11774 echo "${ECHO_T}yes" >&6
11776 echo "$as_me:$LINENO: result: no" >&5
11777 echo "${ECHO_T}no" >&6
11780 # Check whether --enable-vendor or --disable-vendor was given.
11781 if test "${enable_vendor+set}" = set; then
11782 enableval
="$enable_vendor"
11783 VENDOR
="$enableval"
11785 if test "x$VENDOR" = "x"; then
11792 echo "saving argument cache $wx_arg_cache_file"
11793 mv ${wx_arg_cache_file}.tmp
${wx_arg_cache_file}
11797 echo "$as_me:$LINENO: checking for toolkit" >&5
11798 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
11800 # In Wine, we need to default to MSW, not GTK or MOTIF
11801 if test "$wxUSE_WINE" = "yes"; then
11802 DEFAULT_DEFAULT_wxUSE_GTK
=0
11803 DEFAULT_DEFAULT_wxUSE_MOTIF
=0
11804 DEFAULT_DEFAULT_wxUSE_MSW
=1
11809 if test "$wxUSE_GUI" = "yes"; then
11811 if test "$USE_BEOS" = 1; then
11812 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
11813 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
11814 { (exit 1); exit 1; }; }
11817 if test "$TOOLKIT_GIVEN" = 1; then
11818 for toolkit
in `echo $ALL_TOOLKITS`; do
11820 eval "value=\$${var}"
11821 if test "x$value" = "xno"; then
11823 elif test "x$value" != "x"; then
11827 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
11828 eval "wx${toolkit}_VERSION=$value"
11832 for toolkit
in `echo $ALL_TOOLKITS`; do
11833 if test "$has_toolkit_in_cache" != 1; then
11834 var
=DEFAULT_DEFAULT_wxUSE_
$toolkit
11836 var
=DEFAULT_wxUSE_
$toolkit
11838 eval "version=\$DEFAULT_wx${toolkit}_VERSION"
11839 if test "x$version" != "x"; then
11840 eval "wx${toolkit}_VERSION=$version"
11843 eval "wxUSE_$toolkit=\$${var}"
11847 NUM_TOOLKITS
=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
11848 + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} + ${wxUSE_MICROWIN:-0} \
11849 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
11852 *-pc-os2_emx | *-pc-os2-emx )
11853 NUM_TOOLKITS
=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
11856 case "$NUM_TOOLKITS" in
11860 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
11861 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
11862 { (exit 1); exit 1; }; }
11865 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
11866 echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
11867 { (exit 1); exit 1; }; }
11870 # to be removed when --disable-gtk2 isn't needed
11871 if test "x$wxUSE_GTK2" = "xyes"; then
11873 elif test "x$wxUSE_GTK2" = "xno"; then
11877 for toolkit
in `echo $ALL_TOOLKITS`; do
11879 eval "value=\$${var}"
11880 if test "x$value" != x
; then
11881 cache_var
=CACHE_
$toolkit
11882 eval "cache=\$${cache_var}"
11883 if test "$cache" = 1; then
11884 echo "$var=$value" >> ${wx_arg_cache_file}
11885 eval "version=\$wx${toolkit}_VERSION"
11886 if test "x$version" != "x"; then
11887 echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file}
11890 if test "$value" = 1; then
11891 toolkit_echo
=`echo $toolkit | tr "[A-Z]" "[a-z]"`
11892 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
11893 echo "${ECHO_T}$toolkit_echo" >&6
11898 if test "x$host_alias" != "x"; then
11899 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
11900 echo "${ECHO_T}base ($host_alias hosted) only" >&6
11902 echo "$as_me:$LINENO: result: base only" >&5
11903 echo "${ECHO_T}base only" >&6
11908 cat >confcache
<<\_ACEOF
11909 # This file is a shell script that caches the results of configure
11910 # tests run on this system so they can be shared between configure
11911 # scripts and configure runs, see configure's option --config-cache.
11912 # It is not useful on other systems. If it contains results you don't
11913 # want to keep, you may remove or edit it.
11915 # config.status only pays attention to the cache file if you give it
11916 # the --recheck option to rerun configure.
11918 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11919 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11920 # following values.
11924 # The following way of writing the cache mishandles newlines in values,
11925 # but we know of no workaround that is simple, portable, and efficient.
11926 # So, don't put newlines in cache variables' values.
11927 # Ultrix sh set writes to stderr and can't be redirected directly,
11928 # and sets the high bit in the cache file unless we assign to the vars.
11931 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11933 # `set' does not quote correctly, so add quotes (double-quote
11934 # substitution turns \\\\ into \\, and sed turns \\ into \).
11937 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11940 # `set' quotes correctly as required by POSIX, so do not add quotes.
11942 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11949 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11951 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11953 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
11954 if test -w $cache_file; then
11955 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11956 cat confcache
>$cache_file
11958 echo "not updating unwritable cache $cache_file"
11968 ac_cpp
='$CPP $CPPFLAGS'
11969 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11970 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11971 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11972 if test -n "$ac_tool_prefix"; then
11973 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
11974 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
11975 echo "$as_me:$LINENO: checking for $ac_word" >&5
11976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11977 if test "${ac_cv_prog_CC+set}" = set; then
11978 echo $ECHO_N "(cached) $ECHO_C" >&6
11980 if test -n "$CC"; then
11981 ac_cv_prog_CC
="$CC" # Let the user override the test.
11983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11984 for as_dir
in $PATH
11987 test -z "$as_dir" && as_dir
=.
11988 for ac_exec_ext
in '' $ac_executable_extensions; do
11989 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11990 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
11991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12000 if test -n "$CC"; then
12001 echo "$as_me:$LINENO: result: $CC" >&5
12002 echo "${ECHO_T}$CC" >&6
12004 echo "$as_me:$LINENO: result: no" >&5
12005 echo "${ECHO_T}no" >&6
12009 if test -z "$ac_cv_prog_CC"; then
12011 # Extract the first word of "gcc", so it can be a program name with args.
12012 set dummy gcc
; ac_word
=$2
12013 echo "$as_me:$LINENO: checking for $ac_word" >&5
12014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12015 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12016 echo $ECHO_N "(cached) $ECHO_C" >&6
12018 if test -n "$ac_ct_CC"; then
12019 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12021 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12022 for as_dir
in $PATH
12025 test -z "$as_dir" && as_dir
=.
12026 for ac_exec_ext
in '' $ac_executable_extensions; do
12027 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12028 ac_cv_prog_ac_ct_CC
="gcc"
12029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12037 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12038 if test -n "$ac_ct_CC"; then
12039 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12040 echo "${ECHO_T}$ac_ct_CC" >&6
12042 echo "$as_me:$LINENO: result: no" >&5
12043 echo "${ECHO_T}no" >&6
12048 CC
="$ac_cv_prog_CC"
12051 if test -z "$CC"; then
12052 if test -n "$ac_tool_prefix"; then
12053 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
12054 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
12055 echo "$as_me:$LINENO: checking for $ac_word" >&5
12056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12057 if test "${ac_cv_prog_CC+set}" = set; then
12058 echo $ECHO_N "(cached) $ECHO_C" >&6
12060 if test -n "$CC"; then
12061 ac_cv_prog_CC
="$CC" # Let the user override the test.
12063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12064 for as_dir
in $PATH
12067 test -z "$as_dir" && as_dir
=.
12068 for ac_exec_ext
in '' $ac_executable_extensions; do
12069 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12070 ac_cv_prog_CC
="${ac_tool_prefix}cc"
12071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12080 if test -n "$CC"; then
12081 echo "$as_me:$LINENO: result: $CC" >&5
12082 echo "${ECHO_T}$CC" >&6
12084 echo "$as_me:$LINENO: result: no" >&5
12085 echo "${ECHO_T}no" >&6
12089 if test -z "$ac_cv_prog_CC"; then
12091 # Extract the first word of "cc", so it can be a program name with args.
12092 set dummy cc
; ac_word
=$2
12093 echo "$as_me:$LINENO: checking for $ac_word" >&5
12094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12095 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12096 echo $ECHO_N "(cached) $ECHO_C" >&6
12098 if test -n "$ac_ct_CC"; then
12099 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12101 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12102 for as_dir
in $PATH
12105 test -z "$as_dir" && as_dir
=.
12106 for ac_exec_ext
in '' $ac_executable_extensions; do
12107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12108 ac_cv_prog_ac_ct_CC
="cc"
12109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12117 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12118 if test -n "$ac_ct_CC"; then
12119 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12120 echo "${ECHO_T}$ac_ct_CC" >&6
12122 echo "$as_me:$LINENO: result: no" >&5
12123 echo "${ECHO_T}no" >&6
12128 CC
="$ac_cv_prog_CC"
12132 if test -z "$CC"; then
12133 # Extract the first word of "cc", so it can be a program name with args.
12134 set dummy cc
; ac_word
=$2
12135 echo "$as_me:$LINENO: checking for $ac_word" >&5
12136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12137 if test "${ac_cv_prog_CC+set}" = set; then
12138 echo $ECHO_N "(cached) $ECHO_C" >&6
12140 if test -n "$CC"; then
12141 ac_cv_prog_CC
="$CC" # Let the user override the test.
12143 ac_prog_rejected
=no
12144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12145 for as_dir
in $PATH
12148 test -z "$as_dir" && as_dir
=.
12149 for ac_exec_ext
in '' $ac_executable_extensions; do
12150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12151 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
12152 ac_prog_rejected
=yes
12156 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12162 if test $ac_prog_rejected = yes; then
12163 # We found a bogon in the path, so make sure we never use it.
12164 set dummy
$ac_cv_prog_CC
12166 if test $# != 0; then
12167 # We chose a different compiler from the bogus one.
12168 # However, it has the same basename, so the bogon will be chosen
12169 # first if we set CC to just the basename; use the full file name.
12171 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
12177 if test -n "$CC"; then
12178 echo "$as_me:$LINENO: result: $CC" >&5
12179 echo "${ECHO_T}$CC" >&6
12181 echo "$as_me:$LINENO: result: no" >&5
12182 echo "${ECHO_T}no" >&6
12186 if test -z "$CC"; then
12187 if test -n "$ac_tool_prefix"; then
12190 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12191 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
12192 echo "$as_me:$LINENO: checking for $ac_word" >&5
12193 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12194 if test "${ac_cv_prog_CC+set}" = set; then
12195 echo $ECHO_N "(cached) $ECHO_C" >&6
12197 if test -n "$CC"; then
12198 ac_cv_prog_CC
="$CC" # Let the user override the test.
12200 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12201 for as_dir
in $PATH
12204 test -z "$as_dir" && as_dir
=.
12205 for ac_exec_ext
in '' $ac_executable_extensions; do
12206 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12207 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
12208 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12217 if test -n "$CC"; then
12218 echo "$as_me:$LINENO: result: $CC" >&5
12219 echo "${ECHO_T}$CC" >&6
12221 echo "$as_me:$LINENO: result: no" >&5
12222 echo "${ECHO_T}no" >&6
12225 test -n "$CC" && break
12228 if test -z "$CC"; then
12232 # Extract the first word of "$ac_prog", so it can be a program name with args.
12233 set dummy
$ac_prog; ac_word
=$2
12234 echo "$as_me:$LINENO: checking for $ac_word" >&5
12235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12236 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
12237 echo $ECHO_N "(cached) $ECHO_C" >&6
12239 if test -n "$ac_ct_CC"; then
12240 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
12242 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12243 for as_dir
in $PATH
12246 test -z "$as_dir" && as_dir
=.
12247 for ac_exec_ext
in '' $ac_executable_extensions; do
12248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12249 ac_cv_prog_ac_ct_CC
="$ac_prog"
12250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12258 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
12259 if test -n "$ac_ct_CC"; then
12260 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
12261 echo "${ECHO_T}$ac_ct_CC" >&6
12263 echo "$as_me:$LINENO: result: no" >&5
12264 echo "${ECHO_T}no" >&6
12267 test -n "$ac_ct_CC" && break
12276 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
12277 See \`config.log' for more details." >&5
12278 echo "$as_me: error: no acceptable C compiler found in \$PATH
12279 See \`config.log' for more details." >&2;}
12280 { (exit 1); exit 1; }; }
12282 # Provide some information about the compiler.
12283 echo "$as_me:$LINENO:" \
12284 "checking for C compiler version" >&5
12285 ac_compiler
=`set X $ac_compile; echo $2`
12286 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
12287 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
12289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12290 (exit $ac_status); }
12291 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
12292 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
12294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12295 (exit $ac_status); }
12296 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
12297 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
12299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12300 (exit $ac_status); }
12302 cat >conftest.
$ac_ext <<_ACEOF
12305 cat confdefs.h
>>conftest.
$ac_ext
12306 cat >>conftest.
$ac_ext <<_ACEOF
12307 /* end confdefs.h. */
12317 ac_clean_files_save
=$ac_clean_files
12318 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
12319 # Try to create an executable without -o first, disregard a.out.
12320 # It will help us diagnose broken compilers, and finding out an intuition
12322 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
12323 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
12324 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
12325 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
12326 (eval $ac_link_default) 2>&5
12328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12329 (exit $ac_status); }; then
12330 # Find the output, starting from the most likely. This scheme is
12331 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
12334 # Be careful to initialize this variable, since it used to be cached.
12335 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
12337 # b.out is created by i960 compilers.
12338 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
12340 test -f "$ac_file" || continue
12342 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
)
12345 # This is the source file.
12348 # We found the default executable, but exeext='' is most
12352 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
12353 # FIXME: I believe we export ac_cv_exeext for Libtool,
12354 # but it would be cool to find out if it's true. Does anybody
12355 # maintain Libtool? --akim.
12356 export ac_cv_exeext
12363 echo "$as_me: failed program was:" >&5
12364 sed 's/^/| /' conftest.
$ac_ext >&5
12366 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
12367 See \`config.log' for more details." >&5
12368 echo "$as_me: error: C compiler cannot create executables
12369 See \`config.log' for more details." >&2;}
12370 { (exit 77); exit 77; }; }
12373 ac_exeext
=$ac_cv_exeext
12374 echo "$as_me:$LINENO: result: $ac_file" >&5
12375 echo "${ECHO_T}$ac_file" >&6
12377 # Check the compiler produces executables we can run. If not, either
12378 # the compiler is broken, or we cross compile.
12379 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
12380 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
12381 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
12382 # If not cross compiling, check that we can run a simple program.
12383 if test "$cross_compiling" != yes; then
12384 if { ac_try
='./$ac_file'
12385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12386 (eval $ac_try) 2>&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); }; }; then
12392 if test "$cross_compiling" = maybe
; then
12393 cross_compiling
=yes
12395 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
12396 If you meant to cross compile, use \`--host'.
12397 See \`config.log' for more details." >&5
12398 echo "$as_me: error: cannot run C compiled programs.
12399 If you meant to cross compile, use \`--host'.
12400 See \`config.log' for more details." >&2;}
12401 { (exit 1); exit 1; }; }
12405 echo "$as_me:$LINENO: result: yes" >&5
12406 echo "${ECHO_T}yes" >&6
12408 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
12409 ac_clean_files
=$ac_clean_files_save
12410 # Check the compiler produces executables we can run. If not, either
12411 # the compiler is broken, or we cross compile.
12412 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
12413 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
12414 echo "$as_me:$LINENO: result: $cross_compiling" >&5
12415 echo "${ECHO_T}$cross_compiling" >&6
12417 echo "$as_me:$LINENO: checking for suffix of executables" >&5
12418 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
12419 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12420 (eval $ac_link) 2>&5
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }; then
12424 # If both `conftest.exe' and `conftest' are `present' (well, observable)
12425 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
12426 # work properly (i.e., refer to `conftest.exe'), while it won't with
12428 for ac_file
in conftest.exe conftest conftest.
*; do
12429 test -f "$ac_file" || continue
12431 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
| *.o
| *.obj
) ;;
12432 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
12433 export ac_cv_exeext
12439 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
12440 See \`config.log' for more details." >&5
12441 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
12442 See \`config.log' for more details." >&2;}
12443 { (exit 1); exit 1; }; }
12446 rm -f conftest
$ac_cv_exeext
12447 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
12448 echo "${ECHO_T}$ac_cv_exeext" >&6
12450 rm -f conftest.
$ac_ext
12451 EXEEXT
=$ac_cv_exeext
12453 echo "$as_me:$LINENO: checking for suffix of object files" >&5
12454 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
12455 if test "${ac_cv_objext+set}" = set; then
12456 echo $ECHO_N "(cached) $ECHO_C" >&6
12458 cat >conftest.
$ac_ext <<_ACEOF
12461 cat confdefs.h
>>conftest.
$ac_ext
12462 cat >>conftest.
$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12473 rm -f conftest.o conftest.obj
12474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12475 (eval $ac_compile) 2>&5
12477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12478 (exit $ac_status); }; then
12479 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
12481 *.
$ac_ext | *.xcoff
| *.tds
| *.d
| *.pdb
| *.xSYM
| *.bb
| *.bbg
) ;;
12482 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
12487 echo "$as_me: failed program was:" >&5
12488 sed 's/^/| /' conftest.
$ac_ext >&5
12490 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
12491 See \`config.log' for more details." >&5
12492 echo "$as_me: error: cannot compute suffix of object files: cannot compile
12493 See \`config.log' for more details." >&2;}
12494 { (exit 1); exit 1; }; }
12497 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
12499 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
12500 echo "${ECHO_T}$ac_cv_objext" >&6
12501 OBJEXT
=$ac_cv_objext
12503 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
12504 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
12505 if test "${ac_cv_c_compiler_gnu+set}" = set; then
12506 echo $ECHO_N "(cached) $ECHO_C" >&6
12508 cat >conftest.
$ac_ext <<_ACEOF
12511 cat confdefs.h
>>conftest.
$ac_ext
12512 cat >>conftest.
$ac_ext <<_ACEOF
12513 /* end confdefs.h. */
12526 rm -f conftest.
$ac_objext
12527 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12528 (eval $ac_compile) 2>conftest.er1
12530 grep -v '^ *+' conftest.er1
>conftest.err
12532 cat conftest.err
>&5
12533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12534 (exit $ac_status); } &&
12535 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12537 (eval $ac_try) 2>&5
12539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12540 (exit $ac_status); }; } &&
12541 { ac_try
='test -s conftest.$ac_objext'
12542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then
12547 ac_compiler_gnu
=yes
12549 echo "$as_me: failed program was:" >&5
12550 sed 's/^/| /' conftest.
$ac_ext >&5
12554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12555 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
12558 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
12559 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
12560 GCC
=`test $ac_compiler_gnu = yes && echo yes`
12561 ac_test_CFLAGS
=${CFLAGS+set}
12562 ac_save_CFLAGS
=$CFLAGS
12564 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
12565 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
12566 if test "${ac_cv_prog_cc_g+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. */
12584 rm -f conftest.
$ac_objext
12585 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12586 (eval $ac_compile) 2>conftest.er1
12588 grep -v '^ *+' conftest.er1
>conftest.err
12590 cat conftest.err
>&5
12591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12592 (exit $ac_status); } &&
12593 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12595 (eval $ac_try) 2>&5
12597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12598 (exit $ac_status); }; } &&
12599 { ac_try
='test -s conftest.$ac_objext'
12600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12601 (eval $ac_try) 2>&5
12603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12604 (exit $ac_status); }; }; then
12605 ac_cv_prog_cc_g
=yes
12607 echo "$as_me: failed program was:" >&5
12608 sed 's/^/| /' conftest.
$ac_ext >&5
12612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12614 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
12615 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
12616 if test "$ac_test_CFLAGS" = set; then
12617 CFLAGS
=$ac_save_CFLAGS
12618 elif test $ac_cv_prog_cc_g = yes; then
12619 if test "$GCC" = yes; then
12625 if test "$GCC" = yes; then
12631 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
12632 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
12633 if test "${ac_cv_prog_cc_stdc+set}" = set; then
12634 echo $ECHO_N "(cached) $ECHO_C" >&6
12636 ac_cv_prog_cc_stdc
=no
12638 cat >conftest.
$ac_ext <<_ACEOF
12641 cat confdefs.h
>>conftest.
$ac_ext
12642 cat >>conftest.
$ac_ext <<_ACEOF
12643 /* end confdefs.h. */
12644 #include <stdarg.h>
12646 #include <sys/types.h>
12647 #include <sys/stat.h>
12648 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
12649 struct buf { int x; };
12650 FILE * (*rcsopen) (struct buf *, struct stat *, int);
12651 static char *e (p, i)
12657 static char *f (char * (*g) (char **, int), char **p, ...)
12662 s = g (p, va_arg (v,int));
12667 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
12668 function prototypes and stuff, but not '\xHH' hex character constants.
12669 These don't provoke an error unfortunately, instead are silently treated
12670 as 'x'. The following induces an error, until -std1 is added to get
12671 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
12672 array size at least. It's necessary to write '\x00'==0 to get something
12673 that's true only with -std1. */
12674 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
12676 int test (int i, double x);
12677 struct s1 {int (*f) (int a);};
12678 struct s2 {int (*f) (double a);};
12679 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
12685 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
12690 # Don't try gcc -ansi; that turns off useful extensions and
12691 # breaks some systems' header files.
12692 # AIX -qlanglvl=ansi
12693 # Ultrix and OSF/1 -std1
12694 # HP-UX 10.20 and later -Ae
12695 # HP-UX older versions -Aa -D_HPUX_SOURCE
12696 # SVR4 -Xc -D__EXTENSIONS__
12697 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
12699 CC
="$ac_save_CC $ac_arg"
12700 rm -f conftest.
$ac_objext
12701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12702 (eval $ac_compile) 2>conftest.er1
12704 grep -v '^ *+' conftest.er1
>conftest.err
12706 cat conftest.err
>&5
12707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12708 (exit $ac_status); } &&
12709 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12711 (eval $ac_try) 2>&5
12713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12714 (exit $ac_status); }; } &&
12715 { ac_try
='test -s conftest.$ac_objext'
12716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12717 (eval $ac_try) 2>&5
12719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720 (exit $ac_status); }; }; then
12721 ac_cv_prog_cc_stdc
=$ac_arg
12724 echo "$as_me: failed program was:" >&5
12725 sed 's/^/| /' conftest.
$ac_ext >&5
12728 rm -f conftest.err conftest.
$ac_objext
12730 rm -f conftest.
$ac_ext conftest.
$ac_objext
12735 case "x$ac_cv_prog_cc_stdc" in
12737 echo "$as_me:$LINENO: result: none needed" >&5
12738 echo "${ECHO_T}none needed" >&6 ;;
12740 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
12741 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
12742 CC
="$CC $ac_cv_prog_cc_stdc" ;;
12745 # Some people use a C++ compiler to compile C. Since we use `exit',
12746 # in C++ we need to declare it. In case someone uses the same compiler
12747 # for both compiling C and C++ we need to have the C++ compiler decide
12748 # the declaration of exit, since it's the most demanding environment.
12749 cat >conftest.
$ac_ext <<_ACEOF
12750 #ifndef __cplusplus
12754 rm -f conftest.
$ac_objext
12755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12756 (eval $ac_compile) 2>conftest.er1
12758 grep -v '^ *+' conftest.er1
>conftest.err
12760 cat conftest.err
>&5
12761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12762 (exit $ac_status); } &&
12763 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12765 (eval $ac_try) 2>&5
12767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12768 (exit $ac_status); }; } &&
12769 { ac_try
='test -s conftest.$ac_objext'
12770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12771 (eval $ac_try) 2>&5
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); }; }; then
12775 for ac_declaration
in \
12777 'extern "C" void std::exit (int) throw (); using std::exit;' \
12778 'extern "C" void std::exit (int); using std::exit;' \
12779 'extern "C" void exit (int) throw ();' \
12780 'extern "C" void exit (int);' \
12783 cat >conftest.
$ac_ext <<_ACEOF
12786 cat confdefs.h
>>conftest.
$ac_ext
12787 cat >>conftest.
$ac_ext <<_ACEOF
12788 /* end confdefs.h. */
12790 #include <stdlib.h>
12799 rm -f conftest.
$ac_objext
12800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12801 (eval $ac_compile) 2>conftest.er1
12803 grep -v '^ *+' conftest.er1
>conftest.err
12805 cat conftest.err
>&5
12806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12807 (exit $ac_status); } &&
12808 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12810 (eval $ac_try) 2>&5
12812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12813 (exit $ac_status); }; } &&
12814 { ac_try
='test -s conftest.$ac_objext'
12815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12816 (eval $ac_try) 2>&5
12818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12819 (exit $ac_status); }; }; then
12822 echo "$as_me: failed program was:" >&5
12823 sed 's/^/| /' conftest.
$ac_ext >&5
12827 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12828 cat >conftest.
$ac_ext <<_ACEOF
12831 cat confdefs.h
>>conftest.
$ac_ext
12832 cat >>conftest.
$ac_ext <<_ACEOF
12833 /* end confdefs.h. */
12843 rm -f conftest.
$ac_objext
12844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12845 (eval $ac_compile) 2>conftest.er1
12847 grep -v '^ *+' conftest.er1
>conftest.err
12849 cat conftest.err
>&5
12850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851 (exit $ac_status); } &&
12852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12854 (eval $ac_try) 2>&5
12856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12857 (exit $ac_status); }; } &&
12858 { ac_try
='test -s conftest.$ac_objext'
12859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12860 (eval $ac_try) 2>&5
12862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12863 (exit $ac_status); }; }; then
12866 echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.
$ac_ext >&5
12870 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12873 if test -n "$ac_declaration"; then
12874 echo '#ifdef __cplusplus' >>confdefs.h
12875 echo $ac_declaration >>confdefs.h
12876 echo '#endif' >>confdefs.h
12880 echo "$as_me: failed program was:" >&5
12881 sed 's/^/| /' conftest.
$ac_ext >&5
12884 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12886 ac_cpp
='$CPP $CPPFLAGS'
12887 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12888 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12889 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12894 ac_cpp
='$CPP $CPPFLAGS'
12895 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12896 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12897 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12899 echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
12900 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6
12901 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
12902 echo $ECHO_N "(cached) $ECHO_C" >&6
12904 cat >conftest.
$ac_ext <<_ACEOF
12907 cat confdefs.h
>>conftest.
$ac_ext
12908 cat >>conftest.
$ac_ext <<_ACEOF
12909 /* end confdefs.h. */
12915 #ifndef __INTEL_COMPILER
12923 rm -f conftest.
$ac_objext
12924 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12925 (eval $ac_compile) 2>conftest.er1
12927 grep -v '^ *+' conftest.er1
>conftest.err
12929 cat conftest.err
>&5
12930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } &&
12932 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12934 (eval $ac_try) 2>&5
12936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12937 (exit $ac_status); }; } &&
12938 { ac_try
='test -s conftest.$ac_objext'
12939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12940 (eval $ac_try) 2>&5
12942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12943 (exit $ac_status); }; }; then
12944 bakefile_cv_c_compiler___INTEL_COMPILER
=yes
12946 echo "$as_me: failed program was:" >&5
12947 sed 's/^/| /' conftest.
$ac_ext >&5
12949 bakefile_cv_c_compiler___INTEL_COMPILER
=no
12952 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12956 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
12957 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6
12959 ac_cpp
='$CPP $CPPFLAGS'
12960 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12961 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12962 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12964 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
12971 if test "x$GCC" != "xyes"; then
12972 if test "xCC" = "xC"; then
12973 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
12974 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
12975 if test "${bakefile_cv_c_exto+set}" = set; then
12976 echo $ECHO_N "(cached) $ECHO_C" >&6
12978 cat >conftest.
$ac_ext <<_ACEOF
12981 cat confdefs.h
>>conftest.
$ac_ext
12982 cat >>conftest.
$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12993 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
12994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12995 (eval $ac_compile) 2>&5
12997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); }; then
12999 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
13001 conftest.
$ac_ext.o
)
13002 bakefile_cv_c_exto
="-ext o"
13009 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
13010 See \`config.log' for more details." >&5
13011 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
13012 See \`config.log' for more details." >&2;}
13013 { (exit 1); exit 1; }; }
13017 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
13020 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
13021 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
13022 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13023 if test "c" = "c"; then
13024 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
13026 if test "c" = "cxx"; then
13027 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
13031 if test "x$bakefile_cv_c_exto" '!=' "x"; then
13032 unset ac_cv_prog_cc_g
13033 ac_test_CFLAGS
=${CFLAGS+set}
13034 ac_save_CFLAGS
=$CFLAGS
13036 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
13037 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
13038 if test "${ac_cv_prog_cc_g+set}" = set; then
13039 echo $ECHO_N "(cached) $ECHO_C" >&6
13041 cat >conftest.
$ac_ext <<_ACEOF
13044 cat confdefs.h
>>conftest.
$ac_ext
13045 cat >>conftest.
$ac_ext <<_ACEOF
13046 /* end confdefs.h. */
13056 rm -f conftest.
$ac_objext
13057 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13058 (eval $ac_compile) 2>conftest.er1
13060 grep -v '^ *+' conftest.er1
>conftest.err
13062 cat conftest.err
>&5
13063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13064 (exit $ac_status); } &&
13065 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13067 (eval $ac_try) 2>&5
13069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13070 (exit $ac_status); }; } &&
13071 { ac_try
='test -s conftest.$ac_objext'
13072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13073 (eval $ac_try) 2>&5
13075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076 (exit $ac_status); }; }; then
13077 ac_cv_prog_cc_g
=yes
13079 echo "$as_me: failed program was:" >&5
13080 sed 's/^/| /' conftest.
$ac_ext >&5
13084 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13086 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
13087 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
13088 if test "$ac_test_CFLAGS" = set; then
13089 CFLAGS
=$ac_save_CFLAGS
13090 elif test $ac_cv_prog_cc_g = yes; then
13091 if test "$GCC" = yes; then
13097 if test "$GCC" = yes; then
13109 ac_cpp
='$CPP $CPPFLAGS'
13110 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13111 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13112 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13114 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
13115 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
13116 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
13117 echo $ECHO_N "(cached) $ECHO_C" >&6
13119 cat >conftest.
$ac_ext <<_ACEOF
13122 cat confdefs.h
>>conftest.
$ac_ext
13123 cat >>conftest.
$ac_ext <<_ACEOF
13124 /* end confdefs.h. */
13137 rm -f conftest.
$ac_objext
13138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13139 (eval $ac_compile) 2>conftest.er1
13141 grep -v '^ *+' conftest.er1
>conftest.err
13143 cat conftest.err
>&5
13144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145 (exit $ac_status); } &&
13146 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13148 (eval $ac_try) 2>&5
13150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13151 (exit $ac_status); }; } &&
13152 { ac_try
='test -s conftest.$ac_objext'
13153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13154 (eval $ac_try) 2>&5
13156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13157 (exit $ac_status); }; }; then
13158 bakefile_compiler_xlc
=yes
13160 echo "$as_me: failed program was:" >&5
13161 sed 's/^/| /' conftest.
$ac_ext >&5
13163 bakefile_compiler_xlc
=no
13165 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13166 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
13169 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
13170 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
13172 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
13174 ac_cpp
='$CPP $CPPFLAGS'
13175 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13176 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13177 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13184 ac_cpp
='$CPP $CPPFLAGS'
13185 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13186 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13187 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13189 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
13190 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6
13191 if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then
13192 echo $ECHO_N "(cached) $ECHO_C" >&6
13194 cat >conftest.
$ac_ext <<_ACEOF
13197 cat confdefs.h
>>conftest.
$ac_ext
13198 cat >>conftest.
$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13212 rm -f conftest.
$ac_objext
13213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13214 (eval $ac_compile) 2>conftest.er1
13216 grep -v '^ *+' conftest.er1
>conftest.err
13218 cat conftest.err
>&5
13219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13220 (exit $ac_status); } &&
13221 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13223 (eval $ac_try) 2>&5
13225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13226 (exit $ac_status); }; } &&
13227 { ac_try
='test -s conftest.$ac_objext'
13228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13229 (eval $ac_try) 2>&5
13231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13232 (exit $ac_status); }; }; then
13233 bakefile_compiler_mwerks
=yes
13235 echo "$as_me: failed program was:" >&5
13236 sed 's/^/| /' conftest.
$ac_ext >&5
13238 bakefile_compiler_mwerks
=no
13240 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13241 bakefile_cv_c_compiler_mwerks
=$bakefile_compiler_mwerks
13244 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5
13245 echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6
13247 MWCC
=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
13249 ac_cpp
='$CPP $CPPFLAGS'
13250 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13251 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13252 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13256 ac_cpp
='$CPP $CPPFLAGS'
13257 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13258 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13259 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13261 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
13262 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6
13263 if test "${bakefile_cv_c_compiler_xlc+set}" = set; then
13264 echo $ECHO_N "(cached) $ECHO_C" >&6
13266 cat >conftest.
$ac_ext <<_ACEOF
13269 cat confdefs.h
>>conftest.
$ac_ext
13270 cat >>conftest.
$ac_ext <<_ACEOF
13271 /* end confdefs.h. */
13284 rm -f conftest.
$ac_objext
13285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13286 (eval $ac_compile) 2>conftest.er1
13288 grep -v '^ *+' conftest.er1
>conftest.err
13290 cat conftest.err
>&5
13291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13292 (exit $ac_status); } &&
13293 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13295 (eval $ac_try) 2>&5
13297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13298 (exit $ac_status); }; } &&
13299 { ac_try
='test -s conftest.$ac_objext'
13300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13301 (eval $ac_try) 2>&5
13303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13304 (exit $ac_status); }; }; then
13305 bakefile_compiler_xlc
=yes
13307 echo "$as_me: failed program was:" >&5
13308 sed 's/^/| /' conftest.
$ac_ext >&5
13310 bakefile_compiler_xlc
=no
13312 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13313 bakefile_cv_c_compiler_xlc
=$bakefile_compiler_xlc
13316 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_xlc" >&5
13317 echo "${ECHO_T}$bakefile_cv_c_compiler_xlc" >&6
13319 XLCC
=`test $bakefile_cv_c_compiler_xlc = yes && echo yes`
13321 ac_cpp
='$CPP $CPPFLAGS'
13322 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13323 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13324 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13333 ac_cpp
='$CPP $CPPFLAGS'
13334 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13335 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13336 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13338 echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
13339 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6
13340 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
13341 echo $ECHO_N "(cached) $ECHO_C" >&6
13343 cat >conftest.
$ac_ext <<_ACEOF
13346 cat confdefs.h
>>conftest.
$ac_ext
13347 cat >>conftest.
$ac_ext <<_ACEOF
13348 /* end confdefs.h. */
13354 #ifndef _SGI_COMPILER_VERSION
13362 rm -f conftest.
$ac_objext
13363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13364 (eval $ac_compile) 2>conftest.er1
13366 grep -v '^ *+' conftest.er1
>conftest.err
13368 cat conftest.err
>&5
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); } &&
13371 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13373 (eval $ac_try) 2>&5
13375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13376 (exit $ac_status); }; } &&
13377 { ac_try
='test -s conftest.$ac_objext'
13378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13379 (eval $ac_try) 2>&5
13381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13382 (exit $ac_status); }; }; then
13383 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=yes
13385 echo "$as_me: failed program was:" >&5
13386 sed 's/^/| /' conftest.
$ac_ext >&5
13388 bakefile_cv_c_compiler__SGI_COMPILER_VERSION
=no
13391 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13395 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
13396 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6
13398 ac_cpp
='$CPP $CPPFLAGS'
13399 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13400 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13401 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13403 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
13416 ac_cpp
='$CPP $CPPFLAGS'
13417 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13418 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13419 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13421 echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
13422 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6
13423 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
13424 echo $ECHO_N "(cached) $ECHO_C" >&6
13426 cat >conftest.
$ac_ext <<_ACEOF
13429 cat confdefs.h
>>conftest.
$ac_ext
13430 cat >>conftest.
$ac_ext <<_ACEOF
13431 /* end confdefs.h. */
13445 rm -f conftest.
$ac_objext
13446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13447 (eval $ac_compile) 2>conftest.er1
13449 grep -v '^ *+' conftest.er1
>conftest.err
13451 cat conftest.err
>&5
13452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13453 (exit $ac_status); } &&
13454 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13456 (eval $ac_try) 2>&5
13458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13459 (exit $ac_status); }; } &&
13460 { ac_try
='test -s conftest.$ac_objext'
13461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13462 (eval $ac_try) 2>&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); }; }; then
13466 bakefile_cv_c_compiler___HP_cc
=yes
13468 echo "$as_me: failed program was:" >&5
13469 sed 's/^/| /' conftest.
$ac_ext >&5
13471 bakefile_cv_c_compiler___HP_cc
=no
13474 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13478 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
13479 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6
13481 ac_cpp
='$CPP $CPPFLAGS'
13482 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13483 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13484 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13486 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
13499 ac_cpp
='$CPP $CPPFLAGS'
13500 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13501 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13502 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13504 echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
13505 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6
13506 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 cat >conftest.
$ac_ext <<_ACEOF
13512 cat confdefs.h
>>conftest.
$ac_ext
13513 cat >>conftest.
$ac_ext <<_ACEOF
13514 /* end confdefs.h. */
13528 rm -f conftest.
$ac_objext
13529 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13530 (eval $ac_compile) 2>conftest.er1
13532 grep -v '^ *+' conftest.er1
>conftest.err
13534 cat conftest.err
>&5
13535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13536 (exit $ac_status); } &&
13537 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13539 (eval $ac_try) 2>&5
13541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542 (exit $ac_status); }; } &&
13543 { ac_try
='test -s conftest.$ac_objext'
13544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13545 (eval $ac_try) 2>&5
13547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548 (exit $ac_status); }; }; then
13549 bakefile_cv_c_compiler___DECC
=yes
13551 echo "$as_me: failed program was:" >&5
13552 sed 's/^/| /' conftest.
$ac_ext >&5
13554 bakefile_cv_c_compiler___DECC
=no
13557 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13561 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
13562 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6
13564 ac_cpp
='$CPP $CPPFLAGS'
13565 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13566 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13567 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13569 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
13582 ac_cpp
='$CPP $CPPFLAGS'
13583 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13584 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13585 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13587 echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
13588 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6
13589 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
13590 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 cat >conftest.
$ac_ext <<_ACEOF
13595 cat confdefs.h
>>conftest.
$ac_ext
13596 cat >>conftest.
$ac_ext <<_ACEOF
13597 /* end confdefs.h. */
13611 rm -f conftest.
$ac_objext
13612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13613 (eval $ac_compile) 2>conftest.er1
13615 grep -v '^ *+' conftest.er1
>conftest.err
13617 cat conftest.err
>&5
13618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13619 (exit $ac_status); } &&
13620 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13622 (eval $ac_try) 2>&5
13624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625 (exit $ac_status); }; } &&
13626 { ac_try
='test -s conftest.$ac_objext'
13627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13628 (eval $ac_try) 2>&5
13630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13631 (exit $ac_status); }; }; then
13632 bakefile_cv_c_compiler___SUNPRO_C
=yes
13634 echo "$as_me: failed program was:" >&5
13635 sed 's/^/| /' conftest.
$ac_ext >&5
13637 bakefile_cv_c_compiler___SUNPRO_C
=no
13640 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
13644 echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
13645 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6
13647 ac_cpp
='$CPP $CPPFLAGS'
13648 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13649 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13650 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13652 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
13666 ac_cpp
='$CPP $CPPFLAGS'
13667 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13668 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13669 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13670 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
13671 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
13672 # On Suns, sometimes $CPP names a directory.
13673 if test -n "$CPP" && test -d "$CPP"; then
13676 if test -z "$CPP"; then
13677 if test "${ac_cv_prog_CPP+set}" = set; then
13678 echo $ECHO_N "(cached) $ECHO_C" >&6
13680 # Double quotes because CPP needs to be expanded
13681 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
13683 ac_preproc_ok
=false
13684 for ac_c_preproc_warn_flag
in '' yes
13686 # Use a header file that comes with gcc, so configuring glibc
13687 # with a fresh cross-compiler works.
13688 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13689 # <limits.h> exists even on freestanding compilers.
13690 # On the NeXT, cc -E runs the code through the compiler's parser,
13691 # not just through cpp. "Syntax error" is here to catch this case.
13692 cat >conftest.
$ac_ext <<_ACEOF
13695 cat confdefs.h
>>conftest.
$ac_ext
13696 cat >>conftest.
$ac_ext <<_ACEOF
13697 /* end confdefs.h. */
13699 # include <limits.h>
13701 # include <assert.h>
13705 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13706 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13708 grep -v '^ *+' conftest.er1
>conftest.err
13710 cat conftest.err
>&5
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); } >/dev
/null
; then
13713 if test -s conftest.err
; then
13714 ac_cpp_err
=$ac_c_preproc_warn_flag
13715 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13722 if test -z "$ac_cpp_err"; then
13725 echo "$as_me: failed program was:" >&5
13726 sed 's/^/| /' conftest.
$ac_ext >&5
13728 # Broken: fails on valid input.
13731 rm -f conftest.err conftest.
$ac_ext
13733 # OK, works on sane cases. Now check whether non-existent headers
13734 # can be detected and how.
13735 cat >conftest.
$ac_ext <<_ACEOF
13738 cat confdefs.h
>>conftest.
$ac_ext
13739 cat >>conftest.
$ac_ext <<_ACEOF
13740 /* end confdefs.h. */
13741 #include <ac_nonexistent.h>
13743 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13744 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13746 grep -v '^ *+' conftest.er1
>conftest.err
13748 cat conftest.err
>&5
13749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13750 (exit $ac_status); } >/dev
/null
; then
13751 if test -s conftest.err
; then
13752 ac_cpp_err
=$ac_c_preproc_warn_flag
13753 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13760 if test -z "$ac_cpp_err"; then
13761 # Broken: success on invalid input.
13764 echo "$as_me: failed program was:" >&5
13765 sed 's/^/| /' conftest.
$ac_ext >&5
13767 # Passes both tests.
13771 rm -f conftest.err conftest.
$ac_ext
13774 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13775 rm -f conftest.err conftest.
$ac_ext
13776 if $ac_preproc_ok; then
13781 ac_cv_prog_CPP
=$CPP
13784 CPP
=$ac_cv_prog_CPP
13786 ac_cv_prog_CPP
=$CPP
13788 echo "$as_me:$LINENO: result: $CPP" >&5
13789 echo "${ECHO_T}$CPP" >&6
13790 ac_preproc_ok
=false
13791 for ac_c_preproc_warn_flag
in '' yes
13793 # Use a header file that comes with gcc, so configuring glibc
13794 # with a fresh cross-compiler works.
13795 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13796 # <limits.h> exists even on freestanding compilers.
13797 # On the NeXT, cc -E runs the code through the compiler's parser,
13798 # not just through cpp. "Syntax error" is here to catch this case.
13799 cat >conftest.
$ac_ext <<_ACEOF
13802 cat confdefs.h
>>conftest.
$ac_ext
13803 cat >>conftest.
$ac_ext <<_ACEOF
13804 /* end confdefs.h. */
13806 # include <limits.h>
13808 # include <assert.h>
13812 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13813 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13815 grep -v '^ *+' conftest.er1
>conftest.err
13817 cat conftest.err
>&5
13818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13819 (exit $ac_status); } >/dev
/null
; then
13820 if test -s conftest.err
; then
13821 ac_cpp_err
=$ac_c_preproc_warn_flag
13822 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13829 if test -z "$ac_cpp_err"; then
13832 echo "$as_me: failed program was:" >&5
13833 sed 's/^/| /' conftest.
$ac_ext >&5
13835 # Broken: fails on valid input.
13838 rm -f conftest.err conftest.
$ac_ext
13840 # OK, works on sane cases. Now check whether non-existent headers
13841 # can be detected and how.
13842 cat >conftest.
$ac_ext <<_ACEOF
13845 cat confdefs.h
>>conftest.
$ac_ext
13846 cat >>conftest.
$ac_ext <<_ACEOF
13847 /* end confdefs.h. */
13848 #include <ac_nonexistent.h>
13850 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13851 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
13853 grep -v '^ *+' conftest.er1
>conftest.err
13855 cat conftest.err
>&5
13856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13857 (exit $ac_status); } >/dev
/null
; then
13858 if test -s conftest.err
; then
13859 ac_cpp_err
=$ac_c_preproc_warn_flag
13860 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
13867 if test -z "$ac_cpp_err"; then
13868 # Broken: success on invalid input.
13871 echo "$as_me: failed program was:" >&5
13872 sed 's/^/| /' conftest.
$ac_ext >&5
13874 # Passes both tests.
13878 rm -f conftest.err conftest.
$ac_ext
13881 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
13882 rm -f conftest.err conftest.
$ac_ext
13883 if $ac_preproc_ok; then
13886 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
13887 See \`config.log' for more details." >&5
13888 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
13889 See \`config.log' for more details." >&2;}
13890 { (exit 1); exit 1; }; }
13894 ac_cpp
='$CPP $CPPFLAGS'
13895 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13896 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13897 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
13900 echo "$as_me:$LINENO: checking for egrep" >&5
13901 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
13902 if test "${ac_cv_prog_egrep+set}" = set; then
13903 echo $ECHO_N "(cached) $ECHO_C" >&6
13905 if echo a
| (grep -E '(a|b)') >/dev
/null
2>&1
13906 then ac_cv_prog_egrep
='grep -E'
13907 else ac_cv_prog_egrep
='egrep'
13910 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
13911 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
13912 EGREP
=$ac_cv_prog_egrep
13915 if test $ac_cv_c_compiler_gnu = yes; then
13916 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
13917 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
13918 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
13919 echo $ECHO_N "(cached) $ECHO_C" >&6
13921 ac_pattern
="Autoconf.*'x'"
13922 cat >conftest.
$ac_ext <<_ACEOF
13925 cat confdefs.h
>>conftest.
$ac_ext
13926 cat >>conftest.
$ac_ext <<_ACEOF
13927 /* end confdefs.h. */
13931 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13932 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
13933 ac_cv_prog_gcc_traditional
=yes
13935 ac_cv_prog_gcc_traditional
=no
13940 if test $ac_cv_prog_gcc_traditional = no
; then
13941 cat >conftest.
$ac_ext <<_ACEOF
13944 cat confdefs.h
>>conftest.
$ac_ext
13945 cat >>conftest.
$ac_ext <<_ACEOF
13946 /* end confdefs.h. */
13947 #include <termio.h>
13950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13951 $EGREP "$ac_pattern" >/dev
/null
2>&1; then
13952 ac_cv_prog_gcc_traditional
=yes
13958 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
13959 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
13960 if test $ac_cv_prog_gcc_traditional = yes; then
13961 CC
="$CC -traditional"
13966 CXXFLAGS
=${CXXFLAGS:=}
13971 ac_cpp
='$CXXCPP $CPPFLAGS'
13972 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13973 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13974 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
13975 if test -n "$ac_tool_prefix"; then
13976 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
13978 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
13979 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
13980 echo "$as_me:$LINENO: checking for $ac_word" >&5
13981 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13982 if test "${ac_cv_prog_CXX+set}" = set; then
13983 echo $ECHO_N "(cached) $ECHO_C" >&6
13985 if test -n "$CXX"; then
13986 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
13988 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13989 for as_dir
in $PATH
13992 test -z "$as_dir" && as_dir
=.
13993 for ac_exec_ext
in '' $ac_executable_extensions; do
13994 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13995 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
13996 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14004 CXX
=$ac_cv_prog_CXX
14005 if test -n "$CXX"; then
14006 echo "$as_me:$LINENO: result: $CXX" >&5
14007 echo "${ECHO_T}$CXX" >&6
14009 echo "$as_me:$LINENO: result: no" >&5
14010 echo "${ECHO_T}no" >&6
14013 test -n "$CXX" && break
14016 if test -z "$CXX"; then
14018 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
14020 # Extract the first word of "$ac_prog", so it can be a program name with args.
14021 set dummy
$ac_prog; ac_word
=$2
14022 echo "$as_me:$LINENO: checking for $ac_word" >&5
14023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14024 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
14025 echo $ECHO_N "(cached) $ECHO_C" >&6
14027 if test -n "$ac_ct_CXX"; then
14028 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
14030 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14031 for as_dir
in $PATH
14034 test -z "$as_dir" && as_dir
=.
14035 for ac_exec_ext
in '' $ac_executable_extensions; do
14036 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14037 ac_cv_prog_ac_ct_CXX
="$ac_prog"
14038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14046 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
14047 if test -n "$ac_ct_CXX"; then
14048 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
14049 echo "${ECHO_T}$ac_ct_CXX" >&6
14051 echo "$as_me:$LINENO: result: no" >&5
14052 echo "${ECHO_T}no" >&6
14055 test -n "$ac_ct_CXX" && break
14057 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
14063 # Provide some information about the compiler.
14064 echo "$as_me:$LINENO:" \
14065 "checking for C++ compiler version" >&5
14066 ac_compiler
=`set X $ac_compile; echo $2`
14067 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
14068 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
14070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14071 (exit $ac_status); }
14072 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
14073 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
14075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14076 (exit $ac_status); }
14077 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
14078 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
14080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14081 (exit $ac_status); }
14083 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
14084 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
14085 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
14086 echo $ECHO_N "(cached) $ECHO_C" >&6
14088 cat >conftest.
$ac_ext <<_ACEOF
14091 cat confdefs.h
>>conftest.
$ac_ext
14092 cat >>conftest.
$ac_ext <<_ACEOF
14093 /* end confdefs.h. */
14106 rm -f conftest.
$ac_objext
14107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14108 (eval $ac_compile) 2>conftest.er1
14110 grep -v '^ *+' conftest.er1
>conftest.err
14112 cat conftest.err
>&5
14113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14114 (exit $ac_status); } &&
14115 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14117 (eval $ac_try) 2>&5
14119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14120 (exit $ac_status); }; } &&
14121 { ac_try
='test -s conftest.$ac_objext'
14122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14123 (eval $ac_try) 2>&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); }; }; then
14127 ac_compiler_gnu
=yes
14129 echo "$as_me: failed program was:" >&5
14130 sed 's/^/| /' conftest.
$ac_ext >&5
14134 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14135 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
14138 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
14139 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
14140 GXX
=`test $ac_compiler_gnu = yes && echo yes`
14141 ac_test_CXXFLAGS
=${CXXFLAGS+set}
14142 ac_save_CXXFLAGS
=$CXXFLAGS
14144 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
14145 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
14146 if test "${ac_cv_prog_cxx_g+set}" = set; then
14147 echo $ECHO_N "(cached) $ECHO_C" >&6
14149 cat >conftest.
$ac_ext <<_ACEOF
14152 cat confdefs.h
>>conftest.
$ac_ext
14153 cat >>conftest.
$ac_ext <<_ACEOF
14154 /* end confdefs.h. */
14164 rm -f conftest.
$ac_objext
14165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14166 (eval $ac_compile) 2>conftest.er1
14168 grep -v '^ *+' conftest.er1
>conftest.err
14170 cat conftest.err
>&5
14171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); } &&
14173 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14175 (eval $ac_try) 2>&5
14177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14178 (exit $ac_status); }; } &&
14179 { ac_try
='test -s conftest.$ac_objext'
14180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14181 (eval $ac_try) 2>&5
14183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14184 (exit $ac_status); }; }; then
14185 ac_cv_prog_cxx_g
=yes
14187 echo "$as_me: failed program was:" >&5
14188 sed 's/^/| /' conftest.
$ac_ext >&5
14190 ac_cv_prog_cxx_g
=no
14192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14194 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
14195 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
14196 if test "$ac_test_CXXFLAGS" = set; then
14197 CXXFLAGS
=$ac_save_CXXFLAGS
14198 elif test $ac_cv_prog_cxx_g = yes; then
14199 if test "$GXX" = yes; then
14205 if test "$GXX" = yes; then
14211 for ac_declaration
in \
14213 'extern "C" void std::exit (int) throw (); using std::exit;' \
14214 'extern "C" void std::exit (int); using std::exit;' \
14215 'extern "C" void exit (int) throw ();' \
14216 'extern "C" void exit (int);' \
14219 cat >conftest.
$ac_ext <<_ACEOF
14222 cat confdefs.h
>>conftest.
$ac_ext
14223 cat >>conftest.
$ac_ext <<_ACEOF
14224 /* end confdefs.h. */
14226 #include <stdlib.h>
14235 rm -f conftest.
$ac_objext
14236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14237 (eval $ac_compile) 2>conftest.er1
14239 grep -v '^ *+' conftest.er1
>conftest.err
14241 cat conftest.err
>&5
14242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14243 (exit $ac_status); } &&
14244 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14246 (eval $ac_try) 2>&5
14248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14249 (exit $ac_status); }; } &&
14250 { ac_try
='test -s conftest.$ac_objext'
14251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14252 (eval $ac_try) 2>&5
14254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14255 (exit $ac_status); }; }; then
14258 echo "$as_me: failed program was:" >&5
14259 sed 's/^/| /' conftest.
$ac_ext >&5
14263 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14264 cat >conftest.
$ac_ext <<_ACEOF
14267 cat confdefs.h
>>conftest.
$ac_ext
14268 cat >>conftest.
$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14279 rm -f conftest.
$ac_objext
14280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14281 (eval $ac_compile) 2>conftest.er1
14283 grep -v '^ *+' conftest.er1
>conftest.err
14285 cat conftest.err
>&5
14286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14287 (exit $ac_status); } &&
14288 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14290 (eval $ac_try) 2>&5
14292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14293 (exit $ac_status); }; } &&
14294 { ac_try
='test -s conftest.$ac_objext'
14295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14296 (eval $ac_try) 2>&5
14298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14299 (exit $ac_status); }; }; then
14302 echo "$as_me: failed program was:" >&5
14303 sed 's/^/| /' conftest.
$ac_ext >&5
14306 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14309 if test -n "$ac_declaration"; then
14310 echo '#ifdef __cplusplus' >>confdefs.h
14311 echo $ac_declaration >>confdefs.h
14312 echo '#endif' >>confdefs.h
14316 ac_cpp
='$CPP $CPPFLAGS'
14317 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14318 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14319 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14324 ac_cpp
='$CXXCPP $CPPFLAGS'
14325 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14326 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14327 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14329 echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
14330 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6
14331 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
14332 echo $ECHO_N "(cached) $ECHO_C" >&6
14334 cat >conftest.
$ac_ext <<_ACEOF
14337 cat confdefs.h
>>conftest.
$ac_ext
14338 cat >>conftest.
$ac_ext <<_ACEOF
14339 /* end confdefs.h. */
14345 #ifndef __INTEL_COMPILER
14353 rm -f conftest.
$ac_objext
14354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14355 (eval $ac_compile) 2>conftest.er1
14357 grep -v '^ *+' conftest.er1
>conftest.err
14359 cat conftest.err
>&5
14360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14361 (exit $ac_status); } &&
14362 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
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); }; } &&
14368 { ac_try
='test -s conftest.$ac_objext'
14369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14370 (eval $ac_try) 2>&5
14372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14373 (exit $ac_status); }; }; then
14374 bakefile_cv_cxx_compiler___INTEL_COMPILER
=yes
14376 echo "$as_me: failed program was:" >&5
14377 sed 's/^/| /' conftest.
$ac_ext >&5
14379 bakefile_cv_cxx_compiler___INTEL_COMPILER
=no
14382 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14386 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
14387 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6
14389 ac_cpp
='$CPP $CPPFLAGS'
14390 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14391 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14392 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14394 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
14401 if test "x$GCXX" != "xyes"; then
14402 if test "xCXX" = "xC"; then
14403 echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
14404 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6
14405 if test "${bakefile_cv_c_exto+set}" = set; then
14406 echo $ECHO_N "(cached) $ECHO_C" >&6
14408 cat >conftest.
$ac_ext <<_ACEOF
14411 cat confdefs.h
>>conftest.
$ac_ext
14412 cat >>conftest.
$ac_ext <<_ACEOF
14413 /* end confdefs.h. */
14423 rm -f conftest.
$ac_objext conftest.
$ac_ext.o
14424 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14425 (eval $ac_compile) 2>&5
14427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14428 (exit $ac_status); }; then
14429 for ac_file
in `(ls conftest.* 2>/dev/null)`; do
14431 conftest.
$ac_ext.o
)
14432 bakefile_cv_c_exto
="-ext o"
14439 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
14440 See \`config.log' for more details." >&5
14441 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
14442 See \`config.log' for more details." >&2;}
14443 { (exit 1); exit 1; }; }
14447 rm -f conftest.
$ac_ext.o conftest.
$ac_objext conftest.
$ac_ext
14450 echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
14451 echo "${ECHO_T}$bakefile_cv_c_exto" >&6
14452 if test "x$bakefile_cv_c_exto" '!=' "x"; then
14453 if test "c" = "c"; then
14454 CFLAGS
="$bakefile_cv_c_exto $CFLAGS"
14456 if test "c" = "cxx"; then
14457 CXXFLAGS
="$bakefile_cv_c_exto $CXXFLAGS"
14461 if test "x$bakefile_cv_c_exto" '!=' "x"; then
14462 unset ac_cv_prog_cc_g
14463 ac_test_CFLAGS
=${CFLAGS+set}
14464 ac_save_CFLAGS
=$CFLAGS
14466 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
14467 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
14468 if test "${ac_cv_prog_cc_g+set}" = set; then
14469 echo $ECHO_N "(cached) $ECHO_C" >&6
14471 cat >conftest.
$ac_ext <<_ACEOF
14474 cat confdefs.h
>>conftest.
$ac_ext
14475 cat >>conftest.
$ac_ext <<_ACEOF
14476 /* end confdefs.h. */
14486 rm -f conftest.
$ac_objext
14487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14488 (eval $ac_compile) 2>conftest.er1
14490 grep -v '^ *+' conftest.er1
>conftest.err
14492 cat conftest.err
>&5
14493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14494 (exit $ac_status); } &&
14495 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14497 (eval $ac_try) 2>&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); }; } &&
14501 { ac_try
='test -s conftest.$ac_objext'
14502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14503 (eval $ac_try) 2>&5
14505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14506 (exit $ac_status); }; }; then
14507 ac_cv_prog_cc_g
=yes
14509 echo "$as_me: failed program was:" >&5
14510 sed 's/^/| /' conftest.
$ac_ext >&5
14514 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14516 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
14517 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
14518 if test "$ac_test_CFLAGS" = set; then
14519 CFLAGS
=$ac_save_CFLAGS
14520 elif test $ac_cv_prog_cc_g = yes; then
14521 if test "$GCC" = yes; then
14527 if test "$GCC" = yes; then
14539 ac_cpp
='$CXXCPP $CPPFLAGS'
14540 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14541 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14542 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14544 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14545 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
14546 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
14547 echo $ECHO_N "(cached) $ECHO_C" >&6
14549 cat >conftest.
$ac_ext <<_ACEOF
14552 cat confdefs.h
>>conftest.
$ac_ext
14553 cat >>conftest.
$ac_ext <<_ACEOF
14554 /* end confdefs.h. */
14567 rm -f conftest.
$ac_objext
14568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14569 (eval $ac_compile) 2>conftest.er1
14571 grep -v '^ *+' conftest.er1
>conftest.err
14573 cat conftest.err
>&5
14574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14575 (exit $ac_status); } &&
14576 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14578 (eval $ac_try) 2>&5
14580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14581 (exit $ac_status); }; } &&
14582 { ac_try
='test -s conftest.$ac_objext'
14583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14584 (eval $ac_try) 2>&5
14586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14587 (exit $ac_status); }; }; then
14588 bakefile_compiler_xlc
=yes
14590 echo "$as_me: failed program was:" >&5
14591 sed 's/^/| /' conftest.
$ac_ext >&5
14593 bakefile_compiler_xlc
=no
14595 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14596 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
14599 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14600 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
14602 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
14604 ac_cpp
='$CPP $CPPFLAGS'
14605 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14606 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14607 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14614 ac_cpp
='$CXXCPP $CPPFLAGS'
14615 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14616 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14617 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14619 echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
14620 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6
14621 if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then
14622 echo $ECHO_N "(cached) $ECHO_C" >&6
14624 cat >conftest.
$ac_ext <<_ACEOF
14627 cat confdefs.h
>>conftest.
$ac_ext
14628 cat >>conftest.
$ac_ext <<_ACEOF
14629 /* end confdefs.h. */
14642 rm -f conftest.
$ac_objext
14643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14644 (eval $ac_compile) 2>conftest.er1
14646 grep -v '^ *+' conftest.er1
>conftest.err
14648 cat conftest.err
>&5
14649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14650 (exit $ac_status); } &&
14651 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14653 (eval $ac_try) 2>&5
14655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656 (exit $ac_status); }; } &&
14657 { ac_try
='test -s conftest.$ac_objext'
14658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14659 (eval $ac_try) 2>&5
14661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14662 (exit $ac_status); }; }; then
14663 bakefile_compiler_mwerks
=yes
14665 echo "$as_me: failed program was:" >&5
14666 sed 's/^/| /' conftest.
$ac_ext >&5
14668 bakefile_compiler_mwerks
=no
14670 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14671 bakefile_cv_cxx_compiler_mwerks
=$bakefile_compiler_mwerks
14674 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5
14675 echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6
14677 MWCXX
=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
14679 ac_cpp
='$CPP $CPPFLAGS'
14680 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14681 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14682 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14686 ac_cpp
='$CXXCPP $CPPFLAGS'
14687 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14688 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14689 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14691 echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
14692 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6
14693 if test "${bakefile_cv_cxx_compiler_xlc+set}" = set; then
14694 echo $ECHO_N "(cached) $ECHO_C" >&6
14696 cat >conftest.
$ac_ext <<_ACEOF
14699 cat confdefs.h
>>conftest.
$ac_ext
14700 cat >>conftest.
$ac_ext <<_ACEOF
14701 /* end confdefs.h. */
14714 rm -f conftest.
$ac_objext
14715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14716 (eval $ac_compile) 2>conftest.er1
14718 grep -v '^ *+' conftest.er1
>conftest.err
14720 cat conftest.err
>&5
14721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14722 (exit $ac_status); } &&
14723 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14725 (eval $ac_try) 2>&5
14727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14728 (exit $ac_status); }; } &&
14729 { ac_try
='test -s conftest.$ac_objext'
14730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14731 (eval $ac_try) 2>&5
14733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14734 (exit $ac_status); }; }; then
14735 bakefile_compiler_xlc
=yes
14737 echo "$as_me: failed program was:" >&5
14738 sed 's/^/| /' conftest.
$ac_ext >&5
14740 bakefile_compiler_xlc
=no
14742 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14743 bakefile_cv_cxx_compiler_xlc
=$bakefile_compiler_xlc
14746 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_xlc" >&5
14747 echo "${ECHO_T}$bakefile_cv_cxx_compiler_xlc" >&6
14749 XLCXX
=`test $bakefile_cv_cxx_compiler_xlc = yes && echo yes`
14751 ac_cpp
='$CPP $CPPFLAGS'
14752 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14753 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14754 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14763 ac_cpp
='$CXXCPP $CPPFLAGS'
14764 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14765 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14766 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14768 echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
14769 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6
14770 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
14771 echo $ECHO_N "(cached) $ECHO_C" >&6
14773 cat >conftest.
$ac_ext <<_ACEOF
14776 cat confdefs.h
>>conftest.
$ac_ext
14777 cat >>conftest.
$ac_ext <<_ACEOF
14778 /* end confdefs.h. */
14784 #ifndef _SGI_COMPILER_VERSION
14792 rm -f conftest.
$ac_objext
14793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14794 (eval $ac_compile) 2>conftest.er1
14796 grep -v '^ *+' conftest.er1
>conftest.err
14798 cat conftest.err
>&5
14799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14800 (exit $ac_status); } &&
14801 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14803 (eval $ac_try) 2>&5
14805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14806 (exit $ac_status); }; } &&
14807 { ac_try
='test -s conftest.$ac_objext'
14808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14809 (eval $ac_try) 2>&5
14811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); }; }; then
14813 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=yes
14815 echo "$as_me: failed program was:" >&5
14816 sed 's/^/| /' conftest.
$ac_ext >&5
14818 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION
=no
14821 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14825 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
14826 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6
14828 ac_cpp
='$CPP $CPPFLAGS'
14829 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14830 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14831 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14833 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
14846 ac_cpp
='$CXXCPP $CPPFLAGS'
14847 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14848 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14849 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14851 echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
14852 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6
14853 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
14854 echo $ECHO_N "(cached) $ECHO_C" >&6
14856 cat >conftest.
$ac_ext <<_ACEOF
14859 cat confdefs.h
>>conftest.
$ac_ext
14860 cat >>conftest.
$ac_ext <<_ACEOF
14861 /* end confdefs.h. */
14875 rm -f conftest.
$ac_objext
14876 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14877 (eval $ac_compile) 2>conftest.er1
14879 grep -v '^ *+' conftest.er1
>conftest.err
14881 cat conftest.err
>&5
14882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14883 (exit $ac_status); } &&
14884 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14886 (eval $ac_try) 2>&5
14888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14889 (exit $ac_status); }; } &&
14890 { ac_try
='test -s conftest.$ac_objext'
14891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14892 (eval $ac_try) 2>&5
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); }; }; then
14896 bakefile_cv_cxx_compiler___HP_aCC
=yes
14898 echo "$as_me: failed program was:" >&5
14899 sed 's/^/| /' conftest.
$ac_ext >&5
14901 bakefile_cv_cxx_compiler___HP_aCC
=no
14904 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14908 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
14909 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6
14911 ac_cpp
='$CPP $CPPFLAGS'
14912 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14913 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14914 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14916 if test "x$bakefile_cv_c_compiler___HP_aCC" = "xyes"; then
14929 ac_cpp
='$CXXCPP $CPPFLAGS'
14930 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14931 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14932 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
14934 echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
14935 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6
14936 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
14937 echo $ECHO_N "(cached) $ECHO_C" >&6
14939 cat >conftest.
$ac_ext <<_ACEOF
14942 cat confdefs.h
>>conftest.
$ac_ext
14943 cat >>conftest.
$ac_ext <<_ACEOF
14944 /* end confdefs.h. */
14958 rm -f conftest.
$ac_objext
14959 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14960 (eval $ac_compile) 2>conftest.er1
14962 grep -v '^ *+' conftest.er1
>conftest.err
14964 cat conftest.err
>&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } &&
14967 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
14968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14969 (eval $ac_try) 2>&5
14971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14972 (exit $ac_status); }; } &&
14973 { ac_try
='test -s conftest.$ac_objext'
14974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14975 (eval $ac_try) 2>&5
14977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14978 (exit $ac_status); }; }; then
14979 bakefile_cv_cxx_compiler___DECCXX
=yes
14981 echo "$as_me: failed program was:" >&5
14982 sed 's/^/| /' conftest.
$ac_ext >&5
14984 bakefile_cv_cxx_compiler___DECCXX
=no
14987 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14991 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
14992 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6
14994 ac_cpp
='$CPP $CPPFLAGS'
14995 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14996 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14997 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14999 if test "x$bakefile_cv_c_compiler___DECCXX" = "xyes"; then
15012 ac_cpp
='$CXXCPP $CPPFLAGS'
15013 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15014 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15015 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
15017 echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
15018 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6
15019 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
15020 echo $ECHO_N "(cached) $ECHO_C" >&6
15022 cat >conftest.
$ac_ext <<_ACEOF
15025 cat confdefs.h
>>conftest.
$ac_ext
15026 cat >>conftest.
$ac_ext <<_ACEOF
15027 /* end confdefs.h. */
15033 #ifndef __SUNPRO_CC
15041 rm -f conftest.
$ac_objext
15042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15043 (eval $ac_compile) 2>conftest.er1
15045 grep -v '^ *+' conftest.er1
>conftest.err
15047 cat conftest.err
>&5
15048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15049 (exit $ac_status); } &&
15050 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
15051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15052 (eval $ac_try) 2>&5
15054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15055 (exit $ac_status); }; } &&
15056 { ac_try
='test -s conftest.$ac_objext'
15057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15058 (eval $ac_try) 2>&5
15060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15061 (exit $ac_status); }; }; then
15062 bakefile_cv_cxx_compiler___SUNPRO_CC
=yes
15064 echo "$as_me: failed program was:" >&5
15065 sed 's/^/| /' conftest.
$ac_ext >&5
15067 bakefile_cv_cxx_compiler___SUNPRO_CC
=no
15070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15074 echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
15075 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6
15077 ac_cpp
='$CPP $CPPFLAGS'
15078 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15079 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15080 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15082 if test "x$bakefile_cv_c_compiler___SUNPRO_CC" = "xyes"; then
15095 if test -n "$ac_tool_prefix"; then
15096 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
15097 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
15098 echo "$as_me:$LINENO: checking for $ac_word" >&5
15099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15100 if test "${ac_cv_prog_RANLIB+set}" = set; then
15101 echo $ECHO_N "(cached) $ECHO_C" >&6
15103 if test -n "$RANLIB"; then
15104 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
15106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15107 for as_dir
in $PATH
15110 test -z "$as_dir" && as_dir
=.
15111 for ac_exec_ext
in '' $ac_executable_extensions; do
15112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15113 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
15114 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15122 RANLIB
=$ac_cv_prog_RANLIB
15123 if test -n "$RANLIB"; then
15124 echo "$as_me:$LINENO: result: $RANLIB" >&5
15125 echo "${ECHO_T}$RANLIB" >&6
15127 echo "$as_me:$LINENO: result: no" >&5
15128 echo "${ECHO_T}no" >&6
15132 if test -z "$ac_cv_prog_RANLIB"; then
15133 ac_ct_RANLIB
=$RANLIB
15134 # Extract the first word of "ranlib", so it can be a program name with args.
15135 set dummy ranlib
; ac_word
=$2
15136 echo "$as_me:$LINENO: checking for $ac_word" >&5
15137 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15138 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
15139 echo $ECHO_N "(cached) $ECHO_C" >&6
15141 if test -n "$ac_ct_RANLIB"; then
15142 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
15144 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15145 for as_dir
in $PATH
15148 test -z "$as_dir" && as_dir
=.
15149 for ac_exec_ext
in '' $ac_executable_extensions; do
15150 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15151 ac_cv_prog_ac_ct_RANLIB
="ranlib"
15152 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15158 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
15161 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
15162 if test -n "$ac_ct_RANLIB"; then
15163 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
15164 echo "${ECHO_T}$ac_ct_RANLIB" >&6
15166 echo "$as_me:$LINENO: result: no" >&5
15167 echo "${ECHO_T}no" >&6
15170 RANLIB
=$ac_ct_RANLIB
15172 RANLIB
="$ac_cv_prog_RANLIB"
15176 if test -n "$ac_tool_prefix"; then
15177 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
15178 set dummy
${ac_tool_prefix}ar; ac_word
=$2
15179 echo "$as_me:$LINENO: checking for $ac_word" >&5
15180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15181 if test "${ac_cv_prog_AR+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15184 if test -n "$AR"; then
15185 ac_cv_prog_AR
="$AR" # Let the user override the test.
15187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15188 for as_dir
in $PATH
15191 test -z "$as_dir" && as_dir
=.
15192 for ac_exec_ext
in '' $ac_executable_extensions; do
15193 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15194 ac_cv_prog_AR
="${ac_tool_prefix}ar"
15195 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15204 if test -n "$AR"; then
15205 echo "$as_me:$LINENO: result: $AR" >&5
15206 echo "${ECHO_T}$AR" >&6
15208 echo "$as_me:$LINENO: result: no" >&5
15209 echo "${ECHO_T}no" >&6
15213 if test -z "$ac_cv_prog_AR"; then
15215 # Extract the first word of "ar", so it can be a program name with args.
15216 set dummy
ar; ac_word
=$2
15217 echo "$as_me:$LINENO: checking for $ac_word" >&5
15218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15219 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
15220 echo $ECHO_N "(cached) $ECHO_C" >&6
15222 if test -n "$ac_ct_AR"; then
15223 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
15225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15226 for as_dir
in $PATH
15229 test -z "$as_dir" && as_dir
=.
15230 for ac_exec_ext
in '' $ac_executable_extensions; do
15231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15232 ac_cv_prog_ac_ct_AR
="ar"
15233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15241 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
15242 if test -n "$ac_ct_AR"; then
15243 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
15244 echo "${ECHO_T}$ac_ct_AR" >&6
15246 echo "$as_me:$LINENO: result: no" >&5
15247 echo "${ECHO_T}no" >&6
15252 AR
="$ac_cv_prog_AR"
15255 if test "x$AR" = "x" ; then
15256 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
15257 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
15258 { (exit 1); exit 1; }; }
15261 # Find a good install program. We prefer a C program (faster),
15262 # so one script is as good as another. But avoid the broken or
15263 # incompatible versions:
15264 # SysV /etc/install, /usr/sbin/install
15265 # SunOS /usr/etc/install
15266 # IRIX /sbin/install
15268 # AmigaOS /C/install, which installs bootblocks on floppy discs
15269 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
15270 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
15271 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
15272 # OS/2's system install, which has a completely different semantic
15273 # ./install, which can be erroneously created by make from ./install.sh.
15274 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
15275 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
15276 if test -z "$INSTALL"; then
15277 if test "${ac_cv_path_install+set}" = set; then
15278 echo $ECHO_N "(cached) $ECHO_C" >&6
15280 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15281 for as_dir
in $PATH
15284 test -z "$as_dir" && as_dir
=.
15285 # Account for people who put trailing slashes in PATH elements.
15287 .
/ | .
// | /cC
/* | \
15288 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
15289 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
15292 # OSF1 and SCO ODT 3.0 have their own names for install.
15293 # Don't use installbsd from OSF since it installs stuff as root
15295 for ac_prog
in ginstall scoinst
install; do
15296 for ac_exec_ext
in '' $ac_executable_extensions; do
15297 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
15298 if test $ac_prog = install &&
15299 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
15300 # AIX install. It has an incompatible calling convention.
15302 elif test $ac_prog = install &&
15303 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
15304 # program-specific install script used by HP pwplus--don't use.
15307 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
15319 if test "${ac_cv_path_install+set}" = set; then
15320 INSTALL
=$ac_cv_path_install
15322 # As a last resort, use the slow shell script. We don't cache a
15323 # path for INSTALL within a source directory, because that will
15324 # break other packages using the cache if that directory is
15325 # removed, or if the path is relative.
15326 INSTALL
=$ac_install_sh
15329 echo "$as_me:$LINENO: result: $INSTALL" >&5
15330 echo "${ECHO_T}$INSTALL" >&6
15332 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
15333 # It thinks the first close brace ends the variable substitution.
15334 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
15336 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
15338 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
15344 ?
:* ) # Drive letter, considered as absolute.
15347 INSTALL
=`pwd`/${INSTALL} ;;
15354 INSTALL_PROGRAM
="cp -fp"
15355 INSTALL_DATA
="cp -fp"
15361 if test -n "$ac_tool_prefix"; then
15362 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
15363 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
15364 echo "$as_me:$LINENO: checking for $ac_word" >&5
15365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15366 if test "${ac_cv_prog_STRIP+set}" = set; then
15367 echo $ECHO_N "(cached) $ECHO_C" >&6
15369 if test -n "$STRIP"; then
15370 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
15372 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15373 for as_dir
in $PATH
15376 test -z "$as_dir" && as_dir
=.
15377 for ac_exec_ext
in '' $ac_executable_extensions; do
15378 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15379 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
15380 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15388 STRIP
=$ac_cv_prog_STRIP
15389 if test -n "$STRIP"; then
15390 echo "$as_me:$LINENO: result: $STRIP" >&5
15391 echo "${ECHO_T}$STRIP" >&6
15393 echo "$as_me:$LINENO: result: no" >&5
15394 echo "${ECHO_T}no" >&6
15398 if test -z "$ac_cv_prog_STRIP"; then
15400 # Extract the first word of "strip", so it can be a program name with args.
15401 set dummy strip
; ac_word
=$2
15402 echo "$as_me:$LINENO: checking for $ac_word" >&5
15403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15404 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
15405 echo $ECHO_N "(cached) $ECHO_C" >&6
15407 if test -n "$ac_ct_STRIP"; then
15408 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
15410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15411 for as_dir
in $PATH
15414 test -z "$as_dir" && as_dir
=.
15415 for ac_exec_ext
in '' $ac_executable_extensions; do
15416 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15417 ac_cv_prog_ac_ct_STRIP
="strip"
15418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15424 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
="true"
15427 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
15428 if test -n "$ac_ct_STRIP"; then
15429 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
15430 echo "${ECHO_T}$ac_ct_STRIP" >&6
15432 echo "$as_me:$LINENO: result: no" >&5
15433 echo "${ECHO_T}no" >&6
15438 STRIP
="$ac_cv_prog_STRIP"
15442 if test "$wxUSE_WINE" = "yes"; then
15443 if test -n "$ac_tool_prefix"; then
15444 # Extract the first word of "${ac_tool_prefix}wrc", so it can be a program name with args.
15445 set dummy
${ac_tool_prefix}wrc
; ac_word
=$2
15446 echo "$as_me:$LINENO: checking for $ac_word" >&5
15447 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15448 if test "${ac_cv_prog_WINDRES+set}" = set; then
15449 echo $ECHO_N "(cached) $ECHO_C" >&6
15451 if test -n "$WINDRES"; then
15452 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
15454 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15455 for as_dir
in $PATH
15458 test -z "$as_dir" && as_dir
=.
15459 for ac_exec_ext
in '' $ac_executable_extensions; do
15460 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15461 ac_cv_prog_WINDRES
="${ac_tool_prefix}wrc"
15462 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15470 WINDRES
=$ac_cv_prog_WINDRES
15471 if test -n "$WINDRES"; then
15472 echo "$as_me:$LINENO: result: $WINDRES" >&5
15473 echo "${ECHO_T}$WINDRES" >&6
15475 echo "$as_me:$LINENO: result: no" >&5
15476 echo "${ECHO_T}no" >&6
15480 if test -z "$ac_cv_prog_WINDRES"; then
15481 ac_ct_WINDRES
=$WINDRES
15482 # Extract the first word of "wrc", so it can be a program name with args.
15483 set dummy wrc
; ac_word
=$2
15484 echo "$as_me:$LINENO: checking for $ac_word" >&5
15485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15486 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
15487 echo $ECHO_N "(cached) $ECHO_C" >&6
15489 if test -n "$ac_ct_WINDRES"; then
15490 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
15492 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15493 for as_dir
in $PATH
15496 test -z "$as_dir" && as_dir
=.
15497 for ac_exec_ext
in '' $ac_executable_extensions; do
15498 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15499 ac_cv_prog_ac_ct_WINDRES
="wrc"
15500 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15508 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
15509 if test -n "$ac_ct_WINDRES"; then
15510 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15511 echo "${ECHO_T}$ac_ct_WINDRES" >&6
15513 echo "$as_me:$LINENO: result: no" >&5
15514 echo "${ECHO_T}no" >&6
15517 WINDRES
=$ac_ct_WINDRES
15519 WINDRES
="$ac_cv_prog_WINDRES"
15525 *-*-cygwin* | *-*-mingw32* )
15526 if test -n "$ac_tool_prefix"; then
15527 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
15528 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
15529 echo "$as_me:$LINENO: checking for $ac_word" >&5
15530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15531 if test "${ac_cv_prog_WINDRES+set}" = set; then
15532 echo $ECHO_N "(cached) $ECHO_C" >&6
15534 if test -n "$WINDRES"; then
15535 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
15537 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15538 for as_dir
in $PATH
15541 test -z "$as_dir" && as_dir
=.
15542 for ac_exec_ext
in '' $ac_executable_extensions; do
15543 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15544 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
15545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15553 WINDRES
=$ac_cv_prog_WINDRES
15554 if test -n "$WINDRES"; then
15555 echo "$as_me:$LINENO: result: $WINDRES" >&5
15556 echo "${ECHO_T}$WINDRES" >&6
15558 echo "$as_me:$LINENO: result: no" >&5
15559 echo "${ECHO_T}no" >&6
15563 if test -z "$ac_cv_prog_WINDRES"; then
15564 ac_ct_WINDRES
=$WINDRES
15565 # Extract the first word of "windres", so it can be a program name with args.
15566 set dummy windres
; ac_word
=$2
15567 echo "$as_me:$LINENO: checking for $ac_word" >&5
15568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15569 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
15570 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 if test -n "$ac_ct_WINDRES"; then
15573 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
15575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15576 for as_dir
in $PATH
15579 test -z "$as_dir" && as_dir
=.
15580 for ac_exec_ext
in '' $ac_executable_extensions; do
15581 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15582 ac_cv_prog_ac_ct_WINDRES
="windres"
15583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15591 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
15592 if test -n "$ac_ct_WINDRES"; then
15593 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
15594 echo "${ECHO_T}$ac_ct_WINDRES" >&6
15596 echo "$as_me:$LINENO: result: no" >&5
15597 echo "${ECHO_T}no" >&6
15600 WINDRES
=$ac_ct_WINDRES
15602 WINDRES
="$ac_cv_prog_WINDRES"
15606 if test -n "$ac_tool_prefix"; then
15607 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
15608 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
15609 echo "$as_me:$LINENO: checking for $ac_word" >&5
15610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15611 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15612 echo $ECHO_N "(cached) $ECHO_C" >&6
15614 if test -n "$DLLTOOL"; then
15615 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
15617 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15618 for as_dir
in $PATH
15621 test -z "$as_dir" && as_dir
=.
15622 for ac_exec_ext
in '' $ac_executable_extensions; do
15623 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15624 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
15625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15633 DLLTOOL
=$ac_cv_prog_DLLTOOL
15634 if test -n "$DLLTOOL"; then
15635 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15636 echo "${ECHO_T}$DLLTOOL" >&6
15638 echo "$as_me:$LINENO: result: no" >&5
15639 echo "${ECHO_T}no" >&6
15643 if test -z "$ac_cv_prog_DLLTOOL"; then
15644 ac_ct_DLLTOOL
=$DLLTOOL
15645 # Extract the first word of "dlltool", so it can be a program name with args.
15646 set dummy dlltool
; ac_word
=$2
15647 echo "$as_me:$LINENO: checking for $ac_word" >&5
15648 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15649 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
15650 echo $ECHO_N "(cached) $ECHO_C" >&6
15652 if test -n "$ac_ct_DLLTOOL"; then
15653 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
15655 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15656 for as_dir
in $PATH
15659 test -z "$as_dir" && as_dir
=.
15660 for ac_exec_ext
in '' $ac_executable_extensions; do
15661 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15662 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
15663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15671 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
15672 if test -n "$ac_ct_DLLTOOL"; then
15673 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
15674 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
15676 echo "$as_me:$LINENO: result: no" >&5
15677 echo "${ECHO_T}no" >&6
15680 DLLTOOL
=$ac_ct_DLLTOOL
15682 DLLTOOL
="$ac_cv_prog_DLLTOOL"
15689 echo "$as_me:$LINENO: checking if make is GNU make" >&5
15690 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
15691 if test "${wx_cv_prog_makeisgnu+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15695 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
15696 egrep -s GNU
> /dev
/null
); then
15697 wx_cv_prog_makeisgnu
="yes"
15699 wx_cv_prog_makeisgnu
="no"
15703 echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
15704 echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
15706 if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
15714 if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
15715 echo "$as_me:$LINENO: checking if make supports VPATH" >&5
15716 echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
15717 if test "${wx_cv_prog_makevpath+set}" = set; then
15718 echo $ECHO_N "(cached) $ECHO_C" >&6
15721 cat - << EOF > confMake
15727 if test ! -d sub
; then
15730 echo dummy
> sub
/file
15731 ${MAKE-make} -f confMake VPATH
=sub
2>&5 > /dev
/null
15733 rm -f sub
/file check final_file confMake
15735 if test "$RESULT" = 0; then
15736 wx_cv_prog_makevpath
="yes"
15738 wx_cv_prog_makevpath
="no"
15742 echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
15743 echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
15745 if test "x$wx_cv_prog_makevpath" != "xyes"; then
15746 { { echo "$as_me:$LINENO: error:
15747 You need a make-utility that is able to use the variable
15749 If your version of make does not support VPATH correctly,
15750 please install GNU-make (possibly as gmake), and start
15751 configure with the following command:
15752 export MAKE=gmake; ./configure for sh-type shells
15753 setenv MAKE gmake; ./configure for csh-type shells
15754 Also please do remember to use gmake in this case every time
15755 you are trying to compile.
15757 echo "$as_me: error:
15758 You need a make-utility that is able to use the variable
15760 If your version of make does not support VPATH correctly,
15761 please install GNU-make (possibly as gmake), and start
15762 configure with the following command:
15763 export MAKE=gmake; ./configure for sh-type shells
15764 setenv MAKE gmake; ./configure for csh-type shells
15765 Also please do remember to use gmake in this case every time
15766 you are trying to compile.
15768 { (exit 1); exit 1; }; }
15770 echo "$as_me:$LINENO: checking whether ln -s works" >&5
15771 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
15773 if test "$LN_S" = "ln -s"; then
15774 echo "$as_me:$LINENO: result: yes" >&5
15775 echo "${ECHO_T}yes" >&6
15777 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
15778 echo "${ECHO_T}no, using $LN_S" >&6
15784 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
15785 CXXFLAGS
="-qunique $CXXFLAGS"
15789 powerpc
-*-darwin* )
15790 echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
15791 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6
15792 cat >conftest.
$ac_ext <<_ACEOF
15795 cat confdefs.h
>>conftest.
$ac_ext
15796 cat >>conftest.
$ac_ext <<_ACEOF
15797 /* end confdefs.h. */
15802 #ifndef __POWERPC__
15803 choke me for lack of PowerPC
15810 rm -f conftest.
$ac_objext
15811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15812 (eval $ac_compile) 2>conftest.er1
15814 grep -v '^ *+' conftest.er1
>conftest.err
15816 cat conftest.err
>&5
15817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15818 (exit $ac_status); } &&
15819 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15821 (eval $ac_try) 2>&5
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); }; } &&
15825 { ac_try
='test -s conftest.$ac_objext'
15826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15827 (eval $ac_try) 2>&5
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); }; }; then
15831 echo "$as_me:$LINENO: result: yes" >&5
15832 echo "${ECHO_T}yes" >&6
15834 echo "$as_me: failed program was:" >&5
15835 sed 's/^/| /' conftest.
$ac_ext >&5
15837 echo "$as_me:$LINENO: result: no" >&5
15838 echo "${ECHO_T}no" >&6
15839 cat >>confdefs.h
<<\_ACEOF
15840 #define __POWERPC__ 1
15845 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15851 echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
15852 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6
15853 cat >conftest.
$ac_ext <<_ACEOF
15856 cat confdefs.h
>>conftest.
$ac_ext
15857 cat >>conftest.
$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15859 #include <CoreFoundation/CFBase.h>
15869 rm -f conftest.
$ac_objext
15870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15871 (eval $ac_compile) 2>conftest.er1
15873 grep -v '^ *+' conftest.er1
>conftest.err
15875 cat conftest.err
>&5
15876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15877 (exit $ac_status); } &&
15878 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15880 (eval $ac_try) 2>&5
15882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); }; } &&
15884 { ac_try
='test -s conftest.$ac_objext'
15885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15886 (eval $ac_try) 2>&5
15888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889 (exit $ac_status); }; }; then
15890 echo "$as_me:$LINENO: result: yes" >&5
15891 echo "${ECHO_T}yes" >&6
15893 echo "$as_me: failed program was:" >&5
15894 sed 's/^/| /' conftest.
$ac_ext >&5
15896 echo "$as_me:$LINENO: result: no" >&5
15897 echo "${ECHO_T}no" >&6
15898 echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
15899 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6
15900 cat >conftest.
$ac_ext <<_ACEOF
15903 cat confdefs.h
>>conftest.
$ac_ext
15904 cat >>conftest.
$ac_ext <<_ACEOF
15905 /* end confdefs.h. */
15906 #define __CF_USE_FRAMEWORK_INCLUDES__
15907 #include <CoreFoundation/CFBase.h>
15917 rm -f conftest.
$ac_objext
15918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15919 (eval $ac_compile) 2>conftest.er1
15921 grep -v '^ *+' conftest.er1
>conftest.err
15923 cat conftest.err
>&5
15924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15925 (exit $ac_status); } &&
15926 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15928 (eval $ac_try) 2>&5
15930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15931 (exit $ac_status); }; } &&
15932 { ac_try
='test -s conftest.$ac_objext'
15933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15934 (eval $ac_try) 2>&5
15936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15937 (exit $ac_status); }; }; then
15938 echo "$as_me:$LINENO: result: yes" >&5
15939 echo "${ECHO_T}yes" >&6
15940 CPPFLAGS
="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
15942 echo "$as_me: failed program was:" >&5
15943 sed 's/^/| /' conftest.
$ac_ext >&5
15945 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
15946 See \`config.log' for more details." >&5
15947 echo "$as_me: error: no. CoreFoundation not available.
15948 See \`config.log' for more details." >&2;}
15949 { (exit 1); exit 1; }; }
15952 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15956 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15961 doesnt_want_win32
=0
15964 if test "$wxUSE_MSW" = 1 ; then
15967 echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
15968 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6
15969 if test "${wx_cv_nocygwin+set}" = set; then
15970 echo $ECHO_N "(cached) $ECHO_C" >&6
15973 cat >conftest.
$ac_ext <<_ACEOF
15976 cat confdefs.h
>>conftest.
$ac_ext
15977 cat >>conftest.
$ac_ext <<_ACEOF
15978 /* end confdefs.h. */
15992 rm -f conftest.
$ac_objext
15993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15994 (eval $ac_compile) 2>conftest.er1
15996 grep -v '^ *+' conftest.er1
>conftest.err
15998 cat conftest.err
>&5
15999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000 (exit $ac_status); } &&
16001 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16003 (eval $ac_try) 2>&5
16005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16006 (exit $ac_status); }; } &&
16007 { ac_try
='test -s conftest.$ac_objext'
16008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16009 (eval $ac_try) 2>&5
16011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16012 (exit $ac_status); }; }; then
16015 echo "$as_me: failed program was:" >&5
16016 sed 's/^/| /' conftest.
$ac_ext >&5
16021 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16025 echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
16026 echo "${ECHO_T}$wx_cv_nocygwin" >&6
16028 if test "$wx_cv_nocygwin" = "yes"; then
16031 doesnt_want_win32
=1
16034 if test "$wants_win32" = 1 ; then
16035 BAKEFILE_FORCE_PLATFORM
=win32
16043 if test "$wxUSE_WINE" = "yes"; then
16047 LDFLAGS_GUI
="-mwindows"
16050 if test "$wants_win32" = 1 ; then
16053 cat >>confdefs.h
<<\_ACEOF
16054 #define __WIN32__ 1
16057 cat >>confdefs.h
<<\_ACEOF
16058 #define __WIN95__ 1
16061 cat >>confdefs.h
<<\_ACEOF
16062 #define __WINDOWS__ 1
16065 cat >>confdefs.h
<<\_ACEOF
16066 #define __GNUWIN32__ 1
16069 cat >>confdefs.h
<<\_ACEOF
16074 if test "$doesnt_want_win32" = 1 ; then
16079 if test "$USE_UNIX" = 1 ; then
16081 cat >>confdefs.h
<<\_ACEOF
16088 *-pc-os2_emx | *-pc-os2-emx )
16089 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
16090 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
16091 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
16092 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
16093 echo $ECHO_N "(cached) $ECHO_C" >&6
16095 ac_check_lib_save_LIBS
=$LIBS
16096 LIBS
="-lcExt $LIBS"
16097 cat >conftest.
$ac_ext <<_ACEOF
16100 cat confdefs.h
>>conftest.
$ac_ext
16101 cat >>conftest.
$ac_ext <<_ACEOF
16102 /* end confdefs.h. */
16104 /* Override any gcc2 internal prototype to avoid an error. */
16108 /* We use char because int might match the return type of a gcc2
16109 builtin and then its argument prototype would still apply. */
16119 rm -f conftest.
$ac_objext conftest
$ac_exeext
16120 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16121 (eval $ac_link) 2>conftest.er1
16123 grep -v '^ *+' conftest.er1
>conftest.err
16125 cat conftest.err
>&5
16126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16127 (exit $ac_status); } &&
16128 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16130 (eval $ac_try) 2>&5
16132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16133 (exit $ac_status); }; } &&
16134 { ac_try
='test -s conftest$ac_exeext'
16135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16136 (eval $ac_try) 2>&5
16138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16139 (exit $ac_status); }; }; then
16140 ac_cv_lib_cExt_drand48
=yes
16142 echo "$as_me: failed program was:" >&5
16143 sed 's/^/| /' conftest.
$ac_ext >&5
16145 ac_cv_lib_cExt_drand48
=no
16147 rm -f conftest.err conftest.
$ac_objext \
16148 conftest
$ac_exeext conftest.
$ac_ext
16149 LIBS
=$ac_check_lib_save_LIBS
16151 echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
16152 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
16153 if test $ac_cv_lib_cExt_drand48 = yes; then
16154 LIBS
="$LIBS -lcExt"
16158 RESPROGRAMOBJ
="\${top_srcdir}/include/wx/os2/wx.res"
16160 echo "$as_me:$LINENO: checking for gcc/libc version" >&5
16161 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6
16162 if test "${wx_cv_gccversion+set}" = set; then
16163 echo $ECHO_N "(cached) $ECHO_C" >&6
16166 if test "$cross_compiling" = yes; then
16167 wx_cv_gccversion
="EMX2"
16170 cat >conftest.
$ac_ext <<_ACEOF
16173 cat confdefs.h
>>conftest.
$ac_ext
16174 cat >>conftest.
$ac_ext <<_ACEOF
16175 /* end confdefs.h. */
16181 FILE *f=fopen("conftestval", "w");
16186 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
16188 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
16198 rm -f conftest
$ac_exeext
16199 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16200 (eval $ac_link) 2>&5
16202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16203 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16205 (eval $ac_try) 2>&5
16207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16208 (exit $ac_status); }; }; then
16209 wx_cv_gccversion
=`cat conftestval`
16211 echo "$as_me: program exited with status $ac_status" >&5
16212 echo "$as_me: failed program was:" >&5
16213 sed 's/^/| /' conftest.
$ac_ext >&5
16215 ( exit $ac_status )
16216 wx_cv_gccversion
="EMX2"
16218 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16222 echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
16223 echo "${ECHO_T}$wx_cv_gccversion" >&6
16224 if test "$wx_cv_gccversion" = "EMX2"; then
16225 LIBS
="$LIBS -lstdcpp"
16226 LDFLAGS
="$LDFLAGS -Zsysv-signals"
16228 if test "$wx_cv_gccversion" = "EMX3"; then
16229 LIBS
="$LIBS -lstdcxx -lgcc"
16230 LDFLAGS
="$LDFLAGS -Zsysv-signals"
16232 LIBS
="$LIBS -lstdc++"
16235 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
16236 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
16237 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
16244 echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
16245 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6
16246 if test "${ac_cv_string_strcasecmp+set}" = set; then
16247 echo $ECHO_N "(cached) $ECHO_C" >&6
16250 cat >conftest.
$ac_ext <<_ACEOF
16253 cat confdefs.h
>>conftest.
$ac_ext
16254 cat >>conftest.
$ac_ext <<_ACEOF
16255 /* end confdefs.h. */
16257 #include <string.h>
16263 strcasecmp("foo", "bar");
16269 rm -f conftest.
$ac_objext conftest
$ac_exeext
16270 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16271 (eval $ac_link) 2>conftest.er1
16273 grep -v '^ *+' conftest.er1
>conftest.err
16275 cat conftest.err
>&5
16276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16277 (exit $ac_status); } &&
16278 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16280 (eval $ac_try) 2>&5
16282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16283 (exit $ac_status); }; } &&
16284 { ac_try
='test -s conftest$ac_exeext'
16285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16286 (eval $ac_try) 2>&5
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); }; }; then
16290 ac_cv_string_strcasecmp
=yes
16292 echo "$as_me: failed program was:" >&5
16293 sed 's/^/| /' conftest.
$ac_ext >&5
16295 ac_cv_string_strcasecmp
=no
16298 rm -f conftest.err conftest.
$ac_objext \
16299 conftest
$ac_exeext conftest.
$ac_ext
16302 echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
16303 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6
16305 if test x
"$ac_cv_string_strcasecmp" = "xyes"; then
16306 cat >>confdefs.h
<<\_ACEOF
16307 #define HAVE_STRCASECMP_IN_STRING_H 1
16311 echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
16312 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6
16313 if test "${ac_cv_strings_strcasecmp+set}" = set; then
16314 echo $ECHO_N "(cached) $ECHO_C" >&6
16317 cat >conftest.
$ac_ext <<_ACEOF
16320 cat confdefs.h
>>conftest.
$ac_ext
16321 cat >>conftest.
$ac_ext <<_ACEOF
16322 /* end confdefs.h. */
16324 #include <strings.h>
16330 strcasecmp("foo", "bar");
16336 rm -f conftest.
$ac_objext conftest
$ac_exeext
16337 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16338 (eval $ac_link) 2>conftest.er1
16340 grep -v '^ *+' conftest.er1
>conftest.err
16342 cat conftest.err
>&5
16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16344 (exit $ac_status); } &&
16345 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16347 (eval $ac_try) 2>&5
16349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16350 (exit $ac_status); }; } &&
16351 { ac_try
='test -s conftest$ac_exeext'
16352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16353 (eval $ac_try) 2>&5
16355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16356 (exit $ac_status); }; }; then
16357 ac_cv_strings_strcasecmp
=yes
16359 echo "$as_me: failed program was:" >&5
16360 sed 's/^/| /' conftest.
$ac_ext >&5
16362 ac_cv_strings_strcasecmp
=no
16365 rm -f conftest.err conftest.
$ac_objext \
16366 conftest
$ac_exeext conftest.
$ac_ext
16369 echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
16370 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6
16372 if test x
"$ac_cv_strings_strcasecmp" = "xyes"; then
16373 cat >>confdefs.h
<<\_ACEOF
16374 #define HAVE_STRCASECMP_IN_STRINGS_H 1
16378 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
16379 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
16380 { (exit 1); exit 1; }; }
16388 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
16389 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
16390 if test "${ac_cv_header_stdc+set}" = set; then
16391 echo $ECHO_N "(cached) $ECHO_C" >&6
16393 cat >conftest.
$ac_ext <<_ACEOF
16396 cat confdefs.h
>>conftest.
$ac_ext
16397 cat >>conftest.
$ac_ext <<_ACEOF
16398 /* end confdefs.h. */
16399 #include <stdlib.h>
16400 #include <stdarg.h>
16401 #include <string.h>
16412 rm -f conftest.
$ac_objext
16413 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16414 (eval $ac_compile) 2>conftest.er1
16416 grep -v '^ *+' conftest.er1
>conftest.err
16418 cat conftest.err
>&5
16419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16420 (exit $ac_status); } &&
16421 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16423 (eval $ac_try) 2>&5
16425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16426 (exit $ac_status); }; } &&
16427 { ac_try
='test -s conftest.$ac_objext'
16428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16429 (eval $ac_try) 2>&5
16431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); }; }; then
16433 ac_cv_header_stdc
=yes
16435 echo "$as_me: failed program was:" >&5
16436 sed 's/^/| /' conftest.
$ac_ext >&5
16438 ac_cv_header_stdc
=no
16440 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16442 if test $ac_cv_header_stdc = yes; then
16443 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
16444 cat >conftest.
$ac_ext <<_ACEOF
16447 cat confdefs.h
>>conftest.
$ac_ext
16448 cat >>conftest.
$ac_ext <<_ACEOF
16449 /* end confdefs.h. */
16450 #include <string.h>
16453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16454 $EGREP "memchr" >/dev
/null
2>&1; then
16457 ac_cv_header_stdc
=no
16463 if test $ac_cv_header_stdc = yes; then
16464 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
16465 cat >conftest.
$ac_ext <<_ACEOF
16468 cat confdefs.h
>>conftest.
$ac_ext
16469 cat >>conftest.
$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16471 #include <stdlib.h>
16474 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16475 $EGREP "free" >/dev
/null
2>&1; then
16478 ac_cv_header_stdc
=no
16484 if test $ac_cv_header_stdc = yes; then
16485 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
16486 if test "$cross_compiling" = yes; then
16489 cat >conftest.
$ac_ext <<_ACEOF
16492 cat confdefs.h
>>conftest.
$ac_ext
16493 cat >>conftest.
$ac_ext <<_ACEOF
16494 /* end confdefs.h. */
16496 #if ((' ' & 0x0FF) == 0x020)
16497 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
16498 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
16500 # define ISLOWER(c) \
16501 (('a' <= (c) && (c) <= 'i') \
16502 || ('j' <= (c) && (c) <= 'r') \
16503 || ('s' <= (c) && (c) <= 'z'))
16504 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
16507 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
16512 for (i = 0; i < 256; i++)
16513 if (XOR (islower (i), ISLOWER (i))
16514 || toupper (i) != TOUPPER (i))
16519 rm -f conftest
$ac_exeext
16520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16521 (eval $ac_link) 2>&5
16523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16524 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16526 (eval $ac_try) 2>&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); }; }; then
16532 echo "$as_me: program exited with status $ac_status" >&5
16533 echo "$as_me: failed program was:" >&5
16534 sed 's/^/| /' conftest.
$ac_ext >&5
16536 ( exit $ac_status )
16537 ac_cv_header_stdc
=no
16539 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16543 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
16544 echo "${ECHO_T}$ac_cv_header_stdc" >&6
16545 if test $ac_cv_header_stdc = yes; then
16547 cat >>confdefs.h
<<\_ACEOF
16548 #define STDC_HEADERS 1
16553 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
16563 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
16564 inttypes.h stdint.h unistd.h
16566 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16567 echo "$as_me:$LINENO: checking for $ac_header" >&5
16568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16569 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16570 echo $ECHO_N "(cached) $ECHO_C" >&6
16572 cat >conftest.
$ac_ext <<_ACEOF
16575 cat confdefs.h
>>conftest.
$ac_ext
16576 cat >>conftest.
$ac_ext <<_ACEOF
16577 /* end confdefs.h. */
16578 $ac_includes_default
16580 #include <$ac_header>
16582 rm -f conftest.
$ac_objext
16583 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16584 (eval $ac_compile) 2>conftest.er1
16586 grep -v '^ *+' conftest.er1
>conftest.err
16588 cat conftest.err
>&5
16589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16590 (exit $ac_status); } &&
16591 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16593 (eval $ac_try) 2>&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); }; } &&
16597 { ac_try
='test -s conftest.$ac_objext'
16598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16599 (eval $ac_try) 2>&5
16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16602 (exit $ac_status); }; }; then
16603 eval "$as_ac_Header=yes"
16605 echo "$as_me: failed program was:" >&5
16606 sed 's/^/| /' conftest.
$ac_ext >&5
16608 eval "$as_ac_Header=no"
16610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16612 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16613 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16614 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16615 cat >>confdefs.h
<<_ACEOF
16616 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16630 for ac_header
in stdlib.h fnmatch.h langinfo.h malloc.h unistd.h wchar.h
16632 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16633 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16634 echo "$as_me:$LINENO: checking for $ac_header" >&5
16635 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16636 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16639 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16640 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16642 # Is the header compilable?
16643 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16644 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16645 cat >conftest.
$ac_ext <<_ACEOF
16648 cat confdefs.h
>>conftest.
$ac_ext
16649 cat >>conftest.
$ac_ext <<_ACEOF
16650 /* end confdefs.h. */
16651 $ac_includes_default
16652 #include <$ac_header>
16654 rm -f conftest.
$ac_objext
16655 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16656 (eval $ac_compile) 2>conftest.er1
16658 grep -v '^ *+' conftest.er1
>conftest.err
16660 cat conftest.err
>&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } &&
16663 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16665 (eval $ac_try) 2>&5
16667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668 (exit $ac_status); }; } &&
16669 { ac_try
='test -s conftest.$ac_objext'
16670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16671 (eval $ac_try) 2>&5
16673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16674 (exit $ac_status); }; }; then
16675 ac_header_compiler
=yes
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.
$ac_ext >&5
16680 ac_header_compiler
=no
16682 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16683 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16684 echo "${ECHO_T}$ac_header_compiler" >&6
16686 # Is the header present?
16687 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16688 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16689 cat >conftest.
$ac_ext <<_ACEOF
16692 cat confdefs.h
>>conftest.
$ac_ext
16693 cat >>conftest.
$ac_ext <<_ACEOF
16694 /* end confdefs.h. */
16695 #include <$ac_header>
16697 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16698 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16700 grep -v '^ *+' conftest.er1
>conftest.err
16702 cat conftest.err
>&5
16703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16704 (exit $ac_status); } >/dev
/null
; then
16705 if test -s conftest.err
; then
16706 ac_cpp_err
=$ac_c_preproc_warn_flag
16707 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
16714 if test -z "$ac_cpp_err"; then
16715 ac_header_preproc
=yes
16717 echo "$as_me: failed program was:" >&5
16718 sed 's/^/| /' conftest.
$ac_ext >&5
16720 ac_header_preproc
=no
16722 rm -f conftest.err conftest.
$ac_ext
16723 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16724 echo "${ECHO_T}$ac_header_preproc" >&6
16726 # So? What about this header?
16727 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16729 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16730 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16731 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16732 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16733 ac_header_preproc
=yes
16736 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16737 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16738 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16739 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16740 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16741 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16742 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16743 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16744 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16745 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16746 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16747 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16750 ## ----------------------------------------- ##
16751 ## Report this to wx-dev@lists.wxwidgets.org ##
16752 ## ----------------------------------------- ##
16755 sed "s/^/$as_me: WARNING: /" >&2
16758 echo "$as_me:$LINENO: checking for $ac_header" >&5
16759 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16760 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16761 echo $ECHO_N "(cached) $ECHO_C" >&6
16763 eval "$as_ac_Header=\$ac_header_preproc"
16765 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16766 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16769 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16770 cat >>confdefs.h
<<_ACEOF
16771 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16779 if test "$ac_cv_header_wchar_h" != "yes"; then
16781 for ac_header
in wcstr.h
16783 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16784 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16785 echo "$as_me:$LINENO: checking for $ac_header" >&5
16786 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16787 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16788 echo $ECHO_N "(cached) $ECHO_C" >&6
16790 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16791 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16793 # Is the header compilable?
16794 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16795 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16796 cat >conftest.
$ac_ext <<_ACEOF
16799 cat confdefs.h
>>conftest.
$ac_ext
16800 cat >>conftest.
$ac_ext <<_ACEOF
16801 /* end confdefs.h. */
16802 $ac_includes_default
16803 #include <$ac_header>
16805 rm -f conftest.
$ac_objext
16806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16807 (eval $ac_compile) 2>conftest.er1
16809 grep -v '^ *+' conftest.er1
>conftest.err
16811 cat conftest.err
>&5
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); } &&
16814 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16816 (eval $ac_try) 2>&5
16818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16819 (exit $ac_status); }; } &&
16820 { ac_try
='test -s conftest.$ac_objext'
16821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16822 (eval $ac_try) 2>&5
16824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16825 (exit $ac_status); }; }; then
16826 ac_header_compiler
=yes
16828 echo "$as_me: failed program was:" >&5
16829 sed 's/^/| /' conftest.
$ac_ext >&5
16831 ac_header_compiler
=no
16833 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16834 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16835 echo "${ECHO_T}$ac_header_compiler" >&6
16837 # Is the header present?
16838 echo "$as_me:$LINENO: checking $ac_header presence" >&5
16839 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16840 cat >conftest.
$ac_ext <<_ACEOF
16843 cat confdefs.h
>>conftest.
$ac_ext
16844 cat >>conftest.
$ac_ext <<_ACEOF
16845 /* end confdefs.h. */
16846 #include <$ac_header>
16848 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16849 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
16851 grep -v '^ *+' conftest.er1
>conftest.err
16853 cat conftest.err
>&5
16854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16855 (exit $ac_status); } >/dev
/null
; then
16856 if test -s conftest.err
; then
16857 ac_cpp_err
=$ac_c_preproc_warn_flag
16858 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
16865 if test -z "$ac_cpp_err"; then
16866 ac_header_preproc
=yes
16868 echo "$as_me: failed program was:" >&5
16869 sed 's/^/| /' conftest.
$ac_ext >&5
16871 ac_header_preproc
=no
16873 rm -f conftest.err conftest.
$ac_ext
16874 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16875 echo "${ECHO_T}$ac_header_preproc" >&6
16877 # So? What about this header?
16878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16880 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16881 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16882 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16883 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16884 ac_header_preproc
=yes
16887 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16888 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16889 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16890 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16891 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16892 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16893 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16894 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16895 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16896 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16897 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16898 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16901 ## ----------------------------------------- ##
16902 ## Report this to wx-dev@lists.wxwidgets.org ##
16903 ## ----------------------------------------- ##
16906 sed "s/^/$as_me: WARNING: /" >&2
16909 echo "$as_me:$LINENO: checking for $ac_header" >&5
16910 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16911 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16912 echo $ECHO_N "(cached) $ECHO_C" >&6
16914 eval "$as_ac_Header=\$ac_header_preproc"
16916 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16917 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16920 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16921 cat >>confdefs.h
<<_ACEOF
16922 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16932 *-pc-os2_emx | *-pc-os2-emx )
16933 if test $ac_cv_header_langinfo_h = "yes" \
16934 -a \
( "$wx_cv_gccversion" = "EMX2" \
16935 -o "$wx_cv_gccversion" = "EMX3" \
16936 -o "$wx_cv_gccversion" = "Innotek5" \
); then
16937 LIBS
="$LIBS -lintl"
16942 if test "$USE_UNIX" = 1 ; then
16944 for ac_header
in sys
/select.h
16946 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16947 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16948 echo "$as_me:$LINENO: checking for $ac_header" >&5
16949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16950 if eval "test \"\${$as_ac_Header+set}\" = set"; then
16951 echo $ECHO_N "(cached) $ECHO_C" >&6
16953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16954 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
16956 # Is the header compilable?
16957 echo "$as_me:$LINENO: checking $ac_header usability" >&5
16958 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16959 cat >conftest.
$ac_ext <<_ACEOF
16962 cat confdefs.h
>>conftest.
$ac_ext
16963 cat >>conftest.
$ac_ext <<_ACEOF
16964 /* end confdefs.h. */
16965 $ac_includes_default
16966 #include <$ac_header>
16968 rm -f conftest.
$ac_objext
16969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16970 (eval $ac_compile) 2>conftest.er1
16972 grep -v '^ *+' conftest.er1
>conftest.err
16974 cat conftest.err
>&5
16975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16976 (exit $ac_status); } &&
16977 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16979 (eval $ac_try) 2>&5
16981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16982 (exit $ac_status); }; } &&
16983 { ac_try
='test -s conftest.$ac_objext'
16984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16985 (eval $ac_try) 2>&5
16987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16988 (exit $ac_status); }; }; then
16989 ac_header_compiler
=yes
16991 echo "$as_me: failed program was:" >&5
16992 sed 's/^/| /' conftest.
$ac_ext >&5
16994 ac_header_compiler
=no
16996 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16997 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16998 echo "${ECHO_T}$ac_header_compiler" >&6
17000 # Is the header present?
17001 echo "$as_me:$LINENO: checking $ac_header presence" >&5
17002 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17003 cat >conftest.
$ac_ext <<_ACEOF
17006 cat confdefs.h
>>conftest.
$ac_ext
17007 cat >>conftest.
$ac_ext <<_ACEOF
17008 /* end confdefs.h. */
17009 #include <$ac_header>
17011 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17012 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
17014 grep -v '^ *+' conftest.er1
>conftest.err
17016 cat conftest.err
>&5
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } >/dev
/null
; then
17019 if test -s conftest.err
; then
17020 ac_cpp_err
=$ac_c_preproc_warn_flag
17021 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
17028 if test -z "$ac_cpp_err"; then
17029 ac_header_preproc
=yes
17031 echo "$as_me: failed program was:" >&5
17032 sed 's/^/| /' conftest.
$ac_ext >&5
17034 ac_header_preproc
=no
17036 rm -f conftest.err conftest.
$ac_ext
17037 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17038 echo "${ECHO_T}$ac_header_preproc" >&6
17040 # So? What about this header?
17041 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17043 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17044 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17045 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17046 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17047 ac_header_preproc
=yes
17050 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17051 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17052 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17053 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17054 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17055 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17056 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17057 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17058 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17059 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17060 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17061 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17064 ## ----------------------------------------- ##
17065 ## Report this to wx-dev@lists.wxwidgets.org ##
17066 ## ----------------------------------------- ##
17069 sed "s/^/$as_me: WARNING: /" >&2
17072 echo "$as_me:$LINENO: checking for $ac_header" >&5
17073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17074 if eval "test \"\${$as_ac_Header+set}\" = set"; then
17075 echo $ECHO_N "(cached) $ECHO_C" >&6
17077 eval "$as_ac_Header=\$ac_header_preproc"
17079 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17080 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17083 if test `eval echo '${'$as_ac_Header'}'` = yes; then
17084 cat >>confdefs.h
<<_ACEOF
17085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17095 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17096 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
17097 if test "${ac_cv_c_const+set}" = set; then
17098 echo $ECHO_N "(cached) $ECHO_C" >&6
17100 cat >conftest.
$ac_ext <<_ACEOF
17103 cat confdefs.h
>>conftest.
$ac_ext
17104 cat >>conftest.
$ac_ext <<_ACEOF
17105 /* end confdefs.h. */
17110 /* FIXME: Include the comments suggested by Paul. */
17111 #ifndef __cplusplus
17112 /* Ultrix mips cc rejects this. */
17113 typedef int charset[2];
17115 /* SunOS 4.1.1 cc rejects this. */
17116 char const *const *ccp;
17118 /* NEC SVR4.0.2 mips cc rejects this. */
17119 struct point {int x, y;};
17120 static struct point const zero = {0,0};
17121 /* AIX XL C 1.02.0.0 rejects this.
17122 It does not let you subtract one const X* pointer from another in
17123 an arm of an if-expression whose if-part is not a constant
17125 const char *g = "string";
17126 ccp = &g + (g ? g-g : 0);
17127 /* HPUX 7.0 cc rejects these. */
17130 ccp = (char const *const *) p;
17131 { /* SCO 3.2v4 cc rejects this. */
17133 char const *s = 0 ? (char *) 0 : (char const *) 0;
17137 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
17138 int x[] = {25, 17};
17139 const int *foo = &x[0];
17142 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17143 typedef const int *iptr;
17147 { /* AIX XL C 1.02.0.0 rejects this saying
17148 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17149 struct s { int j; const int *ap[3]; };
17150 struct s *b; b->j = 5;
17152 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17153 const int foo = 10;
17161 rm -f conftest.
$ac_objext
17162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17163 (eval $ac_compile) 2>conftest.er1
17165 grep -v '^ *+' conftest.er1
>conftest.err
17167 cat conftest.err
>&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } &&
17170 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17172 (eval $ac_try) 2>&5
17174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17175 (exit $ac_status); }; } &&
17176 { ac_try
='test -s conftest.$ac_objext'
17177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17178 (eval $ac_try) 2>&5
17180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17181 (exit $ac_status); }; }; then
17184 echo "$as_me: failed program was:" >&5
17185 sed 's/^/| /' conftest.
$ac_ext >&5
17189 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17191 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17192 echo "${ECHO_T}$ac_cv_c_const" >&6
17193 if test $ac_cv_c_const = no
; then
17195 cat >>confdefs.h
<<\_ACEOF
17201 echo "$as_me:$LINENO: checking for inline" >&5
17202 echo $ECHO_N "checking for inline... $ECHO_C" >&6
17203 if test "${ac_cv_c_inline+set}" = set; then
17204 echo $ECHO_N "(cached) $ECHO_C" >&6
17207 for ac_kw
in inline __inline__ __inline
; do
17208 cat >conftest.
$ac_ext <<_ACEOF
17211 cat confdefs.h
>>conftest.
$ac_ext
17212 cat >>conftest.
$ac_ext <<_ACEOF
17213 /* end confdefs.h. */
17214 #ifndef __cplusplus
17216 static $ac_kw foo_t static_foo () {return 0; }
17217 $ac_kw foo_t foo () {return 0; }
17221 rm -f conftest.
$ac_objext
17222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17223 (eval $ac_compile) 2>conftest.er1
17225 grep -v '^ *+' conftest.er1
>conftest.err
17227 cat conftest.err
>&5
17228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17229 (exit $ac_status); } &&
17230 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17232 (eval $ac_try) 2>&5
17234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17235 (exit $ac_status); }; } &&
17236 { ac_try
='test -s conftest.$ac_objext'
17237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17238 (eval $ac_try) 2>&5
17240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17241 (exit $ac_status); }; }; then
17242 ac_cv_c_inline
=$ac_kw; break
17244 echo "$as_me: failed program was:" >&5
17245 sed 's/^/| /' conftest.
$ac_ext >&5
17248 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17252 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
17253 echo "${ECHO_T}$ac_cv_c_inline" >&6
17256 case $ac_cv_c_inline in
17259 case $ac_cv_c_inline in
17261 *) ac_val
=$ac_cv_c_inline;;
17263 cat >>confdefs.h
<<_ACEOF
17264 #ifndef __cplusplus
17265 #define inline $ac_val
17272 echo "$as_me:$LINENO: checking for char" >&5
17273 echo $ECHO_N "checking for char... $ECHO_C" >&6
17274 if test "${ac_cv_type_char+set}" = set; then
17275 echo $ECHO_N "(cached) $ECHO_C" >&6
17277 cat >conftest.
$ac_ext <<_ACEOF
17280 cat confdefs.h
>>conftest.
$ac_ext
17281 cat >>conftest.
$ac_ext <<_ACEOF
17282 /* end confdefs.h. */
17283 $ac_includes_default
17295 rm -f conftest.
$ac_objext
17296 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17297 (eval $ac_compile) 2>conftest.er1
17299 grep -v '^ *+' conftest.er1
>conftest.err
17301 cat conftest.err
>&5
17302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17303 (exit $ac_status); } &&
17304 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17306 (eval $ac_try) 2>&5
17308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17309 (exit $ac_status); }; } &&
17310 { ac_try
='test -s conftest.$ac_objext'
17311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17312 (eval $ac_try) 2>&5
17314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17315 (exit $ac_status); }; }; then
17316 ac_cv_type_char
=yes
17318 echo "$as_me: failed program was:" >&5
17319 sed 's/^/| /' conftest.
$ac_ext >&5
17323 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17325 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
17326 echo "${ECHO_T}$ac_cv_type_char" >&6
17328 echo "$as_me:$LINENO: checking size of char" >&5
17329 echo $ECHO_N "checking size of char... $ECHO_C" >&6
17330 if test "${ac_cv_sizeof_char+set}" = set; then
17331 echo $ECHO_N "(cached) $ECHO_C" >&6
17333 if test "$ac_cv_type_char" = yes; then
17334 # The cast to unsigned long works around a bug in the HP C Compiler
17335 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17336 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17337 # This bug is HP SR number 8606223364.
17338 if test "$cross_compiling" = yes; then
17339 # Depending upon the size, compute the lo and hi bounds.
17340 cat >conftest.
$ac_ext <<_ACEOF
17343 cat confdefs.h
>>conftest.
$ac_ext
17344 cat >>conftest.
$ac_ext <<_ACEOF
17345 /* end confdefs.h. */
17346 $ac_includes_default
17350 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
17357 rm -f conftest.
$ac_objext
17358 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17359 (eval $ac_compile) 2>conftest.er1
17361 grep -v '^ *+' conftest.er1
>conftest.err
17363 cat conftest.err
>&5
17364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17365 (exit $ac_status); } &&
17366 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17368 (eval $ac_try) 2>&5
17370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371 (exit $ac_status); }; } &&
17372 { ac_try
='test -s conftest.$ac_objext'
17373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17374 (eval $ac_try) 2>&5
17376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17377 (exit $ac_status); }; }; then
17380 cat >conftest.
$ac_ext <<_ACEOF
17383 cat confdefs.h
>>conftest.
$ac_ext
17384 cat >>conftest.
$ac_ext <<_ACEOF
17385 /* end confdefs.h. */
17386 $ac_includes_default
17390 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
17397 rm -f conftest.
$ac_objext
17398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17399 (eval $ac_compile) 2>conftest.er1
17401 grep -v '^ *+' conftest.er1
>conftest.err
17403 cat conftest.err
>&5
17404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17405 (exit $ac_status); } &&
17406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17408 (eval $ac_try) 2>&5
17410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17411 (exit $ac_status); }; } &&
17412 { ac_try
='test -s conftest.$ac_objext'
17413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17414 (eval $ac_try) 2>&5
17416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17417 (exit $ac_status); }; }; then
17418 ac_hi
=$ac_mid; break
17420 echo "$as_me: failed program was:" >&5
17421 sed 's/^/| /' conftest.
$ac_ext >&5
17423 ac_lo
=`expr $ac_mid + 1`
17424 if test $ac_lo -le $ac_mid; then
17428 ac_mid
=`expr 2 '*' $ac_mid + 1`
17430 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17433 echo "$as_me: failed program was:" >&5
17434 sed 's/^/| /' conftest.
$ac_ext >&5
17436 cat >conftest.
$ac_ext <<_ACEOF
17439 cat confdefs.h
>>conftest.
$ac_ext
17440 cat >>conftest.
$ac_ext <<_ACEOF
17441 /* end confdefs.h. */
17442 $ac_includes_default
17446 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
17453 rm -f conftest.
$ac_objext
17454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17455 (eval $ac_compile) 2>conftest.er1
17457 grep -v '^ *+' conftest.er1
>conftest.err
17459 cat conftest.err
>&5
17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } &&
17462 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17464 (eval $ac_try) 2>&5
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); }; } &&
17468 { ac_try
='test -s conftest.$ac_objext'
17469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17470 (eval $ac_try) 2>&5
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); }; }; then
17476 cat >conftest.
$ac_ext <<_ACEOF
17479 cat confdefs.h
>>conftest.
$ac_ext
17480 cat >>conftest.
$ac_ext <<_ACEOF
17481 /* end confdefs.h. */
17482 $ac_includes_default
17486 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
17493 rm -f conftest.
$ac_objext
17494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17495 (eval $ac_compile) 2>conftest.er1
17497 grep -v '^ *+' conftest.er1
>conftest.err
17499 cat conftest.err
>&5
17500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17501 (exit $ac_status); } &&
17502 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17504 (eval $ac_try) 2>&5
17506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17507 (exit $ac_status); }; } &&
17508 { ac_try
='test -s conftest.$ac_objext'
17509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17510 (eval $ac_try) 2>&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); }; }; then
17514 ac_lo
=$ac_mid; break
17516 echo "$as_me: failed program was:" >&5
17517 sed 's/^/| /' conftest.
$ac_ext >&5
17519 ac_hi
=`expr '(' $ac_mid ')' - 1`
17520 if test $ac_mid -le $ac_hi; then
17524 ac_mid
=`expr 2 '*' $ac_mid`
17526 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17529 echo "$as_me: failed program was:" >&5
17530 sed 's/^/| /' conftest.
$ac_ext >&5
17534 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17536 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17537 # Binary search between lo and hi bounds.
17538 while test "x$ac_lo" != "x$ac_hi"; do
17539 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17540 cat >conftest.
$ac_ext <<_ACEOF
17543 cat confdefs.h
>>conftest.
$ac_ext
17544 cat >>conftest.
$ac_ext <<_ACEOF
17545 /* end confdefs.h. */
17546 $ac_includes_default
17550 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
17557 rm -f conftest.
$ac_objext
17558 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17559 (eval $ac_compile) 2>conftest.er1
17561 grep -v '^ *+' conftest.er1
>conftest.err
17563 cat conftest.err
>&5
17564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17565 (exit $ac_status); } &&
17566 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17568 (eval $ac_try) 2>&5
17570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17571 (exit $ac_status); }; } &&
17572 { ac_try
='test -s conftest.$ac_objext'
17573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17574 (eval $ac_try) 2>&5
17576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577 (exit $ac_status); }; }; then
17580 echo "$as_me: failed program was:" >&5
17581 sed 's/^/| /' conftest.
$ac_ext >&5
17583 ac_lo
=`expr '(' $ac_mid ')' + 1`
17585 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17588 ?
*) ac_cv_sizeof_char
=$ac_lo;;
17589 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17590 See \`config.log' for more details." >&5
17591 echo "$as_me: error: cannot compute sizeof (char), 77
17592 See \`config.log' for more details." >&2;}
17593 { (exit 1); exit 1; }; } ;;
17596 if test "$cross_compiling" = yes; then
17597 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
17598 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
17599 { (exit 1); exit 1; }; }
17601 cat >conftest.
$ac_ext <<_ACEOF
17604 cat confdefs.h
>>conftest.
$ac_ext
17605 cat >>conftest.
$ac_ext <<_ACEOF
17606 /* end confdefs.h. */
17607 $ac_includes_default
17608 long longval () { return (long) (sizeof (char)); }
17609 unsigned long ulongval () { return (long) (sizeof (char)); }
17611 #include <stdlib.h>
17616 FILE *f = fopen ("conftest.val", "w");
17619 if (((long) (sizeof (char))) < 0)
17621 long i = longval ();
17622 if (i != ((long) (sizeof (char))))
17624 fprintf (f, "%ld\n", i);
17628 unsigned long i = ulongval ();
17629 if (i != ((long) (sizeof (char))))
17631 fprintf (f, "%lu\n", i);
17633 exit (ferror (f) || fclose (f) != 0);
17639 rm -f conftest
$ac_exeext
17640 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17641 (eval $ac_link) 2>&5
17643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17644 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17646 (eval $ac_try) 2>&5
17648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17649 (exit $ac_status); }; }; then
17650 ac_cv_sizeof_char
=`cat conftest.val`
17652 echo "$as_me: program exited with status $ac_status" >&5
17653 echo "$as_me: failed program was:" >&5
17654 sed 's/^/| /' conftest.
$ac_ext >&5
17656 ( exit $ac_status )
17657 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
17658 See \`config.log' for more details." >&5
17659 echo "$as_me: error: cannot compute sizeof (char), 77
17660 See \`config.log' for more details." >&2;}
17661 { (exit 1); exit 1; }; }
17663 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17668 ac_cv_sizeof_char
=0
17671 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
17672 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
17673 cat >>confdefs.h
<<_ACEOF
17674 #define SIZEOF_CHAR $ac_cv_sizeof_char
17678 echo "$as_me:$LINENO: checking for short" >&5
17679 echo $ECHO_N "checking for short... $ECHO_C" >&6
17680 if test "${ac_cv_type_short+set}" = set; then
17681 echo $ECHO_N "(cached) $ECHO_C" >&6
17683 cat >conftest.
$ac_ext <<_ACEOF
17686 cat confdefs.h
>>conftest.
$ac_ext
17687 cat >>conftest.
$ac_ext <<_ACEOF
17688 /* end confdefs.h. */
17689 $ac_includes_default
17695 if (sizeof (short))
17701 rm -f conftest.
$ac_objext
17702 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17703 (eval $ac_compile) 2>conftest.er1
17705 grep -v '^ *+' conftest.er1
>conftest.err
17707 cat conftest.err
>&5
17708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17709 (exit $ac_status); } &&
17710 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17712 (eval $ac_try) 2>&5
17714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17715 (exit $ac_status); }; } &&
17716 { ac_try
='test -s conftest.$ac_objext'
17717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17718 (eval $ac_try) 2>&5
17720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17721 (exit $ac_status); }; }; then
17722 ac_cv_type_short
=yes
17724 echo "$as_me: failed program was:" >&5
17725 sed 's/^/| /' conftest.
$ac_ext >&5
17727 ac_cv_type_short
=no
17729 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17731 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17732 echo "${ECHO_T}$ac_cv_type_short" >&6
17734 echo "$as_me:$LINENO: checking size of short" >&5
17735 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17736 if test "${ac_cv_sizeof_short+set}" = set; then
17737 echo $ECHO_N "(cached) $ECHO_C" >&6
17739 if test "$ac_cv_type_short" = yes; then
17740 # The cast to unsigned long works around a bug in the HP C Compiler
17741 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17742 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17743 # This bug is HP SR number 8606223364.
17744 if test "$cross_compiling" = yes; then
17745 # Depending upon the size, compute the lo and hi bounds.
17746 cat >conftest.
$ac_ext <<_ACEOF
17749 cat confdefs.h
>>conftest.
$ac_ext
17750 cat >>conftest.
$ac_ext <<_ACEOF
17751 /* end confdefs.h. */
17752 $ac_includes_default
17756 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17763 rm -f conftest.
$ac_objext
17764 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17765 (eval $ac_compile) 2>conftest.er1
17767 grep -v '^ *+' conftest.er1
>conftest.err
17769 cat conftest.err
>&5
17770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17771 (exit $ac_status); } &&
17772 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17774 (eval $ac_try) 2>&5
17776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17777 (exit $ac_status); }; } &&
17778 { ac_try
='test -s conftest.$ac_objext'
17779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17780 (eval $ac_try) 2>&5
17782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17783 (exit $ac_status); }; }; then
17786 cat >conftest.
$ac_ext <<_ACEOF
17789 cat confdefs.h
>>conftest.
$ac_ext
17790 cat >>conftest.
$ac_ext <<_ACEOF
17791 /* end confdefs.h. */
17792 $ac_includes_default
17796 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17803 rm -f conftest.
$ac_objext
17804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17805 (eval $ac_compile) 2>conftest.er1
17807 grep -v '^ *+' conftest.er1
>conftest.err
17809 cat conftest.err
>&5
17810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17811 (exit $ac_status); } &&
17812 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17814 (eval $ac_try) 2>&5
17816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17817 (exit $ac_status); }; } &&
17818 { ac_try
='test -s conftest.$ac_objext'
17819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17820 (eval $ac_try) 2>&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); }; }; then
17824 ac_hi
=$ac_mid; break
17826 echo "$as_me: failed program was:" >&5
17827 sed 's/^/| /' conftest.
$ac_ext >&5
17829 ac_lo
=`expr $ac_mid + 1`
17830 if test $ac_lo -le $ac_mid; then
17834 ac_mid
=`expr 2 '*' $ac_mid + 1`
17836 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17839 echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.
$ac_ext >&5
17842 cat >conftest.
$ac_ext <<_ACEOF
17845 cat confdefs.h
>>conftest.
$ac_ext
17846 cat >>conftest.
$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17848 $ac_includes_default
17852 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17859 rm -f conftest.
$ac_objext
17860 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17861 (eval $ac_compile) 2>conftest.er1
17863 grep -v '^ *+' conftest.er1
>conftest.err
17865 cat conftest.err
>&5
17866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17867 (exit $ac_status); } &&
17868 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17870 (eval $ac_try) 2>&5
17872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17873 (exit $ac_status); }; } &&
17874 { ac_try
='test -s conftest.$ac_objext'
17875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17876 (eval $ac_try) 2>&5
17878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879 (exit $ac_status); }; }; then
17882 cat >conftest.
$ac_ext <<_ACEOF
17885 cat confdefs.h
>>conftest.
$ac_ext
17886 cat >>conftest.
$ac_ext <<_ACEOF
17887 /* end confdefs.h. */
17888 $ac_includes_default
17892 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17899 rm -f conftest.
$ac_objext
17900 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17901 (eval $ac_compile) 2>conftest.er1
17903 grep -v '^ *+' conftest.er1
>conftest.err
17905 cat conftest.err
>&5
17906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907 (exit $ac_status); } &&
17908 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17910 (eval $ac_try) 2>&5
17912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17913 (exit $ac_status); }; } &&
17914 { ac_try
='test -s conftest.$ac_objext'
17915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17916 (eval $ac_try) 2>&5
17918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17919 (exit $ac_status); }; }; then
17920 ac_lo
=$ac_mid; break
17922 echo "$as_me: failed program was:" >&5
17923 sed 's/^/| /' conftest.
$ac_ext >&5
17925 ac_hi
=`expr '(' $ac_mid ')' - 1`
17926 if test $ac_mid -le $ac_hi; then
17930 ac_mid
=`expr 2 '*' $ac_mid`
17932 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17935 echo "$as_me: failed program was:" >&5
17936 sed 's/^/| /' conftest.
$ac_ext >&5
17940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17942 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17943 # Binary search between lo and hi bounds.
17944 while test "x$ac_lo" != "x$ac_hi"; do
17945 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17946 cat >conftest.
$ac_ext <<_ACEOF
17949 cat confdefs.h
>>conftest.
$ac_ext
17950 cat >>conftest.
$ac_ext <<_ACEOF
17951 /* end confdefs.h. */
17952 $ac_includes_default
17956 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17963 rm -f conftest.
$ac_objext
17964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17965 (eval $ac_compile) 2>conftest.er1
17967 grep -v '^ *+' conftest.er1
>conftest.err
17969 cat conftest.err
>&5
17970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17971 (exit $ac_status); } &&
17972 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17974 (eval $ac_try) 2>&5
17976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17977 (exit $ac_status); }; } &&
17978 { ac_try
='test -s conftest.$ac_objext'
17979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17980 (eval $ac_try) 2>&5
17982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17983 (exit $ac_status); }; }; then
17986 echo "$as_me: failed program was:" >&5
17987 sed 's/^/| /' conftest.
$ac_ext >&5
17989 ac_lo
=`expr '(' $ac_mid ')' + 1`
17991 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17994 ?
*) ac_cv_sizeof_short
=$ac_lo;;
17995 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
17996 See \`config.log' for more details." >&5
17997 echo "$as_me: error: cannot compute sizeof (short), 77
17998 See \`config.log' for more details." >&2;}
17999 { (exit 1); exit 1; }; } ;;
18002 if test "$cross_compiling" = yes; then
18003 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18004 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18005 { (exit 1); exit 1; }; }
18007 cat >conftest.
$ac_ext <<_ACEOF
18010 cat confdefs.h
>>conftest.
$ac_ext
18011 cat >>conftest.
$ac_ext <<_ACEOF
18012 /* end confdefs.h. */
18013 $ac_includes_default
18014 long longval () { return (long) (sizeof (short)); }
18015 unsigned long ulongval () { return (long) (sizeof (short)); }
18017 #include <stdlib.h>
18022 FILE *f = fopen ("conftest.val", "w");
18025 if (((long) (sizeof (short))) < 0)
18027 long i = longval ();
18028 if (i != ((long) (sizeof (short))))
18030 fprintf (f, "%ld\n", i);
18034 unsigned long i = ulongval ();
18035 if (i != ((long) (sizeof (short))))
18037 fprintf (f, "%lu\n", i);
18039 exit (ferror (f) || fclose (f) != 0);
18045 rm -f conftest
$ac_exeext
18046 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18047 (eval $ac_link) 2>&5
18049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18052 (eval $ac_try) 2>&5
18054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18055 (exit $ac_status); }; }; then
18056 ac_cv_sizeof_short
=`cat conftest.val`
18058 echo "$as_me: program exited with status $ac_status" >&5
18059 echo "$as_me: failed program was:" >&5
18060 sed 's/^/| /' conftest.
$ac_ext >&5
18062 ( exit $ac_status )
18063 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18064 See \`config.log' for more details." >&5
18065 echo "$as_me: error: cannot compute sizeof (short), 77
18066 See \`config.log' for more details." >&2;}
18067 { (exit 1); exit 1; }; }
18069 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18074 ac_cv_sizeof_short
=0
18077 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
18078 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
18079 cat >>confdefs.h
<<_ACEOF
18080 #define SIZEOF_SHORT $ac_cv_sizeof_short
18084 echo "$as_me:$LINENO: checking for void *" >&5
18085 echo $ECHO_N "checking for void *... $ECHO_C" >&6
18086 if test "${ac_cv_type_void_p+set}" = set; then
18087 echo $ECHO_N "(cached) $ECHO_C" >&6
18089 cat >conftest.
$ac_ext <<_ACEOF
18092 cat confdefs.h
>>conftest.
$ac_ext
18093 cat >>conftest.
$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18095 $ac_includes_default
18101 if (sizeof (void *))
18107 rm -f conftest.
$ac_objext
18108 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18109 (eval $ac_compile) 2>conftest.er1
18111 grep -v '^ *+' conftest.er1
>conftest.err
18113 cat conftest.err
>&5
18114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18115 (exit $ac_status); } &&
18116 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18118 (eval $ac_try) 2>&5
18120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18121 (exit $ac_status); }; } &&
18122 { ac_try
='test -s conftest.$ac_objext'
18123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18124 (eval $ac_try) 2>&5
18126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18127 (exit $ac_status); }; }; then
18128 ac_cv_type_void_p
=yes
18130 echo "$as_me: failed program was:" >&5
18131 sed 's/^/| /' conftest.
$ac_ext >&5
18133 ac_cv_type_void_p
=no
18135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18137 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
18138 echo "${ECHO_T}$ac_cv_type_void_p" >&6
18140 echo "$as_me:$LINENO: checking size of void *" >&5
18141 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
18142 if test "${ac_cv_sizeof_void_p+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6
18145 if test "$ac_cv_type_void_p" = yes; then
18146 # The cast to unsigned long works around a bug in the HP C Compiler
18147 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18148 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18149 # This bug is HP SR number 8606223364.
18150 if test "$cross_compiling" = yes; then
18151 # Depending upon the size, compute the lo and hi bounds.
18152 cat >conftest.
$ac_ext <<_ACEOF
18155 cat confdefs.h
>>conftest.
$ac_ext
18156 cat >>conftest.
$ac_ext <<_ACEOF
18157 /* end confdefs.h. */
18158 $ac_includes_default
18162 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
18169 rm -f conftest.
$ac_objext
18170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18171 (eval $ac_compile) 2>conftest.er1
18173 grep -v '^ *+' conftest.er1
>conftest.err
18175 cat conftest.err
>&5
18176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18177 (exit $ac_status); } &&
18178 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18180 (eval $ac_try) 2>&5
18182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18183 (exit $ac_status); }; } &&
18184 { ac_try
='test -s conftest.$ac_objext'
18185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18186 (eval $ac_try) 2>&5
18188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); }; }; then
18192 cat >conftest.
$ac_ext <<_ACEOF
18195 cat confdefs.h
>>conftest.
$ac_ext
18196 cat >>conftest.
$ac_ext <<_ACEOF
18197 /* end confdefs.h. */
18198 $ac_includes_default
18202 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
18209 rm -f conftest.
$ac_objext
18210 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18211 (eval $ac_compile) 2>conftest.er1
18213 grep -v '^ *+' conftest.er1
>conftest.err
18215 cat conftest.err
>&5
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } &&
18218 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18220 (eval $ac_try) 2>&5
18222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223 (exit $ac_status); }; } &&
18224 { ac_try
='test -s conftest.$ac_objext'
18225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18226 (eval $ac_try) 2>&5
18228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18229 (exit $ac_status); }; }; then
18230 ac_hi
=$ac_mid; break
18232 echo "$as_me: failed program was:" >&5
18233 sed 's/^/| /' conftest.
$ac_ext >&5
18235 ac_lo
=`expr $ac_mid + 1`
18236 if test $ac_lo -le $ac_mid; then
18240 ac_mid
=`expr 2 '*' $ac_mid + 1`
18242 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18245 echo "$as_me: failed program was:" >&5
18246 sed 's/^/| /' conftest.
$ac_ext >&5
18248 cat >conftest.
$ac_ext <<_ACEOF
18251 cat confdefs.h
>>conftest.
$ac_ext
18252 cat >>conftest.
$ac_ext <<_ACEOF
18253 /* end confdefs.h. */
18254 $ac_includes_default
18258 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
18265 rm -f conftest.
$ac_objext
18266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18267 (eval $ac_compile) 2>conftest.er1
18269 grep -v '^ *+' conftest.er1
>conftest.err
18271 cat conftest.err
>&5
18272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18273 (exit $ac_status); } &&
18274 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18276 (eval $ac_try) 2>&5
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); }; } &&
18280 { ac_try
='test -s conftest.$ac_objext'
18281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18282 (eval $ac_try) 2>&5
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); }; }; then
18288 cat >conftest.
$ac_ext <<_ACEOF
18291 cat confdefs.h
>>conftest.
$ac_ext
18292 cat >>conftest.
$ac_ext <<_ACEOF
18293 /* end confdefs.h. */
18294 $ac_includes_default
18298 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
18305 rm -f conftest.
$ac_objext
18306 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18307 (eval $ac_compile) 2>conftest.er1
18309 grep -v '^ *+' conftest.er1
>conftest.err
18311 cat conftest.err
>&5
18312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); } &&
18314 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18316 (eval $ac_try) 2>&5
18318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18319 (exit $ac_status); }; } &&
18320 { ac_try
='test -s conftest.$ac_objext'
18321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18322 (eval $ac_try) 2>&5
18324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18325 (exit $ac_status); }; }; then
18326 ac_lo
=$ac_mid; break
18328 echo "$as_me: failed program was:" >&5
18329 sed 's/^/| /' conftest.
$ac_ext >&5
18331 ac_hi
=`expr '(' $ac_mid ')' - 1`
18332 if test $ac_mid -le $ac_hi; then
18336 ac_mid
=`expr 2 '*' $ac_mid`
18338 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18341 echo "$as_me: failed program was:" >&5
18342 sed 's/^/| /' conftest.
$ac_ext >&5
18346 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18348 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18349 # Binary search between lo and hi bounds.
18350 while test "x$ac_lo" != "x$ac_hi"; do
18351 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18352 cat >conftest.
$ac_ext <<_ACEOF
18355 cat confdefs.h
>>conftest.
$ac_ext
18356 cat >>conftest.
$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18358 $ac_includes_default
18362 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
18369 rm -f conftest.
$ac_objext
18370 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18371 (eval $ac_compile) 2>conftest.er1
18373 grep -v '^ *+' conftest.er1
>conftest.err
18375 cat conftest.err
>&5
18376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377 (exit $ac_status); } &&
18378 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18380 (eval $ac_try) 2>&5
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); }; } &&
18384 { ac_try
='test -s conftest.$ac_objext'
18385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18386 (eval $ac_try) 2>&5
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); }; }; then
18392 echo "$as_me: failed program was:" >&5
18393 sed 's/^/| /' conftest.
$ac_ext >&5
18395 ac_lo
=`expr '(' $ac_mid ')' + 1`
18397 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18400 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
18401 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
18402 See \`config.log' for more details." >&5
18403 echo "$as_me: error: cannot compute sizeof (void *), 77
18404 See \`config.log' for more details." >&2;}
18405 { (exit 1); exit 1; }; } ;;
18408 if test "$cross_compiling" = yes; then
18409 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18410 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18411 { (exit 1); exit 1; }; }
18413 cat >conftest.
$ac_ext <<_ACEOF
18416 cat confdefs.h
>>conftest.
$ac_ext
18417 cat >>conftest.
$ac_ext <<_ACEOF
18418 /* end confdefs.h. */
18419 $ac_includes_default
18420 long longval () { return (long) (sizeof (void *)); }
18421 unsigned long ulongval () { return (long) (sizeof (void *)); }
18423 #include <stdlib.h>
18428 FILE *f = fopen ("conftest.val", "w");
18431 if (((long) (sizeof (void *))) < 0)
18433 long i = longval ();
18434 if (i != ((long) (sizeof (void *))))
18436 fprintf (f, "%ld\n", i);
18440 unsigned long i = ulongval ();
18441 if (i != ((long) (sizeof (void *))))
18443 fprintf (f, "%lu\n", i);
18445 exit (ferror (f) || fclose (f) != 0);
18451 rm -f conftest
$ac_exeext
18452 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18453 (eval $ac_link) 2>&5
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18458 (eval $ac_try) 2>&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); }; }; then
18462 ac_cv_sizeof_void_p
=`cat conftest.val`
18464 echo "$as_me: program exited with status $ac_status" >&5
18465 echo "$as_me: failed program was:" >&5
18466 sed 's/^/| /' conftest.
$ac_ext >&5
18468 ( exit $ac_status )
18469 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
18470 See \`config.log' for more details." >&5
18471 echo "$as_me: error: cannot compute sizeof (void *), 77
18472 See \`config.log' for more details." >&2;}
18473 { (exit 1); exit 1; }; }
18475 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18480 ac_cv_sizeof_void_p
=0
18483 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
18484 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
18485 cat >>confdefs.h
<<_ACEOF
18486 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
18490 echo "$as_me:$LINENO: checking for int" >&5
18491 echo $ECHO_N "checking for int... $ECHO_C" >&6
18492 if test "${ac_cv_type_int+set}" = set; then
18493 echo $ECHO_N "(cached) $ECHO_C" >&6
18495 cat >conftest.
$ac_ext <<_ACEOF
18498 cat confdefs.h
>>conftest.
$ac_ext
18499 cat >>conftest.
$ac_ext <<_ACEOF
18500 /* end confdefs.h. */
18501 $ac_includes_default
18513 rm -f conftest.
$ac_objext
18514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18515 (eval $ac_compile) 2>conftest.er1
18517 grep -v '^ *+' conftest.er1
>conftest.err
18519 cat conftest.err
>&5
18520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18521 (exit $ac_status); } &&
18522 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18524 (eval $ac_try) 2>&5
18526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18527 (exit $ac_status); }; } &&
18528 { ac_try
='test -s conftest.$ac_objext'
18529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18530 (eval $ac_try) 2>&5
18532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18533 (exit $ac_status); }; }; then
18536 echo "$as_me: failed program was:" >&5
18537 sed 's/^/| /' conftest.
$ac_ext >&5
18541 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18543 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
18544 echo "${ECHO_T}$ac_cv_type_int" >&6
18546 echo "$as_me:$LINENO: checking size of int" >&5
18547 echo $ECHO_N "checking size of int... $ECHO_C" >&6
18548 if test "${ac_cv_sizeof_int+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18551 if test "$ac_cv_type_int" = yes; then
18552 # The cast to unsigned long works around a bug in the HP C Compiler
18553 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18554 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18555 # This bug is HP SR number 8606223364.
18556 if test "$cross_compiling" = yes; then
18557 # Depending upon the size, compute the lo and hi bounds.
18558 cat >conftest.
$ac_ext <<_ACEOF
18561 cat confdefs.h
>>conftest.
$ac_ext
18562 cat >>conftest.
$ac_ext <<_ACEOF
18563 /* end confdefs.h. */
18564 $ac_includes_default
18568 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
18575 rm -f conftest.
$ac_objext
18576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18577 (eval $ac_compile) 2>conftest.er1
18579 grep -v '^ *+' conftest.er1
>conftest.err
18581 cat conftest.err
>&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } &&
18584 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18586 (eval $ac_try) 2>&5
18588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589 (exit $ac_status); }; } &&
18590 { ac_try
='test -s conftest.$ac_objext'
18591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18592 (eval $ac_try) 2>&5
18594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18595 (exit $ac_status); }; }; then
18598 cat >conftest.
$ac_ext <<_ACEOF
18601 cat confdefs.h
>>conftest.
$ac_ext
18602 cat >>conftest.
$ac_ext <<_ACEOF
18603 /* end confdefs.h. */
18604 $ac_includes_default
18608 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18615 rm -f conftest.
$ac_objext
18616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18617 (eval $ac_compile) 2>conftest.er1
18619 grep -v '^ *+' conftest.er1
>conftest.err
18621 cat conftest.err
>&5
18622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18623 (exit $ac_status); } &&
18624 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18626 (eval $ac_try) 2>&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); }; } &&
18630 { ac_try
='test -s conftest.$ac_objext'
18631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18632 (eval $ac_try) 2>&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); }; }; then
18636 ac_hi
=$ac_mid; break
18638 echo "$as_me: failed program was:" >&5
18639 sed 's/^/| /' conftest.
$ac_ext >&5
18641 ac_lo
=`expr $ac_mid + 1`
18642 if test $ac_lo -le $ac_mid; then
18646 ac_mid
=`expr 2 '*' $ac_mid + 1`
18648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18651 echo "$as_me: failed program was:" >&5
18652 sed 's/^/| /' conftest.
$ac_ext >&5
18654 cat >conftest.
$ac_ext <<_ACEOF
18657 cat confdefs.h
>>conftest.
$ac_ext
18658 cat >>conftest.
$ac_ext <<_ACEOF
18659 /* end confdefs.h. */
18660 $ac_includes_default
18664 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
18671 rm -f conftest.
$ac_objext
18672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18673 (eval $ac_compile) 2>conftest.er1
18675 grep -v '^ *+' conftest.er1
>conftest.err
18677 cat conftest.err
>&5
18678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679 (exit $ac_status); } &&
18680 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18682 (eval $ac_try) 2>&5
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); }; } &&
18686 { ac_try
='test -s conftest.$ac_objext'
18687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18688 (eval $ac_try) 2>&5
18690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18691 (exit $ac_status); }; }; then
18694 cat >conftest.
$ac_ext <<_ACEOF
18697 cat confdefs.h
>>conftest.
$ac_ext
18698 cat >>conftest.
$ac_ext <<_ACEOF
18699 /* end confdefs.h. */
18700 $ac_includes_default
18704 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
18711 rm -f conftest.
$ac_objext
18712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18713 (eval $ac_compile) 2>conftest.er1
18715 grep -v '^ *+' conftest.er1
>conftest.err
18717 cat conftest.err
>&5
18718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18719 (exit $ac_status); } &&
18720 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18722 (eval $ac_try) 2>&5
18724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18725 (exit $ac_status); }; } &&
18726 { ac_try
='test -s conftest.$ac_objext'
18727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18728 (eval $ac_try) 2>&5
18730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18731 (exit $ac_status); }; }; then
18732 ac_lo
=$ac_mid; break
18734 echo "$as_me: failed program was:" >&5
18735 sed 's/^/| /' conftest.
$ac_ext >&5
18737 ac_hi
=`expr '(' $ac_mid ')' - 1`
18738 if test $ac_mid -le $ac_hi; then
18742 ac_mid
=`expr 2 '*' $ac_mid`
18744 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18747 echo "$as_me: failed program was:" >&5
18748 sed 's/^/| /' conftest.
$ac_ext >&5
18752 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18754 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18755 # Binary search between lo and hi bounds.
18756 while test "x$ac_lo" != "x$ac_hi"; do
18757 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18758 cat >conftest.
$ac_ext <<_ACEOF
18761 cat confdefs.h
>>conftest.
$ac_ext
18762 cat >>conftest.
$ac_ext <<_ACEOF
18763 /* end confdefs.h. */
18764 $ac_includes_default
18768 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
18775 rm -f conftest.
$ac_objext
18776 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18777 (eval $ac_compile) 2>conftest.er1
18779 grep -v '^ *+' conftest.er1
>conftest.err
18781 cat conftest.err
>&5
18782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18783 (exit $ac_status); } &&
18784 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18786 (eval $ac_try) 2>&5
18788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18789 (exit $ac_status); }; } &&
18790 { ac_try
='test -s conftest.$ac_objext'
18791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18792 (eval $ac_try) 2>&5
18794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18795 (exit $ac_status); }; }; then
18798 echo "$as_me: failed program was:" >&5
18799 sed 's/^/| /' conftest.
$ac_ext >&5
18801 ac_lo
=`expr '(' $ac_mid ')' + 1`
18803 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18806 ?
*) ac_cv_sizeof_int
=$ac_lo;;
18807 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18808 See \`config.log' for more details." >&5
18809 echo "$as_me: error: cannot compute sizeof (int), 77
18810 See \`config.log' for more details." >&2;}
18811 { (exit 1); exit 1; }; } ;;
18814 if test "$cross_compiling" = yes; then
18815 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
18816 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
18817 { (exit 1); exit 1; }; }
18819 cat >conftest.
$ac_ext <<_ACEOF
18822 cat confdefs.h
>>conftest.
$ac_ext
18823 cat >>conftest.
$ac_ext <<_ACEOF
18824 /* end confdefs.h. */
18825 $ac_includes_default
18826 long longval () { return (long) (sizeof (int)); }
18827 unsigned long ulongval () { return (long) (sizeof (int)); }
18829 #include <stdlib.h>
18834 FILE *f = fopen ("conftest.val", "w");
18837 if (((long) (sizeof (int))) < 0)
18839 long i = longval ();
18840 if (i != ((long) (sizeof (int))))
18842 fprintf (f, "%ld\n", i);
18846 unsigned long i = ulongval ();
18847 if (i != ((long) (sizeof (int))))
18849 fprintf (f, "%lu\n", i);
18851 exit (ferror (f) || fclose (f) != 0);
18857 rm -f conftest
$ac_exeext
18858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18859 (eval $ac_link) 2>&5
18861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18862 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18864 (eval $ac_try) 2>&5
18866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18867 (exit $ac_status); }; }; then
18868 ac_cv_sizeof_int
=`cat conftest.val`
18870 echo "$as_me: program exited with status $ac_status" >&5
18871 echo "$as_me: failed program was:" >&5
18872 sed 's/^/| /' conftest.
$ac_ext >&5
18874 ( exit $ac_status )
18875 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
18876 See \`config.log' for more details." >&5
18877 echo "$as_me: error: cannot compute sizeof (int), 77
18878 See \`config.log' for more details." >&2;}
18879 { (exit 1); exit 1; }; }
18881 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18889 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
18890 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
18891 cat >>confdefs.h
<<_ACEOF
18892 #define SIZEOF_INT $ac_cv_sizeof_int
18896 echo "$as_me:$LINENO: checking for long" >&5
18897 echo $ECHO_N "checking for long... $ECHO_C" >&6
18898 if test "${ac_cv_type_long+set}" = set; then
18899 echo $ECHO_N "(cached) $ECHO_C" >&6
18901 cat >conftest.
$ac_ext <<_ACEOF
18904 cat confdefs.h
>>conftest.
$ac_ext
18905 cat >>conftest.
$ac_ext <<_ACEOF
18906 /* end confdefs.h. */
18907 $ac_includes_default
18919 rm -f conftest.
$ac_objext
18920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18921 (eval $ac_compile) 2>conftest.er1
18923 grep -v '^ *+' conftest.er1
>conftest.err
18925 cat conftest.err
>&5
18926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); } &&
18928 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18930 (eval $ac_try) 2>&5
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); }; } &&
18934 { ac_try
='test -s conftest.$ac_objext'
18935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18936 (eval $ac_try) 2>&5
18938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18939 (exit $ac_status); }; }; then
18940 ac_cv_type_long
=yes
18942 echo "$as_me: failed program was:" >&5
18943 sed 's/^/| /' conftest.
$ac_ext >&5
18947 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18949 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
18950 echo "${ECHO_T}$ac_cv_type_long" >&6
18952 echo "$as_me:$LINENO: checking size of long" >&5
18953 echo $ECHO_N "checking size of long... $ECHO_C" >&6
18954 if test "${ac_cv_sizeof_long+set}" = set; then
18955 echo $ECHO_N "(cached) $ECHO_C" >&6
18957 if test "$ac_cv_type_long" = yes; then
18958 # The cast to unsigned long works around a bug in the HP C Compiler
18959 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18960 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18961 # This bug is HP SR number 8606223364.
18962 if test "$cross_compiling" = yes; then
18963 # Depending upon the size, compute the lo and hi bounds.
18964 cat >conftest.
$ac_ext <<_ACEOF
18967 cat confdefs.h
>>conftest.
$ac_ext
18968 cat >>conftest.
$ac_ext <<_ACEOF
18969 /* end confdefs.h. */
18970 $ac_includes_default
18974 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
18981 rm -f conftest.
$ac_objext
18982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18983 (eval $ac_compile) 2>conftest.er1
18985 grep -v '^ *+' conftest.er1
>conftest.err
18987 cat conftest.err
>&5
18988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18989 (exit $ac_status); } &&
18990 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18992 (eval $ac_try) 2>&5
18994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); }; } &&
18996 { ac_try
='test -s conftest.$ac_objext'
18997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18998 (eval $ac_try) 2>&5
19000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19001 (exit $ac_status); }; }; then
19004 cat >conftest.
$ac_ext <<_ACEOF
19007 cat confdefs.h
>>conftest.
$ac_ext
19008 cat >>conftest.
$ac_ext <<_ACEOF
19009 /* end confdefs.h. */
19010 $ac_includes_default
19014 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
19021 rm -f conftest.
$ac_objext
19022 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19023 (eval $ac_compile) 2>conftest.er1
19025 grep -v '^ *+' conftest.er1
>conftest.err
19027 cat conftest.err
>&5
19028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19029 (exit $ac_status); } &&
19030 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19032 (eval $ac_try) 2>&5
19034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19035 (exit $ac_status); }; } &&
19036 { ac_try
='test -s conftest.$ac_objext'
19037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19038 (eval $ac_try) 2>&5
19040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19041 (exit $ac_status); }; }; then
19042 ac_hi
=$ac_mid; break
19044 echo "$as_me: failed program was:" >&5
19045 sed 's/^/| /' conftest.
$ac_ext >&5
19047 ac_lo
=`expr $ac_mid + 1`
19048 if test $ac_lo -le $ac_mid; then
19052 ac_mid
=`expr 2 '*' $ac_mid + 1`
19054 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19057 echo "$as_me: failed program was:" >&5
19058 sed 's/^/| /' conftest.
$ac_ext >&5
19060 cat >conftest.
$ac_ext <<_ACEOF
19063 cat confdefs.h
>>conftest.
$ac_ext
19064 cat >>conftest.
$ac_ext <<_ACEOF
19065 /* end confdefs.h. */
19066 $ac_includes_default
19070 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
19077 rm -f conftest.
$ac_objext
19078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19079 (eval $ac_compile) 2>conftest.er1
19081 grep -v '^ *+' conftest.er1
>conftest.err
19083 cat conftest.err
>&5
19084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19085 (exit $ac_status); } &&
19086 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19088 (eval $ac_try) 2>&5
19090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19091 (exit $ac_status); }; } &&
19092 { ac_try
='test -s conftest.$ac_objext'
19093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19094 (eval $ac_try) 2>&5
19096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19097 (exit $ac_status); }; }; then
19100 cat >conftest.
$ac_ext <<_ACEOF
19103 cat confdefs.h
>>conftest.
$ac_ext
19104 cat >>conftest.
$ac_ext <<_ACEOF
19105 /* end confdefs.h. */
19106 $ac_includes_default
19110 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
19117 rm -f conftest.
$ac_objext
19118 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19119 (eval $ac_compile) 2>conftest.er1
19121 grep -v '^ *+' conftest.er1
>conftest.err
19123 cat conftest.err
>&5
19124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19125 (exit $ac_status); } &&
19126 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19128 (eval $ac_try) 2>&5
19130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); }; } &&
19132 { ac_try
='test -s conftest.$ac_objext'
19133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19134 (eval $ac_try) 2>&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); }; }; then
19138 ac_lo
=$ac_mid; break
19140 echo "$as_me: failed program was:" >&5
19141 sed 's/^/| /' conftest.
$ac_ext >&5
19143 ac_hi
=`expr '(' $ac_mid ')' - 1`
19144 if test $ac_mid -le $ac_hi; then
19148 ac_mid
=`expr 2 '*' $ac_mid`
19150 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19153 echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.
$ac_ext >&5
19158 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19160 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19161 # Binary search between lo and hi bounds.
19162 while test "x$ac_lo" != "x$ac_hi"; do
19163 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19164 cat >conftest.
$ac_ext <<_ACEOF
19167 cat confdefs.h
>>conftest.
$ac_ext
19168 cat >>conftest.
$ac_ext <<_ACEOF
19169 /* end confdefs.h. */
19170 $ac_includes_default
19174 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
19181 rm -f conftest.
$ac_objext
19182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19183 (eval $ac_compile) 2>conftest.er1
19185 grep -v '^ *+' conftest.er1
>conftest.err
19187 cat conftest.err
>&5
19188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189 (exit $ac_status); } &&
19190 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19192 (eval $ac_try) 2>&5
19194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19195 (exit $ac_status); }; } &&
19196 { ac_try
='test -s conftest.$ac_objext'
19197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19198 (eval $ac_try) 2>&5
19200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19201 (exit $ac_status); }; }; then
19204 echo "$as_me: failed program was:" >&5
19205 sed 's/^/| /' conftest.
$ac_ext >&5
19207 ac_lo
=`expr '(' $ac_mid ')' + 1`
19209 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19212 ?
*) ac_cv_sizeof_long
=$ac_lo;;
19213 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
19214 See \`config.log' for more details." >&5
19215 echo "$as_me: error: cannot compute sizeof (long), 77
19216 See \`config.log' for more details." >&2;}
19217 { (exit 1); exit 1; }; } ;;
19220 if test "$cross_compiling" = yes; then
19221 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19222 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19223 { (exit 1); exit 1; }; }
19225 cat >conftest.
$ac_ext <<_ACEOF
19228 cat confdefs.h
>>conftest.
$ac_ext
19229 cat >>conftest.
$ac_ext <<_ACEOF
19230 /* end confdefs.h. */
19231 $ac_includes_default
19232 long longval () { return (long) (sizeof (long)); }
19233 unsigned long ulongval () { return (long) (sizeof (long)); }
19235 #include <stdlib.h>
19240 FILE *f = fopen ("conftest.val", "w");
19243 if (((long) (sizeof (long))) < 0)
19245 long i = longval ();
19246 if (i != ((long) (sizeof (long))))
19248 fprintf (f, "%ld\n", i);
19252 unsigned long i = ulongval ();
19253 if (i != ((long) (sizeof (long))))
19255 fprintf (f, "%lu\n", i);
19257 exit (ferror (f) || fclose (f) != 0);
19263 rm -f conftest
$ac_exeext
19264 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19265 (eval $ac_link) 2>&5
19267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19268 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19270 (eval $ac_try) 2>&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); }; }; then
19274 ac_cv_sizeof_long
=`cat conftest.val`
19276 echo "$as_me: program exited with status $ac_status" >&5
19277 echo "$as_me: failed program was:" >&5
19278 sed 's/^/| /' conftest.
$ac_ext >&5
19280 ( exit $ac_status )
19281 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
19282 See \`config.log' for more details." >&5
19283 echo "$as_me: error: cannot compute sizeof (long), 77
19284 See \`config.log' for more details." >&2;}
19285 { (exit 1); exit 1; }; }
19287 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19292 ac_cv_sizeof_long
=0
19295 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
19296 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
19297 cat >>confdefs.h
<<_ACEOF
19298 #define SIZEOF_LONG $ac_cv_sizeof_long
19302 echo "$as_me:$LINENO: checking for size_t" >&5
19303 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
19304 if test "${ac_cv_type_size_t+set}" = set; then
19305 echo $ECHO_N "(cached) $ECHO_C" >&6
19307 cat >conftest.
$ac_ext <<_ACEOF
19310 cat confdefs.h
>>conftest.
$ac_ext
19311 cat >>conftest.
$ac_ext <<_ACEOF
19312 /* end confdefs.h. */
19313 $ac_includes_default
19319 if (sizeof (size_t))
19325 rm -f conftest.
$ac_objext
19326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19327 (eval $ac_compile) 2>conftest.er1
19329 grep -v '^ *+' conftest.er1
>conftest.err
19331 cat conftest.err
>&5
19332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } &&
19334 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19336 (eval $ac_try) 2>&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); }; } &&
19340 { ac_try
='test -s conftest.$ac_objext'
19341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19342 (eval $ac_try) 2>&5
19344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345 (exit $ac_status); }; }; then
19346 ac_cv_type_size_t
=yes
19348 echo "$as_me: failed program was:" >&5
19349 sed 's/^/| /' conftest.
$ac_ext >&5
19351 ac_cv_type_size_t
=no
19353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19355 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19356 echo "${ECHO_T}$ac_cv_type_size_t" >&6
19358 echo "$as_me:$LINENO: checking size of size_t" >&5
19359 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6
19360 if test "${ac_cv_sizeof_size_t+set}" = set; then
19361 echo $ECHO_N "(cached) $ECHO_C" >&6
19363 if test "$ac_cv_type_size_t" = yes; then
19364 # The cast to unsigned long works around a bug in the HP C Compiler
19365 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19366 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19367 # This bug is HP SR number 8606223364.
19368 if test "$cross_compiling" = yes; then
19369 # Depending upon the size, compute the lo and hi bounds.
19370 cat >conftest.
$ac_ext <<_ACEOF
19373 cat confdefs.h
>>conftest.
$ac_ext
19374 cat >>conftest.
$ac_ext <<_ACEOF
19375 /* end confdefs.h. */
19376 $ac_includes_default
19380 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)];
19387 rm -f conftest.
$ac_objext
19388 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19389 (eval $ac_compile) 2>conftest.er1
19391 grep -v '^ *+' conftest.er1
>conftest.err
19393 cat conftest.err
>&5
19394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19395 (exit $ac_status); } &&
19396 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19398 (eval $ac_try) 2>&5
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); }; } &&
19402 { ac_try
='test -s conftest.$ac_objext'
19403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19404 (eval $ac_try) 2>&5
19406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19407 (exit $ac_status); }; }; then
19410 cat >conftest.
$ac_ext <<_ACEOF
19413 cat confdefs.h
>>conftest.
$ac_ext
19414 cat >>conftest.
$ac_ext <<_ACEOF
19415 /* end confdefs.h. */
19416 $ac_includes_default
19420 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19427 rm -f conftest.
$ac_objext
19428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19429 (eval $ac_compile) 2>conftest.er1
19431 grep -v '^ *+' conftest.er1
>conftest.err
19433 cat conftest.err
>&5
19434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19435 (exit $ac_status); } &&
19436 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19438 (eval $ac_try) 2>&5
19440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19441 (exit $ac_status); }; } &&
19442 { ac_try
='test -s conftest.$ac_objext'
19443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19444 (eval $ac_try) 2>&5
19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19447 (exit $ac_status); }; }; then
19448 ac_hi
=$ac_mid; break
19450 echo "$as_me: failed program was:" >&5
19451 sed 's/^/| /' conftest.
$ac_ext >&5
19453 ac_lo
=`expr $ac_mid + 1`
19454 if test $ac_lo -le $ac_mid; then
19458 ac_mid
=`expr 2 '*' $ac_mid + 1`
19460 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19463 echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.
$ac_ext >&5
19466 cat >conftest.
$ac_ext <<_ACEOF
19469 cat confdefs.h
>>conftest.
$ac_ext
19470 cat >>conftest.
$ac_ext <<_ACEOF
19471 /* end confdefs.h. */
19472 $ac_includes_default
19476 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)];
19483 rm -f conftest.
$ac_objext
19484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19485 (eval $ac_compile) 2>conftest.er1
19487 grep -v '^ *+' conftest.er1
>conftest.err
19489 cat conftest.err
>&5
19490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19491 (exit $ac_status); } &&
19492 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19494 (eval $ac_try) 2>&5
19496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497 (exit $ac_status); }; } &&
19498 { ac_try
='test -s conftest.$ac_objext'
19499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19500 (eval $ac_try) 2>&5
19502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19503 (exit $ac_status); }; }; then
19506 cat >conftest.
$ac_ext <<_ACEOF
19509 cat confdefs.h
>>conftest.
$ac_ext
19510 cat >>conftest.
$ac_ext <<_ACEOF
19511 /* end confdefs.h. */
19512 $ac_includes_default
19516 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)];
19523 rm -f conftest.
$ac_objext
19524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19525 (eval $ac_compile) 2>conftest.er1
19527 grep -v '^ *+' conftest.er1
>conftest.err
19529 cat conftest.err
>&5
19530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19531 (exit $ac_status); } &&
19532 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19534 (eval $ac_try) 2>&5
19536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19537 (exit $ac_status); }; } &&
19538 { ac_try
='test -s conftest.$ac_objext'
19539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19540 (eval $ac_try) 2>&5
19542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19543 (exit $ac_status); }; }; then
19544 ac_lo
=$ac_mid; break
19546 echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.
$ac_ext >&5
19549 ac_hi
=`expr '(' $ac_mid ')' - 1`
19550 if test $ac_mid -le $ac_hi; then
19554 ac_mid
=`expr 2 '*' $ac_mid`
19556 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19559 echo "$as_me: failed program was:" >&5
19560 sed 's/^/| /' conftest.
$ac_ext >&5
19564 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19566 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19567 # Binary search between lo and hi bounds.
19568 while test "x$ac_lo" != "x$ac_hi"; do
19569 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19570 cat >conftest.
$ac_ext <<_ACEOF
19573 cat confdefs.h
>>conftest.
$ac_ext
19574 cat >>conftest.
$ac_ext <<_ACEOF
19575 /* end confdefs.h. */
19576 $ac_includes_default
19580 static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)];
19587 rm -f conftest.
$ac_objext
19588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19589 (eval $ac_compile) 2>conftest.er1
19591 grep -v '^ *+' conftest.er1
>conftest.err
19593 cat conftest.err
>&5
19594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19595 (exit $ac_status); } &&
19596 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19598 (eval $ac_try) 2>&5
19600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19601 (exit $ac_status); }; } &&
19602 { ac_try
='test -s conftest.$ac_objext'
19603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19604 (eval $ac_try) 2>&5
19606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19607 (exit $ac_status); }; }; then
19610 echo "$as_me: failed program was:" >&5
19611 sed 's/^/| /' conftest.
$ac_ext >&5
19613 ac_lo
=`expr '(' $ac_mid ')' + 1`
19615 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19618 ?
*) ac_cv_sizeof_size_t
=$ac_lo;;
19619 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19620 See \`config.log' for more details." >&5
19621 echo "$as_me: error: cannot compute sizeof (size_t), 77
19622 See \`config.log' for more details." >&2;}
19623 { (exit 1); exit 1; }; } ;;
19626 if test "$cross_compiling" = yes; then
19627 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
19628 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
19629 { (exit 1); exit 1; }; }
19631 cat >conftest.
$ac_ext <<_ACEOF
19634 cat confdefs.h
>>conftest.
$ac_ext
19635 cat >>conftest.
$ac_ext <<_ACEOF
19636 /* end confdefs.h. */
19637 $ac_includes_default
19638 long longval () { return (long) (sizeof (size_t)); }
19639 unsigned long ulongval () { return (long) (sizeof (size_t)); }
19641 #include <stdlib.h>
19646 FILE *f = fopen ("conftest.val", "w");
19649 if (((long) (sizeof (size_t))) < 0)
19651 long i = longval ();
19652 if (i != ((long) (sizeof (size_t))))
19654 fprintf (f, "%ld\n", i);
19658 unsigned long i = ulongval ();
19659 if (i != ((long) (sizeof (size_t))))
19661 fprintf (f, "%lu\n", i);
19663 exit (ferror (f) || fclose (f) != 0);
19669 rm -f conftest
$ac_exeext
19670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19671 (eval $ac_link) 2>&5
19673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19674 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
19675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19676 (eval $ac_try) 2>&5
19678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19679 (exit $ac_status); }; }; then
19680 ac_cv_sizeof_size_t
=`cat conftest.val`
19682 echo "$as_me: program exited with status $ac_status" >&5
19683 echo "$as_me: failed program was:" >&5
19684 sed 's/^/| /' conftest.
$ac_ext >&5
19686 ( exit $ac_status )
19687 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77
19688 See \`config.log' for more details." >&5
19689 echo "$as_me: error: cannot compute sizeof (size_t), 77
19690 See \`config.log' for more details." >&2;}
19691 { (exit 1); exit 1; }; }
19693 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
19698 ac_cv_sizeof_size_t
=0
19701 echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
19702 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6
19703 cat >>confdefs.h
<<_ACEOF
19704 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
19711 echo "$as_me:$LINENO: checking for long long" >&5
19712 echo $ECHO_N "checking for long long... $ECHO_C" >&6
19713 if test "${ac_cv_type_long_long+set}" = set; then
19714 echo $ECHO_N "(cached) $ECHO_C" >&6
19716 cat >conftest.
$ac_ext <<_ACEOF
19719 cat confdefs.h
>>conftest.
$ac_ext
19720 cat >>conftest.
$ac_ext <<_ACEOF
19721 /* end confdefs.h. */
19722 $ac_includes_default
19726 if ((long long *) 0)
19728 if (sizeof (long long))
19734 rm -f conftest.
$ac_objext
19735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19736 (eval $ac_compile) 2>conftest.er1
19738 grep -v '^ *+' conftest.er1
>conftest.err
19740 cat conftest.err
>&5
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } &&
19743 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19745 (eval $ac_try) 2>&5
19747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19748 (exit $ac_status); }; } &&
19749 { ac_try
='test -s conftest.$ac_objext'
19750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19751 (eval $ac_try) 2>&5
19753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19754 (exit $ac_status); }; }; then
19755 ac_cv_type_long_long
=yes
19757 echo "$as_me: failed program was:" >&5
19758 sed 's/^/| /' conftest.
$ac_ext >&5
19760 ac_cv_type_long_long
=no
19762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19764 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19765 echo "${ECHO_T}$ac_cv_type_long_long" >&6
19767 echo "$as_me:$LINENO: checking size of long long" >&5
19768 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
19769 if test "${ac_cv_sizeof_long_long+set}" = set; then
19770 echo $ECHO_N "(cached) $ECHO_C" >&6
19772 if test "$ac_cv_type_long_long" = yes; then
19773 # The cast to unsigned long works around a bug in the HP C Compiler
19774 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
19775 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
19776 # This bug is HP SR number 8606223364.
19777 if test "$cross_compiling" = yes; then
19778 # Depending upon the size, compute the lo and hi bounds.
19779 cat >conftest.
$ac_ext <<_ACEOF
19782 cat confdefs.h
>>conftest.
$ac_ext
19783 cat >>conftest.
$ac_ext <<_ACEOF
19784 /* end confdefs.h. */
19785 $ac_includes_default
19789 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
19796 rm -f conftest.
$ac_objext
19797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19798 (eval $ac_compile) 2>conftest.er1
19800 grep -v '^ *+' conftest.er1
>conftest.err
19802 cat conftest.err
>&5
19803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19804 (exit $ac_status); } &&
19805 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19807 (eval $ac_try) 2>&5
19809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19810 (exit $ac_status); }; } &&
19811 { ac_try
='test -s conftest.$ac_objext'
19812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19813 (eval $ac_try) 2>&5
19815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19816 (exit $ac_status); }; }; then
19819 cat >conftest.
$ac_ext <<_ACEOF
19822 cat confdefs.h
>>conftest.
$ac_ext
19823 cat >>conftest.
$ac_ext <<_ACEOF
19824 /* end confdefs.h. */
19825 $ac_includes_default
19829 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19836 rm -f conftest.
$ac_objext
19837 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19838 (eval $ac_compile) 2>conftest.er1
19840 grep -v '^ *+' conftest.er1
>conftest.err
19842 cat conftest.err
>&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } &&
19845 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19847 (eval $ac_try) 2>&5
19849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19850 (exit $ac_status); }; } &&
19851 { ac_try
='test -s conftest.$ac_objext'
19852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19853 (eval $ac_try) 2>&5
19855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19856 (exit $ac_status); }; }; then
19857 ac_hi
=$ac_mid; break
19859 echo "$as_me: failed program was:" >&5
19860 sed 's/^/| /' conftest.
$ac_ext >&5
19862 ac_lo
=`expr $ac_mid + 1`
19863 if test $ac_lo -le $ac_mid; then
19867 ac_mid
=`expr 2 '*' $ac_mid + 1`
19869 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19872 echo "$as_me: failed program was:" >&5
19873 sed 's/^/| /' conftest.
$ac_ext >&5
19875 cat >conftest.
$ac_ext <<_ACEOF
19878 cat confdefs.h
>>conftest.
$ac_ext
19879 cat >>conftest.
$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 $ac_includes_default
19885 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
19892 rm -f conftest.
$ac_objext
19893 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19894 (eval $ac_compile) 2>conftest.er1
19896 grep -v '^ *+' conftest.er1
>conftest.err
19898 cat conftest.err
>&5
19899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900 (exit $ac_status); } &&
19901 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19903 (eval $ac_try) 2>&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); }; } &&
19907 { ac_try
='test -s conftest.$ac_objext'
19908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19909 (eval $ac_try) 2>&5
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); }; }; then
19915 cat >conftest.
$ac_ext <<_ACEOF
19918 cat confdefs.h
>>conftest.
$ac_ext
19919 cat >>conftest.
$ac_ext <<_ACEOF
19920 /* end confdefs.h. */
19921 $ac_includes_default
19925 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
19932 rm -f conftest.
$ac_objext
19933 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19934 (eval $ac_compile) 2>conftest.er1
19936 grep -v '^ *+' conftest.er1
>conftest.err
19938 cat conftest.err
>&5
19939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19940 (exit $ac_status); } &&
19941 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19943 (eval $ac_try) 2>&5
19945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); }; } &&
19947 { ac_try
='test -s conftest.$ac_objext'
19948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19949 (eval $ac_try) 2>&5
19951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19952 (exit $ac_status); }; }; then
19953 ac_lo
=$ac_mid; break
19955 echo "$as_me: failed program was:" >&5
19956 sed 's/^/| /' conftest.
$ac_ext >&5
19958 ac_hi
=`expr '(' $ac_mid ')' - 1`
19959 if test $ac_mid -le $ac_hi; then
19963 ac_mid
=`expr 2 '*' $ac_mid`
19965 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19968 echo "$as_me: failed program was:" >&5
19969 sed 's/^/| /' conftest.
$ac_ext >&5
19973 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19975 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19976 # Binary search between lo and hi bounds.
19977 while test "x$ac_lo" != "x$ac_hi"; do
19978 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
19979 cat >conftest.
$ac_ext <<_ACEOF
19982 cat confdefs.h
>>conftest.
$ac_ext
19983 cat >>conftest.
$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985 $ac_includes_default
19989 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
19996 rm -f conftest.
$ac_objext
19997 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19998 (eval $ac_compile) 2>conftest.er1
20000 grep -v '^ *+' conftest.er1
>conftest.err
20002 cat conftest.err
>&5
20003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); } &&
20005 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20007 (eval $ac_try) 2>&5
20009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20010 (exit $ac_status); }; } &&
20011 { ac_try
='test -s conftest.$ac_objext'
20012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20013 (eval $ac_try) 2>&5
20015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20016 (exit $ac_status); }; }; then
20019 echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.
$ac_ext >&5
20022 ac_lo
=`expr '(' $ac_mid ')' + 1`
20024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20027 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
20028 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20029 See \`config.log' for more details." >&5
20030 echo "$as_me: error: cannot compute sizeof (long long), 77
20031 See \`config.log' for more details." >&2;}
20032 { (exit 1); exit 1; }; } ;;
20035 if test "$cross_compiling" = yes; then
20036 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20037 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20038 { (exit 1); exit 1; }; }
20040 cat >conftest.
$ac_ext <<_ACEOF
20043 cat confdefs.h
>>conftest.
$ac_ext
20044 cat >>conftest.
$ac_ext <<_ACEOF
20045 /* end confdefs.h. */
20046 $ac_includes_default
20047 long longval () { return (long) (sizeof (long long)); }
20048 unsigned long ulongval () { return (long) (sizeof (long long)); }
20050 #include <stdlib.h>
20055 FILE *f = fopen ("conftest.val", "w");
20058 if (((long) (sizeof (long long))) < 0)
20060 long i = longval ();
20061 if (i != ((long) (sizeof (long long))))
20063 fprintf (f, "%ld\n", i);
20067 unsigned long i = ulongval ();
20068 if (i != ((long) (sizeof (long long))))
20070 fprintf (f, "%lu\n", i);
20072 exit (ferror (f) || fclose (f) != 0);
20078 rm -f conftest
$ac_exeext
20079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20080 (eval $ac_link) 2>&5
20082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20083 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20085 (eval $ac_try) 2>&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); }; }; then
20089 ac_cv_sizeof_long_long
=`cat conftest.val`
20091 echo "$as_me: program exited with status $ac_status" >&5
20092 echo "$as_me: failed program was:" >&5
20093 sed 's/^/| /' conftest.
$ac_ext >&5
20095 ( exit $ac_status )
20096 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20097 See \`config.log' for more details." >&5
20098 echo "$as_me: error: cannot compute sizeof (long long), 77
20099 See \`config.log' for more details." >&2;}
20100 { (exit 1); exit 1; }; }
20102 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20107 ac_cv_sizeof_long_long
=0
20110 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20111 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20112 cat >>confdefs.h
<<_ACEOF
20113 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20119 echo "$as_me:$LINENO: checking for long long" >&5
20120 echo $ECHO_N "checking for long long... $ECHO_C" >&6
20121 if test "${ac_cv_type_long_long+set}" = set; then
20122 echo $ECHO_N "(cached) $ECHO_C" >&6
20124 cat >conftest.
$ac_ext <<_ACEOF
20127 cat confdefs.h
>>conftest.
$ac_ext
20128 cat >>conftest.
$ac_ext <<_ACEOF
20129 /* end confdefs.h. */
20130 $ac_includes_default
20134 if ((long long *) 0)
20136 if (sizeof (long long))
20142 rm -f conftest.
$ac_objext
20143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20144 (eval $ac_compile) 2>conftest.er1
20146 grep -v '^ *+' conftest.er1
>conftest.err
20148 cat conftest.err
>&5
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } &&
20151 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20153 (eval $ac_try) 2>&5
20155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20156 (exit $ac_status); }; } &&
20157 { ac_try
='test -s conftest.$ac_objext'
20158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20159 (eval $ac_try) 2>&5
20161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20162 (exit $ac_status); }; }; then
20163 ac_cv_type_long_long
=yes
20165 echo "$as_me: failed program was:" >&5
20166 sed 's/^/| /' conftest.
$ac_ext >&5
20168 ac_cv_type_long_long
=no
20170 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20172 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20173 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20175 echo "$as_me:$LINENO: checking size of long long" >&5
20176 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20177 if test "${ac_cv_sizeof_long_long+set}" = set; then
20178 echo $ECHO_N "(cached) $ECHO_C" >&6
20180 if test "$ac_cv_type_long_long" = yes; then
20181 # The cast to unsigned long works around a bug in the HP C Compiler
20182 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20183 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20184 # This bug is HP SR number 8606223364.
20185 if test "$cross_compiling" = yes; then
20186 # Depending upon the size, compute the lo and hi bounds.
20187 cat >conftest.
$ac_ext <<_ACEOF
20190 cat confdefs.h
>>conftest.
$ac_ext
20191 cat >>conftest.
$ac_ext <<_ACEOF
20192 /* end confdefs.h. */
20193 $ac_includes_default
20197 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20204 rm -f conftest.
$ac_objext
20205 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20206 (eval $ac_compile) 2>conftest.er1
20208 grep -v '^ *+' conftest.er1
>conftest.err
20210 cat conftest.err
>&5
20211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20212 (exit $ac_status); } &&
20213 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20215 (eval $ac_try) 2>&5
20217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20218 (exit $ac_status); }; } &&
20219 { ac_try
='test -s conftest.$ac_objext'
20220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20221 (eval $ac_try) 2>&5
20223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20224 (exit $ac_status); }; }; then
20227 cat >conftest.
$ac_ext <<_ACEOF
20230 cat confdefs.h
>>conftest.
$ac_ext
20231 cat >>conftest.
$ac_ext <<_ACEOF
20232 /* end confdefs.h. */
20233 $ac_includes_default
20237 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20244 rm -f conftest.
$ac_objext
20245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20246 (eval $ac_compile) 2>conftest.er1
20248 grep -v '^ *+' conftest.er1
>conftest.err
20250 cat conftest.err
>&5
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); } &&
20253 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20255 (eval $ac_try) 2>&5
20257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20258 (exit $ac_status); }; } &&
20259 { ac_try
='test -s conftest.$ac_objext'
20260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20261 (eval $ac_try) 2>&5
20263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20264 (exit $ac_status); }; }; then
20265 ac_hi
=$ac_mid; break
20267 echo "$as_me: failed program was:" >&5
20268 sed 's/^/| /' conftest.
$ac_ext >&5
20270 ac_lo
=`expr $ac_mid + 1`
20271 if test $ac_lo -le $ac_mid; then
20275 ac_mid
=`expr 2 '*' $ac_mid + 1`
20277 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20280 echo "$as_me: failed program was:" >&5
20281 sed 's/^/| /' conftest.
$ac_ext >&5
20283 cat >conftest.
$ac_ext <<_ACEOF
20286 cat confdefs.h
>>conftest.
$ac_ext
20287 cat >>conftest.
$ac_ext <<_ACEOF
20288 /* end confdefs.h. */
20289 $ac_includes_default
20293 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20300 rm -f conftest.
$ac_objext
20301 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20302 (eval $ac_compile) 2>conftest.er1
20304 grep -v '^ *+' conftest.er1
>conftest.err
20306 cat conftest.err
>&5
20307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20308 (exit $ac_status); } &&
20309 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20311 (eval $ac_try) 2>&5
20313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20314 (exit $ac_status); }; } &&
20315 { ac_try
='test -s conftest.$ac_objext'
20316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20317 (eval $ac_try) 2>&5
20319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); }; }; then
20323 cat >conftest.
$ac_ext <<_ACEOF
20326 cat confdefs.h
>>conftest.
$ac_ext
20327 cat >>conftest.
$ac_ext <<_ACEOF
20328 /* end confdefs.h. */
20329 $ac_includes_default
20333 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20340 rm -f conftest.
$ac_objext
20341 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20342 (eval $ac_compile) 2>conftest.er1
20344 grep -v '^ *+' conftest.er1
>conftest.err
20346 cat conftest.err
>&5
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); } &&
20349 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20351 (eval $ac_try) 2>&5
20353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20354 (exit $ac_status); }; } &&
20355 { ac_try
='test -s conftest.$ac_objext'
20356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20357 (eval $ac_try) 2>&5
20359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20360 (exit $ac_status); }; }; then
20361 ac_lo
=$ac_mid; break
20363 echo "$as_me: failed program was:" >&5
20364 sed 's/^/| /' conftest.
$ac_ext >&5
20366 ac_hi
=`expr '(' $ac_mid ')' - 1`
20367 if test $ac_mid -le $ac_hi; then
20371 ac_mid
=`expr 2 '*' $ac_mid`
20373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.
$ac_ext >&5
20381 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20383 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20384 # Binary search between lo and hi bounds.
20385 while test "x$ac_lo" != "x$ac_hi"; do
20386 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20387 cat >conftest.
$ac_ext <<_ACEOF
20390 cat confdefs.h
>>conftest.
$ac_ext
20391 cat >>conftest.
$ac_ext <<_ACEOF
20392 /* end confdefs.h. */
20393 $ac_includes_default
20397 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20404 rm -f conftest.
$ac_objext
20405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20406 (eval $ac_compile) 2>conftest.er1
20408 grep -v '^ *+' conftest.er1
>conftest.err
20410 cat conftest.err
>&5
20411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20412 (exit $ac_status); } &&
20413 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20415 (eval $ac_try) 2>&5
20417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); }; } &&
20419 { ac_try
='test -s conftest.$ac_objext'
20420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20421 (eval $ac_try) 2>&5
20423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20424 (exit $ac_status); }; }; then
20427 echo "$as_me: failed program was:" >&5
20428 sed 's/^/| /' conftest.
$ac_ext >&5
20430 ac_lo
=`expr '(' $ac_mid ')' + 1`
20432 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20435 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
20436 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20437 See \`config.log' for more details." >&5
20438 echo "$as_me: error: cannot compute sizeof (long long), 77
20439 See \`config.log' for more details." >&2;}
20440 { (exit 1); exit 1; }; } ;;
20443 if test "$cross_compiling" = yes; then
20444 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20445 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20446 { (exit 1); exit 1; }; }
20448 cat >conftest.
$ac_ext <<_ACEOF
20451 cat confdefs.h
>>conftest.
$ac_ext
20452 cat >>conftest.
$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 $ac_includes_default
20455 long longval () { return (long) (sizeof (long long)); }
20456 unsigned long ulongval () { return (long) (sizeof (long long)); }
20458 #include <stdlib.h>
20463 FILE *f = fopen ("conftest.val", "w");
20466 if (((long) (sizeof (long long))) < 0)
20468 long i = longval ();
20469 if (i != ((long) (sizeof (long long))))
20471 fprintf (f, "%ld\n", i);
20475 unsigned long i = ulongval ();
20476 if (i != ((long) (sizeof (long long))))
20478 fprintf (f, "%lu\n", i);
20480 exit (ferror (f) || fclose (f) != 0);
20486 rm -f conftest
$ac_exeext
20487 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20488 (eval $ac_link) 2>&5
20490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20493 (eval $ac_try) 2>&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); }; }; then
20497 ac_cv_sizeof_long_long
=`cat conftest.val`
20499 echo "$as_me: program exited with status $ac_status" >&5
20500 echo "$as_me: failed program was:" >&5
20501 sed 's/^/| /' conftest.
$ac_ext >&5
20503 ( exit $ac_status )
20504 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20505 See \`config.log' for more details." >&5
20506 echo "$as_me: error: cannot compute sizeof (long long), 77
20507 See \`config.log' for more details." >&2;}
20508 { (exit 1); exit 1; }; }
20510 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20515 ac_cv_sizeof_long_long
=0
20518 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20519 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20520 cat >>confdefs.h
<<_ACEOF
20521 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20525 if test "$ac_cv_sizeof_long_long" != "0"; then
20526 CPPFLAGS
="-D_INCLUDE_LONGLONG $CPPFLAGS"
20530 echo "$as_me:$LINENO: checking for long long" >&5
20531 echo $ECHO_N "checking for long long... $ECHO_C" >&6
20532 if test "${ac_cv_type_long_long+set}" = set; then
20533 echo $ECHO_N "(cached) $ECHO_C" >&6
20535 cat >conftest.
$ac_ext <<_ACEOF
20538 cat confdefs.h
>>conftest.
$ac_ext
20539 cat >>conftest.
$ac_ext <<_ACEOF
20540 /* end confdefs.h. */
20541 $ac_includes_default
20545 if ((long long *) 0)
20547 if (sizeof (long long))
20553 rm -f conftest.
$ac_objext
20554 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20555 (eval $ac_compile) 2>conftest.er1
20557 grep -v '^ *+' conftest.er1
>conftest.err
20559 cat conftest.err
>&5
20560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); } &&
20562 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20564 (eval $ac_try) 2>&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); }; } &&
20568 { ac_try
='test -s conftest.$ac_objext'
20569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20570 (eval $ac_try) 2>&5
20572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); }; }; then
20574 ac_cv_type_long_long
=yes
20576 echo "$as_me: failed program was:" >&5
20577 sed 's/^/| /' conftest.
$ac_ext >&5
20579 ac_cv_type_long_long
=no
20581 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20583 echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20584 echo "${ECHO_T}$ac_cv_type_long_long" >&6
20586 echo "$as_me:$LINENO: checking size of long long" >&5
20587 echo $ECHO_N "checking size of long long... $ECHO_C" >&6
20588 if test "${ac_cv_sizeof_long_long+set}" = set; then
20589 echo $ECHO_N "(cached) $ECHO_C" >&6
20591 if test "$ac_cv_type_long_long" = yes; then
20592 # The cast to unsigned long works around a bug in the HP C Compiler
20593 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20594 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20595 # This bug is HP SR number 8606223364.
20596 if test "$cross_compiling" = yes; then
20597 # Depending upon the size, compute the lo and hi bounds.
20598 cat >conftest.
$ac_ext <<_ACEOF
20601 cat confdefs.h
>>conftest.
$ac_ext
20602 cat >>conftest.
$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604 $ac_includes_default
20608 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
20615 rm -f conftest.
$ac_objext
20616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20617 (eval $ac_compile) 2>conftest.er1
20619 grep -v '^ *+' conftest.er1
>conftest.err
20621 cat conftest.err
>&5
20622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20623 (exit $ac_status); } &&
20624 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20626 (eval $ac_try) 2>&5
20628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20629 (exit $ac_status); }; } &&
20630 { ac_try
='test -s conftest.$ac_objext'
20631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20632 (eval $ac_try) 2>&5
20634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20635 (exit $ac_status); }; }; then
20638 cat >conftest.
$ac_ext <<_ACEOF
20641 cat confdefs.h
>>conftest.
$ac_ext
20642 cat >>conftest.
$ac_ext <<_ACEOF
20643 /* end confdefs.h. */
20644 $ac_includes_default
20648 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20655 rm -f conftest.
$ac_objext
20656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20657 (eval $ac_compile) 2>conftest.er1
20659 grep -v '^ *+' conftest.er1
>conftest.err
20661 cat conftest.err
>&5
20662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20663 (exit $ac_status); } &&
20664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20666 (eval $ac_try) 2>&5
20668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20669 (exit $ac_status); }; } &&
20670 { ac_try
='test -s conftest.$ac_objext'
20671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20672 (eval $ac_try) 2>&5
20674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20675 (exit $ac_status); }; }; then
20676 ac_hi
=$ac_mid; break
20678 echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.
$ac_ext >&5
20681 ac_lo
=`expr $ac_mid + 1`
20682 if test $ac_lo -le $ac_mid; then
20686 ac_mid
=`expr 2 '*' $ac_mid + 1`
20688 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20691 echo "$as_me: failed program was:" >&5
20692 sed 's/^/| /' conftest.
$ac_ext >&5
20694 cat >conftest.
$ac_ext <<_ACEOF
20697 cat confdefs.h
>>conftest.
$ac_ext
20698 cat >>conftest.
$ac_ext <<_ACEOF
20699 /* end confdefs.h. */
20700 $ac_includes_default
20704 static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
20711 rm -f conftest.
$ac_objext
20712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20713 (eval $ac_compile) 2>conftest.er1
20715 grep -v '^ *+' conftest.er1
>conftest.err
20717 cat conftest.err
>&5
20718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20719 (exit $ac_status); } &&
20720 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20722 (eval $ac_try) 2>&5
20724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20725 (exit $ac_status); }; } &&
20726 { ac_try
='test -s conftest.$ac_objext'
20727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20728 (eval $ac_try) 2>&5
20730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20731 (exit $ac_status); }; }; then
20734 cat >conftest.
$ac_ext <<_ACEOF
20737 cat confdefs.h
>>conftest.
$ac_ext
20738 cat >>conftest.
$ac_ext <<_ACEOF
20739 /* end confdefs.h. */
20740 $ac_includes_default
20744 static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
20751 rm -f conftest.
$ac_objext
20752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20753 (eval $ac_compile) 2>conftest.er1
20755 grep -v '^ *+' conftest.er1
>conftest.err
20757 cat conftest.err
>&5
20758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20759 (exit $ac_status); } &&
20760 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20762 (eval $ac_try) 2>&5
20764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20765 (exit $ac_status); }; } &&
20766 { ac_try
='test -s conftest.$ac_objext'
20767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20768 (eval $ac_try) 2>&5
20770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20771 (exit $ac_status); }; }; then
20772 ac_lo
=$ac_mid; break
20774 echo "$as_me: failed program was:" >&5
20775 sed 's/^/| /' conftest.
$ac_ext >&5
20777 ac_hi
=`expr '(' $ac_mid ')' - 1`
20778 if test $ac_mid -le $ac_hi; then
20782 ac_mid
=`expr 2 '*' $ac_mid`
20784 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.
$ac_ext >&5
20792 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20794 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20795 # Binary search between lo and hi bounds.
20796 while test "x$ac_lo" != "x$ac_hi"; do
20797 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20798 cat >conftest.
$ac_ext <<_ACEOF
20801 cat confdefs.h
>>conftest.
$ac_ext
20802 cat >>conftest.
$ac_ext <<_ACEOF
20803 /* end confdefs.h. */
20804 $ac_includes_default
20808 static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
20815 rm -f conftest.
$ac_objext
20816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20817 (eval $ac_compile) 2>conftest.er1
20819 grep -v '^ *+' conftest.er1
>conftest.err
20821 cat conftest.err
>&5
20822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20823 (exit $ac_status); } &&
20824 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20826 (eval $ac_try) 2>&5
20828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20829 (exit $ac_status); }; } &&
20830 { ac_try
='test -s conftest.$ac_objext'
20831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20832 (eval $ac_try) 2>&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); }; }; then
20838 echo "$as_me: failed program was:" >&5
20839 sed 's/^/| /' conftest.
$ac_ext >&5
20841 ac_lo
=`expr '(' $ac_mid ')' + 1`
20843 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
20846 ?
*) ac_cv_sizeof_long_long
=$ac_lo;;
20847 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20848 See \`config.log' for more details." >&5
20849 echo "$as_me: error: cannot compute sizeof (long long), 77
20850 See \`config.log' for more details." >&2;}
20851 { (exit 1); exit 1; }; } ;;
20854 if test "$cross_compiling" = yes; then
20855 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
20856 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
20857 { (exit 1); exit 1; }; }
20859 cat >conftest.
$ac_ext <<_ACEOF
20862 cat confdefs.h
>>conftest.
$ac_ext
20863 cat >>conftest.
$ac_ext <<_ACEOF
20864 /* end confdefs.h. */
20865 $ac_includes_default
20866 long longval () { return (long) (sizeof (long long)); }
20867 unsigned long ulongval () { return (long) (sizeof (long long)); }
20869 #include <stdlib.h>
20874 FILE *f = fopen ("conftest.val", "w");
20877 if (((long) (sizeof (long long))) < 0)
20879 long i = longval ();
20880 if (i != ((long) (sizeof (long long))))
20882 fprintf (f, "%ld\n", i);
20886 unsigned long i = ulongval ();
20887 if (i != ((long) (sizeof (long long))))
20889 fprintf (f, "%lu\n", i);
20891 exit (ferror (f) || fclose (f) != 0);
20897 rm -f conftest
$ac_exeext
20898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20899 (eval $ac_link) 2>&5
20901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20904 (eval $ac_try) 2>&5
20906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20907 (exit $ac_status); }; }; then
20908 ac_cv_sizeof_long_long
=`cat conftest.val`
20910 echo "$as_me: program exited with status $ac_status" >&5
20911 echo "$as_me: failed program was:" >&5
20912 sed 's/^/| /' conftest.
$ac_ext >&5
20914 ( exit $ac_status )
20915 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
20916 See \`config.log' for more details." >&5
20917 echo "$as_me: error: cannot compute sizeof (long long), 77
20918 See \`config.log' for more details." >&2;}
20919 { (exit 1); exit 1; }; }
20921 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
20926 ac_cv_sizeof_long_long
=0
20929 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
20930 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
20931 cat >>confdefs.h
<<_ACEOF
20932 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
20938 echo "$as_me:$LINENO: checking for wchar_t" >&5
20939 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6
20940 if test "${ac_cv_type_wchar_t+set}" = set; then
20941 echo $ECHO_N "(cached) $ECHO_C" >&6
20943 cat >conftest.
$ac_ext <<_ACEOF
20946 cat confdefs.h
>>conftest.
$ac_ext
20947 cat >>conftest.
$ac_ext <<_ACEOF
20948 /* end confdefs.h. */
20950 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
20951 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
20952 # error "fake wchar_t"
20954 #ifdef HAVE_WCHAR_H
20956 # include <stddef.h>
20958 # include <wchar.h>
20960 #ifdef HAVE_STDLIB_H
20961 # include <stdlib.h>
20972 if (sizeof (wchar_t))
20978 rm -f conftest.
$ac_objext
20979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20980 (eval $ac_compile) 2>conftest.er1
20982 grep -v '^ *+' conftest.er1
>conftest.err
20984 cat conftest.err
>&5
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); } &&
20987 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20989 (eval $ac_try) 2>&5
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); }; } &&
20993 { ac_try
='test -s conftest.$ac_objext'
20994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20995 (eval $ac_try) 2>&5
20997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20998 (exit $ac_status); }; }; then
20999 ac_cv_type_wchar_t
=yes
21001 echo "$as_me: failed program was:" >&5
21002 sed 's/^/| /' conftest.
$ac_ext >&5
21004 ac_cv_type_wchar_t
=no
21006 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21008 echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
21009 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6
21011 echo "$as_me:$LINENO: checking size of wchar_t" >&5
21012 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
21013 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
21014 echo $ECHO_N "(cached) $ECHO_C" >&6
21016 if test "$ac_cv_type_wchar_t" = yes; then
21017 # The cast to unsigned long works around a bug in the HP C Compiler
21018 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21019 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21020 # This bug is HP SR number 8606223364.
21021 if test "$cross_compiling" = yes; then
21022 # Depending upon the size, compute the lo and hi bounds.
21023 cat >conftest.
$ac_ext <<_ACEOF
21026 cat confdefs.h
>>conftest.
$ac_ext
21027 cat >>conftest.
$ac_ext <<_ACEOF
21028 /* end confdefs.h. */
21030 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21031 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21032 # error "fake wchar_t"
21034 #ifdef HAVE_WCHAR_H
21036 # include <stddef.h>
21038 # include <wchar.h>
21040 #ifdef HAVE_STDLIB_H
21041 # include <stdlib.h>
21050 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)];
21057 rm -f conftest.
$ac_objext
21058 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21059 (eval $ac_compile) 2>conftest.er1
21061 grep -v '^ *+' conftest.er1
>conftest.err
21063 cat conftest.err
>&5
21064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21065 (exit $ac_status); } &&
21066 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21068 (eval $ac_try) 2>&5
21070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21071 (exit $ac_status); }; } &&
21072 { ac_try
='test -s conftest.$ac_objext'
21073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21074 (eval $ac_try) 2>&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); }; }; then
21080 cat >conftest.
$ac_ext <<_ACEOF
21083 cat confdefs.h
>>conftest.
$ac_ext
21084 cat >>conftest.
$ac_ext <<_ACEOF
21085 /* end confdefs.h. */
21087 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21088 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21089 # error "fake wchar_t"
21091 #ifdef HAVE_WCHAR_H
21093 # include <stddef.h>
21095 # include <wchar.h>
21097 #ifdef HAVE_STDLIB_H
21098 # include <stdlib.h>
21107 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
21114 rm -f conftest.
$ac_objext
21115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21116 (eval $ac_compile) 2>conftest.er1
21118 grep -v '^ *+' conftest.er1
>conftest.err
21120 cat conftest.err
>&5
21121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21122 (exit $ac_status); } &&
21123 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21125 (eval $ac_try) 2>&5
21127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21128 (exit $ac_status); }; } &&
21129 { ac_try
='test -s conftest.$ac_objext'
21130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21131 (eval $ac_try) 2>&5
21133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21134 (exit $ac_status); }; }; then
21135 ac_hi
=$ac_mid; break
21137 echo "$as_me: failed program was:" >&5
21138 sed 's/^/| /' conftest.
$ac_ext >&5
21140 ac_lo
=`expr $ac_mid + 1`
21141 if test $ac_lo -le $ac_mid; then
21145 ac_mid
=`expr 2 '*' $ac_mid + 1`
21147 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21150 echo "$as_me: failed program was:" >&5
21151 sed 's/^/| /' conftest.
$ac_ext >&5
21153 cat >conftest.
$ac_ext <<_ACEOF
21156 cat confdefs.h
>>conftest.
$ac_ext
21157 cat >>conftest.
$ac_ext <<_ACEOF
21158 /* end confdefs.h. */
21160 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21161 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21162 # error "fake wchar_t"
21164 #ifdef HAVE_WCHAR_H
21166 # include <stddef.h>
21168 # include <wchar.h>
21170 #ifdef HAVE_STDLIB_H
21171 # include <stdlib.h>
21180 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)];
21187 rm -f conftest.
$ac_objext
21188 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21189 (eval $ac_compile) 2>conftest.er1
21191 grep -v '^ *+' conftest.er1
>conftest.err
21193 cat conftest.err
>&5
21194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } &&
21196 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21198 (eval $ac_try) 2>&5
21200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21201 (exit $ac_status); }; } &&
21202 { ac_try
='test -s conftest.$ac_objext'
21203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21204 (eval $ac_try) 2>&5
21206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21207 (exit $ac_status); }; }; then
21210 cat >conftest.
$ac_ext <<_ACEOF
21213 cat confdefs.h
>>conftest.
$ac_ext
21214 cat >>conftest.
$ac_ext <<_ACEOF
21215 /* end confdefs.h. */
21217 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21218 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21219 # error "fake wchar_t"
21221 #ifdef HAVE_WCHAR_H
21223 # include <stddef.h>
21225 # include <wchar.h>
21227 #ifdef HAVE_STDLIB_H
21228 # include <stdlib.h>
21237 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)];
21244 rm -f conftest.
$ac_objext
21245 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21246 (eval $ac_compile) 2>conftest.er1
21248 grep -v '^ *+' conftest.er1
>conftest.err
21250 cat conftest.err
>&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } &&
21253 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21255 (eval $ac_try) 2>&5
21257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); }; } &&
21259 { ac_try
='test -s conftest.$ac_objext'
21260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21261 (eval $ac_try) 2>&5
21263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21264 (exit $ac_status); }; }; then
21265 ac_lo
=$ac_mid; break
21267 echo "$as_me: failed program was:" >&5
21268 sed 's/^/| /' conftest.
$ac_ext >&5
21270 ac_hi
=`expr '(' $ac_mid ')' - 1`
21271 if test $ac_mid -le $ac_hi; then
21275 ac_mid
=`expr 2 '*' $ac_mid`
21277 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21280 echo "$as_me: failed program was:" >&5
21281 sed 's/^/| /' conftest.
$ac_ext >&5
21285 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21287 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21288 # Binary search between lo and hi bounds.
21289 while test "x$ac_lo" != "x$ac_hi"; do
21290 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21291 cat >conftest.
$ac_ext <<_ACEOF
21294 cat confdefs.h
>>conftest.
$ac_ext
21295 cat >>conftest.
$ac_ext <<_ACEOF
21296 /* end confdefs.h. */
21298 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21299 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21300 # error "fake wchar_t"
21302 #ifdef HAVE_WCHAR_H
21304 # include <stddef.h>
21306 # include <wchar.h>
21308 #ifdef HAVE_STDLIB_H
21309 # include <stdlib.h>
21318 static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)];
21325 rm -f conftest.
$ac_objext
21326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21327 (eval $ac_compile) 2>conftest.er1
21329 grep -v '^ *+' conftest.er1
>conftest.err
21331 cat conftest.err
>&5
21332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21333 (exit $ac_status); } &&
21334 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21336 (eval $ac_try) 2>&5
21338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21339 (exit $ac_status); }; } &&
21340 { ac_try
='test -s conftest.$ac_objext'
21341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21342 (eval $ac_try) 2>&5
21344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21345 (exit $ac_status); }; }; then
21348 echo "$as_me: failed program was:" >&5
21349 sed 's/^/| /' conftest.
$ac_ext >&5
21351 ac_lo
=`expr '(' $ac_mid ')' + 1`
21353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21356 ?
*) ac_cv_sizeof_wchar_t
=$ac_lo;;
21357 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
21358 See \`config.log' for more details." >&5
21359 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
21360 See \`config.log' for more details." >&2;}
21361 { (exit 1); exit 1; }; } ;;
21364 if test "$cross_compiling" = yes; then
21365 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
21366 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
21367 { (exit 1); exit 1; }; }
21369 cat >conftest.
$ac_ext <<_ACEOF
21372 cat confdefs.h
>>conftest.
$ac_ext
21373 cat >>conftest.
$ac_ext <<_ACEOF
21374 /* end confdefs.h. */
21376 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
21377 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
21378 # error "fake wchar_t"
21380 #ifdef HAVE_WCHAR_H
21382 # include <stddef.h>
21384 # include <wchar.h>
21386 #ifdef HAVE_STDLIB_H
21387 # include <stdlib.h>
21393 long longval () { return (long) (sizeof (wchar_t)); }
21394 unsigned long ulongval () { return (long) (sizeof (wchar_t)); }
21396 #include <stdlib.h>
21401 FILE *f = fopen ("conftest.val", "w");
21404 if (((long) (sizeof (wchar_t))) < 0)
21406 long i = longval ();
21407 if (i != ((long) (sizeof (wchar_t))))
21409 fprintf (f, "%ld\n", i);
21413 unsigned long i = ulongval ();
21414 if (i != ((long) (sizeof (wchar_t))))
21416 fprintf (f, "%lu\n", i);
21418 exit (ferror (f) || fclose (f) != 0);
21424 rm -f conftest
$ac_exeext
21425 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21426 (eval $ac_link) 2>&5
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21431 (eval $ac_try) 2>&5
21433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21434 (exit $ac_status); }; }; then
21435 ac_cv_sizeof_wchar_t
=`cat conftest.val`
21437 echo "$as_me: program exited with status $ac_status" >&5
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.
$ac_ext >&5
21441 ( exit $ac_status )
21442 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77
21443 See \`config.log' for more details." >&5
21444 echo "$as_me: error: cannot compute sizeof (wchar_t), 77
21445 See \`config.log' for more details." >&2;}
21446 { (exit 1); exit 1; }; }
21448 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21453 ac_cv_sizeof_wchar_t
=0
21456 echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
21457 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6
21458 cat >>confdefs.h
<<_ACEOF
21459 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
21463 if test "$ac_cv_sizeof_wchar_t" != "0"; then
21469 echo "$as_me:$LINENO: checking for va_copy" >&5
21470 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6
21471 if test "${wx_cv_func_va_copy+set}" = set; then
21472 echo $ECHO_N "(cached) $ECHO_C" >&6
21475 cat >conftest.
$ac_ext <<_ACEOF
21477 #include <stdarg.h>
21478 void foo(char *f, ...)
21492 rm -f conftest.
$ac_objext conftest
$ac_exeext
21493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21494 (eval $ac_link) 2>conftest.er1
21496 grep -v '^ *+' conftest.er1
>conftest.err
21498 cat conftest.err
>&5
21499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21500 (exit $ac_status); } &&
21501 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21503 (eval $ac_try) 2>&5
21505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21506 (exit $ac_status); }; } &&
21507 { ac_try
='test -s conftest$ac_exeext'
21508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21509 (eval $ac_try) 2>&5
21511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21512 (exit $ac_status); }; }; then
21513 wx_cv_func_va_copy
=yes
21515 echo "$as_me: failed program was:" >&5
21516 sed 's/^/| /' conftest.
$ac_ext >&5
21518 wx_cv_func_va_copy
=no
21521 rm -f conftest.err conftest.
$ac_objext \
21522 conftest
$ac_exeext conftest.
$ac_ext
21526 echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
21527 echo "${ECHO_T}$wx_cv_func_va_copy" >&6
21529 if test $wx_cv_func_va_copy = "yes"; then
21530 cat >>confdefs.h
<<\_ACEOF
21531 #define HAVE_VA_COPY 1
21535 echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
21536 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6
21537 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
21538 echo $ECHO_N "(cached) $ECHO_C" >&6
21541 if test "$cross_compiling" = yes; then
21542 wx_cv_type_va_list_lvalue
=yes
21545 cat >conftest.
$ac_ext <<_ACEOF
21547 #include <stdarg.h>
21548 int foo(char *f, ...)
21553 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
21561 return foo("hi", 17);
21564 rm -f conftest
$ac_exeext
21565 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21566 (eval $ac_link) 2>&5
21568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21569 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21571 (eval $ac_try) 2>&5
21573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21574 (exit $ac_status); }; }; then
21575 wx_cv_type_va_list_lvalue
=yes
21577 echo "$as_me: program exited with status $ac_status" >&5
21578 echo "$as_me: failed program was:" >&5
21579 sed 's/^/| /' conftest.
$ac_ext >&5
21581 ( exit $ac_status )
21582 wx_cv_type_va_list_lvalue
=no
21584 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21589 echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
21590 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6
21592 if test $wx_cv_type_va_list_lvalue != "yes"; then
21593 cat >>confdefs.h
<<\_ACEOF
21594 #define VA_LIST_IS_ARRAY 1
21600 echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
21601 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6
21602 if test "${wx_cv_have_variadic_macros+set}" = set; then
21603 echo $ECHO_N "(cached) $ECHO_C" >&6
21606 cat >conftest.
$ac_ext <<_ACEOF
21609 cat confdefs.h
>>conftest.
$ac_ext
21610 cat >>conftest.
$ac_ext <<_ACEOF
21611 /* end confdefs.h. */
21614 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
21620 test("%s %d %p", "test", 1, 0);
21627 rm -f conftest.
$ac_objext
21628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21629 (eval $ac_compile) 2>conftest.er1
21631 grep -v '^ *+' conftest.er1
>conftest.err
21633 cat conftest.err
>&5
21634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } &&
21636 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21638 (eval $ac_try) 2>&5
21640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21641 (exit $ac_status); }; } &&
21642 { ac_try
='test -s conftest.$ac_objext'
21643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21644 (eval $ac_try) 2>&5
21646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21647 (exit $ac_status); }; }; then
21648 wx_cv_have_variadic_macros
=yes
21650 echo "$as_me: failed program was:" >&5
21651 sed 's/^/| /' conftest.
$ac_ext >&5
21653 wx_cv_have_variadic_macros
=no
21656 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21660 echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
21661 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6
21663 if test $wx_cv_have_variadic_macros = "yes"; then
21664 cat >>confdefs.h
<<\_ACEOF
21665 #define HAVE_VARIADIC_MACROS 1
21670 # Check whether --enable-largefile or --disable-largefile was given.
21671 if test "${enable_largefile+set}" = set; then
21672 enableval
="$enable_largefile"
21675 if test "$enable_largefile" != no
; then
21678 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
21679 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
21680 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
21681 echo $ECHO_N "(cached) $ECHO_C" >&6
21684 cat >conftest.
$ac_ext <<_ACEOF
21687 cat confdefs.h
>>conftest.
$ac_ext
21688 cat >>conftest.
$ac_ext <<_ACEOF
21689 /* end confdefs.h. */
21690 #define _FILE_OFFSET_BITS 64
21691 #include <sys/types.h>
21696 unsigned int field: sizeof(off_t) == 8;
21703 rm -f conftest.
$ac_objext
21704 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21705 (eval $ac_compile) 2>conftest.er1
21707 grep -v '^ *+' conftest.er1
>conftest.err
21709 cat conftest.err
>&5
21710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21711 (exit $ac_status); } &&
21712 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21714 (eval $ac_try) 2>&5
21716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21717 (exit $ac_status); }; } &&
21718 { ac_try
='test -s conftest.$ac_objext'
21719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21720 (eval $ac_try) 2>&5
21722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21723 (exit $ac_status); }; }; then
21724 ac_cv_sys_file_offset_bits
=64
21726 echo "$as_me: failed program was:" >&5
21727 sed 's/^/| /' conftest.
$ac_ext >&5
21729 ac_cv_sys_file_offset_bits
=no
21731 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21735 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
21736 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21738 if test "$ac_cv_sys_file_offset_bits" != no
; then
21740 cat >>confdefs.h
<<_ACEOF
21741 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
21746 if test "x$wx_largefile" != "xyes"; then
21748 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
21749 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
21750 if test "${ac_cv_sys_large_files+set}" = set; then
21751 echo $ECHO_N "(cached) $ECHO_C" >&6
21754 cat >conftest.
$ac_ext <<_ACEOF
21757 cat confdefs.h
>>conftest.
$ac_ext
21758 cat >>conftest.
$ac_ext <<_ACEOF
21759 /* end confdefs.h. */
21760 #define _LARGE_FILES 1
21761 #include <sys/types.h>
21766 unsigned int field: sizeof(off_t) == 8;
21773 rm -f conftest.
$ac_objext
21774 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21775 (eval $ac_compile) 2>conftest.er1
21777 grep -v '^ *+' conftest.er1
>conftest.err
21779 cat conftest.err
>&5
21780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21781 (exit $ac_status); } &&
21782 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21784 (eval $ac_try) 2>&5
21786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21787 (exit $ac_status); }; } &&
21788 { ac_try
='test -s conftest.$ac_objext'
21789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21790 (eval $ac_try) 2>&5
21792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21793 (exit $ac_status); }; }; then
21794 ac_cv_sys_large_files
=1
21796 echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.
$ac_ext >&5
21799 ac_cv_sys_large_files
=no
21801 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21805 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
21806 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
21808 if test "$ac_cv_sys_large_files" != no
; then
21810 cat >>confdefs.h
<<_ACEOF
21811 #define _LARGE_FILES $ac_cv_sys_large_files
21818 echo "$as_me:$LINENO: checking if large file support is available" >&5
21819 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21820 if test "x$wx_largefile" = "xyes"; then
21821 cat >>confdefs.h
<<\_ACEOF
21822 #define HAVE_LARGEFILE_SUPPORT 1
21826 echo "$as_me:$LINENO: result: $wx_largefile" >&5
21827 echo "${ECHO_T}$wx_largefile" >&6
21831 if test "x$wx_largefile" = "xyes"; then
21832 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
21833 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
21835 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
21836 echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
21837 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6
21838 if test "${wx_cv_STDC_EXT_required+set}" = set; then
21839 echo $ECHO_N "(cached) $ECHO_C" >&6
21842 cat >conftest.
$ac_ext <<_ACEOF
21845 cat confdefs.h
>>conftest.
$ac_ext
21846 cat >>conftest.
$ac_ext <<_ACEOF
21847 /* end confdefs.h. */
21853 #ifndef __STDC_EXT__
21861 rm -f conftest.
$ac_objext
21862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21863 (eval $ac_compile) 2>conftest.er1
21865 grep -v '^ *+' conftest.er1
>conftest.err
21867 cat conftest.err
>&5
21868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21869 (exit $ac_status); } &&
21870 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21872 (eval $ac_try) 2>&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); }; } &&
21876 { ac_try
='test -s conftest.$ac_objext'
21877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21878 (eval $ac_try) 2>&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); }; }; then
21882 wx_cv_STDC_EXT_required
=no
21884 echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.
$ac_ext >&5
21887 wx_cv_STDC_EXT_required
=yes
21890 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21894 echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
21895 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6
21896 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
21897 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
21901 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGE_FILES"
21903 echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
21904 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
21905 if test "${ac_cv_sys_largefile_source+set}" = set; then
21906 echo $ECHO_N "(cached) $ECHO_C" >&6
21909 ac_cv_sys_largefile_source
=no
21910 cat >conftest.
$ac_ext <<_ACEOF
21913 cat confdefs.h
>>conftest.
$ac_ext
21914 cat >>conftest.
$ac_ext <<_ACEOF
21915 /* end confdefs.h. */
21925 rm -f conftest.
$ac_objext
21926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21927 (eval $ac_compile) 2>conftest.er1
21929 grep -v '^ *+' conftest.er1
>conftest.err
21931 cat conftest.err
>&5
21932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21933 (exit $ac_status); } &&
21934 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21936 (eval $ac_try) 2>&5
21938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21939 (exit $ac_status); }; } &&
21940 { ac_try
='test -s conftest.$ac_objext'
21941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21942 (eval $ac_try) 2>&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); }; }; then
21948 echo "$as_me: failed program was:" >&5
21949 sed 's/^/| /' conftest.
$ac_ext >&5
21952 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21953 cat >conftest.
$ac_ext <<_ACEOF
21956 cat confdefs.h
>>conftest.
$ac_ext
21957 cat >>conftest.
$ac_ext <<_ACEOF
21958 /* end confdefs.h. */
21959 #define _LARGEFILE_SOURCE 1
21969 rm -f conftest.
$ac_objext
21970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21971 (eval $ac_compile) 2>conftest.er1
21973 grep -v '^ *+' conftest.er1
>conftest.err
21975 cat conftest.err
>&5
21976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21977 (exit $ac_status); } &&
21978 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21980 (eval $ac_try) 2>&5
21982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21983 (exit $ac_status); }; } &&
21984 { ac_try
='test -s conftest.$ac_objext'
21985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21986 (eval $ac_try) 2>&5
21988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989 (exit $ac_status); }; }; then
21990 ac_cv_sys_largefile_source
=1; break
21992 echo "$as_me: failed program was:" >&5
21993 sed 's/^/| /' conftest.
$ac_ext >&5
21996 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22000 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
22001 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
22002 if test "$ac_cv_sys_largefile_source" != no
; then
22004 cat >>confdefs.h
<<_ACEOF
22005 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
22011 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
22012 # in glibc 2.1.3, but that breaks too many other things.
22013 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
22014 echo "$as_me:$LINENO: checking for fseeko" >&5
22015 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
22016 if test "${ac_cv_func_fseeko+set}" = set; then
22017 echo $ECHO_N "(cached) $ECHO_C" >&6
22019 cat >conftest.
$ac_ext <<_ACEOF
22022 cat confdefs.h
>>conftest.
$ac_ext
22023 cat >>conftest.
$ac_ext <<_ACEOF
22024 /* end confdefs.h. */
22029 return fseeko && fseeko (stdin, 0, 0);
22034 rm -f conftest.
$ac_objext conftest
$ac_exeext
22035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22036 (eval $ac_link) 2>conftest.er1
22038 grep -v '^ *+' conftest.er1
>conftest.err
22040 cat conftest.err
>&5
22041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22042 (exit $ac_status); } &&
22043 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22045 (eval $ac_try) 2>&5
22047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22048 (exit $ac_status); }; } &&
22049 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
22055 ac_cv_func_fseeko
=yes
22057 echo "$as_me: failed program was:" >&5
22058 sed 's/^/| /' conftest.
$ac_ext >&5
22060 ac_cv_func_fseeko
=no
22062 rm -f conftest.err conftest.
$ac_objext \
22063 conftest
$ac_exeext conftest.
$ac_ext
22065 echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
22066 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
22067 if test $ac_cv_func_fseeko = yes; then
22069 cat >>confdefs.h
<<\_ACEOF
22070 #define HAVE_FSEEKO 1
22075 if test "$ac_cv_sys_largefile_source" != no
; then
22076 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
22080 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
22081 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
22082 if test "${ac_cv_c_bigendian+set}" = set; then
22083 echo $ECHO_N "(cached) $ECHO_C" >&6
22085 ac_cv_c_bigendian
=unknown
22086 # See if sys/param.h defines the BYTE_ORDER macro.
22087 cat >conftest.
$ac_ext <<_ACEOF
22090 cat confdefs.h
>>conftest.
$ac_ext
22091 cat >>conftest.
$ac_ext <<_ACEOF
22092 /* end confdefs.h. */
22093 #include <sys/types.h>
22094 #include <sys/param.h>
22099 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
22100 bogus endian macros
22106 rm -f conftest.
$ac_objext
22107 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22108 (eval $ac_compile) 2>conftest.er1
22110 grep -v '^ *+' conftest.er1
>conftest.err
22112 cat conftest.err
>&5
22113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114 (exit $ac_status); } &&
22115 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22117 (eval $ac_try) 2>&5
22119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22120 (exit $ac_status); }; } &&
22121 { ac_try
='test -s conftest.$ac_objext'
22122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22123 (eval $ac_try) 2>&5
22125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22126 (exit $ac_status); }; }; then
22127 # It does; now see whether it defined to BIG_ENDIAN or not.
22128 cat >conftest.
$ac_ext <<_ACEOF
22131 cat confdefs.h
>>conftest.
$ac_ext
22132 cat >>conftest.
$ac_ext <<_ACEOF
22133 /* end confdefs.h. */
22134 #include <sys/types.h>
22135 #include <sys/param.h>
22140 #if BYTE_ORDER != BIG_ENDIAN
22147 rm -f conftest.
$ac_objext
22148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22149 (eval $ac_compile) 2>conftest.er1
22151 grep -v '^ *+' conftest.er1
>conftest.err
22153 cat conftest.err
>&5
22154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22155 (exit $ac_status); } &&
22156 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22158 (eval $ac_try) 2>&5
22160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22161 (exit $ac_status); }; } &&
22162 { ac_try
='test -s conftest.$ac_objext'
22163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22164 (eval $ac_try) 2>&5
22166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22167 (exit $ac_status); }; }; then
22168 ac_cv_c_bigendian
=yes
22170 echo "$as_me: failed program was:" >&5
22171 sed 's/^/| /' conftest.
$ac_ext >&5
22173 ac_cv_c_bigendian
=no
22175 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22177 echo "$as_me: failed program was:" >&5
22178 sed 's/^/| /' conftest.
$ac_ext >&5
22181 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22182 if test $ac_cv_c_bigendian = unknown
; then
22183 if test "$cross_compiling" = yes; then
22184 ac_cv_c_bigendian
=unknown
22186 cat >conftest.
$ac_ext <<_ACEOF
22189 cat confdefs.h
>>conftest.
$ac_ext
22190 cat >>conftest.
$ac_ext <<_ACEOF
22191 /* end confdefs.h. */
22193 /* Are we little or big endian? From Harbison&Steele. */
22197 char c[sizeof (long)];
22200 exit (u.c[sizeof (long) - 1] == 1);
22203 rm -f conftest
$ac_exeext
22204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22205 (eval $ac_link) 2>&5
22207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22208 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22210 (eval $ac_try) 2>&5
22212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22213 (exit $ac_status); }; }; then
22214 ac_cv_c_bigendian
=no
22216 echo "$as_me: program exited with status $ac_status" >&5
22217 echo "$as_me: failed program was:" >&5
22218 sed 's/^/| /' conftest.
$ac_ext >&5
22220 ( exit $ac_status )
22221 ac_cv_c_bigendian
=yes
22223 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22227 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
22228 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
22229 if test $ac_cv_c_bigendian = unknown
; then
22230 { 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
22231 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;}
22233 if test $ac_cv_c_bigendian = yes; then
22234 cat >>confdefs.h
<<\_ACEOF
22235 #define WORDS_BIGENDIAN 1
22242 ac_cpp
='$CXXCPP $CPPFLAGS'
22243 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22244 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22245 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22246 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
22247 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
22248 if test -z "$CXXCPP"; then
22249 if test "${ac_cv_prog_CXXCPP+set}" = set; then
22250 echo $ECHO_N "(cached) $ECHO_C" >&6
22252 # Double quotes because CXXCPP needs to be expanded
22253 for CXXCPP
in "$CXX -E" "/lib/cpp"
22255 ac_preproc_ok
=false
22256 for ac_cxx_preproc_warn_flag
in '' yes
22258 # Use a header file that comes with gcc, so configuring glibc
22259 # with a fresh cross-compiler works.
22260 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22261 # <limits.h> exists even on freestanding compilers.
22262 # On the NeXT, cc -E runs the code through the compiler's parser,
22263 # not just through cpp. "Syntax error" is here to catch this case.
22264 cat >conftest.
$ac_ext <<_ACEOF
22267 cat confdefs.h
>>conftest.
$ac_ext
22268 cat >>conftest.
$ac_ext <<_ACEOF
22269 /* end confdefs.h. */
22271 # include <limits.h>
22273 # include <assert.h>
22277 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22278 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22280 grep -v '^ *+' conftest.er1
>conftest.err
22282 cat conftest.err
>&5
22283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22284 (exit $ac_status); } >/dev
/null
; then
22285 if test -s conftest.err
; then
22286 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22287 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22294 if test -z "$ac_cpp_err"; then
22297 echo "$as_me: failed program was:" >&5
22298 sed 's/^/| /' conftest.
$ac_ext >&5
22300 # Broken: fails on valid input.
22303 rm -f conftest.err conftest.
$ac_ext
22305 # OK, works on sane cases. Now check whether non-existent headers
22306 # can be detected and how.
22307 cat >conftest.
$ac_ext <<_ACEOF
22310 cat confdefs.h
>>conftest.
$ac_ext
22311 cat >>conftest.
$ac_ext <<_ACEOF
22312 /* end confdefs.h. */
22313 #include <ac_nonexistent.h>
22315 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22316 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22318 grep -v '^ *+' conftest.er1
>conftest.err
22320 cat conftest.err
>&5
22321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22322 (exit $ac_status); } >/dev
/null
; then
22323 if test -s conftest.err
; then
22324 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22325 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22332 if test -z "$ac_cpp_err"; then
22333 # Broken: success on invalid input.
22336 echo "$as_me: failed program was:" >&5
22337 sed 's/^/| /' conftest.
$ac_ext >&5
22339 # Passes both tests.
22343 rm -f conftest.err conftest.
$ac_ext
22346 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22347 rm -f conftest.err conftest.
$ac_ext
22348 if $ac_preproc_ok; then
22353 ac_cv_prog_CXXCPP
=$CXXCPP
22356 CXXCPP
=$ac_cv_prog_CXXCPP
22358 ac_cv_prog_CXXCPP
=$CXXCPP
22360 echo "$as_me:$LINENO: result: $CXXCPP" >&5
22361 echo "${ECHO_T}$CXXCPP" >&6
22362 ac_preproc_ok
=false
22363 for ac_cxx_preproc_warn_flag
in '' yes
22365 # Use a header file that comes with gcc, so configuring glibc
22366 # with a fresh cross-compiler works.
22367 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22368 # <limits.h> exists even on freestanding compilers.
22369 # On the NeXT, cc -E runs the code through the compiler's parser,
22370 # not just through cpp. "Syntax error" is here to catch this case.
22371 cat >conftest.
$ac_ext <<_ACEOF
22374 cat confdefs.h
>>conftest.
$ac_ext
22375 cat >>conftest.
$ac_ext <<_ACEOF
22376 /* end confdefs.h. */
22378 # include <limits.h>
22380 # include <assert.h>
22384 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22385 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22387 grep -v '^ *+' conftest.er1
>conftest.err
22389 cat conftest.err
>&5
22390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22391 (exit $ac_status); } >/dev
/null
; then
22392 if test -s conftest.err
; then
22393 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22394 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22401 if test -z "$ac_cpp_err"; then
22404 echo "$as_me: failed program was:" >&5
22405 sed 's/^/| /' conftest.
$ac_ext >&5
22407 # Broken: fails on valid input.
22410 rm -f conftest.err conftest.
$ac_ext
22412 # OK, works on sane cases. Now check whether non-existent headers
22413 # can be detected and how.
22414 cat >conftest.
$ac_ext <<_ACEOF
22417 cat confdefs.h
>>conftest.
$ac_ext
22418 cat >>conftest.
$ac_ext <<_ACEOF
22419 /* end confdefs.h. */
22420 #include <ac_nonexistent.h>
22422 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22423 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22425 grep -v '^ *+' conftest.er1
>conftest.err
22427 cat conftest.err
>&5
22428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22429 (exit $ac_status); } >/dev
/null
; then
22430 if test -s conftest.err
; then
22431 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22432 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22439 if test -z "$ac_cpp_err"; then
22440 # Broken: success on invalid input.
22443 echo "$as_me: failed program was:" >&5
22444 sed 's/^/| /' conftest.
$ac_ext >&5
22446 # Passes both tests.
22450 rm -f conftest.err conftest.
$ac_ext
22453 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
22454 rm -f conftest.err conftest.
$ac_ext
22455 if $ac_preproc_ok; then
22458 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
22459 See \`config.log' for more details." >&5
22460 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
22461 See \`config.log' for more details." >&2;}
22462 { (exit 1); exit 1; }; }
22466 ac_cpp
='$CXXCPP $CPPFLAGS'
22467 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22468 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22469 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22476 ac_cpp
='$CXXCPP $CPPFLAGS'
22477 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22478 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22479 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22483 for ac_header
in iostream
22485 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22486 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22487 echo "$as_me:$LINENO: checking for $ac_header" >&5
22488 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22489 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22490 echo $ECHO_N "(cached) $ECHO_C" >&6
22492 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22493 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22495 # Is the header compilable?
22496 echo "$as_me:$LINENO: checking $ac_header usability" >&5
22497 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22498 cat >conftest.
$ac_ext <<_ACEOF
22501 cat confdefs.h
>>conftest.
$ac_ext
22502 cat >>conftest.
$ac_ext <<_ACEOF
22503 /* end confdefs.h. */
22504 $ac_includes_default
22505 #include <$ac_header>
22507 rm -f conftest.
$ac_objext
22508 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22509 (eval $ac_compile) 2>conftest.er1
22511 grep -v '^ *+' conftest.er1
>conftest.err
22513 cat conftest.err
>&5
22514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22515 (exit $ac_status); } &&
22516 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22518 (eval $ac_try) 2>&5
22520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22521 (exit $ac_status); }; } &&
22522 { ac_try
='test -s conftest.$ac_objext'
22523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22524 (eval $ac_try) 2>&5
22526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22527 (exit $ac_status); }; }; then
22528 ac_header_compiler
=yes
22530 echo "$as_me: failed program was:" >&5
22531 sed 's/^/| /' conftest.
$ac_ext >&5
22533 ac_header_compiler
=no
22535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22536 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22537 echo "${ECHO_T}$ac_header_compiler" >&6
22539 # Is the header present?
22540 echo "$as_me:$LINENO: checking $ac_header presence" >&5
22541 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22542 cat >conftest.
$ac_ext <<_ACEOF
22545 cat confdefs.h
>>conftest.
$ac_ext
22546 cat >>conftest.
$ac_ext <<_ACEOF
22547 /* end confdefs.h. */
22548 #include <$ac_header>
22550 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22551 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
22553 grep -v '^ *+' conftest.er1
>conftest.err
22555 cat conftest.err
>&5
22556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557 (exit $ac_status); } >/dev
/null
; then
22558 if test -s conftest.err
; then
22559 ac_cpp_err
=$ac_cxx_preproc_warn_flag
22560 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
22567 if test -z "$ac_cpp_err"; then
22568 ac_header_preproc
=yes
22570 echo "$as_me: failed program was:" >&5
22571 sed 's/^/| /' conftest.
$ac_ext >&5
22573 ac_header_preproc
=no
22575 rm -f conftest.err conftest.
$ac_ext
22576 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22577 echo "${ECHO_T}$ac_header_preproc" >&6
22579 # So? What about this header?
22580 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
22582 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22583 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22584 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22585 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22586 ac_header_preproc
=yes
22589 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22590 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22591 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22592 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22593 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22594 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22595 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
22596 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
22597 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22598 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22599 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22600 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22603 ## ----------------------------------------- ##
22604 ## Report this to wx-dev@lists.wxwidgets.org ##
22605 ## ----------------------------------------- ##
22608 sed "s/^/$as_me: WARNING: /" >&2
22611 echo "$as_me:$LINENO: checking for $ac_header" >&5
22612 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22613 if eval "test \"\${$as_ac_Header+set}\" = set"; then
22614 echo $ECHO_N "(cached) $ECHO_C" >&6
22616 eval "$as_ac_Header=\$ac_header_preproc"
22618 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22619 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22622 if test `eval echo '${'$as_ac_Header'}'` = yes; then
22623 cat >>confdefs.h
<<_ACEOF
22624 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22632 if test "$ac_cv_header_iostream" = "yes" ; then
22635 cat >>confdefs.h
<<\_ACEOF
22636 #define wxUSE_IOSTREAMH 1
22642 ac_cpp
='$CPP $CPPFLAGS'
22643 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22644 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22645 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22650 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
22651 echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
22652 if test "${wx_cv_cpp_bool+set}" = set; then
22653 echo $ECHO_N "(cached) $ECHO_C" >&6
22659 ac_cpp
='$CXXCPP $CPPFLAGS'
22660 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22661 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22662 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22665 cat >conftest.
$ac_ext <<_ACEOF
22668 cat confdefs.h
>>conftest.
$ac_ext
22669 cat >>conftest.
$ac_ext <<_ACEOF
22670 /* end confdefs.h. */
22685 rm -f conftest.
$ac_objext
22686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22687 (eval $ac_compile) 2>conftest.er1
22689 grep -v '^ *+' conftest.er1
>conftest.err
22691 cat conftest.err
>&5
22692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693 (exit $ac_status); } &&
22694 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22696 (eval $ac_try) 2>&5
22698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699 (exit $ac_status); }; } &&
22700 { ac_try
='test -s conftest.$ac_objext'
22701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22702 (eval $ac_try) 2>&5
22704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22705 (exit $ac_status); }; }; then
22710 echo "$as_me: failed program was:" >&5
22711 sed 's/^/| /' conftest.
$ac_ext >&5
22718 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22721 ac_cpp
='$CPP $CPPFLAGS'
22722 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22723 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22724 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22728 echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
22729 echo "${ECHO_T}$wx_cv_cpp_bool" >&6
22731 if test "$wx_cv_cpp_bool" = "yes"; then
22732 cat >>confdefs.h
<<\_ACEOF
22733 #define HAVE_BOOL 1
22740 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
22741 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
22742 if test "${wx_cv_explicit+set}" = set; then
22743 echo $ECHO_N "(cached) $ECHO_C" >&6
22749 ac_cpp
='$CXXCPP $CPPFLAGS'
22750 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22751 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22752 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22755 cat >conftest.
$ac_ext <<_ACEOF
22758 cat confdefs.h
>>conftest.
$ac_ext
22759 cat >>conftest.
$ac_ext <<_ACEOF
22760 /* end confdefs.h. */
22762 class Foo { public: explicit Foo(int) {} };
22774 rm -f conftest.
$ac_objext
22775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22776 (eval $ac_compile) 2>conftest.er1
22778 grep -v '^ *+' conftest.er1
>conftest.err
22780 cat conftest.err
>&5
22781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22782 (exit $ac_status); } &&
22783 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22785 (eval $ac_try) 2>&5
22787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22788 (exit $ac_status); }; } &&
22789 { ac_try
='test -s conftest.$ac_objext'
22790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22791 (eval $ac_try) 2>&5
22793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22794 (exit $ac_status); }; }; then
22796 cat >conftest.
$ac_ext <<_ACEOF
22799 cat confdefs.h
>>conftest.
$ac_ext
22800 cat >>conftest.
$ac_ext <<_ACEOF
22801 /* end confdefs.h. */
22803 class Foo { public: explicit Foo(int) {} };
22804 static void TakeFoo(const Foo& foo) { }
22817 rm -f conftest.
$ac_objext
22818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22819 (eval $ac_compile) 2>conftest.er1
22821 grep -v '^ *+' conftest.er1
>conftest.err
22823 cat conftest.err
>&5
22824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22825 (exit $ac_status); } &&
22826 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22828 (eval $ac_try) 2>&5
22830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22831 (exit $ac_status); }; } &&
22832 { ac_try
='test -s conftest.$ac_objext'
22833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22834 (eval $ac_try) 2>&5
22836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22837 (exit $ac_status); }; }; then
22840 echo "$as_me: failed program was:" >&5
22841 sed 's/^/| /' conftest.
$ac_ext >&5
22846 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22849 echo "$as_me: failed program was:" >&5
22850 sed 's/^/| /' conftest.
$ac_ext >&5
22855 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22858 ac_cpp
='$CPP $CPPFLAGS'
22859 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22860 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22861 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22865 echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
22866 echo "${ECHO_T}$wx_cv_explicit" >&6
22868 if test "$wx_cv_explicit" = "yes"; then
22869 cat >>confdefs.h
<<\_ACEOF
22870 #define HAVE_EXPLICIT 1
22876 echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
22877 echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
22878 if test "${ac_cv_cxx_const_cast+set}" = set; then
22879 echo $ECHO_N "(cached) $ECHO_C" >&6
22884 ac_cpp
='$CXXCPP $CPPFLAGS'
22885 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22886 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22887 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22889 cat >conftest.
$ac_ext <<_ACEOF
22892 cat confdefs.h
>>conftest.
$ac_ext
22893 cat >>conftest.
$ac_ext <<_ACEOF
22894 /* end confdefs.h. */
22899 int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
22904 rm -f conftest.
$ac_objext
22905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22906 (eval $ac_compile) 2>conftest.er1
22908 grep -v '^ *+' conftest.er1
>conftest.err
22910 cat conftest.err
>&5
22911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22912 (exit $ac_status); } &&
22913 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22915 (eval $ac_try) 2>&5
22917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22918 (exit $ac_status); }; } &&
22919 { ac_try
='test -s conftest.$ac_objext'
22920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22921 (eval $ac_try) 2>&5
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); }; }; then
22925 ac_cv_cxx_const_cast
=yes
22927 echo "$as_me: failed program was:" >&5
22928 sed 's/^/| /' conftest.
$ac_ext >&5
22930 ac_cv_cxx_const_cast
=no
22932 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22934 ac_cpp
='$CPP $CPPFLAGS'
22935 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22936 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22937 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22941 echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
22942 echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
22943 if test "$ac_cv_cxx_const_cast" = yes; then
22945 cat >>confdefs.h
<<\_ACEOF
22946 #define HAVE_CONST_CAST
22951 echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5
22952 echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6
22953 if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then
22954 echo $ECHO_N "(cached) $ECHO_C" >&6
22959 ac_cpp
='$CXXCPP $CPPFLAGS'
22960 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22961 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22962 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22964 cat >conftest.
$ac_ext <<_ACEOF
22967 cat confdefs.h
>>conftest.
$ac_ext
22968 cat >>conftest.
$ac_ext <<_ACEOF
22969 /* end confdefs.h. */
22970 #include <typeinfo>
22971 class Base { public : Base () {} virtual void f () = 0;};
22972 class Derived : public Base { public : Derived () {} virtual void f () {} };
22973 class Unrelated { public : Unrelated () {} };
22974 int g (Unrelated&) { return 0; }
22979 Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e);
22984 rm -f conftest.
$ac_objext
22985 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22986 (eval $ac_compile) 2>conftest.er1
22988 grep -v '^ *+' conftest.er1
>conftest.err
22990 cat conftest.err
>&5
22991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); } &&
22993 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
22994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22995 (eval $ac_try) 2>&5
22997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22998 (exit $ac_status); }; } &&
22999 { ac_try
='test -s conftest.$ac_objext'
23000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23001 (eval $ac_try) 2>&5
23003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23004 (exit $ac_status); }; }; then
23005 ac_cv_cxx_reinterpret_cast
=yes
23007 echo "$as_me: failed program was:" >&5
23008 sed 's/^/| /' conftest.
$ac_ext >&5
23010 ac_cv_cxx_reinterpret_cast
=no
23012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23014 ac_cpp
='$CPP $CPPFLAGS'
23015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23021 echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5
23022 echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6
23023 if test "$ac_cv_cxx_reinterpret_cast" = yes; then
23025 cat >>confdefs.h
<<\_ACEOF
23026 #define HAVE_REINTERPRET_CAST
23031 echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5
23032 echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6
23033 if test "${ac_cv_cxx_static_cast+set}" = set; then
23034 echo $ECHO_N "(cached) $ECHO_C" >&6
23039 ac_cpp
='$CXXCPP $CPPFLAGS'
23040 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23041 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23042 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
23044 cat >conftest.
$ac_ext <<_ACEOF
23047 cat confdefs.h
>>conftest.
$ac_ext
23048 cat >>conftest.
$ac_ext <<_ACEOF
23049 /* end confdefs.h. */
23050 #include <typeinfo>
23051 class Base { public : Base () {} virtual void f () = 0; };
23052 class Derived : public Base { public : Derived () {} virtual void f () {} };
23053 int g (Derived&) { return 0; }
23058 Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s);
23063 rm -f conftest.
$ac_objext
23064 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23065 (eval $ac_compile) 2>conftest.er1
23067 grep -v '^ *+' conftest.er1
>conftest.err
23069 cat conftest.err
>&5
23070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23071 (exit $ac_status); } &&
23072 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
23073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23074 (eval $ac_try) 2>&5
23076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077 (exit $ac_status); }; } &&
23078 { ac_try
='test -s conftest.$ac_objext'
23079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23080 (eval $ac_try) 2>&5
23082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23083 (exit $ac_status); }; }; then
23084 ac_cv_cxx_static_cast
=yes
23086 echo "$as_me: failed program was:" >&5
23087 sed 's/^/| /' conftest.
$ac_ext >&5
23089 ac_cv_cxx_static_cast
=no
23091 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23093 ac_cpp
='$CPP $CPPFLAGS'
23094 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23095 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23096 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
23100 echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5
23101 echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6
23102 if test "$ac_cv_cxx_static_cast" = yes; then
23104 cat >>confdefs.h
<<\_ACEOF
23105 #define HAVE_STATIC_CAST
23111 if test "x$SUNCXX" = xyes
; then
23112 CXXFLAGS
="-features=tmplife $CXXFLAGS"
23115 if test "x$SUNCC" = xyes
; then
23116 CFLAGS
="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
23119 if test "x$SGICC" = "xyes"; then
23120 CFLAGS
="-woff 3970 $CFLAGS"
23122 if test "x$SGICXX" = "xyes"; then
23123 CXXFLAGS
="-woff 3970 $CXXFLAGS"
23126 if test "x$HPCC" = "xyes"; then
23127 CFLAGS
="+W 2011,2450 $CFLAGS"
23129 if test "x$HPCXX" = "xyes"; then
23130 CXXFLAGS
="+W 2340 $CXXFLAGS"
23133 if test "x$COMPAQCXX" = "xyes"; then
23134 CXXFLAGS
="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
23137 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
23138 if test "$wxUSE_UNICODE" = "yes"; then
23139 std_string
="std::wstring"
23140 char_type
="wchar_t"
23142 std_string
="std::string"
23146 echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
23147 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6
23148 cat >conftest.
$ac_ext <<_ACEOF
23151 cat confdefs.h
>>conftest.
$ac_ext
23152 cat >>conftest.
$ac_ext <<_ACEOF
23153 /* end confdefs.h. */
23163 rm -f conftest.
$ac_objext
23164 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23165 (eval $ac_compile) 2>conftest.er1
23167 grep -v '^ *+' conftest.er1
>conftest.err
23169 cat conftest.err
>&5
23170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23171 (exit $ac_status); } &&
23172 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23174 (eval $ac_try) 2>&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); }; } &&
23178 { ac_try
='test -s conftest.$ac_objext'
23179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23180 (eval $ac_try) 2>&5
23182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23183 (exit $ac_status); }; }; then
23184 echo "$as_me:$LINENO: result: yes" >&5
23185 echo "${ECHO_T}yes" >&6
23186 cat >>confdefs.h
<<\_ACEOF
23187 #define HAVE_STD_WSTRING 1
23191 echo "$as_me: failed program was:" >&5
23192 sed 's/^/| /' conftest.
$ac_ext >&5
23194 echo "$as_me:$LINENO: result: no" >&5
23195 echo "${ECHO_T}no" >&6
23196 echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
23197 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6
23198 cat >conftest.
$ac_ext <<_ACEOF
23201 cat confdefs.h
>>conftest.
$ac_ext
23202 cat >>conftest.
$ac_ext <<_ACEOF
23203 /* end confdefs.h. */
23205 #ifdef HAVE_WCHAR_H
23207 # include <stddef.h>
23209 # include <wchar.h>
23211 #ifdef HAVE_STDLIB_H
23212 # include <stdlib.h>
23220 std::basic_string<$char_type> foo;
23221 const $char_type* dummy = foo.c_str();
23226 rm -f conftest.
$ac_objext
23227 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23228 (eval $ac_compile) 2>conftest.er1
23230 grep -v '^ *+' conftest.er1
>conftest.err
23232 cat conftest.err
>&5
23233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23234 (exit $ac_status); } &&
23235 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23237 (eval $ac_try) 2>&5
23239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23240 (exit $ac_status); }; } &&
23241 { ac_try
='test -s conftest.$ac_objext'
23242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23243 (eval $ac_try) 2>&5
23245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23246 (exit $ac_status); }; }; then
23247 echo "$as_me:$LINENO: result: yes" >&5
23248 echo "${ECHO_T}yes" >&6
23250 echo "$as_me: failed program was:" >&5
23251 sed 's/^/| /' conftest.
$ac_ext >&5
23253 echo "$as_me:$LINENO: result: no" >&5
23254 echo "${ECHO_T}no" >&6
23255 if test "$wxUSE_STL" = "yes"; then
23256 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
23257 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
23258 { (exit 1); exit 1; }; }
23259 elif grep wxUSE_STD_STRING
$wx_arg_cache_file >/dev
/null
; then
23260 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
23261 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
23262 { (exit 1); exit 1; }; }
23264 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
23265 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
23266 wxUSE_STD_STRING
=no
23271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23274 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23277 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
23278 echo "$as_me:$LINENO: checking for std::istream" >&5
23279 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6
23280 if test "${ac_cv_type_std__istream+set}" = set; then
23281 echo $ECHO_N "(cached) $ECHO_C" >&6
23283 cat >conftest.
$ac_ext <<_ACEOF
23286 cat confdefs.h
>>conftest.
$ac_ext
23287 cat >>conftest.
$ac_ext <<_ACEOF
23288 /* end confdefs.h. */
23289 #include <iostream>
23294 if ((std::istream *) 0)
23296 if (sizeof (std::istream))
23302 rm -f conftest.
$ac_objext
23303 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23304 (eval $ac_compile) 2>conftest.er1
23306 grep -v '^ *+' conftest.er1
>conftest.err
23308 cat conftest.err
>&5
23309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23310 (exit $ac_status); } &&
23311 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23313 (eval $ac_try) 2>&5
23315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23316 (exit $ac_status); }; } &&
23317 { ac_try
='test -s conftest.$ac_objext'
23318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23319 (eval $ac_try) 2>&5
23321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23322 (exit $ac_status); }; }; then
23323 ac_cv_type_std__istream
=yes
23325 echo "$as_me: failed program was:" >&5
23326 sed 's/^/| /' conftest.
$ac_ext >&5
23328 ac_cv_type_std__istream
=no
23330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23332 echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
23333 echo "${ECHO_T}$ac_cv_type_std__istream" >&6
23334 if test $ac_cv_type_std__istream = yes; then
23336 cat >>confdefs.h
<<_ACEOF
23337 #define HAVE_STD__ISTREAM 1
23342 wxUSE_STD_IOSTREAM
=no
23344 echo "$as_me:$LINENO: checking for std::ostream" >&5
23345 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6
23346 if test "${ac_cv_type_std__ostream+set}" = set; then
23347 echo $ECHO_N "(cached) $ECHO_C" >&6
23349 cat >conftest.
$ac_ext <<_ACEOF
23352 cat confdefs.h
>>conftest.
$ac_ext
23353 cat >>conftest.
$ac_ext <<_ACEOF
23354 /* end confdefs.h. */
23355 #include <iostream>
23360 if ((std::ostream *) 0)
23362 if (sizeof (std::ostream))
23368 rm -f conftest.
$ac_objext
23369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23370 (eval $ac_compile) 2>conftest.er1
23372 grep -v '^ *+' conftest.er1
>conftest.err
23374 cat conftest.err
>&5
23375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23376 (exit $ac_status); } &&
23377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23379 (eval $ac_try) 2>&5
23381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23382 (exit $ac_status); }; } &&
23383 { ac_try
='test -s conftest.$ac_objext'
23384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23385 (eval $ac_try) 2>&5
23387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23388 (exit $ac_status); }; }; then
23389 ac_cv_type_std__ostream
=yes
23391 echo "$as_me: failed program was:" >&5
23392 sed 's/^/| /' conftest.
$ac_ext >&5
23394 ac_cv_type_std__ostream
=no
23396 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23398 echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
23399 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6
23400 if test $ac_cv_type_std__ostream = yes; then
23402 cat >>confdefs.h
<<_ACEOF
23403 #define HAVE_STD__OSTREAM 1
23408 wxUSE_STD_IOSTREAM
=no
23412 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
23413 if grep wxUSE_STD_IOSTREAM
$wx_arg_cache_file >/dev
/null
; then
23414 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
23415 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
23416 { (exit 1); exit 1; }; }
23418 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
23419 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
23424 if test "$wxUSE_STL" = "yes"; then
23425 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
23426 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
23427 cat >conftest.
$ac_ext <<_ACEOF
23430 cat confdefs.h
>>conftest.
$ac_ext
23431 cat >>conftest.
$ac_ext <<_ACEOF
23432 /* end confdefs.h. */
23434 #include <functional>
23435 #include <algorithm>
23441 std::vector<int> moo;
23442 std::list<int> foo;
23443 std::vector<int>::iterator it =
23444 std::find_if(moo.begin(), moo.end(),
23445 std::bind2nd(std::less<int>(), 3));
23450 rm -f conftest.
$ac_objext
23451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23452 (eval $ac_compile) 2>conftest.er1
23454 grep -v '^ *+' conftest.er1
>conftest.err
23456 cat conftest.err
>&5
23457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23458 (exit $ac_status); } &&
23459 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23461 (eval $ac_try) 2>&5
23463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23464 (exit $ac_status); }; } &&
23465 { ac_try
='test -s conftest.$ac_objext'
23466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23467 (eval $ac_try) 2>&5
23469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23470 (exit $ac_status); }; }; then
23471 echo "$as_me:$LINENO: result: yes" >&5
23472 echo "${ECHO_T}yes" >&6
23474 echo "$as_me: failed program was:" >&5
23475 sed 's/^/| /' conftest.
$ac_ext >&5
23477 echo "$as_me:$LINENO: result: no" >&5
23478 echo "${ECHO_T}no" >&6
23479 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
23480 echo "$as_me: error: Basic STL functionality missing" >&2;}
23481 { (exit 1); exit 1; }; }
23483 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23485 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
23486 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
23487 cat >conftest.
$ac_ext <<_ACEOF
23490 cat confdefs.h
>>conftest.
$ac_ext
23491 cat >>conftest.
$ac_ext <<_ACEOF
23492 /* end confdefs.h. */
23497 std::string foo, bar;
23499 foo.compare(1, 1, bar);
23500 foo.compare(1, 1, bar, 1, 1);
23502 foo.compare(1, 1, "");
23503 foo.compare(1, 1, "", 2);
23508 rm -f conftest.
$ac_objext
23509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23510 (eval $ac_compile) 2>conftest.er1
23512 grep -v '^ *+' conftest.er1
>conftest.err
23514 cat conftest.err
>&5
23515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23516 (exit $ac_status); } &&
23517 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23519 (eval $ac_try) 2>&5
23521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23522 (exit $ac_status); }; } &&
23523 { ac_try
='test -s conftest.$ac_objext'
23524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23525 (eval $ac_try) 2>&5
23527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23528 (exit $ac_status); }; }; then
23529 echo "$as_me:$LINENO: result: yes" >&5
23530 echo "${ECHO_T}yes" >&6
23531 cat >>confdefs.h
<<\_ACEOF
23532 #define HAVE_STD_STRING_COMPARE 1
23536 echo "$as_me: failed program was:" >&5
23537 sed 's/^/| /' conftest.
$ac_ext >&5
23539 echo "$as_me:$LINENO: result: no" >&5
23540 echo "${ECHO_T}no" >&6
23542 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23544 if test "${ac_cv_header_hash_map+set}" = set; then
23545 echo "$as_me:$LINENO: checking for hash_map" >&5
23546 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23547 if test "${ac_cv_header_hash_map+set}" = set; then
23548 echo $ECHO_N "(cached) $ECHO_C" >&6
23550 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23551 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23553 # Is the header compilable?
23554 echo "$as_me:$LINENO: checking hash_map usability" >&5
23555 echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6
23556 cat >conftest.
$ac_ext <<_ACEOF
23559 cat confdefs.h
>>conftest.
$ac_ext
23560 cat >>conftest.
$ac_ext <<_ACEOF
23561 /* end confdefs.h. */
23562 $ac_includes_default
23563 #include <hash_map>
23565 rm -f conftest.
$ac_objext
23566 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23567 (eval $ac_compile) 2>conftest.er1
23569 grep -v '^ *+' conftest.er1
>conftest.err
23571 cat conftest.err
>&5
23572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23573 (exit $ac_status); } &&
23574 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23576 (eval $ac_try) 2>&5
23578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23579 (exit $ac_status); }; } &&
23580 { ac_try
='test -s conftest.$ac_objext'
23581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23582 (eval $ac_try) 2>&5
23584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23585 (exit $ac_status); }; }; then
23586 ac_header_compiler
=yes
23588 echo "$as_me: failed program was:" >&5
23589 sed 's/^/| /' conftest.
$ac_ext >&5
23591 ac_header_compiler
=no
23593 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23594 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23595 echo "${ECHO_T}$ac_header_compiler" >&6
23597 # Is the header present?
23598 echo "$as_me:$LINENO: checking hash_map presence" >&5
23599 echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6
23600 cat >conftest.
$ac_ext <<_ACEOF
23603 cat confdefs.h
>>conftest.
$ac_ext
23604 cat >>conftest.
$ac_ext <<_ACEOF
23605 /* end confdefs.h. */
23606 #include <hash_map>
23608 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23609 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23611 grep -v '^ *+' conftest.er1
>conftest.err
23613 cat conftest.err
>&5
23614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23615 (exit $ac_status); } >/dev
/null
; then
23616 if test -s conftest.err
; then
23617 ac_cpp_err
=$ac_c_preproc_warn_flag
23618 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23625 if test -z "$ac_cpp_err"; then
23626 ac_header_preproc
=yes
23628 echo "$as_me: failed program was:" >&5
23629 sed 's/^/| /' conftest.
$ac_ext >&5
23631 ac_header_preproc
=no
23633 rm -f conftest.err conftest.
$ac_ext
23634 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23635 echo "${ECHO_T}$ac_header_preproc" >&6
23637 # So? What about this header?
23638 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23640 { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23641 echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23642 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5
23643 echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;}
23644 ac_header_preproc
=yes
23647 { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5
23648 echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;}
23649 { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5
23650 echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;}
23651 { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5
23652 echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;}
23653 { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5
23654 echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23655 { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5
23656 echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;}
23657 { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5
23658 echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;}
23661 ## ----------------------------------------- ##
23662 ## Report this to wx-dev@lists.wxwidgets.org ##
23663 ## ----------------------------------------- ##
23666 sed "s/^/$as_me: WARNING: /" >&2
23669 echo "$as_me:$LINENO: checking for hash_map" >&5
23670 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6
23671 if test "${ac_cv_header_hash_map+set}" = set; then
23672 echo $ECHO_N "(cached) $ECHO_C" >&6
23674 ac_cv_header_hash_map
=$ac_header_preproc
23676 echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
23677 echo "${ECHO_T}$ac_cv_header_hash_map" >&6
23680 if test $ac_cv_header_hash_map = yes; then
23681 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23682 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23683 cat >conftest.
$ac_ext <<_ACEOF
23686 cat confdefs.h
>>conftest.
$ac_ext
23687 cat >>conftest.
$ac_ext <<_ACEOF
23688 /* end confdefs.h. */
23689 #include <hash_map>
23690 #include <hash_set>
23694 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
23695 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
23700 rm -f conftest.
$ac_objext
23701 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23702 (eval $ac_compile) 2>conftest.er1
23704 grep -v '^ *+' conftest.er1
>conftest.err
23706 cat conftest.err
>&5
23707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23708 (exit $ac_status); } &&
23709 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23711 (eval $ac_try) 2>&5
23713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23714 (exit $ac_status); }; } &&
23715 { ac_try
='test -s conftest.$ac_objext'
23716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23717 (eval $ac_try) 2>&5
23719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23720 (exit $ac_status); }; }; then
23721 echo "$as_me:$LINENO: result: yes" >&5
23722 echo "${ECHO_T}yes" >&6
23723 cat >>confdefs.h
<<\_ACEOF
23724 #define HAVE_HASH_MAP 1
23727 cat >>confdefs.h
<<\_ACEOF
23728 #define HAVE_STD_HASH_MAP 1
23732 echo "$as_me: failed program was:" >&5
23733 sed 's/^/| /' conftest.
$ac_ext >&5
23735 echo "$as_me:$LINENO: result: no" >&5
23736 echo "${ECHO_T}no" >&6
23738 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23744 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23745 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23746 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23747 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23748 echo $ECHO_N "(cached) $ECHO_C" >&6
23750 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23751 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23753 # Is the header compilable?
23754 echo "$as_me:$LINENO: checking ext/hash_map usability" >&5
23755 echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6
23756 cat >conftest.
$ac_ext <<_ACEOF
23759 cat confdefs.h
>>conftest.
$ac_ext
23760 cat >>conftest.
$ac_ext <<_ACEOF
23761 /* end confdefs.h. */
23762 $ac_includes_default
23763 #include <ext/hash_map>
23765 rm -f conftest.
$ac_objext
23766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23767 (eval $ac_compile) 2>conftest.er1
23769 grep -v '^ *+' conftest.er1
>conftest.err
23771 cat conftest.err
>&5
23772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23773 (exit $ac_status); } &&
23774 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23776 (eval $ac_try) 2>&5
23778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23779 (exit $ac_status); }; } &&
23780 { ac_try
='test -s conftest.$ac_objext'
23781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23782 (eval $ac_try) 2>&5
23784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23785 (exit $ac_status); }; }; then
23786 ac_header_compiler
=yes
23788 echo "$as_me: failed program was:" >&5
23789 sed 's/^/| /' conftest.
$ac_ext >&5
23791 ac_header_compiler
=no
23793 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23794 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
23795 echo "${ECHO_T}$ac_header_compiler" >&6
23797 # Is the header present?
23798 echo "$as_me:$LINENO: checking ext/hash_map presence" >&5
23799 echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6
23800 cat >conftest.
$ac_ext <<_ACEOF
23803 cat confdefs.h
>>conftest.
$ac_ext
23804 cat >>conftest.
$ac_ext <<_ACEOF
23805 /* end confdefs.h. */
23806 #include <ext/hash_map>
23808 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
23809 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
23811 grep -v '^ *+' conftest.er1
>conftest.err
23813 cat conftest.err
>&5
23814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23815 (exit $ac_status); } >/dev
/null
; then
23816 if test -s conftest.err
; then
23817 ac_cpp_err
=$ac_c_preproc_warn_flag
23818 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
23825 if test -z "$ac_cpp_err"; then
23826 ac_header_preproc
=yes
23828 echo "$as_me: failed program was:" >&5
23829 sed 's/^/| /' conftest.
$ac_ext >&5
23831 ac_header_preproc
=no
23833 rm -f conftest.err conftest.
$ac_ext
23834 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
23835 echo "${ECHO_T}$ac_header_preproc" >&6
23837 # So? What about this header?
23838 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
23840 { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5
23841 echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;}
23842 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5
23843 echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;}
23844 ac_header_preproc
=yes
23847 { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5
23848 echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;}
23849 { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5
23850 echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;}
23851 { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5
23852 echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;}
23853 { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5
23854 echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;}
23855 { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5
23856 echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;}
23857 { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5
23858 echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;}
23861 ## ----------------------------------------- ##
23862 ## Report this to wx-dev@lists.wxwidgets.org ##
23863 ## ----------------------------------------- ##
23866 sed "s/^/$as_me: WARNING: /" >&2
23869 echo "$as_me:$LINENO: checking for ext/hash_map" >&5
23870 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6
23871 if test "${ac_cv_header_ext_hash_map+set}" = set; then
23872 echo $ECHO_N "(cached) $ECHO_C" >&6
23874 ac_cv_header_ext_hash_map
=$ac_header_preproc
23876 echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
23877 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6
23880 if test $ac_cv_header_ext_hash_map = yes; then
23881 echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5
23882 echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6
23883 cat >conftest.
$ac_ext <<_ACEOF
23886 cat confdefs.h
>>conftest.
$ac_ext
23887 cat >>conftest.
$ac_ext <<_ACEOF
23888 /* end confdefs.h. */
23889 #include <ext/hash_map>
23890 #include <ext/hash_set>
23894 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
23895 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
23900 rm -f conftest.
$ac_objext
23901 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23902 (eval $ac_compile) 2>conftest.er1
23904 grep -v '^ *+' conftest.er1
>conftest.err
23906 cat conftest.err
>&5
23907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23908 (exit $ac_status); } &&
23909 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
23910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23911 (eval $ac_try) 2>&5
23913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23914 (exit $ac_status); }; } &&
23915 { ac_try
='test -s conftest.$ac_objext'
23916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23917 (eval $ac_try) 2>&5
23919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23920 (exit $ac_status); }; }; then
23921 echo "$as_me:$LINENO: result: yes" >&5
23922 echo "${ECHO_T}yes" >&6
23923 cat >>confdefs.h
<<\_ACEOF
23924 #define HAVE_EXT_HASH_MAP 1
23927 cat >>confdefs.h
<<\_ACEOF
23928 #define HAVE_GNU_CXX_HASH_MAP 1
23932 echo "$as_me: failed program was:" >&5
23933 sed 's/^/| /' conftest.
$ac_ext >&5
23935 echo "$as_me:$LINENO: result: no" >&5
23936 echo "${ECHO_T}no" >&6
23938 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23947 /usr/local/include \
23949 /usr/Motif-2.1/include \
23950 /usr/Motif-1.2/include \
23951 /usr/include/Motif1.2 \
23954 /usr/openwin/include \
23958 /usr/X11R6/include \
23959 /usr/X11R6.4/include \
23960 /usr/X11R5/include \
23961 /usr/X11R4/include \
23963 /usr/include/X11R6 \
23964 /usr/include/X11R5 \
23965 /usr/include/X11R4 \
23967 /usr/local/X11R6/include \
23968 /usr/local/X11R5/include \
23969 /usr/local/X11R4/include \
23971 /usr/local/include/X11R6 \
23972 /usr/local/include/X11R5 \
23973 /usr/local/include/X11R4 \
23977 /usr/local/X11/include \
23978 /usr/local/include/X11 \
23980 /usr/XFree86/include/X11 \
23983 /usr/openwin/share/include"
23985 echo "$as_me:$LINENO: checking for libraries directory" >&5
23986 echo $ECHO_N "checking for libraries directory... $ECHO_C" >&6
23990 if test "${wx_cv_std_libpath+set}" = set; then
23991 echo $ECHO_N "(cached) $ECHO_C" >&6
23994 for d
in /usr
/lib
/usr
/lib32
/usr
/lib
/64 /usr
/lib64
; do
23995 for e
in a so sl dylib dll.a
; do
23997 if test -f $libc; then
24000 cat >conftest.
$ac_ext <<_ACEOF
24001 int main() { return 0; }
24003 rm -f conftest.
$ac_objext conftest
$ac_exeext
24004 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24005 (eval $ac_link) 2>conftest.er1
24007 grep -v '^ *+' conftest.er1
>conftest.err
24009 cat conftest.err
>&5
24010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24011 (exit $ac_status); } &&
24012 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
24018 { ac_try
='test -s conftest$ac_exeext'
24019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24020 (eval $ac_try) 2>&5
24022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24023 (exit $ac_status); }; }; then
24024 wx_cv_std_libpath
=`echo $d | sed s@/usr/@@`
24026 echo "$as_me: failed program was:" >&5
24027 sed 's/^/| /' conftest.
$ac_ext >&5
24030 rm -f conftest.err conftest.
$ac_objext \
24031 conftest
$ac_exeext conftest.
$ac_ext
24033 if test "x$wx_cv_std_libpath" != "x"; then
24039 if test "x$wx_cv_std_libpath" = "x"; then
24040 wx_cv_std_libpath
="lib"
24049 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
24050 wx_cv_std_libpath
="lib/64"
24052 wx_cv_std_libpath
="lib"
24057 if test "$ac_cv_sizeof_void_p" = 8 -a \
24058 -d "/usr/lib64" -a ! -h "/usr/lib64"; then
24059 wx_cv_std_libpath
="lib64"
24061 wx_cv_std_libpath
="lib"
24066 wx_cv_std_libpath
="lib";
24070 echo "$as_me:$LINENO: result: $wx_cv_std_libpath" >&5
24071 echo "${ECHO_T}$wx_cv_std_libpath" >&6
24073 SEARCH_LIB
="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` /usr/$wx_cv_std_libpath"
24075 if test "$build" != "$host" -a "$GCC" = yes; then
24076 if cross_root
=`$CC -print-prog-name=ld 2>/dev/null`; then
24077 cross_root
=`dirname $cross_root`
24078 cross_root
=`dirname $cross_root`
24080 SEARCH_LIB
=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
24081 SEARCH_INCLUDE
=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
24082 SEARCH_INCLUDE
="$SEARCH_INCLUDE $cross_root/include"
24084 if test -z "$PKG_CONFIG_PATH"; then
24085 PKG_CONFIG_PATH
="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
24086 export PKG_CONFIG_PATH
24089 if test -z "$x_includes" -o "$x_includes" = NONE
; then
24092 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
24094 if test -f "$ac_dir/X11/Intrinsic.h"; then
24095 ac_find_includes
=$ac_dir
24100 x_includes
=$ac_find_includes
24102 if test -z "$x_libraries" -o "$x_libraries" = NONE
; then
24105 for ac_dir
in $SEARCH_LIB;
24107 for ac_extension
in a so sl dylib dll.a
; do
24108 if test -f "$ac_dir/libXt.$ac_extension"; then
24109 ac_find_libraries
=$ac_dir
24115 x_libraries
=$ac_find_libraries
24121 cat >confcache
<<\_ACEOF
24122 # This file is a shell script that caches the results of configure
24123 # tests run on this system so they can be shared between configure
24124 # scripts and configure runs, see configure's option --config-cache.
24125 # It is not useful on other systems. If it contains results you don't
24126 # want to keep, you may remove or edit it.
24128 # config.status only pays attention to the cache file if you give it
24129 # the --recheck option to rerun configure.
24131 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24132 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24133 # following values.
24137 # The following way of writing the cache mishandles newlines in values,
24138 # but we know of no workaround that is simple, portable, and efficient.
24139 # So, don't put newlines in cache variables' values.
24140 # Ultrix sh set writes to stderr and can't be redirected directly,
24141 # and sets the high bit in the cache file unless we assign to the vars.
24144 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24146 # `set' does not quote correctly, so add quotes (double-quote
24147 # substitution turns \\\\ into \\, and sed turns \\ into \).
24150 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24153 # `set' quotes correctly as required by POSIX, so do not add quotes.
24155 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24162 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24164 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24166 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24167 if test -w $cache_file; then
24168 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24169 cat confcache
>$cache_file
24171 echo "not updating unwritable cache $cache_file"
24176 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
24177 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
24178 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
24179 if test "${wx_cv_lib_glibc21+set}" = set; then
24180 echo $ECHO_N "(cached) $ECHO_C" >&6
24183 cat >conftest.
$ac_ext <<_ACEOF
24186 cat confdefs.h
>>conftest.
$ac_ext
24187 cat >>conftest.
$ac_ext <<_ACEOF
24188 /* end confdefs.h. */
24189 #include <features.h>
24194 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
24202 rm -f conftest.
$ac_objext
24203 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24204 (eval $ac_compile) 2>conftest.er1
24206 grep -v '^ *+' conftest.er1
>conftest.err
24208 cat conftest.err
>&5
24209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24210 (exit $ac_status); } &&
24211 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24213 (eval $ac_try) 2>&5
24215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24216 (exit $ac_status); }; } &&
24217 { ac_try
='test -s conftest.$ac_objext'
24218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24219 (eval $ac_try) 2>&5
24221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222 (exit $ac_status); }; }; then
24224 wx_cv_lib_glibc21
=yes
24227 echo "$as_me: failed program was:" >&5
24228 sed 's/^/| /' conftest.
$ac_ext >&5
24231 wx_cv_lib_glibc21
=no
24235 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24238 echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
24239 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
24240 if test "$wx_cv_lib_glibc21" = "yes"; then
24241 cat >>confdefs.h
<<\_ACEOF
24242 #define wxHAVE_GLIBC2 1
24248 if test "x$wx_cv_lib_glibc21" = "xyes"; then
24249 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
24250 cat >>confdefs.h
<<\_ACEOF
24251 #define _GNU_SOURCE 1
24262 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24263 echo "$as_me:$LINENO: checking for $ac_func" >&5
24264 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24265 if eval "test \"\${$as_ac_var+set}\" = set"; then
24266 echo $ECHO_N "(cached) $ECHO_C" >&6
24268 cat >conftest.
$ac_ext <<_ACEOF
24271 cat confdefs.h
>>conftest.
$ac_ext
24272 cat >>conftest.
$ac_ext <<_ACEOF
24273 /* end confdefs.h. */
24274 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24275 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24276 #define $ac_func innocuous_$ac_func
24278 /* System header to define __stub macros and hopefully few prototypes,
24279 which can conflict with char $ac_func (); below.
24280 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24281 <limits.h> exists even on freestanding compilers. */
24284 # include <limits.h>
24286 # include <assert.h>
24291 /* Override any gcc2 internal prototype to avoid an error. */
24296 /* We use char because int might match the return type of a gcc2
24297 builtin and then its argument prototype would still apply. */
24299 /* The GNU C library defines this for functions which it implements
24300 to always fail with ENOSYS. Some functions are actually named
24301 something starting with __ and the normal name is an alias. */
24302 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24305 char (*f) () = $ac_func;
24314 return f != $ac_func;
24319 rm -f conftest.
$ac_objext conftest
$ac_exeext
24320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24321 (eval $ac_link) 2>conftest.er1
24323 grep -v '^ *+' conftest.er1
>conftest.err
24325 cat conftest.err
>&5
24326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24327 (exit $ac_status); } &&
24328 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24330 (eval $ac_try) 2>&5
24332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24333 (exit $ac_status); }; } &&
24334 { ac_try
='test -s conftest$ac_exeext'
24335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24336 (eval $ac_try) 2>&5
24338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24339 (exit $ac_status); }; }; then
24340 eval "$as_ac_var=yes"
24342 echo "$as_me: failed program was:" >&5
24343 sed 's/^/| /' conftest.
$ac_ext >&5
24345 eval "$as_ac_var=no"
24347 rm -f conftest.err conftest.
$ac_objext \
24348 conftest
$ac_exeext conftest.
$ac_ext
24350 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24351 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24352 if test `eval echo '${'$as_ac_var'}'` = yes; then
24353 cat >>confdefs.h
<<_ACEOF
24354 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24361 for ac_func
in floor
24363 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24364 echo "$as_me:$LINENO: checking for $ac_func" >&5
24365 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24366 if eval "test \"\${$as_ac_var+set}\" = set"; then
24367 echo $ECHO_N "(cached) $ECHO_C" >&6
24369 cat >conftest.
$ac_ext <<_ACEOF
24372 cat confdefs.h
>>conftest.
$ac_ext
24373 cat >>conftest.
$ac_ext <<_ACEOF
24374 /* end confdefs.h. */
24375 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24376 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24377 #define $ac_func innocuous_$ac_func
24379 /* System header to define __stub macros and hopefully few prototypes,
24380 which can conflict with char $ac_func (); below.
24381 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24382 <limits.h> exists even on freestanding compilers. */
24385 # include <limits.h>
24387 # include <assert.h>
24392 /* Override any gcc2 internal prototype to avoid an error. */
24397 /* We use char because int might match the return type of a gcc2
24398 builtin and then its argument prototype would still apply. */
24400 /* The GNU C library defines this for functions which it implements
24401 to always fail with ENOSYS. Some functions are actually named
24402 something starting with __ and the normal name is an alias. */
24403 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24406 char (*f) () = $ac_func;
24415 return f != $ac_func;
24420 rm -f conftest.
$ac_objext conftest
$ac_exeext
24421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24422 (eval $ac_link) 2>conftest.er1
24424 grep -v '^ *+' conftest.er1
>conftest.err
24426 cat conftest.err
>&5
24427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24428 (exit $ac_status); } &&
24429 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24431 (eval $ac_try) 2>&5
24433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24434 (exit $ac_status); }; } &&
24435 { ac_try
='test -s conftest$ac_exeext'
24436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24437 (eval $ac_try) 2>&5
24439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24440 (exit $ac_status); }; }; then
24441 eval "$as_ac_var=yes"
24443 echo "$as_me: failed program was:" >&5
24444 sed 's/^/| /' conftest.
$ac_ext >&5
24446 eval "$as_ac_var=no"
24448 rm -f conftest.err conftest.
$ac_objext \
24449 conftest
$ac_exeext conftest.
$ac_ext
24451 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24452 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24453 if test `eval echo '${'$as_ac_var'}'` = yes; then
24454 cat >>confdefs.h
<<_ACEOF
24455 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24461 echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
24462 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
24463 if test "$have_cos" = 1 -a "$have_floor" = 1; then
24464 echo "$as_me:$LINENO: result: yes" >&5
24465 echo "${ECHO_T}yes" >&6
24467 echo "$as_me:$LINENO: result: no" >&5
24468 echo "${ECHO_T}no" >&6
24470 # use different functions to avoid configure caching
24476 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24477 echo "$as_me:$LINENO: checking for $ac_func" >&5
24478 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24479 if eval "test \"\${$as_ac_var+set}\" = set"; then
24480 echo $ECHO_N "(cached) $ECHO_C" >&6
24482 cat >conftest.
$ac_ext <<_ACEOF
24485 cat confdefs.h
>>conftest.
$ac_ext
24486 cat >>conftest.
$ac_ext <<_ACEOF
24487 /* end confdefs.h. */
24488 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24489 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24490 #define $ac_func innocuous_$ac_func
24492 /* System header to define __stub macros and hopefully few prototypes,
24493 which can conflict with char $ac_func (); below.
24494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24495 <limits.h> exists even on freestanding compilers. */
24498 # include <limits.h>
24500 # include <assert.h>
24505 /* Override any gcc2 internal prototype to avoid an error. */
24510 /* We use char because int might match the return type of a gcc2
24511 builtin and then its argument prototype would still apply. */
24513 /* The GNU C library defines this for functions which it implements
24514 to always fail with ENOSYS. Some functions are actually named
24515 something starting with __ and the normal name is an alias. */
24516 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24519 char (*f) () = $ac_func;
24528 return f != $ac_func;
24533 rm -f conftest.
$ac_objext conftest
$ac_exeext
24534 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24535 (eval $ac_link) 2>conftest.er1
24537 grep -v '^ *+' conftest.er1
>conftest.err
24539 cat conftest.err
>&5
24540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24541 (exit $ac_status); } &&
24542 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24544 (eval $ac_try) 2>&5
24546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24547 (exit $ac_status); }; } &&
24548 { ac_try
='test -s conftest$ac_exeext'
24549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24550 (eval $ac_try) 2>&5
24552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24553 (exit $ac_status); }; }; then
24554 eval "$as_ac_var=yes"
24556 echo "$as_me: failed program was:" >&5
24557 sed 's/^/| /' conftest.
$ac_ext >&5
24559 eval "$as_ac_var=no"
24561 rm -f conftest.err conftest.
$ac_objext \
24562 conftest
$ac_exeext conftest.
$ac_ext
24564 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24565 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24566 if test `eval echo '${'$as_ac_var'}'` = yes; then
24567 cat >>confdefs.h
<<_ACEOF
24568 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24575 for ac_func
in ceil
24577 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
24578 echo "$as_me:$LINENO: checking for $ac_func" >&5
24579 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
24580 if eval "test \"\${$as_ac_var+set}\" = set"; then
24581 echo $ECHO_N "(cached) $ECHO_C" >&6
24583 cat >conftest.
$ac_ext <<_ACEOF
24586 cat confdefs.h
>>conftest.
$ac_ext
24587 cat >>conftest.
$ac_ext <<_ACEOF
24588 /* end confdefs.h. */
24589 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
24590 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24591 #define $ac_func innocuous_$ac_func
24593 /* System header to define __stub macros and hopefully few prototypes,
24594 which can conflict with char $ac_func (); below.
24595 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24596 <limits.h> exists even on freestanding compilers. */
24599 # include <limits.h>
24601 # include <assert.h>
24606 /* Override any gcc2 internal prototype to avoid an error. */
24611 /* We use char because int might match the return type of a gcc2
24612 builtin and then its argument prototype would still apply. */
24614 /* The GNU C library defines this for functions which it implements
24615 to always fail with ENOSYS. Some functions are actually named
24616 something starting with __ and the normal name is an alias. */
24617 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
24620 char (*f) () = $ac_func;
24629 return f != $ac_func;
24634 rm -f conftest.
$ac_objext conftest
$ac_exeext
24635 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24636 (eval $ac_link) 2>conftest.er1
24638 grep -v '^ *+' conftest.er1
>conftest.err
24640 cat conftest.err
>&5
24641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24642 (exit $ac_status); } &&
24643 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24645 (eval $ac_try) 2>&5
24647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24648 (exit $ac_status); }; } &&
24649 { ac_try
='test -s conftest$ac_exeext'
24650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24651 (eval $ac_try) 2>&5
24653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24654 (exit $ac_status); }; }; then
24655 eval "$as_ac_var=yes"
24657 echo "$as_me: failed program was:" >&5
24658 sed 's/^/| /' conftest.
$ac_ext >&5
24660 eval "$as_ac_var=no"
24662 rm -f conftest.err conftest.
$ac_objext \
24663 conftest
$ac_exeext conftest.
$ac_ext
24665 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24666 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24667 if test `eval echo '${'$as_ac_var'}'` = yes; then
24668 cat >>confdefs.h
<<_ACEOF
24669 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24675 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
24676 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
24677 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
24678 echo "$as_me:$LINENO: result: yes" >&5
24679 echo "${ECHO_T}yes" >&6
24681 echo "$as_me:$LINENO: result: no" >&5
24682 echo "${ECHO_T}no" >&6
24683 # not sure we should warn the user, crash, etc.
24687 if test "wxUSE_UNICODE" = "yes"; then
24689 for wx_func
in wcstoull
24691 echo "$as_me:$LINENO: checking for $wx_func" >&5
24692 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
24693 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
24694 echo $ECHO_N "(cached) $ECHO_C" >&6
24697 cat >conftest.
$ac_ext <<_ACEOF
24701 cat confdefs.h
>>conftest.
$ac_ext
24702 cat >>conftest.
$ac_ext <<_ACEOF
24703 /* end confdefs.h. */
24706 $ac_includes_default
24722 rm -f conftest.
$ac_objext conftest
$ac_exeext
24723 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24724 (eval $ac_link) 2>conftest.er1
24726 grep -v '^ *+' conftest.er1
>conftest.err
24728 cat conftest.err
>&5
24729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24730 (exit $ac_status); } &&
24731 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24733 (eval $ac_try) 2>&5
24735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24736 (exit $ac_status); }; } &&
24737 { ac_try
='test -s conftest$ac_exeext'
24738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24739 (eval $ac_try) 2>&5
24741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24742 (exit $ac_status); }; }; then
24743 eval wx_cv_func_
$wx_func=yes
24745 echo "$as_me: failed program was:" >&5
24746 sed 's/^/| /' conftest.
$ac_ext >&5
24748 eval wx_cv_func_
$wx_func=no
24750 rm -f conftest.err conftest.
$ac_objext \
24751 conftest
$ac_exeext conftest.
$ac_ext
24754 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
24755 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
24757 if eval test \
$wx_cv_func_$wx_func = yes
24759 cat >>confdefs.h
<<_ACEOF
24760 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
24772 for wx_func
in strtoull
24774 echo "$as_me:$LINENO: checking for $wx_func" >&5
24775 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
24776 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
24777 echo $ECHO_N "(cached) $ECHO_C" >&6
24780 cat >conftest.
$ac_ext <<_ACEOF
24784 cat confdefs.h
>>conftest.
$ac_ext
24785 cat >>conftest.
$ac_ext <<_ACEOF
24786 /* end confdefs.h. */
24789 $ac_includes_default
24805 rm -f conftest.
$ac_objext conftest
$ac_exeext
24806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24807 (eval $ac_link) 2>conftest.er1
24809 grep -v '^ *+' conftest.er1
>conftest.err
24811 cat conftest.err
>&5
24812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24813 (exit $ac_status); } &&
24814 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24816 (eval $ac_try) 2>&5
24818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24819 (exit $ac_status); }; } &&
24820 { ac_try
='test -s conftest$ac_exeext'
24821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24822 (eval $ac_try) 2>&5
24824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24825 (exit $ac_status); }; }; then
24826 eval wx_cv_func_
$wx_func=yes
24828 echo "$as_me: failed program was:" >&5
24829 sed 's/^/| /' conftest.
$ac_ext >&5
24831 eval wx_cv_func_
$wx_func=no
24833 rm -f conftest.err conftest.
$ac_objext \
24834 conftest
$ac_exeext conftest.
$ac_ext
24837 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
24838 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
24840 if eval test \
$wx_cv_func_$wx_func = yes
24842 cat >>confdefs.h
<<_ACEOF
24843 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
24857 if test "$wxUSE_REGEX" != "no"; then
24858 cat >>confdefs.h
<<\_ACEOF
24859 #define wxUSE_REGEX 1
24863 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
24864 { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5
24865 echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;}
24866 wxUSE_REGEX
=builtin
24869 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
24870 if test "${ac_cv_header_regex_h+set}" = set; then
24871 echo "$as_me:$LINENO: checking for regex.h" >&5
24872 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
24873 if test "${ac_cv_header_regex_h+set}" = set; then
24874 echo $ECHO_N "(cached) $ECHO_C" >&6
24876 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
24877 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
24879 # Is the header compilable?
24880 echo "$as_me:$LINENO: checking regex.h usability" >&5
24881 echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
24882 cat >conftest.
$ac_ext <<_ACEOF
24885 cat confdefs.h
>>conftest.
$ac_ext
24886 cat >>conftest.
$ac_ext <<_ACEOF
24887 /* end confdefs.h. */
24888 $ac_includes_default
24891 rm -f conftest.
$ac_objext
24892 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24893 (eval $ac_compile) 2>conftest.er1
24895 grep -v '^ *+' conftest.er1
>conftest.err
24897 cat conftest.err
>&5
24898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24899 (exit $ac_status); } &&
24900 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
24901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24902 (eval $ac_try) 2>&5
24904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24905 (exit $ac_status); }; } &&
24906 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
24912 ac_header_compiler
=yes
24914 echo "$as_me: failed program was:" >&5
24915 sed 's/^/| /' conftest.
$ac_ext >&5
24917 ac_header_compiler
=no
24919 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
24920 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24921 echo "${ECHO_T}$ac_header_compiler" >&6
24923 # Is the header present?
24924 echo "$as_me:$LINENO: checking regex.h presence" >&5
24925 echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
24926 cat >conftest.
$ac_ext <<_ACEOF
24929 cat confdefs.h
>>conftest.
$ac_ext
24930 cat >>conftest.
$ac_ext <<_ACEOF
24931 /* end confdefs.h. */
24934 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24935 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
24937 grep -v '^ *+' conftest.er1
>conftest.err
24939 cat conftest.err
>&5
24940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24941 (exit $ac_status); } >/dev
/null
; then
24942 if test -s conftest.err
; then
24943 ac_cpp_err
=$ac_c_preproc_warn_flag
24944 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
24951 if test -z "$ac_cpp_err"; then
24952 ac_header_preproc
=yes
24954 echo "$as_me: failed program was:" >&5
24955 sed 's/^/| /' conftest.
$ac_ext >&5
24957 ac_header_preproc
=no
24959 rm -f conftest.err conftest.
$ac_ext
24960 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24961 echo "${ECHO_T}$ac_header_preproc" >&6
24963 # So? What about this header?
24964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
24966 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
24967 echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24968 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5
24969 echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;}
24970 ac_header_preproc
=yes
24973 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
24974 echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
24975 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
24976 echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
24977 { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5
24978 echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;}
24979 { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5
24980 echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;}
24981 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
24982 echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
24983 { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5
24984 echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;}
24987 ## ----------------------------------------- ##
24988 ## Report this to wx-dev@lists.wxwidgets.org ##
24989 ## ----------------------------------------- ##
24992 sed "s/^/$as_me: WARNING: /" >&2
24995 echo "$as_me:$LINENO: checking for regex.h" >&5
24996 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
24997 if test "${ac_cv_header_regex_h+set}" = set; then
24998 echo $ECHO_N "(cached) $ECHO_C" >&6
25000 ac_cv_header_regex_h
=$ac_header_preproc
25002 echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
25003 echo "${ECHO_T}$ac_cv_header_regex_h" >&6
25006 if test $ac_cv_header_regex_h = yes; then
25009 for ac_func
in regcomp re_search
25011 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
25012 echo "$as_me:$LINENO: checking for $ac_func" >&5
25013 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
25014 if eval "test \"\${$as_ac_var+set}\" = set"; then
25015 echo $ECHO_N "(cached) $ECHO_C" >&6
25017 cat >conftest.
$ac_ext <<_ACEOF
25020 cat confdefs.h
>>conftest.
$ac_ext
25021 cat >>conftest.
$ac_ext <<_ACEOF
25022 /* end confdefs.h. */
25023 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
25024 For example, HP-UX 11i <limits.h> declares gettimeofday. */
25025 #define $ac_func innocuous_$ac_func
25027 /* System header to define __stub macros and hopefully few prototypes,
25028 which can conflict with char $ac_func (); below.
25029 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
25030 <limits.h> exists even on freestanding compilers. */
25033 # include <limits.h>
25035 # include <assert.h>
25040 /* Override any gcc2 internal prototype to avoid an error. */
25045 /* We use char because int might match the return type of a gcc2
25046 builtin and then its argument prototype would still apply. */
25048 /* The GNU C library defines this for functions which it implements
25049 to always fail with ENOSYS. Some functions are actually named
25050 something starting with __ and the normal name is an alias. */
25051 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
25054 char (*f) () = $ac_func;
25063 return f != $ac_func;
25068 rm -f conftest.
$ac_objext conftest
$ac_exeext
25069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25070 (eval $ac_link) 2>conftest.er1
25072 grep -v '^ *+' conftest.er1
>conftest.err
25074 cat conftest.err
>&5
25075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25076 (exit $ac_status); } &&
25077 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25079 (eval $ac_try) 2>&5
25081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25082 (exit $ac_status); }; } &&
25083 { ac_try
='test -s conftest$ac_exeext'
25084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25085 (eval $ac_try) 2>&5
25087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25088 (exit $ac_status); }; }; then
25089 eval "$as_ac_var=yes"
25091 echo "$as_me: failed program was:" >&5
25092 sed 's/^/| /' conftest.
$ac_ext >&5
25094 eval "$as_ac_var=no"
25096 rm -f conftest.err conftest.
$ac_objext \
25097 conftest
$ac_exeext conftest.
$ac_ext
25099 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
25100 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
25101 if test `eval echo '${'$as_ac_var'}'` = yes; then
25102 cat >>confdefs.h
<<_ACEOF
25103 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
25113 if test "x$ac_cv_func_regcomp" != "xyes"; then
25114 if test "$wxUSE_REGEX" = "sys" ; then
25115 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
25116 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
25117 { (exit 1); exit 1; }; }
25119 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
25120 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
25121 wxUSE_REGEX
=builtin
25125 cat >>confdefs.h
<<\_ACEOF
25126 #define WX_NO_REGEX_ADVANCED 1
25135 if test "$wxUSE_ZLIB" != "no" ; then
25136 cat >>confdefs.h
<<\_ACEOF
25137 #define wxUSE_ZLIB 1
25141 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
25142 if test "$USE_DARWIN" = 1; then
25143 system_zlib_h_ok
="yes"
25145 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
25146 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
25147 if test "${ac_cv_header_zlib_h+set}" = set; then
25148 echo $ECHO_N "(cached) $ECHO_C" >&6
25150 if test "$cross_compiling" = yes; then
25151 unset ac_cv_header_zlib_h
25154 cat >conftest.
$ac_ext <<_ACEOF
25157 cat confdefs.h
>>conftest.
$ac_ext
25158 cat >>conftest.
$ac_ext <<_ACEOF
25159 /* end confdefs.h. */
25166 FILE *f=fopen("conftestval", "w");
25169 ZLIB_VERSION[0] == '1' &&
25170 (ZLIB_VERSION[2] > '1' ||
25171 (ZLIB_VERSION[2] == '1' &&
25172 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
25177 rm -f conftest
$ac_exeext
25178 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25179 (eval $ac_link) 2>&5
25181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25182 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25184 (eval $ac_try) 2>&5
25186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25187 (exit $ac_status); }; }; then
25188 ac_cv_header_zlib_h
=`cat conftestval`
25190 echo "$as_me: program exited with status $ac_status" >&5
25191 echo "$as_me: failed program was:" >&5
25192 sed 's/^/| /' conftest.
$ac_ext >&5
25194 ( exit $ac_status )
25195 ac_cv_header_zlib_h
=no
25197 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25201 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25202 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25203 if test "${ac_cv_header_zlib_h+set}" = set; then
25204 echo "$as_me:$LINENO: checking for zlib.h" >&5
25205 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
25206 if test "${ac_cv_header_zlib_h+set}" = set; then
25207 echo $ECHO_N "(cached) $ECHO_C" >&6
25209 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25210 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25212 # Is the header compilable?
25213 echo "$as_me:$LINENO: checking zlib.h usability" >&5
25214 echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
25215 cat >conftest.
$ac_ext <<_ACEOF
25218 cat confdefs.h
>>conftest.
$ac_ext
25219 cat >>conftest.
$ac_ext <<_ACEOF
25220 /* end confdefs.h. */
25221 $ac_includes_default
25224 rm -f conftest.
$ac_objext
25225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25226 (eval $ac_compile) 2>conftest.er1
25228 grep -v '^ *+' conftest.er1
>conftest.err
25230 cat conftest.err
>&5
25231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25232 (exit $ac_status); } &&
25233 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25235 (eval $ac_try) 2>&5
25237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25238 (exit $ac_status); }; } &&
25239 { ac_try
='test -s conftest.$ac_objext'
25240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25241 (eval $ac_try) 2>&5
25243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25244 (exit $ac_status); }; }; then
25245 ac_header_compiler
=yes
25247 echo "$as_me: failed program was:" >&5
25248 sed 's/^/| /' conftest.
$ac_ext >&5
25250 ac_header_compiler
=no
25252 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25253 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25254 echo "${ECHO_T}$ac_header_compiler" >&6
25256 # Is the header present?
25257 echo "$as_me:$LINENO: checking zlib.h presence" >&5
25258 echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
25259 cat >conftest.
$ac_ext <<_ACEOF
25262 cat confdefs.h
>>conftest.
$ac_ext
25263 cat >>conftest.
$ac_ext <<_ACEOF
25264 /* end confdefs.h. */
25267 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25268 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25270 grep -v '^ *+' conftest.er1
>conftest.err
25272 cat conftest.err
>&5
25273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25274 (exit $ac_status); } >/dev
/null
; then
25275 if test -s conftest.err
; then
25276 ac_cpp_err
=$ac_c_preproc_warn_flag
25277 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25284 if test -z "$ac_cpp_err"; then
25285 ac_header_preproc
=yes
25287 echo "$as_me: failed program was:" >&5
25288 sed 's/^/| /' conftest.
$ac_ext >&5
25290 ac_header_preproc
=no
25292 rm -f conftest.err conftest.
$ac_ext
25293 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25294 echo "${ECHO_T}$ac_header_preproc" >&6
25296 # So? What about this header?
25297 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25299 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
25300 echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25301 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
25302 echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
25303 ac_header_preproc
=yes
25306 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
25307 echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
25308 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
25309 echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
25310 { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
25311 echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
25312 { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
25313 echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
25314 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
25315 echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
25316 { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
25317 echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
25320 ## ----------------------------------------- ##
25321 ## Report this to wx-dev@lists.wxwidgets.org ##
25322 ## ----------------------------------------- ##
25325 sed "s/^/$as_me: WARNING: /" >&2
25328 echo "$as_me:$LINENO: checking for zlib.h" >&5
25329 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
25330 if test "${ac_cv_header_zlib_h+set}" = set; then
25331 echo $ECHO_N "(cached) $ECHO_C" >&6
25333 ac_cv_header_zlib_h
=$ac_header_preproc
25335 echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
25336 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
25342 system_zlib_h_ok
=$ac_cv_header_zlib_h
25345 if test "$system_zlib_h_ok" = "yes"; then
25346 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
25347 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
25348 if test "${ac_cv_lib_z_deflate+set}" = set; then
25349 echo $ECHO_N "(cached) $ECHO_C" >&6
25351 ac_check_lib_save_LIBS
=$LIBS
25353 cat >conftest.
$ac_ext <<_ACEOF
25356 cat confdefs.h
>>conftest.
$ac_ext
25357 cat >>conftest.
$ac_ext <<_ACEOF
25358 /* end confdefs.h. */
25360 /* Override any gcc2 internal prototype to avoid an error. */
25364 /* We use char because int might match the return type of a gcc2
25365 builtin and then its argument prototype would still apply. */
25375 rm -f conftest.
$ac_objext conftest
$ac_exeext
25376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25377 (eval $ac_link) 2>conftest.er1
25379 grep -v '^ *+' conftest.er1
>conftest.err
25381 cat conftest.err
>&5
25382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25383 (exit $ac_status); } &&
25384 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25386 (eval $ac_try) 2>&5
25388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25389 (exit $ac_status); }; } &&
25390 { ac_try
='test -s conftest$ac_exeext'
25391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25392 (eval $ac_try) 2>&5
25394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25395 (exit $ac_status); }; }; then
25396 ac_cv_lib_z_deflate
=yes
25398 echo "$as_me: failed program was:" >&5
25399 sed 's/^/| /' conftest.
$ac_ext >&5
25401 ac_cv_lib_z_deflate
=no
25403 rm -f conftest.err conftest.
$ac_objext \
25404 conftest
$ac_exeext conftest.
$ac_ext
25405 LIBS
=$ac_check_lib_save_LIBS
25407 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
25408 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
25409 if test $ac_cv_lib_z_deflate = yes; then
25415 if test "x$ZLIB_LINK" = "x" ; then
25416 if test "$wxUSE_ZLIB" = "sys" ; then
25417 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
25418 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
25419 { (exit 1); exit 1; }; }
25421 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
25422 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
25433 if test "$wxUSE_LIBPNG" != "no" ; then
25434 cat >>confdefs.h
<<\_ACEOF
25435 #define wxUSE_LIBPNG 1
25439 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
25440 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
25441 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
25445 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
25446 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
25447 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
25448 wxUSE_LIBPNG
=builtin
25451 if test "$wxUSE_MGL" != 1 ; then
25452 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
25453 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
25454 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
25455 if test "${ac_cv_header_png_h+set}" = set; then
25456 echo $ECHO_N "(cached) $ECHO_C" >&6
25458 if test "$cross_compiling" = yes; then
25459 unset ac_cv_header_png_h
25462 cat >conftest.
$ac_ext <<_ACEOF
25465 cat confdefs.h
>>conftest.
$ac_ext
25466 cat >>conftest.
$ac_ext <<_ACEOF
25467 /* end confdefs.h. */
25474 FILE *f=fopen("conftestval", "w");
25477 PNG_LIBPNG_VER > 90 ? "yes" : "no");
25482 rm -f conftest
$ac_exeext
25483 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25484 (eval $ac_link) 2>&5
25486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25487 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25489 (eval $ac_try) 2>&5
25491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25492 (exit $ac_status); }; }; then
25493 ac_cv_header_png_h
=`cat conftestval`
25495 echo "$as_me: program exited with status $ac_status" >&5
25496 echo "$as_me: failed program was:" >&5
25497 sed 's/^/| /' conftest.
$ac_ext >&5
25499 ( exit $ac_status )
25500 ac_cv_header_png_h
=no
25502 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25506 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25507 echo "${ECHO_T}$ac_cv_header_png_h" >&6
25508 if test "${ac_cv_header_png_h+set}" = set; then
25509 echo "$as_me:$LINENO: checking for png.h" >&5
25510 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
25511 if test "${ac_cv_header_png_h+set}" = set; then
25512 echo $ECHO_N "(cached) $ECHO_C" >&6
25514 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25515 echo "${ECHO_T}$ac_cv_header_png_h" >&6
25517 # Is the header compilable?
25518 echo "$as_me:$LINENO: checking png.h usability" >&5
25519 echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
25520 cat >conftest.
$ac_ext <<_ACEOF
25523 cat confdefs.h
>>conftest.
$ac_ext
25524 cat >>conftest.
$ac_ext <<_ACEOF
25525 /* end confdefs.h. */
25526 $ac_includes_default
25529 rm -f conftest.
$ac_objext
25530 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25531 (eval $ac_compile) 2>conftest.er1
25533 grep -v '^ *+' conftest.er1
>conftest.err
25535 cat conftest.err
>&5
25536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25537 (exit $ac_status); } &&
25538 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25540 (eval $ac_try) 2>&5
25542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25543 (exit $ac_status); }; } &&
25544 { ac_try
='test -s conftest.$ac_objext'
25545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25546 (eval $ac_try) 2>&5
25548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25549 (exit $ac_status); }; }; then
25550 ac_header_compiler
=yes
25552 echo "$as_me: failed program was:" >&5
25553 sed 's/^/| /' conftest.
$ac_ext >&5
25555 ac_header_compiler
=no
25557 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25558 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25559 echo "${ECHO_T}$ac_header_compiler" >&6
25561 # Is the header present?
25562 echo "$as_me:$LINENO: checking png.h presence" >&5
25563 echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
25564 cat >conftest.
$ac_ext <<_ACEOF
25567 cat confdefs.h
>>conftest.
$ac_ext
25568 cat >>conftest.
$ac_ext <<_ACEOF
25569 /* end confdefs.h. */
25572 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25573 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25575 grep -v '^ *+' conftest.er1
>conftest.err
25577 cat conftest.err
>&5
25578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25579 (exit $ac_status); } >/dev
/null
; then
25580 if test -s conftest.err
; then
25581 ac_cpp_err
=$ac_c_preproc_warn_flag
25582 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25589 if test -z "$ac_cpp_err"; then
25590 ac_header_preproc
=yes
25592 echo "$as_me: failed program was:" >&5
25593 sed 's/^/| /' conftest.
$ac_ext >&5
25595 ac_header_preproc
=no
25597 rm -f conftest.err conftest.
$ac_ext
25598 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25599 echo "${ECHO_T}$ac_header_preproc" >&6
25601 # So? What about this header?
25602 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
25604 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
25605 echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25606 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
25607 echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
25608 ac_header_preproc
=yes
25611 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
25612 echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
25613 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
25614 echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
25615 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
25616 echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
25617 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
25618 echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
25619 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
25620 echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
25621 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
25622 echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
25625 ## ----------------------------------------- ##
25626 ## Report this to wx-dev@lists.wxwidgets.org ##
25627 ## ----------------------------------------- ##
25630 sed "s/^/$as_me: WARNING: /" >&2
25633 echo "$as_me:$LINENO: checking for png.h" >&5
25634 echo $ECHO_N "checking for png.h... $ECHO_C" >&6
25635 if test "${ac_cv_header_png_h+set}" = set; then
25636 echo $ECHO_N "(cached) $ECHO_C" >&6
25638 ac_cv_header_png_h
=$ac_header_preproc
25640 echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
25641 echo "${ECHO_T}$ac_cv_header_png_h" >&6
25647 if test "$ac_cv_header_png_h" = "yes"; then
25648 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
25649 echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
25650 if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
25651 echo $ECHO_N "(cached) $ECHO_C" >&6
25653 ac_check_lib_save_LIBS
=$LIBS
25654 LIBS
="-lpng -lz -lm $LIBS"
25655 cat >conftest.
$ac_ext <<_ACEOF
25658 cat confdefs.h
>>conftest.
$ac_ext
25659 cat >>conftest.
$ac_ext <<_ACEOF
25660 /* end confdefs.h. */
25662 /* Override any gcc2 internal prototype to avoid an error. */
25666 /* We use char because int might match the return type of a gcc2
25667 builtin and then its argument prototype would still apply. */
25668 char png_check_sig ();
25677 rm -f conftest.
$ac_objext conftest
$ac_exeext
25678 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25679 (eval $ac_link) 2>conftest.er1
25681 grep -v '^ *+' conftest.er1
>conftest.err
25683 cat conftest.err
>&5
25684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25685 (exit $ac_status); } &&
25686 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25688 (eval $ac_try) 2>&5
25690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25691 (exit $ac_status); }; } &&
25692 { ac_try
='test -s conftest$ac_exeext'
25693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25694 (eval $ac_try) 2>&5
25696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25697 (exit $ac_status); }; }; then
25698 ac_cv_lib_png_png_check_sig
=yes
25700 echo "$as_me: failed program was:" >&5
25701 sed 's/^/| /' conftest.
$ac_ext >&5
25703 ac_cv_lib_png_png_check_sig
=no
25705 rm -f conftest.err conftest.
$ac_objext \
25706 conftest
$ac_exeext conftest.
$ac_ext
25707 LIBS
=$ac_check_lib_save_LIBS
25709 echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
25710 echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
25711 if test $ac_cv_lib_png_png_check_sig = yes; then
25712 PNG_LINK
=" -lpng -lz"
25717 if test "x$PNG_LINK" = "x" ; then
25718 if test "$wxUSE_LIBPNG" = "sys" ; then
25719 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
25720 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
25721 { (exit 1); exit 1; }; }
25723 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
25724 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
25725 wxUSE_LIBPNG
=builtin
25733 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS png"
25738 if test "$wxUSE_LIBJPEG" != "no" ; then
25739 cat >>confdefs.h
<<\_ACEOF
25740 #define wxUSE_LIBJPEG 1
25744 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
25745 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
25746 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
25750 if test "$wxUSE_MGL" != 1 ; then
25751 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
25752 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
25753 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
25754 if test "${ac_cv_header_jpeglib_h+set}" = set; then
25755 echo $ECHO_N "(cached) $ECHO_C" >&6
25757 cat >conftest.
$ac_ext <<_ACEOF
25760 cat confdefs.h
>>conftest.
$ac_ext
25761 cat >>conftest.
$ac_ext <<_ACEOF
25762 /* end confdefs.h. */
25764 #undef HAVE_STDLIB_H
25766 #include <jpeglib.h>
25777 rm -f conftest.
$ac_objext
25778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25779 (eval $ac_compile) 2>conftest.er1
25781 grep -v '^ *+' conftest.er1
>conftest.err
25783 cat conftest.err
>&5
25784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25785 (exit $ac_status); } &&
25786 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25788 (eval $ac_try) 2>&5
25790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25791 (exit $ac_status); }; } &&
25792 { ac_try
='test -s conftest.$ac_objext'
25793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25794 (eval $ac_try) 2>&5
25796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25797 (exit $ac_status); }; }; then
25798 ac_cv_header_jpeglib_h
=yes
25800 echo "$as_me: failed program was:" >&5
25801 sed 's/^/| /' conftest.
$ac_ext >&5
25803 ac_cv_header_jpeglib_h
=no
25806 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25810 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
25811 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
25813 if test "$ac_cv_header_jpeglib_h" = "yes"; then
25814 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
25815 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
25816 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
25817 echo $ECHO_N "(cached) $ECHO_C" >&6
25819 ac_check_lib_save_LIBS
=$LIBS
25820 LIBS
="-ljpeg $LIBS"
25821 cat >conftest.
$ac_ext <<_ACEOF
25824 cat confdefs.h
>>conftest.
$ac_ext
25825 cat >>conftest.
$ac_ext <<_ACEOF
25826 /* end confdefs.h. */
25828 /* Override any gcc2 internal prototype to avoid an error. */
25832 /* We use char because int might match the return type of a gcc2
25833 builtin and then its argument prototype would still apply. */
25834 char jpeg_read_header ();
25838 jpeg_read_header ();
25843 rm -f conftest.
$ac_objext conftest
$ac_exeext
25844 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25845 (eval $ac_link) 2>conftest.er1
25847 grep -v '^ *+' conftest.er1
>conftest.err
25849 cat conftest.err
>&5
25850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25851 (exit $ac_status); } &&
25852 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25854 (eval $ac_try) 2>&5
25856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25857 (exit $ac_status); }; } &&
25858 { ac_try
='test -s conftest$ac_exeext'
25859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25860 (eval $ac_try) 2>&5
25862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25863 (exit $ac_status); }; }; then
25864 ac_cv_lib_jpeg_jpeg_read_header
=yes
25866 echo "$as_me: failed program was:" >&5
25867 sed 's/^/| /' conftest.
$ac_ext >&5
25869 ac_cv_lib_jpeg_jpeg_read_header
=no
25871 rm -f conftest.err conftest.
$ac_objext \
25872 conftest
$ac_exeext conftest.
$ac_ext
25873 LIBS
=$ac_check_lib_save_LIBS
25875 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
25876 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
25877 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
25878 JPEG_LINK
=" -ljpeg"
25883 if test "x$JPEG_LINK" = "x" ; then
25884 if test "$wxUSE_LIBJPEG" = "sys" ; then
25885 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
25886 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
25887 { (exit 1); exit 1; }; }
25889 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
25890 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
25891 wxUSE_LIBJPEG
=builtin
25902 TIFF_PREREQ_LINKS
=-lm
25903 if test "$wxUSE_LIBTIFF" != "no" ; then
25904 cat >>confdefs.h
<<\_ACEOF
25905 #define wxUSE_LIBTIFF 1
25909 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
25910 if test "$wxUSE_LIBJPEG" = "sys"; then
25911 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $JPEG_LINK"
25913 if test "$wxUSE_ZLIB" = "sys"; then
25914 TIFF_PREREQ_LINKS
="$TIFF_PREREQ_LINKS $ZLIB_LINK"
25916 if test "${ac_cv_header_tiffio_h+set}" = set; then
25917 echo "$as_me:$LINENO: checking for tiffio.h" >&5
25918 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
25919 if test "${ac_cv_header_tiffio_h+set}" = set; then
25920 echo $ECHO_N "(cached) $ECHO_C" >&6
25922 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
25923 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
25925 # Is the header compilable?
25926 echo "$as_me:$LINENO: checking tiffio.h usability" >&5
25927 echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
25928 cat >conftest.
$ac_ext <<_ACEOF
25931 cat confdefs.h
>>conftest.
$ac_ext
25932 cat >>conftest.
$ac_ext <<_ACEOF
25933 /* end confdefs.h. */
25934 $ac_includes_default
25935 #include <tiffio.h>
25937 rm -f conftest.
$ac_objext
25938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25939 (eval $ac_compile) 2>conftest.er1
25941 grep -v '^ *+' conftest.er1
>conftest.err
25943 cat conftest.err
>&5
25944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25945 (exit $ac_status); } &&
25946 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
25947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25948 (eval $ac_try) 2>&5
25950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25951 (exit $ac_status); }; } &&
25952 { ac_try
='test -s conftest.$ac_objext'
25953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25954 (eval $ac_try) 2>&5
25956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25957 (exit $ac_status); }; }; then
25958 ac_header_compiler
=yes
25960 echo "$as_me: failed program was:" >&5
25961 sed 's/^/| /' conftest.
$ac_ext >&5
25963 ac_header_compiler
=no
25965 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25966 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
25967 echo "${ECHO_T}$ac_header_compiler" >&6
25969 # Is the header present?
25970 echo "$as_me:$LINENO: checking tiffio.h presence" >&5
25971 echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
25972 cat >conftest.
$ac_ext <<_ACEOF
25975 cat confdefs.h
>>conftest.
$ac_ext
25976 cat >>conftest.
$ac_ext <<_ACEOF
25977 /* end confdefs.h. */
25978 #include <tiffio.h>
25980 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25981 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
25983 grep -v '^ *+' conftest.er1
>conftest.err
25985 cat conftest.err
>&5
25986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25987 (exit $ac_status); } >/dev
/null
; then
25988 if test -s conftest.err
; then
25989 ac_cpp_err
=$ac_c_preproc_warn_flag
25990 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
25997 if test -z "$ac_cpp_err"; then
25998 ac_header_preproc
=yes
26000 echo "$as_me: failed program was:" >&5
26001 sed 's/^/| /' conftest.
$ac_ext >&5
26003 ac_header_preproc
=no
26005 rm -f conftest.err conftest.
$ac_ext
26006 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26007 echo "${ECHO_T}$ac_header_preproc" >&6
26009 # So? What about this header?
26010 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26012 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
26013 echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26014 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
26015 echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
26016 ac_header_preproc
=yes
26019 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
26020 echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
26021 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
26022 echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
26023 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
26024 echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
26025 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
26026 echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
26027 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
26028 echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
26029 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
26030 echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
26033 ## ----------------------------------------- ##
26034 ## Report this to wx-dev@lists.wxwidgets.org ##
26035 ## ----------------------------------------- ##
26038 sed "s/^/$as_me: WARNING: /" >&2
26041 echo "$as_me:$LINENO: checking for tiffio.h" >&5
26042 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
26043 if test "${ac_cv_header_tiffio_h+set}" = set; then
26044 echo $ECHO_N "(cached) $ECHO_C" >&6
26046 ac_cv_header_tiffio_h
=$ac_header_preproc
26048 echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
26049 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
26052 if test $ac_cv_header_tiffio_h = yes; then
26054 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
26055 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
26056 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
26057 echo $ECHO_N "(cached) $ECHO_C" >&6
26059 ac_check_lib_save_LIBS
=$LIBS
26060 LIBS
="-ltiff $TIFF_PREREQ_LINKS $LIBS"
26061 cat >conftest.
$ac_ext <<_ACEOF
26064 cat confdefs.h
>>conftest.
$ac_ext
26065 cat >>conftest.
$ac_ext <<_ACEOF
26066 /* end confdefs.h. */
26068 /* Override any gcc2 internal prototype to avoid an error. */
26072 /* We use char because int might match the return type of a gcc2
26073 builtin and then its argument prototype would still apply. */
26083 rm -f conftest.
$ac_objext conftest
$ac_exeext
26084 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26085 (eval $ac_link) 2>conftest.er1
26087 grep -v '^ *+' conftest.er1
>conftest.err
26089 cat conftest.err
>&5
26090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26091 (exit $ac_status); } &&
26092 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26094 (eval $ac_try) 2>&5
26096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26097 (exit $ac_status); }; } &&
26098 { ac_try
='test -s conftest$ac_exeext'
26099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26100 (eval $ac_try) 2>&5
26102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26103 (exit $ac_status); }; }; then
26104 ac_cv_lib_tiff_TIFFError
=yes
26106 echo "$as_me: failed program was:" >&5
26107 sed 's/^/| /' conftest.
$ac_ext >&5
26109 ac_cv_lib_tiff_TIFFError
=no
26111 rm -f conftest.err conftest.
$ac_objext \
26112 conftest
$ac_exeext conftest.
$ac_ext
26113 LIBS
=$ac_check_lib_save_LIBS
26115 echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
26116 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
26117 if test $ac_cv_lib_tiff_TIFFError = yes; then
26118 TIFF_LINK
=" -ltiff"
26127 if test "x$TIFF_LINK" = "x" ; then
26128 if test "$wxUSE_LIBTIFF" = "sys" ; then
26129 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
26130 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
26131 { (exit 1); exit 1; }; }
26133 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
26134 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
26135 wxUSE_LIBTIFF
=builtin
26144 if test "$wxUSE_WCHAR_T" != "yes"; then
26145 if test "$wxUSE_EXPAT" != "no"; then
26146 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5
26147 echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;}
26150 if test "$wxUSE_XML" != "no"; then
26151 { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5
26152 echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;}
26157 if test "$wxUSE_EXPAT" != "no"; then
26159 cat >>confdefs.h
<<\_ACEOF
26160 #define wxUSE_EXPAT 1
26163 cat >>confdefs.h
<<\_ACEOF
26164 #define wxUSE_XML 1
26168 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
26169 if test "${ac_cv_header_expat_h+set}" = set; then
26170 echo "$as_me:$LINENO: checking for expat.h" >&5
26171 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
26172 if test "${ac_cv_header_expat_h+set}" = set; then
26173 echo $ECHO_N "(cached) $ECHO_C" >&6
26175 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
26176 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
26178 # Is the header compilable?
26179 echo "$as_me:$LINENO: checking expat.h usability" >&5
26180 echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
26181 cat >conftest.
$ac_ext <<_ACEOF
26184 cat confdefs.h
>>conftest.
$ac_ext
26185 cat >>conftest.
$ac_ext <<_ACEOF
26186 /* end confdefs.h. */
26187 $ac_includes_default
26190 rm -f conftest.
$ac_objext
26191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26192 (eval $ac_compile) 2>conftest.er1
26194 grep -v '^ *+' conftest.er1
>conftest.err
26196 cat conftest.err
>&5
26197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26198 (exit $ac_status); } &&
26199 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26201 (eval $ac_try) 2>&5
26203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26204 (exit $ac_status); }; } &&
26205 { ac_try
='test -s conftest.$ac_objext'
26206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26207 (eval $ac_try) 2>&5
26209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26210 (exit $ac_status); }; }; then
26211 ac_header_compiler
=yes
26213 echo "$as_me: failed program was:" >&5
26214 sed 's/^/| /' conftest.
$ac_ext >&5
26216 ac_header_compiler
=no
26218 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26219 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26220 echo "${ECHO_T}$ac_header_compiler" >&6
26222 # Is the header present?
26223 echo "$as_me:$LINENO: checking expat.h presence" >&5
26224 echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
26225 cat >conftest.
$ac_ext <<_ACEOF
26228 cat confdefs.h
>>conftest.
$ac_ext
26229 cat >>conftest.
$ac_ext <<_ACEOF
26230 /* end confdefs.h. */
26233 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26234 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26236 grep -v '^ *+' conftest.er1
>conftest.err
26238 cat conftest.err
>&5
26239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26240 (exit $ac_status); } >/dev
/null
; then
26241 if test -s conftest.err
; then
26242 ac_cpp_err
=$ac_c_preproc_warn_flag
26243 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26250 if test -z "$ac_cpp_err"; then
26251 ac_header_preproc
=yes
26253 echo "$as_me: failed program was:" >&5
26254 sed 's/^/| /' conftest.
$ac_ext >&5
26256 ac_header_preproc
=no
26258 rm -f conftest.err conftest.
$ac_ext
26259 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26260 echo "${ECHO_T}$ac_header_preproc" >&6
26262 # So? What about this header?
26263 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26265 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
26266 echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26267 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5
26268 echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;}
26269 ac_header_preproc
=yes
26272 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
26273 echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
26274 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
26275 echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
26276 { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5
26277 echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;}
26278 { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5
26279 echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;}
26280 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
26281 echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
26282 { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5
26283 echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;}
26286 ## ----------------------------------------- ##
26287 ## Report this to wx-dev@lists.wxwidgets.org ##
26288 ## ----------------------------------------- ##
26291 sed "s/^/$as_me: WARNING: /" >&2
26294 echo "$as_me:$LINENO: checking for expat.h" >&5
26295 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
26296 if test "${ac_cv_header_expat_h+set}" = set; then
26297 echo $ECHO_N "(cached) $ECHO_C" >&6
26299 ac_cv_header_expat_h
=$ac_header_preproc
26301 echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
26302 echo "${ECHO_T}$ac_cv_header_expat_h" >&6
26305 if test $ac_cv_header_expat_h = yes; then
26310 if test "x$found_expat_h" = "x1"; then
26311 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
26312 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
26313 if test "${wx_cv_expat_is_not_broken+set}" = set; then
26314 echo $ECHO_N "(cached) $ECHO_C" >&6
26317 cat >conftest.
$ac_ext <<_ACEOF
26320 cat confdefs.h
>>conftest.
$ac_ext
26321 cat >>conftest.
$ac_ext <<_ACEOF
26322 /* end confdefs.h. */
26332 rm -f conftest.
$ac_objext
26333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26334 (eval $ac_compile) 2>conftest.er1
26336 grep -v '^ *+' conftest.er1
>conftest.err
26338 cat conftest.err
>&5
26339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26340 (exit $ac_status); } &&
26341 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26343 (eval $ac_try) 2>&5
26345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26346 (exit $ac_status); }; } &&
26347 { ac_try
='test -s conftest.$ac_objext'
26348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26349 (eval $ac_try) 2>&5
26351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26352 (exit $ac_status); }; }; then
26353 wx_cv_expat_is_not_broken
=yes
26355 echo "$as_me: failed program was:" >&5
26356 sed 's/^/| /' conftest.
$ac_ext >&5
26358 wx_cv_expat_is_not_broken
=no
26361 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26365 echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
26366 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
26367 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
26368 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
26369 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
26370 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
26371 echo $ECHO_N "(cached) $ECHO_C" >&6
26373 ac_check_lib_save_LIBS
=$LIBS
26374 LIBS
="-lexpat $LIBS"
26375 cat >conftest.
$ac_ext <<_ACEOF
26378 cat confdefs.h
>>conftest.
$ac_ext
26379 cat >>conftest.
$ac_ext <<_ACEOF
26380 /* end confdefs.h. */
26382 /* Override any gcc2 internal prototype to avoid an error. */
26386 /* We use char because int might match the return type of a gcc2
26387 builtin and then its argument prototype would still apply. */
26388 char XML_ParserCreate ();
26392 XML_ParserCreate ();
26397 rm -f conftest.
$ac_objext conftest
$ac_exeext
26398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26399 (eval $ac_link) 2>conftest.er1
26401 grep -v '^ *+' conftest.er1
>conftest.err
26403 cat conftest.err
>&5
26404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26405 (exit $ac_status); } &&
26406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26408 (eval $ac_try) 2>&5
26410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26411 (exit $ac_status); }; } &&
26412 { ac_try
='test -s conftest$ac_exeext'
26413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26414 (eval $ac_try) 2>&5
26416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26417 (exit $ac_status); }; }; then
26418 ac_cv_lib_expat_XML_ParserCreate
=yes
26420 echo "$as_me: failed program was:" >&5
26421 sed 's/^/| /' conftest.
$ac_ext >&5
26423 ac_cv_lib_expat_XML_ParserCreate
=no
26425 rm -f conftest.err conftest.
$ac_objext \
26426 conftest
$ac_exeext conftest.
$ac_ext
26427 LIBS
=$ac_check_lib_save_LIBS
26429 echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
26430 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
26431 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
26432 EXPAT_LINK
=" -lexpat"
26437 if test "x$EXPAT_LINK" = "x" ; then
26438 if test "$wxUSE_EXPAT" = "sys" ; then
26439 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
26440 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
26441 { (exit 1); exit 1; }; }
26443 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
26444 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
26445 wxUSE_EXPAT
=builtin
26451 if test "$wxUSE_EXPAT" = "builtin" ; then
26454 subdirs
="$subdirs src/expat"
26461 if test "$wxUSE_LIBMSPACK" != "no"; then
26462 if test "${ac_cv_header_mspack_h+set}" = set; then
26463 echo "$as_me:$LINENO: checking for mspack.h" >&5
26464 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
26465 if test "${ac_cv_header_mspack_h+set}" = set; then
26466 echo $ECHO_N "(cached) $ECHO_C" >&6
26468 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
26469 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
26471 # Is the header compilable?
26472 echo "$as_me:$LINENO: checking mspack.h usability" >&5
26473 echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6
26474 cat >conftest.
$ac_ext <<_ACEOF
26477 cat confdefs.h
>>conftest.
$ac_ext
26478 cat >>conftest.
$ac_ext <<_ACEOF
26479 /* end confdefs.h. */
26480 $ac_includes_default
26481 #include <mspack.h>
26483 rm -f conftest.
$ac_objext
26484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26485 (eval $ac_compile) 2>conftest.er1
26487 grep -v '^ *+' conftest.er1
>conftest.err
26489 cat conftest.err
>&5
26490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26491 (exit $ac_status); } &&
26492 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26494 (eval $ac_try) 2>&5
26496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26497 (exit $ac_status); }; } &&
26498 { ac_try
='test -s conftest.$ac_objext'
26499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26500 (eval $ac_try) 2>&5
26502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26503 (exit $ac_status); }; }; then
26504 ac_header_compiler
=yes
26506 echo "$as_me: failed program was:" >&5
26507 sed 's/^/| /' conftest.
$ac_ext >&5
26509 ac_header_compiler
=no
26511 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26512 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26513 echo "${ECHO_T}$ac_header_compiler" >&6
26515 # Is the header present?
26516 echo "$as_me:$LINENO: checking mspack.h presence" >&5
26517 echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6
26518 cat >conftest.
$ac_ext <<_ACEOF
26521 cat confdefs.h
>>conftest.
$ac_ext
26522 cat >>conftest.
$ac_ext <<_ACEOF
26523 /* end confdefs.h. */
26524 #include <mspack.h>
26526 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26527 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26529 grep -v '^ *+' conftest.er1
>conftest.err
26531 cat conftest.err
>&5
26532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26533 (exit $ac_status); } >/dev
/null
; then
26534 if test -s conftest.err
; then
26535 ac_cpp_err
=$ac_c_preproc_warn_flag
26536 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26543 if test -z "$ac_cpp_err"; then
26544 ac_header_preproc
=yes
26546 echo "$as_me: failed program was:" >&5
26547 sed 's/^/| /' conftest.
$ac_ext >&5
26549 ac_header_preproc
=no
26551 rm -f conftest.err conftest.
$ac_ext
26552 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26553 echo "${ECHO_T}$ac_header_preproc" >&6
26555 # So? What about this header?
26556 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26558 { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5
26559 echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26560 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5
26561 echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;}
26562 ac_header_preproc
=yes
26565 { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5
26566 echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;}
26567 { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5
26568 echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;}
26569 { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5
26570 echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;}
26571 { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5
26572 echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;}
26573 { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5
26574 echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;}
26575 { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5
26576 echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;}
26579 ## ----------------------------------------- ##
26580 ## Report this to wx-dev@lists.wxwidgets.org ##
26581 ## ----------------------------------------- ##
26584 sed "s/^/$as_me: WARNING: /" >&2
26587 echo "$as_me:$LINENO: checking for mspack.h" >&5
26588 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6
26589 if test "${ac_cv_header_mspack_h+set}" = set; then
26590 echo $ECHO_N "(cached) $ECHO_C" >&6
26592 ac_cv_header_mspack_h
=$ac_header_preproc
26594 echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
26595 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6
26598 if test $ac_cv_header_mspack_h = yes; then
26603 if test "x$found_mspack_h" = "x1"; then
26604 echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
26605 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6
26606 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
26607 echo $ECHO_N "(cached) $ECHO_C" >&6
26609 ac_check_lib_save_LIBS
=$LIBS
26610 LIBS
="-lmspack $LIBS"
26611 cat >conftest.
$ac_ext <<_ACEOF
26614 cat confdefs.h
>>conftest.
$ac_ext
26615 cat >>conftest.
$ac_ext <<_ACEOF
26616 /* end confdefs.h. */
26618 /* Override any gcc2 internal prototype to avoid an error. */
26622 /* We use char because int might match the return type of a gcc2
26623 builtin and then its argument prototype would still apply. */
26624 char mspack_create_chm_decompressor ();
26628 mspack_create_chm_decompressor ();
26633 rm -f conftest.
$ac_objext conftest
$ac_exeext
26634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26635 (eval $ac_link) 2>conftest.er1
26637 grep -v '^ *+' conftest.er1
>conftest.err
26639 cat conftest.err
>&5
26640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26641 (exit $ac_status); } &&
26642 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26644 (eval $ac_try) 2>&5
26646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26647 (exit $ac_status); }; } &&
26648 { ac_try
='test -s conftest$ac_exeext'
26649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26650 (eval $ac_try) 2>&5
26652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26653 (exit $ac_status); }; }; then
26654 ac_cv_lib_mspack_mspack_create_chm_decompressor
=yes
26656 echo "$as_me: failed program was:" >&5
26657 sed 's/^/| /' conftest.
$ac_ext >&5
26659 ac_cv_lib_mspack_mspack_create_chm_decompressor
=no
26661 rm -f conftest.err conftest.
$ac_objext \
26662 conftest
$ac_exeext conftest.
$ac_ext
26663 LIBS
=$ac_check_lib_save_LIBS
26665 echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
26666 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6
26667 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
26668 MSPACK_LINK
=" -lmspack"
26672 if test "x$MSPACK_LINK" = "x" ; then
26677 if test "$wxUSE_LIBMSPACK" != "no"; then
26678 cat >>confdefs.h
<<\_ACEOF
26679 #define wxUSE_LIBMSPACK 1
26693 if test "$USE_WIN32" = 1 ; then
26695 for ac_header
in w32api.h
26697 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26698 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26699 echo "$as_me:$LINENO: checking for $ac_header" >&5
26700 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26701 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26702 echo $ECHO_N "(cached) $ECHO_C" >&6
26704 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26705 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26707 # Is the header compilable?
26708 echo "$as_me:$LINENO: checking $ac_header usability" >&5
26709 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
26710 cat >conftest.
$ac_ext <<_ACEOF
26713 cat confdefs.h
>>conftest.
$ac_ext
26714 cat >>conftest.
$ac_ext <<_ACEOF
26715 /* end confdefs.h. */
26716 $ac_includes_default
26717 #include <$ac_header>
26719 rm -f conftest.
$ac_objext
26720 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26721 (eval $ac_compile) 2>conftest.er1
26723 grep -v '^ *+' conftest.er1
>conftest.err
26725 cat conftest.err
>&5
26726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26727 (exit $ac_status); } &&
26728 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26730 (eval $ac_try) 2>&5
26732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26733 (exit $ac_status); }; } &&
26734 { ac_try
='test -s conftest.$ac_objext'
26735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26736 (eval $ac_try) 2>&5
26738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26739 (exit $ac_status); }; }; then
26740 ac_header_compiler
=yes
26742 echo "$as_me: failed program was:" >&5
26743 sed 's/^/| /' conftest.
$ac_ext >&5
26745 ac_header_compiler
=no
26747 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26748 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26749 echo "${ECHO_T}$ac_header_compiler" >&6
26751 # Is the header present?
26752 echo "$as_me:$LINENO: checking $ac_header presence" >&5
26753 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
26754 cat >conftest.
$ac_ext <<_ACEOF
26757 cat confdefs.h
>>conftest.
$ac_ext
26758 cat >>conftest.
$ac_ext <<_ACEOF
26759 /* end confdefs.h. */
26760 #include <$ac_header>
26762 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26763 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26765 grep -v '^ *+' conftest.er1
>conftest.err
26767 cat conftest.err
>&5
26768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26769 (exit $ac_status); } >/dev
/null
; then
26770 if test -s conftest.err
; then
26771 ac_cpp_err
=$ac_c_preproc_warn_flag
26772 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26779 if test -z "$ac_cpp_err"; then
26780 ac_header_preproc
=yes
26782 echo "$as_me: failed program was:" >&5
26783 sed 's/^/| /' conftest.
$ac_ext >&5
26785 ac_header_preproc
=no
26787 rm -f conftest.err conftest.
$ac_ext
26788 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26789 echo "${ECHO_T}$ac_header_preproc" >&6
26791 # So? What about this header?
26792 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26794 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26795 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26796 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26797 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26798 ac_header_preproc
=yes
26801 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26802 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26803 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26804 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26805 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26806 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26807 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26808 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26809 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26810 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26811 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26812 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26815 ## ----------------------------------------- ##
26816 ## Report this to wx-dev@lists.wxwidgets.org ##
26817 ## ----------------------------------------- ##
26820 sed "s/^/$as_me: WARNING: /" >&2
26823 echo "$as_me:$LINENO: checking for $ac_header" >&5
26824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26825 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26826 echo $ECHO_N "(cached) $ECHO_C" >&6
26828 eval "$as_ac_Header=\$ac_header_preproc"
26830 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26831 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26834 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26835 cat >>confdefs.h
<<_ACEOF
26836 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26843 if test "${ac_cv_header_windows_h+set}" = set; then
26844 echo "$as_me:$LINENO: checking for windows.h" >&5
26845 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
26846 if test "${ac_cv_header_windows_h+set}" = set; then
26847 echo $ECHO_N "(cached) $ECHO_C" >&6
26849 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
26850 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
26852 # Is the header compilable?
26853 echo "$as_me:$LINENO: checking windows.h usability" >&5
26854 echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
26855 cat >conftest.
$ac_ext <<_ACEOF
26858 cat confdefs.h
>>conftest.
$ac_ext
26859 cat >>conftest.
$ac_ext <<_ACEOF
26860 /* end confdefs.h. */
26861 $ac_includes_default
26862 #include <windows.h>
26864 rm -f conftest.
$ac_objext
26865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26866 (eval $ac_compile) 2>conftest.er1
26868 grep -v '^ *+' conftest.er1
>conftest.err
26870 cat conftest.err
>&5
26871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26872 (exit $ac_status); } &&
26873 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
26874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26875 (eval $ac_try) 2>&5
26877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26878 (exit $ac_status); }; } &&
26879 { ac_try
='test -s conftest.$ac_objext'
26880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26881 (eval $ac_try) 2>&5
26883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26884 (exit $ac_status); }; }; then
26885 ac_header_compiler
=yes
26887 echo "$as_me: failed program was:" >&5
26888 sed 's/^/| /' conftest.
$ac_ext >&5
26890 ac_header_compiler
=no
26892 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26893 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26894 echo "${ECHO_T}$ac_header_compiler" >&6
26896 # Is the header present?
26897 echo "$as_me:$LINENO: checking windows.h presence" >&5
26898 echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
26899 cat >conftest.
$ac_ext <<_ACEOF
26902 cat confdefs.h
>>conftest.
$ac_ext
26903 cat >>conftest.
$ac_ext <<_ACEOF
26904 /* end confdefs.h. */
26905 #include <windows.h>
26907 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26908 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26910 grep -v '^ *+' conftest.er1
>conftest.err
26912 cat conftest.err
>&5
26913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26914 (exit $ac_status); } >/dev
/null
; then
26915 if test -s conftest.err
; then
26916 ac_cpp_err
=$ac_c_preproc_warn_flag
26917 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26924 if test -z "$ac_cpp_err"; then
26925 ac_header_preproc
=yes
26927 echo "$as_me: failed program was:" >&5
26928 sed 's/^/| /' conftest.
$ac_ext >&5
26930 ac_header_preproc
=no
26932 rm -f conftest.err conftest.
$ac_ext
26933 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26934 echo "${ECHO_T}$ac_header_preproc" >&6
26936 # So? What about this header?
26937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26939 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
26940 echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
26941 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5
26942 echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;}
26943 ac_header_preproc
=yes
26946 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
26947 echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
26948 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
26949 echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
26950 { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5
26951 echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;}
26952 { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5
26953 echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;}
26954 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
26955 echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
26956 { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5
26957 echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;}
26960 ## ----------------------------------------- ##
26961 ## Report this to wx-dev@lists.wxwidgets.org ##
26962 ## ----------------------------------------- ##
26965 sed "s/^/$as_me: WARNING: /" >&2
26968 echo "$as_me:$LINENO: checking for windows.h" >&5
26969 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
26970 if test "${ac_cv_header_windows_h+set}" = set; then
26971 echo $ECHO_N "(cached) $ECHO_C" >&6
26973 ac_cv_header_windows_h
=$ac_header_preproc
26975 echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
26976 echo "${ECHO_T}$ac_cv_header_windows_h" >&6
26979 if test $ac_cv_header_windows_h = yes; then
26983 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
26984 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
26985 { (exit 1); exit 1; }; }
26991 LIBS
="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
26993 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
26994 LIBS
="$LIBS -loleacc"
26999 LIBS
="$LIBS -lkernel32 -luser32"
27002 if test "$wxUSE_ODBC" = "sys" ; then
27005 if test "$wxUSE_ODBC" = "yes" ; then
27006 LIBS
=" -lodbc32 -lole32 -loleaut32 $LIBS"
27007 cat >>confdefs.h
<<\_ACEOF
27008 #define wxUSE_ODBC 1
27013 RESFLAGS
="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
27014 RESPROGRAMOBJ
="\$(PROGRAM)_resources.o"
27016 WXCONFIG_RESFLAGS
="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
27018 WIN32INSTALL
=win32install
27020 echo "$as_me:$LINENO: checking for boolean" >&5
27021 echo $ECHO_N "checking for boolean... $ECHO_C" >&6
27022 if test "${ac_cv_type_boolean+set}" = set; then
27023 echo $ECHO_N "(cached) $ECHO_C" >&6
27025 cat >conftest.
$ac_ext <<_ACEOF
27028 cat confdefs.h
>>conftest.
$ac_ext
27029 cat >>conftest.
$ac_ext <<_ACEOF
27030 /* end confdefs.h. */
27031 #include <windows.h>
27038 if (sizeof (boolean))
27044 rm -f conftest.
$ac_objext
27045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27046 (eval $ac_compile) 2>conftest.er1
27048 grep -v '^ *+' conftest.er1
>conftest.err
27050 cat conftest.err
>&5
27051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27052 (exit $ac_status); } &&
27053 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27055 (eval $ac_try) 2>&5
27057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27058 (exit $ac_status); }; } &&
27059 { ac_try
='test -s conftest.$ac_objext'
27060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27061 (eval $ac_try) 2>&5
27063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27064 (exit $ac_status); }; }; then
27065 ac_cv_type_boolean
=yes
27067 echo "$as_me: failed program was:" >&5
27068 sed 's/^/| /' conftest.
$ac_ext >&5
27070 ac_cv_type_boolean
=no
27072 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27074 echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
27075 echo "${ECHO_T}$ac_cv_type_boolean" >&6
27076 if test $ac_cv_type_boolean = yes; then
27078 cat >>confdefs.h
<<_ACEOF
27079 #define HAVE_BOOLEAN 1
27087 for ac_header
in pbt.h
27089 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
27090 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27091 echo "$as_me:$LINENO: checking for $ac_header" >&5
27092 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27093 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27094 echo $ECHO_N "(cached) $ECHO_C" >&6
27096 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27097 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27099 # Is the header compilable?
27100 echo "$as_me:$LINENO: checking $ac_header usability" >&5
27101 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
27102 cat >conftest.
$ac_ext <<_ACEOF
27105 cat confdefs.h
>>conftest.
$ac_ext
27106 cat >>conftest.
$ac_ext <<_ACEOF
27107 /* end confdefs.h. */
27108 $ac_includes_default
27109 #include <$ac_header>
27111 rm -f conftest.
$ac_objext
27112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27113 (eval $ac_compile) 2>conftest.er1
27115 grep -v '^ *+' conftest.er1
>conftest.err
27117 cat conftest.err
>&5
27118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27119 (exit $ac_status); } &&
27120 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27122 (eval $ac_try) 2>&5
27124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27125 (exit $ac_status); }; } &&
27126 { ac_try
='test -s conftest.$ac_objext'
27127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27128 (eval $ac_try) 2>&5
27130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27131 (exit $ac_status); }; }; then
27132 ac_header_compiler
=yes
27134 echo "$as_me: failed program was:" >&5
27135 sed 's/^/| /' conftest.
$ac_ext >&5
27137 ac_header_compiler
=no
27139 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27140 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27141 echo "${ECHO_T}$ac_header_compiler" >&6
27143 # Is the header present?
27144 echo "$as_me:$LINENO: checking $ac_header presence" >&5
27145 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
27146 cat >conftest.
$ac_ext <<_ACEOF
27149 cat confdefs.h
>>conftest.
$ac_ext
27150 cat >>conftest.
$ac_ext <<_ACEOF
27151 /* end confdefs.h. */
27152 #include <$ac_header>
27154 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
27155 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
27157 grep -v '^ *+' conftest.er1
>conftest.err
27159 cat conftest.err
>&5
27160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27161 (exit $ac_status); } >/dev
/null
; then
27162 if test -s conftest.err
; then
27163 ac_cpp_err
=$ac_c_preproc_warn_flag
27164 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
27171 if test -z "$ac_cpp_err"; then
27172 ac_header_preproc
=yes
27174 echo "$as_me: failed program was:" >&5
27175 sed 's/^/| /' conftest.
$ac_ext >&5
27177 ac_header_preproc
=no
27179 rm -f conftest.err conftest.
$ac_ext
27180 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27181 echo "${ECHO_T}$ac_header_preproc" >&6
27183 # So? What about this header?
27184 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27186 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27187 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27188 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27189 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27190 ac_header_preproc
=yes
27193 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27194 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27195 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
27196 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
27197 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27198 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27199 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
27200 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
27201 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27202 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27203 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27204 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27207 ## ----------------------------------------- ##
27208 ## Report this to wx-dev@lists.wxwidgets.org ##
27209 ## ----------------------------------------- ##
27212 sed "s/^/$as_me: WARNING: /" >&2
27215 echo "$as_me:$LINENO: checking for $ac_header" >&5
27216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
27217 if eval "test \"\${$as_ac_Header+set}\" = set"; then
27218 echo $ECHO_N "(cached) $ECHO_C" >&6
27220 eval "$as_ac_Header=\$ac_header_preproc"
27222 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
27223 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
27226 if test `eval echo '${'$as_ac_Header'}'` = yes; then
27227 cat >>confdefs.h
<<_ACEOF
27228 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
27232 cat >>confdefs.h
<<\_ACEOF
27233 #define NEED_PBT_H 1
27242 if test "$wxUSE_GUI" = "yes"; then
27252 if test "$wxUSE_COCOA" = 1 ; then
27253 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
27254 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
27255 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
27256 wxUSE_PRINTING_ARCHITECTURE
=no
27258 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
27259 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
27260 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
27261 wxUSE_DRAG_AND_DROP
=no
27263 if test "$wxUSE_DRAGIMAGE" = "yes"; then
27264 { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5
27265 echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;}
27270 if test "$wxUSE_MSW" = 1 ; then
27276 WXCONFIG_LDFLAGS_GUI
="$LDFLAGS -Wl,--subsystem,windows -mwindows"
27280 if test "$wxUSE_GTK" = 1; then
27281 echo "$as_me:$LINENO: checking for GTK+ version" >&5
27282 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
27284 gtk_version_cached
=1
27285 if test "${wx_cv_lib_gtk+set}" = set; then
27286 echo $ECHO_N "(cached) $ECHO_C" >&6
27289 gtk_version_cached
=0
27290 echo "$as_me:$LINENO: result: " >&5
27291 echo "${ECHO_T}" >&6
27294 if test "$wxUSE_THREADS" = "yes"; then
27295 GTK_MODULES
=gthread
27299 if test "x$wxGTK_VERSION" != "x1"
27303 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
27308 # Check whether --enable-gtktest or --disable-gtktest was given.
27309 if test "${enable_gtktest+set}" = set; then
27310 enableval
="$enable_gtktest"
27316 pkg_config_args
=gtk
+-2.0
27317 for module
in .
$GTK_MODULES
27321 pkg_config_args
="$pkg_config_args gthread-2.0"
27328 # Extract the first word of "pkg-config", so it can be a program name with args.
27329 set dummy pkg
-config; ac_word
=$2
27330 echo "$as_me:$LINENO: checking for $ac_word" >&5
27331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27332 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
27333 echo $ECHO_N "(cached) $ECHO_C" >&6
27335 case $PKG_CONFIG in
27337 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
27340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27341 for as_dir
in $PATH
27344 test -z "$as_dir" && as_dir
=.
27345 for ac_exec_ext
in '' $ac_executable_extensions; do
27346 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27347 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27354 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
27358 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
27360 if test -n "$PKG_CONFIG"; then
27361 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
27362 echo "${ECHO_T}$PKG_CONFIG" >&6
27364 echo "$as_me:$LINENO: result: no" >&5
27365 echo "${ECHO_T}no" >&6
27369 if test x
$PKG_CONFIG != xno
; then
27370 if pkg
-config --atleast-pkgconfig-version 0.7 ; then
27373 echo "*** pkg-config too old; version 0.7 or better required."
27381 min_gtk_version
=2.0.0
27382 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
27383 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
27385 if test x
$PKG_CONFIG != xno
; then
27386 ## don't try to run the test against uninstalled libtool libs
27387 if $PKG_CONFIG --uninstalled $pkg_config_args; then
27388 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
27392 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
27399 if test x
"$no_gtk" = x
; then
27400 GTK_CFLAGS
=`$PKG_CONFIG $pkg_config_args --cflags`
27401 GTK_LIBS
=`$PKG_CONFIG $pkg_config_args --libs`
27402 gtk_config_major_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
27403 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
27404 gtk_config_minor_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
27405 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
27406 gtk_config_micro_version
=`$PKG_CONFIG --modversion gtk+-2.0 | \
27407 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
27408 if test "x$enable_gtktest" = "xyes" ; then
27409 ac_save_CFLAGS
="$CFLAGS"
27410 ac_save_LIBS
="$LIBS"
27411 CFLAGS
="$CFLAGS $GTK_CFLAGS"
27412 LIBS
="$GTK_LIBS $LIBS"
27414 if test "$cross_compiling" = yes; then
27415 echo $ac_n "cross compiling; assumed OK... $ac_c"
27417 cat >conftest.
$ac_ext <<_ACEOF
27420 cat confdefs.h
>>conftest.
$ac_ext
27421 cat >>conftest.
$ac_ext <<_ACEOF
27422 /* end confdefs.h. */
27424 #include <gtk/gtk.h>
27426 #include <stdlib.h>
27431 int major, minor, micro;
27434 system ("touch conf.gtktest");
27436 /* HP/UX 9 (%@#!) writes to sscanf strings */
27437 tmp_version = g_strdup("$min_gtk_version");
27438 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
27439 printf("%s, bad version string\n", "$min_gtk_version");
27443 if ((gtk_major_version != $gtk_config_major_version) ||
27444 (gtk_minor_version != $gtk_config_minor_version) ||
27445 (gtk_micro_version != $gtk_config_micro_version))
27447 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
27448 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
27449 gtk_major_version, gtk_minor_version, gtk_micro_version);
27450 printf ("*** was found! If pkg-config was correct, then it is best\n");
27451 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
27452 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
27453 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
27454 printf("*** required on your system.\n");
27455 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
27456 printf("*** to point to the correct configuration files\n");
27458 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
27459 (gtk_minor_version != GTK_MINOR_VERSION) ||
27460 (gtk_micro_version != GTK_MICRO_VERSION))
27462 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
27463 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
27464 printf("*** library (version %d.%d.%d)\n",
27465 gtk_major_version, gtk_minor_version, gtk_micro_version);
27469 if ((gtk_major_version > major) ||
27470 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
27471 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
27477 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
27478 gtk_major_version, gtk_minor_version, gtk_micro_version);
27479 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
27480 major, minor, micro);
27481 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
27483 printf("*** If you have already installed a sufficiently new version, this error\n");
27484 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
27485 printf("*** being found. The easiest way to fix this is to remove the old version\n");
27486 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
27487 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
27488 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
27489 printf("*** so that the correct libraries are found at run-time))\n");
27496 rm -f conftest
$ac_exeext
27497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27498 (eval $ac_link) 2>&5
27500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27501 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
27502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27503 (eval $ac_try) 2>&5
27505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27506 (exit $ac_status); }; }; then
27509 echo "$as_me: program exited with status $ac_status" >&5
27510 echo "$as_me: failed program was:" >&5
27511 sed 's/^/| /' conftest.
$ac_ext >&5
27513 ( exit $ac_status )
27516 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
27518 CFLAGS
="$ac_save_CFLAGS"
27519 LIBS
="$ac_save_LIBS"
27522 if test "x$no_gtk" = x
; then
27523 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
27524 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
27527 echo "$as_me:$LINENO: result: no" >&5
27528 echo "${ECHO_T}no" >&6
27529 if test "$PKG_CONFIG" = "no" ; then
27530 echo "*** A new enough version of pkg-config was not found."
27531 echo "*** See http://pkgconfig.sourceforge.net"
27533 if test -f conf.gtktest
; then
27536 echo "*** Could not run GTK+ test program, checking why..."
27537 ac_save_CFLAGS
="$CFLAGS"
27538 ac_save_LIBS
="$LIBS"
27539 CFLAGS
="$CFLAGS $GTK_CFLAGS"
27540 LIBS
="$LIBS $GTK_LIBS"
27541 cat >conftest.
$ac_ext <<_ACEOF
27544 cat confdefs.h
>>conftest.
$ac_ext
27545 cat >>conftest.
$ac_ext <<_ACEOF
27546 /* end confdefs.h. */
27548 #include <gtk/gtk.h>
27554 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
27559 rm -f conftest.
$ac_objext conftest
$ac_exeext
27560 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27561 (eval $ac_link) 2>conftest.er1
27563 grep -v '^ *+' conftest.er1
>conftest.err
27565 cat conftest.err
>&5
27566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27567 (exit $ac_status); } &&
27568 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27570 (eval $ac_try) 2>&5
27572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27573 (exit $ac_status); }; } &&
27574 { ac_try
='test -s conftest$ac_exeext'
27575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27576 (eval $ac_try) 2>&5
27578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27579 (exit $ac_status); }; }; then
27580 echo "*** The test program compiled, but did not run. This usually means"
27581 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
27582 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
27583 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
27584 echo "*** to the installed location Also, make sure you have run ldconfig if that"
27585 echo "*** is required on your system"
27587 echo "*** If you have an old version installed, it is best to remove it, although"
27588 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
27590 echo "$as_me: failed program was:" >&5
27591 sed 's/^/| /' conftest.
$ac_ext >&5
27593 echo "*** The test program failed to compile or link. See the file config.log for the"
27594 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
27596 rm -f conftest.err conftest.
$ac_objext \
27597 conftest
$ac_exeext conftest.
$ac_ext
27598 CFLAGS
="$ac_save_CFLAGS"
27599 LIBS
="$ac_save_LIBS"
27613 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
27614 GTK_CFLAGS
=`echo $GTK_CFLAGS | sed 's/-mt//'`
27615 GTK_LIBS
=`echo $GTK_LIBS | sed 's/-mt//'`
27617 if test "$wxUSE_SHARED" != "yes"; then
27618 GTK_LIBS
="$GTK_LIBS -lX11"
27623 if test -z "$wx_cv_lib_gtk"; then
27624 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
27626 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
27627 if test "${with_gtk_prefix+set}" = set; then
27628 withval
="$with_gtk_prefix"
27629 gtk_config_prefix
="$withval"
27631 gtk_config_prefix
=""
27634 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
27635 if test "${with_gtk_exec_prefix+set}" = set; then
27636 withval
="$with_gtk_exec_prefix"
27637 gtk_config_exec_prefix
="$withval"
27639 gtk_config_exec_prefix
=""
27641 # Check whether --enable-gtktest or --disable-gtktest was given.
27642 if test "${enable_gtktest+set}" = set; then
27643 enableval
="$enable_gtktest"
27649 for module
in .
$GTK_MODULES
27653 gtk_config_args
="$gtk_config_args gthread"
27658 if test x
$gtk_config_exec_prefix != x
; then
27659 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
27660 if test x
${GTK_CONFIG+set} != xset
; then
27661 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
27664 if test x
$gtk_config_prefix != x
; then
27665 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
27666 if test x
${GTK_CONFIG+set} != xset
; then
27667 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
27671 # Extract the first word of "gtk-config", so it can be a program name with args.
27672 set dummy gtk
-config; ac_word
=$2
27673 echo "$as_me:$LINENO: checking for $ac_word" >&5
27674 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27675 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
27676 echo $ECHO_N "(cached) $ECHO_C" >&6
27678 case $GTK_CONFIG in
27680 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
27683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27684 for as_dir
in $PATH
27687 test -z "$as_dir" && as_dir
=.
27688 for ac_exec_ext
in '' $ac_executable_extensions; do
27689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27690 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
27691 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27697 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
27701 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
27703 if test -n "$GTK_CONFIG"; then
27704 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
27705 echo "${ECHO_T}$GTK_CONFIG" >&6
27707 echo "$as_me:$LINENO: result: no" >&5
27708 echo "${ECHO_T}no" >&6
27711 min_gtk_version
=1.2.7
27712 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
27713 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
27715 if test "$GTK_CONFIG" = "no" ; then
27718 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
27719 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
27720 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
27721 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
27722 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
27723 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
27724 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
27725 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
27726 if test "x$enable_gtktest" = "xyes" ; then
27727 ac_save_CFLAGS
="$CFLAGS"
27728 ac_save_LIBS
="$LIBS"
27729 CFLAGS
="$CFLAGS $GTK_CFLAGS"
27730 LIBS
="$GTK_LIBS $LIBS"
27732 if test "$cross_compiling" = yes; then
27733 echo $ac_n "cross compiling; assumed OK... $ac_c"
27735 cat >conftest.
$ac_ext <<_ACEOF
27738 cat confdefs.h
>>conftest.
$ac_ext
27739 cat >>conftest.
$ac_ext <<_ACEOF
27740 /* end confdefs.h. */
27742 #include <gtk/gtk.h>
27744 #include <stdlib.h>
27749 int major, minor, micro;
27752 system ("touch conf.gtktest");
27754 /* HP/UX 9 (%@#!) writes to sscanf strings */
27755 tmp_version = g_strdup("$min_gtk_version");
27756 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
27757 printf("%s, bad version string\n", "$min_gtk_version");
27761 if ((gtk_major_version != $gtk_config_major_version) ||
27762 (gtk_minor_version != $gtk_config_minor_version) ||
27763 (gtk_micro_version != $gtk_config_micro_version))
27765 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
27766 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
27767 gtk_major_version, gtk_minor_version, gtk_micro_version);
27768 printf ("*** was found! If gtk-config was correct, then it is best\n");
27769 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
27770 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
27771 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
27772 printf("*** required on your system.\n");
27773 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
27774 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
27775 printf("*** before re-running configure\n");
27777 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
27778 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
27779 (gtk_minor_version != GTK_MINOR_VERSION) ||
27780 (gtk_micro_version != GTK_MICRO_VERSION))
27782 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
27783 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
27784 printf("*** library (version %d.%d.%d)\n",
27785 gtk_major_version, gtk_minor_version, gtk_micro_version);
27787 #endif /* defined (GTK_MAJOR_VERSION) ... */
27790 if ((gtk_major_version > major) ||
27791 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
27792 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
27798 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
27799 gtk_major_version, gtk_minor_version, gtk_micro_version);
27800 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
27801 major, minor, micro);
27802 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
27804 printf("*** If you have already installed a sufficiently new version, this error\n");
27805 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
27806 printf("*** being found. The easiest way to fix this is to remove the old version\n");
27807 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
27808 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
27809 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
27810 printf("*** so that the correct libraries are found at run-time))\n");
27817 rm -f conftest
$ac_exeext
27818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27819 (eval $ac_link) 2>&5
27821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27822 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
27823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27824 (eval $ac_try) 2>&5
27826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27827 (exit $ac_status); }; }; then
27830 echo "$as_me: program exited with status $ac_status" >&5
27831 echo "$as_me: failed program was:" >&5
27832 sed 's/^/| /' conftest.
$ac_ext >&5
27834 ( exit $ac_status )
27837 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
27839 CFLAGS
="$ac_save_CFLAGS"
27840 LIBS
="$ac_save_LIBS"
27843 if test "x$no_gtk" = x
; then
27844 echo "$as_me:$LINENO: result: yes" >&5
27845 echo "${ECHO_T}yes" >&6
27846 wx_cv_lib_gtk
=1.2.7
27848 echo "$as_me:$LINENO: result: no" >&5
27849 echo "${ECHO_T}no" >&6
27850 if test "$GTK_CONFIG" = "no" ; then
27851 echo "*** The gtk-config script installed by GTK could not be found"
27852 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
27853 echo "*** your path, or set the GTK_CONFIG environment variable to the"
27854 echo "*** full path to gtk-config."
27856 if test -f conf.gtktest
; then
27859 echo "*** Could not run GTK test program, checking why..."
27860 CFLAGS
="$CFLAGS $GTK_CFLAGS"
27861 LIBS
="$LIBS $GTK_LIBS"
27862 cat >conftest.
$ac_ext <<_ACEOF
27865 cat confdefs.h
>>conftest.
$ac_ext
27866 cat >>conftest.
$ac_ext <<_ACEOF
27867 /* end confdefs.h. */
27869 #include <gtk/gtk.h>
27875 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
27880 rm -f conftest.
$ac_objext conftest
$ac_exeext
27881 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27882 (eval $ac_link) 2>conftest.er1
27884 grep -v '^ *+' conftest.er1
>conftest.err
27886 cat conftest.err
>&5
27887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27888 (exit $ac_status); } &&
27889 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
27890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27891 (eval $ac_try) 2>&5
27893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27894 (exit $ac_status); }; } &&
27895 { ac_try
='test -s conftest$ac_exeext'
27896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27897 (eval $ac_try) 2>&5
27899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27900 (exit $ac_status); }; }; then
27901 echo "*** The test program compiled, but did not run. This usually means"
27902 echo "*** that the run-time linker is not finding GTK or finding the wrong"
27903 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
27904 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
27905 echo "*** to the installed location Also, make sure you have run ldconfig if that"
27906 echo "*** is required on your system"
27908 echo "*** If you have an old version installed, it is best to remove it, although"
27909 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
27911 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
27912 echo "*** came with the system with the command"
27914 echo "*** rpm --erase --nodeps gtk gtk-devel"
27916 echo "$as_me: failed program was:" >&5
27917 sed 's/^/| /' conftest.
$ac_ext >&5
27919 echo "*** The test program failed to compile or link. See the file config.log for the"
27920 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
27921 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
27922 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
27924 rm -f conftest.err conftest.
$ac_objext \
27925 conftest
$ac_exeext conftest.
$ac_ext
27926 CFLAGS
="$ac_save_CFLAGS"
27927 LIBS
="$ac_save_LIBS"
27939 if test -z "$wx_cv_lib_gtk"; then
27941 # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
27942 if test "${with_gtk_prefix+set}" = set; then
27943 withval
="$with_gtk_prefix"
27944 gtk_config_prefix
="$withval"
27946 gtk_config_prefix
=""
27949 # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
27950 if test "${with_gtk_exec_prefix+set}" = set; then
27951 withval
="$with_gtk_exec_prefix"
27952 gtk_config_exec_prefix
="$withval"
27954 gtk_config_exec_prefix
=""
27956 # Check whether --enable-gtktest or --disable-gtktest was given.
27957 if test "${enable_gtktest+set}" = set; then
27958 enableval
="$enable_gtktest"
27964 for module
in .
$GTK_MODULES
27968 gtk_config_args
="$gtk_config_args gthread"
27973 if test x
$gtk_config_exec_prefix != x
; then
27974 gtk_config_args
="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
27975 if test x
${GTK_CONFIG+set} != xset
; then
27976 GTK_CONFIG
=$gtk_config_exec_prefix/bin
/gtk
-config
27979 if test x
$gtk_config_prefix != x
; then
27980 gtk_config_args
="$gtk_config_args --prefix=$gtk_config_prefix"
27981 if test x
${GTK_CONFIG+set} != xset
; then
27982 GTK_CONFIG
=$gtk_config_prefix/bin
/gtk
-config
27986 # Extract the first word of "gtk-config", so it can be a program name with args.
27987 set dummy gtk
-config; ac_word
=$2
27988 echo "$as_me:$LINENO: checking for $ac_word" >&5
27989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27990 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
27991 echo $ECHO_N "(cached) $ECHO_C" >&6
27993 case $GTK_CONFIG in
27995 ac_cv_path_GTK_CONFIG
="$GTK_CONFIG" # Let the user override the test with a path.
27998 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27999 for as_dir
in $PATH
28002 test -z "$as_dir" && as_dir
=.
28003 for ac_exec_ext
in '' $ac_executable_extensions; do
28004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28005 ac_cv_path_GTK_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28012 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG
="no"
28016 GTK_CONFIG
=$ac_cv_path_GTK_CONFIG
28018 if test -n "$GTK_CONFIG"; then
28019 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
28020 echo "${ECHO_T}$GTK_CONFIG" >&6
28022 echo "$as_me:$LINENO: result: no" >&5
28023 echo "${ECHO_T}no" >&6
28026 min_gtk_version
=1.2.3
28027 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
28028 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
28030 if test "$GTK_CONFIG" = "no" ; then
28033 GTK_CFLAGS
=`$GTK_CONFIG $gtk_config_args --cflags`
28034 GTK_LIBS
=`$GTK_CONFIG $gtk_config_args --libs`
28035 gtk_config_major_version
=`$GTK_CONFIG $gtk_config_args --version | \
28036 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
28037 gtk_config_minor_version
=`$GTK_CONFIG $gtk_config_args --version | \
28038 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
28039 gtk_config_micro_version
=`$GTK_CONFIG $gtk_config_args --version | \
28040 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
28041 if test "x$enable_gtktest" = "xyes" ; then
28042 ac_save_CFLAGS
="$CFLAGS"
28043 ac_save_LIBS
="$LIBS"
28044 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28045 LIBS
="$GTK_LIBS $LIBS"
28047 if test "$cross_compiling" = yes; then
28048 echo $ac_n "cross compiling; assumed OK... $ac_c"
28050 cat >conftest.
$ac_ext <<_ACEOF
28053 cat confdefs.h
>>conftest.
$ac_ext
28054 cat >>conftest.
$ac_ext <<_ACEOF
28055 /* end confdefs.h. */
28057 #include <gtk/gtk.h>
28059 #include <stdlib.h>
28064 int major, minor, micro;
28067 system ("touch conf.gtktest");
28069 /* HP/UX 9 (%@#!) writes to sscanf strings */
28070 tmp_version = g_strdup("$min_gtk_version");
28071 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
28072 printf("%s, bad version string\n", "$min_gtk_version");
28076 if ((gtk_major_version != $gtk_config_major_version) ||
28077 (gtk_minor_version != $gtk_config_minor_version) ||
28078 (gtk_micro_version != $gtk_config_micro_version))
28080 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
28081 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
28082 gtk_major_version, gtk_minor_version, gtk_micro_version);
28083 printf ("*** was found! If gtk-config was correct, then it is best\n");
28084 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
28085 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
28086 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
28087 printf("*** required on your system.\n");
28088 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
28089 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
28090 printf("*** before re-running configure\n");
28092 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
28093 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
28094 (gtk_minor_version != GTK_MINOR_VERSION) ||
28095 (gtk_micro_version != GTK_MICRO_VERSION))
28097 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
28098 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
28099 printf("*** library (version %d.%d.%d)\n",
28100 gtk_major_version, gtk_minor_version, gtk_micro_version);
28102 #endif /* defined (GTK_MAJOR_VERSION) ... */
28105 if ((gtk_major_version > major) ||
28106 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
28107 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
28113 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
28114 gtk_major_version, gtk_minor_version, gtk_micro_version);
28115 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
28116 major, minor, micro);
28117 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
28119 printf("*** If you have already installed a sufficiently new version, this error\n");
28120 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
28121 printf("*** being found. The easiest way to fix this is to remove the old version\n");
28122 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
28123 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
28124 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
28125 printf("*** so that the correct libraries are found at run-time))\n");
28132 rm -f conftest
$ac_exeext
28133 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28134 (eval $ac_link) 2>&5
28136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28137 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
28138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28139 (eval $ac_try) 2>&5
28141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28142 (exit $ac_status); }; }; then
28145 echo "$as_me: program exited with status $ac_status" >&5
28146 echo "$as_me: failed program was:" >&5
28147 sed 's/^/| /' conftest.
$ac_ext >&5
28149 ( exit $ac_status )
28152 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
28154 CFLAGS
="$ac_save_CFLAGS"
28155 LIBS
="$ac_save_LIBS"
28158 if test "x$no_gtk" = x
; then
28159 echo "$as_me:$LINENO: result: yes" >&5
28160 echo "${ECHO_T}yes" >&6
28161 wx_cv_lib_gtk
=1.2.3
28163 echo "$as_me:$LINENO: result: no" >&5
28164 echo "${ECHO_T}no" >&6
28165 if test "$GTK_CONFIG" = "no" ; then
28166 echo "*** The gtk-config script installed by GTK could not be found"
28167 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
28168 echo "*** your path, or set the GTK_CONFIG environment variable to the"
28169 echo "*** full path to gtk-config."
28171 if test -f conf.gtktest
; then
28174 echo "*** Could not run GTK test program, checking why..."
28175 CFLAGS
="$CFLAGS $GTK_CFLAGS"
28176 LIBS
="$LIBS $GTK_LIBS"
28177 cat >conftest.
$ac_ext <<_ACEOF
28180 cat confdefs.h
>>conftest.
$ac_ext
28181 cat >>conftest.
$ac_ext <<_ACEOF
28182 /* end confdefs.h. */
28184 #include <gtk/gtk.h>
28190 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
28195 rm -f conftest.
$ac_objext conftest
$ac_exeext
28196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28197 (eval $ac_link) 2>conftest.er1
28199 grep -v '^ *+' conftest.er1
>conftest.err
28201 cat conftest.err
>&5
28202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28203 (exit $ac_status); } &&
28204 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28206 (eval $ac_try) 2>&5
28208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28209 (exit $ac_status); }; } &&
28210 { ac_try
='test -s conftest$ac_exeext'
28211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28212 (eval $ac_try) 2>&5
28214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28215 (exit $ac_status); }; }; then
28216 echo "*** The test program compiled, but did not run. This usually means"
28217 echo "*** that the run-time linker is not finding GTK or finding the wrong"
28218 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
28219 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
28220 echo "*** to the installed location Also, make sure you have run ldconfig if that"
28221 echo "*** is required on your system"
28223 echo "*** If you have an old version installed, it is best to remove it, although"
28224 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
28226 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
28227 echo "*** came with the system with the command"
28229 echo "*** rpm --erase --nodeps gtk gtk-devel"
28231 echo "$as_me: failed program was:" >&5
28232 sed 's/^/| /' conftest.
$ac_ext >&5
28234 echo "*** The test program failed to compile or link. See the file config.log for the"
28235 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
28236 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
28237 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
28239 rm -f conftest.err conftest.
$ac_objext \
28240 conftest
$ac_exeext conftest.
$ac_ext
28241 CFLAGS
="$ac_save_CFLAGS"
28242 LIBS
="$ac_save_LIBS"
28257 if test -z "$wx_cv_lib_gtk"; then
28260 wx_cv_cflags_gtk
=$GTK_CFLAGS
28261 wx_cv_libs_gtk
=`echo $GTK_LIBS | sed -e 's/ -l[^ ]*cairo[^ ]*//g'`
28268 if test "$gtk_version_cached" = 1; then
28269 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
28270 echo "${ECHO_T}$wx_cv_lib_gtk" >&6
28273 case "$wx_cv_lib_gtk" in
28282 *) { { echo "$as_me:$LINENO: error:
28283 The development files for GTK+ were not found. For GTK+ 2, please
28284 ensure that pkg-config is in the path and that gtk+-2.0.pc is
28285 installed. For GTK+ 1.2 please check that gtk-config is in the path,
28286 and that the version is 1.2.3 or above. Also check that the
28287 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
28288 --libs' are in the LD_LIBRARY_PATH or equivalent.
28290 echo "$as_me: error:
28291 The development files for GTK+ were not found. For GTK+ 2, please
28292 ensure that pkg-config is in the path and that gtk+-2.0.pc is
28293 installed. For GTK+ 1.2 please check that gtk-config is in the path,
28294 and that the version is 1.2.3 or above. Also check that the
28295 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
28296 --libs' are in the LD_LIBRARY_PATH or equivalent.
28298 { (exit 1); exit 1; }; }
28302 if test "$WXGTK20" = 1; then
28303 save_CFLAGS
="$CFLAGS"
28305 CFLAGS
="$wx_cv_cflags_gtk $CFLAGS"
28306 LIBS
="$LIBS $wx_cv_libs_gtk"
28308 echo "$as_me:$LINENO: checking whether gtk_icon_size_lookup is declared" >&5
28309 echo $ECHO_N "checking whether gtk_icon_size_lookup is declared... $ECHO_C" >&6
28310 if test "${ac_cv_have_decl_gtk_icon_size_lookup+set}" = set; then
28311 echo $ECHO_N "(cached) $ECHO_C" >&6
28313 cat >conftest.
$ac_ext <<_ACEOF
28316 cat confdefs.h
>>conftest.
$ac_ext
28317 cat >>conftest.
$ac_ext <<_ACEOF
28318 /* end confdefs.h. */
28319 #include <gtk/gtk.h>
28324 #ifndef gtk_icon_size_lookup
28325 char *p = (char *) gtk_icon_size_lookup;
28332 rm -f conftest.
$ac_objext
28333 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28334 (eval $ac_compile) 2>conftest.er1
28336 grep -v '^ *+' conftest.er1
>conftest.err
28338 cat conftest.err
>&5
28339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28340 (exit $ac_status); } &&
28341 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28343 (eval $ac_try) 2>&5
28345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28346 (exit $ac_status); }; } &&
28347 { ac_try
='test -s conftest.$ac_objext'
28348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28349 (eval $ac_try) 2>&5
28351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28352 (exit $ac_status); }; }; then
28353 ac_cv_have_decl_gtk_icon_size_lookup
=yes
28355 echo "$as_me: failed program was:" >&5
28356 sed 's/^/| /' conftest.
$ac_ext >&5
28358 ac_cv_have_decl_gtk_icon_size_lookup
=no
28360 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28362 echo "$as_me:$LINENO: result: $ac_cv_have_decl_gtk_icon_size_lookup" >&5
28363 echo "${ECHO_T}$ac_cv_have_decl_gtk_icon_size_lookup" >&6
28364 if test $ac_cv_have_decl_gtk_icon_size_lookup = yes; then
28366 cat >>confdefs.h
<<_ACEOF
28367 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 1
28372 cat >>confdefs.h
<<_ACEOF
28373 #define HAVE_DECL_GTK_ICON_SIZE_LOOKUP 0
28376 cat >>confdefs.h
<<\_ACEOF
28377 #define NEED_GTK_ICON_SIZE_LOOKUP 1
28384 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
28385 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6
28386 cat >conftest.
$ac_ext <<_ACEOF
28389 cat confdefs.h
>>conftest.
$ac_ext
28390 cat >>conftest.
$ac_ext <<_ACEOF
28391 /* end confdefs.h. */
28393 #include <gtk/gtk.h>
28399 #if !GTK_CHECK_VERSION(2,6,0)
28407 rm -f conftest.
$ac_objext
28408 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28409 (eval $ac_compile) 2>conftest.er1
28411 grep -v '^ *+' conftest.er1
>conftest.err
28413 cat conftest.err
>&5
28414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28415 (exit $ac_status); } &&
28416 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28418 (eval $ac_try) 2>&5
28420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28421 (exit $ac_status); }; } &&
28422 { ac_try
='test -s conftest.$ac_objext'
28423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28424 (eval $ac_try) 2>&5
28426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28427 (exit $ac_status); }; }; then
28429 cat >>confdefs.h
<<\_ACEOF
28430 #define __WXGTK26__ 1
28433 cat >>confdefs.h
<<\_ACEOF
28434 #define __WXGTK24__ 1
28437 echo "$as_me:$LINENO: result: yes" >&5
28438 echo "${ECHO_T}yes" >&6
28442 echo "$as_me: failed program was:" >&5
28443 sed 's/^/| /' conftest.
$ac_ext >&5
28446 echo "$as_me:$LINENO: result: no" >&5
28447 echo "${ECHO_T}no" >&6
28451 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28453 if test "$ac_wxgtk26" = 0; then
28454 echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5
28455 echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6
28456 cat >conftest.
$ac_ext <<_ACEOF
28459 cat confdefs.h
>>conftest.
$ac_ext
28460 cat >>conftest.
$ac_ext <<_ACEOF
28461 /* end confdefs.h. */
28463 #include <gtk/gtk.h>
28469 #if !GTK_CHECK_VERSION(2,4,0)
28477 rm -f conftest.
$ac_objext
28478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28479 (eval $ac_compile) 2>conftest.er1
28481 grep -v '^ *+' conftest.er1
>conftest.err
28483 cat conftest.err
>&5
28484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28485 (exit $ac_status); } &&
28486 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28488 (eval $ac_try) 2>&5
28490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28491 (exit $ac_status); }; } &&
28492 { ac_try
='test -s conftest.$ac_objext'
28493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28494 (eval $ac_try) 2>&5
28496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28497 (exit $ac_status); }; }; then
28499 cat >>confdefs.h
<<\_ACEOF
28500 #define __WXGTK24__ 1
28503 echo "$as_me:$LINENO: result: yes" >&5
28504 echo "${ECHO_T}yes" >&6
28507 echo "$as_me: failed program was:" >&5
28508 sed 's/^/| /' conftest.
$ac_ext >&5
28511 echo "$as_me:$LINENO: result: no" >&5
28512 echo "${ECHO_T}no" >&6
28515 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
28518 CFLAGS
="$save_CFLAGS"
28521 if test "$wxUSE_UNICODE" = "yes"; then
28522 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
28523 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
28527 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
28528 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
28529 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
28530 echo $ECHO_N "(cached) $ECHO_C" >&6
28532 ac_check_lib_save_LIBS
=$LIBS
28534 cat >conftest.
$ac_ext <<_ACEOF
28537 cat confdefs.h
>>conftest.
$ac_ext
28538 cat >>conftest.
$ac_ext <<_ACEOF
28539 /* end confdefs.h. */
28541 /* Override any gcc2 internal prototype to avoid an error. */
28545 /* We use char because int might match the return type of a gcc2
28546 builtin and then its argument prototype would still apply. */
28547 char gdk_im_open ();
28556 rm -f conftest.
$ac_objext conftest
$ac_exeext
28557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28558 (eval $ac_link) 2>conftest.er1
28560 grep -v '^ *+' conftest.er1
>conftest.err
28562 cat conftest.err
>&5
28563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28564 (exit $ac_status); } &&
28565 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28567 (eval $ac_try) 2>&5
28569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28570 (exit $ac_status); }; } &&
28571 { ac_try
='test -s conftest$ac_exeext'
28572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28573 (eval $ac_try) 2>&5
28575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28576 (exit $ac_status); }; }; then
28577 ac_cv_lib_gdk_gdk_im_open
=yes
28579 echo "$as_me: failed program was:" >&5
28580 sed 's/^/| /' conftest.
$ac_ext >&5
28582 ac_cv_lib_gdk_gdk_im_open
=no
28584 rm -f conftest.err conftest.
$ac_objext \
28585 conftest
$ac_exeext conftest.
$ac_ext
28586 LIBS
=$ac_check_lib_save_LIBS
28588 echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
28589 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
28590 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
28591 cat >>confdefs.h
<<\_ACEOF
28599 if test "$USE_DARWIN" != 1; then
28601 for ac_func
in poll
28603 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28604 echo "$as_me:$LINENO: checking for $ac_func" >&5
28605 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28606 if eval "test \"\${$as_ac_var+set}\" = set"; then
28607 echo $ECHO_N "(cached) $ECHO_C" >&6
28609 cat >conftest.
$ac_ext <<_ACEOF
28612 cat confdefs.h
>>conftest.
$ac_ext
28613 cat >>conftest.
$ac_ext <<_ACEOF
28614 /* end confdefs.h. */
28615 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28616 For example, HP-UX 11i <limits.h> declares gettimeofday. */
28617 #define $ac_func innocuous_$ac_func
28619 /* System header to define __stub macros and hopefully few prototypes,
28620 which can conflict with char $ac_func (); below.
28621 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28622 <limits.h> exists even on freestanding compilers. */
28625 # include <limits.h>
28627 # include <assert.h>
28632 /* Override any gcc2 internal prototype to avoid an error. */
28637 /* We use char because int might match the return type of a gcc2
28638 builtin and then its argument prototype would still apply. */
28640 /* The GNU C library defines this for functions which it implements
28641 to always fail with ENOSYS. Some functions are actually named
28642 something starting with __ and the normal name is an alias. */
28643 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28646 char (*f) () = $ac_func;
28655 return f != $ac_func;
28660 rm -f conftest.
$ac_objext conftest
$ac_exeext
28661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28662 (eval $ac_link) 2>conftest.er1
28664 grep -v '^ *+' conftest.er1
>conftest.err
28666 cat conftest.err
>&5
28667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28668 (exit $ac_status); } &&
28669 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
28670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28671 (eval $ac_try) 2>&5
28673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28674 (exit $ac_status); }; } &&
28675 { ac_try
='test -s conftest$ac_exeext'
28676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28677 (eval $ac_try) 2>&5
28679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28680 (exit $ac_status); }; }; then
28681 eval "$as_ac_var=yes"
28683 echo "$as_me: failed program was:" >&5
28684 sed 's/^/| /' conftest.
$ac_ext >&5
28686 eval "$as_ac_var=no"
28688 rm -f conftest.err conftest.
$ac_objext \
28689 conftest
$ac_exeext conftest.
$ac_ext
28691 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28692 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28693 if test `eval echo '${'$as_ac_var'}'` = yes; then
28694 cat >>confdefs.h
<<_ACEOF
28695 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28703 TOOLKIT_INCLUDE
="$wx_cv_cflags_gtk"
28704 GUI_TK_LIBRARY
="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
28706 AFMINSTALL
=afminstall
28710 if test "$wxUSE_GPE" = "yes"; then
28711 echo "$as_me:$LINENO: checking for gpewidget library" >&5
28712 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6
28715 for ac_dir
in $SEARCH_LIB;
28717 for ac_extension
in a so sl dylib dll.a
; do
28718 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
28719 ac_find_libraries
=$ac_dir
28725 if test "$ac_find_libraries" != "" ; then
28727 if test "$ac_find_libraries" = "default location"; then
28730 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
28732 if test $result = 0; then
28735 ac_path_to_link
=" -L$ac_find_libraries"
28739 GUI_TK_LIBRARY
="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
28741 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
28742 echo "${ECHO_T}found in $ac_find_libraries" >&6
28744 echo "$as_me:$LINENO: result: not found" >&5
28745 echo "${ECHO_T}not found" >&6
28751 if test "$wxUSE_MGL" = 1; then
28752 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
28753 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
28754 if test "x$MGL_ROOT" = x
; then
28755 echo "$as_me:$LINENO: result: not found" >&5
28756 echo "${ECHO_T}not found" >&6
28757 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
28758 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
28759 { (exit 1); exit 1; }; }
28761 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
28762 echo "${ECHO_T}$MGL_ROOT" >&6
28765 echo "$as_me:$LINENO: checking for libmgl location" >&5
28766 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
28769 if test "x$wxUSE_SHARED" = xyes
; then
28770 mgl_os_candidates
="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
28772 mgl_os_candidates
="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
28776 mgl_os_candidates
="dos32/dj2"
28779 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
28780 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
28781 { (exit 1); exit 1; }; }
28787 for mgl_os_i
in $mgl_os_candidates ; do
28788 if test "x$mgl_os" = x
; then
28789 if test "$wxUSE_DEBUG_FLAG" = yes ; then
28790 if test -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.a
-o \
28791 -f $MGL_ROOT/lib
/debug
/$mgl_os_i/libmgl.so
; then
28796 if test "x$mgl_lib_type" = x
; then
28797 if test -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.a
-o \
28798 -f $MGL_ROOT/lib
/release
/$mgl_os_i/libmgl.so
; then
28799 mgl_lib_type
=release
28806 if test "x$mgl_os" = x
; then
28807 echo "$as_me:$LINENO: result: not found" >&5
28808 echo "${ECHO_T}not found" >&6
28809 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
28810 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
28811 { (exit 1); exit 1; }; }
28813 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
28814 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
28816 wxUSE_UNIVERSAL
="yes"
28818 TOOLKIT_INCLUDE
="-I$MGL_ROOT/include"
28819 GUI_TK_LIBRARY
="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
28821 AFMINSTALL
=afminstall
28826 if test "$wxUSE_DFB" = 1; then
28829 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
28830 if test -n "$ac_tool_prefix"; then
28831 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
28832 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
28833 echo "$as_me:$LINENO: checking for $ac_word" >&5
28834 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28835 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
28836 echo $ECHO_N "(cached) $ECHO_C" >&6
28838 case $PKG_CONFIG in
28840 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
28843 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28844 for as_dir
in $PATH
28847 test -z "$as_dir" && as_dir
=.
28848 for ac_exec_ext
in '' $ac_executable_extensions; do
28849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28850 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28851 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28860 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
28862 if test -n "$PKG_CONFIG"; then
28863 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
28864 echo "${ECHO_T}$PKG_CONFIG" >&6
28866 echo "$as_me:$LINENO: result: no" >&5
28867 echo "${ECHO_T}no" >&6
28871 if test -z "$ac_cv_path_PKG_CONFIG"; then
28872 ac_pt_PKG_CONFIG
=$PKG_CONFIG
28873 # Extract the first word of "pkg-config", so it can be a program name with args.
28874 set dummy pkg
-config; ac_word
=$2
28875 echo "$as_me:$LINENO: checking for $ac_word" >&5
28876 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
28877 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
28878 echo $ECHO_N "(cached) $ECHO_C" >&6
28880 case $ac_pt_PKG_CONFIG in
28882 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
28885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28886 for as_dir
in $PATH
28889 test -z "$as_dir" && as_dir
=.
28890 for ac_exec_ext
in '' $ac_executable_extensions; do
28891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28892 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
28893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
28902 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
28904 if test -n "$ac_pt_PKG_CONFIG"; then
28905 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
28906 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
28908 echo "$as_me:$LINENO: result: no" >&5
28909 echo "${ECHO_T}no" >&6
28912 PKG_CONFIG
=$ac_pt_PKG_CONFIG
28914 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
28918 if test -n "$PKG_CONFIG"; then
28919 _pkg_min_version
=0.9.0
28920 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
28921 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
28922 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
28923 echo "$as_me:$LINENO: result: yes" >&5
28924 echo "${ECHO_T}yes" >&6
28926 echo "$as_me:$LINENO: result: no" >&5
28927 echo "${ECHO_T}no" >&6
28935 echo "$as_me:$LINENO: checking for DIRECTFB" >&5
28936 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6
28938 if test -n "$PKG_CONFIG"; then
28939 if test -n "$DIRECTFB_CFLAGS"; then
28940 pkg_cv_DIRECTFB_CFLAGS
="$DIRECTFB_CFLAGS"
28942 if test -n "$PKG_CONFIG" && \
28943 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
28944 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
28946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28947 (exit $ac_status); }; then
28948 pkg_cv_DIRECTFB_CFLAGS
=`$PKG_CONFIG --cflags "directfb >= 0.9.22" 2>/dev/null`
28956 if test -n "$PKG_CONFIG"; then
28957 if test -n "$DIRECTFB_LIBS"; then
28958 pkg_cv_DIRECTFB_LIBS
="$DIRECTFB_LIBS"
28960 if test -n "$PKG_CONFIG" && \
28961 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.22\"") >&5
28962 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.22") 2>&5
28964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28965 (exit $ac_status); }; then
28966 pkg_cv_DIRECTFB_LIBS
=`$PKG_CONFIG --libs "directfb >= 0.9.22" 2>/dev/null`
28977 if test $pkg_failed = yes; then
28979 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
28980 _pkg_short_errors_supported
=yes
28982 _pkg_short_errors_supported
=no
28984 if test $_pkg_short_errors_supported = yes; then
28985 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.22"`
28987 DIRECTFB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.22"`
28989 # Put the nasty error message in config.log where it belongs
28990 echo "$DIRECTFB_PKG_ERRORS" >&5
28993 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
28994 echo "$as_me: error: DirectFB not found." >&2;}
28995 { (exit 1); exit 1; }; }
28998 elif test $pkg_failed = untried
; then
29000 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
29001 echo "$as_me: error: DirectFB not found." >&2;}
29002 { (exit 1); exit 1; }; }
29006 DIRECTFB_CFLAGS
=$pkg_cv_DIRECTFB_CFLAGS
29007 DIRECTFB_LIBS
=$pkg_cv_DIRECTFB_LIBS
29008 echo "$as_me:$LINENO: result: yes" >&5
29009 echo "${ECHO_T}yes" >&6
29011 wxUSE_UNIVERSAL
="yes"
29012 TOOLKIT_INCLUDE
="$DIRECTFB_CFLAGS"
29013 GUI_TK_LIBRARY
="$DIRECTFB_LIBS"
29020 if test "$wxUSE_MICROWIN" = 1; then
29021 echo "$as_me:$LINENO: checking for MicroWindows" >&5
29022 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
29023 if test "x$MICROWINDOWS" = x
; then
29024 echo "$as_me:$LINENO: result: not found" >&5
29025 echo "${ECHO_T}not found" >&6
29026 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
29027 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
29028 { (exit 1); exit 1; }; }
29030 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
29031 echo "${ECHO_T}$MICROWINDOWS" >&6
29034 if test -f $MICROWINDOWS/lib
/libmwin.a
; then
29035 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
29036 echo "${ECHO_T}MicroWindows' libraries found." >&6
29038 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
29039 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
29040 { (exit 1); exit 1; }; }
29043 TOOLKIT_INCLUDE
="-I$MICROWINDOWS/include"
29044 GUI_TK_LIBRARY
="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
29046 wxUSE_UNIVERSAL
="yes"
29048 AFMINSTALL
=afminstall
29050 GUIDIST
=MICROWIN_DIST
29052 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
29055 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
29057 if test "x$ac_path_x_has_been_run" != xyes
; then
29058 echo "$as_me:$LINENO: checking for X" >&5
29059 echo $ECHO_N "checking for X... $ECHO_C" >&6
29061 ac_path_x_has_been_run
=yes
29063 # Check whether --with-x or --without-x was given.
29064 if test "${with_x+set}" = set; then
29068 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
29069 if test "x$with_x" = xno
; then
29070 # The user explicitly disabled X.
29073 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
29074 # Both variables are already set.
29077 if test "${ac_cv_have_x+set}" = set; then
29078 echo $ECHO_N "(cached) $ECHO_C" >&6
29080 # One or both of the vars are not set, and there is no cached value.
29081 ac_x_includes
=no ac_x_libraries
=no
29082 rm -fr conftest.dir
29083 if mkdir conftest.dir
; then
29085 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
29086 cat >Imakefile
<<'_ACEOF'
29088 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
29090 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
29091 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
29092 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
29093 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
29094 for ac_extension
in a so sl
; do
29095 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
29096 test -f $ac_im_libdir/libX11.
$ac_extension; then
29097 ac_im_usrlibdir
=$ac_im_libdir; break
29100 # Screen out bogus values from the imake configuration. They are
29101 # bogus both because they are the default anyway, and because
29102 # using them would break gcc on systems where it needs fixed includes.
29103 case $ac_im_incroot in
29105 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
29107 case $ac_im_usrlibdir in
29108 /usr
/lib
| /lib
) ;;
29109 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
29113 rm -fr conftest.dir
29116 # Standard set of common directories for X headers.
29117 # Check X11 before X11Rn because it is often a symlink to the current release.
29129 /usr/local/X11/include
29130 /usr/local/X11R6/include
29131 /usr/local/X11R5/include
29132 /usr/local/X11R4/include
29134 /usr/local/include/X11
29135 /usr/local/include/X11R6
29136 /usr/local/include/X11R5
29137 /usr/local/include/X11R4
29141 /usr/XFree86/include/X11
29145 /usr/unsupported/include
29146 /usr/athena/include
29147 /usr/local/x11r5/include
29148 /usr/lpp/Xamples/include
29150 /usr/openwin/include
29151 /usr/openwin/share/include'
29153 if test "$ac_x_includes" = no
; then
29154 # Guess where to find include files, by looking for a specified header file.
29155 # First, try using that file with no special directory specified.
29156 cat >conftest.
$ac_ext <<_ACEOF
29159 cat confdefs.h
>>conftest.
$ac_ext
29160 cat >>conftest.
$ac_ext <<_ACEOF
29161 /* end confdefs.h. */
29162 #include <X11/Xlib.h>
29164 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29165 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
29167 grep -v '^ *+' conftest.er1
>conftest.err
29169 cat conftest.err
>&5
29170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29171 (exit $ac_status); } >/dev
/null
; then
29172 if test -s conftest.err
; then
29173 ac_cpp_err
=$ac_c_preproc_warn_flag
29174 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
29181 if test -z "$ac_cpp_err"; then
29182 # We can compile using X headers with no special include directory.
29185 echo "$as_me: failed program was:" >&5
29186 sed 's/^/| /' conftest.
$ac_ext >&5
29188 for ac_dir
in $ac_x_header_dirs; do
29189 if test -r "$ac_dir/X11/Xlib.h"; then
29190 ac_x_includes
=$ac_dir
29195 rm -f conftest.err conftest.
$ac_ext
29196 fi # $ac_x_includes = no
29198 if test "$ac_x_libraries" = no
; then
29199 # Check for the libraries.
29200 # See if we find them without any special options.
29201 # Don't add to $LIBS permanently.
29204 cat >conftest.
$ac_ext <<_ACEOF
29207 cat confdefs.h
>>conftest.
$ac_ext
29208 cat >>conftest.
$ac_ext <<_ACEOF
29209 /* end confdefs.h. */
29210 #include <X11/Xlib.h>
29219 rm -f conftest.
$ac_objext conftest
$ac_exeext
29220 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29221 (eval $ac_link) 2>conftest.er1
29223 grep -v '^ *+' conftest.er1
>conftest.err
29225 cat conftest.err
>&5
29226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29227 (exit $ac_status); } &&
29228 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29230 (eval $ac_try) 2>&5
29232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29233 (exit $ac_status); }; } &&
29234 { ac_try
='test -s conftest$ac_exeext'
29235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29236 (eval $ac_try) 2>&5
29238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29239 (exit $ac_status); }; }; then
29241 # We can link X programs with no special library path.
29244 echo "$as_me: failed program was:" >&5
29245 sed 's/^/| /' conftest.
$ac_ext >&5
29248 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
29250 # Don't even attempt the hair of trying to link an X program!
29251 for ac_extension
in a so sl
; do
29252 if test -r $ac_dir/libX11.
$ac_extension; then
29253 ac_x_libraries
=$ac_dir
29259 rm -f conftest.err conftest.
$ac_objext \
29260 conftest
$ac_exeext conftest.
$ac_ext
29261 fi # $ac_x_libraries = no
29263 if test "$ac_x_includes" = no
|| test "$ac_x_libraries" = no
; then
29264 # Didn't find X anywhere. Cache the known absence of X.
29265 ac_cv_have_x
="have_x=no"
29267 # Record where we found X for the cache.
29268 ac_cv_have_x
="have_x=yes \
29269 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
29274 eval "$ac_cv_have_x"
29277 if test "$have_x" != yes; then
29278 echo "$as_me:$LINENO: result: $have_x" >&5
29279 echo "${ECHO_T}$have_x" >&6
29282 # If each of the values was on the command line, it overrides each guess.
29283 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
29284 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
29285 # Update the cache value to reflect the command line values.
29286 ac_cv_have_x
="have_x=yes \
29287 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
29288 # It might be that x_includes is empty (headers are found in the
29289 # standard search path. Then output the corresponding message
29290 ac_out_x_includes
=$x_includes
29291 test "x$x_includes" = x
&& ac_out_x_includes
="in standard search path"
29292 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
29293 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
29297 if test "$no_x" = yes; then
29298 # Not all programs may use this symbol, but it does not hurt to define it.
29300 cat >>confdefs.h
<<\_ACEOF
29301 #define X_DISPLAY_MISSING 1
29304 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
29306 if test -n "$x_includes"; then
29307 X_CFLAGS
="$X_CFLAGS -I$x_includes"
29310 # It would also be nice to do this for all -L options, not just this one.
29311 if test -n "$x_libraries"; then
29312 X_LIBS
="$X_LIBS -L$x_libraries"
29313 # For Solaris; some versions of Sun CC require a space after -R and
29314 # others require no space. Words are not sufficient . . . .
29315 case `(uname -sr) 2>/dev/null` in
29317 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
29318 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
29319 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
29320 cat >conftest.
$ac_ext <<_ACEOF
29323 cat confdefs.h
>>conftest.
$ac_ext
29324 cat >>conftest.
$ac_ext <<_ACEOF
29325 /* end confdefs.h. */
29335 rm -f conftest.
$ac_objext conftest
$ac_exeext
29336 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29337 (eval $ac_link) 2>conftest.er1
29339 grep -v '^ *+' conftest.er1
>conftest.err
29341 cat conftest.err
>&5
29342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29343 (exit $ac_status); } &&
29344 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29346 (eval $ac_try) 2>&5
29348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29349 (exit $ac_status); }; } &&
29350 { ac_try
='test -s conftest$ac_exeext'
29351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29352 (eval $ac_try) 2>&5
29354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29355 (exit $ac_status); }; }; then
29358 echo "$as_me: failed program was:" >&5
29359 sed 's/^/| /' conftest.
$ac_ext >&5
29363 rm -f conftest.err conftest.
$ac_objext \
29364 conftest
$ac_exeext conftest.
$ac_ext
29365 if test $ac_R_nospace = yes; then
29366 echo "$as_me:$LINENO: result: no" >&5
29367 echo "${ECHO_T}no" >&6
29368 X_LIBS
="$X_LIBS -R$x_libraries"
29370 LIBS
="$ac_xsave_LIBS -R $x_libraries"
29371 cat >conftest.
$ac_ext <<_ACEOF
29374 cat confdefs.h
>>conftest.
$ac_ext
29375 cat >>conftest.
$ac_ext <<_ACEOF
29376 /* end confdefs.h. */
29386 rm -f conftest.
$ac_objext conftest
$ac_exeext
29387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29388 (eval $ac_link) 2>conftest.er1
29390 grep -v '^ *+' conftest.er1
>conftest.err
29392 cat conftest.err
>&5
29393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29394 (exit $ac_status); } &&
29395 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29397 (eval $ac_try) 2>&5
29399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29400 (exit $ac_status); }; } &&
29401 { ac_try
='test -s conftest$ac_exeext'
29402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29403 (eval $ac_try) 2>&5
29405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29406 (exit $ac_status); }; }; then
29409 echo "$as_me: failed program was:" >&5
29410 sed 's/^/| /' conftest.
$ac_ext >&5
29414 rm -f conftest.err conftest.
$ac_objext \
29415 conftest
$ac_exeext conftest.
$ac_ext
29416 if test $ac_R_space = yes; then
29417 echo "$as_me:$LINENO: result: yes" >&5
29418 echo "${ECHO_T}yes" >&6
29419 X_LIBS
="$X_LIBS -R $x_libraries"
29421 echo "$as_me:$LINENO: result: neither works" >&5
29422 echo "${ECHO_T}neither works" >&6
29425 LIBS
=$ac_xsave_LIBS
29429 # Check for system-dependent libraries X programs must link with.
29430 # Do this before checking for the system-independent R6 libraries
29431 # (-lICE), since we may need -lsocket or whatever for X linking.
29433 if test "$ISC" = yes; then
29434 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
29436 # Martyn Johnson says this is needed for Ultrix, if the X
29437 # libraries were built with DECnet support. And Karl Berry says
29438 # the Alpha needs dnet_stub (dnet does not exist).
29439 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
29440 cat >conftest.
$ac_ext <<_ACEOF
29443 cat confdefs.h
>>conftest.
$ac_ext
29444 cat >>conftest.
$ac_ext <<_ACEOF
29445 /* end confdefs.h. */
29447 /* Override any gcc2 internal prototype to avoid an error. */
29451 /* We use char because int might match the return type of a gcc2
29452 builtin and then its argument prototype would still apply. */
29453 char XOpenDisplay ();
29462 rm -f conftest.
$ac_objext conftest
$ac_exeext
29463 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29464 (eval $ac_link) 2>conftest.er1
29466 grep -v '^ *+' conftest.er1
>conftest.err
29468 cat conftest.err
>&5
29469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29470 (exit $ac_status); } &&
29471 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29473 (eval $ac_try) 2>&5
29475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29476 (exit $ac_status); }; } &&
29477 { ac_try
='test -s conftest$ac_exeext'
29478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29479 (eval $ac_try) 2>&5
29481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29482 (exit $ac_status); }; }; then
29485 echo "$as_me: failed program was:" >&5
29486 sed 's/^/| /' conftest.
$ac_ext >&5
29488 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
29489 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
29490 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
29491 echo $ECHO_N "(cached) $ECHO_C" >&6
29493 ac_check_lib_save_LIBS
=$LIBS
29494 LIBS
="-ldnet $LIBS"
29495 cat >conftest.
$ac_ext <<_ACEOF
29498 cat confdefs.h
>>conftest.
$ac_ext
29499 cat >>conftest.
$ac_ext <<_ACEOF
29500 /* end confdefs.h. */
29502 /* Override any gcc2 internal prototype to avoid an error. */
29506 /* We use char because int might match the return type of a gcc2
29507 builtin and then its argument prototype would still apply. */
29517 rm -f conftest.
$ac_objext conftest
$ac_exeext
29518 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29519 (eval $ac_link) 2>conftest.er1
29521 grep -v '^ *+' conftest.er1
>conftest.err
29523 cat conftest.err
>&5
29524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29525 (exit $ac_status); } &&
29526 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29528 (eval $ac_try) 2>&5
29530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29531 (exit $ac_status); }; } &&
29532 { ac_try
='test -s conftest$ac_exeext'
29533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29534 (eval $ac_try) 2>&5
29536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29537 (exit $ac_status); }; }; then
29538 ac_cv_lib_dnet_dnet_ntoa
=yes
29540 echo "$as_me: failed program was:" >&5
29541 sed 's/^/| /' conftest.
$ac_ext >&5
29543 ac_cv_lib_dnet_dnet_ntoa
=no
29545 rm -f conftest.err conftest.
$ac_objext \
29546 conftest
$ac_exeext conftest.
$ac_ext
29547 LIBS
=$ac_check_lib_save_LIBS
29549 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
29550 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
29551 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
29552 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
29555 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
29556 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
29557 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
29558 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
29559 echo $ECHO_N "(cached) $ECHO_C" >&6
29561 ac_check_lib_save_LIBS
=$LIBS
29562 LIBS
="-ldnet_stub $LIBS"
29563 cat >conftest.
$ac_ext <<_ACEOF
29566 cat confdefs.h
>>conftest.
$ac_ext
29567 cat >>conftest.
$ac_ext <<_ACEOF
29568 /* end confdefs.h. */
29570 /* Override any gcc2 internal prototype to avoid an error. */
29574 /* We use char because int might match the return type of a gcc2
29575 builtin and then its argument prototype would still apply. */
29585 rm -f conftest.
$ac_objext conftest
$ac_exeext
29586 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29587 (eval $ac_link) 2>conftest.er1
29589 grep -v '^ *+' conftest.er1
>conftest.err
29591 cat conftest.err
>&5
29592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29593 (exit $ac_status); } &&
29594 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29596 (eval $ac_try) 2>&5
29598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29599 (exit $ac_status); }; } &&
29600 { ac_try
='test -s conftest$ac_exeext'
29601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29602 (eval $ac_try) 2>&5
29604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29605 (exit $ac_status); }; }; then
29606 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
29608 echo "$as_me: failed program was:" >&5
29609 sed 's/^/| /' conftest.
$ac_ext >&5
29611 ac_cv_lib_dnet_stub_dnet_ntoa
=no
29613 rm -f conftest.err conftest.
$ac_objext \
29614 conftest
$ac_exeext conftest.
$ac_ext
29615 LIBS
=$ac_check_lib_save_LIBS
29617 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
29618 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
29619 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
29620 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
29625 rm -f conftest.err conftest.
$ac_objext \
29626 conftest
$ac_exeext conftest.
$ac_ext
29627 LIBS
="$ac_xsave_LIBS"
29629 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
29630 # to get the SysV transport functions.
29631 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
29633 # The nsl library prevents programs from opening the X display
29634 # on Irix 5.2, according to T.E. Dickey.
29635 # The functions gethostbyname, getservbyname, and inet_addr are
29636 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
29637 echo "$as_me:$LINENO: checking for gethostbyname" >&5
29638 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
29639 if test "${ac_cv_func_gethostbyname+set}" = set; then
29640 echo $ECHO_N "(cached) $ECHO_C" >&6
29642 cat >conftest.
$ac_ext <<_ACEOF
29645 cat confdefs.h
>>conftest.
$ac_ext
29646 cat >>conftest.
$ac_ext <<_ACEOF
29647 /* end confdefs.h. */
29648 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
29649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29650 #define gethostbyname innocuous_gethostbyname
29652 /* System header to define __stub macros and hopefully few prototypes,
29653 which can conflict with char gethostbyname (); below.
29654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29655 <limits.h> exists even on freestanding compilers. */
29658 # include <limits.h>
29660 # include <assert.h>
29663 #undef gethostbyname
29665 /* Override any gcc2 internal prototype to avoid an error. */
29670 /* We use char because int might match the return type of a gcc2
29671 builtin and then its argument prototype would still apply. */
29672 char gethostbyname ();
29673 /* The GNU C library defines this for functions which it implements
29674 to always fail with ENOSYS. Some functions are actually named
29675 something starting with __ and the normal name is an alias. */
29676 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
29679 char (*f) () = gethostbyname;
29688 return f != gethostbyname;
29693 rm -f conftest.
$ac_objext conftest
$ac_exeext
29694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29695 (eval $ac_link) 2>conftest.er1
29697 grep -v '^ *+' conftest.er1
>conftest.err
29699 cat conftest.err
>&5
29700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29701 (exit $ac_status); } &&
29702 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29704 (eval $ac_try) 2>&5
29706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29707 (exit $ac_status); }; } &&
29708 { ac_try
='test -s conftest$ac_exeext'
29709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29710 (eval $ac_try) 2>&5
29712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29713 (exit $ac_status); }; }; then
29714 ac_cv_func_gethostbyname
=yes
29716 echo "$as_me: failed program was:" >&5
29717 sed 's/^/| /' conftest.
$ac_ext >&5
29719 ac_cv_func_gethostbyname
=no
29721 rm -f conftest.err conftest.
$ac_objext \
29722 conftest
$ac_exeext conftest.
$ac_ext
29724 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
29725 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
29727 if test $ac_cv_func_gethostbyname = no
; then
29728 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
29729 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
29730 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
29731 echo $ECHO_N "(cached) $ECHO_C" >&6
29733 ac_check_lib_save_LIBS
=$LIBS
29735 cat >conftest.
$ac_ext <<_ACEOF
29738 cat confdefs.h
>>conftest.
$ac_ext
29739 cat >>conftest.
$ac_ext <<_ACEOF
29740 /* end confdefs.h. */
29742 /* Override any gcc2 internal prototype to avoid an error. */
29746 /* We use char because int might match the return type of a gcc2
29747 builtin and then its argument prototype would still apply. */
29748 char gethostbyname ();
29757 rm -f conftest.
$ac_objext conftest
$ac_exeext
29758 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29759 (eval $ac_link) 2>conftest.er1
29761 grep -v '^ *+' conftest.er1
>conftest.err
29763 cat conftest.err
>&5
29764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29765 (exit $ac_status); } &&
29766 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29768 (eval $ac_try) 2>&5
29770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29771 (exit $ac_status); }; } &&
29772 { ac_try
='test -s conftest$ac_exeext'
29773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29774 (eval $ac_try) 2>&5
29776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29777 (exit $ac_status); }; }; then
29778 ac_cv_lib_nsl_gethostbyname
=yes
29780 echo "$as_me: failed program was:" >&5
29781 sed 's/^/| /' conftest.
$ac_ext >&5
29783 ac_cv_lib_nsl_gethostbyname
=no
29785 rm -f conftest.err conftest.
$ac_objext \
29786 conftest
$ac_exeext conftest.
$ac_ext
29787 LIBS
=$ac_check_lib_save_LIBS
29789 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
29790 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
29791 if test $ac_cv_lib_nsl_gethostbyname = yes; then
29792 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
29795 if test $ac_cv_lib_nsl_gethostbyname = no
; then
29796 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
29797 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
29798 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
29799 echo $ECHO_N "(cached) $ECHO_C" >&6
29801 ac_check_lib_save_LIBS
=$LIBS
29803 cat >conftest.
$ac_ext <<_ACEOF
29806 cat confdefs.h
>>conftest.
$ac_ext
29807 cat >>conftest.
$ac_ext <<_ACEOF
29808 /* end confdefs.h. */
29810 /* Override any gcc2 internal prototype to avoid an error. */
29814 /* We use char because int might match the return type of a gcc2
29815 builtin and then its argument prototype would still apply. */
29816 char gethostbyname ();
29825 rm -f conftest.
$ac_objext conftest
$ac_exeext
29826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29827 (eval $ac_link) 2>conftest.er1
29829 grep -v '^ *+' conftest.er1
>conftest.err
29831 cat conftest.err
>&5
29832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29833 (exit $ac_status); } &&
29834 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29836 (eval $ac_try) 2>&5
29838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29839 (exit $ac_status); }; } &&
29840 { ac_try
='test -s conftest$ac_exeext'
29841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29842 (eval $ac_try) 2>&5
29844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29845 (exit $ac_status); }; }; then
29846 ac_cv_lib_bsd_gethostbyname
=yes
29848 echo "$as_me: failed program was:" >&5
29849 sed 's/^/| /' conftest.
$ac_ext >&5
29851 ac_cv_lib_bsd_gethostbyname
=no
29853 rm -f conftest.err conftest.
$ac_objext \
29854 conftest
$ac_exeext conftest.
$ac_ext
29855 LIBS
=$ac_check_lib_save_LIBS
29857 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
29858 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
29859 if test $ac_cv_lib_bsd_gethostbyname = yes; then
29860 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
29866 # lieder@skyler.mavd.honeywell.com says without -lsocket,
29867 # socket/setsockopt and other routines are undefined under SCO ODT
29868 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
29869 # on later versions), says Simon Leinen: it contains gethostby*
29870 # variants that don't use the name server (or something). -lsocket
29871 # must be given before -lnsl if both are needed. We assume that
29872 # if connect needs -lnsl, so does gethostbyname.
29873 echo "$as_me:$LINENO: checking for connect" >&5
29874 echo $ECHO_N "checking for connect... $ECHO_C" >&6
29875 if test "${ac_cv_func_connect+set}" = set; then
29876 echo $ECHO_N "(cached) $ECHO_C" >&6
29878 cat >conftest.
$ac_ext <<_ACEOF
29881 cat confdefs.h
>>conftest.
$ac_ext
29882 cat >>conftest.
$ac_ext <<_ACEOF
29883 /* end confdefs.h. */
29884 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
29885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
29886 #define connect innocuous_connect
29888 /* System header to define __stub macros and hopefully few prototypes,
29889 which can conflict with char connect (); below.
29890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29891 <limits.h> exists even on freestanding compilers. */
29894 # include <limits.h>
29896 # include <assert.h>
29901 /* Override any gcc2 internal prototype to avoid an error. */
29906 /* We use char because int might match the return type of a gcc2
29907 builtin and then its argument prototype would still apply. */
29909 /* The GNU C library defines this for functions which it implements
29910 to always fail with ENOSYS. Some functions are actually named
29911 something starting with __ and the normal name is an alias. */
29912 #if defined (__stub_connect) || defined (__stub___connect)
29915 char (*f) () = connect;
29924 return f != connect;
29929 rm -f conftest.
$ac_objext conftest
$ac_exeext
29930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29931 (eval $ac_link) 2>conftest.er1
29933 grep -v '^ *+' conftest.er1
>conftest.err
29935 cat conftest.err
>&5
29936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29937 (exit $ac_status); } &&
29938 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
29939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29940 (eval $ac_try) 2>&5
29942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29943 (exit $ac_status); }; } &&
29944 { ac_try
='test -s conftest$ac_exeext'
29945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29946 (eval $ac_try) 2>&5
29948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29949 (exit $ac_status); }; }; then
29950 ac_cv_func_connect
=yes
29952 echo "$as_me: failed program was:" >&5
29953 sed 's/^/| /' conftest.
$ac_ext >&5
29955 ac_cv_func_connect
=no
29957 rm -f conftest.err conftest.
$ac_objext \
29958 conftest
$ac_exeext conftest.
$ac_ext
29960 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
29961 echo "${ECHO_T}$ac_cv_func_connect" >&6
29963 if test $ac_cv_func_connect = no
; then
29964 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
29965 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
29966 if test "${ac_cv_lib_socket_connect+set}" = set; then
29967 echo $ECHO_N "(cached) $ECHO_C" >&6
29969 ac_check_lib_save_LIBS
=$LIBS
29970 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
29971 cat >conftest.
$ac_ext <<_ACEOF
29974 cat confdefs.h
>>conftest.
$ac_ext
29975 cat >>conftest.
$ac_ext <<_ACEOF
29976 /* end confdefs.h. */
29978 /* Override any gcc2 internal prototype to avoid an error. */
29982 /* We use char because int might match the return type of a gcc2
29983 builtin and then its argument prototype would still apply. */
29993 rm -f conftest.
$ac_objext conftest
$ac_exeext
29994 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29995 (eval $ac_link) 2>conftest.er1
29997 grep -v '^ *+' conftest.er1
>conftest.err
29999 cat conftest.err
>&5
30000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30001 (exit $ac_status); } &&
30002 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30004 (eval $ac_try) 2>&5
30006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30007 (exit $ac_status); }; } &&
30008 { ac_try
='test -s conftest$ac_exeext'
30009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30010 (eval $ac_try) 2>&5
30012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30013 (exit $ac_status); }; }; then
30014 ac_cv_lib_socket_connect
=yes
30016 echo "$as_me: failed program was:" >&5
30017 sed 's/^/| /' conftest.
$ac_ext >&5
30019 ac_cv_lib_socket_connect
=no
30021 rm -f conftest.err conftest.
$ac_objext \
30022 conftest
$ac_exeext conftest.
$ac_ext
30023 LIBS
=$ac_check_lib_save_LIBS
30025 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
30026 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
30027 if test $ac_cv_lib_socket_connect = yes; then
30028 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
30033 # Guillermo Gomez says -lposix is necessary on A/UX.
30034 echo "$as_me:$LINENO: checking for remove" >&5
30035 echo $ECHO_N "checking for remove... $ECHO_C" >&6
30036 if test "${ac_cv_func_remove+set}" = set; then
30037 echo $ECHO_N "(cached) $ECHO_C" >&6
30039 cat >conftest.
$ac_ext <<_ACEOF
30042 cat confdefs.h
>>conftest.
$ac_ext
30043 cat >>conftest.
$ac_ext <<_ACEOF
30044 /* end confdefs.h. */
30045 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
30046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30047 #define remove innocuous_remove
30049 /* System header to define __stub macros and hopefully few prototypes,
30050 which can conflict with char remove (); below.
30051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30052 <limits.h> exists even on freestanding compilers. */
30055 # include <limits.h>
30057 # include <assert.h>
30062 /* Override any gcc2 internal prototype to avoid an error. */
30067 /* We use char because int might match the return type of a gcc2
30068 builtin and then its argument prototype would still apply. */
30070 /* The GNU C library defines this for functions which it implements
30071 to always fail with ENOSYS. Some functions are actually named
30072 something starting with __ and the normal name is an alias. */
30073 #if defined (__stub_remove) || defined (__stub___remove)
30076 char (*f) () = remove;
30085 return f != remove;
30090 rm -f conftest.
$ac_objext conftest
$ac_exeext
30091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30092 (eval $ac_link) 2>conftest.er1
30094 grep -v '^ *+' conftest.er1
>conftest.err
30096 cat conftest.err
>&5
30097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30098 (exit $ac_status); } &&
30099 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30101 (eval $ac_try) 2>&5
30103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30104 (exit $ac_status); }; } &&
30105 { ac_try
='test -s conftest$ac_exeext'
30106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30107 (eval $ac_try) 2>&5
30109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30110 (exit $ac_status); }; }; then
30111 ac_cv_func_remove
=yes
30113 echo "$as_me: failed program was:" >&5
30114 sed 's/^/| /' conftest.
$ac_ext >&5
30116 ac_cv_func_remove
=no
30118 rm -f conftest.err conftest.
$ac_objext \
30119 conftest
$ac_exeext conftest.
$ac_ext
30121 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
30122 echo "${ECHO_T}$ac_cv_func_remove" >&6
30124 if test $ac_cv_func_remove = no
; then
30125 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
30126 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
30127 if test "${ac_cv_lib_posix_remove+set}" = set; then
30128 echo $ECHO_N "(cached) $ECHO_C" >&6
30130 ac_check_lib_save_LIBS
=$LIBS
30131 LIBS
="-lposix $LIBS"
30132 cat >conftest.
$ac_ext <<_ACEOF
30135 cat confdefs.h
>>conftest.
$ac_ext
30136 cat >>conftest.
$ac_ext <<_ACEOF
30137 /* end confdefs.h. */
30139 /* Override any gcc2 internal prototype to avoid an error. */
30143 /* We use char because int might match the return type of a gcc2
30144 builtin and then its argument prototype would still apply. */
30154 rm -f conftest.
$ac_objext conftest
$ac_exeext
30155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30156 (eval $ac_link) 2>conftest.er1
30158 grep -v '^ *+' conftest.er1
>conftest.err
30160 cat conftest.err
>&5
30161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30162 (exit $ac_status); } &&
30163 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30165 (eval $ac_try) 2>&5
30167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30168 (exit $ac_status); }; } &&
30169 { ac_try
='test -s conftest$ac_exeext'
30170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30171 (eval $ac_try) 2>&5
30173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30174 (exit $ac_status); }; }; then
30175 ac_cv_lib_posix_remove
=yes
30177 echo "$as_me: failed program was:" >&5
30178 sed 's/^/| /' conftest.
$ac_ext >&5
30180 ac_cv_lib_posix_remove
=no
30182 rm -f conftest.err conftest.
$ac_objext \
30183 conftest
$ac_exeext conftest.
$ac_ext
30184 LIBS
=$ac_check_lib_save_LIBS
30186 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
30187 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
30188 if test $ac_cv_lib_posix_remove = yes; then
30189 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
30194 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
30195 echo "$as_me:$LINENO: checking for shmat" >&5
30196 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
30197 if test "${ac_cv_func_shmat+set}" = set; then
30198 echo $ECHO_N "(cached) $ECHO_C" >&6
30200 cat >conftest.
$ac_ext <<_ACEOF
30203 cat confdefs.h
>>conftest.
$ac_ext
30204 cat >>conftest.
$ac_ext <<_ACEOF
30205 /* end confdefs.h. */
30206 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
30207 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30208 #define shmat innocuous_shmat
30210 /* System header to define __stub macros and hopefully few prototypes,
30211 which can conflict with char shmat (); below.
30212 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30213 <limits.h> exists even on freestanding compilers. */
30216 # include <limits.h>
30218 # include <assert.h>
30223 /* Override any gcc2 internal prototype to avoid an error. */
30228 /* We use char because int might match the return type of a gcc2
30229 builtin and then its argument prototype would still apply. */
30231 /* The GNU C library defines this for functions which it implements
30232 to always fail with ENOSYS. Some functions are actually named
30233 something starting with __ and the normal name is an alias. */
30234 #if defined (__stub_shmat) || defined (__stub___shmat)
30237 char (*f) () = shmat;
30251 rm -f conftest.
$ac_objext conftest
$ac_exeext
30252 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30253 (eval $ac_link) 2>conftest.er1
30255 grep -v '^ *+' conftest.er1
>conftest.err
30257 cat conftest.err
>&5
30258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30259 (exit $ac_status); } &&
30260 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30262 (eval $ac_try) 2>&5
30264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30265 (exit $ac_status); }; } &&
30266 { ac_try
='test -s conftest$ac_exeext'
30267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30268 (eval $ac_try) 2>&5
30270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30271 (exit $ac_status); }; }; then
30272 ac_cv_func_shmat
=yes
30274 echo "$as_me: failed program was:" >&5
30275 sed 's/^/| /' conftest.
$ac_ext >&5
30277 ac_cv_func_shmat
=no
30279 rm -f conftest.err conftest.
$ac_objext \
30280 conftest
$ac_exeext conftest.
$ac_ext
30282 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
30283 echo "${ECHO_T}$ac_cv_func_shmat" >&6
30285 if test $ac_cv_func_shmat = no
; then
30286 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
30287 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
30288 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
30289 echo $ECHO_N "(cached) $ECHO_C" >&6
30291 ac_check_lib_save_LIBS
=$LIBS
30293 cat >conftest.
$ac_ext <<_ACEOF
30296 cat confdefs.h
>>conftest.
$ac_ext
30297 cat >>conftest.
$ac_ext <<_ACEOF
30298 /* end confdefs.h. */
30300 /* Override any gcc2 internal prototype to avoid an error. */
30304 /* We use char because int might match the return type of a gcc2
30305 builtin and then its argument prototype would still apply. */
30315 rm -f conftest.
$ac_objext conftest
$ac_exeext
30316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30317 (eval $ac_link) 2>conftest.er1
30319 grep -v '^ *+' conftest.er1
>conftest.err
30321 cat conftest.err
>&5
30322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30323 (exit $ac_status); } &&
30324 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30326 (eval $ac_try) 2>&5
30328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30329 (exit $ac_status); }; } &&
30330 { ac_try
='test -s conftest$ac_exeext'
30331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30332 (eval $ac_try) 2>&5
30334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30335 (exit $ac_status); }; }; then
30336 ac_cv_lib_ipc_shmat
=yes
30338 echo "$as_me: failed program was:" >&5
30339 sed 's/^/| /' conftest.
$ac_ext >&5
30341 ac_cv_lib_ipc_shmat
=no
30343 rm -f conftest.err conftest.
$ac_objext \
30344 conftest
$ac_exeext conftest.
$ac_ext
30345 LIBS
=$ac_check_lib_save_LIBS
30347 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
30348 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
30349 if test $ac_cv_lib_ipc_shmat = yes; then
30350 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
30356 # Check for libraries that X11R6 Xt/Xaw programs need.
30357 ac_save_LDFLAGS
=$LDFLAGS
30358 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
30359 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
30360 # check for ICE first), but we must link in the order -lSM -lICE or
30361 # we get undefined symbols. So assume we have SM if we have ICE.
30362 # These have to be linked with before -lX11, unlike the other
30363 # libraries we check for below, so use a different variable.
30364 # John Interrante, Karl Berry
30365 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
30366 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
30367 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
30368 echo $ECHO_N "(cached) $ECHO_C" >&6
30370 ac_check_lib_save_LIBS
=$LIBS
30371 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
30372 cat >conftest.
$ac_ext <<_ACEOF
30375 cat confdefs.h
>>conftest.
$ac_ext
30376 cat >>conftest.
$ac_ext <<_ACEOF
30377 /* end confdefs.h. */
30379 /* Override any gcc2 internal prototype to avoid an error. */
30383 /* We use char because int might match the return type of a gcc2
30384 builtin and then its argument prototype would still apply. */
30385 char IceConnectionNumber ();
30389 IceConnectionNumber ();
30394 rm -f conftest.
$ac_objext conftest
$ac_exeext
30395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30396 (eval $ac_link) 2>conftest.er1
30398 grep -v '^ *+' conftest.er1
>conftest.err
30400 cat conftest.err
>&5
30401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30402 (exit $ac_status); } &&
30403 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30405 (eval $ac_try) 2>&5
30407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30408 (exit $ac_status); }; } &&
30409 { ac_try
='test -s conftest$ac_exeext'
30410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30411 (eval $ac_try) 2>&5
30413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30414 (exit $ac_status); }; }; then
30415 ac_cv_lib_ICE_IceConnectionNumber
=yes
30417 echo "$as_me: failed program was:" >&5
30418 sed 's/^/| /' conftest.
$ac_ext >&5
30420 ac_cv_lib_ICE_IceConnectionNumber
=no
30422 rm -f conftest.err conftest.
$ac_objext \
30423 conftest
$ac_exeext conftest.
$ac_ext
30424 LIBS
=$ac_check_lib_save_LIBS
30426 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
30427 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
30428 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
30429 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
30432 LDFLAGS
=$ac_save_LDFLAGS
30437 if test "$no_x" = "yes"; then
30438 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
30439 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
30440 { (exit 1); exit 1; }; }
30443 GUI_TK_LIBRARY
=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
30444 TOOLKIT_INCLUDE
=`echo $X_CFLAGS | sed 's/ -INONE//'`
30445 AFMINSTALL
=afminstall
30446 COMPILED_X_PROGRAM
=0
30450 if test "$wxUSE_X11" = 1; then
30451 if test "$wxUSE_NANOX" = "yes"; then
30452 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
30453 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
30454 if test "x$MICROWIN" = x
; then
30455 echo "$as_me:$LINENO: result: not found" >&5
30456 echo "${ECHO_T}not found" >&6
30457 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
30458 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
30459 { (exit 1); exit 1; }; }
30461 echo "$as_me:$LINENO: result: $MICROWIN" >&5
30462 echo "${ECHO_T}$MICROWIN" >&6
30463 cat >>confdefs.h
<<\_ACEOF
30464 #define wxUSE_NANOX 1
30470 if test "$wxUSE_UNICODE" = "yes"; then
30473 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
30474 if test -n "$ac_tool_prefix"; then
30475 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
30476 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
30477 echo "$as_me:$LINENO: checking for $ac_word" >&5
30478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30479 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
30480 echo $ECHO_N "(cached) $ECHO_C" >&6
30482 case $PKG_CONFIG in
30484 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
30487 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
30488 for as_dir
in $PATH
30491 test -z "$as_dir" && as_dir
=.
30492 for ac_exec_ext
in '' $ac_executable_extensions; do
30493 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30494 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
30495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30504 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
30506 if test -n "$PKG_CONFIG"; then
30507 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
30508 echo "${ECHO_T}$PKG_CONFIG" >&6
30510 echo "$as_me:$LINENO: result: no" >&5
30511 echo "${ECHO_T}no" >&6
30515 if test -z "$ac_cv_path_PKG_CONFIG"; then
30516 ac_pt_PKG_CONFIG
=$PKG_CONFIG
30517 # Extract the first word of "pkg-config", so it can be a program name with args.
30518 set dummy pkg
-config; ac_word
=$2
30519 echo "$as_me:$LINENO: checking for $ac_word" >&5
30520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
30521 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
30522 echo $ECHO_N "(cached) $ECHO_C" >&6
30524 case $ac_pt_PKG_CONFIG in
30526 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
30529 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
30530 for as_dir
in $PATH
30533 test -z "$as_dir" && as_dir
=.
30534 for ac_exec_ext
in '' $ac_executable_extensions; do
30535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30536 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
30537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30546 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
30548 if test -n "$ac_pt_PKG_CONFIG"; then
30549 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
30550 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
30552 echo "$as_me:$LINENO: result: no" >&5
30553 echo "${ECHO_T}no" >&6
30556 PKG_CONFIG
=$ac_pt_PKG_CONFIG
30558 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
30562 if test -n "$PKG_CONFIG"; then
30563 _pkg_min_version
=0.9.0
30564 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
30565 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
30566 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
30567 echo "$as_me:$LINENO: result: yes" >&5
30568 echo "${ECHO_T}yes" >&6
30570 echo "$as_me:$LINENO: result: no" >&5
30571 echo "${ECHO_T}no" >&6
30579 echo "$as_me:$LINENO: checking for PANGOX" >&5
30580 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6
30582 if test -n "$PKG_CONFIG"; then
30583 if test -n "$PANGOX_CFLAGS"; then
30584 pkg_cv_PANGOX_CFLAGS
="$PANGOX_CFLAGS"
30586 if test -n "$PKG_CONFIG" && \
30587 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
30588 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
30590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30591 (exit $ac_status); }; then
30592 pkg_cv_PANGOX_CFLAGS
=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
30600 if test -n "$PKG_CONFIG"; then
30601 if test -n "$PANGOX_LIBS"; then
30602 pkg_cv_PANGOX_LIBS
="$PANGOX_LIBS"
30604 if test -n "$PKG_CONFIG" && \
30605 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
30606 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
30608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30609 (exit $ac_status); }; then
30610 pkg_cv_PANGOX_LIBS
=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
30621 if test $pkg_failed = yes; then
30623 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30624 _pkg_short_errors_supported
=yes
30626 _pkg_short_errors_supported
=no
30628 if test $_pkg_short_errors_supported = yes; then
30629 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
30631 PANGOX_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
30633 # Put the nasty error message in config.log where it belongs
30634 echo "$PANGOX_PKG_ERRORS" >&5
30637 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
30638 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
30639 { (exit 1); exit 1; }; }
30642 elif test $pkg_failed = untried
; then
30644 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
30645 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
30646 { (exit 1); exit 1; }; }
30650 PANGOX_CFLAGS
=$pkg_cv_PANGOX_CFLAGS
30651 PANGOX_LIBS
=$pkg_cv_PANGOX_LIBS
30652 echo "$as_me:$LINENO: result: yes" >&5
30653 echo "${ECHO_T}yes" >&6
30655 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
30656 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOX_LIBS"
30661 echo "$as_me:$LINENO: checking for PANGOFT2" >&5
30662 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6
30664 if test -n "$PKG_CONFIG"; then
30665 if test -n "$PANGOFT2_CFLAGS"; then
30666 pkg_cv_PANGOFT2_CFLAGS
="$PANGOFT2_CFLAGS"
30668 if test -n "$PKG_CONFIG" && \
30669 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
30670 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
30672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30673 (exit $ac_status); }; then
30674 pkg_cv_PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
30682 if test -n "$PKG_CONFIG"; then
30683 if test -n "$PANGOFT2_LIBS"; then
30684 pkg_cv_PANGOFT2_LIBS
="$PANGOFT2_LIBS"
30686 if test -n "$PKG_CONFIG" && \
30687 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
30688 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
30690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30691 (exit $ac_status); }; then
30692 pkg_cv_PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
30703 if test $pkg_failed = yes; then
30705 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30706 _pkg_short_errors_supported
=yes
30708 _pkg_short_errors_supported
=no
30710 if test $_pkg_short_errors_supported = yes; then
30711 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
30713 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
30715 # Put the nasty error message in config.log where it belongs
30716 echo "$PANGOFT2_PKG_ERRORS" >&5
30719 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
30720 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
30721 wxUSE_PRINTING_ARCHITECTURE
="no"
30724 elif test $pkg_failed = untried
; then
30726 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
30727 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
30728 wxUSE_PRINTING_ARCHITECTURE
="no"
30732 PANGOFT2_CFLAGS
=$pkg_cv_PANGOFT2_CFLAGS
30733 PANGOFT2_LIBS
=$pkg_cv_PANGOFT2_LIBS
30734 echo "$as_me:$LINENO: result: yes" >&5
30735 echo "${ECHO_T}yes" >&6
30737 CXXFLAGS
="$PANGOFT2_CFLAGS $CXXFLAGS"
30738 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
30743 echo "$as_me:$LINENO: checking for PANGOXFT" >&5
30744 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6
30746 if test -n "$PKG_CONFIG"; then
30747 if test -n "$PANGOXFT_CFLAGS"; then
30748 pkg_cv_PANGOXFT_CFLAGS
="$PANGOXFT_CFLAGS"
30750 if test -n "$PKG_CONFIG" && \
30751 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
30752 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
30754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30755 (exit $ac_status); }; then
30756 pkg_cv_PANGOXFT_CFLAGS
=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
30764 if test -n "$PKG_CONFIG"; then
30765 if test -n "$PANGOXFT_LIBS"; then
30766 pkg_cv_PANGOXFT_LIBS
="$PANGOXFT_LIBS"
30768 if test -n "$PKG_CONFIG" && \
30769 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
30770 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
30772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30773 (exit $ac_status); }; then
30774 pkg_cv_PANGOXFT_LIBS
=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
30785 if test $pkg_failed = yes; then
30787 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
30788 _pkg_short_errors_supported
=yes
30790 _pkg_short_errors_supported
=no
30792 if test $_pkg_short_errors_supported = yes; then
30793 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
30795 PANGOXFT_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
30797 # Put the nasty error message in config.log where it belongs
30798 echo "$PANGOXFT_PKG_ERRORS" >&5
30801 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
30802 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
30805 elif test $pkg_failed = untried
; then
30807 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
30808 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
30812 PANGOXFT_CFLAGS
=$pkg_cv_PANGOXFT_CFLAGS
30813 PANGOXFT_LIBS
=$pkg_cv_PANGOXFT_LIBS
30814 echo "$as_me:$LINENO: result: yes" >&5
30815 echo "${ECHO_T}yes" >&6
30817 cat >>confdefs.h
<<\_ACEOF
30818 #define HAVE_PANGO_XFT 1
30821 CXXFLAGS
="$PANGOXFT_CFLAGS $CXXFLAGS"
30822 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
30825 save_CXXFLAGS
="$CXXFLAGS"
30827 CXXFLAGS
="$PANGOX_CFLAGS $CXXFLAGS"
30828 LIBS
="$LIBS $PANGOX_LIBS"
30830 for ac_func
in pango_font_family_is_monospace
30832 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30833 echo "$as_me:$LINENO: checking for $ac_func" >&5
30834 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30835 if eval "test \"\${$as_ac_var+set}\" = set"; then
30836 echo $ECHO_N "(cached) $ECHO_C" >&6
30838 cat >conftest.
$ac_ext <<_ACEOF
30841 cat confdefs.h
>>conftest.
$ac_ext
30842 cat >>conftest.
$ac_ext <<_ACEOF
30843 /* end confdefs.h. */
30844 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
30845 For example, HP-UX 11i <limits.h> declares gettimeofday. */
30846 #define $ac_func innocuous_$ac_func
30848 /* System header to define __stub macros and hopefully few prototypes,
30849 which can conflict with char $ac_func (); below.
30850 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30851 <limits.h> exists even on freestanding compilers. */
30854 # include <limits.h>
30856 # include <assert.h>
30861 /* Override any gcc2 internal prototype to avoid an error. */
30866 /* We use char because int might match the return type of a gcc2
30867 builtin and then its argument prototype would still apply. */
30869 /* The GNU C library defines this for functions which it implements
30870 to always fail with ENOSYS. Some functions are actually named
30871 something starting with __ and the normal name is an alias. */
30872 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30875 char (*f) () = $ac_func;
30884 return f != $ac_func;
30889 rm -f conftest.
$ac_objext conftest
$ac_exeext
30890 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30891 (eval $ac_link) 2>conftest.er1
30893 grep -v '^ *+' conftest.er1
>conftest.err
30895 cat conftest.err
>&5
30896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30897 (exit $ac_status); } &&
30898 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
30899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30900 (eval $ac_try) 2>&5
30902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30903 (exit $ac_status); }; } &&
30904 { ac_try
='test -s conftest$ac_exeext'
30905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30906 (eval $ac_try) 2>&5
30908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30909 (exit $ac_status); }; }; then
30910 eval "$as_ac_var=yes"
30912 echo "$as_me: failed program was:" >&5
30913 sed 's/^/| /' conftest.
$ac_ext >&5
30915 eval "$as_ac_var=no"
30917 rm -f conftest.err conftest.
$ac_objext \
30918 conftest
$ac_exeext conftest.
$ac_ext
30920 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30921 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30922 if test `eval echo '${'$as_ac_var'}'` = yes; then
30923 cat >>confdefs.h
<<_ACEOF
30924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30930 CXXFLAGS
="$save_CXXFLAGS"
30934 wxUSE_UNIVERSAL
="yes"
30936 if test "$wxUSE_NANOX" = "yes"; then
30937 TOOLKIT_INCLUDE
="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
30938 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"
30939 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
30941 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lX11"
30948 if test "$wxUSE_MOTIF" = 1; then
30949 if test "$wxUSE_UNICODE" = "yes"; then
30950 { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5
30951 echo "$as_me: error: Unicode configuration not supported with Motif" >&2;}
30952 { (exit 1); exit 1; }; }
30955 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
30956 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
30959 for ac_dir
in $SEARCH_INCLUDE /usr
/include
;
30961 if test -f "$ac_dir/Xm/Xm.h"; then
30962 ac_find_includes
=$ac_dir
30967 if test "$ac_find_includes" != "" ; then
30968 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
30969 echo "${ECHO_T}found in $ac_find_includes" >&6
30971 if test "x$ac_find_includes" = "x/usr/include"; then
30972 ac_path_to_include
=""
30974 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev
/null
30976 if test $result = 0; then
30977 ac_path_to_include
=""
30979 ac_path_to_include
=" -I$ac_find_includes"
30983 TOOLKIT_INCLUDE
="$TOOLKIT_INCLUDE$ac_path_to_include"
30985 save_CXXFLAGS
=$CXXFLAGS
30986 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
30988 cat >conftest.
$ac_ext <<_ACEOF
30991 cat confdefs.h
>>conftest.
$ac_ext
30992 cat >>conftest.
$ac_ext <<_ACEOF
30993 /* end confdefs.h. */
31002 version = xmUseVersion;
31008 rm -f conftest.
$ac_objext
31009 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31010 (eval $ac_compile) 2>conftest.er1
31012 grep -v '^ *+' conftest.er1
>conftest.err
31014 cat conftest.err
>&5
31015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31016 (exit $ac_status); } &&
31017 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31019 (eval $ac_try) 2>&5
31021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31022 (exit $ac_status); }; } &&
31023 { ac_try
='test -s conftest.$ac_objext'
31024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31025 (eval $ac_try) 2>&5
31027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31028 (exit $ac_status); }; }; then
31030 echo "$as_me:$LINENO: result: found in default search path" >&5
31031 echo "${ECHO_T}found in default search path" >&6
31032 COMPILED_X_PROGRAM
=1
31035 echo "$as_me: failed program was:" >&5
31036 sed 's/^/| /' conftest.
$ac_ext >&5
31039 echo "$as_me:$LINENO: result: no" >&5
31040 echo "${ECHO_T}no" >&6
31041 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
31042 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
31043 { (exit 1); exit 1; }; }
31047 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31049 CXXFLAGS
=$save_CXXFLAGS
31053 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
31054 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
31057 for ac_dir
in $SEARCH_LIB;
31059 for ac_extension
in a so sl dylib dll.a
; do
31060 if test -f "$ac_dir/libXm.$ac_extension"; then
31061 ac_find_libraries
=$ac_dir
31068 if test "x$ac_find_libraries" != "x" ; then
31069 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31070 echo "${ECHO_T}found in $ac_find_libraries" >&6
31073 if test "$ac_find_libraries" = "default location"; then
31076 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
31078 if test $result = 0; then
31081 ac_path_to_link
=" -L$ac_find_libraries"
31085 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
31087 save_CXXFLAGS
=$CXXFLAGS
31088 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31090 LIBS
="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
31092 cat >conftest.
$ac_ext <<_ACEOF
31095 cat confdefs.h
>>conftest.
$ac_ext
31096 cat >>conftest.
$ac_ext <<_ACEOF
31097 /* end confdefs.h. */
31106 version = xmUseVersion;
31112 rm -f conftest.
$ac_objext conftest
$ac_exeext
31113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31114 (eval $ac_link) 2>conftest.er1
31116 grep -v '^ *+' conftest.er1
>conftest.err
31118 cat conftest.err
>&5
31119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31120 (exit $ac_status); } &&
31121 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31123 (eval $ac_try) 2>&5
31125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31126 (exit $ac_status); }; } &&
31127 { ac_try
='test -s conftest$ac_exeext'
31128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31129 (eval $ac_try) 2>&5
31131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31132 (exit $ac_status); }; }; then
31134 echo "$as_me:$LINENO: result: found in default search path" >&5
31135 echo "${ECHO_T}found in default search path" >&6
31136 COMPILED_X_PROGRAM
=1
31139 echo "$as_me: failed program was:" >&5
31140 sed 's/^/| /' conftest.
$ac_ext >&5
31143 echo "$as_me:$LINENO: result: no" >&5
31144 echo "${ECHO_T}no" >&6
31145 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
31146 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
31147 { (exit 1); exit 1; }; }
31151 rm -f conftest.err conftest.
$ac_objext \
31152 conftest
$ac_exeext conftest.
$ac_ext
31154 CXXFLAGS
=$save_CXXFLAGS
31158 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
31159 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
31163 for libp
in "" " -lXp"; do
31164 if test "$libs_found" = "0"; then
31165 for libsm_ice
in "" " -lSM -lICE"; do
31166 if test "$libs_found" = "0"; then
31168 LIBS
="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
31169 save_CXXFLAGS
=$CXXFLAGS
31170 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31172 cat >conftest.
$ac_ext <<_ACEOF
31175 cat confdefs.h
>>conftest.
$ac_ext
31176 cat >>conftest.
$ac_ext <<_ACEOF
31177 /* end confdefs.h. */
31180 #include <Xm/List.h>
31186 XmString string = NULL;
31189 XmListAddItem(w, string, position);
31195 rm -f conftest.
$ac_objext conftest
$ac_exeext
31196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31197 (eval $ac_link) 2>conftest.er1
31199 grep -v '^ *+' conftest.er1
>conftest.err
31201 cat conftest.err
>&5
31202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31203 (exit $ac_status); } &&
31204 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31206 (eval $ac_try) 2>&5
31208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31209 (exit $ac_status); }; } &&
31210 { ac_try
='test -s conftest$ac_exeext'
31211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31212 (eval $ac_try) 2>&5
31214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31215 (exit $ac_status); }; }; then
31218 libsm_ice_link
="$libsm_ice"
31219 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
31220 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
31224 echo "$as_me: failed program was:" >&5
31225 sed 's/^/| /' conftest.
$ac_ext >&5
31230 rm -f conftest.err conftest.
$ac_objext \
31231 conftest
$ac_exeext conftest.
$ac_ext
31234 CXXFLAGS
=$save_CXXFLAGS
31240 if test "$libs_found" = "0"; then
31241 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
31242 echo "${ECHO_T}can't find the right libraries" >&6
31243 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
31244 echo "$as_me: error: can't link a simple motif program" >&2;}
31245 { (exit 1); exit 1; }; }
31248 echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
31249 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6
31250 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
31251 echo $ECHO_N "(cached) $ECHO_C" >&6
31253 ac_check_lib_save_LIBS
=$LIBS
31255 cat >conftest.
$ac_ext <<_ACEOF
31258 cat confdefs.h
>>conftest.
$ac_ext
31259 cat >>conftest.
$ac_ext <<_ACEOF
31260 /* end confdefs.h. */
31262 /* Override any gcc2 internal prototype to avoid an error. */
31266 /* We use char because int might match the return type of a gcc2
31267 builtin and then its argument prototype would still apply. */
31268 char SgCreateList ();
31277 rm -f conftest.
$ac_objext conftest
$ac_exeext
31278 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31279 (eval $ac_link) 2>conftest.er1
31281 grep -v '^ *+' conftest.er1
>conftest.err
31283 cat conftest.err
>&5
31284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31285 (exit $ac_status); } &&
31286 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31288 (eval $ac_try) 2>&5
31290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31291 (exit $ac_status); }; } &&
31292 { ac_try
='test -s conftest$ac_exeext'
31293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31294 (eval $ac_try) 2>&5
31296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31297 (exit $ac_status); }; }; then
31298 ac_cv_lib_Sgm_SgCreateList
=yes
31300 echo "$as_me: failed program was:" >&5
31301 sed 's/^/| /' conftest.
$ac_ext >&5
31303 ac_cv_lib_Sgm_SgCreateList
=no
31305 rm -f conftest.err conftest.
$ac_objext \
31306 conftest
$ac_exeext conftest.
$ac_ext
31307 LIBS
=$ac_check_lib_save_LIBS
31309 echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
31310 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6
31311 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
31312 libsgm_link
=" -lSgm"
31316 save_CXXFLAGS
=$CXXFLAGS
31317 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31319 echo "$as_me:$LINENO: checking for Motif 2" >&5
31320 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
31321 if test "${wx_cv_lib_motif2+set}" = set; then
31322 echo $ECHO_N "(cached) $ECHO_C" >&6
31324 cat >conftest.
$ac_ext <<_ACEOF
31327 cat confdefs.h
>>conftest.
$ac_ext
31328 cat >>conftest.
$ac_ext <<_ACEOF
31329 /* end confdefs.h. */
31337 #if XmVersion < 2000
31345 rm -f conftest.
$ac_objext
31346 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31347 (eval $ac_compile) 2>conftest.er1
31349 grep -v '^ *+' conftest.er1
>conftest.err
31351 cat conftest.err
>&5
31352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31353 (exit $ac_status); } &&
31354 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31356 (eval $ac_try) 2>&5
31358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31359 (exit $ac_status); }; } &&
31360 { ac_try
='test -s conftest.$ac_objext'
31361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31362 (eval $ac_try) 2>&5
31364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31365 (exit $ac_status); }; }; then
31366 wx_cv_lib_motif2
="yes"
31368 echo "$as_me: failed program was:" >&5
31369 sed 's/^/| /' conftest.
$ac_ext >&5
31371 wx_cv_lib_motif2
="no"
31373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31375 echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
31376 echo "${ECHO_T}$wx_cv_lib_motif2" >&6
31377 if test "$wx_cv_lib_motif2" = "yes"; then
31378 cat >>confdefs.h
<<\_ACEOF
31379 #define __WXMOTIF20__ 1
31383 cat >>confdefs.h
<<\_ACEOF
31384 #define __WXMOTIF20__ 0
31389 echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
31390 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6
31391 if test "${wx_cv_lib_lesstif+set}" = set; then
31392 echo $ECHO_N "(cached) $ECHO_C" >&6
31394 cat >conftest.
$ac_ext <<_ACEOF
31397 cat confdefs.h
>>conftest.
$ac_ext
31398 cat >>conftest.
$ac_ext <<_ACEOF
31399 /* end confdefs.h. */
31407 #if !defined(LesstifVersion) || LesstifVersion <= 0
31415 rm -f conftest.
$ac_objext
31416 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31417 (eval $ac_compile) 2>conftest.er1
31419 grep -v '^ *+' conftest.er1
>conftest.err
31421 cat conftest.err
>&5
31422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31423 (exit $ac_status); } &&
31424 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31426 (eval $ac_try) 2>&5
31428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31429 (exit $ac_status); }; } &&
31430 { ac_try
='test -s conftest.$ac_objext'
31431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31432 (eval $ac_try) 2>&5
31434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31435 (exit $ac_status); }; }; then
31436 wx_cv_lib_lesstif
="yes"
31438 echo "$as_me: failed program was:" >&5
31439 sed 's/^/| /' conftest.
$ac_ext >&5
31441 wx_cv_lib_lesstif
="no"
31443 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31446 echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
31447 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6
31448 if test "$wx_cv_lib_lesstif" = "yes"; then
31449 cat >>confdefs.h
<<\_ACEOF
31450 #define __WXLESSTIF__ 1
31454 cat >>confdefs.h
<<\_ACEOF
31455 #define __WXLESSTIF__ 0
31460 CXXFLAGS
=$save_CXXFLAGS
31462 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
31467 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
31468 if test "$wxUSE_LIBXPM" = "sys"; then
31469 echo "$as_me:$LINENO: checking for Xpm library" >&5
31470 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
31473 for ac_dir
in $SEARCH_LIB;
31475 for ac_extension
in a so sl dylib dll.a
; do
31476 if test -f "$ac_dir/libXpm.$ac_extension"; then
31477 ac_find_libraries
=$ac_dir
31483 if test "$ac_find_libraries" != "" ; then
31485 if test "$ac_find_libraries" = "default location"; then
31488 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev
/null
31490 if test $result = 0; then
31493 ac_path_to_link
=" -L$ac_find_libraries"
31497 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY$ac_path_to_link"
31498 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31499 echo "${ECHO_T}found in $ac_find_libraries" >&6
31501 echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
31502 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
31503 if test "${wx_cv_x11_xpm_h+set}" = set; then
31504 echo $ECHO_N "(cached) $ECHO_C" >&6
31507 save_CXXFLAGS
=$CXXFLAGS
31508 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31510 cat >conftest.
$ac_ext <<_ACEOF
31513 cat confdefs.h
>>conftest.
$ac_ext
31514 cat >>conftest.
$ac_ext <<_ACEOF
31515 /* end confdefs.h. */
31517 #include <X11/xpm.h>
31524 version = XpmLibraryVersion();
31530 rm -f conftest.
$ac_objext
31531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31532 (eval $ac_compile) 2>conftest.er1
31534 grep -v '^ *+' conftest.er1
>conftest.err
31536 cat conftest.err
>&5
31537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31538 (exit $ac_status); } &&
31539 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31541 (eval $ac_try) 2>&5
31543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31544 (exit $ac_status); }; } &&
31545 { ac_try
='test -s conftest.$ac_objext'
31546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31547 (eval $ac_try) 2>&5
31549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31550 (exit $ac_status); }; }; then
31551 wx_cv_x11_xpm_h
=yes
31553 echo "$as_me: failed program was:" >&5
31554 sed 's/^/| /' conftest.
$ac_ext >&5
31559 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31561 CXXFLAGS
=$save_CXXFLAGS
31565 echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
31566 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6
31568 if test $wx_cv_x11_xpm_h = "yes"; then
31569 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXpm"
31570 cat >>confdefs.h
<<\_ACEOF
31571 #define wxHAVE_LIB_XPM 1
31575 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
31576 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
31582 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
31583 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
31584 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
31585 echo $ECHO_N "(cached) $ECHO_C" >&6
31587 ac_check_lib_save_LIBS
=$LIBS
31588 LIBS
="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
31589 cat >conftest.
$ac_ext <<_ACEOF
31592 cat confdefs.h
>>conftest.
$ac_ext
31593 cat >>conftest.
$ac_ext <<_ACEOF
31594 /* end confdefs.h. */
31596 /* Override any gcc2 internal prototype to avoid an error. */
31600 /* We use char because int might match the return type of a gcc2
31601 builtin and then its argument prototype would still apply. */
31602 char XShapeQueryExtension ();
31606 XShapeQueryExtension ();
31611 rm -f conftest.
$ac_objext conftest
$ac_exeext
31612 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31613 (eval $ac_link) 2>conftest.er1
31615 grep -v '^ *+' conftest.er1
>conftest.err
31617 cat conftest.err
>&5
31618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31619 (exit $ac_status); } &&
31620 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31622 (eval $ac_try) 2>&5
31624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31625 (exit $ac_status); }; } &&
31626 { ac_try
='test -s conftest$ac_exeext'
31627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31628 (eval $ac_try) 2>&5
31630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31631 (exit $ac_status); }; }; then
31632 ac_cv_lib_Xext_XShapeQueryExtension
=yes
31634 echo "$as_me: failed program was:" >&5
31635 sed 's/^/| /' conftest.
$ac_ext >&5
31637 ac_cv_lib_Xext_XShapeQueryExtension
=no
31639 rm -f conftest.err conftest.
$ac_objext \
31640 conftest
$ac_exeext conftest.
$ac_ext
31641 LIBS
=$ac_check_lib_save_LIBS
31643 echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
31644 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
31645 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
31647 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXext"
31653 if test "$wxHAVE_XEXT_LIB" = 1; then
31654 save_CXXFLAGS
="$CXXFLAGS"
31655 CXXFLAGS
="$TOOLKIT_INCLUDE $CXXFLAGS"
31657 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
31658 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
31659 cat >conftest.
$ac_ext <<_ACEOF
31662 cat confdefs.h
>>conftest.
$ac_ext
31663 cat >>conftest.
$ac_ext <<_ACEOF
31664 /* end confdefs.h. */
31666 #include <X11/Xlib.h>
31667 #include <X11/extensions/shape.h>
31673 int dummy1, dummy2;
31674 XShapeQueryExtension((Display*)NULL,
31675 (int*)NULL, (int*)NULL);
31681 rm -f conftest.
$ac_objext
31682 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31683 (eval $ac_compile) 2>conftest.er1
31685 grep -v '^ *+' conftest.er1
>conftest.err
31687 cat conftest.err
>&5
31688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31689 (exit $ac_status); } &&
31690 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31692 (eval $ac_try) 2>&5
31694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31695 (exit $ac_status); }; } &&
31696 { ac_try
='test -s conftest.$ac_objext'
31697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31698 (eval $ac_try) 2>&5
31700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31701 (exit $ac_status); }; }; then
31703 cat >>confdefs.h
<<\_ACEOF
31704 #define HAVE_XSHAPE 1
31707 echo "$as_me:$LINENO: result: found" >&5
31708 echo "${ECHO_T}found" >&6
31711 echo "$as_me: failed program was:" >&5
31712 sed 's/^/| /' conftest.
$ac_ext >&5
31715 echo "$as_me:$LINENO: result: not found" >&5
31716 echo "${ECHO_T}not found" >&6
31719 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31720 CXXFLAGS
="$save_CXXFLAGS"
31725 if test "$wxUSE_MAC" = 1; then
31726 echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
31727 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6
31728 if test "$GCC" = yes; then
31729 echo "$as_me:$LINENO: result: gcc" >&5
31730 echo "${ECHO_T}gcc" >&6
31731 CPPFLAGS_PASCAL
="-fpascal-strings"
31732 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
31733 echo "$as_me:$LINENO: result: xlc" >&5
31734 echo "${ECHO_T}xlc" >&6
31735 CPPFLAGS_PASCAL
="-qmacpstr"
31737 echo "$as_me:$LINENO: result: none" >&5
31738 echo "${ECHO_T}none" >&6
31741 if test "x$wxUSE_UNIX" = "xyes"; then
31742 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon $CPPFLAGS"
31744 CPPFLAGS
="$CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON $CPPFLAGS"
31749 WXBASEPORT
="_carbon"
31752 if test "$wxUSE_COCOA" = 1; then
31757 if test "$wxUSE_PM" = 1; then
31760 echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
31761 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6
31762 if test "${wx_cv_spbcdata+set}" = set; then
31763 echo $ECHO_N "(cached) $ECHO_C" >&6
31766 cat >conftest.
$ac_ext <<_ACEOF
31769 cat confdefs.h
>>conftest.
$ac_ext
31770 cat >>conftest.
$ac_ext <<_ACEOF
31771 /* end confdefs.h. */
31786 rm -f conftest.
$ac_objext
31787 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31788 (eval $ac_compile) 2>conftest.er1
31790 grep -v '^ *+' conftest.er1
>conftest.err
31792 cat conftest.err
>&5
31793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31794 (exit $ac_status); } &&
31795 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31797 (eval $ac_try) 2>&5
31799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31800 (exit $ac_status); }; } &&
31801 { ac_try
='test -s conftest.$ac_objext'
31802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31803 (eval $ac_try) 2>&5
31805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31806 (exit $ac_status); }; }; then
31809 echo "$as_me: failed program was:" >&5
31810 sed 's/^/| /' conftest.
$ac_ext >&5
31815 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31819 echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
31820 echo "${ECHO_T}$wx_cv_spbcdata" >&6
31822 if test $wx_cv_spbcdata = "yes"; then
31823 cat >>confdefs.h
<<\_ACEOF
31824 #define HAVE_SPBCDATA 1
31830 if test "$TOOLKIT" = "PM" ; then
31833 TOOLKIT_DIR
=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
31836 if test "$wxUSE_UNIVERSAL" = "yes"; then
31837 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
31841 GUIDIST
="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
31842 DISTDIR
="wx\$(TOOLKIT)"
31848 if test "$USE_WIN32" = 1 ; then
31852 GUIDIST
="BASE_DIST"
31857 if test "$wxUSE_GUI" = "yes"; then
31858 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
31860 for ac_header
in X
11/Xlib.h
31862 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31863 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31864 echo "$as_me:$LINENO: checking for $ac_header" >&5
31865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31866 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31867 echo $ECHO_N "(cached) $ECHO_C" >&6
31869 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31870 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31872 # Is the header compilable?
31873 echo "$as_me:$LINENO: checking $ac_header usability" >&5
31874 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31875 cat >conftest.
$ac_ext <<_ACEOF
31878 cat confdefs.h
>>conftest.
$ac_ext
31879 cat >>conftest.
$ac_ext <<_ACEOF
31880 /* end confdefs.h. */
31881 $ac_includes_default
31882 #include <$ac_header>
31884 rm -f conftest.
$ac_objext
31885 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31886 (eval $ac_compile) 2>conftest.er1
31888 grep -v '^ *+' conftest.er1
>conftest.err
31890 cat conftest.err
>&5
31891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31892 (exit $ac_status); } &&
31893 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
31894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31895 (eval $ac_try) 2>&5
31897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31898 (exit $ac_status); }; } &&
31899 { ac_try
='test -s conftest.$ac_objext'
31900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31901 (eval $ac_try) 2>&5
31903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31904 (exit $ac_status); }; }; then
31905 ac_header_compiler
=yes
31907 echo "$as_me: failed program was:" >&5
31908 sed 's/^/| /' conftest.
$ac_ext >&5
31910 ac_header_compiler
=no
31912 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
31913 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31914 echo "${ECHO_T}$ac_header_compiler" >&6
31916 # Is the header present?
31917 echo "$as_me:$LINENO: checking $ac_header presence" >&5
31918 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31919 cat >conftest.
$ac_ext <<_ACEOF
31922 cat confdefs.h
>>conftest.
$ac_ext
31923 cat >>conftest.
$ac_ext <<_ACEOF
31924 /* end confdefs.h. */
31925 #include <$ac_header>
31927 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31928 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
31930 grep -v '^ *+' conftest.er1
>conftest.err
31932 cat conftest.err
>&5
31933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31934 (exit $ac_status); } >/dev
/null
; then
31935 if test -s conftest.err
; then
31936 ac_cpp_err
=$ac_c_preproc_warn_flag
31937 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
31944 if test -z "$ac_cpp_err"; then
31945 ac_header_preproc
=yes
31947 echo "$as_me: failed program was:" >&5
31948 sed 's/^/| /' conftest.
$ac_ext >&5
31950 ac_header_preproc
=no
31952 rm -f conftest.err conftest.
$ac_ext
31953 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31954 echo "${ECHO_T}$ac_header_preproc" >&6
31956 # So? What about this header?
31957 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
31959 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31960 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31961 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
31962 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
31963 ac_header_preproc
=yes
31966 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31967 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31968 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31969 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31970 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
31971 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
31972 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
31973 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
31974 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31975 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31976 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
31977 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
31980 ## ----------------------------------------- ##
31981 ## Report this to wx-dev@lists.wxwidgets.org ##
31982 ## ----------------------------------------- ##
31985 sed "s/^/$as_me: WARNING: /" >&2
31988 echo "$as_me:$LINENO: checking for $ac_header" >&5
31989 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31990 if eval "test \"\${$as_ac_Header+set}\" = set"; then
31991 echo $ECHO_N "(cached) $ECHO_C" >&6
31993 eval "$as_ac_Header=\$ac_header_preproc"
31995 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31996 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31999 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32000 cat >>confdefs.h
<<_ACEOF
32001 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32009 for ac_header
in X
11/XKBlib.h
32011 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32012 echo "$as_me:$LINENO: checking for $ac_header" >&5
32013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32014 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32015 echo $ECHO_N "(cached) $ECHO_C" >&6
32017 cat >conftest.
$ac_ext <<_ACEOF
32020 cat confdefs.h
>>conftest.
$ac_ext
32021 cat >>conftest.
$ac_ext <<_ACEOF
32022 /* end confdefs.h. */
32024 #if HAVE_X11_XLIB_H
32025 #include <X11/Xlib.h>
32029 #include <$ac_header>
32031 rm -f conftest.
$ac_objext
32032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32033 (eval $ac_compile) 2>conftest.er1
32035 grep -v '^ *+' conftest.er1
>conftest.err
32037 cat conftest.err
>&5
32038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32039 (exit $ac_status); } &&
32040 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32042 (eval $ac_try) 2>&5
32044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32045 (exit $ac_status); }; } &&
32046 { ac_try
='test -s conftest.$ac_objext'
32047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32048 (eval $ac_try) 2>&5
32050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32051 (exit $ac_status); }; }; then
32052 eval "$as_ac_Header=yes"
32054 echo "$as_me: failed program was:" >&5
32055 sed 's/^/| /' conftest.
$ac_ext >&5
32057 eval "$as_ac_Header=no"
32059 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32061 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32062 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32063 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32064 cat >>confdefs.h
<<_ACEOF
32065 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32080 if test "$TOOLKIT" != "MSW" ; then
32082 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
32084 if test "${ac_cv_header_sql_h+set}" = set; then
32085 echo "$as_me:$LINENO: checking for sql.h" >&5
32086 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32087 if test "${ac_cv_header_sql_h+set}" = set; then
32088 echo $ECHO_N "(cached) $ECHO_C" >&6
32090 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32091 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32093 # Is the header compilable?
32094 echo "$as_me:$LINENO: checking sql.h usability" >&5
32095 echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
32096 cat >conftest.
$ac_ext <<_ACEOF
32099 cat confdefs.h
>>conftest.
$ac_ext
32100 cat >>conftest.
$ac_ext <<_ACEOF
32101 /* end confdefs.h. */
32102 $ac_includes_default
32105 rm -f conftest.
$ac_objext
32106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32107 (eval $ac_compile) 2>conftest.er1
32109 grep -v '^ *+' conftest.er1
>conftest.err
32111 cat conftest.err
>&5
32112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32113 (exit $ac_status); } &&
32114 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32116 (eval $ac_try) 2>&5
32118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32119 (exit $ac_status); }; } &&
32120 { ac_try
='test -s conftest.$ac_objext'
32121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32122 (eval $ac_try) 2>&5
32124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32125 (exit $ac_status); }; }; then
32126 ac_header_compiler
=yes
32128 echo "$as_me: failed program was:" >&5
32129 sed 's/^/| /' conftest.
$ac_ext >&5
32131 ac_header_compiler
=no
32133 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32134 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32135 echo "${ECHO_T}$ac_header_compiler" >&6
32137 # Is the header present?
32138 echo "$as_me:$LINENO: checking sql.h presence" >&5
32139 echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
32140 cat >conftest.
$ac_ext <<_ACEOF
32143 cat confdefs.h
>>conftest.
$ac_ext
32144 cat >>conftest.
$ac_ext <<_ACEOF
32145 /* end confdefs.h. */
32148 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32149 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32151 grep -v '^ *+' conftest.er1
>conftest.err
32153 cat conftest.err
>&5
32154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32155 (exit $ac_status); } >/dev
/null
; then
32156 if test -s conftest.err
; then
32157 ac_cpp_err
=$ac_c_preproc_warn_flag
32158 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
32165 if test -z "$ac_cpp_err"; then
32166 ac_header_preproc
=yes
32168 echo "$as_me: failed program was:" >&5
32169 sed 's/^/| /' conftest.
$ac_ext >&5
32171 ac_header_preproc
=no
32173 rm -f conftest.err conftest.
$ac_ext
32174 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32175 echo "${ECHO_T}$ac_header_preproc" >&6
32177 # So? What about this header?
32178 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32180 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
32181 echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32182 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5
32183 echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;}
32184 ac_header_preproc
=yes
32187 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
32188 echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
32189 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
32190 echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
32191 { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5
32192 echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;}
32193 { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5
32194 echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;}
32195 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
32196 echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
32197 { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5
32198 echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;}
32201 ## ----------------------------------------- ##
32202 ## Report this to wx-dev@lists.wxwidgets.org ##
32203 ## ----------------------------------------- ##
32206 sed "s/^/$as_me: WARNING: /" >&2
32209 echo "$as_me:$LINENO: checking for sql.h" >&5
32210 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
32211 if test "${ac_cv_header_sql_h+set}" = set; then
32212 echo $ECHO_N "(cached) $ECHO_C" >&6
32214 ac_cv_header_sql_h
=$ac_header_preproc
32216 echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
32217 echo "${ECHO_T}$ac_cv_header_sql_h" >&6
32220 if test $ac_cv_header_sql_h = yes; then
32225 if test "x$found_sql_h" = "x1" ; then
32226 echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5
32227 echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6
32228 if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then
32229 echo $ECHO_N "(cached) $ECHO_C" >&6
32231 ac_check_lib_save_LIBS
=$LIBS
32232 LIBS
="-liodbc $LIBS"
32233 cat >conftest.
$ac_ext <<_ACEOF
32236 cat confdefs.h
>>conftest.
$ac_ext
32237 cat >>conftest.
$ac_ext <<_ACEOF
32238 /* end confdefs.h. */
32240 /* Override any gcc2 internal prototype to avoid an error. */
32244 /* We use char because int might match the return type of a gcc2
32245 builtin and then its argument prototype would still apply. */
32246 char SQLAllocEnv ();
32255 rm -f conftest.
$ac_objext conftest
$ac_exeext
32256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32257 (eval $ac_link) 2>conftest.er1
32259 grep -v '^ *+' conftest.er1
>conftest.err
32261 cat conftest.err
>&5
32262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32263 (exit $ac_status); } &&
32264 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32266 (eval $ac_try) 2>&5
32268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32269 (exit $ac_status); }; } &&
32270 { ac_try
='test -s conftest$ac_exeext'
32271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32272 (eval $ac_try) 2>&5
32274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32275 (exit $ac_status); }; }; then
32276 ac_cv_lib_iodbc_SQLAllocEnv
=yes
32278 echo "$as_me: failed program was:" >&5
32279 sed 's/^/| /' conftest.
$ac_ext >&5
32281 ac_cv_lib_iodbc_SQLAllocEnv
=no
32283 rm -f conftest.err conftest.
$ac_objext \
32284 conftest
$ac_exeext conftest.
$ac_ext
32285 LIBS
=$ac_check_lib_save_LIBS
32287 echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5
32288 echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6
32289 if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then
32290 ODBC_LINK
=" -liodbc"
32293 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5
32294 echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6
32295 if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then
32296 echo $ECHO_N "(cached) $ECHO_C" >&6
32298 ac_check_lib_save_LIBS
=$LIBS
32299 LIBS
="-lunixodbc $LIBS"
32300 cat >conftest.
$ac_ext <<_ACEOF
32303 cat confdefs.h
>>conftest.
$ac_ext
32304 cat >>conftest.
$ac_ext <<_ACEOF
32305 /* end confdefs.h. */
32307 /* Override any gcc2 internal prototype to avoid an error. */
32311 /* We use char because int might match the return type of a gcc2
32312 builtin and then its argument prototype would still apply. */
32313 char SQLAllocEnv ();
32322 rm -f conftest.
$ac_objext conftest
$ac_exeext
32323 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32324 (eval $ac_link) 2>conftest.er1
32326 grep -v '^ *+' conftest.er1
>conftest.err
32328 cat conftest.err
>&5
32329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32330 (exit $ac_status); } &&
32331 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32333 (eval $ac_try) 2>&5
32335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32336 (exit $ac_status); }; } &&
32337 { ac_try
='test -s conftest$ac_exeext'
32338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32339 (eval $ac_try) 2>&5
32341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32342 (exit $ac_status); }; }; then
32343 ac_cv_lib_unixodbc_SQLAllocEnv
=yes
32345 echo "$as_me: failed program was:" >&5
32346 sed 's/^/| /' conftest.
$ac_ext >&5
32348 ac_cv_lib_unixodbc_SQLAllocEnv
=no
32350 rm -f conftest.err conftest.
$ac_objext \
32351 conftest
$ac_exeext conftest.
$ac_ext
32352 LIBS
=$ac_check_lib_save_LIBS
32354 echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5
32355 echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6
32356 if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then
32357 ODBC_LINK
=" -lunixodbc"
32360 echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5
32361 echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6
32362 if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then
32363 echo $ECHO_N "(cached) $ECHO_C" >&6
32365 ac_check_lib_save_LIBS
=$LIBS
32366 LIBS
="-lodbc $LIBS"
32367 cat >conftest.
$ac_ext <<_ACEOF
32370 cat confdefs.h
>>conftest.
$ac_ext
32371 cat >>conftest.
$ac_ext <<_ACEOF
32372 /* end confdefs.h. */
32374 /* Override any gcc2 internal prototype to avoid an error. */
32378 /* We use char because int might match the return type of a gcc2
32379 builtin and then its argument prototype would still apply. */
32380 char SQLAllocEnv ();
32389 rm -f conftest.
$ac_objext conftest
$ac_exeext
32390 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32391 (eval $ac_link) 2>conftest.er1
32393 grep -v '^ *+' conftest.er1
>conftest.err
32395 cat conftest.err
>&5
32396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32397 (exit $ac_status); } &&
32398 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32400 (eval $ac_try) 2>&5
32402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32403 (exit $ac_status); }; } &&
32404 { ac_try
='test -s conftest$ac_exeext'
32405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32406 (eval $ac_try) 2>&5
32408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32409 (exit $ac_status); }; }; then
32410 ac_cv_lib_odbc_SQLAllocEnv
=yes
32412 echo "$as_me: failed program was:" >&5
32413 sed 's/^/| /' conftest.
$ac_ext >&5
32415 ac_cv_lib_odbc_SQLAllocEnv
=no
32417 rm -f conftest.err conftest.
$ac_objext \
32418 conftest
$ac_exeext conftest.
$ac_ext
32419 LIBS
=$ac_check_lib_save_LIBS
32421 echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5
32422 echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6
32423 if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then
32424 ODBC_LINK
=" -lodbc"
32434 if test "x$ODBC_LINK" = "x" ; then
32435 if test "$wxUSE_ODBC" = "sys" ; then
32436 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
32437 echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
32438 { (exit 1); exit 1; }; }
32440 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
32441 echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
32449 if test "$wxUSE_ODBC" = "builtin" ; then
32450 cat >>confdefs.h
<<\_ACEOF
32451 #define wxUSE_BUILTIN_IODBC 1
32457 if test "$wxUSE_ODBC" != "no" ; then
32458 cat >>confdefs.h
<<\_ACEOF
32459 #define wxUSE_ODBC 1
32462 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS db"
32464 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_IODBC_"
32468 if test "$wxUSE_DISPLAY" = "yes"; then
32469 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
32470 echo "$as_me:$LINENO: checking for Xinerama" >&5
32471 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6
32474 for ac_dir
in $SEARCH_LIB;
32476 for ac_extension
in a so sl dylib dll.a
; do
32477 if test -f "$ac_dir/libXinerama.$ac_extension"; then
32478 ac_find_libraries
=$ac_dir
32484 if test "$ac_find_libraries" != "" ; then
32486 if test "$ac_find_libraries" = "default location"; then
32489 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
32491 if test $result = 0; then
32494 ac_path_to_link
=" -L$ac_find_libraries"
32498 if test "$ac_path_to_link" != " -L/usr/lib" ; then
32499 LDFLAGS
="$LDFLAGS $ac_path_to_link"
32501 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXinerama"
32502 echo "$as_me:$LINENO: result: yes" >&5
32503 echo "${ECHO_T}yes" >&6
32505 echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
32506 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6
32509 for ac_dir
in $SEARCH_LIB;
32511 for ac_extension
in a so sl dylib dll.a
; do
32512 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
32513 ac_find_libraries
=$ac_dir
32519 if test "$ac_find_libraries" != "" ; then
32520 echo "$as_me:$LINENO: result: yes" >&5
32521 echo "${ECHO_T}yes" >&6
32523 for ac_header
in X
11/extensions
/xf86vmode.h
32525 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32526 echo "$as_me:$LINENO: checking for $ac_header" >&5
32527 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32528 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32529 echo $ECHO_N "(cached) $ECHO_C" >&6
32531 cat >conftest.
$ac_ext <<_ACEOF
32534 cat confdefs.h
>>conftest.
$ac_ext
32535 cat >>conftest.
$ac_ext <<_ACEOF
32536 /* end confdefs.h. */
32538 #if HAVE_X11_XLIB_H
32539 #include <X11/Xlib.h>
32543 #include <$ac_header>
32545 rm -f conftest.
$ac_objext
32546 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32547 (eval $ac_compile) 2>conftest.er1
32549 grep -v '^ *+' conftest.er1
>conftest.err
32551 cat conftest.err
>&5
32552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32553 (exit $ac_status); } &&
32554 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32556 (eval $ac_try) 2>&5
32558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32559 (exit $ac_status); }; } &&
32560 { ac_try
='test -s conftest.$ac_objext'
32561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32562 (eval $ac_try) 2>&5
32564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32565 (exit $ac_status); }; }; then
32566 eval "$as_ac_Header=yes"
32568 echo "$as_me: failed program was:" >&5
32569 sed 's/^/| /' conftest.
$ac_ext >&5
32571 eval "$as_ac_Header=no"
32573 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32575 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32576 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32578 cat >>confdefs.h
<<_ACEOF
32579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32582 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lXxf86vm"
32589 echo "$as_me:$LINENO: result: no" >&5
32590 echo "${ECHO_T}no" >&6
32594 echo "$as_me:$LINENO: result: no" >&5
32595 echo "${ECHO_T}no" >&6
32596 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
32597 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
32600 elif test "$wxUSE_MSW" = 1; then
32602 for ac_header
in ddraw.h
32604 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32605 echo "$as_me:$LINENO: checking for $ac_header" >&5
32606 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32607 if eval "test \"\${$as_ac_Header+set}\" = set"; then
32608 echo $ECHO_N "(cached) $ECHO_C" >&6
32610 cat >conftest.
$ac_ext <<_ACEOF
32613 cat confdefs.h
>>conftest.
$ac_ext
32614 cat >>conftest.
$ac_ext <<_ACEOF
32615 /* end confdefs.h. */
32616 #include <windows.h>
32618 #include <$ac_header>
32620 rm -f conftest.
$ac_objext
32621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32622 (eval $ac_compile) 2>conftest.er1
32624 grep -v '^ *+' conftest.er1
>conftest.err
32626 cat conftest.err
>&5
32627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32628 (exit $ac_status); } &&
32629 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32631 (eval $ac_try) 2>&5
32633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634 (exit $ac_status); }; } &&
32635 { ac_try
='test -s conftest.$ac_objext'
32636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32637 (eval $ac_try) 2>&5
32639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32640 (exit $ac_status); }; }; then
32641 eval "$as_ac_Header=yes"
32643 echo "$as_me: failed program was:" >&5
32644 sed 's/^/| /' conftest.
$ac_ext >&5
32646 eval "$as_ac_Header=no"
32648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32650 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32651 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32652 if test `eval echo '${'$as_ac_Header'}'` = yes; then
32653 cat >>confdefs.h
<<_ACEOF
32654 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32664 if test "$wxUSE_DETECT_SM" = "yes"; then
32665 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then
32666 echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
32667 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6
32670 for ac_dir
in $SEARCH_LIB;
32672 for ac_extension
in a so sl dylib dll.a
; do
32673 if test -f "$ac_dir/libSM.$ac_extension"; then
32674 ac_find_libraries
=$ac_dir
32680 if test "$ac_find_libraries" != "" ; then
32682 if test "$ac_find_libraries" = "default location"; then
32685 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
32687 if test $result = 0; then
32690 ac_path_to_link
=" -L$ac_find_libraries"
32694 if test "$ac_path_to_link" != " -L/usr/lib" ; then
32695 LDFLAGS
="$LDFLAGS $ac_path_to_link"
32697 GUI_TK_LIBRARY
="$GUI_TK_LIBRARY -lSM"
32698 echo "$as_me:$LINENO: result: yes" >&5
32699 echo "${ECHO_T}yes" >&6
32701 echo "$as_me:$LINENO: result: no" >&5
32702 echo "${ECHO_T}no" >&6
32703 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
32704 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
32705 wxUSE_DETECT_SM
="no"
32708 wxUSE_DETECT_SM
="no"
32715 if test "$wxUSE_OPENGL" = "yes"; then
32716 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
32717 OPENGL_LIBS
="-framework OpenGL -framework AGL"
32718 elif test "$wxUSE_MSW" = 1; then
32719 OPENGL_LIBS
="-lopengl32 -lglu32"
32721 echo "$as_me:$LINENO: checking for OpenGL headers" >&5
32722 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6
32725 for ac_dir
in $SEARCH_INCLUDE /opt
/graphics
/OpenGL
/include
/usr
/include
;
32727 if test -f "$ac_dir/GL/gl.h"; then
32728 ac_find_includes
=$ac_dir
32733 if test "$ac_find_includes" != "" ; then
32734 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
32735 echo "${ECHO_T}found in $ac_find_includes" >&6
32737 if test "x$ac_find_includes" = "x/usr/include"; then
32738 ac_path_to_include
=""
32740 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev
/null
32742 if test $result = 0; then
32743 ac_path_to_include
=""
32745 ac_path_to_include
=" -I$ac_find_includes"
32749 CPPFLAGS
="$ac_path_to_include $CPPFLAGS"
32751 echo "$as_me:$LINENO: result: not found" >&5
32752 echo "${ECHO_T}not found" >&6
32755 if test "${ac_cv_header_GL_gl_h+set}" = set; then
32756 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
32757 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
32758 if test "${ac_cv_header_GL_gl_h+set}" = set; then
32759 echo $ECHO_N "(cached) $ECHO_C" >&6
32761 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
32762 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
32764 # Is the header compilable?
32765 echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
32766 echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
32767 cat >conftest.
$ac_ext <<_ACEOF
32770 cat confdefs.h
>>conftest.
$ac_ext
32771 cat >>conftest.
$ac_ext <<_ACEOF
32772 /* end confdefs.h. */
32773 $ac_includes_default
32776 rm -f conftest.
$ac_objext
32777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32778 (eval $ac_compile) 2>conftest.er1
32780 grep -v '^ *+' conftest.er1
>conftest.err
32782 cat conftest.err
>&5
32783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32784 (exit $ac_status); } &&
32785 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32787 (eval $ac_try) 2>&5
32789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32790 (exit $ac_status); }; } &&
32791 { ac_try
='test -s conftest.$ac_objext'
32792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32793 (eval $ac_try) 2>&5
32795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32796 (exit $ac_status); }; }; then
32797 ac_header_compiler
=yes
32799 echo "$as_me: failed program was:" >&5
32800 sed 's/^/| /' conftest.
$ac_ext >&5
32802 ac_header_compiler
=no
32804 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32805 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32806 echo "${ECHO_T}$ac_header_compiler" >&6
32808 # Is the header present?
32809 echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
32810 echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
32811 cat >conftest.
$ac_ext <<_ACEOF
32814 cat confdefs.h
>>conftest.
$ac_ext
32815 cat >>conftest.
$ac_ext <<_ACEOF
32816 /* end confdefs.h. */
32819 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32820 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32822 grep -v '^ *+' conftest.er1
>conftest.err
32824 cat conftest.err
>&5
32825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32826 (exit $ac_status); } >/dev
/null
; then
32827 if test -s conftest.err
; then
32828 ac_cpp_err
=$ac_c_preproc_warn_flag
32829 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
32836 if test -z "$ac_cpp_err"; then
32837 ac_header_preproc
=yes
32839 echo "$as_me: failed program was:" >&5
32840 sed 's/^/| /' conftest.
$ac_ext >&5
32842 ac_header_preproc
=no
32844 rm -f conftest.err conftest.
$ac_ext
32845 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32846 echo "${ECHO_T}$ac_header_preproc" >&6
32848 # So? What about this header?
32849 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32851 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
32852 echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32853 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
32854 echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
32855 ac_header_preproc
=yes
32858 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
32859 echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
32860 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
32861 echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
32862 { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
32863 echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
32864 { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
32865 echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
32866 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
32867 echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
32868 { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
32869 echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
32872 ## ----------------------------------------- ##
32873 ## Report this to wx-dev@lists.wxwidgets.org ##
32874 ## ----------------------------------------- ##
32877 sed "s/^/$as_me: WARNING: /" >&2
32880 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
32881 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
32882 if test "${ac_cv_header_GL_gl_h+set}" = set; then
32883 echo $ECHO_N "(cached) $ECHO_C" >&6
32885 ac_cv_header_GL_gl_h
=$ac_header_preproc
32887 echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
32888 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
32891 if test $ac_cv_header_GL_gl_h = yes; then
32893 if test "${ac_cv_header_GL_glu_h+set}" = set; then
32894 echo "$as_me:$LINENO: checking for GL/glu.h" >&5
32895 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6
32896 if test "${ac_cv_header_GL_glu_h+set}" = set; then
32897 echo $ECHO_N "(cached) $ECHO_C" >&6
32899 echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
32900 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6
32902 # Is the header compilable?
32903 echo "$as_me:$LINENO: checking GL/glu.h usability" >&5
32904 echo $ECHO_N "checking GL/glu.h usability... $ECHO_C" >&6
32905 cat >conftest.
$ac_ext <<_ACEOF
32908 cat confdefs.h
>>conftest.
$ac_ext
32909 cat >>conftest.
$ac_ext <<_ACEOF
32910 /* end confdefs.h. */
32911 $ac_includes_default
32912 #include <GL/glu.h>
32914 rm -f conftest.
$ac_objext
32915 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32916 (eval $ac_compile) 2>conftest.er1
32918 grep -v '^ *+' conftest.er1
>conftest.err
32920 cat conftest.err
>&5
32921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32922 (exit $ac_status); } &&
32923 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
32924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32925 (eval $ac_try) 2>&5
32927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32928 (exit $ac_status); }; } &&
32929 { ac_try
='test -s conftest.$ac_objext'
32930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32931 (eval $ac_try) 2>&5
32933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32934 (exit $ac_status); }; }; then
32935 ac_header_compiler
=yes
32937 echo "$as_me: failed program was:" >&5
32938 sed 's/^/| /' conftest.
$ac_ext >&5
32940 ac_header_compiler
=no
32942 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
32943 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32944 echo "${ECHO_T}$ac_header_compiler" >&6
32946 # Is the header present?
32947 echo "$as_me:$LINENO: checking GL/glu.h presence" >&5
32948 echo $ECHO_N "checking GL/glu.h presence... $ECHO_C" >&6
32949 cat >conftest.
$ac_ext <<_ACEOF
32952 cat confdefs.h
>>conftest.
$ac_ext
32953 cat >>conftest.
$ac_ext <<_ACEOF
32954 /* end confdefs.h. */
32955 #include <GL/glu.h>
32957 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32958 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
32960 grep -v '^ *+' conftest.er1
>conftest.err
32962 cat conftest.err
>&5
32963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32964 (exit $ac_status); } >/dev
/null
; then
32965 if test -s conftest.err
; then
32966 ac_cpp_err
=$ac_c_preproc_warn_flag
32967 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
32974 if test -z "$ac_cpp_err"; then
32975 ac_header_preproc
=yes
32977 echo "$as_me: failed program was:" >&5
32978 sed 's/^/| /' conftest.
$ac_ext >&5
32980 ac_header_preproc
=no
32982 rm -f conftest.err conftest.
$ac_ext
32983 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32984 echo "${ECHO_T}$ac_header_preproc" >&6
32986 # So? What about this header?
32987 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32989 { echo "$as_me:$LINENO: WARNING: GL/glu.h: accepted by the compiler, rejected by the preprocessor!" >&5
32990 echo "$as_me: WARNING: GL/glu.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32991 { echo "$as_me:$LINENO: WARNING: GL/glu.h: proceeding with the compiler's result" >&5
32992 echo "$as_me: WARNING: GL/glu.h: proceeding with the compiler's result" >&2;}
32993 ac_header_preproc
=yes
32996 { echo "$as_me:$LINENO: WARNING: GL/glu.h: present but cannot be compiled" >&5
32997 echo "$as_me: WARNING: GL/glu.h: present but cannot be compiled" >&2;}
32998 { echo "$as_me:$LINENO: WARNING: GL/glu.h: check for missing prerequisite headers?" >&5
32999 echo "$as_me: WARNING: GL/glu.h: check for missing prerequisite headers?" >&2;}
33000 { echo "$as_me:$LINENO: WARNING: GL/glu.h: see the Autoconf documentation" >&5
33001 echo "$as_me: WARNING: GL/glu.h: see the Autoconf documentation" >&2;}
33002 { echo "$as_me:$LINENO: WARNING: GL/glu.h: section \"Present But Cannot Be Compiled\"" >&5
33003 echo "$as_me: WARNING: GL/glu.h: section \"Present But Cannot Be Compiled\"" >&2;}
33004 { echo "$as_me:$LINENO: WARNING: GL/glu.h: proceeding with the preprocessor's result" >&5
33005 echo "$as_me: WARNING: GL/glu.h: proceeding with the preprocessor's result" >&2;}
33006 { echo "$as_me:$LINENO: WARNING: GL/glu.h: in the future, the compiler will take precedence" >&5
33007 echo "$as_me: WARNING: GL/glu.h: in the future, the compiler will take precedence" >&2;}
33010 ## ----------------------------------------- ##
33011 ## Report this to wx-dev@lists.wxwidgets.org ##
33012 ## ----------------------------------------- ##
33015 sed "s/^/$as_me: WARNING: /" >&2
33018 echo "$as_me:$LINENO: checking for GL/glu.h" >&5
33019 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6
33020 if test "${ac_cv_header_GL_glu_h+set}" = set; then
33021 echo $ECHO_N "(cached) $ECHO_C" >&6
33023 ac_cv_header_GL_glu_h
=$ac_header_preproc
33025 echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
33026 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6
33029 if test $ac_cv_header_GL_glu_h = yes; then
33033 echo "$as_me:$LINENO: checking for -lGL" >&5
33034 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
33037 for ac_dir
in $SEARCH_LIB /opt
/graphics
/OpenGL
/lib
;
33039 for ac_extension
in a so sl dylib dll.a
; do
33040 if test -f "$ac_dir/libGL.$ac_extension"; then
33041 ac_find_libraries
=$ac_dir
33047 if test "$ac_find_libraries" != "" ; then
33048 echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33049 echo "${ECHO_T}found in $ac_find_libraries" >&6
33052 if test "$ac_find_libraries" = "default location"; then
33055 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33057 if test $result = 0; then
33060 ac_path_to_link
=" -L$ac_find_libraries"
33064 if test "$ac_path_to_link" != " -L/usr/lib" ; then
33065 LDFLAGS_GL
="$ac_path_to_link"
33068 echo "$as_me:$LINENO: checking for -lGLU" >&5
33069 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6
33072 for ac_dir
in $SEARCH_LIB;
33074 for ac_extension
in a so sl dylib dll.a
; do
33075 if test -f "$ac_dir/libGLU.$ac_extension"; then
33076 ac_find_libraries
=$ac_dir
33082 if test "$ac_find_libraries" != "" ; then
33084 if test "$ac_find_libraries" = "default location"; then
33087 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33089 if test $result = 0; then
33092 ac_path_to_link
=" -L$ac_find_libraries"
33096 if test "$ac_path_to_link" != " -L/usr/lib" -a \
33097 "$ac_path_to_link" != "$LDFLAGS_GL"; then
33098 LDFLAGS_GL
="$LDFLAGS_GL$ac_path_to_link"
33102 OPENGL_LIBS
="-lGL -lGLU"
33103 echo "$as_me:$LINENO: result: yes" >&5
33104 echo "${ECHO_T}yes" >&6
33106 echo "$as_me:$LINENO: result: no" >&5
33107 echo "${ECHO_T}no" >&6
33110 echo "$as_me:$LINENO: result: no" >&5
33111 echo "${ECHO_T}no" >&6
33114 if test "$found_gl" != 1; then
33115 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
33116 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
33119 for ac_dir
in $SEARCH_LIB;
33121 for ac_extension
in a so sl dylib dll.a
; do
33122 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
33123 ac_find_libraries
=$ac_dir
33129 if test "$ac_find_libraries" != "" ; then
33131 if test "$ac_find_libraries" = "default location"; then
33134 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev
/null
33136 if test $result = 0; then
33139 ac_path_to_link
=" -L$ac_find_libraries"
33143 LDFLAGS_GL
="$LDFLAGS$ac_path_to_link"
33144 OPENGL_LIBS
="-lMesaGL -lMesaGLU"
33145 echo "$as_me:$LINENO: result: yes" >&5
33146 echo "${ECHO_T}yes" >&6
33148 echo "$as_me:$LINENO: result: no" >&5
33149 echo "${ECHO_T}no" >&6
33161 if test "x$OPENGL_LIBS" = "x"; then
33162 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
33163 echo "$as_me: error: OpenGL libraries not available" >&2;}
33164 { (exit 1); exit 1; }; }
33168 if test "$wxUSE_OPENGL" = "yes"; then
33170 cat >>confdefs.h
<<\_ACEOF
33171 #define wxUSE_OPENGL 1
33174 cat >>confdefs.h
<<\_ACEOF
33175 #define wxUSE_GLCANVAS 1
33178 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
33183 if test -n "$TOOLKIT" ; then
33184 TOOLCHAIN_DEFS
="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
33189 if test "$wxUSE_SHARED" = "yes"; then
33193 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
33194 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
33199 if test "$wxUSE_SHARED" = "yes"; then
33203 *-*-cygwin* | *-*-mingw* )
33204 wx_cv_version_script
=no
33208 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
33209 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
33210 if test "${wx_cv_version_script+set}" = set; then
33211 echo $ECHO_N "(cached) $ECHO_C" >&6
33214 echo "VER_1 { *; };" >conftest.sym
33215 echo "int main() { return 0; }" >conftest.cpp
33218 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33219 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
33220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33221 (eval $ac_try) 2>&5
33223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33224 (exit $ac_status); }; } ; then
33225 if test -s conftest.stderr
; then
33226 wx_cv_version_script
=no
33228 wx_cv_version_script
=yes
33231 wx_cv_version_script
=no
33234 if test $wx_cv_version_script = yes
33236 echo "struct B { virtual ~B() { } }; \
33237 struct D : public B { }; \
33238 void F() { D d; }" > conftest.cpp
33241 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33242 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
33243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33244 (eval $ac_try) 2>&5
33246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33247 (exit $ac_status); }; } &&
33249 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33250 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
33251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33252 (eval $ac_try) 2>&5
33254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33255 (exit $ac_status); }; }
33258 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
33259 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
33260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33261 (eval $ac_try) 2>&5
33263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33264 (exit $ac_status); }; }
33266 wx_cv_version_script
=yes
33268 wx_cv_version_script
=no
33273 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
33274 rm -f conftest1.output conftest2.output conftest3.output
33277 echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
33278 echo "${ECHO_T}$wx_cv_version_script" >&6
33280 if test $wx_cv_version_script = yes ; then
33281 LDFLAGS_VERSIONING
="-Wl,--version-script,\$(wx_top_builddir)/version-script"
33288 *-*-linux* | *-*-gnu* )
33289 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
33290 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
33294 if test "$GCC" = yes ; then
33295 CPPFLAGS
="-isystem /usr/openwin/include $CPPFLAGS"
33297 saveLdflags
="$LDFLAGS"
33298 LDFLAGS
="$saveLdflags -Wl,-rpath,/"
33299 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
33300 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
33301 cat >conftest.
$ac_ext <<_ACEOF
33304 cat confdefs.h
>>conftest.
$ac_ext
33305 cat >>conftest.
$ac_ext <<_ACEOF
33306 /* end confdefs.h. */
33316 rm -f conftest.
$ac_objext conftest
$ac_exeext
33317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33318 (eval $ac_link) 2>conftest.er1
33320 grep -v '^ *+' conftest.er1
>conftest.err
33322 cat conftest.err
>&5
33323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33324 (exit $ac_status); } &&
33325 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33327 (eval $ac_try) 2>&5
33329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33330 (exit $ac_status); }; } &&
33331 { ac_try
='test -s conftest$ac_exeext'
33332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33333 (eval $ac_try) 2>&5
33335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33336 (exit $ac_status); }; }; then
33338 echo "$as_me:$LINENO: result: yes" >&5
33339 echo "${ECHO_T}yes" >&6
33340 SAMPLES_RPATH_FLAG
="-Wl,-rpath,\$(wx_top_builddir)/lib"
33341 WXCONFIG_RPATH
="-Wl,-rpath,\$libdir"
33344 echo "$as_me: failed program was:" >&5
33345 sed 's/^/| /' conftest.
$ac_ext >&5
33348 echo "$as_me:$LINENO: result: no" >&5
33349 echo "${ECHO_T}no" >&6
33350 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
33351 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
33352 LDFLAGS
="$saveLdflags -Wl,-R,/"
33353 cat >conftest.
$ac_ext <<_ACEOF
33356 cat confdefs.h
>>conftest.
$ac_ext
33357 cat >>conftest.
$ac_ext <<_ACEOF
33358 /* end confdefs.h. */
33368 rm -f conftest.
$ac_objext conftest
$ac_exeext
33369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33370 (eval $ac_link) 2>conftest.er1
33372 grep -v '^ *+' conftest.er1
>conftest.err
33374 cat conftest.err
>&5
33375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33376 (exit $ac_status); } &&
33377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33379 (eval $ac_try) 2>&5
33381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33382 (exit $ac_status); }; } &&
33383 { ac_try
='test -s conftest$ac_exeext'
33384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33385 (eval $ac_try) 2>&5
33387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33388 (exit $ac_status); }; }; then
33390 echo "$as_me:$LINENO: result: yes" >&5
33391 echo "${ECHO_T}yes" >&6
33392 SAMPLES_RPATH_FLAG
="-Wl,-R,\$(wx_top_builddir)/lib"
33393 WXCONFIG_RPATH
="-Wl,-R,\$libdir"
33396 echo "$as_me: failed program was:" >&5
33397 sed 's/^/| /' conftest.
$ac_ext >&5
33400 echo "$as_me:$LINENO: result: no" >&5
33401 echo "${ECHO_T}no" >&6
33404 rm -f conftest.err conftest.
$ac_objext \
33405 conftest
$ac_exeext conftest.
$ac_ext
33408 rm -f conftest.err conftest.
$ac_objext \
33409 conftest
$ac_exeext conftest.
$ac_ext
33410 LDFLAGS
="$saveLdflags"
33412 SAMPLES_RPATH_FLAG
="-R\$(wx_top_builddir)/lib"
33413 WXCONFIG_RPATH
="-R\$libdir"
33418 install_name_tool
=`which install_name_tool`
33419 if test "$install_name_tool" -a -x "$install_name_tool"; then
33420 SAMPLES_RPATH_POSTLINK
="\$(wx_top_builddir)/change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
33421 cat <<EOF >change-install-names
33423 libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
33424 inst_cmd="install_name_tool "
33425 for i in \${libnames} ; do
33426 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
33430 chmod +x change
-install-names
33434 *-*-cygwin* | *-*-mingw32* )
33435 WXCONFIG_ONLY_CPPFLAGS
="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
33439 SAMPLES_RPATH_FLAG
="-Wl,+b,\$(wx_top_builddir)/lib"
33440 WXCONFIG_RPATH
="-Wl,+b,\$libdir"
33445 if test $wxUSE_RPATH = "no"; then
33446 SAMPLES_RPATH_FLAG
=''
33447 SAMPLES_RPATH_POSTLINK
=''
33455 config_linkage_component
="-static"
33462 lib_unicode_suffix
=
33464 if test "$wxUSE_UNICODE" = "yes"; then
33465 lib_unicode_suffix
=u
33466 WX_CHARTYPE
="unicode"
33471 WX_DEBUGTYPE
="release"
33473 if test "$wxUSE_DEBUG_FLAG" = "yes"; then
33475 WX_DEBUGTYPE
="debug"
33479 WX_FLAVOUR
=${WX_FLAVOUR:+-$WX_FLAVOUR}
33480 WX_LIB_FLAVOUR
=`echo $WX_FLAVOUR | tr '-' '_'`
33483 if test "$wxUSE_DEBUG_INFO" = "yes"; then
33487 WX_VERSION_TAG
=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
33489 TOOLCHAIN_NAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}"
33491 TOOLCHAIN_FULLNAME
="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
33493 if test "$cross_compiling" = "yes"; then
33494 HOST_SUFFIX
="-$host_alias"
33495 TOOLCHAIN_NAME
="$TOOLCHAIN_NAME$HOST_SUFFIX"
33496 TOOLCHAIN_FULLNAME
="${host_alias}-$TOOLCHAIN_FULLNAME"
33499 WX_LIBRARY_BASENAME_NOGUI
="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
33500 if test "${TOOLKIT_DIR}" = "os2"; then
33501 WX_LIBRARY_BASENAME_GUI
="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
33503 WX_LIBRARY_BASENAME_GUI
="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}"
33508 if test "$wxUSE_COCOA" = 1; then
33512 ac_cpp
='$CPP $CPPFLAGS'
33513 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33514 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33515 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33519 echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
33520 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6
33521 cat >conftest.
$ac_ext <<_ACEOF
33524 cat confdefs.h
>>conftest.
$ac_ext
33525 cat >>conftest.
$ac_ext <<_ACEOF
33526 /* end confdefs.h. */
33527 #include <AppKit/NSEvent.h>
33528 #include <CoreFoundation/CoreFoundation.h>
33538 rm -f conftest.
$ac_objext
33539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33540 (eval $ac_compile) 2>conftest.er1
33542 grep -v '^ *+' conftest.er1
>conftest.err
33544 cat conftest.err
>&5
33545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33546 (exit $ac_status); } &&
33547 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33549 (eval $ac_try) 2>&5
33551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33552 (exit $ac_status); }; } &&
33553 { ac_try
='test -s conftest.$ac_objext'
33554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33555 (eval $ac_try) 2>&5
33557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33558 (exit $ac_status); }; }; then
33559 echo "$as_me:$LINENO: result: no" >&5
33560 echo "${ECHO_T}no" >&6
33562 echo "$as_me: failed program was:" >&5
33563 sed 's/^/| /' conftest.
$ac_ext >&5
33565 echo "$as_me:$LINENO: result: yes" >&5
33566 echo "${ECHO_T}yes" >&6
33567 echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
33568 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6
33569 cat >conftest.
$ac_ext <<_ACEOF
33572 cat confdefs.h
>>conftest.
$ac_ext
33573 cat >>conftest.
$ac_ext <<_ACEOF
33574 /* end confdefs.h. */
33575 #define __Point__ 1
33576 #include <AppKit/NSEvent.h>
33577 #include <CoreFoundation/CoreFoundation.h>
33587 rm -f conftest.
$ac_objext
33588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33589 (eval $ac_compile) 2>conftest.er1
33591 grep -v '^ *+' conftest.er1
>conftest.err
33593 cat conftest.err
>&5
33594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33595 (exit $ac_status); } &&
33596 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33598 (eval $ac_try) 2>&5
33600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33601 (exit $ac_status); }; } &&
33602 { ac_try
='test -s conftest.$ac_objext'
33603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33604 (eval $ac_try) 2>&5
33606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33607 (exit $ac_status); }; }; then
33608 echo "$as_me:$LINENO: result: yes" >&5
33609 echo "${ECHO_T}yes" >&6
33610 cat >>confdefs.h
<<\_ACEOF
33611 #define __Point__ 1
33616 echo "$as_me: failed program was:" >&5
33617 sed 's/^/| /' conftest.
$ac_ext >&5
33619 { { echo "$as_me:$LINENO: error: no
33620 See \`config.log' for more details." >&5
33621 echo "$as_me: error: no
33622 See \`config.log' for more details." >&2;}
33623 { (exit 1); exit 1; }; }
33626 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33629 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33631 ac_cpp
='$CPP $CPPFLAGS'
33632 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33633 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33634 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
33638 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
33639 WX_RESOURCES_MACOSX_ASCII
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
33640 WX_RESOURCES_MACOSX_DATA
="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
33642 LIBWXMACRES
="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
33644 # Extract the first word of "Rez", so it can be a program name with args.
33645 set dummy Rez
; ac_word
=$2
33646 echo "$as_me:$LINENO: checking for $ac_word" >&5
33647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33648 if test "${ac_cv_prog_REZ+set}" = set; then
33649 echo $ECHO_N "(cached) $ECHO_C" >&6
33651 if test -n "$REZ"; then
33652 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
33654 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33655 for as_dir
in $PATH
33658 test -z "$as_dir" && as_dir
=.
33659 for ac_exec_ext
in '' $ac_executable_extensions; do
33660 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33661 ac_cv_prog_REZ
="Rez"
33662 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33668 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
33671 REZ
=$ac_cv_prog_REZ
33672 if test -n "$REZ"; then
33673 echo "$as_me:$LINENO: result: $REZ" >&5
33674 echo "${ECHO_T}$REZ" >&6
33676 echo "$as_me:$LINENO: result: no" >&5
33677 echo "${ECHO_T}no" >&6
33680 # Extract the first word of "DeRez", so it can be a program name with args.
33681 set dummy DeRez
; ac_word
=$2
33682 echo "$as_me:$LINENO: checking for $ac_word" >&5
33683 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33684 if test "${ac_cv_prog_DEREZ+set}" = set; then
33685 echo $ECHO_N "(cached) $ECHO_C" >&6
33687 if test -n "$DEREZ"; then
33688 ac_cv_prog_DEREZ
="$DEREZ" # Let the user override the test.
33690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33691 for as_dir
in $PATH
33694 test -z "$as_dir" && as_dir
=.
33695 for ac_exec_ext
in '' $ac_executable_extensions; do
33696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33697 ac_cv_prog_DEREZ
="DeRez"
33698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33704 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ
="/Developer/Tools/DeRez"
33707 DEREZ
=$ac_cv_prog_DEREZ
33708 if test -n "$DEREZ"; then
33709 echo "$as_me:$LINENO: result: $DEREZ" >&5
33710 echo "${ECHO_T}$DEREZ" >&6
33712 echo "$as_me:$LINENO: result: no" >&5
33713 echo "${ECHO_T}no" >&6
33716 # Extract the first word of "SetFile", so it can be a program name with args.
33717 set dummy SetFile
; ac_word
=$2
33718 echo "$as_me:$LINENO: checking for $ac_word" >&5
33719 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33720 if test "${ac_cv_prog_SETFILE+set}" = set; then
33721 echo $ECHO_N "(cached) $ECHO_C" >&6
33723 if test -n "$SETFILE"; then
33724 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
33726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
33727 for as_dir
in $PATH
33730 test -z "$as_dir" && as_dir
=.
33731 for ac_exec_ext
in '' $ac_executable_extensions; do
33732 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33733 ac_cv_prog_SETFILE
="SetFile"
33734 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33740 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
33743 SETFILE
=$ac_cv_prog_SETFILE
33744 if test -n "$SETFILE"; then
33745 echo "$as_me:$LINENO: result: $SETFILE" >&5
33746 echo "${ECHO_T}$SETFILE" >&6
33748 echo "$as_me:$LINENO: result: no" >&5
33749 echo "${ECHO_T}no" >&6
33753 MACSETFILE
="\$(SETFILE)"
33755 if test "$wxUSE_MAC" = 1; then
33756 POSTLINK_COMMAND
="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
33758 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL Carbon.r -o"
33760 POSTLINK_COMMAND
="echo -n | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
33761 RESCOMP
="echo -n \| $REZ"
33762 WXCONFIG_RESFLAGS
="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
33768 if test "$wxUSE_PM" = 1; then
33770 WXCONFIG_RESFLAGS
="-ep"
33772 POSTLINK_COMMAND
="$RESCOMP $WXCONFIG_RESFLAGS"
33774 POSTLINK_COMMAND
="@true"
33781 echo "$as_me:$LINENO: checking for mode_t" >&5
33782 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
33783 if test "${ac_cv_type_mode_t+set}" = set; then
33784 echo $ECHO_N "(cached) $ECHO_C" >&6
33786 cat >conftest.
$ac_ext <<_ACEOF
33789 cat confdefs.h
>>conftest.
$ac_ext
33790 cat >>conftest.
$ac_ext <<_ACEOF
33791 /* end confdefs.h. */
33792 $ac_includes_default
33798 if (sizeof (mode_t))
33804 rm -f conftest.
$ac_objext
33805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33806 (eval $ac_compile) 2>conftest.er1
33808 grep -v '^ *+' conftest.er1
>conftest.err
33810 cat conftest.err
>&5
33811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33812 (exit $ac_status); } &&
33813 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33815 (eval $ac_try) 2>&5
33817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33818 (exit $ac_status); }; } &&
33819 { ac_try
='test -s conftest.$ac_objext'
33820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33821 (eval $ac_try) 2>&5
33823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33824 (exit $ac_status); }; }; then
33825 ac_cv_type_mode_t
=yes
33827 echo "$as_me: failed program was:" >&5
33828 sed 's/^/| /' conftest.
$ac_ext >&5
33830 ac_cv_type_mode_t
=no
33832 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33834 echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
33835 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
33836 if test $ac_cv_type_mode_t = yes; then
33840 cat >>confdefs.h
<<_ACEOF
33846 echo "$as_me:$LINENO: checking for off_t" >&5
33847 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
33848 if test "${ac_cv_type_off_t+set}" = set; then
33849 echo $ECHO_N "(cached) $ECHO_C" >&6
33851 cat >conftest.
$ac_ext <<_ACEOF
33854 cat confdefs.h
>>conftest.
$ac_ext
33855 cat >>conftest.
$ac_ext <<_ACEOF
33856 /* end confdefs.h. */
33857 $ac_includes_default
33863 if (sizeof (off_t))
33869 rm -f conftest.
$ac_objext
33870 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33871 (eval $ac_compile) 2>conftest.er1
33873 grep -v '^ *+' conftest.er1
>conftest.err
33875 cat conftest.err
>&5
33876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33877 (exit $ac_status); } &&
33878 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33880 (eval $ac_try) 2>&5
33882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33883 (exit $ac_status); }; } &&
33884 { ac_try
='test -s conftest.$ac_objext'
33885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33886 (eval $ac_try) 2>&5
33888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33889 (exit $ac_status); }; }; then
33890 ac_cv_type_off_t
=yes
33892 echo "$as_me: failed program was:" >&5
33893 sed 's/^/| /' conftest.
$ac_ext >&5
33895 ac_cv_type_off_t
=no
33897 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33899 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
33900 echo "${ECHO_T}$ac_cv_type_off_t" >&6
33901 if test $ac_cv_type_off_t = yes; then
33905 cat >>confdefs.h
<<_ACEOF
33911 echo "$as_me:$LINENO: checking for pid_t" >&5
33912 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
33913 if test "${ac_cv_type_pid_t+set}" = set; then
33914 echo $ECHO_N "(cached) $ECHO_C" >&6
33916 cat >conftest.
$ac_ext <<_ACEOF
33919 cat confdefs.h
>>conftest.
$ac_ext
33920 cat >>conftest.
$ac_ext <<_ACEOF
33921 /* end confdefs.h. */
33922 $ac_includes_default
33928 if (sizeof (pid_t))
33934 rm -f conftest.
$ac_objext
33935 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33936 (eval $ac_compile) 2>conftest.er1
33938 grep -v '^ *+' conftest.er1
>conftest.err
33940 cat conftest.err
>&5
33941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33942 (exit $ac_status); } &&
33943 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
33944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33945 (eval $ac_try) 2>&5
33947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33948 (exit $ac_status); }; } &&
33949 { ac_try
='test -s conftest.$ac_objext'
33950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33951 (eval $ac_try) 2>&5
33953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33954 (exit $ac_status); }; }; then
33955 ac_cv_type_pid_t
=yes
33957 echo "$as_me: failed program was:" >&5
33958 sed 's/^/| /' conftest.
$ac_ext >&5
33960 ac_cv_type_pid_t
=no
33962 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33964 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
33965 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
33966 if test $ac_cv_type_pid_t = yes; then
33970 cat >>confdefs.h
<<_ACEOF
33976 echo "$as_me:$LINENO: checking for size_t" >&5
33977 echo $ECHO_N "checking for size_t... $ECHO_C" >&6
33978 if test "${ac_cv_type_size_t+set}" = set; then
33979 echo $ECHO_N "(cached) $ECHO_C" >&6
33981 cat >conftest.
$ac_ext <<_ACEOF
33984 cat confdefs.h
>>conftest.
$ac_ext
33985 cat >>conftest.
$ac_ext <<_ACEOF
33986 /* end confdefs.h. */
33987 $ac_includes_default
33993 if (sizeof (size_t))
33999 rm -f conftest.
$ac_objext
34000 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34001 (eval $ac_compile) 2>conftest.er1
34003 grep -v '^ *+' conftest.er1
>conftest.err
34005 cat conftest.err
>&5
34006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34007 (exit $ac_status); } &&
34008 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34010 (eval $ac_try) 2>&5
34012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34013 (exit $ac_status); }; } &&
34014 { ac_try
='test -s conftest.$ac_objext'
34015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34016 (eval $ac_try) 2>&5
34018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34019 (exit $ac_status); }; }; then
34020 ac_cv_type_size_t
=yes
34022 echo "$as_me: failed program was:" >&5
34023 sed 's/^/| /' conftest.
$ac_ext >&5
34025 ac_cv_type_size_t
=no
34027 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34029 echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
34030 echo "${ECHO_T}$ac_cv_type_size_t" >&6
34031 if test $ac_cv_type_size_t = yes; then
34035 cat >>confdefs.h
<<_ACEOF
34036 #define size_t unsigned
34041 echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
34042 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
34043 if test "${ac_cv_type_uid_t+set}" = set; then
34044 echo $ECHO_N "(cached) $ECHO_C" >&6
34046 cat >conftest.
$ac_ext <<_ACEOF
34049 cat confdefs.h
>>conftest.
$ac_ext
34050 cat >>conftest.
$ac_ext <<_ACEOF
34051 /* end confdefs.h. */
34052 #include <sys/types.h>
34055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
34056 $EGREP "uid_t" >/dev
/null
2>&1; then
34057 ac_cv_type_uid_t
=yes
34059 ac_cv_type_uid_t
=no
34064 echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
34065 echo "${ECHO_T}$ac_cv_type_uid_t" >&6
34066 if test $ac_cv_type_uid_t = no
; then
34068 cat >>confdefs.h
<<\_ACEOF
34073 cat >>confdefs.h
<<\_ACEOF
34080 echo "$as_me:$LINENO: checking for ssize_t" >&5
34081 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
34082 if test "${ac_cv_type_ssize_t+set}" = set; then
34083 echo $ECHO_N "(cached) $ECHO_C" >&6
34085 cat >conftest.
$ac_ext <<_ACEOF
34088 cat confdefs.h
>>conftest.
$ac_ext
34089 cat >>conftest.
$ac_ext <<_ACEOF
34090 /* end confdefs.h. */
34091 $ac_includes_default
34097 if (sizeof (ssize_t))
34103 rm -f conftest.
$ac_objext
34104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34105 (eval $ac_compile) 2>conftest.er1
34107 grep -v '^ *+' conftest.er1
>conftest.err
34109 cat conftest.err
>&5
34110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34111 (exit $ac_status); } &&
34112 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34114 (eval $ac_try) 2>&5
34116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34117 (exit $ac_status); }; } &&
34118 { ac_try
='test -s conftest.$ac_objext'
34119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34120 (eval $ac_try) 2>&5
34122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34123 (exit $ac_status); }; }; then
34124 ac_cv_type_ssize_t
=yes
34126 echo "$as_me: failed program was:" >&5
34127 sed 's/^/| /' conftest.
$ac_ext >&5
34129 ac_cv_type_ssize_t
=no
34131 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34133 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
34134 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
34135 if test $ac_cv_type_ssize_t = yes; then
34137 cat >>confdefs.h
<<_ACEOF
34138 #define HAVE_SSIZE_T 1
34145 echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
34146 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
34147 if test "${wx_cv_size_t_is_uint+set}" = set; then
34148 echo $ECHO_N "(cached) $ECHO_C" >&6
34151 cat >conftest.
$ac_ext <<_ACEOF
34154 cat confdefs.h
>>conftest.
$ac_ext
34155 cat >>conftest.
$ac_ext <<_ACEOF
34156 /* end confdefs.h. */
34157 #include <stddef.h>
34164 struct Foo { void foo(size_t); void foo(unsigned int); };
34172 rm -f conftest.
$ac_objext
34173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34174 (eval $ac_compile) 2>conftest.er1
34176 grep -v '^ *+' conftest.er1
>conftest.err
34178 cat conftest.err
>&5
34179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34180 (exit $ac_status); } &&
34181 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34183 (eval $ac_try) 2>&5
34185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34186 (exit $ac_status); }; } &&
34187 { ac_try
='test -s conftest.$ac_objext'
34188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34189 (eval $ac_try) 2>&5
34191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34192 (exit $ac_status); }; }; then
34193 wx_cv_size_t_is_uint
=no
34195 echo "$as_me: failed program was:" >&5
34196 sed 's/^/| /' conftest.
$ac_ext >&5
34198 wx_cv_size_t_is_uint
=yes
34201 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34205 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
34206 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
34208 if test "$wx_cv_size_t_is_uint" = "yes"; then
34209 cat >>confdefs.h
<<\_ACEOF
34210 #define wxSIZE_T_IS_UINT 1
34214 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
34215 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
34216 if test "${wx_cv_size_t_is_ulong+set}" = set; then
34217 echo $ECHO_N "(cached) $ECHO_C" >&6
34219 cat >conftest.
$ac_ext <<_ACEOF
34222 cat confdefs.h
>>conftest.
$ac_ext
34223 cat >>conftest.
$ac_ext <<_ACEOF
34224 /* end confdefs.h. */
34225 #include <stddef.h>
34232 struct Foo { void foo(size_t); void foo(unsigned long); };
34240 rm -f conftest.
$ac_objext
34241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34242 (eval $ac_compile) 2>conftest.er1
34244 grep -v '^ *+' conftest.er1
>conftest.err
34246 cat conftest.err
>&5
34247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34248 (exit $ac_status); } &&
34249 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34251 (eval $ac_try) 2>&5
34253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34254 (exit $ac_status); }; } &&
34255 { ac_try
='test -s conftest.$ac_objext'
34256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34257 (eval $ac_try) 2>&5
34259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34260 (exit $ac_status); }; }; then
34261 wx_cv_size_t_is_ulong
=no
34263 echo "$as_me: failed program was:" >&5
34264 sed 's/^/| /' conftest.
$ac_ext >&5
34266 wx_cv_size_t_is_ulong
=yes
34269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34272 echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
34273 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
34275 if test "$wx_cv_size_t_is_ulong" = "yes"; then
34276 cat >>confdefs.h
<<\_ACEOF
34277 #define wxSIZE_T_IS_ULONG 1
34284 echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
34285 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
34286 if test "${wx_cv_struct_pw_gecos+set}" = set; then
34287 echo $ECHO_N "(cached) $ECHO_C" >&6
34290 cat >conftest.
$ac_ext <<_ACEOF
34293 cat confdefs.h
>>conftest.
$ac_ext
34294 cat >>conftest.
$ac_ext <<_ACEOF
34295 /* end confdefs.h. */
34309 rm -f conftest.
$ac_objext
34310 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34311 (eval $ac_compile) 2>conftest.er1
34313 grep -v '^ *+' conftest.er1
>conftest.err
34315 cat conftest.err
>&5
34316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34317 (exit $ac_status); } &&
34318 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34320 (eval $ac_try) 2>&5
34322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34323 (exit $ac_status); }; } &&
34324 { ac_try
='test -s conftest.$ac_objext'
34325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34326 (eval $ac_try) 2>&5
34328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34329 (exit $ac_status); }; }; then
34331 wx_cv_struct_pw_gecos
=yes
34334 echo "$as_me: failed program was:" >&5
34335 sed 's/^/| /' conftest.
$ac_ext >&5
34338 wx_cv_struct_pw_gecos
=no
34342 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34346 echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
34347 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
34349 if test "$wx_cv_struct_pw_gecos" = "yes"; then
34350 cat >>confdefs.h
<<\_ACEOF
34351 #define HAVE_PW_GECOS 1
34357 if test "$wxUSE_WCHAR_T" = "yes"; then
34358 cat >>confdefs.h
<<\_ACEOF
34359 #define wxUSE_WCHAR_T 1
34366 for ac_func
in wcslen
34368 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34369 echo "$as_me:$LINENO: checking for $ac_func" >&5
34370 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34371 if eval "test \"\${$as_ac_var+set}\" = set"; then
34372 echo $ECHO_N "(cached) $ECHO_C" >&6
34374 cat >conftest.
$ac_ext <<_ACEOF
34377 cat confdefs.h
>>conftest.
$ac_ext
34378 cat >>conftest.
$ac_ext <<_ACEOF
34379 /* end confdefs.h. */
34380 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34382 #define $ac_func innocuous_$ac_func
34384 /* System header to define __stub macros and hopefully few prototypes,
34385 which can conflict with char $ac_func (); below.
34386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34387 <limits.h> exists even on freestanding compilers. */
34390 # include <limits.h>
34392 # include <assert.h>
34397 /* Override any gcc2 internal prototype to avoid an error. */
34402 /* We use char because int might match the return type of a gcc2
34403 builtin and then its argument prototype would still apply. */
34405 /* The GNU C library defines this for functions which it implements
34406 to always fail with ENOSYS. Some functions are actually named
34407 something starting with __ and the normal name is an alias. */
34408 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34411 char (*f) () = $ac_func;
34420 return f != $ac_func;
34425 rm -f conftest.
$ac_objext conftest
$ac_exeext
34426 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34427 (eval $ac_link) 2>conftest.er1
34429 grep -v '^ *+' conftest.er1
>conftest.err
34431 cat conftest.err
>&5
34432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34433 (exit $ac_status); } &&
34434 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34436 (eval $ac_try) 2>&5
34438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34439 (exit $ac_status); }; } &&
34440 { ac_try
='test -s conftest$ac_exeext'
34441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34442 (eval $ac_try) 2>&5
34444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34445 (exit $ac_status); }; }; then
34446 eval "$as_ac_var=yes"
34448 echo "$as_me: failed program was:" >&5
34449 sed 's/^/| /' conftest.
$ac_ext >&5
34451 eval "$as_ac_var=no"
34453 rm -f conftest.err conftest.
$ac_objext \
34454 conftest
$ac_exeext conftest.
$ac_ext
34456 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34457 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34458 if test `eval echo '${'$as_ac_var'}'` = yes; then
34459 cat >>confdefs.h
<<_ACEOF
34460 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34467 if test "$WCSLEN_FOUND" = 0; then
34468 if test "$TOOLKIT" = "MSW"; then
34469 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
34470 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
34471 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
34472 echo $ECHO_N "(cached) $ECHO_C" >&6
34474 ac_check_lib_save_LIBS
=$LIBS
34475 LIBS
="-lmsvcrt $LIBS"
34476 cat >conftest.
$ac_ext <<_ACEOF
34479 cat confdefs.h
>>conftest.
$ac_ext
34480 cat >>conftest.
$ac_ext <<_ACEOF
34481 /* end confdefs.h. */
34483 /* Override any gcc2 internal prototype to avoid an error. */
34487 /* We use char because int might match the return type of a gcc2
34488 builtin and then its argument prototype would still apply. */
34498 rm -f conftest.
$ac_objext conftest
$ac_exeext
34499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34500 (eval $ac_link) 2>conftest.er1
34502 grep -v '^ *+' conftest.er1
>conftest.err
34504 cat conftest.err
>&5
34505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34506 (exit $ac_status); } &&
34507 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34509 (eval $ac_try) 2>&5
34511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34512 (exit $ac_status); }; } &&
34513 { ac_try
='test -s conftest$ac_exeext'
34514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34515 (eval $ac_try) 2>&5
34517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34518 (exit $ac_status); }; }; then
34519 ac_cv_lib_msvcrt_wcslen
=yes
34521 echo "$as_me: failed program was:" >&5
34522 sed 's/^/| /' conftest.
$ac_ext >&5
34524 ac_cv_lib_msvcrt_wcslen
=no
34526 rm -f conftest.err conftest.
$ac_objext \
34527 conftest
$ac_exeext conftest.
$ac_ext
34528 LIBS
=$ac_check_lib_save_LIBS
34530 echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
34531 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
34532 if test $ac_cv_lib_msvcrt_wcslen = yes; then
34537 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
34538 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
34539 if test "${ac_cv_lib_w_wcslen+set}" = set; then
34540 echo $ECHO_N "(cached) $ECHO_C" >&6
34542 ac_check_lib_save_LIBS
=$LIBS
34544 cat >conftest.
$ac_ext <<_ACEOF
34547 cat confdefs.h
>>conftest.
$ac_ext
34548 cat >>conftest.
$ac_ext <<_ACEOF
34549 /* end confdefs.h. */
34551 /* Override any gcc2 internal prototype to avoid an error. */
34555 /* We use char because int might match the return type of a gcc2
34556 builtin and then its argument prototype would still apply. */
34566 rm -f conftest.
$ac_objext conftest
$ac_exeext
34567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34568 (eval $ac_link) 2>conftest.er1
34570 grep -v '^ *+' conftest.er1
>conftest.err
34572 cat conftest.err
>&5
34573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34574 (exit $ac_status); } &&
34575 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34577 (eval $ac_try) 2>&5
34579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34580 (exit $ac_status); }; } &&
34581 { ac_try
='test -s conftest$ac_exeext'
34582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34583 (eval $ac_try) 2>&5
34585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34586 (exit $ac_status); }; }; then
34587 ac_cv_lib_w_wcslen
=yes
34589 echo "$as_me: failed program was:" >&5
34590 sed 's/^/| /' conftest.
$ac_ext >&5
34592 ac_cv_lib_w_wcslen
=no
34594 rm -f conftest.err conftest.
$ac_objext \
34595 conftest
$ac_exeext conftest.
$ac_ext
34596 LIBS
=$ac_check_lib_save_LIBS
34598 echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
34599 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
34600 if test $ac_cv_lib_w_wcslen = yes; then
34610 if test "$WCSLEN_FOUND" = 1; then
34611 cat >>confdefs.h
<<\_ACEOF
34612 #define HAVE_WCSLEN 1
34617 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
34618 CPPFLAGS
="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
34621 echo "$as_me:$LINENO: checking for mbstate_t" >&5
34622 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
34623 if test "${ac_cv_type_mbstate_t+set}" = set; then
34624 echo $ECHO_N "(cached) $ECHO_C" >&6
34626 cat >conftest.
$ac_ext <<_ACEOF
34629 cat confdefs.h
>>conftest.
$ac_ext
34630 cat >>conftest.
$ac_ext <<_ACEOF
34631 /* end confdefs.h. */
34637 if ((mbstate_t *) 0)
34639 if (sizeof (mbstate_t))
34645 rm -f conftest.
$ac_objext
34646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34647 (eval $ac_compile) 2>conftest.er1
34649 grep -v '^ *+' conftest.er1
>conftest.err
34651 cat conftest.err
>&5
34652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34653 (exit $ac_status); } &&
34654 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34656 (eval $ac_try) 2>&5
34658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34659 (exit $ac_status); }; } &&
34660 { ac_try
='test -s conftest.$ac_objext'
34661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34662 (eval $ac_try) 2>&5
34664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34665 (exit $ac_status); }; }; then
34666 ac_cv_type_mbstate_t
=yes
34668 echo "$as_me: failed program was:" >&5
34669 sed 's/^/| /' conftest.
$ac_ext >&5
34671 ac_cv_type_mbstate_t
=no
34673 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34675 echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
34676 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
34677 if test $ac_cv_type_mbstate_t = yes; then
34679 cat >>confdefs.h
<<_ACEOF
34680 #define HAVE_MBSTATE_T 1
34684 for ac_func
in wcsrtombs
34686 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34687 echo "$as_me:$LINENO: checking for $ac_func" >&5
34688 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34689 if eval "test \"\${$as_ac_var+set}\" = set"; then
34690 echo $ECHO_N "(cached) $ECHO_C" >&6
34692 cat >conftest.
$ac_ext <<_ACEOF
34695 cat confdefs.h
>>conftest.
$ac_ext
34696 cat >>conftest.
$ac_ext <<_ACEOF
34697 /* end confdefs.h. */
34698 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34700 #define $ac_func innocuous_$ac_func
34702 /* System header to define __stub macros and hopefully few prototypes,
34703 which can conflict with char $ac_func (); below.
34704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34705 <limits.h> exists even on freestanding compilers. */
34708 # include <limits.h>
34710 # include <assert.h>
34715 /* Override any gcc2 internal prototype to avoid an error. */
34720 /* We use char because int might match the return type of a gcc2
34721 builtin and then its argument prototype would still apply. */
34723 /* The GNU C library defines this for functions which it implements
34724 to always fail with ENOSYS. Some functions are actually named
34725 something starting with __ and the normal name is an alias. */
34726 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34729 char (*f) () = $ac_func;
34738 return f != $ac_func;
34743 rm -f conftest.
$ac_objext conftest
$ac_exeext
34744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34745 (eval $ac_link) 2>conftest.er1
34747 grep -v '^ *+' conftest.er1
>conftest.err
34749 cat conftest.err
>&5
34750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34751 (exit $ac_status); } &&
34752 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34754 (eval $ac_try) 2>&5
34756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34757 (exit $ac_status); }; } &&
34758 { ac_try
='test -s conftest$ac_exeext'
34759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34760 (eval $ac_try) 2>&5
34762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34763 (exit $ac_status); }; }; then
34764 eval "$as_ac_var=yes"
34766 echo "$as_me: failed program was:" >&5
34767 sed 's/^/| /' conftest.
$ac_ext >&5
34769 eval "$as_ac_var=no"
34771 rm -f conftest.err conftest.
$ac_objext \
34772 conftest
$ac_exeext conftest.
$ac_ext
34774 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34775 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34776 if test `eval echo '${'$as_ac_var'}'` = yes; then
34777 cat >>confdefs.h
<<_ACEOF
34778 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34787 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
34788 echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
34793 for ac_func
in snprintf vsnprintf
34795 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
34796 echo "$as_me:$LINENO: checking for $ac_func" >&5
34797 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34798 if eval "test \"\${$as_ac_var+set}\" = set"; then
34799 echo $ECHO_N "(cached) $ECHO_C" >&6
34801 cat >conftest.
$ac_ext <<_ACEOF
34804 cat confdefs.h
>>conftest.
$ac_ext
34805 cat >>conftest.
$ac_ext <<_ACEOF
34806 /* end confdefs.h. */
34807 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
34808 For example, HP-UX 11i <limits.h> declares gettimeofday. */
34809 #define $ac_func innocuous_$ac_func
34811 /* System header to define __stub macros and hopefully few prototypes,
34812 which can conflict with char $ac_func (); below.
34813 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34814 <limits.h> exists even on freestanding compilers. */
34817 # include <limits.h>
34819 # include <assert.h>
34824 /* Override any gcc2 internal prototype to avoid an error. */
34829 /* We use char because int might match the return type of a gcc2
34830 builtin and then its argument prototype would still apply. */
34832 /* The GNU C library defines this for functions which it implements
34833 to always fail with ENOSYS. Some functions are actually named
34834 something starting with __ and the normal name is an alias. */
34835 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
34838 char (*f) () = $ac_func;
34847 return f != $ac_func;
34852 rm -f conftest.
$ac_objext conftest
$ac_exeext
34853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34854 (eval $ac_link) 2>conftest.er1
34856 grep -v '^ *+' conftest.er1
>conftest.err
34858 cat conftest.err
>&5
34859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34860 (exit $ac_status); } &&
34861 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34863 (eval $ac_try) 2>&5
34865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34866 (exit $ac_status); }; } &&
34867 { ac_try
='test -s conftest$ac_exeext'
34868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34869 (eval $ac_try) 2>&5
34871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34872 (exit $ac_status); }; }; then
34873 eval "$as_ac_var=yes"
34875 echo "$as_me: failed program was:" >&5
34876 sed 's/^/| /' conftest.
$ac_ext >&5
34878 eval "$as_ac_var=no"
34880 rm -f conftest.err conftest.
$ac_objext \
34881 conftest
$ac_exeext conftest.
$ac_ext
34883 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34884 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34885 if test `eval echo '${'$as_ac_var'}'` = yes; then
34886 cat >>confdefs.h
<<_ACEOF
34887 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
34894 if test "$ac_cv_func_vsnprintf" = "yes"; then
34895 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
34896 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
34897 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
34898 echo $ECHO_N "(cached) $ECHO_C" >&6
34901 cat >conftest.
$ac_ext <<_ACEOF
34904 cat confdefs.h
>>conftest.
$ac_ext
34905 cat >>conftest.
$ac_ext <<_ACEOF
34906 /* end confdefs.h. */
34909 #include <stdarg.h>
34911 #if __MSL__ >= 0x6000
34913 using namespace std;
34923 vsnprintf(buf, 10u, "%s", ap);
34929 rm -f conftest.
$ac_objext
34930 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34931 (eval $ac_compile) 2>conftest.er1
34933 grep -v '^ *+' conftest.er1
>conftest.err
34935 cat conftest.err
>&5
34936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34937 (exit $ac_status); } &&
34938 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
34939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34940 (eval $ac_try) 2>&5
34942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34943 (exit $ac_status); }; } &&
34944 { ac_try
='test -s conftest.$ac_objext'
34945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34946 (eval $ac_try) 2>&5
34948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34949 (exit $ac_status); }; }; then
34950 wx_cv_func_vsnprintf_decl
=yes
34952 echo "$as_me: failed program was:" >&5
34953 sed 's/^/| /' conftest.
$ac_ext >&5
34955 wx_cv_func_vsnprintf_decl
=no
34958 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34962 echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
34963 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
34965 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
34966 cat >>confdefs.h
<<\_ACEOF
34967 #define HAVE_VSNPRINTF_DECL 1
34971 echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
34972 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6
34973 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
34974 echo $ECHO_N "(cached) $ECHO_C" >&6
34977 cat >conftest.
$ac_ext <<_ACEOF
34980 cat confdefs.h
>>conftest.
$ac_ext
34981 cat >>conftest.
$ac_ext <<_ACEOF
34982 /* end confdefs.h. */
34985 #include <stdarg.h>
34987 #if __MSL__ >= 0x6000
34989 using namespace std;
34999 const char *fmt = "%s";
35000 vsnprintf(buf, 10u, fmt, ap);
35006 rm -f conftest.
$ac_objext
35007 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35008 (eval $ac_compile) 2>conftest.er1
35010 grep -v '^ *+' conftest.er1
>conftest.err
35012 cat conftest.err
>&5
35013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35014 (exit $ac_status); } &&
35015 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35017 (eval $ac_try) 2>&5
35019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35020 (exit $ac_status); }; } &&
35021 { ac_try
='test -s conftest.$ac_objext'
35022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35023 (eval $ac_try) 2>&5
35025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35026 (exit $ac_status); }; }; then
35027 wx_cv_func_broken_vsnprintf_decl
=no
35029 echo "$as_me: failed program was:" >&5
35030 sed 's/^/| /' conftest.
$ac_ext >&5
35032 wx_cv_func_broken_vsnprintf_decl
=yes
35035 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35039 echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
35040 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6
35042 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
35043 cat >>confdefs.h
<<\_ACEOF
35044 #define HAVE_BROKEN_VSNPRINTF_DECL 1
35051 if test "$ac_cv_func_snprintf" = "yes"; then
35052 echo "$as_me:$LINENO: checking for snprintf declaration" >&5
35053 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6
35054 if test "${wx_cv_func_snprintf_decl+set}" = set; then
35055 echo $ECHO_N "(cached) $ECHO_C" >&6
35058 cat >conftest.
$ac_ext <<_ACEOF
35061 cat confdefs.h
>>conftest.
$ac_ext
35062 cat >>conftest.
$ac_ext <<_ACEOF
35063 /* end confdefs.h. */
35066 #include <stdarg.h>
35068 #if __MSL__ >= 0x6000
35070 using namespace std;
35079 snprintf(buf, 10u, "%s", "wx");
35085 rm -f conftest.
$ac_objext
35086 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35087 (eval $ac_compile) 2>conftest.er1
35089 grep -v '^ *+' conftest.er1
>conftest.err
35091 cat conftest.err
>&5
35092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35093 (exit $ac_status); } &&
35094 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35096 (eval $ac_try) 2>&5
35098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35099 (exit $ac_status); }; } &&
35100 { ac_try
='test -s conftest.$ac_objext'
35101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35102 (eval $ac_try) 2>&5
35104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35105 (exit $ac_status); }; }; then
35106 wx_cv_func_snprintf_decl
=yes
35108 echo "$as_me: failed program was:" >&5
35109 sed 's/^/| /' conftest.
$ac_ext >&5
35111 wx_cv_func_snprintf_decl
=no
35114 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35118 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
35119 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6
35121 if test "$wx_cv_func_snprintf_decl" = "yes"; then
35122 cat >>confdefs.h
<<\_ACEOF
35123 #define HAVE_SNPRINTF_DECL 1
35127 echo "$as_me:$LINENO: checking if snprintf declaration is broken" >&5
35128 echo $ECHO_N "checking if snprintf declaration is broken... $ECHO_C" >&6
35129 if test "${wx_cv_func_broken_snprintf_decl+set}" = set; then
35130 echo $ECHO_N "(cached) $ECHO_C" >&6
35133 cat >conftest.
$ac_ext <<_ACEOF
35136 cat confdefs.h
>>conftest.
$ac_ext
35137 cat >>conftest.
$ac_ext <<_ACEOF
35138 /* end confdefs.h. */
35141 #include <stdarg.h>
35143 #if __MSL__ >= 0x6000
35145 using namespace std;
35154 const char *fmt = "%s";
35155 snprintf(buf, 10u, fmt, "wx");
35161 rm -f conftest.
$ac_objext
35162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35163 (eval $ac_compile) 2>conftest.er1
35165 grep -v '^ *+' conftest.er1
>conftest.err
35167 cat conftest.err
>&5
35168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35169 (exit $ac_status); } &&
35170 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35172 (eval $ac_try) 2>&5
35174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35175 (exit $ac_status); }; } &&
35176 { ac_try
='test -s conftest.$ac_objext'
35177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35178 (eval $ac_try) 2>&5
35180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35181 (exit $ac_status); }; }; then
35182 wx_cv_func_broken_snprintf_decl
=no
35184 echo "$as_me: failed program was:" >&5
35185 sed 's/^/| /' conftest.
$ac_ext >&5
35187 wx_cv_func_broken_snprintf_decl
=yes
35190 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35194 echo "$as_me:$LINENO: result: $wx_cv_func_broken_snprintf_decl" >&5
35195 echo "${ECHO_T}$wx_cv_func_broken_snprintf_decl" >&6
35197 if test "$wx_cv_func_broken_snprintf_decl" = "yes"; then
35198 cat >>confdefs.h
<<\_ACEOF
35199 #define HAVE_BROKEN_SNPRINTF_DECL 1
35205 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
35207 echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
35208 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6
35209 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
35210 echo $ECHO_N "(cached) $ECHO_C" >&6
35213 if test "$cross_compiling" = yes; then
35215 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
35216 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
35217 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
35218 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
35219 wx_cv_func_snprintf_pos_params
=no
35223 cat >conftest.
$ac_ext <<_ACEOF
35226 cat confdefs.h
>>conftest.
$ac_ext
35227 cat >>conftest.
$ac_ext <<_ACEOF
35228 /* end confdefs.h. */
35235 snprintf (buffer, 128, "%2\$d %3\$d %1\$d", 1, 2, 3);
35236 if (strcmp ("2 3 1", buffer) == 0)
35242 rm -f conftest
$ac_exeext
35243 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35244 (eval $ac_link) 2>&5
35246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35247 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
35248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35249 (eval $ac_try) 2>&5
35251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35252 (exit $ac_status); }; }; then
35253 wx_cv_func_snprintf_pos_params
=no
35255 echo "$as_me: program exited with status $ac_status" >&5
35256 echo "$as_me: failed program was:" >&5
35257 sed 's/^/| /' conftest.
$ac_ext >&5
35259 ( exit $ac_status )
35260 wx_cv_func_snprintf_pos_params
=yes
35262 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
35267 echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
35268 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6
35270 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
35271 cat >>confdefs.h
<<\_ACEOF
35272 #define HAVE_UNIX98_PRINTF 1
35279 if test "$wxUSE_UNICODE" = yes; then
35282 for ac_func
in swprintf
35284 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
35285 echo "$as_me:$LINENO: checking for $ac_func" >&5
35286 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
35287 if eval "test \"\${$as_ac_var+set}\" = set"; then
35288 echo $ECHO_N "(cached) $ECHO_C" >&6
35290 cat >conftest.
$ac_ext <<_ACEOF
35293 cat confdefs.h
>>conftest.
$ac_ext
35294 cat >>conftest.
$ac_ext <<_ACEOF
35295 /* end confdefs.h. */
35296 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35297 For example, HP-UX 11i <limits.h> declares gettimeofday. */
35298 #define $ac_func innocuous_$ac_func
35300 /* System header to define __stub macros and hopefully few prototypes,
35301 which can conflict with char $ac_func (); below.
35302 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35303 <limits.h> exists even on freestanding compilers. */
35306 # include <limits.h>
35308 # include <assert.h>
35313 /* Override any gcc2 internal prototype to avoid an error. */
35318 /* We use char because int might match the return type of a gcc2
35319 builtin and then its argument prototype would still apply. */
35321 /* The GNU C library defines this for functions which it implements
35322 to always fail with ENOSYS. Some functions are actually named
35323 something starting with __ and the normal name is an alias. */
35324 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
35327 char (*f) () = $ac_func;
35336 return f != $ac_func;
35341 rm -f conftest.
$ac_objext conftest
$ac_exeext
35342 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35343 (eval $ac_link) 2>conftest.er1
35345 grep -v '^ *+' conftest.er1
>conftest.err
35347 cat conftest.err
>&5
35348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35349 (exit $ac_status); } &&
35350 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35352 (eval $ac_try) 2>&5
35354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35355 (exit $ac_status); }; } &&
35356 { ac_try
='test -s conftest$ac_exeext'
35357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35358 (eval $ac_try) 2>&5
35360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35361 (exit $ac_status); }; }; then
35362 eval "$as_ac_var=yes"
35364 echo "$as_me: failed program was:" >&5
35365 sed 's/^/| /' conftest.
$ac_ext >&5
35367 eval "$as_ac_var=no"
35369 rm -f conftest.err conftest.
$ac_objext \
35370 conftest
$ac_exeext conftest.
$ac_ext
35372 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
35373 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
35374 if test `eval echo '${'$as_ac_var'}'` = yes; then
35375 cat >>confdefs.h
<<_ACEOF
35376 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
35383 if test "$ac_cv_func_swprintf" = "yes"; then
35384 echo "$as_me:$LINENO: checking if swprintf declaration is broken" >&5
35385 echo $ECHO_N "checking if swprintf declaration is broken... $ECHO_C" >&6
35386 if test "${wx_cv_func_broken_swprintf_decl+set}" = set; then
35387 echo $ECHO_N "(cached) $ECHO_C" >&6
35390 cat >conftest.
$ac_ext <<_ACEOF
35393 cat confdefs.h
>>conftest.
$ac_ext
35394 cat >>conftest.
$ac_ext <<_ACEOF
35395 /* end confdefs.h. */
35398 #include <stdarg.h>
35406 const wchar_t *fmt = L"test";
35407 swprintf(buf, 10u, fmt);
35413 rm -f conftest.
$ac_objext
35414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35415 (eval $ac_compile) 2>conftest.er1
35417 grep -v '^ *+' conftest.er1
>conftest.err
35419 cat conftest.err
>&5
35420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35421 (exit $ac_status); } &&
35422 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35424 (eval $ac_try) 2>&5
35426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35427 (exit $ac_status); }; } &&
35428 { ac_try
='test -s conftest.$ac_objext'
35429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35430 (eval $ac_try) 2>&5
35432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35433 (exit $ac_status); }; }; then
35434 wx_cv_func_broken_swprintf_decl
=no
35436 echo "$as_me: failed program was:" >&5
35437 sed 's/^/| /' conftest.
$ac_ext >&5
35439 wx_cv_func_broken_swprintf_decl
=yes
35442 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35446 echo "$as_me:$LINENO: result: $wx_cv_func_broken_swprintf_decl" >&5
35447 echo "${ECHO_T}$wx_cv_func_broken_swprintf_decl" >&6
35449 if test "$wx_cv_func_broken_swprintf_decl" = "yes"; then
35450 cat >>confdefs.h
<<\_ACEOF
35451 #define HAVE_BROKEN_SWPRINTF_DECL 1
35457 wchar_headers
="#include <stdio.h>
35458 #include <wchar.h>"
35462 for ac_header
in widec.h
35464 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
35465 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35466 echo "$as_me:$LINENO: checking for $ac_header" >&5
35467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35468 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35469 echo $ECHO_N "(cached) $ECHO_C" >&6
35471 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35472 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35474 # Is the header compilable?
35475 echo "$as_me:$LINENO: checking $ac_header usability" >&5
35476 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
35477 cat >conftest.
$ac_ext <<_ACEOF
35480 cat confdefs.h
>>conftest.
$ac_ext
35481 cat >>conftest.
$ac_ext <<_ACEOF
35482 /* end confdefs.h. */
35483 $ac_includes_default
35484 #include <$ac_header>
35486 rm -f conftest.
$ac_objext
35487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35488 (eval $ac_compile) 2>conftest.er1
35490 grep -v '^ *+' conftest.er1
>conftest.err
35492 cat conftest.err
>&5
35493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35494 (exit $ac_status); } &&
35495 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35497 (eval $ac_try) 2>&5
35499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35500 (exit $ac_status); }; } &&
35501 { ac_try
='test -s conftest.$ac_objext'
35502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35503 (eval $ac_try) 2>&5
35505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35506 (exit $ac_status); }; }; then
35507 ac_header_compiler
=yes
35509 echo "$as_me: failed program was:" >&5
35510 sed 's/^/| /' conftest.
$ac_ext >&5
35512 ac_header_compiler
=no
35514 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
35515 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35516 echo "${ECHO_T}$ac_header_compiler" >&6
35518 # Is the header present?
35519 echo "$as_me:$LINENO: checking $ac_header presence" >&5
35520 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
35521 cat >conftest.
$ac_ext <<_ACEOF
35524 cat confdefs.h
>>conftest.
$ac_ext
35525 cat >>conftest.
$ac_ext <<_ACEOF
35526 /* end confdefs.h. */
35527 #include <$ac_header>
35529 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
35530 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
35532 grep -v '^ *+' conftest.er1
>conftest.err
35534 cat conftest.err
>&5
35535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35536 (exit $ac_status); } >/dev
/null
; then
35537 if test -s conftest.err
; then
35538 ac_cpp_err
=$ac_c_preproc_warn_flag
35539 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
35546 if test -z "$ac_cpp_err"; then
35547 ac_header_preproc
=yes
35549 echo "$as_me: failed program was:" >&5
35550 sed 's/^/| /' conftest.
$ac_ext >&5
35552 ac_header_preproc
=no
35554 rm -f conftest.err conftest.
$ac_ext
35555 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35556 echo "${ECHO_T}$ac_header_preproc" >&6
35558 # So? What about this header?
35559 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
35561 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
35562 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
35563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
35564 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
35565 ac_header_preproc
=yes
35568 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
35569 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
35570 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
35571 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
35572 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
35573 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
35574 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
35575 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
35576 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
35577 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
35578 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
35579 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
35582 ## ----------------------------------------- ##
35583 ## Report this to wx-dev@lists.wxwidgets.org ##
35584 ## ----------------------------------------- ##
35587 sed "s/^/$as_me: WARNING: /" >&2
35590 echo "$as_me:$LINENO: checking for $ac_header" >&5
35591 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
35592 if eval "test \"\${$as_ac_Header+set}\" = set"; then
35593 echo $ECHO_N "(cached) $ECHO_C" >&6
35595 eval "$as_ac_Header=\$ac_header_preproc"
35597 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
35598 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
35601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
35602 cat >>confdefs.h
<<_ACEOF
35603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
35610 if test "$ac_cv_header_widec_h" = "yes"; then
35611 wchar_headers
="$wchar_headers
35612 #include <widec.h>"
35617 for wx_func
in wputc wputchar putws fputws wprintf vswprintf
35619 echo "$as_me:$LINENO: checking for $wx_func" >&5
35620 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
35621 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
35622 echo $ECHO_N "(cached) $ECHO_C" >&6
35625 cat >conftest.
$ac_ext <<_ACEOF
35629 cat confdefs.h
>>conftest.
$ac_ext
35630 cat >>conftest.
$ac_ext <<_ACEOF
35631 /* end confdefs.h. */
35634 $ac_includes_default
35650 rm -f conftest.
$ac_objext conftest
$ac_exeext
35651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35652 (eval $ac_link) 2>conftest.er1
35654 grep -v '^ *+' conftest.er1
>conftest.err
35656 cat conftest.err
>&5
35657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35658 (exit $ac_status); } &&
35659 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35661 (eval $ac_try) 2>&5
35663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35664 (exit $ac_status); }; } &&
35665 { ac_try
='test -s conftest$ac_exeext'
35666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35667 (eval $ac_try) 2>&5
35669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35670 (exit $ac_status); }; }; then
35671 eval wx_cv_func_
$wx_func=yes
35673 echo "$as_me: failed program was:" >&5
35674 sed 's/^/| /' conftest.
$ac_ext >&5
35676 eval wx_cv_func_
$wx_func=no
35678 rm -f conftest.err conftest.
$ac_objext \
35679 conftest
$ac_exeext conftest.
$ac_ext
35682 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
35683 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
35685 if eval test \
$wx_cv_func_$wx_func = yes
35687 cat >>confdefs.h
<<_ACEOF
35688 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
35699 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
35700 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
35701 cat >conftest.
$ac_ext <<_ACEOF
35704 cat confdefs.h
>>conftest.
$ac_ext
35705 cat >>conftest.
$ac_ext <<_ACEOF
35706 /* end confdefs.h. */
35716 rm -f conftest.
$ac_objext
35717 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35718 (eval $ac_compile) 2>conftest.er1
35720 grep -v '^ *+' conftest.er1
>conftest.err
35722 cat conftest.err
>&5
35723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35724 (exit $ac_status); } &&
35725 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35727 (eval $ac_try) 2>&5
35729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35730 (exit $ac_status); }; } &&
35731 { ac_try
='test -s conftest.$ac_objext'
35732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35733 (eval $ac_try) 2>&5
35735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35736 (exit $ac_status); }; }; then
35737 echo "$as_me:$LINENO: result: yes" >&5
35738 echo "${ECHO_T}yes" >&6
35739 cat >>confdefs.h
<<\_ACEOF
35740 #define HAVE__VSNWPRINTF 1
35744 echo "$as_me: failed program was:" >&5
35745 sed 's/^/| /' conftest.
$ac_ext >&5
35747 echo "$as_me:$LINENO: result: no" >&5
35748 echo "${ECHO_T}no" >&6
35750 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext;
35753 if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
35755 for wx_func
in fnmatch
35757 echo "$as_me:$LINENO: checking for $wx_func" >&5
35758 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
35759 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
35760 echo $ECHO_N "(cached) $ECHO_C" >&6
35763 cat >conftest.
$ac_ext <<_ACEOF
35767 cat confdefs.h
>>conftest.
$ac_ext
35768 cat >>conftest.
$ac_ext <<_ACEOF
35769 /* end confdefs.h. */
35772 $ac_includes_default
35788 rm -f conftest.
$ac_objext conftest
$ac_exeext
35789 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35790 (eval $ac_link) 2>conftest.er1
35792 grep -v '^ *+' conftest.er1
>conftest.err
35794 cat conftest.err
>&5
35795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35796 (exit $ac_status); } &&
35797 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35799 (eval $ac_try) 2>&5
35801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35802 (exit $ac_status); }; } &&
35803 { ac_try
='test -s conftest$ac_exeext'
35804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35805 (eval $ac_try) 2>&5
35807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35808 (exit $ac_status); }; }; then
35809 eval wx_cv_func_
$wx_func=yes
35811 echo "$as_me: failed program was:" >&5
35812 sed 's/^/| /' conftest.
$ac_ext >&5
35814 eval wx_cv_func_
$wx_func=no
35816 rm -f conftest.err conftest.
$ac_objext \
35817 conftest
$ac_exeext conftest.
$ac_ext
35820 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
35821 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
35823 if eval test \
$wx_cv_func_$wx_func = yes
35825 cat >>confdefs.h
<<_ACEOF
35826 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
35838 if test "$wxUSE_FILE" = "yes"; then
35840 for wx_func
in fsync
35842 echo "$as_me:$LINENO: checking for $wx_func" >&5
35843 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
35844 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
35845 echo $ECHO_N "(cached) $ECHO_C" >&6
35848 cat >conftest.
$ac_ext <<_ACEOF
35852 cat confdefs.h
>>conftest.
$ac_ext
35853 cat >>conftest.
$ac_ext <<_ACEOF
35854 /* end confdefs.h. */
35857 $ac_includes_default
35873 rm -f conftest.
$ac_objext conftest
$ac_exeext
35874 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35875 (eval $ac_link) 2>conftest.er1
35877 grep -v '^ *+' conftest.er1
>conftest.err
35879 cat conftest.err
>&5
35880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35881 (exit $ac_status); } &&
35882 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35884 (eval $ac_try) 2>&5
35886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35887 (exit $ac_status); }; } &&
35888 { ac_try
='test -s conftest$ac_exeext'
35889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35890 (eval $ac_try) 2>&5
35892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35893 (exit $ac_status); }; }; then
35894 eval wx_cv_func_
$wx_func=yes
35896 echo "$as_me: failed program was:" >&5
35897 sed 's/^/| /' conftest.
$ac_ext >&5
35899 eval wx_cv_func_
$wx_func=no
35901 rm -f conftest.err conftest.
$ac_objext \
35902 conftest
$ac_exeext conftest.
$ac_ext
35905 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
35906 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
35908 if eval test \
$wx_cv_func_$wx_func = yes
35910 cat >>confdefs.h
<<_ACEOF
35911 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
35924 for wx_func
in round
35926 echo "$as_me:$LINENO: checking for $wx_func" >&5
35927 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
35928 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
35929 echo $ECHO_N "(cached) $ECHO_C" >&6
35932 cat >conftest.
$ac_ext <<_ACEOF
35936 cat confdefs.h
>>conftest.
$ac_ext
35937 cat >>conftest.
$ac_ext <<_ACEOF
35938 /* end confdefs.h. */
35941 $ac_includes_default
35957 rm -f conftest.
$ac_objext conftest
$ac_exeext
35958 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35959 (eval $ac_link) 2>conftest.er1
35961 grep -v '^ *+' conftest.er1
>conftest.err
35963 cat conftest.err
>&5
35964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35965 (exit $ac_status); } &&
35966 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
35967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35968 (eval $ac_try) 2>&5
35970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35971 (exit $ac_status); }; } &&
35972 { ac_try
='test -s conftest$ac_exeext'
35973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35974 (eval $ac_try) 2>&5
35976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35977 (exit $ac_status); }; }; then
35978 eval wx_cv_func_
$wx_func=yes
35980 echo "$as_me: failed program was:" >&5
35981 sed 's/^/| /' conftest.
$ac_ext >&5
35983 eval wx_cv_func_
$wx_func=no
35985 rm -f conftest.err conftest.
$ac_objext \
35986 conftest
$ac_exeext conftest.
$ac_ext
35989 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
35990 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
35992 if eval test \
$wx_cv_func_$wx_func = yes
35994 cat >>confdefs.h
<<_ACEOF
35995 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
36006 if test "$TOOLKIT" != "MSW"; then
36012 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
36013 if test "${with_libiconv_prefix+set}" = set; then
36014 withval
="$with_libiconv_prefix"
36016 for dir
in `echo "$withval" | tr : ' '`; do
36017 if test -d $dir/include
; then CPPFLAGS
="$CPPFLAGS -I$dir/include"; fi
36018 if test -d $dir/lib
; then LDFLAGS
="$LDFLAGS -L$dir/lib"; fi
36023 echo "$as_me:$LINENO: checking for iconv" >&5
36024 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
36025 if test "${am_cv_func_iconv+set}" = set; then
36026 echo $ECHO_N "(cached) $ECHO_C" >&6
36029 am_cv_func_iconv
="no, consider installing GNU libiconv"
36031 cat >conftest.
$ac_ext <<_ACEOF
36034 cat confdefs.h
>>conftest.
$ac_ext
36035 cat >>conftest.
$ac_ext <<_ACEOF
36036 /* end confdefs.h. */
36037 #include <stdlib.h>
36042 iconv_t cd = iconv_open("","");
36043 iconv(cd,NULL,NULL,NULL,NULL);
36049 rm -f conftest.
$ac_objext conftest
$ac_exeext
36050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36051 (eval $ac_link) 2>conftest.er1
36053 grep -v '^ *+' conftest.er1
>conftest.err
36055 cat conftest.err
>&5
36056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36057 (exit $ac_status); } &&
36058 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36060 (eval $ac_try) 2>&5
36062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36063 (exit $ac_status); }; } &&
36064 { ac_try
='test -s conftest$ac_exeext'
36065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36066 (eval $ac_try) 2>&5
36068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36069 (exit $ac_status); }; }; then
36070 am_cv_func_iconv
=yes
36072 echo "$as_me: failed program was:" >&5
36073 sed 's/^/| /' conftest.
$ac_ext >&5
36076 rm -f conftest.err conftest.
$ac_objext \
36077 conftest
$ac_exeext conftest.
$ac_ext
36078 if test "$am_cv_func_iconv" != yes; then
36079 am_save_LIBS
="$LIBS"
36080 LIBS
="$LIBS -liconv"
36081 cat >conftest.
$ac_ext <<_ACEOF
36084 cat confdefs.h
>>conftest.
$ac_ext
36085 cat >>conftest.
$ac_ext <<_ACEOF
36086 /* end confdefs.h. */
36087 #include <stdlib.h>
36092 iconv_t cd = iconv_open("","");
36093 iconv(cd,NULL,NULL,NULL,NULL);
36099 rm -f conftest.
$ac_objext conftest
$ac_exeext
36100 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36101 (eval $ac_link) 2>conftest.er1
36103 grep -v '^ *+' conftest.er1
>conftest.err
36105 cat conftest.err
>&5
36106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36107 (exit $ac_status); } &&
36108 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36110 (eval $ac_try) 2>&5
36112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36113 (exit $ac_status); }; } &&
36114 { ac_try
='test -s conftest$ac_exeext'
36115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36116 (eval $ac_try) 2>&5
36118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36119 (exit $ac_status); }; }; then
36120 am_cv_lib_iconv
=yes
36121 am_cv_func_iconv
=yes
36123 echo "$as_me: failed program was:" >&5
36124 sed 's/^/| /' conftest.
$ac_ext >&5
36127 rm -f conftest.err conftest.
$ac_objext \
36128 conftest
$ac_exeext conftest.
$ac_ext
36129 LIBS
="$am_save_LIBS"
36133 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
36134 echo "${ECHO_T}$am_cv_func_iconv" >&6
36135 if test "$am_cv_func_iconv" = yes; then
36137 cat >>confdefs.h
<<\_ACEOF
36138 #define HAVE_ICONV 1
36141 echo "$as_me:$LINENO: checking if iconv needs const" >&5
36142 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
36143 if test "${wx_cv_func_iconv_const+set}" = set; then
36144 echo $ECHO_N "(cached) $ECHO_C" >&6
36146 cat >conftest.
$ac_ext <<_ACEOF
36149 cat confdefs.h
>>conftest.
$ac_ext
36150 cat >>conftest.
$ac_ext <<_ACEOF
36151 /* end confdefs.h. */
36153 #include <stdlib.h>
36159 #if defined(__STDC__) || defined(__cplusplus)
36160 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
36173 rm -f conftest.
$ac_objext
36174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36175 (eval $ac_compile) 2>conftest.er1
36177 grep -v '^ *+' conftest.er1
>conftest.err
36179 cat conftest.err
>&5
36180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36181 (exit $ac_status); } &&
36182 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36184 (eval $ac_try) 2>&5
36186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36187 (exit $ac_status); }; } &&
36188 { ac_try
='test -s conftest.$ac_objext'
36189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36190 (eval $ac_try) 2>&5
36192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36193 (exit $ac_status); }; }; then
36194 wx_cv_func_iconv_const
="no"
36196 echo "$as_me: failed program was:" >&5
36197 sed 's/^/| /' conftest.
$ac_ext >&5
36199 wx_cv_func_iconv_const
="yes"
36202 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36205 echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
36206 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
36209 if test "x$wx_cv_func_iconv_const" = "xyes"; then
36210 iconv_const
="const"
36214 cat >>confdefs.h
<<_ACEOF
36215 #define ICONV_CONST $iconv_const
36220 if test "$am_cv_lib_iconv" = yes; then
36225 LIBS
="$LIBICONV $LIBS"
36227 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36229 for ac_func
in sigaction
36231 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36232 echo "$as_me:$LINENO: checking for $ac_func" >&5
36233 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36234 if eval "test \"\${$as_ac_var+set}\" = set"; then
36235 echo $ECHO_N "(cached) $ECHO_C" >&6
36237 cat >conftest.
$ac_ext <<_ACEOF
36240 cat confdefs.h
>>conftest.
$ac_ext
36241 cat >>conftest.
$ac_ext <<_ACEOF
36242 /* end confdefs.h. */
36243 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36244 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36245 #define $ac_func innocuous_$ac_func
36247 /* System header to define __stub macros and hopefully few prototypes,
36248 which can conflict with char $ac_func (); below.
36249 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36250 <limits.h> exists even on freestanding compilers. */
36253 # include <limits.h>
36255 # include <assert.h>
36260 /* Override any gcc2 internal prototype to avoid an error. */
36265 /* We use char because int might match the return type of a gcc2
36266 builtin and then its argument prototype would still apply. */
36268 /* The GNU C library defines this for functions which it implements
36269 to always fail with ENOSYS. Some functions are actually named
36270 something starting with __ and the normal name is an alias. */
36271 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36274 char (*f) () = $ac_func;
36283 return f != $ac_func;
36288 rm -f conftest.
$ac_objext conftest
$ac_exeext
36289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36290 (eval $ac_link) 2>conftest.er1
36292 grep -v '^ *+' conftest.er1
>conftest.err
36294 cat conftest.err
>&5
36295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36296 (exit $ac_status); } &&
36297 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36299 (eval $ac_try) 2>&5
36301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36302 (exit $ac_status); }; } &&
36303 { ac_try
='test -s conftest$ac_exeext'
36304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36305 (eval $ac_try) 2>&5
36307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36308 (exit $ac_status); }; }; then
36309 eval "$as_ac_var=yes"
36311 echo "$as_me: failed program was:" >&5
36312 sed 's/^/| /' conftest.
$ac_ext >&5
36314 eval "$as_ac_var=no"
36316 rm -f conftest.err conftest.
$ac_objext \
36317 conftest
$ac_exeext conftest.
$ac_ext
36319 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36320 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36321 if test `eval echo '${'$as_ac_var'}'` = yes; then
36322 cat >>confdefs.h
<<_ACEOF
36323 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36330 if test "$ac_cv_func_sigaction" = "no"; then
36331 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
36332 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
36333 wxUSE_ON_FATAL_EXCEPTION
=no
36336 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
36337 echo "$as_me:$LINENO: checking for sa_handler type" >&5
36338 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
36339 if test "${wx_cv_type_sa_handler+set}" = set; then
36340 echo $ECHO_N "(cached) $ECHO_C" >&6
36343 cat >conftest.
$ac_ext <<_ACEOF
36346 cat confdefs.h
>>conftest.
$ac_ext
36347 cat >>conftest.
$ac_ext <<_ACEOF
36348 /* end confdefs.h. */
36349 #include <signal.h>
36354 extern void testSigHandler(int);
36356 struct sigaction sa;
36357 sa.sa_handler = testSigHandler;
36363 rm -f conftest.
$ac_objext
36364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36365 (eval $ac_compile) 2>conftest.er1
36367 grep -v '^ *+' conftest.er1
>conftest.err
36369 cat conftest.err
>&5
36370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36371 (exit $ac_status); } &&
36372 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36374 (eval $ac_try) 2>&5
36376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36377 (exit $ac_status); }; } &&
36378 { ac_try
='test -s conftest.$ac_objext'
36379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36380 (eval $ac_try) 2>&5
36382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36383 (exit $ac_status); }; }; then
36385 wx_cv_type_sa_handler
=int
36388 echo "$as_me: failed program was:" >&5
36389 sed 's/^/| /' conftest.
$ac_ext >&5
36392 wx_cv_type_sa_handler
=void
36395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36398 echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
36399 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
36401 cat >>confdefs.h
<<_ACEOF
36402 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
36408 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
36409 echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
36410 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6
36411 if test "${wx_cv_func_backtrace+set}" = set; then
36412 echo $ECHO_N "(cached) $ECHO_C" >&6
36415 cat >conftest.
$ac_ext <<_ACEOF
36418 cat confdefs.h
>>conftest.
$ac_ext
36419 cat >>conftest.
$ac_ext <<_ACEOF
36420 /* end confdefs.h. */
36421 #include <execinfo.h>
36429 backtrace(trace, 1);
36430 messages = backtrace_symbols(trace, 1);
36436 rm -f conftest.
$ac_objext
36437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36438 (eval $ac_compile) 2>conftest.er1
36440 grep -v '^ *+' conftest.er1
>conftest.err
36442 cat conftest.err
>&5
36443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36444 (exit $ac_status); } &&
36445 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36447 (eval $ac_try) 2>&5
36449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36450 (exit $ac_status); }; } &&
36451 { ac_try
='test -s conftest.$ac_objext'
36452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36453 (eval $ac_try) 2>&5
36455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36456 (exit $ac_status); }; }; then
36457 wx_cv_func_backtrace
=yes
36459 echo "$as_me: failed program was:" >&5
36460 sed 's/^/| /' conftest.
$ac_ext >&5
36462 wx_cv_func_backtrace
=no
36465 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36469 echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
36470 echo "${ECHO_T}$wx_cv_func_backtrace" >&6
36473 if test "$wx_cv_func_backtrace" = "no"; then
36474 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
36475 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
36476 wxUSE_STACKWALKER
=no
36478 echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
36479 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6
36480 if test "${wx_cv_func_cxa_demangle+set}" = set; then
36481 echo $ECHO_N "(cached) $ECHO_C" >&6
36484 cat >conftest.
$ac_ext <<_ACEOF
36487 cat confdefs.h
>>conftest.
$ac_ext
36488 cat >>conftest.
$ac_ext <<_ACEOF
36489 /* end confdefs.h. */
36490 #include <cxxabi.h>
36496 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
36502 rm -f conftest.
$ac_objext conftest
$ac_exeext
36503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36504 (eval $ac_link) 2>conftest.er1
36506 grep -v '^ *+' conftest.er1
>conftest.err
36508 cat conftest.err
>&5
36509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36510 (exit $ac_status); } &&
36511 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36513 (eval $ac_try) 2>&5
36515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36516 (exit $ac_status); }; } &&
36517 { ac_try
='test -s conftest$ac_exeext'
36518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36519 (eval $ac_try) 2>&5
36521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36522 (exit $ac_status); }; }; then
36523 wx_cv_func_cxa_demangle
=yes
36525 echo "$as_me: failed program was:" >&5
36526 sed 's/^/| /' conftest.
$ac_ext >&5
36528 wx_cv_func_cxa_demangle
=no
36531 rm -f conftest.err conftest.
$ac_objext \
36532 conftest
$ac_exeext conftest.
$ac_ext
36536 echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
36537 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6
36539 if test "$wx_cv_func_cxa_demangle" = "yes"; then
36540 cat >>confdefs.h
<<\_ACEOF
36541 #define HAVE_CXA_DEMANGLE 1
36548 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then
36549 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
36550 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
36551 wxUSE_STACKWALKER
=no
36557 for ac_func
in mkstemp mktemp
36559 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36560 echo "$as_me:$LINENO: checking for $ac_func" >&5
36561 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36562 if eval "test \"\${$as_ac_var+set}\" = set"; then
36563 echo $ECHO_N "(cached) $ECHO_C" >&6
36565 cat >conftest.
$ac_ext <<_ACEOF
36568 cat confdefs.h
>>conftest.
$ac_ext
36569 cat >>conftest.
$ac_ext <<_ACEOF
36570 /* end confdefs.h. */
36571 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36572 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36573 #define $ac_func innocuous_$ac_func
36575 /* System header to define __stub macros and hopefully few prototypes,
36576 which can conflict with char $ac_func (); below.
36577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36578 <limits.h> exists even on freestanding compilers. */
36581 # include <limits.h>
36583 # include <assert.h>
36588 /* Override any gcc2 internal prototype to avoid an error. */
36593 /* We use char because int might match the return type of a gcc2
36594 builtin and then its argument prototype would still apply. */
36596 /* The GNU C library defines this for functions which it implements
36597 to always fail with ENOSYS. Some functions are actually named
36598 something starting with __ and the normal name is an alias. */
36599 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
36602 char (*f) () = $ac_func;
36611 return f != $ac_func;
36616 rm -f conftest.
$ac_objext conftest
$ac_exeext
36617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36618 (eval $ac_link) 2>conftest.er1
36620 grep -v '^ *+' conftest.er1
>conftest.err
36622 cat conftest.err
>&5
36623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36624 (exit $ac_status); } &&
36625 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36627 (eval $ac_try) 2>&5
36629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36630 (exit $ac_status); }; } &&
36631 { ac_try
='test -s conftest$ac_exeext'
36632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36633 (eval $ac_try) 2>&5
36635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36636 (exit $ac_status); }; }; then
36637 eval "$as_ac_var=yes"
36639 echo "$as_me: failed program was:" >&5
36640 sed 's/^/| /' conftest.
$ac_ext >&5
36642 eval "$as_ac_var=no"
36644 rm -f conftest.err conftest.
$ac_objext \
36645 conftest
$ac_exeext conftest.
$ac_ext
36647 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36648 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36649 if test `eval echo '${'$as_ac_var'}'` = yes; then
36650 cat >>confdefs.h
<<_ACEOF
36651 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36658 echo "$as_me:$LINENO: checking for statfs" >&5
36659 echo $ECHO_N "checking for statfs... $ECHO_C" >&6
36660 if test "${wx_cv_func_statfs+set}" = set; then
36661 echo $ECHO_N "(cached) $ECHO_C" >&6
36663 cat >conftest.
$ac_ext <<_ACEOF
36666 cat confdefs.h
>>conftest.
$ac_ext
36667 cat >>conftest.
$ac_ext <<_ACEOF
36668 /* end confdefs.h. */
36670 #if defined(__BSD__)
36671 #include <sys/param.h>
36672 #include <sys/mount.h>
36674 #include <sys/vfs.h>
36692 rm -f conftest.
$ac_objext
36693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36694 (eval $ac_compile) 2>conftest.er1
36696 grep -v '^ *+' conftest.er1
>conftest.err
36698 cat conftest.err
>&5
36699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36700 (exit $ac_status); } &&
36701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36703 (eval $ac_try) 2>&5
36705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36706 (exit $ac_status); }; } &&
36707 { ac_try
='test -s conftest.$ac_objext'
36708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36709 (eval $ac_try) 2>&5
36711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36712 (exit $ac_status); }; }; then
36713 wx_cv_func_statfs
=yes
36715 echo "$as_me: failed program was:" >&5
36716 sed 's/^/| /' conftest.
$ac_ext >&5
36718 wx_cv_func_statfs
=no
36721 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36724 echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
36725 echo "${ECHO_T}$wx_cv_func_statfs" >&6
36727 if test "$wx_cv_func_statfs" = "yes"; then
36728 echo "$as_me:$LINENO: checking for statfs declaration" >&5
36729 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6
36730 if test "${wx_cv_func_statfs_decl+set}" = set; then
36731 echo $ECHO_N "(cached) $ECHO_C" >&6
36733 cat >conftest.
$ac_ext <<_ACEOF
36736 cat confdefs.h
>>conftest.
$ac_ext
36737 cat >>conftest.
$ac_ext <<_ACEOF
36738 /* end confdefs.h. */
36740 #if defined(__BSD__)
36741 #include <sys/param.h>
36742 #include <sys/mount.h>
36744 #include <sys/vfs.h>
36758 rm -f conftest.
$ac_objext
36759 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36760 (eval $ac_compile) 2>conftest.er1
36762 grep -v '^ *+' conftest.er1
>conftest.err
36764 cat conftest.err
>&5
36765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36766 (exit $ac_status); } &&
36767 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36769 (eval $ac_try) 2>&5
36771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36772 (exit $ac_status); }; } &&
36773 { ac_try
='test -s conftest.$ac_objext'
36774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36775 (eval $ac_try) 2>&5
36777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36778 (exit $ac_status); }; }; then
36779 wx_cv_func_statfs_decl
=yes
36781 echo "$as_me: failed program was:" >&5
36782 sed 's/^/| /' conftest.
$ac_ext >&5
36784 wx_cv_func_statfs_decl
=no
36787 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36790 echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
36791 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6
36793 if test "$wx_cv_func_statfs_decl" = "yes"; then
36794 cat >>confdefs.h
<<\_ACEOF
36795 #define HAVE_STATFS_DECL 1
36800 wx_cv_type_statvfs_t
="struct statfs"
36801 cat >>confdefs.h
<<\_ACEOF
36802 #define HAVE_STATFS 1
36806 echo "$as_me:$LINENO: checking for statvfs" >&5
36807 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
36808 if test "${wx_cv_func_statvfs+set}" = set; then
36809 echo $ECHO_N "(cached) $ECHO_C" >&6
36811 cat >conftest.
$ac_ext <<_ACEOF
36814 cat confdefs.h
>>conftest.
$ac_ext
36815 cat >>conftest.
$ac_ext <<_ACEOF
36816 /* end confdefs.h. */
36818 #include <stddef.h>
36819 #include <sys/statvfs.h>
36825 statvfs("/", NULL);
36831 rm -f conftest.
$ac_objext
36832 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36833 (eval $ac_compile) 2>conftest.er1
36835 grep -v '^ *+' conftest.er1
>conftest.err
36837 cat conftest.err
>&5
36838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36839 (exit $ac_status); } &&
36840 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36842 (eval $ac_try) 2>&5
36844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36845 (exit $ac_status); }; } &&
36846 { ac_try
='test -s conftest.$ac_objext'
36847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36848 (eval $ac_try) 2>&5
36850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36851 (exit $ac_status); }; }; then
36852 wx_cv_func_statvfs
=yes
36854 echo "$as_me: failed program was:" >&5
36855 sed 's/^/| /' conftest.
$ac_ext >&5
36857 wx_cv_func_statvfs
=no
36860 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36863 echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
36864 echo "${ECHO_T}$wx_cv_func_statvfs" >&6
36866 if test "$wx_cv_func_statvfs" = "yes"; then
36867 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
36868 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
36869 if test "${wx_cv_type_statvfs_t+set}" = set; then
36870 echo $ECHO_N "(cached) $ECHO_C" >&6
36872 cat >conftest.
$ac_ext <<_ACEOF
36875 cat confdefs.h
>>conftest.
$ac_ext
36876 cat >>conftest.
$ac_ext <<_ACEOF
36877 /* end confdefs.h. */
36879 #include <sys/statvfs.h>
36896 rm -f conftest.
$ac_objext
36897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36898 (eval $ac_compile) 2>conftest.er1
36900 grep -v '^ *+' conftest.er1
>conftest.err
36902 cat conftest.err
>&5
36903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36904 (exit $ac_status); } &&
36905 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36907 (eval $ac_try) 2>&5
36909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36910 (exit $ac_status); }; } &&
36911 { ac_try
='test -s conftest.$ac_objext'
36912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36913 (eval $ac_try) 2>&5
36915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36916 (exit $ac_status); }; }; then
36917 wx_cv_type_statvfs_t
=statvfs_t
36919 echo "$as_me: failed program was:" >&5
36920 sed 's/^/| /' conftest.
$ac_ext >&5
36923 cat >conftest.
$ac_ext <<_ACEOF
36926 cat confdefs.h
>>conftest.
$ac_ext
36927 cat >>conftest.
$ac_ext <<_ACEOF
36928 /* end confdefs.h. */
36930 #include <sys/statvfs.h>
36947 rm -f conftest.
$ac_objext
36948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36949 (eval $ac_compile) 2>conftest.er1
36951 grep -v '^ *+' conftest.er1
>conftest.err
36953 cat conftest.err
>&5
36954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36955 (exit $ac_status); } &&
36956 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
36957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36958 (eval $ac_try) 2>&5
36960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36961 (exit $ac_status); }; } &&
36962 { ac_try
='test -s conftest.$ac_objext'
36963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36964 (eval $ac_try) 2>&5
36966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36967 (exit $ac_status); }; }; then
36968 wx_cv_type_statvfs_t
="struct statvfs"
36970 echo "$as_me: failed program was:" >&5
36971 sed 's/^/| /' conftest.
$ac_ext >&5
36973 wx_cv_type_statvfs_t
="unknown"
36976 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
36983 echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
36984 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
36986 if test "$wx_cv_type_statvfs_t" != "unknown"; then
36987 cat >>confdefs.h
<<\_ACEOF
36988 #define HAVE_STATVFS 1
36993 wx_cv_type_statvfs_t
="unknown"
36997 if test "$wx_cv_type_statvfs_t" != "unknown"; then
36998 cat >>confdefs.h
<<_ACEOF
36999 #define WX_STATFS_T $wx_cv_type_statvfs_t
37003 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
37004 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
37007 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
37010 for ac_func
in fcntl flock
37012 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37013 echo "$as_me:$LINENO: checking for $ac_func" >&5
37014 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37015 if eval "test \"\${$as_ac_var+set}\" = set"; then
37016 echo $ECHO_N "(cached) $ECHO_C" >&6
37018 cat >conftest.
$ac_ext <<_ACEOF
37021 cat confdefs.h
>>conftest.
$ac_ext
37022 cat >>conftest.
$ac_ext <<_ACEOF
37023 /* end confdefs.h. */
37024 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37025 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37026 #define $ac_func innocuous_$ac_func
37028 /* System header to define __stub macros and hopefully few prototypes,
37029 which can conflict with char $ac_func (); below.
37030 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37031 <limits.h> exists even on freestanding compilers. */
37034 # include <limits.h>
37036 # include <assert.h>
37041 /* Override any gcc2 internal prototype to avoid an error. */
37046 /* We use char because int might match the return type of a gcc2
37047 builtin and then its argument prototype would still apply. */
37049 /* The GNU C library defines this for functions which it implements
37050 to always fail with ENOSYS. Some functions are actually named
37051 something starting with __ and the normal name is an alias. */
37052 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37055 char (*f) () = $ac_func;
37064 return f != $ac_func;
37069 rm -f conftest.
$ac_objext conftest
$ac_exeext
37070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37071 (eval $ac_link) 2>conftest.er1
37073 grep -v '^ *+' conftest.er1
>conftest.err
37075 cat conftest.err
>&5
37076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37077 (exit $ac_status); } &&
37078 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37080 (eval $ac_try) 2>&5
37082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37083 (exit $ac_status); }; } &&
37084 { ac_try
='test -s conftest$ac_exeext'
37085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37086 (eval $ac_try) 2>&5
37088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37089 (exit $ac_status); }; }; then
37090 eval "$as_ac_var=yes"
37092 echo "$as_me: failed program was:" >&5
37093 sed 's/^/| /' conftest.
$ac_ext >&5
37095 eval "$as_ac_var=no"
37097 rm -f conftest.err conftest.
$ac_objext \
37098 conftest
$ac_exeext conftest.
$ac_ext
37100 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37101 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37102 if test `eval echo '${'$as_ac_var'}'` = yes; then
37103 cat >>confdefs.h
<<_ACEOF
37104 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37111 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
37112 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
37113 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
37114 wxUSE_SNGLINST_CHECKER
=no
37119 for ac_func
in timegm
37121 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37122 echo "$as_me:$LINENO: checking for $ac_func" >&5
37123 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37124 if eval "test \"\${$as_ac_var+set}\" = set"; then
37125 echo $ECHO_N "(cached) $ECHO_C" >&6
37127 cat >conftest.
$ac_ext <<_ACEOF
37130 cat confdefs.h
>>conftest.
$ac_ext
37131 cat >>conftest.
$ac_ext <<_ACEOF
37132 /* end confdefs.h. */
37133 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37134 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37135 #define $ac_func innocuous_$ac_func
37137 /* System header to define __stub macros and hopefully few prototypes,
37138 which can conflict with char $ac_func (); below.
37139 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37140 <limits.h> exists even on freestanding compilers. */
37143 # include <limits.h>
37145 # include <assert.h>
37150 /* Override any gcc2 internal prototype to avoid an error. */
37155 /* We use char because int might match the return type of a gcc2
37156 builtin and then its argument prototype would still apply. */
37158 /* The GNU C library defines this for functions which it implements
37159 to always fail with ENOSYS. Some functions are actually named
37160 something starting with __ and the normal name is an alias. */
37161 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37164 char (*f) () = $ac_func;
37173 return f != $ac_func;
37178 rm -f conftest.
$ac_objext conftest
$ac_exeext
37179 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37180 (eval $ac_link) 2>conftest.er1
37182 grep -v '^ *+' conftest.er1
>conftest.err
37184 cat conftest.err
>&5
37185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37186 (exit $ac_status); } &&
37187 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37189 (eval $ac_try) 2>&5
37191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37192 (exit $ac_status); }; } &&
37193 { ac_try
='test -s conftest$ac_exeext'
37194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37195 (eval $ac_try) 2>&5
37197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37198 (exit $ac_status); }; }; then
37199 eval "$as_ac_var=yes"
37201 echo "$as_me: failed program was:" >&5
37202 sed 's/^/| /' conftest.
$ac_ext >&5
37204 eval "$as_ac_var=no"
37206 rm -f conftest.err conftest.
$ac_objext \
37207 conftest
$ac_exeext conftest.
$ac_ext
37209 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37210 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37211 if test `eval echo '${'$as_ac_var'}'` = yes; then
37212 cat >>confdefs.h
<<_ACEOF
37213 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37222 for ac_func
in putenv setenv
37224 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37225 echo "$as_me:$LINENO: checking for $ac_func" >&5
37226 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37227 if eval "test \"\${$as_ac_var+set}\" = set"; then
37228 echo $ECHO_N "(cached) $ECHO_C" >&6
37230 cat >conftest.
$ac_ext <<_ACEOF
37233 cat confdefs.h
>>conftest.
$ac_ext
37234 cat >>conftest.
$ac_ext <<_ACEOF
37235 /* end confdefs.h. */
37236 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37237 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37238 #define $ac_func innocuous_$ac_func
37240 /* System header to define __stub macros and hopefully few prototypes,
37241 which can conflict with char $ac_func (); below.
37242 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37243 <limits.h> exists even on freestanding compilers. */
37246 # include <limits.h>
37248 # include <assert.h>
37253 /* Override any gcc2 internal prototype to avoid an error. */
37258 /* We use char because int might match the return type of a gcc2
37259 builtin and then its argument prototype would still apply. */
37261 /* The GNU C library defines this for functions which it implements
37262 to always fail with ENOSYS. Some functions are actually named
37263 something starting with __ and the normal name is an alias. */
37264 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37267 char (*f) () = $ac_func;
37276 return f != $ac_func;
37281 rm -f conftest.
$ac_objext conftest
$ac_exeext
37282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37283 (eval $ac_link) 2>conftest.er1
37285 grep -v '^ *+' conftest.er1
>conftest.err
37287 cat conftest.err
>&5
37288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37289 (exit $ac_status); } &&
37290 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37292 (eval $ac_try) 2>&5
37294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37295 (exit $ac_status); }; } &&
37296 { ac_try
='test -s conftest$ac_exeext'
37297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37298 (eval $ac_try) 2>&5
37300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37301 (exit $ac_status); }; }; then
37302 eval "$as_ac_var=yes"
37304 echo "$as_me: failed program was:" >&5
37305 sed 's/^/| /' conftest.
$ac_ext >&5
37307 eval "$as_ac_var=no"
37309 rm -f conftest.err conftest.
$ac_objext \
37310 conftest
$ac_exeext conftest.
$ac_ext
37312 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37313 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37314 if test `eval echo '${'$as_ac_var'}'` = yes; then
37315 cat >>confdefs.h
<<_ACEOF
37316 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37323 HAVE_SOME_SLEEP_FUNC
=0
37324 if test "$USE_BEOS" = 1; then
37325 cat >>confdefs.h
<<\_ACEOF
37326 #define HAVE_SLEEP 1
37329 HAVE_SOME_SLEEP_FUNC
=1
37332 if test "$USE_DARWIN" = 1; then
37333 cat >>confdefs.h
<<\_ACEOF
37334 #define HAVE_USLEEP 1
37337 HAVE_SOME_SLEEP_FUNC
=1
37340 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
37343 for ac_func
in nanosleep
37345 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37346 echo "$as_me:$LINENO: checking for $ac_func" >&5
37347 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37348 if eval "test \"\${$as_ac_var+set}\" = set"; then
37349 echo $ECHO_N "(cached) $ECHO_C" >&6
37351 cat >conftest.
$ac_ext <<_ACEOF
37354 cat confdefs.h
>>conftest.
$ac_ext
37355 cat >>conftest.
$ac_ext <<_ACEOF
37356 /* end confdefs.h. */
37357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37359 #define $ac_func innocuous_$ac_func
37361 /* System header to define __stub macros and hopefully few prototypes,
37362 which can conflict with char $ac_func (); below.
37363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37364 <limits.h> exists even on freestanding compilers. */
37367 # include <limits.h>
37369 # include <assert.h>
37374 /* Override any gcc2 internal prototype to avoid an error. */
37379 /* We use char because int might match the return type of a gcc2
37380 builtin and then its argument prototype would still apply. */
37382 /* The GNU C library defines this for functions which it implements
37383 to always fail with ENOSYS. Some functions are actually named
37384 something starting with __ and the normal name is an alias. */
37385 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37388 char (*f) () = $ac_func;
37397 return f != $ac_func;
37402 rm -f conftest.
$ac_objext conftest
$ac_exeext
37403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37404 (eval $ac_link) 2>conftest.er1
37406 grep -v '^ *+' conftest.er1
>conftest.err
37408 cat conftest.err
>&5
37409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37410 (exit $ac_status); } &&
37411 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37413 (eval $ac_try) 2>&5
37415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37416 (exit $ac_status); }; } &&
37417 { ac_try
='test -s conftest$ac_exeext'
37418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37419 (eval $ac_try) 2>&5
37421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37422 (exit $ac_status); }; }; then
37423 eval "$as_ac_var=yes"
37425 echo "$as_me: failed program was:" >&5
37426 sed 's/^/| /' conftest.
$ac_ext >&5
37428 eval "$as_ac_var=no"
37430 rm -f conftest.err conftest.
$ac_objext \
37431 conftest
$ac_exeext conftest.
$ac_ext
37433 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37434 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37435 if test `eval echo '${'$as_ac_var'}'` = yes; then
37436 cat >>confdefs.h
<<_ACEOF
37437 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37439 cat >>confdefs.h
<<\_ACEOF
37440 #define HAVE_NANOSLEEP 1
37445 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
37446 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
37447 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
37448 echo $ECHO_N "(cached) $ECHO_C" >&6
37450 ac_check_lib_save_LIBS
=$LIBS
37451 LIBS
="-lposix4 $LIBS"
37452 cat >conftest.
$ac_ext <<_ACEOF
37455 cat confdefs.h
>>conftest.
$ac_ext
37456 cat >>conftest.
$ac_ext <<_ACEOF
37457 /* end confdefs.h. */
37459 /* Override any gcc2 internal prototype to avoid an error. */
37463 /* We use char because int might match the return type of a gcc2
37464 builtin and then its argument prototype would still apply. */
37474 rm -f conftest.
$ac_objext conftest
$ac_exeext
37475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37476 (eval $ac_link) 2>conftest.er1
37478 grep -v '^ *+' conftest.er1
>conftest.err
37480 cat conftest.err
>&5
37481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37482 (exit $ac_status); } &&
37483 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37485 (eval $ac_try) 2>&5
37487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37488 (exit $ac_status); }; } &&
37489 { ac_try
='test -s conftest$ac_exeext'
37490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37491 (eval $ac_try) 2>&5
37493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37494 (exit $ac_status); }; }; then
37495 ac_cv_lib_posix4_nanosleep
=yes
37497 echo "$as_me: failed program was:" >&5
37498 sed 's/^/| /' conftest.
$ac_ext >&5
37500 ac_cv_lib_posix4_nanosleep
=no
37502 rm -f conftest.err conftest.
$ac_objext \
37503 conftest
$ac_exeext conftest.
$ac_ext
37504 LIBS
=$ac_check_lib_save_LIBS
37506 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
37507 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
37508 if test $ac_cv_lib_posix4_nanosleep = yes; then
37510 cat >>confdefs.h
<<\_ACEOF
37511 #define HAVE_NANOSLEEP 1
37514 POSIX4_LINK
=" -lposix4"
37519 for wx_func
in usleep
37521 echo "$as_me:$LINENO: checking for $wx_func" >&5
37522 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
37523 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
37524 echo $ECHO_N "(cached) $ECHO_C" >&6
37527 cat >conftest.
$ac_ext <<_ACEOF
37531 cat confdefs.h
>>conftest.
$ac_ext
37532 cat >>conftest.
$ac_ext <<_ACEOF
37533 /* end confdefs.h. */
37536 $ac_includes_default
37552 rm -f conftest.
$ac_objext conftest
$ac_exeext
37553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37554 (eval $ac_link) 2>conftest.er1
37556 grep -v '^ *+' conftest.er1
>conftest.err
37558 cat conftest.err
>&5
37559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37560 (exit $ac_status); } &&
37561 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37563 (eval $ac_try) 2>&5
37565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37566 (exit $ac_status); }; } &&
37567 { ac_try
='test -s conftest$ac_exeext'
37568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37569 (eval $ac_try) 2>&5
37571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37572 (exit $ac_status); }; }; then
37573 eval wx_cv_func_
$wx_func=yes
37575 echo "$as_me: failed program was:" >&5
37576 sed 's/^/| /' conftest.
$ac_ext >&5
37578 eval wx_cv_func_
$wx_func=no
37580 rm -f conftest.err conftest.
$ac_objext \
37581 conftest
$ac_exeext conftest.
$ac_ext
37584 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
37585 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
37587 if eval test \
$wx_cv_func_$wx_func = yes
37589 cat >>confdefs.h
<<_ACEOF
37590 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
37596 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
37597 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
37614 for wx_func
in uname gethostname
37616 echo "$as_me:$LINENO: checking for $wx_func" >&5
37617 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
37618 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
37619 echo $ECHO_N "(cached) $ECHO_C" >&6
37622 cat >conftest.
$ac_ext <<_ACEOF
37626 cat confdefs.h
>>conftest.
$ac_ext
37627 cat >>conftest.
$ac_ext <<_ACEOF
37628 /* end confdefs.h. */
37631 $ac_includes_default
37647 rm -f conftest.
$ac_objext conftest
$ac_exeext
37648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37649 (eval $ac_link) 2>conftest.er1
37651 grep -v '^ *+' conftest.er1
>conftest.err
37653 cat conftest.err
>&5
37654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37655 (exit $ac_status); } &&
37656 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37658 (eval $ac_try) 2>&5
37660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37661 (exit $ac_status); }; } &&
37662 { ac_try
='test -s conftest$ac_exeext'
37663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37664 (eval $ac_try) 2>&5
37666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37667 (exit $ac_status); }; }; then
37668 eval wx_cv_func_
$wx_func=yes
37670 echo "$as_me: failed program was:" >&5
37671 sed 's/^/| /' conftest.
$ac_ext >&5
37673 eval wx_cv_func_
$wx_func=no
37675 rm -f conftest.err conftest.
$ac_objext \
37676 conftest
$ac_exeext conftest.
$ac_ext
37679 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
37680 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
37682 if eval test \
$wx_cv_func_$wx_func = yes
37684 cat >>confdefs.h
<<_ACEOF
37685 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
37697 for wx_func
in strtok_r
37699 echo "$as_me:$LINENO: checking for $wx_func" >&5
37700 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
37701 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
37702 echo $ECHO_N "(cached) $ECHO_C" >&6
37705 cat >conftest.
$ac_ext <<_ACEOF
37709 cat confdefs.h
>>conftest.
$ac_ext
37710 cat >>conftest.
$ac_ext <<_ACEOF
37711 /* end confdefs.h. */
37714 $ac_includes_default
37730 rm -f conftest.
$ac_objext conftest
$ac_exeext
37731 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37732 (eval $ac_link) 2>conftest.er1
37734 grep -v '^ *+' conftest.er1
>conftest.err
37736 cat conftest.err
>&5
37737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37738 (exit $ac_status); } &&
37739 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37741 (eval $ac_try) 2>&5
37743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37744 (exit $ac_status); }; } &&
37745 { ac_try
='test -s conftest$ac_exeext'
37746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37747 (eval $ac_try) 2>&5
37749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37750 (exit $ac_status); }; }; then
37751 eval wx_cv_func_
$wx_func=yes
37753 echo "$as_me: failed program was:" >&5
37754 sed 's/^/| /' conftest.
$ac_ext >&5
37756 eval wx_cv_func_
$wx_func=no
37758 rm -f conftest.err conftest.
$ac_objext \
37759 conftest
$ac_exeext conftest.
$ac_ext
37762 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
37763 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
37765 if eval test \
$wx_cv_func_$wx_func = yes
37767 cat >>confdefs.h
<<_ACEOF
37768 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
37781 for ac_func
in inet_addr
37783 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
37784 echo "$as_me:$LINENO: checking for $ac_func" >&5
37785 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
37786 if eval "test \"\${$as_ac_var+set}\" = set"; then
37787 echo $ECHO_N "(cached) $ECHO_C" >&6
37789 cat >conftest.
$ac_ext <<_ACEOF
37792 cat confdefs.h
>>conftest.
$ac_ext
37793 cat >>conftest.
$ac_ext <<_ACEOF
37794 /* end confdefs.h. */
37795 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
37796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
37797 #define $ac_func innocuous_$ac_func
37799 /* System header to define __stub macros and hopefully few prototypes,
37800 which can conflict with char $ac_func (); below.
37801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
37802 <limits.h> exists even on freestanding compilers. */
37805 # include <limits.h>
37807 # include <assert.h>
37812 /* Override any gcc2 internal prototype to avoid an error. */
37817 /* We use char because int might match the return type of a gcc2
37818 builtin and then its argument prototype would still apply. */
37820 /* The GNU C library defines this for functions which it implements
37821 to always fail with ENOSYS. Some functions are actually named
37822 something starting with __ and the normal name is an alias. */
37823 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
37826 char (*f) () = $ac_func;
37835 return f != $ac_func;
37840 rm -f conftest.
$ac_objext conftest
$ac_exeext
37841 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37842 (eval $ac_link) 2>conftest.er1
37844 grep -v '^ *+' conftest.er1
>conftest.err
37846 cat conftest.err
>&5
37847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37848 (exit $ac_status); } &&
37849 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37851 (eval $ac_try) 2>&5
37853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37854 (exit $ac_status); }; } &&
37855 { ac_try
='test -s conftest$ac_exeext'
37856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37857 (eval $ac_try) 2>&5
37859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37860 (exit $ac_status); }; }; then
37861 eval "$as_ac_var=yes"
37863 echo "$as_me: failed program was:" >&5
37864 sed 's/^/| /' conftest.
$ac_ext >&5
37866 eval "$as_ac_var=no"
37868 rm -f conftest.err conftest.
$ac_objext \
37869 conftest
$ac_exeext conftest.
$ac_ext
37871 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
37872 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
37873 if test `eval echo '${'$as_ac_var'}'` = yes; then
37874 cat >>confdefs.h
<<_ACEOF
37875 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37877 cat >>confdefs.h
<<\_ACEOF
37878 #define HAVE_INET_ADDR 1
37883 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
37884 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
37885 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
37886 echo $ECHO_N "(cached) $ECHO_C" >&6
37888 ac_check_lib_save_LIBS
=$LIBS
37890 cat >conftest.
$ac_ext <<_ACEOF
37893 cat confdefs.h
>>conftest.
$ac_ext
37894 cat >>conftest.
$ac_ext <<_ACEOF
37895 /* end confdefs.h. */
37897 /* Override any gcc2 internal prototype to avoid an error. */
37901 /* We use char because int might match the return type of a gcc2
37902 builtin and then its argument prototype would still apply. */
37912 rm -f conftest.
$ac_objext conftest
$ac_exeext
37913 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37914 (eval $ac_link) 2>conftest.er1
37916 grep -v '^ *+' conftest.er1
>conftest.err
37918 cat conftest.err
>&5
37919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37920 (exit $ac_status); } &&
37921 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37923 (eval $ac_try) 2>&5
37925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37926 (exit $ac_status); }; } &&
37927 { ac_try
='test -s conftest$ac_exeext'
37928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37929 (eval $ac_try) 2>&5
37931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37932 (exit $ac_status); }; }; then
37933 ac_cv_lib_nsl_inet_addr
=yes
37935 echo "$as_me: failed program was:" >&5
37936 sed 's/^/| /' conftest.
$ac_ext >&5
37938 ac_cv_lib_nsl_inet_addr
=no
37940 rm -f conftest.err conftest.
$ac_objext \
37941 conftest
$ac_exeext conftest.
$ac_ext
37942 LIBS
=$ac_check_lib_save_LIBS
37944 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
37945 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
37946 if test $ac_cv_lib_nsl_inet_addr = yes; then
37950 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
37951 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
37952 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
37953 echo $ECHO_N "(cached) $ECHO_C" >&6
37955 ac_check_lib_save_LIBS
=$LIBS
37956 LIBS
="-lresolv $LIBS"
37957 cat >conftest.
$ac_ext <<_ACEOF
37960 cat confdefs.h
>>conftest.
$ac_ext
37961 cat >>conftest.
$ac_ext <<_ACEOF
37962 /* end confdefs.h. */
37964 /* Override any gcc2 internal prototype to avoid an error. */
37968 /* We use char because int might match the return type of a gcc2
37969 builtin and then its argument prototype would still apply. */
37979 rm -f conftest.
$ac_objext conftest
$ac_exeext
37980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
37981 (eval $ac_link) 2>conftest.er1
37983 grep -v '^ *+' conftest.er1
>conftest.err
37985 cat conftest.err
>&5
37986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37987 (exit $ac_status); } &&
37988 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
37989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37990 (eval $ac_try) 2>&5
37992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37993 (exit $ac_status); }; } &&
37994 { ac_try
='test -s conftest$ac_exeext'
37995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
37996 (eval $ac_try) 2>&5
37998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37999 (exit $ac_status); }; }; then
38000 ac_cv_lib_resolv_inet_addr
=yes
38002 echo "$as_me: failed program was:" >&5
38003 sed 's/^/| /' conftest.
$ac_ext >&5
38005 ac_cv_lib_resolv_inet_addr
=no
38007 rm -f conftest.err conftest.
$ac_objext \
38008 conftest
$ac_exeext conftest.
$ac_ext
38009 LIBS
=$ac_check_lib_save_LIBS
38011 echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
38012 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
38013 if test $ac_cv_lib_resolv_inet_addr = yes; then
38017 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
38018 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
38019 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
38020 echo $ECHO_N "(cached) $ECHO_C" >&6
38022 ac_check_lib_save_LIBS
=$LIBS
38023 LIBS
="-lsocket $LIBS"
38024 cat >conftest.
$ac_ext <<_ACEOF
38027 cat confdefs.h
>>conftest.
$ac_ext
38028 cat >>conftest.
$ac_ext <<_ACEOF
38029 /* end confdefs.h. */
38031 /* Override any gcc2 internal prototype to avoid an error. */
38035 /* We use char because int might match the return type of a gcc2
38036 builtin and then its argument prototype would still apply. */
38046 rm -f conftest.
$ac_objext conftest
$ac_exeext
38047 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38048 (eval $ac_link) 2>conftest.er1
38050 grep -v '^ *+' conftest.er1
>conftest.err
38052 cat conftest.err
>&5
38053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38054 (exit $ac_status); } &&
38055 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38057 (eval $ac_try) 2>&5
38059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38060 (exit $ac_status); }; } &&
38061 { ac_try
='test -s conftest$ac_exeext'
38062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38063 (eval $ac_try) 2>&5
38065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38066 (exit $ac_status); }; }; then
38067 ac_cv_lib_socket_inet_addr
=yes
38069 echo "$as_me: failed program was:" >&5
38070 sed 's/^/| /' conftest.
$ac_ext >&5
38072 ac_cv_lib_socket_inet_addr
=no
38074 rm -f conftest.err conftest.
$ac_objext \
38075 conftest
$ac_exeext conftest.
$ac_ext
38076 LIBS
=$ac_check_lib_save_LIBS
38078 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
38079 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
38080 if test $ac_cv_lib_socket_inet_addr = yes; then
38100 for ac_func
in inet_aton
38102 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38103 echo "$as_me:$LINENO: checking for $ac_func" >&5
38104 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38105 if eval "test \"\${$as_ac_var+set}\" = set"; then
38106 echo $ECHO_N "(cached) $ECHO_C" >&6
38108 cat >conftest.
$ac_ext <<_ACEOF
38111 cat confdefs.h
>>conftest.
$ac_ext
38112 cat >>conftest.
$ac_ext <<_ACEOF
38113 /* end confdefs.h. */
38114 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38115 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38116 #define $ac_func innocuous_$ac_func
38118 /* System header to define __stub macros and hopefully few prototypes,
38119 which can conflict with char $ac_func (); below.
38120 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38121 <limits.h> exists even on freestanding compilers. */
38124 # include <limits.h>
38126 # include <assert.h>
38131 /* Override any gcc2 internal prototype to avoid an error. */
38136 /* We use char because int might match the return type of a gcc2
38137 builtin and then its argument prototype would still apply. */
38139 /* The GNU C library defines this for functions which it implements
38140 to always fail with ENOSYS. Some functions are actually named
38141 something starting with __ and the normal name is an alias. */
38142 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38145 char (*f) () = $ac_func;
38154 return f != $ac_func;
38159 rm -f conftest.
$ac_objext conftest
$ac_exeext
38160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38161 (eval $ac_link) 2>conftest.er1
38163 grep -v '^ *+' conftest.er1
>conftest.err
38165 cat conftest.err
>&5
38166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38167 (exit $ac_status); } &&
38168 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38170 (eval $ac_try) 2>&5
38172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38173 (exit $ac_status); }; } &&
38174 { ac_try
='test -s conftest$ac_exeext'
38175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38176 (eval $ac_try) 2>&5
38178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38179 (exit $ac_status); }; }; then
38180 eval "$as_ac_var=yes"
38182 echo "$as_me: failed program was:" >&5
38183 sed 's/^/| /' conftest.
$ac_ext >&5
38185 eval "$as_ac_var=no"
38187 rm -f conftest.err conftest.
$ac_objext \
38188 conftest
$ac_exeext conftest.
$ac_ext
38190 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38191 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38192 if test `eval echo '${'$as_ac_var'}'` = yes; then
38193 cat >>confdefs.h
<<_ACEOF
38194 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38196 cat >>confdefs.h
<<\_ACEOF
38197 #define HAVE_INET_ATON 1
38202 as_ac_Lib
=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
38203 echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
38204 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
38205 if eval "test \"\${$as_ac_Lib+set}\" = set"; then
38206 echo $ECHO_N "(cached) $ECHO_C" >&6
38208 ac_check_lib_save_LIBS
=$LIBS
38209 LIBS
="-l$INET_LINK $LIBS"
38210 cat >conftest.
$ac_ext <<_ACEOF
38213 cat confdefs.h
>>conftest.
$ac_ext
38214 cat >>conftest.
$ac_ext <<_ACEOF
38215 /* end confdefs.h. */
38217 /* Override any gcc2 internal prototype to avoid an error. */
38221 /* We use char because int might match the return type of a gcc2
38222 builtin and then its argument prototype would still apply. */
38232 rm -f conftest.
$ac_objext conftest
$ac_exeext
38233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38234 (eval $ac_link) 2>conftest.er1
38236 grep -v '^ *+' conftest.er1
>conftest.err
38238 cat conftest.err
>&5
38239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38240 (exit $ac_status); } &&
38241 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38243 (eval $ac_try) 2>&5
38245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38246 (exit $ac_status); }; } &&
38247 { ac_try
='test -s conftest$ac_exeext'
38248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38249 (eval $ac_try) 2>&5
38251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38252 (exit $ac_status); }; }; then
38253 eval "$as_ac_Lib=yes"
38255 echo "$as_me: failed program was:" >&5
38256 sed 's/^/| /' conftest.
$ac_ext >&5
38258 eval "$as_ac_Lib=no"
38260 rm -f conftest.err conftest.
$ac_objext \
38261 conftest
$ac_exeext conftest.
$ac_ext
38262 LIBS
=$ac_check_lib_save_LIBS
38264 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
38265 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
38266 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
38267 cat >>confdefs.h
<<\_ACEOF
38268 #define HAVE_INET_ATON 1
38278 if test "x$INET_LINK" != "x"; then
38279 cat >>confdefs.h
<<\_ACEOF
38280 #define HAVE_INET_ADDR 1
38283 INET_LINK
=" -l$INET_LINK"
38287 for wx_func
in fdopen
38289 echo "$as_me:$LINENO: checking for $wx_func" >&5
38290 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6
38291 if eval "test \"\${wx_cv_func_$wx_func+set}\" = set"; then
38292 echo $ECHO_N "(cached) $ECHO_C" >&6
38295 cat >conftest.
$ac_ext <<_ACEOF
38299 cat confdefs.h
>>conftest.
$ac_ext
38300 cat >>conftest.
$ac_ext <<_ACEOF
38301 /* end confdefs.h. */
38304 $ac_includes_default
38320 rm -f conftest.
$ac_objext conftest
$ac_exeext
38321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38322 (eval $ac_link) 2>conftest.er1
38324 grep -v '^ *+' conftest.er1
>conftest.err
38326 cat conftest.err
>&5
38327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38328 (exit $ac_status); } &&
38329 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38331 (eval $ac_try) 2>&5
38333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38334 (exit $ac_status); }; } &&
38335 { ac_try
='test -s conftest$ac_exeext'
38336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38337 (eval $ac_try) 2>&5
38339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38340 (exit $ac_status); }; }; then
38341 eval wx_cv_func_
$wx_func=yes
38343 echo "$as_me: failed program was:" >&5
38344 sed 's/^/| /' conftest.
$ac_ext >&5
38346 eval wx_cv_func_
$wx_func=no
38348 rm -f conftest.err conftest.
$ac_objext \
38349 conftest
$ac_exeext conftest.
$ac_ext
38352 echo "$as_me:$LINENO: result: `eval echo '${'wx_cv_func_$wx_func'}'`" >&5
38353 echo "${ECHO_T}`eval echo '${'wx_cv_func_$wx_func'}'`" >&6
38355 if eval test \
$wx_cv_func_$wx_func = yes
38357 cat >>confdefs.h
<<_ACEOF
38358 #define HAVE_`echo $wx_func | tr 'a-z' 'A-Z'` 1
38375 echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
38376 echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
38377 if test "${ac_cv_lib_esd_esd_close+set}" = set; then
38378 echo $ECHO_N "(cached) $ECHO_C" >&6
38380 ac_check_lib_save_LIBS
=$LIBS
38382 cat >conftest.
$ac_ext <<_ACEOF
38385 cat confdefs.h
>>conftest.
$ac_ext
38386 cat >>conftest.
$ac_ext <<_ACEOF
38387 /* end confdefs.h. */
38389 /* Override any gcc2 internal prototype to avoid an error. */
38393 /* We use char because int might match the return type of a gcc2
38394 builtin and then its argument prototype would still apply. */
38404 rm -f conftest.
$ac_objext conftest
$ac_exeext
38405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38406 (eval $ac_link) 2>conftest.er1
38408 grep -v '^ *+' conftest.er1
>conftest.err
38410 cat conftest.err
>&5
38411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38412 (exit $ac_status); } &&
38413 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38415 (eval $ac_try) 2>&5
38417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38418 (exit $ac_status); }; } &&
38419 { ac_try
='test -s conftest$ac_exeext'
38420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38421 (eval $ac_try) 2>&5
38423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38424 (exit $ac_status); }; }; then
38425 ac_cv_lib_esd_esd_close
=yes
38427 echo "$as_me: failed program was:" >&5
38428 sed 's/^/| /' conftest.
$ac_ext >&5
38430 ac_cv_lib_esd_esd_close
=no
38432 rm -f conftest.err conftest.
$ac_objext \
38433 conftest
$ac_exeext conftest.
$ac_ext
38434 LIBS
=$ac_check_lib_save_LIBS
38436 echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
38437 echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
38438 if test $ac_cv_lib_esd_esd_close = yes; then
38441 for ac_header
in esd.h
38443 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
38444 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38445 echo "$as_me:$LINENO: checking for $ac_header" >&5
38446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38447 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38448 echo $ECHO_N "(cached) $ECHO_C" >&6
38450 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38451 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38453 # Is the header compilable?
38454 echo "$as_me:$LINENO: checking $ac_header usability" >&5
38455 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
38456 cat >conftest.
$ac_ext <<_ACEOF
38459 cat confdefs.h
>>conftest.
$ac_ext
38460 cat >>conftest.
$ac_ext <<_ACEOF
38461 /* end confdefs.h. */
38462 $ac_includes_default
38463 #include <$ac_header>
38465 rm -f conftest.
$ac_objext
38466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38467 (eval $ac_compile) 2>conftest.er1
38469 grep -v '^ *+' conftest.er1
>conftest.err
38471 cat conftest.err
>&5
38472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38473 (exit $ac_status); } &&
38474 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38476 (eval $ac_try) 2>&5
38478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38479 (exit $ac_status); }; } &&
38480 { ac_try
='test -s conftest.$ac_objext'
38481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38482 (eval $ac_try) 2>&5
38484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38485 (exit $ac_status); }; }; then
38486 ac_header_compiler
=yes
38488 echo "$as_me: failed program was:" >&5
38489 sed 's/^/| /' conftest.
$ac_ext >&5
38491 ac_header_compiler
=no
38493 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38494 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
38495 echo "${ECHO_T}$ac_header_compiler" >&6
38497 # Is the header present?
38498 echo "$as_me:$LINENO: checking $ac_header presence" >&5
38499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
38500 cat >conftest.
$ac_ext <<_ACEOF
38503 cat confdefs.h
>>conftest.
$ac_ext
38504 cat >>conftest.
$ac_ext <<_ACEOF
38505 /* end confdefs.h. */
38506 #include <$ac_header>
38508 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
38509 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
38511 grep -v '^ *+' conftest.er1
>conftest.err
38513 cat conftest.err
>&5
38514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38515 (exit $ac_status); } >/dev
/null
; then
38516 if test -s conftest.err
; then
38517 ac_cpp_err
=$ac_c_preproc_warn_flag
38518 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
38525 if test -z "$ac_cpp_err"; then
38526 ac_header_preproc
=yes
38528 echo "$as_me: failed program was:" >&5
38529 sed 's/^/| /' conftest.
$ac_ext >&5
38531 ac_header_preproc
=no
38533 rm -f conftest.err conftest.
$ac_ext
38534 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
38535 echo "${ECHO_T}$ac_header_preproc" >&6
38537 # So? What about this header?
38538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
38540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
38541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
38542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
38543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
38544 ac_header_preproc
=yes
38547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
38548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
38549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
38550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
38551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
38552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
38553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
38554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
38555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
38556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
38557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
38558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
38561 ## ----------------------------------------- ##
38562 ## Report this to wx-dev@lists.wxwidgets.org ##
38563 ## ----------------------------------------- ##
38566 sed "s/^/$as_me: WARNING: /" >&2
38569 echo "$as_me:$LINENO: checking for $ac_header" >&5
38570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
38571 if eval "test \"\${$as_ac_Header+set}\" = set"; then
38572 echo $ECHO_N "(cached) $ECHO_C" >&6
38574 eval "$as_ac_Header=\$ac_header_preproc"
38576 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
38577 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
38580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
38581 cat >>confdefs.h
<<_ACEOF
38582 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
38585 EXTRALIBS_ESD
="-lesd"
38596 echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5
38597 echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6
38598 cat >conftest.
$ac_ext <<_ACEOF
38601 cat confdefs.h
>>conftest.
$ac_ext
38602 cat >>conftest.
$ac_ext <<_ACEOF
38603 /* end confdefs.h. */
38605 #include <linux/cdrom.h>
38608 #include <sys/cdio.h>
38614 struct cdrom_tocentry entry, old_entry;
38619 rm -f conftest.
$ac_objext
38620 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
38621 (eval $ac_compile) 2>conftest.er1
38623 grep -v '^ *+' conftest.er1
>conftest.err
38625 cat conftest.err
>&5
38626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38627 (exit $ac_status); } &&
38628 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38630 (eval $ac_try) 2>&5
38632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38633 (exit $ac_status); }; } &&
38634 { ac_try
='test -s conftest.$ac_objext'
38635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38636 (eval $ac_try) 2>&5
38638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38639 (exit $ac_status); }; }; then
38640 echo "$as_me:$LINENO: result: yes" >&5
38641 echo "${ECHO_T}yes" >&6
38642 cat >>confdefs.h
<<\_ACEOF
38643 #define HAVE_KNOWN_CDROM_INTERFACE 1
38647 echo "$as_me: failed program was:" >&5
38648 sed 's/^/| /' conftest.
$ac_ext >&5
38650 echo "$as_me:$LINENO: result: no" >&5
38651 echo "${ECHO_T}no" >&6
38653 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
38656 cat >confcache
<<\_ACEOF
38657 # This file is a shell script that caches the results of configure
38658 # tests run on this system so they can be shared between configure
38659 # scripts and configure runs, see configure's option --config-cache.
38660 # It is not useful on other systems. If it contains results you don't
38661 # want to keep, you may remove or edit it.
38663 # config.status only pays attention to the cache file if you give it
38664 # the --recheck option to rerun configure.
38666 # `ac_cv_env_foo' variables (set or unset) will be overridden when
38667 # loading this file, other *unset* `ac_cv_foo' will be assigned the
38668 # following values.
38672 # The following way of writing the cache mishandles newlines in values,
38673 # but we know of no workaround that is simple, portable, and efficient.
38674 # So, don't put newlines in cache variables' values.
38675 # Ultrix sh set writes to stderr and can't be redirected directly,
38676 # and sets the high bit in the cache file unless we assign to the vars.
38679 case `(ac_space=' '; set | grep ac_space) 2>&1` in
38681 # `set' does not quote correctly, so add quotes (double-quote
38682 # substitution turns \\\\ into \\, and sed turns \\ into \).
38685 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
38688 # `set' quotes correctly as required by POSIX, so do not add quotes.
38690 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
38697 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
38699 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
38701 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
38702 if test -w $cache_file; then
38703 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
38704 cat confcache
>$cache_file
38706 echo "not updating unwritable cache $cache_file"
38712 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
38718 if test "$wxUSE_THREADS" = "yes" ; then
38719 if test "$USE_BEOS" = 1; then
38720 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
38721 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
38726 if test "$wxUSE_THREADS" = "yes" ; then
38729 THREAD_OPTS
="-pthread"
38731 *-*-solaris2* | *-*-sunos4* )
38732 if test "x$GCC" = "xyes"; then
38733 THREAD_OPTS
="-pthreads $THREAD_OPTS"
38735 THREAD_OPTS
="-mt $THREAD_OPTS"
38739 THREAD_OPTS
="-kthread lthread $THREAD_OPTS c_r"
38741 *-*-darwin* | *-*-cygwin* )
38745 THREAD_OPTS
="pthreads"
38748 if test "x$GCC" = "xyes"; then
38749 $CXX -dumpspecs | grep 'pthread:' >/dev
/null
||
38757 if test "x$GCC" = "xyes"; then
38763 if test "x$GCC" != "xyes"; then
38764 THREAD_OPTS
="-Ethread"
38769 THREAD_OPTS
="$THREAD_OPTS pthread none"
38772 for flag
in $THREAD_OPTS; do
38775 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
38776 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
38780 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
38781 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
38782 THREADS_CXXFLAGS
="$flag"
38786 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
38787 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
38788 THREADS_LINK
="-l$flag"
38793 save_CXXFLAGS
="$CXXFLAGS"
38794 LIBS
="$THREADS_LINK $LIBS"
38795 CXXFLAGS
="$THREADS_CXXFLAGS $CXXFLAGS"
38797 cat >conftest.
$ac_ext <<_ACEOF
38800 cat confdefs.h
>>conftest.
$ac_ext
38801 cat >>conftest.
$ac_ext <<_ACEOF
38802 /* end confdefs.h. */
38803 #include <pthread.h>
38807 pthread_create(0,0,0,0);
38812 rm -f conftest.
$ac_objext conftest
$ac_exeext
38813 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38814 (eval $ac_link) 2>conftest.er1
38816 grep -v '^ *+' conftest.er1
>conftest.err
38818 cat conftest.err
>&5
38819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38820 (exit $ac_status); } &&
38821 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38823 (eval $ac_try) 2>&5
38825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38826 (exit $ac_status); }; } &&
38827 { ac_try
='test -s conftest$ac_exeext'
38828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38829 (eval $ac_try) 2>&5
38831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38832 (exit $ac_status); }; }; then
38835 echo "$as_me: failed program was:" >&5
38836 sed 's/^/| /' conftest.
$ac_ext >&5
38839 rm -f conftest.err conftest.
$ac_objext \
38840 conftest
$ac_exeext conftest.
$ac_ext
38843 CXXFLAGS
="$save_CXXFLAGS"
38845 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
38846 echo "${ECHO_T}$THREADS_OK" >&6
38847 if test "x$THREADS_OK" = "xyes"; then
38852 THREADS_CXXFLAGS
=""
38855 if test "x$THREADS_OK" != "xyes"; then
38857 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
38858 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
38860 LDFLAGS
="$THREADS_CXXFLAGS $LDFLAGS"
38861 LIBS
="$THREADS_LINK $LIBS"
38863 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
38864 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
38868 LDFLAGS
="-L/usr/lib/threads $LDFLAGS"
38869 flag
="-D_THREAD_SAFE"
38872 flag
="-D_THREAD_SAFE"
38875 flag
="-D_REENTRANT"
38876 if test "x$GCC" != "xyes"; then
38877 flag
="$flag -D_RWSTD_MULTI_THREAD"
38880 *solaris
* | alpha
*-osf*)
38881 flag
="-D_REENTRANT"
38884 echo "$as_me:$LINENO: result: ${flag}" >&5
38885 echo "${ECHO_T}${flag}" >&6
38886 if test "x$flag" != xno
; then
38887 THREADS_CXXFLAGS
="$THREADS_CXXFLAGS $flag"
38890 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS $THREADS_CXXFLAGS"
38894 if test "$wxUSE_THREADS" = "yes" ; then
38896 for ac_func
in thr_setconcurrency
38898 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38899 echo "$as_me:$LINENO: checking for $ac_func" >&5
38900 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
38901 if eval "test \"\${$as_ac_var+set}\" = set"; then
38902 echo $ECHO_N "(cached) $ECHO_C" >&6
38904 cat >conftest.
$ac_ext <<_ACEOF
38907 cat confdefs.h
>>conftest.
$ac_ext
38908 cat >>conftest.
$ac_ext <<_ACEOF
38909 /* end confdefs.h. */
38910 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38911 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38912 #define $ac_func innocuous_$ac_func
38914 /* System header to define __stub macros and hopefully few prototypes,
38915 which can conflict with char $ac_func (); below.
38916 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38917 <limits.h> exists even on freestanding compilers. */
38920 # include <limits.h>
38922 # include <assert.h>
38927 /* Override any gcc2 internal prototype to avoid an error. */
38932 /* We use char because int might match the return type of a gcc2
38933 builtin and then its argument prototype would still apply. */
38935 /* The GNU C library defines this for functions which it implements
38936 to always fail with ENOSYS. Some functions are actually named
38937 something starting with __ and the normal name is an alias. */
38938 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
38941 char (*f) () = $ac_func;
38950 return f != $ac_func;
38955 rm -f conftest.
$ac_objext conftest
$ac_exeext
38956 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
38957 (eval $ac_link) 2>conftest.er1
38959 grep -v '^ *+' conftest.er1
>conftest.err
38961 cat conftest.err
>&5
38962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38963 (exit $ac_status); } &&
38964 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
38965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38966 (eval $ac_try) 2>&5
38968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38969 (exit $ac_status); }; } &&
38970 { ac_try
='test -s conftest$ac_exeext'
38971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
38972 (eval $ac_try) 2>&5
38974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38975 (exit $ac_status); }; }; then
38976 eval "$as_ac_var=yes"
38978 echo "$as_me: failed program was:" >&5
38979 sed 's/^/| /' conftest.
$ac_ext >&5
38981 eval "$as_ac_var=no"
38983 rm -f conftest.err conftest.
$ac_objext \
38984 conftest
$ac_exeext conftest.
$ac_ext
38986 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
38987 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
38988 if test `eval echo '${'$as_ac_var'}'` = yes; then
38989 cat >>confdefs.h
<<_ACEOF
38990 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38997 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
38998 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
38999 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
39000 echo $ECHO_N "(cached) $ECHO_C" >&6
39003 cat >conftest.
$ac_ext <<_ACEOF
39006 cat confdefs.h
>>conftest.
$ac_ext
39007 cat >>conftest.
$ac_ext <<_ACEOF
39008 /* end confdefs.h. */
39009 #include <pthread.h>
39010 void ThreadCleanupFunc(void *p);
39017 pthread_cleanup_push(ThreadCleanupFunc, p);
39018 pthread_cleanup_pop(0);
39024 rm -f conftest.
$ac_objext
39025 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39026 (eval $ac_compile) 2>conftest.er1
39028 grep -v '^ *+' conftest.er1
>conftest.err
39030 cat conftest.err
>&5
39031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39032 (exit $ac_status); } &&
39033 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39035 (eval $ac_try) 2>&5
39037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39038 (exit $ac_status); }; } &&
39039 { ac_try
='test -s conftest.$ac_objext'
39040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39041 (eval $ac_try) 2>&5
39043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39044 (exit $ac_status); }; }; then
39046 wx_cv_func_pthread_cleanup
=yes
39049 echo "$as_me: failed program was:" >&5
39050 sed 's/^/| /' conftest.
$ac_ext >&5
39053 wx_cv_func_pthread_cleanup
=no
39057 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39060 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
39061 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6
39062 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
39063 cat >>confdefs.h
<<\_ACEOF
39064 #define wxHAVE_PTHREAD_CLEANUP 1
39070 for ac_header
in sched.h
39072 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
39073 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39074 echo "$as_me:$LINENO: checking for $ac_header" >&5
39075 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39076 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39077 echo $ECHO_N "(cached) $ECHO_C" >&6
39079 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39080 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39082 # Is the header compilable?
39083 echo "$as_me:$LINENO: checking $ac_header usability" >&5
39084 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
39085 cat >conftest.
$ac_ext <<_ACEOF
39088 cat confdefs.h
>>conftest.
$ac_ext
39089 cat >>conftest.
$ac_ext <<_ACEOF
39090 /* end confdefs.h. */
39091 $ac_includes_default
39092 #include <$ac_header>
39094 rm -f conftest.
$ac_objext
39095 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39096 (eval $ac_compile) 2>conftest.er1
39098 grep -v '^ *+' conftest.er1
>conftest.err
39100 cat conftest.err
>&5
39101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39102 (exit $ac_status); } &&
39103 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39105 (eval $ac_try) 2>&5
39107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39108 (exit $ac_status); }; } &&
39109 { ac_try
='test -s conftest.$ac_objext'
39110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39111 (eval $ac_try) 2>&5
39113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39114 (exit $ac_status); }; }; then
39115 ac_header_compiler
=yes
39117 echo "$as_me: failed program was:" >&5
39118 sed 's/^/| /' conftest.
$ac_ext >&5
39120 ac_header_compiler
=no
39122 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
39123 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39124 echo "${ECHO_T}$ac_header_compiler" >&6
39126 # Is the header present?
39127 echo "$as_me:$LINENO: checking $ac_header presence" >&5
39128 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
39129 cat >conftest.
$ac_ext <<_ACEOF
39132 cat confdefs.h
>>conftest.
$ac_ext
39133 cat >>conftest.
$ac_ext <<_ACEOF
39134 /* end confdefs.h. */
39135 #include <$ac_header>
39137 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
39138 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
39140 grep -v '^ *+' conftest.er1
>conftest.err
39142 cat conftest.err
>&5
39143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39144 (exit $ac_status); } >/dev
/null
; then
39145 if test -s conftest.err
; then
39146 ac_cpp_err
=$ac_c_preproc_warn_flag
39147 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
39154 if test -z "$ac_cpp_err"; then
39155 ac_header_preproc
=yes
39157 echo "$as_me: failed program was:" >&5
39158 sed 's/^/| /' conftest.
$ac_ext >&5
39160 ac_header_preproc
=no
39162 rm -f conftest.err conftest.
$ac_ext
39163 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
39164 echo "${ECHO_T}$ac_header_preproc" >&6
39166 # So? What about this header?
39167 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
39169 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
39170 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
39171 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
39172 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
39173 ac_header_preproc
=yes
39176 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
39177 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
39178 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
39179 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
39180 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
39181 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
39182 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
39183 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
39184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
39185 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
39186 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
39187 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
39190 ## ----------------------------------------- ##
39191 ## Report this to wx-dev@lists.wxwidgets.org ##
39192 ## ----------------------------------------- ##
39195 sed "s/^/$as_me: WARNING: /" >&2
39198 echo "$as_me:$LINENO: checking for $ac_header" >&5
39199 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
39200 if eval "test \"\${$as_ac_Header+set}\" = set"; then
39201 echo $ECHO_N "(cached) $ECHO_C" >&6
39203 eval "$as_ac_Header=\$ac_header_preproc"
39205 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
39206 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
39209 if test `eval echo '${'$as_ac_Header'}'` = yes; then
39210 cat >>confdefs.h
<<_ACEOF
39211 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
39218 if test "$ac_cv_header_sched_h" = "yes"; then
39219 echo "$as_me:$LINENO: checking for sched_yield" >&5
39220 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
39221 if test "${ac_cv_func_sched_yield+set}" = set; then
39222 echo $ECHO_N "(cached) $ECHO_C" >&6
39224 cat >conftest.
$ac_ext <<_ACEOF
39227 cat confdefs.h
>>conftest.
$ac_ext
39228 cat >>conftest.
$ac_ext <<_ACEOF
39229 /* end confdefs.h. */
39230 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
39231 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39232 #define sched_yield innocuous_sched_yield
39234 /* System header to define __stub macros and hopefully few prototypes,
39235 which can conflict with char sched_yield (); below.
39236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39237 <limits.h> exists even on freestanding compilers. */
39240 # include <limits.h>
39242 # include <assert.h>
39247 /* Override any gcc2 internal prototype to avoid an error. */
39252 /* We use char because int might match the return type of a gcc2
39253 builtin and then its argument prototype would still apply. */
39254 char sched_yield ();
39255 /* The GNU C library defines this for functions which it implements
39256 to always fail with ENOSYS. Some functions are actually named
39257 something starting with __ and the normal name is an alias. */
39258 #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
39261 char (*f) () = sched_yield;
39270 return f != sched_yield;
39275 rm -f conftest.
$ac_objext conftest
$ac_exeext
39276 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39277 (eval $ac_link) 2>conftest.er1
39279 grep -v '^ *+' conftest.er1
>conftest.err
39281 cat conftest.err
>&5
39282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39283 (exit $ac_status); } &&
39284 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39286 (eval $ac_try) 2>&5
39288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39289 (exit $ac_status); }; } &&
39290 { ac_try
='test -s conftest$ac_exeext'
39291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39292 (eval $ac_try) 2>&5
39294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39295 (exit $ac_status); }; }; then
39296 ac_cv_func_sched_yield
=yes
39298 echo "$as_me: failed program was:" >&5
39299 sed 's/^/| /' conftest.
$ac_ext >&5
39301 ac_cv_func_sched_yield
=no
39303 rm -f conftest.err conftest.
$ac_objext \
39304 conftest
$ac_exeext conftest.
$ac_ext
39306 echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
39307 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
39308 if test $ac_cv_func_sched_yield = yes; then
39309 cat >>confdefs.h
<<\_ACEOF
39310 #define HAVE_SCHED_YIELD 1
39315 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
39316 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
39317 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
39318 echo $ECHO_N "(cached) $ECHO_C" >&6
39320 ac_check_lib_save_LIBS
=$LIBS
39321 LIBS
="-lposix4 $LIBS"
39322 cat >conftest.
$ac_ext <<_ACEOF
39325 cat confdefs.h
>>conftest.
$ac_ext
39326 cat >>conftest.
$ac_ext <<_ACEOF
39327 /* end confdefs.h. */
39329 /* Override any gcc2 internal prototype to avoid an error. */
39333 /* We use char because int might match the return type of a gcc2
39334 builtin and then its argument prototype would still apply. */
39335 char sched_yield ();
39344 rm -f conftest.
$ac_objext conftest
$ac_exeext
39345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39346 (eval $ac_link) 2>conftest.er1
39348 grep -v '^ *+' conftest.er1
>conftest.err
39350 cat conftest.err
>&5
39351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39352 (exit $ac_status); } &&
39353 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39355 (eval $ac_try) 2>&5
39357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39358 (exit $ac_status); }; } &&
39359 { ac_try
='test -s conftest$ac_exeext'
39360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39361 (eval $ac_try) 2>&5
39363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39364 (exit $ac_status); }; }; then
39365 ac_cv_lib_posix4_sched_yield
=yes
39367 echo "$as_me: failed program was:" >&5
39368 sed 's/^/| /' conftest.
$ac_ext >&5
39370 ac_cv_lib_posix4_sched_yield
=no
39372 rm -f conftest.err conftest.
$ac_objext \
39373 conftest
$ac_exeext conftest.
$ac_ext
39374 LIBS
=$ac_check_lib_save_LIBS
39376 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
39377 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
39378 if test $ac_cv_lib_posix4_sched_yield = yes; then
39379 cat >>confdefs.h
<<\_ACEOF
39380 #define HAVE_SCHED_YIELD 1
39382 POSIX4_LINK
=" -lposix4"
39384 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
39385 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
39396 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
39397 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
39398 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
39399 echo $ECHO_N "(cached) $ECHO_C" >&6
39401 cat >conftest.
$ac_ext <<_ACEOF
39404 cat confdefs.h
>>conftest.
$ac_ext
39405 cat >>conftest.
$ac_ext <<_ACEOF
39406 /* end confdefs.h. */
39407 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
39408 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39409 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
39411 /* System header to define __stub macros and hopefully few prototypes,
39412 which can conflict with char pthread_attr_getschedpolicy (); below.
39413 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39414 <limits.h> exists even on freestanding compilers. */
39417 # include <limits.h>
39419 # include <assert.h>
39422 #undef pthread_attr_getschedpolicy
39424 /* Override any gcc2 internal prototype to avoid an error. */
39429 /* We use char because int might match the return type of a gcc2
39430 builtin and then its argument prototype would still apply. */
39431 char pthread_attr_getschedpolicy ();
39432 /* The GNU C library defines this for functions which it implements
39433 to always fail with ENOSYS. Some functions are actually named
39434 something starting with __ and the normal name is an alias. */
39435 #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
39438 char (*f) () = pthread_attr_getschedpolicy;
39447 return f != pthread_attr_getschedpolicy;
39452 rm -f conftest.
$ac_objext conftest
$ac_exeext
39453 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39454 (eval $ac_link) 2>conftest.er1
39456 grep -v '^ *+' conftest.er1
>conftest.err
39458 cat conftest.err
>&5
39459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39460 (exit $ac_status); } &&
39461 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39463 (eval $ac_try) 2>&5
39465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39466 (exit $ac_status); }; } &&
39467 { ac_try
='test -s conftest$ac_exeext'
39468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39469 (eval $ac_try) 2>&5
39471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39472 (exit $ac_status); }; }; then
39473 ac_cv_func_pthread_attr_getschedpolicy
=yes
39475 echo "$as_me: failed program was:" >&5
39476 sed 's/^/| /' conftest.
$ac_ext >&5
39478 ac_cv_func_pthread_attr_getschedpolicy
=no
39480 rm -f conftest.err conftest.
$ac_objext \
39481 conftest
$ac_exeext conftest.
$ac_ext
39483 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
39484 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
39485 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
39486 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
39487 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
39488 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
39489 echo $ECHO_N "(cached) $ECHO_C" >&6
39491 cat >conftest.
$ac_ext <<_ACEOF
39494 cat confdefs.h
>>conftest.
$ac_ext
39495 cat >>conftest.
$ac_ext <<_ACEOF
39496 /* end confdefs.h. */
39497 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
39498 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39499 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
39501 /* System header to define __stub macros and hopefully few prototypes,
39502 which can conflict with char pthread_attr_setschedparam (); below.
39503 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39504 <limits.h> exists even on freestanding compilers. */
39507 # include <limits.h>
39509 # include <assert.h>
39512 #undef pthread_attr_setschedparam
39514 /* Override any gcc2 internal prototype to avoid an error. */
39519 /* We use char because int might match the return type of a gcc2
39520 builtin and then its argument prototype would still apply. */
39521 char pthread_attr_setschedparam ();
39522 /* The GNU C library defines this for functions which it implements
39523 to always fail with ENOSYS. Some functions are actually named
39524 something starting with __ and the normal name is an alias. */
39525 #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
39528 char (*f) () = pthread_attr_setschedparam;
39537 return f != pthread_attr_setschedparam;
39542 rm -f conftest.
$ac_objext conftest
$ac_exeext
39543 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39544 (eval $ac_link) 2>conftest.er1
39546 grep -v '^ *+' conftest.er1
>conftest.err
39548 cat conftest.err
>&5
39549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39550 (exit $ac_status); } &&
39551 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39553 (eval $ac_try) 2>&5
39555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39556 (exit $ac_status); }; } &&
39557 { ac_try
='test -s conftest$ac_exeext'
39558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39559 (eval $ac_try) 2>&5
39561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39562 (exit $ac_status); }; }; then
39563 ac_cv_func_pthread_attr_setschedparam
=yes
39565 echo "$as_me: failed program was:" >&5
39566 sed 's/^/| /' conftest.
$ac_ext >&5
39568 ac_cv_func_pthread_attr_setschedparam
=no
39570 rm -f conftest.err conftest.
$ac_objext \
39571 conftest
$ac_exeext conftest.
$ac_ext
39573 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
39574 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
39575 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
39576 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
39577 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
39578 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
39579 echo $ECHO_N "(cached) $ECHO_C" >&6
39581 cat >conftest.
$ac_ext <<_ACEOF
39584 cat confdefs.h
>>conftest.
$ac_ext
39585 cat >>conftest.
$ac_ext <<_ACEOF
39586 /* end confdefs.h. */
39587 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
39588 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39589 #define sched_get_priority_max innocuous_sched_get_priority_max
39591 /* System header to define __stub macros and hopefully few prototypes,
39592 which can conflict with char sched_get_priority_max (); below.
39593 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39594 <limits.h> exists even on freestanding compilers. */
39597 # include <limits.h>
39599 # include <assert.h>
39602 #undef sched_get_priority_max
39604 /* Override any gcc2 internal prototype to avoid an error. */
39609 /* We use char because int might match the return type of a gcc2
39610 builtin and then its argument prototype would still apply. */
39611 char sched_get_priority_max ();
39612 /* The GNU C library defines this for functions which it implements
39613 to always fail with ENOSYS. Some functions are actually named
39614 something starting with __ and the normal name is an alias. */
39615 #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
39618 char (*f) () = sched_get_priority_max;
39627 return f != sched_get_priority_max;
39632 rm -f conftest.
$ac_objext conftest
$ac_exeext
39633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39634 (eval $ac_link) 2>conftest.er1
39636 grep -v '^ *+' conftest.er1
>conftest.err
39638 cat conftest.err
>&5
39639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39640 (exit $ac_status); } &&
39641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39643 (eval $ac_try) 2>&5
39645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39646 (exit $ac_status); }; } &&
39647 { ac_try
='test -s conftest$ac_exeext'
39648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39649 (eval $ac_try) 2>&5
39651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39652 (exit $ac_status); }; }; then
39653 ac_cv_func_sched_get_priority_max
=yes
39655 echo "$as_me: failed program was:" >&5
39656 sed 's/^/| /' conftest.
$ac_ext >&5
39658 ac_cv_func_sched_get_priority_max
=no
39660 rm -f conftest.err conftest.
$ac_objext \
39661 conftest
$ac_exeext conftest.
$ac_ext
39663 echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
39664 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
39665 if test $ac_cv_func_sched_get_priority_max = yes; then
39668 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
39669 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
39670 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
39671 echo $ECHO_N "(cached) $ECHO_C" >&6
39673 ac_check_lib_save_LIBS
=$LIBS
39674 LIBS
="-lposix4 $LIBS"
39675 cat >conftest.
$ac_ext <<_ACEOF
39678 cat confdefs.h
>>conftest.
$ac_ext
39679 cat >>conftest.
$ac_ext <<_ACEOF
39680 /* end confdefs.h. */
39682 /* Override any gcc2 internal prototype to avoid an error. */
39686 /* We use char because int might match the return type of a gcc2
39687 builtin and then its argument prototype would still apply. */
39688 char sched_get_priority_max ();
39692 sched_get_priority_max ();
39697 rm -f conftest.
$ac_objext conftest
$ac_exeext
39698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39699 (eval $ac_link) 2>conftest.er1
39701 grep -v '^ *+' conftest.er1
>conftest.err
39703 cat conftest.err
>&5
39704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39705 (exit $ac_status); } &&
39706 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39708 (eval $ac_try) 2>&5
39710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39711 (exit $ac_status); }; } &&
39712 { ac_try
='test -s conftest$ac_exeext'
39713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39714 (eval $ac_try) 2>&5
39716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39717 (exit $ac_status); }; }; then
39718 ac_cv_lib_posix4_sched_get_priority_max
=yes
39720 echo "$as_me: failed program was:" >&5
39721 sed 's/^/| /' conftest.
$ac_ext >&5
39723 ac_cv_lib_posix4_sched_get_priority_max
=no
39725 rm -f conftest.err conftest.
$ac_objext \
39726 conftest
$ac_exeext conftest.
$ac_ext
39727 LIBS
=$ac_check_lib_save_LIBS
39729 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
39730 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
39731 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
39734 POSIX4_LINK
=" -lposix4"
39748 if test "$HAVE_PRIOR_FUNCS" = 1; then
39749 cat >>confdefs.h
<<\_ACEOF
39750 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
39754 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
39755 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
39758 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
39759 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
39760 if test "${ac_cv_func_pthread_cancel+set}" = set; then
39761 echo $ECHO_N "(cached) $ECHO_C" >&6
39763 cat >conftest.
$ac_ext <<_ACEOF
39766 cat confdefs.h
>>conftest.
$ac_ext
39767 cat >>conftest.
$ac_ext <<_ACEOF
39768 /* end confdefs.h. */
39769 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
39770 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39771 #define pthread_cancel innocuous_pthread_cancel
39773 /* System header to define __stub macros and hopefully few prototypes,
39774 which can conflict with char pthread_cancel (); below.
39775 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39776 <limits.h> exists even on freestanding compilers. */
39779 # include <limits.h>
39781 # include <assert.h>
39784 #undef pthread_cancel
39786 /* Override any gcc2 internal prototype to avoid an error. */
39791 /* We use char because int might match the return type of a gcc2
39792 builtin and then its argument prototype would still apply. */
39793 char pthread_cancel ();
39794 /* The GNU C library defines this for functions which it implements
39795 to always fail with ENOSYS. Some functions are actually named
39796 something starting with __ and the normal name is an alias. */
39797 #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
39800 char (*f) () = pthread_cancel;
39809 return f != pthread_cancel;
39814 rm -f conftest.
$ac_objext conftest
$ac_exeext
39815 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39816 (eval $ac_link) 2>conftest.er1
39818 grep -v '^ *+' conftest.er1
>conftest.err
39820 cat conftest.err
>&5
39821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39822 (exit $ac_status); } &&
39823 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39825 (eval $ac_try) 2>&5
39827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39828 (exit $ac_status); }; } &&
39829 { ac_try
='test -s conftest$ac_exeext'
39830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39831 (eval $ac_try) 2>&5
39833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39834 (exit $ac_status); }; }; then
39835 ac_cv_func_pthread_cancel
=yes
39837 echo "$as_me: failed program was:" >&5
39838 sed 's/^/| /' conftest.
$ac_ext >&5
39840 ac_cv_func_pthread_cancel
=no
39842 rm -f conftest.err conftest.
$ac_objext \
39843 conftest
$ac_exeext conftest.
$ac_ext
39845 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
39846 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
39847 if test $ac_cv_func_pthread_cancel = yes; then
39848 cat >>confdefs.h
<<\_ACEOF
39849 #define HAVE_PTHREAD_CANCEL 1
39853 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
39854 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
39858 echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
39859 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6
39860 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
39861 echo $ECHO_N "(cached) $ECHO_C" >&6
39863 cat >conftest.
$ac_ext <<_ACEOF
39866 cat confdefs.h
>>conftest.
$ac_ext
39867 cat >>conftest.
$ac_ext <<_ACEOF
39868 /* end confdefs.h. */
39869 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
39870 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39871 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
39873 /* System header to define __stub macros and hopefully few prototypes,
39874 which can conflict with char pthread_attr_setstacksize (); below.
39875 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39876 <limits.h> exists even on freestanding compilers. */
39879 # include <limits.h>
39881 # include <assert.h>
39884 #undef pthread_attr_setstacksize
39886 /* Override any gcc2 internal prototype to avoid an error. */
39891 /* We use char because int might match the return type of a gcc2
39892 builtin and then its argument prototype would still apply. */
39893 char pthread_attr_setstacksize ();
39894 /* The GNU C library defines this for functions which it implements
39895 to always fail with ENOSYS. Some functions are actually named
39896 something starting with __ and the normal name is an alias. */
39897 #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
39900 char (*f) () = pthread_attr_setstacksize;
39909 return f != pthread_attr_setstacksize;
39914 rm -f conftest.
$ac_objext conftest
$ac_exeext
39915 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
39916 (eval $ac_link) 2>conftest.er1
39918 grep -v '^ *+' conftest.er1
>conftest.err
39920 cat conftest.err
>&5
39921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39922 (exit $ac_status); } &&
39923 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39925 (eval $ac_try) 2>&5
39927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39928 (exit $ac_status); }; } &&
39929 { ac_try
='test -s conftest$ac_exeext'
39930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39931 (eval $ac_try) 2>&5
39933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39934 (exit $ac_status); }; }; then
39935 ac_cv_func_pthread_attr_setstacksize
=yes
39937 echo "$as_me: failed program was:" >&5
39938 sed 's/^/| /' conftest.
$ac_ext >&5
39940 ac_cv_func_pthread_attr_setstacksize
=no
39942 rm -f conftest.err conftest.
$ac_objext \
39943 conftest
$ac_exeext conftest.
$ac_ext
39945 echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
39946 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6
39947 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
39948 cat >>confdefs.h
<<\_ACEOF
39949 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
39956 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
39957 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
39958 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
39959 echo $ECHO_N "(cached) $ECHO_C" >&6
39962 cat >conftest.
$ac_ext <<_ACEOF
39965 cat confdefs.h
>>conftest.
$ac_ext
39966 cat >>conftest.
$ac_ext <<_ACEOF
39967 /* end confdefs.h. */
39968 #include <pthread.h>
39973 pthread_mutexattr_t attr;
39974 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
39980 rm -f conftest.
$ac_objext
39981 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
39982 (eval $ac_compile) 2>conftest.er1
39984 grep -v '^ *+' conftest.er1
>conftest.err
39986 cat conftest.err
>&5
39987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39988 (exit $ac_status); } &&
39989 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
39990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39991 (eval $ac_try) 2>&5
39993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39994 (exit $ac_status); }; } &&
39995 { ac_try
='test -s conftest.$ac_objext'
39996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
39997 (eval $ac_try) 2>&5
39999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40000 (exit $ac_status); }; }; then
40001 wx_cv_type_pthread_mutexattr_t
=yes
40003 echo "$as_me: failed program was:" >&5
40004 sed 's/^/| /' conftest.
$ac_ext >&5
40006 wx_cv_type_pthread_mutexattr_t
=no
40009 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40012 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
40013 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
40015 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
40016 cat >>confdefs.h
<<\_ACEOF
40017 #define HAVE_PTHREAD_MUTEXATTR_T 1
40021 echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
40022 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6
40023 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
40024 echo $ECHO_N "(cached) $ECHO_C" >&6
40027 cat >conftest.
$ac_ext <<_ACEOF
40030 cat confdefs.h
>>conftest.
$ac_ext
40031 cat >>conftest.
$ac_ext <<_ACEOF
40032 /* end confdefs.h. */
40033 #include <pthread.h>
40038 pthread_mutexattr_t attr;
40039 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
40045 rm -f conftest.
$ac_objext
40046 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40047 (eval $ac_compile) 2>conftest.er1
40049 grep -v '^ *+' conftest.er1
>conftest.err
40051 cat conftest.err
>&5
40052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40053 (exit $ac_status); } &&
40054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40056 (eval $ac_try) 2>&5
40058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40059 (exit $ac_status); }; } &&
40060 { ac_try
='test -s conftest.$ac_objext'
40061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40062 (eval $ac_try) 2>&5
40064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40065 (exit $ac_status); }; }; then
40066 wx_cv_func_pthread_mutexattr_settype_decl
=yes
40068 echo "$as_me: failed program was:" >&5
40069 sed 's/^/| /' conftest.
$ac_ext >&5
40071 wx_cv_func_pthread_mutexattr_settype_decl
=no
40074 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40077 echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
40078 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6
40079 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
40080 cat >>confdefs.h
<<\_ACEOF
40081 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
40086 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
40087 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
40088 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
40089 echo $ECHO_N "(cached) $ECHO_C" >&6
40092 cat >conftest.
$ac_ext <<_ACEOF
40095 cat confdefs.h
>>conftest.
$ac_ext
40096 cat >>conftest.
$ac_ext <<_ACEOF
40097 /* end confdefs.h. */
40098 #include <pthread.h>
40103 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
40109 rm -f conftest.
$ac_objext
40110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40111 (eval $ac_compile) 2>conftest.er1
40113 grep -v '^ *+' conftest.er1
>conftest.err
40115 cat conftest.err
>&5
40116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40117 (exit $ac_status); } &&
40118 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40120 (eval $ac_try) 2>&5
40122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40123 (exit $ac_status); }; } &&
40124 { ac_try
='test -s conftest.$ac_objext'
40125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40126 (eval $ac_try) 2>&5
40128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40129 (exit $ac_status); }; }; then
40131 wx_cv_type_pthread_rec_mutex_init
=yes
40134 echo "$as_me: failed program was:" >&5
40135 sed 's/^/| /' conftest.
$ac_ext >&5
40138 wx_cv_type_pthread_rec_mutex_init
=no
40142 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40145 echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
40146 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
40147 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
40148 cat >>confdefs.h
<<\_ACEOF
40149 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
40153 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
40154 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
40160 if test "$wxUSE_THREADS" = "yes" ; then
40163 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
40164 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
40165 if test "${wx_cv_cflags_mthread+set}" = set; then
40166 echo $ECHO_N "(cached) $ECHO_C" >&6
40169 CXXFLAGS_OLD
="$CXXFLAGS"
40170 CXXFLAGS
="-mthreads $CXXFLAGS"
40171 cat >conftest.
$ac_ext <<_ACEOF
40174 cat confdefs.h
>>conftest.
$ac_ext
40175 cat >>conftest.
$ac_ext <<_ACEOF
40176 /* end confdefs.h. */
40186 rm -f conftest.
$ac_objext
40187 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40188 (eval $ac_compile) 2>conftest.er1
40190 grep -v '^ *+' conftest.er1
>conftest.err
40192 cat conftest.err
>&5
40193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40194 (exit $ac_status); } &&
40195 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
40201 { ac_try
='test -s conftest.$ac_objext'
40202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40203 (eval $ac_try) 2>&5
40205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40206 (exit $ac_status); }; }; then
40207 wx_cv_cflags_mthread
=yes
40209 echo "$as_me: failed program was:" >&5
40210 sed 's/^/| /' conftest.
$ac_ext >&5
40212 wx_cv_cflags_mthread
=no
40215 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40219 echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
40220 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
40222 if test "$wx_cv_cflags_mthread" = "yes"; then
40223 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -mthreads"
40224 LDFLAGS
="$LDFLAGS -mthreads"
40226 CXXFLAGS
="$CXXFLAGS_OLD"
40230 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
40231 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -Zmt -D__ST_MT_ERRNO__"
40232 LDFLAGS
="$LDFLAGS -Zmt"
40238 echo "$as_me:$LINENO: checking for localtime_r" >&5
40239 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6
40240 if test "${ac_cv_func_localtime_r+set}" = set; then
40241 echo $ECHO_N "(cached) $ECHO_C" >&6
40243 cat >conftest.
$ac_ext <<_ACEOF
40246 cat confdefs.h
>>conftest.
$ac_ext
40247 cat >>conftest.
$ac_ext <<_ACEOF
40248 /* end confdefs.h. */
40249 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
40250 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40251 #define localtime_r innocuous_localtime_r
40253 /* System header to define __stub macros and hopefully few prototypes,
40254 which can conflict with char localtime_r (); below.
40255 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40256 <limits.h> exists even on freestanding compilers. */
40259 # include <limits.h>
40261 # include <assert.h>
40266 /* Override any gcc2 internal prototype to avoid an error. */
40271 /* We use char because int might match the return type of a gcc2
40272 builtin and then its argument prototype would still apply. */
40273 char localtime_r ();
40274 /* The GNU C library defines this for functions which it implements
40275 to always fail with ENOSYS. Some functions are actually named
40276 something starting with __ and the normal name is an alias. */
40277 #if defined (__stub_localtime_r) || defined (__stub___localtime_r)
40280 char (*f) () = localtime_r;
40289 return f != localtime_r;
40294 rm -f conftest.
$ac_objext conftest
$ac_exeext
40295 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40296 (eval $ac_link) 2>conftest.er1
40298 grep -v '^ *+' conftest.er1
>conftest.err
40300 cat conftest.err
>&5
40301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40302 (exit $ac_status); } &&
40303 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40305 (eval $ac_try) 2>&5
40307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40308 (exit $ac_status); }; } &&
40309 { ac_try
='test -s conftest$ac_exeext'
40310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40311 (eval $ac_try) 2>&5
40313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40314 (exit $ac_status); }; }; then
40315 ac_cv_func_localtime_r
=yes
40317 echo "$as_me: failed program was:" >&5
40318 sed 's/^/| /' conftest.
$ac_ext >&5
40320 ac_cv_func_localtime_r
=no
40322 rm -f conftest.err conftest.
$ac_objext \
40323 conftest
$ac_exeext conftest.
$ac_ext
40325 echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
40326 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6
40327 if test $ac_cv_func_localtime_r = yes; then
40328 cat >>confdefs.h
<<\_ACEOF
40329 #define HAVE_LOCALTIME_R 1
40334 echo "$as_me:$LINENO: checking for gmtime_r" >&5
40335 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6
40336 if test "${ac_cv_func_gmtime_r+set}" = set; then
40337 echo $ECHO_N "(cached) $ECHO_C" >&6
40339 cat >conftest.
$ac_ext <<_ACEOF
40342 cat confdefs.h
>>conftest.
$ac_ext
40343 cat >>conftest.
$ac_ext <<_ACEOF
40344 /* end confdefs.h. */
40345 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
40346 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40347 #define gmtime_r innocuous_gmtime_r
40349 /* System header to define __stub macros and hopefully few prototypes,
40350 which can conflict with char gmtime_r (); below.
40351 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40352 <limits.h> exists even on freestanding compilers. */
40355 # include <limits.h>
40357 # include <assert.h>
40362 /* Override any gcc2 internal prototype to avoid an error. */
40367 /* We use char because int might match the return type of a gcc2
40368 builtin and then its argument prototype would still apply. */
40370 /* The GNU C library defines this for functions which it implements
40371 to always fail with ENOSYS. Some functions are actually named
40372 something starting with __ and the normal name is an alias. */
40373 #if defined (__stub_gmtime_r) || defined (__stub___gmtime_r)
40376 char (*f) () = gmtime_r;
40385 return f != gmtime_r;
40390 rm -f conftest.
$ac_objext conftest
$ac_exeext
40391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40392 (eval $ac_link) 2>conftest.er1
40394 grep -v '^ *+' conftest.er1
>conftest.err
40396 cat conftest.err
>&5
40397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40398 (exit $ac_status); } &&
40399 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40401 (eval $ac_try) 2>&5
40403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40404 (exit $ac_status); }; } &&
40405 { ac_try
='test -s conftest$ac_exeext'
40406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40407 (eval $ac_try) 2>&5
40409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40410 (exit $ac_status); }; }; then
40411 ac_cv_func_gmtime_r
=yes
40413 echo "$as_me: failed program was:" >&5
40414 sed 's/^/| /' conftest.
$ac_ext >&5
40416 ac_cv_func_gmtime_r
=no
40418 rm -f conftest.err conftest.
$ac_objext \
40419 conftest
$ac_exeext conftest.
$ac_ext
40421 echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
40422 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6
40423 if test $ac_cv_func_gmtime_r = yes; then
40424 cat >>confdefs.h
<<\_ACEOF
40425 #define HAVE_GMTIME_R 1
40430 echo "$as_me:$LINENO: checking for readdir_r" >&5
40431 echo $ECHO_N "checking for readdir_r... $ECHO_C" >&6
40432 if test "${ac_cv_func_readdir_r+set}" = set; then
40433 echo $ECHO_N "(cached) $ECHO_C" >&6
40435 cat >conftest.
$ac_ext <<_ACEOF
40438 cat confdefs.h
>>conftest.
$ac_ext
40439 cat >>conftest.
$ac_ext <<_ACEOF
40440 /* end confdefs.h. */
40441 /* Define readdir_r to an innocuous variant, in case <limits.h> declares readdir_r.
40442 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40443 #define readdir_r innocuous_readdir_r
40445 /* System header to define __stub macros and hopefully few prototypes,
40446 which can conflict with char readdir_r (); below.
40447 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40448 <limits.h> exists even on freestanding compilers. */
40451 # include <limits.h>
40453 # include <assert.h>
40458 /* Override any gcc2 internal prototype to avoid an error. */
40463 /* We use char because int might match the return type of a gcc2
40464 builtin and then its argument prototype would still apply. */
40466 /* The GNU C library defines this for functions which it implements
40467 to always fail with ENOSYS. Some functions are actually named
40468 something starting with __ and the normal name is an alias. */
40469 #if defined (__stub_readdir_r) || defined (__stub___readdir_r)
40472 char (*f) () = readdir_r;
40481 return f != readdir_r;
40486 rm -f conftest.
$ac_objext conftest
$ac_exeext
40487 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40488 (eval $ac_link) 2>conftest.er1
40490 grep -v '^ *+' conftest.er1
>conftest.err
40492 cat conftest.err
>&5
40493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40494 (exit $ac_status); } &&
40495 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40497 (eval $ac_try) 2>&5
40499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40500 (exit $ac_status); }; } &&
40501 { ac_try
='test -s conftest$ac_exeext'
40502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40503 (eval $ac_try) 2>&5
40505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40506 (exit $ac_status); }; }; then
40507 ac_cv_func_readdir_r
=yes
40509 echo "$as_me: failed program was:" >&5
40510 sed 's/^/| /' conftest.
$ac_ext >&5
40512 ac_cv_func_readdir_r
=no
40514 rm -f conftest.err conftest.
$ac_objext \
40515 conftest
$ac_exeext conftest.
$ac_ext
40517 echo "$as_me:$LINENO: result: $ac_cv_func_readdir_r" >&5
40518 echo "${ECHO_T}$ac_cv_func_readdir_r" >&6
40519 if test $ac_cv_func_readdir_r = yes; then
40520 cat >>confdefs.h
<<\_ACEOF
40521 #define HAVE_READDIR_R 1
40530 ac_cpp
='$CPP $CPPFLAGS'
40531 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40532 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40533 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
40535 echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
40536 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6
40538 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
40539 echo $ECHO_N "(cached) $ECHO_C" >&6
40543 ################################################################
40545 ac_cv_func_which_gethostbyname_r
=unknown
40548 # ONE ARGUMENT (sanity check)
40551 # This should fail, as there is no variant of gethostbyname_r() that takes
40552 # a single argument. If it actually compiles, then we can assume that
40553 # netdb.h is not declaring the function, and the compiler is thereby
40554 # assuming an implicit prototype. In which case, we're out of luck.
40556 cat >conftest.
$ac_ext <<_ACEOF
40559 cat confdefs.h
>>conftest.
$ac_ext
40560 cat >>conftest.
$ac_ext <<_ACEOF
40561 /* end confdefs.h. */
40567 char *name = "www.gnu.org";
40568 (void)gethostbyname_r(name) /* ; */
40574 rm -f conftest.
$ac_objext
40575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40576 (eval $ac_compile) 2>conftest.er1
40578 grep -v '^ *+' conftest.er1
>conftest.err
40580 cat conftest.err
>&5
40581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40582 (exit $ac_status); } &&
40583 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40585 (eval $ac_try) 2>&5
40587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40588 (exit $ac_status); }; } &&
40589 { ac_try
='test -s conftest.$ac_objext'
40590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40591 (eval $ac_try) 2>&5
40593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40594 (exit $ac_status); }; }; then
40595 ac_cv_func_which_gethostbyname_r
=no
40597 echo "$as_me: failed program was:" >&5
40598 sed 's/^/| /' conftest.
$ac_ext >&5
40601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40608 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40610 cat >conftest.
$ac_ext <<_ACEOF
40613 cat confdefs.h
>>conftest.
$ac_ext
40614 cat >>conftest.
$ac_ext <<_ACEOF
40615 /* end confdefs.h. */
40621 char *name = "www.gnu.org";
40622 struct hostent ret, *retp;
40626 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
40632 rm -f conftest.
$ac_objext
40633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40634 (eval $ac_compile) 2>conftest.er1
40636 grep -v '^ *+' conftest.er1
>conftest.err
40638 cat conftest.err
>&5
40639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40640 (exit $ac_status); } &&
40641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40643 (eval $ac_try) 2>&5
40645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40646 (exit $ac_status); }; } &&
40647 { ac_try
='test -s conftest.$ac_objext'
40648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40649 (eval $ac_try) 2>&5
40651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40652 (exit $ac_status); }; }; then
40653 ac_cv_func_which_gethostbyname_r
=six
40655 echo "$as_me: failed program was:" >&5
40656 sed 's/^/| /' conftest.
$ac_ext >&5
40659 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40668 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40670 cat >conftest.
$ac_ext <<_ACEOF
40673 cat confdefs.h
>>conftest.
$ac_ext
40674 cat >>conftest.
$ac_ext <<_ACEOF
40675 /* end confdefs.h. */
40681 char *name = "www.gnu.org";
40682 struct hostent ret;
40686 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
40692 rm -f conftest.
$ac_objext
40693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40694 (eval $ac_compile) 2>conftest.er1
40696 grep -v '^ *+' conftest.er1
>conftest.err
40698 cat conftest.err
>&5
40699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40700 (exit $ac_status); } &&
40701 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40703 (eval $ac_try) 2>&5
40705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40706 (exit $ac_status); }; } &&
40707 { ac_try
='test -s conftest.$ac_objext'
40708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40709 (eval $ac_try) 2>&5
40711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40712 (exit $ac_status); }; }; then
40713 ac_cv_func_which_gethostbyname_r
=five
40715 echo "$as_me: failed program was:" >&5
40716 sed 's/^/| /' conftest.
$ac_ext >&5
40719 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40725 # (e.g. AIX, HP-UX, Tru64)
40728 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
40730 cat >conftest.
$ac_ext <<_ACEOF
40733 cat confdefs.h
>>conftest.
$ac_ext
40734 cat >>conftest.
$ac_ext <<_ACEOF
40735 /* end confdefs.h. */
40741 char *name = "www.gnu.org";
40742 struct hostent ret;
40743 struct hostent_data data;
40744 (void)gethostbyname_r(name, &ret, &data) /* ; */
40750 rm -f conftest.
$ac_objext
40751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40752 (eval $ac_compile) 2>conftest.er1
40754 grep -v '^ *+' conftest.er1
>conftest.err
40756 cat conftest.err
>&5
40757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40758 (exit $ac_status); } &&
40759 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40761 (eval $ac_try) 2>&5
40763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40764 (exit $ac_status); }; } &&
40765 { ac_try
='test -s conftest.$ac_objext'
40766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40767 (eval $ac_try) 2>&5
40769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40770 (exit $ac_status); }; }; then
40771 ac_cv_func_which_gethostbyname_r
=three
40773 echo "$as_me: failed program was:" >&5
40774 sed 's/^/| /' conftest.
$ac_ext >&5
40777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
40781 ################################################################
40786 case "$ac_cv_func_which_gethostbyname_r" in
40788 echo "$as_me:$LINENO: result: three" >&5
40789 echo "${ECHO_T}three" >&6
40790 cat >>confdefs.h
<<\_ACEOF
40791 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
40797 echo "$as_me:$LINENO: result: five" >&5
40798 echo "${ECHO_T}five" >&6
40799 cat >>confdefs.h
<<\_ACEOF
40800 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
40806 echo "$as_me:$LINENO: result: six" >&5
40807 echo "${ECHO_T}six" >&6
40808 cat >>confdefs.h
<<\_ACEOF
40809 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
40815 echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
40816 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6
40820 echo "$as_me:$LINENO: result: can't tell" >&5
40821 echo "${ECHO_T}can't tell" >&6
40825 { { echo "$as_me:$LINENO: error: internal error" >&5
40826 echo "$as_me: error: internal error" >&2;}
40827 { (exit 1); exit 1; }; }
40832 ac_cpp
='$CPP $CPPFLAGS'
40833 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40834 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40835 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
40839 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
40840 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
40841 echo "$as_me:$LINENO: checking for gethostbyname" >&5
40842 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
40843 if test "${ac_cv_func_gethostbyname+set}" = set; then
40844 echo $ECHO_N "(cached) $ECHO_C" >&6
40846 cat >conftest.
$ac_ext <<_ACEOF
40849 cat confdefs.h
>>conftest.
$ac_ext
40850 cat >>conftest.
$ac_ext <<_ACEOF
40851 /* end confdefs.h. */
40852 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
40853 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40854 #define gethostbyname innocuous_gethostbyname
40856 /* System header to define __stub macros and hopefully few prototypes,
40857 which can conflict with char gethostbyname (); below.
40858 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40859 <limits.h> exists even on freestanding compilers. */
40862 # include <limits.h>
40864 # include <assert.h>
40867 #undef gethostbyname
40869 /* Override any gcc2 internal prototype to avoid an error. */
40874 /* We use char because int might match the return type of a gcc2
40875 builtin and then its argument prototype would still apply. */
40876 char gethostbyname ();
40877 /* The GNU C library defines this for functions which it implements
40878 to always fail with ENOSYS. Some functions are actually named
40879 something starting with __ and the normal name is an alias. */
40880 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
40883 char (*f) () = gethostbyname;
40892 return f != gethostbyname;
40897 rm -f conftest.
$ac_objext conftest
$ac_exeext
40898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
40899 (eval $ac_link) 2>conftest.er1
40901 grep -v '^ *+' conftest.er1
>conftest.err
40903 cat conftest.err
>&5
40904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40905 (exit $ac_status); } &&
40906 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
40907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40908 (eval $ac_try) 2>&5
40910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40911 (exit $ac_status); }; } &&
40912 { ac_try
='test -s conftest$ac_exeext'
40913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40914 (eval $ac_try) 2>&5
40916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40917 (exit $ac_status); }; }; then
40918 ac_cv_func_gethostbyname
=yes
40920 echo "$as_me: failed program was:" >&5
40921 sed 's/^/| /' conftest.
$ac_ext >&5
40923 ac_cv_func_gethostbyname
=no
40925 rm -f conftest.err conftest.
$ac_objext \
40926 conftest
$ac_exeext conftest.
$ac_ext
40928 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
40929 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
40930 if test $ac_cv_func_gethostbyname = yes; then
40931 cat >>confdefs.h
<<\_ACEOF
40932 #define HAVE_GETHOSTBYNAME 1
40939 echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
40940 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6
40941 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
40942 echo $ECHO_N "(cached) $ECHO_C" >&6
40946 ac_cpp
='$CXXCPP $CPPFLAGS'
40947 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40948 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40949 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
40952 cat >conftest.
$ac_ext <<_ACEOF
40955 cat confdefs.h
>>conftest.
$ac_ext
40956 cat >>conftest.
$ac_ext <<_ACEOF
40957 /* end confdefs.h. */
40965 struct servent *se, *res;
40968 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
40974 rm -f conftest.
$ac_objext
40975 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
40976 (eval $ac_compile) 2>conftest.er1
40978 grep -v '^ *+' conftest.er1
>conftest.err
40980 cat conftest.err
>&5
40981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40982 (exit $ac_status); } &&
40983 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
40984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40985 (eval $ac_try) 2>&5
40987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40988 (exit $ac_status); }; } &&
40989 { ac_try
='test -s conftest.$ac_objext'
40990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
40991 (eval $ac_try) 2>&5
40993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40994 (exit $ac_status); }; }; then
40995 ac_cv_func_which_getservbyname_r
=six
40997 echo "$as_me: failed program was:" >&5
40998 sed 's/^/| /' conftest.
$ac_ext >&5
41001 cat >conftest.
$ac_ext <<_ACEOF
41004 cat confdefs.h
>>conftest.
$ac_ext
41005 cat >>conftest.
$ac_ext <<_ACEOF
41006 /* end confdefs.h. */
41014 struct servent *se;
41017 (void) getservbyname_r(name, proto, se, buffer, buflen)
41023 rm -f conftest.
$ac_objext
41024 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41025 (eval $ac_compile) 2>conftest.er1
41027 grep -v '^ *+' conftest.er1
>conftest.err
41029 cat conftest.err
>&5
41030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41031 (exit $ac_status); } &&
41032 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41034 (eval $ac_try) 2>&5
41036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41037 (exit $ac_status); }; } &&
41038 { ac_try
='test -s conftest.$ac_objext'
41039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41040 (eval $ac_try) 2>&5
41042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41043 (exit $ac_status); }; }; then
41044 ac_cv_func_which_getservbyname_r
=five
41046 echo "$as_me: failed program was:" >&5
41047 sed 's/^/| /' conftest.
$ac_ext >&5
41050 cat >conftest.
$ac_ext <<_ACEOF
41053 cat confdefs.h
>>conftest.
$ac_ext
41054 cat >>conftest.
$ac_ext <<_ACEOF
41055 /* end confdefs.h. */
41063 struct servent *se;
41064 struct servent_data data;
41065 (void) getservbyname_r(name, proto, se, &data);
41071 rm -f conftest.
$ac_objext
41072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
41073 (eval $ac_compile) 2>conftest.er1
41075 grep -v '^ *+' conftest.er1
>conftest.err
41077 cat conftest.err
>&5
41078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41079 (exit $ac_status); } &&
41080 { ac_try
='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
41081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41082 (eval $ac_try) 2>&5
41084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41085 (exit $ac_status); }; } &&
41086 { ac_try
='test -s conftest.$ac_objext'
41087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41088 (eval $ac_try) 2>&5
41090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41091 (exit $ac_status); }; }; then
41092 ac_cv_func_which_getservbyname_r
=four
41094 echo "$as_me: failed program was:" >&5
41095 sed 's/^/| /' conftest.
$ac_ext >&5
41097 ac_cv_func_which_getservbyname_r
=no
41100 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41104 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41108 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
41110 ac_cpp
='$CPP $CPPFLAGS'
41111 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41112 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41113 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
41118 echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
41119 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6
41121 if test $ac_cv_func_which_getservbyname_r = six
; then
41122 cat >>confdefs.h
<<\_ACEOF
41123 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
41126 elif test $ac_cv_func_which_getservbyname_r = five
; then
41127 cat >>confdefs.h
<<\_ACEOF
41128 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
41131 elif test $ac_cv_func_which_getservbyname_r = four
; then
41132 cat >>confdefs.h
<<\_ACEOF
41133 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
41139 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
41140 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
41142 for ac_func
in getservbyname
41144 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41145 echo "$as_me:$LINENO: checking for $ac_func" >&5
41146 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41147 if eval "test \"\${$as_ac_var+set}\" = set"; then
41148 echo $ECHO_N "(cached) $ECHO_C" >&6
41150 cat >conftest.
$ac_ext <<_ACEOF
41153 cat confdefs.h
>>conftest.
$ac_ext
41154 cat >>conftest.
$ac_ext <<_ACEOF
41155 /* end confdefs.h. */
41156 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41157 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41158 #define $ac_func innocuous_$ac_func
41160 /* System header to define __stub macros and hopefully few prototypes,
41161 which can conflict with char $ac_func (); below.
41162 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41163 <limits.h> exists even on freestanding compilers. */
41166 # include <limits.h>
41168 # include <assert.h>
41173 /* Override any gcc2 internal prototype to avoid an error. */
41178 /* We use char because int might match the return type of a gcc2
41179 builtin and then its argument prototype would still apply. */
41181 /* The GNU C library defines this for functions which it implements
41182 to always fail with ENOSYS. Some functions are actually named
41183 something starting with __ and the normal name is an alias. */
41184 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41187 char (*f) () = $ac_func;
41196 return f != $ac_func;
41201 rm -f conftest.
$ac_objext conftest
$ac_exeext
41202 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41203 (eval $ac_link) 2>conftest.er1
41205 grep -v '^ *+' conftest.er1
>conftest.err
41207 cat conftest.err
>&5
41208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41209 (exit $ac_status); } &&
41210 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41212 (eval $ac_try) 2>&5
41214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41215 (exit $ac_status); }; } &&
41216 { ac_try
='test -s conftest$ac_exeext'
41217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41218 (eval $ac_try) 2>&5
41220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41221 (exit $ac_status); }; }; then
41222 eval "$as_ac_var=yes"
41224 echo "$as_me: failed program was:" >&5
41225 sed 's/^/| /' conftest.
$ac_ext >&5
41227 eval "$as_ac_var=no"
41229 rm -f conftest.err conftest.
$ac_objext \
41230 conftest
$ac_exeext conftest.
$ac_ext
41232 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41233 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41234 if test `eval echo '${'$as_ac_var'}'` = yes; then
41235 cat >>confdefs.h
<<_ACEOF
41236 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41238 cat >>confdefs.h
<<\_ACEOF
41239 #define HAVE_GETSERVBYNAME 1
41247 if test "$wxUSE_THREADS" = "yes"; then
41248 cat >>confdefs.h
<<\_ACEOF
41249 #define wxUSE_THREADS 1
41253 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS thread"
41255 if test "$wx_cv_func_strtok_r" = "yes"; then
41256 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
41257 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
41258 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
41259 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D_REENTRANT"
41260 echo "$as_me:$LINENO: result: yes" >&5
41261 echo "${ECHO_T}yes" >&6
41263 echo "$as_me:$LINENO: result: no" >&5
41264 echo "${ECHO_T}no" >&6
41269 if test "$WXGTK20" = 1 ; then
41270 cat >>confdefs.h
<<_ACEOF
41271 #define __WXGTK20__ $WXGTK20
41277 if test "$WXGTK12" = 1 ; then
41278 cat >>confdefs.h
<<_ACEOF
41279 #define __WXGTK12__ $WXGTK12
41284 if test "$WXGTK127" = 1 ; then
41285 cat >>confdefs.h
<<_ACEOF
41286 #define __WXGTK127__ $WXGTK127
41291 if test "$WXGPE" = 1 ; then
41292 cat >>confdefs.h
<<_ACEOF
41293 #define __WXGPE__ $WXGPE
41299 if test "$wxUSE_DEBUG_INFO" = "yes" ; then
41304 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
41305 wxUSE_DEBUG_INFO
=yes
41306 if test "$GCC" = yes; then
41307 DEBUG_CFLAGS
="-ggdb"
41311 if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
41312 cat >>confdefs.h
<<\_ACEOF
41316 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS -D__WXDEBUG__"
41318 if test "$wxUSE_GTK" = 1 ; then
41319 if test "x$wxGTK_VERSION" = "x1" ; then
41320 CPPFLAGS
="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
41325 if test "$wxUSE_MEM_TRACING" = "yes" ; then
41326 cat >>confdefs.h
<<\_ACEOF
41327 #define wxUSE_MEMORY_TRACING 1
41330 cat >>confdefs.h
<<\_ACEOF
41331 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
41334 cat >>confdefs.h
<<\_ACEOF
41335 #define wxUSE_DEBUG_NEW_ALWAYS 1
41338 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS memcheck"
41341 if test "$wxUSE_DMALLOC" = "yes" ; then
41342 DMALLOC_LIBS
="-ldmallocthcxx"
41346 if test "$wxUSE_PROFILE" = "yes" ; then
41347 PROFILE_FLAGS
=" -pg"
41350 if test "$GCC" = "yes" ; then
41351 if test "$wxUSE_NO_RTTI" = "yes" ; then
41352 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-rtti"
41354 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
41355 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fno-exceptions"
41357 if test "$wxUSE_PERMISSIVE" = "yes" ; then
41358 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -fpermissive"
41363 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -mminimal-toc"
41366 WXCONFIG_CFLAGS
="$WXCONFIG_CFLAGS -ffunction-sections"
41372 if test "$wxUSE_OPTIMISE" = "no" ; then
41373 if test "$GCC" = yes ; then
41374 OPTIMISE_CFLAGS
="-O0"
41377 if test "$GCC" = yes ; then
41379 *-pc-os2_emx | *-pc-os2-emx )
41380 OPTIMISE_CFLAGS
="-O2"
41383 OPTIMISE_CFLAGS
="-O2 -fno-strict-aliasing"
41387 OPTIMISE_CFLAGS
="-O"
41392 if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
41393 cat >>confdefs.h
<<\_ACEOF
41394 #define WXWIN_COMPATIBILITY_2_4 1
41398 WXWIN_COMPATIBILITY_2_6
="yes"
41401 if test "x$WXWIN_COMPATIBILITY_2_6" != "xno"; then
41402 cat >>confdefs.h
<<\_ACEOF
41403 #define WXWIN_COMPATIBILITY_2_6 1
41409 if test "$wxUSE_GUI" = "yes"; then
41410 cat >>confdefs.h
<<\_ACEOF
41411 #define wxUSE_GUI 1
41418 if test "$wxUSE_UNIX" = "yes"; then
41419 cat >>confdefs.h
<<\_ACEOF
41420 #define wxUSE_UNIX 1
41426 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
41430 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
41431 if test "$USE_DARWIN" = 1; then
41433 elif test "$USE_DOS" = 1; then
41437 for ac_func
in dlopen
41439 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41440 echo "$as_me:$LINENO: checking for $ac_func" >&5
41441 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41442 if eval "test \"\${$as_ac_var+set}\" = set"; then
41443 echo $ECHO_N "(cached) $ECHO_C" >&6
41445 cat >conftest.
$ac_ext <<_ACEOF
41448 cat confdefs.h
>>conftest.
$ac_ext
41449 cat >>conftest.
$ac_ext <<_ACEOF
41450 /* end confdefs.h. */
41451 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41452 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41453 #define $ac_func innocuous_$ac_func
41455 /* System header to define __stub macros and hopefully few prototypes,
41456 which can conflict with char $ac_func (); below.
41457 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41458 <limits.h> exists even on freestanding compilers. */
41461 # include <limits.h>
41463 # include <assert.h>
41468 /* Override any gcc2 internal prototype to avoid an error. */
41473 /* We use char because int might match the return type of a gcc2
41474 builtin and then its argument prototype would still apply. */
41476 /* The GNU C library defines this for functions which it implements
41477 to always fail with ENOSYS. Some functions are actually named
41478 something starting with __ and the normal name is an alias. */
41479 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41482 char (*f) () = $ac_func;
41491 return f != $ac_func;
41496 rm -f conftest.
$ac_objext conftest
$ac_exeext
41497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41498 (eval $ac_link) 2>conftest.er1
41500 grep -v '^ *+' conftest.er1
>conftest.err
41502 cat conftest.err
>&5
41503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41504 (exit $ac_status); } &&
41505 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41507 (eval $ac_try) 2>&5
41509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41510 (exit $ac_status); }; } &&
41511 { ac_try
='test -s conftest$ac_exeext'
41512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41513 (eval $ac_try) 2>&5
41515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41516 (exit $ac_status); }; }; then
41517 eval "$as_ac_var=yes"
41519 echo "$as_me: failed program was:" >&5
41520 sed 's/^/| /' conftest.
$ac_ext >&5
41522 eval "$as_ac_var=no"
41524 rm -f conftest.err conftest.
$ac_objext \
41525 conftest
$ac_exeext conftest.
$ac_ext
41527 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41528 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41529 if test `eval echo '${'$as_ac_var'}'` = yes; then
41530 cat >>confdefs.h
<<_ACEOF
41531 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41534 cat >>confdefs.h
<<\_ACEOF
41535 #define HAVE_DLOPEN 1
41542 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
41543 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
41544 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
41545 echo $ECHO_N "(cached) $ECHO_C" >&6
41547 ac_check_lib_save_LIBS
=$LIBS
41549 cat >conftest.
$ac_ext <<_ACEOF
41552 cat confdefs.h
>>conftest.
$ac_ext
41553 cat >>conftest.
$ac_ext <<_ACEOF
41554 /* end confdefs.h. */
41556 /* Override any gcc2 internal prototype to avoid an error. */
41560 /* We use char because int might match the return type of a gcc2
41561 builtin and then its argument prototype would still apply. */
41571 rm -f conftest.
$ac_objext conftest
$ac_exeext
41572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41573 (eval $ac_link) 2>conftest.er1
41575 grep -v '^ *+' conftest.er1
>conftest.err
41577 cat conftest.err
>&5
41578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41579 (exit $ac_status); } &&
41580 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41582 (eval $ac_try) 2>&5
41584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41585 (exit $ac_status); }; } &&
41586 { ac_try
='test -s conftest$ac_exeext'
41587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41588 (eval $ac_try) 2>&5
41590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41591 (exit $ac_status); }; }; then
41592 ac_cv_lib_dl_dlopen
=yes
41594 echo "$as_me: failed program was:" >&5
41595 sed 's/^/| /' conftest.
$ac_ext >&5
41597 ac_cv_lib_dl_dlopen
=no
41599 rm -f conftest.err conftest.
$ac_objext \
41600 conftest
$ac_exeext conftest.
$ac_ext
41601 LIBS
=$ac_check_lib_save_LIBS
41603 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
41604 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
41605 if test $ac_cv_lib_dl_dlopen = yes; then
41607 cat >>confdefs.h
<<\_ACEOF
41608 #define HAVE_DLOPEN 1
41612 DL_LINK
=" -ldl$DL_LINK"
41617 for ac_func
in shl_load
41619 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41620 echo "$as_me:$LINENO: checking for $ac_func" >&5
41621 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41622 if eval "test \"\${$as_ac_var+set}\" = set"; then
41623 echo $ECHO_N "(cached) $ECHO_C" >&6
41625 cat >conftest.
$ac_ext <<_ACEOF
41628 cat confdefs.h
>>conftest.
$ac_ext
41629 cat >>conftest.
$ac_ext <<_ACEOF
41630 /* end confdefs.h. */
41631 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41632 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41633 #define $ac_func innocuous_$ac_func
41635 /* System header to define __stub macros and hopefully few prototypes,
41636 which can conflict with char $ac_func (); below.
41637 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41638 <limits.h> exists even on freestanding compilers. */
41641 # include <limits.h>
41643 # include <assert.h>
41648 /* Override any gcc2 internal prototype to avoid an error. */
41653 /* We use char because int might match the return type of a gcc2
41654 builtin and then its argument prototype would still apply. */
41656 /* The GNU C library defines this for functions which it implements
41657 to always fail with ENOSYS. Some functions are actually named
41658 something starting with __ and the normal name is an alias. */
41659 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41662 char (*f) () = $ac_func;
41671 return f != $ac_func;
41676 rm -f conftest.
$ac_objext conftest
$ac_exeext
41677 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41678 (eval $ac_link) 2>conftest.er1
41680 grep -v '^ *+' conftest.er1
>conftest.err
41682 cat conftest.err
>&5
41683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41684 (exit $ac_status); } &&
41685 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41687 (eval $ac_try) 2>&5
41689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41690 (exit $ac_status); }; } &&
41691 { ac_try
='test -s conftest$ac_exeext'
41692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41693 (eval $ac_try) 2>&5
41695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41696 (exit $ac_status); }; }; then
41697 eval "$as_ac_var=yes"
41699 echo "$as_me: failed program was:" >&5
41700 sed 's/^/| /' conftest.
$ac_ext >&5
41702 eval "$as_ac_var=no"
41704 rm -f conftest.err conftest.
$ac_objext \
41705 conftest
$ac_exeext conftest.
$ac_ext
41707 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41708 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41709 if test `eval echo '${'$as_ac_var'}'` = yes; then
41710 cat >>confdefs.h
<<_ACEOF
41711 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41714 cat >>confdefs.h
<<\_ACEOF
41715 #define HAVE_SHL_LOAD 1
41722 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
41723 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
41724 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
41725 echo $ECHO_N "(cached) $ECHO_C" >&6
41727 ac_check_lib_save_LIBS
=$LIBS
41728 LIBS
="-lshl_load $LIBS"
41729 cat >conftest.
$ac_ext <<_ACEOF
41732 cat confdefs.h
>>conftest.
$ac_ext
41733 cat >>conftest.
$ac_ext <<_ACEOF
41734 /* end confdefs.h. */
41736 /* Override any gcc2 internal prototype to avoid an error. */
41740 /* We use char because int might match the return type of a gcc2
41741 builtin and then its argument prototype would still apply. */
41751 rm -f conftest.
$ac_objext conftest
$ac_exeext
41752 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41753 (eval $ac_link) 2>conftest.er1
41755 grep -v '^ *+' conftest.er1
>conftest.err
41757 cat conftest.err
>&5
41758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41759 (exit $ac_status); } &&
41760 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41762 (eval $ac_try) 2>&5
41764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41765 (exit $ac_status); }; } &&
41766 { ac_try
='test -s conftest$ac_exeext'
41767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41768 (eval $ac_try) 2>&5
41770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41771 (exit $ac_status); }; }; then
41772 ac_cv_lib_shl_load_dld
=yes
41774 echo "$as_me: failed program was:" >&5
41775 sed 's/^/| /' conftest.
$ac_ext >&5
41777 ac_cv_lib_shl_load_dld
=no
41779 rm -f conftest.err conftest.
$ac_objext \
41780 conftest
$ac_exeext conftest.
$ac_ext
41781 LIBS
=$ac_check_lib_save_LIBS
41783 echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
41784 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
41785 if test $ac_cv_lib_shl_load_dld = yes; then
41788 DL_LINK
=" -ldld$DL_LINK"
41804 if test "$HAVE_DL_FUNCS" = 1; then
41806 for ac_func
in dlerror
41808 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
41809 echo "$as_me:$LINENO: checking for $ac_func" >&5
41810 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
41811 if eval "test \"\${$as_ac_var+set}\" = set"; then
41812 echo $ECHO_N "(cached) $ECHO_C" >&6
41814 cat >conftest.
$ac_ext <<_ACEOF
41817 cat confdefs.h
>>conftest.
$ac_ext
41818 cat >>conftest.
$ac_ext <<_ACEOF
41819 /* end confdefs.h. */
41820 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
41821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41822 #define $ac_func innocuous_$ac_func
41824 /* System header to define __stub macros and hopefully few prototypes,
41825 which can conflict with char $ac_func (); below.
41826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41827 <limits.h> exists even on freestanding compilers. */
41830 # include <limits.h>
41832 # include <assert.h>
41837 /* Override any gcc2 internal prototype to avoid an error. */
41842 /* We use char because int might match the return type of a gcc2
41843 builtin and then its argument prototype would still apply. */
41845 /* The GNU C library defines this for functions which it implements
41846 to always fail with ENOSYS. Some functions are actually named
41847 something starting with __ and the normal name is an alias. */
41848 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
41851 char (*f) () = $ac_func;
41860 return f != $ac_func;
41865 rm -f conftest.
$ac_objext conftest
$ac_exeext
41866 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41867 (eval $ac_link) 2>conftest.er1
41869 grep -v '^ *+' conftest.er1
>conftest.err
41871 cat conftest.err
>&5
41872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41873 (exit $ac_status); } &&
41874 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41876 (eval $ac_try) 2>&5
41878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41879 (exit $ac_status); }; } &&
41880 { ac_try
='test -s conftest$ac_exeext'
41881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41882 (eval $ac_try) 2>&5
41884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41885 (exit $ac_status); }; }; then
41886 eval "$as_ac_var=yes"
41888 echo "$as_me: failed program was:" >&5
41889 sed 's/^/| /' conftest.
$ac_ext >&5
41891 eval "$as_ac_var=no"
41893 rm -f conftest.err conftest.
$ac_objext \
41894 conftest
$ac_exeext conftest.
$ac_ext
41896 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
41897 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
41898 if test `eval echo '${'$as_ac_var'}'` = yes; then
41899 cat >>confdefs.h
<<_ACEOF
41900 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
41902 cat >>confdefs.h
<<\_ACEOF
41903 #define HAVE_DLERROR 1
41908 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
41909 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
41910 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
41911 echo $ECHO_N "(cached) $ECHO_C" >&6
41913 ac_check_lib_save_LIBS
=$LIBS
41915 cat >conftest.
$ac_ext <<_ACEOF
41918 cat confdefs.h
>>conftest.
$ac_ext
41919 cat >>conftest.
$ac_ext <<_ACEOF
41920 /* end confdefs.h. */
41922 /* Override any gcc2 internal prototype to avoid an error. */
41926 /* We use char because int might match the return type of a gcc2
41927 builtin and then its argument prototype would still apply. */
41937 rm -f conftest.
$ac_objext conftest
$ac_exeext
41938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
41939 (eval $ac_link) 2>conftest.er1
41941 grep -v '^ *+' conftest.er1
>conftest.err
41943 cat conftest.err
>&5
41944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41945 (exit $ac_status); } &&
41946 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
41947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41948 (eval $ac_try) 2>&5
41950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41951 (exit $ac_status); }; } &&
41952 { ac_try
='test -s conftest$ac_exeext'
41953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
41954 (eval $ac_try) 2>&5
41956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41957 (exit $ac_status); }; }; then
41958 ac_cv_lib_dl_dlerror
=yes
41960 echo "$as_me: failed program was:" >&5
41961 sed 's/^/| /' conftest.
$ac_ext >&5
41963 ac_cv_lib_dl_dlerror
=no
41965 rm -f conftest.err conftest.
$ac_objext \
41966 conftest
$ac_exeext conftest.
$ac_ext
41967 LIBS
=$ac_check_lib_save_LIBS
41969 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
41970 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
41971 if test $ac_cv_lib_dl_dlerror = yes; then
41972 cat >>confdefs.h
<<\_ACEOF
41973 #define HAVE_DLERROR 1
41986 if test "$HAVE_DL_FUNCS" = 0; then
41987 if test "$HAVE_SHL_FUNCS" = 0; then
41988 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
41989 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
41990 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
41991 wxUSE_DYNAMIC_LOADER
=no
41992 wxUSE_DYNLIB_CLASS
=no
41994 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
41995 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
42002 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
42003 cat >>confdefs.h
<<\_ACEOF
42004 #define wxUSE_DYNAMIC_LOADER 1
42008 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
42009 cat >>confdefs.h
<<\_ACEOF
42010 #define wxUSE_DYNLIB_CLASS 1
42017 if test "$wxUSE_PLUGINS" = "yes" ; then
42018 if test "$wxUSE_SHARED" = "no" ; then
42019 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
42020 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
42023 if test "$wxUSE_MONOLITHIC" = "yes" ; then
42024 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
42025 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
42028 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
42029 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
42030 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
42033 if test "$wxUSE_PLUGINS" = "yes" ; then
42034 cat >>confdefs.h
<<\_ACEOF
42035 #define wxUSE_PLUGINS 1
42042 if test "$wxUSE_STL" = "yes"; then
42043 cat >>confdefs.h
<<\_ACEOF
42044 #define wxUSE_STL 1
42049 if test "$wxUSE_APPLE_IEEE" = "yes"; then
42050 cat >>confdefs.h
<<\_ACEOF
42051 #define wxUSE_APPLE_IEEE 1
42056 if test "$wxUSE_TIMER" = "yes"; then
42057 cat >>confdefs.h
<<\_ACEOF
42058 #define wxUSE_TIMER 1
42063 if test "$USE_UNIX" = "1" ; then
42064 echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
42065 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6
42066 if test "${ac_cv_header_sys_soundcard+set}" = set; then
42067 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. */
42077 #include <sys/ioctl.h>
42078 #include <sys/soundcard.h>
42084 ioctl(0, SNDCTL_DSP_SPEED, 0);
42090 rm -f conftest.
$ac_objext conftest
$ac_exeext
42091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42092 (eval $ac_link) 2>conftest.er1
42094 grep -v '^ *+' conftest.er1
>conftest.err
42096 cat conftest.err
>&5
42097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42098 (exit $ac_status); } &&
42099 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42101 (eval $ac_try) 2>&5
42103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42104 (exit $ac_status); }; } &&
42105 { ac_try
='test -s conftest$ac_exeext'
42106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42107 (eval $ac_try) 2>&5
42109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42110 (exit $ac_status); }; }; then
42111 ac_cv_header_sys_soundcard
=yes
42113 echo "$as_me: failed program was:" >&5
42114 sed 's/^/| /' conftest.
$ac_ext >&5
42118 LIBS
="$saveLibs -lossaudio"
42119 cat >conftest.
$ac_ext <<_ACEOF
42122 cat confdefs.h
>>conftest.
$ac_ext
42123 cat >>conftest.
$ac_ext <<_ACEOF
42124 /* end confdefs.h. */
42126 #include <sys/ioctl.h>
42127 #include <sys/soundcard.h>
42133 ioctl(0, SNDCTL_DSP_SPEED, 0);
42139 rm -f conftest.
$ac_objext conftest
$ac_exeext
42140 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42141 (eval $ac_link) 2>conftest.er1
42143 grep -v '^ *+' conftest.er1
>conftest.err
42145 cat conftest.err
>&5
42146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42147 (exit $ac_status); } &&
42148 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42150 (eval $ac_try) 2>&5
42152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42153 (exit $ac_status); }; } &&
42154 { ac_try
='test -s conftest$ac_exeext'
42155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42156 (eval $ac_try) 2>&5
42158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42159 (exit $ac_status); }; }; then
42160 ac_cv_header_sys_soundcard
=yes
42162 echo "$as_me: failed program was:" >&5
42163 sed 's/^/| /' conftest.
$ac_ext >&5
42167 ac_cv_header_sys_soundcard
=no
42171 rm -f conftest.err conftest.
$ac_objext \
42172 conftest
$ac_exeext conftest.
$ac_ext
42176 rm -f conftest.err conftest.
$ac_objext \
42177 conftest
$ac_exeext conftest.
$ac_ext
42180 echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
42181 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6
42183 if test "$ac_cv_header_sys_soundcard" = "yes"; then
42184 cat >>confdefs.h
<<\_ACEOF
42185 #define HAVE_SYS_SOUNDCARD_H 1
42189 DISABLED_CONTRIB
="$DISABLED_CONTRIB mmedia"
42193 if test "$wxUSE_SOUND" = "yes"; then
42194 if test "$USE_UNIX" = "1" ; then
42195 if test "$wxUSE_LIBSDL" != "no"; then
42197 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
42198 if test "${with_sdl_prefix+set}" = set; then
42199 withval
="$with_sdl_prefix"
42200 sdl_prefix
="$withval"
42205 # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
42206 if test "${with_sdl_exec_prefix+set}" = set; then
42207 withval
="$with_sdl_exec_prefix"
42208 sdl_exec_prefix
="$withval"
42212 # Check whether --enable-sdltest or --disable-sdltest was given.
42213 if test "${enable_sdltest+set}" = set; then
42214 enableval
="$enable_sdltest"
42220 if test x
$sdl_exec_prefix != x
; then
42221 sdl_args
="$sdl_args --exec-prefix=$sdl_exec_prefix"
42222 if test x
${SDL_CONFIG+set} != xset
; then
42223 SDL_CONFIG
=$sdl_exec_prefix/bin
/sdl
-config
42226 if test x
$sdl_prefix != x
; then
42227 sdl_args
="$sdl_args --prefix=$sdl_prefix"
42228 if test x
${SDL_CONFIG+set} != xset
; then
42229 SDL_CONFIG
=$sdl_prefix/bin
/sdl
-config
42233 if test "x$prefix" != xNONE
; then
42234 PATH
="$prefix/bin:$prefix/usr/bin:$PATH"
42236 # Extract the first word of "sdl-config", so it can be a program name with args.
42237 set dummy sdl
-config; ac_word
=$2
42238 echo "$as_me:$LINENO: checking for $ac_word" >&5
42239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42240 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
42241 echo $ECHO_N "(cached) $ECHO_C" >&6
42243 case $SDL_CONFIG in
42245 ac_cv_path_SDL_CONFIG
="$SDL_CONFIG" # Let the user override the test with a path.
42248 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42249 for as_dir
in $PATH
42252 test -z "$as_dir" && as_dir
=.
42253 for ac_exec_ext
in '' $ac_executable_extensions; do
42254 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42255 ac_cv_path_SDL_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
42256 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42262 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG
="no"
42266 SDL_CONFIG
=$ac_cv_path_SDL_CONFIG
42268 if test -n "$SDL_CONFIG"; then
42269 echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
42270 echo "${ECHO_T}$SDL_CONFIG" >&6
42272 echo "$as_me:$LINENO: result: no" >&5
42273 echo "${ECHO_T}no" >&6
42276 min_sdl_version
=1.2.0
42277 echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
42278 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6
42280 if test "$SDL_CONFIG" = "no" ; then
42283 SDL_CFLAGS
=`$SDL_CONFIG $sdlconf_args --cflags`
42284 SDL_LIBS
=`$SDL_CONFIG $sdlconf_args --libs`
42286 sdl_major_version
=`$SDL_CONFIG $sdl_args --version | \
42287 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
42288 sdl_minor_version
=`$SDL_CONFIG $sdl_args --version | \
42289 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
42290 sdl_micro_version
=`$SDL_CONFIG $sdl_config_args --version | \
42291 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
42292 if test "x$enable_sdltest" = "xyes" ; then
42293 ac_save_CFLAGS
="$CFLAGS"
42294 ac_save_CXXFLAGS
="$CXXFLAGS"
42295 ac_save_LIBS
="$LIBS"
42296 CFLAGS
="$CFLAGS $SDL_CFLAGS"
42297 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
42298 LIBS
="$LIBS $SDL_LIBS"
42300 if test "$cross_compiling" = yes; then
42301 echo $ac_n "cross compiling; assumed OK... $ac_c"
42303 cat >conftest.
$ac_ext <<_ACEOF
42306 cat confdefs.h
>>conftest.
$ac_ext
42307 cat >>conftest.
$ac_ext <<_ACEOF
42308 /* end confdefs.h. */
42311 #include <stdlib.h>
42312 #include <string.h>
42316 my_strdup (char *str)
42322 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
42323 strcpy (new_str, str);
42331 int main (int argc, char *argv[])
42333 int major, minor, micro;
42336 /* This hangs on some systems (?)
42337 system ("touch conf.sdltest");
42339 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
42341 /* HP/UX 9 (%@#!) writes to sscanf strings */
42342 tmp_version = my_strdup("$min_sdl_version");
42343 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
42344 printf("%s, bad version string\n", "$min_sdl_version");
42348 if (($sdl_major_version > major) ||
42349 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
42350 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
42356 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
42357 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
42358 printf("*** best to upgrade to the required version.\n");
42359 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
42360 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
42361 printf("*** config.cache before re-running configure\n");
42368 rm -f conftest
$ac_exeext
42369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42370 (eval $ac_link) 2>&5
42372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42373 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
42374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42375 (eval $ac_try) 2>&5
42377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42378 (exit $ac_status); }; }; then
42381 echo "$as_me: program exited with status $ac_status" >&5
42382 echo "$as_me: failed program was:" >&5
42383 sed 's/^/| /' conftest.
$ac_ext >&5
42385 ( exit $ac_status )
42388 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
42390 CFLAGS
="$ac_save_CFLAGS"
42391 CXXFLAGS
="$ac_save_CXXFLAGS"
42392 LIBS
="$ac_save_LIBS"
42395 if test "x$no_sdl" = x
; then
42396 echo "$as_me:$LINENO: result: yes" >&5
42397 echo "${ECHO_T}yes" >&6
42399 EXTRALIBS_SDL
="$SDL_LIBS"
42400 CXXFLAGS
="$SDL_CFLAGS $CXXFLAGS"
42401 cat >>confdefs.h
<<\_ACEOF
42402 #define wxUSE_LIBSDL 1
42407 echo "$as_me:$LINENO: result: no" >&5
42408 echo "${ECHO_T}no" >&6
42409 if test "$SDL_CONFIG" = "no" ; then
42410 echo "*** The sdl-config script installed by SDL could not be found"
42411 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
42412 echo "*** your path, or set the SDL_CONFIG environment variable to the"
42413 echo "*** full path to sdl-config."
42415 if test -f conf.sdltest
; then
42418 echo "*** Could not run SDL test program, checking why..."
42419 CFLAGS
="$CFLAGS $SDL_CFLAGS"
42420 CXXFLAGS
="$CXXFLAGS $SDL_CFLAGS"
42421 LIBS
="$LIBS $SDL_LIBS"
42422 cat >conftest.
$ac_ext <<_ACEOF
42425 cat confdefs.h
>>conftest.
$ac_ext
42426 cat >>conftest.
$ac_ext <<_ACEOF
42427 /* end confdefs.h. */
42432 int main(int argc, char *argv[])
42435 #define main K_and_R_C_main
42445 rm -f conftest.
$ac_objext conftest
$ac_exeext
42446 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
42447 (eval $ac_link) 2>conftest.er1
42449 grep -v '^ *+' conftest.er1
>conftest.err
42451 cat conftest.err
>&5
42452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42453 (exit $ac_status); } &&
42454 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
42455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42456 (eval $ac_try) 2>&5
42458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42459 (exit $ac_status); }; } &&
42460 { ac_try
='test -s conftest$ac_exeext'
42461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42462 (eval $ac_try) 2>&5
42464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42465 (exit $ac_status); }; }; then
42466 echo "*** The test program compiled, but did not run. This usually means"
42467 echo "*** that the run-time linker is not finding SDL or finding the wrong"
42468 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
42469 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
42470 echo "*** to the installed location Also, make sure you have run ldconfig if that"
42471 echo "*** is required on your system"
42473 echo "*** If you have an old version installed, it is best to remove it, although"
42474 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
42476 echo "$as_me: failed program was:" >&5
42477 sed 's/^/| /' conftest.
$ac_ext >&5
42479 echo "*** The test program failed to compile or link. See the file config.log for the"
42480 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
42481 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
42482 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
42484 rm -f conftest.err conftest.
$ac_objext \
42485 conftest
$ac_exeext conftest.
$ac_ext
42486 CFLAGS
="$ac_save_CFLAGS"
42487 CXXFLAGS
="$ac_save_CXXFLAGS"
42488 LIBS
="$ac_save_LIBS"
42499 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
42504 if test "$wxUSE_MGL" = 1; then
42505 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
42506 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
42512 if test "$wxUSE_SOUND" = "yes"; then
42513 cat >>confdefs.h
<<\_ACEOF
42514 #define wxUSE_SOUND 1
42517 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sound"
42520 if test "$WXGTK20" = 1; then
42523 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
42524 if test -n "$ac_tool_prefix"; then
42525 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42526 set dummy
${ac_tool_prefix}pkg
-config; ac_word
=$2
42527 echo "$as_me:$LINENO: checking for $ac_word" >&5
42528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42529 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
42530 echo $ECHO_N "(cached) $ECHO_C" >&6
42532 case $PKG_CONFIG in
42534 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
42537 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42538 for as_dir
in $PATH
42541 test -z "$as_dir" && as_dir
=.
42542 for ac_exec_ext
in '' $ac_executable_extensions; do
42543 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42544 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
42545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42554 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
42556 if test -n "$PKG_CONFIG"; then
42557 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
42558 echo "${ECHO_T}$PKG_CONFIG" >&6
42560 echo "$as_me:$LINENO: result: no" >&5
42561 echo "${ECHO_T}no" >&6
42565 if test -z "$ac_cv_path_PKG_CONFIG"; then
42566 ac_pt_PKG_CONFIG
=$PKG_CONFIG
42567 # Extract the first word of "pkg-config", so it can be a program name with args.
42568 set dummy pkg
-config; ac_word
=$2
42569 echo "$as_me:$LINENO: checking for $ac_word" >&5
42570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
42571 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
42572 echo $ECHO_N "(cached) $ECHO_C" >&6
42574 case $ac_pt_PKG_CONFIG in
42576 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
42579 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
42580 for as_dir
in $PATH
42583 test -z "$as_dir" && as_dir
=.
42584 for ac_exec_ext
in '' $ac_executable_extensions; do
42585 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42586 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
42587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
42596 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
42598 if test -n "$ac_pt_PKG_CONFIG"; then
42599 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
42600 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
42602 echo "$as_me:$LINENO: result: no" >&5
42603 echo "${ECHO_T}no" >&6
42606 PKG_CONFIG
=$ac_pt_PKG_CONFIG
42608 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
42612 if test -n "$PKG_CONFIG"; then
42613 _pkg_min_version
=0.9.0
42614 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
42615 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
42616 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
42617 echo "$as_me:$LINENO: result: yes" >&5
42618 echo "${ECHO_T}yes" >&6
42620 echo "$as_me:$LINENO: result: no" >&5
42621 echo "${ECHO_T}no" >&6
42627 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
42628 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
42632 echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
42633 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6
42635 if test -n "$PKG_CONFIG"; then
42636 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
42637 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
="$LIBGNOMEPRINTUI_CFLAGS"
42639 if test -n "$PKG_CONFIG" && \
42640 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
42641 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
42643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42644 (exit $ac_status); }; then
42645 pkg_cv_LIBGNOMEPRINTUI_CFLAGS
=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
42653 if test -n "$PKG_CONFIG"; then
42654 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
42655 pkg_cv_LIBGNOMEPRINTUI_LIBS
="$LIBGNOMEPRINTUI_LIBS"
42657 if test -n "$PKG_CONFIG" && \
42658 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
42659 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
42661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42662 (exit $ac_status); }; then
42663 pkg_cv_LIBGNOMEPRINTUI_LIBS
=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
42674 if test $pkg_failed = yes; then
42676 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42677 _pkg_short_errors_supported
=yes
42679 _pkg_short_errors_supported
=no
42681 if test $_pkg_short_errors_supported = yes; then
42682 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
42684 LIBGNOMEPRINTUI_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
42686 # Put the nasty error message in config.log where it belongs
42687 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
42690 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
42691 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
42692 wxUSE_LIBGNOMEPRINT
="no"
42695 elif test $pkg_failed = untried
; then
42697 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
42698 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
42699 wxUSE_LIBGNOMEPRINT
="no"
42703 LIBGNOMEPRINTUI_CFLAGS
=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
42704 LIBGNOMEPRINTUI_LIBS
=$pkg_cv_LIBGNOMEPRINTUI_LIBS
42705 echo "$as_me:$LINENO: result: yes" >&5
42706 echo "${ECHO_T}yes" >&6
42708 CXXFLAGS
="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
42709 cat >>confdefs.h
<<\_ACEOF
42710 #define wxUSE_LIBGNOMEPRINT 1
42718 if test "$wxUSE_MIMETYPE" = "yes" ; then
42719 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
42723 echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
42724 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6
42726 if test -n "$PKG_CONFIG"; then
42727 if test -n "$GNOMEVFS_CFLAGS"; then
42728 pkg_cv_GNOMEVFS_CFLAGS
="$GNOMEVFS_CFLAGS"
42730 if test -n "$PKG_CONFIG" && \
42731 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
42732 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
42734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42735 (exit $ac_status); }; then
42736 pkg_cv_GNOMEVFS_CFLAGS
=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
42744 if test -n "$PKG_CONFIG"; then
42745 if test -n "$GNOMEVFS_LIBS"; then
42746 pkg_cv_GNOMEVFS_LIBS
="$GNOMEVFS_LIBS"
42748 if test -n "$PKG_CONFIG" && \
42749 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
42750 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
42752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42753 (exit $ac_status); }; then
42754 pkg_cv_GNOMEVFS_LIBS
=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
42765 if test $pkg_failed = yes; then
42767 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42768 _pkg_short_errors_supported
=yes
42770 _pkg_short_errors_supported
=no
42772 if test $_pkg_short_errors_supported = yes; then
42773 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
42775 GNOMEVFS_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
42777 # Put the nasty error message in config.log where it belongs
42778 echo "$GNOMEVFS_PKG_ERRORS" >&5
42781 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
42782 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
42783 wxUSE_LIBGNOMEVFS
="no"
42786 elif test $pkg_failed = untried
; then
42788 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
42789 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
42790 wxUSE_LIBGNOMEVFS
="no"
42794 GNOMEVFS_CFLAGS
=$pkg_cv_GNOMEVFS_CFLAGS
42795 GNOMEVFS_LIBS
=$pkg_cv_GNOMEVFS_LIBS
42796 echo "$as_me:$LINENO: result: yes" >&5
42797 echo "${ECHO_T}yes" >&6
42799 CXXFLAGS
="$GNOMEVFS_CFLAGS $CXXFLAGS"
42800 cat >>confdefs.h
<<\_ACEOF
42801 #define wxUSE_LIBGNOMEVFS 1
42809 if test "$wxUSE_LIBHILDON" = "yes" ; then
42812 echo "$as_me:$LINENO: checking for HILDON" >&5
42813 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6
42815 if test -n "$PKG_CONFIG"; then
42816 if test -n "$HILDON_CFLAGS"; then
42817 pkg_cv_HILDON_CFLAGS
="$HILDON_CFLAGS"
42819 if test -n "$PKG_CONFIG" && \
42820 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
42821 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
42823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42824 (exit $ac_status); }; then
42825 pkg_cv_HILDON_CFLAGS
=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
42833 if test -n "$PKG_CONFIG"; then
42834 if test -n "$HILDON_LIBS"; then
42835 pkg_cv_HILDON_LIBS
="$HILDON_LIBS"
42837 if test -n "$PKG_CONFIG" && \
42838 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
42839 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
42841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42842 (exit $ac_status); }; then
42843 pkg_cv_HILDON_LIBS
=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
42854 if test $pkg_failed = yes; then
42856 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42857 _pkg_short_errors_supported
=yes
42859 _pkg_short_errors_supported
=no
42861 if test $_pkg_short_errors_supported = yes; then
42862 HILDON_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
42864 HILDON_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
42866 # Put the nasty error message in config.log where it belongs
42867 echo "$HILDON_PKG_ERRORS" >&5
42870 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
42871 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
42872 wxUSE_LIBHILDON
="no"
42875 elif test $pkg_failed = untried
; then
42877 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
42878 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
42879 wxUSE_LIBHILDON
="no"
42883 HILDON_CFLAGS
=$pkg_cv_HILDON_CFLAGS
42884 HILDON_LIBS
=$pkg_cv_HILDON_LIBS
42885 echo "$as_me:$LINENO: result: yes" >&5
42886 echo "${ECHO_T}yes" >&6
42888 EXTRALIBS_HILDON
="$HILDON_LIBS"
42889 CXXFLAGS
="$CXXFLAGS $HILDON_CFLAGS"
42890 cat >>confdefs.h
<<\_ACEOF
42891 #define wxUSE_LIBHILDON 1
42899 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
42900 cat >>confdefs.h
<<\_ACEOF
42901 #define wxUSE_CMDLINE_PARSER 1
42906 if test "$wxUSE_STOPWATCH" = "yes"; then
42907 cat >>confdefs.h
<<\_ACEOF
42908 #define wxUSE_STOPWATCH 1
42913 if test "$wxUSE_DATETIME" = "yes"; then
42914 cat >>confdefs.h
<<\_ACEOF
42915 #define wxUSE_DATETIME 1
42920 if test "$wxUSE_FILE" = "yes"; then
42921 cat >>confdefs.h
<<\_ACEOF
42922 #define wxUSE_FILE 1
42927 if test "$wxUSE_FFILE" = "yes"; then
42928 cat >>confdefs.h
<<\_ACEOF
42929 #define wxUSE_FFILE 1
42934 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
42935 if test "$wxUSE_STREAMS" != yes; then
42936 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
42937 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
42938 wxUSE_ARCHIVE_STREAMS
=no
42940 cat >>confdefs.h
<<\_ACEOF
42941 #define wxUSE_ARCHIVE_STREAMS 1
42947 if test "$wxUSE_ZIPSTREAM" = "yes"; then
42948 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
42949 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
42950 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
42951 elif test "$wxUSE_ZLIB" = "no"; then
42952 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
42953 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
42955 cat >>confdefs.h
<<\_ACEOF
42956 #define wxUSE_ZIPSTREAM 1
42962 if test "$wxUSE_TARSTREAM" = "yes"; then
42963 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
42964 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
42965 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
42967 cat >>confdefs.h
<<\_ACEOF
42968 #define wxUSE_TARSTREAM 1
42974 if test "$wxUSE_FILESYSTEM" = "yes"; then
42975 if test "$wxUSE_STREAMS" != yes -o \
( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \
); then
42976 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
42977 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
42978 wxUSE_FILESYSTEM
=no
42980 cat >>confdefs.h
<<\_ACEOF
42981 #define wxUSE_FILESYSTEM 1
42987 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
42988 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
42989 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
42990 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
42992 cat >>confdefs.h
<<\_ACEOF
42993 #define wxUSE_FS_ARCHIVE 1
42999 if test "$wxUSE_FS_ZIP" = "yes"; then
43000 if test "$wxUSE_FS_ARCHIVE" != yes; then
43001 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
43002 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
43004 cat >>confdefs.h
<<\_ACEOF
43005 #define wxUSE_FS_ZIP 1
43011 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43012 if test "$USE_UNIX" != 1; then
43013 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
43014 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
43015 wxUSE_ON_FATAL_EXCEPTION
=no
43017 cat >>confdefs.h
<<\_ACEOF
43018 #define wxUSE_ON_FATAL_EXCEPTION 1
43024 if test "$wxUSE_STACKWALKER" = "yes"; then
43025 cat >>confdefs.h
<<\_ACEOF
43026 #define wxUSE_STACKWALKER 1
43031 if test "$wxUSE_DEBUGREPORT" = "yes"; then
43032 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
43033 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
43034 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
43035 wxUSE_DEBUGREPORT
=no
43037 cat >>confdefs.h
<<\_ACEOF
43038 #define wxUSE_DEBUGREPORT 1
43041 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
43042 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS debugrpt"
43047 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
43048 cat >>confdefs.h
<<\_ACEOF
43049 #define wxUSE_SNGLINST_CHECKER 1
43054 if test "$wxUSE_BUSYINFO" = "yes"; then
43055 cat >>confdefs.h
<<\_ACEOF
43056 #define wxUSE_BUSYINFO 1
43061 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
43062 cat >>confdefs.h
<<\_ACEOF
43063 #define wxUSE_STD_IOSTREAM 1
43068 if test "$wxUSE_STD_STRING" = "yes"; then
43069 cat >>confdefs.h
<<\_ACEOF
43070 #define wxUSE_STD_STRING 1
43075 if test "$wxUSE_STDPATHS" = "yes"; then
43076 cat >>confdefs.h
<<\_ACEOF
43077 #define wxUSE_STDPATHS 1
43082 if test "$wxUSE_TEXTBUFFER" = "yes"; then
43083 cat >>confdefs.h
<<\_ACEOF
43084 #define wxUSE_TEXTBUFFER 1
43089 if test "$wxUSE_TEXTFILE" = "yes"; then
43090 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
43091 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
43092 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
43094 cat >>confdefs.h
<<\_ACEOF
43095 #define wxUSE_TEXTFILE 1
43101 if test "$wxUSE_CONFIG" = "yes" ; then
43102 if test "$wxUSE_TEXTFILE" != "yes"; then
43103 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
43104 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
43106 cat >>confdefs.h
<<\_ACEOF
43107 #define wxUSE_CONFIG 1
43110 cat >>confdefs.h
<<\_ACEOF
43111 #define wxUSE_CONFIG_NATIVE 1
43114 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS config"
43118 if test "$wxUSE_INTL" = "yes" ; then
43119 if test "$wxUSE_FILE" != "yes"; then
43120 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
43121 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
43123 cat >>confdefs.h
<<\_ACEOF
43124 #define wxUSE_INTL 1
43127 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS internat"
43128 GUIDIST
="$GUIDIST INTL_DIST"
43132 if test "$wxUSE_LOG" = "yes"; then
43133 cat >>confdefs.h
<<\_ACEOF
43134 #define wxUSE_LOG 1
43138 if test "$wxUSE_LOGGUI" = "yes"; then
43139 cat >>confdefs.h
<<\_ACEOF
43140 #define wxUSE_LOGGUI 1
43145 if test "$wxUSE_LOGWINDOW" = "yes"; then
43146 cat >>confdefs.h
<<\_ACEOF
43147 #define wxUSE_LOGWINDOW 1
43152 if test "$wxUSE_LOGDIALOG" = "yes"; then
43153 cat >>confdefs.h
<<\_ACEOF
43154 #define wxUSE_LOG_DIALOG 1
43159 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS keyboard"
43162 if test "$wxUSE_LONGLONG" = "yes"; then
43163 cat >>confdefs.h
<<\_ACEOF
43164 #define wxUSE_LONGLONG 1
43169 if test "$wxUSE_GEOMETRY" = "yes"; then
43170 cat >>confdefs.h
<<\_ACEOF
43171 #define wxUSE_GEOMETRY 1
43176 if test "$wxUSE_STREAMS" = "yes" ; then
43177 cat >>confdefs.h
<<\_ACEOF
43178 #define wxUSE_STREAMS 1
43183 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
43184 cat >>confdefs.h
<<\_ACEOF
43185 #define wxUSE_PRINTF_POS_PARAMS 1
43192 if test "$wxUSE_DATETIME" = "yes"; then
43194 for ac_func
in strptime
43196 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43197 echo "$as_me:$LINENO: checking for $ac_func" >&5
43198 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43199 if eval "test \"\${$as_ac_var+set}\" = set"; then
43200 echo $ECHO_N "(cached) $ECHO_C" >&6
43202 cat >conftest.
$ac_ext <<_ACEOF
43205 cat confdefs.h
>>conftest.
$ac_ext
43206 cat >>conftest.
$ac_ext <<_ACEOF
43207 /* end confdefs.h. */
43208 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43209 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43210 #define $ac_func innocuous_$ac_func
43212 /* System header to define __stub macros and hopefully few prototypes,
43213 which can conflict with char $ac_func (); below.
43214 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43215 <limits.h> exists even on freestanding compilers. */
43218 # include <limits.h>
43220 # include <assert.h>
43225 /* Override any gcc2 internal prototype to avoid an error. */
43230 /* We use char because int might match the return type of a gcc2
43231 builtin and then its argument prototype would still apply. */
43233 /* The GNU C library defines this for functions which it implements
43234 to always fail with ENOSYS. Some functions are actually named
43235 something starting with __ and the normal name is an alias. */
43236 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43239 char (*f) () = $ac_func;
43248 return f != $ac_func;
43253 rm -f conftest.
$ac_objext conftest
$ac_exeext
43254 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43255 (eval $ac_link) 2>conftest.er1
43257 grep -v '^ *+' conftest.er1
>conftest.err
43259 cat conftest.err
>&5
43260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43261 (exit $ac_status); } &&
43262 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43264 (eval $ac_try) 2>&5
43266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43267 (exit $ac_status); }; } &&
43268 { ac_try
='test -s conftest$ac_exeext'
43269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43270 (eval $ac_try) 2>&5
43272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43273 (exit $ac_status); }; }; then
43274 eval "$as_ac_var=yes"
43276 echo "$as_me: failed program was:" >&5
43277 sed 's/^/| /' conftest.
$ac_ext >&5
43279 eval "$as_ac_var=no"
43281 rm -f conftest.err conftest.
$ac_objext \
43282 conftest
$ac_exeext conftest.
$ac_ext
43284 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43285 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43286 if test `eval echo '${'$as_ac_var'}'` = yes; then
43287 cat >>confdefs.h
<<_ACEOF
43288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43294 if test "$ac_cv_func_strptime" = "yes"; then
43295 echo "$as_me:$LINENO: checking for strptime declaration" >&5
43296 echo $ECHO_N "checking for strptime declaration... $ECHO_C" >&6
43297 if test "${wx_cv_func_strptime_decl+set}" = set; then
43298 echo $ECHO_N "(cached) $ECHO_C" >&6
43301 cat >conftest.
$ac_ext <<_ACEOF
43304 cat confdefs.h
>>conftest.
$ac_ext
43305 cat >>conftest.
$ac_ext <<_ACEOF
43306 /* end confdefs.h. */
43315 strptime("foo", "bar", &t);
43321 rm -f conftest.
$ac_objext
43322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43323 (eval $ac_compile) 2>conftest.er1
43325 grep -v '^ *+' conftest.er1
>conftest.err
43327 cat conftest.err
>&5
43328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43329 (exit $ac_status); } &&
43330 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43332 (eval $ac_try) 2>&5
43334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43335 (exit $ac_status); }; } &&
43336 { ac_try
='test -s conftest.$ac_objext'
43337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43338 (eval $ac_try) 2>&5
43340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43341 (exit $ac_status); }; }; then
43342 wx_cv_func_strptime_decl
=yes
43344 echo "$as_me: failed program was:" >&5
43345 sed 's/^/| /' conftest.
$ac_ext >&5
43347 wx_cv_func_strptime_decl
=no
43350 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43354 echo "$as_me:$LINENO: result: $wx_cv_func_strptime_decl" >&5
43355 echo "${ECHO_T}$wx_cv_func_strptime_decl" >&6
43357 if test "$wx_cv_func_strptime_decl" = "yes"; then
43358 cat >>confdefs.h
<<\_ACEOF
43359 #define HAVE_STRPTIME_DECL 1
43364 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
43365 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
43366 if test "${wx_cv_var_timezone+set}" = set; then
43367 echo $ECHO_N "(cached) $ECHO_C" >&6
43370 cat >conftest.
$ac_ext <<_ACEOF
43373 cat confdefs.h
>>conftest.
$ac_ext
43374 cat >>conftest.
$ac_ext <<_ACEOF
43375 /* end confdefs.h. */
43390 rm -f conftest.
$ac_objext
43391 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43392 (eval $ac_compile) 2>conftest.er1
43394 grep -v '^ *+' conftest.er1
>conftest.err
43396 cat conftest.err
>&5
43397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43398 (exit $ac_status); } &&
43399 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43401 (eval $ac_try) 2>&5
43403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43404 (exit $ac_status); }; } &&
43405 { ac_try
='test -s conftest.$ac_objext'
43406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43407 (eval $ac_try) 2>&5
43409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43410 (exit $ac_status); }; }; then
43412 wx_cv_var_timezone
=timezone
43415 echo "$as_me: failed program was:" >&5
43416 sed 's/^/| /' conftest.
$ac_ext >&5
43419 cat >conftest.
$ac_ext <<_ACEOF
43422 cat confdefs.h
>>conftest.
$ac_ext
43423 cat >>conftest.
$ac_ext <<_ACEOF
43424 /* end confdefs.h. */
43439 rm -f conftest.
$ac_objext
43440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43441 (eval $ac_compile) 2>conftest.er1
43443 grep -v '^ *+' conftest.er1
>conftest.err
43445 cat conftest.err
>&5
43446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43447 (exit $ac_status); } &&
43448 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43450 (eval $ac_try) 2>&5
43452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43453 (exit $ac_status); }; } &&
43454 { ac_try
='test -s conftest.$ac_objext'
43455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43456 (eval $ac_try) 2>&5
43458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43459 (exit $ac_status); }; }; then
43461 wx_cv_var_timezone
=_timezone
43464 echo "$as_me: failed program was:" >&5
43465 sed 's/^/| /' conftest.
$ac_ext >&5
43468 cat >conftest.
$ac_ext <<_ACEOF
43471 cat confdefs.h
>>conftest.
$ac_ext
43472 cat >>conftest.
$ac_ext <<_ACEOF
43473 /* end confdefs.h. */
43488 rm -f conftest.
$ac_objext
43489 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43490 (eval $ac_compile) 2>conftest.er1
43492 grep -v '^ *+' conftest.er1
>conftest.err
43494 cat conftest.err
>&5
43495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43496 (exit $ac_status); } &&
43497 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43499 (eval $ac_try) 2>&5
43501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43502 (exit $ac_status); }; } &&
43503 { ac_try
='test -s conftest.$ac_objext'
43504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43505 (eval $ac_try) 2>&5
43507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43508 (exit $ac_status); }; }; then
43510 wx_cv_var_timezone
=__timezone
43513 echo "$as_me: failed program was:" >&5
43514 sed 's/^/| /' conftest.
$ac_ext >&5
43517 if test "$USE_DOS" = 0 ; then
43518 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
43519 echo "$as_me: WARNING: no timezone variable" >&2;}
43524 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43528 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43532 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43536 echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
43537 echo "${ECHO_T}$wx_cv_var_timezone" >&6
43539 if test "x$wx_cv_var_timezone" != x
; then
43540 cat >>confdefs.h
<<_ACEOF
43541 #define WX_TIMEZONE $wx_cv_var_timezone
43547 for ac_func
in localtime
43549 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43550 echo "$as_me:$LINENO: checking for $ac_func" >&5
43551 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43552 if eval "test \"\${$as_ac_var+set}\" = set"; then
43553 echo $ECHO_N "(cached) $ECHO_C" >&6
43555 cat >conftest.
$ac_ext <<_ACEOF
43558 cat confdefs.h
>>conftest.
$ac_ext
43559 cat >>conftest.
$ac_ext <<_ACEOF
43560 /* end confdefs.h. */
43561 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43562 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43563 #define $ac_func innocuous_$ac_func
43565 /* System header to define __stub macros and hopefully few prototypes,
43566 which can conflict with char $ac_func (); below.
43567 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43568 <limits.h> exists even on freestanding compilers. */
43571 # include <limits.h>
43573 # include <assert.h>
43578 /* Override any gcc2 internal prototype to avoid an error. */
43583 /* We use char because int might match the return type of a gcc2
43584 builtin and then its argument prototype would still apply. */
43586 /* The GNU C library defines this for functions which it implements
43587 to always fail with ENOSYS. Some functions are actually named
43588 something starting with __ and the normal name is an alias. */
43589 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43592 char (*f) () = $ac_func;
43601 return f != $ac_func;
43606 rm -f conftest.
$ac_objext conftest
$ac_exeext
43607 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43608 (eval $ac_link) 2>conftest.er1
43610 grep -v '^ *+' conftest.er1
>conftest.err
43612 cat conftest.err
>&5
43613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43614 (exit $ac_status); } &&
43615 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43617 (eval $ac_try) 2>&5
43619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43620 (exit $ac_status); }; } &&
43621 { ac_try
='test -s conftest$ac_exeext'
43622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43623 (eval $ac_try) 2>&5
43625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43626 (exit $ac_status); }; }; then
43627 eval "$as_ac_var=yes"
43629 echo "$as_me: failed program was:" >&5
43630 sed 's/^/| /' conftest.
$ac_ext >&5
43632 eval "$as_ac_var=no"
43634 rm -f conftest.err conftest.
$ac_objext \
43635 conftest
$ac_exeext conftest.
$ac_ext
43637 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43638 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43639 if test `eval echo '${'$as_ac_var'}'` = yes; then
43640 cat >>confdefs.h
<<_ACEOF
43641 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43648 if test "$ac_cv_func_localtime" = "yes"; then
43649 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
43650 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
43651 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
43652 echo $ECHO_N "(cached) $ECHO_C" >&6
43655 cat >conftest.
$ac_ext <<_ACEOF
43658 cat confdefs.h
>>conftest.
$ac_ext
43659 cat >>conftest.
$ac_ext <<_ACEOF
43660 /* end confdefs.h. */
43675 rm -f conftest.
$ac_objext
43676 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43677 (eval $ac_compile) 2>conftest.er1
43679 grep -v '^ *+' conftest.er1
>conftest.err
43681 cat conftest.err
>&5
43682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43683 (exit $ac_status); } &&
43684 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43686 (eval $ac_try) 2>&5
43688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43689 (exit $ac_status); }; } &&
43690 { ac_try
='test -s conftest.$ac_objext'
43691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43692 (eval $ac_try) 2>&5
43694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43695 (exit $ac_status); }; }; then
43697 wx_cv_struct_tm_has_gmtoff
=yes
43700 echo "$as_me: failed program was:" >&5
43701 sed 's/^/| /' conftest.
$ac_ext >&5
43703 wx_cv_struct_tm_has_gmtoff
=no
43706 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43709 echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
43710 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
43713 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
43714 cat >>confdefs.h
<<\_ACEOF
43715 #define WX_GMTOFF_IN_TM 1
43722 for ac_func
in gettimeofday ftime
43724 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43725 echo "$as_me:$LINENO: checking for $ac_func" >&5
43726 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
43727 if eval "test \"\${$as_ac_var+set}\" = set"; then
43728 echo $ECHO_N "(cached) $ECHO_C" >&6
43730 cat >conftest.
$ac_ext <<_ACEOF
43733 cat confdefs.h
>>conftest.
$ac_ext
43734 cat >>conftest.
$ac_ext <<_ACEOF
43735 /* end confdefs.h. */
43736 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43737 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43738 #define $ac_func innocuous_$ac_func
43740 /* System header to define __stub macros and hopefully few prototypes,
43741 which can conflict with char $ac_func (); below.
43742 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43743 <limits.h> exists even on freestanding compilers. */
43746 # include <limits.h>
43748 # include <assert.h>
43753 /* Override any gcc2 internal prototype to avoid an error. */
43758 /* We use char because int might match the return type of a gcc2
43759 builtin and then its argument prototype would still apply. */
43761 /* The GNU C library defines this for functions which it implements
43762 to always fail with ENOSYS. Some functions are actually named
43763 something starting with __ and the normal name is an alias. */
43764 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
43767 char (*f) () = $ac_func;
43776 return f != $ac_func;
43781 rm -f conftest.
$ac_objext conftest
$ac_exeext
43782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
43783 (eval $ac_link) 2>conftest.er1
43785 grep -v '^ *+' conftest.er1
>conftest.err
43787 cat conftest.err
>&5
43788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43789 (exit $ac_status); } &&
43790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43792 (eval $ac_try) 2>&5
43794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43795 (exit $ac_status); }; } &&
43796 { ac_try
='test -s conftest$ac_exeext'
43797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43798 (eval $ac_try) 2>&5
43800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43801 (exit $ac_status); }; }; then
43802 eval "$as_ac_var=yes"
43804 echo "$as_me: failed program was:" >&5
43805 sed 's/^/| /' conftest.
$ac_ext >&5
43807 eval "$as_ac_var=no"
43809 rm -f conftest.err conftest.
$ac_objext \
43810 conftest
$ac_exeext conftest.
$ac_ext
43812 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
43813 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
43814 if test `eval echo '${'$as_ac_var'}'` = yes; then
43815 cat >>confdefs.h
<<_ACEOF
43816 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43823 if test "$ac_cv_func_gettimeofday" = "yes"; then
43824 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
43825 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
43826 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
43827 echo $ECHO_N "(cached) $ECHO_C" >&6
43830 cat >conftest.
$ac_ext <<_ACEOF
43833 cat confdefs.h
>>conftest.
$ac_ext
43834 cat >>conftest.
$ac_ext <<_ACEOF
43835 /* end confdefs.h. */
43837 #include <sys/time.h>
43838 #include <unistd.h>
43845 gettimeofday(&tv, NULL);
43851 rm -f conftest.
$ac_objext
43852 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43853 (eval $ac_compile) 2>conftest.er1
43855 grep -v '^ *+' conftest.er1
>conftest.err
43857 cat conftest.err
>&5
43858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43859 (exit $ac_status); } &&
43860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43862 (eval $ac_try) 2>&5
43864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43865 (exit $ac_status); }; } &&
43866 { ac_try
='test -s conftest.$ac_objext'
43867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43868 (eval $ac_try) 2>&5
43870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43871 (exit $ac_status); }; }; then
43872 wx_cv_func_gettimeofday_has_2_args
=yes
43874 echo "$as_me: failed program was:" >&5
43875 sed 's/^/| /' conftest.
$ac_ext >&5
43877 cat >conftest.
$ac_ext <<_ACEOF
43880 cat confdefs.h
>>conftest.
$ac_ext
43881 cat >>conftest.
$ac_ext <<_ACEOF
43882 /* end confdefs.h. */
43884 #include <sys/time.h>
43885 #include <unistd.h>
43898 rm -f conftest.
$ac_objext
43899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
43900 (eval $ac_compile) 2>conftest.er1
43902 grep -v '^ *+' conftest.er1
>conftest.err
43904 cat conftest.err
>&5
43905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43906 (exit $ac_status); } &&
43907 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
43908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43909 (eval $ac_try) 2>&5
43911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43912 (exit $ac_status); }; } &&
43913 { ac_try
='test -s conftest.$ac_objext'
43914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
43915 (eval $ac_try) 2>&5
43917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43918 (exit $ac_status); }; }; then
43919 wx_cv_func_gettimeofday_has_2_args
=no
43921 echo "$as_me: failed program was:" >&5
43922 sed 's/^/| /' conftest.
$ac_ext >&5
43925 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
43926 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
43927 wx_cv_func_gettimeofday_has_2_args
=unknown
43931 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43934 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
43937 echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
43938 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
43940 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
43941 cat >>confdefs.h
<<\_ACEOF
43942 #define WX_GETTIMEOFDAY_NO_TZ 1
43948 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS typetest"
43952 if test "$wxUSE_SOCKETS" = "yes"; then
43953 if test "$wxUSE_MGL" = "1"; then
43954 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
43955 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
43960 if test "$wxUSE_SOCKETS" = "yes"; then
43961 if test "$TOOLKIT" != "MSW"; then
43962 echo "$as_me:$LINENO: checking for socket" >&5
43963 echo $ECHO_N "checking for socket... $ECHO_C" >&6
43964 if test "${ac_cv_func_socket+set}" = set; then
43965 echo $ECHO_N "(cached) $ECHO_C" >&6
43967 cat >conftest.
$ac_ext <<_ACEOF
43970 cat confdefs.h
>>conftest.
$ac_ext
43971 cat >>conftest.
$ac_ext <<_ACEOF
43972 /* end confdefs.h. */
43973 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
43974 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43975 #define socket innocuous_socket
43977 /* System header to define __stub macros and hopefully few prototypes,
43978 which can conflict with char socket (); below.
43979 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43980 <limits.h> exists even on freestanding compilers. */
43983 # include <limits.h>
43985 # include <assert.h>
43990 /* Override any gcc2 internal prototype to avoid an error. */
43995 /* We use char because int might match the return type of a gcc2
43996 builtin and then its argument prototype would still apply. */
43998 /* The GNU C library defines this for functions which it implements
43999 to always fail with ENOSYS. Some functions are actually named
44000 something starting with __ and the normal name is an alias. */
44001 #if defined (__stub_socket) || defined (__stub___socket)
44004 char (*f) () = socket;
44013 return f != socket;
44018 rm -f conftest.
$ac_objext conftest
$ac_exeext
44019 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44020 (eval $ac_link) 2>conftest.er1
44022 grep -v '^ *+' conftest.er1
>conftest.err
44024 cat conftest.err
>&5
44025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44026 (exit $ac_status); } &&
44027 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44029 (eval $ac_try) 2>&5
44031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44032 (exit $ac_status); }; } &&
44033 { ac_try
='test -s conftest$ac_exeext'
44034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44035 (eval $ac_try) 2>&5
44037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44038 (exit $ac_status); }; }; then
44039 ac_cv_func_socket
=yes
44041 echo "$as_me: failed program was:" >&5
44042 sed 's/^/| /' conftest.
$ac_ext >&5
44044 ac_cv_func_socket
=no
44046 rm -f conftest.err conftest.
$ac_objext \
44047 conftest
$ac_exeext conftest.
$ac_ext
44049 echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
44050 echo "${ECHO_T}$ac_cv_func_socket" >&6
44051 if test $ac_cv_func_socket = yes; then
44055 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
44056 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
44057 if test "${ac_cv_lib_socket_socket+set}" = set; then
44058 echo $ECHO_N "(cached) $ECHO_C" >&6
44060 ac_check_lib_save_LIBS
=$LIBS
44061 LIBS
="-lsocket $LIBS"
44062 cat >conftest.
$ac_ext <<_ACEOF
44065 cat confdefs.h
>>conftest.
$ac_ext
44066 cat >>conftest.
$ac_ext <<_ACEOF
44067 /* end confdefs.h. */
44069 /* Override any gcc2 internal prototype to avoid an error. */
44073 /* We use char because int might match the return type of a gcc2
44074 builtin and then its argument prototype would still apply. */
44084 rm -f conftest.
$ac_objext conftest
$ac_exeext
44085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44086 (eval $ac_link) 2>conftest.er1
44088 grep -v '^ *+' conftest.er1
>conftest.err
44090 cat conftest.err
>&5
44091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44092 (exit $ac_status); } &&
44093 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44095 (eval $ac_try) 2>&5
44097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44098 (exit $ac_status); }; } &&
44099 { ac_try
='test -s conftest$ac_exeext'
44100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44101 (eval $ac_try) 2>&5
44103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44104 (exit $ac_status); }; }; then
44105 ac_cv_lib_socket_socket
=yes
44107 echo "$as_me: failed program was:" >&5
44108 sed 's/^/| /' conftest.
$ac_ext >&5
44110 ac_cv_lib_socket_socket
=no
44112 rm -f conftest.err conftest.
$ac_objext \
44113 conftest
$ac_exeext conftest.
$ac_ext
44114 LIBS
=$ac_check_lib_save_LIBS
44116 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
44117 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
44118 if test $ac_cv_lib_socket_socket = yes; then
44119 if test "$INET_LINK" != " -lsocket"; then
44120 INET_LINK
="$INET_LINK -lsocket"
44124 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
44125 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
44138 if test "$wxUSE_SOCKETS" = "yes" ; then
44139 if test "$TOOLKIT" != "MSW"; then
44140 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
44141 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
44142 if test "${wx_cv_type_getsockname3+set}" = set; then
44143 echo $ECHO_N "(cached) $ECHO_C" >&6
44146 cat >conftest.
$ac_ext <<_ACEOF
44149 cat confdefs.h
>>conftest.
$ac_ext
44150 cat >>conftest.
$ac_ext <<_ACEOF
44151 /* end confdefs.h. */
44153 #include <sys/types.h>
44154 #include <sys/socket.h>
44161 getsockname(0, 0, &len);
44167 rm -f conftest.
$ac_objext
44168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44169 (eval $ac_compile) 2>conftest.er1
44171 grep -v '^ *+' conftest.er1
>conftest.err
44173 cat conftest.err
>&5
44174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44175 (exit $ac_status); } &&
44176 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44178 (eval $ac_try) 2>&5
44180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44181 (exit $ac_status); }; } &&
44182 { ac_try
='test -s conftest.$ac_objext'
44183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44184 (eval $ac_try) 2>&5
44186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44187 (exit $ac_status); }; }; then
44188 wx_cv_type_getsockname3
=socklen_t
44190 echo "$as_me: failed program was:" >&5
44191 sed 's/^/| /' conftest.
$ac_ext >&5
44194 CXXFLAGS_OLD
="$CXXFLAGS"
44195 if test "$GCC" = yes ; then
44196 CXXFLAGS
="-Werror $CXXFLAGS"
44199 cat >conftest.
$ac_ext <<_ACEOF
44202 cat confdefs.h
>>conftest.
$ac_ext
44203 cat >>conftest.
$ac_ext <<_ACEOF
44204 /* end confdefs.h. */
44206 #include <sys/types.h>
44207 #include <sys/socket.h>
44214 getsockname(0, 0, &len);
44220 rm -f conftest.
$ac_objext
44221 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44222 (eval $ac_compile) 2>conftest.er1
44224 grep -v '^ *+' conftest.er1
>conftest.err
44226 cat conftest.err
>&5
44227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44228 (exit $ac_status); } &&
44229 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44231 (eval $ac_try) 2>&5
44233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44234 (exit $ac_status); }; } &&
44235 { ac_try
='test -s conftest.$ac_objext'
44236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44237 (eval $ac_try) 2>&5
44239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44240 (exit $ac_status); }; }; then
44241 wx_cv_type_getsockname3
=size_t
44243 echo "$as_me: failed program was:" >&5
44244 sed 's/^/| /' conftest.
$ac_ext >&5
44246 cat >conftest.
$ac_ext <<_ACEOF
44249 cat confdefs.h
>>conftest.
$ac_ext
44250 cat >>conftest.
$ac_ext <<_ACEOF
44251 /* end confdefs.h. */
44253 #include <sys/types.h>
44254 #include <sys/socket.h>
44261 getsockname(0, 0, &len);
44267 rm -f conftest.
$ac_objext
44268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44269 (eval $ac_compile) 2>conftest.er1
44271 grep -v '^ *+' conftest.er1
>conftest.err
44273 cat conftest.err
>&5
44274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44275 (exit $ac_status); } &&
44276 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44278 (eval $ac_try) 2>&5
44280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44281 (exit $ac_status); }; } &&
44282 { ac_try
='test -s conftest.$ac_objext'
44283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44284 (eval $ac_try) 2>&5
44286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44287 (exit $ac_status); }; }; then
44288 wx_cv_type_getsockname3
=int
44290 echo "$as_me: failed program was:" >&5
44291 sed 's/^/| /' conftest.
$ac_ext >&5
44293 wx_cv_type_getsockname3
=unknown
44296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44299 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44301 CXXFLAGS
="$CXXFLAGS_OLD"
44305 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44308 echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
44309 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
44311 if test "$wx_cv_type_getsockname3" = "unknown"; then
44313 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44314 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44316 cat >>confdefs.h
<<_ACEOF
44317 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
44321 echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
44322 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6
44323 if test "${wx_cv_type_getsockopt5+set}" = set; then
44324 echo $ECHO_N "(cached) $ECHO_C" >&6
44327 cat >conftest.
$ac_ext <<_ACEOF
44330 cat confdefs.h
>>conftest.
$ac_ext
44331 cat >>conftest.
$ac_ext <<_ACEOF
44332 /* end confdefs.h. */
44334 #include <sys/types.h>
44335 #include <sys/socket.h>
44342 getsockopt(0, 0, 0, 0, &len);
44348 rm -f conftest.
$ac_objext
44349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44350 (eval $ac_compile) 2>conftest.er1
44352 grep -v '^ *+' conftest.er1
>conftest.err
44354 cat conftest.err
>&5
44355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44356 (exit $ac_status); } &&
44357 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44359 (eval $ac_try) 2>&5
44361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44362 (exit $ac_status); }; } &&
44363 { ac_try
='test -s conftest.$ac_objext'
44364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44365 (eval $ac_try) 2>&5
44367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44368 (exit $ac_status); }; }; then
44369 wx_cv_type_getsockopt5
=socklen_t
44371 echo "$as_me: failed program was:" >&5
44372 sed 's/^/| /' conftest.
$ac_ext >&5
44375 CXXFLAGS_OLD
="$CXXFLAGS"
44376 if test "$GCC" = yes ; then
44377 CXXFLAGS
="-Werror $CXXFLAGS"
44380 cat >conftest.
$ac_ext <<_ACEOF
44383 cat confdefs.h
>>conftest.
$ac_ext
44384 cat >>conftest.
$ac_ext <<_ACEOF
44385 /* end confdefs.h. */
44387 #include <sys/types.h>
44388 #include <sys/socket.h>
44395 getsockopt(0, 0, 0, 0, &len);
44401 rm -f conftest.
$ac_objext
44402 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44403 (eval $ac_compile) 2>conftest.er1
44405 grep -v '^ *+' conftest.er1
>conftest.err
44407 cat conftest.err
>&5
44408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44409 (exit $ac_status); } &&
44410 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44412 (eval $ac_try) 2>&5
44414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44415 (exit $ac_status); }; } &&
44416 { ac_try
='test -s conftest.$ac_objext'
44417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44418 (eval $ac_try) 2>&5
44420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44421 (exit $ac_status); }; }; then
44422 wx_cv_type_getsockopt5
=size_t
44424 echo "$as_me: failed program was:" >&5
44425 sed 's/^/| /' conftest.
$ac_ext >&5
44427 cat >conftest.
$ac_ext <<_ACEOF
44430 cat confdefs.h
>>conftest.
$ac_ext
44431 cat >>conftest.
$ac_ext <<_ACEOF
44432 /* end confdefs.h. */
44434 #include <sys/types.h>
44435 #include <sys/socket.h>
44442 getsockopt(0, 0, 0, 0, &len);
44448 rm -f conftest.
$ac_objext
44449 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44450 (eval $ac_compile) 2>conftest.er1
44452 grep -v '^ *+' conftest.er1
>conftest.err
44454 cat conftest.err
>&5
44455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44456 (exit $ac_status); } &&
44457 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44459 (eval $ac_try) 2>&5
44461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44462 (exit $ac_status); }; } &&
44463 { ac_try
='test -s conftest.$ac_objext'
44464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44465 (eval $ac_try) 2>&5
44467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44468 (exit $ac_status); }; }; then
44469 wx_cv_type_getsockopt5
=int
44471 echo "$as_me: failed program was:" >&5
44472 sed 's/^/| /' conftest.
$ac_ext >&5
44474 wx_cv_type_getsockopt5
=unknown
44477 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44482 CXXFLAGS
="$CXXFLAGS_OLD"
44486 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44489 echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
44490 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6
44492 if test "$wx_cv_type_getsockopt5" = "unknown"; then
44494 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
44495 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
44497 cat >>confdefs.h
<<_ACEOF
44498 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
44505 if test "$wxUSE_SOCKETS" = "yes" ; then
44506 cat >>confdefs.h
<<\_ACEOF
44507 #define wxUSE_SOCKETS 1
44510 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sockets"
44513 if test "$wxUSE_PROTOCOL" = "yes"; then
44514 if test "$wxUSE_SOCKETS" != "yes"; then
44515 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
44516 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
44521 if test "$wxUSE_PROTOCOL" = "yes"; then
44522 cat >>confdefs.h
<<\_ACEOF
44523 #define wxUSE_PROTOCOL 1
44527 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
44528 cat >>confdefs.h
<<\_ACEOF
44529 #define wxUSE_PROTOCOL_HTTP 1
44533 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
44534 cat >>confdefs.h
<<\_ACEOF
44535 #define wxUSE_PROTOCOL_FTP 1
44539 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
44540 cat >>confdefs.h
<<\_ACEOF
44541 #define wxUSE_PROTOCOL_FILE 1
44546 if test "$wxUSE_FS_INET" = "yes"; then
44547 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
44548 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
44553 if test "$wxUSE_URL" = "yes"; then
44554 if test "$wxUSE_PROTOCOL" != "yes"; then
44555 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
44556 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
44559 if test "$wxUSE_URL" = "yes"; then
44560 cat >>confdefs.h
<<\_ACEOF
44561 #define wxUSE_URL 1
44567 if test "$wxUSE_VARIANT" = "yes"; then
44568 cat >>confdefs.h
<<\_ACEOF
44569 #define wxUSE_VARIANT 1
44574 if test "$wxUSE_FS_INET" = "yes"; then
44575 cat >>confdefs.h
<<\_ACEOF
44576 #define wxUSE_FS_INET 1
44582 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
44585 if test "$TOOLKIT" = "MSW"; then
44588 elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
44589 if test "$USE_DARWIN" = 1; then
44590 echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
44591 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6
44592 cat >conftest.
$ac_ext <<_ACEOF
44595 cat confdefs.h
>>conftest.
$ac_ext
44596 cat >>conftest.
$ac_ext <<_ACEOF
44597 /* end confdefs.h. */
44598 #include <IOKit/hid/IOHIDLib.h>
44602 IOHIDQueueInterface *qi = NULL;
44603 IOHIDCallbackFunction cb = NULL;
44604 qi->setEventCallout(NULL, cb, NULL, NULL);
44609 rm -f conftest.
$ac_objext
44610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44611 (eval $ac_compile) 2>conftest.er1
44613 grep -v '^ *+' conftest.er1
>conftest.err
44615 cat conftest.err
>&5
44616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44617 (exit $ac_status); } &&
44618 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44620 (eval $ac_try) 2>&5
44622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44623 (exit $ac_status); }; } &&
44624 { ac_try
='test -s conftest.$ac_objext'
44625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44626 (eval $ac_try) 2>&5
44628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44629 (exit $ac_status); }; }; then
44633 echo "$as_me: failed program was:" >&5
44634 sed 's/^/| /' conftest.
$ac_ext >&5
44637 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44638 echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
44639 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6
44643 if test "$wxUSE_MGL" != "1"; then
44645 for ac_header
in linux
/joystick.h
44647 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
44648 if eval "test \"\${$as_ac_Header+set}\" = set"; then
44649 echo "$as_me:$LINENO: checking for $ac_header" >&5
44650 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
44651 if eval "test \"\${$as_ac_Header+set}\" = set"; then
44652 echo $ECHO_N "(cached) $ECHO_C" >&6
44654 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
44655 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
44657 # Is the header compilable?
44658 echo "$as_me:$LINENO: checking $ac_header usability" >&5
44659 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
44660 cat >conftest.
$ac_ext <<_ACEOF
44663 cat confdefs.h
>>conftest.
$ac_ext
44664 cat >>conftest.
$ac_ext <<_ACEOF
44665 /* end confdefs.h. */
44666 $ac_includes_default
44667 #include <$ac_header>
44669 rm -f conftest.
$ac_objext
44670 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
44671 (eval $ac_compile) 2>conftest.er1
44673 grep -v '^ *+' conftest.er1
>conftest.err
44675 cat conftest.err
>&5
44676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44677 (exit $ac_status); } &&
44678 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44680 (eval $ac_try) 2>&5
44682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44683 (exit $ac_status); }; } &&
44684 { ac_try
='test -s conftest.$ac_objext'
44685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44686 (eval $ac_try) 2>&5
44688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44689 (exit $ac_status); }; }; then
44690 ac_header_compiler
=yes
44692 echo "$as_me: failed program was:" >&5
44693 sed 's/^/| /' conftest.
$ac_ext >&5
44695 ac_header_compiler
=no
44697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
44698 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
44699 echo "${ECHO_T}$ac_header_compiler" >&6
44701 # Is the header present?
44702 echo "$as_me:$LINENO: checking $ac_header presence" >&5
44703 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
44704 cat >conftest.
$ac_ext <<_ACEOF
44707 cat confdefs.h
>>conftest.
$ac_ext
44708 cat >>conftest.
$ac_ext <<_ACEOF
44709 /* end confdefs.h. */
44710 #include <$ac_header>
44712 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
44713 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
44715 grep -v '^ *+' conftest.er1
>conftest.err
44717 cat conftest.err
>&5
44718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44719 (exit $ac_status); } >/dev
/null
; then
44720 if test -s conftest.err
; then
44721 ac_cpp_err
=$ac_c_preproc_warn_flag
44722 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
44729 if test -z "$ac_cpp_err"; then
44730 ac_header_preproc
=yes
44732 echo "$as_me: failed program was:" >&5
44733 sed 's/^/| /' conftest.
$ac_ext >&5
44735 ac_header_preproc
=no
44737 rm -f conftest.err conftest.
$ac_ext
44738 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
44739 echo "${ECHO_T}$ac_header_preproc" >&6
44741 # So? What about this header?
44742 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
44744 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
44745 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
44746 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
44747 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
44748 ac_header_preproc
=yes
44751 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
44752 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
44753 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
44754 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
44755 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
44756 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
44757 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
44758 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
44759 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
44760 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
44761 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
44762 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
44765 ## ----------------------------------------- ##
44766 ## Report this to wx-dev@lists.wxwidgets.org ##
44767 ## ----------------------------------------- ##
44770 sed "s/^/$as_me: WARNING: /" >&2
44773 echo "$as_me:$LINENO: checking for $ac_header" >&5
44774 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
44775 if eval "test \"\${$as_ac_Header+set}\" = set"; then
44776 echo $ECHO_N "(cached) $ECHO_C" >&6
44778 eval "$as_ac_Header=\$ac_header_preproc"
44780 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
44781 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
44784 if test `eval echo '${'$as_ac_Header'}'` = yes; then
44785 cat >>confdefs.h
<<_ACEOF
44786 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
44796 if test "$wxUSE_JOYSTICK" = "yes"; then
44797 cat >>confdefs.h
<<\_ACEOF
44798 #define wxUSE_JOYSTICK 1
44801 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS joytest"
44803 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
44804 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
44810 if test "$wxUSE_FONTMAP" = "yes" ; then
44811 cat >>confdefs.h
<<\_ACEOF
44812 #define wxUSE_FONTMAP 1
44817 if test "$wxUSE_UNICODE" = "yes" ; then
44818 cat >>confdefs.h
<<\_ACEOF
44819 #define wxUSE_UNICODE 1
44823 if test "$USE_WIN32" != 1; then
44824 wxUSE_UNICODE_MSLU
=no
44827 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
44828 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
44829 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
44830 if test "${ac_cv_lib_unicows_main+set}" = set; then
44831 echo $ECHO_N "(cached) $ECHO_C" >&6
44833 ac_check_lib_save_LIBS
=$LIBS
44834 LIBS
="-lunicows $LIBS"
44835 cat >conftest.
$ac_ext <<_ACEOF
44838 cat confdefs.h
>>conftest.
$ac_ext
44839 cat >>conftest.
$ac_ext <<_ACEOF
44840 /* end confdefs.h. */
44851 rm -f conftest.
$ac_objext conftest
$ac_exeext
44852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
44853 (eval $ac_link) 2>conftest.er1
44855 grep -v '^ *+' conftest.er1
>conftest.err
44857 cat conftest.err
>&5
44858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44859 (exit $ac_status); } &&
44860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
44861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44862 (eval $ac_try) 2>&5
44864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44865 (exit $ac_status); }; } &&
44866 { ac_try
='test -s conftest$ac_exeext'
44867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
44868 (eval $ac_try) 2>&5
44870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44871 (exit $ac_status); }; }; then
44872 ac_cv_lib_unicows_main
=yes
44874 echo "$as_me: failed program was:" >&5
44875 sed 's/^/| /' conftest.
$ac_ext >&5
44877 ac_cv_lib_unicows_main
=no
44879 rm -f conftest.err conftest.
$ac_objext \
44880 conftest
$ac_exeext conftest.
$ac_ext
44881 LIBS
=$ac_check_lib_save_LIBS
44883 echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
44884 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
44885 if test $ac_cv_lib_unicows_main = yes; then
44887 cat >>confdefs.h
<<\_ACEOF
44888 #define wxUSE_UNICODE_MSLU 1
44894 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
44895 Applications will only run on Windows NT/2000/XP!" >&5
44896 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
44897 Applications will only run on Windows NT/2000/XP!" >&2;}
44898 wxUSE_UNICODE_MSLU
=no
44905 if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
44906 cat >>confdefs.h
<<\_ACEOF
44907 #define wxUSE_EXPERIMENTAL_PRINTF 1
44913 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
44914 cat >>confdefs.h
<<\_ACEOF
44915 #define wxUSE_POSTSCRIPT 1
44920 cat >>confdefs.h
<<\_ACEOF
44921 #define wxUSE_AFM_FOR_POSTSCRIPT 1
44925 cat >>confdefs.h
<<\_ACEOF
44926 #define wxUSE_NORMALIZED_PS_FONTS 1
44931 if test "$wxUSE_CONSTRAINTS" = "yes"; then
44932 cat >>confdefs.h
<<\_ACEOF
44933 #define wxUSE_CONSTRAINTS 1
44936 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS layout"
44939 if test "$wxUSE_MDI" = "yes"; then
44940 cat >>confdefs.h
<<\_ACEOF
44941 #define wxUSE_MDI 1
44945 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
44946 cat >>confdefs.h
<<\_ACEOF
44947 #define wxUSE_MDI_ARCHITECTURE 1
44950 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mdi"
44954 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
44955 cat >>confdefs.h
<<\_ACEOF
44956 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
44959 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docview"
44960 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
44961 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS docvwmdi"
44965 if test "$wxUSE_HELP" = "yes"; then
44966 cat >>confdefs.h
<<\_ACEOF
44967 #define wxUSE_HELP 1
44970 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS help"
44972 if test "$wxUSE_MSW" = 1; then
44973 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
44974 cat >>confdefs.h
<<\_ACEOF
44975 #define wxUSE_MS_HTML_HELP 1
44981 if test "$wxUSE_WXHTML_HELP" = "yes"; then
44982 if test "$wxUSE_HTML" = "yes"; then
44983 cat >>confdefs.h
<<\_ACEOF
44984 #define wxUSE_WXHTML_HELP 1
44988 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
44989 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
44990 wxUSE_WXHTML_HELP
=no
44995 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
44996 if test "$wxUSE_CONSTRAINTS" != "yes"; then
44997 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
44998 echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
45000 cat >>confdefs.h
<<\_ACEOF
45001 #define wxUSE_PRINTING_ARCHITECTURE 1
45005 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS printing"
45008 if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
45009 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
45010 echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
45011 { (exit 1); exit 1; }; }
45015 if test "$wxUSE_METAFILE" = "yes"; then
45016 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
45017 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
45018 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
45024 if test "$USE_WIN32" = 1 -a \
( "$wxUSE_DATAOBJ" = "yes" \
45025 -o "$wxUSE_CLIPBOARD" = "yes" \
45026 -o "$wxUSE_OLE" = "yes" \
45027 -o "$wxUSE_DRAG_AND_DROP" = "yes" \
) ; then
45029 for ac_header
in ole2.h
45031 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45032 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45033 echo "$as_me:$LINENO: checking for $ac_header" >&5
45034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45035 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45036 echo $ECHO_N "(cached) $ECHO_C" >&6
45038 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45039 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45041 # Is the header compilable?
45042 echo "$as_me:$LINENO: checking $ac_header usability" >&5
45043 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
45044 cat >conftest.
$ac_ext <<_ACEOF
45047 cat confdefs.h
>>conftest.
$ac_ext
45048 cat >>conftest.
$ac_ext <<_ACEOF
45049 /* end confdefs.h. */
45050 $ac_includes_default
45051 #include <$ac_header>
45053 rm -f conftest.
$ac_objext
45054 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45055 (eval $ac_compile) 2>conftest.er1
45057 grep -v '^ *+' conftest.er1
>conftest.err
45059 cat conftest.err
>&5
45060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45061 (exit $ac_status); } &&
45062 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45064 (eval $ac_try) 2>&5
45066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45067 (exit $ac_status); }; } &&
45068 { ac_try
='test -s conftest.$ac_objext'
45069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45070 (eval $ac_try) 2>&5
45072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45073 (exit $ac_status); }; }; then
45074 ac_header_compiler
=yes
45076 echo "$as_me: failed program was:" >&5
45077 sed 's/^/| /' conftest.
$ac_ext >&5
45079 ac_header_compiler
=no
45081 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45082 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
45083 echo "${ECHO_T}$ac_header_compiler" >&6
45085 # Is the header present?
45086 echo "$as_me:$LINENO: checking $ac_header presence" >&5
45087 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
45088 cat >conftest.
$ac_ext <<_ACEOF
45091 cat confdefs.h
>>conftest.
$ac_ext
45092 cat >>conftest.
$ac_ext <<_ACEOF
45093 /* end confdefs.h. */
45094 #include <$ac_header>
45096 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
45097 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
45099 grep -v '^ *+' conftest.er1
>conftest.err
45101 cat conftest.err
>&5
45102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45103 (exit $ac_status); } >/dev
/null
; then
45104 if test -s conftest.err
; then
45105 ac_cpp_err
=$ac_c_preproc_warn_flag
45106 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
45113 if test -z "$ac_cpp_err"; then
45114 ac_header_preproc
=yes
45116 echo "$as_me: failed program was:" >&5
45117 sed 's/^/| /' conftest.
$ac_ext >&5
45119 ac_header_preproc
=no
45121 rm -f conftest.err conftest.
$ac_ext
45122 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
45123 echo "${ECHO_T}$ac_header_preproc" >&6
45125 # So? What about this header?
45126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
45128 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
45129 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
45130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
45131 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
45132 ac_header_preproc
=yes
45135 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
45136 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
45137 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
45138 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
45139 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
45140 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
45141 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
45142 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
45143 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
45144 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
45145 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
45146 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
45149 ## ----------------------------------------- ##
45150 ## Report this to wx-dev@lists.wxwidgets.org ##
45151 ## ----------------------------------------- ##
45154 sed "s/^/$as_me: WARNING: /" >&2
45157 echo "$as_me:$LINENO: checking for $ac_header" >&5
45158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
45159 if eval "test \"\${$as_ac_Header+set}\" = set"; then
45160 echo $ECHO_N "(cached) $ECHO_C" >&6
45162 eval "$as_ac_Header=\$ac_header_preproc"
45164 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
45165 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
45168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45169 cat >>confdefs.h
<<_ACEOF
45170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45178 if test "$ac_cv_header_ole2_h" = "yes" ; then
45179 if test "$GCC" = yes ; then
45180 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
45181 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
45182 cat >conftest.
$ac_ext <<_ACEOF
45185 cat confdefs.h
>>conftest.
$ac_ext
45186 cat >>conftest.
$ac_ext <<_ACEOF
45187 /* end confdefs.h. */
45188 #include <windows.h>
45198 rm -f conftest.
$ac_objext
45199 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45200 (eval $ac_compile) 2>conftest.er1
45202 grep -v '^ *+' conftest.er1
>conftest.err
45204 cat conftest.err
>&5
45205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45206 (exit $ac_status); } &&
45207 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45209 (eval $ac_try) 2>&5
45211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45212 (exit $ac_status); }; } &&
45213 { ac_try
='test -s conftest.$ac_objext'
45214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45215 (eval $ac_try) 2>&5
45217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45218 (exit $ac_status); }; }; then
45219 echo "$as_me:$LINENO: result: no" >&5
45220 echo "${ECHO_T}no" >&6
45222 echo "$as_me: failed program was:" >&5
45223 sed 's/^/| /' conftest.
$ac_ext >&5
45225 echo "$as_me:$LINENO: result: yes" >&5
45226 echo "${ECHO_T}yes" >&6
45227 WXCONFIG_CXXFLAGS
="$WXCONFIG_CXXFLAGS -fvtable-thunks"
45229 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
45230 LIBS
=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
45231 if test "$wxUSE_OLE" = "yes" ; then
45232 cat >>confdefs.h
<<\_ACEOF
45233 #define wxUSE_OLE 1
45236 cat >>confdefs.h
<<\_ACEOF
45237 #define wxUSE_OLE_AUTOMATION 1
45240 cat >>confdefs.h
<<\_ACEOF
45241 #define wxUSE_OLE_ACTIVEX 1
45244 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS oleauto"
45248 if test "$wxUSE_DATAOBJ" = "yes" ; then
45249 cat >>confdefs.h
<<\_ACEOF
45250 #define wxUSE_DATAOBJ 1
45255 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
45256 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
45259 wxUSE_DRAG_AND_DROP
=no
45264 if test "$wxUSE_METAFILE" = "yes"; then
45265 cat >>confdefs.h
<<\_ACEOF
45266 #define wxUSE_METAFILE 1
45270 cat >>confdefs.h
<<\_ACEOF
45271 #define wxUSE_ENH_METAFILE 1
45277 if test "$wxUSE_IPC" = "yes"; then
45278 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
45279 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
45280 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
45284 if test "$wxUSE_IPC" = "yes"; then
45285 cat >>confdefs.h
<<\_ACEOF
45286 #define wxUSE_IPC 1
45289 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ipc"
45293 if test "$wxUSE_DATAOBJ" = "yes"; then
45294 if test "$wxUSE_MGL" = 1; then
45295 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5
45296 echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;}
45299 cat >>confdefs.h
<<\_ACEOF
45300 #define wxUSE_DATAOBJ 1
45305 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
45306 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
45308 wxUSE_DRAG_AND_DROP
=no
45311 if test "$wxUSE_CLIPBOARD" = "yes"; then
45312 if test "$wxUSE_MGL" = 1; then
45313 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
45314 echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
45318 if test "$wxUSE_CLIPBOARD" = "yes"; then
45319 cat >>confdefs.h
<<\_ACEOF
45320 #define wxUSE_CLIPBOARD 1
45326 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
45327 if test "$wxUSE_GTK" = 1; then
45328 if test "$WXGTK12" != 1; then
45329 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
45330 echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
45331 wxUSE_DRAG_AND_DROP
=no
45335 if test "$wxUSE_MOTIF" = 1; then
45336 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
45337 echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
45338 wxUSE_DRAG_AND_DROP
=no
45341 if test "$wxUSE_X11" = 1; then
45342 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
45343 echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
45344 wxUSE_DRAG_AND_DROP
=no
45347 if test "$wxUSE_MGL" = 1; then
45348 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
45349 echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
45350 wxUSE_DRAG_AND_DROP
=no
45353 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
45354 cat >>confdefs.h
<<\_ACEOF
45355 #define wxUSE_DRAG_AND_DROP 1
45362 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
45363 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dnd"
45366 if test "$wxUSE_SPLINES" = "yes" ; then
45367 cat >>confdefs.h
<<\_ACEOF
45368 #define wxUSE_SPLINES 1
45373 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
45374 cat >>confdefs.h
<<\_ACEOF
45375 #define wxUSE_MOUSEWHEEL 1
45382 if test "$wxUSE_CONTROLS" = "yes"; then
45386 if test "$wxUSE_ACCEL" = "yes"; then
45387 cat >>confdefs.h
<<\_ACEOF
45388 #define wxUSE_ACCEL 1
45394 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
45395 cat >>confdefs.h
<<\_ACEOF
45396 #define wxUSE_ANIMATIONCTRL 1
45400 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS animate"
45403 if test "$wxUSE_BUTTON" = "yes"; then
45404 cat >>confdefs.h
<<\_ACEOF
45405 #define wxUSE_BUTTON 1
45411 if test "$wxUSE_BMPBUTTON" = "yes"; then
45412 cat >>confdefs.h
<<\_ACEOF
45413 #define wxUSE_BMPBUTTON 1
45419 if test "$wxUSE_CALCTRL" = "yes"; then
45420 cat >>confdefs.h
<<\_ACEOF
45421 #define wxUSE_CALENDARCTRL 1
45425 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS calendar"
45428 if test "$wxUSE_CARET" = "yes"; then
45429 cat >>confdefs.h
<<\_ACEOF
45430 #define wxUSE_CARET 1
45434 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS caret"
45437 if test "$wxUSE_COLLPANE" = "yes"; then
45438 cat >>confdefs.h
<<\_ACEOF
45439 #define wxUSE_COLLPANE 1
45443 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS collpane"
45446 if test "$wxUSE_COMBOBOX" = "yes"; then
45447 cat >>confdefs.h
<<\_ACEOF
45448 #define wxUSE_COMBOBOX 1
45454 if test "$wxUSE_COMBOCTRL" = "yes"; then
45455 cat >>confdefs.h
<<\_ACEOF
45456 #define wxUSE_COMBOCTRL 1
45462 if test "$wxUSE_CHOICE" = "yes"; then
45463 cat >>confdefs.h
<<\_ACEOF
45464 #define wxUSE_CHOICE 1
45470 if test "$wxUSE_CHOICEBOOK" = "yes"; then
45471 cat >>confdefs.h
<<\_ACEOF
45472 #define wxUSE_CHOICEBOOK 1
45478 if test "$wxUSE_CHECKBOX" = "yes"; then
45479 cat >>confdefs.h
<<\_ACEOF
45480 #define wxUSE_CHECKBOX 1
45486 if test "$wxUSE_CHECKLST" = "yes"; then
45487 cat >>confdefs.h
<<\_ACEOF
45488 #define wxUSE_CHECKLISTBOX 1
45492 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS checklst"
45495 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
45496 cat >>confdefs.h
<<\_ACEOF
45497 #define wxUSE_COLOURPICKERCTRL 1
45503 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
45504 cat >>confdefs.h
<<\_ACEOF
45505 #define wxUSE_DATEPICKCTRL 1
45511 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
45512 cat >>confdefs.h
<<\_ACEOF
45513 #define wxUSE_DIRPICKERCTRL 1
45519 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
45520 cat >>confdefs.h
<<\_ACEOF
45521 #define wxUSE_FILEPICKERCTRL 1
45527 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
45528 cat >>confdefs.h
<<\_ACEOF
45529 #define wxUSE_FONTPICKERCTRL 1
45535 if test "$wxUSE_DISPLAY" = "yes"; then
45536 cat >>confdefs.h
<<\_ACEOF
45537 #define wxUSE_DISPLAY 1
45540 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS display multimon"
45543 if test "$wxUSE_DETECT_SM" = "yes"; then
45544 cat >>confdefs.h
<<\_ACEOF
45545 #define wxUSE_DETECT_SM 1
45550 if test "$wxUSE_GAUGE" = "yes"; then
45551 cat >>confdefs.h
<<\_ACEOF
45552 #define wxUSE_GAUGE 1
45558 if test "$wxUSE_GRID" = "yes"; then
45559 cat >>confdefs.h
<<\_ACEOF
45560 #define wxUSE_GRID 1
45564 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS grid"
45567 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
45568 cat >>confdefs.h
<<\_ACEOF
45569 #define wxUSE_HYPERLINKCTRL 1
45575 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
45576 cat >>confdefs.h
<<\_ACEOF
45577 #define wxUSE_BITMAPCOMBOBOX 1
45583 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
45584 cat >>confdefs.h
<<\_ACEOF
45585 #define wxUSE_DATAVIEWCTRL 1
45589 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dataview"
45592 if test "$wxUSE_IMAGLIST" = "yes"; then
45593 cat >>confdefs.h
<<\_ACEOF
45594 #define wxUSE_IMAGLIST 1
45599 if test "$wxUSE_LISTBOOK" = "yes"; then
45600 cat >>confdefs.h
<<\_ACEOF
45601 #define wxUSE_LISTBOOK 1
45607 if test "$wxUSE_LISTBOX" = "yes"; then
45608 cat >>confdefs.h
<<\_ACEOF
45609 #define wxUSE_LISTBOX 1
45613 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listbox"
45616 if test "$wxUSE_LISTCTRL" = "yes"; then
45617 if test "$wxUSE_IMAGLIST" = "yes"; then
45618 cat >>confdefs.h
<<\_ACEOF
45619 #define wxUSE_LISTCTRL 1
45623 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS listctrl"
45625 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
45626 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
45630 if test "$wxUSE_NOTEBOOK" = "yes"; then
45631 cat >>confdefs.h
<<\_ACEOF
45632 #define wxUSE_NOTEBOOK 1
45636 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS notebook"
45639 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
45640 cat >>confdefs.h
<<\_ACEOF
45641 #define wxUSE_ODCOMBOBOX 1
45645 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS combo"
45649 if test "$wxUSE_RADIOBOX" = "yes"; then
45650 cat >>confdefs.h
<<\_ACEOF
45651 #define wxUSE_RADIOBOX 1
45657 if test "$wxUSE_RADIOBTN" = "yes"; then
45658 cat >>confdefs.h
<<\_ACEOF
45659 #define wxUSE_RADIOBTN 1
45665 if test "$wxUSE_SASH" = "yes"; then
45666 cat >>confdefs.h
<<\_ACEOF
45667 #define wxUSE_SASH 1
45670 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS sashtest"
45673 if test "$wxUSE_SCROLLBAR" = "yes"; then
45674 cat >>confdefs.h
<<\_ACEOF
45675 #define wxUSE_SCROLLBAR 1
45679 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS scroll scrollsub"
45682 if test "$wxUSE_SLIDER" = "yes"; then
45683 cat >>confdefs.h
<<\_ACEOF
45684 #define wxUSE_SLIDER 1
45690 if test "$wxUSE_SPINBTN" = "yes"; then
45691 cat >>confdefs.h
<<\_ACEOF
45692 #define wxUSE_SPINBTN 1
45698 if test "$wxUSE_SPINCTRL" = "yes"; then
45699 cat >>confdefs.h
<<\_ACEOF
45700 #define wxUSE_SPINCTRL 1
45706 if test "$wxUSE_SPLITTER" = "yes"; then
45707 cat >>confdefs.h
<<\_ACEOF
45708 #define wxUSE_SPLITTER 1
45711 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splitter"
45714 if test "$wxUSE_STATBMP" = "yes"; then
45715 cat >>confdefs.h
<<\_ACEOF
45716 #define wxUSE_STATBMP 1
45722 if test "$wxUSE_STATBOX" = "yes"; then
45723 cat >>confdefs.h
<<\_ACEOF
45724 #define wxUSE_STATBOX 1
45730 if test "$wxUSE_STATTEXT" = "yes"; then
45731 cat >>confdefs.h
<<\_ACEOF
45732 #define wxUSE_STATTEXT 1
45738 if test "$wxUSE_STATLINE" = "yes"; then
45739 cat >>confdefs.h
<<\_ACEOF
45740 #define wxUSE_STATLINE 1
45746 if test "$wxUSE_STATUSBAR" = "yes"; then
45747 cat >>confdefs.h
<<\_ACEOF
45748 #define wxUSE_NATIVE_STATUSBAR 1
45751 cat >>confdefs.h
<<\_ACEOF
45752 #define wxUSE_STATUSBAR 1
45757 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS statbar"
45760 if test "$wxUSE_TAB_DIALOG" = "yes"; then
45761 cat >>confdefs.h
<<\_ACEOF
45762 #define wxUSE_TAB_DIALOG 1
45767 if test "$wxUSE_TEXTCTRL" = "yes"; then
45768 cat >>confdefs.h
<<\_ACEOF
45769 #define wxUSE_TEXTCTRL 1
45773 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS text"
45776 if test "$wxUSE_TOGGLEBTN" = "yes"; then
45777 if test "$wxUSE_COCOA" = 1 ; then
45778 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
45779 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
45783 if test "$wxUSE_TOGGLEBTN" = "yes"; then
45784 cat >>confdefs.h
<<\_ACEOF
45785 #define wxUSE_TOGGLEBTN 1
45792 if test "$wxUSE_TOOLBAR" = "yes"; then
45793 cat >>confdefs.h
<<\_ACEOF
45794 #define wxUSE_TOOLBAR 1
45799 if test "$wxUSE_UNIVERSAL" = "yes"; then
45800 wxUSE_TOOLBAR_NATIVE
="no"
45802 wxUSE_TOOLBAR_NATIVE
="yes"
45803 cat >>confdefs.h
<<\_ACEOF
45804 #define wxUSE_TOOLBAR_NATIVE 1
45809 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS toolbar"
45812 if test "$wxUSE_TOOLTIPS" = "yes"; then
45813 if test "$wxUSE_MOTIF" = 1; then
45814 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
45815 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
45817 if test "$wxUSE_UNIVERSAL" = "yes"; then
45818 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
45819 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
45821 cat >>confdefs.h
<<\_ACEOF
45822 #define wxUSE_TOOLTIPS 1
45829 if test "$wxUSE_TREEBOOK" = "yes"; then
45830 cat >>confdefs.h
<<\_ACEOF
45831 #define wxUSE_TREEBOOK 1
45837 if test "$wxUSE_TOOLBOOK" = "yes"; then
45838 cat >>confdefs.h
<<\_ACEOF
45839 #define wxUSE_TOOLBOOK 1
45845 if test "$wxUSE_TREECTRL" = "yes"; then
45846 if test "$wxUSE_IMAGLIST" = "yes"; then
45847 cat >>confdefs.h
<<\_ACEOF
45848 #define wxUSE_TREECTRL 1
45852 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS treectrl"
45854 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
45855 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
45859 if test "$wxUSE_POPUPWIN" = "yes"; then
45860 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
45861 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
45862 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
45864 if test "$wxUSE_PM" = 1; then
45865 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
45866 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
45868 cat >>confdefs.h
<<\_ACEOF
45869 #define wxUSE_POPUPWIN 1
45872 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS popup"
45879 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
45880 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
45881 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
45882 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
45884 cat >>confdefs.h
<<\_ACEOF
45885 #define wxUSE_DIALUP_MANAGER 1
45888 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dialup"
45892 if test "$wxUSE_TIPWINDOW" = "yes"; then
45893 if test "$wxUSE_PM" = 1; then
45894 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
45895 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
45897 cat >>confdefs.h
<<\_ACEOF
45898 #define wxUSE_TIPWINDOW 1
45904 if test "$USES_CONTROLS" = 1; then
45905 cat >>confdefs.h
<<\_ACEOF
45906 #define wxUSE_CONTROLS 1
45912 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
45913 cat >>confdefs.h
<<\_ACEOF
45914 #define wxUSE_ACCESSIBILITY 1
45917 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS access"
45920 if test "$wxUSE_DC_CACHEING" = "yes"; then
45921 cat >>confdefs.h
<<\_ACEOF
45922 #define wxUSE_DC_CACHEING 1
45927 if test "$wxUSE_DRAGIMAGE" = "yes"; then
45928 cat >>confdefs.h
<<\_ACEOF
45929 #define wxUSE_DRAGIMAGE 1
45932 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS dragimag"
45935 if test "$wxUSE_EXCEPTIONS" = "yes"; then
45936 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
45937 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
45938 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
45940 cat >>confdefs.h
<<\_ACEOF
45941 #define wxUSE_EXCEPTIONS 1
45944 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS except"
45949 if test "$wxUSE_HTML" = "yes"; then
45950 cat >>confdefs.h
<<\_ACEOF
45951 #define wxUSE_HTML 1
45955 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
45956 if test "$wxUSE_MAC" = 1; then
45957 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS html/htmlctrl"
45960 if test "$wxUSE_WEBKIT" = "yes"; then
45961 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
45962 old_CPPFLAGS
="$CPPFLAGS"
45963 CPPFLAGS
="-x objective-c++ $CPPFLAGS"
45964 echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
45965 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6
45966 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
45967 echo $ECHO_N "(cached) $ECHO_C" >&6
45969 cat >conftest.
$ac_ext <<_ACEOF
45972 cat confdefs.h
>>conftest.
$ac_ext
45973 cat >>conftest.
$ac_ext <<_ACEOF
45974 /* end confdefs.h. */
45975 #include <Carbon/Carbon.h>
45977 #include <WebKit/HIWebView.h>
45979 rm -f conftest.
$ac_objext
45980 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45981 (eval $ac_compile) 2>conftest.er1
45983 grep -v '^ *+' conftest.er1
>conftest.err
45985 cat conftest.err
>&5
45986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45987 (exit $ac_status); } &&
45988 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
45989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45990 (eval $ac_try) 2>&5
45992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45993 (exit $ac_status); }; } &&
45994 { ac_try
='test -s conftest.$ac_objext'
45995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
45996 (eval $ac_try) 2>&5
45998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45999 (exit $ac_status); }; }; then
46000 ac_cv_header_WebKit_HIWebView_h
=yes
46002 echo "$as_me: failed program was:" >&5
46003 sed 's/^/| /' conftest.
$ac_ext >&5
46005 ac_cv_header_WebKit_HIWebView_h
=no
46007 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
46009 echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
46010 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6
46011 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
46013 cat >>confdefs.h
<<\_ACEOF
46014 #define wxUSE_WEBKIT 1
46017 WEBKIT_LINK
="-framework WebKit"
46021 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
46022 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
46028 CPPFLAGS
="$old_CPPFLAGS"
46029 elif test "$wxUSE_COCOA" = 1; then
46030 cat >>confdefs.h
<<\_ACEOF
46031 #define wxUSE_WEBKIT 1
46040 if test "$wxUSE_XRC" = "yes"; then
46041 if test "$wxUSE_XML" != "yes"; then
46042 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
46043 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
46046 cat >>confdefs.h
<<\_ACEOF
46047 #define wxUSE_XRC 1
46051 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS xrc"
46056 if test "$wxUSE_AUI" = "yes"; then
46057 cat >>confdefs.h
<<\_ACEOF
46058 #define wxUSE_AUI 1
46062 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS aui"
46065 if test "$wxUSE_MENUS" = "yes"; then
46066 cat >>confdefs.h
<<\_ACEOF
46067 #define wxUSE_MENUS 1
46070 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS menu"
46073 if test "$wxUSE_METAFILE" = "yes"; then
46074 cat >>confdefs.h
<<\_ACEOF
46075 #define wxUSE_METAFILE 1
46080 if test "$wxUSE_MIMETYPE" = "yes"; then
46081 cat >>confdefs.h
<<\_ACEOF
46082 #define wxUSE_MIMETYPE 1
46087 if test "$wxUSE_MINIFRAME" = "yes"; then
46088 cat >>confdefs.h
<<\_ACEOF
46089 #define wxUSE_MINIFRAME 1
46092 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS minifram"
46095 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
46096 cat >>confdefs.h
<<\_ACEOF
46097 #define wxUSE_SYSTEM_OPTIONS 1
46100 if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
46101 "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then
46102 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS taskbar"
46107 if test "$wxUSE_VALIDATORS" = "yes"; then
46108 cat >>confdefs.h
<<\_ACEOF
46109 #define wxUSE_VALIDATORS 1
46112 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS validate"
46115 if test "$wxUSE_PALETTE" = "yes" ; then
46116 cat >>confdefs.h
<<\_ACEOF
46117 #define wxUSE_PALETTE 1
46122 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
46123 LIBS
=" -lunicows $LIBS"
46127 if test "$wxUSE_RICHTEXT" = "yes"; then
46128 cat >>confdefs.h
<<\_ACEOF
46129 #define wxUSE_RICHTEXT 1
46133 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS richtext"
46137 if test "$wxUSE_IMAGE" = "yes" ; then
46138 cat >>confdefs.h
<<\_ACEOF
46139 #define wxUSE_IMAGE 1
46143 if test "$wxUSE_GIF" = "yes" ; then
46144 cat >>confdefs.h
<<\_ACEOF
46145 #define wxUSE_GIF 1
46150 if test "$wxUSE_PCX" = "yes" ; then
46151 cat >>confdefs.h
<<\_ACEOF
46152 #define wxUSE_PCX 1
46157 if test "$wxUSE_TGA" = "yes" ; then
46158 cat >>confdefs.h
<<\_ACEOF
46159 #define wxUSE_TGA 1
46164 if test "$wxUSE_IFF" = "yes" ; then
46165 cat >>confdefs.h
<<\_ACEOF
46166 #define wxUSE_IFF 1
46171 if test "$wxUSE_PNM" = "yes" ; then
46172 cat >>confdefs.h
<<\_ACEOF
46173 #define wxUSE_PNM 1
46178 if test "$wxUSE_XPM" = "yes" ; then
46179 cat >>confdefs.h
<<\_ACEOF
46180 #define wxUSE_XPM 1
46185 if test "$wxUSE_ICO_CUR" = "yes" ; then
46186 cat >>confdefs.h
<<\_ACEOF
46187 #define wxUSE_ICO_CUR 1
46194 if test "$wxUSE_ABOUTDLG" = "yes"; then
46195 cat >>confdefs.h
<<\_ACEOF
46196 #define wxUSE_ABOUTDLG 1
46201 if test "$wxUSE_CHOICEDLG" = "yes"; then
46202 cat >>confdefs.h
<<\_ACEOF
46203 #define wxUSE_CHOICEDLG 1
46208 if test "$wxUSE_COLOURDLG" = "yes"; then
46209 cat >>confdefs.h
<<\_ACEOF
46210 #define wxUSE_COLOURDLG 1
46215 if test "$wxUSE_FILEDLG" = "yes"; then
46216 cat >>confdefs.h
<<\_ACEOF
46217 #define wxUSE_FILEDLG 1
46222 if test "$wxUSE_FINDREPLDLG" = "yes"; then
46223 cat >>confdefs.h
<<\_ACEOF
46224 #define wxUSE_FINDREPLDLG 1
46229 if test "$wxUSE_FONTDLG" = "yes"; then
46230 cat >>confdefs.h
<<\_ACEOF
46231 #define wxUSE_FONTDLG 1
46236 if test "$wxUSE_DIRDLG" = "yes"; then
46237 if test "$wxUSE_TREECTRL" != "yes"; then
46238 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
46239 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
46241 cat >>confdefs.h
<<\_ACEOF
46242 #define wxUSE_DIRDLG 1
46248 if test "$wxUSE_MSGDLG" = "yes"; then
46249 cat >>confdefs.h
<<\_ACEOF
46250 #define wxUSE_MSGDLG 1
46255 if test "$wxUSE_NUMBERDLG" = "yes"; then
46256 cat >>confdefs.h
<<\_ACEOF
46257 #define wxUSE_NUMBERDLG 1
46262 if test "$wxUSE_PROGRESSDLG" = "yes"; then
46263 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46264 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
46265 echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
46267 cat >>confdefs.h
<<\_ACEOF
46268 #define wxUSE_PROGRESSDLG 1
46274 if test "$wxUSE_SPLASH" = "yes"; then
46275 cat >>confdefs.h
<<\_ACEOF
46276 #define wxUSE_SPLASH 1
46279 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS splash"
46282 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
46283 if test "$wxUSE_CONSTRAINTS" != "yes"; then
46284 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
46285 echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
46287 cat >>confdefs.h
<<\_ACEOF
46288 #define wxUSE_STARTUP_TIPS 1
46294 if test "$wxUSE_TEXTDLG" = "yes"; then
46295 cat >>confdefs.h
<<\_ACEOF
46296 #define wxUSE_TEXTDLG 1
46301 if test "$wxUSE_WIZARDDLG" = "yes"; then
46302 cat >>confdefs.h
<<\_ACEOF
46303 #define wxUSE_WIZARDDLG 1
46306 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS wizard"
46310 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
46311 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
46312 cat >>confdefs.h
<<\_ACEOF
46313 #define wxUSE_GRAPHICS_CONTEXT 1
46316 elif test "$wxUSE_GTK" != 1; then
46317 cat >>confdefs.h
<<\_ACEOF
46318 #define wxUSE_GRAPHICS_CONTEXT 1
46324 echo "$as_me:$LINENO: checking for CAIRO" >&5
46325 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6
46327 if test -n "$PKG_CONFIG"; then
46328 if test -n "$CAIRO_CFLAGS"; then
46329 pkg_cv_CAIRO_CFLAGS
="$CAIRO_CFLAGS"
46331 if test -n "$PKG_CONFIG" && \
46332 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46333 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46336 (exit $ac_status); }; then
46337 pkg_cv_CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
46345 if test -n "$PKG_CONFIG"; then
46346 if test -n "$CAIRO_LIBS"; then
46347 pkg_cv_CAIRO_LIBS
="$CAIRO_LIBS"
46349 if test -n "$PKG_CONFIG" && \
46350 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
46351 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
46353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46354 (exit $ac_status); }; then
46355 pkg_cv_CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
46366 if test $pkg_failed = yes; then
46368 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46369 _pkg_short_errors_supported
=yes
46371 _pkg_short_errors_supported
=no
46373 if test $_pkg_short_errors_supported = yes; then
46374 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
46376 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
46378 # Put the nasty error message in config.log where it belongs
46379 echo "$CAIRO_PKG_ERRORS" >&5
46381 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46382 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46384 elif test $pkg_failed = untried
; then
46385 { echo "$as_me:$LINENO: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&5
46386 echo "$as_me: WARNING: Cairo library not found, unable to set wxUSE_GRAPHICS_CONTEXT" >&2;}
46389 CAIRO_CFLAGS
=$pkg_cv_CAIRO_CFLAGS
46390 CAIRO_LIBS
=$pkg_cv_CAIRO_LIBS
46391 echo "$as_me:$LINENO: result: yes" >&5
46392 echo "${ECHO_T}yes" >&6
46393 cat >>confdefs.h
<<\_ACEOF
46394 #define wxUSE_GRAPHICS_CONTEXT 1
46404 if test "$wxUSE_MEDIACTRL" = "yes"; then
46407 if test "$wxUSE_GTK" = 1; then
46408 wxUSE_GSTREAMER
="no"
46410 GST_VERSION_MAJOR
=0
46411 GST_VERSION_MINOR
=10
46412 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
46414 if test "$wxUSE_GSTREAMER8" = "no"; then
46417 echo "$as_me:$LINENO: checking for GST" >&5
46418 echo $ECHO_N "checking for GST... $ECHO_C" >&6
46420 if test -n "$PKG_CONFIG"; then
46421 if test -n "$GST_CFLAGS"; then
46422 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
46424 if test -n "$PKG_CONFIG" && \
46425 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46426 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46429 (exit $ac_status); }; then
46430 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
46438 if test -n "$PKG_CONFIG"; then
46439 if test -n "$GST_LIBS"; then
46440 pkg_cv_GST_LIBS
="$GST_LIBS"
46442 if test -n "$PKG_CONFIG" && \
46443 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
46444 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
46446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46447 (exit $ac_status); }; then
46448 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
46459 if test $pkg_failed = yes; then
46461 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46462 _pkg_short_errors_supported
=yes
46464 _pkg_short_errors_supported
=no
46466 if test $_pkg_short_errors_supported = yes; then
46467 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
46469 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
46471 # Put the nasty error message in config.log where it belongs
46472 echo "$GST_PKG_ERRORS" >&5
46475 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46476 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
46477 GST_VERSION_MINOR
=8
46480 elif test $pkg_failed = untried
; then
46482 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
46483 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
46484 GST_VERSION_MINOR
=8
46488 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
46489 GST_LIBS
=$pkg_cv_GST_LIBS
46490 echo "$as_me:$LINENO: result: yes" >&5
46491 echo "${ECHO_T}yes" >&6
46493 wxUSE_GSTREAMER
="yes"
46494 GST_LIBS
="$GST_LIBS -lgstinterfaces-$GST_VERSION"
46498 GST_VERSION_MINOR
=8
46501 if test $GST_VERSION_MINOR = "8"; then
46502 GST_VERSION
=$GST_VERSION_MAJOR.
$GST_VERSION_MINOR
46505 echo "$as_me:$LINENO: checking for GST" >&5
46506 echo $ECHO_N "checking for GST... $ECHO_C" >&6
46508 if test -n "$PKG_CONFIG"; then
46509 if test -n "$GST_CFLAGS"; then
46510 pkg_cv_GST_CFLAGS
="$GST_CFLAGS"
46512 if test -n "$PKG_CONFIG" && \
46513 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
46514 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
46516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46517 (exit $ac_status); }; then
46518 pkg_cv_GST_CFLAGS
=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
46526 if test -n "$PKG_CONFIG"; then
46527 if test -n "$GST_LIBS"; then
46528 pkg_cv_GST_LIBS
="$GST_LIBS"
46530 if test -n "$PKG_CONFIG" && \
46531 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
46532 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
46534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46535 (exit $ac_status); }; then
46536 pkg_cv_GST_LIBS
=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
46547 if test $pkg_failed = yes; then
46549 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
46550 _pkg_short_errors_supported
=yes
46552 _pkg_short_errors_supported
=no
46554 if test $_pkg_short_errors_supported = yes; then
46555 GST_PKG_ERRORS
=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
46557 GST_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
46559 # Put the nasty error message in config.log where it belongs
46560 echo "$GST_PKG_ERRORS" >&5
46563 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
46564 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
46566 elif test $pkg_failed = untried
; then
46568 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
46569 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
46572 GST_CFLAGS
=$pkg_cv_GST_CFLAGS
46573 GST_LIBS
=$pkg_cv_GST_LIBS
46574 echo "$as_me:$LINENO: result: yes" >&5
46575 echo "${ECHO_T}yes" >&6
46576 wxUSE_GSTREAMER
="yes"
46581 if test "$wxUSE_GSTREAMER" = "yes"; then
46584 if "$GCC" = yes; then
46585 GST_CFLAGS
=`echo $GST_CFLAGS | sed 's/-mt//'`
46586 GST_LIBS
=`echo $GST_LIBS | sed 's/-mt//'`
46590 CPPFLAGS
="$GST_CFLAGS $CPPFLAGS"
46591 LIBS
="$GST_LIBS $LIBS"
46593 cat >>confdefs.h
<<\_ACEOF
46594 #define wxUSE_GSTREAMER 1
46602 if test $USE_MEDIA = 1; then
46603 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS mediaplayer"
46604 cat >>confdefs.h
<<\_ACEOF
46605 #define wxUSE_MEDIACTRL 1
46612 if test "$cross_compiling" = "yes"; then
46615 OSINFO
=`uname -s -r -m`
46616 OSINFO
="\"$OSINFO\""
46619 cat >>confdefs.h
<<_ACEOF
46620 #define WXWIN_OS_DESCRIPTION $OSINFO
46625 if test "x$prefix" != "xNONE"; then
46628 wxPREFIX
=$ac_default_prefix
46631 cat >>confdefs.h
<<_ACEOF
46632 #define wxINSTALL_PREFIX "$wxPREFIX"
46638 CORE_BASE_LIBS
="net base"
46639 CORE_GUI_LIBS
="adv core"
46641 if test "$wxUSE_XML" = "yes" ; then
46642 CORE_BASE_LIBS
="xml $CORE_BASE_LIBS"
46644 if test "$wxUSE_ODBC" != "no" ; then
46645 CORE_BASE_LIBS
="odbc $CORE_BASE_LIBS"
46646 CORE_GUI_LIBS
="dbgrid $CORE_GUI_LIBS"
46648 if test "$wxUSE_HTML" = "yes" ; then
46649 CORE_GUI_LIBS
="html $CORE_GUI_LIBS"
46651 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
46652 CORE_GUI_LIBS
="qa $CORE_GUI_LIBS"
46654 if test "$wxUSE_XRC" = "yes" ; then
46655 CORE_GUI_LIBS
="xrc $CORE_GUI_LIBS"
46657 if test "$wxUSE_AUI" = "yes" ; then
46658 CORE_GUI_LIBS
="aui $CORE_GUI_LIBS"
46661 if test "$wxUSE_GUI" != "yes"; then
46670 if test "$wxUSE_MAC" = 1 ; then
46671 if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then
46672 if test "$USE_DARWIN" = 1; then
46673 LDFLAGS
="$LDFLAGS -framework QuickTime"
46675 LDFLAGS
="$LDFLAGS -lQuickTimeLib"
46678 if test "$USE_DARWIN" = 1; then
46679 LDFLAGS
="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
46681 LDFLAGS
="$LDFLAGS -lCarbonLib"
46684 if test "$wxUSE_COCOA" = 1 ; then
46685 LDFLAGS
="$LDFLAGS -framework IOKit -framework Cocoa"
46686 if test "$wxUSE_MEDIACTRL" = "yes"; then
46687 LDFLAGS
="$LDFLAGS -framework QuickTime"
46690 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then
46691 LDFLAGS
="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
46694 LIBS
="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
46696 if test "$wxUSE_GUI" = "yes"; then
46699 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
46700 dynamic erase event exec font image minimal mobile \
46701 mobile/wxedit mobile/styles propsize render \
46702 rotate shaped vscroll widgets"
46704 if test "$wxUSE_MONOLITHIC" != "yes"; then
46705 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS console"
46707 if test "$TOOLKIT" = "MSW"; then
46708 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS regtest"
46709 if test "$wxUSE_UNIVERSAL" != "yes"; then
46710 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw nativdlg"
46713 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
46714 SAMPLES_SUBDIRS
="$SAMPLES_SUBDIRS ownerdrw"
46717 SAMPLES_SUBDIRS
="console"
46721 if test "x$INTELCC" = "xyes" ; then
46722 CWARNINGS
="-Wall -wd810,869,981,1418,1572,1684"
46723 elif test "$GCC" = yes ; then
46724 CWARNINGS
="-Wall -Wundef"
46727 if test "x$INTELCXX" = "xyes" ; then
46728 CXXWARNINGS
="-Wall -wd279,383,444,810,869,981,1418,1419"
46729 elif test "$GXX" = yes ; then
46730 CXXWARNINGS
="-Wall -Wundef -Wno-ctor-dtor-privacy"
46734 WXCONFIG_CFLAGS
=`echo $WXCONFIG_CFLAGS`
46735 WXCONFIG_CXXFLAGS
=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
46738 CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS \
46739 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
46740 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
46743 C_AND_CXX_FLAGS
="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
46744 CFLAGS
=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
46745 CXXFLAGS
=`echo $WXCONFIG_CXXFLAGS $CXXWARNINGS $C_AND_CXX_FLAGS $CXXFLAGS `
46747 WXCONFIG_CPPFLAGS
=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
46750 if test "x$MWCC" = "xyes"; then
46752 CC
="$CC -cwd source -I-"
46753 CXX
="$CXX -cwd source -I-"
46758 EXTRALIBS
="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
46759 EXTRALIBS_XML
="$EXPAT_LINK"
46760 EXTRALIBS_HTML
="$MSPACK_LINK"
46761 EXTRALIBS_ODBC
="$ODBC_LINK"
46762 if test "$wxUSE_GUI" = "yes"; then
46763 EXTRALIBS_GUI
=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
46765 if test "$wxUSE_OPENGL" = "yes"; then
46766 EXTRALIBS_OPENGL
="$LDFLAGS_GL $OPENGL_LIBS"
46769 LDFLAGS
="$LDFLAGS $PROFILE_FLAGS"
46771 WXCONFIG_LIBS
="$LIBS"
46773 if test "$wxUSE_REGEX" = "builtin" ; then
46774 wxconfig_3rdparty
="regex${lib_unicode_suffix} $wxconfig_3rdparty"
46776 if test "$wxUSE_EXPAT" = "builtin" ; then
46777 wxconfig_3rdparty
="expat $wxconfig_3rdparty"
46779 if test "$wxUSE_ODBC" = "builtin" ; then
46780 wxconfig_3rdparty
="odbc $wxconfig_3rdparty"
46782 if test "$wxUSE_LIBTIFF" = "builtin" ; then
46783 wxconfig_3rdparty
="tiff $wxconfig_3rdparty"
46785 if test "$wxUSE_LIBJPEG" = "builtin" ; then
46786 wxconfig_3rdparty
="jpeg $wxconfig_3rdparty"
46788 if test "$wxUSE_LIBPNG" = "builtin" ; then
46789 wxconfig_3rdparty
="png $wxconfig_3rdparty"
46791 if test "$wxUSE_ZLIB" = "builtin" ; then
46792 wxconfig_3rdparty
="zlib $wxconfig_3rdparty"
46795 for i
in $wxconfig_3rdparty ; do
46796 WXCONFIG_LIBS
="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
46800 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
46803 case "$wxUNIV_THEMES" in
46805 cat >>confdefs.h
<<\_ACEOF
46806 #define wxUSE_ALL_THEMES 1
46812 for t
in `echo $wxUNIV_THEMES | tr , ' ' | tr a-z A-Z`; do
46813 cat >>confdefs.h
<<_ACEOF
46814 #define wxUSE_THEME_$t 1
46831 if test $wxUSE_MONOLITHIC = "yes" ; then
46837 if test $wxUSE_PLUGINS = "yes" ; then
46843 if test $wxUSE_ODBC != "no" ; then
46849 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
46855 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
46885 TOOLKIT_LOWERCASE
=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"`
46896 TOOLKIT_DESC
="GTK+"
46897 if test "$WXGTK20" = 1; then
46898 TOOLKIT_DESC
="$TOOLKIT_DESC 2"
46899 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
46900 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomeprint";
46902 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
46903 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA gnomevfs"
46905 if test "$wxUSE_LIBHILDON" = "yes"; then
46906 TOOLKIT_EXTRA
="$TOOLKIT_EXTRA hildon"
46909 if test "$TOOLKIT_EXTRA" != ""; then
46910 TOOLKIT_DESC
="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
46916 TOOLKIT_DESC
=$TOOLKIT_LOWERCASE
46920 TOOLKIT_DESC
="base only"
46924 if test "$wxUSE_WINE" = "yes"; then
46925 BAKEFILE_FORCE_PLATFORM
=win32
46928 if test "$wxUSE_MAC" = 1 ; then
46929 if test "x$wxUSE_UNIVERSAL_BINARY" != xno
; then
46930 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes
; then
46931 OSX_UNIV_OPTS
="-isysroot /Developer/SDKs/MacOSX10.4u.sdk"
46933 OSX_UNIV_OPTS
=${wxUSE_UNIVERSAL_BINARY:+"-isysroot '$wxUSE_UNIVERSAL_BINARY'"}
46935 OSX_UNIV_OPTS
="$OSX_UNIV_OPTS -arch ppc -arch i386"
46936 CXXFLAGS
="$OSX_UNIV_OPTS $CXXFLAGS"
46937 CFLAGS
="$OSX_UNIV_OPTS $CFLAGS"
46938 LDFLAGS
="$OSX_UNIV_OPTS $LDFLAGS"
46941 # TODO: where do we add "-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk" for libtool (static builds only)?
46942 # The makefile currently uses AR and RANLIB, which libtool apparently supercedes.
46945 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
46947 echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
46948 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6
46949 if test "${wx_cv_gcc_pch_bug+set}" = set; then
46950 echo $ECHO_N "(cached) $ECHO_C" >&6
46953 echo '#include <stdio.h>
46954 const wchar_t test_var[] = L"awidetest";' > conftest.h
46956 echo '#include "conftest.h"
46959 printf("%ls", test_var);
46963 wx_cv_gcc_pch_bug
="pch not supported"
46965 if $CXX conftest.h
>/dev
/null
2>&1
46969 if $CXX -o conftest
$PROGRAM_EXT conftest.cpp
>/dev
/null
2>&1
46971 if tr -dc '[a-z]' < conftest
$PROGRAM_EXT |
46972 grep awidetest
>/dev
/null
46974 wx_cv_gcc_pch_bug
=no
46976 wx_cv_gcc_pch_bug
=yes
46981 rm -f conftest.h conftest.gch conftest.cpp conftest
$PROGRAM_EXT
46984 echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
46985 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6
46987 if test "$wx_cv_gcc_pch_bug" = yes; then
46995 if test "x$BAKEFILE_HOST" = "x"; then
46996 if test "x${host}" = "x" ; then
46997 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
46998 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
46999 { (exit 1); exit 1; }; }
47002 BAKEFILE_HOST
="${host}"
47005 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
47007 if test -n "$ac_tool_prefix"; then
47008 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
47009 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
47010 echo "$as_me:$LINENO: checking for $ac_word" >&5
47011 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47012 if test "${ac_cv_prog_RANLIB+set}" = set; then
47013 echo $ECHO_N "(cached) $ECHO_C" >&6
47015 if test -n "$RANLIB"; then
47016 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
47018 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47019 for as_dir
in $PATH
47022 test -z "$as_dir" && as_dir
=.
47023 for ac_exec_ext
in '' $ac_executable_extensions; do
47024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47025 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
47026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47034 RANLIB
=$ac_cv_prog_RANLIB
47035 if test -n "$RANLIB"; then
47036 echo "$as_me:$LINENO: result: $RANLIB" >&5
47037 echo "${ECHO_T}$RANLIB" >&6
47039 echo "$as_me:$LINENO: result: no" >&5
47040 echo "${ECHO_T}no" >&6
47044 if test -z "$ac_cv_prog_RANLIB"; then
47045 ac_ct_RANLIB
=$RANLIB
47046 # Extract the first word of "ranlib", so it can be a program name with args.
47047 set dummy ranlib
; ac_word
=$2
47048 echo "$as_me:$LINENO: checking for $ac_word" >&5
47049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47050 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
47051 echo $ECHO_N "(cached) $ECHO_C" >&6
47053 if test -n "$ac_ct_RANLIB"; then
47054 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
47056 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47057 for as_dir
in $PATH
47060 test -z "$as_dir" && as_dir
=.
47061 for ac_exec_ext
in '' $ac_executable_extensions; do
47062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47063 ac_cv_prog_ac_ct_RANLIB
="ranlib"
47064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47070 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
47073 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
47074 if test -n "$ac_ct_RANLIB"; then
47075 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
47076 echo "${ECHO_T}$ac_ct_RANLIB" >&6
47078 echo "$as_me:$LINENO: result: no" >&5
47079 echo "${ECHO_T}no" >&6
47082 RANLIB
=$ac_ct_RANLIB
47084 RANLIB
="$ac_cv_prog_RANLIB"
47087 # Find a good install program. We prefer a C program (faster),
47088 # so one script is as good as another. But avoid the broken or
47089 # incompatible versions:
47090 # SysV /etc/install, /usr/sbin/install
47091 # SunOS /usr/etc/install
47092 # IRIX /sbin/install
47094 # AmigaOS /C/install, which installs bootblocks on floppy discs
47095 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
47096 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
47097 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
47098 # OS/2's system install, which has a completely different semantic
47099 # ./install, which can be erroneously created by make from ./install.sh.
47100 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
47101 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
47102 if test -z "$INSTALL"; then
47103 if test "${ac_cv_path_install+set}" = set; then
47104 echo $ECHO_N "(cached) $ECHO_C" >&6
47106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47107 for as_dir
in $PATH
47110 test -z "$as_dir" && as_dir
=.
47111 # Account for people who put trailing slashes in PATH elements.
47113 .
/ | .
// | /cC
/* | \
47114 /etc
/* | /usr
/sbin
/* | /usr
/etc
/* | /sbin
/* | /usr
/afsws
/bin
/* | \
47115 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
47118 # OSF1 and SCO ODT 3.0 have their own names for install.
47119 # Don't use installbsd from OSF since it installs stuff as root
47121 for ac_prog
in ginstall scoinst
install; do
47122 for ac_exec_ext
in '' $ac_executable_extensions; do
47123 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
47124 if test $ac_prog = install &&
47125 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
47126 # AIX install. It has an incompatible calling convention.
47128 elif test $ac_prog = install &&
47129 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
47130 # program-specific install script used by HP pwplus--don't use.
47133 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
47145 if test "${ac_cv_path_install+set}" = set; then
47146 INSTALL
=$ac_cv_path_install
47148 # As a last resort, use the slow shell script. We don't cache a
47149 # path for INSTALL within a source directory, because that will
47150 # break other packages using the cache if that directory is
47151 # removed, or if the path is relative.
47152 INSTALL
=$ac_install_sh
47155 echo "$as_me:$LINENO: result: $INSTALL" >&5
47156 echo "${ECHO_T}$INSTALL" >&6
47158 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
47159 # It thinks the first close brace ends the variable substitution.
47160 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
47162 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
47164 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
47166 echo "$as_me:$LINENO: checking whether ln -s works" >&5
47167 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
47169 if test "$LN_S" = "ln -s"; then
47170 echo "$as_me:$LINENO: result: yes" >&5
47171 echo "${ECHO_T}yes" >&6
47173 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
47174 echo "${ECHO_T}no, using $LN_S" >&6
47178 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
47179 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
47180 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
47181 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
47182 echo $ECHO_N "(cached) $ECHO_C" >&6
47184 cat >conftest.
make <<\_ACEOF
47186 @
echo 'ac_maketemp="$(MAKE)"'
47188 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
47189 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
47190 if test -n "$ac_maketemp"; then
47191 eval ac_cv_prog_make_
${ac_make}_set
=yes
47193 eval ac_cv_prog_make_
${ac_make}_set
=no
47195 rm -f conftest.
make
47197 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
47198 echo "$as_me:$LINENO: result: yes" >&5
47199 echo "${ECHO_T}yes" >&6
47202 echo "$as_me:$LINENO: result: no" >&5
47203 echo "${ECHO_T}no" >&6
47204 SET_MAKE
="MAKE=${MAKE-make}"
47209 if test "x$SUNCXX" = "xyes"; then
47212 AROPTIONS
="-xar -o"
47214 if test -n "$ac_tool_prefix"; then
47215 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
47216 set dummy
${ac_tool_prefix}ar; ac_word
=$2
47217 echo "$as_me:$LINENO: checking for $ac_word" >&5
47218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47219 if test "${ac_cv_prog_AR+set}" = set; then
47220 echo $ECHO_N "(cached) $ECHO_C" >&6
47222 if test -n "$AR"; then
47223 ac_cv_prog_AR
="$AR" # Let the user override the test.
47225 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47226 for as_dir
in $PATH
47229 test -z "$as_dir" && as_dir
=.
47230 for ac_exec_ext
in '' $ac_executable_extensions; do
47231 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47232 ac_cv_prog_AR
="${ac_tool_prefix}ar"
47233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47242 if test -n "$AR"; then
47243 echo "$as_me:$LINENO: result: $AR" >&5
47244 echo "${ECHO_T}$AR" >&6
47246 echo "$as_me:$LINENO: result: no" >&5
47247 echo "${ECHO_T}no" >&6
47251 if test -z "$ac_cv_prog_AR"; then
47253 # Extract the first word of "ar", so it can be a program name with args.
47254 set dummy
ar; ac_word
=$2
47255 echo "$as_me:$LINENO: checking for $ac_word" >&5
47256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47257 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
47258 echo $ECHO_N "(cached) $ECHO_C" >&6
47260 if test -n "$ac_ct_AR"; then
47261 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
47263 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47264 for as_dir
in $PATH
47267 test -z "$as_dir" && as_dir
=.
47268 for ac_exec_ext
in '' $ac_executable_extensions; do
47269 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47270 ac_cv_prog_ac_ct_AR
="ar"
47271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47277 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR
="ar"
47280 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
47281 if test -n "$ac_ct_AR"; then
47282 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
47283 echo "${ECHO_T}$ac_ct_AR" >&6
47285 echo "$as_me:$LINENO: result: no" >&5
47286 echo "${ECHO_T}no" >&6
47291 AR
="$ac_cv_prog_AR"
47298 if test -n "$ac_tool_prefix"; then
47299 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
47300 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
47301 echo "$as_me:$LINENO: checking for $ac_word" >&5
47302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47303 if test "${ac_cv_prog_STRIP+set}" = set; then
47304 echo $ECHO_N "(cached) $ECHO_C" >&6
47306 if test -n "$STRIP"; then
47307 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
47309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47310 for as_dir
in $PATH
47313 test -z "$as_dir" && as_dir
=.
47314 for ac_exec_ext
in '' $ac_executable_extensions; do
47315 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47316 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
47317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47325 STRIP
=$ac_cv_prog_STRIP
47326 if test -n "$STRIP"; then
47327 echo "$as_me:$LINENO: result: $STRIP" >&5
47328 echo "${ECHO_T}$STRIP" >&6
47330 echo "$as_me:$LINENO: result: no" >&5
47331 echo "${ECHO_T}no" >&6
47335 if test -z "$ac_cv_prog_STRIP"; then
47337 # Extract the first word of "strip", so it can be a program name with args.
47338 set dummy strip
; ac_word
=$2
47339 echo "$as_me:$LINENO: checking for $ac_word" >&5
47340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47341 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
47342 echo $ECHO_N "(cached) $ECHO_C" >&6
47344 if test -n "$ac_ct_STRIP"; then
47345 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
47347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47348 for as_dir
in $PATH
47351 test -z "$as_dir" && as_dir
=.
47352 for ac_exec_ext
in '' $ac_executable_extensions; do
47353 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47354 ac_cv_prog_ac_ct_STRIP
="strip"
47355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47361 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
47364 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
47365 if test -n "$ac_ct_STRIP"; then
47366 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
47367 echo "${ECHO_T}$ac_ct_STRIP" >&6
47369 echo "$as_me:$LINENO: result: no" >&5
47370 echo "${ECHO_T}no" >&6
47375 STRIP
="$ac_cv_prog_STRIP"
47378 if test -n "$ac_tool_prefix"; then
47379 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
47380 set dummy
${ac_tool_prefix}nm
; ac_word
=$2
47381 echo "$as_me:$LINENO: checking for $ac_word" >&5
47382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47383 if test "${ac_cv_prog_NM+set}" = set; then
47384 echo $ECHO_N "(cached) $ECHO_C" >&6
47386 if test -n "$NM"; then
47387 ac_cv_prog_NM
="$NM" # Let the user override the test.
47389 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47390 for as_dir
in $PATH
47393 test -z "$as_dir" && as_dir
=.
47394 for ac_exec_ext
in '' $ac_executable_extensions; do
47395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47396 ac_cv_prog_NM
="${ac_tool_prefix}nm"
47397 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47406 if test -n "$NM"; then
47407 echo "$as_me:$LINENO: result: $NM" >&5
47408 echo "${ECHO_T}$NM" >&6
47410 echo "$as_me:$LINENO: result: no" >&5
47411 echo "${ECHO_T}no" >&6
47415 if test -z "$ac_cv_prog_NM"; then
47417 # Extract the first word of "nm", so it can be a program name with args.
47418 set dummy nm
; ac_word
=$2
47419 echo "$as_me:$LINENO: checking for $ac_word" >&5
47420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47421 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
47422 echo $ECHO_N "(cached) $ECHO_C" >&6
47424 if test -n "$ac_ct_NM"; then
47425 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
47427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47428 for as_dir
in $PATH
47431 test -z "$as_dir" && as_dir
=.
47432 for ac_exec_ext
in '' $ac_executable_extensions; do
47433 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47434 ac_cv_prog_ac_ct_NM
="nm"
47435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47441 test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM
=":"
47444 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
47445 if test -n "$ac_ct_NM"; then
47446 echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
47447 echo "${ECHO_T}$ac_ct_NM" >&6
47449 echo "$as_me:$LINENO: result: no" >&5
47450 echo "${ECHO_T}no" >&6
47455 NM
="$ac_cv_prog_NM"
47459 case ${BAKEFILE_HOST} in
47461 INSTALL_DIR
="mkdir -p"
47464 INSTALL_DIR
='$(INSTALL) -d'
47470 case ${BAKEFILE_HOST} in
47471 *-*-cygwin* | *-*-mingw32* )
47472 LDFLAGS_GUI
="-mwindows"
47478 echo "$as_me:$LINENO: checking if make is GNU make" >&5
47479 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
47480 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
47481 echo $ECHO_N "(cached) $ECHO_C" >&6
47484 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev
/null
|
47485 egrep -s GNU
> /dev
/null
); then
47486 bakefile_cv_prog_makeisgnu
="yes"
47488 bakefile_cv_prog_makeisgnu
="no"
47492 echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
47493 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
47495 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
47512 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
47513 case "${BAKEFILE_HOST}" in
47520 *-pc-os2_emx | *-pc-os2-emx )
47530 powerpc
-apple-macos* )
47539 case "$BAKEFILE_FORCE_PLATFORM" in
47560 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
47561 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
47562 { (exit 1); exit 1; }; }
47577 # Check whether --enable-omf or --disable-omf was given.
47578 if test "${enable_omf+set}" = set; then
47579 enableval
="$enable_omf"
47580 bk_os2_use_omf
="$enableval"
47583 case "${BAKEFILE_HOST}" in
47585 if test "x$GCC" = "xyes"; then
47586 CFLAGS
="$CFLAGS -fno-common"
47587 CXXFLAGS
="$CXXFLAGS -fno-common"
47589 if test "x$XLCC" = "xyes"; then
47590 CFLAGS
="$CFLAGS -qnocommon"
47591 CXXFLAGS
="$CXXFLAGS -qnocommon"
47595 *-pc-os2_emx | *-pc-os2-emx )
47596 if test "x$bk_os2_use_omf" = "xyes" ; then
47599 LDFLAGS
="-Zomf $LDFLAGS"
47600 CFLAGS
="-Zomf $CFLAGS"
47601 CXXFLAGS
="-Zomf $CXXFLAGS"
47609 LDFLAGS
="-L/boot/develop/lib/x86 $LDFLAGS"
47615 SO_SUFFIX_MODULE
="so"
47620 DLLPREFIX_MODULE
=""
47624 case "${BAKEFILE_HOST}" in
47627 SO_SUFFIX_MODULE
="sl"
47631 SO_SUFFIX_MODULE
="a"
47635 SO_SUFFIX_MODULE
="dll"
47636 DLLIMP_SUFFIX
="dll.a"
47643 SO_SUFFIX_MODULE
="dll"
47644 DLLIMP_SUFFIX
="dll.a"
47654 *-pc-os2_emx | *-pc-os2-emx )
47656 SO_SUFFIX_MODULE
="dll"
47657 DLLIMP_SUFFIX
=$OS2_LIBEXT
47661 LIBEXT
=".$OS2_LIBEXT"
47666 SO_SUFFIX_MODULE
="bundle"
47670 if test "x$DLLIMP_SUFFIX" = "x" ; then
47671 DLLIMP_SUFFIX
="$SO_SUFFIX"
47686 if test "x$GCC" = "xyes"; then
47690 SHARED_LD_CC
="\$(CC) -shared ${PIC_FLAG} -o"
47691 SHARED_LD_CXX
="\$(CXX) -shared ${PIC_FLAG} -o"
47694 case "${BAKEFILE_HOST}" in
47696 if test "x$GCC" != "xyes"; then
47697 LDFLAGS
="$LDFLAGS -L/usr/lib"
47699 SHARED_LD_CC
="${CC} -b -o"
47700 SHARED_LD_CXX
="${CXX} -b -o"
47706 if test "x$GCC" != "xyes"; then
47707 echo "$as_me:$LINENO: checking for Intel compiler" >&5
47708 echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
47709 if test "${bakefile_cv_prog_icc+set}" = set; then
47710 echo $ECHO_N "(cached) $ECHO_C" >&6
47713 cat >conftest.
$ac_ext <<_ACEOF
47716 cat confdefs.h
>>conftest.
$ac_ext
47717 cat >>conftest.
$ac_ext <<_ACEOF
47718 /* end confdefs.h. */
47724 #ifndef __INTEL_COMPILER
47732 rm -f conftest.
$ac_objext
47733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
47734 (eval $ac_compile) 2>conftest.er1
47736 grep -v '^ *+' conftest.er1
>conftest.err
47738 cat conftest.err
>&5
47739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47740 (exit $ac_status); } &&
47741 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
47742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47743 (eval $ac_try) 2>&5
47745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47746 (exit $ac_status); }; } &&
47747 { ac_try
='test -s conftest.$ac_objext'
47748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47749 (eval $ac_try) 2>&5
47751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47752 (exit $ac_status); }; }; then
47753 bakefile_cv_prog_icc
=yes
47755 echo "$as_me: failed program was:" >&5
47756 sed 's/^/| /' conftest.
$ac_ext >&5
47758 bakefile_cv_prog_icc
=no
47761 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
47764 echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
47765 echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
47766 if test "$bakefile_cv_prog_icc" = "yes"; then
47773 if test "x$GCC" != xyes
; then
47774 SHARED_LD_CC
="${CC} -G -o"
47775 SHARED_LD_CXX
="${CXX} -G -o"
47783 cat <<EOF >shared-ld-sh
47785 #-----------------------------------------------------------------------------
47786 #-- Name: distrib/mac/shared-ld-sh
47787 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
47788 #-- Author: Gilles Depeyrot
47789 #-- Copyright: (c) 2002 Gilles Depeyrot
47790 #-- Licence: any use permitted
47791 #-----------------------------------------------------------------------------
47796 linking_flag="-dynamiclib"
47797 ldargs="-r -keep_private_externs -nostdlib"
47799 while test ${D}# -gt 0; do
47806 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
47807 # collect these options and values
47808 args="${D}{args} ${D}1 ${D}2"
47813 # collect these load args
47814 ldargs="${D}{ldargs} ${D}1"
47817 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
47818 # collect these options
47819 args="${D}{args} ${D}1"
47822 -dynamiclib|-bundle)
47823 linking_flag="${D}1"
47827 echo "shared-ld: unhandled option '${D}1'"
47831 *.o | *.a | *.dylib)
47832 # collect object files
47833 objects="${D}{objects} ${D}1"
47837 echo "shared-ld: unhandled argument '${D}1'"
47848 # Link one module containing all the others
47850 if test ${D}{verbose} = 1; then
47851 echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
47853 c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
47857 # Link the shared library from the single module created, but only if the
47858 # previous command didn't fail:
47860 if test ${D}{status} = 0; then
47861 if test ${D}{verbose} = 1; then
47862 echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
47864 c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}
47869 # Remove intermediate module
47871 rm -f master.${D}${D}.o
47876 chmod +x shared
-ld-sh
47878 SHARED_LD_MODULE_CC
="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
47879 SHARED_LD_MODULE_CXX
="$SHARED_LD_MODULE_CC"
47882 echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
47883 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6
47884 if test "${bakefile_cv_gcc31+set}" = set; then
47885 echo $ECHO_N "(cached) $ECHO_C" >&6
47888 cat >conftest.
$ac_ext <<_ACEOF
47891 cat confdefs.h
>>conftest.
$ac_ext
47892 cat >>conftest.
$ac_ext <<_ACEOF
47893 /* end confdefs.h. */
47899 #if (__GNUC__ < 3) || \
47900 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
47908 rm -f conftest.
$ac_objext
47909 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
47910 (eval $ac_compile) 2>conftest.er1
47912 grep -v '^ *+' conftest.er1
>conftest.err
47914 cat conftest.err
>&5
47915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47916 (exit $ac_status); } &&
47917 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
47918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47919 (eval $ac_try) 2>&5
47921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47922 (exit $ac_status); }; } &&
47923 { ac_try
='test -s conftest.$ac_objext'
47924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
47925 (eval $ac_try) 2>&5
47927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47928 (exit $ac_status); }; }; then
47930 bakefile_cv_gcc31
=yes
47933 echo "$as_me: failed program was:" >&5
47934 sed 's/^/| /' conftest.
$ac_ext >&5
47937 bakefile_cv_gcc31
=no
47941 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
47944 echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
47945 echo "${ECHO_T}$bakefile_cv_gcc31" >&6
47946 if test "$bakefile_cv_gcc31" = "no"; then
47947 SHARED_LD_CC
="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
47948 SHARED_LD_CXX
="$SHARED_LD_CC"
47950 SHARED_LD_CC
="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
47951 SHARED_LD_CXX
="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
47954 if test "x$GCC" == "xyes"; then
47955 PIC_FLAG
="-dynamic -fPIC"
47957 if test "x$XLCC" = "xyes"; then
47958 PIC_FLAG
="-dynamic -DPIC"
47963 if test "x$GCC" = "xyes"; then
47966 case "${BAKEFILE_HOST}" in
47968 LD_EXPFULL
="-Wl,-bexpfull"
47972 SHARED_LD_CC
="\$(CC) -shared $LD_EXPFULL -o"
47973 SHARED_LD_CXX
="\$(CXX) -shared $LD_EXPFULL -o"
47975 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
47976 set dummy makeC
++SharedLib
; ac_word
=$2
47977 echo "$as_me:$LINENO: checking for $ac_word" >&5
47978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
47979 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
47980 echo $ECHO_N "(cached) $ECHO_C" >&6
47982 if test -n "$AIX_CXX_LD"; then
47983 ac_cv_prog_AIX_CXX_LD
="$AIX_CXX_LD" # Let the user override the test.
47985 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
47986 for as_dir
in $PATH
47989 test -z "$as_dir" && as_dir
=.
47990 for ac_exec_ext
in '' $ac_executable_extensions; do
47991 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47992 ac_cv_prog_AIX_CXX_LD
="makeC++SharedLib"
47993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
47999 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD
="/usr/lpp/xlC/bin/makeC++SharedLib"
48002 AIX_CXX_LD
=$ac_cv_prog_AIX_CXX_LD
48003 if test -n "$AIX_CXX_LD"; then
48004 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
48005 echo "${ECHO_T}$AIX_CXX_LD" >&6
48007 echo "$as_me:$LINENO: result: no" >&5
48008 echo "${ECHO_T}no" >&6
48011 SHARED_LD_CC
="$AIX_CC_LD -p 0 -o"
48012 SHARED_LD_CXX
="$AIX_CXX_LD -p 0 -o"
48017 SHARED_LD_CC
="${LD} -nostart -o"
48018 SHARED_LD_CXX
="${LD} -nostart -o"
48022 if test "x$GCC" != "xyes"; then
48027 *-*-cygwin* | *-*-mingw32* )
48029 SHARED_LD_CC
="\$(CC) -shared -o"
48030 SHARED_LD_CXX
="\$(CXX) -shared -o"
48034 *-pc-os2_emx | *-pc-os2-emx )
48035 SHARED_LD_CC
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48036 SHARED_LD_CXX
="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
48040 cat <<EOF >dllar.sh
48043 # dllar - a tool to build both a .dll and an .a file
48044 # from a set of object (.o) files for EMX/OS2.
48046 # Written by Andrew Zabolotny, bit@freya.etu.ru
48047 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
48049 # This script will accept a set of files on the command line.
48050 # All the public symbols from the .o files will be exported into
48051 # a .DEF file, then linker will be run (through gcc) against them to
48052 # build a shared library consisting of all given .o files. All libraries
48053 # (.a) will be first decompressed into component .o files then act as
48054 # described above. You can optionally give a description (-d "description")
48055 # which will be put into .DLL. To see the list of accepted options (as well
48056 # as command-line format) simply run this program without options. The .DLL
48057 # is built to be imported by name (there is no guarantee that new versions
48058 # of the library you build will have same ordinals for same symbols).
48060 # dllar is free software; you can redistribute it and/or modify
48061 # it under the terms of the GNU General Public License as published by
48062 # the Free Software Foundation; either version 2, or (at your option)
48063 # any later version.
48065 # dllar is distributed in the hope that it will be useful,
48066 # but WITHOUT ANY WARRANTY; without even the implied warranty of
48067 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48068 # GNU General Public License for more details.
48070 # You should have received a copy of the GNU General Public License
48071 # along with dllar; see the file COPYING. If not, write to the Free
48072 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
48075 # To successfuly run this program you will need:
48076 # - Current drive should have LFN support (HPFS, ext2, network, etc)
48077 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
48079 # (used to build the .dll)
48081 # (used to create .def file from .o files)
48083 # (used to create .a file from .def file)
48084 # - GNU text utilites (cat, sort, uniq)
48085 # used to process emxexp output
48086 # - GNU file utilities (mv, rm)
48088 # - lxlite (optional, see flag below)
48089 # (used for general .dll cleanup)
48096 # basnam, variant of basename, which does _not_ remove the path, _iff_
48097 # second argument (suffix to remove) is given
48101 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
48104 echo ${D}1 | sed 's/'${D}2'${D}//'
48107 echo "error in basnam ${D}*"
48113 # Cleanup temporary files and output
48116 for i in ${D}inputFiles ; do
48119 rm -rf \`basnam ${D}i !\`
48126 # Kill result in case of failure as there is just to many stupid make/nmake
48127 # things out there which doesn't do this.
48128 if [ ${D}# -eq 0 ]; then
48129 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
48133 # Print usage and exit script with rc=1.
48135 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
48136 echo ' [-name-mangler-script script.sh]'
48137 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
48138 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
48139 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
48140 echo ' [*.o] [*.a]'
48141 echo '*> "output_file" should have no extension.'
48142 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
48143 echo ' The import library name is derived from this and is set to "name".a,'
48144 echo ' unless overridden by -import'
48145 echo '*> "importlib_name" should have no extension.'
48146 echo ' If it has the .o, or .a extension, it is automatically removed.'
48147 echo ' This name is used as the import library name and may be longer and'
48148 echo ' more descriptive than the DLL name which has to follow the old '
48149 echo ' 8.3 convention of FAT.'
48150 echo '*> "script.sh may be given to override the output_file name by a'
48151 echo ' different name. It is mainly useful if the regular make process'
48152 echo ' of some package does not take into account OS/2 restriction of'
48153 echo ' DLL name lengths. It takes the importlib name as input and is'
48154 echo ' supposed to procude a shorter name as output. The script should'
48155 echo ' expect to get importlib_name without extension and should produce'
48156 echo ' a (max.) 8 letter name without extension.'
48157 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
48158 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
48159 echo ' These flags will be put at the start of GCC command line.'
48160 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
48161 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
48162 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
48163 echo ' If the last character of a symbol is "*", all symbols beginning'
48164 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
48165 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
48166 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
48167 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
48168 echo ' C runtime DLLs.'
48169 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
48170 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
48171 echo ' unchanged to GCC at the end of command line.'
48172 echo '*> If you create a DLL from a library and you do not specify -o,'
48173 echo ' the basename for DLL and import library will be set to library name,'
48174 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
48175 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
48176 echo ' library will be renamed into gcc_s.a.'
48179 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
48180 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
48185 # Execute a command.
48186 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
48187 # @Uses Whatever CleanUp() uses.
48193 if [ ${D}rcCmd -ne 0 ]; then
48194 echo "command failed, exit code="${D}rcCmd
48209 CFLAGS="-s -Zcrtdll"
48211 EXPORT_BY_ORDINALS=0
48216 case ${D}curDirS in
48220 curDirS=${D}{curDirS}"/"
48223 # Parse commandline
48226 while [ ${D}1 ]; do
48229 EXPORT_BY_ORDINALS=1;
48239 -name-mangler-script)
48260 exclude_symbols=${D}{exclude_symbols}${D}1" "
48264 library_flags=${D}{library_flags}${D}1" "
48283 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48286 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
48287 if [ ${D}omfLinking -eq 1 ]; then
48288 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
48290 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
48295 if [ ${D}libsToLink -ne 0 ]; then
48296 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
48298 for file in ${D}1 ; do
48299 if [ -f ${D}file ]; then
48300 inputFiles="${D}{inputFiles} ${D}file"
48304 if [ ${D}found -eq 0 ]; then
48305 echo "ERROR: No file(s) found: "${D}1
48312 done # iterate cmdline words
48315 if [ -z "${D}inputFiles" ]; then
48316 echo "dllar: no input files"
48320 # Now extract all .o files from .a files
48322 for file in ${D}inputFiles ; do
48333 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
48338 dirname=\`basnam ${D}file ${D}suffix\`"_%"
48340 if [ ${D}? -ne 0 ]; then
48341 echo "Failed to create subdirectory ./${D}dirname"
48345 # Append '!' to indicate archive
48346 newInputFiles="${D}newInputFiles ${D}{dirname}!"
48347 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
48350 for subfile in ${D}dirname/*.o* ; do
48351 if [ -f ${D}subfile ]; then
48353 if [ -s ${D}subfile ]; then
48354 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
48355 newInputFiles="${D}newInputFiles ${D}subfile"
48359 if [ ${D}found -eq 0 ]; then
48360 echo "WARNING: there are no files in archive \\'${D}file\\'"
48364 newInputFiles="${D}{newInputFiles} ${D}file"
48368 inputFiles="${D}newInputFiles"
48370 # Output filename(s).
48372 if [ -z ${D}outFile ]; then
48374 set outFile ${D}inputFiles; outFile=${D}2
48377 # If it is an archive, remove the '!' and the '_%' suffixes
48378 case ${D}outFile in
48380 outFile=\`basnam ${D}outFile _%!\`
48385 case ${D}outFile in
48387 outFile=\`basnam ${D}outFile .dll\`
48390 outFile=\`basnam ${D}outFile .DLL\`
48393 outFile=\`basnam ${D}outFile .o\`
48396 outFile=\`basnam ${D}outFile .obj\`
48399 outFile=\`basnam ${D}outFile .a\`
48402 outFile=\`basnam ${D}outFile .lib\`
48407 case ${D}outimpFile in
48409 outimpFile=\`basnam ${D}outimpFile .a\`
48412 outimpFile=\`basnam ${D}outimpFile .lib\`
48417 if [ -z ${D}outimpFile ]; then
48418 outimpFile=${D}outFile
48420 defFile="${D}{outFile}.def"
48421 arcFile="${D}{outimpFile}.a"
48422 arcFile2="${D}{outimpFile}.lib"
48424 #create ${D}dllFile as something matching 8.3 restrictions,
48425 if [ -z ${D}renameScript ] ; then
48426 dllFile="${D}outFile"
48428 dllFile=\`${D}renameScript ${D}outimpFile\`
48431 if [ ${D}do_backup -ne 0 ] ; then
48432 if [ -f ${D}arcFile ] ; then
48433 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
48435 if [ -f ${D}arcFile2 ] ; then
48436 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
48440 # Extract public symbols from all the object files.
48441 tmpdefFile=${D}{defFile}_%
48442 rm -f ${D}tmpdefFile
48443 for file in ${D}inputFiles ; do
48448 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
48453 # Create the def file.
48455 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
48456 dllFile="${D}{dllFile}.dll"
48457 if [ ! -z ${D}description ]; then
48458 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
48460 echo "EXPORTS" >> ${D}defFile
48462 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
48463 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
48465 # Checks if the export is ok or not.
48466 for word in ${D}exclude_symbols; do
48467 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
48468 mv ${D}{tmpdefFile}% ${D}tmpdefFile
48472 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
48473 sed "=" < ${D}tmpdefFile | \\
48477 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
48479 ' > ${D}{tmpdefFile}%
48480 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
48482 rm -f ${D}{tmpdefFile}%
48484 cat ${D}tmpdefFile >> ${D}defFile
48485 rm -f ${D}tmpdefFile
48487 # Do linking, create implib, and apply lxlite.
48489 for file in ${D}inputFiles ; do
48494 gccCmdl="${D}gccCmdl ${D}file"
48498 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
48499 touch "${D}{outFile}.dll"
48501 doCommand "emximp -o ${D}arcFile ${D}defFile"
48502 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
48504 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
48507 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
48509 doCommand "emxomf -s -l ${D}arcFile"
48519 powerpc
-apple-macos* | \
48520 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd
*-gnu | \
48532 if test "x$PIC_FLAG" != "x" ; then
48533 PIC_FLAG
="$PIC_FLAG -DPIC"
48536 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
48537 SHARED_LD_MODULE_CC
="$SHARED_LD_CC"
48539 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
48540 SHARED_LD_MODULE_CXX
="$SHARED_LD_CXX"
48559 case "${BAKEFILE_HOST}" in
48560 *-*-linux* | *-*-freebsd* | *-*-k*bsd
*-gnu )
48561 SONAME_FLAG
="-Wl,-soname,"
48595 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
48596 if test "${enable_dependency_tracking+set}" = set; then
48597 enableval
="$enable_dependency_tracking"
48598 bk_use_trackdeps
="$enableval"
48601 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
48602 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
48605 if test "x$bk_use_trackdeps" = "xno" ; then
48607 echo "$as_me:$LINENO: result: disabled" >&5
48608 echo "${ECHO_T}disabled" >&6
48612 if test "x$GCC" = "xyes"; then
48614 case "${BAKEFILE_HOST}" in
48616 DEPSFLAG
="-no-cpp-precomp -MMD"
48622 echo "$as_me:$LINENO: result: gcc" >&5
48623 echo "${ECHO_T}gcc" >&6
48624 elif test "x$MWCC" = "xyes"; then
48627 echo "$as_me:$LINENO: result: mwcc" >&5
48628 echo "${ECHO_T}mwcc" >&6
48629 elif test "x$SUNCC" = "xyes"; then
48632 echo "$as_me:$LINENO: result: Sun cc" >&5
48633 echo "${ECHO_T}Sun cc" >&6
48634 elif test "x$SGICC" = "xyes"; then
48637 echo "$as_me:$LINENO: result: SGI cc" >&5
48638 echo "${ECHO_T}SGI cc" >&6
48639 elif test "x$HPCC" = "xyes"; then
48642 echo "$as_me:$LINENO: result: HP cc" >&5
48643 echo "${ECHO_T}HP cc" >&6
48644 elif test "x$COMPAQCC" = "xyes"; then
48647 echo "$as_me:$LINENO: result: Compaq cc" >&5
48648 echo "${ECHO_T}Compaq cc" >&6
48651 echo "$as_me:$LINENO: result: none" >&5
48652 echo "${ECHO_T}none" >&6
48655 if test $DEPS_TRACKING = 1 ; then
48661 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
48662 # script. It is used to track C/C++ files dependencies in portable way.
48664 # Permission is given to use this file in any way.
48666 DEPSMODE=${DEPSMODE}
48668 DEPSFLAG="${DEPSFLAG}"
48670 mkdir -p ${D}DEPSDIR
48672 if test ${D}DEPSMODE = gcc ; then
48673 ${D}* ${D}{DEPSFLAG}
48675 if test ${D}{status} != 0 ; then
48678 # move created file to the location we want it in:
48679 while test ${D}# -gt 0; do
48693 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
48694 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
48695 if test -f ${D}depfile ; then
48696 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
48699 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
48700 depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\`
48701 if test ! -f ${D}depfile ; then
48702 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
48703 depfile="${D}objfile.d"
48705 if test -f ${D}depfile ; then
48706 sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d
48711 elif test ${D}DEPSMODE = mwcc ; then
48712 ${D}* || exit ${D}?
48713 # Run mwcc again with -MM and redirect into the dep file we want
48714 # NOTE: We can't use shift here because we need ${D}* to be valid
48716 for arg in ${D}* ; do
48717 if test "${D}prevarg" = "-o"; then
48730 ${D}* ${D}DEPSFLAG >${D}{DEPSDIR}/${D}{objfile}.d
48732 elif test ${D}DEPSMODE = unixcc; then
48733 ${D}* || exit ${D}?
48734 # Run compiler again with deps flag and redirect into the dep file.
48735 # It doesn't work if the '-o FILE' option is used, but without it the
48736 # dependency file will contain the wrong name for the object. So it is
48737 # removed from the command line, and the dep file is fixed with sed.
48739 while test ${D}# -gt 0; do
48746 eval arg${D}#=\\${D}1
48747 cmd="${D}cmd \\${D}arg${D}#"
48752 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d
48761 BK_DEPS
="`pwd`/bk-deps"
48769 case ${BAKEFILE_HOST} in
48770 *-*-cygwin* | *-*-mingw32* )
48771 if test -n "$ac_tool_prefix"; then
48772 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
48773 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
48774 echo "$as_me:$LINENO: checking for $ac_word" >&5
48775 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48776 if test "${ac_cv_prog_WINDRES+set}" = set; then
48777 echo $ECHO_N "(cached) $ECHO_C" >&6
48779 if test -n "$WINDRES"; then
48780 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
48782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48783 for as_dir
in $PATH
48786 test -z "$as_dir" && as_dir
=.
48787 for ac_exec_ext
in '' $ac_executable_extensions; do
48788 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48789 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
48790 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48798 WINDRES
=$ac_cv_prog_WINDRES
48799 if test -n "$WINDRES"; then
48800 echo "$as_me:$LINENO: result: $WINDRES" >&5
48801 echo "${ECHO_T}$WINDRES" >&6
48803 echo "$as_me:$LINENO: result: no" >&5
48804 echo "${ECHO_T}no" >&6
48808 if test -z "$ac_cv_prog_WINDRES"; then
48809 ac_ct_WINDRES
=$WINDRES
48810 # Extract the first word of "windres", so it can be a program name with args.
48811 set dummy windres
; ac_word
=$2
48812 echo "$as_me:$LINENO: checking for $ac_word" >&5
48813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48814 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
48815 echo $ECHO_N "(cached) $ECHO_C" >&6
48817 if test -n "$ac_ct_WINDRES"; then
48818 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
48820 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48821 for as_dir
in $PATH
48824 test -z "$as_dir" && as_dir
=.
48825 for ac_exec_ext
in '' $ac_executable_extensions; do
48826 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48827 ac_cv_prog_ac_ct_WINDRES
="windres"
48828 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48836 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
48837 if test -n "$ac_ct_WINDRES"; then
48838 echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
48839 echo "${ECHO_T}$ac_ct_WINDRES" >&6
48841 echo "$as_me:$LINENO: result: no" >&5
48842 echo "${ECHO_T}no" >&6
48845 WINDRES
=$ac_ct_WINDRES
48847 WINDRES
="$ac_cv_prog_WINDRES"
48852 *-*-darwin* | powerpc
-apple-macos* )
48853 # Extract the first word of "Rez", so it can be a program name with args.
48854 set dummy Rez
; ac_word
=$2
48855 echo "$as_me:$LINENO: checking for $ac_word" >&5
48856 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48857 if test "${ac_cv_prog_REZ+set}" = set; then
48858 echo $ECHO_N "(cached) $ECHO_C" >&6
48860 if test -n "$REZ"; then
48861 ac_cv_prog_REZ
="$REZ" # Let the user override the test.
48863 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48864 for as_dir
in $PATH
48867 test -z "$as_dir" && as_dir
=.
48868 for ac_exec_ext
in '' $ac_executable_extensions; do
48869 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48870 ac_cv_prog_REZ
="Rez"
48871 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48877 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ
="/Developer/Tools/Rez"
48880 REZ
=$ac_cv_prog_REZ
48881 if test -n "$REZ"; then
48882 echo "$as_me:$LINENO: result: $REZ" >&5
48883 echo "${ECHO_T}$REZ" >&6
48885 echo "$as_me:$LINENO: result: no" >&5
48886 echo "${ECHO_T}no" >&6
48889 # Extract the first word of "SetFile", so it can be a program name with args.
48890 set dummy SetFile
; ac_word
=$2
48891 echo "$as_me:$LINENO: checking for $ac_word" >&5
48892 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
48893 if test "${ac_cv_prog_SETFILE+set}" = set; then
48894 echo $ECHO_N "(cached) $ECHO_C" >&6
48896 if test -n "$SETFILE"; then
48897 ac_cv_prog_SETFILE
="$SETFILE" # Let the user override the test.
48899 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
48900 for as_dir
in $PATH
48903 test -z "$as_dir" && as_dir
=.
48904 for ac_exec_ext
in '' $ac_executable_extensions; do
48905 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48906 ac_cv_prog_SETFILE
="SetFile"
48907 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48913 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE
="/Developer/Tools/SetFile"
48916 SETFILE
=$ac_cv_prog_SETFILE
48917 if test -n "$SETFILE"; then
48918 echo "$as_me:$LINENO: result: $SETFILE" >&5
48919 echo "${ECHO_T}$SETFILE" >&6
48921 echo "$as_me:$LINENO: result: no" >&5
48922 echo "${ECHO_T}no" >&6
48933 BAKEFILE_BAKEFILE_M4_VERSION
="0.2.1"
48936 BAKEFILE_AUTOCONF_INC_M4_VERSION
="0.2.1"
48940 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
48941 if test "${enable_precomp_headers+set}" = set; then
48942 enableval
="$enable_precomp_headers"
48943 bk_use_pch
="$enableval"
48951 case ${BAKEFILE_HOST} in
48957 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
48958 if test "x$GCC" = "xyes"; then
48959 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
48960 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
48961 cat >conftest.
$ac_ext <<_ACEOF
48964 cat confdefs.h
>>conftest.
$ac_ext
48965 cat >>conftest.
$ac_ext <<_ACEOF
48966 /* end confdefs.h. */
48972 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
48973 There is no PCH support
48976 There is no PCH support
48978 #if (__GNUC__ == 3) && \
48979 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
48980 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
48981 ( defined(__INTEL_COMPILER) )
48982 There is no PCH support
48989 rm -f conftest.
$ac_objext
48990 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
48991 (eval $ac_compile) 2>conftest.er1
48993 grep -v '^ *+' conftest.er1
>conftest.err
48995 cat conftest.err
>&5
48996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48997 (exit $ac_status); } &&
48998 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
48999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49000 (eval $ac_try) 2>&5
49002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49003 (exit $ac_status); }; } &&
49004 { ac_try
='test -s conftest.$ac_objext'
49005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49006 (eval $ac_try) 2>&5
49008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49009 (exit $ac_status); }; }; then
49011 echo "$as_me:$LINENO: result: yes" >&5
49012 echo "${ECHO_T}yes" >&6
49016 echo "$as_me: failed program was:" >&5
49017 sed 's/^/| /' conftest.
$ac_ext >&5
49020 cat >conftest.
$ac_ext <<_ACEOF
49023 cat confdefs.h
>>conftest.
$ac_ext
49024 cat >>conftest.
$ac_ext <<_ACEOF
49025 /* end confdefs.h. */
49031 #if !defined(__INTEL_COMPILER) || \
49032 (__INTEL_COMPILER < 800)
49033 There is no PCH support
49040 rm -f conftest.
$ac_objext
49041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
49042 (eval $ac_compile) 2>conftest.er1
49044 grep -v '^ *+' conftest.er1
>conftest.err
49046 cat conftest.err
>&5
49047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49048 (exit $ac_status); } &&
49049 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
49050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49051 (eval $ac_try) 2>&5
49053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49054 (exit $ac_status); }; } &&
49055 { ac_try
='test -s conftest.$ac_objext'
49056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
49057 (eval $ac_try) 2>&5
49059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49060 (exit $ac_status); }; }; then
49062 echo "$as_me:$LINENO: result: yes" >&5
49063 echo "${ECHO_T}yes" >&6
49067 echo "$as_me: failed program was:" >&5
49068 sed 's/^/| /' conftest.
$ac_ext >&5
49071 echo "$as_me:$LINENO: result: no" >&5
49072 echo "${ECHO_T}no" >&6
49075 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
49078 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
49079 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
49083 cat <<EOF >bk-make-pch
49086 # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
49087 # script. It is used to generated precompiled headers.
49089 # Permission is given to use this file in any way.
49099 while test ${D}{#} -gt 0; do
49103 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
49104 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
49105 headerfile="${D}{incdir}/${D}{header}"
49108 -use-pch|-use_pch )
49113 if test ${D}add_to_cmdline = 1 ; then
49114 compiler="${D}{compiler} ${D}{1}"
49119 if test "x${D}{headerfile}" = "x" ; then
49120 echo "error: can't find header ${D}{header} in include paths" >&2
49122 if test -f ${D}{outfile} ; then
49123 rm -f ${D}{outfile}
49125 mkdir -p \`dirname ${D}{outfile}\`
49127 depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
49129 if test "x${GCC_PCH}" = "x1" ; then
49130 # can do this because gcc is >= 3.4:
49131 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
49132 elif test "x${ICC_PCH}" = "x1" ; then
49133 filename=pch_gen-${D}${D}
49134 file=${D}{filename}.c
49135 dfile=${D}{filename}.d
49136 cat > ${D}file <<EOT
49137 #include "${D}header"
49139 # using -MF icc complains about differing command lines in creation/use
49140 ${D}compiler -c -create_pch ${D}outfile -MMD ${D}file && \\
49141 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
49142 rm -f ${D}file ${D}dfile ${D}{filename}.o
49148 chmod +x bk
-make-pch
49149 BK_MAKE_PCH
="`pwd`/bk-make-pch"
49158 COND_BUILD_DEBUG
="#"
49159 if test "x$BUILD" = "xdebug" ; then
49160 COND_BUILD_DEBUG
=""
49163 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
="#"
49164 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
49165 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
=""
49168 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
="#"
49169 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
49170 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
=""
49173 COND_BUILD_DEBUG_UNICODE_0
="#"
49174 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
49175 COND_BUILD_DEBUG_UNICODE_0
=""
49178 COND_BUILD_DEBUG_UNICODE_1
="#"
49179 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
49180 COND_BUILD_DEBUG_UNICODE_1
=""
49183 COND_BUILD_RELEASE
="#"
49184 if test "x$BUILD" = "xrelease" ; then
49185 COND_BUILD_RELEASE
=""
49188 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
="#"
49189 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
49190 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
=""
49193 COND_BUILD_RELEASE_UNICODE_0
="#"
49194 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
49195 COND_BUILD_RELEASE_UNICODE_0
=""
49198 COND_BUILD_RELEASE_UNICODE_1
="#"
49199 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
49200 COND_BUILD_RELEASE_UNICODE_1
=""
49203 COND_DEBUG_FLAG_1
="#"
49204 if test "x$DEBUG_FLAG" = "x1" ; then
49205 COND_DEBUG_FLAG_1
=""
49208 COND_DEBUG_INFO_0
="#"
49209 if test "x$DEBUG_INFO" = "x0" ; then
49210 COND_DEBUG_INFO_0
=""
49213 COND_DEBUG_INFO_1
="#"
49214 if test "x$DEBUG_INFO" = "x1" ; then
49215 COND_DEBUG_INFO_1
=""
49218 COND_DEPS_TRACKING_0
="#"
49219 if test "x$DEPS_TRACKING" = "x0" ; then
49220 COND_DEPS_TRACKING_0
=""
49223 COND_DEPS_TRACKING_1
="#"
49224 if test "x$DEPS_TRACKING" = "x1" ; then
49225 COND_DEPS_TRACKING_1
=""
49229 if test "x$GCC_PCH" = "x1" ; then
49234 if test "x$ICC_PCH" = "x1" ; then
49238 COND_MONOLITHIC_0
="#"
49239 if test "x$MONOLITHIC" = "x0" ; then
49240 COND_MONOLITHIC_0
=""
49243 COND_MONOLITHIC_0_SHARED_0
="#"
49244 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
49245 COND_MONOLITHIC_0_SHARED_0
=""
49248 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
="#"
49249 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
49250 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
=""
49253 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
="#"
49254 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
49255 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
=""
49258 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
="#"
49259 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49260 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
=""
49263 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
="#"
49264 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49265 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
=""
49268 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
="#"
49269 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49270 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1
=""
49273 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
="#"
49274 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49275 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
=""
49278 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
="#"
49279 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then
49280 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1
=""
49283 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
="#"
49284 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
49285 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
=""
49288 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
="#"
49289 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
49290 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
=""
49293 COND_MONOLITHIC_0_SHARED_1
="#"
49294 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
49295 COND_MONOLITHIC_0_SHARED_1
=""
49298 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
="#"
49299 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
49300 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
=""
49303 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
="#"
49304 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
49305 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
=""
49308 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
="#"
49309 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
49310 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
=""
49313 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
="#"
49314 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
49315 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
=""
49318 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
="#"
49319 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
49320 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1
=""
49323 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
="#"
49324 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
49325 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
=""
49328 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
="#"
49329 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then
49330 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1
=""
49333 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
="#"
49334 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
49335 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
=""
49338 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
="#"
49339 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
49340 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
=""
49343 COND_MONOLITHIC_0_USE_MEDIA_1
="#"
49344 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
49345 COND_MONOLITHIC_0_USE_MEDIA_1
=""
49348 COND_MONOLITHIC_0_USE_ODBC_1
="#"
49349 if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then
49350 COND_MONOLITHIC_0_USE_ODBC_1
=""
49353 COND_MONOLITHIC_1
="#"
49354 if test "x$MONOLITHIC" = "x1" ; then
49355 COND_MONOLITHIC_1
=""
49358 COND_MONOLITHIC_1_SHARED_0
="#"
49359 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
49360 COND_MONOLITHIC_1_SHARED_0
=""
49363 COND_MONOLITHIC_1_SHARED_1
="#"
49364 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
49365 COND_MONOLITHIC_1_SHARED_1
=""
49368 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
="#"
49369 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
49370 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
=""
49373 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
="#"
49374 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
49375 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
=""
49378 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
="#"
49379 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49380 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
=""
49383 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
="#"
49384 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
49385 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
=""
49388 COND_PLATFORM_MACOSX_1
="#"
49389 if test "x$PLATFORM_MACOSX" = "x1" ; then
49390 COND_PLATFORM_MACOSX_1
=""
49393 COND_PLATFORM_MACOSX_1_TOOLKIT_
="#"
49394 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then
49395 COND_PLATFORM_MACOSX_1_TOOLKIT_
=""
49398 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
="#"
49399 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
49400 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA
=""
49403 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
="#"
49404 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
49405 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK
=""
49408 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
="#"
49409 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
49410 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC
=""
49413 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
="#"
49414 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
49415 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1
=""
49418 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
="#"
49419 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then
49420 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF
=""
49423 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
="#"
49424 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then
49425 COND_PLATFORM_MACOSX_1_TOOLKIT_X11
=""
49428 COND_PLATFORM_MACOSX_1_USE_GUI_1
="#"
49429 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
49430 COND_PLATFORM_MACOSX_1_USE_GUI_1
=""
49433 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
="#"
49434 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
49435 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
=""
49438 COND_PLATFORM_MACOS_1
="#"
49439 if test "x$PLATFORM_MACOS" = "x1" ; then
49440 COND_PLATFORM_MACOS_1
=""
49443 COND_PLATFORM_MAC_1
="#"
49444 if test "x$PLATFORM_MAC" = "x1" ; then
49445 COND_PLATFORM_MAC_1
=""
49448 COND_PLATFORM_MSDOS_0
="#"
49449 if test "x$PLATFORM_MSDOS" = "x0" ; then
49450 COND_PLATFORM_MSDOS_0
=""
49453 COND_PLATFORM_MSDOS_1
="#"
49454 if test "x$PLATFORM_MSDOS" = "x1" ; then
49455 COND_PLATFORM_MSDOS_1
=""
49458 COND_PLATFORM_OS2_1
="#"
49459 if test "x$PLATFORM_OS2" = "x1" ; then
49460 COND_PLATFORM_OS2_1
=""
49463 COND_PLATFORM_UNIX_0
="#"
49464 if test "x$PLATFORM_UNIX" = "x0" ; then
49465 COND_PLATFORM_UNIX_0
=""
49468 COND_PLATFORM_UNIX_1
="#"
49469 if test "x$PLATFORM_UNIX" = "x1" ; then
49470 COND_PLATFORM_UNIX_1
=""
49473 COND_PLATFORM_UNIX_1_USE_GUI_1
="#"
49474 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
49475 COND_PLATFORM_UNIX_1_USE_GUI_1
=""
49478 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
="#"
49479 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
49480 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
=""
49483 COND_PLATFORM_WIN32_0
="#"
49484 if test "x$PLATFORM_WIN32" = "x0" ; then
49485 COND_PLATFORM_WIN32_0
=""
49488 COND_PLATFORM_WIN32_1
="#"
49489 if test "x$PLATFORM_WIN32" = "x1" ; then
49490 COND_PLATFORM_WIN32_1
=""
49494 if test "x$SHARED" = "x0" ; then
49498 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
="#"
49499 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
49500 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
=""
49503 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
="#"
49504 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
49505 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
=""
49508 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
="#"
49509 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
49510 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
=""
49513 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
="#"
49514 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
49515 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
=""
49518 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
49519 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49520 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
49523 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
49524 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49525 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
49528 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
49529 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49530 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
49533 COND_SHARED_0_USE_XRC_1
="#"
49534 if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
49535 COND_SHARED_0_USE_XRC_1
=""
49538 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
="#"
49539 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
49540 COND_SHARED_0_WXUSE_EXPAT_BUILTIN
=""
49543 COND_SHARED_0_WXUSE_ODBC_BUILTIN
="#"
49544 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
49545 COND_SHARED_0_WXUSE_ODBC_BUILTIN
=""
49548 COND_SHARED_0_WXUSE_REGEX_BUILTIN
="#"
49549 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
49550 COND_SHARED_0_WXUSE_REGEX_BUILTIN
=""
49553 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
="#"
49554 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
49555 COND_SHARED_0_WXUSE_ZLIB_BUILTIN
=""
49559 if test "x$SHARED" = "x1" ; then
49563 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
="#"
49564 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
49565 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
=""
49568 COND_SHARED_1_USE_XRC_1
="#"
49569 if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
49570 COND_SHARED_1_USE_XRC_1
=""
49574 if test "x$TOOLKIT" = "x" ; then
49578 COND_TOOLKIT_COCOA
="#"
49579 if test "x$TOOLKIT" = "xCOCOA" ; then
49580 COND_TOOLKIT_COCOA
=""
49583 COND_TOOLKIT_COCOA_USE_GUI_1
="#"
49584 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
49585 COND_TOOLKIT_COCOA_USE_GUI_1
=""
49588 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
="#"
49589 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49590 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
=""
49593 COND_TOOLKIT_DFB
="#"
49594 if test "x$TOOLKIT" = "xDFB" ; then
49595 COND_TOOLKIT_DFB
=""
49598 COND_TOOLKIT_DFB_USE_GUI_1
="#"
49599 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
49600 COND_TOOLKIT_DFB_USE_GUI_1
=""
49603 COND_TOOLKIT_GTK
="#"
49604 if test "x$TOOLKIT" = "xGTK" ; then
49605 COND_TOOLKIT_GTK
=""
49608 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
="#"
49609 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
49610 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
=""
49613 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
="#"
49614 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
49615 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
=""
49618 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
="#"
49619 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
49620 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
=""
49623 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
="#"
49624 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49625 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
=""
49628 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
="#"
49629 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
49630 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
=""
49633 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
="#"
49634 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49635 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
=""
49638 COND_TOOLKIT_GTK_USE_GUI_1
="#"
49639 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
49640 COND_TOOLKIT_GTK_USE_GUI_1
=""
49643 COND_TOOLKIT_MAC
="#"
49644 if test "x$TOOLKIT" = "xMAC" ; then
49645 COND_TOOLKIT_MAC
=""
49648 COND_TOOLKIT_MAC_USE_GUI_1
="#"
49649 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
49650 COND_TOOLKIT_MAC_USE_GUI_1
=""
49653 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
="#"
49654 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49655 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0
=""
49658 COND_TOOLKIT_MGL
="#"
49659 if test "x$TOOLKIT" = "xMGL" ; then
49660 COND_TOOLKIT_MGL
=""
49663 COND_TOOLKIT_MGL_USE_GUI_1
="#"
49664 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
49665 COND_TOOLKIT_MGL_USE_GUI_1
=""
49668 COND_TOOLKIT_MOTIF
="#"
49669 if test "x$TOOLKIT" = "xMOTIF" ; then
49670 COND_TOOLKIT_MOTIF
=""
49673 COND_TOOLKIT_MOTIF_USE_GUI_1
="#"
49674 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
49675 COND_TOOLKIT_MOTIF_USE_GUI_1
=""
49678 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
="#"
49679 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49680 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
=""
49683 COND_TOOLKIT_MSW
="#"
49684 if test "x$TOOLKIT" = "xMSW" ; then
49685 COND_TOOLKIT_MSW
=""
49688 COND_TOOLKIT_MSW_USE_GUI_1
="#"
49689 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
49690 COND_TOOLKIT_MSW_USE_GUI_1
=""
49693 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
="#"
49694 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49695 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
=""
49698 COND_TOOLKIT_MSW_WXUNIV_0
="#"
49699 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
49700 COND_TOOLKIT_MSW_WXUNIV_0
=""
49703 COND_TOOLKIT_PM
="#"
49704 if test "x$TOOLKIT" = "xPM" ; then
49708 COND_TOOLKIT_PM_USE_GUI_1
="#"
49709 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
49710 COND_TOOLKIT_PM_USE_GUI_1
=""
49713 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
="#"
49714 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49715 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
=""
49718 COND_TOOLKIT_WINCE
="#"
49719 if test "x$TOOLKIT" = "xWINCE" ; then
49720 COND_TOOLKIT_WINCE
=""
49723 COND_TOOLKIT_WINCE_USE_GUI_1
="#"
49724 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
49725 COND_TOOLKIT_WINCE_USE_GUI_1
=""
49728 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
="#"
49729 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49730 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
=""
49733 COND_TOOLKIT_WINCE_WXUNIV_0
="#"
49734 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
49735 COND_TOOLKIT_WINCE_WXUNIV_0
=""
49738 COND_TOOLKIT_X11
="#"
49739 if test "x$TOOLKIT" = "xX11" ; then
49740 COND_TOOLKIT_X11
=""
49743 COND_TOOLKIT_X11_USE_GUI_1
="#"
49744 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
49745 COND_TOOLKIT_X11_USE_GUI_1
=""
49749 if test "x$UNICODE" = "x1" ; then
49753 COND_USE_EXCEPTIONS_0
="#"
49754 if test "x$USE_EXCEPTIONS" = "x0" ; then
49755 COND_USE_EXCEPTIONS_0
=""
49758 COND_USE_EXCEPTIONS_1
="#"
49759 if test "x$USE_EXCEPTIONS" = "x1" ; then
49760 COND_USE_EXCEPTIONS_1
=""
49764 if test "x$USE_GUI" = "x0" ; then
49769 if test "x$USE_GUI" = "x1" ; then
49773 COND_USE_GUI_1_WXUNIV_0
="#"
49774 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
49775 COND_USE_GUI_1_WXUNIV_0
=""
49778 COND_USE_GUI_1_WXUNIV_1
="#"
49779 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
49780 COND_USE_GUI_1_WXUNIV_1
=""
49783 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
="#"
49784 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49785 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
=""
49788 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
="#"
49789 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49790 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
=""
49793 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
="#"
49794 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49795 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
=""
49798 COND_USE_ODBC_1
="#"
49799 if test "x$USE_ODBC" = "x1" ; then
49803 COND_USE_OPENGL_1
="#"
49804 if test "x$USE_OPENGL" = "x1" ; then
49805 COND_USE_OPENGL_1
=""
49809 if test "x$USE_PCH" = "x1" ; then
49813 COND_USE_PLUGINS_0
="#"
49814 if test "x$USE_PLUGINS" = "x0" ; then
49815 COND_USE_PLUGINS_0
=""
49818 COND_USE_RTTI_0
="#"
49819 if test "x$USE_RTTI" = "x0" ; then
49823 COND_USE_RTTI_1
="#"
49824 if test "x$USE_RTTI" = "x1" ; then
49828 COND_USE_SOSYMLINKS_1
="#"
49829 if test "x$USE_SOSYMLINKS" = "x1" ; then
49830 COND_USE_SOSYMLINKS_1
=""
49833 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
="#"
49834 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
49835 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
=""
49838 COND_USE_SOVERLINUX_1
="#"
49839 if test "x$USE_SOVERLINUX" = "x1" ; then
49840 COND_USE_SOVERLINUX_1
=""
49843 COND_USE_SOVERSION_0
="#"
49844 if test "x$USE_SOVERSION" = "x0" ; then
49845 COND_USE_SOVERSION_0
=""
49848 COND_USE_SOVERSOLARIS_1
="#"
49849 if test "x$USE_SOVERSOLARIS" = "x1" ; then
49850 COND_USE_SOVERSOLARIS_1
=""
49853 COND_USE_THREADS_0
="#"
49854 if test "x$USE_THREADS" = "x0" ; then
49855 COND_USE_THREADS_0
=""
49858 COND_USE_THREADS_1
="#"
49859 if test "x$USE_THREADS" = "x1" ; then
49860 COND_USE_THREADS_1
=""
49864 if test "x$USE_XRC" = "x1" ; then
49868 COND_WINDOWS_IMPLIB_1
="#"
49869 if test "x$WINDOWS_IMPLIB" = "x1" ; then
49870 COND_WINDOWS_IMPLIB_1
=""
49873 COND_WITH_PLUGIN_SDL_1
="#"
49874 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
49875 COND_WITH_PLUGIN_SDL_1
=""
49879 if test "x$WXUNIV" = "x0" ; then
49884 if test "x$WXUNIV" = "x1" ; then
49888 COND_WXUSE_EXPAT_BUILTIN
="#"
49889 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
49890 COND_WXUSE_EXPAT_BUILTIN
=""
49893 COND_WXUSE_LIBJPEG_BUILTIN
="#"
49894 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
49895 COND_WXUSE_LIBJPEG_BUILTIN
=""
49898 COND_WXUSE_LIBPNG_BUILTIN
="#"
49899 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
49900 COND_WXUSE_LIBPNG_BUILTIN
=""
49903 COND_WXUSE_LIBTIFF_BUILTIN
="#"
49904 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
49905 COND_WXUSE_LIBTIFF_BUILTIN
=""
49908 COND_WXUSE_ODBC_BUILTIN
="#"
49909 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
49910 COND_WXUSE_ODBC_BUILTIN
=""
49913 COND_WXUSE_REGEX_BUILTIN
="#"
49914 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
49915 COND_WXUSE_REGEX_BUILTIN
=""
49918 COND_WXUSE_ZLIB_BUILTIN
="#"
49919 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
49920 COND_WXUSE_ZLIB_BUILTIN
=""
49925 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
49926 { { 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
49927 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;}
49928 { (exit 1); exit 1; }; }
49931 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
49932 { { 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
49933 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;}
49934 { (exit 1); exit 1; }; }
49938 if test $GCC_PCH = 1
49940 if test "$wx_cv_gcc_pch_bug" = yes; then
49941 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
49942 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
49943 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
49944 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
49945 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
49946 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
49949 CPPFLAGS
="-DWX_PRECOMP $CPPFLAGS"
49953 if test "$wxUSE_MAC" = 1 ; then
49954 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
49955 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk
-deps > temp
49961 if test "$wxUSE_SHARED" = "yes"; then
49963 sanitised_bakefile_mess
=`echo "$SHARED_LD_CXX" | tr -d '()'`
49964 EXE_LINKER
=`eval echo "$sanitised_bakefile_mess"`
49967 *-pc-os2_emx | *-pc-os2-emx )
49968 SHARED_LD_CC
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49969 SHARED_LD_CXX
="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
49970 cp -p ${srcdir}/src
/os
2/dllnames.sh .
49971 cp -p ${srcdir}/src
/os
2/dllar.sh .
49976 EXE_LINKER
="$CXX -o"
49979 if test "$wxUSE_OMF" = "yes"; then
49981 *-pc-os2_emx | *-pc-os2-emx )
49982 LDFLAGS
="$LDFLAGS -Zlinker /EXEPACK"
49983 LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
49984 WXCONFIG_LDFLAGS_GUI
="-Zlinker /PMTYPE:PM"
49989 WXCONFIG_CPPFLAGS
="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
49991 SAMPLES_SUBDIRS
="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
50053 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50054 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
50055 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
50056 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
50057 echo $ECHO_N "(cached) $ECHO_C" >&6
50059 cat >conftest.
make <<\_ACEOF
50061 @
echo 'ac_maketemp="$(MAKE)"'
50063 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50064 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
50065 if test -n "$ac_maketemp"; then
50066 eval ac_cv_prog_make_
${ac_make}_set
=yes
50068 eval ac_cv_prog_make_
${ac_make}_set
=no
50070 rm -f conftest.
make
50072 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
50073 echo "$as_me:$LINENO: result: yes" >&5
50074 echo "${ECHO_T}yes" >&6
50077 echo "$as_me:$LINENO: result: no" >&5
50078 echo "${ECHO_T}no" >&6
50079 SET_MAKE
="MAKE=${MAKE-make}"
50084 ac_config_headers
="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
50087 if test "$USE_WIN32" = 1; then
50088 ac_config_commands
="$ac_config_commands
50094 ac_config_files
="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
50097 ac_config_files
="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
50100 if test "$wx_cv_version_script" = "yes"; then
50101 ac_config_files
="$ac_config_files version-script"
50104 ac_config_files
="$ac_config_files Makefile"
50107 ac_config_commands
="$ac_config_commands wx-config"
50111 if test "$wxWITH_SUBDIRS" != "no"; then
50112 if test "$wxUSE_GUI" = "yes"; then
50113 SUBDIRS
="samples demos utils contrib"
50114 else SUBDIRS
="samples utils"
50119 # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given.
50120 if test "${with_cppunit_prefix+set}" = set; then
50121 withval
="$with_cppunit_prefix"
50122 cppunit_config_prefix
="$withval"
50124 cppunit_config_prefix
=""
50127 # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given.
50128 if test "${with_cppunit_exec_prefix+set}" = set; then
50129 withval
="$with_cppunit_exec_prefix"
50130 cppunit_config_exec_prefix
="$withval"
50132 cppunit_config_exec_prefix
=""
50135 if test x
$cppunit_config_exec_prefix != x
; then
50136 cppunit_config_args
="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
50137 if test x
${CPPUNIT_CONFIG+set} != xset
; then
50138 CPPUNIT_CONFIG
=$cppunit_config_exec_prefix/bin
/cppunit
-config
50141 if test x
$cppunit_config_prefix != x
; then
50142 cppunit_config_args
="$cppunit_config_args --prefix=$cppunit_config_prefix"
50143 if test x
${CPPUNIT_CONFIG+set} != xset
; then
50144 CPPUNIT_CONFIG
=$cppunit_config_prefix/bin
/cppunit
-config
50148 # Extract the first word of "cppunit-config", so it can be a program name with args.
50149 set dummy cppunit
-config; ac_word
=$2
50150 echo "$as_me:$LINENO: checking for $ac_word" >&5
50151 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
50152 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
50153 echo $ECHO_N "(cached) $ECHO_C" >&6
50155 case $CPPUNIT_CONFIG in
50157 ac_cv_path_CPPUNIT_CONFIG
="$CPPUNIT_CONFIG" # Let the user override the test with a path.
50160 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
50161 for as_dir
in $PATH
50164 test -z "$as_dir" && as_dir
=.
50165 for ac_exec_ext
in '' $ac_executable_extensions; do
50166 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50167 ac_cv_path_CPPUNIT_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
50168 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50174 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG
="no"
50178 CPPUNIT_CONFIG
=$ac_cv_path_CPPUNIT_CONFIG
50180 if test -n "$CPPUNIT_CONFIG"; then
50181 echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
50182 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6
50184 echo "$as_me:$LINENO: result: no" >&5
50185 echo "${ECHO_T}no" >&6
50188 cppunit_version_min
=1.8.0
50190 echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
50191 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6
50193 if test "$CPPUNIT_CONFIG" = "no" ; then
50194 echo "$as_me:$LINENO: result: no" >&5
50195 echo "${ECHO_T}no" >&6
50198 CPPUNIT_CFLAGS
=`$CPPUNIT_CONFIG --cflags`
50199 CPPUNIT_LIBS
=`$CPPUNIT_CONFIG --libs`
50200 cppunit_version
=`$CPPUNIT_CONFIG --version`
50202 cppunit_major_version
=`echo $cppunit_version | \
50203 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
50204 cppunit_minor_version
=`echo $cppunit_version | \
50205 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
50206 cppunit_micro_version
=`echo $cppunit_version | \
50207 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
50209 cppunit_major_min
=`echo $cppunit_version_min | \
50210 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
50211 cppunit_minor_min
=`echo $cppunit_version_min | \
50212 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
50213 cppunit_micro_min
=`echo $cppunit_version_min | \
50214 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
50216 cppunit_version_proper
=`expr \
50217 $cppunit_major_version \> $cppunit_major_min \| \
50218 $cppunit_major_version \= $cppunit_major_min \& \
50219 $cppunit_minor_version \> $cppunit_minor_min \| \
50220 $cppunit_major_version \= $cppunit_major_min \& \
50221 $cppunit_minor_version \= $cppunit_minor_min \& \
50222 $cppunit_micro_version \>= $cppunit_micro_min `
50224 if test "$cppunit_version_proper" = "1" ; then
50225 echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
50226 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6
50228 echo "$as_me:$LINENO: result: no" >&5
50229 echo "${ECHO_T}no" >&6
50234 if test "x$no_cppunit" = x
; then
50235 SUBDIRS
="$SUBDIRS tests"
50246 if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
50247 DISABLED_CONTRIB
="$DISABLED_CONTRIB net"
50250 for subdir
in `echo $SUBDIRS`; do
50251 if test -d ${srcdir}/${subdir} ; then
50252 if test "$wxUSE_GUI" = "yes"; then
50253 if test ${subdir} = "samples"; then
50254 makefiles
="samples/Makefile.in $makefiles"
50255 for sample
in `echo $SAMPLES_SUBDIRS`; do
50256 if test -d $srcdir/samples
/$sample; then
50257 makefiles
="samples/$sample/Makefile.in $makefiles"
50261 disabled_var
=DISABLED_
`echo $subdir | tr [a-z] [A-Z]`;
50262 eval "disabled=\$$disabled_var"
50263 disabled
=/`echo X $disabled | sed 's@ @/|/@g'`/
50264 makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"`
50266 else if test ${subdir} = "samples"; then
50267 makefiles
="samples/Makefile.in samples/console/Makefile.in"
50268 elif test ${subdir} = "utils"; then
50270 for util
in HelpGen tex2rtf
; do
50271 if test -d $srcdir/utils
/$util ; then
50272 makefiles
="utils/$util/Makefile.in \
50273 utils/$util/src/Makefile.in \
50277 else makefiles
=`(cd $srcdir ; find $subdir -name Makefile.in)`
50281 for mkin
in $makefiles ; do
50282 mk
=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
50283 ac_config_files
="$ac_config_files $mk"
50289 cat >confcache
<<\_ACEOF
50290 # This file is a shell script that caches the results of configure
50291 # tests run on this system so they can be shared between configure
50292 # scripts and configure runs, see configure's option --config-cache.
50293 # It is not useful on other systems. If it contains results you don't
50294 # want to keep, you may remove or edit it.
50296 # config.status only pays attention to the cache file if you give it
50297 # the --recheck option to rerun configure.
50299 # `ac_cv_env_foo' variables (set or unset) will be overridden when
50300 # loading this file, other *unset* `ac_cv_foo' will be assigned the
50301 # following values.
50305 # The following way of writing the cache mishandles newlines in values,
50306 # but we know of no workaround that is simple, portable, and efficient.
50307 # So, don't put newlines in cache variables' values.
50308 # Ultrix sh set writes to stderr and can't be redirected directly,
50309 # and sets the high bit in the cache file unless we assign to the vars.
50312 case `(ac_space=' '; set | grep ac_space) 2>&1` in
50314 # `set' does not quote correctly, so add quotes (double-quote
50315 # substitution turns \\\\ into \\, and sed turns \\ into \).
50318 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
50321 # `set' quotes correctly as required by POSIX, so do not add quotes.
50323 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
50330 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
50332 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
50334 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
50335 if test -w $cache_file; then
50336 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
50337 cat confcache
>$cache_file
50339 echo "not updating unwritable cache $cache_file"
50344 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
50345 # Let make expand exec_prefix.
50346 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
50348 # VPATH may cause trouble with some makes, so we remove $(srcdir),
50349 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
50350 # trailing colons and then remove the whole line if VPATH becomes empty
50351 # (actually we leave an empty line to preserve line numbers).
50352 if test "x$srcdir" = x.
; then
50353 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
50354 s/:*\$(srcdir):*/:/;
50355 s/:*\${srcdir}:*/:/;
50357 s/^\([^=]*=[ ]*\):*/\1/;
50363 DEFS
=-DHAVE_CONFIG_H
50367 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
50368 # 1. Remove the extension, and $U if already installed.
50369 ac_i
=`echo "$ac_i" |
50370 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
50372 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
50373 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
50375 LIBOBJS
=$ac_libobjs
50377 LTLIBOBJS
=$ac_ltlibobjs
50381 : ${CONFIG_STATUS=./config.status}
50382 ac_clean_files_save
=$ac_clean_files
50383 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
50384 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
50385 echo "$as_me: creating $CONFIG_STATUS" >&6;}
50386 cat >$CONFIG_STATUS <<_ACEOF
50388 # Generated by $as_me.
50389 # Run this file to recreate the current configuration.
50390 # Compiler output produced by configure, useful for debugging
50391 # configure, is in config.log if it exists.
50394 ac_cs_recheck=false
50396 SHELL=\${CONFIG_SHELL-$SHELL}
50399 cat >>$CONFIG_STATUS <<\_ACEOF
50400 ## --------------------- ##
50401 ## M4sh Initialization. ##
50402 ## --------------------- ##
50404 # Be Bourne compatible
50405 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
50408 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
50409 # is contrary to our usage. Disable this feature.
50410 alias -g '${1+"$@"}'='"$@"'
50411 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
50414 DUALCASE
=1; export DUALCASE
# for MKS sh
50416 # Support unset when possible.
50417 if ( (MAIL
=60; unset MAIL
) || exit) >/dev
/null
2>&1; then
50424 # Work around bugs in pre-3.0 UWIN ksh.
50425 $as_unset ENV MAIL MAILPATH
50432 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
50433 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
50434 LC_TELEPHONE LC_TIME
50436 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
50437 eval $as_var=C
; export $as_var
50443 # Required to use basename.
50444 if expr a
: '\(a\)' >/dev
/null
2>&1; then
50450 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
50451 as_basename
=basename
50457 # Name of the executable.
50458 as_me
=`$as_basename "$0" ||
50459 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
50460 X"$0" : 'X\(//\)$' \| \
50461 X"$0" : 'X\(/\)$' \| \
50462 . : '\(.\)' 2>/dev/null ||
50464 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
50465 /^X\/\(\/\/\)$/{ s//\1/; q; }
50466 /^X\/\(\/\).*/{ s//\1/; q; }
50470 # PATH needs CR, and LINENO needs CR and PATH.
50471 # Avoid depending upon Character Ranges.
50472 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
50473 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
50474 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
50475 as_cr_digits
='0123456789'
50476 as_cr_alnum
=$as_cr_Letters$as_cr_digits
50478 # The user is always right.
50479 if test "${PATH_SEPARATOR+set}" != set; then
50480 echo "#! /bin/sh" >conf$$.sh
50481 echo "exit 0" >>conf$$.sh
50483 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
50492 as_lineno_1
=$LINENO
50493 as_lineno_2
=$LINENO
50494 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
50495 test "x$as_lineno_1" != "x$as_lineno_2" &&
50496 test "x$as_lineno_3" = "x$as_lineno_2" || {
50497 # Find who we are. Look in the path if we contain no path at all
50500 *[\\/]* ) as_myself
=$0 ;;
50501 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
50502 for as_dir
in $PATH
50505 test -z "$as_dir" && as_dir
=.
50506 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
50511 # We did not find ourselves, most probably we were run as `sh COMMAND'
50512 # in which case we are not to be found in the path.
50513 if test "x$as_myself" = x
; then
50516 if test ! -f "$as_myself"; then
50517 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
50518 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
50519 { (exit 1); exit 1; }; }
50521 case $CONFIG_SHELL in
50523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
50524 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
50527 test -z "$as_dir" && as_dir
=.
50528 for as_base
in sh bash ksh sh5
; do
50531 if ("$as_dir/$as_base" -c '
50532 as_lineno_1=$LINENO
50533 as_lineno_2=$LINENO
50534 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
50535 test "x$as_lineno_1" != "x$as_lineno_2" &&
50536 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
50537 $as_unset BASH_ENV
|| test "${BASH_ENV+set}" != set || { BASH_ENV
=; export BASH_ENV
; }
50538 $as_unset ENV
|| test "${ENV+set}" != set || { ENV
=; export ENV
; }
50539 CONFIG_SHELL
=$as_dir/$as_base
50540 export CONFIG_SHELL
50541 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
50549 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
50550 # uniformly replaced by the line number. The first 'sed' inserts a
50551 # line-number line before each line; the second 'sed' does the real
50552 # work. The second script uses 'N' to pair each line-number line
50553 # with the numbered line, and appends trailing '-' during
50554 # substitution so that $LINENO is not a special case at line end.
50555 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
50556 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
50557 sed '=' <$as_myself |
50562 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
50565 s,^['$as_cr_digits']*\n,,
50566 ' >$as_me.lineno
&&
50567 chmod +x
$as_me.lineno
||
50568 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
50569 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
50570 { (exit 1); exit 1; }; }
50572 # Don't try to exec as it changes $[0], causing all sort of problems
50573 # (the dirname of $[0] is not the place where we might find the
50574 # original and so on. Autoconf is especially sensible to this).
50576 # Exit status is that of the last command.
50581 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
50582 *c
*,-n*) ECHO_N
= ECHO_C
='
50584 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
50585 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
50588 if expr a
: '\(a\)' >/dev
/null
2>&1; then
50594 rm -f conf$$ conf$$.exe conf$$.
file
50596 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
50597 # We could just check for DJGPP; but this test a) works b) is more generic
50598 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
50599 if test -f conf$$.exe
; then
50600 # Don't use ln at all; we don't have any links
50605 elif ln conf$$.
file conf$$
2>/dev
/null
; then
50610 rm -f conf$$ conf$$.exe conf$$.
file
50612 if mkdir -p .
2>/dev
/null
; then
50615 test -d .
/-p && rmdir .
/-p
50619 as_executable_p
="test -f"
50621 # Sed expression to map a string onto a valid CPP name.
50622 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
50624 # Sed expression to map a string onto a valid variable name.
50625 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
50629 # We need space, tab and new line, in precisely that order.
50639 # Open the log real soon, to keep \$[0] and so on meaningful, and to
50640 # report actual input values of CONFIG_FILES etc. instead of their
50641 # values after options handling. Logging --version etc. is OK.
50645 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
50646 ## Running $as_me. ##
50651 This file was extended by wxWidgets $as_me 2.7.1, which was
50652 generated by GNU Autoconf 2.59. Invocation command line was
50654 CONFIG_FILES = $CONFIG_FILES
50655 CONFIG_HEADERS = $CONFIG_HEADERS
50656 CONFIG_LINKS = $CONFIG_LINKS
50657 CONFIG_COMMANDS = $CONFIG_COMMANDS
50661 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
50665 # Files that config.status was made for.
50666 if test -n "$ac_config_files"; then
50667 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
50670 if test -n "$ac_config_headers"; then
50671 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
50674 if test -n "$ac_config_links"; then
50675 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
50678 if test -n "$ac_config_commands"; then
50679 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
50682 cat >>$CONFIG_STATUS <<\_ACEOF
50685 \`$as_me' instantiates files from templates according to the
50686 current configuration.
50688 Usage: $0 [OPTIONS] [FILE]...
50690 -h, --help print this help, then exit
50691 -V, --version print version number, then exit
50692 -q, --quiet do not print progress messages
50693 -d, --debug don't remove temporary files
50694 --recheck update $as_me by reconfiguring in the same conditions
50695 --file=FILE[:TEMPLATE]
50696 instantiate the configuration file FILE
50697 --header=FILE[:TEMPLATE]
50698 instantiate the configuration header FILE
50700 Configuration files:
50703 Configuration headers:
50706 Configuration commands:
50709 Report bugs to <bug-autoconf@gnu.org>."
50712 cat >>$CONFIG_STATUS <<_ACEOF
50714 wxWidgets config.status 2.7.1
50715 configured by $0, generated by GNU Autoconf 2.59,
50716 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
50718 Copyright (C) 2003 Free Software Foundation, Inc.
50719 This config.status script is free software; the Free Software Foundation
50720 gives unlimited permission to copy, distribute and modify it."
50725 cat >>$CONFIG_STATUS <<\_ACEOF
50726 # If no file are specified by the user, then we need to provide default
50727 # value. By we need to know if files were specified by the user.
50733 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
50734 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
50742 *) # This is not an option, so the user has probably given explicit
50745 ac_need_defaults
=false
;;
50749 # Handling of the options.
50751 cat >>$CONFIG_STATUS <<\_ACEOF
50752 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
50754 --version | --vers* | -V )
50755 echo "$ac_cs_version"; exit 0 ;;
50757 # Conflict between --help and --header
50758 { { echo "$as_me:$LINENO: error: ambiguous option: $1
50759 Try \`$0 --help' for more information." >&5
50760 echo "$as_me: error: ambiguous option: $1
50761 Try \`$0 --help' for more information." >&2;}
50762 { (exit 1); exit 1; }; };;
50763 --help | --hel | -h )
50764 echo "$ac_cs_usage"; exit 0 ;;
50765 --debug | --d* | -d )
50767 --file | --fil | --fi | --f )
50769 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
50770 ac_need_defaults
=false
;;
50771 --header | --heade | --head | --hea )
50773 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
50774 ac_need_defaults
=false
;;
50775 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
50776 | -silent | --silent | --silen | --sile | --sil | --si | --s)
50779 # This is an error.
50780 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
50781 Try \`$0 --help' for more information." >&5
50782 echo "$as_me: error: unrecognized option: $1
50783 Try \`$0 --help' for more information." >&2;}
50784 { (exit 1); exit 1; }; } ;;
50786 *) ac_config_targets
="$ac_config_targets $1" ;;
50792 ac_configure_extra_args
=
50794 if $ac_cs_silent; then
50796 ac_configure_extra_args
="$ac_configure_extra_args --silent"
50800 cat >>$CONFIG_STATUS <<_ACEOF
50801 if \$ac_cs_recheck; then
50802 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
50803 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
50808 cat >>$CONFIG_STATUS <<_ACEOF
50810 # INIT-COMMANDS section.
50815 infile="$srcdir/include/wx/msw/genrcdefs.h"
50816 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
50819 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50820 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50821 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
50829 cat >>$CONFIG_STATUS <<\_ACEOF
50830 for ac_config_target
in $ac_config_targets
50832 case "$ac_config_target" in
50833 # Handling of arguments.
50834 "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
50835 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES
="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
50836 "version-script" ) CONFIG_FILES
="$CONFIG_FILES version-script" ;;
50837 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
50838 "$mk" ) CONFIG_FILES
="$CONFIG_FILES $mk" ;;
50839 "rcdefs.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS rcdefs.h" ;;
50840 "wx-config" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS wx-config" ;;
50841 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
50842 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
50843 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
50844 { (exit 1); exit 1; }; };;
50848 # If the user did not use the arguments to specify the items to instantiate,
50849 # then the envvar interface is used. Set only those that are not.
50850 # We use the long form for the default assignment because of an extremely
50851 # bizarre bug on SunOS 4.1.3.
50852 if $ac_need_defaults; then
50853 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
50854 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
50855 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
50858 # Have a temporary directory for convenience. Make it in the build tree
50859 # simply because there is no reason to put it here, and in addition,
50860 # creating and moving files from /tmp can sometimes cause problems.
50861 # Create a temporary directory, and hook for its removal unless debugging.
50864 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
50865 trap '{ (exit 1); exit 1; }' 1 2 13 15
50868 # Create a (secure) tmp directory for tmp files.
50871 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
50872 test -n "$tmp" && test -d "$tmp"
50875 tmp
=.
/confstat$$
-$RANDOM
50876 (umask 077 && mkdir $tmp)
50879 echo "$me: cannot create a temporary directory in ." >&2
50880 { (exit 1); exit 1; }
50885 cat >>$CONFIG_STATUS <<_ACEOF
50888 # CONFIG_FILES section.
50891 # No need to generate the scripts if there are no CONFIG_FILES.
50892 # This happens for instance when ./config.status config.h
50893 if test -n "\$CONFIG_FILES"; then
50894 # Protect against being on the right side of a sed subst in config.status.
50895 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
50896 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
50897 s,@SHELL@,$SHELL,;t t
50898 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
50899 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
50900 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
50901 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
50902 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
50903 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
50904 s,@exec_prefix@,$exec_prefix,;t t
50905 s,@prefix@,$prefix,;t t
50906 s,@program_transform_name@,$program_transform_name,;t t
50907 s,@bindir@,$bindir,;t t
50908 s,@sbindir@,$sbindir,;t t
50909 s,@libexecdir@,$libexecdir,;t t
50910 s,@datadir@,$datadir,;t t
50911 s,@sysconfdir@,$sysconfdir,;t t
50912 s,@sharedstatedir@,$sharedstatedir,;t t
50913 s,@localstatedir@,$localstatedir,;t t
50914 s,@libdir@,$libdir,;t t
50915 s,@includedir@,$includedir,;t t
50916 s,@oldincludedir@,$oldincludedir,;t t
50917 s,@infodir@,$infodir,;t t
50918 s,@mandir@,$mandir,;t t
50919 s,@build_alias@,$build_alias,;t t
50920 s,@host_alias@,$host_alias,;t t
50921 s,@target_alias@,$target_alias,;t t
50922 s,@DEFS@,$DEFS,;t t
50923 s,@ECHO_C@,$ECHO_C,;t t
50924 s,@ECHO_N@,$ECHO_N,;t t
50925 s,@ECHO_T@,$ECHO_T,;t t
50926 s,@LIBS@,$LIBS,;t t
50927 s,@build@,$build,;t t
50928 s,@build_cpu@,$build_cpu,;t t
50929 s,@build_vendor@,$build_vendor,;t t
50930 s,@build_os@,$build_os,;t t
50931 s,@host@,$host,;t t
50932 s,@host_cpu@,$host_cpu,;t t
50933 s,@host_vendor@,$host_vendor,;t t
50934 s,@host_os@,$host_os,;t t
50935 s,@target@,$target,;t t
50936 s,@target_cpu@,$target_cpu,;t t
50937 s,@target_vendor@,$target_vendor,;t t
50938 s,@target_os@,$target_os,;t t
50939 s,@wx_top_builddir@,$wx_top_builddir,;t t
50941 s,@CFLAGS@,$CFLAGS,;t t
50942 s,@LDFLAGS@,$LDFLAGS,;t t
50943 s,@CPPFLAGS@,$CPPFLAGS,;t t
50944 s,@ac_ct_CC@,$ac_ct_CC,;t t
50945 s,@EXEEXT@,$EXEEXT,;t t
50946 s,@OBJEXT@,$OBJEXT,;t t
50948 s,@EGREP@,$EGREP,;t t
50950 s,@CXXFLAGS@,$CXXFLAGS,;t t
50951 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
50952 s,@RANLIB@,$RANLIB,;t t
50953 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
50955 s,@ac_ct_AR@,$ac_ct_AR,;t t
50956 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
50957 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
50958 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
50959 s,@STRIP@,$STRIP,;t t
50960 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
50961 s,@WINDRES@,$WINDRES,;t t
50962 s,@ac_ct_WINDRES@,$ac_ct_WINDRES,;t t
50963 s,@DLLTOOL@,$DLLTOOL,;t t
50964 s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
50965 s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
50966 s,@LN_S@,$LN_S,;t t
50967 s,@CXXCPP@,$CXXCPP,;t t
50968 s,@subdirs@,$subdirs,;t t
50969 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
50970 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
50971 s,@GTK_LIBS@,$GTK_LIBS,;t t
50972 s,@GTK_CONFIG@,$GTK_CONFIG,;t t
50973 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
50974 s,@DIRECTFB_CFLAGS@,$DIRECTFB_CFLAGS,;t t
50975 s,@DIRECTFB_LIBS@,$DIRECTFB_LIBS,;t t
50976 s,@X_CFLAGS@,$X_CFLAGS,;t t
50977 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
50978 s,@X_LIBS@,$X_LIBS,;t t
50979 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
50980 s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
50981 s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
50982 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
50983 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
50984 s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
50985 s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
50987 s,@DEREZ@,$DEREZ,;t t
50988 s,@SETFILE@,$SETFILE,;t t
50989 s,@LIBICONV@,$LIBICONV,;t t
50990 s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
50991 s,@SDL_CONFIG@,$SDL_CONFIG,;t t
50992 s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t
50993 s,@SDL_LIBS@,$SDL_LIBS,;t t
50994 s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t
50995 s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t
50996 s,@GNOMEVFS_CFLAGS@,$GNOMEVFS_CFLAGS,;t t
50997 s,@GNOMEVFS_LIBS@,$GNOMEVFS_LIBS,;t t
50998 s,@HILDON_CFLAGS@,$HILDON_CFLAGS,;t t
50999 s,@HILDON_LIBS@,$HILDON_LIBS,;t t
51000 s,@CAIRO_CFLAGS@,$CAIRO_CFLAGS,;t t
51001 s,@CAIRO_LIBS@,$CAIRO_LIBS,;t t
51002 s,@GST_CFLAGS@,$GST_CFLAGS,;t t
51003 s,@GST_LIBS@,$GST_LIBS,;t t
51004 s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
51005 s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
51006 s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
51007 s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
51008 s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
51009 s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
51010 s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
51011 s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
51012 s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
51013 s,@VENDOR@,$VENDOR,;t t
51014 s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
51015 s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t
51016 s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t
51017 s,@WXUNIV@,$WXUNIV,;t t
51018 s,@MONOLITHIC@,$MONOLITHIC,;t t
51019 s,@USE_PLUGINS@,$USE_PLUGINS,;t t
51020 s,@EXTRALIBS@,$EXTRALIBS,;t t
51021 s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
51022 s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t
51023 s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
51024 s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
51025 s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
51026 s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t
51027 s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t
51028 s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t
51029 s,@EXTRALIBS_GNOMEVFS@,$EXTRALIBS_GNOMEVFS,;t t
51030 s,@EXTRALIBS_HILDON@,$EXTRALIBS_HILDON,;t t
51031 s,@UNICODE@,$UNICODE,;t t
51032 s,@BUILD@,$BUILD,;t t
51033 s,@DEBUG_INFO@,$DEBUG_INFO,;t t
51034 s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
51035 s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
51036 s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
51037 s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
51038 s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
51039 s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
51040 s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t
51041 s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t
51042 s,@SET_MAKE@,$SET_MAKE,;t t
51043 s,@MAKE_SET@,$MAKE_SET,;t t
51044 s,@AROPTIONS@,$AROPTIONS,;t t
51046 s,@ac_ct_NM@,$ac_ct_NM,;t t
51047 s,@INSTALL_DIR@,$INSTALL_DIR,;t t
51048 s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
51049 s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
51050 s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
51051 s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
51052 s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
51053 s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t
51054 s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
51055 s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t
51056 s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t
51057 s,@SO_SUFFIX@,$SO_SUFFIX,;t t
51058 s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
51059 s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t
51060 s,@LIBPREFIX@,$LIBPREFIX,;t t
51061 s,@LIBEXT@,$LIBEXT,;t t
51062 s,@DLLPREFIX@,$DLLPREFIX,;t t
51063 s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
51064 s,@dlldir@,$dlldir,;t t
51065 s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
51066 s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
51067 s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
51068 s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
51069 s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
51070 s,@PIC_FLAG@,$PIC_FLAG,;t t
51071 s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t
51072 s,@USE_SOVERSION@,$USE_SOVERSION,;t t
51073 s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
51074 s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
51075 s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t
51076 s,@USE_MACVERSION@,$USE_MACVERSION,;t t
51077 s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
51078 s,@SONAME_FLAG@,$SONAME_FLAG,;t t
51079 s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
51080 s,@BK_DEPS@,$BK_DEPS,;t t
51081 s,@GCC_PCH@,$GCC_PCH,;t t
51082 s,@ICC_PCH@,$ICC_PCH,;t t
51083 s,@BK_MAKE_PCH@,$BK_MAKE_PCH,;t t
51084 s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
51085 s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
51086 s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
51087 s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t
51088 s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t
51089 s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
51090 s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
51091 s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t
51092 s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t
51093 s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
51094 s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
51095 s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
51096 s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
51097 s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
51098 s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
51099 s,@COND_ICC_PCH_1@,$COND_ICC_PCH_1,;t t
51100 s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
51101 s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
51102 s,@COND_MONOLITHIC_0_SHARED_0_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1,;t t
51103 s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
51104 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
51105 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
51106 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
51107 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
51108 s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t
51109 s,@COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1,;t t
51110 s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t
51111 s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
51112 s,@COND_MONOLITHIC_0_SHARED_1_USE_AUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1,;t t
51113 s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
51114 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
51115 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
51116 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
51117 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
51118 s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t
51119 s,@COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1@,$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1,;t t
51120 s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t
51121 s,@COND_MONOLITHIC_0_USE_MEDIA_1@,$COND_MONOLITHIC_0_USE_MEDIA_1,;t t
51122 s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t
51123 s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
51124 s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
51125 s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
51126 s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
51127 s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
51128 s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t
51129 s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
51130 s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
51131 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t
51132 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
51133 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
51134 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
51135 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t
51136 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t
51137 s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t
51138 s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t
51139 s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
51140 s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t
51141 s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
51142 s,@COND_PLATFORM_MSDOS_0@,$COND_PLATFORM_MSDOS_0,;t t
51143 s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t
51144 s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t
51145 s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
51146 s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
51147 s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t
51148 s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t
51149 s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
51150 s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
51151 s,@COND_SHARED_0@,$COND_SHARED_0,;t t
51152 s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t
51153 s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t
51154 s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t
51155 s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
51156 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
51157 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
51158 s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
51159 s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t
51160 s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
51161 s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
51162 s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
51163 s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
51164 s,@COND_SHARED_1@,$COND_SHARED_1,;t t
51165 s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
51166 s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t
51167 s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t
51168 s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
51169 s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t
51170 s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
51171 s,@COND_TOOLKIT_DFB@,$COND_TOOLKIT_DFB,;t t
51172 s,@COND_TOOLKIT_DFB_USE_GUI_1@,$COND_TOOLKIT_DFB_USE_GUI_1,;t t
51173 s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
51174 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_,;t t
51175 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2,;t t
51176 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1,;t t
51177 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
51178 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1,;t t
51179 s,@COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0,;t t
51180 s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
51181 s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
51182 s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
51183 s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
51184 s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
51185 s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
51186 s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
51187 s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
51188 s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
51189 s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
51190 s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
51191 s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
51192 s,@COND_TOOLKIT_MSW_WXUNIV_0@,$COND_TOOLKIT_MSW_WXUNIV_0,;t t
51193 s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t
51194 s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t
51195 s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t
51196 s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t
51197 s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t
51198 s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t
51199 s,@COND_TOOLKIT_WINCE_WXUNIV_0@,$COND_TOOLKIT_WINCE_WXUNIV_0,;t t
51200 s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
51201 s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
51202 s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
51203 s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t
51204 s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t
51205 s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
51206 s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
51207 s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
51208 s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
51209 s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
51210 s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
51211 s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
51212 s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t
51213 s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t
51214 s,@COND_USE_PCH_1@,$COND_USE_PCH_1,;t t
51215 s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t
51216 s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t
51217 s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t
51218 s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
51219 s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t
51220 s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
51221 s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
51222 s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
51223 s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t
51224 s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t
51225 s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t
51226 s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t
51227 s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t
51228 s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t
51229 s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
51230 s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
51231 s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
51232 s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
51233 s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
51234 s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
51235 s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
51236 s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
51237 s,@SHARED@,$SHARED,;t t
51238 s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
51239 s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
51240 s,@USE_GUI@,$USE_GUI,;t t
51241 s,@AFMINSTALL@,$AFMINSTALL,;t t
51242 s,@WIN32INSTALL@,$WIN32INSTALL,;t t
51243 s,@TOOLKIT@,$TOOLKIT,;t t
51244 s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
51245 s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
51246 s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t
51247 s,@cross_compiling@,$cross_compiling,;t t
51248 s,@WIDGET_SET@,$WIDGET_SET,;t t
51249 s,@WX_RELEASE@,$WX_RELEASE,;t t
51250 s,@WX_VERSION@,$WX_VERSION,;t t
51251 s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t
51252 s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t
51253 s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t
51254 s,@WXCONFIG_CPPFLAGS@,$WXCONFIG_CPPFLAGS,;t t
51255 s,@WXCONFIG_CFLAGS@,$WXCONFIG_CFLAGS,;t t
51256 s,@WXCONFIG_CXXFLAGS@,$WXCONFIG_CXXFLAGS,;t t
51257 s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
51258 s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
51259 s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t
51260 s,@WXCONFIG_RESFLAGS@,$WXCONFIG_RESFLAGS,;t t
51261 s,@EXE_LINKER@,$EXE_LINKER,;t t
51262 s,@GUIDIST@,$GUIDIST,;t t
51263 s,@DISTDIR@,$DISTDIR,;t t
51264 s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
51265 s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
51266 s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
51267 s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
51268 s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
51269 s,@RESCOMP@,$RESCOMP,;t t
51270 s,@RESFLAGS@,$RESFLAGS,;t t
51271 s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
51272 s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
51273 s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
51274 s,@LIBWXMACRES@,$LIBWXMACRES,;t t
51275 s,@POSTLINK_COMMAND@,$POSTLINK_COMMAND,;t t
51276 s,@MACSETFILE@,$MACSETFILE,;t t
51278 s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t
51279 s,@LIBOBJS@,$LIBOBJS,;t t
51280 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
51285 cat >>$CONFIG_STATUS <<\_ACEOF
51286 # Split the substitutions into bite-sized pieces for seds with
51287 # small command number limits, like on Digital OSF/1 and HP-UX.
51288 ac_max_sed_lines
=48
51289 ac_sed_frag
=1 # Number of current file.
51290 ac_beg
=1 # First line for current file.
51291 ac_end
=$ac_max_sed_lines # Line after last line for current file.
51294 while $ac_more_lines; do
51295 if test $ac_beg -gt 1; then
51296 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
51298 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
51300 if test ! -s $tmp/subs.frag
; then
51301 ac_more_lines
=false
51303 # The purpose of the label and of the branching condition is to
51304 # speed up the sed processing (if there are no `@' at all, there
51305 # is no need to browse any of the substitutions).
51306 # These are the two extra sed commands mentioned above.
51308 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs
-$ac_sed_frag.
sed
51309 if test -z "$ac_sed_cmds"; then
51310 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
51312 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
51314 ac_sed_frag
=`expr $ac_sed_frag + 1`
51316 ac_end
=`expr $ac_end + $ac_max_sed_lines`
51319 if test -z "$ac_sed_cmds"; then
51322 fi # test -n "$CONFIG_FILES"
51325 cat >>$CONFIG_STATUS <<\_ACEOF
51326 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
51327 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
51329 - | *:- | *:-:* ) # input from stdin
51331 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51332 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51333 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51334 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51335 * ) ac_file_in
=$ac_file.
in ;;
51338 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
51339 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
51340 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51341 X"$ac_file" : 'X\(//\)[^/]' \| \
51342 X"$ac_file" : 'X\(//\)$' \| \
51343 X"$ac_file" : 'X\(/\)' \| \
51344 . : '\(.\)' 2>/dev/null ||
51346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51347 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51348 /^X\(\/\/\)$/{ s//\1/; q; }
51349 /^X\(\/\).*/{ s//\1/; q; }
51351 { if $as_mkdir_p; then
51356 while test ! -d "$as_dir"; do
51357 as_dirs
="$as_dir $as_dirs"
51358 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
51359 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51360 X"$as_dir" : 'X\(//\)[^/]' \| \
51361 X"$as_dir" : 'X\(//\)$' \| \
51362 X"$as_dir" : 'X\(/\)' \| \
51363 . : '\(.\)' 2>/dev/null ||
51365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51366 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51367 /^X\(\/\/\)$/{ s//\1/; q; }
51368 /^X\(\/\).*/{ s//\1/; q; }
51371 test ! -n "$as_dirs" || mkdir $as_dirs
51372 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51373 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51374 { (exit 1); exit 1; }; }; }
51378 if test "$ac_dir" != .
; then
51379 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51380 # A "../" for each directory in $ac_dir_suffix.
51381 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51383 ac_dir_suffix
= ac_top_builddir
=
51387 .
) # No --srcdir option. We are building in place.
51389 if test -z "$ac_top_builddir"; then
51392 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
51394 [\\/]* | ?
:[\\/]* ) # Absolute path.
51395 ac_srcdir
=$srcdir$ac_dir_suffix;
51396 ac_top_srcdir
=$srcdir ;;
51397 *) # Relative path.
51398 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
51399 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
51402 # Do not use `cd foo && pwd` to compute absolute paths, because
51403 # the directories may not exist.
51405 .
) ac_abs_builddir
="$ac_dir";;
51408 .
) ac_abs_builddir
=`pwd`;;
51409 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
51410 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
51413 case $ac_abs_builddir in
51414 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51416 case ${ac_top_builddir}.
in
51417 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
51418 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51419 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
51422 case $ac_abs_builddir in
51423 .
) ac_abs_srcdir
=$ac_srcdir;;
51426 .
) ac_abs_srcdir
=$ac_abs_builddir;;
51427 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
51428 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
51431 case $ac_abs_builddir in
51432 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
51434 case $ac_top_srcdir in
51435 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
51436 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
51437 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
51443 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
51444 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
51447 # Let's still pretend it is `configure' which instantiates (i.e., don't
51448 # use $as_me), people would be surprised to read:
51449 # /* config.h. Generated by config.status. */
51450 if test x
"$ac_file" = x
-; then
51453 configure_input
="$ac_file. "
51455 configure_input
=$configure_input"Generated from `echo $ac_file_in |
51456 sed 's,.*/,,'` by configure."
51458 # First look for the input files in the build tree, otherwise in the
51460 ac_file_inputs
=`IFS=:
51461 for f in $ac_file_in; do
51463 -) echo $tmp/stdin ;;
51465 # Absolute (can't be DOS-style, as IFS=:)
51466 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51467 echo "$as_me: error: cannot find input file: $f" >&2;}
51468 { (exit 1); exit 1; }; }
51471 if test -f "$f"; then
51474 elif test -f "$srcdir/$f"; then
51479 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51480 echo "$as_me: error: cannot find input file: $f" >&2;}
51481 { (exit 1); exit 1; }; }
51484 done` || { (exit 1); exit 1; }
51486 if test x
"$ac_file" != x
-; then
51487 { echo "$as_me:$LINENO: creating $ac_file" >&5
51488 echo "$as_me: creating $ac_file" >&6;}
51492 cat >>$CONFIG_STATUS <<_ACEOF
51496 cat >>$CONFIG_STATUS <<\_ACEOF
51498 /@
[a
-zA-Z_][a
-zA-Z_0-9]*@
/!b
51499 s
,@configure_input@
,$configure_input,;t t
51500 s
,@srcdir@
,$ac_srcdir,;t t
51501 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
51502 s
,@top_srcdir@
,$ac_top_srcdir,;t t
51503 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
51504 s
,@builddir@
,$ac_builddir,;t t
51505 s
,@abs_builddir@
,$ac_abs_builddir,;t t
51506 s
,@top_builddir@
,$ac_top_builddir,;t t
51507 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
51508 s
,@INSTALL@
,$ac_INSTALL,;t t
51509 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
51511 if test x"$ac_file" != x-; then
51512 mv $tmp/out $ac_file
51518 # Run the commands associated with the file.
51520 lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
51521 lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
51525 cat >>$CONFIG_STATUS <<\_ACEOF
51528 # CONFIG_HEADER section.
51531 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
51532 # NAME is the cpp macro being defined and VALUE is the value it is being given.
51534 # ac_d sets the value in "#define NAME VALUE" lines.
51535 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
51536 ac_dB
='[ ].*$,\1#\2'
51539 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
51540 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
51541 ac_uB
='$,\1#\2define\3'
51545 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
51546 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
51548 - | *:- | *:-:* ) # input from stdin
51550 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51551 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51552 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51553 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
51554 * ) ac_file_in
=$ac_file.
in ;;
51557 test x
"$ac_file" != x
- && { echo "$as_me:$LINENO: creating $ac_file" >&5
51558 echo "$as_me: creating $ac_file" >&6;}
51560 # First look for the input files in the build tree, otherwise in the
51562 ac_file_inputs
=`IFS=:
51563 for f in $ac_file_in; do
51565 -) echo $tmp/stdin ;;
51567 # Absolute (can't be DOS-style, as IFS=:)
51568 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51569 echo "$as_me: error: cannot find input file: $f" >&2;}
51570 { (exit 1); exit 1; }; }
51571 # Do quote $f, to prevent DOS paths from being IFS'd.
51574 if test -f "$f"; then
51577 elif test -f "$srcdir/$f"; then
51582 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
51583 echo "$as_me: error: cannot find input file: $f" >&2;}
51584 { (exit 1); exit 1; }; }
51587 done` || { (exit 1); exit 1; }
51588 # Remove the trailing spaces.
51589 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
51593 # Transform confdefs.h into two sed scripts, `conftest.defines' and
51594 # `conftest.undefs', that substitutes the proper values into
51595 # config.h.in to produce config.h. The first handles `#define'
51596 # templates, and the second `#undef' templates.
51597 # And first: Protect against being on the right side of a sed subst in
51598 # config.status. Protect against being in an unquoted here document
51599 # in config.status.
51600 rm -f conftest.defines conftest.undefs
51601 # Using a here document instead of a string reduces the quoting nightmare.
51602 # Putting comments in sed scripts is not portable.
51604 # `end' is used to avoid that the second main sed command (meant for
51605 # 0-ary CPP macros) applies to n-ary macro definitions.
51606 # See the Autoconf documentation for `clear'.
51607 cat >confdef2sed.
sed <<\_ACEOF
51612 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
51614 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
51617 # If some macros were called several times there might be several times
51618 # the same #defines, which is useless. Nevertheless, we may not want to
51619 # sort them, since we want the *last* AC-DEFINE to be honored.
51620 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
51621 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
51622 rm -f confdef2sed.sed
51624 # This sed command replaces #undef with comments. This is necessary, for
51625 # example, in the case of _POSIX_SOURCE, which is predefined and required
51626 # on some systems where configure will not decide to define it.
51627 cat >>conftest.undefs <<\_ACEOF
51628 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
51631 # Break up conftest.defines because some shells have a limit on the size
51632 # of here documents, and old seds have small limits too (100 cmds).
51633 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
51634 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
51635 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
51636 echo ' :' >>$CONFIG_STATUS
51637 rm -f conftest.tail
51638 while grep . conftest.defines >/dev/null
51640 # Write a limited-size here document to $tmp/defines.sed.
51641 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
51642 # Speed up: don't consider the non `#define' lines.
51643 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
51644 # Work around the forget-to-reset-the-flag bug.
51645 echo 't clr' >>$CONFIG_STATUS
51646 echo ': clr' >>$CONFIG_STATUS
51647 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
51649 sed -f $tmp/defines.sed $tmp/in >$tmp/out
51651 mv $tmp/out $tmp/in
51653 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
51654 rm -f conftest.defines
51655 mv conftest.
tail conftest.defines
51657 rm -f conftest.defines
51658 echo ' fi # grep' >>$CONFIG_STATUS
51659 echo >>$CONFIG_STATUS
51661 # Break up conftest.undefs because some shells have a limit on the size
51662 # of here documents, and old seds have small limits too (100 cmds).
51663 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
51664 rm -f conftest.
tail
51665 while grep . conftest.undefs
>/dev
/null
51667 # Write a limited-size here document to $tmp/undefs.sed.
51668 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
51669 # Speed up: don't consider the non
`#undef'
51670 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
51671 # Work around the forget-to-reset-the-flag bug.
51672 echo 't clr' >>$CONFIG_STATUS
51673 echo ': clr' >>$CONFIG_STATUS
51674 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
51676 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
51678 mv $tmp/out $tmp/in
51680 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
51681 rm -f conftest.undefs
51682 mv conftest.tail conftest.undefs
51684 rm -f conftest.undefs
51686 cat >>$CONFIG_STATUS <<\_ACEOF
51687 # Let's still pretend it is `configure
' which instantiates (i.e., don't
51688 # use $as_me), people would be surprised to read:
51689 # /* config.h. Generated by config.status. */
51690 if test x
"$ac_file" = x
-; then
51691 echo "/* Generated by configure. */" >$tmp/config.h
51693 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
51695 cat $tmp/in >>$tmp/config.h
51697 if test x
"$ac_file" != x
-; then
51698 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
51699 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
51700 echo "$as_me: $ac_file is unchanged" >&6;}
51702 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
51703 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51704 X"$ac_file" : 'X\(//\)[^/]' \| \
51705 X"$ac_file" : 'X\(//\)$' \| \
51706 X"$ac_file" : 'X\(/\)' \| \
51707 . : '\(.\)' 2>/dev/null ||
51709 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51710 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51711 /^X\(\/\/\)$/{ s//\1/; q; }
51712 /^X\(\/\).*/{ s//\1/; q; }
51714 { if $as_mkdir_p; then
51719 while test ! -d "$as_dir"; do
51720 as_dirs
="$as_dir $as_dirs"
51721 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
51722 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51723 X"$as_dir" : 'X\(//\)[^/]' \| \
51724 X"$as_dir" : 'X\(//\)$' \| \
51725 X"$as_dir" : 'X\(/\)' \| \
51726 . : '\(.\)' 2>/dev/null ||
51728 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51729 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51730 /^X\(\/\/\)$/{ s//\1/; q; }
51731 /^X\(\/\).*/{ s//\1/; q; }
51734 test ! -n "$as_dirs" || mkdir $as_dirs
51735 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51736 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51737 { (exit 1); exit 1; }; }; }
51740 mv $tmp/config.h
$ac_file
51744 rm -f $tmp/config.h
51748 cat >>$CONFIG_STATUS <<\_ACEOF
51751 # CONFIG_COMMANDS section.
51753 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
51754 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
51755 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
51756 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
51757 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51758 X"$ac_dest" : 'X\(//\)[^/]' \| \
51759 X"$ac_dest" : 'X\(//\)$' \| \
51760 X"$ac_dest" : 'X\(/\)' \| \
51761 . : '\(.\)' 2>/dev/null ||
51763 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51764 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51765 /^X\(\/\/\)$/{ s//\1/; q; }
51766 /^X\(\/\).*/{ s//\1/; q; }
51768 { if $as_mkdir_p; then
51773 while test ! -d "$as_dir"; do
51774 as_dirs
="$as_dir $as_dirs"
51775 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
51776 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51777 X"$as_dir" : 'X\(//\)[^/]' \| \
51778 X"$as_dir" : 'X\(//\)$' \| \
51779 X"$as_dir" : 'X\(/\)' \| \
51780 . : '\(.\)' 2>/dev/null ||
51782 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51783 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51784 /^X\(\/\/\)$/{ s//\1/; q; }
51785 /^X\(\/\).*/{ s//\1/; q; }
51788 test ! -n "$as_dirs" || mkdir $as_dirs
51789 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51790 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51791 { (exit 1); exit 1; }; }; }
51795 if test "$ac_dir" != .
; then
51796 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51797 # A "../" for each directory in $ac_dir_suffix.
51798 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51800 ac_dir_suffix
= ac_top_builddir
=
51804 .
) # No --srcdir option. We are building in place.
51806 if test -z "$ac_top_builddir"; then
51809 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
51811 [\\/]* | ?
:[\\/]* ) # Absolute path.
51812 ac_srcdir
=$srcdir$ac_dir_suffix;
51813 ac_top_srcdir
=$srcdir ;;
51814 *) # Relative path.
51815 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
51816 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
51819 # Do not use `cd foo && pwd` to compute absolute paths, because
51820 # the directories may not exist.
51822 .
) ac_abs_builddir
="$ac_dir";;
51825 .
) ac_abs_builddir
=`pwd`;;
51826 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
51827 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
51830 case $ac_abs_builddir in
51831 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51833 case ${ac_top_builddir}.
in
51834 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
51835 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
51836 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
51839 case $ac_abs_builddir in
51840 .
) ac_abs_srcdir
=$ac_srcdir;;
51843 .
) ac_abs_srcdir
=$ac_abs_builddir;;
51844 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
51845 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
51848 case $ac_abs_builddir in
51849 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
51851 case $ac_top_srcdir in
51852 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
51853 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
51854 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
51859 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
51860 echo "$as_me: executing $ac_dest commands" >&6;}
51863 mkdir -p $outdir &&
51864 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
51866 wx
-config ) rm -f wx
-config
51867 ${LN_S} lib
/wx
/config
/inplace
-${TOOLCHAIN_FULLNAME} wx
-config
51873 cat >>$CONFIG_STATUS <<\_ACEOF
51875 { (exit 0); exit 0; }
51877 chmod +x
$CONFIG_STATUS
51878 ac_clean_files
=$ac_clean_files_save
51881 # configure is writing to config.log, and then calls config.status.
51882 # config.status does its own redirection, appending to config.log.
51883 # Unfortunately, on DOS this fails, as config.log is still kept open
51884 # by configure, so config.status won't be able to write to it; its
51885 # output is simply discarded. So we exec the FD to /dev/null,
51886 # effectively closing config.log, so it can be properly (re)opened and
51887 # appended to by config.status. When coming back to configure, we
51888 # need to make the FD available again.
51889 if test "$no_create" != yes; then
51891 ac_config_status_args
=
51892 test "$silent" = yes &&
51893 ac_config_status_args
="$ac_config_status_args --quiet"
51895 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
51897 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
51898 # would make configure fail if this is the last instruction.
51899 $ac_cs_success || { (exit 1); exit 1; }
51903 # CONFIG_SUBDIRS section.
51905 if test "$no_recursion" != yes; then
51907 # Remove --cache-file and --srcdir arguments so they do not pile up.
51908 ac_sub_configure_args
=
51910 for ac_arg
in $ac_configure_args; do
51911 if test -n "$ac_prev"; then
51916 -cache-file | --cache-file | --cache-fil | --cache-fi \
51917 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
51918 ac_prev
=cache_file
;;
51919 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
51920 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
51923 --config-cache | -C)
51925 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
51927 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
51929 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
51931 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
51933 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
51937 # Always prepend --prefix to ensure using the same prefix
51938 # in subdir configurations.
51939 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
51942 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
51944 # Do not complain, so a configure script can configure whichever
51945 # parts of a large source tree are present.
51946 test -d $srcdir/$ac_dir || continue
51948 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
51949 echo "$as_me: configuring in $ac_dir" >&6;}
51950 { if $as_mkdir_p; then
51955 while test ! -d "$as_dir"; do
51956 as_dirs
="$as_dir $as_dirs"
51957 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
51958 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
51959 X"$as_dir" : 'X\(//\)[^/]' \| \
51960 X"$as_dir" : 'X\(//\)$' \| \
51961 X"$as_dir" : 'X\(/\)' \| \
51962 . : '\(.\)' 2>/dev/null ||
51964 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
51965 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
51966 /^X\(\/\/\)$/{ s//\1/; q; }
51967 /^X\(\/\).*/{ s//\1/; q; }
51970 test ! -n "$as_dirs" || mkdir $as_dirs
51971 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
51972 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
51973 { (exit 1); exit 1; }; }; }
51977 if test "$ac_dir" != .
; then
51978 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
51979 # A "../" for each directory in $ac_dir_suffix.
51980 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
51982 ac_dir_suffix
= ac_top_builddir
=
51986 .
) # No --srcdir option. We are building in place.
51988 if test -z "$ac_top_builddir"; then
51991 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
51993 [\\/]* | ?
:[\\/]* ) # Absolute path.
51994 ac_srcdir
=$srcdir$ac_dir_suffix;
51995 ac_top_srcdir
=$srcdir ;;
51996 *) # Relative path.
51997 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
51998 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
52001 # Do not use `cd foo && pwd` to compute absolute paths, because
52002 # the directories may not exist.
52004 .
) ac_abs_builddir
="$ac_dir";;
52007 .
) ac_abs_builddir
=`pwd`;;
52008 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
52009 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
52012 case $ac_abs_builddir in
52013 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52015 case ${ac_top_builddir}.
in
52016 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
52017 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
52018 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
52021 case $ac_abs_builddir in
52022 .
) ac_abs_srcdir
=$ac_srcdir;;
52025 .
) ac_abs_srcdir
=$ac_abs_builddir;;
52026 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
52027 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
52030 case $ac_abs_builddir in
52031 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
52033 case $ac_top_srcdir in
52034 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
52035 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
52036 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
52043 # Check for guested configure; otherwise get Cygnus style configure.
52044 if test -f $ac_srcdir/configure.gnu
; then
52045 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
52046 elif test -f $ac_srcdir/configure
; then
52047 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
52048 elif test -f $ac_srcdir/configure.
in; then
52049 ac_sub_configure
=$ac_configure
52051 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
52052 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
52056 # The recursion is here.
52057 if test -n "$ac_sub_configure"; then
52058 # Make the cache file name correct relative to the subdirectory.
52059 case $cache_file in
52060 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
52061 *) # Relative path.
52062 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
52065 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
52066 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
52067 # The eval makes quoting arguments work.
52068 eval $ac_sub_configure $ac_sub_configure_args \
52069 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
52070 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
52071 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
52072 { (exit 1); exit 1; }; }
52081 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
52083 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
52084 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
52086 echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}"
52087 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
52088 echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
52090 echo " What level of wxWidgets compatibility should be enabled?"
52091 echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-no}"
52092 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-yes}"
52094 echo " Which libraries should wxWidgets use?"
52095 echo " jpeg ${wxUSE_LIBJPEG-none}"
52096 echo " png ${wxUSE_LIBPNG-none}"
52097 echo " regex ${wxUSE_REGEX}"
52098 echo " tiff ${wxUSE_LIBTIFF-none}"
52099 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
52100 echo " xpm ${wxUSE_LIBXPM-none}"
52102 echo " zlib ${wxUSE_ZLIB}"
52103 echo " odbc ${wxUSE_ODBC}"
52104 echo " expat ${wxUSE_EXPAT}"
52105 echo " libmspack ${wxUSE_LIBMSPACK}"
52106 echo " sdl ${wxUSE_LIBSDL}"